Updated translation files

This commit is contained in:
github-actions[bot] 2022-09-05 02:58:38 +00:00 committed by Akos Kitta
parent d0dfc656e6
commit 9ae3402631
30 changed files with 1247 additions and 107 deletions

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "Get Board Info", "getBoardInfo": "Get Board Info",
"inSketchbook": " (in Sketchbook)", "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?", "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?", "noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}" "succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}"
}, },
"boardsManager": "Boards Manager", "boardsManager": "Boards Manager",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Burn Bootloader", "burnBootloader": "Burn Bootloader",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Upload SSL Root Certificates", "uploadRootCertificates": "Upload SSL Root Certificates",
"uploadingCertificates": "Uploading 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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Install Manually",
"later": "Later", "later": "Later",
"noBoardSelected": "Geen bord geselekteer", "noBoardSelected": "Geen bord geselekteer",
"notConnected": "[nie gekoppel]", "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.", "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?", "oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
"partner": "Partner",
"processing": "Verwerking", "processing": "Verwerking",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "aan {0}", "selectedOn": "aan {0}",
"serialMonitor": "Seriaal Monitor", "serialMonitor": "Seriaal Monitor",
"unknown": "Onbekend" "type": "Type",
"unknown": "Onbekend",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Compilation error: {0}" "error": "Compilation error: {0}"
@ -197,7 +216,7 @@
"visit": "Visit Arduino.cc" "visit": "Visit Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Close and Install", "closeAndInstallButton": "Close and Install",
"closeToInstallNotice": "Close the software and install the update on your machine.", "closeToInstallNotice": "Close the software and install the update on your machine.",
"downloadButton": "Aflaai", "downloadButton": "Aflaai",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}", "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}",
"zipLibrary": "Library" "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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "Skets", "sketch": "Skets",
@ -253,6 +290,7 @@
"automatic": "Automaties", "automatic": "Automaties",
"board.certificates": "List of certificates that can be uploaded to boards", "board.certificates": "List of certificates that can be uploaded to boards",
"browse": "Snuffel", "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", "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.", "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.", "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "الحصول على معلومات اللوحة", "getBoardInfo": "الحصول على معلومات اللوحة",
"inSketchbook": "(داخل ملف المشاريع)", "inSketchbook": "(داخل ملف المشاريع)",
"installManually": "ثبّت يدويا",
"installNow": "نواة \"{0} {1}\" يجب تثبيتها للوحة \"{2}\" التي تم اختيارها . هل تريد تثبيتها الان ؟", "installNow": "نواة \"{0} {1}\" يجب تثبيتها للوحة \"{2}\" التي تم اختيارها . هل تريد تثبيتها الان ؟",
"noFQBN": "FQBN غير متاح للوحة المختارة \"{0}\" . هل قمت بتثبيت النواة المعنية ؟", "noFQBN": "FQBN غير متاح للوحة المختارة \"{0}\" . هل قمت بتثبيت النواة المعنية ؟",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "تم الغاء تثبيت المنصة {0}:{1} بنجاح" "succesfullyUninstalledPlatform": "تم الغاء تثبيت المنصة {0}:{1} بنجاح"
}, },
"boardsManager": "مدير اللوحة", "boardsManager": "مدير اللوحة",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "ثبت محمل برنامج الإقلاع", "burnBootloader": "ثبت محمل برنامج الإقلاع",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "رفع شهادات SSL Root", "uploadRootCertificates": "رفع شهادات SSL Root",
"uploadingCertificates": "جار رفع الشهادة" "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": { "cli-error-parser": {
"keyboardError": "تعذر ايجاد لوحة المفاتيح 'Keyboard' . هل يحتوي مشروعك على '#include <Keyboard.h>' ؟", "keyboardError": "تعذر ايجاد لوحة المفاتيح 'Keyboard' . هل يحتوي مشروعك على '#include <Keyboard.h>' ؟",
"mouseError": "تعذر ايجاد الفأرة 'Mouse' . هل يحتوي مشروعك على '#include <Mouse.h>' ؟" "mouseError": "تعذر ايجاد الفأرة 'Mouse' . هل يحتوي مشروعك على '#include <Mouse.h>' ؟"
@ -103,15 +114,23 @@
"visitArduinoCloud": "قم بزيارة Arduino Cloud من اجل انشاء ملف مشاريع على السحابة" "visitArduinoCloud": "قم بزيارة Arduino Cloud من اجل انشاء ملف مشاريع على السحابة"
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "ثبّت يدويا",
"later": "لاحقا", "later": "لاحقا",
"noBoardSelected": "لم يتم اختيار اي لوحة", "noBoardSelected": "لم يتم اختيار اي لوحة",
"notConnected": "[غير متصل]", "notConnected": "[غير متصل]",
"offlineIndicator": "انت غير متصل بالانترنت على الارجح , بدون الاتصال بالانترنت لن تستطيع واجهة سطر الاوامر الخاصة بالاردوينو \"Arduino CLI\" تحميل الموارد المطلوبة و من الممكن ان تسبب باخطاء , الرجاء الاتصال بالانترنت و اعادة تشغيل البرنامج", "offlineIndicator": "انت غير متصل بالانترنت على الارجح , بدون الاتصال بالانترنت لن تستطيع واجهة سطر الاوامر الخاصة بالاردوينو \"Arduino CLI\" تحميل الموارد المطلوبة و من الممكن ان تسبب باخطاء , الرجاء الاتصال بالانترنت و اعادة تشغيل البرنامج",
"oldFormat": "ال '{0}' ما زالت تستخدم صيغة `.pde` القديمة . هل تريد الانتقال الى صيغة `.ino`  الجديدة ؟", "oldFormat": "ال '{0}' ما زالت تستخدم صيغة `.pde` القديمة . هل تريد الانتقال الى صيغة `.ino`  الجديدة ؟",
"partner": "Partner",
"processing": "تتم المعالجة", "processing": "تتم المعالجة",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "{0} شغّل", "selectedOn": "{0} شغّل",
"serialMonitor": "مراقب المنفذ التسلسلي \"سيريال بورت\"\n ", "serialMonitor": "مراقب المنفذ التسلسلي \"سيريال بورت\"\n ",
"unknown": "غير معروف" "type": "Type",
"unknown": "غير معروف",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "خطا في الترجمة : {0}" "error": "خطا في الترجمة : {0}"
@ -197,7 +216,7 @@
"visit": "زيارة Arduino.cc" "visit": "زيارة Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "قم بالاغلاق و التحديث", "closeAndInstallButton": "قم بالاغلاق و التحديث",
"closeToInstallNotice": "اغلق البرمجية و حّدث الجهاز الخاص بك ", "closeToInstallNotice": "اغلق البرمجية و حّدث الجهاز الخاص بك ",
"downloadButton": "حمّل", "downloadButton": "حمّل",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "تم الغاء تثبيت المكتبة {0}:{1} بنجاح", "uninstalledSuccessfully": "تم الغاء تثبيت المكتبة {0}:{1} بنجاح",
"zipLibrary": "المكتبة" "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": { "menu": {
"advanced": "متقدم", "advanced": "متقدم",
"sketch": "مشروع", "sketch": "مشروع",
@ -253,6 +290,7 @@
"automatic": "تلقائي", "automatic": "تلقائي",
"board.certificates": "قائمة الشهادات التي يمكن رفعها الى اللوحات", "board.certificates": "قائمة الشهادات التي يمكن رفعها الى اللوحات",
"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": "اختر", "choose": "اختر",
"cli.daemonDebug": "تفعيل تسجيل تصحيح الاخطاء لـ gRPC calls الى CLI الاردوينو (Enable debug logging of the gRPC calls to the Arduino CLI) يجب اعادة تشغيل ide لكي يصبح هذا الخيار فعالا . الخيار غير مفعل افتراضيا", "cli.daemonDebug": "تفعيل تسجيل تصحيح الاخطاء لـ gRPC calls الى CLI الاردوينو (Enable debug logging of the gRPC calls to the Arduino CLI) يجب اعادة تشغيل ide لكي يصبح هذا الخيار فعالا . الخيار غير مفعل افتراضيا",
"cloud.enabled": "True اذا كانت مهام المزامنة مفعلة . True افتراضيا", "cloud.enabled": "True اذا كانت مهام المزامنة مفعلة . True افتراضيا",

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "Get Board Info", "getBoardInfo": "Get Board Info",
"inSketchbook": " (in Sketchbook)", "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?", "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?", "noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Uğurla Silindi\nPlatforma 1{0}:2{1}" "succesfullyUninstalledPlatform": "Uğurla Silindi\nPlatforma 1{0}:2{1}"
}, },
"boardsManager": "Boards Manager", "boardsManager": "Boards Manager",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Burn Bootloader", "burnBootloader": "Burn Bootloader",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Upload SSL Root Certificates", "uploadRootCertificates": "Upload SSL Root Certificates",
"uploadingCertificates": "Uploading 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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Əl ilə yüklə",
"later": "Later", "later": "Later",
"noBoardSelected": "No board selected", "noBoardSelected": "No board selected",
"notConnected": "[not connected]", "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.", "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?", "oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
"partner": "Partner",
"processing": "Processing", "processing": "Processing",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "on {0}", "selectedOn": "on {0}",
"serialMonitor": "Serial Monitor", "serialMonitor": "Serial Monitor",
"unknown": "Bilnməyən" "type": "Type",
"unknown": "Bilnməyən",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Compilation error: {0}" "error": "Compilation error: {0}"
@ -197,7 +216,7 @@
"visit": "Ardunio cc-yi Ziyarət Edin" "visit": "Ardunio cc-yi Ziyarət Edin"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Bağla Və Yüklə", "closeAndInstallButton": "Bağla Və Yüklə",
"closeToInstallNotice": "Close the software and install the update on your machine.", "closeToInstallNotice": "Close the software and install the update on your machine.",
"downloadButton": "Download", "downloadButton": "Download",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}", "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}",
"zipLibrary": "Kitabxana" "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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "Sketch", "sketch": "Sketch",
@ -253,6 +290,7 @@
"automatic": "Automatic", "automatic": "Automatic",
"board.certificates": "List of certificates that can be uploaded to boards", "board.certificates": "List of certificates that can be uploaded to boards",
"browse": "Browse", "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", "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.", "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.", "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "Вземи информация за платката", "getBoardInfo": "Вземи информация за платката",
"inSketchbook": "(в Скицника)", "inSketchbook": "(в Скицника)",
"installManually": "Инсталирай ръчно",
"installNow": "Ядрото „{0} {1}“ трябва да бъде инсталирано за текущо избраната платка „{2}“. Искате ли да го инсталирате сега?", "installNow": "Ядрото „{0} {1}“ трябва да бъде инсталирано за текущо избраната платка „{2}“. Искате ли да го инсталирате сега?",
"noFQBN": "FQBN не е наличен за избраната платка „{0}“. Имате ли инсталирано съответното ядро?", "noFQBN": "FQBN не е наличен за избраната платка „{0}“. Имате ли инсталирано съответното ядро?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Успешно деинсталирана платформа {0}:{1}" "succesfullyUninstalledPlatform": "Успешно деинсталирана платформа {0}:{1}"
}, },
"boardsManager": "Мениджър на платки", "boardsManager": "Мениджър на платки",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Запишете буутлоудъра", "burnBootloader": "Запишете буутлоудъра",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Качете SSL коренни сертификати", "uploadRootCertificates": "Качете SSL коренни сертификати",
"uploadingCertificates": "Качване на сертификати." "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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Посетете Arduino Cloud, за да създадете облачни скици." "visitArduinoCloud": "Посетете Arduino Cloud, за да създадете облачни скици."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Инсталирай ръчно",
"later": "По-късно", "later": "По-късно",
"noBoardSelected": "Не е избрана платка", "noBoardSelected": "Не е избрана платка",
"notConnected": "[няма връзка]", "notConnected": "[няма връзка]",
"offlineIndicator": "Изглежда, че сте офлайн. Без интернет връзка, Arduino CLI може да не успее да изтегли необходимите ресурси и може да причини неизправност. Моля, свържете се с интернет и рестартирайте приложението.", "offlineIndicator": "Изглежда, че сте офлайн. Без интернет връзка, Arduino CLI може да не успее да изтегли необходимите ресурси и може да причини неизправност. Моля, свържете се с интернет и рестартирайте приложението.",
"oldFormat": "„{0}“ все още използва стария формат .pde. Искате ли да преминете към новото разширение `.ino`?", "oldFormat": "„{0}“ все още използва стария формат .pde. Искате ли да преминете към новото разширение `.ino`?",
"partner": "Partner",
"processing": "Обработва се", "processing": "Обработва се",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "на {0}", "selectedOn": "на {0}",
"serialMonitor": "Сериен Монитор", "serialMonitor": "Сериен Монитор",
"unknown": "Неизвестно" "type": "Type",
"unknown": "Неизвестно",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Грешка при компилация: {0}" "error": "Грешка при компилация: {0}"
@ -197,7 +216,7 @@
"visit": "Посетете Arduino.cc" "visit": "Посетете Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Close and Install", "closeAndInstallButton": "Close and Install",
"closeToInstallNotice": "Close the software and install the update on your machine.", "closeToInstallNotice": "Close the software and install the update on your machine.",
"downloadButton": "Download", "downloadButton": "Download",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Успешно деинсталирана библиотека {0}:{1}", "uninstalledSuccessfully": "Успешно деинсталирана библиотека {0}:{1}",
"zipLibrary": "Библиотека" "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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "Скица", "sketch": "Скица",
@ -253,6 +290,7 @@
"automatic": "Автоматично", "automatic": "Автоматично",
"board.certificates": "Списък със сертификати, които могат да бъдат качени на платката", "board.certificates": "Списък със сертификати, които могат да бъдат качени на платката",
"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": "Изберете", "choose": "Изберете",
"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.", "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 , ако функциите за синхронизиране на скицата са активирани. По подразбиране е true.", "cloud.enabled": "True , ако функциите за синхронизиране на скицата са активирани. По подразбиране е true.",

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "Obtenir informació de la Tarja", "getBoardInfo": "Obtenir informació de la Tarja",
"inSketchbook": "(al quadern de programes)", "inSketchbook": "(al quadern de programes)",
"installManually": "Instal·la Manualment",
"installNow": "El nucli de \"{0} {1}\" s'ha d'instal·lar per a la Tarja \"{2}\" seleccionada actualment. Vols instal·lar-lo ara?", "installNow": "El nucli de \"{0} {1}\" s'ha d'instal·lar per a la Tarja \"{2}\" seleccionada actualment. Vols instal·lar-lo ara?",
"noFQBN": "El FQBN no està disponible per la Tarja seleccionada \"{0}\". Tens instal·lat el nucli corresponent?", "noFQBN": "El FQBN no està disponible per la Tarja seleccionada \"{0}\". Tens instal·lat el nucli corresponent?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Plataforma desinstal·lada correctament {0}:{1}" "succesfullyUninstalledPlatform": "Plataforma desinstal·lada correctament {0}:{1}"
}, },
"boardsManager": "Gestor de Targetes", "boardsManager": "Gestor de Targetes",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Grava el carregador d'arrencada (Bootloader)", "burnBootloader": "Grava el carregador d'arrencada (Bootloader)",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Carregueu els certificats arrel SSL", "uploadRootCertificates": "Carregueu els certificats arrel SSL",
"uploadingCertificates": "Càrrega de certificats." "uploadingCertificates": "Càrrega de certificats."
}, },
"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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Visiteu Arduino Cloud per crear programes al núvol." "visitArduinoCloud": "Visiteu Arduino Cloud per crear programes al núvol."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Instal·la Manualment",
"later": "Més tard", "later": "Més tard",
"noBoardSelected": "No s'ha seleccionat cap tarja", "noBoardSelected": "No s'ha seleccionat cap tarja",
"notConnected": "[no connectat]", "notConnected": "[no connectat]",
"offlineIndicator": "Sembla que estàs fora de línia. Sense connexió a Internet, és possible que l'Arduino CLI no pugui descarregar els recursos necessaris i podria provocar un mal funcionament. Connecteu-vos a Internet i reinicieu l'aplicació.", "offlineIndicator": "Sembla que estàs fora de línia. Sense connexió a Internet, és possible que l'Arduino CLI no pugui descarregar els recursos necessaris i podria provocar un mal funcionament. Connecteu-vos a Internet i reinicieu l'aplicació.",
"oldFormat": "El '{0}' encara utilitza l'antic format `.pde`. Voleu canviar a la nova extensió '.ino'`?", "oldFormat": "El '{0}' encara utilitza l'antic format `.pde`. Voleu canviar a la nova extensió '.ino'`?",
"partner": "Partner",
"processing": "Processant", "processing": "Processant",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "sobre {0}", "selectedOn": "sobre {0}",
"serialMonitor": "Monitor sèrie", "serialMonitor": "Monitor sèrie",
"unknown": "Desconegut" "type": "Type",
"unknown": "Desconegut",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Error de compilació: {0}" "error": "Error de compilació: {0}"
@ -197,7 +216,7 @@
"visit": "Visiteu Arduino.cc" "visit": "Visiteu Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Tanca i instal·la", "closeAndInstallButton": "Tanca i instal·la",
"closeToInstallNotice": "Tanqueu el programari i instal·leu l'actualització a la vostra màquina.", "closeToInstallNotice": "Tanqueu el programari i instal·leu l'actualització a la vostra màquina.",
"downloadButton": "Descarregar", "downloadButton": "Descarregar",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Llibreria desinstal·lada correctament {0}:{1}", "uninstalledSuccessfully": "Llibreria desinstal·lada correctament {0}:{1}",
"zipLibrary": "Llibreria" "zipLibrary": "Llibreria"
}, },
"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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "Programa", "sketch": "Programa",
@ -253,6 +290,7 @@
"automatic": "Automàtic", "automatic": "Automàtic",
"board.certificates": "Llista de certificats que es poden carregar a les targes", "board.certificates": "Llista de certificats que es poden carregar a les targes",
"browse": "Navega", "browse": "Navega",
"checkForUpdate": "Receive notifications of available updates for the IDE, boards, and libraries. Requires an IDE restart after change. It's true by default.",
"choose": "Tria", "choose": "Tria",
"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.", "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": "És cert si les funcions de sincronització del programa estan habilitades. El valor predeterminat és true.", "cloud.enabled": "És cert si les funcions de sincronització del programa estan habilitades. El valor predeterminat és true.",

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "Získat info o desce.", "getBoardInfo": "Získat info o desce.",
"inSketchbook": "(v projektech)", "inSketchbook": "(v projektech)",
"installManually": "Instalovat ručně",
"installNow": "\"{0}{1}\" jádro musí být instalováno pro aktuálně zvolenou \"{2}\" desku. Chcete ho nyní nainstalovat?", "installNow": "\"{0}{1}\" jádro musí být instalováno pro aktuálně zvolenou \"{2}\" desku. Chcete ho nyní nainstalovat?",
"noFQBN": "FQBN není dostupné pro zvolenou desku \"{0}\". Máte nainstalované příslušné jádro? ", "noFQBN": "FQBN není dostupné pro zvolenou desku \"{0}\". Máte nainstalované příslušné jádro? ",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Platforma {0}:{1} byla úspěšně odinstalována." "succesfullyUninstalledPlatform": "Platforma {0}:{1} byla úspěšně odinstalována."
}, },
"boardsManager": "Manažér desek", "boardsManager": "Manažér desek",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Nahrát zavaděč", "burnBootloader": "Nahrát zavaděč",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Nahrát certifikát SSL", "uploadRootCertificates": "Nahrát certifikát SSL",
"uploadingCertificates": "Nahrávám certifikát." "uploadingCertificates": "Nahrávám certifikát."
}, },
"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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Navštivte Arduino Cloud pro vytvoření cloudové sketche" "visitArduinoCloud": "Navštivte Arduino Cloud pro vytvoření cloudové sketche"
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Instalovat ručně",
"later": "Později", "later": "Později",
"noBoardSelected": "Nebyla zvolena deska", "noBoardSelected": "Nebyla zvolena deska",
"notConnected": "[nepřipojen]", "notConnected": "[nepřipojen]",
"offlineIndicator": "Nejspíše nejste online. Bez Internetového připojení nebude Arduino CLI schopno stáhnout potřebné zdroje a toto může způsobit chybu. Prosím připojte se k Internetu a restartujte aplikaci.", "offlineIndicator": "Nejspíše nejste online. Bez Internetového připojení nebude Arduino CLI schopno stáhnout potřebné zdroje a toto může způsobit chybu. Prosím připojte se k Internetu a restartujte aplikaci.",
"oldFormat": "{0}používá stále starý formát `.pde`. Chcete ho převést na soubor s příponou `.ino`?", "oldFormat": "{0}používá stále starý formát `.pde`. Chcete ho převést na soubor s příponou `.ino`?",
"partner": "Partner",
"processing": "Zpracovávám", "processing": "Zpracovávám",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "zapnuto{0}", "selectedOn": "zapnuto{0}",
"serialMonitor": "Seriový monitor", "serialMonitor": "Seriový monitor",
"unknown": "Neznámý" "type": "Type",
"unknown": "Neznámý",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Chyba kompilace: {0}" "error": "Chyba kompilace: {0}"
@ -197,7 +216,7 @@
"visit": "Navštívit Arduino.cc" "visit": "Navštívit Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Zavřít a nainstalovat", "closeAndInstallButton": "Zavřít a nainstalovat",
"closeToInstallNotice": "Vypněte program a nainstalujte update na Váš stroj. ", "closeToInstallNotice": "Vypněte program a nainstalujte update na Váš stroj. ",
"downloadButton": "Stáhnout", "downloadButton": "Stáhnout",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Knihovna {0}:{1}byla úspěšně odinstalována", "uninstalledSuccessfully": "Knihovna {0}:{1}byla úspěšně odinstalována",
"zipLibrary": "Knihovna" "zipLibrary": "Knihovna"
}, },
"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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "Sketch", "sketch": "Sketch",
@ -253,6 +290,7 @@
"automatic": "Automaticky", "automatic": "Automaticky",
"board.certificates": "Seznam certifikátů, které mohou být nahrány na desky", "board.certificates": "Seznam certifikátů, které mohou být nahrány na desky",
"browse": "Procházet", "browse": "Procházet",
"checkForUpdate": "Receive notifications of available updates for the IDE, boards, and libraries. Requires an IDE restart after change. It's true by default.",
"choose": "Zvolit", "choose": "Zvolit",
"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.", "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": "Ano pokud je povolená automatická synchronizace sketche. Ano je výchozí hodnota. ", "cloud.enabled": "Ano pokud je povolená automatická synchronizace sketche. Ano je výchozí hodnota. ",

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "Board-Informationen abrufen", "getBoardInfo": "Board-Informationen abrufen",
"inSketchbook": "(im Sketchbook)", "inSketchbook": "(im Sketchbook)",
"installManually": "Manuell installieren",
"installNow": "Der \"{0} {1}\" Core muss für das ausgewählte \"{2}\" Board installiert werden. Jetzt installieren?", "installNow": "Der \"{0} {1}\" Core muss für das ausgewählte \"{2}\" Board installiert werden. Jetzt installieren?",
"noFQBN": "Der FQBN ist für das gewählte Board \"{0}\" nicht verfügbar. Wurde der zugehörige Core installiert?", "noFQBN": "Der FQBN ist für das gewählte Board \"{0}\" nicht verfügbar. Wurde der zugehörige Core installiert?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Plattform erfolgreich deinstalliert {0}:{1}" "succesfullyUninstalledPlatform": "Plattform erfolgreich deinstalliert {0}:{1}"
}, },
"boardsManager": "Board-Verwaltung", "boardsManager": "Board-Verwaltung",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Bootloader brennen", "burnBootloader": "Bootloader brennen",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "SSL Root Zertifikat hochladen", "uploadRootCertificates": "SSL Root Zertifikat hochladen",
"uploadingCertificates": "Zertifikate hochladen..." "uploadingCertificates": "Zertifikate hochladen..."
}, },
"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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Besuche Arduino Cloud um Cloud Sketche zu erstellen." "visitArduinoCloud": "Besuche Arduino Cloud um Cloud Sketche zu erstellen."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Manuell installieren",
"later": "später", "later": "später",
"noBoardSelected": "Kein Board ausgewählt", "noBoardSelected": "Kein Board ausgewählt",
"notConnected": "[keine Verbindung]", "notConnected": "[keine Verbindung]",
"offlineIndicator": "Anscheinend bist du offline. Ohne eine aktive Internetverbindung kann das Arduino CLI nicht die nötigen Ressourcen herunterladen, was zu Problemen führen kann. Bitte überprüfe deine Internetverbindung und starte das Programm neu. ", "offlineIndicator": "Anscheinend bist du offline. Ohne eine aktive Internetverbindung kann das Arduino CLI nicht die nötigen Ressourcen herunterladen, was zu Problemen führen kann. Bitte überprüfe deine Internetverbindung und starte das Programm neu. ",
"oldFormat": "Der Sketch '{0}' verwendet noch das alte '.pde' Format. Möchtest du auf die neuere '.ino' Endung wechseln?", "oldFormat": "Der Sketch '{0}' verwendet noch das alte '.pde' Format. Möchtest du auf die neuere '.ino' Endung wechseln?",
"partner": "Partner",
"processing": "Verarbeiten", "processing": "Verarbeiten",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "an {0}", "selectedOn": "an {0}",
"serialMonitor": "Serieller Monitor", "serialMonitor": "Serieller Monitor",
"unknown": "unbekannt" "type": "Type",
"unknown": "unbekannt",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Fehler beim kompilieren: {0}" "error": "Fehler beim kompilieren: {0}"
@ -197,7 +216,7 @@
"visit": "Besuche Arduino.cc" "visit": "Besuche Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Schließen und Installieren", "closeAndInstallButton": "Schließen und Installieren",
"closeToInstallNotice": "Schließe die Software und installiere das Update auf deinem Computer", "closeToInstallNotice": "Schließe die Software und installiere das Update auf deinem Computer",
"downloadButton": "Download", "downloadButton": "Download",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Bibliothek {0}:{1} erfolgreich deinstalliert", "uninstalledSuccessfully": "Bibliothek {0}:{1} erfolgreich deinstalliert",
"zipLibrary": "Bibliothek" "zipLibrary": "Bibliothek"
}, },
"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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "Sketch", "sketch": "Sketch",
@ -253,6 +290,7 @@
"automatic": "Automatisch", "automatic": "Automatisch",
"board.certificates": "Liste der Zertifikate, welche zu den Boards hochgeladen werden können.", "board.certificates": "Liste der Zertifikate, welche zu den Boards hochgeladen werden können.",
"browse": "Durchsuchen", "browse": "Durchsuchen",
"checkForUpdate": "Receive notifications of available updates for the IDE, boards, and libraries. Requires an IDE restart after change. It's true by default.",
"choose": "Wähle", "choose": "Wähle",
"cli.daemonDebug": "Aktivieren Sie die Debug-Protokollierung der gRPC-Aufrufe an das Arduino CLI. Ein Neustart der IDE ist erforderlich, damit diese Einstellung wirksam wird. Standardmäßig ist sie deaktiviert.", "cli.daemonDebug": "Aktivieren Sie die Debug-Protokollierung der gRPC-Aufrufe an das Arduino CLI. Ein Neustart der IDE ist erforderlich, damit diese Einstellung wirksam wird. Standardmäßig ist sie deaktiviert.",
"cloud.enabled": "Wahr, wenn die Sketch-Syncfunctionen aktiv sind. Standardeinstellung ist wahr.", "cloud.enabled": "Wahr, wenn die Sketch-Syncfunctionen aktiv sind. Standardeinstellung ist wahr.",

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "Εμφάνιση Πληροφοριών Πλακέτας", "getBoardInfo": "Εμφάνιση Πληροφοριών Πλακέτας",
"inSketchbook": "(στα Σχέδια)", "inSketchbook": "(στα Σχέδια)",
"installManually": "Χειροκίνητη Εγκατάσταση",
"installNow": "Ο πυρήνας \"{0} {1}\" πρέπει να εγκατασταθεί για την επιλεγμένη πλακέτα {2}. Θέλεις να την εγκαταστήσεις τώρα;", "installNow": "Ο πυρήνας \"{0} {1}\" πρέπει να εγκατασταθεί για την επιλεγμένη πλακέτα {2}. Θέλεις να την εγκαταστήσεις τώρα;",
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?", "noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Επιτυχής απεγκατάσταση πλατφόρμας {0}:{1}" "succesfullyUninstalledPlatform": "Επιτυχής απεγκατάσταση πλατφόρμας {0}:{1}"
}, },
"boardsManager": "Διαχειριστής Πλακετών", "boardsManager": "Διαχειριστής Πλακετών",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Burn Bootloader", "burnBootloader": "Burn Bootloader",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Upload SSL Root Certificates", "uploadRootCertificates": "Upload SSL Root Certificates",
"uploadingCertificates": "Uploading 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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Επισκέψου το Arduino Cloud για δημιουργία Σχεδίων Cloud." "visitArduinoCloud": "Επισκέψου το Arduino Cloud για δημιουργία Σχεδίων Cloud."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Χειροκίνητη Εγκατάσταση",
"later": "Αργότερα", "later": "Αργότερα",
"noBoardSelected": "Δεν έχει επιλεχθεί πλακέτα", "noBoardSelected": "Δεν έχει επιλεχθεί πλακέτα",
"notConnected": "[μη συνδεμένο]", "notConnected": "[μη συνδεμένο]",
"offlineIndicator": "Φαίνεται πως είστε εκτός σύνδεσης. Χωρίς σύνδεση στο Internet, το Arduino CLI ίσως να μη μπορεί να κάνει λήψη των απαιτούμενων πόρων και να υπάρξει δυσλειτουργία. Παρακαλώ συνδεθείτε στο Internet και επανεκκινήστε την εφαρμογή.", "offlineIndicator": "Φαίνεται πως είστε εκτός σύνδεσης. Χωρίς σύνδεση στο Internet, το Arduino CLI ίσως να μη μπορεί να κάνει λήψη των απαιτούμενων πόρων και να υπάρξει δυσλειτουργία. Παρακαλώ συνδεθείτε στο Internet και επανεκκινήστε την εφαρμογή.",
"oldFormat": "Το '{0}' χρησιμοποιεί ακόμα το παλιό '.pde' στυλ. Θέλετε να αλλάξετε στην νέα κατάληξη '.ino';", "oldFormat": "Το '{0}' χρησιμοποιεί ακόμα το παλιό '.pde' στυλ. Θέλετε να αλλάξετε στην νέα κατάληξη '.ino';",
"partner": "Partner",
"processing": "Επεξεργασία", "processing": "Επεξεργασία",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "στο {0}", "selectedOn": "στο {0}",
"serialMonitor": "Παρακολούθηση Σειριακής", "serialMonitor": "Παρακολούθηση Σειριακής",
"unknown": "Άγνωστο" "type": "Type",
"unknown": "Άγνωστο",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Σφάλμα μεταγλώττισης: {0}" "error": "Σφάλμα μεταγλώττισης: {0}"
@ -197,7 +216,7 @@
"visit": "Επίσκεψη Arduino.cc" "visit": "Επίσκεψη Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Close and Install", "closeAndInstallButton": "Close and Install",
"closeToInstallNotice": "Close the software and install the update on your machine.", "closeToInstallNotice": "Close the software and install the update on your machine.",
"downloadButton": "Download", "downloadButton": "Download",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}", "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}",
"zipLibrary": "Διαχειριστής βιβλιοθήκης" "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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "Σχέδιο", "sketch": "Σχέδιο",
@ -253,6 +290,7 @@
"automatic": "Αυτόματο", "automatic": "Αυτόματο",
"board.certificates": "Λίστα πιστοποιητικών που μπορούν να ανέβουν σε πλακέτες", "board.certificates": "Λίστα πιστοποιητικών που μπορούν να ανέβουν σε πλακέτες",
"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": "Επιλογή", "choose": "Επιλογή",
"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.", "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": "Αληθές αν οι λειτουγίες συγχονισμού σχεδίου είναι ενεργοποιημένες. Προεπιλογή ως αληθές.", "cloud.enabled": "Αληθές αν οι λειτουγίες συγχονισμού σχεδίου είναι ενεργοποιημένες. Προεπιλογή ως αληθές.",

View File

@ -14,7 +14,6 @@
"disconnected": "Desconectado", "disconnected": "Desconectado",
"getBoardInfo": "Obtener información de la placa", "getBoardInfo": "Obtener información de la placa",
"inSketchbook": " (en el Sketchbook)", "inSketchbook": " (en el Sketchbook)",
"installManually": "Instalar manualmente",
"installNow": "Hay que instalar el núcleo \"{0} {1} \" para la placa \"{2}\" actualmente seleccionada. ¿Quieres instalarlo ahora?", "installNow": "Hay que instalar el núcleo \"{0} {1} \" para la placa \"{2}\" actualmente seleccionada. ¿Quieres instalarlo ahora?",
"noFQBN": "El FQBN no está disponible para la placa seleccionada \"{0}\". ¿Tienes instalado el núcleo correspondiente?", "noFQBN": "El FQBN no está disponible para la placa seleccionada \"{0}\". ¿Tienes instalado el núcleo correspondiente?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Plataforma {0}:{1} desinstalada correctamente" "succesfullyUninstalledPlatform": "Plataforma {0}:{1} desinstalada correctamente"
}, },
"boardsManager": "Gestor de placas", "boardsManager": "Gestor de placas",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Grabar Bootloader", "burnBootloader": "Grabar Bootloader",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Cargar certificados raíz SSL", "uploadRootCertificates": "Cargar certificados raíz SSL",
"uploadingCertificates": "Cargando certificados." "uploadingCertificates": "Cargando certificados."
}, },
"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": { "cli-error-parser": {
"keyboardError": "'Keyboard' no encontrado. ¿Tiene tu proyecto incluida la linea '#include <Keyboard.h>'?", "keyboardError": "'Keyboard' no encontrado. ¿Tiene tu proyecto incluida la linea '#include <Keyboard.h>'?",
"mouseError": "'Mouse' no encontrado. ¿Tiene tu proyecto incluida la linea '#include <Mouse.h>'?" "mouseError": "'Mouse' no encontrado. ¿Tiene tu proyecto incluida la linea '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Visita Arduino Cloud para crear Cloud Sketches. " "visitArduinoCloud": "Visita Arduino Cloud para crear Cloud Sketches. "
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Instalar manualmente",
"later": "Más tarde", "later": "Más tarde",
"noBoardSelected": "Ninguna placa seleccionada.", "noBoardSelected": "Ninguna placa seleccionada.",
"notConnected": "[no conectado]", "notConnected": "[no conectado]",
"offlineIndicator": "Al parecer no estás en línea. Sin una conexión a internet, el CLI de Arduino no podrá descargar los recursos necesarios, lo cual puede ocasionar fallos. Por favor, conecte a internet y reinicie la aplicación.", "offlineIndicator": "Al parecer no estás en línea. Sin una conexión a internet, el CLI de Arduino no podrá descargar los recursos necesarios, lo cual puede ocasionar fallos. Por favor, conecte a internet y reinicie la aplicación.",
"oldFormat": "La página '{0}' sigue utilizando el formato antiguo `.pde`. ¿Quieres cambiar a la nueva extensión `.ino`?", "oldFormat": "La página '{0}' sigue utilizando el formato antiguo `.pde`. ¿Quieres cambiar a la nueva extensión `.ino`?",
"partner": "Partner",
"processing": "Procesando", "processing": "Procesando",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "on 1{0}\n ", "selectedOn": "on 1{0}\n ",
"serialMonitor": "Monitor Serie", "serialMonitor": "Monitor Serie",
"unknown": "Desconocido" "type": "Type",
"unknown": "Desconocido",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Error de compilación: {0}" "error": "Error de compilación: {0}"
@ -197,7 +216,7 @@
"visit": "Visitar Arduino.cc" "visit": "Visitar Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Buscar actualizaciones para Arduino IDE", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Cerrar e instalar", "closeAndInstallButton": "Cerrar e instalar",
"closeToInstallNotice": "Cierra el programa e instala la actualización en tu máquina.", "closeToInstallNotice": "Cierra el programa e instala la actualización en tu máquina.",
"downloadButton": "Descargar", "downloadButton": "Descargar",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Biblioteca {0}:{1} desinstalada correctamente", "uninstalledSuccessfully": "Biblioteca {0}:{1} desinstalada correctamente",
"zipLibrary": "Biblioteca" "zipLibrary": "Biblioteca"
}, },
"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": { "menu": {
"advanced": "Avanzado", "advanced": "Avanzado",
"sketch": "Sketch", "sketch": "Sketch",
@ -253,6 +290,7 @@
"automatic": "Automático", "automatic": "Automático",
"board.certificates": "Listado de certificados que pueden ser cargados en las placas", "board.certificates": "Listado de certificados que pueden ser cargados en las placas",
"browse": "Explorar", "browse": "Explorar",
"checkForUpdate": "Receive notifications of available updates for the IDE, boards, and libraries. Requires an IDE restart after change. It's true by default.",
"choose": "Elija", "choose": "Elija",
"cli.daemonDebug": "Habilitar logueo de depuración de las llamadas gRPC al Arduino CLI. Requiere un reinicio del IDE para tener efecto. Deshabilitado por defecto.", "cli.daemonDebug": "Habilitar logueo de depuración de las llamadas gRPC al Arduino CLI. Requiere un reinicio del IDE para tener efecto. Deshabilitado por defecto.",
"cloud.enabled": "Verdadero si las funciones de sincronización del sketch están activadas. Verdadero por defecto.", "cloud.enabled": "Verdadero si las funciones de sincronización del sketch están activadas. Verdadero por defecto.",

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "Eskuratu plakaren informazioa", "getBoardInfo": "Eskuratu plakaren informazioa",
"inSketchbook": "(programa bilduman)", "inSketchbook": "(programa bilduman)",
"installManually": "Instalatu eskuz",
"installNow": "\"{0} {1}\" nukleoa instalatu behar da unean hautatutako \"{2}\" plakarentzat. Orain instalatu nahi duzu?", "installNow": "\"{0} {1}\" nukleoa instalatu behar da unean hautatutako \"{2}\" plakarentzat. Orain instalatu nahi duzu?",
"noFQBN": "FQBN ez dago erabilgarri hautatutako \"{0}\" plakarentzat. Dagokion nukleoa instalatuta daukazu?", "noFQBN": "FQBN ez dago erabilgarri hautatutako \"{0}\" plakarentzat. Dagokion nukleoa instalatuta daukazu?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "{0}:{1} plataforma behar bezala desinstalatu da" "succesfullyUninstalledPlatform": "{0}:{1} plataforma behar bezala desinstalatu da"
}, },
"boardsManager": "Plaka kudeatzailea", "boardsManager": "Plaka kudeatzailea",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Kargatu abiarazte-kudeatzailea", "burnBootloader": "Kargatu abiarazte-kudeatzailea",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Kargatu SSL erro-ziurtagiriak", "uploadRootCertificates": "Kargatu SSL erro-ziurtagiriak",
"uploadingCertificates": "Ziurtagiriak kargatzen." "uploadingCertificates": "Ziurtagiriak kargatzen."
}, },
"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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Bisitatu Arduino Cloud hodeiko programak sortzeko." "visitArduinoCloud": "Bisitatu Arduino Cloud hodeiko programak sortzeko."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Instalatu eskuz",
"later": "Gero", "later": "Gero",
"noBoardSelected": "Plakarik ez da hautatu", "noBoardSelected": "Plakarik ez da hautatu",
"notConnected": "[konektatu gabe]", "notConnected": "[konektatu gabe]",
"offlineIndicator": "Deskonektatuta zaudela dirudi. Interneterako konexiorik gabe, baliteke Arduino CLI ez izatea gai beharrezko baliabideak deskargatzeko, eta funtzionamendu txarra eragin lezake. Mesedez, konektatu Internetera eta berrabiarazi aplikazioa.", "offlineIndicator": "Deskonektatuta zaudela dirudi. Interneterako konexiorik gabe, baliteke Arduino CLI ez izatea gai beharrezko baliabideak deskargatzeko, eta funtzionamendu txarra eragin lezake. Mesedez, konektatu Internetera eta berrabiarazi aplikazioa.",
"oldFormat": "'{0}' programak `.pde` formatu zaharra erabiltzen du oraindik. `.ino` luzapen berrira aldatu nahi duzu?", "oldFormat": "'{0}' programak `.pde` formatu zaharra erabiltzen du oraindik. `.ino` luzapen berrira aldatu nahi duzu?",
"partner": "Partner",
"processing": "Prozesatzen", "processing": "Prozesatzen",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "Non: {0}", "selectedOn": "Non: {0}",
"serialMonitor": "Serieko monitorea", "serialMonitor": "Serieko monitorea",
"unknown": "Ezezaguna" "type": "Type",
"unknown": "Ezezaguna",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Konpilazio-errorea: {0}" "error": "Konpilazio-errorea: {0}"
@ -197,7 +216,7 @@
"visit": "Bisitatu Arduino.cc" "visit": "Bisitatu Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Itxi eta instalatu", "closeAndInstallButton": "Itxi eta instalatu",
"closeToInstallNotice": "Itxi softwarea eta instalatu eguneratzea zure makinan.", "closeToInstallNotice": "Itxi softwarea eta instalatu eguneratzea zure makinan.",
"downloadButton": "Software eguneratzea", "downloadButton": "Software eguneratzea",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "{0}:{1} liburutegia behar bezala desinstalatu da", "uninstalledSuccessfully": "{0}:{1} liburutegia behar bezala desinstalatu da",
"zipLibrary": "Liburutegia" "zipLibrary": "Liburutegia"
}, },
"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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "Programa", "sketch": "Programa",
@ -253,6 +290,7 @@
"automatic": "Automatikoa", "automatic": "Automatikoa",
"board.certificates": "Plaketara kargatu daitezkeen ziurtagirien zerrenda", "board.certificates": "Plaketara kargatu daitezkeen ziurtagirien zerrenda",
"browse": "Arakatu", "browse": "Arakatu",
"checkForUpdate": "Receive notifications of available updates for the IDE, boards, and libraries. Requires an IDE restart after change. It's true by default.",
"choose": "Aukeratu", "choose": "Aukeratu",
"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.", "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": "Egia programaren sinkronizazio-funtzioak gaituta badaude. Lehenetsia egia da.", "cloud.enabled": "Egia programaren sinkronizazio-funtzioak gaituta badaude. Lehenetsia egia da.",

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "دریافت راهنمای برد", "getBoardInfo": "دریافت راهنمای برد",
"inSketchbook": "(در منبع طرح ها)", "inSketchbook": "(در منبع طرح ها)",
"installManually": "دستی نصب کن",
"installNow": "هسته \"{0}{1}\" باید برای برد \"{2}\" انتخاب شده فعلی نصب شود. آیا الان می خواهید نصبش کنید؟", "installNow": "هسته \"{0}{1}\" باید برای برد \"{2}\" انتخاب شده فعلی نصب شود. آیا الان می خواهید نصبش کنید؟",
"noFQBN": "FQBN برای برد انتخاب شده \"{0}\" موجود نیست. آیا هسته مربوطه را نصب کرده اید؟", "noFQBN": "FQBN برای برد انتخاب شده \"{0}\" موجود نیست. آیا هسته مربوطه را نصب کرده اید؟",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "لغو نصب پلتفرم موفقیت آمیز بود. {0}:{1}" "succesfullyUninstalledPlatform": "لغو نصب پلتفرم موفقیت آمیز بود. {0}:{1}"
}, },
"boardsManager": "مدیریت برد ها", "boardsManager": "مدیریت برد ها",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "بارگذاری بوت لودر.", "burnBootloader": "بارگذاری بوت لودر.",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "بارگذاری سند ریشه SSL", "uploadRootCertificates": "بارگذاری سند ریشه SSL",
"uploadingCertificates": "در حال بارگذاری سند." "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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "بازدید از ابر آردوینو برای ساخت ابر طرح ها" "visitArduinoCloud": "بازدید از ابر آردوینو برای ساخت ابر طرح ها"
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "دستی نصب کن",
"later": "بعدا", "later": "بعدا",
"noBoardSelected": "بردی انتخاب نشده", "noBoardSelected": "بردی انتخاب نشده",
"notConnected": "[متصل نشد]", "notConnected": "[متصل نشد]",
"offlineIndicator": "به نظر می رسد آفلاین هستید. بدون اتصال به اینترنت، رابط ترمینال آردوینو ممکن است نتواند منابع مورد نیاز را دانلود کند و باعث اختلال در عملکرد شود. لطفاً به اینترنت متصل شوید و برنامه را مجدداً راه اندازی کنید.", "offlineIndicator": "به نظر می رسد آفلاین هستید. بدون اتصال به اینترنت، رابط ترمینال آردوینو ممکن است نتواند منابع مورد نیاز را دانلود کند و باعث اختلال در عملکرد شود. لطفاً به اینترنت متصل شوید و برنامه را مجدداً راه اندازی کنید.",
"oldFormat": "'{0}' هنوز از قالب قدیمی `.pde` استفاده می کند. آیا می‌خواهید به برنامه افزودنی «.ino» جدید بروید؟", "oldFormat": "'{0}' هنوز از قالب قدیمی `.pde` استفاده می کند. آیا می‌خواهید به برنامه افزودنی «.ino» جدید بروید؟",
"partner": "Partner",
"processing": "در حال محاسبه", "processing": "در حال محاسبه",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "روشن {0}", "selectedOn": "روشن {0}",
"serialMonitor": "نمایشگر ترمینال سریال", "serialMonitor": "نمایشگر ترمینال سریال",
"unknown": "نامعلوم" "type": "Type",
"unknown": "نامعلوم",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "خطای کامپایل : {0}" "error": "خطای کامپایل : {0}"
@ -197,7 +216,7 @@
"visit": "بازدید از Arduino.cc" "visit": "بازدید از Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "بستن و نصب", "closeAndInstallButton": "بستن و نصب",
"closeToInstallNotice": "نرم افزار را ببندید و به روز رسانی را روی دستگاه خود نصب کنید.", "closeToInstallNotice": "نرم افزار را ببندید و به روز رسانی را روی دستگاه خود نصب کنید.",
"downloadButton": "دانلود", "downloadButton": "دانلود",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "لغو نصب کتابخانه {0}:{1} موفقیت آمیز بود.", "uninstalledSuccessfully": "لغو نصب کتابخانه {0}:{1} موفقیت آمیز بود.",
"zipLibrary": "کتابخانه" "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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "طرح", "sketch": "طرح",
@ -253,6 +290,7 @@
"automatic": "اتوماتیک", "automatic": "اتوماتیک",
"board.certificates": "فهرست گواهی‌هایی که می‌توان در تابلوها بارگذاری کرد", "board.certificates": "فهرست گواهی‌هایی که می‌توان در تابلوها بارگذاری کرد",
"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": "انتخاب", "choose": "انتخاب",
"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.", "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": "اگر فعال بودن توابع همگام سازی طرح درست می باشد ، پیش فرض ها درست است", "cloud.enabled": "اگر فعال بودن توابع همگام سازی طرح درست می باشد ، پیش فرض ها درست است",

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "Get Board Info", "getBoardInfo": "Get Board Info",
"inSketchbook": " (in Sketchbook)", "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?", "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?", "noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}" "succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}"
}, },
"boardsManager": "Boards Manager", "boardsManager": "Boards Manager",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Burn Bootloader", "burnBootloader": "Burn Bootloader",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Upload SSL Root Certificates", "uploadRootCertificates": "Upload SSL Root Certificates",
"uploadingCertificates": "Uploading 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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Install Manually",
"later": "Mamaya", "later": "Mamaya",
"noBoardSelected": "Walang board na pinili. ", "noBoardSelected": "Walang board na pinili. ",
"notConnected": "[hindi konektado] ", "notConnected": "[hindi konektado] ",
"offlineIndicator": "Mukhang ikaw ay offline. Kung walang internet, maaaring hindi madownload ng Arduino CLI ang mga kakailanganin nitong resources at mag-malfunction. Kumonekta sa internet at i-restart ang application. ", "offlineIndicator": "Mukhang ikaw ay offline. Kung walang internet, maaaring hindi madownload ng Arduino CLI ang mga kakailanganin nitong resources at mag-malfunction. Kumonekta sa internet at i-restart ang application. ",
"oldFormat": "Ang '{0}' ay gumagamit pa ng lumang `.pde` format. Gusto mo bang gamitin ang bagong `.ino` extension?", "oldFormat": "Ang '{0}' ay gumagamit pa ng lumang `.pde` format. Gusto mo bang gamitin ang bagong `.ino` extension?",
"partner": "Partner",
"processing": "Pinoproseso", "processing": "Pinoproseso",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "on {0}", "selectedOn": "on {0}",
"serialMonitor": "Serial Monitor", "serialMonitor": "Serial Monitor",
"unknown": "Hindi alam" "type": "Type",
"unknown": "Hindi alam",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Compilation error: {0}" "error": "Compilation error: {0}"
@ -197,7 +216,7 @@
"visit": "Visit Arduino.cc" "visit": "Visit Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Close and Install", "closeAndInstallButton": "Close and Install",
"closeToInstallNotice": "Close the software and install the update on your machine.", "closeToInstallNotice": "Close the software and install the update on your machine.",
"downloadButton": "Download", "downloadButton": "Download",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}", "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}",
"zipLibrary": "Library" "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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "Sketch", "sketch": "Sketch",
@ -253,6 +290,7 @@
"automatic": "Automatic", "automatic": "Automatic",
"board.certificates": "Listahan ng mga sertipikong maaaring ma-upload sa ma board.", "board.certificates": "Listahan ng mga sertipikong maaaring ma-upload sa ma board.",
"browse": "Browse", "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": "Choose", "choose": "Choose",
"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.", "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 kapag ang sketch sync function ay gumagana. Ito ay true by default.", "cloud.enabled": "True kapag ang sketch sync function ay gumagana. Ito ay true by default.",

View File

@ -14,7 +14,6 @@
"disconnected": "Déconnecté", "disconnected": "Déconnecté",
"getBoardInfo": "Obtenir les informations sur la carte", "getBoardInfo": "Obtenir les informations sur la carte",
"inSketchbook": "(dans le Croquis)", "inSketchbook": "(dans le Croquis)",
"installManually": "Installer manuellement.",
"installNow": "Le \"{0} {1}\" core doit être installé pour la carte sélectionnée \"{2}\". Souhaitez vous l'installer maintenant ?", "installNow": "Le \"{0} {1}\" core doit être installé pour la carte sélectionnée \"{2}\". Souhaitez vous l'installer maintenant ?",
"noFQBN": "Le FQBN n'est pas disponible pour la carte sélectionnée \"{0}\". Avez installé le cœur correspondant ?", "noFQBN": "Le FQBN n'est pas disponible pour la carte sélectionnée \"{0}\". Avez installé le cœur correspondant ?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Plateforme désinstallée avec succès {0}:{1}" "succesfullyUninstalledPlatform": "Plateforme désinstallée avec succès {0}:{1}"
}, },
"boardsManager": "Gestionnaire de carte", "boardsManager": "Gestionnaire de carte",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Graver la séquence d'initialisation", "burnBootloader": "Graver la séquence d'initialisation",
"burningBootloader": "Gravage du bootloader...", "burningBootloader": "Gravage du bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Téléverser les certificats racine SSL", "uploadRootCertificates": "Téléverser les certificats racine SSL",
"uploadingCertificates": "Transfert des certificats" "uploadingCertificates": "Transfert des certificats"
}, },
"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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Visitez Arduino Cloud pour créer des croquis sut le cloud." "visitArduinoCloud": "Visitez Arduino Cloud pour créer des croquis sut le cloud."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Installer manuellement.",
"later": "Plus tard", "later": "Plus tard",
"noBoardSelected": "Aucune carte sélectionnée.", "noBoardSelected": "Aucune carte sélectionnée.",
"notConnected": "[hors ligne]", "notConnected": "[hors ligne]",
"offlineIndicator": "Il semblerait que vous êtes déconnecté. Sans connexion internet la CLI d'Arduino pourrait ne pas être en mesure de télécharger les resources requises, ce qui pourrait provoquer des dysfonctionnements. Merci de vous connecter à Internet et de redémarrer l'application.", "offlineIndicator": "Il semblerait que vous êtes déconnecté. Sans connexion internet la CLI d'Arduino pourrait ne pas être en mesure de télécharger les resources requises, ce qui pourrait provoquer des dysfonctionnements. Merci de vous connecter à Internet et de redémarrer l'application.",
"oldFormat": "Le '{0}' utilise toujours l'ancien format `.pde`. Souhaitez-vous utiliser le nouveau format `.ino`?", "oldFormat": "Le '{0}' utilise toujours l'ancien format `.pde`. Souhaitez-vous utiliser le nouveau format `.ino`?",
"partner": "Partner",
"processing": "Traitement en cours", "processing": "Traitement en cours",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "sur {0}", "selectedOn": "sur {0}",
"serialMonitor": "Moniteur série", "serialMonitor": "Moniteur série",
"unknown": "Inconnu" "type": "Type",
"unknown": "Inconnu",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Erreur de compilation : {0}" "error": "Erreur de compilation : {0}"
@ -197,7 +216,7 @@
"visit": "Visitez Arduino.cc" "visit": "Visitez Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Vérifier les mises à jour de l'IDE Arduino", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Fermer et installer", "closeAndInstallButton": "Fermer et installer",
"closeToInstallNotice": "Fermez le logiciel et installez la mise à jour sur votre machine.", "closeToInstallNotice": "Fermez le logiciel et installez la mise à jour sur votre machine.",
"downloadButton": "Télécharger", "downloadButton": "Télécharger",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Bibliothèque désinstallée avec succès {0}:{1}", "uninstalledSuccessfully": "Bibliothèque désinstallée avec succès {0}:{1}",
"zipLibrary": "Bibliothèque" "zipLibrary": "Bibliothèque"
}, },
"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": { "menu": {
"advanced": "Avancé", "advanced": "Avancé",
"sketch": "Croquis", "sketch": "Croquis",
@ -253,6 +290,7 @@
"automatic": "Automatique", "automatic": "Automatique",
"board.certificates": "Liste des certificats pouvant être téléversé vers les cartes.", "board.certificates": "Liste des certificats pouvant être téléversé vers les cartes.",
"browse": "Parcourir", "browse": "Parcourir",
"checkForUpdate": "Receive notifications of available updates for the IDE, boards, and libraries. Requires an IDE restart after change. It's true by default.",
"choose": "Choisir", "choose": "Choisir",
"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.", "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": "Vrai si les fonctions de synchronisation de croquis est activé. Par défaut, la valeur est vrai.", "cloud.enabled": "Vrai si les fonctions de synchronisation de croquis est activé. Par défaut, la valeur est vrai.",

View File

@ -14,14 +14,13 @@
"disconnected": "מנותק", "disconnected": "מנותק",
"getBoardInfo": "פרטי הלוח", "getBoardInfo": "פרטי הלוח",
"inSketchbook": "(בסקיצה)", "inSketchbook": "(בסקיצה)",
"installManually": "התקן ידנית",
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?", "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?", "noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
"noPortsDiscovered": "לא נמצאו פורטים", "noPortsDiscovered": "לא נמצאו פורטים",
"noPortsSelected": "לא נבחרו פורטים ללוחות '{0}'.", "noPortsSelected": "לא נבחרו פורטים ללוחות '{0}'.",
"noneSelected": "לא נבחרו לוחות.", "noneSelected": "לא נבחרו לוחות.",
"openBoardsConfig": "בחר לוח ופורט אחר...", "openBoardsConfig": "בחר לוח ופורט אחר...",
"platformMissing": "הפלטפורמה ל'{0}' ללוח הנבחר לא הותקן.", "platformMissing": "הפלטפורמה ל'{0}' בלוח הנבחר לא הותקן.",
"pleasePickBoard": "יש לבחור את הלוח המחובר לפורט הנבחר.", "pleasePickBoard": "יש לבחור את הלוח המחובר לפורט הנבחר.",
"port": "פורט{0}", "port": "פורט{0}",
"portLabel": "פורט: {0}", "portLabel": "פורט: {0}",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "פלטפורמה הוסרה בהצלחה {0}:{1}" "succesfullyUninstalledPlatform": "פלטפורמה הוסרה בהצלחה {0}:{1}"
}, },
"boardsManager": "מנהל לוחות", "boardsManager": "מנהל לוחות",
"boardsType": {
"arduinoCertified": "מוסמך ע\"י ארדואינו"
},
"bootloader": { "bootloader": {
"burnBootloader": "צריבת מנהל אתחול", "burnBootloader": "צריבת מנהל אתחול",
"burningBootloader": "צורב מנהל אתחול", "burningBootloader": "צורב מנהל אתחול",
@ -61,6 +63,15 @@
"uploadRootCertificates": "העלאת תעודת SSL Root", "uploadRootCertificates": "העלאת תעודת SSL Root",
"uploadingCertificates": "העלאת תעודה." "uploadingCertificates": "העלאת תעודה."
}, },
"checkForUpdates": {
"checkForUpdates": "בדיקת עדכונים לארדואינו",
"installAll": "להתקין הכל",
"noUpdates": "אין עדכונים אחרונים זמינים.",
"promptUpdateBoards": "עדכונים זמינים ללוחות מסויימים.",
"promptUpdateLibraries": "Updates are available for some of your libraries.",
"updatingBoards": "מעדכן לוחות...",
"updatingLibraries": "מעדכן ספריות..."
},
"cli-error-parser": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "כנס.י לענן של ארדואינו ליצור סקיצה בענן" "visitArduinoCloud": "כנס.י לענן של ארדואינו ליצור סקיצה בענן"
}, },
"common": { "common": {
"all": "הכל",
"contributed": "Contributed",
"installManually": "התקן ידנית",
"later": "אחר כך", "later": "אחר כך",
"noBoardSelected": "לא נבחר לוח", "noBoardSelected": "לא נבחר לוח",
"notConnected": "[לא מחובר]", "notConnected": "[לא מחובר]",
"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.", "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": "ה'{0}' עדיין משתמש בפורמט הישן `.pde`. האם תרצה להחליף לסיומת החדשה `.ino` ? ", "oldFormat": "ה'{0}' עדיין משתמש בפורמט הישן `.pde`. האם תרצה להחליף לסיומת החדשה `.ino` ? ",
"partner": "Partner",
"processing": "מעבד", "processing": "מעבד",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "ב {0}", "selectedOn": "ב {0}",
"serialMonitor": "מוניטור סיריאלי", "serialMonitor": "מוניטור סיריאלי",
"unknown": "לא ידוע" "type": "Type",
"unknown": "לא ידוע",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "שגיאת קומפילציה: {0}" "error": "שגיאת קומפילציה: {0}"
@ -162,13 +181,13 @@
"revealError": "הראה שגיאה" "revealError": "הראה שגיאה"
}, },
"electron": { "electron": {
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", "couldNotSave": "לא ניתן לשמור את הסקיצה. נא להעתיק את העבודה הלא שמורה לתוך עורך טקסט חיצוני, ולהפעיל מחדש את הIDE.",
"unsavedChanges": "כל השינויים שלא נשמרו לא ישמרו." "unsavedChanges": "כל השינויים שלא נשמרו לא ישמרו."
}, },
"examples": { "examples": {
"builtInExamples": "דוגמאות מובנות", "builtInExamples": "דוגמאות מובנות",
"couldNotInitializeExamples": "Could not initialize built-in examples.", "couldNotInitializeExamples": "לא ניתן להפעיל את הדוגמאות מובנות מראש.",
"customLibrary": "Examples from Custom Libraries", "customLibrary": "דוגמאות מספריות בהתאמה אישית",
"for": "דוגמאות עבור {0}", "for": "דוגמאות עבור {0}",
"forAny": "דוגמאות לכל לוח", "forAny": "דוגמאות לכל לוח",
"menu": "דוגמאות" "menu": "דוגמאות"
@ -178,7 +197,7 @@
"failedInstall": "ההתקנה נכשלה. נסה.י שוב בבקשה", "failedInstall": "ההתקנה נכשלה. נסה.י שוב בבקשה",
"install": "התקן", "install": "התקן",
"installingFirmware": "מתקין קושחה.", "installingFirmware": "מתקין קושחה.",
"overwriteSketch": "Installation will overwrite the Sketch on the board.", "overwriteSketch": "ההתקנה תדרוס את הסקיצה בלוח.",
"selectBoard": "בחר לוח", "selectBoard": "בחר לוח",
"selectVersion": "בחירות גרסת קושחה", "selectVersion": "בחירות גרסת קושחה",
"successfullyInstalled": "הקושחה הותקנה בהצלחה.", "successfullyInstalled": "הקושחה הותקנה בהצלחה.",
@ -197,14 +216,14 @@
"visit": "בקר ב Arduino.cc" "visit": "בקר ב Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "בדיקת עדכונים לArduino IDE.", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "סגור והתקן", "closeAndInstallButton": "סגור והתקן",
"closeToInstallNotice": "סגור את התוכנה והתקן את העדכון על המכונה שלך.", "closeToInstallNotice": "סגור את התוכנה והתקן את העדכון על המכונה שלך.",
"downloadButton": "הורד", "downloadButton": "הורד",
"downloadingNotice": "מוריד את הגרסה המעודכנת האחרונה של Arduino IDE.", "downloadingNotice": "מוריד את הגרסה המעודכנת האחרונה של Arduino IDE.",
"errorCheckingForUpdates": "שגיאה בעת בדיקת עדכונים ל Arduino IDE.\n{0}", "errorCheckingForUpdates": "שגיאה בעת בדיקת עדכונים ל Arduino IDE.\n{0}",
"goToDownloadButton": "לך להורדות", "goToDownloadButton": "לך להורדות",
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.", "goToDownloadPage": "העדכון לArduino IDE זמין, אבל לא ניתן היה להוריד ולהתקין אותו אוטומטית. נא ללכת לדף ההורדות ולהוריד את הגרסה האחרונה משם.",
"ideUpdaterDialog": "עדכון תוכנה", "ideUpdaterDialog": "עדכון תוכנה",
"newVersionAvailable": "גרסה חדשה של Arduino IDE ({0}) מוכנה להורדה.", "newVersionAvailable": "גרסה חדשה של Arduino IDE ({0}) מוכנה להורדה.",
"noUpdatesAvailable": "אין עדכונים חדשים זמינים ל Arduino IDE", "noUpdatesAvailable": "אין עדכונים חדשים זמינים ל Arduino IDE",
@ -216,7 +235,7 @@
"library": { "library": {
"addZip": "הוספת ספריית .zip", "addZip": "הוספת ספריית .zip",
"arduinoLibraries": "ספריות ארדואינו", "arduinoLibraries": "ספריות ארדואינו",
"contributedLibraries": "Contributed libraries", "contributedLibraries": "ספריות שנתרמו",
"dependenciesForLibrary": "תלויות בספריה {0}:{1}", "dependenciesForLibrary": "תלויות בספריה {0}:{1}",
"include": "השתמש בספריה", "include": "השתמש בספריה",
"installAll": "התקן הכל", "installAll": "התקן הכל",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "ספריה הוסרה בהצלחה {0}:{1}", "uninstalledSuccessfully": "ספריה הוסרה בהצלחה {0}:{1}",
"zipLibrary": "ספריה" "zipLibrary": "ספריה"
}, },
"librarySearchProperty": {
"topic": "Topic"
},
"libraryTopic": {
"communication": "תקשורת",
"dataProcessing": "עיבוד מידע",
"dataStorage": "Data Storage",
"deviceControl": "Device Control",
"display": "צג",
"other": "אחר",
"sensors": "חיישנים",
"signalInputOutput": "קלט\\פלט אות",
"timing": "תזמון",
"uncategorized": "Uncategorized"
},
"libraryType": {
"installed": "Installed"
},
"menu": { "menu": {
"advanced": "מתקדם", "advanced": "מתקדם",
"sketch": "סקיצה", "sketch": "סקיצה",
@ -253,6 +290,7 @@
"automatic": "אוטומטי", "automatic": "אוטומטי",
"board.certificates": "רשימת תעודות שיכולות לעלות ללוח.", "board.certificates": "רשימת תעודות שיכולות לעלות ללוח.",
"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": "בחרו", "choose": "בחרו",
"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.", "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.", "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
@ -321,7 +359,7 @@
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?", "movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
"new": "חדש", "new": "חדש",
"openFolder": "פתח תיקיה", "openFolder": "פתח תיקיה",
"openRecent": "Open Recent", "openRecent": "נפתח לאחרונה",
"openSketchInNewWindow": "Open Sketch in New Window", "openSketchInNewWindow": "Open Sketch in New Window",
"saveFolderAs": "שמירת תיקיית הסקיצה כ...", "saveFolderAs": "שמירת תיקיית הסקיצה כ...",
"saveSketch": "שמירת הסקיצה לפתיחה מאוחרת יותר.", "saveSketch": "שמירת הסקיצה לפתיחה מאוחרת יותר.",
@ -332,9 +370,9 @@
"titleLocalSketchbook": "ספר סקיצות מקומי", "titleLocalSketchbook": "ספר סקיצות מקומי",
"titleSketchbook": "ספר סקיצות", "titleSketchbook": "ספר סקיצות",
"upload": "העלאה", "upload": "העלאה",
"uploadUsingProgrammer": "Upload Using Programmer", "uploadUsingProgrammer": "העלאה על ידי התכנת",
"uploading": "עולה...", "uploading": "עולה...",
"userFieldsNotFoundError": "Can't find user fields for connected board", "userFieldsNotFoundError": "לא נמצאו שדות משתמש ללוח המחובר",
"verify": "בדיקה", "verify": "בדיקה",
"verifyOrCompile": "בדיקה\\קומפילציה" "verifyOrCompile": "בדיקה\\קומפילציה"
}, },
@ -348,26 +386,26 @@
}, },
"userFields": { "userFields": {
"cancel": "ביטול", "cancel": "ביטול",
"enterField": "Enter {0}", "enterField": "יש להקליד {0}",
"upload": "העלאה" "upload": "העלאה"
} }
}, },
"cloud": { "cloud": {
"GoToCloud": "GO TO CLOUD" "GoToCloud": "לך לענן"
}, },
"theia": { "theia": {
"core": { "core": {
"cannotConnectBackend": "Cannot connect to the backend.", "cannotConnectBackend": "אינו יכול להתחבר לצד שרת.",
"cannotConnectDaemon": "Cannot connect to the CLI daemon.", "cannotConnectDaemon": "אינו יכול להתחבר לCLI daemon.",
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", "couldNotSave": "לא ניתן לשמור את הסקיצה. נא להעתיק את העבודה הלא שמורה לתוך עורך טקסט חיצוני, ולהפעיל מחדש את הIDE.",
"daemonOffline": "CLI Daemon Offline", "daemonOffline": "CLI daemon במצב לא מקוון",
"offline": "מנותק", "offline": "מנותק",
"quitTitle": "בטוח.ה שתרצה.י לצאת?" "quitTitle": "בטוח.ה שתרצה.י לצאת?"
}, },
"debug": { "debug": {
"start": "התחל...", "start": "התחל...",
"startError": "There was an error starting the debug session, check the logs for more details.", "startError": "There was an error starting the debug session, check the logs for more details.",
"typeNotSupported": "The debug session type \"{0}\" is not supported." "typeNotSupported": "הפעלת ניפוי באגים מסוג \"{0}\" אינה נתמכת."
}, },
"editor": { "editor": {
"unsavedTitle": "לא שמור {0}" "unsavedTitle": "לא שמור {0}"

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "Alaplap információk beszerzése", "getBoardInfo": "Alaplap információk beszerzése",
"inSketchbook": "(a vázlatfüzetben/sketchbook-ban) ", "inSketchbook": "(a vázlatfüzetben/sketchbook-ban) ",
"installManually": "Kézi telepítés",
"installNow": "A \"{0} {1}\" támogatást telepíteni kell az aktuálisan kiválasztott \"{2}\" alaplaphoz. Most szeretnéd telepíteni? ", "installNow": "A \"{0} {1}\" támogatást telepíteni kell az aktuálisan kiválasztott \"{2}\" alaplaphoz. Most szeretnéd telepíteni? ",
"noFQBN": "Az FQBN nem érhető el a kiválasztott „{0}” alaplapon. A megfelelő mag/core telepítve van? ", "noFQBN": "Az FQBN nem érhető el a kiválasztott „{0}” alaplapon. A megfelelő mag/core telepítve van? ",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "A platform sikeresen eltávolítva: {0}:{1} " "succesfullyUninstalledPlatform": "A platform sikeresen eltávolítva: {0}:{1} "
}, },
"boardsManager": "Alaplap-kezelő", "boardsManager": "Alaplap-kezelő",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Bootloader égetése", "burnBootloader": "Bootloader égetése",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "SSL gyökér-/root-tanúsítványok feltöltése ", "uploadRootCertificates": "SSL gyökér-/root-tanúsítványok feltöltése ",
"uploadingCertificates": "Tanúsítványok feltöltése " "uploadingCertificates": "Tanúsítványok feltöltése "
}, },
"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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Látogasd meg az Arduino Cloud webhelyet, hogy a felhőben vázlatokat hozhass létre. " "visitArduinoCloud": "Látogasd meg az Arduino Cloud webhelyet, hogy a felhőben vázlatokat hozhass létre. "
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Kézi telepítés",
"later": "később", "later": "később",
"noBoardSelected": "Nincsen alappanel kiválasztva", "noBoardSelected": "Nincsen alappanel kiválasztva",
"notConnected": "[nem csatlakozik]", "notConnected": "[nem csatlakozik]",
"offlineIndicator": "Az internet nem érhető el. Internetkapcsolat nélkül előfordulhat, hogy az Arduino CLI nem tudja letölteni a szükséges erőforrásokat, és hibás működést okozhat. Csatlakozz az internethez és indítsd újra az alkalmazást. ", "offlineIndicator": "Az internet nem érhető el. Internetkapcsolat nélkül előfordulhat, hogy az Arduino CLI nem tudja letölteni a szükséges erőforrásokat, és hibás működést okozhat. Csatlakozz az internethez és indítsd újra az alkalmazást. ",
"oldFormat": "A „{0}” továbbra is a régi „.pde” formátumot használja. Szeretnéd átírni az új `.ino` kiterjesztésre? ", "oldFormat": "A „{0}” továbbra is a régi „.pde” formátumot használja. Szeretnéd átírni az új `.ino` kiterjesztésre? ",
"partner": "Partner",
"processing": "Feldolgozás", "processing": "Feldolgozás",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "{0}-n", "selectedOn": "{0}-n",
"serialMonitor": "Soros monitor", "serialMonitor": "Soros monitor",
"unknown": "ismeretlen" "type": "Type",
"unknown": "ismeretlen",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Összeállítási hiba: {0} " "error": "Összeállítási hiba: {0} "
@ -197,7 +216,7 @@
"visit": "Arduino.cc meglátogatása" "visit": "Arduino.cc meglátogatása"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Close and Install", "closeAndInstallButton": "Close and Install",
"closeToInstallNotice": "Close the software and install the update on your machine.", "closeToInstallNotice": "Close the software and install the update on your machine.",
"downloadButton": "Download", "downloadButton": "Download",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "A könyvtár sikeresen eltávolítva: {0}:{1} ", "uninstalledSuccessfully": "A könyvtár sikeresen eltávolítva: {0}:{1} ",
"zipLibrary": "Könyvtár" "zipLibrary": "Könyvtár"
}, },
"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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "Sketch", "sketch": "Sketch",
@ -253,6 +290,7 @@
"automatic": "Automatikus", "automatic": "Automatikus",
"board.certificates": "Az alaplapokra feltölthető tanúsítványok listája", "board.certificates": "Az alaplapokra feltölthető tanúsítványok listája",
"browse": "Tallóz", "browse": "Tallóz",
"checkForUpdate": "Receive notifications of available updates for the IDE, boards, and libraries. Requires an IDE restart after change. It's true by default.",
"choose": "Választás", "choose": "Választás",
"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.", "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": "Kipipálva: a vázlat/sketch-szinkronizálás engedélyezve van. Alapértelmezés: kipipálva. ", "cloud.enabled": "Kipipálva: a vázlat/sketch-szinkronizálás engedélyezve van. Alapértelmezés: kipipálva. ",

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnesso", "disconnected": "Disconnesso",
"getBoardInfo": "Acquisisci informazioni sulla scheda", "getBoardInfo": "Acquisisci informazioni sulla scheda",
"inSketchbook": "(nella raccolta degli sketch)", "inSketchbook": "(nella raccolta degli sketch)",
"installManually": "Installa manualmente",
"installNow": "Il \"{0} {1}\" core non è installato per la scheda \"{2}\" . Vuoi installarlo ora?", "installNow": "Il \"{0} {1}\" core non è installato per la scheda \"{2}\" . Vuoi installarlo ora?",
"noFQBN": "La FQBN non è disponibile per la scheda selezionata\"{0}\". Sei sicuro che il core specifico sia stato installato?", "noFQBN": "La FQBN non è disponibile per la scheda selezionata\"{0}\". Sei sicuro che il core specifico sia stato installato?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Piattaforma disinstallata correttamente {0}:{1}" "succesfullyUninstalledPlatform": "Piattaforma disinstallata correttamente {0}:{1}"
}, },
"boardsManager": "Gestore schede", "boardsManager": "Gestore schede",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Scrivi il bootloader", "burnBootloader": "Scrivi il bootloader",
"burningBootloader": "Masterizzazione del bootloader in corso...", "burningBootloader": "Masterizzazione del bootloader in corso...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Carica i tuoi certificati SSL Root", "uploadRootCertificates": "Carica i tuoi certificati SSL Root",
"uploadingCertificates": "Caricamento dei certificati." "uploadingCertificates": "Caricamento dei certificati."
}, },
"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": { "cli-error-parser": {
"keyboardError": "'Keyboard' non è stato trovato. Il tuo sketch include la linea '#include <Keyboard.h>' nel codice?", "keyboardError": "'Keyboard' non è stato trovato. Il tuo sketch include la linea '#include <Keyboard.h>' nel codice?",
"mouseError": "'Mouse' non è stato trovato. Il tuo sketch include la linea '#include <Mouse.h>' nel codice?" "mouseError": "'Mouse' non è stato trovato. Il tuo sketch include la linea '#include <Mouse.h>' nel codice?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Visita Arduino Cloud per creare Cloud Sketch " "visitArduinoCloud": "Visita Arduino Cloud per creare Cloud Sketch "
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Installa manualmente",
"later": "Salta", "later": "Salta",
"noBoardSelected": "Nessuna scheda selezionata", "noBoardSelected": "Nessuna scheda selezionata",
"notConnected": "[non connesso]", "notConnected": "[non connesso]",
"offlineIndicator": "Sembra che tu sia offline. Senza una connessione Internet, l'Arduino CLI potrebbe non essere in grado di scaricare le risorse richieste e potrebbe causare un malfunzionamento. Verificare la connessione a Internet e riavviare l'applicazione.", "offlineIndicator": "Sembra che tu sia offline. Senza una connessione Internet, l'Arduino CLI potrebbe non essere in grado di scaricare le risorse richieste e potrebbe causare un malfunzionamento. Verificare la connessione a Internet e riavviare l'applicazione.",
"oldFormat": "Il '{0}' utilizza ancora il vecchio formato `.pde` . Vuoi sostituirlo con la nuova estensione `.ino?", "oldFormat": "Il '{0}' utilizza ancora il vecchio formato `.pde` . Vuoi sostituirlo con la nuova estensione `.ino?",
"partner": "Partner",
"processing": "In elaborazione", "processing": "In elaborazione",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "su {0}", "selectedOn": "su {0}",
"serialMonitor": "Monitor seriale", "serialMonitor": "Monitor seriale",
"unknown": "Sconosciuto" "type": "Type",
"unknown": "Sconosciuto",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Errore di compilazione: {0}" "error": "Errore di compilazione: {0}"
@ -197,7 +216,7 @@
"visit": "Vai al sito Arduino.cc" "visit": "Vai al sito Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Controlla gli aggiornamenti dell'IDE di Arduino", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Chiudi e Installa", "closeAndInstallButton": "Chiudi e Installa",
"closeToInstallNotice": "Chiudi il software e installa laggiornamento sulla tua macchina", "closeToInstallNotice": "Chiudi il software e installa laggiornamento sulla tua macchina",
"downloadButton": "Scarica", "downloadButton": "Scarica",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Libreria disinstallata con successo 1{0} : 2{1}", "uninstalledSuccessfully": "Libreria disinstallata con successo 1{0} : 2{1}",
"zipLibrary": "Libreria" "zipLibrary": "Libreria"
}, },
"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": { "menu": {
"advanced": "Avanzate", "advanced": "Avanzate",
"sketch": "Sketch", "sketch": "Sketch",
@ -253,6 +290,7 @@
"automatic": "Automatico", "automatic": "Automatico",
"board.certificates": "Lista dei certificati che possono essere caricati nelle schede", "board.certificates": "Lista dei certificati che possono essere caricati nelle schede",
"browse": "Sfoglia", "browse": "Sfoglia",
"checkForUpdate": "Receive notifications of available updates for the IDE, boards, and libraries. Requires an IDE restart after change. It's true by default.",
"choose": "Scegli", "choose": "Scegli",
"cli.daemonDebug": "Abilita il debug logging delle chiamate gRPC alla CLI di Arduino. Per rendere effettiva questa impostazione, è necessario un riavvio dell'IDE. L'impostazione predefinita è false.", "cli.daemonDebug": "Abilita il debug logging delle chiamate gRPC alla CLI di Arduino. Per rendere effettiva questa impostazione, è necessario un riavvio dell'IDE. L'impostazione predefinita è false.",
"cloud.enabled": "Imposta su true per abilitare le funzioni di sincronia dello sketch. Il valore predefinito è true.", "cloud.enabled": "Imposta su true per abilitare le funzioni di sincronia dello sketch. Il valore predefinito è true.",

View File

@ -14,7 +14,6 @@
"disconnected": "切断中", "disconnected": "切断中",
"getBoardInfo": "ボード情報を取得", "getBoardInfo": "ボード情報を取得",
"inSketchbook": "(スケッチブック内)", "inSketchbook": "(スケッチブック内)",
"installManually": "手動でインストール",
"installNow": "現在選択されているボード\"{2}\"用にコア\"{0} {1}\"をインストールする必要があります。今すぐインストールしますか?", "installNow": "現在選択されているボード\"{2}\"用にコア\"{0} {1}\"をインストールする必要があります。今すぐインストールしますか?",
"noFQBN": "選択されたボード\"{0}\"にはFQBNがありません。対応するコアをインストール済みですか", "noFQBN": "選択されたボード\"{0}\"にはFQBNがありません。対応するコアをインストール済みですか",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "プラットフォーム{0}:{1}のアンインストールに成功しました" "succesfullyUninstalledPlatform": "プラットフォーム{0}:{1}のアンインストールに成功しました"
}, },
"boardsManager": "ボードマネージャ", "boardsManager": "ボードマネージャ",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "ブートローダを書き込む", "burnBootloader": "ブートローダを書き込む",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "SSLルート証明書を書き込み", "uploadRootCertificates": "SSLルート証明書を書き込み",
"uploadingCertificates": "証明書を書き込み中。" "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": { "cli-error-parser": {
"keyboardError": "'Keyboard'が見つかりません。スケッチに'#include <Keyboard.h>'という行はありますか?", "keyboardError": "'Keyboard'が見つかりません。スケッチに'#include <Keyboard.h>'という行はありますか?",
"mouseError": "'Mouse'が見つかりません。スケッチに'#include <Mouse.h>'という行はありますか?" "mouseError": "'Mouse'が見つかりません。スケッチに'#include <Mouse.h>'という行はありますか?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Arduino Cloudにアクセスしてクラウドスケッチを作成する" "visitArduinoCloud": "Arduino Cloudにアクセスしてクラウドスケッチを作成する"
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "手動でインストール",
"later": "後で", "later": "後で",
"noBoardSelected": "ボード未選択", "noBoardSelected": "ボード未選択",
"notConnected": "[未接続]", "notConnected": "[未接続]",
"offlineIndicator": "オフラインのようです。 インターネットに接続していないと、Arduino CLIが必要なリソースをダウンロードできず、誤動作を引き起こす可能性があります。 インターネットに接続して、アプリケーションを再起動してください。", "offlineIndicator": "オフラインのようです。 インターネットに接続していないと、Arduino CLIが必要なリソースをダウンロードできず、誤動作を引き起こす可能性があります。 インターネットに接続して、アプリケーションを再起動してください。",
"oldFormat": "'{0}'はまだ古い`.pde`形式を使用しています。新しい`.ino`拡張子に切り替えますか?", "oldFormat": "'{0}'はまだ古い`.pde`形式を使用しています。新しい`.ino`拡張子に切り替えますか?",
"partner": "Partner",
"processing": "処理中", "processing": "処理中",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "{0}の", "selectedOn": "{0}の",
"serialMonitor": "シリアルモニタ", "serialMonitor": "シリアルモニタ",
"unknown": "不明" "type": "Type",
"unknown": "不明",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "コンパイルエラー: {0}" "error": "コンパイルエラー: {0}"
@ -197,7 +216,7 @@
"visit": "Arduino.ccウェブサイトを開く" "visit": "Arduino.ccウェブサイトを開く"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Arduino IDEのアップデートを確認", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "終了してインストール", "closeAndInstallButton": "終了してインストール",
"closeToInstallNotice": "ソフトウェアを終了してアップデートをインストールする。", "closeToInstallNotice": "ソフトウェアを終了してアップデートをインストールする。",
"downloadButton": "ダウンロード", "downloadButton": "ダウンロード",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "ライブラリ{0}:{1}のアンインストールに成功しました。", "uninstalledSuccessfully": "ライブラリ{0}:{1}のアンインストールに成功しました。",
"zipLibrary": "ライブラリ" "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": { "menu": {
"advanced": "詳細", "advanced": "詳細",
"sketch": "スケッチ", "sketch": "スケッチ",
@ -253,6 +290,7 @@
"automatic": "自動", "automatic": "自動",
"board.certificates": "ボードに書き込みできる証明書の一覧", "board.certificates": "ボードに書き込みできる証明書の一覧",
"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": "選択", "choose": "選択",
"cli.daemonDebug": "Arduino CLIへのgRPC呼び出しのデバッグロギングを有効にします。この設定を有効にするにはIDEを再起動する必要があります。デフォルトはfalseです。", "cli.daemonDebug": "Arduino CLIへのgRPC呼び出しのデバッグロギングを有効にします。この設定を有効にするにはIDEを再起動する必要があります。デフォルトはfalseです。",
"cloud.enabled": "スケッチの同期機能が有効な場合にはtrueを指定。デフォルトではtrue。", "cloud.enabled": "スケッチの同期機能が有効な場合にはtrueを指定。デフォルトではtrue。",

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "Get Board Info", "getBoardInfo": "Get Board Info",
"inSketchbook": " (in Sketchbook)", "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?", "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?", "noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}" "succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}"
}, },
"boardsManager": "Boards Manager", "boardsManager": "Boards Manager",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Burn Bootloader", "burnBootloader": "Burn Bootloader",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Upload SSL Root Certificates", "uploadRootCertificates": "Upload SSL Root Certificates",
"uploadingCertificates": "Uploading 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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Install Manually",
"later": "나중에", "later": "나중에",
"noBoardSelected": "선택된 보드 없음", "noBoardSelected": "선택된 보드 없음",
"notConnected": "[연결되지 않음]", "notConnected": "[연결되지 않음]",
"offlineIndicator": "오프라인 상태인 것 같습니다. 인터넷 연결이 없으면 Arduino CLI가 필요한 리소스를 다운로드하지 못하고 오작동을 일으킬 수 있습니다. 인터넷에 연결하고 애플리케이션을 다시 시작해주세요.", "offlineIndicator": "오프라인 상태인 것 같습니다. 인터넷 연결이 없으면 Arduino CLI가 필요한 리소스를 다운로드하지 못하고 오작동을 일으킬 수 있습니다. 인터넷에 연결하고 애플리케이션을 다시 시작해주세요.",
"oldFormat": "'{0}' 파일은 오래된 `.pde` 확장자로 되어있어요. 새로운 `.ino` 확장자로 변경하시겠어요?", "oldFormat": "'{0}' 파일은 오래된 `.pde` 확장자로 되어있어요. 새로운 `.ino` 확장자로 변경하시겠어요?",
"partner": "Partner",
"processing": "처리 중", "processing": "처리 중",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "{0} 켜기", "selectedOn": "{0} 켜기",
"serialMonitor": "시리얼 모니터", "serialMonitor": "시리얼 모니터",
"unknown": "알 수 없음" "type": "Type",
"unknown": "알 수 없음",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Compilation error: {0}" "error": "Compilation error: {0}"
@ -197,7 +216,7 @@
"visit": "Visit Arduino.cc" "visit": "Visit Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "닫고 설치하기", "closeAndInstallButton": "닫고 설치하기",
"closeToInstallNotice": "소프트웨어를 닫고 장치에 업데이트를 설치해주세요.", "closeToInstallNotice": "소프트웨어를 닫고 장치에 업데이트를 설치해주세요.",
"downloadButton": "다운로드", "downloadButton": "다운로드",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}", "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}",
"zipLibrary": "Library" "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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "스케치", "sketch": "스케치",
@ -253,6 +290,7 @@
"automatic": "Automatic", "automatic": "Automatic",
"board.certificates": "List of certificates that can be uploaded to boards", "board.certificates": "List of certificates that can be uploaded to boards",
"browse": "Browse", "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": "Choose", "choose": "Choose",
"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.", "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.", "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",

View File

@ -14,7 +14,6 @@
"disconnected": "မချိတ်ဆက်ထားပါ", "disconnected": "မချိတ်ဆက်ထားပါ",
"getBoardInfo": "ဘုတ်ဆိုင်ရာအချက်အလက်ရယူမည်", "getBoardInfo": "ဘုတ်ဆိုင်ရာအချက်အလက်ရယူမည်",
"inSketchbook": " (Sketchbook ဖိုင်တွဲထဲ)", "inSketchbook": " (Sketchbook ဖိုင်တွဲထဲ)",
"installManually": "ကိုယ်တိုင်တပ်ဆင်မည်",
"installNow": "လက်ရှိရွေးချယ်ထားသည့် \"{2}\" ဘုတ်အတွက် \"{0} {1}\" core အား တပ်ဆင်ဖို့လိုပါသည်။ သင်ယခု တပ်ဆင်လိုပါသလား?", "installNow": "လက်ရှိရွေးချယ်ထားသည့် \"{2}\" ဘုတ်အတွက် \"{0} {1}\" core အား တပ်ဆင်ဖို့လိုပါသည်။ သင်ယခု တပ်ဆင်လိုပါသလား?",
"noFQBN": "ရွေးချယ်ထားသည့် ဘုတ် \"{0}\" အတွက် FQBN မရနိုင်သေးပါ။ သင့်မှာ သက်ဆိုင်ရာတပ်ဆင်ထားသည့် core ရှိပါသလား?", "noFQBN": "ရွေးချယ်ထားသည့် ဘုတ် \"{0}\" အတွက် FQBN မရနိုင်သေးပါ။ သင့်မှာ သက်ဆိုင်ရာတပ်ဆင်ထားသည့် core ရှိပါသလား?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "{0} ပလက်ဖောင်းကို အောင်မြင်စွာ ဖြုတ်ချပြီးသည် :{1}" "succesfullyUninstalledPlatform": "{0} ပလက်ဖောင်းကို အောင်မြင်စွာ ဖြုတ်ချပြီးသည် :{1}"
}, },
"boardsManager": "ဘုတ်မန်နေဂျာ", "boardsManager": "ဘုတ်မန်နေဂျာ",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "ဘုလုတ်ဒါ ရေးသွင်းမည်", "burnBootloader": "ဘုလုတ်ဒါ ရေးသွင်းမည်",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "SSL Root လက်မှတ်များ အပ်လုတ်တင်ခြင်း", "uploadRootCertificates": "SSL Root လက်မှတ်များ အပ်လုတ်တင်ခြင်း",
"uploadingCertificates": "လက်မှတ်များကို အပ်လုတ်တင်နေသည်။" "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": { "cli-error-parser": {
"keyboardError": "'ကီးဘုတ်' ရှာမတွေ့ပါ။ '#include <Keyboard.h>' ကုတ်စာကြောင်းကို သင့်ကုတ်ပုံကြမ်းထဲတွင် ထည့်ရေးထားပါသလား?", "keyboardError": "'ကီးဘုတ်' ရှာမတွေ့ပါ။ '#include <Keyboard.h>' ကုတ်စာကြောင်းကို သင့်ကုတ်ပုံကြမ်းထဲတွင် ထည့်ရေးထားပါသလား?",
"mouseError": "'မောက်စ်' ရှာမတွေ့ပါ။ '#include <Mouse.h>' ကုတ်စာကြောင်းကို သင့်ကုတ်ပုံကြမ်းထဲတွင် ထည့်ရေးထားပါသလား?" "mouseError": "'မောက်စ်' ရှာမတွေ့ပါ။ '#include <Mouse.h>' ကုတ်စာကြောင်းကို သင့်ကုတ်ပုံကြမ်းထဲတွင် ထည့်ရေးထားပါသလား?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "ကိုယ်တိုင်တပ်ဆင်မည်",
"later": "နောက်မှ", "later": "နောက်မှ",
"noBoardSelected": "ဘုတ် မရွေးချယ်ထားပါ", "noBoardSelected": "ဘုတ် မရွေးချယ်ထားပါ",
"notConnected": "[မချိတ်ဆက်ထားပါ]", "notConnected": "[မချိတ်ဆက်ထားပါ]",
"offlineIndicator": "အော့ဖ်လိုင်းဖြစ်နေသည်။ အင်တာနက်မရှိလျှင် Arduino CLIသည် လိုအပ်သော ဒေတာများမရယူနိုင်သောကြောင့် လုပ်ဆောင်ချက်ချို့ယွင်းမှုဖြစ်ပေါ်မည်။ အင်တာနက်နှင့်ချိတ်ဆက်ပြီး အပ္ပလီကေးရှင်းကို ပြန်စတင်ပေးပါ။", "offlineIndicator": "အော့ဖ်လိုင်းဖြစ်နေသည်။ အင်တာနက်မရှိလျှင် Arduino CLIသည် လိုအပ်သော ဒေတာများမရယူနိုင်သောကြောင့် လုပ်ဆောင်ချက်ချို့ယွင်းမှုဖြစ်ပေါ်မည်။ အင်တာနက်နှင့်ချိတ်ဆက်ပြီး အပ္ပလီကေးရှင်းကို ပြန်စတင်ပေးပါ။",
"oldFormat": "'{0}'သည် မူပုံစံအဟောင်း `.pde`ကိုအသုံးပြုထားသည်။ ဖိုင်လ်တိုးချဲ့အမှတ်အသားအသစ် `.ino` သို့ ပြောင်းလဲမှာလား။", "oldFormat": "'{0}'သည် မူပုံစံအဟောင်း `.pde`ကိုအသုံးပြုထားသည်။ ဖိုင်လ်တိုးချဲ့အမှတ်အသားအသစ် `.ino` သို့ ပြောင်းလဲမှာလား။",
"partner": "Partner",
"processing": "အဆင့်ဆင့်ဆောင်ရွက်နေသည်", "processing": "အဆင့်ဆင့်ဆောင်ရွက်နေသည်",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "{0}တွင်", "selectedOn": "{0}တွင်",
"serialMonitor": "အတန်းလိုက်ဆက်သွယ်မှုမော်နီတာ", "serialMonitor": "အတန်းလိုက်ဆက်သွယ်မှုမော်နီတာ",
"unknown": "မသိ" "type": "Type",
"unknown": "မသိ",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Compilation error: {0}" "error": "Compilation error: {0}"
@ -197,7 +216,7 @@
"visit": "Arduino.cc ကိုသွားကြည့်မယ်ကွာ" "visit": "Arduino.cc ကိုသွားကြည့်မယ်ကွာ"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Arduino IDE updates များအတွက် စစ်ဆေးမယ်", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "ပိတ်ပြီးသွင်းမယ်", "closeAndInstallButton": "ပိတ်ပြီးသွင်းမယ်",
"closeToInstallNotice": "ဆော့ဖ်ဝဲလ်ပိတ်ပြီး အသစ်ကိုသွင်းမယ်။", "closeToInstallNotice": "ဆော့ဖ်ဝဲလ်ပိတ်ပြီး အသစ်ကိုသွင်းမယ်။",
"downloadButton": "ဒေါင်းလုတ်ဆွဲမယ်", "downloadButton": "ဒေါင်းလုတ်ဆွဲမယ်",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}", "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}",
"zipLibrary": "ကုတ်ကြည့်တိုက်" "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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "ကုတ်ဖိုင်လ်ဆိုင်ရာ", "sketch": "ကုတ်ဖိုင်လ်ဆိုင်ရာ",
@ -253,6 +290,7 @@
"automatic": "အလိုအလျောက်", "automatic": "အလိုအလျောက်",
"board.certificates": "List of certificates that can be uploaded to boards", "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": "ရွေးချယ်မည်", "choose": "ရွေးချယ်မည်",
"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.", "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.", "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "Get Board Info", "getBoardInfo": "Get Board Info",
"inSketchbook": " (in Sketchbook)", "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?", "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?", "noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}" "succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}"
}, },
"boardsManager": "Boards Manager", "boardsManager": "Boards Manager",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Burn Bootloader", "burnBootloader": "Burn Bootloader",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Upload SSL Root Certificates", "uploadRootCertificates": "Upload SSL Root Certificates",
"uploadingCertificates": "Uploading 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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Install Manually",
"later": "Later", "later": "Later",
"noBoardSelected": "बोर्ड चयन गरिएको छैन।", "noBoardSelected": "बोर्ड चयन गरिएको छैन।",
"notConnected": "[ जोडिएको छैन ]", "notConnected": "[ जोडिएको छैन ]",
"offlineIndicator": "तपाईं अफलाइन हुनुहुन्छ। इन्टरनेट जडान बिना, Arduino CLI आवश्यक स्रोतहरू डाउनलोड गर्न सक्षम नहुन सक्छ र यसले खराबी निम्त्याउन सक्छ। कृपया इन्टरनेट जडान गर्नुहोस् र एप पुन: सुरु गर्नुहोस्।", "offlineIndicator": "तपाईं अफलाइन हुनुहुन्छ। इन्टरनेट जडान बिना, Arduino CLI आवश्यक स्रोतहरू डाउनलोड गर्न सक्षम नहुन सक्छ र यसले खराबी निम्त्याउन सक्छ। कृपया इन्टरनेट जडान गर्नुहोस् र एप पुन: सुरु गर्नुहोस्।",
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?", "oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
"partner": "Partner",
"processing": "Processing", "processing": "Processing",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "on {0}", "selectedOn": "on {0}",
"serialMonitor": "सिरियल मनिटर", "serialMonitor": "सिरियल मनिटर",
"unknown": "Unknown" "type": "Type",
"unknown": "Unknown",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Compilation error: {0}" "error": "Compilation error: {0}"
@ -197,7 +216,7 @@
"visit": "Visit Arduino.cc" "visit": "Visit Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Close and Install", "closeAndInstallButton": "Close and Install",
"closeToInstallNotice": "Close the software and install the update on your machine.", "closeToInstallNotice": "Close the software and install the update on your machine.",
"downloadButton": "Download", "downloadButton": "Download",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}", "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}",
"zipLibrary": "Library" "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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "Sketch", "sketch": "Sketch",
@ -253,6 +290,7 @@
"automatic": "Automatic", "automatic": "Automatic",
"board.certificates": "List of certificates that can be uploaded to boards", "board.certificates": "List of certificates that can be uploaded to boards",
"browse": "Browse", "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": "Choose", "choose": "Choose",
"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.", "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.", "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "Verkrijg Bord Informatie", "getBoardInfo": "Verkrijg Bord Informatie",
"inSketchbook": "(in Schetsboek)", "inSketchbook": "(in Schetsboek)",
"installManually": "Handmatig installeren",
"installNow": "De \"{0} {1}\" kern moet geïnstalleerd zijn om het huidige geselecteerde \"{2}\" bord. Wilt U dit nu installeren?", "installNow": "De \"{0} {1}\" kern moet geïnstalleerd zijn om het huidige geselecteerde \"{2}\" bord. Wilt U dit nu installeren?",
"noFQBN": "De FQBN is niet beschikbaar voor het geselecteerde bord \"{0}\". Heeft U de bijhorende kern geïnstalleerd?", "noFQBN": "De FQBN is niet beschikbaar voor het geselecteerde bord \"{0}\". Heeft U de bijhorende kern geïnstalleerd?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Platform {0}:{1} is succesvol verwijderd" "succesfullyUninstalledPlatform": "Platform {0}:{1} is succesvol verwijderd"
}, },
"boardsManager": "Borden Beheerder", "boardsManager": "Borden Beheerder",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Bootloader branden", "burnBootloader": "Bootloader branden",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "SSL-rootcertificaten uploaden", "uploadRootCertificates": "SSL-rootcertificaten uploaden",
"uploadingCertificates": "Certificaten uploaden." "uploadingCertificates": "Certificaten uploaden."
}, },
"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": { "cli-error-parser": {
"keyboardError": "'Keyboard' niet gevonden. Bevat je schets de regel '#include <Keyboard.h>'?", "keyboardError": "'Keyboard' niet gevonden. Bevat je schets de regel '#include <Keyboard.h>'?",
"mouseError": "'Mouse' niet gevonden. Bevat je schets de regel '#include <Mouse.h>'?" "mouseError": "'Mouse' niet gevonden. Bevat je schets de regel '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Bezoek Arduino Cloud om Cloud Sketches te maken." "visitArduinoCloud": "Bezoek Arduino Cloud om Cloud Sketches te maken."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Handmatig installeren",
"later": "Later", "later": "Later",
"noBoardSelected": "Geen bord geselecteerd", "noBoardSelected": "Geen bord geselecteerd",
"notConnected": "[niet verbonden]", "notConnected": "[niet verbonden]",
"offlineIndicator": "Je lijkt offline te zijn. Zonder een internetverbinding kan de Arduino CLI mogelijk niet de vereiste bronnen downloaden en dit kan storingen veroorzaken. Maak verbinding met het internet en start de applicatie opnieuw. ", "offlineIndicator": "Je lijkt offline te zijn. Zonder een internetverbinding kan de Arduino CLI mogelijk niet de vereiste bronnen downloaden en dit kan storingen veroorzaken. Maak verbinding met het internet en start de applicatie opnieuw. ",
"oldFormat": "De '{0}' gebruikt nog steeds het oude '.pde' formaat. Wil je overstappen naar de nieuwe `.ino` extensie?", "oldFormat": "De '{0}' gebruikt nog steeds het oude '.pde' formaat. Wil je overstappen naar de nieuwe `.ino` extensie?",
"partner": "Partner",
"processing": "Verwerken", "processing": "Verwerken",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "aan {0}", "selectedOn": "aan {0}",
"serialMonitor": "Seriële Monitor", "serialMonitor": "Seriële Monitor",
"unknown": "Onbekend" "type": "Type",
"unknown": "Onbekend",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Compilatiefout: {0}" "error": "Compilatiefout: {0}"
@ -197,7 +216,7 @@
"visit": "Bezoek Arduino.cc" "visit": "Bezoek Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Sluiten en installeren", "closeAndInstallButton": "Sluiten en installeren",
"closeToInstallNotice": "Sluit de software en installeer de update op je machine.", "closeToInstallNotice": "Sluit de software en installeer de update op je machine.",
"downloadButton": "Download", "downloadButton": "Download",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Bibliotheek {0}:{1} succesvol verwijdert", "uninstalledSuccessfully": "Bibliotheek {0}:{1} succesvol verwijdert",
"zipLibrary": "Bibliotheek" "zipLibrary": "Bibliotheek"
}, },
"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": { "menu": {
"advanced": "Geavanceerd", "advanced": "Geavanceerd",
"sketch": "Schets", "sketch": "Schets",
@ -253,6 +290,7 @@
"automatic": "Automatisch", "automatic": "Automatisch",
"board.certificates": "Lijst met certificaten die kunnen worden geüpload naar borden", "board.certificates": "Lijst met certificaten die kunnen worden geüpload naar borden",
"browse": "Bladeren", "browse": "Bladeren",
"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", "choose": "Kies",
"cli.daemonDebug": "Schakel debug logging van de gRPC aanroepen naar de Arduino CLI in. Een herstart van de IDE is nodig om deze instelling in werking te laten treden. Standaard Onwaar.", "cli.daemonDebug": "Schakel debug logging van de gRPC aanroepen naar de Arduino CLI in. Een herstart van de IDE is nodig om deze instelling in werking te laten treden. Standaard Onwaar.",
"cloud.enabled": "Waar als de schets synchronisatie functies zijn ingeschakeld. Standaard ingesteld op waar.", "cloud.enabled": "Waar als de schets synchronisatie functies zijn ingeschakeld. Standaard ingesteld op waar.",

View File

@ -14,7 +14,6 @@
"disconnected": "Rozłączony", "disconnected": "Rozłączony",
"getBoardInfo": "Pobierz informacje o płytce", "getBoardInfo": "Pobierz informacje o płytce",
"inSketchbook": "(w Szkicowniku)", "inSketchbook": "(w Szkicowniku)",
"installManually": "Zainstaluj ręcznie",
"installNow": "Jądro \" 1{0} 2{1} \" musi zostać zainstalowane dla wybranej płytki \"{2}\". Czy chcesz zainstalować je teraz?", "installNow": "Jądro \" 1{0} 2{1} \" musi zostać zainstalowane dla wybranej płytki \"{2}\". Czy chcesz zainstalować je teraz?",
"noFQBN": "FQBN jest niedostępny dla wybranej płytki \" 1{0} \". Sprawdź czy zainstalowane jądro jest prawidłowe.", "noFQBN": "FQBN jest niedostępny dla wybranej płytki \" 1{0} \". Sprawdź czy zainstalowane jądro jest prawidłowe.",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Pomyślnie odinstalowano platformę {0}:{1}" "succesfullyUninstalledPlatform": "Pomyślnie odinstalowano platformę {0}:{1}"
}, },
"boardsManager": "Menedżer Płytek", "boardsManager": "Menedżer Płytek",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Wypal Bootloader'a", "burnBootloader": "Wypal Bootloader'a",
"burningBootloader": "Wypalanie bootloadera...", "burningBootloader": "Wypalanie bootloadera...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Wgraj certyfikaty SSL Root.", "uploadRootCertificates": "Wgraj certyfikaty SSL Root.",
"uploadingCertificates": "Przesyłanie certyfikatów." "uploadingCertificates": "Przesyłanie certyfikatów."
}, },
"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": { "cli-error-parser": {
"keyboardError": "Nie znaleziono klawiatury. Czy szkic posiada linię kodu: '#include <Keyboard.h>'?", "keyboardError": "Nie znaleziono klawiatury. Czy szkic posiada linię kodu: '#include <Keyboard.h>'?",
"mouseError": "Nie znaleziono myszy. Czy szkic posiada linię kodu: '#include <Mouse.h>'?" "mouseError": "Nie znaleziono myszy. Czy szkic posiada linię kodu: '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Odwiedź chmurę Arduino, aby tworzyć szkice w chmurze." "visitArduinoCloud": "Odwiedź chmurę Arduino, aby tworzyć szkice w chmurze."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Zainstaluj ręcznie",
"later": "Później", "later": "Później",
"noBoardSelected": "Nie wybrano płytki", "noBoardSelected": "Nie wybrano płytki",
"notConnected": "[nie podłączone]", "notConnected": "[nie podłączone]",
"offlineIndicator": "Wygląda na to, że jesteś w trybie offline. Bez połączenia z Internetem Arduino CLI może nie być w stanie pobrać wymaganych zasobów i może spowodować awarię. Połącz się z Internetem i uruchom ponownie aplikację.", "offlineIndicator": "Wygląda na to, że jesteś w trybie offline. Bez połączenia z Internetem Arduino CLI może nie być w stanie pobrać wymaganych zasobów i może spowodować awarię. Połącz się z Internetem i uruchom ponownie aplikację.",
"oldFormat": "'{0}' nadal używa starego formatu `.pde`. Czy chcesz się przełączyć na nowe rozszerzenie `.ino`?", "oldFormat": "'{0}' nadal używa starego formatu `.pde`. Czy chcesz się przełączyć na nowe rozszerzenie `.ino`?",
"partner": "Partner",
"processing": "Przetwarzanie", "processing": "Przetwarzanie",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "na 1{0}", "selectedOn": "na 1{0}",
"serialMonitor": "Monitor portu szeregowego", "serialMonitor": "Monitor portu szeregowego",
"unknown": "Nieznany" "type": "Type",
"unknown": "Nieznany",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Błąd kompilacji: {0}" "error": "Błąd kompilacji: {0}"
@ -197,7 +216,7 @@
"visit": "Odwiedź Arduino.cc" "visit": "Odwiedź Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Sprawdź uaktualnienia dla Arduino IDE.", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Wyjdź i instaluj", "closeAndInstallButton": "Wyjdź i instaluj",
"closeToInstallNotice": "Zamknij aplikacje i zainstaluj aktualizacje.", "closeToInstallNotice": "Zamknij aplikacje i zainstaluj aktualizacje.",
"downloadButton": "Pobierz", "downloadButton": "Pobierz",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Pomyślnie odinstalowano bibliotekę {0}:{1}", "uninstalledSuccessfully": "Pomyślnie odinstalowano bibliotekę {0}:{1}",
"zipLibrary": "Biblioteka" "zipLibrary": "Biblioteka"
}, },
"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": { "menu": {
"advanced": "Niewłaściwy schemat.", "advanced": "Niewłaściwy schemat.",
"sketch": "Szkic", "sketch": "Szkic",
@ -253,6 +290,7 @@
"automatic": "Automatyczne", "automatic": "Automatyczne",
"board.certificates": "Lista certyfikatów, które można przesłać do płytki", "board.certificates": "Lista certyfikatów, które można przesłać do płytki",
"browse": "Przeglądaj", "browse": "Przeglądaj",
"checkForUpdate": "Receive notifications of available updates for the IDE, boards, and libraries. Requires an IDE restart after change. It's true by default.",
"choose": "Wybierz", "choose": "Wybierz",
"cli.daemonDebug": "Włącz rejestrowanie debugowania wywołań gRPC do interfejsu Arduino CLI. Aby to ustawienie zaczęło obowiązywać, konieczne jest ponowne uruchomienie środowiska IDE. Domyślnie jest to fałszywy.", "cli.daemonDebug": "Włącz rejestrowanie debugowania wywołań gRPC do interfejsu Arduino CLI. Aby to ustawienie zaczęło obowiązywać, konieczne jest ponowne uruchomienie środowiska IDE. Domyślnie jest to fałszywy.",
"cloud.enabled": "Prawdziwy jeśli włączone są funkcje synchronizacji szkicu. Wartość domyślna to prawdziwy.", "cloud.enabled": "Prawdziwy jeśli włączone są funkcje synchronizacji szkicu. Wartość domyślna to prawdziwy.",

View File

@ -14,7 +14,6 @@
"disconnected": "Desconectado", "disconnected": "Desconectado",
"getBoardInfo": "Obter Informações da Placa", "getBoardInfo": "Obter Informações da Placa",
"inSketchbook": "(no Sketchbook)", "inSketchbook": "(no Sketchbook)",
"installManually": "Instalar Manualmente",
"installNow": "O núcleo \"{0} {1}\" deve ser instalado para a placa \"{2}\" atualmente selecionada. Quer instalar agora?", "installNow": "O núcleo \"{0} {1}\" deve ser instalado para a placa \"{2}\" atualmente selecionada. Quer instalar agora?",
"noFQBN": "O FQBN não está disponível para a placa selecionada \"{0}\". Você tem o núcleo correspondente instalado?", "noFQBN": "O FQBN não está disponível para a placa selecionada \"{0}\". Você tem o núcleo correspondente instalado?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Plataforma desinstalada com sucesso {0}: {1}" "succesfullyUninstalledPlatform": "Plataforma desinstalada com sucesso {0}: {1}"
}, },
"boardsManager": "Gerenciador de Placas", "boardsManager": "Gerenciador de Placas",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Gravar bootloader", "burnBootloader": "Gravar bootloader",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Enviar certificado Raiz SSL", "uploadRootCertificates": "Enviar certificado Raiz SSL",
"uploadingCertificates": "Enviando certificados." "uploadingCertificates": "Enviando certificados."
}, },
"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": { "cli-error-parser": {
"keyboardError": "'Keyboard' não encontrado. O seu sketch inclue a linha '#include <Keyboard.h>'?", "keyboardError": "'Keyboard' não encontrado. O seu sketch inclue a linha '#include <Keyboard.h>'?",
"mouseError": "\"Mouse\" não encontrado. O seu sketch inclue a linha '#include <Mouse.h>' ?" "mouseError": "\"Mouse\" não encontrado. O seu sketch inclue a linha '#include <Mouse.h>' ?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Visite Arduino Cloud para criar Cloud Sketches." "visitArduinoCloud": "Visite Arduino Cloud para criar Cloud Sketches."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Instalar Manualmente",
"later": "Depois", "later": "Depois",
"noBoardSelected": "Nenhuma placa selecionada.", "noBoardSelected": "Nenhuma placa selecionada.",
"notConnected": "[não está conectado]", "notConnected": "[não está conectado]",
"offlineIndicator": "Parece que você está offline. Sem conexão com a Internet, o Arduino CLI não será capaz de baixar os recursos exigidos e poderá provovar mau funcionamento. Por favor, conecte-se à Internet e reinicie o aplicativo.", "offlineIndicator": "Parece que você está offline. Sem conexão com a Internet, o Arduino CLI não será capaz de baixar os recursos exigidos e poderá provovar mau funcionamento. Por favor, conecte-se à Internet e reinicie o aplicativo.",
"oldFormat": "O '{0}' ainda utiliza o formato antigo `.pde`. Deseja mudar para a nova extensão `.ino`?", "oldFormat": "O '{0}' ainda utiliza o formato antigo `.pde`. Deseja mudar para a nova extensão `.ino`?",
"partner": "Partner",
"processing": "Em processamento", "processing": "Em processamento",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "em {0}", "selectedOn": "em {0}",
"serialMonitor": "Monitor Serial", "serialMonitor": "Monitor Serial",
"unknown": "Desconhecido" "type": "Type",
"unknown": "Desconhecido",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Erro de compilação: {0}" "error": "Erro de compilação: {0}"
@ -197,7 +216,7 @@
"visit": "Visitar Arduino.cc" "visit": "Visitar Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Checar por Atualizações", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Fechar e instalar ", "closeAndInstallButton": "Fechar e instalar ",
"closeToInstallNotice": "Feche o software e instale a atualização em sua máquina. ", "closeToInstallNotice": "Feche o software e instale a atualização em sua máquina. ",
"downloadButton": "Baixar", "downloadButton": "Baixar",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Biblioteca desinstalada com sucesso {0}: {1}", "uninstalledSuccessfully": "Biblioteca desinstalada com sucesso {0}: {1}",
"zipLibrary": "Biblioteca" "zipLibrary": "Biblioteca"
}, },
"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": { "menu": {
"advanced": "Avançado", "advanced": "Avançado",
"sketch": "Rascunho", "sketch": "Rascunho",
@ -253,6 +290,7 @@
"automatic": "Automático", "automatic": "Automático",
"board.certificates": "Lista de certificados que podem ser carregados nas placas", "board.certificates": "Lista de certificados que podem ser carregados nas placas",
"browse": "Procurar", "browse": "Procurar",
"checkForUpdate": "Receive notifications of available updates for the IDE, boards, and libraries. Requires an IDE restart after change. It's true by default.",
"choose": "Escolher", "choose": "Escolher",
"cli.daemonDebug": "Habilite o log de depuração das chamadas gRPC para a CLI do Arduino. Uma reinicialização do IDE é necessária para que essa configuração tenha efeito. É falso por padrão.", "cli.daemonDebug": "Habilite o log de depuração das chamadas gRPC para a CLI do Arduino. Uma reinicialização do IDE é necessária para que essa configuração tenha efeito. É falso por padrão.",
"cloud.enabled": "Verdadeiro se as funções de sincronização de sketch estiverem ativadas. O padrão é verdadeiro.", "cloud.enabled": "Verdadeiro se as funções de sincronização de sketch estiverem ativadas. O padrão é verdadeiro.",

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "Get Board Info", "getBoardInfo": "Get Board Info",
"inSketchbook": " (in Sketchbook)", "inSketchbook": " (in Sketchbook)",
"installManually": "Instalează Manual",
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?", "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?", "noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}" "succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}"
}, },
"boardsManager": "Boards Manager", "boardsManager": "Boards Manager",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Burn Bootloader", "burnBootloader": "Burn Bootloader",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Upload SSL Root Certificates", "uploadRootCertificates": "Upload SSL Root Certificates",
"uploadingCertificates": "Uploading 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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Instalează Manual",
"later": "Mai târziu", "later": "Mai târziu",
"noBoardSelected": "Placa de dezvoltare nu a fost aleasă.", "noBoardSelected": "Placa de dezvoltare nu a fost aleasă.",
"notConnected": "[neconectat]", "notConnected": "[neconectat]",
"offlineIndicator": "Se pare  nu ești conectat la internet. Fără o conexiune la internet, Arduino CLI nu poate descarca resursele necesare și poate cauza funcționare anormală. Conectează-te la internet și repornește aplicația.", "offlineIndicator": "Se pare  nu ești conectat la internet. Fără o conexiune la internet, Arduino CLI nu poate descarca resursele necesare și poate cauza funcționare anormală. Conectează-te la internet și repornește aplicația.",
"oldFormat": "'{0}' utilizează formatul vechi `.pde`. Vrei să treci la noua extensie `ino`?", "oldFormat": "'{0}' utilizează formatul vechi `.pde`. Vrei să treci la noua extensie `ino`?",
"partner": "Partner",
"processing": "Procesare", "processing": "Procesare",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "pe {0}", "selectedOn": "pe {0}",
"serialMonitor": "Monitor Serial", "serialMonitor": "Monitor Serial",
"unknown": "Necunoscut" "type": "Type",
"unknown": "Necunoscut",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Compilation error: {0}" "error": "Compilation error: {0}"
@ -197,7 +216,7 @@
"visit": "Vizitează Arduino.cc" "visit": "Vizitează Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Close and Install", "closeAndInstallButton": "Close and Install",
"closeToInstallNotice": "Close the software and install the update on your machine.", "closeToInstallNotice": "Close the software and install the update on your machine.",
"downloadButton": "Download", "downloadButton": "Download",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}", "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}",
"zipLibrary": "Librărie" "zipLibrary": "Librărie"
}, },
"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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "Schița", "sketch": "Schița",
@ -253,6 +290,7 @@
"automatic": "Automat", "automatic": "Automat",
"board.certificates": "Lista de certificate ce pot fi încarcate pe plăcile de dezvoltare", "board.certificates": "Lista de certificate ce pot fi încarcate pe plăcile de dezvoltare",
"browse": "Selectează", "browse": "Selectează",
"checkForUpdate": "Receive notifications of available updates for the IDE, boards, and libraries. Requires an IDE restart after change. It's true by default.",
"choose": "Selectează", "choose": "Selectează",
"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.", "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": "Adevărat dacă funcțile schiței sunt activate. Valoarea implictă este adevarată.", "cloud.enabled": "Adevărat dacă funcțile schiței sunt activate. Valoarea implictă este adevarată.",

View File

@ -14,7 +14,6 @@
"disconnected": "Плата Arduino не подключена", "disconnected": "Плата Arduino не подключена",
"getBoardInfo": "Получить информацию о подключенной плате", "getBoardInfo": "Получить информацию о подключенной плате",
"inSketchbook": " (в альбоме).", "inSketchbook": " (в альбоме).",
"installManually": "Установить вручную",
"installNow": "Необходимо установить ядро «{0} {1}» для выбранной в данный момент «{2}» платы. Вы хотите установить его сейчас?", "installNow": "Необходимо установить ядро «{0} {1}» для выбранной в данный момент «{2}» платы. Вы хотите установить его сейчас?",
"noFQBN": "FQBN недоступен для выбранной платы \"{0}\". Проверьте наличие необходимого ядра.", "noFQBN": "FQBN недоступен для выбранной платы \"{0}\". Проверьте наличие необходимого ядра.",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Платформа успешно удалена {0}:{1}" "succesfullyUninstalledPlatform": "Платформа успешно удалена {0}:{1}"
}, },
"boardsManager": "Менеджер плат", "boardsManager": "Менеджер плат",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Записать Загрузчик", "burnBootloader": "Записать Загрузчик",
"burningBootloader": "Прошивка загрузчика...", "burningBootloader": "Прошивка загрузчика...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Загрузка корневого сертификата SSL", "uploadRootCertificates": "Загрузка корневого сертификата SSL",
"uploadingCertificates": "Загрузка сертификатов." "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": { "cli-error-parser": {
"keyboardError": "'Keyboard' не найдено. В вашем скетче есть строка '#include <Keyboard.h>'?", "keyboardError": "'Keyboard' не найдено. В вашем скетче есть строка '#include <Keyboard.h>'?",
"mouseError": "'Mouse' не найдено. В вашем скетче есть строка '#include <Mouse.h>'?" "mouseError": "'Mouse' не найдено. В вашем скетче есть строка '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Посетите Arduino Cloud, чтобы создать скетчи в облаке." "visitArduinoCloud": "Посетите Arduino Cloud, чтобы создать скетчи в облаке."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Установить вручную",
"later": "Позже", "later": "Позже",
"noBoardSelected": "Плата не выбрана", "noBoardSelected": "Плата не выбрана",
"notConnected": "[не подключено].", "notConnected": "[не подключено].",
"offlineIndicator": "Похоже, у Вас нет подключения к Интернету. Без подключения к Интернету Arduino CLI не сможет загрузить необходимые ресурсы и упадет. Подключитесь к Интернету и перезапустите приложение.", "offlineIndicator": "Похоже, у Вас нет подключения к Интернету. Без подключения к Интернету Arduino CLI не сможет загрузить необходимые ресурсы и упадет. Подключитесь к Интернету и перезапустите приложение.",
"oldFormat": "'{0}' использует старый формат `.pde`. Хотите сконвертировать в новый формат `.ino`?", "oldFormat": "'{0}' использует старый формат `.pde`. Хотите сконвертировать в новый формат `.ino`?",
"partner": "Partner",
"processing": "Обработка", "processing": "Обработка",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "вкл. {0}", "selectedOn": "вкл. {0}",
"serialMonitor": "Монитор порта", "serialMonitor": "Монитор порта",
"unknown": "Неизвестно" "type": "Type",
"unknown": "Неизвестно",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Ошибка компиляции: {0}" "error": "Ошибка компиляции: {0}"
@ -197,7 +216,7 @@
"visit": "Перейти на сайт Arduino.cc" "visit": "Перейти на сайт Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Проверьте обновления Arduino IDE", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Закрыть и установить", "closeAndInstallButton": "Закрыть и установить",
"closeToInstallNotice": "Закройте программное обеспечение и установите обновление на вашем компьютере.", "closeToInstallNotice": "Закройте программное обеспечение и установите обновление на вашем компьютере.",
"downloadButton": "Скачать", "downloadButton": "Скачать",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Успешно удалена библиотека {0}:{1}", "uninstalledSuccessfully": "Успешно удалена библиотека {0}:{1}",
"zipLibrary": "Библиотека" "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": { "menu": {
"advanced": "Расширенные", "advanced": "Расширенные",
"sketch": "Скетч", "sketch": "Скетч",
@ -253,6 +290,7 @@
"automatic": "Автоматика", "automatic": "Автоматика",
"board.certificates": "Список сертификатов, которые могут быть загружены в платы", "board.certificates": "Список сертификатов, которые могут быть загружены в платы",
"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": "Выбрать", "choose": "Выбрать",
"cli.daemonDebug": "Включить отладочное логирование вызовов gRPC в Arduino CLI. Чтобы эта настройка вступила в силу, необходим перезапуск IDE. По умолчанию оно выключено.", "cli.daemonDebug": "Включить отладочное логирование вызовов gRPC в Arduino CLI. Чтобы эта настройка вступила в силу, необходим перезапуск IDE. По умолчанию оно выключено.",
"cloud.enabled": "True, если функции синхронизации скетчей включены. По умолчанию - true.", "cloud.enabled": "True, если функции синхронизации скетчей включены. По умолчанию - true.",

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "Дохвати информације о плочи", "getBoardInfo": "Дохвати информације о плочи",
"inSketchbook": "(у радној свесци)", "inSketchbook": "(у радној свесци)",
"installManually": "Инсталирај ручно",
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?", "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?", "noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Успјешно деинсталирана платформа {0}:{1}" "succesfullyUninstalledPlatform": "Успјешно деинсталирана платформа {0}:{1}"
}, },
"boardsManager": "Управљач плочама", "boardsManager": "Управљач плочама",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Burn Bootloader", "burnBootloader": "Burn Bootloader",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Спусти SSL Root сертификате", "uploadRootCertificates": "Спусти SSL Root сертификате",
"uploadingCertificates": "Спуштање сертификата." "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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Инсталирај ручно",
"later": "Касније", "later": "Касније",
"noBoardSelected": "Плоча није одабрана", "noBoardSelected": "Плоча није одабрана",
"notConnected": "[није повезано]", "notConnected": "[није повезано]",
"offlineIndicator": "Изгледа да сте ван мреже. Без интернет везе, Arduino CLI можда неће моћи да преузме потребне ресурсе и може изазвати квар. Повежите се на Интернет и поново покрените апликацију.", "offlineIndicator": "Изгледа да сте ван мреже. Без интернет везе, Arduino CLI можда неће моћи да преузме потребне ресурсе и може изазвати квар. Повежите се на Интернет и поново покрените апликацију.",
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?", "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": "на {0}", "selectedOn": "на {0}",
"serialMonitor": "Монитор серијског порта", "serialMonitor": "Монитор серијског порта",
"unknown": "Непознато" "type": "Type",
"unknown": "Непознато",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Грешка приликом превођења: {0}" "error": "Грешка приликом превођења: {0}"
@ -197,7 +216,7 @@
"visit": "Посјети Arduino.cc" "visit": "Посјети Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Затвори и инсталирај", "closeAndInstallButton": "Затвори и инсталирај",
"closeToInstallNotice": "Затворите програм и покрените инсталацију надоградње на ваш рачунар.", "closeToInstallNotice": "Затворите програм и покрените инсталацију надоградње на ваш рачунар.",
"downloadButton": "Преузимање", "downloadButton": "Преузимање",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Успјешно деинсталирана библиотека {0}:{1}", "uninstalledSuccessfully": "Успјешно деинсталирана библиотека {0}:{1}",
"zipLibrary": "Библиотека" "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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "Рад", "sketch": "Рад",
@ -253,6 +290,7 @@
"automatic": "Аутоматско", "automatic": "Аутоматско",
"board.certificates": "Листа сертификата који могу бити спуштени на плоче", "board.certificates": "Листа сертификата који могу бити спуштени на плоче",
"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": "Одабери", "choose": "Одабери",
"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.", "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.", "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",

View File

@ -14,7 +14,6 @@
"disconnected": "Bağlantı Kesildi", "disconnected": "Bağlantı Kesildi",
"getBoardInfo": "Kart Bilgisini Al", "getBoardInfo": "Kart Bilgisini Al",
"inSketchbook": "(Eskiz Defteri'nde)", "inSketchbook": "(Eskiz Defteri'nde)",
"installManually": "Elle Kur",
"installNow": "Mevcut seçili \"{2}\" kartı için \"{0} {1}\" çekirdeğinin kurulması gerekiyor. Bunu şimdi kurmak istiyor musunuz?", "installNow": "Mevcut seçili \"{2}\" kartı için \"{0} {1}\" çekirdeğinin kurulması gerekiyor. Bunu şimdi kurmak istiyor musunuz?",
"noFQBN": "FQBN seçili kart \"{0}\" için mevcut değil. İlgili çekirdeği kurdunuz mu?", "noFQBN": "FQBN seçili kart \"{0}\" için mevcut değil. İlgili çekirdeği kurdunuz mu?",
"noPortsDiscovered": "Port bulunamadı", "noPortsDiscovered": "Port bulunamadı",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Platform başarıyla kaldırıldı {0}:{1}" "succesfullyUninstalledPlatform": "Platform başarıyla kaldırıldı {0}:{1}"
}, },
"boardsManager": "Kart Yöneticisi", "boardsManager": "Kart Yöneticisi",
"boardsType": {
"arduinoCertified": "Arduino Onaylı"
},
"bootloader": { "bootloader": {
"burnBootloader": "Bootloader'ı Yükle", "burnBootloader": "Bootloader'ı Yükle",
"burningBootloader": "Bootloader yükleniyor...", "burningBootloader": "Bootloader yükleniyor...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "SSL Kök Sertifikalarını Yükle", "uploadRootCertificates": "SSL Kök Sertifikalarını Yükle",
"uploadingCertificates": "Sertifikalar yükleniyor." "uploadingCertificates": "Sertifikalar yükleniyor."
}, },
"checkForUpdates": {
"checkForUpdates": "Arduino Güncellemelerini kontrol et",
"installAll": "Tümünü kur",
"noUpdates": "Yeni bir güncelleme bulunmuyor.",
"promptUpdateBoards": "Kartlarınızdan bazıları için güncelleme mevcut.",
"promptUpdateLibraries": "Kütüphanelerinizden bazıları için güncelleme mevcut.",
"updatingBoards": "Kartlar güncelleniyor...",
"updatingLibraries": "Kütüphaneler güncelleniyor..."
},
"cli-error-parser": { "cli-error-parser": {
"keyboardError": "'Keyboard' bulunamadı. Eskiziniz '#include <Keyboard.h>' satırını içeriyor mu?", "keyboardError": "'Keyboard' bulunamadı. Eskiziniz '#include <Keyboard.h>' satırını içeriyor mu?",
"mouseError": "'Mouse' bulunamadı. Eskiziniz '#include <Mouse.h>' satırını içeriyor mu? " "mouseError": "'Mouse' bulunamadı. Eskiziniz '#include <Mouse.h>' satırını içeriyor mu? "
@ -103,15 +114,23 @@
"visitArduinoCloud": "Bulut Eskizleri oluşturmak için Arduino Cloud'u ziyaret edin." "visitArduinoCloud": "Bulut Eskizleri oluşturmak için Arduino Cloud'u ziyaret edin."
}, },
"common": { "common": {
"all": "Tümü",
"contributed": "Eklenen",
"installManually": "Elle Kur",
"later": "Daha sonra", "later": "Daha sonra",
"noBoardSelected": "Kart seçili değil", "noBoardSelected": "Kart seçili değil",
"notConnected": "[bağlı değil]", "notConnected": "[bağlı değil]",
"offlineIndicator": "Çevrimdışı görünüyorsunuz. Arduino CLI internet bağlantısı olmadan gerekli kaynakları indiremeyebilir ve hatalı çalışabilir. Lütfen internete bağlanın ve uygulamayı yeniden başlatın.", "offlineIndicator": "Çevrimdışı görünüyorsunuz. Arduino CLI internet bağlantısı olmadan gerekli kaynakları indiremeyebilir ve hatalı çalışabilir. Lütfen internete bağlanın ve uygulamayı yeniden başlatın.",
"oldFormat": "'{0}' hala eski `.pde` biçimini kullanıyor. Yeni `.ino` uzantısına geçmek istiyor musunuz?", "oldFormat": "'{0}' hala eski `.pde` biçimini kullanıyor. Yeni `.ino` uzantısına geçmek istiyor musunuz?",
"partner": "Ortaklık",
"processing": "Processing", "processing": "Processing",
"recommended": "Önerilen",
"retired": "Emekli",
"selectedOn": "{0}'da", "selectedOn": "{0}'da",
"serialMonitor": "Seri Port Ekranı", "serialMonitor": "Seri Port Ekranı",
"unknown": "Bilinmeyen" "type": "Tür",
"unknown": "Bilinmeyen",
"updateable": "Güncellenebilir"
}, },
"compile": { "compile": {
"error": "Derleme hatası: {0}" "error": "Derleme hatası: {0}"
@ -197,7 +216,7 @@
"visit": "Arduino.cc'yi Ziyaret Et" "visit": "Arduino.cc'yi Ziyaret Et"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Arduino IDE güncellemelerini kontrol et", "checkForUpdates": "Arduino IDE Güncellemelerini kontrol et",
"closeAndInstallButton": "Kapat ve Kur", "closeAndInstallButton": "Kapat ve Kur",
"closeToInstallNotice": "Yazılımı kapatın ve güncellemeyi makinanıza yükleyin.", "closeToInstallNotice": "Yazılımı kapatın ve güncellemeyi makinanıza yükleyin.",
"downloadButton": "İndir", "downloadButton": "İndir",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "{0}:{1} kütüphanesi başarıyla kaldırıldı", "uninstalledSuccessfully": "{0}:{1} kütüphanesi başarıyla kaldırıldı",
"zipLibrary": "Kütüphane" "zipLibrary": "Kütüphane"
}, },
"librarySearchProperty": {
"topic": "Konu"
},
"libraryTopic": {
"communication": "İletişim",
"dataProcessing": "Veri İşleme",
"dataStorage": "Veri Depolama",
"deviceControl": "Cihaz Kontrolü",
"display": "Ekran",
"other": "Diğer",
"sensors": "Sensörler",
"signalInputOutput": "Sinyal Giriş/Çıkış",
"timing": "Zamanlama",
"uncategorized": "Kategori Dışı"
},
"libraryType": {
"installed": "Kurulu"
},
"menu": { "menu": {
"advanced": "Gelişmiş", "advanced": "Gelişmiş",
"sketch": "Eskiz", "sketch": "Eskiz",
@ -253,6 +290,7 @@
"automatic": "Otomatik", "automatic": "Otomatik",
"board.certificates": "Kartlara yüklenebilecek sertifikaların listesi", "board.certificates": "Kartlara yüklenebilecek sertifikaların listesi",
"browse": "Gözat", "browse": "Gözat",
"checkForUpdate": "IDE, kartlar ve kütüphaneler için mevcut güncellemelerin bildirimlerini al. Değişiklik sonrasında IDE'nin yeniden başlatılmasını gerektirir. Varsayılan olarak açık.",
"choose": "Seç", "choose": "Seç",
"cli.daemonDebug": "Arduino CLI tarafına yapılan gRPC bağlantılarının debug kaydını etkinleştirir. Bu ayarın geçerli olması için IDE'nin yeniden başlatılması gerekir. Varsayılan olarak kapalıdır.", "cli.daemonDebug": "Arduino CLI tarafına yapılan gRPC bağlantılarının debug kaydını etkinleştirir. Bu ayarın geçerli olması için IDE'nin yeniden başlatılması gerekir. Varsayılan olarak kapalıdır.",
"cloud.enabled": "Eskiz eşitleme fonksiyonları etkinse açın. Varsayılan: Açık.", "cloud.enabled": "Eskiz eşitleme fonksiyonları etkinse açın. Varsayılan: Açık.",

View File

@ -14,7 +14,6 @@
"disconnected": "Disconnected", "disconnected": "Disconnected",
"getBoardInfo": "Lấy thông tin bo mạch", "getBoardInfo": "Lấy thông tin bo mạch",
"inSketchbook": "(trong Sketchbook)", "inSketchbook": "(trong Sketchbook)",
"installManually": "Cài thủ công",
"installNow": "Nhân \"{0} {1}\" phải được cài đặt cho bo mạch \"{2}\" đang được chọn. Bạn có muốn cài đặt ngay?", "installNow": "Nhân \"{0} {1}\" phải được cài đặt cho bo mạch \"{2}\" đang được chọn. Bạn có muốn cài đặt ngay?",
"noFQBN": "Không có FQBN khả dụng cho bo mạch \"{0}\" được chọn. Bạn đã cài đặt nhân tương ứng chưa?", "noFQBN": "Không có FQBN khả dụng cho bo mạch \"{0}\" được chọn. Bạn đã cài đặt nhân tương ứng chưa?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "Hoàn tất gỡ cài đặt nền tảng {0}:{1}" "succesfullyUninstalledPlatform": "Hoàn tất gỡ cài đặt nền tảng {0}:{1}"
}, },
"boardsManager": "Trình quản lý bo mạch", "boardsManager": "Trình quản lý bo mạch",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "Nạp bootloader", "burnBootloader": "Nạp bootloader",
"burningBootloader": "Burning bootloader...", "burningBootloader": "Burning bootloader...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "Nạp lên các chứng chỉ gốc SSL", "uploadRootCertificates": "Nạp lên các chứng chỉ gốc SSL",
"uploadingCertificates": "Đang nạp các chứng chỉ." "uploadingCertificates": "Đang nạp các chứng chỉ."
}, },
"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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "Truy cập Arduino Cloud để tạo Cloud Sketch." "visitArduinoCloud": "Truy cập Arduino Cloud để tạo Cloud Sketch."
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "Cài thủ công",
"later": "Để sau", "later": "Để sau",
"noBoardSelected": "Không có bo mạch được chọn", "noBoardSelected": "Không có bo mạch được chọn",
"notConnected": "[Chưa được kết nối]", "notConnected": "[Chưa được kết nối]",
"offlineIndicator": "Bạn dường như đang ngoại tuyến. Không có kết nối mạng, Arduino CLI có thể sẽ không thể tải về những tài nguyên cần thiết và có thể sẽ gây ra sự cố. Hãy kết nối Internet và khởi động lại ứng dụng.", "offlineIndicator": "Bạn dường như đang ngoại tuyến. Không có kết nối mạng, Arduino CLI có thể sẽ không thể tải về những tài nguyên cần thiết và có thể sẽ gây ra sự cố. Hãy kết nối Internet và khởi động lại ứng dụng.",
"oldFormat": "'{0}' vẫn đang sử dụng đuôi '.pde' cũ. Bạn có muốn chuyển sang đuôi '.ino' mới hơn không?", "oldFormat": "'{0}' vẫn đang sử dụng đuôi '.pde' cũ. Bạn có muốn chuyển sang đuôi '.ino' mới hơn không?",
"partner": "Partner",
"processing": "Đang sử lý", "processing": "Đang sử lý",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "tại {0}", "selectedOn": "tại {0}",
"serialMonitor": "Serial Monitor", "serialMonitor": "Serial Monitor",
"unknown": "Không xác định" "type": "Type",
"unknown": "Không xác định",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "Lỗi biên dịch: {0}" "error": "Lỗi biên dịch: {0}"
@ -197,7 +216,7 @@
"visit": "Truy cập Arduino.cc" "visit": "Truy cập Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "Đóng và cài đặt", "closeAndInstallButton": "Đóng và cài đặt",
"closeToInstallNotice": "Đóng ứng dụng và cài đặt bản cập nhật mới nhất lên máy bạn.", "closeToInstallNotice": "Đóng ứng dụng và cài đặt bản cập nhật mới nhất lên máy bạn.",
"downloadButton": "Tải về", "downloadButton": "Tải về",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "Hoàn tất gỡ cài đặt thư viện {0}:{1}", "uninstalledSuccessfully": "Hoàn tất gỡ cài đặt thư viện {0}:{1}",
"zipLibrary": "Thư viện" "zipLibrary": "Thư viện"
}, },
"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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "Sketch", "sketch": "Sketch",
@ -253,6 +290,7 @@
"automatic": "Tự động", "automatic": "Tự động",
"board.certificates": "Danh sách các chứng chỉ có thể nạp lên bo mạch", "board.certificates": "Danh sách các chứng chỉ có thể nạp lên bo mạch",
"browse": "Duyệt", "browse": "Duyệt",
"checkForUpdate": "Receive notifications of available updates for the IDE, boards, and libraries. Requires an IDE restart after change. It's true by default.",
"choose": "Chọn", "choose": "Chọn",
"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.", "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' nếu chức năng đồng bộ sketch được bật. Mặc định là 'true'.", "cloud.enabled": "'True' nếu chức năng đồng bộ sketch được bật. Mặc định là 'true'.",

View File

@ -14,7 +14,6 @@
"disconnected": "已断开", "disconnected": "已断开",
"getBoardInfo": "获得开发板信息", "getBoardInfo": "获得开发板信息",
"inSketchbook": "(在项目文件夹中)", "inSketchbook": "(在项目文件夹中)",
"installManually": "手动安装",
"installNow": "必须为当前选定的 {2} 开发板板安装 “{0}{1}” 内核。你想现在安装吗?", "installNow": "必须为当前选定的 {2} 开发板板安装 “{0}{1}” 内核。你想现在安装吗?",
"noFQBN": "FQBN 不可用于所选开发板 “{0}”。你是否安装了相应的内核?", "noFQBN": "FQBN 不可用于所选开发板 “{0}”。你是否安装了相应的内核?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "已成功卸载平台 {0}{1}" "succesfullyUninstalledPlatform": "已成功卸载平台 {0}{1}"
}, },
"boardsManager": "开发板管理器", "boardsManager": "开发板管理器",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "烧录引导程序", "burnBootloader": "烧录引导程序",
"burningBootloader": "正在烧录引导程序。。。", "burningBootloader": "正在烧录引导程序。。。",
@ -61,6 +63,15 @@
"uploadRootCertificates": "上传 SSL 根证书", "uploadRootCertificates": "上传 SSL 根证书",
"uploadingCertificates": "上传证书。" "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": { "cli-error-parser": {
"keyboardError": "没有找到 Keyboard请检查您的项目是否包含 #include<Keyboard.h>", "keyboardError": "没有找到 Keyboard请检查您的项目是否包含 #include<Keyboard.h>",
"mouseError": "没有找到 Mouse请检查您的项目是否包含 #include<Mouse.h>" "mouseError": "没有找到 Mouse请检查您的项目是否包含 #include<Mouse.h>"
@ -103,15 +114,23 @@
"visitArduinoCloud": "访问 Arduino Cloud 以创建云项目。" "visitArduinoCloud": "访问 Arduino Cloud 以创建云项目。"
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "手动安装",
"later": "之后", "later": "之后",
"noBoardSelected": "没有选择开发板", "noBoardSelected": "没有选择开发板",
"notConnected": "[没有连接]", "notConnected": "[没有连接]",
"offlineIndicator": "你似乎处于离线状态。如果没有网络连接Arduino CLI 可能无法下载所需的资源,并可能导致故障。请连接网络并重新启动程序。", "offlineIndicator": "你似乎处于离线状态。如果没有网络连接Arduino CLI 可能无法下载所需的资源,并可能导致故障。请连接网络并重新启动程序。",
"oldFormat": "{0} 仍然使用旧的 .pde 格式。是否要切换到新的 .ino 扩展?", "oldFormat": "{0} 仍然使用旧的 .pde 格式。是否要切换到新的 .ino 扩展?",
"partner": "Partner",
"processing": "正在处理中", "processing": "正在处理中",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "on {0}", "selectedOn": "on {0}",
"serialMonitor": "串口监视器", "serialMonitor": "串口监视器",
"unknown": "未知" "type": "Type",
"unknown": "未知",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "编译错误:{0}" "error": "编译错误:{0}"
@ -197,7 +216,7 @@
"visit": "访问 Arduino.cc" "visit": "访问 Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "检查 Arduino IDE 的更新", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "关闭并安装", "closeAndInstallButton": "关闭并安装",
"closeToInstallNotice": "关闭软件并安装更新。", "closeToInstallNotice": "关闭软件并安装更新。",
"downloadButton": "下载", "downloadButton": "下载",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "已成功卸载 {0} 库:{1}", "uninstalledSuccessfully": "已成功卸载 {0} 库:{1}",
"zipLibrary": "库" "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": { "menu": {
"advanced": "高级设置", "advanced": "高级设置",
"sketch": "项目", "sketch": "项目",
@ -253,6 +290,7 @@
"automatic": " 自动调整", "automatic": " 自动调整",
"board.certificates": "可上传到开发板的证书列表", "board.certificates": "可上传到开发板的证书列表",
"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": "选择", "choose": "选择",
"cli.daemonDebug": "启用对 Arduino CLI 的 gRPC 调用的调试记录。该设置需要重新启动 IDE 才能生效。默认不启用。", "cli.daemonDebug": "启用对 Arduino CLI 的 gRPC 调用的调试记录。该设置需要重新启动 IDE 才能生效。默认不启用。",
"cloud.enabled": "True 则启用项目同步功能。默认为 True。", "cloud.enabled": "True 则启用项目同步功能。默认为 True。",

View File

@ -14,7 +14,6 @@
"disconnected": "斷開連接", "disconnected": "斷開連接",
"getBoardInfo": "取得開發板資訊", "getBoardInfo": "取得開發板資訊",
"inSketchbook": "(在草稿資料夾中)", "inSketchbook": "(在草稿資料夾中)",
"installManually": "手動安裝",
"installNow": "必須為目前選定的 {2} 開發板安裝 1{0} 2{1} 核心程式,你要現在安裝嗎?", "installNow": "必須為目前選定的 {2} 開發板安裝 1{0} 2{1} 核心程式,你要現在安裝嗎?",
"noFQBN": "FQBN無法用於所選擇的\"{0}\"開發版。你是否安裝了對應的核心?", "noFQBN": "FQBN無法用於所選擇的\"{0}\"開發版。你是否安裝了對應的核心?",
"noPortsDiscovered": "No ports discovered", "noPortsDiscovered": "No ports discovered",
@ -36,6 +35,9 @@
"succesfullyUninstalledPlatform": "平台已成功移除 1[0]2[1]" "succesfullyUninstalledPlatform": "平台已成功移除 1[0]2[1]"
}, },
"boardsManager": "開發板管理器", "boardsManager": "開發板管理器",
"boardsType": {
"arduinoCertified": "Arduino Certified"
},
"bootloader": { "bootloader": {
"burnBootloader": "燒錄 Bootloader", "burnBootloader": "燒錄 Bootloader",
"burningBootloader": "正在燒錄引導程式...", "burningBootloader": "正在燒錄引導程式...",
@ -61,6 +63,15 @@
"uploadRootCertificates": "上傳SSL根證書", "uploadRootCertificates": "上傳SSL根證書",
"uploadingCertificates": "上傳證書" "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": { "cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?", "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>'?" "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
@ -103,15 +114,23 @@
"visitArduinoCloud": "前往Arduino Cloud建立雲端草稿。" "visitArduinoCloud": "前往Arduino Cloud建立雲端草稿。"
}, },
"common": { "common": {
"all": "All",
"contributed": "Contributed",
"installManually": "手動安裝",
"later": "稍後再說", "later": "稍後再說",
"noBoardSelected": "沒有選擇開發版", "noBoardSelected": "沒有選擇開發版",
"notConnected": "[未連接]", "notConnected": "[未連接]",
"offlineIndicator": "您目前處於離線狀態在沒有網路的情況下Arduino命令列介面將無法下載需要的資源並可能導致錯誤。請連接至網路並重新啟動程式。", "offlineIndicator": "您目前處於離線狀態在沒有網路的情況下Arduino命令列介面將無法下載需要的資源並可能導致錯誤。請連接至網路並重新啟動程式。",
"oldFormat": "'{0}'仍然使用舊的 `.pde` 格式,是否要轉換至新的 `.ino` 擴充?", "oldFormat": "'{0}'仍然使用舊的 `.pde` 格式,是否要轉換至新的 `.ino` 擴充?",
"partner": "Partner",
"processing": "資料處理中", "processing": "資料處理中",
"recommended": "Recommended",
"retired": "Retired",
"selectedOn": "在 1{0}", "selectedOn": "在 1{0}",
"serialMonitor": "序列埠監控", "serialMonitor": "序列埠監控",
"unknown": "未知" "type": "Type",
"unknown": "未知",
"updateable": "Updatable"
}, },
"compile": { "compile": {
"error": "1{0} 編譯錯誤" "error": "1{0} 編譯錯誤"
@ -197,7 +216,7 @@
"visit": "造訪 Arduino.cc" "visit": "造訪 Arduino.cc"
}, },
"ide-updater": { "ide-updater": {
"checkForUpdates": "Check for Arduino IDE updates", "checkForUpdates": "Check for Arduino IDE Updates",
"closeAndInstallButton": "關閉並安裝。", "closeAndInstallButton": "關閉並安裝。",
"closeToInstallNotice": "關閉軟體並安裝更新。", "closeToInstallNotice": "關閉軟體並安裝更新。",
"downloadButton": "下載", "downloadButton": "下載",
@ -235,6 +254,24 @@
"uninstalledSuccessfully": "成功移除安裝的 1{0}2{1} 函式庫", "uninstalledSuccessfully": "成功移除安裝的 1{0}2{1} 函式庫",
"zipLibrary": "函式庫" "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": { "menu": {
"advanced": "Advanced", "advanced": "Advanced",
"sketch": "草稿", "sketch": "草稿",
@ -253,6 +290,7 @@
"automatic": "自動調整", "automatic": "自動調整",
"board.certificates": "可上傳至開發版的證書列表", "board.certificates": "可上傳至開發版的證書列表",
"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": "選擇", "choose": "選擇",
"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.", "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則啟用草稿同步功能。預設為true。", "cloud.enabled": "True則啟用草稿同步功能。預設為true。",