Skip to content

Commit 4c2f0fb

Browse files
github-actions[bot]kittaakos
authored andcommittedApr 17, 2023
Updated translation files
1 parent 54f210d commit 4c2f0fb

39 files changed

+3078
-584
lines changed
 

‎i18n/af.json

+42-7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}\n\n{4}",
55
"label": "About {0}"
66
},
7+
"account": {
8+
"goToCloudEditor": "Go to Cloud Editor",
9+
"goToIoTCloud": "Go to IoT Cloud",
10+
"goToProfile": "Go to Profile",
11+
"menuTitle": "Arduino Cloud"
12+
},
713
"board": {
814
"board": "Board{0}",
915
"boardConfigDialogTitle": "Select Other Board and Port",
@@ -83,13 +89,12 @@
8389
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
8490
},
8591
"cloud": {
86-
"account": "Account",
8792
"chooseSketchVisibility": "Choose visibility of your Sketch:",
8893
"cloudSketchbook": "Wolk Skets",
8994
"connected": "Connected",
9095
"continue": "Continue",
91-
"donePulling": "Done pulling {0}.",
92-
"donePushing": "Done pushing {0}.",
96+
"donePulling": "Done pulling '{0}'.",
97+
"donePushing": "Done pushing '{0}'.",
9398
"embed": "Embed:",
9499
"emptySketchbook": "Jou Sketsboek is leeg",
95100
"goToCloud": "Go to Cloud",
@@ -155,19 +160,28 @@
155160
"component": {
156161
"boardsIncluded": "Boards included in this package:",
157162
"by": "by",
163+
"clickToOpen": "Click to open in browser: {0}",
158164
"filterSearch": "Filter your search...",
159165
"install": "Install",
160-
"installed": "Installed",
166+
"installLatest": "Install Latest",
167+
"installVersion": "Install {0}",
168+
"installed": "{0} installed",
161169
"moreInfo": "Meer inligting",
170+
"otherVersions": "Other Versions",
171+
"remove": "Remove",
172+
"title": "{0} by {1}",
162173
"uninstall": "Uninstall",
163174
"uninstallMsg": "Do you want to uninstall {0}?",
164-
"version": "Weergawe {0}"
175+
"update": "Update"
165176
},
166177
"configuration": {
167178
"cli": {
168179
"inaccessibleDirectory": "Could not access the sketchbook location at '{0}': {1}"
169180
}
170181
},
182+
"connectionStatus": {
183+
"connectionLost": "Connection lost. Cloud sketch actions and updates won't be available."
184+
},
171185
"contributions": {
172186
"addFile": "Add File",
173187
"fileAdded": "Een lêer by skets gevoeg",
@@ -188,6 +202,7 @@
188202
"copyError": "Copy error messages",
189203
"noBoardSelected": "No board selected. Please select your Arduino board from the Tools > Board menu."
190204
},
205+
"createCloudCopy": "Push Sketch to Cloud",
191206
"daemon": {
192207
"restart": "Restart Daemon",
193208
"start": "Start Daemon",
@@ -313,6 +328,13 @@
313328
"tools": "Gereedskap"
314329
},
315330
"monitor": {
331+
"alreadyConnectedError": "Could not connect to {0} {1} port. Already connected.",
332+
"baudRate": "{0} baud",
333+
"connectionFailedError": "Could not connect to {0} {1} port.",
334+
"connectionFailedErrorWithDetails": "{0} Could not connect to {1} {2} port.",
335+
"connectionTimeout": "Timeout. The IDE has not received the 'success' message from the monitor after successfully connecting to it",
336+
"missingConfigurationError": "Could not connect to {0} {1} port. The monitor configuration is missing.",
337+
"notConnectedError": "Not connected to {0} {1} port.",
316338
"unableToCloseWebSocket": "Unable to close websocket",
317339
"unableToConnectToWebSocket": "Unable to connect to websocket"
318340
},
@@ -393,6 +415,7 @@
393415
"serial": {
394416
"autoscroll": "Autoscroll",
395417
"carriageReturn": "Wagterugkeer",
418+
"connecting": "Connecting to '{0}' on '{1}'...",
396419
"message": "Message (Enter to send message to '{0}' on '{1}')",
397420
"newLine": "Nuwe lyn",
398421
"newLineCarriageReturn": "Beide NL & CR",
@@ -414,11 +437,11 @@
414437
"editInvalidSketchFolderLocationQuestion": "Do you want to try saving the sketch to a different location?",
415438
"editInvalidSketchFolderQuestion": "Do you want to try saving the sketch with a different name?",
416439
"exportBinary": "Export Compiled Binary",
417-
"invalidCloudSketchName": "The name must start with a letter or number, followed by letters, numbers, dashes, dots and underscores. Maximum length is 36 characters.",
440+
"invalidCloudSketchName": "The name must start with a letter, number, or underscore, followed by letters, numbers, dashes, dots and underscores. Maximum length is 36 characters.",
418441
"invalidSketchFolderLocationDetails": "You cannot save a sketch into a folder inside itself.",
419442
"invalidSketchFolderLocationMessage": "Invalid sketch folder location: '{0}'",
420443
"invalidSketchFolderNameMessage": "Invalid sketch folder name: '{0}'",
421-
"invalidSketchName": "The name must start with a letter or number, followed by letters, numbers, dashes, dots and underscores. Maximum length is 63 characters.",
444+
"invalidSketchName": "The name must start with a letter, number, or underscore, followed by letters, numbers, dashes, dots and underscores. Maximum length is 63 characters.",
422445
"moving": "Moving",
423446
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
424447
"new": "New Sketch",
@@ -451,6 +474,17 @@
451474
"dismissSurvey": "Don't show again",
452475
"surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better."
453476
},
477+
"theme": {
478+
"currentThemeNotFound": "Could not find the currently selected theme: {0}. Arduino IDE has picked a built-in theme compatible with the missing one.",
479+
"dark": "Dark",
480+
"deprecated": "{0} (deprecated)",
481+
"hc": "High Contrast",
482+
"light": "Light",
483+
"user": "{0} (user)"
484+
},
485+
"title": {
486+
"cloud": "Cloud"
487+
},
454488
"updateIndexes": {
455489
"updateIndexes": "Update Indexes",
456490
"updateLibraryIndex": "Update Library Index",
@@ -483,6 +517,7 @@
483517
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
484518
"daemonOffline": "CLI Daemon Offline",
485519
"offline": "Aflyn",
520+
"offlineText": "Aflyn",
486521
"quitTitle": "Are you sure you want to quit?"
487522
},
488523
"editor": {

‎i18n/ar.json

+42-7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}\n\n{4}",
55
"label": "حول {0}"
66
},
7+
"account": {
8+
"goToCloudEditor": "Go to Cloud Editor",
9+
"goToIoTCloud": "Go to IoT Cloud",
10+
"goToProfile": "Go to Profile",
11+
"menuTitle": "Arduino Cloud"
12+
},
713
"board": {
814
"board": "اللوحة {0}",
915
"boardConfigDialogTitle": "أختر متحكم و منفذ مختلفين ",
@@ -83,13 +89,12 @@
8389
"mouseError": "تعذر ايجاد الفأرة 'Mouse' . هل يحتوي مشروعك على '#include <Mouse.h>' ؟"
8490
},
8591
"cloud": {
86-
"account": "الحساب",
8792
"chooseSketchVisibility": "اختر خصوصية مشروعك:",
8893
"cloudSketchbook": "مشاريع على السحابة",
8994
"connected": "متصل",
9095
"continue": "استئناف",
91-
"donePulling": "تم السحب بنجاح '{0}'",
92-
"donePushing": "تم الدفع بنجاح '{0}'",
96+
"donePulling": "Done pulling '{0}'.",
97+
"donePushing": "Done pushing '{0}'.",
9398
"embed": "تضمين:",
9499
"emptySketchbook": "ملف المشاريع الخاص بك فارغ",
95100
"goToCloud": "Go to Cloud",
@@ -155,19 +160,28 @@
155160
"component": {
156161
"boardsIncluded": "Boards included in this package:",
157162
"by": "بواسطة",
163+
"clickToOpen": "Click to open in browser: {0}",
158164
"filterSearch": "ترشيح بحثك...",
159165
"install": "تنصيب",
160-
"installed": "Installed",
166+
"installLatest": "Install Latest",
167+
"installVersion": "Install {0}",
168+
"installed": "{0} installed",
161169
"moreInfo": "عرض المزيد",
170+
"otherVersions": "Other Versions",
171+
"remove": "حذف",
172+
"title": "{0} by {1}",
162173
"uninstall": "الغاء التثبيت",
163174
"uninstallMsg": "هل تريد الغاء تثبيت {0}؟",
164-
"version": "النسخة {0}"
175+
"update": "Update"
165176
},
166177
"configuration": {
167178
"cli": {
168179
"inaccessibleDirectory": "Could not access the sketchbook location at '{0}': {1}"
169180
}
170181
},
182+
"connectionStatus": {
183+
"connectionLost": "Connection lost. Cloud sketch actions and updates won't be available."
184+
},
171185
"contributions": {
172186
"addFile": "اضف ملف...",
173187
"fileAdded": "تمت اضافة ملف واحد الى المشروع",
@@ -188,6 +202,7 @@
188202
"copyError": "نسخ رسالة الخطأ",
189203
"noBoardSelected": "No board selected. Please select your Arduino board from the Tools > Board menu."
190204
},
205+
"createCloudCopy": "Push Sketch to Cloud",
191206
"daemon": {
192207
"restart": "Restart Daemon",
193208
"start": "Start Daemon",
@@ -313,6 +328,13 @@
313328
"tools": "ادوات"
314329
},
315330
"monitor": {
331+
"alreadyConnectedError": "Could not connect to {0} {1} port. Already connected.",
332+
"baudRate": "{0} baud",
333+
"connectionFailedError": "Could not connect to {0} {1} port.",
334+
"connectionFailedErrorWithDetails": "{0} Could not connect to {1} {2} port.",
335+
"connectionTimeout": "Timeout. The IDE has not received the 'success' message from the monitor after successfully connecting to it",
336+
"missingConfigurationError": "Could not connect to {0} {1} port. The monitor configuration is missing.",
337+
"notConnectedError": "Not connected to {0} {1} port.",
316338
"unableToCloseWebSocket": "تعذر اغلاق مقبس الويب",
317339
"unableToConnectToWebSocket": "تعذر الاتصال بمقبس الويب"
318340
},
@@ -393,6 +415,7 @@
393415
"serial": {
394416
"autoscroll": "تمرير تلقائي",
395417
"carriageReturn": "اعادة الحمل",
418+
"connecting": "Connecting to '{0}' on '{1}'...",
396419
"message": "Message (Enter to send message to '{0}' on '{1}')",
397420
"newLine": "سطر جديد",
398421
"newLineCarriageReturn": " NL & CR معاً",
@@ -414,11 +437,11 @@
414437
"editInvalidSketchFolderLocationQuestion": "Do you want to try saving the sketch to a different location?",
415438
"editInvalidSketchFolderQuestion": "Do you want to try saving the sketch with a different name?",
416439
"exportBinary": "تصدير الملف الثنائي المترجم",
417-
"invalidCloudSketchName": "The name must start with a letter or number, followed by letters, numbers, dashes, dots and underscores. Maximum length is 36 characters.",
440+
"invalidCloudSketchName": "The name must start with a letter, number, or underscore, followed by letters, numbers, dashes, dots and underscores. Maximum length is 36 characters.",
418441
"invalidSketchFolderLocationDetails": "You cannot save a sketch into a folder inside itself.",
419442
"invalidSketchFolderLocationMessage": "Invalid sketch folder location: '{0}'",
420443
"invalidSketchFolderNameMessage": "Invalid sketch folder name: '{0}'",
421-
"invalidSketchName": "The name must start with a letter or number, followed by letters, numbers, dashes, dots and underscores. Maximum length is 63 characters.",
444+
"invalidSketchName": "The name must start with a letter, number, or underscore, followed by letters, numbers, dashes, dots and underscores. Maximum length is 63 characters.",
422445
"moving": "يتم النقل",
423446
"movingMsg": "الملف \"{0}\" يجب ان يكون داخل مجلد مشروع مسمى \"{1}\"\nهل انشئ المجلد , ثم انقل الملف و اكمل ؟",
424447
"new": "New Sketch",
@@ -451,6 +474,17 @@
451474
"dismissSurvey": "لا تظهر مرة اخرى",
452475
"surveyMessage": "يرجى ان تساعدنا لنحسن ادائنا من خلال الاجابة على هذا الاستبيان القصير جدا . نحن نحترم المجتمع الخاص بنا و نريد ان نتعرف بشكل افضل على داعمينا "
453476
},
477+
"theme": {
478+
"currentThemeNotFound": "Could not find the currently selected theme: {0}. Arduino IDE has picked a built-in theme compatible with the missing one.",
479+
"dark": "Dark",
480+
"deprecated": "{0} (deprecated)",
481+
"hc": "High Contrast",
482+
"light": "Light",
483+
"user": "{0} (user)"
484+
},
485+
"title": {
486+
"cloud": "Cloud"
487+
},
454488
"updateIndexes": {
455489
"updateIndexes": "Update Indexes",
456490
"updateLibraryIndex": "Update Library Index",
@@ -483,6 +517,7 @@
483517
"couldNotSave": "تعذر حفظ المشروع . الرجاء نسخ عملك الغير محفوظ الى محرر النصوص المفضل لديك و اعادة تشغيل Arduino IDE",
484518
"daemonOffline": "CLI Daemon غير متصل",
485519
"offline": "غير متصل",
520+
"offlineText": "غير متصل",
486521
"quitTitle": "هل انت متاكد بانك تريد الخروج؟"
487522
},
488523
"editor": {

‎i18n/az.json

+42-7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}\n\n{4}",
55
"label": "Haqqında {0}"
66
},
7+
"account": {
8+
"goToCloudEditor": "Go to Cloud Editor",
9+
"goToIoTCloud": "Go to IoT Cloud",
10+
"goToProfile": "Go to Profile",
11+
"menuTitle": "Arduino Cloud"
12+
},
713
"board": {
814
"board": "Board{0}",
915
"boardConfigDialogTitle": "Select Other Board and Port",
@@ -83,13 +89,12 @@
8389
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
8490
},
8591
"cloud": {
86-
"account": "Account",
8792
"chooseSketchVisibility": "Choose visibility of your Sketch:",
8893
"cloudSketchbook": "Cloud Sketchbook",
8994
"connected": "Əlaqə Yaradıldı",
9095
"continue": "Davam Et",
91-
"donePulling": "Done pulling {0}.",
92-
"donePushing": "Done pushing {0}.",
96+
"donePulling": "Done pulling '{0}'.",
97+
"donePushing": "Done pushing '{0}'.",
9398
"embed": "Embed:",
9499
"emptySketchbook": "Your Sketchbook is empty",
95100
"goToCloud": "Go to Cloud",
@@ -155,19 +160,28 @@
155160
"component": {
156161
"boardsIncluded": "Boards included in this package:",
157162
"by": "by",
163+
"clickToOpen": "Click to open in browser: {0}",
158164
"filterSearch": "Filter your search...",
159165
"install": "Yüklə",
160-
"installed": "Installed",
166+
"installLatest": "Install Latest",
167+
"installVersion": "Install {0}",
168+
"installed": "{0} installed",
161169
"moreInfo": "More info",
170+
"otherVersions": "Other Versions",
171+
"remove": "Sil",
172+
"title": "{0} by {1}",
162173
"uninstall": "Sil",
163174
"uninstallMsg": "Do you want to uninstall {0}?",
164-
"version": "Version {0}"
175+
"update": "Update"
165176
},
166177
"configuration": {
167178
"cli": {
168179
"inaccessibleDirectory": "Could not access the sketchbook location at '{0}': {1}"
169180
}
170181
},
182+
"connectionStatus": {
183+
"connectionLost": "Connection lost. Cloud sketch actions and updates won't be available."
184+
},
171185
"contributions": {
172186
"addFile": "Fayl Əlavə Et",
173187
"fileAdded": "One file added to the sketch.",
@@ -188,6 +202,7 @@
188202
"copyError": "Copy error messages",
189203
"noBoardSelected": "No board selected. Please select your Arduino board from the Tools > Board menu."
190204
},
205+
"createCloudCopy": "Push Sketch to Cloud",
191206
"daemon": {
192207
"restart": "Restart Daemon",
193208
"start": "Start Daemon",
@@ -313,6 +328,13 @@
313328
"tools": "Tools"
314329
},
315330
"monitor": {
331+
"alreadyConnectedError": "Could not connect to {0} {1} port. Already connected.",
332+
"baudRate": "{0} baud",
333+
"connectionFailedError": "Could not connect to {0} {1} port.",
334+
"connectionFailedErrorWithDetails": "{0} Could not connect to {1} {2} port.",
335+
"connectionTimeout": "Timeout. The IDE has not received the 'success' message from the monitor after successfully connecting to it",
336+
"missingConfigurationError": "Could not connect to {0} {1} port. The monitor configuration is missing.",
337+
"notConnectedError": "Not connected to {0} {1} port.",
316338
"unableToCloseWebSocket": "Unable to close websocket",
317339
"unableToConnectToWebSocket": "Unable to connect to websocket"
318340
},
@@ -393,6 +415,7 @@
393415
"serial": {
394416
"autoscroll": "Autoscroll",
395417
"carriageReturn": "Carriage Return",
418+
"connecting": "Connecting to '{0}' on '{1}'...",
396419
"message": "Message (Enter to send message to '{0}' on '{1}')",
397420
"newLine": "New Line",
398421
"newLineCarriageReturn": "Both NL & CR",
@@ -414,11 +437,11 @@
414437
"editInvalidSketchFolderLocationQuestion": "Do you want to try saving the sketch to a different location?",
415438
"editInvalidSketchFolderQuestion": "Do you want to try saving the sketch with a different name?",
416439
"exportBinary": "Export Compiled Binary",
417-
"invalidCloudSketchName": "The name must start with a letter or number, followed by letters, numbers, dashes, dots and underscores. Maximum length is 36 characters.",
440+
"invalidCloudSketchName": "The name must start with a letter, number, or underscore, followed by letters, numbers, dashes, dots and underscores. Maximum length is 36 characters.",
418441
"invalidSketchFolderLocationDetails": "You cannot save a sketch into a folder inside itself.",
419442
"invalidSketchFolderLocationMessage": "Invalid sketch folder location: '{0}'",
420443
"invalidSketchFolderNameMessage": "Invalid sketch folder name: '{0}'",
421-
"invalidSketchName": "The name must start with a letter or number, followed by letters, numbers, dashes, dots and underscores. Maximum length is 63 characters.",
444+
"invalidSketchName": "The name must start with a letter, number, or underscore, followed by letters, numbers, dashes, dots and underscores. Maximum length is 63 characters.",
422445
"moving": "Moving",
423446
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
424447
"new": "New Sketch",
@@ -451,6 +474,17 @@
451474
"dismissSurvey": "Don't show again",
452475
"surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better."
453476
},
477+
"theme": {
478+
"currentThemeNotFound": "Could not find the currently selected theme: {0}. Arduino IDE has picked a built-in theme compatible with the missing one.",
479+
"dark": "Dark",
480+
"deprecated": "{0} (deprecated)",
481+
"hc": "High Contrast",
482+
"light": "Light",
483+
"user": "{0} (user)"
484+
},
485+
"title": {
486+
"cloud": "Cloud"
487+
},
454488
"updateIndexes": {
455489
"updateIndexes": "Update Indexes",
456490
"updateLibraryIndex": "Update Library Index",
@@ -483,6 +517,7 @@
483517
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
484518
"daemonOffline": "CLI Daemon Offline",
485519
"offline": "Offlayn",
520+
"offlineText": "Offlayn",
486521
"quitTitle": "Are you sure you want to quit?"
487522
},
488523
"editor": {

0 commit comments

Comments
 (0)
Please sign in to comment.