Skip to content

Update translation files #2392

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions i18n/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@
"serialMonitor": "Seriaal Monitor",
"type": "Type",
"unknown": "Onbekend",
"updateable": "Updatable"
"updateable": "Updatable",
"userAbort": "User abort"
},
"compile": {
"error": "Compilation error: {0}"
Expand Down Expand Up @@ -213,7 +214,6 @@
"debuggingNotSupported": "Debugging is not supported by '{0}'",
"getDebugInfo": "Getting debug info...",
"noPlatformInstalledFor": "Platform is nie geïnstalleer vir ' {0} '",
"noProgrammerSelectedFor": "No programmer selected for '{0}'",
"optimizeForDebugging": "Geoptimaliseerd vir ontfouting",
"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?"
},
Expand Down Expand Up @@ -368,6 +368,7 @@
"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": "saamstel",
"compile.experimental": "True if the IDE should handle multiple compiler errors. False by default",
Expand Down
5 changes: 3 additions & 2 deletions i18n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@
"serialMonitor": "مراقب المنفذ التسلسلي \"سيريال بورت\"\n ",
"type": "النوع",
"unknown": "غير معروف",
"updateable": "يمكن تحديثه"
"updateable": "يمكن تحديثه",
"userAbort": "User abort"
},
"compile": {
"error": "خطا في الترجمة : {0}"
Expand Down Expand Up @@ -213,7 +214,6 @@
"debuggingNotSupported": "'{0}' لا يقبل التصحيح البرمجي",
"getDebugInfo": "Getting debug info...",
"noPlatformInstalledFor": "المنصة غير مثبتة ل '{0}'",
"noProgrammerSelectedFor": "No programmer selected for '{0}'",
"optimizeForDebugging": "التحسين من اجل التصحيح البرمجي",
"sketchIsNotCompiled": "المشروع '{0}' يجب ان يتم التحقق منه قبل بدء جلسة تصحيح الاخطاء . الرجاء التحقق من المشروع و اعادة تشغيل مصحح الاخطاء مرة اخرى .\nهل تريد التحقق من المشروع الان؟"
},
Expand Down Expand Up @@ -368,6 +368,7 @@
"cloud.pull.warn": "True اذا كان يجب تحذير المستخدمين قبل سحب مشروع من السحابة . True افتراضيا",
"cloud.push.warn": "True اذا كان يجب تحذير المستخدمين قبل دفع مشروع الى السحابة . True افتراضيا",
"cloud.pushpublic.warn": "True اذا كان يجب تحذير المستخدمين قبل دفع مشروع عام الى السحابة . 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": "الوجهة المستخدمة لدفع و سحب المشاريع من الخلفية . تشير افتراضيا الى Arduino Cloud API.",
"compile": "الترجمة",
"compile.experimental": "مُفعل اذا وَجَبَ على الIDE التعامل مع عدة اخطاء اثناء الترجمة . غير مفعل بشكل افتراضي ",
Expand Down
5 changes: 3 additions & 2 deletions i18n/az.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@
"serialMonitor": "Serial Monitor",
"type": "Type",
"unknown": "Bilnməyən",
"updateable": "Updatable"
"updateable": "Updatable",
"userAbort": "User abort"
},
"compile": {
"error": "Compilation error: {0}"
Expand Down Expand Up @@ -213,7 +214,6 @@
"debuggingNotSupported": "Debugging is not supported by '{0}'",
"getDebugInfo": "Getting debug info...",
"noPlatformInstalledFor": "Platform is not installed for '{0}'",
"noProgrammerSelectedFor": "No programmer selected for '{0}'",
"optimizeForDebugging": "Optimize for Debugging",
"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?"
},
Expand Down Expand Up @@ -368,6 +368,7 @@
"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",
"compile.experimental": "True if the IDE should handle multiple compiler errors. False by default",
Expand Down
Loading