diff --git a/i18n/af.json b/i18n/af.json index b81004d77..85c4837c9 100644 --- a/i18n/af.json +++ b/i18n/af.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Upload SSL Root Certificates", "uploadingCertificates": "Uploading certificates." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Choose visibility of your Sketch:", - "cloudSketchbook": "Wolk Skets", "connected": "Connected", "continue": "Continue", "donePulling": "Done pulling ‘{0}’.", @@ -82,12 +86,14 @@ "pushSketch": "Push Sketch", "pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.", "remote": "Remote", + "remoteSketchbook": "Remote Sketchbook", "share": "Deel...", "shareSketch": "Share Sketch", "showHideRemoveSketchbook": "Show/Hide Remote Sketchbook", "signIn": "TEKEN AAN", "signInToCloud": "Sign in to Arduino Cloud", "signOut": "Teken Uit", + "sync": "Sync", "syncEditSketches": "Sync and edit your Arduino Cloud Sketches", "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, @@ -120,6 +126,9 @@ "fileAdded": "Een lêer by skets gevoeg", "replaceTitle": "Vervang" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Ontfouting {0}", "debuggingNotSupported": "Debugging is not supported by '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Decrease Font Size", "decreaseIndent": "Decrease Indent", "increaseFontSize": "Increase Font Size", - "increaseIndent": "Increase Indent" + "increaseIndent": "Increase Indent", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", @@ -212,9 +223,14 @@ "zipLibrary": "Library" }, "menu": { + "advanced": "Advanced", "sketch": "Skets", "tools": "Gereedskap" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "Additional Boards Manager URLs", "auth.audience": "Die OAuth2 gehoor.", @@ -225,12 +241,15 @@ "board.certificates": "List of certificates that can be uploaded to boards", "browse": "Snuffel", "choose": "Kies", + "cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.", "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.", "cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.", "cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.", "cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.", "cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.", "compile": "saamstel", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "True for verbose compile output. False by default", "compile.warnings": "Tells gcc which warning level to use. It's 'None' by default", "compilerWarnings": "Compiler warnings", @@ -252,6 +271,7 @@ "showVerbose": "Wys ontfoutings uitset tydens", "sketchbook.location": "Sketsboek ligging", "sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Click for a list of unofficial board support URLs", "upload": "oplaai", "upload.verbose": "True for verbose upload output. False by default.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Autoscroll", "carriageReturn": "Wagterugkeer", - "connectionBusy": "Konneksie het gevaal. Seriaal poort is besig: {0}", - "disconnected": "Disconnected {0} from {1}.", - "failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.", "message": "Message ({0} + Enter to send message to '{1}' on '{2}')", "newLine": "Nuwe lyn", "newLineCarriageReturn": "Beide NL & CR", "noLineEndings": "No Line Ending", "notConnected": "Not connected. Select a board and a port to connect automatically.", - "reconnect": "Reconnecting {0} to {1} in {2} seconds...", "timestamp": "Tydstempel", - "toggleTimestamp": "Toggle Timestamp", - "unexpectedError": "Unexpected error. Reconnecting {0} on port {1}." + "toggleTimestamp": "Toggle Timestamp" }, "sketch": { "archiveSketch": "Archive Sketch", "cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.", "close": "Are you sure you want to close the sketch?", "configureAndUpload": "Configure And Upload", - "couldNotConnectToSerial": "Could not reconnect to serial port. {0}", "createdArchive": "Created archive '{0}'.", "doneCompiling": "Done compiling.", "doneUploading": "Done uploading.", @@ -307,6 +321,11 @@ "verify": "Verify", "verifyOrCompile": "Verify/Compile" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} error: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Naam vir nuwe lêer", "invalidExtension": ".{0} is not a valid extension", "invalidFilename": "Ongeldige lêernaam", - "newFileName": "Nuwe naam vir lêer", - "sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected." + "newFileName": "Nuwe naam vir lêer" } } } diff --git a/i18n/ar.json b/i18n/ar.json index bb17422d0..418de68b7 100644 --- a/i18n/ar.json +++ b/i18n/ar.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "رفع شهادات SSL Root", "uploadingCertificates": "جار رفع الشهادة" }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "اختر خصوصية مشروعك:", - "cloudSketchbook": "مشاريع على السحابة", "connected": "متصل", "continue": "استئناف", "donePulling": "تم السحب بنجاح '{0}'", @@ -82,12 +86,14 @@ "pushSketch": "دفع المشروع", "pushSketchMsg": "هذا مشروع عام . قبل دفعه , تاكد من عدم وجود اي معلومات حساسة داخل ملف arduino_secrets.h . تستطيع جعل المشروع خاصا من لوحة المشاركة", "remote": "عن بعد", + "remoteSketchbook": "Remote Sketchbook", "share": "مشاركة...", "shareSketch": "مشاركة المشروع", "showHideRemoveSketchbook": "اظهار/اخفاء المشاريع عن بعد", "signIn": "تسجيل الدخول", "signInToCloud": "تسجيل الدخول الى Arduino Cloud", "signOut": "تسجيل الخروج", + "sync": "Sync", "syncEditSketches": "المزامنة و التعديل على مشاريعك في Arduino Cloud", "visitArduinoCloud": "قم بزيارة Arduino Cloud من اجل انشاء ملف مشاريع على السحابة" }, @@ -120,6 +126,9 @@ "fileAdded": "تمت اضافة ملف واحد الى المشروع", "replaceTitle": "استبدال" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "تصحيح برمجي - {0}", "debuggingNotSupported": "'{0}' لا يقبل التصحيح البرمجي", @@ -136,7 +145,9 @@ "decreaseFontSize": "تصغير حجم الخط", "decreaseIndent": "تقليل مسافة البادئة", "increaseFontSize": "تكبير حجم الخط", - "increaseIndent": "زيادة مسافة البادئة" + "increaseIndent": "زيادة مسافة البادئة", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "تعذر حفظ المشروع . الرجاء نسخ عملك الغير محفوظ الى محرر النصوص المفضل لديك و اعادة تشغيل Arduino IDE", @@ -212,9 +223,14 @@ "zipLibrary": "المكتبة" }, "menu": { + "advanced": "Advanced", "sketch": "مشروع", "tools": "ادوات" }, + "monitor": { + "unableToCloseWebSocket": "تعذر اغلاق مقبس الويب", + "unableToConnectToWebSocket": "تعذر الاتصال بمقبس الويب" + }, "preferences": { "additionalManagerURLs": "مدير اللوحات الاضافية", "auth.audience": "جمهور OAuth2", @@ -225,12 +241,15 @@ "board.certificates": "قائمة الشهادات التي يمكن رفعها الى اللوحات", "browse": "استعرض", "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.", "cloud.enabled": "True اذا كانت مهام المزامنة مفعلة . True افتراضيا", "cloud.pull.warn": "True اذا كان يجب تحذير المستخدمين قبل سحب مشروع من السحابة . True افتراضيا", "cloud.push.warn": "True اذا كان يجب تحذير المستخدمين قبل دفع مشروع الى السحابة . True افتراضيا", "cloud.pushpublic.warn": "True اذا كان يجب تحذير المستخدمين قبل دفع مشروع عام الى السحابة . True افتراضيا", "cloud.sketchSyncEnpoint": "الوجهة المستخدمة لدفع و سحب المشاريع من الخلفية . تشير افتراضيا الى Arduino Cloud API.", "compile": "الترجمة", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "True لخرج الترجمة المطول . False افتراضيا", "compile.warnings": "يخبر gcc اي مستوى انذار سيتم استخدامه , قيمته 'None' افتراضيا", "compilerWarnings": "تحذيرات المترجم", @@ -238,7 +257,7 @@ "editorQuickSuggestions": "اقتراحات المحرّر السريعة", "enterAdditionalURLs": "قم بادخال عناوين URL الاضافية , واحد لكل صف", "files.inside.sketches": "اظهر الملفات داخل المشاريع", - "ide.updateBaseUrl": "The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'", + "ide.updateBaseUrl": "عنوان URL الاساسي حيث يتم تنزيل التحديثات منه \nقيمته افتراضيا 'https://downloads.arduino.cc/arduino-ide'", "ide.updateChannel": "انشر القناة للحصول على تحديثات من . 'stable' هو النسخة الثابتة .'nightly' هي اخر نسخة تطويرية ", "interfaceScale": "مقياس الواجهة", "invalid.editorFontSize": "حجم خط المحرّر غير صالح . يجب ان يكون عدد موجب", @@ -252,6 +271,7 @@ "showVerbose": "اظهر خرج مطوّل خلال", "sketchbook.location": "موقع ملف المشاريع", "sketchbook.showAllFiles": "True لعرض كل مجلدات مشاريع داخل المشروع . False افتراضيا", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "انقر لعرض قائمة عناوين URL للوحات المدعومة بشكل غير رسمي", "upload": "الرفع", "upload.verbose": "True لخرج الرفع المطول . False افتراضيا", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "تمرير تلقائي", "carriageReturn": "اعادة الحمل", - "connectionBusy": "تعذر الاتصال . المنفذ التسلسلي مشغول : {0}", - "disconnected": "انقطع اتصال {0} من {1}", - "failedReconnect": "فشل اعادة الاتصال بالمنفذ التسلسلي {0}بعد 10 محاولات متتالية . المنفذ التسلسلي{1} مشغول", "message": "الرسالة ({0} + ادخل لارسال رسالة الى '{1}' على '{2}')", "newLine": "سطر جديد", "newLineCarriageReturn": " NL & CR معاً", "noLineEndings": "نهاية السطر غير موجودة", "notConnected": "غير متصل . اختر لوحة و منفذ للاتصال تلقائيا", - "reconnect": "جار اعادة اتصال {0} الى {1} خلال {2} ثانية", "timestamp": "الطابع الزمني", - "toggleTimestamp": "تبديل الطابع الزمني", - "unexpectedError": "خطأ غير متوقع . جار اعادة اتصال {0} على المنفذ {1}" + "toggleTimestamp": "تبديل الطابع الزمني" }, "sketch": { "archiveSketch": "ارشفة الشيفرة البرمجية", "cantOpen": "المجلد المسمى \"{0}\" موجود مسبقا. لا يمكن فتح الشيفرة البرمجية", "close": "هل انت متاكد بانك تريد اغلاق المشروع ؟", "configureAndUpload": "تهيئة و رفع", - "couldNotConnectToSerial": "لا يمكن الاتصال بالمنفذ التسلسلي {0}", "createdArchive": "تم انشاء ارشيف '{0}'", "doneCompiling": "تمت الترجمة بنجاح.", "doneUploading": "تم الرفع بنجاح.", @@ -295,7 +309,7 @@ "openSketchInNewWindow": "فتح المشروع في نافذة جديدة", "saveFolderAs": "احفظ مجلد المشروع باسم", "saveSketchAs": "حفظ ملف المشروع باسم ...", - "saveTempSketch": "Save your sketch to open it again later.", + "saveTempSketch": "احفظ ملف المشروع لفتحه مرة اخرى لاحقا", "showFolder": "اعرض ملف المشروع", "sketch": "مشروع", "sketchbook": "مجلد المشاريع", @@ -307,6 +321,11 @@ "verify": "تحقق", "verifyOrCompile": "تحقق/ترجم" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "خطا {0} : {1}" }, @@ -326,7 +345,7 @@ "daemonOffline": "CLI Daemon غير متصل", "offline": "غير متصل", "quitMessage": "اي تغييرات لم تحفظ لن يتم حفظها", - "quitTitle": "Are you sure you want to quit?" + "quitTitle": "هل انت متاكد بانك تريد الخروج؟" }, "debug": { "start": "البدء...", @@ -345,8 +364,7 @@ "fileNewName": "اسم الملف الجديد", "invalidExtension": "\".{0}\" امتداد غير صالح", "invalidFilename": "اسم الملف خاطئ", - "newFileName": "الاسم الجديد لملف", - "sketchDirectoryError": "لقد حصل خطأ اثناء انشاء مجلد المشروع . اذهب الى السجل للمزيد من التفاصيل . التطبيق غالبا لن يعمل بالشكل المطلوب" + "newFileName": "الاسم الجديد لملف" } } } diff --git a/i18n/az.json b/i18n/az.json new file mode 100644 index 000000000..71f6924c9 --- /dev/null +++ b/i18n/az.json @@ -0,0 +1,370 @@ +{ + "arduino": { + "about": { + "detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}", + "label": "Haqqında {0}" + }, + "board": { + "board": "Board{0}", + "boardInfo": "Board Info", + "boardListItem": "{0} at {1}", + "configDialog1": "Select both a Board and a Port if you want to upload a sketch.", + "configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.", + "configDialogTitle": "Select Other Board & Port", + "couldNotFindPreviouslySelected": "Could not find previously selected board '{0}' in installed platform '{1}'. Please manually reselect the board you want to use. Do you want to reselect it now?", + "getBoardInfo": "Get Board Info", + "inSketchbook": " (in Sketchbook)", + "installManually": "Əl ilə yüklə", + "installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?", + "noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?", + "noPortsSelected": "No ports selected for board: '{0}'.", + "noneSelected": "No boards selected.", + "openBoardsConfig": "Select other board and port…", + "platformMissing": "The platform for the selected '{0}' board is not installed.", + "pleasePickBoard": "Please pick a board connected to the port you have selected.", + "port": "Port{0}", + "programmer": "Proqramlayıcı", + "reselectLater": "Daha Sonra Yenidən Seç", + "selectBoardForInfo": "Please select a board to obtain board info.", + "selectPortForInfo": "Please select a port to obtain board info.", + "showAllAvailablePorts": "Shows all available ports when enabled", + "succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}", + "succesfullyUninstalledPlatform": "Uğurla Silindi\nPlatforma 1{0}:2{1}" + }, + "boardsManager": "Boards Manager", + "bootloader": { + "burnBootloader": "Burn Bootloader", + "doneBurningBootloader": "Done burning bootloader." + }, + "burnBootloader": { + "error": "Error while burning the bootloader: {0}" + }, + "certificate": { + "addNew": "Yenisini Əlavə Et", + "addURL": "Add URL to fetch SSL certificate", + "boardAtPort": "{0} at {1}", + "certificatesUploaded": "Sertifikatlar Yükləndi", + "enterURL": "URL daxil edin", + "noSupportedBoardConnected": "No supported board connected", + "openContext": "Open context", + "remove": "Sil", + "selectBoard": "Select a board...", + "selectCertificateToUpload": "1. Select certificate to upload", + "selectDestinationBoardToUpload": "2. Select destination board and upload certificate", + "upload": "Upload", + "uploadFailed": "Upload failed. Please try again.", + "uploadRootCertificates": "Upload SSL Root Certificates", + "uploadingCertificates": "Uploading certificates." + }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, + "cloud": { + "account": "Account", + "chooseSketchVisibility": "Choose visibility of your Sketch:", + "connected": "Əlaqə Yaradıldı", + "continue": "Davam Et", + "donePulling": "Done pulling ‘{0}’.", + "donePushing": "Done pushing ‘{0}’.", + "embed": "Embed:", + "emptySketchbook": "Your Sketchbook is empty", + "learnMore": "Learn more", + "link": "Link:", + "notYetPulled": "Cannot push to Cloud. It is not yet pulled.", + "offline": "Offlayn", + "openInCloudEditor": "Open in Cloud Editor", + "options": "Seçimlər", + "privateVisibility": "Şəxsi:Sadəcə Siz Bu Koda Baxa Bilərsiniz", + "profilePicture": "Profil Şəkli", + "publicVisibility": "İctimai:Linki Olan Hər Kəs Bu Koda Baxa Bilər", + "pull": "Pull", + "pullFirst": "You have to pull first to be able to push to the Cloud.", + "pullSketch": "Pull Sketch", + "pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?", + "push": "Push", + "pushSketch": "Push Sketch", + "pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.", + "remote": "Remote", + "remoteSketchbook": "Remote Sketchbook", + "share": "Share...", + "shareSketch": "Share Sketch", + "showHideRemoveSketchbook": "Show/Hide Remote Sketchbook", + "signIn": "Giriş Edin", + "signInToCloud": "Ardunio Cloud'a Giriş Edin", + "signOut": "Çıxış Edin", + "sync": "Sync", + "syncEditSketches": "Sync and edit your Arduino Cloud Sketches", + "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." + }, + "common": { + "later": "Later", + "noBoardSelected": "No board selected", + "notConnected": "[not connected]", + "offlineIndicator": "You appear to be offline. Without an Internet connection, the Arduino CLI might not be able to download the required resources and could cause malfunction. Please connect to the Internet and restart the application.", + "oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?", + "processing": "Processing", + "selectBoard": "Select Board", + "selectedOn": "on {0}", + "serialMonitor": "Serial Monitor", + "unknown": "Bilnməyən" + }, + "compile": { + "error": "Compilation error: {0}" + }, + "component": { + "by": "by", + "filterSearch": "Filter your search...", + "install": "INSTALL", + "moreInfo": "More info", + "uninstall": "Sil", + "uninstallMsg": "Do you want to uninstall {0}?", + "version": "Version {0}" + }, + "contributions": { + "addFile": "Fayl Əlavə Et", + "fileAdded": "One file added to the sketch.", + "replaceTitle": "Yükləmə Uğursuz.Yenidən Sınayın" + }, + "coreContribution": { + "copyError": "Copy error messages" + }, + "debug": { + "debugWithMessage": "Debug - {0}", + "debuggingNotSupported": "Debugging is not supported by '{0}'", + "noPlatformInstalledFor": "Platform is not installed for '{0}'", + "optimizeForDebugging": "Optimize for Debugging" + }, + "dialog": { + "dontAskAgain": "Yenidən Soruşma" + }, + "editor": { + "autoFormat": "Avto Format", + "commentUncomment": "Comment/Uncomment", + "copyForForum": "Copy for Forum (Markdown)", + "decreaseFontSize": "Decrease Font Size", + "decreaseIndent": "Decrease Indent", + "increaseFontSize": "Increase Font Size", + "increaseIndent": "Increase Indent", + "nextError": "Next Error", + "previousError": "Previous Error" + }, + "electron": { + "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", + "unsavedChanges": "Yadda Saxlanılmamış Dəyişikliklər Yadda Saxlanılmayacaq" + }, + "examples": { + "builtInExamples": "Əvvəlcəcədən Yüklənmmiş Nümunələr", + "couldNotInitializeExamples": "Could not initialize built-in examples.", + "customLibrary": "Examples from Custom Libraries", + "for": "Examples for {0}", + "forAny": "Examples for any board", + "menu": "Nümunələr" + }, + "firmware": { + "checkUpdates": "Check Updates", + "failedInstall": "Installation failed. Please try again.", + "install": "Yüklə", + "installingFirmware": "Installing firmware.", + "overwriteSketch": "Installation will overwrite the Sketch on the board.", + "selectBoard": "Select Board", + "selectVersion": "Select firmware version", + "successfullyInstalled": "Firmware successfully installed.", + "updater": "WiFi101 / WiFiNINA Firmware Updater" + }, + "help": { + "environment": "Environment", + "faq": "Tez-Tez Verilən Suallar", + "findInReference": "Find in Reference", + "gettingStarted": "Getting Started", + "keyword": "Açar söz Yazın", + "privacyPolicy": "Privacy Policy", + "reference": "Reference", + "search": "Search on Arduino.cc", + "troubleshooting": "Troubleshooting", + "visit": "Ardunio cc-yi Ziyarət Edin" + }, + "ide-updater": { + "closeAndInstallButton": "Bağla Və Yüklə", + "closeToInstallNotice": "Close the software and install the update on your machine.", + "downloadButton": "Download", + "downloadingNotice": "Downloading the latest version of the Arduino IDE.", + "errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}", + "goToDownloadButton": "Go To Download", + "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.", + "ideUpdaterDialog": "Software Update", + "newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.", + "noUpdatesAvailable": "There are no recent updates available for the Arduino IDE", + "notNowButton": "İndi Yox", + "skipVersionButton": "Versiyanı Keç", + "updateAvailable": "Update Available", + "versionDownloaded": "Arduino IDE {0} has been downloaded." + }, + "library": { + "addZip": ".ZİP Kitabxana Daxil Edin", + "arduinoLibraries": "Ardunio Kitabxanalar", + "contributedLibraries": "Contributed libraries", + "dependenciesForLibrary": "Dependencies for library {0}:{1}", + "include": "Kitabxana Daxil Edin", + "installAll": "Hamısını Yüklə", + "installMissingDependencies": "Would you like to install all the missing dependencies?", + "installOneMissingDependency": "Would you like to install the missing dependency?", + "installOnly": "Install {0} only", + "installedSuccessfully": "Kitabxana Uğurla Yükləndi {0}:{1}", + "libraryAlreadyExists": "A library already exists. Do you want to overwrite it?", + "manageLibraries": "Kitabxanaları İdarə Et", + "namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?", + "needsMultipleDependencies": "The library {0}:{1} needs some other dependencies currently not installed:", + "needsOneDependency": "The library {0}:{1} needs another dependency currently not installed:", + "overwriteExistingLibrary": "Do you want to overwrite the existing library?", + "successfullyInstalledZipLibrary": "Successfully installed library from {0} archive", + "title": "Library Manager", + "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}", + "zipLibrary": "Kitabxana" + }, + "menu": { + "advanced": "Advanced", + "sketch": "Sketch", + "tools": "Tools" + }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, + "preferences": { + "additionalManagerURLs": "Additional Boards Manager URLs", + "auth.audience": "The OAuth2 audience.", + "auth.clientID": "The OAuth2 client ID.", + "auth.domain": "The OAuth2 domain.", + "auth.registerUri": "The URI used to register a new user.", + "automatic": "Automatic", + "board.certificates": "List of certificates that can be uploaded to boards", + "browse": "Browse", + "choose": "Seçin", + "cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.", + "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.", + "cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.", + "cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.", + "cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.", + "cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.", + "compile": "compile", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", + "compile.verbose": "True for verbose compile output. False by default", + "compile.warnings": "Tells gcc which warning level to use. It's 'None' by default", + "compilerWarnings": "Compiler warnings", + "editorFontSize": "Editor font size", + "editorQuickSuggestions": "Editor Quick Suggestions", + "enterAdditionalURLs": "Enter additional URLs, one for each row", + "files.inside.sketches": "Show files inside Sketches", + "ide.updateBaseUrl": "The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'", + "ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.", + "interfaceScale": "Interface scale", + "invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.", + "invalid.sketchbook.location": "Invalid sketchbook location: {0}", + "invalid.theme": "Invalid theme.", + "language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.", + "manualProxy": "Manual proxy configuration", + "network": "Network", + "newSketchbookLocation": "Select new sketchbook location", + "noProxy": "No proxy", + "showVerbose": "Show verbose output during", + "sketchbook.location": "Sketchbook location", + "sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", + "unofficialBoardSupport": "Click for a list of unofficial board support URLs", + "upload": "upload", + "upload.verbose": "True for verbose upload output. False by default.", + "verifyAfterUpload": "Verify code after upload", + "window.autoScale": "True if the user interface automatically scales with the font size.", + "window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity." + }, + "replaceMsg": "Replace the existing version of {0}?", + "selectZip": "Select a zip file containing the library you'd like to add", + "serial": { + "autoscroll": "Autoscroll", + "carriageReturn": "Carriage Return", + "message": "Message ({0} + Enter to send message to '{1}' on '{2}')", + "newLine": "New Line", + "newLineCarriageReturn": "Both NL & CR", + "noLineEndings": "No Line Ending", + "notConnected": "Not connected. Select a board and a port to connect automatically.", + "timestamp": "Timestamp", + "toggleTimestamp": "Toggle Timestamp" + }, + "sketch": { + "archiveSketch": "Archive Sketch", + "cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.", + "close": "Are you sure you want to close the sketch?", + "configureAndUpload": "Configure And Upload", + "createdArchive": "Created archive '{0}'.", + "doneCompiling": "Done compiling.", + "doneUploading": "Done uploading.", + "exportBinary": "Export Compiled Binary", + "moving": "Moving", + "movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?", + "new": "New", + "openFolder": "Open Folder", + "openRecent": "Open Recent", + "openSketchInNewWindow": "Open Sketch in New Window", + "saveFolderAs": "Save sketch folder as...", + "saveSketchAs": "Save sketch folder as...", + "saveTempSketch": "Save your sketch to open it again later.", + "showFolder": "Show Sketch Folder", + "sketch": "Sketch", + "sketchbook": "Sketchbook", + "titleLocalSketchbook": "Local Sketchbook", + "titleSketchbook": "Sketchbook", + "upload": "Upload", + "uploadUsingProgrammer": "Upload Using Programmer", + "userFieldsNotFoundError": "Can't find user fields for connected board", + "verify": "Verify", + "verifyOrCompile": "Verify/Compile" + }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, + "upload": { + "error": "{0} error: {1}" + }, + "userFields": { + "cancel": "Cancel", + "upload": "Upload" + } + }, + "cloud": { + "GoToCloud": "GO TO CLOUD" + }, + "theia": { + "core": { + "cannotConnectBackend": "Cannot connect to the backend.", + "cannotConnectDaemon": "Cannot connect to the CLI daemon.", + "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", + "daemonOffline": "CLI Daemon Offline", + "offline": "Offlayn", + "quitMessage": "Yadda Saxlanılmamış Dəyişikliklər Yadda Saxlanılmayacaq", + "quitTitle": "Are you sure you want to quit?" + }, + "debug": { + "start": "Başlat", + "startError": "There was an error starting the debug session, check the logs for more details.", + "typeNotSupported": "The debug session type \"{0}\" is not supported." + }, + "editor": { + "unsavedTitle": "Unsaved – {0}" + }, + "messages": { + "collapse": "Collapse", + "expand": "Genişləndir" + }, + "workspace": { + "deleteCurrentSketch": "Do you want to delete the current sketch?", + "fileNewName": "Name for new file", + "invalidExtension": ".{0} is not a valid extension", + "invalidFilename": "Invalid filename.", + "newFileName": "New name for file" + } + } +} diff --git a/i18n/bg.json b/i18n/bg.json index b4197ea25..cf0f02d80 100644 --- a/i18n/bg.json +++ b/i18n/bg.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Качете SSL коренни сертификати", "uploadingCertificates": "Качване на сертификати." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Изберете видимост на вашата скица:", - "cloudSketchbook": "Облачен скицник", "connected": "Свързано", "continue": "Продължи", "donePulling": "Изтеглянето на „{0}“ приключи.", @@ -82,12 +86,14 @@ "pushSketch": "Изпрати скица", "pushSketchMsg": "Това е публична скица. Преди да я изпратите, уверете се, че всяка чувствителна информация е дефинирана във файловете arduino_secrets.h. Можете да направите скица частна от панела за споделяне.", "remote": "Отдалечен", + "remoteSketchbook": "Remote Sketchbook", "share": "Сподели...", "shareSketch": "Споделете скица", "showHideRemoveSketchbook": "Показване/скриване на отдалечен скицник", "signIn": "ВПИШИ СЕ", "signInToCloud": "Влезте в Arduino Cloud", "signOut": "Отписване", + "sync": "Sync", "syncEditSketches": "Синхронизирайте и редактирайте на вашите Arduino облачни скици", "visitArduinoCloud": "Посетете Arduino Cloud, за да създадете облачни скици." }, @@ -120,6 +126,9 @@ "fileAdded": "Към скицата е добавен един файл.", "replaceTitle": "Замени" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Отстраняване на грешки - {0}", "debuggingNotSupported": "Отстраняването на грешки не се поддържа от „{0}“", @@ -136,7 +145,9 @@ "decreaseFontSize": "Намаляване на размера на шрифта", "decreaseIndent": "Намаляване на отстъпа", "increaseFontSize": "Увеличете размера на шрифта", - "increaseIndent": "Увеличете отстъпа" + "increaseIndent": "Увеличете отстъпа", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Скицата не можа да бъде запазена. Моля, копирайте незапазената си работа в любимия си текстов редактор и рестартирайте IDE-то.", @@ -212,9 +223,14 @@ "zipLibrary": "Библиотека" }, "menu": { + "advanced": "Advanced", "sketch": "Скица", "tools": "Инструменти" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "Допълнителни URL адреси на мениджър на платки", "auth.audience": "OAuth2 аудиторията.", @@ -225,12 +241,15 @@ "board.certificates": "Списък със сертификати, които могат да бъдат качени на платката", "browse": "Прегледай", "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.", "cloud.enabled": "True , ако функциите за синхронизиране на скицата са активирани. По подразбиране е true.", "cloud.pull.warn": "True е, ако потребителите трябва да бъдат предупредени, преди да се изтегли скица от облака. По подразбиране е true.", "cloud.push.warn": "True, ако потребителите трябва да бъдат предупредени, преди да бъде пусната скица в облака. По подразбиране е true.", "cloud.pushpublic.warn": "True, ако потребителите трябва да бъдат предупредени, преди да бъде изпратена публична скица в облака. По подразбиране е true.", "cloud.sketchSyncEnpoint": "Крайната точка, използвана за изпращане и изтегляне на скици от бекенда. По подразбиране той сочи към Arduino Cloud API.", "compile": "компилиране", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "True за подробен изход за компилиране. False по подразбиране", "compile.warnings": "Указва на gcc кое ниво на предупреждение да използва. По подразбиране е „None“.", "compilerWarnings": "Компилационни предупреждения", @@ -252,6 +271,7 @@ "showVerbose": "Показване на подробен изход по време на", "sketchbook.location": "Местоположение на скицника", "sketchbook.showAllFiles": "True , за да се покажат всички файлове вътре в скицата. По подразбиране е false.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Щракнете за списък с неофициално поддържаните URL адреси на платки", "upload": "качване", "upload.verbose": "True за подробен изход за качване. False по подразбиране.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Автоматично превъртане", "carriageReturn": "Carriage Return", - "connectionBusy": "Свързването е неуспешно. Серийният порт е зает: {0}", - "disconnected": "Прекъснато е връзката на {0} с {1}.", - "failedReconnect": "Неуспешно свързване на {0} към серийния порт след 10 последователни опита. Серийният порт {1} е зает.", "message": "Message ({0} + Enter to send message to '{1}' on '{2}')", "newLine": "Нов ред", "newLineCarriageReturn": "Както NL, така и CR", "noLineEndings": "Без край на реда", "notConnected": "Няма връзка. Изберете платка и порт за автоматично свързване.", - "reconnect": "Повторно свързване на {0} към {1} след {2} секунди...", "timestamp": "Печат за време", - "toggleTimestamp": "Превключване на клеймото за време", - "unexpectedError": "Неочаквана грешка. Повторно свързване на {0} на порт {1}." + "toggleTimestamp": "Превключване на клеймото за време" }, "sketch": { "archiveSketch": "Архивирай скица", "cantOpen": "Папка с име „{0}“ вече съществува. Не може да се отвори скица.", "close": "Наистина ли искате да затворите скицата?", "configureAndUpload": "Конфигуриране и качване", - "couldNotConnectToSerial": "Не можа да се свърже отново със серийния порт. {0}", "createdArchive": "Създаден е архив „{0}“.", "doneCompiling": "Готово е компилирането.", "doneUploading": "Качването приключи.", @@ -307,6 +321,11 @@ "verify": "Потвърдете", "verifyOrCompile": "Проверете/компилирайте" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} грешка: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Име за нов файл", "invalidExtension": ".{0} не е валидно разширение", "invalidFilename": "Невалидно име на файла.", - "newFileName": "Ново име на файла", - "sketchDirectoryError": "При създаването на директорията на скицата възникна грешка. Вижте дневника за повече подробности. Приложението вероятно няма да работи според очакванията." + "newFileName": "Ново име на файла" } } } diff --git a/i18n/ca_ES.json b/i18n/ca_ES.json index 652f0fd2e..ae6333685 100644 --- a/i18n/ca_ES.json +++ b/i18n/ca_ES.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Carregueu els certificats arrel SSL", "uploadingCertificates": "Càrrega de certificats." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Trieu la visibilitat del vostre programa:", - "cloudSketchbook": "Quadern de programes del núvol", "connected": "Connectat", "continue": "Continuar", "donePulling": "S'ha acabat de extreure '{0}.", @@ -82,12 +86,14 @@ "pushSketch": "Enviar programa", "pushSketchMsg": "Aquest és un programa públic. Abans d'enviar, assegureu-vos que qualsevol informació sensible estigui definida als fitxers arduino_secrets.h. Podeu fer un programa privat des del tauler Compartir.", "remote": "Remot", + "remoteSketchbook": "Remote Sketchbook", "share": "Compartir...", "shareSketch": "Compartir programa", "showHideRemoveSketchbook": "Mostra/amaga el quadern de programes remot", "signIn": "Inicieu sessió", "signInToCloud": "Inicieu la sessió a Arduino Cloud", "signOut": "Tanca sessió", + "sync": "Sync", "syncEditSketches": "Tanca la sessió de sincronització i edita els teus programes del núvol Arduino", "visitArduinoCloud": "Visiteu Arduino Cloud per crear programes al núvol." }, @@ -120,6 +126,9 @@ "fileAdded": "S'ha afegit un fitxer al programa.", "replaceTitle": "Substitueix" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Depuració - {0}", "debuggingNotSupported": "La depuració no és compatible amb '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Disminueix la mida de la lletra", "decreaseIndent": "Disminueix el sagnat", "increaseFontSize": "Augmenta la mida de la lletra", - "increaseIndent": "Augmenta el sagnat" + "increaseIndent": "Augmenta el sagnat", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "No s'ha pogut desar el programa. Copieu el vostre treball no desat al vostre editor de text preferit i reinicieu l'IDE.", @@ -212,9 +223,14 @@ "zipLibrary": "Llibreria" }, "menu": { + "advanced": "Advanced", "sketch": "Programa", "tools": "Eines" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "URL addicionals del gestor de targetes", "auth.audience": "L'audiència d'OAuth2.", @@ -225,12 +241,15 @@ "board.certificates": "Llista de certificats que es poden carregar a les targes", "browse": "Navega", "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.", "cloud.enabled": "És cert si les funcions de sincronització del programa estan habilitades. El valor predeterminat és true.", "cloud.pull.warn": "És cert si s'ha d'avisar als usuaris abans de baixar un programa del núvol. El valor predeterminat és true.", "cloud.push.warn": "És cert si s'ha d'avisar als usuaris abans d'enviar un programa del núvol. El valor predeterminat és true.", "cloud.pushpublic.warn": "És cert si s'ha d'avisar als usuaris abans d'enviar un programa públic al núvol. El valor predeterminat és true.", "cloud.sketchSyncEnpoint": "El punt final s'utilitza per a enviar i descarregar programes des d'un backend. Per defecte apunta a l'API d'Arduino Cloud.", "compile": "compilar", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "Veritat per a la sortida de compilació detallada. Fals per defecte", "compile.warnings": "Indica a gcc quin nivell d'avís s'ha d'utilitzar. Per defecte és \"Cap\".", "compilerWarnings": "Advertències del compilador", @@ -252,6 +271,7 @@ "showVerbose": "Mostra la sortida detallada durant", "sketchbook.location": "Ubicació del quadern de programes", "sketchbook.showAllFiles": "True per mostrar tots els fitxers del programa dins del programa. És fals per defecte.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Feu clic per obtenir una llista d'URL de suport de targetes no oficials", "upload": "carregar", "upload.verbose": "True per a la sortida detallada de la càrrega. Fals per defecte.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Desplaçament automàtic", "carriageReturn": "Retorn de carro", - "connectionBusy": "Connexió fallida. El port sèrie està ocupat:{0}", - "disconnected": "Desconnectat {0}de {1}.", - "failedReconnect": "No s'ha pogut tornar a connectar {0}al port sèrie després de 10 intents consecutius. El port sèrie {1} està ocupat.", "message": "Missatge ({0}+ Intro per enviar el missatge a '{1}' a '{2}')", "newLine": "Nova Línia", "newLineCarriageReturn": "Ambdós NL & CR", "noLineEndings": "Sense final de línia", "notConnected": "No connectat. Seleccioneu una tarja i un port per connectar-vos automàticament.", - "reconnect": "S'està tornant a connectar {0} a {1} en {2} segons...", "timestamp": "Marca de temps", - "toggleTimestamp": "Activa o desactiva la marca de temps", - "unexpectedError": "Error inesperat. Tornant a connectar {0}al port{1}." + "toggleTimestamp": "Activa o desactiva la marca de temps" }, "sketch": { "archiveSketch": "Guardar programa", "cantOpen": "Ja existeix una carpeta anomenada \"{0}\". No es pot obrir el programa.", "close": "Esteu segur que voleu tancar el programa?", "configureAndUpload": "Configura i puja", - "couldNotConnectToSerial": "No s'ha pogut tornar a connectar al port sèrie. {0}", "createdArchive": "S'ha creat l'arxiu '{0}'.", "doneCompiling": "S'ha fet la compilació.", "doneUploading": "S'ha acabat de carregar.", @@ -307,6 +321,11 @@ "verify": "Verificar", "verifyOrCompile": "Verificar/Compilar" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} error: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Nom del nou fitxer", "invalidExtension": ". {0} no és una extensió vàlida", "invalidFilename": "El nom del fitxer no és vàlid.", - "newFileName": "Nou nom per al fitxer", - "sketchDirectoryError": "S'ha produït un error en crear el directori del programa. Consulteu el registre per a més detalls. És probable que l'aplicació no funcioni com s'esperava." + "newFileName": "Nou nom per al fitxer" } } } diff --git a/i18n/cs.json b/i18n/cs.json index 7573df4f7..97944f619 100644 --- a/i18n/cs.json +++ b/i18n/cs.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Nahrát certifikát SSL", "uploadingCertificates": "Nahrávám certifikát." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Zvolte viditelnost sketche:", - "cloudSketchbook": "Cloudové umístění projektů", "connected": "Připojen", "continue": "Pokračovat", "donePulling": "Stahování dokončeno ’{0}’.", @@ -82,12 +86,14 @@ "pushSketch": "Odeslat sketch", "pushSketchMsg": "Toto je veřejná sketch. Před odesláním se prosím ujistěte že jsou smazané citlivé informace ze souboru arduino_secrets.h . Tuto sketch můžete změnit na soukromou v panelu pro sdílení. ", "remote": "Vzdálený", + "remoteSketchbook": "Remote Sketchbook", "share": "Sdílet...", "shareSketch": "Sdílet sketch", "showHideRemoveSketchbook": "Zobrazit/skrýt vzdálenou sketch", "signIn": "Přihlásit se", "signInToCloud": "Přihlásit se do Arduino Cloud", "signOut": "Odhlásit se", + "sync": "Sync", "syncEditSketches": "Synchronizovat a editovat sketche v Arduino Cloud", "visitArduinoCloud": "Navštivte Arduino Cloud pro vytvoření cloudové sketche" }, @@ -120,6 +126,9 @@ "fileAdded": "Soubor byl přidán do sketche.", "replaceTitle": "Vyměnit" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Debug - {0}", "debuggingNotSupported": "Debugging není podporován s '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Zmenšit velikost písma", "decreaseIndent": "Zmenšit odrážku", "increaseFontSize": "Zvýšit velikost písma", - "increaseIndent": "Zvětšit odrážku" + "increaseIndent": "Zvětšit odrážku", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Nebylo možné uložit sketch. Zkopírujte prosím neuloženou práci do Vašeho oblíbeného textového editoru a restartujte IDE. ", @@ -212,9 +223,14 @@ "zipLibrary": "Knihovna" }, "menu": { + "advanced": "Advanced", "sketch": "Sketch", "tools": "Nástroje" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "Další URL pro manager desek", "auth.audience": "OAuth2 audience", @@ -225,12 +241,15 @@ "board.certificates": "Seznam certifikátů, které mohou být nahrány na desky", "browse": "Procházet", "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.", "cloud.enabled": "Ano pokud je povolená automatická synchronizace sketche. Ano je výchozí hodnota. ", "cloud.pull.warn": "Ano pokud by měl být uživatel varován před stahováním cloud sketche. Ano je výchozí hodnota. ", "cloud.push.warn": "Ano pokud by měl být uživatel varován před odesláním cloud sketche. Ano je výchozí hodnota. ", "cloud.pushpublic.warn": "Ano pokud by měl být uživatel varován před odesláním veřejné sketche do cloudu. Ano je výchozí hodnota. ", "cloud.sketchSyncEnpoint": "Endpoint použitý pro stahování a odesílání sketchí z backendu. Ve výchozím stavu je toto směrováno na Arduino Cloud API.", "compile": "kompilovat", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "Ano pro podrobný výstup při kompilaci. Ne je výchozí hodnota. ", "compile.warnings": "Řekne gcc který stupeň varování se má použít. \"Žádný\" je výchozí hodnota. ", "compilerWarnings": "Varování kompileru", @@ -252,6 +271,7 @@ "showVerbose": "Zobrazit podrobný výstup během", "sketchbook.location": "Umístění sketche", "sketchbook.showAllFiles": "Ano pro zobrazení všech souborů sketche. Ne je výchozí hodnota. ", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Zde klikněte pro seznam adres neoficiálně podporovaných desek", "upload": "nahrát", "upload.verbose": "Ano pro podrobný výstup při nahrávání. Ne je výchozí hodnota. ", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Autoscroll", "carriageReturn": "Enter (CR)", - "connectionBusy": "Připojení se nezdařilo, sériový port je zaneprázdněn: {0}", - "disconnected": "Odpojen {0}od {1}.", - "failedReconnect": "Nepodařilo se připojit {0}k sériovému portu po 10 pokusech po sobě. Sériový port {1} je zaneprázdněn. ", "message": "Zpráva ({0}+ Enter pro odeslání zprávy do '{1}' na '{2}')", "newLine": "Nový řádek (NL)", "newLineCarriageReturn": "Oba NL & CR", "noLineEndings": "Bez konce řádku", "notConnected": "Nepřipojen. Zvolte desku a port pro automatické připojení.", - "reconnect": "Opětovné připojení {0} k {1}za [2] vteřin...", "timestamp": "Časová značka", - "toggleTimestamp": "Přepnout časovou značku", - "unexpectedError": "Nastala neočekávaná chyba. Opět připojuji {0} na portu {1}." + "toggleTimestamp": "Přepnout časovou značku" }, "sketch": { "archiveSketch": "Archivovat sketch", "cantOpen": "Složka s názvem \"{0}\" již existuje, proto nemohu otevřít sketch. ", "close": "Opravdu chcete zavřít tuto sketch? ", "configureAndUpload": "Nastavit a nahrát", - "couldNotConnectToSerial": "Nebylo možné se opět připojit k seriovému portu. {0}", "createdArchive": "Vytvořen archív '{0}'.", "doneCompiling": "Ověřování dokončeno.", "doneUploading": "Nahrávání dokončeno. ", @@ -307,6 +321,11 @@ "verify": "Ověřit", "verifyOrCompile": "Ověřit/Kompilovat" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0}chyba: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Název pro nový soubor", "invalidExtension": ".{0}je neplatná přípona", "invalidFilename": "Neplatný název souboru.", - "newFileName": "Nový název souboru", - "sketchDirectoryError": "Vyskytla se chyba při vytváření složky pro sketch. Více informací naleznete v logu. Aplikace nebude pravděpodobně pracovat správně. " + "newFileName": "Nový název souboru" } } } diff --git a/i18n/de.json b/i18n/de.json index e8a7c95ed..b20b63904 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -47,7 +47,7 @@ "enterURL": "URL eingeben", "noSupportedBoardConnected": "Kein unterstütztes Board angeschlossen", "openContext": "Kontext öffnen", - "remove": "entfernen", + "remove": "Entfernen", "selectBoard": "Wähle ein Board...", "selectCertificateToUpload": "1. Zertifikat zum hochladen auswählen", "selectDestinationBoardToUpload": "2. Zielboard wählen und Zertifikat hochladen", @@ -56,9 +56,13 @@ "uploadRootCertificates": "SSL Root Zertifikat hochladen", "uploadingCertificates": "Zertifikate hochladen..." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Wähle die Sichtbarkeit deines Sketches:", - "cloudSketchbook": "Cloud Sketchbook", "connected": "Verbunden", "continue": "Fortfahren", "donePulling": "Herunterladen von '{0}' erfolgreich.", @@ -82,12 +86,14 @@ "pushSketch": "Push Sketch", "pushSketchMsg": "Das ist ein öffentliches Sketch. Vor dem Pushen solltest du überprüfen, ob alle sensiblen Informationen in arduino_secrets.h definiert sind. Du kannst einen Sketch mit dem Teilen-Feld privat machen.", "remote": "Remote", + "remoteSketchbook": "Remote Sketchbook", "share": "Teilen....", "shareSketch": "Sketch teilen", "showHideRemoveSketchbook": "Zeige/Verstecke Remote Sketchbook", "signIn": "Anmelden", "signInToCloud": "Anmelden zur Arduino Cloud", "signOut": "Abmelden", + "sync": "Sync", "syncEditSketches": "Synchronisiere und editiere deine Arduino Cloud Sketches.", "visitArduinoCloud": "Besuche Arduino Cloud um Cloud Sketche zu erstellen." }, @@ -118,7 +124,10 @@ "contributions": { "addFile": "Datei hinzufügen...", "fileAdded": "Eine Datei wurde zum Sketch hinzugefügt.", - "replaceTitle": "Ersetzen" + "replaceTitle": "Ersetzten" + }, + "coreContribution": { + "copyError": "Copy error messages" }, "debug": { "debugWithMessage": "Debug - {0}", @@ -136,7 +145,9 @@ "decreaseFontSize": "Schrift verkleinern", "decreaseIndent": "Einrückung verringern ", "increaseFontSize": "Schriftgröße vergrößern ", - "increaseIndent": "Einrückung erweitern" + "increaseIndent": "Einrückung erweitern", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Der Sketch konnte nicht gesichert werden. Bitte kopiere deine ungesicherte Arbeit in deinen bevorzugten Texteditor und starte die IDE neu.", @@ -212,9 +223,14 @@ "zipLibrary": "Bibliothek" }, "menu": { + "advanced": "Advanced", "sketch": "Sketch", "tools": "Werkzeuge" }, + "monitor": { + "unableToCloseWebSocket": "Websocket wurde nicht geschlossen", + "unableToConnectToWebSocket": "Websocket wurde nicht verbunden" + }, "preferences": { "additionalManagerURLs": "Zusätzliche Boardverwalter-URLs", "auth.audience": "Das The OAuth2 Audience.", @@ -225,12 +241,15 @@ "board.certificates": "Liste der Zertifikate, welche zu den Boards hochgeladen werden können.", "browse": "Durchsuchen", "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.", "cloud.enabled": "Wahr, wenn die Sketch-Syncfunctionen aktiv sind. Standardeinstellung ist wahr.", "cloud.pull.warn": "Wahr, wenn Benutzer vor dem Herunterladen eines Sketches aus der Cloud gewarnt werden sollen. Standardmäßig Wahr.", "cloud.push.warn": "Wahr, wenn Benutzer vor dem Hochladen eines Cloud-Sketches gewarnt werden sollen. Standardmäßig Wahr.", "cloud.pushpublic.warn": "Wahr, wenn Benutzer vor dem Hochladen eines öffentlichen Sketches in die Cloud gewarnt werden sollen. Standardmäßig Wahr.", "cloud.sketchSyncEnpoint": "Der Endpunkt, um Sketches zu/von einem Backend zu laden. Standardeinstellung ist die Arduino Cloud API.", "compile": "Kompilieren", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "Wahr für ausführliche Compilerausgaben. Standardmäßig Falsch", "compile.warnings": "Einstellung des Warnlevels für den GCC. Standardeinstellung ist 'None'.", "compilerWarnings": "Warnungen des Übersetzers", @@ -252,6 +271,7 @@ "showVerbose": "Debug Informationen während", "sketchbook.location": "Dateipfad des Sketchbooks", "sketchbook.showAllFiles": "Wahr, um alle Dateien im Sketch anzuzeigen. Standardmäßig Falsch.", + "survey.notification": "Wahr, wenn Benutzer benachrichtigt werden sollen, wenn eine Umfrage verfügbar ist. Standardeinstellung ist wahr.", "unofficialBoardSupport": "Klicke hier für eine Liste von inoffiziell unterstützten Boards", "upload": "Hochladen", "upload.verbose": "Wahr für ausführliche Ausgaben während dem Hochladen. Standardmäßig Falsch.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Automatisch scrollen", "carriageReturn": "Zeilenumbruch", - "connectionBusy": "Verbindung fehlgeschlagen. Serieller port ist belegt: {0}", - "disconnected": "{0} von {1} getrennt.", - "failedReconnect": "Verbindung von {0} zum seriellen Port nach 10 Versuchen abgebrochen. Der {1} serielle Port ist belegt..", "message": "Nachricht ({0} + Enter, um Nachricht an '{1}' auf '{2}') zu senden", "newLine": "Neue Zeile", "newLineCarriageReturn": "Sowohl NL als auch CR", "noLineEndings": "Kein Zeilenende", "notConnected": "Nicht verbunden. Wählen Sie ein Board und einen Port, um automatisch zu verbinden.", - "reconnect": "Verbinde {0} erneut zu {1} in {2} Sekunden...", "timestamp": "Zeitstempel", - "toggleTimestamp": "Zeitstempel an/aus", - "unexpectedError": "100%match\nUnerwarteter Fehler. {0} wird am Port {1} erneut verbunden." + "toggleTimestamp": "Zeitstempel an/aus" }, "sketch": { "archiveSketch": "Sketch archivieren", "cantOpen": "Ein Ordner mit dem Namen \"{0}\" ist bereits vorhanden. Der Sketch kann nicht geöffnet werden.", "close": "Sind Sie sicher, dass Sie diesen Sketch schließen möchten?", "configureAndUpload": "Konfigurieren und hochladen", - "couldNotConnectToSerial": "Verbindung zum seriellen Port fehlgeschlagen. {0}", "createdArchive": "Archiv '{0}' erstellt.", "doneCompiling": "Kompilieren erfolgreich!", "doneUploading": "Hochladen erfolgreich! ", @@ -295,7 +309,7 @@ "openSketchInNewWindow": "Sketch in neuen Fenster öffnen", "saveFolderAs": "Sketch Ordner speichern als...", "saveSketchAs": "Sketch Ordner speichern als...", - "saveTempSketch": "Save your sketch to open it again later.", + "saveTempSketch": "Sketch speichern und später wieder öffnen", "showFolder": "Zeige Sketch Ordner", "sketch": "Sketch", "sketchbook": "Sketchbook", @@ -307,6 +321,11 @@ "verify": "Überprüfen", "verifyOrCompile": "Überprüfen/Kompilieren" }, + "survey": { + "answerSurvey": "Umfrage beantworten", + "dismissSurvey": "Nicht erneut anzeigen", + "surveyMessage": "Helfen Sie uns, uns zu verbessern, indem Sie diese kurze Umfrage ausfüllen. Wir wissen unsere Community wertzuschätzen und möchten unsere Unterstützer gerne ein wenig besser kennenlernen." + }, "upload": { "error": "{0} Fehler: {1}" }, @@ -326,7 +345,7 @@ "daemonOffline": "CLI Daemon Offline", "offline": "Offline", "quitMessage": "Alle ungesicherten Änderung werden nicht gespeichert.", - "quitTitle": "Are you sure you want to quit?" + "quitTitle": "Sind Sie sicher, dass das Fenster schließen möchten?" }, "debug": { "start": "Start...", @@ -345,8 +364,7 @@ "fileNewName": "Name für die neue Datei", "invalidExtension": "\".{0}\" ist keine gültige Dateierweiterung.", "invalidFilename": "Ungültiger Dateiname. ", - "newFileName": "Neuer Name für die Datei", - "sketchDirectoryError": "Fehler beim Erstellen des Sketch-Ordners. Mehr Informationen siehe Log. Die Anwendung wird wahrscheinlich nicht wie erwartet funktionieren." + "newFileName": "Neuer Name für die Datei" } } } diff --git a/i18n/el.json b/i18n/el.json index 126eeece7..ff4bf9161 100644 --- a/i18n/el.json +++ b/i18n/el.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Upload SSL Root Certificates", "uploadingCertificates": "Uploading certificates." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Επίλεξε την ορατότητα του Σχεδίου σου:", - "cloudSketchbook": "Σχέδια Cloud", "connected": "Συνδέθηκε", "continue": "Συνέχεια", "donePulling": "Done pulling ‘{0}’.", @@ -82,12 +86,14 @@ "pushSketch": "Push Sketch", "pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.", "remote": "Απομακρυνσμένο", + "remoteSketchbook": "Remote Sketchbook", "share": "Κοινοποίηση...", "shareSketch": "Κοινοποίηση Σχεδίου", "showHideRemoveSketchbook": "Εμφάνιση/Απόκρυψη Απομακρυνσμένων Σχεδίων", "signIn": "ΣΥΥΝΔΕΣΗ", "signInToCloud": "Σύνδεση στο Arduino Cloud", "signOut": "Αποσύνδεση", + "sync": "Sync", "syncEditSketches": "Συγχρονισμός και τροποποίηση των Arduino Cloud Σχεδίων σου.", "visitArduinoCloud": "Επισκέψου το Arduino Cloud για δημιουργία Σχεδίων Cloud." }, @@ -120,6 +126,9 @@ "fileAdded": "Ένα αρχείο προστέθηκε στον κώδικα.", "replaceTitle": "Αντικατάσταση" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Αποσφαλμάτωση - {0}", "debuggingNotSupported": "Δεν υποστιρίζεται αποσφαλμάτωση από '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Decrease Font Size", "decreaseIndent": "Decrease Indent", "increaseFontSize": "Increase Font Size", - "increaseIndent": "Increase Indent" + "increaseIndent": "Increase Indent", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", @@ -212,9 +223,14 @@ "zipLibrary": "Διαχειριστής βιβλιοθήκης" }, "menu": { + "advanced": "Advanced", "sketch": "Σχέδιο", "tools": "Εργαλεία" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "Πρόσθετοι Σύνδεσμοι Διαχειριστή Πλακετών", "auth.audience": "The OAuth2 audience.", @@ -225,12 +241,15 @@ "board.certificates": "Λίστα πιστοποιητικών που μπορούν να ανέβουν σε πλακέτες", "browse": "Περιήγηση", "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.", "cloud.enabled": "Αληθές αν οι λειτουγίες συγχονισμού σχεδίου είναι ενεργοποιημένες. Προεπιλογή ως αληθές.", "cloud.pull.warn": "Αληθές αν οι χρήστες πρέπει προειδοποιηθούν πριν τραβηχτεί ενα σχέδιο σύννεφου. Προεπιλογή ως αληθές.", "cloud.push.warn": "Αληθές αν οι χρήστες πρέπει προειδοποιηθούν πριν σπρωχθεί ενα σχέδιο σύννεφου. Προεπιλογή ως αληθές. ", "cloud.pushpublic.warn": "Αληθές αν οι χρήστες πρέπει προειδοποιηθούν πριν σπρωχθεί ενα δημόσιο σχέδιο σύννεφου. Προεπιλογή ως αληθές. ", "cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.", "compile": "μεταγλώττιση", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "Αληθές για λεπτομερή έξοδο μεταγλώττισης. Ψευδές απο προεπιλογή.", "compile.warnings": "Λέει στο gcc ποιο επίπεδο προειδοποίησης να χρησιμοποιήσει. Είναι 'None' απο προεπιλογή", "compilerWarnings": "Προειδοποιήσεις μεταγγλωτιστή", @@ -252,6 +271,7 @@ "showVerbose": "Εμφάνιση λεπτομερούς εξόδου κατά τη διάρκεια", "sketchbook.location": "Τοποθεσία σχεδίων", "sketchbook.showAllFiles": "Αληθές για εμφάνιση όλων των αρχείων σχεδίου μεσα στο σχέδιο. Είναι ψευδές απο προεπιλογή.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Κλικ για λίστα Συνδέσμων ανεπίσημης υποστήριξης πλακετών", "upload": "ανέβασμα", "upload.verbose": "Αληθές για λεπτομερή έξοδο ανεβάσματος. Ψευδές απο προεπιλογή.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Autoscroll", "carriageReturn": "Carriage Return", - "connectionBusy": "Connection failed. Serial port is busy: {0}", - "disconnected": "Disconnected {0} from {1}.", - "failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.", "message": "Message ({0} + Enter to send message to '{1}' on '{2}')", "newLine": "Νέα γραμμή", "newLineCarriageReturn": "Both NL & CR", "noLineEndings": "No Line Ending", "notConnected": "Not connected. Select a board and a port to connect automatically.", - "reconnect": "Reconnecting {0} to {1} in {2} seconds...", "timestamp": "Timestamp", - "toggleTimestamp": "Toggle Timestamp", - "unexpectedError": "Απρόσμενο σφάλμα. Επανασύνδεση {0} στην θύρα {1}" + "toggleTimestamp": "Toggle Timestamp" }, "sketch": { "archiveSketch": "Archive Sketch", "cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.", "close": "Are you sure you want to close the sketch?", "configureAndUpload": "Configure And Upload", - "couldNotConnectToSerial": "Could not reconnect to serial port. {0}", "createdArchive": "Created archive '{0}'.", "doneCompiling": "Done compiling.", "doneUploading": "Ολοκλήρωση ανεβάσματος", @@ -307,6 +321,11 @@ "verify": "Επαλήθευση", "verifyOrCompile": "Επικύρωση" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} σφάλμα: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Όνομα για το νεό αρχείο", "invalidExtension": ".{0} is not a valid extension", "invalidFilename": "Μη-έγκυρο όνομα αρχείου", - "newFileName": "Νέο όνομα για το αρχείο", - "sketchDirectoryError": "Υπήρξε ένα λάθος κατά τη δημιουργία του φακέλου. Για περισσότερες λεπτομέρειες δείτε το αρχείο καταγραφής. Η εφαρμογή πιθανόν δε θα δουλέψει όπως αναμένεται." + "newFileName": "Νέο όνομα για το αρχείο" } } } diff --git a/i18n/es.json b/i18n/es.json index 97e2c05b5..bfdbc2be5 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Cargar certificados raíz SSL", "uploadingCertificates": "Cargando certificados." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Elige la visibilidad de tu Sketch:", - "cloudSketchbook": "Libro de bocetos en la nube", "connected": "Conectado", "continue": "Continuar", "donePulling": "Extracción de '{0}' realizada.", @@ -82,12 +86,14 @@ "pushSketch": "Pulsa para listar las URLs de la tarjetas no oficiales", "pushSketchMsg": "Este es un Sketch público. Antes de enviarlo, asegúrate de que cualquier información sensible está definida en los archivos arduino_secrets.h. Puedes hacer que un Sketch sea privado desde el panel Compartir.", "remote": "Remoto", + "remoteSketchbook": "Remote Sketchbook", "share": "Compartir...", "shareSketch": "Compartir Sketch", "showHideRemoveSketchbook": "Mostrar/Ocultar Sketchbook Remoto", "signIn": "Iniciar sesión", "signInToCloud": "Iniciar sesión en Arduino Cloud", "signOut": "Cerrar sesión", + "sync": "Sync", "syncEditSketches": "Sincroniza y edita tus Arduino Cloud Sketches", "visitArduinoCloud": "Visita Arduino Cloud para crear Cloud Sketches. " }, @@ -120,6 +126,9 @@ "fileAdded": "Un archivo añadido al sketch.", "replaceTitle": "Reemplazar" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Debug - {0}", "debuggingNotSupported": "La depuración no está soportada por '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Reducir Tamaño de Fuente", "decreaseIndent": "Disminuir sangría", "increaseFontSize": "Aumentar tamaño de fuente", - "increaseIndent": "Aumentar sangría" + "increaseIndent": "Aumentar sangría", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "No se ha podido guardar el sketch. Por favor, copia tu trabajo no guardado en tu editor de texto favorito y reinicia el IDE.", @@ -212,9 +223,14 @@ "zipLibrary": "Biblioteca" }, "menu": { + "advanced": "Advanced", "sketch": "Sketch", "tools": "Herramientas" }, + "monitor": { + "unableToCloseWebSocket": " No se puede cerrar websocket", + "unableToConnectToWebSocket": " No se puede conectar al websocket" + }, "preferences": { "additionalManagerURLs": "URLs adicionales de gestor de placas", "auth.audience": "El público de OAuth2.", @@ -225,12 +241,15 @@ "board.certificates": "Listado de certificados que pueden ser cargados en las placas", "browse": "Explorar", "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.", "cloud.enabled": "Verdadero si las funciones de sincronización del sketch están activadas. Verdadero por defecto.", "cloud.pull.warn": "Verdadero si se debe advertir a los usuarios antes de sacar un boceto de la nube. El valor predeterminado es verdadero.", "cloud.push.warn": "Verdadero si se debe advertir a los usuarios antes de enviar un boceto a la nube. El valor predeterminado es verdadero.", "cloud.pushpublic.warn": "Verdadero si se debe advertir a los usuarios antes de enviar un boceto público a la nube. El valor predeterminado es verdadero.", "cloud.sketchSyncEnpoint": "El punto final utilizado para empujar y extraer bocetos de un backend. Por defecto, apunta a la API de Arduino Cloud.", "compile": "Compliar", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "Verdadero para compilación detallada. Falso por defecto", "compile.warnings": "Indica a gcc qué nivel de advertencia usar. Por defecto es \"Ninguno\"", "compilerWarnings": "alertas de compilación", @@ -252,6 +271,7 @@ "showVerbose": "Mostrar salida verbosa durante", "sketchbook.location": "Ruta del Sketchbook", "sketchbook.showAllFiles": "Verdadero para mostrar todos los archivos de bocetos dentro del boceto. Por defecto es falso.", + "survey.notification": "Verdadero si usuarios deberían ser notificados cuando una encuesta esté disponible. Verdadero es predeterminado.", "unofficialBoardSupport": "Pulsa para listar las URLs de las tarjetas no oficiales", "upload": "Carga", "upload.verbose": "Verdadero para una salida verbosa de la carga. Falso por defecto.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Autoscroll", "carriageReturn": "Retorno de carro", - "connectionBusy": "Error en la conexión. El puerto serie está ocupado: {0}", - "disconnected": "Desconectado {0} de {1}.", - "failedReconnect": "Fallo al reconectar {0} al puerto serie después de 10 intentos consecutivos. El puerto serie {1} está ocupado.", "message": "Mensaje ({0} + Enter para enviar el mensaje a '{1}' en '{2}')", "newLine": "Nueva línea", "newLineCarriageReturn": "Ambos NL & CR", "noLineEndings": "Sin ajuste de línea", "notConnected": "No conectado. Selecciona una placa y un puerto para conectarte automáticamente.", - "reconnect": "Reconectando {0} a {1} en {2} segundos...", "timestamp": "Marca de tiempo", - "toggleTimestamp": "Alternar la marca de tiempo", - "unexpectedError": "Error inesperado. Reconectando {0} en el puerto {1}." + "toggleTimestamp": "Alternar la marca de tiempo" }, "sketch": { "archiveSketch": "Archivo de programa", "cantOpen": "Ya existe una carpeta con el nombre \"{0}\". No se puede abrir.", "close": "¿Estás seguro de que quieres cerrar el sketch?", "configureAndUpload": "Configurar y subir", - "couldNotConnectToSerial": "No se ha podido reconectar al puerto serie. {0}", "createdArchive": "Archivo '{0}' creado.", "doneCompiling": "Compilación completada.", "doneUploading": "Carga completada.", @@ -295,7 +309,7 @@ "openSketchInNewWindow": "Abrir Sketch en una ventana nueva", "saveFolderAs": "Guardar carpeta de sketch como...", "saveSketchAs": "Guardar carpeta de sketch como...", - "saveTempSketch": "Save your sketch to open it again later.", + "saveTempSketch": "Guarde su sketch para abirlo más tarde.", "showFolder": "Mostrar carpeta de Sketch", "sketch": "Sketch", "sketchbook": "Sketchbook", @@ -307,6 +321,11 @@ "verify": "Verificar", "verifyOrCompile": "Verificar/Compilar" }, + "survey": { + "answerSurvey": "Completar encuesta", + "dismissSurvey": "No volver a mostrar", + "surveyMessage": "Por favor ayudenos mejorar completando esta breve encuesta. Valoramos nuestra comunidad y nos gustaría conocer algo mejor a los que nos apoyan." + }, "upload": { "error": "1{0} error: 2{1}" }, @@ -326,7 +345,7 @@ "daemonOffline": "Demonio del CLI fuera de línea", "offline": "Desconectado", "quitMessage": "Los cambios no guardados no serán guardados.", - "quitTitle": "Are you sure you want to quit?" + "quitTitle": "Seguro que quiere salir ?" }, "debug": { "start": "Empezar...", @@ -345,8 +364,7 @@ "fileNewName": "Nombre del nuevo archivo", "invalidExtension": "\".{0}\" no es una extensión válida", "invalidFilename": "Nombre de archivo no válido.", - "newFileName": "Nuevo nombre para el archivo", - "sketchDirectoryError": "Se ha producido un error al crear el directorio de bocetos. Consulta el log para obtener más detalles. Es probable que la aplicación no funcione como se espera." + "newFileName": "Nuevo nombre para el archivo" } } } diff --git a/i18n/eu.json b/i18n/eu.json index 902729ed5..551b4de35 100644 --- a/i18n/eu.json +++ b/i18n/eu.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Kargatu SSL erro-ziurtagiriak", "uploadingCertificates": "Ziurtagiriak kargatzen." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Aukeratu zure programaren ikusgaitasuna:", - "cloudSketchbook": "Hodeiko programa bilduma", "connected": "Konektatuta", "continue": "Jarraitu", "donePulling": "Hodeitik kargatzea burututa: '{0}'.", @@ -82,12 +86,14 @@ "pushSketch": "Kargatu hodeitik", "pushSketchMsg": "Hau programa publiko bat da. Hodeian gorde aurretik, ziurtatu isilpeko informazioa arduino_secrets.h fitxategietan definituta dagoela. Programa pribatu bihurtu dezakezu Partekatu paneletik.", "remote": "Urrunekoa", + "remoteSketchbook": "Remote Sketchbook", "share": "Partekatu...", "shareSketch": "Partekatu programa", "showHideRemoveSketchbook": "Erakutsi/Ezkutatu urruneko programa bilduma", "signIn": "HASI SAIOA", "signInToCloud": "Hasi saioa Arduino Cloud-en", "signOut": "Amaitu saioa", + "sync": "Sync", "syncEditSketches": "Sinkronizatu eta editatu zure Arduino Cloud-eko programak", "visitArduinoCloud": "Bisitatu Arduino Cloud hodeiko programak sortzeko." }, @@ -120,6 +126,9 @@ "fileAdded": "Fitxategi bat gehitu da programara.", "replaceTitle": "Ordezkatu" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Araztu - {0}", "debuggingNotSupported": "Ez dauka arazketarako euskarririk: '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Txikiagotu letra-tamaina", "decreaseIndent": "Txikiagotu koska", "increaseFontSize": "Handitu letra-tamaina", - "increaseIndent": "Handitu koska" + "increaseIndent": "Handitu koska", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Ezin izan da programa gorde. Kopiatu gorde gabeko zure lana zure testu-editore gogokoenera eta berrabiarazi IDEa.", @@ -212,9 +223,14 @@ "zipLibrary": "Liburutegia" }, "menu": { + "advanced": "Advanced", "sketch": "Programa", "tools": "Tresnak" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "Plaka kudeatzaile gehigarrien URLak:", "auth.audience": "OAuth2 audientzia.", @@ -225,12 +241,15 @@ "board.certificates": "Plaketara kargatu daitezkeen ziurtagirien zerrenda", "browse": "Arakatu", "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.", "cloud.enabled": "Egia programaren sinkronizazio-funtzioak gaituta badaude. Lehenetsia egia da.", "cloud.pull.warn": "Egia bada erabiltzaileek abisua jasoko dute programa bat hodeitik kargatu aurretik. Lehenetsia egia da.", "cloud.push.warn": "Egia bada erabiltzaileek abisua jasoko dute programa bat hodeian gorde aurretik. Lehenetsia egia da.", "cloud.pushpublic.warn": "Egia bada erabiltzaileek abisua jasoko dute programa publiko bat hodeian gorde aurretik. Lehenetsia egia da.", "cloud.sketchSyncEnpoint": "Zerbitzari batean programak gorde eta kargatzeko amaiera-puntua. Lehenetsia Arduino Cloud API da.", "compile": "konpilazioa", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "Egia konpilazioaren irteera xehatua izateko. Lehenetsia Gezurra.", "compile.warnings": "gcc-ri ze abisu maila erabili esaten dio. 'None' da lehenetsia", "compilerWarnings": "Konpiladorearen abisuak", @@ -252,6 +271,7 @@ "showVerbose": "Erakutsi irteera xehatua honetan zehar:", "sketchbook.location": "Programa bildumaren kokalekua", "sketchbook.showAllFiles": "Egia programaren barruko programa-fitxategi guztiak erakusteko. Lehenetsia gezurra da.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Egin klik ofizialak ez diren plaken laguntza-URL zerrenda ikusteko", "upload": "karga", "upload.verbose": "Egia kargaren irteera xehatua izateko. Lehenetsia Gezurra.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Korritze automatikoa", "carriageReturn": "Orga-itzulera", - "connectionBusy": "Konexioak huts egin du. Serieko ataka lanpetuta dago: {0}", - "disconnected": "{0} deskonektatu da hemendik: {1}.", - "failedReconnect": "Huts egin du {0} serieko atakara berriz konektatzeko 10 saiakeraren ondoren. {1} serieko ataka lanpetuta dago.", "message": "Mezua ({0} + Enter honi mezua bidaltzeko: '{1}' hemen: '{2}')", "newLine": "Lerro berria", "newLineCarriageReturn": "NL & CR biak", "noLineEndings": "Lerro amaierarik ez", "notConnected": "Ez dago konektatuta. Hautatu plaka eta ataka automatikoki konektatzeko.", - "reconnect": "Berriz konektatuko da {0} {1} atakan {2} segundo barru...", "timestamp": "Denbora-zigilua", - "toggleTimestamp": "Txandakatu denbora-zigilua", - "unexpectedError": "Ustekabeko errorea. {0} berriz konektatzen {1} atakan." + "toggleTimestamp": "Txandakatu denbora-zigilua" }, "sketch": { "archiveSketch": "Artxibatu programa", "cantOpen": "\"{0}\" izeneko karpeta badago dagoeneko. Ezin da programa ireki.", "close": "Ziur zaude programa itxi nahi duzula?", "configureAndUpload": "Konfiguratu eta kargatu", - "couldNotConnectToSerial": "Ezin izan da serieko atakara berriz konektatu. {0}", "createdArchive": "'{0}' artxiboa sortu da.", "doneCompiling": "Konpilazioa burutu da.", "doneUploading": "Karga burutu da.", @@ -307,6 +321,11 @@ "verify": "Egiaztatu", "verifyOrCompile": "Egiaztatu/Konpilatu" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} errorea: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Fitxategi berriaren izena", "invalidExtension": "{0} ez da baliozko luzapen bat.", "invalidFilename": "Fitxategi-izen baliogabea.", - "newFileName": "Fitxategiaren izen berria", - "sketchDirectoryError": "Errore bat gertatu da programaren direktorioa sortzean. Ikusi egunkaria xehetasun gehiagorako. Aplikazioak ez du espero bezala funtzionatuko." + "newFileName": "Fitxategiaren izen berria" } } } diff --git a/i18n/fa.json b/i18n/fa.json index 82b09165d..1fb377aab 100644 --- a/i18n/fa.json +++ b/i18n/fa.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "بارگذاری سند ریشه SSL", "uploadingCertificates": "در حال بارگذاری سند." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "قابلیت مشاهده طرح خود را انتخاب کنید:", - "cloudSketchbook": "منبع ابری طرح ها", "connected": "متصل", "continue": "ادامه", "donePulling": "پایان دریافت {0}", @@ -82,12 +86,14 @@ "pushSketch": "ارسال طرح", "pushSketchMsg": "این یک طرح عمومی است. قبل از ارسال، مطمئن شوید که اطلاعات حساس در فایل‌های arduino_secrets.h تعریف شده است. می‌توانید از پانل اشتراک‌گذاری یک طرح را خصوصی کنید.", "remote": "از راه دور", + "remoteSketchbook": "Remote Sketchbook", "share": "اشتراک گذاری...", "shareSketch": "اشتراک طرح", "showHideRemoveSketchbook": "نمایش/پنهان کردن از راه دور منبع طرح ها", "signIn": "ورود کاربر", "signInToCloud": "ورود به ابر آردوینو", "signOut": "خروج کاربر", + "sync": "Sync", "syncEditSketches": "طرح های ابر آردوینو خود را همگام سازی و ویرایش کنید", "visitArduinoCloud": "بازدید از ابر آردوینو برای ساخت ابر طرح ها" }, @@ -120,6 +126,9 @@ "fileAdded": "یک فایل به طرح افزوده شد.", "replaceTitle": "جایگذاری" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "رفع خطا {0}", "debuggingNotSupported": "رفع خطا توسط {0} پشتیبانی نمی شود.", @@ -136,7 +145,9 @@ "decreaseFontSize": "کاهش اندازه فونت", "decreaseIndent": "برداشتن دندانه", "increaseFontSize": "افزایش اندازه فونت", - "increaseIndent": "افزودن دندانه" + "increaseIndent": "افزودن دندانه", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "ابر طرح را ذخیره نکرد. لطفا کار ذخیره نشده خود را به ویرایشگر متن مورد علاقه خود کپی کنید، و آردوینو را دوباره راه اندازی کنید.", @@ -212,9 +223,14 @@ "zipLibrary": "کتابخانه" }, "menu": { + "advanced": "Advanced", "sketch": "طرح", "tools": "ابزار ها" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "نشانی‌های اینترنتی مدیر تابلوهای افزوده", "auth.audience": "حضار OAuth2(احراز هویت اینترنتی).", @@ -225,12 +241,15 @@ "board.certificates": "فهرست گواهی‌هایی که می‌توان در تابلوها بارگذاری کرد", "browse": "مرور کردن", "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.", "cloud.enabled": "اگر فعال بودن توابع همگام سازی طرح درست می باشد ، پیش فرض ها درست است", "cloud.pull.warn": "اگر هشدار دادن به کاربران قبل از کشیدن یک طرح ابری درست می باشد ، پیش فرض ها صحیح است.", "cloud.push.warn": "اگر هشدار دادن به کاربران قبل از ارسال یک طرح ابری درست است پیش فرض ها درست می باشد", "cloud.pushpublic.warn": "اگر هشدار دادن به کاربران قبل از ارسال یک طرح عمومی به فضای درست می باشد پیش فرض ها درست است.", "cloud.sketchSyncEnpoint": "نقطه ای برای ارسال و دریافت طرح ها استفاده می شود . به طور پیش فرض به رابط ابر آردوینو استفاده می کند.", "compile": "کامپایل", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "برای خروجی کامپایل پرمخاطب درست است. به طور پیش فرض نادرست است", "compile.warnings": "به gcc می گوید از کدام سطح هشدار استفاده کند. به طور پیش فرض \"هیچ\" است", "compilerWarnings": "هشدار های کامپایلر", @@ -252,6 +271,7 @@ "showVerbose": "نمایش خروجی پرمخاطب در طول", "sketchbook.location": "مکان منبع طرح ها", "sketchbook.showAllFiles": "همه فایل‌های طرح را در داخل طرح نشان دهد درست است. به طور پیش فرض نادرست است.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "برای لیستی از آدرس های اینترنتی پشتیبانی هیئت مدیره غیررسمی کلیک کنید", "upload": "آپلود", "upload.verbose": "برای خروجی آپلود پرمخاطب درست است. به طور پیش فرض نادرست است.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "پیمایش خودکار", "carriageReturn": "رفتن به سر سطر", - "connectionBusy": "اتصال ناموفق بود. پورت سریال مشغول به {0} است.", - "disconnected": "{0} از {1} قطع شد.", - "failedReconnect": "اتصال دوباره {0} به پورت سریال بعد از 10 تلاش متوالی ناموفق بود. {1} پورت سریال مشغول است.", "message": "پیام ( {0} + بزنید تا پیام به '{1}' بر '{2}' ارسال شود)", "newLine": "خط جدید", "newLineCarriageReturn": "هم NL و هم CR", "noLineEndings": "بدون پایان خط", "notConnected": "متصل نشد. برد و پورت را انتخاب کنید تا بطور خودکار متصل شود.", - "reconnect": "اتصال دوباره {0} به {1} در {2} ثانیه ...", "timestamp": "برچسب زمانی", - "toggleTimestamp": "اتصال برچسب زمان", - "unexpectedError": "خطای غیر منتظره. اتصال مجدد {0} در پورت {1}." + "toggleTimestamp": "اتصال برچسب زمان" }, "sketch": { "archiveSketch": "آرشیو طرح", "cantOpen": "پوشه ای با نام \"{0}\" از قبل وجود دارد. طرح را نمی توان باز کرد", "close": "آیا شما می خواهید این طرح را ببندید؟", "configureAndUpload": "پیکربندی و بارگذاری", - "couldNotConnectToSerial": "ابر نتوانست دوباره به پورت سریال {0} متصل شود.", "createdArchive": "آرشیو {0} ایجاد شد.", "doneCompiling": "پایان کامپایل کردن", "doneUploading": "پایان بارگذاری", @@ -307,6 +321,11 @@ "verify": "تائید", "verifyOrCompile": "تائید / کامپایل" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "خطا {0} : {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "نام برای فایل جدید", "invalidExtension": "افزونه {0} نادرست است.", "invalidFilename": "عدم وجود نام برای فایل", - "newFileName": "نام جدید برای فایل", - "sketchDirectoryError": "یک خطا در ساخت دیکشنری طرح بود، تاریخچه بقیه جزئیات را بررسی کنید. نرم افزار شاید نتواند پیش بینی شده کار کند." + "newFileName": "نام جدید برای فایل" } } } diff --git a/i18n/fil.json b/i18n/fil.json index 646e03bea..28761246d 100644 --- a/i18n/fil.json +++ b/i18n/fil.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Upload SSL Root Certificates", "uploadingCertificates": "Uploading certificates." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Choose visibility of your Sketch:", - "cloudSketchbook": "Cloud Sketchbook", "connected": "Connected", "continue": "Continue", "donePulling": "Done pulling ‘{0}’.", @@ -82,12 +86,14 @@ "pushSketch": "Push Sketch", "pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.", "remote": "Remote", + "remoteSketchbook": "Remote Sketchbook", "share": "Share...", "shareSketch": "Share Sketch", "showHideRemoveSketchbook": "Show/Hide Remote Sketchbook", "signIn": "SIGN IN", "signInToCloud": "Sign in to Arduino Cloud", "signOut": "Sign Out", + "sync": "Sync", "syncEditSketches": "Sync and edit your Arduino Cloud Sketches", "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, @@ -120,6 +126,9 @@ "fileAdded": "One file added to the sketch.", "replaceTitle": "Replace" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Debug - {0}", "debuggingNotSupported": "Ang debugging ay hindi suportado ng '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Decrease Font Size", "decreaseIndent": "Decrease Indent", "increaseFontSize": "Increase Font Size", - "increaseIndent": "Increase Indent" + "increaseIndent": "Increase Indent", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", @@ -212,9 +223,14 @@ "zipLibrary": "Library" }, "menu": { + "advanced": "Advanced", "sketch": "Sketch", "tools": "Mga Tools" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "Additional Boards Manager URLs", "auth.audience": "The OAuth2 audience.", @@ -225,12 +241,15 @@ "board.certificates": "Listahan ng mga sertipikong maaaring ma-upload sa ma board.", "browse": "Browse", "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.", "cloud.enabled": "True kapag ang sketch sync function ay gumagana. Ito ay true by default.", "cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.", "cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.", "cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.", "cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.", "compile": "compile", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "True para sa verbose compile output. Ito ay naka-false by default.", "compile.warnings": "Ipapaalam sa gcc kung anong lebel ng mga paalala ang gagamitin. Ito ay naka-set sa wala o 'None' by default.", "compilerWarnings": "Compiler warnings", @@ -252,6 +271,7 @@ "showVerbose": "Show verbose output during", "sketchbook.location": "Sketchbook location", "sketchbook.showAllFiles": "True para ipakita lahat ng sketch files sa loob ng isang sketch. Ito ay false by default.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Click for a list of unofficial board support URLs", "upload": "upload", "upload.verbose": "True para sa verbose upload output. Ito ay naka-false by default.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Autoscroll", "carriageReturn": "Carriage Return", - "connectionBusy": "Connection failed. Serial port is busy: {0}", - "disconnected": "Disconnected {0} from {1}.", - "failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.", "message": "Message ({0} + Enter to send message to '{1}' on '{2}')", "newLine": "New Line", "newLineCarriageReturn": "Both NL & CR", "noLineEndings": "No Line Ending", "notConnected": "Not connected. Select a board and a port to connect automatically.", - "reconnect": "Reconnecting {0} to {1} in {2} seconds...", "timestamp": "Timestamp", - "toggleTimestamp": "Toggle Timestamp", - "unexpectedError": "Unexpected error. Reconnecting {0} on port {1}." + "toggleTimestamp": "Toggle Timestamp" }, "sketch": { "archiveSketch": "Archive Sketch", "cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.", "close": "Are you sure you want to close the sketch?", "configureAndUpload": "Configure And Upload", - "couldNotConnectToSerial": "Could not reconnect to serial port. {0}", "createdArchive": "Created archive '{0}'.", "doneCompiling": "Done compiling.", "doneUploading": "Done uploading.", @@ -307,6 +321,11 @@ "verify": "Verify", "verifyOrCompile": "Verify/Compile" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} error: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Name for new file", "invalidExtension": ".{0} is not a valid extension", "invalidFilename": "Invalid filename.", - "newFileName": "New name for file", - "sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected." + "newFileName": "New name for file" } } } diff --git a/i18n/fr.json b/i18n/fr.json index ee282cf83..2c7c0266e 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Téléverser les certificats racine SSL", "uploadingCertificates": "Transfert des certificats" }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Choisissez la visibilité du croquis :", - "cloudSketchbook": "Carnet de Croquis Cloud", "connected": "Connecté", "continue": "Continuer", "donePulling": "Récupération de '{0}' terminée.", @@ -82,12 +86,14 @@ "pushSketch": "Push le croquis", "pushSketchMsg": "Ceci est un croquis public. Avant de le publier, assurez-vous que les informations sensibles sont bien définies dans le fichier arduino_secrets.h. Vous pouvez rendre priver le croquis à partir du panneau de Partage.", "remote": "A distance", + "remoteSketchbook": "Remote Sketchbook", "share": "Partager...", "shareSketch": "Partager le croquis", "showHideRemoveSketchbook": "Montrer / Cacher le carnet de croquis distant.", "signIn": "Se connecter", "signInToCloud": "Se connecter à Arduino Cloud", "signOut": "Deconnexion", + "sync": "Sync", "syncEditSketches": "Synchroniser et éditer vos croquis Arduino Cloud.", "visitArduinoCloud": "Visitez Arduino Cloud pour créer des croquis sut le cloud." }, @@ -120,6 +126,9 @@ "fileAdded": "Un fichier a été ajouté au croquis", "replaceTitle": "Remplacer" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Débogage - {0}", "debuggingNotSupported": "Le débogage n'est pas supporté pour '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Réduire la taille de la police", "decreaseIndent": "Diminuer le retrait", "increaseFontSize": "Augmenter la taille de la police", - "increaseIndent": "Augmenter le retrait" + "increaseIndent": "Augmenter le retrait", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Impossible d'enregistrer le croquis. Veuillez copier votre travail non enregistré dans votre éditeur de texte favori et redémarrer l'IDE.", @@ -212,9 +223,14 @@ "zipLibrary": "Bibliothèque" }, "menu": { + "advanced": "Advanced", "sketch": "Croquis", "tools": "Outils" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "URL de gestionnaire de cartes supplémentaires", "auth.audience": "L'audience OAuth2.", @@ -225,12 +241,15 @@ "board.certificates": "Liste des certificats pouvant être téléversé vers les cartes.", "browse": "Parcourir", "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.", "cloud.enabled": "Vrai si les fonctions de synchronisation de croquis est activé. Par défaut, la valeur est vrai.", "cloud.pull.warn": "Vrai si les utilisateurs devrait être averti avant de pull un croquis sur le cloud. Par défaut, la valeur est vrai.", "cloud.push.warn": "Vrai, si les utilisateurs devrait être averti avant de push un croquis sur le cloud. Par défaut, la valeur est vrai.", "cloud.pushpublic.warn": "Vrai si les utilisateurs devrait être avertit avant de publier un croquis public sur le cloud. Vrai par défaut.", "cloud.sketchSyncEnpoint": "L'endpoint est utilisé pour pousser et tirer des croquis à partir du backend. Par défault, il pointe vers l'Arduino Cloud API.", "compile": "compiler", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "Vrai pour une sortie de compilation verbeuse. Faux par défaut.", "compile.warnings": "Dis à GCC quel niveau d'avertissement à utiliser. Valeur par défaut : 'None'.", "compilerWarnings": "Avertissements du compilateur ", @@ -252,6 +271,7 @@ "showVerbose": "Afficher la sortie de débogage verbeuse pendant", "sketchbook.location": "Localisation du croquis.", "sketchbook.showAllFiles": "Vrai pour montrer tous les fichiers croquis à l'intérieur du croquis. La valeur par défaut est faux.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Cliquer pour la liste non-officielle des URLs des support de cartes", "upload": "téléverser", "upload.verbose": "Vrai si le téléchargement en mode verbose. Faux par défaut.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Défilement automatique", "carriageReturn": "Retour chariot", - "connectionBusy": "Erreur de connexion. Le port série est occupé : {0}", - "disconnected": "{0} déconnecté de {1}.", - "failedReconnect": "Impossible de reconnecter {0} au port série après 10 essai consécutif. Le port série {1} est occupé.", "message": "Message ({0} + Entrée pour envoyer le message à '{1}' sur '{2}'", "newLine": "Nouvelle ligne", "newLineCarriageReturn": "Les deux, NL et CR", "noLineEndings": "Pas de fin de ligne", "notConnected": "Déconnecté. Sélectionnez une carte ainsi qu'un port pour vous connecter automatiquement.", - "reconnect": "Reconnexion de {0} à {1} dans {2} secondes...", "timestamp": "horodatage", - "toggleTimestamp": "Activer l'horodatage", - "unexpectedError": "Erreur inattendue. Reconnexion de {0} sur le port {1}." + "toggleTimestamp": "Activer l'horodatage" }, "sketch": { "archiveSketch": "Archiver le croquis", "cantOpen": "Un dossier nommé « {0} » existe déjà. Impossible d''ouvrir le croquis.", "close": "Êtes-vous sûr de vouloir fermer ce croquis ?", "configureAndUpload": "Configurer et téléverser", - "couldNotConnectToSerial": "Impossible de se reconnecter au port série. {0}", "createdArchive": "Archive créer '{0}'", "doneCompiling": "Compilation terminée.", "doneUploading": "Téléversement fait.", @@ -307,6 +321,11 @@ "verify": "Vérifier", "verifyOrCompile": "Vérifier / Compiler" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} erreur : {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Nouveau nom pour le fichier", "invalidExtension": "« .{0} » n''est pas une extension valide.", "invalidFilename": "Nom de fichier non valide", - "newFileName": "Nouveau nom pour le fichier", - "sketchDirectoryError": "Une erreur est survenue lors de la création du dossier du croquis. Consultez les logs pour plus de détails. L'application ne fonctionnera probablement pas comme attendu." + "newFileName": "Nouveau nom pour le fichier" } } } diff --git a/i18n/he.json b/i18n/he.json index 833d8a175..d1b687770 100644 --- a/i18n/he.json +++ b/i18n/he.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Upload SSL Root Certificates", "uploadingCertificates": "Uploading certificates." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Choose visibility of your Sketch:", - "cloudSketchbook": "Cloud Sketchbook", "connected": "מחובר", "continue": "המשך", "donePulling": "Done pulling ‘{0}’.", @@ -82,12 +86,14 @@ "pushSketch": "Push Sketch", "pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.", "remote": "מרוחק", + "remoteSketchbook": "Remote Sketchbook", "share": "שיתוף...", "shareSketch": "Share Sketch", "showHideRemoveSketchbook": "Show/Hide Remote Sketchbook", "signIn": "התחברות", "signInToCloud": "Sign in to Arduino Cloud", "signOut": "התנתק", + "sync": "Sync", "syncEditSketches": "Sync and edit your Arduino Cloud Sketches", "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, @@ -120,6 +126,9 @@ "fileAdded": "One file added to the sketch.", "replaceTitle": "החלף" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Debug - {0}", "debuggingNotSupported": "Debugging is not supported by '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "הקטן גודל גופן", "decreaseIndent": "הקטן הזחה", "increaseFontSize": "הגדל גודל גופן", - "increaseIndent": "הגדל הזחה" + "increaseIndent": "הגדל הזחה", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", @@ -212,9 +223,14 @@ "zipLibrary": "ספריה" }, "menu": { + "advanced": "Advanced", "sketch": "Sketch", "tools": "כלים" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "Additional Boards Manager URLs", "auth.audience": "The OAuth2 audience.", @@ -225,12 +241,15 @@ "board.certificates": "List of certificates that can be uploaded to boards", "browse": "Browse", "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.", "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.", "cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.", "cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.", "cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.", "cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.", "compile": "compile", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "True for verbose compile output. False by default", "compile.warnings": "Tells gcc which warning level to use. It's 'None' by default", "compilerWarnings": "Compiler warnings", @@ -252,6 +271,7 @@ "showVerbose": "Show verbose output during", "sketchbook.location": "Sketchbook location", "sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Click for a list of unofficial board support URLs", "upload": "upload", "upload.verbose": "True for verbose upload output. False by default.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "גלילה אוטומטית", "carriageReturn": "Carriage Return", - "connectionBusy": "Connection failed. Serial port is busy: {0}", - "disconnected": "{0} נותק מ {1}.", - "failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.", "message": "Message ({0} + Enter to send message to '{1}' on '{2}')", "newLine": "שורה חדשה", "newLineCarriageReturn": "Both NL & CR", "noLineEndings": "ללא סיום שורה", "notConnected": "Not connected. Select a board and a port to connect automatically.", - "reconnect": "Reconnecting {0} to {1} in {2} seconds...", "timestamp": "חותמת זמן", - "toggleTimestamp": "Toggle Timestamp", - "unexpectedError": "Unexpected error. Reconnecting {0} on port {1}." + "toggleTimestamp": "Toggle Timestamp" }, "sketch": { "archiveSketch": "Archive Sketch", "cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.", "close": "Are you sure you want to close the sketch?", "configureAndUpload": "Configure And Upload", - "couldNotConnectToSerial": "Could not reconnect to serial port. {0}", "createdArchive": "ארכיון ׳{0}׳ נוצר.", "doneCompiling": "Done compiling.", "doneUploading": "Done uploading.", @@ -307,6 +321,11 @@ "verify": "Verify", "verifyOrCompile": "Verify/Compile" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} שגיאה: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "שם הקובץ החדש", "invalidExtension": "{0} אינה סיומת תקנית.", "invalidFilename": "שם קובץ לא חוקי.", - "newFileName": "שם חדש לקובץ", - "sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected." + "newFileName": "שם חדש לקובץ" } } } diff --git a/i18n/hi.json b/i18n/hi.json index 3bd7251da..d6e7ac07d 100644 --- a/i18n/hi.json +++ b/i18n/hi.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Upload SSL Root Certificates", "uploadingCertificates": "Uploading certificates." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Choose visibility of your Sketch:", - "cloudSketchbook": "Cloud Sketchbook", "connected": "Connected", "continue": "Continue", "donePulling": "Done pulling ‘{0}’.", @@ -82,12 +86,14 @@ "pushSketch": "Push Sketch", "pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.", "remote": "Remote", + "remoteSketchbook": "Remote Sketchbook", "share": "Share...", "shareSketch": "Share Sketch", "showHideRemoveSketchbook": "Show/Hide Remote Sketchbook", "signIn": "SIGN IN", "signInToCloud": "Sign in to Arduino Cloud", "signOut": "Sign Out", + "sync": "Sync", "syncEditSketches": "Sync and edit your Arduino Cloud Sketches", "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, @@ -120,6 +126,9 @@ "fileAdded": "One file added to the sketch.", "replaceTitle": "Replace" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Debug - {0}", "debuggingNotSupported": "Debugging is not supported by '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Decrease Font Size", "decreaseIndent": "Decrease Indent", "increaseFontSize": "Increase Font Size", - "increaseIndent": "Increase Indent" + "increaseIndent": "Increase Indent", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", @@ -212,9 +223,14 @@ "zipLibrary": "Library" }, "menu": { + "advanced": "Advanced", "sketch": "Sketch", "tools": "Tools" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "Additional Boards Manager URLs", "auth.audience": "The OAuth2 audience.", @@ -225,12 +241,15 @@ "board.certificates": "List of certificates that can be uploaded to boards", "browse": "Browse", "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.", "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.", "cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.", "cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.", "cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.", "cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.", "compile": "compile", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "True for verbose compile output. False by default", "compile.warnings": "Tells gcc which warning level to use. It's 'None' by default", "compilerWarnings": "Compiler warnings", @@ -252,6 +271,7 @@ "showVerbose": "Show verbose output during", "sketchbook.location": "Sketchbook location", "sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Click for a list of unofficial board support URLs", "upload": "upload", "upload.verbose": "True for verbose upload output. False by default.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Autoscroll", "carriageReturn": "Carriage Return", - "connectionBusy": "Connection failed. Serial port is busy: {0}", - "disconnected": "Disconnected {0} from {1}.", - "failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.", "message": "Message ({0} + Enter to send message to '{1}' on '{2}')", "newLine": "New Line", "newLineCarriageReturn": "Both NL & CR", "noLineEndings": "No Line Ending", "notConnected": "Not connected. Select a board and a port to connect automatically.", - "reconnect": "Reconnecting {0} to {1} in {2} seconds...", "timestamp": "Timestamp", - "toggleTimestamp": "Toggle Timestamp", - "unexpectedError": "Unexpected error. Reconnecting {0} on port {1}." + "toggleTimestamp": "Toggle Timestamp" }, "sketch": { "archiveSketch": "Archive Sketch", "cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.", "close": "Are you sure you want to close the sketch?", "configureAndUpload": "Configure And Upload", - "couldNotConnectToSerial": "Could not reconnect to serial port. {0}", "createdArchive": "Created archive '{0}'.", "doneCompiling": "Done compiling.", "doneUploading": "Done uploading.", @@ -307,6 +321,11 @@ "verify": "Verify", "verifyOrCompile": "Verify/Compile" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} error: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Name for new file", "invalidExtension": ".{0} is not a valid extension", "invalidFilename": "Invalid filename.", - "newFileName": "New name for file", - "sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected." + "newFileName": "New name for file" } } } diff --git a/i18n/hu.json b/i18n/hu.json index 7bb0f213b..0f2ff6bac 100644 --- a/i18n/hu.json +++ b/i18n/hu.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "SSL gyökér-/root-tanúsítványok feltöltése ", "uploadingCertificates": "Tanúsítványok feltöltése " }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Válaszd ki a vázlat/sketch láthatóságát: ", - "cloudSketchbook": "Felhő vázlatfüzet/sketchbook ", "connected": "Kapcsolódva", "continue": "Tovább", "donePulling": "Letöltés kész: '{0}'.", @@ -82,12 +86,14 @@ "pushSketch": "Vázlat/sketch feltöltése", "pushSketchMsg": "Ez egy nyilvános vázlat/sketch. A beküldés előtt győződj meg arról, hogy minden érzékeny információ definiálva van az arduino_secrets.h fájlokban. A vázlatot priváttá tehet tenni a Megosztás panelen. ", "remote": "Távoli", + "remoteSketchbook": "Remote Sketchbook", "share": "Megosztás...", "shareSketch": "Vázlat/sketch megosztása", "showHideRemoveSketchbook": "Távoli vázlatfüzet/sketch megjelenítése/elrejtése ", "signIn": "BEJELENTKEZÉS", "signInToCloud": "Bejelentkezés az Arduino Cloudba ", "signOut": "Kijelentkezés", + "sync": "Sync", "syncEditSketches": "Arduino felhővázlatok szinkronizálása és szerkesztése", "visitArduinoCloud": "Látogasd meg az Arduino Cloud webhelyet, hogy a felhőben vázlatokat hozhass létre. " }, @@ -120,6 +126,9 @@ "fileAdded": "Egy fájl hozzáadása megtörtént a vázlathoz/sketch-hez. ", "replaceTitle": "Csere" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Hibakeresés/Debug - {0}", "debuggingNotSupported": "A hibakeresést a '{0}' nem támogatja ", @@ -136,7 +145,9 @@ "decreaseFontSize": "Betűméret csökkentése", "decreaseIndent": "Behúzás csökkentése", "increaseFontSize": "Betűméret növelése", - "increaseIndent": "Behúzás növelése" + "increaseIndent": "Behúzás növelése", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Nem sikerült menteni a vázlatot/sketch-et. Másold át a nem mentett munkát kedvenc szövegszerkesztődbe és indítsd újra az IDE-t. ", @@ -212,9 +223,14 @@ "zipLibrary": "Könyvtár" }, "menu": { + "advanced": "Advanced", "sketch": "Sketch", "tools": "Eszközök" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "Kiegészítő alaplapok URL-jei", "auth.audience": "Az OAuth2 közönség/audience. ", @@ -225,12 +241,15 @@ "board.certificates": "Az alaplapokra feltölthető tanúsítványok listája", "browse": "Tallóz", "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.", "cloud.enabled": "Kipipálva: a vázlat/sketch-szinkronizálás engedélyezve van. Alapértelmezés: kipipálva. ", "cloud.pull.warn": "Kipipálva: figyelmeztetés megjelenítése a vázlat/sketch felhőből letöltése előtt. Alapértelmezés szerint: kipipálva.", "cloud.push.warn": "Kipipálva: figyelmeztetés megjelenítése a vázlat/sketch felhőből való letöltése előtt. Alapértelmezés: kipipálva. ", "cloud.pushpublic.warn": "Kipipálva: figyelmeztetés megjelenítése a nyilvános vázlat/sketch felhőbe küldése előtt. Alapértelmezés szerint: kipipálva.", "cloud.sketchSyncEnpoint": "A végpont/endpoint a vázlatok/sketch-ek háttéből történő letöltésére illetve publikálására szolgál. Alapértelmezés szerint az Arduino Cloud API-ra mutat. ", "compile": "fordítás", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "Kipipálva: a részletes fordítási üzenetek képernyőre írása. Alapértelmezés szerint: nincs kipipálva.", "compile.warnings": "Beállítja a gcc fordítónak, hogy melyik figyelmeztetési szintet kell használni. Ez alapértelmezés szerint: „Nincs/None”. ", "compilerWarnings": "Fordítóprogram figyelmeztetései / Compiler warnings", @@ -252,6 +271,7 @@ "showVerbose": "Részletes kimenet megjelenítése eközben: ", "sketchbook.location": "SketchBook elérési helye ", "sketchbook.showAllFiles": "Kipipálva: az összes vázlatfájl/sketch megjelenítése a vázlaton/sketch-en belül. Alapértelmezés szerint: nincs kipipálva.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Kattints ide a nem hivatalos alaplapok fordítási URL-jeinek listájához ", "upload": "feltöltés", "upload.verbose": "Kipipálva: a részletes feltöltési üzenetek kiírása a képernyőre. Alapértelmezés szerint hamis/nincs kipipálva.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Automatikus görgetés", "carriageReturn": "Kocsi vissza", - "connectionBusy": "Kapcsolat nem jött létre. A {0} soros port foglalt.", - "disconnected": "Megszakadt a/az {0} és a/az {1} kapcsolata. ", - "failedReconnect": "10 egymást követő próbálkozás után nem sikerült újracsatlakozni a/az {0} soros porthoz. A/az {1} soros port foglalt. ", "message": "Üzenet ({0} + Enter az üzenet elküldéséhez az {1} itt: {2})", "newLine": "Új sor", "newLineCarriageReturn": "Mindkettő: Új sor és Kocsi vissza - NL&CR", "noLineEndings": "Nincs sorvége ", "notConnected": "Nincs kapcsolat. Válassz ki egy alaplapot és egy portot az automatikus csatlakozáshoz. ", - "reconnect": "A/az {0} és a/az {1} újracsatlakozása {2} másodperc múlva... ", "timestamp": "Időbélyeg", - "toggleTimestamp": "Időbélyeg váltása", - "unexpectedError": "Váratlan hiba. A/az {0} újracsatlakozása a/az {1} porton. " + "toggleTimestamp": "Időbélyeg váltása" }, "sketch": { "archiveSketch": "Vázlat/sketch archiválása", "cantOpen": "Már létezik a/az {0} nevű mappa. A vázlat/sketch nem nyitható meg. ", "close": "Biztosan bezárod a vázlatot/sketch-et? ", "configureAndUpload": "Konfigurálás és feltöltés", - "couldNotConnectToSerial": "Nem sikerült újracsatlakozni a {0} soros porthoz.", "createdArchive": "Archívum létrehozva: {0}. ", "doneCompiling": "Fordítás kész.", "doneUploading": "Feltöltés kész.", @@ -307,6 +321,11 @@ "verify": "Ellenőrzés", "verifyOrCompile": "Ellenőrzés/fordítás" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} hiba: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Az új fájl neve", "invalidExtension": "A .{0} nem érvényes kiterjesztés", "invalidFilename": "Hibás fájlnév.", - "newFileName": "A fájl új neve", - "sketchDirectoryError": "Hiba történt a vázlatkönyvtár/sketchbook létrehozásakor. További részletekért lásd a naplót. Az alkalmazás valószínűleg nem fog megfelelően működni. " + "newFileName": "A fájl új neve" } } } diff --git a/i18n/it.json b/i18n/it.json index b047bddf7..48bd9d08a 100644 --- a/i18n/it.json +++ b/i18n/it.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Carica i tuoi certificati SSL Root", "uploadingCertificates": "Caricamento dei certificati." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' non è stato trovato. Il tuo sketch include la linea '#include ' nel codice?", + "mouseError": "'Mouse' non è stato trovato. Il tuo sketch include la linea '#include ' nel codice?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Scegli a chi far vedere il tuo Sketch:", - "cloudSketchbook": "Cloud Sketchbook", "connected": "Connesso", "continue": "Continua", "donePulling": "Pulling terminato ‘{0}’.", @@ -82,12 +86,14 @@ "pushSketch": "Invia lo Sketch", "pushSketchMsg": "Questo è uno sketch pubblico. Prima di inviarlo, verifica che tutte le informazioni sensibili siano all'interno di arduino_secrets.h. Eventualmente puoi rendere lo sketch privato dal Pannello di Condivisione.", "remote": "Remoto", + "remoteSketchbook": "Remote Sketchbook", "share": "Condividi...", "shareSketch": "Condividi sketch", "showHideRemoveSketchbook": "Mostra/Nascondi la raccolta Remota degli Schetch", "signIn": "COLLEGATI", "signInToCloud": "Effettua la registrazione su Arduino Cloud", "signOut": "Disconnetti", + "sync": "Sincronizza", "syncEditSketches": "Sincronizza e modifica la tua raccolta di Sketches sul Cloud Arduino", "visitArduinoCloud": "Visita Arduino Cloud per creare Cloud Sketch " }, @@ -120,6 +126,9 @@ "fileAdded": "Aggiunto un file allo sketch.", "replaceTitle": "Sostituisci" }, + "coreContribution": { + "copyError": "Copia messaggi di errore" + }, "debug": { "debugWithMessage": "Debug - {0}", "debuggingNotSupported": "Il debug non è supportato da '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Riduci la dimensione del testo", "decreaseIndent": "Riduci indentazione", "increaseFontSize": "Aumenta la dimensione del font", - "increaseIndent": "Aumenta indentazione" + "increaseIndent": "Aumenta indentazione", + "nextError": "Errore Successivo", + "previousError": "Errore Precedente" }, "electron": { "couldNotSave": "Non è stato possibile salvare lo sketch. Si consiglia di copiarlo è salvarlo su un file di testo e solo successivamente riavviare l' Arduino IDE. ", @@ -212,9 +223,14 @@ "zipLibrary": "Libreria" }, "menu": { + "advanced": "Avanzate", "sketch": "Sketch", "tools": "Strumenti" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "URL aggiuntive per il Gestore schede", "auth.audience": "Protocollo pubblico OAuth2", @@ -225,12 +241,15 @@ "board.certificates": "Lista dei certificati che possono essere caricati nelle schede", "browse": "Sfoglia", "choose": "Scegli", + "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": "Imposta su true per abilitare le funzioni di sincronia dello sketch. Il valore predefinito è true.", "cloud.pull.warn": "Imposta su true se gli utenti devono essere avvisato dopo avere effettuato il pull dello sketch sul cloud. Il valore predefinito è true.", "cloud.push.warn": "Imposta su True se gli utenti devono essere avvisati prima di eseguire l'invio di uno sketch cloud. Il valore predefinito è true.", "cloud.pushpublic.warn": "True se gli utenti devono essere avvisati prima di eseguire l'invio di uno sketch pubblico nel cloud. Il valore predefinito è true.", "cloud.sketchSyncEnpoint": "La destinazione utilizzata per inviare e richiedere gli schizzi da un back-end. L'impostazione predefinita utilizza Arduino Cloud API.", "compile": "compilazione", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "Vero per compilazione esplicita. Falso come opzione predefinita", "compile.warnings": "Indica a gcc il livello di avviso che deve mostrare. Il valore predefinito è 'None' ", "compilerWarnings": "Warning del compilatore", @@ -252,6 +271,7 @@ "showVerbose": "Mostra un output dettagliato durante", "sketchbook.location": "Percorso della cartella degli sketch", "sketchbook.showAllFiles": "Vero per mostrare tutti i file relativi contenuti all'interno dello sketch. L'opzione predefinita è falso.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Clicca per ottenere la lista di collegamenti per le schede di terze parti, non schede ufficiali.", "upload": "caricamento", "upload.verbose": " Seleziona Vero per un rapporto dettagliato durante l'upload. Il valore predefinito è impostato su falso", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Scorrimento automatico", "carriageReturn": "Ritorno carrello (CR)", - "connectionBusy": "Connessione fallita. La porta seriale è occupata: 1{0}", - "disconnected": "Disconnesso 1{0} da 2{1} .", - "failedReconnect": "Connessione alla porta seriale 1 {0} fallita dopo 10 tentativi. La 2{1} porta seriale è occupata.", "message": "Messaggio({0} + Invio per inviare il messaggio a '{1}' su '{2}')", "newLine": "A capo (NL)", "newLineCarriageReturn": "Entrambi NL & CR", "noLineEndings": "Nessun fine riga", "notConnected": "Non collegato. Scegli una scheda e la porta di comunicazione per una connessione automatica.", - "reconnect": "Riconnessione da 1 {0} a 2 {1} tra {2} secondi...", "timestamp": "Marca temporale", - "toggleTimestamp": "Alterna il Timestamp", - "unexpectedError": "Errore imprevisto. Riconnessione 1{0} nella porta 2{1} ." + "toggleTimestamp": "Alterna il Timestamp" }, "sketch": { "archiveSketch": "Archivia sketch", "cantOpen": "Una cartella di nome \"{0}\" esiste già. Impossibile aprire lo sketch.", "close": "Sei sicuro di voler chiudere lo sketch?", "configureAndUpload": "Configurare e caricare", - "couldNotConnectToSerial": "Non è possibile riconnettersi alla porta seriale. 1{0}", "createdArchive": "Creato l'archivio '{0}'.", "doneCompiling": "Compilazione completata.", "doneUploading": "Caricamento terminato.", @@ -307,6 +321,11 @@ "verify": "Verifica", "verifyOrCompile": "Verifica/Compila" }, + "survey": { + "answerSurvey": "Rispondi al questionario", + "dismissSurvey": "Non mostrare più", + "surveyMessage": "Aiutaci a migliorare rispondendo a questo brevissimo questionario. Abbiamo a cuore la nostra comunità e vorremmo conoscere meglio chi ci supporta!" + }, "upload": { "error": "1 {0} errore: 2 {1}" }, @@ -326,7 +345,7 @@ "daemonOffline": "Il CLI Daemon è disconnesso", "offline": "Disconnesso", "quitMessage": "Eventuali modifiche non salvate verranno perse", - "quitTitle": "Are you sure you want to quit?" + "quitTitle": "Sei sicuro di volere chiudere?" }, "debug": { "start": "Inizio...", @@ -345,8 +364,7 @@ "fileNewName": "Nome per il nuovo file", "invalidExtension": "\".{0}\" non è un'estensione valida", "invalidFilename": "Nome del file invalido", - "newFileName": "Nuovo nome del file", - "sketchDirectoryError": "Si è verificato un errore durante la creazione della directory degli sketch. Per ulteriori dettagli guarda il file di log. Probabilmente l'applicazione non funzionerà come previsto." + "newFileName": "Nuovo nome del file" } } } diff --git a/i18n/ja.json b/i18n/ja.json index 2aa1255a7..4bc94b7df 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "SSLルート証明書を書き込み", "uploadingCertificates": "証明書を書き込み中。" }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "スケッチの可視性を選択:", - "cloudSketchbook": "クラウドスケッチブック", "connected": "接続済み", "continue": "続ける", "donePulling": "‘{0}’のプルが完了しました。", @@ -82,12 +86,14 @@ "pushSketch": "スケッチをプッシュする", "pushSketchMsg": "これはパブリックなスケッチです。プッシュする前に、すべての機密情報がarduino_secrets.hファイルで定義されていることを確認してください。共有パネルでスケッチをプライベートにできます。", "remote": "リモート", + "remoteSketchbook": "Remote Sketchbook", "share": "共有...", "shareSketch": "スケッチを共有", "showHideRemoveSketchbook": "リモートスケッチブックの表示・非表示", "signIn": "サインイン", "signInToCloud": "Arduino Cloudにサインインする", "signOut": "サインアウト", + "sync": "Sync", "syncEditSketches": "Arduinoクラウドスケッチの同期と編集", "visitArduinoCloud": "Arduino Cloudにアクセスしてクラウドスケッチを作成する" }, @@ -120,6 +126,9 @@ "fileAdded": "スケッチにファイルが1つ追加されました。", "replaceTitle": "置換" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "デバッグ - {0}", "debuggingNotSupported": "デバッグは'{0}'ではサポートされていません。", @@ -136,7 +145,9 @@ "decreaseFontSize": "フォントサイズを小さく", "decreaseIndent": "インデントを減らす", "increaseFontSize": "フォントサイズを大きく", - "increaseIndent": "インデントを増やす" + "increaseIndent": "インデントを増やす", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "スケッチを保存できませんでした。保存されていない作業内容を好きなテキストエディタにコピーして、IDEを再起動してください。", @@ -212,9 +223,14 @@ "zipLibrary": "ライブラリ" }, "menu": { + "advanced": "Advanced", "sketch": "スケッチ", "tools": "ツール" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "追加のボードマネージャのURL", "auth.audience": "OAuth2オーディエンス。", @@ -225,12 +241,15 @@ "board.certificates": "ボードに書き込みできる証明書の一覧", "browse": "参照", "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.", "cloud.enabled": "スケッチの同期機能が有効な場合にはtrueを指定。デフォルトではtrue。", "cloud.pull.warn": "クラウドスケッチをプルする前に、ユーザーに警告を表示するにはtrueを指定。デフォルトではtrue。", "cloud.push.warn": "クラウドスケッチをプッシュする前に、ユーザーに警告を表示するにはtrueを指定。デフォルトではtrue。", "cloud.pushpublic.warn": "パブリックスケッチをクラウドにプッシュする前に、ユーザーに警告を表示するにはtrueを指定。デフォルトではtrue。", "cloud.sketchSyncEnpoint": "バックエンドからスケッチをプッシュ/プルするために使用されるエンドポイント。デフォルトではArduino Cloud APIを指します。", "compile": "コンパイル", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "コンパイル時に詳細な出力を行うにはtrueを指定。デフォルトではfalse。", "compile.warnings": "使用する警告レベルをgccに指示します。デフォルトでは「なし」です。", "compilerWarnings": "コンパイラの警告", @@ -252,6 +271,7 @@ "showVerbose": "より詳細な情報を表示する", "sketchbook.location": "スケッチブックの場所", "sketchbook.showAllFiles": "スケッチ内のすべてのスケッチファイルを表示するにはtrueを指定。デフォルトではfalse。", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "クリックして非公式ボードをサポートするURLのリストを表示", "upload": "書き込み", "upload.verbose": "書き込み時に詳細な出力を行うにはtrueを指定。デフォルトではfalse。", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "自動スクロール", "carriageReturn": "CRのみ", - "connectionBusy": "接続に失敗しました。シリアルポートがビジー状態です: {0}", - "disconnected": "{1}から{0}を切断しました。", - "failedReconnect": "10回連続で試しましたが、{0}をシリアルポートに再接続できませんでした。シリアルポート{1}はビジー状態です。", "message": "メッセージ('{2}'の'{1}'にメッセージを送信するには{0} + Enter)", "newLine": "LFのみ", "newLineCarriageReturn": "CRおよびLF", "noLineEndings": "改行なし", "notConnected": "接続されていません。自動的に接続するには、ボードとポートを選択してください。", - "reconnect": "{2}秒後に{0}を{1}に再接続します…", "timestamp": "タイムスタンプ", - "toggleTimestamp": "タイムスタンプを表示・非表示", - "unexpectedError": "予期せぬエラーが発生しました。ポート{1}の{0}に再接続中です。" + "toggleTimestamp": "タイムスタンプを表示・非表示" }, "sketch": { "archiveSketch": "スケッチをアーカイブする", "cantOpen": "「{0}」というフォルダはすでに存在します。スケッチを開けません。", "close": "本当にスケッチを閉じますか?", "configureAndUpload": "構成と書き込み", - "couldNotConnectToSerial": "シリアルポートに再接続できませんでした。 {0}", "createdArchive": "アーカイブ'{0}'を作成しました。", "doneCompiling": "コンパイル完了。", "doneUploading": "書き込み完了", @@ -307,6 +321,11 @@ "verify": "検証", "verifyOrCompile": "検証・コンパイル" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} エラー: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "新しいファイルの名前", "invalidExtension": "拡張子「.{0}」は、使えません。", "invalidFilename": "無効なファイル名です。", - "newFileName": "ファイルの新しい名前", - "sketchDirectoryError": "スケッチディレクトリの作成中にエラーが発生しました。詳細はログを参照してください。アプリケーションはおそらく期待通りに動作しないでしょう。" + "newFileName": "ファイルの新しい名前" } } } diff --git a/i18n/ko.json b/i18n/ko.json index f81b35d91..7a99c351a 100644 --- a/i18n/ko.json +++ b/i18n/ko.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Upload SSL Root Certificates", "uploadingCertificates": "Uploading certificates." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Choose visibility of your Sketch:", - "cloudSketchbook": "Cloud Sketchbook", "connected": "Connected", "continue": "Continue", "donePulling": "Done pulling ‘{0}’.", @@ -82,12 +86,14 @@ "pushSketch": "Push Sketch", "pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.", "remote": "Remote", + "remoteSketchbook": "Remote Sketchbook", "share": "Share...", "shareSketch": "Share Sketch", "showHideRemoveSketchbook": "Show/Hide Remote Sketchbook", "signIn": "SIGN IN", "signInToCloud": "Sign in to Arduino Cloud", "signOut": "Sign Out", + "sync": "Sync", "syncEditSketches": "Sync and edit your Arduino Cloud Sketches", "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, @@ -120,6 +126,9 @@ "fileAdded": "One file added to the sketch.", "replaceTitle": "Replace" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "디버그 - {0}", "debuggingNotSupported": "Debugging is not supported by '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Decrease Font Size", "decreaseIndent": "Decrease Indent", "increaseFontSize": "Increase Font Size", - "increaseIndent": "Increase Indent" + "increaseIndent": "Increase Indent", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", @@ -212,9 +223,14 @@ "zipLibrary": "Library" }, "menu": { + "advanced": "Advanced", "sketch": "스케치", "tools": "도구" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "Additional Boards Manager URLs", "auth.audience": "The OAuth2 audience.", @@ -225,12 +241,15 @@ "board.certificates": "List of certificates that can be uploaded to boards", "browse": "Browse", "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.", "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.", "cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.", "cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.", "cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.", "cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.", "compile": "compile", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "True for verbose compile output. False by default", "compile.warnings": "gcc에 사용할 경고 수준을 알려줍니다. 기본값은 '없음'입니다.", "compilerWarnings": "Compiler warnings", @@ -252,6 +271,7 @@ "showVerbose": "Show verbose output during", "sketchbook.location": "Sketchbook location", "sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Click for a list of unofficial board support URLs", "upload": "upload", "upload.verbose": "True for verbose upload output. False by default.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Autoscroll", "carriageReturn": "Carriage Return", - "connectionBusy": "Connection failed. Serial port is busy: {0}", - "disconnected": "Disconnected {0} from {1}.", - "failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.", "message": "Message ({0} + Enter to send message to '{1}' on '{2}')", "newLine": "New Line", "newLineCarriageReturn": "Both NL & CR", "noLineEndings": "No Line Ending", "notConnected": "Not connected. Select a board and a port to connect automatically.", - "reconnect": "Reconnecting {0} to {1} in {2} seconds...", "timestamp": "Timestamp", - "toggleTimestamp": "Toggle Timestamp", - "unexpectedError": "Unexpected error. Reconnecting {0} on port {1}." + "toggleTimestamp": "Toggle Timestamp" }, "sketch": { "archiveSketch": "Archive Sketch", "cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.", "close": "Are you sure you want to close the sketch?", "configureAndUpload": "Configure And Upload", - "couldNotConnectToSerial": "Could not reconnect to serial port. {0}", "createdArchive": "Created archive '{0}'.", "doneCompiling": "Done compiling.", "doneUploading": "Done uploading.", @@ -307,6 +321,11 @@ "verify": "Verify", "verifyOrCompile": "Verify/Compile" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} error: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Name for new file", "invalidExtension": ".{0} is not a valid extension", "invalidFilename": "Invalid filename.", - "newFileName": "New name for file", - "sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected." + "newFileName": "New name for file" } } } diff --git a/i18n/my_MM.json b/i18n/my_MM.json index 460044e63..8077289d7 100644 --- a/i18n/my_MM.json +++ b/i18n/my_MM.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "SSL Root လက်မှတ်များ အပ်လုတ်တင်ခြင်း", "uploadingCertificates": "လက်မှတ်များကို အပ်လုတ်တင်နေသည်။" }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Choose visibility of your Sketch:", - "cloudSketchbook": "တိမ်တိုက် Sketchbook ဖိုင်တွဲ", "connected": "ချိတ်ဆက်ထားသည်", "continue": "ဆက်သွားမည်", "donePulling": "‘{0}’ကိုဆွဲယူပြီးပါပြီ။", @@ -82,12 +86,14 @@ "pushSketch": "ကုတ်ဖိုင်လ်တင်မည်", "pushSketchMsg": "ဤကုတ်ဖိုင်လ်သည် အများသုံးဖြစ်သည်။ မတင်မီ လျှိုဝှက်သင့်သောအချက်အလက်ကို arduino_secrets.h ဖိုင်လ်များတွင် သတ်မှတ်ထားပေးပါ။ သင်အနေဖြင့် 'ဝေမျှမည်'ပန်နယ်တွင် ကုတ်ဖိုင်လ်ကို ပုဂ္ဂလိကအဖြစ်သတ်မှတ်နိုင်သည်။", "remote": "အဝေး", + "remoteSketchbook": "Remote Sketchbook", "share": "ဝေမျှမည်…", "shareSketch": "ကုတ်ဖိုင်လ်ဝေမျှမည်", "showHideRemoveSketchbook": "အဝေးရှိ Sketchbook ဖိုင်တွဲအား ပြ/ဖွက် မည်", "signIn": "လက်မှတ်ထိုးဝင်", "signInToCloud": "Arduino Cloudသို့ လက်မှတ်ထိုးဝင်ရောက်ပါ", "signOut": "လက်မှတ်ထိုးထွက်", + "sync": "Sync", "syncEditSketches": "သင်၏Arduino Cloud ကုတ်ဖိုင်လ်များကို အင်တာနက်မှတဆင့် အချိန်နှင့်တပြေးညီ ရယူကိုက်ညီစေပြီး တည်းဖြတ်လိုက်ပါ", "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, @@ -120,6 +126,9 @@ "fileAdded": "One file added to the sketch.", "replaceTitle": "အစားထိုးမည်" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "ပြစ်ချက်ရှာဖွေချက် - {0}", "debuggingNotSupported": "ကုတ်ပြစ်ချက်ရှာဖွေမှုကို '{0}'မှ မပေးထားပါ", @@ -136,7 +145,9 @@ "decreaseFontSize": "ဖောင့်အရွယ်အစားလျော့မည်", "decreaseIndent": "အင်တင်းခြင်းလျော့မည်", "increaseFontSize": "ဖောင့်အရွယ်အစားတိုးမည်", - "increaseIndent": "အင်တင်းခြင်းတိုးမည်" + "increaseIndent": "အင်တင်းခြင်းတိုးမည်", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", @@ -212,9 +223,14 @@ "zipLibrary": "ကုတ်ကြည့်တိုက်" }, "menu": { + "advanced": "Advanced", "sketch": "ကုတ်ဖိုင်လ်ဆိုင်ရာ", "tools": "ကိရိယာများ" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "Additional Boards Manager URLs", "auth.audience": "The OAuth2 audience.", @@ -225,12 +241,15 @@ "board.certificates": "List of certificates that can be uploaded to boards", "browse": "လျှောက်ကြည့်မည်", "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.", "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.", "cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.", "cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.", "cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.", "cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.", "compile": "စက်ဘာသာပြန်", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "True for verbose compile output. False by default", "compile.warnings": "Tells gcc which warning level to use. It's 'None' by default", "compilerWarnings": "စက်ဘာသာပြန်ကိရိယာသတိပေးချက်များ", @@ -252,6 +271,7 @@ "showVerbose": "နောက်ပါလုပ်နေစဉ် အချက်အလက်များပိုမိုများပြားစွာပြမည်", "sketchbook.location": "Sketchbook location", "sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Click for a list of unofficial board support URLs", "upload": "အပ်လုတ်တင်", "upload.verbose": "True for verbose upload output. False by default.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "အလိုအလျောက်လှိမ့်ဆွဲခြင်း", "carriageReturn": "လက်နှိပ်စက်အတံပြန်အက္ခရာ", - "connectionBusy": "Connection failed. Serial port is busy: {0}", - "disconnected": "Disconnected {0} from {1}.", - "failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.", "message": "Message ({0} + Enter to send message to '{1}' on '{2}')", "newLine": "စာကြောင်းအသစ်အက္ခရာ", "newLineCarriageReturn": "စာကြောင်းအသစ်နှင့်လက်နှိပ်စက်အတံပြန်အက္ခရာနှစ်ခုလုံး", "noLineEndings": "စာကြောင်းအဆုံးသတ်အက္ခရာမရှိ", "notConnected": "Not connected. Select a board and a port to connect automatically.", - "reconnect": "Reconnecting {0} to {1} in {2} seconds...", "timestamp": "အချိန်တံဆိပ်ခေါင်း", - "toggleTimestamp": "Toggle Timestamp", - "unexpectedError": "Unexpected error. Reconnecting {0} on port {1}." + "toggleTimestamp": "Toggle Timestamp" }, "sketch": { "archiveSketch": "Archive Sketch", "cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.", "close": "Are you sure you want to close the sketch?", "configureAndUpload": "Configure And Upload", - "couldNotConnectToSerial": "Could not reconnect to serial port. {0}", "createdArchive": "Created archive '{0}'.", "doneCompiling": "Done compiling.", "doneUploading": "Done uploading.", @@ -307,6 +321,11 @@ "verify": "Verify", "verifyOrCompile": "Verify/Compile" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} error: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "ဖိုင်လ်အသစ်အတွက်အမည်", "invalidExtension": ".{0}သည် မှန်ကန်သော တိုးချဲ့အမှတ်အသားမဟုတ်ပါ", "invalidFilename": "မမှန်ကန်သောဖိုင်လ်အမည်။", - "newFileName": "ဖိုင်လ်အတွက်အမည်အသစ်", - "sketchDirectoryError": "ကုတ်ဖိုင်လ်ဒါရိုက်ထရီဖန်တီးရာတွင် အမှားအယွင်းဖြစ်ပေါ်ခဲ့သည်။ အသေးအစိတ်သိလိုပါက မှတ်တမ်းကို ကြည့်ပါ။ အပ္ပလီကေးရှင်းသည် မျှော်မှန်းထားသလို အလုပ်လုပ်မည်မဟုတ်ပါ။" + "newFileName": "ဖိုင်လ်အတွက်အမည်အသစ်" } } } diff --git a/i18n/ne.json b/i18n/ne.json index 21f53eb43..1b1a8a807 100644 --- a/i18n/ne.json +++ b/i18n/ne.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Upload SSL Root Certificates", "uploadingCertificates": "Uploading certificates." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Choose visibility of your Sketch:", - "cloudSketchbook": "Cloud Sketchbook", "connected": "Connected", "continue": "Continue", "donePulling": "Done pulling ‘{0}’.", @@ -82,12 +86,14 @@ "pushSketch": "Push Sketch", "pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.", "remote": "Remote", + "remoteSketchbook": "Remote Sketchbook", "share": "Share...", "shareSketch": "Share Sketch", "showHideRemoveSketchbook": "Show/Hide Remote Sketchbook", "signIn": "SIGN IN", "signInToCloud": "Sign in to Arduino Cloud", "signOut": "Sign Out", + "sync": "Sync", "syncEditSketches": "Sync and edit your Arduino Cloud Sketches", "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, @@ -120,6 +126,9 @@ "fileAdded": "One file added to the sketch.", "replaceTitle": "Replace" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Debug - {0}", "debuggingNotSupported": "Debugging is not supported by '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Decrease Font Size", "decreaseIndent": "Decrease Indent", "increaseFontSize": "Increase Font Size", - "increaseIndent": "Increase Indent" + "increaseIndent": "Increase Indent", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", @@ -212,9 +223,14 @@ "zipLibrary": "Library" }, "menu": { + "advanced": "Advanced", "sketch": "Sketch", "tools": "Tools" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "Additional Boards Manager URLs", "auth.audience": "The OAuth2 audience.", @@ -225,12 +241,15 @@ "board.certificates": "List of certificates that can be uploaded to boards", "browse": "Browse", "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.", "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.", "cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.", "cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.", "cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.", "cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.", "compile": "compile", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "True for verbose compile output. False by default", "compile.warnings": "Tells gcc which warning level to use. It's 'None' by default", "compilerWarnings": "Compiler warnings", @@ -252,6 +271,7 @@ "showVerbose": "Show verbose output during", "sketchbook.location": "Sketchbook location", "sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Click for a list of unofficial board support URLs", "upload": "upload", "upload.verbose": "True for verbose upload output. False by default.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Autoscroll", "carriageReturn": "Carriage Return", - "connectionBusy": "Connection failed. Serial port is busy: {0}", - "disconnected": "Disconnected {0} from {1}.", - "failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.", "message": "Message ({0} + Enter to send message to '{1}' on '{2}')", "newLine": "New Line", "newLineCarriageReturn": "Both NL & CR", "noLineEndings": "No Line Ending", "notConnected": "Not connected. Select a board and a port to connect automatically.", - "reconnect": "Reconnecting {0} to {1} in {2} seconds...", "timestamp": "Timestamp", - "toggleTimestamp": "Toggle Timestamp", - "unexpectedError": "Unexpected error. Reconnecting {0} on port {1}." + "toggleTimestamp": "Toggle Timestamp" }, "sketch": { "archiveSketch": "Archive Sketch", "cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.", "close": "Are you sure you want to close the sketch?", "configureAndUpload": "Configure And Upload", - "couldNotConnectToSerial": "Could not reconnect to serial port. {0}", "createdArchive": "Created archive '{0}'.", "doneCompiling": "Done compiling.", "doneUploading": "Done uploading.", @@ -307,6 +321,11 @@ "verify": "Verify", "verifyOrCompile": "Verify/Compile" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} error: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Name for new file", "invalidExtension": ".{0} is not a valid extension", "invalidFilename": "Invalid filename.", - "newFileName": "New name for file", - "sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected." + "newFileName": "New name for file" } } } diff --git a/i18n/nl.json b/i18n/nl.json index 50e847124..fa4659052 100644 --- a/i18n/nl.json +++ b/i18n/nl.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "SSL-rootcertificaten uploaden", "uploadingCertificates": "Certificaten uploaden." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' niet gevonden. Bevat je schets de regel '#include '?", + "mouseError": "'Mouse' niet gevonden. Bevat je schets de regel '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Kies de zichtbaarheid van je Sketch:", - "cloudSketchbook": "Cload Schetsboek", "connected": "Verbonden", "continue": "Doorgaan", "donePulling": "Klaar met trekken van '{0}'.", @@ -82,12 +86,14 @@ "pushSketch": "Push Schets", "pushSketchMsg": "Dit is een openbare schets. Voordat u gaat pushen, moet u ervoor zorgen dat gevoelige informatie is gedefinieerd in arduino_secrets.h bestanden. U kunt een schets privé maken vanuit het deelvenster Delen.", "remote": "Op Afstand", + "remoteSketchbook": "Schetsboek op afstand", "share": "Delen...", "shareSketch": "Schets Delen", "showHideRemoveSketchbook": "Toon/verberg schetsboek op afstand", "signIn": "INLOGGEN", "signInToCloud": "Aanmelden bij Arduino Cloud", "signOut": "Uitloggen", + "sync": "Sync", "syncEditSketches": "Synchroniseer en bewerk uw Arduino Cloud Sketches", "visitArduinoCloud": "Bezoek Arduino Cloud om Cloud Sketches te maken." }, @@ -120,6 +126,9 @@ "fileAdded": "Één bestand toegevoegd aan de schets.", "replaceTitle": "Vervangen" }, + "coreContribution": { + "copyError": "Foutmeldingen kopiëren" + }, "debug": { "debugWithMessage": "Foutopsporing - {0}", "debuggingNotSupported": "Foutopsporing wordt niet ondersteund door '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Lettergrootte verkleinen", "decreaseIndent": "Inspringing verkleinen", "increaseFontSize": "Lettergrootte vergroten", - "increaseIndent": "Inspringing vergroten" + "increaseIndent": "Inspringing vergroten", + "nextError": "Volgende Fout", + "previousError": "Vorige Fout" }, "electron": { "couldNotSave": "Kan de schets niet opslaan. Kopieer uw niet-opgeslagen werk naar uw favoriete teksteditor en start de IDE opnieuw. ", @@ -212,9 +223,14 @@ "zipLibrary": "Bibliotheek" }, "menu": { + "advanced": "Geavanceerd", "sketch": "Schets", "tools": "Hulpmiddelen" }, + "monitor": { + "unableToCloseWebSocket": "Kan websocket niet sluiten", + "unableToConnectToWebSocket": "Kan geen verbinding maken met websocket" + }, "preferences": { "additionalManagerURLs": "Bijkomende Borden Beheerder URL's", "auth.audience": "Het OAuth2 publiek.", @@ -225,12 +241,15 @@ "board.certificates": "Lijst met certificaten die kunnen worden geüpload naar borden", "browse": "Bladeren", "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.", "cloud.enabled": "Waar als de schets synchronisatie functies zijn ingeschakeld. Standaard ingesteld op waar.", "cloud.pull.warn": "Waar als de gebruiker verwittigd moet worden voor een cloud schets trekken. Standaard ingesteld op waar. ", "cloud.push.warn": "Waar als gebruikers moeten worden gewaarschuwd voordat ze een cloud schets pushen. Standaard ingesteld op waar. ", "cloud.pushpublic.warn": "Waar als gebruikers moeten worden gewaarschuwd voordat ze een openbare schets naar de cloud pushen. Standaard ingesteld op waar.", "cloud.sketchSyncEnpoint": "Het eindpunt dat wordt gebruikt om schetsen van een backend te pushen en te trekken. Standaard verwijst het naar Arduino Cloud API.", "compile": "compileren", + "compile.experimental": "Waar als de IDE meerdere compileer fouten moet afhandelen. Standaard is het Onwaar", + "compile.revealRange": "Regelt hoe compileer fouten in de editor getoond worden na een mislukte verificatie/upload. Mogelijke waarden: 'auto': Scroll verticaal als dat nodig is en onthul een regel. 'centreren': Scroll verticaal als nodig en onthul een verticaal gecentreerde lijn. 'top': Scroll verticaal als nodig en onthul een lijn dicht bij de bovenkant van het kijkvenster, geoptimaliseerd voor het bekijken van een code-definitie. 'centerIfOutsideViewport': Scroll verticaal als nodig en onthul een verticaal gecentreerde lijn alleen als ze buiten het kijkvenster ligt. De standaardwaarde is '{0}'.", "compile.verbose": "Waar voor uitgebreide compileer uitvoer. Standaard onwaar", "compile.warnings": "Vertelt gcc welk waarschuwingsniveau moet worden gebruikt. Standaard 'Geen'", "compilerWarnings": "Compiler waarschuwingen", @@ -238,7 +257,7 @@ "editorQuickSuggestions": "Snelle suggesties in editor", "enterAdditionalURLs": "Voer extra URL's in, één per rij", "files.inside.sketches": "Toon bestanden in Schetsen", - "ide.updateBaseUrl": "The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'", + "ide.updateBaseUrl": "De basis URL waar updates van gedownload moeten worden. Wordt standaard ingesteld op 'https://downloads.arduino.cc/arduino-ide'", "ide.updateChannel": "Release kanaal om bijgewerkte versies van te krijgen. 'stable' is de stabiele release, 'nightly' is de laatste ontwikkel build.", "interfaceScale": "Interface schaal", "invalid.editorFontSize": "Ongeldige lettergrootte voor editor. Het moet een positief geheel getal zijn.", @@ -252,6 +271,7 @@ "showVerbose": "Uitgebreide uitvoer weergeven tijdens", "sketchbook.location": "Schetsboek locatie", "sketchbook.showAllFiles": "Waar om al de schets bestanden in de schets weer te geven. Standaard ingesteld op onwaar.", + "survey.notification": "Waar als gebruikers een melding moeten krijgen als er een enquête beschikbaar is. Standaard is dit waar.", "unofficialBoardSupport": "Klik voor een lijst met onofficiële borden ondersteuning URL's", "upload": "uploaden", "upload.verbose": "Waar voor uitgebreide uploaduitvoer. Standaard onwaar.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Automatisch scrollen", "carriageReturn": "Carriage Return", - "connectionBusy": "Verbinding mislukt. Seriële poort is bezet: {0}", - "disconnected": "Verbinding {0} met {1} verbroken.", - "failedReconnect": "Kon na 10 opeenvolgende pogingen {0} niet opnieuw verbinden met seriële poort. De seriële poort {1} is bezet.", "message": "Bericht ({0} + Enter om bericht te verzenden naar '{1}' op '{2}')", "newLine": "Nieuwe Regel", "newLineCarriageReturn": "Zowel NL & CR", "noLineEndings": "Geen RegelEinde", "notConnected": "Niet verbonden. Kies een bord en een poort om automatisch te verbinden.", - "reconnect": "Opnieuw verbinding maken tussen {0} en {1} over {2} seconden...", "timestamp": "Tijdstempel", - "toggleTimestamp": "Tijdstempel omschakelen", - "unexpectedError": "Onverwachte fout. Opnieuw verbinding maken met {0} op poort {1}." + "toggleTimestamp": "Tijdstempel omschakelen" }, "sketch": { "archiveSketch": "Archiveer Schets", "cantOpen": "Er bestaat al een map met de naam \"{0}\". Kan schets niet openen.", "close": "Weet je zeker dat je de schets wilt sluiten?", "configureAndUpload": "Configureren en uploaden", - "couldNotConnectToSerial": "Kon niet opnieuw verbinding maken met seriële poort. {0}", "createdArchive": "Archief '{0}' gemaakt.", "doneCompiling": "Klaar met compileren.", "doneUploading": "Klaar met uploaden.", @@ -295,7 +309,7 @@ "openSketchInNewWindow": "Schets openen in nieuw venster", "saveFolderAs": "Sla de schets map op als...", "saveSketchAs": "Sla de schetsmap op als...", - "saveTempSketch": "Save your sketch to open it again later.", + "saveTempSketch": "Bewaar je schets om hem later weer te openen.", "showFolder": "Schetsmap tonen", "sketch": "Schets", "sketchbook": "Schetsboek", @@ -307,6 +321,11 @@ "verify": "Verifiëren", "verifyOrCompile": "Verifiëren/Compileren" }, + "survey": { + "answerSurvey": "Antwoord enquête", + "dismissSurvey": "Niet meer laten zien", + "surveyMessage": "Help ons alsjeblieft te verbeteren door deze super korte enquête te beantwoorden. We waarderen onze gemeenschap en willen onze supporters graag wat beter leren kennen." + }, "upload": { "error": "{0} fout: {1}" }, @@ -326,7 +345,7 @@ "daemonOffline": "CLI Daemon Offline", "offline": "Offline", "quitMessage": "Niet opgeslagen wijzigingen worden niet opgeslagen.", - "quitTitle": "Are you sure you want to quit?" + "quitTitle": "Weet je zeker dat je wilt stoppen?" }, "debug": { "start": "Start...", @@ -345,8 +364,7 @@ "fileNewName": "Naam voor nieuw bestand", "invalidExtension": ".{0} is geen geldige extensie", "invalidFilename": "Ongeldige bestandsnaam.", - "newFileName": "Nieuwe naam voor bestand", - "sketchDirectoryError": "Er is een fout opgetreden bij het maken van de schets map. Zie het logboek voor meer details. De applicatie zal waarschijnlijk niet werken zoals verwacht. " + "newFileName": "Nieuwe naam voor bestand" } } } diff --git a/i18n/pl.json b/i18n/pl.json index d4bd19c0f..e89060155 100644 --- a/i18n/pl.json +++ b/i18n/pl.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Upload SSL Root Certificates", "uploadingCertificates": "Przesyłanie certyfikatów." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Wybierz widoczność swojego Szkicu:", - "cloudSketchbook": "Cloud Sketchbook", "connected": "Połączony", "continue": "Kontynuuj", "donePulling": "Zakończono zaciąganie ‘{0}’.", @@ -82,12 +86,14 @@ "pushSketch": "Push Sketch", "pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.", "remote": "Remote", + "remoteSketchbook": "Remote Sketchbook", "share": "Udostępnij...", "shareSketch": "Udostępnij Szkic", "showHideRemoveSketchbook": "Show/Hide Remote Sketchbook", "signIn": "ZALOGUJ SIĘ", "signInToCloud": "Zaloguj się do Arduino Cloud", "signOut": "Wyloguj się", + "sync": "Sync", "syncEditSketches": "Sync and edit your Arduino Cloud Sketches", "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, @@ -120,6 +126,9 @@ "fileAdded": "Jeden plik dodany do szkicu.", "replaceTitle": "Zamień" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Debug - {0}", "debuggingNotSupported": "Debugowanie nie jest wspierane przez '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Zmniejsz rozmiar czcionki", "decreaseIndent": "Zmniejsz wcięcie", "increaseFontSize": "Zwiększ rozmiar czcionki", - "increaseIndent": "Zwiększ wcięcie" + "increaseIndent": "Zwiększ wcięcie", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", @@ -212,9 +223,14 @@ "zipLibrary": "Biblioteka" }, "menu": { + "advanced": "Advanced", "sketch": "Szkic", "tools": "Narzędzia" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "Dodatkowe adresy URL do menadżera płytek", "auth.audience": "The OAuth2 audience.", @@ -225,12 +241,15 @@ "board.certificates": "Lista certyfikatów, które można przesłać do płytki", "browse": "Przeglądaj", "choose": "Wybierz", + "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.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.", "cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.", "cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.", "cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.", "compile": "kompilacja", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "Prawda, aby pokazywać szczegółowe informacje podczas kompilacji. Fałsz jest wartością domyślną.", "compile.warnings": "Ustawia poziom ostrzeżeń w kompilatorze gcc. Domyślną wartością jest 'Brak'", "compilerWarnings": "Ostrzeżenia kompilatora", @@ -252,6 +271,7 @@ "showVerbose": "Show verbose output during", "sketchbook.location": "Sketchbook location", "sketchbook.showAllFiles": "Prawda, aby wyświetlać wszystkie pliki ze szkicu. Fałsz jest wartością domyślną.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Click for a list of unofficial board support URLs", "upload": "przesyłanie", "upload.verbose": "Prawda, aby pokazywać szczegółowe informacje podczas wgrywania. Fałsz jest wartością domyślną.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Autoscroll", "carriageReturn": "Carriage Return", - "connectionBusy": "Połączenie nie powiodło się. Port szeregowy jest zajęty: {0}", - "disconnected": "Disconnected {0} from {1}.", - "failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.", "message": "Message ({0} + Enter to send message to '{1}' on '{2}')", "newLine": "Nowa linia", "newLineCarriageReturn": "Both NL & CR", "noLineEndings": "No Line Ending", "notConnected": "Nie połączono. Wybierz płytkę i port do automatycznego połączenia.", - "reconnect": "Reconnecting {0} to {1} in {2} seconds...", "timestamp": "Timestamp", - "toggleTimestamp": "Toggle Timestamp", - "unexpectedError": "Unexpected error. Reconnecting {0} on port {1}." + "toggleTimestamp": "Toggle Timestamp" }, "sketch": { "archiveSketch": "Archive Sketch", "cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.", "close": "Are you sure you want to close the sketch?", "configureAndUpload": "Configure And Upload", - "couldNotConnectToSerial": "Could not reconnect to serial port. {0}", "createdArchive": "Created archive '{0}'.", "doneCompiling": "Kompilacja zakończona.", "doneUploading": "Przesyłanie zakończone.", @@ -307,6 +321,11 @@ "verify": "Weryfikuj", "verifyOrCompile": "Weryfikuj/Kompiluj" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} error: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Nazwa nowego pliku", "invalidExtension": ".{0} nie jest prawidłowym rozszerzeniem", "invalidFilename": "Nieprawidłowa nazwa pliku.", - "newFileName": "Nowa nazwa pliku", - "sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected." + "newFileName": "Nowa nazwa pliku" } } } diff --git a/i18n/pt.json b/i18n/pt.json index 68128ab2e..5035e7d68 100644 --- a/i18n/pt.json +++ b/i18n/pt.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Enviar certificado Raiz SSL", "uploadingCertificates": "Enviando certificados." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Escolha a visibilidade do seu Sketch:", - "cloudSketchbook": "Sketchbook na nuvem", "connected": "Conectado", "continue": "Continuar", "donePulling": "Terminou de baixar '{0}'.", @@ -82,12 +86,14 @@ "pushSketch": "Enviar Sketch", "pushSketchMsg": "Baixar", "remote": "Remoto", + "remoteSketchbook": "Remote Sketchbook", "share": "Compartilhar...", "shareSketch": "Compartilhar Sketch", "showHideRemoveSketchbook": "Exibir/Ocultar Sketchbook remoto", "signIn": "ENTRAR", "signInToCloud": "Faça login no Arduino Cloud", "signOut": "Sair", + "sync": "Sync", "syncEditSketches": "Sincronizar e editar seus Sketches no Arduino Cloud", "visitArduinoCloud": "Visite Arduino Cloud para criar Cloud Sketches." }, @@ -120,6 +126,9 @@ "fileAdded": "Um arquivo adicionado ao sketch.", "replaceTitle": "Substituir" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Depuração - {0}", "debuggingNotSupported": "A depuração não é suportada por '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Diminuir tamanho da fonte", "decreaseIndent": "Diminuir Recuo", "increaseFontSize": "Aumentar o Tamanho da Fonte", - "increaseIndent": "Aumentar Recuo" + "increaseIndent": "Aumentar Recuo", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Não foi possível salvar o sketch. Copie seu trabalho não salvo em seu editor de texto favorito e reinicie a IDE.", @@ -212,9 +223,14 @@ "zipLibrary": "Biblioteca" }, "menu": { + "advanced": "Advanced", "sketch": "Rascunho", "tools": "Ferramentas" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "URLs Adicionais para Gerenciadores de Placas", "auth.audience": "O OAuth2 publico.", @@ -225,12 +241,15 @@ "board.certificates": "Lista de certificados que podem ser carregados nas placas", "browse": "Procurar", "choose": "Escolher", + "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": "Verdadeiro se as funções de sincronização de sketch estiverem ativadas. O padrão é verdadeiro.", "cloud.pull.warn": "Verdadeiro se os usuários devem ser avisados antes de baixar um sketch da nuvem. O padrão é verdadeiro.", "cloud.push.warn": "Verdadeiro se os usuários devem ser avisados antes de enviar um sketch para a nuvem. O padrão é verdadeiro.", "cloud.pushpublic.warn": "Verdadeiro se os usuários devem ser avisados antes de enviar um sketch público para a nuvem. O padrão é verdadeiro.", "cloud.sketchSyncEnpoint": "O endpoint usado para enviar e baixar os sketches de um backend. Por padrão, ele aponta para a Arduino Cloud API.", "compile": "compilar", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "Verdadeiro para saída de compilação detalhada. Falso é padrão", "compile.warnings": "Diz ao gcc qual nível de aviso usar. 'Nenhum' é padrão", "compilerWarnings": "Avisos do compilador", @@ -252,6 +271,7 @@ "showVerbose": "Mostrar a saída detalhada durante", "sketchbook.location": "Localização dos Sketchbooks", "sketchbook.showAllFiles": "Verdadeiro para mostrar todos os arquivos de sketch dentro do sketch. Falso é padrão.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Clique para obter uma lista de URLs de placas não oficiais suportadas", "upload": "enviar", "upload.verbose": "Verdadeiro para saída de upload detalhada. Falsa é padrão.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Avanço automático de linha", "carriageReturn": "Retorno de linha", - "connectionBusy": "A conexão falhou. A porta serial está ocupada: {0}", - "disconnected": "Desconectado {0} de {1}.", - "failedReconnect": "Falha ao reconectar com a porta serial {0} após 10 tentativas consecutivas. A porta serial {1} está ocupada.", "message": "Mensagem ({0} + Enter para enviar mensagem para '{1}' em '{2}'", "newLine": "Nova linha", "newLineCarriageReturn": "Nova linha e retorno de linha", "noLineEndings": "Sem final de linha", "notConnected": "Não conectado. Selecione uma placa e uma porta para conectar automaticamente.", - "reconnect": "Reconectando {0} ao {1} em {2} segundos...", "timestamp": "Data e Hora", - "toggleTimestamp": "Mudar Data e Hora", - "unexpectedError": "Erro inesperado. Reconectando {0} na porta {1}." + "toggleTimestamp": "Mudar Data e Hora" }, "sketch": { "archiveSketch": "Arquivar Sketch", "cantOpen": "Directoria chamada \"{0}\" já existe. Não é possível abrir o rascunho.", "close": "Tem certeza que deseja fechar o sketch?", "configureAndUpload": "Configurar e Fazer Envio", - "couldNotConnectToSerial": "Não foi possível reconectar à porta serial. {0}", "createdArchive": "Arquivo criado '{0}'.", "doneCompiling": "Compilação concluída.", "doneUploading": "Envio concluído.", @@ -307,6 +321,11 @@ "verify": "Verificar", "verifyOrCompile": "Verificar/Compilar" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} erro: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Nome para o novo arquivo", "invalidExtension": "\".{0}\" não é uma extensão válida.", "invalidFilename": "Arquivo inválido.", - "newFileName": "Novo nome para o arquivo", - "sketchDirectoryError": "Ocorreu um erro ao criar o diretório de sketch. Veja o log para mais detalhes. O aplicativo provavelmente não funcionará conforme o esperado." + "newFileName": "Novo nome para o arquivo" } } } diff --git a/i18n/ro.json b/i18n/ro.json index 4f436f6a8..9bdfc8ead 100644 --- a/i18n/ro.json +++ b/i18n/ro.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Upload SSL Root Certificates", "uploadingCertificates": "Uploading certificates." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Choose visibility of your Sketch:", - "cloudSketchbook": "Cloud Sketchbook", "connected": "Conectat", "continue": "Continuă", "donePulling": "Done pulling ‘{0}’.", @@ -82,12 +86,14 @@ "pushSketch": "Push Sketch", "pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.", "remote": "La distanță ", + "remoteSketchbook": "Remote Sketchbook", "share": "Partajați...", "shareSketch": "Share Sketch", "showHideRemoveSketchbook": "Show/Hide Remote Sketchbook", "signIn": "CONECTARE", "signInToCloud": "Sign in to Arduino Cloud", "signOut": "Deconectare", + "sync": "Sync", "syncEditSketches": "Sync and edit your Arduino Cloud Sketches", "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, @@ -120,6 +126,9 @@ "fileAdded": "One file added to the sketch.", "replaceTitle": "Înlocuiește" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Depanare - {0}", "debuggingNotSupported": "Depanarea nu este suportată de '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Decrease Font Size", "decreaseIndent": "Decrease Indent", "increaseFontSize": "Increase Font Size", - "increaseIndent": "Increase Indent" + "increaseIndent": "Increase Indent", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", @@ -212,9 +223,14 @@ "zipLibrary": "Librărie" }, "menu": { + "advanced": "Advanced", "sketch": "Schița", "tools": "Unelte" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "Additional Boards Manager URLs", "auth.audience": "Audiența OAuth2.", @@ -225,12 +241,15 @@ "board.certificates": "Lista de certificate ce pot fi încarcate pe plăcile de dezvoltare", "browse": "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.", "cloud.enabled": "Adevărat dacă funcțile schiței sunt activate. Valoarea implictă este adevarată.", "cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.", "cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.", "cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.", "cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.", "compile": "compila", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "True for verbose compile output. False by default", "compile.warnings": "Tells gcc which warning level to use. It's 'None' by default", "compilerWarnings": "Compiler warnings", @@ -252,6 +271,7 @@ "showVerbose": "Show verbose output during", "sketchbook.location": "Sketchbook location", "sketchbook.showAllFiles": "Adevărat pentru a afișa toate fișierele tip schița din interiorul schiței. Este fals în modul implicit.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Click for a list of unofficial board support URLs", "upload": "încarcă", "upload.verbose": "True for verbose upload output. False by default.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Autoderulare", "carriageReturn": "Carriage Return", - "connectionBusy": "Conexiunea a eșuat. Portul Serial este ocupat: {0}", - "disconnected": "Deconectat {0} de la {1}.", - "failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.", "message": "Message ({0} + Enter to send message to '{1}' on '{2}')", "newLine": "Linie Nouă", "newLineCarriageReturn": "NL și CR", "noLineEndings": "No Line Ending", "notConnected": "Not connected. Select a board and a port to connect automatically.", - "reconnect": "Reconectare {0} către {1} în {2} secunde...", "timestamp": "Timestamp", - "toggleTimestamp": "Toggle Timestamp", - "unexpectedError": "Eroare neașteptată. Reconectare {0} pe portul {1}." + "toggleTimestamp": "Toggle Timestamp" }, "sketch": { "archiveSketch": "Archive Sketch", "cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.", "close": "Are you sure you want to close the sketch?", "configureAndUpload": "Configure And Upload", - "couldNotConnectToSerial": "Could not reconnect to serial port. {0}", "createdArchive": "Created archive '{0}'.", "doneCompiling": "Done compiling.", "doneUploading": "Done uploading.", @@ -307,6 +321,11 @@ "verify": "Verifică", "verifyOrCompile": "Verify/Compile" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} eroare :{1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Nume pentru noul fișier", "invalidExtension": ".{0} nu este o extensie validă", "invalidFilename": "Numele fișierului este invalid.", - "newFileName": "Nume pentru noul fișier", - "sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected." + "newFileName": "Nume pentru noul fișier" } } } diff --git a/i18n/ru.json b/i18n/ru.json index 56868cb2c..d3e45ebb5 100644 --- a/i18n/ru.json +++ b/i18n/ru.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Загрузка корневого сертификата SSL", "uploadingCertificates": "Загрузка сертификатов." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Выберите видимость своего скетча:", - "cloudSketchbook": "Альбом в облаке", "connected": "Подключено", "continue": "Продолжить", "donePulling": "Закончить вытягивание ‘{0}’.", @@ -82,12 +86,14 @@ "pushSketch": "Выдавить скетч", "pushSketchMsg": "Это Публичный скетч. Перед нажатием убедитесь, что любая конфиденциальная информация определена в файлах arduino_secrets.h. Вы можете сделать скетч приватным на панели общего доступа.", "remote": "Удаленный", + "remoteSketchbook": "Remote Sketchbook", "share": "Поделиться...", "shareSketch": "Поделиться скетчем", "showHideRemoveSketchbook": "Показать/скрыть удаленный альбом", "signIn": "Войти", "signInToCloud": "Войдите в Arduino Cloud", "signOut": "Выйти", + "sync": "Sync", "syncEditSketches": "Синхронизировать и редактировать скетчи в Arduino Cloud", "visitArduinoCloud": "Посетите Arduino Cloud, чтобы создать скетчи в облаке." }, @@ -120,6 +126,9 @@ "fileAdded": "Один файл добавлен в скетч.", "replaceTitle": "Заменить" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Отладка - {0}", "debuggingNotSupported": "Отладка не поддерживается '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Уменьшить размер шрифта", "decreaseIndent": "Уменьшить отступ", "increaseFontSize": "Увеличить размер шрифта", - "increaseIndent": "Увеличить отступ" + "increaseIndent": "Увеличить отступ", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Скетч не сохранён. Пожалуйста, скопируйте вашу не сохраненную работу в ваш внешний текстовый редактор и перезапустите IDE.", @@ -212,9 +223,14 @@ "zipLibrary": "Библиотека" }, "menu": { + "advanced": "Advanced", "sketch": "Скетч", "tools": "Инструменты" }, + "monitor": { + "unableToCloseWebSocket": "Не удалось закрыть веб-сокет.", + "unableToConnectToWebSocket": "Не удается подключиться к веб-сокету." + }, "preferences": { "additionalManagerURLs": "Дополнительные ссылки для Менеджера плат", "auth.audience": "Аудитория OAuth2.", @@ -225,12 +241,15 @@ "board.certificates": "Список сертификатов, которые могут быть загружены в платы", "browse": "Обзор", "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.", "cloud.enabled": "True, если функции синхронизации скетчей включены. По умолчанию - true.", "cloud.pull.warn": "True, если пользователи должны быть предупреждены перед созданием облачного скетча. По умолчанию установлено значение true.", "cloud.push.warn": "True, если пользователи должны быть предупреждены перед запуском облачного эскиза. По умолчанию установлено значение true.", "cloud.pushpublic.warn": "True, если пользователи должны быть предупреждены перед отправкой общедоступного эскиза в облако. По умолчанию установлено значение true.", "cloud.sketchSyncEnpoint": "Конечная точка, используемая для отправки и извлечения скетчей из серверной части. По умолчанию он указывает на Arduino Cloud API.", "compile": "компиляции", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "True для подробного вывода компилятора. По умолчанию - false.", "compile.warnings": "Уровень предупреждений GCC. По умолчанию 'None'.", "compilerWarnings": "Предупреждения компилятора", @@ -252,6 +271,7 @@ "showVerbose": "Показывать детализированный вывод при", "sketchbook.location": "Путь к альбому со скетчами", "sketchbook.showAllFiles": "True - показывать все файлы внутри скетча. По умолчанию - false.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Список URL-адресов поддержки неофициальных плат", "upload": "выгрузке на плату", "upload.verbose": "True - подробный вывод при загрузке скетча на плату. По умолчанию - false.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Автопрокрутка", "carriageReturn": "CR Возврат каретки", - "connectionBusy": "Не удалось подключиться. Последовательный порт занят: {0}", - "disconnected": "Отключен {0} от {1}", - "failedReconnect": "Не удалось переподключиться {0} к последовательному порту после 10 попыток. Последовательный порт {1} занят.", "message": "Сообщение ({0} + Enter, чтобы отправить сообщение для '{1}' на '{2}')", "newLine": "Новая строка", "newLineCarriageReturn": "NL & CR", "noLineEndings": "Нет конца строки", "notConnected": "Нет соединения. Выберите плату и порт для автоматического подключения.", - "reconnect": "Переподключение {0} к {1} в {2} секунды...", "timestamp": "Время отметки", - "toggleTimestamp": "Переключить отметку времени", - "unexpectedError": "Непредвиденная ошибка. Переподключение {0} на порту {1}." + "toggleTimestamp": "Переключить отметку времени" }, "sketch": { "archiveSketch": "Архивировать скетч", "cantOpen": "Папка \"{0}\" уже существует. Невозможно открыть скетч.", "close": "Вы действительно хотите закрыть скетч?", "configureAndUpload": "Настроить и загрузить", - "couldNotConnectToSerial": "Не удалось переподключиться к последовательному порту. {0}", "createdArchive": "Создать архив '{0}'.", "doneCompiling": "Компиляция завершена.", "doneUploading": "Загрузка завершена.", @@ -295,7 +309,7 @@ "openSketchInNewWindow": "Открыть скетч в новом окне", "saveFolderAs": "Сохранить папку со скетчем как...", "saveSketchAs": "Сохранить папку скетча как...", - "saveTempSketch": "Save your sketch to open it again later.", + "saveTempSketch": "Сохраните свой скетч, чтобы открыть его позже.", "showFolder": "Показать папку скетча", "sketch": "Скетч", "sketchbook": "Альбом", @@ -307,6 +321,11 @@ "verify": "Проверить", "verifyOrCompile": "Проверить/Скомпилировать" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} ошибка: {1}" }, @@ -326,7 +345,7 @@ "daemonOffline": "CLI демон не подключен", "offline": "Не подключено", "quitMessage": "Любые не сохраненные изменения не будут сохранены.", - "quitTitle": "Are you sure you want to quit?" + "quitTitle": "Вы уверены, что хотите выйти?" }, "debug": { "start": "Запуск...", @@ -345,8 +364,7 @@ "fileNewName": "Имя нового файла", "invalidExtension": "Файлы с расширением \".{0}\" не поддерживаются.", "invalidFilename": "Неправильное имя файла", - "newFileName": "Новое имя файла", - "sketchDirectoryError": "Ошибка создания каталога скетча. Смотрите журнал для более подробной информации. Вероятно, приложение, не будет работать должным образом." + "newFileName": "Новое имя файла" } } } diff --git a/i18n/sr.json b/i18n/sr.json index 9371e4988..7fb2734ab 100644 --- a/i18n/sr.json +++ b/i18n/sr.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Спусти SSL Root сертификате", "uploadingCertificates": "Спуштање сертификата." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Одабери видљивост твог рада:", - "cloudSketchbook": "Cloud Sketchbook", "connected": "Повезан", "continue": "Наставите", "donePulling": "Готово повлачење ‘{0}’.", @@ -82,12 +86,14 @@ "pushSketch": "Push Sketch", "pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.", "remote": "Удаљени", + "remoteSketchbook": "Remote Sketchbook", "share": "Подјели...", "shareSketch": "Подјели рад", "showHideRemoveSketchbook": "Прикажи/Сакриј удаљене радне свеске", "signIn": "ПРИЈАВИ СЕ", "signInToCloud": "Улогујте се на Arduino Cloud", "signOut": "Одјави се", + "sync": "Sync", "syncEditSketches": "Sync and edit your Arduino Cloud Sketches", "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, @@ -120,6 +126,9 @@ "fileAdded": "Датотека је додата у рад.", "replaceTitle": "Замјени" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Отклањање грешака - {0}", "debuggingNotSupported": "'{0}' не подржава отклањање грешака", @@ -136,7 +145,9 @@ "decreaseFontSize": "Смањи величину текста", "decreaseIndent": "Смањи увлачење", "increaseFontSize": "Повећај величину текста", - "increaseIndent": "Повећај увлачење" + "increaseIndent": "Повећај увлачење", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", @@ -212,9 +223,14 @@ "zipLibrary": "Библиотека" }, "menu": { + "advanced": "Advanced", "sketch": "Рад", "tools": "Алатке" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "Additional Boards Manager URLs", "auth.audience": "OAuth2 публика.", @@ -225,12 +241,15 @@ "board.certificates": "Листа сертификата који могу бити спуштени на плоче", "browse": "Претражи", "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.", "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.", "cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.", "cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.", "cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.", "cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.", "compile": "преведи", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "True for verbose compile output. False by default", "compile.warnings": "Tells gcc which warning level to use. It's 'None' by default", "compilerWarnings": "Упозорења преводиоца", @@ -252,6 +271,7 @@ "showVerbose": "Прикажи детаљан испис током", "sketchbook.location": "Локација радне свеске", "sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Click for a list of unofficial board support URLs", "upload": "спусти", "upload.verbose": "True for verbose upload output. False by default.", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Аутоматско скроловање", "carriageReturn": "Carriage Return", - "connectionBusy": "Повезивање није успјело. Серијски порт је заузет: {0}", - "disconnected": "Откачен {0} од {1}.", - "failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.", "message": "Message ({0} + Enter to send message to '{1}' on '{2}')", "newLine": "Нова линија", "newLineCarriageReturn": "И нова линија и CR", "noLineEndings": "Без завршетка линије", "notConnected": "Није повезано. Одабери плочу и порт за аутоматско повезивање.", - "reconnect": "Поновно повезивање {0} на {1} за {2} секунди...", "timestamp": "Временска ознака", - "toggleTimestamp": "Укључи/искључи временску ознаку", - "unexpectedError": "Неочекивана грешка. Поновно повезивање {0} на порту {1}." + "toggleTimestamp": "Укључи/искључи временску ознаку" }, "sketch": { "archiveSketch": "Архивирај рад", "cantOpen": "Директоријум \"{0}\" већ постоји. Није могуће отворити рад.", "close": "Да ли желиш да затвориш рад?", "configureAndUpload": "Конфигуриши и спусти", - "couldNotConnectToSerial": "Could not reconnect to serial port. {0}", "createdArchive": "Направљена архива '{0}'.", "doneCompiling": "Превођење завршено.", "doneUploading": "Спуштање завршено.", @@ -307,6 +321,11 @@ "verify": "Провјери", "verifyOrCompile": "Провјери/Преведи" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0} грешка: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Име за нову датотеку", "invalidExtension": ".{0} није валидна екстензија", "invalidFilename": "Неважеће име датотеке.", - "newFileName": "Ново име за датотеку", - "sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected." + "newFileName": "Ново име за датотеку" } } } diff --git a/i18n/tr.json b/i18n/tr.json index 94a8fc08b..001f46339 100644 --- a/i18n/tr.json +++ b/i18n/tr.json @@ -10,7 +10,7 @@ "boardListItem": "{0} / {1}", "configDialog1": "Bir eskiz yüklemek istiyorsanız Kart ve Port seçmelisiniz.", "configDialog2": "Sadece Kart seçerseniz eskizinizi derleyebilir, ancak yükleyemezsiniz.", - "configDialogTitle": "Diğer Kart ve Port Seç", + "configDialogTitle": "Başka Kart ve Port Seç", "couldNotFindPreviouslySelected": "Kurulu '{1}' platformunda daha önce seçili kart '{0}' bulunamadı. Lütfen kullanmak istediğiniz kartı elle yeniden seçin. Şimdi tekrar seçmek istiyor musunuz?", "getBoardInfo": "Kart Bilgisini Al", "inSketchbook": "(Eskiz Defteri'nde)", @@ -19,7 +19,7 @@ "noFQBN": "FQBN seçili kart \"{0}\" için mevcut değil. İlgili çekirdeği kurdunuz mu?", "noPortsSelected": "'{0}' kartı için port seçilmedi", "noneSelected": "Kart seçilmedi.", - "openBoardsConfig": "Diğer kart ve portu seç...", + "openBoardsConfig": "Başka kart ve portu seç...", "platformMissing": "Seçili '{0}' kart için platform kurulmadı.", "pleasePickBoard": "Lütfen seçtiğiniz porta bağlı kartı seçin.", "port": "Port{0}", @@ -56,15 +56,19 @@ "uploadRootCertificates": "SSL Kök Sertifikalarını Yükle", "uploadingCertificates": "Sertifikalar yükleniyor." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' bulunamadı. Eskiziniz '#include ' satırını içeriyor mu?", + "mouseError": "'Mouse' bulunamadı. Eskiziniz '#include ' satırını içeriyor mu? " + }, "cloud": { + "account": "Hesap", "chooseSketchVisibility": "Eskizinizin görünürlüğünü seçin", - "cloudSketchbook": "Bulut Eskiz Defteri", "connected": "Bağlandı", "continue": "Devam et", "donePulling": "Çekme bitti: ‘{0}’.", "donePushing": "Gönderme bitti: ‘{0}’.", "embed": "Yerleştir:", - "emptySketchbook": "Eskiz Defteri'niz boş", + "emptySketchbook": "Eskiz Defteriniz boş", "learnMore": "Daha fazlasını öğren", "link": "Bağlantı:", "notYetPulled": "Bulut'a gönderilemedi. Henüz çekilmemiş.", @@ -82,12 +86,14 @@ "pushSketch": "Eskizi Gönder", "pushSketchMsg": "Bu bir Herkese Açık Eskiz. Göndermeden önce tüm hassas bilgilerin arduino_secrets.h dosyaları içinde tanımlandığından emin olun. Eskizleri Paylaş panelinden gizli yapabilirsiniz.", "remote": "Uzak", + "remoteSketchbook": "Bulut Eskiz Defteri", "share": "Paylaş...", - "shareSketch": "Eskiz'i Paylaş", - "showHideRemoveSketchbook": "Uzak Eskiz Defteri'ni Göster/Gizle", + "shareSketch": "Eskizi Paylaş", + "showHideRemoveSketchbook": "Bulut Eskiz Defteri'ni Göster/Gizle", "signIn": "GİRİŞ YAP", "signInToCloud": "Arduino Cloud'a giriş yap", "signOut": "Çıkış Yap", + "sync": "Senkronize Et", "syncEditSketches": "Arduino Cloud eskizlerinizi eşitleyin ve düzenleyin", "visitArduinoCloud": "Bulut Eskizleri oluşturmak için Arduino Cloud'u ziyaret edin." }, @@ -120,6 +126,9 @@ "fileAdded": "Eskize bir dosya eklendi.", "replaceTitle": "Değiştir" }, + "coreContribution": { + "copyError": "Hata mesajlarını kopyala" + }, "debug": { "debugWithMessage": "Debug - {0}", "debuggingNotSupported": "Debug '{0}' tarafından desteklenmiyor", @@ -136,7 +145,9 @@ "decreaseFontSize": "Yazı Tipi Boyutunu Küçült", "decreaseIndent": "Girintiyi Azalt", "increaseFontSize": "Yazı Tipi Boyutunu Büyüt", - "increaseIndent": "Girintiyi Artır" + "increaseIndent": "Girintiyi Artır", + "nextError": "Sonraki Hata", + "previousError": "Önceki Hata" }, "electron": { "couldNotSave": "Eskiz kaydedilemedi. Lütfen kaydedilmeyen işinizi favori metin düzenleyicinize kopyalayın ve IDE'yi yeniden başlatın.", @@ -155,7 +166,7 @@ "failedInstall": "Kurulum başarısız. Lütfen tekrar deneyin.", "install": "Kur", "installingFirmware": "Firmware kuruluyor.", - "overwriteSketch": "Kurulum karttaki Eskiz'in üzerine yazacak.", + "overwriteSketch": "Kurulum karttaki Eskizin üzerine yazacak.", "selectBoard": "Kart Seç", "selectVersion": "Firmware versiyonunu seç", "successfullyInstalled": "Firmware başarıyla kuruldu.", @@ -212,9 +223,14 @@ "zipLibrary": "Kütüphane" }, "menu": { + "advanced": "Gelişmiş", "sketch": "Eskiz", "tools": "Araçlar" }, + "monitor": { + "unableToCloseWebSocket": "Websocket kapatılamadı ", + "unableToConnectToWebSocket": "Websocket'e bağlanılamadı" + }, "preferences": { "additionalManagerURLs": "Ek Kart Yöneticisi URL'leri", "auth.audience": "OAuth2 audience.", @@ -225,13 +241,16 @@ "board.certificates": "Kartlara yüklenebilecek sertifikaların listesi", "browse": "Araştır", "choose": "Seç", - "cloud.enabled": "Eskiz eşitleme fonksiyonları etkinse True. Varsayılan: True.", - "cloud.pull.warn": "Kullanıcılar bir bulut eskizini çekmeden önce uyarılacaksa True. Varsayılan: True.", - "cloud.push.warn": "Kullanıcılar bir bulut eskizini göndermeden önce uyarılacaksa True. Varsayılan: True.", - "cloud.pushpublic.warn": "Kullanıcılar buluta herkese açık bir eskiz yüklemeden önce uyarılacaksa True. Varsayılan: True.", + "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.pull.warn": "Kullanıcılar bir bulut eskizini çekmeden önce uyarılacaksa açın. Varsayılan: Açık.", + "cloud.push.warn": "Kullanıcılar bir bulut eskizini göndermeden önce uyarılacaksa açın. Varsayılan: Açık.", + "cloud.pushpublic.warn": "Kullanıcılar buluta herkese açık bir eskiz yüklemeden önce uyarılacaksa açın. Varsayılan: Açık.", "cloud.sketchSyncEnpoint": "Ana yapıdan eskizler çekmek veya göndermek için son nokta kullanılır. Varsayılan: Arduino Cloud API.", "compile": "derle", - "compile.verbose": "Ayrıntılı derleme çıktısı için True. Varsayılan: False", + "compile.experimental": "IDE'nin birden fazla derleme hatasını kontrol etmesini istiyorsanız açın. Varsayılan olarak kapalı.", + "compile.revealRange": "Tamamlanamayan bir doğrula/yükleme'den sonra editörün derleme hatalarını nasıl göstereceğini ayarlar. Seçenekler: 'auto': Gerekli oldukça kaydır ve satırı göster. 'center': Gerekli oldukça kaydır ve satırı ortada göster. 'top': Gerekli oldukça kaydır ve satırı görünüm alanının üzerine yakın bir yerde göster. 'centerIfOutsideViewport': Gerekli oldukça kaydır ve satır sadece görünen alanın dışındaysa ortada göster. Varsayılan değer '{0}'.", + "compile.verbose": "Ayrıntılı derleme çıktısı için açın. Varsayılan: Kapalı", "compile.warnings": "gcc'ye hangi uyarı seviyesinin kullanılacağını söyler. Varsayılan: 'None'", "compilerWarnings": "Derleyici uyarıları", "editorFontSize": "Editör yazı tipi boyutu", @@ -251,12 +270,13 @@ "noProxy": "Vekil yok", "showVerbose": "Ayrıntılı çıktıyı görüntüle", "sketchbook.location": "Eskiz Defteri konumu", - "sketchbook.showAllFiles": "Tüm eskiz dosyalarını eskiz içinde görüntülemek için True. Varsayılan: false.", + "sketchbook.showAllFiles": "Tüm eskiz dosyalarını eskiz içinde görüntülemek için açın. Varsayılan: kapalı.", + "survey.notification": "Bir anket bulunduğunda kullanıcılara gösterilecekse açın. Varsayılan olarak açıktır.", "unofficialBoardSupport": "Desteklenmeyen kart destek URL'leri listesi için tıklayın", "upload": "yükle", - "upload.verbose": " Ayrıntılı yükleme çıktısı için True. Varsayılan: False", + "upload.verbose": " Ayrıntılı yükleme çıktısı için açın. Varsayılan: Kapalı", "verifyAfterUpload": "Yüklemeden sonra kodu doğrula", - "window.autoScale": "Kullanıcı arayüzü yazı tipi boyutu ile otomatik olarak ölçeklenecekse True", + "window.autoScale": "Kullanıcı arayüzü yazı tipi boyutu ile otomatik olarak ölçeklenecekse açın", "window.zoomLevel": "Pencerenin yakınlaştırma seviyesini ayarlar. Orijinal boyut 0'dır ve her yukarı artış (örn. 1) veya düşüş (örn. -1) %20 daha büyük veya daha küçük anlamına gelir. Aynı zamanda yakınlaştırma seviyesini daha hassas ayarlamak için ondalıklar da girebilirsiniz." }, "replaceMsg": "{0}'un mevcut versiyonu değiştirilsin mi?", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Otomatik Kaydırma", "carriageReturn": "Satır Başı", - "connectionBusy": "Bağlantı başarısız. Seri Port meşgul: {0}", - "disconnected": "{1} bağlantısı koptu {0}.", - "failedReconnect": "Peş peşe 10 denemeden sonra {0}'a bağlanılamadı. {1} Seri Portu meşgul.", "message": "Mesaj ({0} + Mesaj göndermek için Enter '{1}' / '{2}')", "newLine": "Yeni Satır", "newLineCarriageReturn": "NL ve CR ile Birlikte", "noLineEndings": "Satır Sonu Yok", "notConnected": "Bağlı değil. Otomatik olarak bağlanacak bir kart ve bir port seçin.", - "reconnect": "Yeniden bağlanılıyor {0} / {1} - {2} saniye", "timestamp": "Zaman", - "toggleTimestamp": "Zaman Damgasını Göster", - "unexpectedError": "Beklenmeyen hata. Yeniden bağlanılıyor {0} / {1}." + "toggleTimestamp": "Zaman Damgasını Göster" }, "sketch": { - "archiveSketch": "Eskiz'i Arşivle", + "archiveSketch": "Eskizi Arşivle", "cantOpen": "\"{0}\" klasörü zaten mevcut. Eskiz açılamadı.", "close": "Eskizi kapatmak istediğinizden emin misiniz?", "configureAndUpload": "Ayarla ve Yükle", - "couldNotConnectToSerial": "Seri Port'a tekrar bağlanılamadı. {0}", "createdArchive": "'{0}' arşivi oluşturuldu.", "doneCompiling": "Derleme bitti.", "doneUploading": "Yükleme bitti.", @@ -292,7 +306,7 @@ "new": "Yeni", "openFolder": "Klasörü Aç", "openRecent": "Yakın Geçmiş", - "openSketchInNewWindow": "Eskiz'i Yeni Pencerede Aç", + "openSketchInNewWindow": "Eskizi Yeni Pencerede Aç", "saveFolderAs": "Eskiz klasörünü farklı kaydet...", "saveSketchAs": "Eskiz klasörünü farklı kaydet...", "saveTempSketch": "Daha sonra tekrar açmak için eskizinizi kaydedin.", @@ -307,6 +321,11 @@ "verify": "Doğrula", "verifyOrCompile": "Doğrula/Derle" }, + "survey": { + "answerSurvey": "Anketi yanıtla", + "dismissSurvey": "Tekrar gösterme", + "surveyMessage": "Lütfen bu çok kısa anketi yanıtlayarak gelişmemize yardım edin. Topluluğumuza değer veriyoruz e destekçilerimizi biraz daha iyi tanımak isteriz." + }, "upload": { "error": "{0} hata: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Yeni dosya için isim", "invalidExtension": ".{0} geçerli bir uzantı değil", "invalidFilename": "Hatalı dosya adı.", - "newFileName": "Dosya için yeni isim", - "sketchDirectoryError": "Eskiz klasörünü oluştururken bir hata oluştur. Daha fazla bilgi için log'a bakın. Uygulama muhtemelen beklendiği şekilde çalışmayacak." + "newFileName": "Dosya için yeni isim" } } } diff --git a/i18n/uz.json b/i18n/uz.json new file mode 100644 index 000000000..d6e7ac07d --- /dev/null +++ b/i18n/uz.json @@ -0,0 +1,370 @@ +{ + "arduino": { + "about": { + "detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}", + "label": "About {0}" + }, + "board": { + "board": "Board{0}", + "boardInfo": "Board Info", + "boardListItem": "{0} at {1}", + "configDialog1": "Select both a Board and a Port if you want to upload a sketch.", + "configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.", + "configDialogTitle": "Select Other Board & Port", + "couldNotFindPreviouslySelected": "Could not find previously selected board '{0}' in installed platform '{1}'. Please manually reselect the board you want to use. Do you want to reselect it now?", + "getBoardInfo": "Get Board Info", + "inSketchbook": " (in Sketchbook)", + "installManually": "Install Manually", + "installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?", + "noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?", + "noPortsSelected": "No ports selected for board: '{0}'.", + "noneSelected": "No boards selected.", + "openBoardsConfig": "Select other board and port…", + "platformMissing": "The platform for the selected '{0}' board is not installed.", + "pleasePickBoard": "Please pick a board connected to the port you have selected.", + "port": "Port{0}", + "programmer": "Programmer", + "reselectLater": "Reselect later", + "selectBoardForInfo": "Please select a board to obtain board info.", + "selectPortForInfo": "Please select a port to obtain board info.", + "showAllAvailablePorts": "Shows all available ports when enabled", + "succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}", + "succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}" + }, + "boardsManager": "Boards Manager", + "bootloader": { + "burnBootloader": "Burn Bootloader", + "doneBurningBootloader": "Done burning bootloader." + }, + "burnBootloader": { + "error": "Error while burning the bootloader: {0}" + }, + "certificate": { + "addNew": "Add New", + "addURL": "Add URL to fetch SSL certificate", + "boardAtPort": "{0} at {1}", + "certificatesUploaded": "Certificates uploaded.", + "enterURL": "Enter URL", + "noSupportedBoardConnected": "No supported board connected", + "openContext": "Open context", + "remove": "Remove", + "selectBoard": "Select a board...", + "selectCertificateToUpload": "1. Select certificate to upload", + "selectDestinationBoardToUpload": "2. Select destination board and upload certificate", + "upload": "Upload", + "uploadFailed": "Upload failed. Please try again.", + "uploadRootCertificates": "Upload SSL Root Certificates", + "uploadingCertificates": "Uploading certificates." + }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, + "cloud": { + "account": "Account", + "chooseSketchVisibility": "Choose visibility of your Sketch:", + "connected": "Connected", + "continue": "Continue", + "donePulling": "Done pulling ‘{0}’.", + "donePushing": "Done pushing ‘{0}’.", + "embed": "Embed:", + "emptySketchbook": "Your Sketchbook is empty", + "learnMore": "Learn more", + "link": "Link:", + "notYetPulled": "Cannot push to Cloud. It is not yet pulled.", + "offline": "Offline", + "openInCloudEditor": "Open in Cloud Editor", + "options": "Options...", + "privateVisibility": "Private. Only you can view the Sketch.", + "profilePicture": "Profile picture", + "publicVisibility": "Public. Anyone with the link can view the Sketch.", + "pull": "Pull", + "pullFirst": "You have to pull first to be able to push to the Cloud.", + "pullSketch": "Pull Sketch", + "pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?", + "push": "Push", + "pushSketch": "Push Sketch", + "pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.", + "remote": "Remote", + "remoteSketchbook": "Remote Sketchbook", + "share": "Share...", + "shareSketch": "Share Sketch", + "showHideRemoveSketchbook": "Show/Hide Remote Sketchbook", + "signIn": "SIGN IN", + "signInToCloud": "Sign in to Arduino Cloud", + "signOut": "Sign Out", + "sync": "Sync", + "syncEditSketches": "Sync and edit your Arduino Cloud Sketches", + "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." + }, + "common": { + "later": "Later", + "noBoardSelected": "No board selected", + "notConnected": "[not connected]", + "offlineIndicator": "You appear to be offline. Without an Internet connection, the Arduino CLI might not be able to download the required resources and could cause malfunction. Please connect to the Internet and restart the application.", + "oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?", + "processing": "Processing", + "selectBoard": "Select Board", + "selectedOn": "on {0}", + "serialMonitor": "Serial Monitor", + "unknown": "Unknown" + }, + "compile": { + "error": "Compilation error: {0}" + }, + "component": { + "by": "by", + "filterSearch": "Filter your search...", + "install": "INSTALL", + "moreInfo": "More info", + "uninstall": "Uninstall", + "uninstallMsg": "Do you want to uninstall {0}?", + "version": "Version {0}" + }, + "contributions": { + "addFile": "Add File", + "fileAdded": "One file added to the sketch.", + "replaceTitle": "Replace" + }, + "coreContribution": { + "copyError": "Copy error messages" + }, + "debug": { + "debugWithMessage": "Debug - {0}", + "debuggingNotSupported": "Debugging is not supported by '{0}'", + "noPlatformInstalledFor": "Platform is not installed for '{0}'", + "optimizeForDebugging": "Optimize for Debugging" + }, + "dialog": { + "dontAskAgain": "Don't ask again" + }, + "editor": { + "autoFormat": "Auto Format", + "commentUncomment": "Comment/Uncomment", + "copyForForum": "Copy for Forum (Markdown)", + "decreaseFontSize": "Decrease Font Size", + "decreaseIndent": "Decrease Indent", + "increaseFontSize": "Increase Font Size", + "increaseIndent": "Increase Indent", + "nextError": "Next Error", + "previousError": "Previous Error" + }, + "electron": { + "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", + "unsavedChanges": "Any unsaved changes will not be saved." + }, + "examples": { + "builtInExamples": "Built-in examples", + "couldNotInitializeExamples": "Could not initialize built-in examples.", + "customLibrary": "Examples from Custom Libraries", + "for": "Examples for {0}", + "forAny": "Examples for any board", + "menu": "Examples" + }, + "firmware": { + "checkUpdates": "Check Updates", + "failedInstall": "Installation failed. Please try again.", + "install": "Install", + "installingFirmware": "Installing firmware.", + "overwriteSketch": "Installation will overwrite the Sketch on the board.", + "selectBoard": "Select Board", + "selectVersion": "Select firmware version", + "successfullyInstalled": "Firmware successfully installed.", + "updater": "WiFi101 / WiFiNINA Firmware Updater" + }, + "help": { + "environment": "Environment", + "faq": "Frequently Asked Questions", + "findInReference": "Find in Reference", + "gettingStarted": "Getting Started", + "keyword": "Type a keyword", + "privacyPolicy": "Privacy Policy", + "reference": "Reference", + "search": "Search on Arduino.cc", + "troubleshooting": "Troubleshooting", + "visit": "Visit Arduino.cc" + }, + "ide-updater": { + "closeAndInstallButton": "Close and Install", + "closeToInstallNotice": "Close the software and install the update on your machine.", + "downloadButton": "Download", + "downloadingNotice": "Downloading the latest version of the Arduino IDE.", + "errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}", + "goToDownloadButton": "Go To Download", + "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.", + "ideUpdaterDialog": "Software Update", + "newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.", + "noUpdatesAvailable": "There are no recent updates available for the Arduino IDE", + "notNowButton": "Not now", + "skipVersionButton": "Skip Version", + "updateAvailable": "Update Available", + "versionDownloaded": "Arduino IDE {0} has been downloaded." + }, + "library": { + "addZip": "Add .ZIP Library...", + "arduinoLibraries": "Arduino libraries", + "contributedLibraries": "Contributed libraries", + "dependenciesForLibrary": "Dependencies for library {0}:{1}", + "include": "Include Library", + "installAll": "Install all", + "installMissingDependencies": "Would you like to install all the missing dependencies?", + "installOneMissingDependency": "Would you like to install the missing dependency?", + "installOnly": "Install {0} only", + "installedSuccessfully": "Successfully installed library {0}:{1}", + "libraryAlreadyExists": "A library already exists. Do you want to overwrite it?", + "manageLibraries": "Manage Libraries...", + "namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?", + "needsMultipleDependencies": "The library {0}:{1} needs some other dependencies currently not installed:", + "needsOneDependency": "The library {0}:{1} needs another dependency currently not installed:", + "overwriteExistingLibrary": "Do you want to overwrite the existing library?", + "successfullyInstalledZipLibrary": "Successfully installed library from {0} archive", + "title": "Library Manager", + "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}", + "zipLibrary": "Library" + }, + "menu": { + "advanced": "Advanced", + "sketch": "Sketch", + "tools": "Tools" + }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, + "preferences": { + "additionalManagerURLs": "Additional Boards Manager URLs", + "auth.audience": "The OAuth2 audience.", + "auth.clientID": "The OAuth2 client ID.", + "auth.domain": "The OAuth2 domain.", + "auth.registerUri": "The URI used to register a new user.", + "automatic": "Automatic", + "board.certificates": "List of certificates that can be uploaded to boards", + "browse": "Browse", + "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.", + "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.", + "cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.", + "cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.", + "cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.", + "cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.", + "compile": "compile", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", + "compile.verbose": "True for verbose compile output. False by default", + "compile.warnings": "Tells gcc which warning level to use. It's 'None' by default", + "compilerWarnings": "Compiler warnings", + "editorFontSize": "Editor font size", + "editorQuickSuggestions": "Editor Quick Suggestions", + "enterAdditionalURLs": "Enter additional URLs, one for each row", + "files.inside.sketches": "Show files inside Sketches", + "ide.updateBaseUrl": "The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'", + "ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.", + "interfaceScale": "Interface scale", + "invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.", + "invalid.sketchbook.location": "Invalid sketchbook location: {0}", + "invalid.theme": "Invalid theme.", + "language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.", + "manualProxy": "Manual proxy configuration", + "network": "Network", + "newSketchbookLocation": "Select new sketchbook location", + "noProxy": "No proxy", + "showVerbose": "Show verbose output during", + "sketchbook.location": "Sketchbook location", + "sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", + "unofficialBoardSupport": "Click for a list of unofficial board support URLs", + "upload": "upload", + "upload.verbose": "True for verbose upload output. False by default.", + "verifyAfterUpload": "Verify code after upload", + "window.autoScale": "True if the user interface automatically scales with the font size.", + "window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity." + }, + "replaceMsg": "Replace the existing version of {0}?", + "selectZip": "Select a zip file containing the library you'd like to add", + "serial": { + "autoscroll": "Autoscroll", + "carriageReturn": "Carriage Return", + "message": "Message ({0} + Enter to send message to '{1}' on '{2}')", + "newLine": "New Line", + "newLineCarriageReturn": "Both NL & CR", + "noLineEndings": "No Line Ending", + "notConnected": "Not connected. Select a board and a port to connect automatically.", + "timestamp": "Timestamp", + "toggleTimestamp": "Toggle Timestamp" + }, + "sketch": { + "archiveSketch": "Archive Sketch", + "cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.", + "close": "Are you sure you want to close the sketch?", + "configureAndUpload": "Configure And Upload", + "createdArchive": "Created archive '{0}'.", + "doneCompiling": "Done compiling.", + "doneUploading": "Done uploading.", + "exportBinary": "Export Compiled Binary", + "moving": "Moving", + "movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?", + "new": "New", + "openFolder": "Open Folder", + "openRecent": "Open Recent", + "openSketchInNewWindow": "Open Sketch in New Window", + "saveFolderAs": "Save sketch folder as...", + "saveSketchAs": "Save sketch folder as...", + "saveTempSketch": "Save your sketch to open it again later.", + "showFolder": "Show Sketch Folder", + "sketch": "Sketch", + "sketchbook": "Sketchbook", + "titleLocalSketchbook": "Local Sketchbook", + "titleSketchbook": "Sketchbook", + "upload": "Upload", + "uploadUsingProgrammer": "Upload Using Programmer", + "userFieldsNotFoundError": "Can't find user fields for connected board", + "verify": "Verify", + "verifyOrCompile": "Verify/Compile" + }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, + "upload": { + "error": "{0} error: {1}" + }, + "userFields": { + "cancel": "Cancel", + "upload": "Upload" + } + }, + "cloud": { + "GoToCloud": "GO TO CLOUD" + }, + "theia": { + "core": { + "cannotConnectBackend": "Cannot connect to the backend.", + "cannotConnectDaemon": "Cannot connect to the CLI daemon.", + "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", + "daemonOffline": "CLI Daemon Offline", + "offline": "Offline", + "quitMessage": "Any unsaved changes will not be saved.", + "quitTitle": "Are you sure you want to quit?" + }, + "debug": { + "start": "Start...", + "startError": "There was an error starting the debug session, check the logs for more details.", + "typeNotSupported": "The debug session type \"{0}\" is not supported." + }, + "editor": { + "unsavedTitle": "Unsaved – {0}" + }, + "messages": { + "collapse": "Collapse", + "expand": "Expand" + }, + "workspace": { + "deleteCurrentSketch": "Do you want to delete the current sketch?", + "fileNewName": "Name for new file", + "invalidExtension": ".{0} is not a valid extension", + "invalidFilename": "Invalid filename.", + "newFileName": "New name for file" + } + } +} diff --git a/i18n/vi.json b/i18n/vi.json index 69a1f072e..d91e0f397 100644 --- a/i18n/vi.json +++ b/i18n/vi.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "Nạp lên các chứng chỉ gốc SSL", "uploadingCertificates": "Đang nạp các chứng chỉ." }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Chọn khả năng hiển thị của Sketch của bạn:", - "cloudSketchbook": "Cloud Sketchbook", "connected": "Đã kết nối", "continue": "Tiếp tục", "donePulling": "Hoàn tất tải xuống '{0}'.", @@ -82,12 +86,14 @@ "pushSketch": "Đẩy sketch lên", "pushSketchMsg": "Đây là sketch công khai. Trước khi đẩy lên, đảm bảo rằng tất cả các thông tin nhậy cảm được xác định trong tệp arduino_secrets.h. Bạn có thể tạo một sketch riêng tư từ bảng Chia sẻ.", "remote": "Từ xa", + "remoteSketchbook": "Remote Sketchbook", "share": "Chia sẻ...", "shareSketch": "Chia sẻ sketch.", "showHideRemoveSketchbook": "Hiển thị/Ẩn Remote Sketchbook", "signIn": "Đăng Nhập", "signInToCloud": "Đăng nhập vào Arduino Cloud", "signOut": "Đăng Xuất", + "sync": "Sync", "syncEditSketches": "Đồng bộ và chỉnh sửa các Arduino Cloud Sketch của bạn", "visitArduinoCloud": "Truy cập Arduino Cloud để tạo Cloud Sketch." }, @@ -120,6 +126,9 @@ "fileAdded": "Một tệp đã được thêm vào sketch.", "replaceTitle": "Thay thế" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "Sửa lỗi - {0}", "debuggingNotSupported": "Sửa lỗi không hỗ trợ bởi '{0}'", @@ -136,7 +145,9 @@ "decreaseFontSize": "Giảm cỡ chữ", "decreaseIndent": "Thụt dòng ra", "increaseFontSize": "Tăng cỡ chữ", - "increaseIndent": "Thụt dòng vào" + "increaseIndent": "Thụt dòng vào", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "Không thể lưu sketch. Hãy sao chép tất cả những phần việc chưa được lưu lại vào trình chỉnh sửa văn bản yêu thích của bạn, và khởi động lại IDE.", @@ -212,9 +223,14 @@ "zipLibrary": "Thư viện" }, "menu": { + "advanced": "Advanced", "sketch": "Sketch", "tools": "Công cụ" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "Địa chỉ URLs của các trình quản lý thêm bo mạch", "auth.audience": "Khán giả OAuth2.", @@ -225,12 +241,15 @@ "board.certificates": "Danh sách các chứng chỉ có thể nạp lên bo mạch", "browse": "Duyệt", "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.", "cloud.enabled": "'True' nếu chức năng đồng bộ sketch được bật. Mặc định là 'true'.", "cloud.pull.warn": "'True' nếu người dùng muốn được cảnh báo trước khi tải xuống một cloud sketch. Mặc định là 'true'.", "cloud.push.warn": "'True' nếu người dùng muốn được cảnh báo trước khi đẩy lên lên một cloud sketch. Mặc định là 'true'.", "cloud.pushpublic.warn": "'True' nếu người dùng muốn được cảnh báo trước khi đẩy lên lên một sketch công khai lên đám mây. Mặc định là 'true'.", "cloud.sketchSyncEnpoint": "Đầu cuối đùng dể đẩy lên và tải xuống sketch từ backend. Mặc định chỉ đến Arduino Cloud API.", "compile": "biên dịch", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "'True' để bật đầu ra biên dịch chi tiết (verbose compile output). Mặc định là 'false'", "compile.warnings": "Báo cho gcc biết phải sử dụng mức cảnh báo nào. Mặc định là 'None'", "compilerWarnings": "Cảnh báo từ trình biên dịch", @@ -252,6 +271,7 @@ "showVerbose": "Hiển thị đầu ra chi tiết trong khi", "sketchbook.location": "Địa điểm chứa sketchbook", "sketchbook.showAllFiles": "'True' để hiển thị tất cả các tệp sketch trong sketch. Mặc định là 'false'.", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "Nhấp vào đây để hiển thị danh sách các URLs hỗ trợ các bo mạch không chính thức", "upload": "nạp ", "upload.verbose": "'True' để bật đầu ra nạp lệnh chi tiết (verbose upload output). Mặc định là 'false'", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "Tự động cuộn", "carriageReturn": "Về đầu dòng", - "connectionBusy": "Kết nối thất bại. Cống serial đang bận: {0}", - "disconnected": "Ngắt kết nối {0} khỏi {1}.", - "failedReconnect": "Thất bại khi cố kết nối lại {0} đến cổng serial sau 10 lần thử liên tiếp. Cổng serial {1} đang bận.", "message": "Nhắn tin ({0} + Enter để gửi tin nhắn tới '{1}' trên cổng '{2}')", "newLine": "Dòng mới", "newLineCarriageReturn": "Vừa xuống dòng & về đầu dòng", "noLineEndings": "Không có kết thúc dòng", "notConnected": "Chưa được kết nối. Hãy chọn một bo mạch và một cổng để tự động kết nối.", - "reconnect": "Đang kết nối lại {0} tới {1} trong {2} giây...", "timestamp": "Mốc thời gian", - "toggleTimestamp": "Bật tắt mốc thời gian", - "unexpectedError": "Lỗi không mong muốn. Đang kết nối lại {0} tại cổng {1}." + "toggleTimestamp": "Bật tắt mốc thời gian" }, "sketch": { "archiveSketch": "Nén sketch", "cantOpen": "Một thư mục tên \"{0}\" đã tồn tại. Không thể mở sketch.", "close": "Bạn có chắc muốn đóng sketch này không?", "configureAndUpload": "Cấu hình và nạp", - "couldNotConnectToSerial": "Không thể kết nối lại với cổng serial. {0}", "createdArchive": "Đã tạo tệp nén '{0]'.", "doneCompiling": "Biên dịch hoàn tất.", "doneUploading": "Nạp hoàn tất.", @@ -307,6 +321,11 @@ "verify": "Xác thực", "verifyOrCompile": "Xác thực/Biên dịch" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "Lỗi {0}: {1}" }, @@ -345,8 +364,7 @@ "fileNewName": "Tên cho tệp mới", "invalidExtension": ".{0} không phải đuôi mở rộng hợp lệ", "invalidFilename": "Tên tệp không hợp lệ.", - "newFileName": "Tên mới cho tệp", - "sketchDirectoryError": "Có lỗi xảy ra khi tạo đường dẫn đến sketch. Hãy xem log để biết thêm chi tiết. Chương trình có thể sẽ không hoạt động bình thường." + "newFileName": "Tên mới cho tệp" } } } diff --git a/i18n/zh.json b/i18n/zh.json index bf7ea6b34..65cd3f443 100644 --- a/i18n/zh.json +++ b/i18n/zh.json @@ -11,16 +11,16 @@ "configDialog1": "如果要上传项目,请选择开发板和端口。", "configDialog2": "如果你只选择了开发板,你可以编译项目,但不能上传项目。", "configDialogTitle": "选择其他开发板和端口", - "couldNotFindPreviouslySelected": "在安装的平台{1}中找不到以前选择的开发板{0}。请手动选择要使用的开发板。你想现在重新选择它吗?", + "couldNotFindPreviouslySelected": "在安装的平台’{1}‘中找不到以前选择的开发板’{0}‘。请手动选择要使用的开发板。你想现在重新选择它吗?", "getBoardInfo": "获得开发板信息", "inSketchbook": "(在项目文件夹中)", "installManually": "手动安装", - "installNow": "必须为当前选定的{2}开发板板安装{0}{1}内核。你想现在安装吗?", - "noFQBN": "FQBN不可用于所选开发板{0}。你是否安装了相应的内核?", - "noPortsSelected": "没有为开发板选择端口:{0}。", + "installNow": "必须为当前选定的{2}开发板板安装“{0}{1}”内核。你想现在安装吗?", + "noFQBN": "FQBN不可用于所选开发板“{0}”。你是否安装了相应的内核?", + "noPortsSelected": "没有为开发板选择端口:’{0}‘。", "noneSelected": "未选择任何开发板。", "openBoardsConfig": "选择其他开发板和端口。。。", - "platformMissing": "未安装所选{0}开发板的平台。", + "platformMissing": "未安装所选’{0}‘开发板的平台。", "pleasePickBoard": "请选择要连接的开发板。", "port": "端口{0}", "programmer": "编程器", @@ -56,13 +56,17 @@ "uploadRootCertificates": "上传SSL根证书", "uploadingCertificates": "上传证书。" }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "选择项目的可见性:", - "cloudSketchbook": "云项目文件夹", "connected": "已连接", "continue": "继续", - "donePulling": "已完成拉取{0}。", - "donePushing": "已完成推送{0}。", + "donePulling": "已完成拉取’{0}‘。", + "donePushing": "已完成推送’{0}‘。", "embed": "嵌入:", "emptySketchbook": "你的项目文件夹是空的", "learnMore": "查看更多", @@ -82,12 +86,14 @@ "pushSketch": "推送项目", "pushSketchMsg": "这是公开的项目。推送前,确保在arduino_secrets.h中明确了所有敏感信息。可以从共享界面将项目设为私人项目。", "remote": "远程", + "remoteSketchbook": "Remote Sketchbook", "share": "共享。。。", "shareSketch": "共享项目", "showHideRemoveSketchbook": "显示/隐藏远程项目文件夹", "signIn": "登录", "signInToCloud": "登录Arduino Cloud", "signOut": "退出登录", + "sync": "Sync", "syncEditSketches": "同步和编辑Arduino Cloud项目", "visitArduinoCloud": "访问Arduino Cloud以创建云项目。" }, @@ -96,7 +102,7 @@ "noBoardSelected": "没有选择开发板", "notConnected": "[没有连接]", "offlineIndicator": "你似乎处于离线状态。如果没有网络连接,Arduino CLI可能无法下载所需的资源,并可能导致故障。请连接网络并重新启动程序。", - "oldFormat": "{0}仍然使用旧的.pde格式。是否要切换到新的.ino扩展?", + "oldFormat": "’{0}‘仍然使用旧的‘.pde’格式。是否要切换到新的‘.ino’扩展?", "processing": "正在处理中", "selectBoard": "选择开发板", "selectedOn": "on {0}", @@ -120,10 +126,13 @@ "fileAdded": "将一个文件添加到项目中。", "replaceTitle": "替换" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "调试 - {0}", - "debuggingNotSupported": "{0}不支持调试", - "noPlatformInstalledFor": "{0}平台未安装", + "debuggingNotSupported": "’{0}‘不支持调试", + "noPlatformInstalledFor": "’{0}‘平台未安装", "optimizeForDebugging": "调试优化" }, "dialog": { @@ -136,7 +145,9 @@ "decreaseFontSize": "减小字号", "decreaseIndent": "减少缩进", "increaseFontSize": "放大字体", - "increaseIndent": "增加缩进" + "increaseIndent": "增加缩进", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "无法保存草图。请将未保存的工作复制到你喜爱的文本编辑器中,然后重新启动IDE。", @@ -193,28 +204,33 @@ "addZip": "添加 .ZIP 库。。。", "arduinoLibraries": "arduino库", "contributedLibraries": "贡献库", - "dependenciesForLibrary": "库{0}的依赖:{1}", + "dependenciesForLibrary": "{0}库的依赖:{1}", "include": "包含库", "installAll": "全部安装", "installMissingDependencies": "是否安装所有缺少的依赖?", "installOneMissingDependency": "是否安装缺少的依赖?", "installOnly": "仅安装{0}", - "installedSuccessfully": "已成功安装库{0}:{1}", + "installedSuccessfully": "已成功安装{0}库:{1}", "libraryAlreadyExists": "库已经存在。是否要覆盖它?", "manageLibraries": "管理库。。。", "namedLibraryAlreadyExists": "名为{0}的库文件夹已存在。是否要覆盖它?", - "needsMultipleDependencies": "库{0}:{1}需要一些未安装的依赖:", - "needsOneDependency": "库{0}:{1}需要一些未安装的依赖:", + "needsMultipleDependencies": "{0}库:{1}需要一些未安装的依赖:", + "needsOneDependency": "{0}库:{1}需要一些未安装的依赖:", "overwriteExistingLibrary": "是否覆盖现有的库?", "successfullyInstalledZipLibrary": "已从{0}存档成功安装库", "title": "库管理", - "uninstalledSuccessfully": "已成功卸载库{0}:{1}", + "uninstalledSuccessfully": "已成功卸载{0}库:{1}", "zipLibrary": "库" }, "menu": { + "advanced": "Advanced", "sketch": "项目", "tools": "工具" }, + "monitor": { + "unableToCloseWebSocket": "无法关闭websocket", + "unableToConnectToWebSocket": "无法连接websocket" + }, "preferences": { "additionalManagerURLs": "其他开发板管理器地址", "auth.audience": "OAuth2 受众。", @@ -225,20 +241,23 @@ "board.certificates": "可上传到开发板的证书列表", "browse": "浏览", "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.", "cloud.enabled": "True则启用项目同步功能。默认为true。", "cloud.pull.warn": "True则在拉取cloud项目之前警告用户。默认为true。", "cloud.push.warn": "True则在推送cloud项目之前警告用户。默认为true。", "cloud.pushpublic.warn": "True则将公开项目推送到cloud中之前警告用户。默认为true。", "cloud.sketchSyncEnpoint": "用于从后台推送项目的端点。默认情况下,它指向Arduino Cloud API。", "compile": "编译", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "True则输出详细编译信息。默认为False", "compile.warnings": "设置gcc警告级别。默认为None", "compilerWarnings": "编译器警告", "editorFontSize": "编辑器字体大小", "editorQuickSuggestions": "编辑快速建议", - "enterAdditionalURLs": "输入其他地址,每行一个。", + "enterAdditionalURLs": "输入补充地址,每行一个。", "files.inside.sketches": "显示项目中的文件夹", - "ide.updateBaseUrl": "The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'", + "ide.updateBaseUrl": "下载更新的网址。默认为 'https://downloads.arduino.cc/arduino-ide'", "ide.updateChannel": "在发布频道中获取更新信息。'stable是稳定的版本,nightly是最新的开发版本。", "interfaceScale": "界面比例", "invalid.editorFontSize": "编辑器字体大小无效。它必须是正整数。", @@ -252,6 +271,7 @@ "showVerbose": "显示详细输出", "sketchbook.location": "项目文件夹地址", "sketchbook.showAllFiles": "True则显示项目中的所有项目文件。默认情况下为false。", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "点击获取支持的非官方开发板地址列表", "upload": "上传", "upload.verbose": "True则输出详细上传信息。默认情况下为False。", @@ -264,38 +284,32 @@ "serial": { "autoscroll": "自动滚屏", "carriageReturn": "回车", - "connectionBusy": "连接失败。串行端口被占用:{0}", - "disconnected": "已断开{0}与{1}的连接。", - "failedReconnect": "连续尝试10次后,无法将{0}重新连接到串行端口。{1}串行端口被占用。", "message": "消息({0}+Enter将消息发送到{2}上的{1})", "newLine": "换行", "newLineCarriageReturn": "两者都是NL和CR", "noLineEndings": "没有结束符", "notConnected": "未连接。选择要自动连接的开发板和端口。", - "reconnect": "正在{2}秒内将{0}重新连接到{1}。。。", "timestamp": "时间戳", - "toggleTimestamp": "切换时间戳", - "unexpectedError": "意外错误。正在重新连接端口{1}上的{0}。" + "toggleTimestamp": "切换时间戳" }, "sketch": { "archiveSketch": "项目存档", - "cantOpen": "文件夹{0}已存在。无法打开项目。", + "cantOpen": "”{0}“文件夹已存在。无法打开项目。", "close": "是否确实要关闭项目?", "configureAndUpload": "配置和上传", - "couldNotConnectToSerial": "无法重新连接到串行端口。{0}", - "createdArchive": "已创建存档文件{0}。", + "createdArchive": "已创建存档’{0}‘。", "doneCompiling": "编译完成", "doneUploading": "上传完成", "exportBinary": "导出已编译的二进制文件", "moving": "移动", - "movingMsg": "文件{0}需要位于{1}项目文件夹中。\n创建此文件夹,移动文件,然后继续?", + "movingMsg": "”{0}“文件需要位于“{1}”项目文件夹中。\n创建此文件夹,移动文件,然后继续?", "new": "新建", "openFolder": "打开文件夹", "openRecent": "打开最近", "openSketchInNewWindow": "在新窗口打开项目", "saveFolderAs": "将项目文件夹另存为。。。", "saveSketchAs": "将项目文件夹另存为。。。", - "saveTempSketch": "Save your sketch to open it again later.", + "saveTempSketch": "保存你的项目,以便以后再次打开它。", "showFolder": "显示项目文件夹", "sketch": "项目", "sketchbook": "项目文件夹", @@ -307,6 +321,11 @@ "verify": "验证", "verifyOrCompile": "验证/编译" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "{0}错误:{1}" }, @@ -326,12 +345,12 @@ "daemonOffline": "CLI守护进程离线", "offline": "离线", "quitMessage": "将不会保存任何未保存的更改。", - "quitTitle": "Are you sure you want to quit?" + "quitTitle": "你确定你要退出吗?" }, "debug": { "start": "开始。。。", "startError": "启动调试会话时出错,请检查日志以了解更多详细信息。", - "typeNotSupported": "不支持调试会话的类型{0}。" + "typeNotSupported": "不支持调试会话的类型“{0}”。" }, "editor": { "unsavedTitle": "未保存–{0}" @@ -345,8 +364,7 @@ "fileNewName": "新文件的名称", "invalidExtension": ".{0}不是有效扩展名", "invalidFilename": "无效的文件名。", - "newFileName": "文件的新名称", - "sketchDirectoryError": "新建项目目录时出错。有关详细信息,请参阅日志。应用程序可能无法按预期工作。" + "newFileName": "文件的新名称" } } } diff --git a/i18n/zh_TW.json b/i18n/zh_TW.json index 978315ac7..7f3adac65 100644 --- a/i18n/zh_TW.json +++ b/i18n/zh_TW.json @@ -56,9 +56,13 @@ "uploadRootCertificates": "上傳SSL根證書", "uploadingCertificates": "上傳證書" }, + "cli-error-parser": { + "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include '?", + "mouseError": "'Mouse' not found. Does your sketch include the line '#include '?" + }, "cloud": { + "account": "Account", "chooseSketchVisibility": "選擇草稿的能見度:", - "cloudSketchbook": "雲端草稿資料夾", "connected": "已連接", "continue": "繼續", "donePulling": "完成讀取'{0}'。", @@ -82,12 +86,14 @@ "pushSketch": "更改草稿", "pushSketchMsg": "這是一個公開草稿,在更改前,請確認所有敏感資訊都定義在arduino_secrets.h中。可以在分享介面設定為私人草稿。", "remote": "遠端", + "remoteSketchbook": "Remote Sketchbook", "share": "分享...", "shareSketch": "分享草稿", "showHideRemoveSketchbook": "顯示/隱藏遠端草稿資料夾", "signIn": "登入", "signInToCloud": "登入Arduino Cloud", "signOut": "登出", + "sync": "Sync", "syncEditSketches": "同步和編輯您的Arduino Clou草稿", "visitArduinoCloud": "前往Arduino Cloud建立雲端草稿。" }, @@ -120,6 +126,9 @@ "fileAdded": "一個檔案加入到 Sketch", "replaceTitle": "替代" }, + "coreContribution": { + "copyError": "Copy error messages" + }, "debug": { "debugWithMessage": "除錯 - {0}", "debuggingNotSupported": "'{0}'不支援除錯。", @@ -136,7 +145,9 @@ "decreaseFontSize": "縮小字體", "decreaseIndent": "減少縮排", "increaseFontSize": "加大字體", - "increaseIndent": "增加縮排" + "increaseIndent": "增加縮排", + "nextError": "Next Error", + "previousError": "Previous Error" }, "electron": { "couldNotSave": "無法儲存草稿,請複製你未存檔的工作到你偏好的文字編輯器中並重新啟動 IDE 整合開發環境", @@ -212,9 +223,14 @@ "zipLibrary": "函式庫" }, "menu": { + "advanced": "Advanced", "sketch": "草稿", "tools": "工具" }, + "monitor": { + "unableToCloseWebSocket": "Unable to close websocket", + "unableToConnectToWebSocket": "Unable to connect to websocket" + }, "preferences": { "additionalManagerURLs": "其他開發版管理器網址", "auth.audience": "OAuth2閱聽者", @@ -225,12 +241,15 @@ "board.certificates": "可上傳至開發版的證書列表", "browse": "瀏覽", "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.", "cloud.enabled": "True則啟用草稿同步功能。預設為true。", "cloud.pull.warn": "True則在取出雲端草稿時警告使用者。預設為true。", "cloud.push.warn": "True則在更改雲端草稿時警告使用者。預設為True。", "cloud.pushpublic.warn": "True則在更改一個公開草稿到雲端時警告使用者。預設為true", "cloud.sketchSyncEnpoint": "用來從後台更改與取出草稿的端點。預設的端點是指向Arduino Cloud API。", "compile": "編譯", + "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default", + "compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.", "compile.verbose": "True則輸出詳細編譯資訊。預設為False", "compile.warnings": "設定gcc警告等級。預設為'None'", "compilerWarnings": "編譯器警告", @@ -252,6 +271,7 @@ "showVerbose": "顯示詳細輸出", "sketchbook.location": "草稿資料夾位置", "sketchbook.showAllFiles": "True則顯示所有草稿中的草稿檔案。預設為false。", + "survey.notification": "True if users should be notified if a survey is available. True by default.", "unofficialBoardSupport": "點擊以取得支援非官方開發版的網址列表", "upload": "上傳", "upload.verbose": "True則輸出詳細上傳資訊。預設為False", @@ -264,25 +284,19 @@ "serial": { "autoscroll": "自動滾頁面", "carriageReturn": "回車", - "connectionBusy": "連接失敗,1[0] 串列埠忙碌", - "disconnected": "已斷開{0}與{1}的連接。", - "failedReconnect": "連續嘗試10此後,無法將{0}重新連接到序列埠。{1}序列埠被占用。", "message": "訊息 (1{0}+Enter將訊息發送到'{2}'上的2{1})", "newLine": "換行", "newLineCarriageReturn": "兩者都是NL和CR", "noLineEndings": "沒有斷行符號", "notConnected": "未有連接,請選擇開發板、埠以自動連接", - "reconnect": "{2}秒內將{0}重新連接至{1}...", "timestamp": "時戳/時間戳記", - "toggleTimestamp": "切換時戳", - "unexpectedError": "意外的錯誤。重新接埠{1}的{0}。" + "toggleTimestamp": "切換時戳" }, "sketch": { "archiveSketch": "儲存草稿", "cantOpen": "命名為\"{0}\"的資料夾已存在。無法開啟草稿。", "close": "你確定要關閉 Sketch?", "configureAndUpload": "組態配置並上傳", - "couldNotConnectToSerial": "無法連接到序列埠。{0}", "createdArchive": "已創建文件{0}。", "doneCompiling": "編譯完成", "doneUploading": "上傳完畢", @@ -307,6 +321,11 @@ "verify": "驗證", "verifyOrCompile": "驗證/編譯" }, + "survey": { + "answerSurvey": "Answer survey", + "dismissSurvey": "Don't show again", + "surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better." + }, "upload": { "error": "1 [0] 錯誤:2 [1]" }, @@ -345,8 +364,7 @@ "fileNewName": "給予檔案新名稱", "invalidExtension": ".{0} 不是合法的副檔名", "invalidFilename": "不合法的檔案名稱", - "newFileName": "給予檔案新名稱", - "sketchDirectoryError": "在建立草稿目錄時發生錯誤。詳細訊息請參日誌。應用程式可能無法正常運作。" + "newFileName": "給予檔案新名稱" } } }