Skip to content

Commit 10d77f3

Browse files
Updated translation files
1 parent f63ee85 commit 10d77f3

36 files changed

+2415
-753
lines changed

i18n/af.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"arduino": {
33
"about": {
4-
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}",
4+
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}\n\n{4}",
55
"label": "About {0}"
66
},
77
"board": {
@@ -157,6 +157,11 @@
157157
"uninstallMsg": "Do you want to uninstall {0}?",
158158
"version": "Weergawe {0}"
159159
},
160+
"configuration": {
161+
"cli": {
162+
"inaccessibleDirectory": "Could not access the sketchbook location at '{0}': {1}"
163+
}
164+
},
160165
"contributions": {
161166
"addFile": "Add File",
162167
"fileAdded": "Een lêer by skets gevoeg",
@@ -186,7 +191,8 @@
186191
"debugWithMessage": "Ontfouting {0}",
187192
"debuggingNotSupported": "Debugging is not supported by '{0}'",
188193
"noPlatformInstalledFor": "Platform is nie geïnstalleer vir ' {0} '",
189-
"optimizeForDebugging": "Geoptimaliseerd vir ontfouting"
194+
"optimizeForDebugging": "Geoptimaliseerd vir ontfouting",
195+
"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?"
190196
},
191197
"dialog": {
192198
"dontAskAgain": "Don't ask again"
@@ -352,6 +358,7 @@
352358
"manualProxy": "Manual proxy configuration",
353359
"network": "Netwerk",
354360
"newSketchbookLocation": "Select new sketchbook location",
361+
"noCliConfig": "Could not load the CLI configuration",
355362
"noProxy": "No proxy",
356363
"proxySettings": {
357364
"hostname": "Host name",

i18n/ar.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"arduino": {
33
"about": {
4-
"detail": "النسخة : {0}\nالتاريخ : {1} {2} \nنسخة موجه سطر الاوامر CLI {3}{4} [{5}] \n{6}",
4+
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}\n\n{4}",
55
"label": "حول {0}"
66
},
77
"board": {
@@ -157,6 +157,11 @@
157157
"uninstallMsg": "هل تريد الغاء تثبيت {0}؟",
158158
"version": "النسخة {0}"
159159
},
160+
"configuration": {
161+
"cli": {
162+
"inaccessibleDirectory": "Could not access the sketchbook location at '{0}': {1}"
163+
}
164+
},
160165
"contributions": {
161166
"addFile": "اضف ملف...",
162167
"fileAdded": "تمت اضافة ملف واحد الى المشروع",
@@ -186,7 +191,8 @@
186191
"debugWithMessage": "تصحيح برمجي - {0}",
187192
"debuggingNotSupported": "'{0}' لا يقبل التصحيح البرمجي",
188193
"noPlatformInstalledFor": "المنصة غير مثبتة ل '{0}'",
189-
"optimizeForDebugging": "التحسين من اجل التصحيح البرمجي"
194+
"optimizeForDebugging": "التحسين من اجل التصحيح البرمجي",
195+
"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?"
190196
},
191197
"dialog": {
192198
"dontAskAgain": "لا تسأل مرة اخرى"
@@ -352,6 +358,7 @@
352358
"manualProxy": "اعدادات الوكيل يدوياً",
353359
"network": "شبكة",
354360
"newSketchbookLocation": "اختر مكان المشروع الجديد",
361+
"noCliConfig": "Could not load the CLI configuration",
355362
"noProxy": "لا يوجد وكيل",
356363
"proxySettings": {
357364
"hostname": "Host name",

i18n/az.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"arduino": {
33
"about": {
4-
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}",
4+
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}\n\n{4}",
55
"label": "Haqqında {0}"
66
},
77
"board": {
@@ -36,7 +36,7 @@
3636
"showAllAvailablePorts": "Shows all available ports when enabled",
3737
"showAllPorts": "Show all ports",
3838
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
39-
"succesfullyUninstalledPlatform": "Uğurla Silindi\nPlatforma 1{0}:2{1}",
39+
"succesfullyUninstalledPlatform": "Uğurla Silindi Platforma {0}:{1}",
4040
"typeOfPorts": "{0} ports"
4141
},
4242
"boardsManager": "Boards Manager",
@@ -157,6 +157,11 @@
157157
"uninstallMsg": "Do you want to uninstall {0}?",
158158
"version": "Version {0}"
159159
},
160+
"configuration": {
161+
"cli": {
162+
"inaccessibleDirectory": "Could not access the sketchbook location at '{0}': {1}"
163+
}
164+
},
160165
"contributions": {
161166
"addFile": "Fayl Əlavə Et",
162167
"fileAdded": "One file added to the sketch.",
@@ -186,7 +191,8 @@
186191
"debugWithMessage": "Debug - {0}",
187192
"debuggingNotSupported": "Debugging is not supported by '{0}'",
188193
"noPlatformInstalledFor": "Platform is not installed for '{0}'",
189-
"optimizeForDebugging": "Optimize for Debugging"
194+
"optimizeForDebugging": "Optimize for Debugging",
195+
"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?"
190196
},
191197
"dialog": {
192198
"dontAskAgain": "Yenidən Soruşma"
@@ -352,6 +358,7 @@
352358
"manualProxy": "Manual proxy configuration",
353359
"network": "Network",
354360
"newSketchbookLocation": "Select new sketchbook location",
361+
"noCliConfig": "Could not load the CLI configuration",
355362
"noProxy": "No proxy",
356363
"proxySettings": {
357364
"hostname": "Host name",

i18n/bg.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"arduino": {
33
"about": {
4-
"detail": "Версия: {0}\nДата: {1}{2}\nВерсия на CLI: {3}{4} [{5}]\n\n{6}",
4+
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}\n\n{4}",
55
"label": "Относно {0}"
66
},
77
"board": {
@@ -157,6 +157,11 @@
157157
"uninstallMsg": "Искате ли да деинсталирате {0}?",
158158
"version": "Версия {0}"
159159
},
160+
"configuration": {
161+
"cli": {
162+
"inaccessibleDirectory": "Could not access the sketchbook location at '{0}': {1}"
163+
}
164+
},
160165
"contributions": {
161166
"addFile": "Добави файл",
162167
"fileAdded": "Към скицата е добавен един файл.",
@@ -186,7 +191,8 @@
186191
"debugWithMessage": "Отстраняване на грешки - {0}",
187192
"debuggingNotSupported": "Отстраняването на грешки не се поддържа от „{0}“",
188193
"noPlatformInstalledFor": "Платформата не е инсталирана за „{0}“",
189-
"optimizeForDebugging": "Оптимизиране за отстраняване на грешки"
194+
"optimizeForDebugging": "Оптимизиране за отстраняване на грешки",
195+
"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?"
190196
},
191197
"dialog": {
192198
"dontAskAgain": "Не питай отново"
@@ -352,6 +358,7 @@
352358
"manualProxy": "Ръчна конфигурация на прокси",
353359
"network": "Мрежа",
354360
"newSketchbookLocation": "Изберете местоположение за новата скицниката",
361+
"noCliConfig": "Could not load the CLI configuration",
355362
"noProxy": "Без прокси",
356363
"proxySettings": {
357364
"hostname": "Host name",

0 commit comments

Comments
 (0)