Skip to content

Update translation files #1397

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 5, 2022
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
44 changes: 41 additions & 3 deletions i18n/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"disconnected": "Disconnected",
"getBoardInfo": "Get Board Info",
"inSketchbook": " (in Sketchbook)",
"installManually": "Install Manually",
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
"noPortsDiscovered": "No ports discovered",
Expand All @@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}"
},
"boardsManager": "Boards Manager",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": {
"burnBootloader": "Burn Bootloader",
"burningBootloader": "Burning bootloader...",
Expand All @@ -61,6 +63,15 @@
"uploadRootCertificates": "Upload SSL Root Certificates",
"uploadingCertificates": "Uploading certificates."
},
"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>'?"
Expand Down Expand Up @@ -103,15 +114,23 @@
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
},
"common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Install Manually",
"later": "Later",
"noBoardSelected": "Geen bord geselekteer",
"notConnected": "[nie gekoppel]",
"offlineIndicator": "Dit lyk of jy van af lyn is. Sonder 'n internetverbinding kan die Arduino CLI moontlik nie die nodige hulpbronne aflaai nie en kan dit wanfunksionering veroorsaak. Koppel asseblief aan die internet en herbegin die toepassing.",
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
"partner": "Partner",
"processing": "Verwerking",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "aan {0}",
"serialMonitor": "Seriaal Monitor",
"unknown": "Onbekend"
"type": "Type",
"unknown": "Onbekend",
"updateable": "Updatable"
},
"compile": {
"error": "Compilation error: {0}"
Expand Down Expand Up @@ -197,7 +216,7 @@
"visit": "Visit Arduino.cc"
},
"ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates",
"checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Close and Install",
"closeToInstallNotice": "Close the software and install the update on your machine.",
"downloadButton": "Aflaai",
Expand Down Expand Up @@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}",
"zipLibrary": "Library"
},
"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": "Skets",
Expand All @@ -253,6 +290,7 @@
"automatic": "Automaties",
"board.certificates": "List of certificates that can be uploaded to boards",
"browse": "Snuffel",
"checkForUpdate": "Receive notifications of available updates for the IDE, boards, and libraries. Requires an IDE restart after change. It's true by default.",
"choose": "Kies",
"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.",
Expand Down
44 changes: 41 additions & 3 deletions i18n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"disconnected": "Disconnected",
"getBoardInfo": "الحصول على معلومات اللوحة",
"inSketchbook": "(داخل ملف المشاريع)",
"installManually": "ثبّت يدويا",
"installNow": "نواة \"{0} {1}\" يجب تثبيتها للوحة \"{2}\" التي تم اختيارها . هل تريد تثبيتها الان ؟",
"noFQBN": "FQBN غير متاح للوحة المختارة \"{0}\" . هل قمت بتثبيت النواة المعنية ؟",
"noPortsDiscovered": "No ports discovered",
Expand All @@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "تم الغاء تثبيت المنصة {0}:{1} بنجاح"
},
"boardsManager": "مدير اللوحة",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": {
"burnBootloader": "ثبت محمل برنامج الإقلاع",
"burningBootloader": "Burning bootloader...",
Expand All @@ -61,6 +63,15 @@
"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' . هل يحتوي مشروعك على '#include <Keyboard.h>' ؟",
"mouseError": "تعذر ايجاد الفأرة 'Mouse' . هل يحتوي مشروعك على '#include <Mouse.h>' ؟"
Expand Down Expand Up @@ -103,15 +114,23 @@
"visitArduinoCloud": "قم بزيارة Arduino Cloud من اجل انشاء ملف مشاريع على السحابة"
},
"common": {
"all": "All",
"contributed": "Contributed",
"installManually": "ثبّت يدويا",
"later": "لاحقا",
"noBoardSelected": "لم يتم اختيار اي لوحة",
"notConnected": "[غير متصل]",
"offlineIndicator": "انت غير متصل بالانترنت على الارجح , بدون الاتصال بالانترنت لن تستطيع واجهة سطر الاوامر الخاصة بالاردوينو \"Arduino CLI\" تحميل الموارد المطلوبة و من الممكن ان تسبب باخطاء , الرجاء الاتصال بالانترنت و اعادة تشغيل البرنامج",
"oldFormat": "ال '{0}' ما زالت تستخدم صيغة `.pde` القديمة . هل تريد الانتقال الى صيغة `.ino`  الجديدة ؟",
"partner": "Partner",
"processing": "تتم المعالجة",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "{0} شغّل",
"serialMonitor": "مراقب المنفذ التسلسلي \"سيريال بورت\"\n ",
"unknown": "غير معروف"
"type": "Type",
"unknown": "غير معروف",
"updateable": "Updatable"
},
"compile": {
"error": "خطا في الترجمة : {0}"
Expand Down Expand Up @@ -197,7 +216,7 @@
"visit": "زيارة Arduino.cc"
},
"ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates",
"checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "قم بالاغلاق و التحديث",
"closeToInstallNotice": "اغلق البرمجية و حّدث الجهاز الخاص بك ",
"downloadButton": "حمّل",
Expand Down Expand Up @@ -235,6 +254,24 @@
"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": "متقدم",
"sketch": "مشروع",
Expand All @@ -253,6 +290,7 @@
"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": "تفعيل تسجيل تصحيح الاخطاء لـ gRPC calls الى CLI الاردوينو (Enable debug logging of the gRPC calls to the Arduino CLI) يجب اعادة تشغيل ide لكي يصبح هذا الخيار فعالا . الخيار غير مفعل افتراضيا",
"cloud.enabled": "True اذا كانت مهام المزامنة مفعلة . True افتراضيا",
Expand Down
44 changes: 41 additions & 3 deletions i18n/az.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"disconnected": "Disconnected",
"getBoardInfo": "Get Board Info",
"inSketchbook": " (in Sketchbook)",
"installManually": "Əl ilə yüklə",
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
"noPortsDiscovered": "No ports discovered",
Expand All @@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Uğurla Silindi\nPlatforma 1{0}:2{1}"
},
"boardsManager": "Boards Manager",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": {
"burnBootloader": "Burn Bootloader",
"burningBootloader": "Burning bootloader...",
Expand All @@ -61,6 +63,15 @@
"uploadRootCertificates": "Upload SSL Root Certificates",
"uploadingCertificates": "Uploading certificates."
},
"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>'?"
Expand Down Expand Up @@ -103,15 +114,23 @@
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
},
"common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Əl ilə yüklə",
"later": "Later",
"noBoardSelected": "No board selected",
"notConnected": "[not connected]",
"offlineIndicator": "You appear to be offline. Without an Internet connection, the Arduino CLI might not be able to download the required resources and could cause malfunction. Please connect to the Internet and restart the application.",
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
"partner": "Partner",
"processing": "Processing",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "on {0}",
"serialMonitor": "Serial Monitor",
"unknown": "Bilnməyən"
"type": "Type",
"unknown": "Bilnməyən",
"updateable": "Updatable"
},
"compile": {
"error": "Compilation error: {0}"
Expand Down Expand Up @@ -197,7 +216,7 @@
"visit": "Ardunio cc-yi Ziyarət Edin"
},
"ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates",
"checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Bağla Və Yüklə",
"closeToInstallNotice": "Close the software and install the update on your machine.",
"downloadButton": "Download",
Expand Down Expand Up @@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}",
"zipLibrary": "Kitabxana"
},
"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": "Sketch",
Expand All @@ -253,6 +290,7 @@
"automatic": "Automatic",
"board.certificates": "List of certificates that can be uploaded to boards",
"browse": "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": "Seçin",
"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.",
Expand Down
Loading