Skip to content

Commit

Permalink
Updated translation files (#2392)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 24, 2024
1 parent 2921979 commit 16bc1a4
Show file tree
Hide file tree
Showing 39 changed files with 3,289 additions and 495 deletions.
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

0 comments on commit 16bc1a4

Please sign in to comment.