-
-
Notifications
You must be signed in to change notification settings - Fork 430
/
Copy pathsr.json
562 lines (562 loc) · 32.2 KB
/
sr.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
{
"arduino": {
"about": {
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}\n\n{4}",
"label": "О {0}"
},
"account": {
"goToCloudEditor": "Go to Cloud Editor",
"goToIoTCloud": "Go to IoT Cloud",
"goToProfile": "Go to Profile",
"menuTitle": "Arduino Cloud"
},
"board": {
"board": "Плоча{0}",
"boardConfigDialogTitle": "Select Other Board and Port",
"boardDataReloaded": "Board data reloaded.",
"boardInfo": "Информације о плочи",
"boards": "boards",
"configDialog1": "Одабери и плочу и порт ако желиш да спустиш рад.",
"configDialog2": "Ако одабереш само плочу моћи ћеш само да преведеш, али не и да спустиш рад.",
"couldNotFindPreviouslySelected": "Could not find previously selected board '{0}' in installed platform '{1}'. Please manually reselect the board you want to use. Do you want to reselect it now?",
"editBoardsConfig": "Edit Board and Port...",
"getBoardInfo": "Дохвати информације о плочи",
"inSketchbook": "(у радној свесци)",
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
"noBoardsFound": "No boards found for \"{0}\"",
"noNativeSerialPort": "Native serial port, can't obtain info.",
"noPortsDiscovered": "No ports discovered",
"nonSerialPort": "Non-serial port, can't obtain info.",
"openBoardsConfig": "Одабери другу плочу и порт...",
"pleasePickBoard": "Одабери плочу повезану са одабраним портом.",
"port": "Порт{0}",
"ports": "ports",
"programmer": "Програмер",
"reloadBoardData": "Reload Board Data",
"reselectLater": "Одабери поново касније",
"revertBoardsConfig": "Use '{0}' discovered on '{1}'",
"searchBoard": "Search board",
"selectBoard": "Одабери плочу",
"selectBoardToReload": "Please select a board first.",
"selectPortForInfo": "Одабери порт да добијеш информације о плочи",
"showAllAvailablePorts": "Приказује све доступне портове када је укључено",
"showAllPorts": "Show all ports",
"succesfullyInstalledPlatform": "Успјешно инсталирана платформа {0}:{1}",
"succesfullyUninstalledPlatform": "Успјешно деинсталирана платформа {0}:{1}",
"typeOfPorts": "{0} ports",
"unconfirmedBoard": "Unconfirmed board",
"unknownBoard": "Unknown board"
},
"boardsManager": "Управљач плочама",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": {
"burnBootloader": "Burn Bootloader",
"burningBootloader": "Burning bootloader...",
"doneBurningBootloader": "Done burning bootloader."
},
"burnBootloader": {
"error": "Error while burning the bootloader: {0}"
},
"certificate": {
"addNew": "Додај нови",
"addURL": "Додај URL за дохватање SSL сертификата",
"boardAtPort": "{0} на {1}",
"certificatesUploaded": "Сертификати су спуштени.",
"enterURL": "Унеси URL",
"noSupportedBoardConnected": "Није повезана ниједна подржана плоча",
"openContext": "Отвори садржај",
"remove": "Избаци",
"selectBoard": "Одабери плочу...",
"selectCertificateToUpload": "1. Одабери сертификат за спуштање",
"selectDestinationBoardToUpload": "2. Одабери одредишну плочу и спусти сертификат",
"upload": "Спусти",
"uploadFailed": "Спуштање није успјело. Покушај поново.",
"uploadRootCertificates": "Спусти SSL Root сертификате",
"uploadingCertificates": "Спуштање сертификата."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
"promptUpdateLibraries": "Updates are available for some of your libraries.",
"updatingBoards": "Updating boards...",
"updatingLibraries": "Updating libraries..."
},
"cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
},
"cloud": {
"chooseSketchVisibility": "Одабери видљивост твог рада:",
"cloudSketchbook": "Cloud Sketchbook",
"connected": "Повезан",
"continue": "Наставите",
"donePulling": "Done pulling '{0}'.",
"donePushing": "Done pushing '{0}'.",
"embed": "Угради:",
"emptySketchbook": "Твоја радна свеска је празна",
"goToCloud": "Go to Cloud",
"learnMore": "Сазнајте више",
"link": "Линк:",
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
"offline": "Није на мрежи",
"openInCloudEditor": "Open in Cloud Editor",
"options": "Опције...",
"privateVisibility": "Приватно. Само ти можеш да видиш рад.",
"profilePicture": "Фотографија профила",
"publicVisibility": "Јавно. Свако са линком може да види рад.",
"pull": "Повуци",
"pullFirst": "You have to pull first to be able to push to the Cloud.",
"pullSketch": "Pull Sketch",
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
"push": "Гурни",
"pushSketch": "Push Sketch",
"pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.",
"remote": "Удаљени",
"share": "Подјели...",
"shareSketch": "Подјели рад",
"showHideSketchbook": "Show/Hide Cloud Sketchbook",
"signIn": "ПРИЈАВИ СЕ",
"signInToCloud": "Улогујте се на Arduino Cloud",
"signOut": "Одјави се",
"sync": "Sync",
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
},
"cloudSketch": {
"alreadyExists": "Cloud sketch '{0}' already exists.",
"creating": "Creating cloud sketch '{0}'...",
"new": "New Cloud Sketch",
"notFound": "Could not pull the cloud sketch '{0}'. It does not exist.",
"pulling": "Synchronizing sketchbook, pulling '{0}'...",
"pushing": "Synchronizing sketchbook, pushing '{0}'...",
"renaming": "Renaming cloud sketch from '{0}' to '{1}'...",
"synchronizingSketchbook": "Synchronizing sketchbook..."
},
"common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Инсталирај ручно",
"later": "Касније",
"noBoardSelected": "Плоча није одабрана",
"noSketchOpened": "No sketch opened",
"notConnected": "[није повезано]",
"offlineIndicator": "Изгледа да сте ван мреже. Без интернет везе, Arduino CLI можда неће моћи да преузме потребне ресурсе и може изазвати квар. Повежите се на Интернет и поново покрените апликацију.",
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
"partner": "Partner",
"processing": "Обрађује се",
"recommended": "Recommended",
"retired": "Retired",
"selectManually": "Select Manually",
"selectedOn": "на {0}",
"serialMonitor": "Монитор серијског порта",
"type": "Type",
"unknown": "Непознато",
"updateable": "Updatable",
"userAbort": "User abort"
},
"compile": {
"error": "Грешка приликом превођења: {0}"
},
"component": {
"boardsIncluded": "Boards included in this package:",
"by": "од",
"clickToOpen": "Click to open in browser: {0}",
"filterSearch": "Филтрирај претрагу...",
"install": "Инсталирај",
"installLatest": "Install Latest",
"installVersion": "Install {0}",
"installed": "{0} installed",
"moreInfo": "Више информација",
"otherVersions": "Other Versions",
"remove": "Избаци",
"title": "{0} by {1}",
"uninstall": "Деинсталирај",
"uninstallMsg": "Да ли желиш да деинсталираш {0}? ",
"update": "Update"
},
"configuration": {
"cli": {
"inaccessibleDirectory": "Could not access the sketchbook location at '{0}': {1}"
}
},
"connectionStatus": {
"connectionLost": "Connection lost. Cloud sketch actions and updates won't be available."
},
"contributions": {
"addFile": "Додај датотеку",
"fileAdded": "Датотека је додата у рад.",
"plotter": {
"couldNotOpen": "Couldn't open serial plotter"
},
"replaceTitle": "Замјени"
},
"core": {
"compilerWarnings": {
"all": "All",
"default": "Default",
"more": "More",
"none": "None"
}
},
"coreContribution": {
"copyError": "Copy error messages",
"noBoardSelected": "No board selected. Please select your Arduino board from the Tools > Board menu."
},
"createCloudCopy": "Push Sketch to Cloud",
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Отклањање грешака - {0}",
"debuggingNotSupported": "'{0}' не подржава отклањање грешака",
"getDebugInfo": "Getting debug info...",
"noPlatformInstalledFor": "Платформа није инсталирана за '{0}'",
"optimizeForDebugging": "Оптимизовано за отклањање грешака",
"sketchIsNotCompiled": "Sketch '{0}' must be verified before starting a debug session. Please verify the sketch and start debugging again. Do you want to verify the sketch now?"
},
"developer": {
"clearBoardList": "Clear the Board List History",
"clearBoardsConfig": "Clear the Board and Port Selection",
"dumpBoardList": "Dump the Board List"
},
"dialog": {
"dontAskAgain": "Не питај поново"
},
"editor": {
"autoFormat": "Аутоматски форматирај",
"commentUncomment": "Коментариши/одкоментариши",
"copyForForum": "Копирај за форум (Markdown)",
"decreaseFontSize": "Смањи величину текста",
"decreaseIndent": "Смањи увлачење",
"increaseFontSize": "Повећај величину текста",
"increaseIndent": "Повећај увлачење",
"nextError": "Next Error",
"previousError": "Previous Error",
"revealError": "Reveal Error"
},
"examples": {
"builtInExamples": "Уграђени примјери",
"couldNotInitializeExamples": "Није могуће иницијализовати уграђене примјере.",
"customLibrary": "Примјери библиотека",
"for": "Примјери за {0}",
"forAny": "Примјери за било коју плочу",
"menu": "Примјери"
},
"firmware": {
"checkUpdates": "Провјери ажурирања",
"failedInstall": "Инсталирање није успјело. Покушај поново.",
"install": "Инсталирај",
"installingFirmware": "Инсталирање фирмвера.",
"overwriteSketch": "Инсталација ће преписати рад на плочи.",
"selectBoard": "Одабери плочу",
"selectVersion": "Одаберзи верзију фирмвера",
"successfullyInstalled": "Фирмвер успјешно инсталиран.",
"updater": "Firmware Updater"
},
"help": {
"environment": "Окружење",
"faq": "Често постављана питања",
"findInReference": "Потражи у референци",
"gettingStarted": "Увод",
"keyword": "Унеси кључну ријеч",
"privacyPolicy": "Политика приватности",
"reference": "Референца",
"search": "Потражи на Arduino.cc",
"troubleshooting": "Рјешавање проблема",
"visit": "Посјети Arduino.cc"
},
"ide-updater": {
"checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Затвори и инсталирај",
"closeToInstallNotice": "Затворите програм и покрените инсталацију надоградње на ваш рачунар.",
"donateLinkIconTitle": "open donation page",
"donateLinkText": "donate to support us",
"donateText": "Open source is love, {0}",
"downloadButton": "Преузимање",
"downloadingNotice": "Преузимање последње верзије Arduino IDE.",
"errorCheckingForUpdates": "Грешка приликом провере надоградњи за Arduino IDE.\n{0}",
"goToDownloadButton": "Пређите на преузимање",
"goToDownloadPage": "Ажурирање за Arduine IDE је доступно, али нисмо у могућности да га аутоматски преузмемо и инсталирамо. Идите на страницу за преузимање и преузмите најновију верзију одатле.",
"ideUpdaterDialog": "Надоградња програма",
"newVersionAvailable": "Нова верзија Arduino IDE ({0}) је доступна за преузимање.",
"noUpdatesAvailable": "Нема недавних доступних ажурирања за Arduine IDE",
"notNowButton": "Не сада",
"skipVersionButton": "Прескочите ову верзију",
"updateAvailable": "Доступна је надоградња",
"versionDownloaded": "Arduino IDE {0} је преузет."
},
"installable": {
"libraryInstallFailed": "Failed to install library: '{0}{1}'.",
"platformInstallFailed": "Failed to install platform: '{0}{1}'."
},
"library": {
"addZip": "Додај .ZIP библиотеку...",
"arduinoLibraries": "Arduino библиотеке",
"contributedLibraries": "Contributed libraries",
"include": "Укључи библиотеку",
"installAll": "Install All",
"installLibraryDependencies": "Install library dependencies",
"installMissingDependencies": "Да ли желиш да инсталираш све зависне библиотеке?",
"installOneMissingDependency": "Да ли желиш да инсталираш зависну библиотеку?",
"installWithoutDependencies": "Install without dependencies",
"installedSuccessfully": "Успјешно инсталирана библиотека {0}:{1}",
"libraryAlreadyExists": "Библиотека већ постоји. Желиш да препишеш преко ње?",
"manageLibraries": "Управљај библиотекама...",
"namedLibraryAlreadyExists": "Директоријум за библиотеку назван {0} већ постоји. Желиш да препишеш преко њега?",
"needsMultipleDependencies": "Библиотека <b>{0}:{1}</b> захтјева друге библиотеке које нису тренутно инсталиране:",
"needsOneDependency": "Библиотека <b>{0}:{1}</b> захтјева другу библиотеку која није тренутно инсталирана:",
"overwriteExistingLibrary": "Желиш да препишеш преко већ постојеће библиотеке?",
"successfullyInstalledZipLibrary": "Успјешно инсталирана библиотека из архиве {0}",
"title": "Управљач библиотекама",
"uninstalledSuccessfully": "Успјешно деинсталирана библиотека {0}:{1}",
"zipLibrary": "Библиотека"
},
"librarySearchProperty": {
"topic": "Topic"
},
"libraryTopic": {
"communication": "Communication",
"dataProcessing": "Data Processing",
"dataStorage": "Data Storage",
"deviceControl": "Device Control",
"display": "Display",
"other": "Other",
"sensors": "Sensors",
"signalInputOutput": "Signal Input/Output",
"timing": "Timing",
"uncategorized": "Uncategorized"
},
"libraryType": {
"installed": "Installed"
},
"menu": {
"advanced": "Advanced",
"sketch": "Рад",
"tools": "Алатке"
},
"monitor": {
"alreadyConnectedError": "Could not connect to {0} {1} port. Already connected.",
"baudRate": "{0} baud",
"connectionFailedError": "Could not connect to {0} {1} port.",
"connectionFailedErrorWithDetails": "{0} Could not connect to {1} {2} port.",
"connectionTimeout": "Timeout. The IDE has not received the 'success' message from the monitor after successfully connecting to it",
"missingConfigurationError": "Could not connect to {0} {1} port. The monitor configuration is missing.",
"notConnectedError": "Not connected to {0} {1} port.",
"unableToCloseWebSocket": "Unable to close websocket",
"unableToConnectToWebSocket": "Unable to connect to websocket"
},
"newCloudSketch": {
"newSketchTitle": "Name of the new Cloud Sketch"
},
"portProtocol": {
"network": "Мрежа",
"serial": "Serial"
},
"preferences": {
"additionalManagerURLs": "Additional Boards Manager URLs",
"auth.audience": "OAuth2 публика.",
"auth.clientID": "OAuth2 идентификатор клијента.",
"auth.domain": "OAuth2 домен.",
"auth.registerUri": "URI коришћен за регистровање нових корисника.",
"automatic": "Аутоматско",
"board.certificates": "Листа сертификата који могу бити спуштени на плоче",
"browse": "Претражи",
"checkForUpdate": "Receive notifications of available updates for the IDE, boards, and libraries. Requires an IDE restart after change. It's true by default.",
"choose": "Одабери",
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
"cloud.sharedSpaceId": "The ID of the Arduino Cloud shared space to load the sketchbook from. If empty, your private space is selected.",
"cloud.sketchSyncEndpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
"compile": "преведи",
"compile.experimental": "True if the IDE should handle multiple compiler errors. False by default",
"compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.",
"compile.verbose": "True for verbose compile output. False by default",
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
"compilerWarnings": "Упозорења преводиоца",
"editorFontSize": "Величина текста уређивача",
"editorQuickSuggestions": "Editor Quick Suggestions",
"enterAdditionalURLs": "Enter additional URLs, one for each row",
"files.inside.sketches": "Прикажи датотеке у радовима",
"ide.updateBaseUrl": "The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'",
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
"interfaceScale": "Величина интерфејса",
"invalid.editorFontSize": "Неважећа величина текста уређивача. Мора да буде позитиван цијели број.",
"invalid.sketchbook.location": "Неважећа локација радне свеске: {0}",
"invalid.theme": "Неважећа тема.",
"language.asyncWorkers": "Number of async workers used by the Arduino Language Server (clangd). Background index also uses this many workers. The minimum value is 0, and the maximum is 8. When it is 0, the language server uses all available cores. The default value is 0.",
"language.log": "Тачно ако Ардуино језички сервер треба да генерише датотеке евиденције у фасциклу за скице. Иначе, нетачно. Подразумевано је нетачно.",
"language.realTimeDiagnostics": "If true, the language server provides real-time diagnostics when typing in the editor. It's false by default.",
"manualProxy": "Ручно подешавање посредника",
"monitor": {
"dockPanel": "The area of the application shell where the _{0}_ widget will reside. It is either \"bottom\" or \"right\". It defaults to \"{1}\"."
},
"network": "Мрежа",
"newSketchbookLocation": "Одабери нову локацију радне свеске",
"noCliConfig": "Could not load the CLI configuration",
"noProxy": "Без посредника",
"proxySettings": {
"hostname": "Host name",
"password": "Password",
"port": "Port number",
"username": "Username"
},
"showVerbose": "Прикажи детаљан испис током",
"sketch": {
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
},
"sketchbook.location": "Локација радне свеске",
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
"upload": "спусти",
"upload.autoVerify": "True if the IDE should automatically verify the code before the upload. True by default. When this value is false, IDE does not recompile the code before uploading the binary to the board. It's highly advised to only set this value to false if you know what you are doing.",
"upload.verbose": "True for verbose upload output. False by default.",
"upload.verify": "After upload, verify that the contents of the memory on the board match the uploaded binary.",
"verifyAfterUpload": "Провјери код након спуштања",
"window.autoScale": "True if the user interface automatically scales with the font size.",
"window.zoomLevel": {
"deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead."
}
},
"renameCloudSketch": {
"renameSketchTitle": "New name of the Cloud Sketch"
},
"replaceMsg": "Замјени тренутну верзију {0}?",
"selectZip": "Одабери zip датотеку са библиотеком коју желиш да додаш",
"serial": {
"autoscroll": "Аутоматско скроловање",
"carriageReturn": "Carriage Return",
"connecting": "Connecting to '{0}' on '{1}'...",
"message": "Message (Enter to send message to '{0}' on '{1}')",
"newLine": "Нова линија",
"newLineCarriageReturn": "И нова линија и CR",
"noLineEndings": "Без завршетка линије",
"notConnected": "Није повезано. Одабери плочу и порт за аутоматско повезивање.",
"openSerialPlotter": "Serial Plotter",
"timestamp": "Временска ознака",
"toggleTimestamp": "Укључи/искључи временску ознаку"
},
"sketch": {
"archiveSketch": "Архивирај рад",
"cantOpen": "Директоријум \"{0}\" већ постоји. Није могуће отворити рад.",
"compile": "Compiling sketch...",
"configureAndUpload": "Configure and Upload",
"createdArchive": "Направљена архива '{0}'.",
"doneCompiling": "Превођење завршено.",
"doneUploading": "Спуштање завршено.",
"editInvalidSketchFolderLocationQuestion": "Do you want to try saving the sketch to a different location?",
"editInvalidSketchFolderQuestion": "Do you want to try saving the sketch with a different name?",
"exportBinary": "Export Compiled Binary",
"invalidCloudSketchName": "The name must start with a letter, number, or underscore, followed by letters, numbers, dashes, dots and underscores. Maximum length is 36 characters.",
"invalidSketchFolderLocationDetails": "You cannot save a sketch into a folder inside itself.",
"invalidSketchFolderLocationMessage": "Invalid sketch folder location: '{0}'",
"invalidSketchFolderNameMessage": "Invalid sketch folder name: '{0}'",
"invalidSketchName": "The name must start with a letter, number, or underscore, followed by letters, numbers, dashes, dots and underscores. Maximum length is 63 characters.",
"moving": "Премјешта се",
"movingMsg": "Датотека \"{0}\" мора да буде унутар радног директоријума \"{1}\".\nКреирај овај директоријум, премјести датотеку, и настави?",
"new": "New Sketch",
"noTrailingPeriod": "A filename cannot end with a dot",
"openFolder": "Отвори директоријум",
"openRecent": "Отвори недавно",
"openSketchInNewWindow": "Отвори рад у новом прозору",
"reservedFilename": "'{0}' is a reserved filename.",
"saveFolderAs": "Сачувај радни директоријум као...",
"saveSketch": "Save your sketch to open it again later.",
"saveSketchAs": "Сачувај радни фолдер као...",
"showFolder": "Прикажи радни директоријум",
"sketch": "Рад",
"sketchAlreadyContainsThisFileError": "The sketch already contains a file named '{0}'",
"sketchAlreadyContainsThisFileMessage": "Failed to save sketch \"{0}\" as \"{1}\". {2}",
"sketchbook": "Радна свеска",
"titleLocalSketchbook": "Локална радна свеска",
"titleSketchbook": "Радна свеска",
"upload": "Спусти",
"uploadUsingProgrammer": "Спусти помоћу програмера",
"uploading": "Uploading...",
"userFieldsNotFoundError": "Није могуће пронаћи корисничка поља за повезану плочу.",
"verify": "Провјери",
"verifyOrCompile": "Провјери/Преведи"
},
"sketchbook": {
"newCloudSketch": "New Cloud Sketch",
"newSketch": "New Sketch"
},
"theme": {
"currentThemeNotFound": "Could not find the currently selected theme: {0}. Arduino IDE has picked a built-in theme compatible with the missing one.",
"dark": "Dark",
"deprecated": "{0} (deprecated)",
"hc": "Dark High Contrast",
"hcLight": "Light High Contrast",
"light": "Light",
"user": "{0} (user)"
},
"title": {
"cloud": "Cloud"
},
"updateIndexes": {
"updateIndexes": "Update Indexes",
"updateLibraryIndex": "Update Library Index",
"updatePackageIndex": "Update Package Index"
},
"upload": {
"error": "{0} грешка: {1}"
},
"userFields": {
"cancel": "Одустани",
"enterField": "Enter {0}",
"upload": "Спусти"
},
"validateSketch": {
"abortFixMessage": "The sketch is still invalid. Do you want to fix the remaining problems? By clicking '{0}', a new sketch will open.",
"abortFixTitle": "Invalid sketch",
"renameSketchFileMessage": "The sketch file '{0}' cannot be used. {1} Do you want to rename the sketch file now?",
"renameSketchFileTitle": "Invalid sketch filename",
"renameSketchFolderMessage": "The sketch '{0}' cannot be used. {1} To get rid of this message, rename the sketch. Do you want to rename the sketch now?",
"renameSketchFolderTitle": "Invalid sketch name"
},
"versionWelcome": {
"cancelButton": "Maybe later",
"donateButton": "Donate now",
"donateMessage": "Arduino is committed to keeping software free and open-source for everyone. Your donation helps us develop new features, improve libraries, and support millions of users worldwide.",
"donateMessage2": "Please consider supporting our work on the free open source Arduino IDE.",
"title": "Welcome to a new version of the Arduino IDE!",
"titleWithVersion": "Welcome to the new Arduino IDE {0}!"
},
"workspace": {
"alreadyExists": "'{0}' already exists."
}
},
"theia": {
"core": {
"cannotConnectBackend": "Cannot connect to the backend.",
"cannotConnectDaemon": "Cannot connect to the CLI daemon.",
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
"daemonOffline": "CLI Daemon Offline",
"offline": "Није на мрежи",
"offlineText": "Није на мрежи",
"quitTitle": "Are you sure you want to quit?"
},
"editor": {
"unsavedTitle": "Несачуван – {0} "
},
"messages": {
"collapse": "Отвори",
"expand": "Прошири"
},
"workspace": {
"deleteCloudSketch": "The cloud sketch '{0}' will be permanently deleted from the Arduino servers and the local caches. This action is irreversible. Do you want to delete the current sketch?",
"deleteCurrentSketch": "The sketch '{0}' will be permanently deleted. This action is irreversible. Do you want to delete the current sketch?",
"fileNewName": "Име за нову датотеку",
"invalidExtension": ".{0} није валидна екстензија",
"newFileName": "Ново име за датотеку"
}
}
}