mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-09 04:16:38 +00:00
Updated translation files (#1052)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
69d7e8e96c
commit
1073c3fc7d
40
i18n/af.json
40
i18n/af.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
"uploadingCertificates": "Uploading certificates."
|
"uploadingCertificates": "Uploading certificates."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
||||||
"cloudSketchbook": "Wolk Skets",
|
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"continue": "Continue",
|
"continue": "Continue",
|
||||||
"donePulling": "Done pulling ‘{0}’.",
|
"donePulling": "Done pulling ‘{0}’.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Push Sketch",
|
"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.",
|
"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",
|
"remote": "Remote",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Deel...",
|
"share": "Deel...",
|
||||||
"shareSketch": "Share Sketch",
|
"shareSketch": "Share Sketch",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
"signIn": "TEKEN AAN",
|
"signIn": "TEKEN AAN",
|
||||||
"signInToCloud": "Sign in to Arduino Cloud",
|
"signInToCloud": "Sign in to Arduino Cloud",
|
||||||
"signOut": "Teken Uit",
|
"signOut": "Teken Uit",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "Een lêer by skets gevoeg",
|
"fileAdded": "Een lêer by skets gevoeg",
|
||||||
"replaceTitle": "Vervang"
|
"replaceTitle": "Vervang"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Ontfouting {0}",
|
"debugWithMessage": "Ontfouting {0}",
|
||||||
"debuggingNotSupported": "Debugging is not supported by '{0}'",
|
"debuggingNotSupported": "Debugging is not supported by '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Decrease Font Size",
|
"decreaseFontSize": "Decrease Font Size",
|
||||||
"decreaseIndent": "Decrease Indent",
|
"decreaseIndent": "Decrease Indent",
|
||||||
"increaseFontSize": "Increase Font Size",
|
"increaseFontSize": "Increase Font Size",
|
||||||
"increaseIndent": "Increase Indent"
|
"increaseIndent": "Increase Indent",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"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"
|
"zipLibrary": "Library"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Skets",
|
"sketch": "Skets",
|
||||||
"tools": "Gereedskap"
|
"tools": "Gereedskap"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Additional Boards Manager URLs",
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
"auth.audience": "Die OAuth2 gehoor.",
|
"auth.audience": "Die OAuth2 gehoor.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "List of certificates that can be uploaded to boards",
|
||||||
"browse": "Snuffel",
|
"browse": "Snuffel",
|
||||||
"choose": "Kies",
|
"choose": "Kies",
|
||||||
|
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
||||||
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. 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.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.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.",
|
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
||||||
"compile": "saamstel",
|
"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.verbose": "True for verbose compile output. False by default",
|
||||||
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
||||||
"compilerWarnings": "Compiler warnings",
|
"compilerWarnings": "Compiler warnings",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Wys ontfoutings uitset tydens",
|
"showVerbose": "Wys ontfoutings uitset tydens",
|
||||||
"sketchbook.location": "Sketsboek ligging",
|
"sketchbook.location": "Sketsboek ligging",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"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",
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
"upload": "oplaai",
|
"upload": "oplaai",
|
||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Autoscroll",
|
"autoscroll": "Autoscroll",
|
||||||
"carriageReturn": "Wagterugkeer",
|
"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}')",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"newLine": "Nuwe lyn",
|
"newLine": "Nuwe lyn",
|
||||||
"newLineCarriageReturn": "Beide NL & CR",
|
"newLineCarriageReturn": "Beide NL & CR",
|
||||||
"noLineEndings": "No Line Ending",
|
"noLineEndings": "No Line Ending",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"reconnect": "Reconnecting {0} to {1} in {2} seconds...",
|
|
||||||
"timestamp": "Tydstempel",
|
"timestamp": "Tydstempel",
|
||||||
"toggleTimestamp": "Toggle Timestamp",
|
"toggleTimestamp": "Toggle Timestamp"
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archive Sketch",
|
"archiveSketch": "Archive Sketch",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"close": "Are you sure you want to close the sketch?",
|
"close": "Are you sure you want to close the sketch?",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Configure And Upload",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Created archive '{0}'.",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "Done compiling.",
|
||||||
"doneUploading": "Done uploading.",
|
"doneUploading": "Done uploading.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Verify",
|
"verify": "Verify",
|
||||||
"verifyOrCompile": "Verify/Compile"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0} error: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Naam vir nuwe lêer",
|
"fileNewName": "Naam vir nuwe lêer",
|
||||||
"invalidExtension": ".{0} is not a valid extension",
|
"invalidExtension": ".{0} is not a valid extension",
|
||||||
"invalidFilename": "Ongeldige lêernaam",
|
"invalidFilename": "Ongeldige lêernaam",
|
||||||
"newFileName": "Nuwe naam vir lêer",
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
46
i18n/ar.json
46
i18n/ar.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "رفع شهادات SSL Root",
|
"uploadRootCertificates": "رفع شهادات SSL Root",
|
||||||
"uploadingCertificates": "جار رفع الشهادة"
|
"uploadingCertificates": "جار رفع الشهادة"
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "اختر خصوصية مشروعك:",
|
"chooseSketchVisibility": "اختر خصوصية مشروعك:",
|
||||||
"cloudSketchbook": "مشاريع على السحابة",
|
|
||||||
"connected": "متصل",
|
"connected": "متصل",
|
||||||
"continue": "استئناف",
|
"continue": "استئناف",
|
||||||
"donePulling": "تم السحب بنجاح '{0}'",
|
"donePulling": "تم السحب بنجاح '{0}'",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "دفع المشروع",
|
"pushSketch": "دفع المشروع",
|
||||||
"pushSketchMsg": "هذا مشروع عام . قبل دفعه , تاكد من عدم وجود اي معلومات حساسة داخل ملف arduino_secrets.h . تستطيع جعل المشروع خاصا من لوحة المشاركة",
|
"pushSketchMsg": "هذا مشروع عام . قبل دفعه , تاكد من عدم وجود اي معلومات حساسة داخل ملف arduino_secrets.h . تستطيع جعل المشروع خاصا من لوحة المشاركة",
|
||||||
"remote": "عن بعد",
|
"remote": "عن بعد",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "مشاركة...",
|
"share": "مشاركة...",
|
||||||
"shareSketch": "مشاركة المشروع",
|
"shareSketch": "مشاركة المشروع",
|
||||||
"showHideRemoveSketchbook": "اظهار/اخفاء المشاريع عن بعد",
|
"showHideRemoveSketchbook": "اظهار/اخفاء المشاريع عن بعد",
|
||||||
"signIn": "تسجيل الدخول",
|
"signIn": "تسجيل الدخول",
|
||||||
"signInToCloud": "تسجيل الدخول الى Arduino Cloud",
|
"signInToCloud": "تسجيل الدخول الى Arduino Cloud",
|
||||||
"signOut": "تسجيل الخروج",
|
"signOut": "تسجيل الخروج",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "المزامنة و التعديل على مشاريعك في Arduino Cloud",
|
"syncEditSketches": "المزامنة و التعديل على مشاريعك في Arduino Cloud",
|
||||||
"visitArduinoCloud": "قم بزيارة Arduino Cloud من اجل انشاء ملف مشاريع على السحابة"
|
"visitArduinoCloud": "قم بزيارة Arduino Cloud من اجل انشاء ملف مشاريع على السحابة"
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "تمت اضافة ملف واحد الى المشروع",
|
"fileAdded": "تمت اضافة ملف واحد الى المشروع",
|
||||||
"replaceTitle": "استبدال"
|
"replaceTitle": "استبدال"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "تصحيح برمجي - {0}",
|
"debugWithMessage": "تصحيح برمجي - {0}",
|
||||||
"debuggingNotSupported": "'{0}' لا يقبل التصحيح البرمجي",
|
"debuggingNotSupported": "'{0}' لا يقبل التصحيح البرمجي",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "تصغير حجم الخط",
|
"decreaseFontSize": "تصغير حجم الخط",
|
||||||
"decreaseIndent": "تقليل مسافة البادئة",
|
"decreaseIndent": "تقليل مسافة البادئة",
|
||||||
"increaseFontSize": "تكبير حجم الخط",
|
"increaseFontSize": "تكبير حجم الخط",
|
||||||
"increaseIndent": "زيادة مسافة البادئة"
|
"increaseIndent": "زيادة مسافة البادئة",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "تعذر حفظ المشروع . الرجاء نسخ عملك الغير محفوظ الى محرر النصوص المفضل لديك و اعادة تشغيل Arduino IDE",
|
"couldNotSave": "تعذر حفظ المشروع . الرجاء نسخ عملك الغير محفوظ الى محرر النصوص المفضل لديك و اعادة تشغيل Arduino IDE",
|
||||||
@ -212,9 +223,14 @@
|
|||||||
"zipLibrary": "المكتبة"
|
"zipLibrary": "المكتبة"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "مشروع",
|
"sketch": "مشروع",
|
||||||
"tools": "ادوات"
|
"tools": "ادوات"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "تعذر اغلاق مقبس الويب",
|
||||||
|
"unableToConnectToWebSocket": "تعذر الاتصال بمقبس الويب"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "مدير اللوحات الاضافية",
|
"additionalManagerURLs": "مدير اللوحات الاضافية",
|
||||||
"auth.audience": "جمهور OAuth2",
|
"auth.audience": "جمهور OAuth2",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "قائمة الشهادات التي يمكن رفعها الى اللوحات",
|
"board.certificates": "قائمة الشهادات التي يمكن رفعها الى اللوحات",
|
||||||
"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 اذا كانت مهام المزامنة مفعلة . True افتراضيا",
|
"cloud.enabled": "True اذا كانت مهام المزامنة مفعلة . True افتراضيا",
|
||||||
"cloud.pull.warn": "True اذا كان يجب تحذير المستخدمين قبل سحب مشروع من السحابة . True افتراضيا",
|
"cloud.pull.warn": "True اذا كان يجب تحذير المستخدمين قبل سحب مشروع من السحابة . True افتراضيا",
|
||||||
"cloud.push.warn": "True اذا كان يجب تحذير المستخدمين قبل دفع مشروع الى السحابة . True افتراضيا",
|
"cloud.push.warn": "True اذا كان يجب تحذير المستخدمين قبل دفع مشروع الى السحابة . True افتراضيا",
|
||||||
"cloud.pushpublic.warn": "True اذا كان يجب تحذير المستخدمين قبل دفع مشروع عام الى السحابة . True افتراضيا",
|
"cloud.pushpublic.warn": "True اذا كان يجب تحذير المستخدمين قبل دفع مشروع عام الى السحابة . True افتراضيا",
|
||||||
"cloud.sketchSyncEnpoint": "الوجهة المستخدمة لدفع و سحب المشاريع من الخلفية . تشير افتراضيا الى Arduino Cloud API.",
|
"cloud.sketchSyncEnpoint": "الوجهة المستخدمة لدفع و سحب المشاريع من الخلفية . تشير افتراضيا الى 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 لخرج الترجمة المطول . False افتراضيا",
|
"compile.verbose": "True لخرج الترجمة المطول . False افتراضيا",
|
||||||
"compile.warnings": "يخبر gcc اي مستوى انذار سيتم استخدامه , قيمته 'None' افتراضيا",
|
"compile.warnings": "يخبر gcc اي مستوى انذار سيتم استخدامه , قيمته 'None' افتراضيا",
|
||||||
"compilerWarnings": "تحذيرات المترجم",
|
"compilerWarnings": "تحذيرات المترجم",
|
||||||
@ -238,7 +257,7 @@
|
|||||||
"editorQuickSuggestions": "اقتراحات المحرّر السريعة",
|
"editorQuickSuggestions": "اقتراحات المحرّر السريعة",
|
||||||
"enterAdditionalURLs": "قم بادخال عناوين URL الاضافية , واحد لكل صف",
|
"enterAdditionalURLs": "قم بادخال عناوين URL الاضافية , واحد لكل صف",
|
||||||
"files.inside.sketches": "اظهر الملفات داخل المشاريع",
|
"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' هي اخر نسخة تطويرية ",
|
"ide.updateChannel": "انشر القناة للحصول على تحديثات من . 'stable' هو النسخة الثابتة .'nightly' هي اخر نسخة تطويرية ",
|
||||||
"interfaceScale": "مقياس الواجهة",
|
"interfaceScale": "مقياس الواجهة",
|
||||||
"invalid.editorFontSize": "حجم خط المحرّر غير صالح . يجب ان يكون عدد موجب",
|
"invalid.editorFontSize": "حجم خط المحرّر غير صالح . يجب ان يكون عدد موجب",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "اظهر خرج مطوّل خلال",
|
"showVerbose": "اظهر خرج مطوّل خلال",
|
||||||
"sketchbook.location": "موقع ملف المشاريع",
|
"sketchbook.location": "موقع ملف المشاريع",
|
||||||
"sketchbook.showAllFiles": "True لعرض كل مجلدات مشاريع داخل المشروع . False افتراضيا",
|
"sketchbook.showAllFiles": "True لعرض كل مجلدات مشاريع داخل المشروع . False افتراضيا",
|
||||||
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
"unofficialBoardSupport": "انقر لعرض قائمة عناوين URL للوحات المدعومة بشكل غير رسمي",
|
"unofficialBoardSupport": "انقر لعرض قائمة عناوين URL للوحات المدعومة بشكل غير رسمي",
|
||||||
"upload": "الرفع",
|
"upload": "الرفع",
|
||||||
"upload.verbose": "True لخرج الرفع المطول . False افتراضيا",
|
"upload.verbose": "True لخرج الرفع المطول . False افتراضيا",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "تمرير تلقائي",
|
"autoscroll": "تمرير تلقائي",
|
||||||
"carriageReturn": "اعادة الحمل",
|
"carriageReturn": "اعادة الحمل",
|
||||||
"connectionBusy": "تعذر الاتصال . المنفذ التسلسلي مشغول : {0}",
|
|
||||||
"disconnected": "انقطع اتصال {0} من {1}",
|
|
||||||
"failedReconnect": "فشل اعادة الاتصال بالمنفذ التسلسلي {0}بعد 10 محاولات متتالية . المنفذ التسلسلي{1} مشغول",
|
|
||||||
"message": "الرسالة ({0} + ادخل لارسال رسالة الى '{1}' على '{2}')",
|
"message": "الرسالة ({0} + ادخل لارسال رسالة الى '{1}' على '{2}')",
|
||||||
"newLine": "سطر جديد",
|
"newLine": "سطر جديد",
|
||||||
"newLineCarriageReturn": " NL & CR معاً",
|
"newLineCarriageReturn": " NL & CR معاً",
|
||||||
"noLineEndings": "نهاية السطر غير موجودة",
|
"noLineEndings": "نهاية السطر غير موجودة",
|
||||||
"notConnected": "غير متصل . اختر لوحة و منفذ للاتصال تلقائيا",
|
"notConnected": "غير متصل . اختر لوحة و منفذ للاتصال تلقائيا",
|
||||||
"reconnect": "جار اعادة اتصال {0} الى {1} خلال {2} ثانية",
|
|
||||||
"timestamp": "الطابع الزمني",
|
"timestamp": "الطابع الزمني",
|
||||||
"toggleTimestamp": "تبديل الطابع الزمني",
|
"toggleTimestamp": "تبديل الطابع الزمني"
|
||||||
"unexpectedError": "خطأ غير متوقع . جار اعادة اتصال {0} على المنفذ {1}"
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "ارشفة الشيفرة البرمجية",
|
"archiveSketch": "ارشفة الشيفرة البرمجية",
|
||||||
"cantOpen": "المجلد المسمى \"{0}\" موجود مسبقا. لا يمكن فتح الشيفرة البرمجية",
|
"cantOpen": "المجلد المسمى \"{0}\" موجود مسبقا. لا يمكن فتح الشيفرة البرمجية",
|
||||||
"close": "هل انت متاكد بانك تريد اغلاق المشروع ؟",
|
"close": "هل انت متاكد بانك تريد اغلاق المشروع ؟",
|
||||||
"configureAndUpload": "تهيئة و رفع",
|
"configureAndUpload": "تهيئة و رفع",
|
||||||
"couldNotConnectToSerial": "لا يمكن الاتصال بالمنفذ التسلسلي {0}",
|
|
||||||
"createdArchive": "تم انشاء ارشيف '{0}'",
|
"createdArchive": "تم انشاء ارشيف '{0}'",
|
||||||
"doneCompiling": "تمت الترجمة بنجاح.",
|
"doneCompiling": "تمت الترجمة بنجاح.",
|
||||||
"doneUploading": "تم الرفع بنجاح.",
|
"doneUploading": "تم الرفع بنجاح.",
|
||||||
@ -295,7 +309,7 @@
|
|||||||
"openSketchInNewWindow": "فتح المشروع في نافذة جديدة",
|
"openSketchInNewWindow": "فتح المشروع في نافذة جديدة",
|
||||||
"saveFolderAs": "احفظ مجلد المشروع باسم",
|
"saveFolderAs": "احفظ مجلد المشروع باسم",
|
||||||
"saveSketchAs": "حفظ ملف المشروع باسم ...",
|
"saveSketchAs": "حفظ ملف المشروع باسم ...",
|
||||||
"saveTempSketch": "Save your sketch to open it again later.",
|
"saveTempSketch": "احفظ ملف المشروع لفتحه مرة اخرى لاحقا",
|
||||||
"showFolder": "اعرض ملف المشروع",
|
"showFolder": "اعرض ملف المشروع",
|
||||||
"sketch": "مشروع",
|
"sketch": "مشروع",
|
||||||
"sketchbook": "مجلد المشاريع",
|
"sketchbook": "مجلد المشاريع",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "تحقق",
|
"verify": "تحقق",
|
||||||
"verifyOrCompile": "تحقق/ترجم"
|
"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": {
|
"upload": {
|
||||||
"error": "خطا {0} : {1}"
|
"error": "خطا {0} : {1}"
|
||||||
},
|
},
|
||||||
@ -326,7 +345,7 @@
|
|||||||
"daemonOffline": "CLI Daemon غير متصل",
|
"daemonOffline": "CLI Daemon غير متصل",
|
||||||
"offline": "غير متصل",
|
"offline": "غير متصل",
|
||||||
"quitMessage": "اي تغييرات لم تحفظ لن يتم حفظها",
|
"quitMessage": "اي تغييرات لم تحفظ لن يتم حفظها",
|
||||||
"quitTitle": "Are you sure you want to quit?"
|
"quitTitle": "هل انت متاكد بانك تريد الخروج؟"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"start": "البدء...",
|
"start": "البدء...",
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "اسم الملف الجديد",
|
"fileNewName": "اسم الملف الجديد",
|
||||||
"invalidExtension": "\".{0}\" امتداد غير صالح",
|
"invalidExtension": "\".{0}\" امتداد غير صالح",
|
||||||
"invalidFilename": "اسم الملف خاطئ",
|
"invalidFilename": "اسم الملف خاطئ",
|
||||||
"newFileName": "الاسم الجديد لملف",
|
"newFileName": "الاسم الجديد لملف"
|
||||||
"sketchDirectoryError": "لقد حصل خطأ اثناء انشاء مجلد المشروع . اذهب الى السجل للمزيد من التفاصيل . التطبيق غالبا لن يعمل بالشكل المطلوب"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
370
i18n/az.json
Normal file
370
i18n/az.json
Normal file
@ -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 <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
|
"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 <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
||||||
|
"needsOneDependency": "The library <b>{0}:{1}</b> 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
40
i18n/bg.json
40
i18n/bg.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Качете SSL коренни сертификати",
|
"uploadRootCertificates": "Качете SSL коренни сертификати",
|
||||||
"uploadingCertificates": "Качване на сертификати."
|
"uploadingCertificates": "Качване на сертификати."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Изберете видимост на вашата скица:",
|
"chooseSketchVisibility": "Изберете видимост на вашата скица:",
|
||||||
"cloudSketchbook": "Облачен скицник",
|
|
||||||
"connected": "Свързано",
|
"connected": "Свързано",
|
||||||
"continue": "Продължи",
|
"continue": "Продължи",
|
||||||
"donePulling": "Изтеглянето на „{0}“ приключи.",
|
"donePulling": "Изтеглянето на „{0}“ приключи.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Изпрати скица",
|
"pushSketch": "Изпрати скица",
|
||||||
"pushSketchMsg": "Това е публична скица. Преди да я изпратите, уверете се, че всяка чувствителна информация е дефинирана във файловете arduino_secrets.h. Можете да направите скица частна от панела за споделяне.",
|
"pushSketchMsg": "Това е публична скица. Преди да я изпратите, уверете се, че всяка чувствителна информация е дефинирана във файловете arduino_secrets.h. Можете да направите скица частна от панела за споделяне.",
|
||||||
"remote": "Отдалечен",
|
"remote": "Отдалечен",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Сподели...",
|
"share": "Сподели...",
|
||||||
"shareSketch": "Споделете скица",
|
"shareSketch": "Споделете скица",
|
||||||
"showHideRemoveSketchbook": "Показване/скриване на отдалечен скицник",
|
"showHideRemoveSketchbook": "Показване/скриване на отдалечен скицник",
|
||||||
"signIn": "ВПИШИ СЕ",
|
"signIn": "ВПИШИ СЕ",
|
||||||
"signInToCloud": "Влезте в Arduino Cloud",
|
"signInToCloud": "Влезте в Arduino Cloud",
|
||||||
"signOut": "Отписване",
|
"signOut": "Отписване",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Синхронизирайте и редактирайте на вашите Arduino облачни скици",
|
"syncEditSketches": "Синхронизирайте и редактирайте на вашите Arduino облачни скици",
|
||||||
"visitArduinoCloud": "Посетете Arduino Cloud, за да създадете облачни скици."
|
"visitArduinoCloud": "Посетете Arduino Cloud, за да създадете облачни скици."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "Към скицата е добавен един файл.",
|
"fileAdded": "Към скицата е добавен един файл.",
|
||||||
"replaceTitle": "Замени"
|
"replaceTitle": "Замени"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Отстраняване на грешки - {0}",
|
"debugWithMessage": "Отстраняване на грешки - {0}",
|
||||||
"debuggingNotSupported": "Отстраняването на грешки не се поддържа от „{0}“",
|
"debuggingNotSupported": "Отстраняването на грешки не се поддържа от „{0}“",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Намаляване на размера на шрифта",
|
"decreaseFontSize": "Намаляване на размера на шрифта",
|
||||||
"decreaseIndent": "Намаляване на отстъпа",
|
"decreaseIndent": "Намаляване на отстъпа",
|
||||||
"increaseFontSize": "Увеличете размера на шрифта",
|
"increaseFontSize": "Увеличете размера на шрифта",
|
||||||
"increaseIndent": "Увеличете отстъпа"
|
"increaseIndent": "Увеличете отстъпа",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Скицата не можа да бъде запазена. Моля, копирайте незапазената си работа в любимия си текстов редактор и рестартирайте IDE-то.",
|
"couldNotSave": "Скицата не можа да бъде запазена. Моля, копирайте незапазената си работа в любимия си текстов редактор и рестартирайте IDE-то.",
|
||||||
@ -212,9 +223,14 @@
|
|||||||
"zipLibrary": "Библиотека"
|
"zipLibrary": "Библиотека"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Скица",
|
"sketch": "Скица",
|
||||||
"tools": "Инструменти"
|
"tools": "Инструменти"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Допълнителни URL адреси на мениджър на платки",
|
"additionalManagerURLs": "Допълнителни URL адреси на мениджър на платки",
|
||||||
"auth.audience": "OAuth2 аудиторията.",
|
"auth.audience": "OAuth2 аудиторията.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "Списък със сертификати, които могат да бъдат качени на платката",
|
"board.certificates": "Списък със сертификати, които могат да бъдат качени на платката",
|
||||||
"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 , ако функциите за синхронизиране на скицата са активирани. По подразбиране е true.",
|
"cloud.enabled": "True , ако функциите за синхронизиране на скицата са активирани. По подразбиране е true.",
|
||||||
"cloud.pull.warn": "True е, ако потребителите трябва да бъдат предупредени, преди да се изтегли скица от облака. По подразбиране е true.",
|
"cloud.pull.warn": "True е, ако потребителите трябва да бъдат предупредени, преди да се изтегли скица от облака. По подразбиране е true.",
|
||||||
"cloud.push.warn": "True, ако потребителите трябва да бъдат предупредени, преди да бъде пусната скица в облака. По подразбиране е true.",
|
"cloud.push.warn": "True, ако потребителите трябва да бъдат предупредени, преди да бъде пусната скица в облака. По подразбиране е true.",
|
||||||
"cloud.pushpublic.warn": "True, ако потребителите трябва да бъдат предупредени, преди да бъде изпратена публична скица в облака. По подразбиране е true.",
|
"cloud.pushpublic.warn": "True, ако потребителите трябва да бъдат предупредени, преди да бъде изпратена публична скица в облака. По подразбиране е true.",
|
||||||
"cloud.sketchSyncEnpoint": "Крайната точка, използвана за изпращане и изтегляне на скици от бекенда. По подразбиране той сочи към Arduino Cloud API.",
|
"cloud.sketchSyncEnpoint": "Крайната точка, използвана за изпращане и изтегляне на скици от бекенда. По подразбиране той сочи към 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 за подробен изход за компилиране. False по подразбиране",
|
"compile.verbose": "True за подробен изход за компилиране. False по подразбиране",
|
||||||
"compile.warnings": "Указва на gcc кое ниво на предупреждение да използва. По подразбиране е „None“.",
|
"compile.warnings": "Указва на gcc кое ниво на предупреждение да използва. По подразбиране е „None“.",
|
||||||
"compilerWarnings": "Компилационни предупреждения",
|
"compilerWarnings": "Компилационни предупреждения",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Показване на подробен изход по време на",
|
"showVerbose": "Показване на подробен изход по време на",
|
||||||
"sketchbook.location": "Местоположение на скицника",
|
"sketchbook.location": "Местоположение на скицника",
|
||||||
"sketchbook.showAllFiles": "True , за да се покажат всички файлове вътре в скицата. По подразбиране е false.",
|
"sketchbook.showAllFiles": "True , за да се покажат всички файлове вътре в скицата. По подразбиране е false.",
|
||||||
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
"unofficialBoardSupport": "Щракнете за списък с неофициално поддържаните URL адреси на платки",
|
"unofficialBoardSupport": "Щракнете за списък с неофициално поддържаните URL адреси на платки",
|
||||||
"upload": "качване",
|
"upload": "качване",
|
||||||
"upload.verbose": "True за подробен изход за качване. False по подразбиране.",
|
"upload.verbose": "True за подробен изход за качване. False по подразбиране.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Автоматично превъртане",
|
"autoscroll": "Автоматично превъртане",
|
||||||
"carriageReturn": "Carriage Return",
|
"carriageReturn": "Carriage Return",
|
||||||
"connectionBusy": "Свързването е неуспешно. Серийният порт е зает: {0}",
|
|
||||||
"disconnected": "Прекъснато е връзката на {0} с {1}.",
|
|
||||||
"failedReconnect": "Неуспешно свързване на {0} към серийния порт след 10 последователни опита. Серийният порт {1} е зает.",
|
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"newLine": "Нов ред",
|
"newLine": "Нов ред",
|
||||||
"newLineCarriageReturn": "Както NL, така и CR",
|
"newLineCarriageReturn": "Както NL, така и CR",
|
||||||
"noLineEndings": "Без край на реда",
|
"noLineEndings": "Без край на реда",
|
||||||
"notConnected": "Няма връзка. Изберете платка и порт за автоматично свързване.",
|
"notConnected": "Няма връзка. Изберете платка и порт за автоматично свързване.",
|
||||||
"reconnect": "Повторно свързване на {0} към {1} след {2} секунди...",
|
|
||||||
"timestamp": "Печат за време",
|
"timestamp": "Печат за време",
|
||||||
"toggleTimestamp": "Превключване на клеймото за време",
|
"toggleTimestamp": "Превключване на клеймото за време"
|
||||||
"unexpectedError": "Неочаквана грешка. Повторно свързване на {0} на порт {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Архивирай скица",
|
"archiveSketch": "Архивирай скица",
|
||||||
"cantOpen": "Папка с име „{0}“ вече съществува. Не може да се отвори скица.",
|
"cantOpen": "Папка с име „{0}“ вече съществува. Не може да се отвори скица.",
|
||||||
"close": "Наистина ли искате да затворите скицата?",
|
"close": "Наистина ли искате да затворите скицата?",
|
||||||
"configureAndUpload": "Конфигуриране и качване",
|
"configureAndUpload": "Конфигуриране и качване",
|
||||||
"couldNotConnectToSerial": "Не можа да се свърже отново със серийния порт. {0}",
|
|
||||||
"createdArchive": "Създаден е архив „{0}“.",
|
"createdArchive": "Създаден е архив „{0}“.",
|
||||||
"doneCompiling": "Готово е компилирането.",
|
"doneCompiling": "Готово е компилирането.",
|
||||||
"doneUploading": "Качването приключи.",
|
"doneUploading": "Качването приключи.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Потвърдете",
|
"verify": "Потвърдете",
|
||||||
"verifyOrCompile": "Проверете/компилирайте"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} грешка: {1}"
|
"error": "{0} грешка: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Име за нов файл",
|
"fileNewName": "Име за нов файл",
|
||||||
"invalidExtension": ".{0} не е валидно разширение",
|
"invalidExtension": ".{0} не е валидно разширение",
|
||||||
"invalidFilename": "Невалидно име на файла.",
|
"invalidFilename": "Невалидно име на файла.",
|
||||||
"newFileName": "Ново име на файла",
|
"newFileName": "Ново име на файла"
|
||||||
"sketchDirectoryError": "При създаването на директорията на скицата възникна грешка. Вижте дневника за повече подробности. Приложението вероятно няма да работи според очакванията."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Carregueu els certificats arrel SSL",
|
"uploadRootCertificates": "Carregueu els certificats arrel SSL",
|
||||||
"uploadingCertificates": "Càrrega de certificats."
|
"uploadingCertificates": "Càrrega de certificats."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Trieu la visibilitat del vostre programa:",
|
"chooseSketchVisibility": "Trieu la visibilitat del vostre programa:",
|
||||||
"cloudSketchbook": "Quadern de programes del núvol",
|
|
||||||
"connected": "Connectat",
|
"connected": "Connectat",
|
||||||
"continue": "Continuar",
|
"continue": "Continuar",
|
||||||
"donePulling": "S'ha acabat de extreure '{0}.",
|
"donePulling": "S'ha acabat de extreure '{0}.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Enviar programa",
|
"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.",
|
"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",
|
"remote": "Remot",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Compartir...",
|
"share": "Compartir...",
|
||||||
"shareSketch": "Compartir programa",
|
"shareSketch": "Compartir programa",
|
||||||
"showHideRemoveSketchbook": "Mostra/amaga el quadern de programes remot",
|
"showHideRemoveSketchbook": "Mostra/amaga el quadern de programes remot",
|
||||||
"signIn": "Inicieu sessió",
|
"signIn": "Inicieu sessió",
|
||||||
"signInToCloud": "Inicieu la sessió a Arduino Cloud",
|
"signInToCloud": "Inicieu la sessió a Arduino Cloud",
|
||||||
"signOut": "Tanca sessió",
|
"signOut": "Tanca sessió",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Tanca la sessió de sincronització i edita els teus programes del núvol Arduino",
|
"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."
|
"visitArduinoCloud": "Visiteu Arduino Cloud per crear programes al núvol."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "S'ha afegit un fitxer al programa.",
|
"fileAdded": "S'ha afegit un fitxer al programa.",
|
||||||
"replaceTitle": "Substitueix"
|
"replaceTitle": "Substitueix"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Depuració - {0}",
|
"debugWithMessage": "Depuració - {0}",
|
||||||
"debuggingNotSupported": "La depuració no és compatible amb '{0}'",
|
"debuggingNotSupported": "La depuració no és compatible amb '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Disminueix la mida de la lletra",
|
"decreaseFontSize": "Disminueix la mida de la lletra",
|
||||||
"decreaseIndent": "Disminueix el sagnat",
|
"decreaseIndent": "Disminueix el sagnat",
|
||||||
"increaseFontSize": "Augmenta la mida de la lletra",
|
"increaseFontSize": "Augmenta la mida de la lletra",
|
||||||
"increaseIndent": "Augmenta el sagnat"
|
"increaseIndent": "Augmenta el sagnat",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"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.",
|
"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"
|
"zipLibrary": "Llibreria"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Programa",
|
"sketch": "Programa",
|
||||||
"tools": "Eines"
|
"tools": "Eines"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "URL addicionals del gestor de targetes",
|
"additionalManagerURLs": "URL addicionals del gestor de targetes",
|
||||||
"auth.audience": "L'audiència d'OAuth2.",
|
"auth.audience": "L'audiència d'OAuth2.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "Llista de certificats que es poden carregar a les targes",
|
"board.certificates": "Llista de certificats que es poden carregar a les targes",
|
||||||
"browse": "Navega",
|
"browse": "Navega",
|
||||||
"choose": "Tria",
|
"choose": "Tria",
|
||||||
|
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
|
||||||
"cloud.enabled": "És cert si les funcions de sincronització del programa estan habilitades. El valor predeterminat és true.",
|
"cloud.enabled": "És cert si les funcions de sincronització del programa estan habilitades. El valor predeterminat és true.",
|
||||||
"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.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.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.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.",
|
"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": "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.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\".",
|
"compile.warnings": "Indica a gcc quin nivell d'avís s'ha d'utilitzar. Per defecte és \"Cap\".",
|
||||||
"compilerWarnings": "Advertències del compilador",
|
"compilerWarnings": "Advertències del compilador",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Mostra la sortida detallada durant",
|
"showVerbose": "Mostra la sortida detallada durant",
|
||||||
"sketchbook.location": "Ubicació del quadern de programes",
|
"sketchbook.location": "Ubicació del quadern de programes",
|
||||||
"sketchbook.showAllFiles": "True per mostrar tots els fitxers del programa dins del programa. És fals per defecte.",
|
"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",
|
"unofficialBoardSupport": "Feu clic per obtenir una llista d'URL de suport de targetes no oficials",
|
||||||
"upload": "carregar",
|
"upload": "carregar",
|
||||||
"upload.verbose": "True per a la sortida detallada de la càrrega. Fals per defecte.",
|
"upload.verbose": "True per a la sortida detallada de la càrrega. Fals per defecte.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Desplaçament automàtic",
|
"autoscroll": "Desplaçament automàtic",
|
||||||
"carriageReturn": "Retorn de carro",
|
"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}')",
|
"message": "Missatge ({0}+ Intro per enviar el missatge a '{1}' a '{2}')",
|
||||||
"newLine": "Nova Línia",
|
"newLine": "Nova Línia",
|
||||||
"newLineCarriageReturn": "Ambdós NL & CR",
|
"newLineCarriageReturn": "Ambdós NL & CR",
|
||||||
"noLineEndings": "Sense final de línia",
|
"noLineEndings": "Sense final de línia",
|
||||||
"notConnected": "No connectat. Seleccioneu una tarja i un port per connectar-vos automàticament.",
|
"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",
|
"timestamp": "Marca de temps",
|
||||||
"toggleTimestamp": "Activa o desactiva la marca de temps",
|
"toggleTimestamp": "Activa o desactiva la marca de temps"
|
||||||
"unexpectedError": "Error inesperat. Tornant a connectar {0}al port{1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Guardar programa",
|
"archiveSketch": "Guardar programa",
|
||||||
"cantOpen": "Ja existeix una carpeta anomenada \"{0}\". No es pot obrir el programa.",
|
"cantOpen": "Ja existeix una carpeta anomenada \"{0}\". No es pot obrir el programa.",
|
||||||
"close": "Esteu segur que voleu tancar el programa?",
|
"close": "Esteu segur que voleu tancar el programa?",
|
||||||
"configureAndUpload": "Configura i puja",
|
"configureAndUpload": "Configura i puja",
|
||||||
"couldNotConnectToSerial": "No s'ha pogut tornar a connectar al port sèrie. {0}",
|
|
||||||
"createdArchive": "S'ha creat l'arxiu '{0}'.",
|
"createdArchive": "S'ha creat l'arxiu '{0}'.",
|
||||||
"doneCompiling": "S'ha fet la compilació.",
|
"doneCompiling": "S'ha fet la compilació.",
|
||||||
"doneUploading": "S'ha acabat de carregar.",
|
"doneUploading": "S'ha acabat de carregar.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Verificar",
|
"verify": "Verificar",
|
||||||
"verifyOrCompile": "Verificar/Compilar"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0} error: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Nom del nou fitxer",
|
"fileNewName": "Nom del nou fitxer",
|
||||||
"invalidExtension": ". {0} no és una extensió vàlida",
|
"invalidExtension": ". {0} no és una extensió vàlida",
|
||||||
"invalidFilename": "El nom del fitxer no és vàlid.",
|
"invalidFilename": "El nom del fitxer no és vàlid.",
|
||||||
"newFileName": "Nou nom per al fitxer",
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
40
i18n/cs.json
40
i18n/cs.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Nahrát certifikát SSL",
|
"uploadRootCertificates": "Nahrát certifikát SSL",
|
||||||
"uploadingCertificates": "Nahrávám certifikát."
|
"uploadingCertificates": "Nahrávám certifikát."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Zvolte viditelnost sketche:",
|
"chooseSketchVisibility": "Zvolte viditelnost sketche:",
|
||||||
"cloudSketchbook": "Cloudové umístění projektů",
|
|
||||||
"connected": "Připojen",
|
"connected": "Připojen",
|
||||||
"continue": "Pokračovat",
|
"continue": "Pokračovat",
|
||||||
"donePulling": "Stahování dokončeno ’{0}’.",
|
"donePulling": "Stahování dokončeno ’{0}’.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Odeslat sketch",
|
"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í. ",
|
"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ý",
|
"remote": "Vzdálený",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Sdílet...",
|
"share": "Sdílet...",
|
||||||
"shareSketch": "Sdílet sketch",
|
"shareSketch": "Sdílet sketch",
|
||||||
"showHideRemoveSketchbook": "Zobrazit/skrýt vzdálenou sketch",
|
"showHideRemoveSketchbook": "Zobrazit/skrýt vzdálenou sketch",
|
||||||
"signIn": "Přihlásit se",
|
"signIn": "Přihlásit se",
|
||||||
"signInToCloud": "Přihlásit se do Arduino Cloud",
|
"signInToCloud": "Přihlásit se do Arduino Cloud",
|
||||||
"signOut": "Odhlásit se",
|
"signOut": "Odhlásit se",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Synchronizovat a editovat sketche v Arduino Cloud",
|
"syncEditSketches": "Synchronizovat a editovat sketche v Arduino Cloud",
|
||||||
"visitArduinoCloud": "Navštivte Arduino Cloud pro vytvoření cloudové sketche"
|
"visitArduinoCloud": "Navštivte Arduino Cloud pro vytvoření cloudové sketche"
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "Soubor byl přidán do sketche.",
|
"fileAdded": "Soubor byl přidán do sketche.",
|
||||||
"replaceTitle": "Vyměnit"
|
"replaceTitle": "Vyměnit"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Debug - {0}",
|
||||||
"debuggingNotSupported": "Debugging není podporován s '{0}'",
|
"debuggingNotSupported": "Debugging není podporován s '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Zmenšit velikost písma",
|
"decreaseFontSize": "Zmenšit velikost písma",
|
||||||
"decreaseIndent": "Zmenšit odrážku",
|
"decreaseIndent": "Zmenšit odrážku",
|
||||||
"increaseFontSize": "Zvýšit velikost písma",
|
"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": {
|
"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. ",
|
"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"
|
"zipLibrary": "Knihovna"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "Nástroje"
|
"tools": "Nástroje"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Další URL pro manager desek",
|
"additionalManagerURLs": "Další URL pro manager desek",
|
||||||
"auth.audience": "OAuth2 audience",
|
"auth.audience": "OAuth2 audience",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "Seznam certifikátů, které mohou být nahrány na desky",
|
"board.certificates": "Seznam certifikátů, které mohou být nahrány na desky",
|
||||||
"browse": "Procházet",
|
"browse": "Procházet",
|
||||||
"choose": "Zvolit",
|
"choose": "Zvolit",
|
||||||
|
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
|
||||||
"cloud.enabled": "Ano pokud je povolená automatická synchronizace sketche. Ano je výchozí hodnota. ",
|
"cloud.enabled": "Ano pokud je povolená automatická synchronizace sketche. Ano je výchozí hodnota. ",
|
||||||
"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.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.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.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.",
|
"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": "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.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. ",
|
"compile.warnings": "Řekne gcc který stupeň varování se má použít. \"Žádný\" je výchozí hodnota. ",
|
||||||
"compilerWarnings": "Varování kompileru",
|
"compilerWarnings": "Varování kompileru",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Zobrazit podrobný výstup během",
|
"showVerbose": "Zobrazit podrobný výstup během",
|
||||||
"sketchbook.location": "Umístění sketche",
|
"sketchbook.location": "Umístění sketche",
|
||||||
"sketchbook.showAllFiles": "Ano pro zobrazení všech souborů sketche. Ne je výchozí hodnota. ",
|
"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",
|
"unofficialBoardSupport": "Zde klikněte pro seznam adres neoficiálně podporovaných desek",
|
||||||
"upload": "nahrát",
|
"upload": "nahrát",
|
||||||
"upload.verbose": "Ano pro podrobný výstup při nahrávání. Ne je výchozí hodnota. ",
|
"upload.verbose": "Ano pro podrobný výstup při nahrávání. Ne je výchozí hodnota. ",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Autoscroll",
|
"autoscroll": "Autoscroll",
|
||||||
"carriageReturn": "Enter (CR)",
|
"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}')",
|
"message": "Zpráva ({0}+ Enter pro odeslání zprávy do '{1}' na '{2}')",
|
||||||
"newLine": "Nový řádek (NL)",
|
"newLine": "Nový řádek (NL)",
|
||||||
"newLineCarriageReturn": "Oba NL & CR",
|
"newLineCarriageReturn": "Oba NL & CR",
|
||||||
"noLineEndings": "Bez konce řádku",
|
"noLineEndings": "Bez konce řádku",
|
||||||
"notConnected": "Nepřipojen. Zvolte desku a port pro automatické připojení.",
|
"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",
|
"timestamp": "Časová značka",
|
||||||
"toggleTimestamp": "Přepnout časovou značku",
|
"toggleTimestamp": "Přepnout časovou značku"
|
||||||
"unexpectedError": "Nastala neočekávaná chyba. Opět připojuji {0} na portu {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archivovat sketch",
|
"archiveSketch": "Archivovat sketch",
|
||||||
"cantOpen": "Složka s názvem \"{0}\" již existuje, proto nemohu otevřít sketch. ",
|
"cantOpen": "Složka s názvem \"{0}\" již existuje, proto nemohu otevřít sketch. ",
|
||||||
"close": "Opravdu chcete zavřít tuto sketch? ",
|
"close": "Opravdu chcete zavřít tuto sketch? ",
|
||||||
"configureAndUpload": "Nastavit a nahrát",
|
"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}'.",
|
"createdArchive": "Vytvořen archív '{0}'.",
|
||||||
"doneCompiling": "Ověřování dokončeno.",
|
"doneCompiling": "Ověřování dokončeno.",
|
||||||
"doneUploading": "Nahrávání dokončeno. ",
|
"doneUploading": "Nahrávání dokončeno. ",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Ověřit",
|
"verify": "Ověřit",
|
||||||
"verifyOrCompile": "Ověřit/Kompilovat"
|
"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": {
|
"upload": {
|
||||||
"error": "{0}chyba: {1}"
|
"error": "{0}chyba: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Název pro nový soubor",
|
"fileNewName": "Název pro nový soubor",
|
||||||
"invalidExtension": ".{0}je neplatná přípona",
|
"invalidExtension": ".{0}je neplatná přípona",
|
||||||
"invalidFilename": "Neplatný název souboru.",
|
"invalidFilename": "Neplatný název souboru.",
|
||||||
"newFileName": "Nový 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ě. "
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
48
i18n/de.json
48
i18n/de.json
@ -47,7 +47,7 @@
|
|||||||
"enterURL": "URL eingeben",
|
"enterURL": "URL eingeben",
|
||||||
"noSupportedBoardConnected": "Kein unterstütztes Board angeschlossen",
|
"noSupportedBoardConnected": "Kein unterstütztes Board angeschlossen",
|
||||||
"openContext": "Kontext öffnen",
|
"openContext": "Kontext öffnen",
|
||||||
"remove": "entfernen",
|
"remove": "Entfernen",
|
||||||
"selectBoard": "Wähle ein Board...",
|
"selectBoard": "Wähle ein Board...",
|
||||||
"selectCertificateToUpload": "1. Zertifikat zum hochladen auswählen",
|
"selectCertificateToUpload": "1. Zertifikat zum hochladen auswählen",
|
||||||
"selectDestinationBoardToUpload": "2. Zielboard wählen und Zertifikat hochladen",
|
"selectDestinationBoardToUpload": "2. Zielboard wählen und Zertifikat hochladen",
|
||||||
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "SSL Root Zertifikat hochladen",
|
"uploadRootCertificates": "SSL Root Zertifikat hochladen",
|
||||||
"uploadingCertificates": "Zertifikate hochladen..."
|
"uploadingCertificates": "Zertifikate hochladen..."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Wähle die Sichtbarkeit deines Sketches:",
|
"chooseSketchVisibility": "Wähle die Sichtbarkeit deines Sketches:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
|
||||||
"connected": "Verbunden",
|
"connected": "Verbunden",
|
||||||
"continue": "Fortfahren",
|
"continue": "Fortfahren",
|
||||||
"donePulling": "Herunterladen von '{0}' erfolgreich.",
|
"donePulling": "Herunterladen von '{0}' erfolgreich.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Push Sketch",
|
"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.",
|
"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",
|
"remote": "Remote",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Teilen....",
|
"share": "Teilen....",
|
||||||
"shareSketch": "Sketch teilen",
|
"shareSketch": "Sketch teilen",
|
||||||
"showHideRemoveSketchbook": "Zeige/Verstecke Remote Sketchbook",
|
"showHideRemoveSketchbook": "Zeige/Verstecke Remote Sketchbook",
|
||||||
"signIn": "Anmelden",
|
"signIn": "Anmelden",
|
||||||
"signInToCloud": "Anmelden zur Arduino Cloud",
|
"signInToCloud": "Anmelden zur Arduino Cloud",
|
||||||
"signOut": "Abmelden",
|
"signOut": "Abmelden",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Synchronisiere und editiere deine Arduino Cloud Sketches.",
|
"syncEditSketches": "Synchronisiere und editiere deine Arduino Cloud Sketches.",
|
||||||
"visitArduinoCloud": "Besuche Arduino Cloud um Cloud Sketche zu erstellen."
|
"visitArduinoCloud": "Besuche Arduino Cloud um Cloud Sketche zu erstellen."
|
||||||
},
|
},
|
||||||
@ -118,7 +124,10 @@
|
|||||||
"contributions": {
|
"contributions": {
|
||||||
"addFile": "Datei hinzufügen...",
|
"addFile": "Datei hinzufügen...",
|
||||||
"fileAdded": "Eine Datei wurde zum Sketch hinzugefügt.",
|
"fileAdded": "Eine Datei wurde zum Sketch hinzugefügt.",
|
||||||
"replaceTitle": "Ersetzen"
|
"replaceTitle": "Ersetzten"
|
||||||
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Debug - {0}",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Schrift verkleinern",
|
"decreaseFontSize": "Schrift verkleinern",
|
||||||
"decreaseIndent": "Einrückung verringern ",
|
"decreaseIndent": "Einrückung verringern ",
|
||||||
"increaseFontSize": "Schriftgröße vergrößern ",
|
"increaseFontSize": "Schriftgröße vergrößern ",
|
||||||
"increaseIndent": "Einrückung erweitern"
|
"increaseIndent": "Einrückung erweitern",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Der Sketch konnte nicht gesichert werden. Bitte kopiere deine ungesicherte Arbeit in deinen bevorzugten Texteditor und starte die IDE neu.",
|
"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"
|
"zipLibrary": "Bibliothek"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "Werkzeuge"
|
"tools": "Werkzeuge"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Websocket wurde nicht geschlossen",
|
||||||
|
"unableToConnectToWebSocket": "Websocket wurde nicht verbunden"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Zusätzliche Boardverwalter-URLs",
|
"additionalManagerURLs": "Zusätzliche Boardverwalter-URLs",
|
||||||
"auth.audience": "Das The OAuth2 Audience.",
|
"auth.audience": "Das The OAuth2 Audience.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "Liste der Zertifikate, welche zu den Boards hochgeladen werden können.",
|
"board.certificates": "Liste der Zertifikate, welche zu den Boards hochgeladen werden können.",
|
||||||
"browse": "Durchsuchen",
|
"browse": "Durchsuchen",
|
||||||
"choose": "Wähle",
|
"choose": "Wähle",
|
||||||
|
"cli.daemonDebug": "Aktivieren Sie die Debug-Protokollierung der gRPC-Aufrufe an das Arduino CLI. Ein Neustart der IDE ist erforderlich, damit diese Einstellung wirksam wird. Standardmäßig ist sie deaktiviert.",
|
||||||
"cloud.enabled": "Wahr, wenn die Sketch-Syncfunctionen aktiv sind. Standardeinstellung ist wahr.",
|
"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.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.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.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.",
|
"cloud.sketchSyncEnpoint": "Der Endpunkt, um Sketches zu/von einem Backend zu laden. Standardeinstellung ist die Arduino Cloud API.",
|
||||||
"compile": "Kompilieren",
|
"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.verbose": "Wahr für ausführliche Compilerausgaben. Standardmäßig Falsch",
|
||||||
"compile.warnings": "Einstellung des Warnlevels für den GCC. Standardeinstellung ist 'None'.",
|
"compile.warnings": "Einstellung des Warnlevels für den GCC. Standardeinstellung ist 'None'.",
|
||||||
"compilerWarnings": "Warnungen des Übersetzers",
|
"compilerWarnings": "Warnungen des Übersetzers",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Debug Informationen während",
|
"showVerbose": "Debug Informationen während",
|
||||||
"sketchbook.location": "Dateipfad des Sketchbooks",
|
"sketchbook.location": "Dateipfad des Sketchbooks",
|
||||||
"sketchbook.showAllFiles": "Wahr, um alle Dateien im Sketch anzuzeigen. Standardmäßig Falsch.",
|
"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",
|
"unofficialBoardSupport": "Klicke hier für eine Liste von inoffiziell unterstützten Boards",
|
||||||
"upload": "Hochladen",
|
"upload": "Hochladen",
|
||||||
"upload.verbose": "Wahr für ausführliche Ausgaben während dem Hochladen. Standardmäßig Falsch.",
|
"upload.verbose": "Wahr für ausführliche Ausgaben während dem Hochladen. Standardmäßig Falsch.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Automatisch scrollen",
|
"autoscroll": "Automatisch scrollen",
|
||||||
"carriageReturn": "Zeilenumbruch",
|
"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",
|
"message": "Nachricht ({0} + Enter, um Nachricht an '{1}' auf '{2}') zu senden",
|
||||||
"newLine": "Neue Zeile",
|
"newLine": "Neue Zeile",
|
||||||
"newLineCarriageReturn": "Sowohl NL als auch CR",
|
"newLineCarriageReturn": "Sowohl NL als auch CR",
|
||||||
"noLineEndings": "Kein Zeilenende",
|
"noLineEndings": "Kein Zeilenende",
|
||||||
"notConnected": "Nicht verbunden. Wählen Sie ein Board und einen Port, um automatisch zu verbinden.",
|
"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",
|
"timestamp": "Zeitstempel",
|
||||||
"toggleTimestamp": "Zeitstempel an/aus",
|
"toggleTimestamp": "Zeitstempel an/aus"
|
||||||
"unexpectedError": "100%match\nUnerwarteter Fehler. {0} wird am Port {1} erneut verbunden."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Sketch archivieren",
|
"archiveSketch": "Sketch archivieren",
|
||||||
"cantOpen": "Ein Ordner mit dem Namen \"{0}\" ist bereits vorhanden. Der Sketch kann nicht geöffnet werden.",
|
"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?",
|
"close": "Sind Sie sicher, dass Sie diesen Sketch schließen möchten?",
|
||||||
"configureAndUpload": "Konfigurieren und hochladen",
|
"configureAndUpload": "Konfigurieren und hochladen",
|
||||||
"couldNotConnectToSerial": "Verbindung zum seriellen Port fehlgeschlagen. {0}",
|
|
||||||
"createdArchive": "Archiv '{0}' erstellt.",
|
"createdArchive": "Archiv '{0}' erstellt.",
|
||||||
"doneCompiling": "Kompilieren erfolgreich!",
|
"doneCompiling": "Kompilieren erfolgreich!",
|
||||||
"doneUploading": "Hochladen erfolgreich! ",
|
"doneUploading": "Hochladen erfolgreich! ",
|
||||||
@ -295,7 +309,7 @@
|
|||||||
"openSketchInNewWindow": "Sketch in neuen Fenster öffnen",
|
"openSketchInNewWindow": "Sketch in neuen Fenster öffnen",
|
||||||
"saveFolderAs": "Sketch Ordner speichern als...",
|
"saveFolderAs": "Sketch Ordner speichern als...",
|
||||||
"saveSketchAs": "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",
|
"showFolder": "Zeige Sketch Ordner",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Sketchbook",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Überprüfen",
|
"verify": "Überprüfen",
|
||||||
"verifyOrCompile": "Überprüfen/Kompilieren"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} Fehler: {1}"
|
"error": "{0} Fehler: {1}"
|
||||||
},
|
},
|
||||||
@ -326,7 +345,7 @@
|
|||||||
"daemonOffline": "CLI Daemon Offline",
|
"daemonOffline": "CLI Daemon Offline",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"quitMessage": "Alle ungesicherten Änderung werden nicht gespeichert.",
|
"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": {
|
"debug": {
|
||||||
"start": "Start...",
|
"start": "Start...",
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Name für die neue Datei",
|
"fileNewName": "Name für die neue Datei",
|
||||||
"invalidExtension": "\".{0}\" ist keine gültige Dateierweiterung.",
|
"invalidExtension": "\".{0}\" ist keine gültige Dateierweiterung.",
|
||||||
"invalidFilename": "Ungültiger Dateiname. ",
|
"invalidFilename": "Ungültiger Dateiname. ",
|
||||||
"newFileName": "Neuer Name für die Datei",
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
40
i18n/el.json
40
i18n/el.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
"uploadingCertificates": "Uploading certificates."
|
"uploadingCertificates": "Uploading certificates."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Επίλεξε την ορατότητα του Σχεδίου σου:",
|
"chooseSketchVisibility": "Επίλεξε την ορατότητα του Σχεδίου σου:",
|
||||||
"cloudSketchbook": "Σχέδια Cloud",
|
|
||||||
"connected": "Συνδέθηκε",
|
"connected": "Συνδέθηκε",
|
||||||
"continue": "Συνέχεια",
|
"continue": "Συνέχεια",
|
||||||
"donePulling": "Done pulling ‘{0}’.",
|
"donePulling": "Done pulling ‘{0}’.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Push Sketch",
|
"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.",
|
"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": "Κοινοποίηση Σχεδίου",
|
"shareSketch": "Κοινοποίηση Σχεδίου",
|
||||||
"showHideRemoveSketchbook": "Εμφάνιση/Απόκρυψη Απομακρυνσμένων Σχεδίων",
|
"showHideRemoveSketchbook": "Εμφάνιση/Απόκρυψη Απομακρυνσμένων Σχεδίων",
|
||||||
"signIn": "ΣΥΥΝΔΕΣΗ",
|
"signIn": "ΣΥΥΝΔΕΣΗ",
|
||||||
"signInToCloud": "Σύνδεση στο Arduino Cloud",
|
"signInToCloud": "Σύνδεση στο Arduino Cloud",
|
||||||
"signOut": "Αποσύνδεση",
|
"signOut": "Αποσύνδεση",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Συγχρονισμός και τροποποίηση των Arduino Cloud Σχεδίων σου.",
|
"syncEditSketches": "Συγχρονισμός και τροποποίηση των Arduino Cloud Σχεδίων σου.",
|
||||||
"visitArduinoCloud": "Επισκέψου το Arduino Cloud για δημιουργία Σχεδίων Cloud."
|
"visitArduinoCloud": "Επισκέψου το Arduino Cloud για δημιουργία Σχεδίων Cloud."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "Ένα αρχείο προστέθηκε στον κώδικα.",
|
"fileAdded": "Ένα αρχείο προστέθηκε στον κώδικα.",
|
||||||
"replaceTitle": "Αντικατάσταση"
|
"replaceTitle": "Αντικατάσταση"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Αποσφαλμάτωση - {0}",
|
"debugWithMessage": "Αποσφαλμάτωση - {0}",
|
||||||
"debuggingNotSupported": "Δεν υποστιρίζεται αποσφαλμάτωση από '{0}'",
|
"debuggingNotSupported": "Δεν υποστιρίζεται αποσφαλμάτωση από '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Decrease Font Size",
|
"decreaseFontSize": "Decrease Font Size",
|
||||||
"decreaseIndent": "Decrease Indent",
|
"decreaseIndent": "Decrease Indent",
|
||||||
"increaseFontSize": "Increase Font Size",
|
"increaseFontSize": "Increase Font Size",
|
||||||
"increaseIndent": "Increase Indent"
|
"increaseIndent": "Increase Indent",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"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": "Διαχειριστής βιβλιοθήκης"
|
"zipLibrary": "Διαχειριστής βιβλιοθήκης"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Σχέδιο",
|
"sketch": "Σχέδιο",
|
||||||
"tools": "Εργαλεία"
|
"tools": "Εργαλεία"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Πρόσθετοι Σύνδεσμοι Διαχειριστή Πλακετών",
|
"additionalManagerURLs": "Πρόσθετοι Σύνδεσμοι Διαχειριστή Πλακετών",
|
||||||
"auth.audience": "The OAuth2 audience.",
|
"auth.audience": "The OAuth2 audience.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "Λίστα πιστοποιητικών που μπορούν να ανέβουν σε πλακέτες",
|
"board.certificates": "Λίστα πιστοποιητικών που μπορούν να ανέβουν σε πλακέτες",
|
||||||
"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": "Αληθές αν οι λειτουγίες συγχονισμού σχεδίου είναι ενεργοποιημένες. Προεπιλογή ως αληθές.",
|
"cloud.enabled": "Αληθές αν οι λειτουγίες συγχονισμού σχεδίου είναι ενεργοποιημένες. Προεπιλογή ως αληθές.",
|
||||||
"cloud.pull.warn": "Αληθές αν οι χρήστες πρέπει προειδοποιηθούν πριν τραβηχτεί ενα σχέδιο σύννεφου. Προεπιλογή ως αληθές.",
|
"cloud.pull.warn": "Αληθές αν οι χρήστες πρέπει προειδοποιηθούν πριν τραβηχτεί ενα σχέδιο σύννεφου. Προεπιλογή ως αληθές.",
|
||||||
"cloud.push.warn": "Αληθές αν οι χρήστες πρέπει προειδοποιηθούν πριν σπρωχθεί ενα σχέδιο σύννεφου. Προεπιλογή ως αληθές. ",
|
"cloud.push.warn": "Αληθές αν οι χρήστες πρέπει προειδοποιηθούν πριν σπρωχθεί ενα σχέδιο σύννεφου. Προεπιλογή ως αληθές. ",
|
||||||
"cloud.pushpublic.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.",
|
"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": "Αληθές για λεπτομερή έξοδο μεταγλώττισης. Ψευδές απο προεπιλογή.",
|
"compile.verbose": "Αληθές για λεπτομερή έξοδο μεταγλώττισης. Ψευδές απο προεπιλογή.",
|
||||||
"compile.warnings": "Λέει στο gcc ποιο επίπεδο προειδοποίησης να χρησιμοποιήσει. Είναι 'None' απο προεπιλογή",
|
"compile.warnings": "Λέει στο gcc ποιο επίπεδο προειδοποίησης να χρησιμοποιήσει. Είναι 'None' απο προεπιλογή",
|
||||||
"compilerWarnings": "Προειδοποιήσεις μεταγγλωτιστή",
|
"compilerWarnings": "Προειδοποιήσεις μεταγγλωτιστή",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Εμφάνιση λεπτομερούς εξόδου κατά τη διάρκεια",
|
"showVerbose": "Εμφάνιση λεπτομερούς εξόδου κατά τη διάρκεια",
|
||||||
"sketchbook.location": "Τοποθεσία σχεδίων",
|
"sketchbook.location": "Τοποθεσία σχεδίων",
|
||||||
"sketchbook.showAllFiles": "Αληθές για εμφάνιση όλων των αρχείων σχεδίου μεσα στο σχέδιο. Είναι ψευδές απο προεπιλογή.",
|
"sketchbook.showAllFiles": "Αληθές για εμφάνιση όλων των αρχείων σχεδίου μεσα στο σχέδιο. Είναι ψευδές απο προεπιλογή.",
|
||||||
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
"unofficialBoardSupport": "Κλικ για λίστα Συνδέσμων ανεπίσημης υποστήριξης πλακετών",
|
"unofficialBoardSupport": "Κλικ για λίστα Συνδέσμων ανεπίσημης υποστήριξης πλακετών",
|
||||||
"upload": "ανέβασμα",
|
"upload": "ανέβασμα",
|
||||||
"upload.verbose": "Αληθές για λεπτομερή έξοδο ανεβάσματος. Ψευδές απο προεπιλογή.",
|
"upload.verbose": "Αληθές για λεπτομερή έξοδο ανεβάσματος. Ψευδές απο προεπιλογή.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Autoscroll",
|
"autoscroll": "Autoscroll",
|
||||||
"carriageReturn": "Carriage Return",
|
"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}')",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"newLine": "Νέα γραμμή",
|
"newLine": "Νέα γραμμή",
|
||||||
"newLineCarriageReturn": "Both NL & CR",
|
"newLineCarriageReturn": "Both NL & CR",
|
||||||
"noLineEndings": "No Line Ending",
|
"noLineEndings": "No Line Ending",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"reconnect": "Reconnecting {0} to {1} in {2} seconds...",
|
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "Timestamp",
|
||||||
"toggleTimestamp": "Toggle Timestamp",
|
"toggleTimestamp": "Toggle Timestamp"
|
||||||
"unexpectedError": "Απρόσμενο σφάλμα. Επανασύνδεση {0} στην θύρα {1}"
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archive Sketch",
|
"archiveSketch": "Archive Sketch",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"close": "Are you sure you want to close the sketch?",
|
"close": "Are you sure you want to close the sketch?",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Configure And Upload",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Created archive '{0}'.",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "Done compiling.",
|
||||||
"doneUploading": "Ολοκλήρωση ανεβάσματος",
|
"doneUploading": "Ολοκλήρωση ανεβάσματος",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Επαλήθευση",
|
"verify": "Επαλήθευση",
|
||||||
"verifyOrCompile": "Επικύρωση"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} σφάλμα: {1}"
|
"error": "{0} σφάλμα: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Όνομα για το νεό αρχείο",
|
"fileNewName": "Όνομα για το νεό αρχείο",
|
||||||
"invalidExtension": ".{0} is not a valid extension",
|
"invalidExtension": ".{0} is not a valid extension",
|
||||||
"invalidFilename": "Μη-έγκυρο όνομα αρχείου",
|
"invalidFilename": "Μη-έγκυρο όνομα αρχείου",
|
||||||
"newFileName": "Νέο όνομα για το αρχείο",
|
"newFileName": "Νέο όνομα για το αρχείο"
|
||||||
"sketchDirectoryError": "Υπήρξε ένα λάθος κατά τη δημιουργία του φακέλου. Για περισσότερες λεπτομέρειες δείτε το αρχείο καταγραφής. Η εφαρμογή πιθανόν δε θα δουλέψει όπως αναμένεται."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
44
i18n/es.json
44
i18n/es.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Cargar certificados raíz SSL",
|
"uploadRootCertificates": "Cargar certificados raíz SSL",
|
||||||
"uploadingCertificates": "Cargando certificados."
|
"uploadingCertificates": "Cargando certificados."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Elige la visibilidad de tu Sketch:",
|
"chooseSketchVisibility": "Elige la visibilidad de tu Sketch:",
|
||||||
"cloudSketchbook": "Libro de bocetos en la nube",
|
|
||||||
"connected": "Conectado",
|
"connected": "Conectado",
|
||||||
"continue": "Continuar",
|
"continue": "Continuar",
|
||||||
"donePulling": "Extracción de '{0}' realizada.",
|
"donePulling": "Extracción de '{0}' realizada.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Pulsa para listar las URLs de la tarjetas no oficiales",
|
"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.",
|
"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",
|
"remote": "Remoto",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Compartir...",
|
"share": "Compartir...",
|
||||||
"shareSketch": "Compartir Sketch",
|
"shareSketch": "Compartir Sketch",
|
||||||
"showHideRemoveSketchbook": "Mostrar/Ocultar Sketchbook Remoto",
|
"showHideRemoveSketchbook": "Mostrar/Ocultar Sketchbook Remoto",
|
||||||
"signIn": "Iniciar sesión",
|
"signIn": "Iniciar sesión",
|
||||||
"signInToCloud": "Iniciar sesión en Arduino Cloud",
|
"signInToCloud": "Iniciar sesión en Arduino Cloud",
|
||||||
"signOut": "Cerrar sesión",
|
"signOut": "Cerrar sesión",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Sincroniza y edita tus Arduino Cloud Sketches",
|
"syncEditSketches": "Sincroniza y edita tus Arduino Cloud Sketches",
|
||||||
"visitArduinoCloud": "Visita Arduino Cloud para crear Cloud Sketches. "
|
"visitArduinoCloud": "Visita Arduino Cloud para crear Cloud Sketches. "
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "Un archivo añadido al sketch.",
|
"fileAdded": "Un archivo añadido al sketch.",
|
||||||
"replaceTitle": "Reemplazar"
|
"replaceTitle": "Reemplazar"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Debug - {0}",
|
||||||
"debuggingNotSupported": "La depuración no está soportada por '{0}'",
|
"debuggingNotSupported": "La depuración no está soportada por '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Reducir Tamaño de Fuente",
|
"decreaseFontSize": "Reducir Tamaño de Fuente",
|
||||||
"decreaseIndent": "Disminuir sangría",
|
"decreaseIndent": "Disminuir sangría",
|
||||||
"increaseFontSize": "Aumentar tamaño de fuente",
|
"increaseFontSize": "Aumentar tamaño de fuente",
|
||||||
"increaseIndent": "Aumentar sangría"
|
"increaseIndent": "Aumentar sangría",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"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.",
|
"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"
|
"zipLibrary": "Biblioteca"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "Herramientas"
|
"tools": "Herramientas"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": " No se puede cerrar websocket",
|
||||||
|
"unableToConnectToWebSocket": " No se puede conectar al websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "URLs adicionales de gestor de placas",
|
"additionalManagerURLs": "URLs adicionales de gestor de placas",
|
||||||
"auth.audience": "El público de OAuth2.",
|
"auth.audience": "El público de OAuth2.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "Listado de certificados que pueden ser cargados en las placas",
|
"board.certificates": "Listado de certificados que pueden ser cargados en las placas",
|
||||||
"browse": "Explorar",
|
"browse": "Explorar",
|
||||||
"choose": "Elija",
|
"choose": "Elija",
|
||||||
|
"cli.daemonDebug": "Habilitar logueo de depuración de las llamadas gRPC al Arduino CLI. Requiere un reinicio del IDE para tener efecto. Deshabilitado por defecto.",
|
||||||
"cloud.enabled": "Verdadero si las funciones de sincronización del sketch están activadas. Verdadero por defecto.",
|
"cloud.enabled": "Verdadero si las funciones de sincronización del sketch están activadas. Verdadero por defecto.",
|
||||||
"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.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.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.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.",
|
"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": "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.verbose": "Verdadero para compilación detallada. Falso por defecto",
|
||||||
"compile.warnings": "Indica a gcc qué nivel de advertencia usar. Por defecto es \"Ninguno\"",
|
"compile.warnings": "Indica a gcc qué nivel de advertencia usar. Por defecto es \"Ninguno\"",
|
||||||
"compilerWarnings": "alertas de compilación",
|
"compilerWarnings": "alertas de compilación",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Mostrar salida verbosa durante",
|
"showVerbose": "Mostrar salida verbosa durante",
|
||||||
"sketchbook.location": "Ruta del Sketchbook",
|
"sketchbook.location": "Ruta del Sketchbook",
|
||||||
"sketchbook.showAllFiles": "Verdadero para mostrar todos los archivos de bocetos dentro del boceto. Por defecto es falso.",
|
"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",
|
"unofficialBoardSupport": "Pulsa para listar las URLs de las tarjetas no oficiales",
|
||||||
"upload": "Carga",
|
"upload": "Carga",
|
||||||
"upload.verbose": "Verdadero para una salida verbosa de la carga. Falso por defecto.",
|
"upload.verbose": "Verdadero para una salida verbosa de la carga. Falso por defecto.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Autoscroll",
|
"autoscroll": "Autoscroll",
|
||||||
"carriageReturn": "Retorno de carro",
|
"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}')",
|
"message": "Mensaje ({0} + Enter para enviar el mensaje a '{1}' en '{2}')",
|
||||||
"newLine": "Nueva línea",
|
"newLine": "Nueva línea",
|
||||||
"newLineCarriageReturn": "Ambos NL & CR",
|
"newLineCarriageReturn": "Ambos NL & CR",
|
||||||
"noLineEndings": "Sin ajuste de línea",
|
"noLineEndings": "Sin ajuste de línea",
|
||||||
"notConnected": "No conectado. Selecciona una placa y un puerto para conectarte automáticamente.",
|
"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",
|
"timestamp": "Marca de tiempo",
|
||||||
"toggleTimestamp": "Alternar la marca de tiempo",
|
"toggleTimestamp": "Alternar la marca de tiempo"
|
||||||
"unexpectedError": "Error inesperado. Reconectando {0} en el puerto {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archivo de programa",
|
"archiveSketch": "Archivo de programa",
|
||||||
"cantOpen": "Ya existe una carpeta con el nombre \"{0}\". No se puede abrir.",
|
"cantOpen": "Ya existe una carpeta con el nombre \"{0}\". No se puede abrir.",
|
||||||
"close": "¿Estás seguro de que quieres cerrar el sketch?",
|
"close": "¿Estás seguro de que quieres cerrar el sketch?",
|
||||||
"configureAndUpload": "Configurar y subir",
|
"configureAndUpload": "Configurar y subir",
|
||||||
"couldNotConnectToSerial": "No se ha podido reconectar al puerto serie. {0}",
|
|
||||||
"createdArchive": "Archivo '{0}' creado.",
|
"createdArchive": "Archivo '{0}' creado.",
|
||||||
"doneCompiling": "Compilación completada.",
|
"doneCompiling": "Compilación completada.",
|
||||||
"doneUploading": "Carga completada.",
|
"doneUploading": "Carga completada.",
|
||||||
@ -295,7 +309,7 @@
|
|||||||
"openSketchInNewWindow": "Abrir Sketch en una ventana nueva",
|
"openSketchInNewWindow": "Abrir Sketch en una ventana nueva",
|
||||||
"saveFolderAs": "Guardar carpeta de sketch como...",
|
"saveFolderAs": "Guardar carpeta de sketch como...",
|
||||||
"saveSketchAs": "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",
|
"showFolder": "Mostrar carpeta de Sketch",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Sketchbook",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Verificar",
|
"verify": "Verificar",
|
||||||
"verifyOrCompile": "Verificar/Compilar"
|
"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": {
|
"upload": {
|
||||||
"error": "1{0} error: 2{1}"
|
"error": "1{0} error: 2{1}"
|
||||||
},
|
},
|
||||||
@ -326,7 +345,7 @@
|
|||||||
"daemonOffline": "Demonio del CLI fuera de línea",
|
"daemonOffline": "Demonio del CLI fuera de línea",
|
||||||
"offline": "Desconectado",
|
"offline": "Desconectado",
|
||||||
"quitMessage": "Los cambios no guardados no serán guardados.",
|
"quitMessage": "Los cambios no guardados no serán guardados.",
|
||||||
"quitTitle": "Are you sure you want to quit?"
|
"quitTitle": "Seguro que quiere salir ?"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"start": "Empezar...",
|
"start": "Empezar...",
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Nombre del nuevo archivo",
|
"fileNewName": "Nombre del nuevo archivo",
|
||||||
"invalidExtension": "\".{0}\" no es una extensión válida",
|
"invalidExtension": "\".{0}\" no es una extensión válida",
|
||||||
"invalidFilename": "Nombre de archivo no válido.",
|
"invalidFilename": "Nombre de archivo no válido.",
|
||||||
"newFileName": "Nuevo nombre para el archivo",
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
40
i18n/eu.json
40
i18n/eu.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Kargatu SSL erro-ziurtagiriak",
|
"uploadRootCertificates": "Kargatu SSL erro-ziurtagiriak",
|
||||||
"uploadingCertificates": "Ziurtagiriak kargatzen."
|
"uploadingCertificates": "Ziurtagiriak kargatzen."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Aukeratu zure programaren ikusgaitasuna:",
|
"chooseSketchVisibility": "Aukeratu zure programaren ikusgaitasuna:",
|
||||||
"cloudSketchbook": "Hodeiko programa bilduma",
|
|
||||||
"connected": "Konektatuta",
|
"connected": "Konektatuta",
|
||||||
"continue": "Jarraitu",
|
"continue": "Jarraitu",
|
||||||
"donePulling": "Hodeitik kargatzea burututa: '{0}'.",
|
"donePulling": "Hodeitik kargatzea burututa: '{0}'.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Kargatu hodeitik",
|
"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.",
|
"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",
|
"remote": "Urrunekoa",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Partekatu...",
|
"share": "Partekatu...",
|
||||||
"shareSketch": "Partekatu programa",
|
"shareSketch": "Partekatu programa",
|
||||||
"showHideRemoveSketchbook": "Erakutsi/Ezkutatu urruneko programa bilduma",
|
"showHideRemoveSketchbook": "Erakutsi/Ezkutatu urruneko programa bilduma",
|
||||||
"signIn": "HASI SAIOA",
|
"signIn": "HASI SAIOA",
|
||||||
"signInToCloud": "Hasi saioa Arduino Cloud-en",
|
"signInToCloud": "Hasi saioa Arduino Cloud-en",
|
||||||
"signOut": "Amaitu saioa",
|
"signOut": "Amaitu saioa",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Sinkronizatu eta editatu zure Arduino Cloud-eko programak",
|
"syncEditSketches": "Sinkronizatu eta editatu zure Arduino Cloud-eko programak",
|
||||||
"visitArduinoCloud": "Bisitatu Arduino Cloud hodeiko programak sortzeko."
|
"visitArduinoCloud": "Bisitatu Arduino Cloud hodeiko programak sortzeko."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "Fitxategi bat gehitu da programara.",
|
"fileAdded": "Fitxategi bat gehitu da programara.",
|
||||||
"replaceTitle": "Ordezkatu"
|
"replaceTitle": "Ordezkatu"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Araztu - {0}",
|
"debugWithMessage": "Araztu - {0}",
|
||||||
"debuggingNotSupported": "Ez dauka arazketarako euskarririk: '{0}'",
|
"debuggingNotSupported": "Ez dauka arazketarako euskarririk: '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Txikiagotu letra-tamaina",
|
"decreaseFontSize": "Txikiagotu letra-tamaina",
|
||||||
"decreaseIndent": "Txikiagotu koska",
|
"decreaseIndent": "Txikiagotu koska",
|
||||||
"increaseFontSize": "Handitu letra-tamaina",
|
"increaseFontSize": "Handitu letra-tamaina",
|
||||||
"increaseIndent": "Handitu koska"
|
"increaseIndent": "Handitu koska",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Ezin izan da programa gorde. Kopiatu gorde gabeko zure lana zure testu-editore gogokoenera eta berrabiarazi IDEa.",
|
"couldNotSave": "Ezin izan da programa gorde. Kopiatu gorde gabeko zure lana zure testu-editore gogokoenera eta berrabiarazi IDEa.",
|
||||||
@ -212,9 +223,14 @@
|
|||||||
"zipLibrary": "Liburutegia"
|
"zipLibrary": "Liburutegia"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Programa",
|
"sketch": "Programa",
|
||||||
"tools": "Tresnak"
|
"tools": "Tresnak"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Plaka kudeatzaile gehigarrien URLak:",
|
"additionalManagerURLs": "Plaka kudeatzaile gehigarrien URLak:",
|
||||||
"auth.audience": "OAuth2 audientzia.",
|
"auth.audience": "OAuth2 audientzia.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "Plaketara kargatu daitezkeen ziurtagirien zerrenda",
|
"board.certificates": "Plaketara kargatu daitezkeen ziurtagirien zerrenda",
|
||||||
"browse": "Arakatu",
|
"browse": "Arakatu",
|
||||||
"choose": "Aukeratu",
|
"choose": "Aukeratu",
|
||||||
|
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
|
||||||
"cloud.enabled": "Egia programaren sinkronizazio-funtzioak gaituta badaude. Lehenetsia egia da.",
|
"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.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.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.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.",
|
"cloud.sketchSyncEnpoint": "Zerbitzari batean programak gorde eta kargatzeko amaiera-puntua. Lehenetsia Arduino Cloud API da.",
|
||||||
"compile": "konpilazioa",
|
"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.verbose": "Egia konpilazioaren irteera xehatua izateko. Lehenetsia Gezurra.",
|
||||||
"compile.warnings": "gcc-ri ze abisu maila erabili esaten dio. 'None' da lehenetsia",
|
"compile.warnings": "gcc-ri ze abisu maila erabili esaten dio. 'None' da lehenetsia",
|
||||||
"compilerWarnings": "Konpiladorearen abisuak",
|
"compilerWarnings": "Konpiladorearen abisuak",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Erakutsi irteera xehatua honetan zehar:",
|
"showVerbose": "Erakutsi irteera xehatua honetan zehar:",
|
||||||
"sketchbook.location": "Programa bildumaren kokalekua",
|
"sketchbook.location": "Programa bildumaren kokalekua",
|
||||||
"sketchbook.showAllFiles": "Egia programaren barruko programa-fitxategi guztiak erakusteko. Lehenetsia gezurra da.",
|
"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",
|
"unofficialBoardSupport": "Egin klik ofizialak ez diren plaken laguntza-URL zerrenda ikusteko",
|
||||||
"upload": "karga",
|
"upload": "karga",
|
||||||
"upload.verbose": "Egia kargaren irteera xehatua izateko. Lehenetsia Gezurra.",
|
"upload.verbose": "Egia kargaren irteera xehatua izateko. Lehenetsia Gezurra.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Korritze automatikoa",
|
"autoscroll": "Korritze automatikoa",
|
||||||
"carriageReturn": "Orga-itzulera",
|
"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}')",
|
"message": "Mezua ({0} + Enter honi mezua bidaltzeko: '{1}' hemen: '{2}')",
|
||||||
"newLine": "Lerro berria",
|
"newLine": "Lerro berria",
|
||||||
"newLineCarriageReturn": "NL & CR biak",
|
"newLineCarriageReturn": "NL & CR biak",
|
||||||
"noLineEndings": "Lerro amaierarik ez",
|
"noLineEndings": "Lerro amaierarik ez",
|
||||||
"notConnected": "Ez dago konektatuta. Hautatu plaka eta ataka automatikoki konektatzeko.",
|
"notConnected": "Ez dago konektatuta. Hautatu plaka eta ataka automatikoki konektatzeko.",
|
||||||
"reconnect": "Berriz konektatuko da {0} {1} atakan {2} segundo barru...",
|
|
||||||
"timestamp": "Denbora-zigilua",
|
"timestamp": "Denbora-zigilua",
|
||||||
"toggleTimestamp": "Txandakatu denbora-zigilua",
|
"toggleTimestamp": "Txandakatu denbora-zigilua"
|
||||||
"unexpectedError": "Ustekabeko errorea. {0} berriz konektatzen {1} atakan."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Artxibatu programa",
|
"archiveSketch": "Artxibatu programa",
|
||||||
"cantOpen": "\"{0}\" izeneko karpeta badago dagoeneko. Ezin da programa ireki.",
|
"cantOpen": "\"{0}\" izeneko karpeta badago dagoeneko. Ezin da programa ireki.",
|
||||||
"close": "Ziur zaude programa itxi nahi duzula?",
|
"close": "Ziur zaude programa itxi nahi duzula?",
|
||||||
"configureAndUpload": "Konfiguratu eta kargatu",
|
"configureAndUpload": "Konfiguratu eta kargatu",
|
||||||
"couldNotConnectToSerial": "Ezin izan da serieko atakara berriz konektatu. {0}",
|
|
||||||
"createdArchive": "'{0}' artxiboa sortu da.",
|
"createdArchive": "'{0}' artxiboa sortu da.",
|
||||||
"doneCompiling": "Konpilazioa burutu da.",
|
"doneCompiling": "Konpilazioa burutu da.",
|
||||||
"doneUploading": "Karga burutu da.",
|
"doneUploading": "Karga burutu da.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Egiaztatu",
|
"verify": "Egiaztatu",
|
||||||
"verifyOrCompile": "Egiaztatu/Konpilatu"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} errorea: {1}"
|
"error": "{0} errorea: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Fitxategi berriaren izena",
|
"fileNewName": "Fitxategi berriaren izena",
|
||||||
"invalidExtension": "{0} ez da baliozko luzapen bat.",
|
"invalidExtension": "{0} ez da baliozko luzapen bat.",
|
||||||
"invalidFilename": "Fitxategi-izen baliogabea.",
|
"invalidFilename": "Fitxategi-izen baliogabea.",
|
||||||
"newFileName": "Fitxategiaren izen berria",
|
"newFileName": "Fitxategiaren izen berria"
|
||||||
"sketchDirectoryError": "Errore bat gertatu da programaren direktorioa sortzean. Ikusi egunkaria xehetasun gehiagorako. Aplikazioak ez du espero bezala funtzionatuko."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
40
i18n/fa.json
40
i18n/fa.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "بارگذاری سند ریشه SSL",
|
"uploadRootCertificates": "بارگذاری سند ریشه SSL",
|
||||||
"uploadingCertificates": "در حال بارگذاری سند."
|
"uploadingCertificates": "در حال بارگذاری سند."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "قابلیت مشاهده طرح خود را انتخاب کنید:",
|
"chooseSketchVisibility": "قابلیت مشاهده طرح خود را انتخاب کنید:",
|
||||||
"cloudSketchbook": "منبع ابری طرح ها",
|
|
||||||
"connected": "متصل",
|
"connected": "متصل",
|
||||||
"continue": "ادامه",
|
"continue": "ادامه",
|
||||||
"donePulling": "پایان دریافت {0}",
|
"donePulling": "پایان دریافت {0}",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "ارسال طرح",
|
"pushSketch": "ارسال طرح",
|
||||||
"pushSketchMsg": "این یک طرح عمومی است. قبل از ارسال، مطمئن شوید که اطلاعات حساس در فایلهای arduino_secrets.h تعریف شده است. میتوانید از پانل اشتراکگذاری یک طرح را خصوصی کنید.",
|
"pushSketchMsg": "این یک طرح عمومی است. قبل از ارسال، مطمئن شوید که اطلاعات حساس در فایلهای arduino_secrets.h تعریف شده است. میتوانید از پانل اشتراکگذاری یک طرح را خصوصی کنید.",
|
||||||
"remote": "از راه دور",
|
"remote": "از راه دور",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "اشتراک گذاری...",
|
"share": "اشتراک گذاری...",
|
||||||
"shareSketch": "اشتراک طرح",
|
"shareSketch": "اشتراک طرح",
|
||||||
"showHideRemoveSketchbook": "نمایش/پنهان کردن از راه دور منبع طرح ها",
|
"showHideRemoveSketchbook": "نمایش/پنهان کردن از راه دور منبع طرح ها",
|
||||||
"signIn": "ورود کاربر",
|
"signIn": "ورود کاربر",
|
||||||
"signInToCloud": "ورود به ابر آردوینو",
|
"signInToCloud": "ورود به ابر آردوینو",
|
||||||
"signOut": "خروج کاربر",
|
"signOut": "خروج کاربر",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "طرح های ابر آردوینو خود را همگام سازی و ویرایش کنید",
|
"syncEditSketches": "طرح های ابر آردوینو خود را همگام سازی و ویرایش کنید",
|
||||||
"visitArduinoCloud": "بازدید از ابر آردوینو برای ساخت ابر طرح ها"
|
"visitArduinoCloud": "بازدید از ابر آردوینو برای ساخت ابر طرح ها"
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "یک فایل به طرح افزوده شد.",
|
"fileAdded": "یک فایل به طرح افزوده شد.",
|
||||||
"replaceTitle": "جایگذاری"
|
"replaceTitle": "جایگذاری"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "رفع خطا {0}",
|
"debugWithMessage": "رفع خطا {0}",
|
||||||
"debuggingNotSupported": "رفع خطا توسط {0} پشتیبانی نمی شود.",
|
"debuggingNotSupported": "رفع خطا توسط {0} پشتیبانی نمی شود.",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "کاهش اندازه فونت",
|
"decreaseFontSize": "کاهش اندازه فونت",
|
||||||
"decreaseIndent": "برداشتن دندانه",
|
"decreaseIndent": "برداشتن دندانه",
|
||||||
"increaseFontSize": "افزایش اندازه فونت",
|
"increaseFontSize": "افزایش اندازه فونت",
|
||||||
"increaseIndent": "افزودن دندانه"
|
"increaseIndent": "افزودن دندانه",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "ابر طرح را ذخیره نکرد. لطفا کار ذخیره نشده خود را به ویرایشگر متن مورد علاقه خود کپی کنید، و آردوینو را دوباره راه اندازی کنید.",
|
"couldNotSave": "ابر طرح را ذخیره نکرد. لطفا کار ذخیره نشده خود را به ویرایشگر متن مورد علاقه خود کپی کنید، و آردوینو را دوباره راه اندازی کنید.",
|
||||||
@ -212,9 +223,14 @@
|
|||||||
"zipLibrary": "کتابخانه"
|
"zipLibrary": "کتابخانه"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "طرح",
|
"sketch": "طرح",
|
||||||
"tools": "ابزار ها"
|
"tools": "ابزار ها"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "نشانیهای اینترنتی مدیر تابلوهای افزوده",
|
"additionalManagerURLs": "نشانیهای اینترنتی مدیر تابلوهای افزوده",
|
||||||
"auth.audience": "حضار OAuth2(احراز هویت اینترنتی).",
|
"auth.audience": "حضار OAuth2(احراز هویت اینترنتی).",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "فهرست گواهیهایی که میتوان در تابلوها بارگذاری کرد",
|
"board.certificates": "فهرست گواهیهایی که میتوان در تابلوها بارگذاری کرد",
|
||||||
"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": "اگر فعال بودن توابع همگام سازی طرح درست می باشد ، پیش فرض ها درست است",
|
"cloud.enabled": "اگر فعال بودن توابع همگام سازی طرح درست می باشد ، پیش فرض ها درست است",
|
||||||
"cloud.pull.warn": "اگر هشدار دادن به کاربران قبل از کشیدن یک طرح ابری درست می باشد ، پیش فرض ها صحیح است.",
|
"cloud.pull.warn": "اگر هشدار دادن به کاربران قبل از کشیدن یک طرح ابری درست می باشد ، پیش فرض ها صحیح است.",
|
||||||
"cloud.push.warn": "اگر هشدار دادن به کاربران قبل از ارسال یک طرح ابری درست است پیش فرض ها درست می باشد",
|
"cloud.push.warn": "اگر هشدار دادن به کاربران قبل از ارسال یک طرح ابری درست است پیش فرض ها درست می باشد",
|
||||||
"cloud.pushpublic.warn": "اگر هشدار دادن به کاربران قبل از ارسال یک طرح عمومی به فضای درست می باشد پیش فرض ها درست است.",
|
"cloud.pushpublic.warn": "اگر هشدار دادن به کاربران قبل از ارسال یک طرح عمومی به فضای درست می باشد پیش فرض ها درست است.",
|
||||||
"cloud.sketchSyncEnpoint": "نقطه ای برای ارسال و دریافت طرح ها استفاده می شود . به طور پیش فرض به رابط ابر آردوینو استفاده می کند.",
|
"cloud.sketchSyncEnpoint": "نقطه ای برای ارسال و دریافت طرح ها استفاده می شود . به طور پیش فرض به رابط ابر آردوینو استفاده می کند.",
|
||||||
"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": "برای خروجی کامپایل پرمخاطب درست است. به طور پیش فرض نادرست است",
|
"compile.verbose": "برای خروجی کامپایل پرمخاطب درست است. به طور پیش فرض نادرست است",
|
||||||
"compile.warnings": "به gcc می گوید از کدام سطح هشدار استفاده کند. به طور پیش فرض \"هیچ\" است",
|
"compile.warnings": "به gcc می گوید از کدام سطح هشدار استفاده کند. به طور پیش فرض \"هیچ\" است",
|
||||||
"compilerWarnings": "هشدار های کامپایلر",
|
"compilerWarnings": "هشدار های کامپایلر",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "نمایش خروجی پرمخاطب در طول",
|
"showVerbose": "نمایش خروجی پرمخاطب در طول",
|
||||||
"sketchbook.location": "مکان منبع طرح ها",
|
"sketchbook.location": "مکان منبع طرح ها",
|
||||||
"sketchbook.showAllFiles": "همه فایلهای طرح را در داخل طرح نشان دهد درست است. به طور پیش فرض نادرست است.",
|
"sketchbook.showAllFiles": "همه فایلهای طرح را در داخل طرح نشان دهد درست است. به طور پیش فرض نادرست است.",
|
||||||
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
"unofficialBoardSupport": "برای لیستی از آدرس های اینترنتی پشتیبانی هیئت مدیره غیررسمی کلیک کنید",
|
"unofficialBoardSupport": "برای لیستی از آدرس های اینترنتی پشتیبانی هیئت مدیره غیررسمی کلیک کنید",
|
||||||
"upload": "آپلود",
|
"upload": "آپلود",
|
||||||
"upload.verbose": "برای خروجی آپلود پرمخاطب درست است. به طور پیش فرض نادرست است.",
|
"upload.verbose": "برای خروجی آپلود پرمخاطب درست است. به طور پیش فرض نادرست است.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "پیمایش خودکار",
|
"autoscroll": "پیمایش خودکار",
|
||||||
"carriageReturn": "رفتن به سر سطر",
|
"carriageReturn": "رفتن به سر سطر",
|
||||||
"connectionBusy": "اتصال ناموفق بود. پورت سریال مشغول به {0} است.",
|
|
||||||
"disconnected": "{0} از {1} قطع شد.",
|
|
||||||
"failedReconnect": "اتصال دوباره {0} به پورت سریال بعد از 10 تلاش متوالی ناموفق بود. {1} پورت سریال مشغول است.",
|
|
||||||
"message": "پیام ( {0} + بزنید تا پیام به '{1}' بر '{2}' ارسال شود)",
|
"message": "پیام ( {0} + بزنید تا پیام به '{1}' بر '{2}' ارسال شود)",
|
||||||
"newLine": "خط جدید",
|
"newLine": "خط جدید",
|
||||||
"newLineCarriageReturn": "هم NL و هم CR",
|
"newLineCarriageReturn": "هم NL و هم CR",
|
||||||
"noLineEndings": "بدون پایان خط",
|
"noLineEndings": "بدون پایان خط",
|
||||||
"notConnected": "متصل نشد. برد و پورت را انتخاب کنید تا بطور خودکار متصل شود.",
|
"notConnected": "متصل نشد. برد و پورت را انتخاب کنید تا بطور خودکار متصل شود.",
|
||||||
"reconnect": "اتصال دوباره {0} به {1} در {2} ثانیه ...",
|
|
||||||
"timestamp": "برچسب زمانی",
|
"timestamp": "برچسب زمانی",
|
||||||
"toggleTimestamp": "اتصال برچسب زمان",
|
"toggleTimestamp": "اتصال برچسب زمان"
|
||||||
"unexpectedError": "خطای غیر منتظره. اتصال مجدد {0} در پورت {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "آرشیو طرح",
|
"archiveSketch": "آرشیو طرح",
|
||||||
"cantOpen": "پوشه ای با نام \"{0}\" از قبل وجود دارد. طرح را نمی توان باز کرد",
|
"cantOpen": "پوشه ای با نام \"{0}\" از قبل وجود دارد. طرح را نمی توان باز کرد",
|
||||||
"close": "آیا شما می خواهید این طرح را ببندید؟",
|
"close": "آیا شما می خواهید این طرح را ببندید؟",
|
||||||
"configureAndUpload": "پیکربندی و بارگذاری",
|
"configureAndUpload": "پیکربندی و بارگذاری",
|
||||||
"couldNotConnectToSerial": "ابر نتوانست دوباره به پورت سریال {0} متصل شود.",
|
|
||||||
"createdArchive": "آرشیو {0} ایجاد شد.",
|
"createdArchive": "آرشیو {0} ایجاد شد.",
|
||||||
"doneCompiling": "پایان کامپایل کردن",
|
"doneCompiling": "پایان کامپایل کردن",
|
||||||
"doneUploading": "پایان بارگذاری",
|
"doneUploading": "پایان بارگذاری",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "تائید",
|
"verify": "تائید",
|
||||||
"verifyOrCompile": "تائید / کامپایل"
|
"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": {
|
"upload": {
|
||||||
"error": "خطا {0} : {1}"
|
"error": "خطا {0} : {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "نام برای فایل جدید",
|
"fileNewName": "نام برای فایل جدید",
|
||||||
"invalidExtension": "افزونه {0} نادرست است.",
|
"invalidExtension": "افزونه {0} نادرست است.",
|
||||||
"invalidFilename": "عدم وجود نام برای فایل",
|
"invalidFilename": "عدم وجود نام برای فایل",
|
||||||
"newFileName": "نام جدید برای فایل",
|
"newFileName": "نام جدید برای فایل"
|
||||||
"sketchDirectoryError": "یک خطا در ساخت دیکشنری طرح بود، تاریخچه بقیه جزئیات را بررسی کنید. نرم افزار شاید نتواند پیش بینی شده کار کند."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
"uploadingCertificates": "Uploading certificates."
|
"uploadingCertificates": "Uploading certificates."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"continue": "Continue",
|
"continue": "Continue",
|
||||||
"donePulling": "Done pulling ‘{0}’.",
|
"donePulling": "Done pulling ‘{0}’.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Push Sketch",
|
"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.",
|
"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",
|
"remote": "Remote",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Share...",
|
"share": "Share...",
|
||||||
"shareSketch": "Share Sketch",
|
"shareSketch": "Share Sketch",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
"signIn": "SIGN IN",
|
"signIn": "SIGN IN",
|
||||||
"signInToCloud": "Sign in to Arduino Cloud",
|
"signInToCloud": "Sign in to Arduino Cloud",
|
||||||
"signOut": "Sign Out",
|
"signOut": "Sign Out",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "One file added to the sketch.",
|
"fileAdded": "One file added to the sketch.",
|
||||||
"replaceTitle": "Replace"
|
"replaceTitle": "Replace"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Debug - {0}",
|
||||||
"debuggingNotSupported": "Ang debugging ay hindi suportado ng '{0}'",
|
"debuggingNotSupported": "Ang debugging ay hindi suportado ng '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Decrease Font Size",
|
"decreaseFontSize": "Decrease Font Size",
|
||||||
"decreaseIndent": "Decrease Indent",
|
"decreaseIndent": "Decrease Indent",
|
||||||
"increaseFontSize": "Increase Font Size",
|
"increaseFontSize": "Increase Font Size",
|
||||||
"increaseIndent": "Increase Indent"
|
"increaseIndent": "Increase Indent",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"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"
|
"zipLibrary": "Library"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "Mga Tools"
|
"tools": "Mga Tools"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Additional Boards Manager URLs",
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
"auth.audience": "The OAuth2 audience.",
|
"auth.audience": "The OAuth2 audience.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "Listahan ng mga sertipikong maaaring ma-upload sa ma board.",
|
"board.certificates": "Listahan ng mga sertipikong maaaring ma-upload sa ma board.",
|
||||||
"browse": "Browse",
|
"browse": "Browse",
|
||||||
"choose": "Choose",
|
"choose": "Choose",
|
||||||
|
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
|
||||||
"cloud.enabled": "True kapag ang sketch sync function ay gumagana. Ito ay true by default.",
|
"cloud.enabled": "True kapag ang sketch sync function ay gumagana. Ito ay true by default.",
|
||||||
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. 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.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.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.",
|
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
||||||
"compile": "compile",
|
"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.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.",
|
"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",
|
"compilerWarnings": "Compiler warnings",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
"sketchbook.location": "Sketchbook location",
|
"sketchbook.location": "Sketchbook location",
|
||||||
"sketchbook.showAllFiles": "True para ipakita lahat ng sketch files sa loob ng isang sketch. Ito ay false by default.",
|
"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",
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
"upload": "upload",
|
"upload": "upload",
|
||||||
"upload.verbose": "True para sa verbose upload output. Ito ay naka-false by default.",
|
"upload.verbose": "True para sa verbose upload output. Ito ay naka-false by default.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Autoscroll",
|
"autoscroll": "Autoscroll",
|
||||||
"carriageReturn": "Carriage Return",
|
"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}')",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"newLine": "New Line",
|
"newLine": "New Line",
|
||||||
"newLineCarriageReturn": "Both NL & CR",
|
"newLineCarriageReturn": "Both NL & CR",
|
||||||
"noLineEndings": "No Line Ending",
|
"noLineEndings": "No Line Ending",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"reconnect": "Reconnecting {0} to {1} in {2} seconds...",
|
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "Timestamp",
|
||||||
"toggleTimestamp": "Toggle Timestamp",
|
"toggleTimestamp": "Toggle Timestamp"
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archive Sketch",
|
"archiveSketch": "Archive Sketch",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"close": "Are you sure you want to close the sketch?",
|
"close": "Are you sure you want to close the sketch?",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Configure And Upload",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Created archive '{0}'.",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "Done compiling.",
|
||||||
"doneUploading": "Done uploading.",
|
"doneUploading": "Done uploading.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Verify",
|
"verify": "Verify",
|
||||||
"verifyOrCompile": "Verify/Compile"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0} error: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Name for new file",
|
"fileNewName": "Name for new file",
|
||||||
"invalidExtension": ".{0} is not a valid extension",
|
"invalidExtension": ".{0} is not a valid extension",
|
||||||
"invalidFilename": "Invalid filename.",
|
"invalidFilename": "Invalid filename.",
|
||||||
"newFileName": "New name for file",
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
40
i18n/fr.json
40
i18n/fr.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Téléverser les certificats racine SSL",
|
"uploadRootCertificates": "Téléverser les certificats racine SSL",
|
||||||
"uploadingCertificates": "Transfert des certificats"
|
"uploadingCertificates": "Transfert des certificats"
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Choisissez la visibilité du croquis :",
|
"chooseSketchVisibility": "Choisissez la visibilité du croquis :",
|
||||||
"cloudSketchbook": "Carnet de Croquis Cloud",
|
|
||||||
"connected": "Connecté",
|
"connected": "Connecté",
|
||||||
"continue": "Continuer",
|
"continue": "Continuer",
|
||||||
"donePulling": "Récupération de '{0}' terminée.",
|
"donePulling": "Récupération de '{0}' terminée.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Push le croquis",
|
"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.",
|
"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",
|
"remote": "A distance",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Partager...",
|
"share": "Partager...",
|
||||||
"shareSketch": "Partager le croquis",
|
"shareSketch": "Partager le croquis",
|
||||||
"showHideRemoveSketchbook": "Montrer / Cacher le carnet de croquis distant.",
|
"showHideRemoveSketchbook": "Montrer / Cacher le carnet de croquis distant.",
|
||||||
"signIn": "Se connecter",
|
"signIn": "Se connecter",
|
||||||
"signInToCloud": "Se connecter à Arduino Cloud",
|
"signInToCloud": "Se connecter à Arduino Cloud",
|
||||||
"signOut": "Deconnexion",
|
"signOut": "Deconnexion",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Synchroniser et éditer vos croquis Arduino Cloud.",
|
"syncEditSketches": "Synchroniser et éditer vos croquis Arduino Cloud.",
|
||||||
"visitArduinoCloud": "Visitez Arduino Cloud pour créer des croquis sut le 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",
|
"fileAdded": "Un fichier a été ajouté au croquis",
|
||||||
"replaceTitle": "Remplacer"
|
"replaceTitle": "Remplacer"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Débogage - {0}",
|
"debugWithMessage": "Débogage - {0}",
|
||||||
"debuggingNotSupported": "Le débogage n'est pas supporté pour '{0}'",
|
"debuggingNotSupported": "Le débogage n'est pas supporté pour '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Réduire la taille de la police",
|
"decreaseFontSize": "Réduire la taille de la police",
|
||||||
"decreaseIndent": "Diminuer le retrait",
|
"decreaseIndent": "Diminuer le retrait",
|
||||||
"increaseFontSize": "Augmenter la taille de la police",
|
"increaseFontSize": "Augmenter la taille de la police",
|
||||||
"increaseIndent": "Augmenter le retrait"
|
"increaseIndent": "Augmenter le retrait",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Impossible d'enregistrer le croquis. Veuillez copier votre travail non enregistré dans votre éditeur de texte favori et redémarrer l'IDE.",
|
"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"
|
"zipLibrary": "Bibliothèque"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Croquis",
|
"sketch": "Croquis",
|
||||||
"tools": "Outils"
|
"tools": "Outils"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "URL de gestionnaire de cartes supplémentaires",
|
"additionalManagerURLs": "URL de gestionnaire de cartes supplémentaires",
|
||||||
"auth.audience": "L'audience OAuth2.",
|
"auth.audience": "L'audience OAuth2.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "Liste des certificats pouvant être téléversé vers les cartes.",
|
"board.certificates": "Liste des certificats pouvant être téléversé vers les cartes.",
|
||||||
"browse": "Parcourir",
|
"browse": "Parcourir",
|
||||||
"choose": "Choisir",
|
"choose": "Choisir",
|
||||||
|
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
|
||||||
"cloud.enabled": "Vrai si les fonctions de synchronisation de croquis est activé. Par défaut, la valeur est vrai.",
|
"cloud.enabled": "Vrai si les fonctions de synchronisation de croquis est activé. Par défaut, la valeur est vrai.",
|
||||||
"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.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.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.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.",
|
"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": "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.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'.",
|
"compile.warnings": "Dis à GCC quel niveau d'avertissement à utiliser. Valeur par défaut : 'None'.",
|
||||||
"compilerWarnings": "Avertissements du compilateur ",
|
"compilerWarnings": "Avertissements du compilateur ",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Afficher la sortie de débogage verbeuse pendant",
|
"showVerbose": "Afficher la sortie de débogage verbeuse pendant",
|
||||||
"sketchbook.location": "Localisation du croquis.",
|
"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.",
|
"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",
|
"unofficialBoardSupport": "Cliquer pour la liste non-officielle des URLs des support de cartes",
|
||||||
"upload": "téléverser",
|
"upload": "téléverser",
|
||||||
"upload.verbose": "Vrai si le téléchargement en mode verbose. Faux par défaut.",
|
"upload.verbose": "Vrai si le téléchargement en mode verbose. Faux par défaut.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Défilement automatique",
|
"autoscroll": "Défilement automatique",
|
||||||
"carriageReturn": "Retour chariot",
|
"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}'",
|
"message": "Message ({0} + Entrée pour envoyer le message à '{1}' sur '{2}'",
|
||||||
"newLine": "Nouvelle ligne",
|
"newLine": "Nouvelle ligne",
|
||||||
"newLineCarriageReturn": "Les deux, NL et CR",
|
"newLineCarriageReturn": "Les deux, NL et CR",
|
||||||
"noLineEndings": "Pas de fin de ligne",
|
"noLineEndings": "Pas de fin de ligne",
|
||||||
"notConnected": "Déconnecté. Sélectionnez une carte ainsi qu'un port pour vous connecter automatiquement.",
|
"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",
|
"timestamp": "horodatage",
|
||||||
"toggleTimestamp": "Activer l'horodatage",
|
"toggleTimestamp": "Activer l'horodatage"
|
||||||
"unexpectedError": "Erreur inattendue. Reconnexion de {0} sur le port {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archiver le croquis",
|
"archiveSketch": "Archiver le croquis",
|
||||||
"cantOpen": "Un dossier nommé « {0} » existe déjà. Impossible d''ouvrir 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 ?",
|
"close": "Êtes-vous sûr de vouloir fermer ce croquis ?",
|
||||||
"configureAndUpload": "Configurer et téléverser",
|
"configureAndUpload": "Configurer et téléverser",
|
||||||
"couldNotConnectToSerial": "Impossible de se reconnecter au port série. {0}",
|
|
||||||
"createdArchive": "Archive créer '{0}'",
|
"createdArchive": "Archive créer '{0}'",
|
||||||
"doneCompiling": "Compilation terminée.",
|
"doneCompiling": "Compilation terminée.",
|
||||||
"doneUploading": "Téléversement fait.",
|
"doneUploading": "Téléversement fait.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Vérifier",
|
"verify": "Vérifier",
|
||||||
"verifyOrCompile": "Vérifier / Compiler"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} erreur : {1}"
|
"error": "{0} erreur : {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Nouveau nom pour le fichier",
|
"fileNewName": "Nouveau nom pour le fichier",
|
||||||
"invalidExtension": "« .{0} » n''est pas une extension valide.",
|
"invalidExtension": "« .{0} » n''est pas une extension valide.",
|
||||||
"invalidFilename": "Nom de fichier non valide",
|
"invalidFilename": "Nom de fichier non valide",
|
||||||
"newFileName": "Nouveau nom pour le fichier",
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
40
i18n/he.json
40
i18n/he.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
"uploadingCertificates": "Uploading certificates."
|
"uploadingCertificates": "Uploading certificates."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
|
||||||
"connected": "מחובר",
|
"connected": "מחובר",
|
||||||
"continue": "המשך",
|
"continue": "המשך",
|
||||||
"donePulling": "Done pulling ‘{0}’.",
|
"donePulling": "Done pulling ‘{0}’.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Push Sketch",
|
"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.",
|
"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",
|
"shareSketch": "Share Sketch",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
"signIn": "התחברות",
|
"signIn": "התחברות",
|
||||||
"signInToCloud": "Sign in to Arduino Cloud",
|
"signInToCloud": "Sign in to Arduino Cloud",
|
||||||
"signOut": "התנתק",
|
"signOut": "התנתק",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "One file added to the sketch.",
|
"fileAdded": "One file added to the sketch.",
|
||||||
"replaceTitle": "החלף"
|
"replaceTitle": "החלף"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Debug - {0}",
|
||||||
"debuggingNotSupported": "Debugging is not supported by '{0}'",
|
"debuggingNotSupported": "Debugging is not supported by '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "הקטן גודל גופן",
|
"decreaseFontSize": "הקטן גודל גופן",
|
||||||
"decreaseIndent": "הקטן הזחה",
|
"decreaseIndent": "הקטן הזחה",
|
||||||
"increaseFontSize": "הגדל גודל גופן",
|
"increaseFontSize": "הגדל גודל גופן",
|
||||||
"increaseIndent": "הגדל הזחה"
|
"increaseIndent": "הגדל הזחה",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"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": "ספריה"
|
"zipLibrary": "ספריה"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "כלים"
|
"tools": "כלים"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Additional Boards Manager URLs",
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
"auth.audience": "The OAuth2 audience.",
|
"auth.audience": "The OAuth2 audience.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "List of certificates that can be uploaded to boards",
|
||||||
"browse": "Browse",
|
"browse": "Browse",
|
||||||
"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.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.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.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.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.",
|
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
||||||
"compile": "compile",
|
"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.verbose": "True for verbose compile output. False by default",
|
||||||
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
||||||
"compilerWarnings": "Compiler warnings",
|
"compilerWarnings": "Compiler warnings",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
"sketchbook.location": "Sketchbook location",
|
"sketchbook.location": "Sketchbook location",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"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",
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
"upload": "upload",
|
"upload": "upload",
|
||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "גלילה אוטומטית",
|
"autoscroll": "גלילה אוטומטית",
|
||||||
"carriageReturn": "Carriage Return",
|
"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}')",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"newLine": "שורה חדשה",
|
"newLine": "שורה חדשה",
|
||||||
"newLineCarriageReturn": "Both NL & CR",
|
"newLineCarriageReturn": "Both NL & CR",
|
||||||
"noLineEndings": "ללא סיום שורה",
|
"noLineEndings": "ללא סיום שורה",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"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",
|
"toggleTimestamp": "Toggle Timestamp"
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archive Sketch",
|
"archiveSketch": "Archive Sketch",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"close": "Are you sure you want to close the sketch?",
|
"close": "Are you sure you want to close the sketch?",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Configure And Upload",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
|
||||||
"createdArchive": "ארכיון ׳{0}׳ נוצר.",
|
"createdArchive": "ארכיון ׳{0}׳ נוצר.",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "Done compiling.",
|
||||||
"doneUploading": "Done uploading.",
|
"doneUploading": "Done uploading.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Verify",
|
"verify": "Verify",
|
||||||
"verifyOrCompile": "Verify/Compile"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} שגיאה: {1}"
|
"error": "{0} שגיאה: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "שם הקובץ החדש",
|
"fileNewName": "שם הקובץ החדש",
|
||||||
"invalidExtension": "{0} אינה סיומת תקנית.",
|
"invalidExtension": "{0} אינה סיומת תקנית.",
|
||||||
"invalidFilename": "שם קובץ לא חוקי.",
|
"invalidFilename": "שם קובץ לא חוקי.",
|
||||||
"newFileName": "שם חדש לקובץ",
|
"newFileName": "שם חדש לקובץ"
|
||||||
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
40
i18n/hi.json
40
i18n/hi.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
"uploadingCertificates": "Uploading certificates."
|
"uploadingCertificates": "Uploading certificates."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"continue": "Continue",
|
"continue": "Continue",
|
||||||
"donePulling": "Done pulling ‘{0}’.",
|
"donePulling": "Done pulling ‘{0}’.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Push Sketch",
|
"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.",
|
"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",
|
"remote": "Remote",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Share...",
|
"share": "Share...",
|
||||||
"shareSketch": "Share Sketch",
|
"shareSketch": "Share Sketch",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
"signIn": "SIGN IN",
|
"signIn": "SIGN IN",
|
||||||
"signInToCloud": "Sign in to Arduino Cloud",
|
"signInToCloud": "Sign in to Arduino Cloud",
|
||||||
"signOut": "Sign Out",
|
"signOut": "Sign Out",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "One file added to the sketch.",
|
"fileAdded": "One file added to the sketch.",
|
||||||
"replaceTitle": "Replace"
|
"replaceTitle": "Replace"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Debug - {0}",
|
||||||
"debuggingNotSupported": "Debugging is not supported by '{0}'",
|
"debuggingNotSupported": "Debugging is not supported by '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Decrease Font Size",
|
"decreaseFontSize": "Decrease Font Size",
|
||||||
"decreaseIndent": "Decrease Indent",
|
"decreaseIndent": "Decrease Indent",
|
||||||
"increaseFontSize": "Increase Font Size",
|
"increaseFontSize": "Increase Font Size",
|
||||||
"increaseIndent": "Increase Indent"
|
"increaseIndent": "Increase Indent",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"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"
|
"zipLibrary": "Library"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "Tools"
|
"tools": "Tools"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Additional Boards Manager URLs",
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
"auth.audience": "The OAuth2 audience.",
|
"auth.audience": "The OAuth2 audience.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "List of certificates that can be uploaded to boards",
|
||||||
"browse": "Browse",
|
"browse": "Browse",
|
||||||
"choose": "Choose",
|
"choose": "Choose",
|
||||||
|
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
||||||
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. 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.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.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.",
|
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
||||||
"compile": "compile",
|
"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.verbose": "True for verbose compile output. False by default",
|
||||||
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
||||||
"compilerWarnings": "Compiler warnings",
|
"compilerWarnings": "Compiler warnings",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
"sketchbook.location": "Sketchbook location",
|
"sketchbook.location": "Sketchbook location",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"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",
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
"upload": "upload",
|
"upload": "upload",
|
||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Autoscroll",
|
"autoscroll": "Autoscroll",
|
||||||
"carriageReturn": "Carriage Return",
|
"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}')",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"newLine": "New Line",
|
"newLine": "New Line",
|
||||||
"newLineCarriageReturn": "Both NL & CR",
|
"newLineCarriageReturn": "Both NL & CR",
|
||||||
"noLineEndings": "No Line Ending",
|
"noLineEndings": "No Line Ending",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"reconnect": "Reconnecting {0} to {1} in {2} seconds...",
|
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "Timestamp",
|
||||||
"toggleTimestamp": "Toggle Timestamp",
|
"toggleTimestamp": "Toggle Timestamp"
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archive Sketch",
|
"archiveSketch": "Archive Sketch",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"close": "Are you sure you want to close the sketch?",
|
"close": "Are you sure you want to close the sketch?",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Configure And Upload",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Created archive '{0}'.",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "Done compiling.",
|
||||||
"doneUploading": "Done uploading.",
|
"doneUploading": "Done uploading.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Verify",
|
"verify": "Verify",
|
||||||
"verifyOrCompile": "Verify/Compile"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0} error: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Name for new file",
|
"fileNewName": "Name for new file",
|
||||||
"invalidExtension": ".{0} is not a valid extension",
|
"invalidExtension": ".{0} is not a valid extension",
|
||||||
"invalidFilename": "Invalid filename.",
|
"invalidFilename": "Invalid filename.",
|
||||||
"newFileName": "New name for file",
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
40
i18n/hu.json
40
i18n/hu.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "SSL gyökér-/root-tanúsítványok feltöltése ",
|
"uploadRootCertificates": "SSL gyökér-/root-tanúsítványok feltöltése ",
|
||||||
"uploadingCertificates": "Tanúsítványok feltöltése "
|
"uploadingCertificates": "Tanúsítványok feltöltése "
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Válaszd ki a vázlat/sketch láthatóságát: ",
|
"chooseSketchVisibility": "Válaszd ki a vázlat/sketch láthatóságát: ",
|
||||||
"cloudSketchbook": "Felhő vázlatfüzet/sketchbook ",
|
|
||||||
"connected": "Kapcsolódva",
|
"connected": "Kapcsolódva",
|
||||||
"continue": "Tovább",
|
"continue": "Tovább",
|
||||||
"donePulling": "Letöltés kész: '{0}'.",
|
"donePulling": "Letöltés kész: '{0}'.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Vázlat/sketch feltöltése",
|
"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. ",
|
"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",
|
"remote": "Távoli",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Megosztás...",
|
"share": "Megosztás...",
|
||||||
"shareSketch": "Vázlat/sketch megosztása",
|
"shareSketch": "Vázlat/sketch megosztása",
|
||||||
"showHideRemoveSketchbook": "Távoli vázlatfüzet/sketch megjelenítése/elrejtése ",
|
"showHideRemoveSketchbook": "Távoli vázlatfüzet/sketch megjelenítése/elrejtése ",
|
||||||
"signIn": "BEJELENTKEZÉS",
|
"signIn": "BEJELENTKEZÉS",
|
||||||
"signInToCloud": "Bejelentkezés az Arduino Cloudba ",
|
"signInToCloud": "Bejelentkezés az Arduino Cloudba ",
|
||||||
"signOut": "Kijelentkezés",
|
"signOut": "Kijelentkezés",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Arduino felhővázlatok szinkronizálása és szerkesztése",
|
"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. "
|
"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. ",
|
"fileAdded": "Egy fájl hozzáadása megtörtént a vázlathoz/sketch-hez. ",
|
||||||
"replaceTitle": "Csere"
|
"replaceTitle": "Csere"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Hibakeresés/Debug - {0}",
|
"debugWithMessage": "Hibakeresés/Debug - {0}",
|
||||||
"debuggingNotSupported": "A hibakeresést a '{0}' nem támogatja ",
|
"debuggingNotSupported": "A hibakeresést a '{0}' nem támogatja ",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Betűméret csökkentése",
|
"decreaseFontSize": "Betűméret csökkentése",
|
||||||
"decreaseIndent": "Behúzás csökkentése",
|
"decreaseIndent": "Behúzás csökkentése",
|
||||||
"increaseFontSize": "Betűméret növelé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": {
|
"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. ",
|
"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"
|
"zipLibrary": "Könyvtár"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "Eszközök"
|
"tools": "Eszközök"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Kiegészítő alaplapok URL-jei",
|
"additionalManagerURLs": "Kiegészítő alaplapok URL-jei",
|
||||||
"auth.audience": "Az OAuth2 közönség/audience. ",
|
"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",
|
"board.certificates": "Az alaplapokra feltölthető tanúsítványok listája",
|
||||||
"browse": "Tallóz",
|
"browse": "Tallóz",
|
||||||
"choose": "Választás",
|
"choose": "Választás",
|
||||||
|
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
|
||||||
"cloud.enabled": "Kipipálva: a vázlat/sketch-szinkronizálás engedélyezve van. Alapértelmezés: kipipálva. ",
|
"cloud.enabled": "Kipipálva: a vázlat/sketch-szinkronizálás engedélyezve van. Alapértelmezés: kipipálva. ",
|
||||||
"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.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.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.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. ",
|
"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": "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.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”. ",
|
"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",
|
"compilerWarnings": "Fordítóprogram figyelmeztetései / Compiler warnings",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Részletes kimenet megjelenítése eközben: ",
|
"showVerbose": "Részletes kimenet megjelenítése eközben: ",
|
||||||
"sketchbook.location": "SketchBook elérési helye ",
|
"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.",
|
"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 ",
|
"unofficialBoardSupport": "Kattints ide a nem hivatalos alaplapok fordítási URL-jeinek listájához ",
|
||||||
"upload": "feltöltés",
|
"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.",
|
"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": {
|
"serial": {
|
||||||
"autoscroll": "Automatikus görgetés",
|
"autoscroll": "Automatikus görgetés",
|
||||||
"carriageReturn": "Kocsi vissza",
|
"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})",
|
"message": "Üzenet ({0} + Enter az üzenet elküldéséhez az {1} itt: {2})",
|
||||||
"newLine": "Új sor",
|
"newLine": "Új sor",
|
||||||
"newLineCarriageReturn": "Mindkettő: Új sor és Kocsi vissza - NL&CR",
|
"newLineCarriageReturn": "Mindkettő: Új sor és Kocsi vissza - NL&CR",
|
||||||
"noLineEndings": "Nincs sorvége ",
|
"noLineEndings": "Nincs sorvége ",
|
||||||
"notConnected": "Nincs kapcsolat. Válassz ki egy alaplapot és egy portot az automatikus csatlakozáshoz. ",
|
"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",
|
"timestamp": "Időbélyeg",
|
||||||
"toggleTimestamp": "Időbélyeg váltása",
|
"toggleTimestamp": "Időbélyeg váltása"
|
||||||
"unexpectedError": "Váratlan hiba. A/az {0} újracsatlakozása a/az {1} porton. "
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Vázlat/sketch archiválása",
|
"archiveSketch": "Vázlat/sketch archiválása",
|
||||||
"cantOpen": "Már létezik a/az {0} nevű mappa. A vázlat/sketch nem nyitható meg. ",
|
"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? ",
|
"close": "Biztosan bezárod a vázlatot/sketch-et? ",
|
||||||
"configureAndUpload": "Konfigurálás és feltöltés",
|
"configureAndUpload": "Konfigurálás és feltöltés",
|
||||||
"couldNotConnectToSerial": "Nem sikerült újracsatlakozni a {0} soros porthoz.",
|
|
||||||
"createdArchive": "Archívum létrehozva: {0}. ",
|
"createdArchive": "Archívum létrehozva: {0}. ",
|
||||||
"doneCompiling": "Fordítás kész.",
|
"doneCompiling": "Fordítás kész.",
|
||||||
"doneUploading": "Feltöltés kész.",
|
"doneUploading": "Feltöltés kész.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Ellenőrzés",
|
"verify": "Ellenőrzés",
|
||||||
"verifyOrCompile": "Ellenőrzés/fordítá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": {
|
"upload": {
|
||||||
"error": "{0} hiba: {1}"
|
"error": "{0} hiba: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Az új fájl neve",
|
"fileNewName": "Az új fájl neve",
|
||||||
"invalidExtension": "A .{0} nem érvényes kiterjesztés",
|
"invalidExtension": "A .{0} nem érvényes kiterjesztés",
|
||||||
"invalidFilename": "Hibás fájlnév.",
|
"invalidFilename": "Hibás fájlnév.",
|
||||||
"newFileName": "A fájl új neve",
|
"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. "
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
42
i18n/it.json
42
i18n/it.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Carica i tuoi certificati SSL Root",
|
"uploadRootCertificates": "Carica i tuoi certificati SSL Root",
|
||||||
"uploadingCertificates": "Caricamento dei certificati."
|
"uploadingCertificates": "Caricamento dei certificati."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' non è stato trovato. Il tuo sketch include la linea '#include <Keyboard.h>' nel codice?",
|
||||||
|
"mouseError": "'Mouse' non è stato trovato. Il tuo sketch include la linea '#include <Mouse.h>' nel codice?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Scegli a chi far vedere il tuo Sketch:",
|
"chooseSketchVisibility": "Scegli a chi far vedere il tuo Sketch:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
|
||||||
"connected": "Connesso",
|
"connected": "Connesso",
|
||||||
"continue": "Continua",
|
"continue": "Continua",
|
||||||
"donePulling": "Pulling terminato ‘{0}’.",
|
"donePulling": "Pulling terminato ‘{0}’.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Invia lo Sketch",
|
"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.",
|
"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",
|
"remote": "Remoto",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Condividi...",
|
"share": "Condividi...",
|
||||||
"shareSketch": "Condividi sketch",
|
"shareSketch": "Condividi sketch",
|
||||||
"showHideRemoveSketchbook": "Mostra/Nascondi la raccolta Remota degli Schetch",
|
"showHideRemoveSketchbook": "Mostra/Nascondi la raccolta Remota degli Schetch",
|
||||||
"signIn": "COLLEGATI",
|
"signIn": "COLLEGATI",
|
||||||
"signInToCloud": "Effettua la registrazione su Arduino Cloud",
|
"signInToCloud": "Effettua la registrazione su Arduino Cloud",
|
||||||
"signOut": "Disconnetti",
|
"signOut": "Disconnetti",
|
||||||
|
"sync": "Sincronizza",
|
||||||
"syncEditSketches": "Sincronizza e modifica la tua raccolta di Sketches sul Cloud Arduino",
|
"syncEditSketches": "Sincronizza e modifica la tua raccolta di Sketches sul Cloud Arduino",
|
||||||
"visitArduinoCloud": "Visita Arduino Cloud per creare Cloud Sketch "
|
"visitArduinoCloud": "Visita Arduino Cloud per creare Cloud Sketch "
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "Aggiunto un file allo sketch.",
|
"fileAdded": "Aggiunto un file allo sketch.",
|
||||||
"replaceTitle": "Sostituisci"
|
"replaceTitle": "Sostituisci"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copia messaggi di errore"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Debug - {0}",
|
||||||
"debuggingNotSupported": "Il debug non è supportato da '{0}'",
|
"debuggingNotSupported": "Il debug non è supportato da '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Riduci la dimensione del testo",
|
"decreaseFontSize": "Riduci la dimensione del testo",
|
||||||
"decreaseIndent": "Riduci indentazione",
|
"decreaseIndent": "Riduci indentazione",
|
||||||
"increaseFontSize": "Aumenta la dimensione del font",
|
"increaseFontSize": "Aumenta la dimensione del font",
|
||||||
"increaseIndent": "Aumenta indentazione"
|
"increaseIndent": "Aumenta indentazione",
|
||||||
|
"nextError": "Errore Successivo",
|
||||||
|
"previousError": "Errore Precedente"
|
||||||
},
|
},
|
||||||
"electron": {
|
"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. ",
|
"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"
|
"zipLibrary": "Libreria"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Avanzate",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "Strumenti"
|
"tools": "Strumenti"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "URL aggiuntive per il Gestore schede",
|
"additionalManagerURLs": "URL aggiuntive per il Gestore schede",
|
||||||
"auth.audience": "Protocollo pubblico OAuth2",
|
"auth.audience": "Protocollo pubblico OAuth2",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "Lista dei certificati che possono essere caricati nelle schede",
|
"board.certificates": "Lista dei certificati che possono essere caricati nelle schede",
|
||||||
"browse": "Sfoglia",
|
"browse": "Sfoglia",
|
||||||
"choose": "Scegli",
|
"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.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.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.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.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.",
|
"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": "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.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' ",
|
"compile.warnings": "Indica a gcc il livello di avviso che deve mostrare. Il valore predefinito è 'None' ",
|
||||||
"compilerWarnings": "Warning del compilatore",
|
"compilerWarnings": "Warning del compilatore",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Mostra un output dettagliato durante",
|
"showVerbose": "Mostra un output dettagliato durante",
|
||||||
"sketchbook.location": "Percorso della cartella degli sketch",
|
"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.",
|
"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.",
|
"unofficialBoardSupport": "Clicca per ottenere la lista di collegamenti per le schede di terze parti, non schede ufficiali.",
|
||||||
"upload": "caricamento",
|
"upload": "caricamento",
|
||||||
"upload.verbose": " Seleziona Vero per un rapporto dettagliato durante l'upload. Il valore predefinito è impostato su falso",
|
"upload.verbose": " Seleziona Vero per un rapporto dettagliato durante l'upload. Il valore predefinito è impostato su falso",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Scorrimento automatico",
|
"autoscroll": "Scorrimento automatico",
|
||||||
"carriageReturn": "Ritorno carrello (CR)",
|
"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}')",
|
"message": "Messaggio({0} + Invio per inviare il messaggio a '{1}' su '{2}')",
|
||||||
"newLine": "A capo (NL)",
|
"newLine": "A capo (NL)",
|
||||||
"newLineCarriageReturn": "Entrambi NL & CR",
|
"newLineCarriageReturn": "Entrambi NL & CR",
|
||||||
"noLineEndings": "Nessun fine riga",
|
"noLineEndings": "Nessun fine riga",
|
||||||
"notConnected": "Non collegato. Scegli una scheda e la porta di comunicazione per una connessione automatica.",
|
"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",
|
"timestamp": "Marca temporale",
|
||||||
"toggleTimestamp": "Alterna il Timestamp",
|
"toggleTimestamp": "Alterna il Timestamp"
|
||||||
"unexpectedError": "Errore imprevisto. Riconnessione 1{0} nella porta 2{1} ."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archivia sketch",
|
"archiveSketch": "Archivia sketch",
|
||||||
"cantOpen": "Una cartella di nome \"{0}\" esiste già. Impossibile aprire lo sketch.",
|
"cantOpen": "Una cartella di nome \"{0}\" esiste già. Impossibile aprire lo sketch.",
|
||||||
"close": "Sei sicuro di voler chiudere lo sketch?",
|
"close": "Sei sicuro di voler chiudere lo sketch?",
|
||||||
"configureAndUpload": "Configurare e caricare",
|
"configureAndUpload": "Configurare e caricare",
|
||||||
"couldNotConnectToSerial": "Non è possibile riconnettersi alla porta seriale. 1{0}",
|
|
||||||
"createdArchive": "Creato l'archivio '{0}'.",
|
"createdArchive": "Creato l'archivio '{0}'.",
|
||||||
"doneCompiling": "Compilazione completata.",
|
"doneCompiling": "Compilazione completata.",
|
||||||
"doneUploading": "Caricamento terminato.",
|
"doneUploading": "Caricamento terminato.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Verifica",
|
"verify": "Verifica",
|
||||||
"verifyOrCompile": "Verifica/Compila"
|
"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": {
|
"upload": {
|
||||||
"error": "1 {0} errore: 2 {1}"
|
"error": "1 {0} errore: 2 {1}"
|
||||||
},
|
},
|
||||||
@ -326,7 +345,7 @@
|
|||||||
"daemonOffline": "Il CLI Daemon è disconnesso",
|
"daemonOffline": "Il CLI Daemon è disconnesso",
|
||||||
"offline": "Disconnesso",
|
"offline": "Disconnesso",
|
||||||
"quitMessage": "Eventuali modifiche non salvate verranno perse",
|
"quitMessage": "Eventuali modifiche non salvate verranno perse",
|
||||||
"quitTitle": "Are you sure you want to quit?"
|
"quitTitle": "Sei sicuro di volere chiudere?"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"start": "Inizio...",
|
"start": "Inizio...",
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Nome per il nuovo file",
|
"fileNewName": "Nome per il nuovo file",
|
||||||
"invalidExtension": "\".{0}\" non è un'estensione valida",
|
"invalidExtension": "\".{0}\" non è un'estensione valida",
|
||||||
"invalidFilename": "Nome del file invalido",
|
"invalidFilename": "Nome del file invalido",
|
||||||
"newFileName": "Nuovo nome del file",
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
40
i18n/ja.json
40
i18n/ja.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "SSLルート証明書を書き込み",
|
"uploadRootCertificates": "SSLルート証明書を書き込み",
|
||||||
"uploadingCertificates": "証明書を書き込み中。"
|
"uploadingCertificates": "証明書を書き込み中。"
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "スケッチの可視性を選択:",
|
"chooseSketchVisibility": "スケッチの可視性を選択:",
|
||||||
"cloudSketchbook": "クラウドスケッチブック",
|
|
||||||
"connected": "接続済み",
|
"connected": "接続済み",
|
||||||
"continue": "続ける",
|
"continue": "続ける",
|
||||||
"donePulling": "‘{0}’のプルが完了しました。",
|
"donePulling": "‘{0}’のプルが完了しました。",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "スケッチをプッシュする",
|
"pushSketch": "スケッチをプッシュする",
|
||||||
"pushSketchMsg": "これはパブリックなスケッチです。プッシュする前に、すべての機密情報がarduino_secrets.hファイルで定義されていることを確認してください。共有パネルでスケッチをプライベートにできます。",
|
"pushSketchMsg": "これはパブリックなスケッチです。プッシュする前に、すべての機密情報がarduino_secrets.hファイルで定義されていることを確認してください。共有パネルでスケッチをプライベートにできます。",
|
||||||
"remote": "リモート",
|
"remote": "リモート",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "共有...",
|
"share": "共有...",
|
||||||
"shareSketch": "スケッチを共有",
|
"shareSketch": "スケッチを共有",
|
||||||
"showHideRemoveSketchbook": "リモートスケッチブックの表示・非表示",
|
"showHideRemoveSketchbook": "リモートスケッチブックの表示・非表示",
|
||||||
"signIn": "サインイン",
|
"signIn": "サインイン",
|
||||||
"signInToCloud": "Arduino Cloudにサインインする",
|
"signInToCloud": "Arduino Cloudにサインインする",
|
||||||
"signOut": "サインアウト",
|
"signOut": "サインアウト",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Arduinoクラウドスケッチの同期と編集",
|
"syncEditSketches": "Arduinoクラウドスケッチの同期と編集",
|
||||||
"visitArduinoCloud": "Arduino Cloudにアクセスしてクラウドスケッチを作成する"
|
"visitArduinoCloud": "Arduino Cloudにアクセスしてクラウドスケッチを作成する"
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "スケッチにファイルが1つ追加されました。",
|
"fileAdded": "スケッチにファイルが1つ追加されました。",
|
||||||
"replaceTitle": "置換"
|
"replaceTitle": "置換"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "デバッグ - {0}",
|
"debugWithMessage": "デバッグ - {0}",
|
||||||
"debuggingNotSupported": "デバッグは'{0}'ではサポートされていません。",
|
"debuggingNotSupported": "デバッグは'{0}'ではサポートされていません。",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "フォントサイズを小さく",
|
"decreaseFontSize": "フォントサイズを小さく",
|
||||||
"decreaseIndent": "インデントを減らす",
|
"decreaseIndent": "インデントを減らす",
|
||||||
"increaseFontSize": "フォントサイズを大きく",
|
"increaseFontSize": "フォントサイズを大きく",
|
||||||
"increaseIndent": "インデントを増やす"
|
"increaseIndent": "インデントを増やす",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "スケッチを保存できませんでした。保存されていない作業内容を好きなテキストエディタにコピーして、IDEを再起動してください。",
|
"couldNotSave": "スケッチを保存できませんでした。保存されていない作業内容を好きなテキストエディタにコピーして、IDEを再起動してください。",
|
||||||
@ -212,9 +223,14 @@
|
|||||||
"zipLibrary": "ライブラリ"
|
"zipLibrary": "ライブラリ"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "スケッチ",
|
"sketch": "スケッチ",
|
||||||
"tools": "ツール"
|
"tools": "ツール"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "追加のボードマネージャのURL",
|
"additionalManagerURLs": "追加のボードマネージャのURL",
|
||||||
"auth.audience": "OAuth2オーディエンス。",
|
"auth.audience": "OAuth2オーディエンス。",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "ボードに書き込みできる証明書の一覧",
|
"board.certificates": "ボードに書き込みできる証明書の一覧",
|
||||||
"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を指定。デフォルトではtrue。",
|
"cloud.enabled": "スケッチの同期機能が有効な場合にはtrueを指定。デフォルトではtrue。",
|
||||||
"cloud.pull.warn": "クラウドスケッチをプルする前に、ユーザーに警告を表示するにはtrueを指定。デフォルトではtrue。",
|
"cloud.pull.warn": "クラウドスケッチをプルする前に、ユーザーに警告を表示するにはtrueを指定。デフォルトではtrue。",
|
||||||
"cloud.push.warn": "クラウドスケッチをプッシュする前に、ユーザーに警告を表示するにはtrueを指定。デフォルトではtrue。",
|
"cloud.push.warn": "クラウドスケッチをプッシュする前に、ユーザーに警告を表示するにはtrueを指定。デフォルトではtrue。",
|
||||||
"cloud.pushpublic.warn": "パブリックスケッチをクラウドにプッシュする前に、ユーザーに警告を表示するにはtrueを指定。デフォルトではtrue。",
|
"cloud.pushpublic.warn": "パブリックスケッチをクラウドにプッシュする前に、ユーザーに警告を表示するにはtrueを指定。デフォルトではtrue。",
|
||||||
"cloud.sketchSyncEnpoint": "バックエンドからスケッチをプッシュ/プルするために使用されるエンドポイント。デフォルトではArduino Cloud APIを指します。",
|
"cloud.sketchSyncEnpoint": "バックエンドからスケッチをプッシュ/プルするために使用されるエンドポイント。デフォルトでは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を指定。デフォルトではfalse。",
|
"compile.verbose": "コンパイル時に詳細な出力を行うにはtrueを指定。デフォルトではfalse。",
|
||||||
"compile.warnings": "使用する警告レベルをgccに指示します。デフォルトでは「なし」です。",
|
"compile.warnings": "使用する警告レベルをgccに指示します。デフォルトでは「なし」です。",
|
||||||
"compilerWarnings": "コンパイラの警告",
|
"compilerWarnings": "コンパイラの警告",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "より詳細な情報を表示する",
|
"showVerbose": "より詳細な情報を表示する",
|
||||||
"sketchbook.location": "スケッチブックの場所",
|
"sketchbook.location": "スケッチブックの場所",
|
||||||
"sketchbook.showAllFiles": "スケッチ内のすべてのスケッチファイルを表示するにはtrueを指定。デフォルトではfalse。",
|
"sketchbook.showAllFiles": "スケッチ内のすべてのスケッチファイルを表示するにはtrueを指定。デフォルトではfalse。",
|
||||||
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
"unofficialBoardSupport": "クリックして非公式ボードをサポートするURLのリストを表示",
|
"unofficialBoardSupport": "クリックして非公式ボードをサポートするURLのリストを表示",
|
||||||
"upload": "書き込み",
|
"upload": "書き込み",
|
||||||
"upload.verbose": "書き込み時に詳細な出力を行うにはtrueを指定。デフォルトではfalse。",
|
"upload.verbose": "書き込み時に詳細な出力を行うにはtrueを指定。デフォルトではfalse。",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "自動スクロール",
|
"autoscroll": "自動スクロール",
|
||||||
"carriageReturn": "CRのみ",
|
"carriageReturn": "CRのみ",
|
||||||
"connectionBusy": "接続に失敗しました。シリアルポートがビジー状態です: {0}",
|
|
||||||
"disconnected": "{1}から{0}を切断しました。",
|
|
||||||
"failedReconnect": "10回連続で試しましたが、{0}をシリアルポートに再接続できませんでした。シリアルポート{1}はビジー状態です。",
|
|
||||||
"message": "メッセージ('{2}'の'{1}'にメッセージを送信するには{0} + Enter)",
|
"message": "メッセージ('{2}'の'{1}'にメッセージを送信するには{0} + Enter)",
|
||||||
"newLine": "LFのみ",
|
"newLine": "LFのみ",
|
||||||
"newLineCarriageReturn": "CRおよびLF",
|
"newLineCarriageReturn": "CRおよびLF",
|
||||||
"noLineEndings": "改行なし",
|
"noLineEndings": "改行なし",
|
||||||
"notConnected": "接続されていません。自動的に接続するには、ボードとポートを選択してください。",
|
"notConnected": "接続されていません。自動的に接続するには、ボードとポートを選択してください。",
|
||||||
"reconnect": "{2}秒後に{0}を{1}に再接続します…",
|
|
||||||
"timestamp": "タイムスタンプ",
|
"timestamp": "タイムスタンプ",
|
||||||
"toggleTimestamp": "タイムスタンプを表示・非表示",
|
"toggleTimestamp": "タイムスタンプを表示・非表示"
|
||||||
"unexpectedError": "予期せぬエラーが発生しました。ポート{1}の{0}に再接続中です。"
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "スケッチをアーカイブする",
|
"archiveSketch": "スケッチをアーカイブする",
|
||||||
"cantOpen": "「{0}」というフォルダはすでに存在します。スケッチを開けません。",
|
"cantOpen": "「{0}」というフォルダはすでに存在します。スケッチを開けません。",
|
||||||
"close": "本当にスケッチを閉じますか?",
|
"close": "本当にスケッチを閉じますか?",
|
||||||
"configureAndUpload": "構成と書き込み",
|
"configureAndUpload": "構成と書き込み",
|
||||||
"couldNotConnectToSerial": "シリアルポートに再接続できませんでした。 {0}",
|
|
||||||
"createdArchive": "アーカイブ'{0}'を作成しました。",
|
"createdArchive": "アーカイブ'{0}'を作成しました。",
|
||||||
"doneCompiling": "コンパイル完了。",
|
"doneCompiling": "コンパイル完了。",
|
||||||
"doneUploading": "書き込み完了",
|
"doneUploading": "書き込み完了",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "検証",
|
"verify": "検証",
|
||||||
"verifyOrCompile": "検証・コンパイル"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} エラー: {1}"
|
"error": "{0} エラー: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "新しいファイルの名前",
|
"fileNewName": "新しいファイルの名前",
|
||||||
"invalidExtension": "拡張子「.{0}」は、使えません。",
|
"invalidExtension": "拡張子「.{0}」は、使えません。",
|
||||||
"invalidFilename": "無効なファイル名です。",
|
"invalidFilename": "無効なファイル名です。",
|
||||||
"newFileName": "ファイルの新しい名前",
|
"newFileName": "ファイルの新しい名前"
|
||||||
"sketchDirectoryError": "スケッチディレクトリの作成中にエラーが発生しました。詳細はログを参照してください。アプリケーションはおそらく期待通りに動作しないでしょう。"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
40
i18n/ko.json
40
i18n/ko.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
"uploadingCertificates": "Uploading certificates."
|
"uploadingCertificates": "Uploading certificates."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"continue": "Continue",
|
"continue": "Continue",
|
||||||
"donePulling": "Done pulling ‘{0}’.",
|
"donePulling": "Done pulling ‘{0}’.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Push Sketch",
|
"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.",
|
"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",
|
"remote": "Remote",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Share...",
|
"share": "Share...",
|
||||||
"shareSketch": "Share Sketch",
|
"shareSketch": "Share Sketch",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
"signIn": "SIGN IN",
|
"signIn": "SIGN IN",
|
||||||
"signInToCloud": "Sign in to Arduino Cloud",
|
"signInToCloud": "Sign in to Arduino Cloud",
|
||||||
"signOut": "Sign Out",
|
"signOut": "Sign Out",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "One file added to the sketch.",
|
"fileAdded": "One file added to the sketch.",
|
||||||
"replaceTitle": "Replace"
|
"replaceTitle": "Replace"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "디버그 - {0}",
|
"debugWithMessage": "디버그 - {0}",
|
||||||
"debuggingNotSupported": "Debugging is not supported by '{0}'",
|
"debuggingNotSupported": "Debugging is not supported by '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Decrease Font Size",
|
"decreaseFontSize": "Decrease Font Size",
|
||||||
"decreaseIndent": "Decrease Indent",
|
"decreaseIndent": "Decrease Indent",
|
||||||
"increaseFontSize": "Increase Font Size",
|
"increaseFontSize": "Increase Font Size",
|
||||||
"increaseIndent": "Increase Indent"
|
"increaseIndent": "Increase Indent",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"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"
|
"zipLibrary": "Library"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "스케치",
|
"sketch": "스케치",
|
||||||
"tools": "도구"
|
"tools": "도구"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Additional Boards Manager URLs",
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
"auth.audience": "The OAuth2 audience.",
|
"auth.audience": "The OAuth2 audience.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "List of certificates that can be uploaded to boards",
|
||||||
"browse": "Browse",
|
"browse": "Browse",
|
||||||
"choose": "Choose",
|
"choose": "Choose",
|
||||||
|
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
||||||
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. 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.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.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.",
|
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
||||||
"compile": "compile",
|
"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.verbose": "True for verbose compile output. False by default",
|
||||||
"compile.warnings": "gcc에 사용할 경고 수준을 알려줍니다. 기본값은 '없음'입니다.",
|
"compile.warnings": "gcc에 사용할 경고 수준을 알려줍니다. 기본값은 '없음'입니다.",
|
||||||
"compilerWarnings": "Compiler warnings",
|
"compilerWarnings": "Compiler warnings",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
"sketchbook.location": "Sketchbook location",
|
"sketchbook.location": "Sketchbook location",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"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",
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
"upload": "upload",
|
"upload": "upload",
|
||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Autoscroll",
|
"autoscroll": "Autoscroll",
|
||||||
"carriageReturn": "Carriage Return",
|
"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}')",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"newLine": "New Line",
|
"newLine": "New Line",
|
||||||
"newLineCarriageReturn": "Both NL & CR",
|
"newLineCarriageReturn": "Both NL & CR",
|
||||||
"noLineEndings": "No Line Ending",
|
"noLineEndings": "No Line Ending",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"reconnect": "Reconnecting {0} to {1} in {2} seconds...",
|
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "Timestamp",
|
||||||
"toggleTimestamp": "Toggle Timestamp",
|
"toggleTimestamp": "Toggle Timestamp"
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archive Sketch",
|
"archiveSketch": "Archive Sketch",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"close": "Are you sure you want to close the sketch?",
|
"close": "Are you sure you want to close the sketch?",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Configure And Upload",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Created archive '{0}'.",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "Done compiling.",
|
||||||
"doneUploading": "Done uploading.",
|
"doneUploading": "Done uploading.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Verify",
|
"verify": "Verify",
|
||||||
"verifyOrCompile": "Verify/Compile"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0} error: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Name for new file",
|
"fileNewName": "Name for new file",
|
||||||
"invalidExtension": ".{0} is not a valid extension",
|
"invalidExtension": ".{0} is not a valid extension",
|
||||||
"invalidFilename": "Invalid filename.",
|
"invalidFilename": "Invalid filename.",
|
||||||
"newFileName": "New name for file",
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "SSL Root လက်မှတ်များ အပ်လုတ်တင်ခြင်း",
|
"uploadRootCertificates": "SSL Root လက်မှတ်များ အပ်လုတ်တင်ခြင်း",
|
||||||
"uploadingCertificates": "လက်မှတ်များကို အပ်လုတ်တင်နေသည်။"
|
"uploadingCertificates": "လက်မှတ်များကို အပ်လုတ်တင်နေသည်။"
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
||||||
"cloudSketchbook": "တိမ်တိုက် Sketchbook ဖိုင်တွဲ",
|
|
||||||
"connected": "ချိတ်ဆက်ထားသည်",
|
"connected": "ချိတ်ဆက်ထားသည်",
|
||||||
"continue": "ဆက်သွားမည်",
|
"continue": "ဆက်သွားမည်",
|
||||||
"donePulling": "‘{0}’ကိုဆွဲယူပြီးပါပြီ။",
|
"donePulling": "‘{0}’ကိုဆွဲယူပြီးပါပြီ။",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "ကုတ်ဖိုင်လ်တင်မည်",
|
"pushSketch": "ကုတ်ဖိုင်လ်တင်မည်",
|
||||||
"pushSketchMsg": "ဤကုတ်ဖိုင်လ်သည် အများသုံးဖြစ်သည်။ မတင်မီ လျှိုဝှက်သင့်သောအချက်အလက်ကို arduino_secrets.h ဖိုင်လ်များတွင် သတ်မှတ်ထားပေးပါ။ သင်အနေဖြင့် 'ဝေမျှမည်'ပန်နယ်တွင် ကုတ်ဖိုင်လ်ကို ပုဂ္ဂလိကအဖြစ်သတ်မှတ်နိုင်သည်။",
|
"pushSketchMsg": "ဤကုတ်ဖိုင်လ်သည် အများသုံးဖြစ်သည်။ မတင်မီ လျှိုဝှက်သင့်သောအချက်အလက်ကို arduino_secrets.h ဖိုင်လ်များတွင် သတ်မှတ်ထားပေးပါ။ သင်အနေဖြင့် 'ဝေမျှမည်'ပန်နယ်တွင် ကုတ်ဖိုင်လ်ကို ပုဂ္ဂလိကအဖြစ်သတ်မှတ်နိုင်သည်။",
|
||||||
"remote": "အဝေး",
|
"remote": "အဝေး",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "ဝေမျှမည်…",
|
"share": "ဝေမျှမည်…",
|
||||||
"shareSketch": "ကုတ်ဖိုင်လ်ဝေမျှမည်",
|
"shareSketch": "ကုတ်ဖိုင်လ်ဝေမျှမည်",
|
||||||
"showHideRemoveSketchbook": "အဝေးရှိ Sketchbook ဖိုင်တွဲအား ပြ/ဖွက် မည်",
|
"showHideRemoveSketchbook": "အဝေးရှိ Sketchbook ဖိုင်တွဲအား ပြ/ဖွက် မည်",
|
||||||
"signIn": "လက်မှတ်ထိုးဝင်",
|
"signIn": "လက်မှတ်ထိုးဝင်",
|
||||||
"signInToCloud": "Arduino Cloudသို့ လက်မှတ်ထိုးဝင်ရောက်ပါ",
|
"signInToCloud": "Arduino Cloudသို့ လက်မှတ်ထိုးဝင်ရောက်ပါ",
|
||||||
"signOut": "လက်မှတ်ထိုးထွက်",
|
"signOut": "လက်မှတ်ထိုးထွက်",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "သင်၏Arduino Cloud ကုတ်ဖိုင်လ်များကို အင်တာနက်မှတဆင့် အချိန်နှင့်တပြေးညီ ရယူကိုက်ညီစေပြီး တည်းဖြတ်လိုက်ပါ",
|
"syncEditSketches": "သင်၏Arduino Cloud ကုတ်ဖိုင်လ်များကို အင်တာနက်မှတဆင့် အချိန်နှင့်တပြေးညီ ရယူကိုက်ညီစေပြီး တည်းဖြတ်လိုက်ပါ",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "One file added to the sketch.",
|
"fileAdded": "One file added to the sketch.",
|
||||||
"replaceTitle": "အစားထိုးမည်"
|
"replaceTitle": "အစားထိုးမည်"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "ပြစ်ချက်ရှာဖွေချက် - {0}",
|
"debugWithMessage": "ပြစ်ချက်ရှာဖွေချက် - {0}",
|
||||||
"debuggingNotSupported": "ကုတ်ပြစ်ချက်ရှာဖွေမှုကို '{0}'မှ မပေးထားပါ",
|
"debuggingNotSupported": "ကုတ်ပြစ်ချက်ရှာဖွေမှုကို '{0}'မှ မပေးထားပါ",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "ဖောင့်အရွယ်အစားလျော့မည်",
|
"decreaseFontSize": "ဖောင့်အရွယ်အစားလျော့မည်",
|
||||||
"decreaseIndent": "အင်တင်းခြင်းလျော့မည်",
|
"decreaseIndent": "အင်တင်းခြင်းလျော့မည်",
|
||||||
"increaseFontSize": "ဖောင့်အရွယ်အစားတိုးမည်",
|
"increaseFontSize": "ဖောင့်အရွယ်အစားတိုးမည်",
|
||||||
"increaseIndent": "အင်တင်းခြင်းတိုးမည်"
|
"increaseIndent": "အင်တင်းခြင်းတိုးမည်",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"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": "ကုတ်ကြည့်တိုက်"
|
"zipLibrary": "ကုတ်ကြည့်တိုက်"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "ကုတ်ဖိုင်လ်ဆိုင်ရာ",
|
"sketch": "ကုတ်ဖိုင်လ်ဆိုင်ရာ",
|
||||||
"tools": "ကိရိယာများ"
|
"tools": "ကိရိယာများ"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Additional Boards Manager URLs",
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
"auth.audience": "The OAuth2 audience.",
|
"auth.audience": "The OAuth2 audience.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"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.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.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.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.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.",
|
"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.verbose": "True for verbose compile output. False by default",
|
||||||
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
||||||
"compilerWarnings": "စက်ဘာသာပြန်ကိရိယာသတိပေးချက်များ",
|
"compilerWarnings": "စက်ဘာသာပြန်ကိရိယာသတိပေးချက်များ",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "နောက်ပါလုပ်နေစဉ် အချက်အလက်များပိုမိုများပြားစွာပြမည်",
|
"showVerbose": "နောက်ပါလုပ်နေစဉ် အချက်အလက်များပိုမိုများပြားစွာပြမည်",
|
||||||
"sketchbook.location": "Sketchbook location",
|
"sketchbook.location": "Sketchbook location",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"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",
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
"upload": "အပ်လုတ်တင်",
|
"upload": "အပ်လုတ်တင်",
|
||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "အလိုအလျောက်လှိမ့်ဆွဲခြင်း",
|
"autoscroll": "အလိုအလျောက်လှိမ့်ဆွဲခြင်း",
|
||||||
"carriageReturn": "လက်နှိပ်စက်အတံပြန်အက္ခရာ",
|
"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}')",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"newLine": "စာကြောင်းအသစ်အက္ခရာ",
|
"newLine": "စာကြောင်းအသစ်အက္ခရာ",
|
||||||
"newLineCarriageReturn": "စာကြောင်းအသစ်နှင့်လက်နှိပ်စက်အတံပြန်အက္ခရာနှစ်ခုလုံး",
|
"newLineCarriageReturn": "စာကြောင်းအသစ်နှင့်လက်နှိပ်စက်အတံပြန်အက္ခရာနှစ်ခုလုံး",
|
||||||
"noLineEndings": "စာကြောင်းအဆုံးသတ်အက္ခရာမရှိ",
|
"noLineEndings": "စာကြောင်းအဆုံးသတ်အက္ခရာမရှိ",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"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",
|
"toggleTimestamp": "Toggle Timestamp"
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archive Sketch",
|
"archiveSketch": "Archive Sketch",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"close": "Are you sure you want to close the sketch?",
|
"close": "Are you sure you want to close the sketch?",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Configure And Upload",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Created archive '{0}'.",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "Done compiling.",
|
||||||
"doneUploading": "Done uploading.",
|
"doneUploading": "Done uploading.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Verify",
|
"verify": "Verify",
|
||||||
"verifyOrCompile": "Verify/Compile"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0} error: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "ဖိုင်လ်အသစ်အတွက်အမည်",
|
"fileNewName": "ဖိုင်လ်အသစ်အတွက်အမည်",
|
||||||
"invalidExtension": ".{0}သည် မှန်ကန်သော တိုးချဲ့အမှတ်အသားမဟုတ်ပါ",
|
"invalidExtension": ".{0}သည် မှန်ကန်သော တိုးချဲ့အမှတ်အသားမဟုတ်ပါ",
|
||||||
"invalidFilename": "မမှန်ကန်သောဖိုင်လ်အမည်။",
|
"invalidFilename": "မမှန်ကန်သောဖိုင်လ်အမည်။",
|
||||||
"newFileName": "ဖိုင်လ်အတွက်အမည်အသစ်",
|
"newFileName": "ဖိုင်လ်အတွက်အမည်အသစ်"
|
||||||
"sketchDirectoryError": "ကုတ်ဖိုင်လ်ဒါရိုက်ထရီဖန်တီးရာတွင် အမှားအယွင်းဖြစ်ပေါ်ခဲ့သည်။ အသေးအစိတ်သိလိုပါက မှတ်တမ်းကို ကြည့်ပါ။ အပ္ပလီကေးရှင်းသည် မျှော်မှန်းထားသလို အလုပ်လုပ်မည်မဟုတ်ပါ။"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
40
i18n/ne.json
40
i18n/ne.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
"uploadingCertificates": "Uploading certificates."
|
"uploadingCertificates": "Uploading certificates."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"continue": "Continue",
|
"continue": "Continue",
|
||||||
"donePulling": "Done pulling ‘{0}’.",
|
"donePulling": "Done pulling ‘{0}’.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Push Sketch",
|
"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.",
|
"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",
|
"remote": "Remote",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Share...",
|
"share": "Share...",
|
||||||
"shareSketch": "Share Sketch",
|
"shareSketch": "Share Sketch",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
"signIn": "SIGN IN",
|
"signIn": "SIGN IN",
|
||||||
"signInToCloud": "Sign in to Arduino Cloud",
|
"signInToCloud": "Sign in to Arduino Cloud",
|
||||||
"signOut": "Sign Out",
|
"signOut": "Sign Out",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "One file added to the sketch.",
|
"fileAdded": "One file added to the sketch.",
|
||||||
"replaceTitle": "Replace"
|
"replaceTitle": "Replace"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Debug - {0}",
|
||||||
"debuggingNotSupported": "Debugging is not supported by '{0}'",
|
"debuggingNotSupported": "Debugging is not supported by '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Decrease Font Size",
|
"decreaseFontSize": "Decrease Font Size",
|
||||||
"decreaseIndent": "Decrease Indent",
|
"decreaseIndent": "Decrease Indent",
|
||||||
"increaseFontSize": "Increase Font Size",
|
"increaseFontSize": "Increase Font Size",
|
||||||
"increaseIndent": "Increase Indent"
|
"increaseIndent": "Increase Indent",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"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"
|
"zipLibrary": "Library"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "Tools"
|
"tools": "Tools"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Additional Boards Manager URLs",
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
"auth.audience": "The OAuth2 audience.",
|
"auth.audience": "The OAuth2 audience.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "List of certificates that can be uploaded to boards",
|
||||||
"browse": "Browse",
|
"browse": "Browse",
|
||||||
"choose": "Choose",
|
"choose": "Choose",
|
||||||
|
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
||||||
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. 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.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.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.",
|
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
||||||
"compile": "compile",
|
"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.verbose": "True for verbose compile output. False by default",
|
||||||
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
||||||
"compilerWarnings": "Compiler warnings",
|
"compilerWarnings": "Compiler warnings",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
"sketchbook.location": "Sketchbook location",
|
"sketchbook.location": "Sketchbook location",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"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",
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
"upload": "upload",
|
"upload": "upload",
|
||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Autoscroll",
|
"autoscroll": "Autoscroll",
|
||||||
"carriageReturn": "Carriage Return",
|
"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}')",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"newLine": "New Line",
|
"newLine": "New Line",
|
||||||
"newLineCarriageReturn": "Both NL & CR",
|
"newLineCarriageReturn": "Both NL & CR",
|
||||||
"noLineEndings": "No Line Ending",
|
"noLineEndings": "No Line Ending",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"reconnect": "Reconnecting {0} to {1} in {2} seconds...",
|
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "Timestamp",
|
||||||
"toggleTimestamp": "Toggle Timestamp",
|
"toggleTimestamp": "Toggle Timestamp"
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archive Sketch",
|
"archiveSketch": "Archive Sketch",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"close": "Are you sure you want to close the sketch?",
|
"close": "Are you sure you want to close the sketch?",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Configure And Upload",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Created archive '{0}'.",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "Done compiling.",
|
||||||
"doneUploading": "Done uploading.",
|
"doneUploading": "Done uploading.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Verify",
|
"verify": "Verify",
|
||||||
"verifyOrCompile": "Verify/Compile"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0} error: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Name for new file",
|
"fileNewName": "Name for new file",
|
||||||
"invalidExtension": ".{0} is not a valid extension",
|
"invalidExtension": ".{0} is not a valid extension",
|
||||||
"invalidFilename": "Invalid filename.",
|
"invalidFilename": "Invalid filename.",
|
||||||
"newFileName": "New name for file",
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
46
i18n/nl.json
46
i18n/nl.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "SSL-rootcertificaten uploaden",
|
"uploadRootCertificates": "SSL-rootcertificaten uploaden",
|
||||||
"uploadingCertificates": "Certificaten uploaden."
|
"uploadingCertificates": "Certificaten uploaden."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' niet gevonden. Bevat je schets de regel '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' niet gevonden. Bevat je schets de regel '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Kies de zichtbaarheid van je Sketch:",
|
"chooseSketchVisibility": "Kies de zichtbaarheid van je Sketch:",
|
||||||
"cloudSketchbook": "Cload Schetsboek",
|
|
||||||
"connected": "Verbonden",
|
"connected": "Verbonden",
|
||||||
"continue": "Doorgaan",
|
"continue": "Doorgaan",
|
||||||
"donePulling": "Klaar met trekken van '{0}'.",
|
"donePulling": "Klaar met trekken van '{0}'.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Push Schets",
|
"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.",
|
"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",
|
"remote": "Op Afstand",
|
||||||
|
"remoteSketchbook": "Schetsboek op afstand",
|
||||||
"share": "Delen...",
|
"share": "Delen...",
|
||||||
"shareSketch": "Schets Delen",
|
"shareSketch": "Schets Delen",
|
||||||
"showHideRemoveSketchbook": "Toon/verberg schetsboek op afstand",
|
"showHideRemoveSketchbook": "Toon/verberg schetsboek op afstand",
|
||||||
"signIn": "INLOGGEN",
|
"signIn": "INLOGGEN",
|
||||||
"signInToCloud": "Aanmelden bij Arduino Cloud",
|
"signInToCloud": "Aanmelden bij Arduino Cloud",
|
||||||
"signOut": "Uitloggen",
|
"signOut": "Uitloggen",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Synchroniseer en bewerk uw Arduino Cloud Sketches",
|
"syncEditSketches": "Synchroniseer en bewerk uw Arduino Cloud Sketches",
|
||||||
"visitArduinoCloud": "Bezoek Arduino Cloud om Cloud Sketches te maken."
|
"visitArduinoCloud": "Bezoek Arduino Cloud om Cloud Sketches te maken."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "Één bestand toegevoegd aan de schets.",
|
"fileAdded": "Één bestand toegevoegd aan de schets.",
|
||||||
"replaceTitle": "Vervangen"
|
"replaceTitle": "Vervangen"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Foutmeldingen kopiëren"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Foutopsporing - {0}",
|
"debugWithMessage": "Foutopsporing - {0}",
|
||||||
"debuggingNotSupported": "Foutopsporing wordt niet ondersteund door '{0}'",
|
"debuggingNotSupported": "Foutopsporing wordt niet ondersteund door '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Lettergrootte verkleinen",
|
"decreaseFontSize": "Lettergrootte verkleinen",
|
||||||
"decreaseIndent": "Inspringing verkleinen",
|
"decreaseIndent": "Inspringing verkleinen",
|
||||||
"increaseFontSize": "Lettergrootte vergroten",
|
"increaseFontSize": "Lettergrootte vergroten",
|
||||||
"increaseIndent": "Inspringing vergroten"
|
"increaseIndent": "Inspringing vergroten",
|
||||||
|
"nextError": "Volgende Fout",
|
||||||
|
"previousError": "Vorige Fout"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Kan de schets niet opslaan. Kopieer uw niet-opgeslagen werk naar uw favoriete teksteditor en start de IDE opnieuw. ",
|
"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"
|
"zipLibrary": "Bibliotheek"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Geavanceerd",
|
||||||
"sketch": "Schets",
|
"sketch": "Schets",
|
||||||
"tools": "Hulpmiddelen"
|
"tools": "Hulpmiddelen"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Kan websocket niet sluiten",
|
||||||
|
"unableToConnectToWebSocket": "Kan geen verbinding maken met websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Bijkomende Borden Beheerder URL's",
|
"additionalManagerURLs": "Bijkomende Borden Beheerder URL's",
|
||||||
"auth.audience": "Het OAuth2 publiek.",
|
"auth.audience": "Het OAuth2 publiek.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "Lijst met certificaten die kunnen worden geüpload naar borden",
|
"board.certificates": "Lijst met certificaten die kunnen worden geüpload naar borden",
|
||||||
"browse": "Bladeren",
|
"browse": "Bladeren",
|
||||||
"choose": "Kies",
|
"choose": "Kies",
|
||||||
|
"cli.daemonDebug": "Schakel debug logging van de gRPC aanroepen naar de Arduino CLI in. Een herstart van de IDE is nodig om deze instelling in werking te laten treden. Standaard Onwaar.",
|
||||||
"cloud.enabled": "Waar als de schets synchronisatie functies zijn ingeschakeld. Standaard ingesteld op waar.",
|
"cloud.enabled": "Waar als de schets synchronisatie functies zijn ingeschakeld. Standaard ingesteld op waar.",
|
||||||
"cloud.pull.warn": "Waar als de gebruiker verwittigd moet worden voor een cloud schets trekken. 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.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.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.",
|
"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": "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.verbose": "Waar voor uitgebreide compileer uitvoer. Standaard onwaar",
|
||||||
"compile.warnings": "Vertelt gcc welk waarschuwingsniveau moet worden gebruikt. Standaard 'Geen'",
|
"compile.warnings": "Vertelt gcc welk waarschuwingsniveau moet worden gebruikt. Standaard 'Geen'",
|
||||||
"compilerWarnings": "Compiler waarschuwingen",
|
"compilerWarnings": "Compiler waarschuwingen",
|
||||||
@ -238,7 +257,7 @@
|
|||||||
"editorQuickSuggestions": "Snelle suggesties in editor",
|
"editorQuickSuggestions": "Snelle suggesties in editor",
|
||||||
"enterAdditionalURLs": "Voer extra URL's in, één per rij",
|
"enterAdditionalURLs": "Voer extra URL's in, één per rij",
|
||||||
"files.inside.sketches": "Toon bestanden in Schetsen",
|
"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.",
|
"ide.updateChannel": "Release kanaal om bijgewerkte versies van te krijgen. 'stable' is de stabiele release, 'nightly' is de laatste ontwikkel build.",
|
||||||
"interfaceScale": "Interface schaal",
|
"interfaceScale": "Interface schaal",
|
||||||
"invalid.editorFontSize": "Ongeldige lettergrootte voor editor. Het moet een positief geheel getal zijn.",
|
"invalid.editorFontSize": "Ongeldige lettergrootte voor editor. Het moet een positief geheel getal zijn.",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Uitgebreide uitvoer weergeven tijdens",
|
"showVerbose": "Uitgebreide uitvoer weergeven tijdens",
|
||||||
"sketchbook.location": "Schetsboek locatie",
|
"sketchbook.location": "Schetsboek locatie",
|
||||||
"sketchbook.showAllFiles": "Waar om al de schets bestanden in de schets weer te geven. Standaard ingesteld op onwaar.",
|
"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",
|
"unofficialBoardSupport": "Klik voor een lijst met onofficiële borden ondersteuning URL's",
|
||||||
"upload": "uploaden",
|
"upload": "uploaden",
|
||||||
"upload.verbose": "Waar voor uitgebreide uploaduitvoer. Standaard onwaar.",
|
"upload.verbose": "Waar voor uitgebreide uploaduitvoer. Standaard onwaar.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Automatisch scrollen",
|
"autoscroll": "Automatisch scrollen",
|
||||||
"carriageReturn": "Carriage Return",
|
"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}')",
|
"message": "Bericht ({0} + Enter om bericht te verzenden naar '{1}' op '{2}')",
|
||||||
"newLine": "Nieuwe Regel",
|
"newLine": "Nieuwe Regel",
|
||||||
"newLineCarriageReturn": "Zowel NL & CR",
|
"newLineCarriageReturn": "Zowel NL & CR",
|
||||||
"noLineEndings": "Geen RegelEinde",
|
"noLineEndings": "Geen RegelEinde",
|
||||||
"notConnected": "Niet verbonden. Kies een bord en een poort om automatisch te verbinden.",
|
"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",
|
"timestamp": "Tijdstempel",
|
||||||
"toggleTimestamp": "Tijdstempel omschakelen",
|
"toggleTimestamp": "Tijdstempel omschakelen"
|
||||||
"unexpectedError": "Onverwachte fout. Opnieuw verbinding maken met {0} op poort {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archiveer Schets",
|
"archiveSketch": "Archiveer Schets",
|
||||||
"cantOpen": "Er bestaat al een map met de naam \"{0}\". Kan schets niet openen.",
|
"cantOpen": "Er bestaat al een map met de naam \"{0}\". Kan schets niet openen.",
|
||||||
"close": "Weet je zeker dat je de schets wilt sluiten?",
|
"close": "Weet je zeker dat je de schets wilt sluiten?",
|
||||||
"configureAndUpload": "Configureren en uploaden",
|
"configureAndUpload": "Configureren en uploaden",
|
||||||
"couldNotConnectToSerial": "Kon niet opnieuw verbinding maken met seriële poort. {0}",
|
|
||||||
"createdArchive": "Archief '{0}' gemaakt.",
|
"createdArchive": "Archief '{0}' gemaakt.",
|
||||||
"doneCompiling": "Klaar met compileren.",
|
"doneCompiling": "Klaar met compileren.",
|
||||||
"doneUploading": "Klaar met uploaden.",
|
"doneUploading": "Klaar met uploaden.",
|
||||||
@ -295,7 +309,7 @@
|
|||||||
"openSketchInNewWindow": "Schets openen in nieuw venster",
|
"openSketchInNewWindow": "Schets openen in nieuw venster",
|
||||||
"saveFolderAs": "Sla de schets map op als...",
|
"saveFolderAs": "Sla de schets map op als...",
|
||||||
"saveSketchAs": "Sla de schetsmap 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",
|
"showFolder": "Schetsmap tonen",
|
||||||
"sketch": "Schets",
|
"sketch": "Schets",
|
||||||
"sketchbook": "Schetsboek",
|
"sketchbook": "Schetsboek",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Verifiëren",
|
"verify": "Verifiëren",
|
||||||
"verifyOrCompile": "Verifiëren/Compileren"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} fout: {1}"
|
"error": "{0} fout: {1}"
|
||||||
},
|
},
|
||||||
@ -326,7 +345,7 @@
|
|||||||
"daemonOffline": "CLI Daemon Offline",
|
"daemonOffline": "CLI Daemon Offline",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"quitMessage": "Niet opgeslagen wijzigingen worden niet opgeslagen.",
|
"quitMessage": "Niet opgeslagen wijzigingen worden niet opgeslagen.",
|
||||||
"quitTitle": "Are you sure you want to quit?"
|
"quitTitle": "Weet je zeker dat je wilt stoppen?"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"start": "Start...",
|
"start": "Start...",
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Naam voor nieuw bestand",
|
"fileNewName": "Naam voor nieuw bestand",
|
||||||
"invalidExtension": ".{0} is geen geldige extensie",
|
"invalidExtension": ".{0} is geen geldige extensie",
|
||||||
"invalidFilename": "Ongeldige bestandsnaam.",
|
"invalidFilename": "Ongeldige bestandsnaam.",
|
||||||
"newFileName": "Nieuwe naam voor bestand",
|
"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. "
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
40
i18n/pl.json
40
i18n/pl.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
"uploadingCertificates": "Przesyłanie certyfikatów."
|
"uploadingCertificates": "Przesyłanie certyfikatów."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Wybierz widoczność swojego Szkicu:",
|
"chooseSketchVisibility": "Wybierz widoczność swojego Szkicu:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
|
||||||
"connected": "Połączony",
|
"connected": "Połączony",
|
||||||
"continue": "Kontynuuj",
|
"continue": "Kontynuuj",
|
||||||
"donePulling": "Zakończono zaciąganie ‘{0}’.",
|
"donePulling": "Zakończono zaciąganie ‘{0}’.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Push Sketch",
|
"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.",
|
"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",
|
"remote": "Remote",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Udostępnij...",
|
"share": "Udostępnij...",
|
||||||
"shareSketch": "Udostępnij Szkic",
|
"shareSketch": "Udostępnij Szkic",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
"signIn": "ZALOGUJ SIĘ",
|
"signIn": "ZALOGUJ SIĘ",
|
||||||
"signInToCloud": "Zaloguj się do Arduino Cloud",
|
"signInToCloud": "Zaloguj się do Arduino Cloud",
|
||||||
"signOut": "Wyloguj się",
|
"signOut": "Wyloguj się",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "Jeden plik dodany do szkicu.",
|
"fileAdded": "Jeden plik dodany do szkicu.",
|
||||||
"replaceTitle": "Zamień"
|
"replaceTitle": "Zamień"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Debug - {0}",
|
||||||
"debuggingNotSupported": "Debugowanie nie jest wspierane przez '{0}'",
|
"debuggingNotSupported": "Debugowanie nie jest wspierane przez '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Zmniejsz rozmiar czcionki",
|
"decreaseFontSize": "Zmniejsz rozmiar czcionki",
|
||||||
"decreaseIndent": "Zmniejsz wcięcie",
|
"decreaseIndent": "Zmniejsz wcięcie",
|
||||||
"increaseFontSize": "Zwiększ rozmiar czcionki",
|
"increaseFontSize": "Zwiększ rozmiar czcionki",
|
||||||
"increaseIndent": "Zwiększ wcięcie"
|
"increaseIndent": "Zwiększ wcięcie",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"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"
|
"zipLibrary": "Biblioteka"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Szkic",
|
"sketch": "Szkic",
|
||||||
"tools": "Narzędzia"
|
"tools": "Narzędzia"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Dodatkowe adresy URL do menadżera płytek",
|
"additionalManagerURLs": "Dodatkowe adresy URL do menadżera płytek",
|
||||||
"auth.audience": "The OAuth2 audience.",
|
"auth.audience": "The OAuth2 audience.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "Lista certyfikatów, które można przesłać do płytki",
|
"board.certificates": "Lista certyfikatów, które można przesłać do płytki",
|
||||||
"browse": "Przeglądaj",
|
"browse": "Przeglądaj",
|
||||||
"choose": "Wybierz",
|
"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.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.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.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.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.",
|
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
||||||
"compile": "kompilacja",
|
"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.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'",
|
"compile.warnings": "Ustawia poziom ostrzeżeń w kompilatorze gcc. Domyślną wartością jest 'Brak'",
|
||||||
"compilerWarnings": "Ostrzeżenia kompilatora",
|
"compilerWarnings": "Ostrzeżenia kompilatora",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
"sketchbook.location": "Sketchbook location",
|
"sketchbook.location": "Sketchbook location",
|
||||||
"sketchbook.showAllFiles": "Prawda, aby wyświetlać wszystkie pliki ze szkicu. Fałsz jest wartością domyślną.",
|
"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",
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
"upload": "przesyłanie",
|
"upload": "przesyłanie",
|
||||||
"upload.verbose": "Prawda, aby pokazywać szczegółowe informacje podczas wgrywania. Fałsz jest wartością domyślną.",
|
"upload.verbose": "Prawda, aby pokazywać szczegółowe informacje podczas wgrywania. Fałsz jest wartością domyślną.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Autoscroll",
|
"autoscroll": "Autoscroll",
|
||||||
"carriageReturn": "Carriage Return",
|
"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}')",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"newLine": "Nowa linia",
|
"newLine": "Nowa linia",
|
||||||
"newLineCarriageReturn": "Both NL & CR",
|
"newLineCarriageReturn": "Both NL & CR",
|
||||||
"noLineEndings": "No Line Ending",
|
"noLineEndings": "No Line Ending",
|
||||||
"notConnected": "Nie połączono. Wybierz płytkę i port do automatycznego połączenia.",
|
"notConnected": "Nie połączono. Wybierz płytkę i port do automatycznego połączenia.",
|
||||||
"reconnect": "Reconnecting {0} to {1} in {2} seconds...",
|
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "Timestamp",
|
||||||
"toggleTimestamp": "Toggle Timestamp",
|
"toggleTimestamp": "Toggle Timestamp"
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archive Sketch",
|
"archiveSketch": "Archive Sketch",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"close": "Are you sure you want to close the sketch?",
|
"close": "Are you sure you want to close the sketch?",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Configure And Upload",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Created archive '{0}'.",
|
||||||
"doneCompiling": "Kompilacja zakończona.",
|
"doneCompiling": "Kompilacja zakończona.",
|
||||||
"doneUploading": "Przesyłanie zakończone.",
|
"doneUploading": "Przesyłanie zakończone.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Weryfikuj",
|
"verify": "Weryfikuj",
|
||||||
"verifyOrCompile": "Weryfikuj/Kompiluj"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0} error: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Nazwa nowego pliku",
|
"fileNewName": "Nazwa nowego pliku",
|
||||||
"invalidExtension": ".{0} nie jest prawidłowym rozszerzeniem",
|
"invalidExtension": ".{0} nie jest prawidłowym rozszerzeniem",
|
||||||
"invalidFilename": "Nieprawidłowa nazwa pliku.",
|
"invalidFilename": "Nieprawidłowa nazwa pliku.",
|
||||||
"newFileName": "Nowa 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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
40
i18n/pt.json
40
i18n/pt.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Enviar certificado Raiz SSL",
|
"uploadRootCertificates": "Enviar certificado Raiz SSL",
|
||||||
"uploadingCertificates": "Enviando certificados."
|
"uploadingCertificates": "Enviando certificados."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Escolha a visibilidade do seu Sketch:",
|
"chooseSketchVisibility": "Escolha a visibilidade do seu Sketch:",
|
||||||
"cloudSketchbook": "Sketchbook na nuvem",
|
|
||||||
"connected": "Conectado",
|
"connected": "Conectado",
|
||||||
"continue": "Continuar",
|
"continue": "Continuar",
|
||||||
"donePulling": "Terminou de baixar '{0}'.",
|
"donePulling": "Terminou de baixar '{0}'.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Enviar Sketch",
|
"pushSketch": "Enviar Sketch",
|
||||||
"pushSketchMsg": "Baixar",
|
"pushSketchMsg": "Baixar",
|
||||||
"remote": "Remoto",
|
"remote": "Remoto",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Compartilhar...",
|
"share": "Compartilhar...",
|
||||||
"shareSketch": "Compartilhar Sketch",
|
"shareSketch": "Compartilhar Sketch",
|
||||||
"showHideRemoveSketchbook": "Exibir/Ocultar Sketchbook remoto",
|
"showHideRemoveSketchbook": "Exibir/Ocultar Sketchbook remoto",
|
||||||
"signIn": "ENTRAR",
|
"signIn": "ENTRAR",
|
||||||
"signInToCloud": "Faça login no Arduino Cloud",
|
"signInToCloud": "Faça login no Arduino Cloud",
|
||||||
"signOut": "Sair",
|
"signOut": "Sair",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Sincronizar e editar seus Sketches no Arduino Cloud",
|
"syncEditSketches": "Sincronizar e editar seus Sketches no Arduino Cloud",
|
||||||
"visitArduinoCloud": "Visite Arduino Cloud para criar Cloud Sketches."
|
"visitArduinoCloud": "Visite Arduino Cloud para criar Cloud Sketches."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "Um arquivo adicionado ao sketch.",
|
"fileAdded": "Um arquivo adicionado ao sketch.",
|
||||||
"replaceTitle": "Substituir"
|
"replaceTitle": "Substituir"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Depuração - {0}",
|
"debugWithMessage": "Depuração - {0}",
|
||||||
"debuggingNotSupported": "A depuração não é suportada por '{0}'",
|
"debuggingNotSupported": "A depuração não é suportada por '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Diminuir tamanho da fonte",
|
"decreaseFontSize": "Diminuir tamanho da fonte",
|
||||||
"decreaseIndent": "Diminuir Recuo",
|
"decreaseIndent": "Diminuir Recuo",
|
||||||
"increaseFontSize": "Aumentar o Tamanho da Fonte",
|
"increaseFontSize": "Aumentar o Tamanho da Fonte",
|
||||||
"increaseIndent": "Aumentar Recuo"
|
"increaseIndent": "Aumentar Recuo",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"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.",
|
"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"
|
"zipLibrary": "Biblioteca"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Rascunho",
|
"sketch": "Rascunho",
|
||||||
"tools": "Ferramentas"
|
"tools": "Ferramentas"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "URLs Adicionais para Gerenciadores de Placas",
|
"additionalManagerURLs": "URLs Adicionais para Gerenciadores de Placas",
|
||||||
"auth.audience": "O OAuth2 publico.",
|
"auth.audience": "O OAuth2 publico.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "Lista de certificados que podem ser carregados nas placas",
|
"board.certificates": "Lista de certificados que podem ser carregados nas placas",
|
||||||
"browse": "Procurar",
|
"browse": "Procurar",
|
||||||
"choose": "Escolher",
|
"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.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.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.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.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.",
|
"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": "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.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",
|
"compile.warnings": "Diz ao gcc qual nível de aviso usar. 'Nenhum' é padrão",
|
||||||
"compilerWarnings": "Avisos do compilador",
|
"compilerWarnings": "Avisos do compilador",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Mostrar a saída detalhada durante",
|
"showVerbose": "Mostrar a saída detalhada durante",
|
||||||
"sketchbook.location": "Localização dos Sketchbooks",
|
"sketchbook.location": "Localização dos Sketchbooks",
|
||||||
"sketchbook.showAllFiles": "Verdadeiro para mostrar todos os arquivos de sketch dentro do sketch. Falso é padrão.",
|
"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",
|
"unofficialBoardSupport": "Clique para obter uma lista de URLs de placas não oficiais suportadas",
|
||||||
"upload": "enviar",
|
"upload": "enviar",
|
||||||
"upload.verbose": "Verdadeiro para saída de upload detalhada. Falsa é padrão.",
|
"upload.verbose": "Verdadeiro para saída de upload detalhada. Falsa é padrão.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Avanço automático de linha",
|
"autoscroll": "Avanço automático de linha",
|
||||||
"carriageReturn": "Retorno 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}'",
|
"message": "Mensagem ({0} + Enter para enviar mensagem para '{1}' em '{2}'",
|
||||||
"newLine": "Nova linha",
|
"newLine": "Nova linha",
|
||||||
"newLineCarriageReturn": "Nova linha e retorno de linha",
|
"newLineCarriageReturn": "Nova linha e retorno de linha",
|
||||||
"noLineEndings": "Sem final de linha",
|
"noLineEndings": "Sem final de linha",
|
||||||
"notConnected": "Não conectado. Selecione uma placa e uma porta para conectar automaticamente.",
|
"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",
|
"timestamp": "Data e Hora",
|
||||||
"toggleTimestamp": "Mudar Data e Hora",
|
"toggleTimestamp": "Mudar Data e Hora"
|
||||||
"unexpectedError": "Erro inesperado. Reconectando {0} na porta {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Arquivar Sketch",
|
"archiveSketch": "Arquivar Sketch",
|
||||||
"cantOpen": "Directoria chamada \"{0}\" já existe. Não é possível abrir o rascunho.",
|
"cantOpen": "Directoria chamada \"{0}\" já existe. Não é possível abrir o rascunho.",
|
||||||
"close": "Tem certeza que deseja fechar o sketch?",
|
"close": "Tem certeza que deseja fechar o sketch?",
|
||||||
"configureAndUpload": "Configurar e Fazer Envio",
|
"configureAndUpload": "Configurar e Fazer Envio",
|
||||||
"couldNotConnectToSerial": "Não foi possível reconectar à porta serial. {0}",
|
|
||||||
"createdArchive": "Arquivo criado '{0}'.",
|
"createdArchive": "Arquivo criado '{0}'.",
|
||||||
"doneCompiling": "Compilação concluída.",
|
"doneCompiling": "Compilação concluída.",
|
||||||
"doneUploading": "Envio concluído.",
|
"doneUploading": "Envio concluído.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Verificar",
|
"verify": "Verificar",
|
||||||
"verifyOrCompile": "Verificar/Compilar"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} erro: {1}"
|
"error": "{0} erro: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Nome para o novo arquivo",
|
"fileNewName": "Nome para o novo arquivo",
|
||||||
"invalidExtension": "\".{0}\" não é uma extensão válida.",
|
"invalidExtension": "\".{0}\" não é uma extensão válida.",
|
||||||
"invalidFilename": "Arquivo inválido.",
|
"invalidFilename": "Arquivo inválido.",
|
||||||
"newFileName": "Novo nome para o arquivo",
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
40
i18n/ro.json
40
i18n/ro.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
"uploadingCertificates": "Uploading certificates."
|
"uploadingCertificates": "Uploading certificates."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
|
||||||
"connected": "Conectat",
|
"connected": "Conectat",
|
||||||
"continue": "Continuă",
|
"continue": "Continuă",
|
||||||
"donePulling": "Done pulling ‘{0}’.",
|
"donePulling": "Done pulling ‘{0}’.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Push Sketch",
|
"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.",
|
"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ță ",
|
"remote": "La distanță ",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Partajați...",
|
"share": "Partajați...",
|
||||||
"shareSketch": "Share Sketch",
|
"shareSketch": "Share Sketch",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
"signIn": "CONECTARE",
|
"signIn": "CONECTARE",
|
||||||
"signInToCloud": "Sign in to Arduino Cloud",
|
"signInToCloud": "Sign in to Arduino Cloud",
|
||||||
"signOut": "Deconectare",
|
"signOut": "Deconectare",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "One file added to the sketch.",
|
"fileAdded": "One file added to the sketch.",
|
||||||
"replaceTitle": "Înlocuiește"
|
"replaceTitle": "Înlocuiește"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Depanare - {0}",
|
"debugWithMessage": "Depanare - {0}",
|
||||||
"debuggingNotSupported": "Depanarea nu este suportată de '{0}'",
|
"debuggingNotSupported": "Depanarea nu este suportată de '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Decrease Font Size",
|
"decreaseFontSize": "Decrease Font Size",
|
||||||
"decreaseIndent": "Decrease Indent",
|
"decreaseIndent": "Decrease Indent",
|
||||||
"increaseFontSize": "Increase Font Size",
|
"increaseFontSize": "Increase Font Size",
|
||||||
"increaseIndent": "Increase Indent"
|
"increaseIndent": "Increase Indent",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"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"
|
"zipLibrary": "Librărie"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Schița",
|
"sketch": "Schița",
|
||||||
"tools": "Unelte"
|
"tools": "Unelte"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Additional Boards Manager URLs",
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
"auth.audience": "Audiența OAuth2.",
|
"auth.audience": "Audiența OAuth2.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "Lista de certificate ce pot fi încarcate pe plăcile de dezvoltare",
|
"board.certificates": "Lista de certificate ce pot fi încarcate pe plăcile de dezvoltare",
|
||||||
"browse": "Selectează",
|
"browse": "Selectează",
|
||||||
"choose": "Selectează",
|
"choose": "Selectează",
|
||||||
|
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
|
||||||
"cloud.enabled": "Adevărat dacă funcțile schiței sunt activate. Valoarea implictă este adevarată.",
|
"cloud.enabled": "Adevărat dacă funcțile schiței sunt activate. Valoarea implictă este adevarată.",
|
||||||
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. 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.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.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.",
|
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
||||||
"compile": "compila",
|
"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.verbose": "True for verbose compile output. False by default",
|
||||||
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
||||||
"compilerWarnings": "Compiler warnings",
|
"compilerWarnings": "Compiler warnings",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
"sketchbook.location": "Sketchbook location",
|
"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.",
|
"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",
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
"upload": "încarcă",
|
"upload": "încarcă",
|
||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Autoderulare",
|
"autoscroll": "Autoderulare",
|
||||||
"carriageReturn": "Carriage Return",
|
"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}')",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"newLine": "Linie Nouă",
|
"newLine": "Linie Nouă",
|
||||||
"newLineCarriageReturn": "NL și CR",
|
"newLineCarriageReturn": "NL și CR",
|
||||||
"noLineEndings": "No Line Ending",
|
"noLineEndings": "No Line Ending",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"reconnect": "Reconectare {0} către {1} în {2} secunde...",
|
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "Timestamp",
|
||||||
"toggleTimestamp": "Toggle Timestamp",
|
"toggleTimestamp": "Toggle Timestamp"
|
||||||
"unexpectedError": "Eroare neașteptată. Reconectare {0} pe portul {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archive Sketch",
|
"archiveSketch": "Archive Sketch",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"close": "Are you sure you want to close the sketch?",
|
"close": "Are you sure you want to close the sketch?",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Configure And Upload",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Created archive '{0}'.",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "Done compiling.",
|
||||||
"doneUploading": "Done uploading.",
|
"doneUploading": "Done uploading.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Verifică",
|
"verify": "Verifică",
|
||||||
"verifyOrCompile": "Verify/Compile"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} eroare :{1}"
|
"error": "{0} eroare :{1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Nume pentru noul fișier",
|
"fileNewName": "Nume pentru noul fișier",
|
||||||
"invalidExtension": ".{0} nu este o extensie validă",
|
"invalidExtension": ".{0} nu este o extensie validă",
|
||||||
"invalidFilename": "Numele fișierului este invalid.",
|
"invalidFilename": "Numele fișierului este invalid.",
|
||||||
"newFileName": "Nume pentru noul fișier",
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
44
i18n/ru.json
44
i18n/ru.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Загрузка корневого сертификата SSL",
|
"uploadRootCertificates": "Загрузка корневого сертификата SSL",
|
||||||
"uploadingCertificates": "Загрузка сертификатов."
|
"uploadingCertificates": "Загрузка сертификатов."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Выберите видимость своего скетча:",
|
"chooseSketchVisibility": "Выберите видимость своего скетча:",
|
||||||
"cloudSketchbook": "Альбом в облаке",
|
|
||||||
"connected": "Подключено",
|
"connected": "Подключено",
|
||||||
"continue": "Продолжить",
|
"continue": "Продолжить",
|
||||||
"donePulling": "Закончить вытягивание ‘{0}’.",
|
"donePulling": "Закончить вытягивание ‘{0}’.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Выдавить скетч",
|
"pushSketch": "Выдавить скетч",
|
||||||
"pushSketchMsg": "Это Публичный скетч. Перед нажатием убедитесь, что любая конфиденциальная информация определена в файлах arduino_secrets.h. Вы можете сделать скетч приватным на панели общего доступа.",
|
"pushSketchMsg": "Это Публичный скетч. Перед нажатием убедитесь, что любая конфиденциальная информация определена в файлах arduino_secrets.h. Вы можете сделать скетч приватным на панели общего доступа.",
|
||||||
"remote": "Удаленный",
|
"remote": "Удаленный",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Поделиться...",
|
"share": "Поделиться...",
|
||||||
"shareSketch": "Поделиться скетчем",
|
"shareSketch": "Поделиться скетчем",
|
||||||
"showHideRemoveSketchbook": "Показать/скрыть удаленный альбом",
|
"showHideRemoveSketchbook": "Показать/скрыть удаленный альбом",
|
||||||
"signIn": "Войти",
|
"signIn": "Войти",
|
||||||
"signInToCloud": "Войдите в Arduino Cloud",
|
"signInToCloud": "Войдите в Arduino Cloud",
|
||||||
"signOut": "Выйти",
|
"signOut": "Выйти",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Синхронизировать и редактировать скетчи в Arduino Cloud",
|
"syncEditSketches": "Синхронизировать и редактировать скетчи в Arduino Cloud",
|
||||||
"visitArduinoCloud": "Посетите Arduino Cloud, чтобы создать скетчи в облаке."
|
"visitArduinoCloud": "Посетите Arduino Cloud, чтобы создать скетчи в облаке."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "Один файл добавлен в скетч.",
|
"fileAdded": "Один файл добавлен в скетч.",
|
||||||
"replaceTitle": "Заменить"
|
"replaceTitle": "Заменить"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Отладка - {0}",
|
"debugWithMessage": "Отладка - {0}",
|
||||||
"debuggingNotSupported": "Отладка не поддерживается '{0}'",
|
"debuggingNotSupported": "Отладка не поддерживается '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Уменьшить размер шрифта",
|
"decreaseFontSize": "Уменьшить размер шрифта",
|
||||||
"decreaseIndent": "Уменьшить отступ",
|
"decreaseIndent": "Уменьшить отступ",
|
||||||
"increaseFontSize": "Увеличить размер шрифта",
|
"increaseFontSize": "Увеличить размер шрифта",
|
||||||
"increaseIndent": "Увеличить отступ"
|
"increaseIndent": "Увеличить отступ",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Скетч не сохранён. Пожалуйста, скопируйте вашу не сохраненную работу в ваш внешний текстовый редактор и перезапустите IDE.",
|
"couldNotSave": "Скетч не сохранён. Пожалуйста, скопируйте вашу не сохраненную работу в ваш внешний текстовый редактор и перезапустите IDE.",
|
||||||
@ -212,9 +223,14 @@
|
|||||||
"zipLibrary": "Библиотека"
|
"zipLibrary": "Библиотека"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Скетч",
|
"sketch": "Скетч",
|
||||||
"tools": "Инструменты"
|
"tools": "Инструменты"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Не удалось закрыть веб-сокет.",
|
||||||
|
"unableToConnectToWebSocket": "Не удается подключиться к веб-сокету."
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Дополнительные ссылки для Менеджера плат",
|
"additionalManagerURLs": "Дополнительные ссылки для Менеджера плат",
|
||||||
"auth.audience": "Аудитория OAuth2.",
|
"auth.audience": "Аудитория OAuth2.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "Список сертификатов, которые могут быть загружены в платы",
|
"board.certificates": "Список сертификатов, которые могут быть загружены в платы",
|
||||||
"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, если функции синхронизации скетчей включены. По умолчанию - true.",
|
"cloud.enabled": "True, если функции синхронизации скетчей включены. По умолчанию - true.",
|
||||||
"cloud.pull.warn": "True, если пользователи должны быть предупреждены перед созданием облачного скетча. По умолчанию установлено значение true.",
|
"cloud.pull.warn": "True, если пользователи должны быть предупреждены перед созданием облачного скетча. По умолчанию установлено значение true.",
|
||||||
"cloud.push.warn": "True, если пользователи должны быть предупреждены перед запуском облачного эскиза. По умолчанию установлено значение true.",
|
"cloud.push.warn": "True, если пользователи должны быть предупреждены перед запуском облачного эскиза. По умолчанию установлено значение true.",
|
||||||
"cloud.pushpublic.warn": "True, если пользователи должны быть предупреждены перед отправкой общедоступного эскиза в облако. По умолчанию установлено значение true.",
|
"cloud.pushpublic.warn": "True, если пользователи должны быть предупреждены перед отправкой общедоступного эскиза в облако. По умолчанию установлено значение true.",
|
||||||
"cloud.sketchSyncEnpoint": "Конечная точка, используемая для отправки и извлечения скетчей из серверной части. По умолчанию он указывает на Arduino Cloud API.",
|
"cloud.sketchSyncEnpoint": "Конечная точка, используемая для отправки и извлечения скетчей из серверной части. По умолчанию он указывает на 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 для подробного вывода компилятора. По умолчанию - false.",
|
"compile.verbose": "True для подробного вывода компилятора. По умолчанию - false.",
|
||||||
"compile.warnings": "Уровень предупреждений GCC. По умолчанию 'None'.",
|
"compile.warnings": "Уровень предупреждений GCC. По умолчанию 'None'.",
|
||||||
"compilerWarnings": "Предупреждения компилятора",
|
"compilerWarnings": "Предупреждения компилятора",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Показывать детализированный вывод при",
|
"showVerbose": "Показывать детализированный вывод при",
|
||||||
"sketchbook.location": "Путь к альбому со скетчами",
|
"sketchbook.location": "Путь к альбому со скетчами",
|
||||||
"sketchbook.showAllFiles": "True - показывать все файлы внутри скетча. По умолчанию - false.",
|
"sketchbook.showAllFiles": "True - показывать все файлы внутри скетча. По умолчанию - false.",
|
||||||
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
"unofficialBoardSupport": "Список URL-адресов поддержки неофициальных плат",
|
"unofficialBoardSupport": "Список URL-адресов поддержки неофициальных плат",
|
||||||
"upload": "выгрузке на плату",
|
"upload": "выгрузке на плату",
|
||||||
"upload.verbose": "True - подробный вывод при загрузке скетча на плату. По умолчанию - false.",
|
"upload.verbose": "True - подробный вывод при загрузке скетча на плату. По умолчанию - false.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Автопрокрутка",
|
"autoscroll": "Автопрокрутка",
|
||||||
"carriageReturn": "CR Возврат каретки",
|
"carriageReturn": "CR Возврат каретки",
|
||||||
"connectionBusy": "Не удалось подключиться. Последовательный порт занят: {0}",
|
|
||||||
"disconnected": "Отключен {0} от {1}",
|
|
||||||
"failedReconnect": "Не удалось переподключиться {0} к последовательному порту после 10 попыток. Последовательный порт {1} занят.",
|
|
||||||
"message": "Сообщение ({0} + Enter, чтобы отправить сообщение для '{1}' на '{2}')",
|
"message": "Сообщение ({0} + Enter, чтобы отправить сообщение для '{1}' на '{2}')",
|
||||||
"newLine": "Новая строка",
|
"newLine": "Новая строка",
|
||||||
"newLineCarriageReturn": "NL & CR",
|
"newLineCarriageReturn": "NL & CR",
|
||||||
"noLineEndings": "Нет конца строки",
|
"noLineEndings": "Нет конца строки",
|
||||||
"notConnected": "Нет соединения. Выберите плату и порт для автоматического подключения.",
|
"notConnected": "Нет соединения. Выберите плату и порт для автоматического подключения.",
|
||||||
"reconnect": "Переподключение {0} к {1} в {2} секунды...",
|
|
||||||
"timestamp": "Время отметки",
|
"timestamp": "Время отметки",
|
||||||
"toggleTimestamp": "Переключить отметку времени",
|
"toggleTimestamp": "Переключить отметку времени"
|
||||||
"unexpectedError": "Непредвиденная ошибка. Переподключение {0} на порту {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Архивировать скетч",
|
"archiveSketch": "Архивировать скетч",
|
||||||
"cantOpen": "Папка \"{0}\" уже существует. Невозможно открыть скетч.",
|
"cantOpen": "Папка \"{0}\" уже существует. Невозможно открыть скетч.",
|
||||||
"close": "Вы действительно хотите закрыть скетч?",
|
"close": "Вы действительно хотите закрыть скетч?",
|
||||||
"configureAndUpload": "Настроить и загрузить",
|
"configureAndUpload": "Настроить и загрузить",
|
||||||
"couldNotConnectToSerial": "Не удалось переподключиться к последовательному порту. {0}",
|
|
||||||
"createdArchive": "Создать архив '{0}'.",
|
"createdArchive": "Создать архив '{0}'.",
|
||||||
"doneCompiling": "Компиляция завершена.",
|
"doneCompiling": "Компиляция завершена.",
|
||||||
"doneUploading": "Загрузка завершена.",
|
"doneUploading": "Загрузка завершена.",
|
||||||
@ -295,7 +309,7 @@
|
|||||||
"openSketchInNewWindow": "Открыть скетч в новом окне",
|
"openSketchInNewWindow": "Открыть скетч в новом окне",
|
||||||
"saveFolderAs": "Сохранить папку со скетчем как...",
|
"saveFolderAs": "Сохранить папку со скетчем как...",
|
||||||
"saveSketchAs": "Сохранить папку скетча как...",
|
"saveSketchAs": "Сохранить папку скетча как...",
|
||||||
"saveTempSketch": "Save your sketch to open it again later.",
|
"saveTempSketch": "Сохраните свой скетч, чтобы открыть его позже.",
|
||||||
"showFolder": "Показать папку скетча",
|
"showFolder": "Показать папку скетча",
|
||||||
"sketch": "Скетч",
|
"sketch": "Скетч",
|
||||||
"sketchbook": "Альбом",
|
"sketchbook": "Альбом",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Проверить",
|
"verify": "Проверить",
|
||||||
"verifyOrCompile": "Проверить/Скомпилировать"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} ошибка: {1}"
|
"error": "{0} ошибка: {1}"
|
||||||
},
|
},
|
||||||
@ -326,7 +345,7 @@
|
|||||||
"daemonOffline": "CLI демон не подключен",
|
"daemonOffline": "CLI демон не подключен",
|
||||||
"offline": "Не подключено",
|
"offline": "Не подключено",
|
||||||
"quitMessage": "Любые не сохраненные изменения не будут сохранены.",
|
"quitMessage": "Любые не сохраненные изменения не будут сохранены.",
|
||||||
"quitTitle": "Are you sure you want to quit?"
|
"quitTitle": "Вы уверены, что хотите выйти?"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"start": "Запуск...",
|
"start": "Запуск...",
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Имя нового файла",
|
"fileNewName": "Имя нового файла",
|
||||||
"invalidExtension": "Файлы с расширением \".{0}\" не поддерживаются.",
|
"invalidExtension": "Файлы с расширением \".{0}\" не поддерживаются.",
|
||||||
"invalidFilename": "Неправильное имя файла",
|
"invalidFilename": "Неправильное имя файла",
|
||||||
"newFileName": "Новое имя файла",
|
"newFileName": "Новое имя файла"
|
||||||
"sketchDirectoryError": "Ошибка создания каталога скетча. Смотрите журнал для более подробной информации. Вероятно, приложение, не будет работать должным образом."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
40
i18n/sr.json
40
i18n/sr.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Спусти SSL Root сертификате",
|
"uploadRootCertificates": "Спусти SSL Root сертификате",
|
||||||
"uploadingCertificates": "Спуштање сертификата."
|
"uploadingCertificates": "Спуштање сертификата."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Одабери видљивост твог рада:",
|
"chooseSketchVisibility": "Одабери видљивост твог рада:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
|
||||||
"connected": "Повезан",
|
"connected": "Повезан",
|
||||||
"continue": "Наставите",
|
"continue": "Наставите",
|
||||||
"donePulling": "Готово повлачење ‘{0}’.",
|
"donePulling": "Готово повлачење ‘{0}’.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Push Sketch",
|
"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.",
|
"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": "Подјели рад",
|
"shareSketch": "Подјели рад",
|
||||||
"showHideRemoveSketchbook": "Прикажи/Сакриј удаљене радне свеске",
|
"showHideRemoveSketchbook": "Прикажи/Сакриј удаљене радне свеске",
|
||||||
"signIn": "ПРИЈАВИ СЕ",
|
"signIn": "ПРИЈАВИ СЕ",
|
||||||
"signInToCloud": "Улогујте се на Arduino Cloud",
|
"signInToCloud": "Улогујте се на Arduino Cloud",
|
||||||
"signOut": "Одјави се",
|
"signOut": "Одјави се",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "Датотека је додата у рад.",
|
"fileAdded": "Датотека је додата у рад.",
|
||||||
"replaceTitle": "Замјени"
|
"replaceTitle": "Замјени"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Отклањање грешака - {0}",
|
"debugWithMessage": "Отклањање грешака - {0}",
|
||||||
"debuggingNotSupported": "'{0}' не подржава отклањање грешака",
|
"debuggingNotSupported": "'{0}' не подржава отклањање грешака",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Смањи величину текста",
|
"decreaseFontSize": "Смањи величину текста",
|
||||||
"decreaseIndent": "Смањи увлачење",
|
"decreaseIndent": "Смањи увлачење",
|
||||||
"increaseFontSize": "Повећај величину текста",
|
"increaseFontSize": "Повећај величину текста",
|
||||||
"increaseIndent": "Повећај увлачење"
|
"increaseIndent": "Повећај увлачење",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"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": "Библиотека"
|
"zipLibrary": "Библиотека"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Рад",
|
"sketch": "Рад",
|
||||||
"tools": "Алатке"
|
"tools": "Алатке"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Additional Boards Manager URLs",
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
"auth.audience": "OAuth2 публика.",
|
"auth.audience": "OAuth2 публика.",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "Листа сертификата који могу бити спуштени на плоче",
|
"board.certificates": "Листа сертификата који могу бити спуштени на плоче",
|
||||||
"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.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.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.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.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.",
|
"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.verbose": "True for verbose compile output. False by default",
|
||||||
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
||||||
"compilerWarnings": "Упозорења преводиоца",
|
"compilerWarnings": "Упозорења преводиоца",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "Прикажи детаљан испис током",
|
"showVerbose": "Прикажи детаљан испис током",
|
||||||
"sketchbook.location": "Локација радне свеске",
|
"sketchbook.location": "Локација радне свеске",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"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",
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
"upload": "спусти",
|
"upload": "спусти",
|
||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Аутоматско скроловање",
|
"autoscroll": "Аутоматско скроловање",
|
||||||
"carriageReturn": "Carriage Return",
|
"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}')",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"newLine": "Нова линија",
|
"newLine": "Нова линија",
|
||||||
"newLineCarriageReturn": "И нова линија и CR",
|
"newLineCarriageReturn": "И нова линија и CR",
|
||||||
"noLineEndings": "Без завршетка линије",
|
"noLineEndings": "Без завршетка линије",
|
||||||
"notConnected": "Није повезано. Одабери плочу и порт за аутоматско повезивање.",
|
"notConnected": "Није повезано. Одабери плочу и порт за аутоматско повезивање.",
|
||||||
"reconnect": "Поновно повезивање {0} на {1} за {2} секунди...",
|
|
||||||
"timestamp": "Временска ознака",
|
"timestamp": "Временска ознака",
|
||||||
"toggleTimestamp": "Укључи/искључи временску ознаку",
|
"toggleTimestamp": "Укључи/искључи временску ознаку"
|
||||||
"unexpectedError": "Неочекивана грешка. Поновно повезивање {0} на порту {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Архивирај рад",
|
"archiveSketch": "Архивирај рад",
|
||||||
"cantOpen": "Директоријум \"{0}\" већ постоји. Није могуће отворити рад.",
|
"cantOpen": "Директоријум \"{0}\" већ постоји. Није могуће отворити рад.",
|
||||||
"close": "Да ли желиш да затвориш рад?",
|
"close": "Да ли желиш да затвориш рад?",
|
||||||
"configureAndUpload": "Конфигуриши и спусти",
|
"configureAndUpload": "Конфигуриши и спусти",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
|
||||||
"createdArchive": "Направљена архива '{0}'.",
|
"createdArchive": "Направљена архива '{0}'.",
|
||||||
"doneCompiling": "Превођење завршено.",
|
"doneCompiling": "Превођење завршено.",
|
||||||
"doneUploading": "Спуштање завршено.",
|
"doneUploading": "Спуштање завршено.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Провјери",
|
"verify": "Провјери",
|
||||||
"verifyOrCompile": "Провјери/Преведи"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} грешка: {1}"
|
"error": "{0} грешка: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Име за нову датотеку",
|
"fileNewName": "Име за нову датотеку",
|
||||||
"invalidExtension": ".{0} није валидна екстензија",
|
"invalidExtension": ".{0} није валидна екстензија",
|
||||||
"invalidFilename": "Неважеће име датотеке.",
|
"invalidFilename": "Неважеће име датотеке.",
|
||||||
"newFileName": "Ново име за датотеку",
|
"newFileName": "Ново име за датотеку"
|
||||||
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
72
i18n/tr.json
72
i18n/tr.json
@ -10,7 +10,7 @@
|
|||||||
"boardListItem": "{0} / {1}",
|
"boardListItem": "{0} / {1}",
|
||||||
"configDialog1": "Bir eskiz yüklemek istiyorsanız Kart ve Port seçmelisiniz.",
|
"configDialog1": "Bir eskiz yüklemek istiyorsanız Kart ve Port seçmelisiniz.",
|
||||||
"configDialog2": "Sadece Kart seçerseniz eskizinizi derleyebilir, ancak yükleyemezsiniz.",
|
"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?",
|
"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",
|
"getBoardInfo": "Kart Bilgisini Al",
|
||||||
"inSketchbook": "(Eskiz Defteri'nde)",
|
"inSketchbook": "(Eskiz Defteri'nde)",
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"noFQBN": "FQBN seçili kart \"{0}\" için mevcut değil. İlgili çekirdeği kurdunuz mu?",
|
"noFQBN": "FQBN seçili kart \"{0}\" için mevcut değil. İlgili çekirdeği kurdunuz mu?",
|
||||||
"noPortsSelected": "'{0}' kartı için port seçilmedi",
|
"noPortsSelected": "'{0}' kartı için port seçilmedi",
|
||||||
"noneSelected": "Kart 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ı.",
|
"platformMissing": "Seçili '{0}' kart için platform kurulmadı.",
|
||||||
"pleasePickBoard": "Lütfen seçtiğiniz porta bağlı kartı seçin.",
|
"pleasePickBoard": "Lütfen seçtiğiniz porta bağlı kartı seçin.",
|
||||||
"port": "Port{0}",
|
"port": "Port{0}",
|
||||||
@ -56,15 +56,19 @@
|
|||||||
"uploadRootCertificates": "SSL Kök Sertifikalarını Yükle",
|
"uploadRootCertificates": "SSL Kök Sertifikalarını Yükle",
|
||||||
"uploadingCertificates": "Sertifikalar yükleniyor."
|
"uploadingCertificates": "Sertifikalar yükleniyor."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' bulunamadı. Eskiziniz '#include <Keyboard.h>' satırını içeriyor mu?",
|
||||||
|
"mouseError": "'Mouse' bulunamadı. Eskiziniz '#include <Mouse.h>' satırını içeriyor mu? "
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Hesap",
|
||||||
"chooseSketchVisibility": "Eskizinizin görünürlüğünü seçin",
|
"chooseSketchVisibility": "Eskizinizin görünürlüğünü seçin",
|
||||||
"cloudSketchbook": "Bulut Eskiz Defteri",
|
|
||||||
"connected": "Bağlandı",
|
"connected": "Bağlandı",
|
||||||
"continue": "Devam et",
|
"continue": "Devam et",
|
||||||
"donePulling": "Çekme bitti: ‘{0}’.",
|
"donePulling": "Çekme bitti: ‘{0}’.",
|
||||||
"donePushing": "Gönderme bitti: ‘{0}’.",
|
"donePushing": "Gönderme bitti: ‘{0}’.",
|
||||||
"embed": "Yerleştir:",
|
"embed": "Yerleştir:",
|
||||||
"emptySketchbook": "Eskiz Defteri'niz boş",
|
"emptySketchbook": "Eskiz Defteriniz boş",
|
||||||
"learnMore": "Daha fazlasını öğren",
|
"learnMore": "Daha fazlasını öğren",
|
||||||
"link": "Bağlantı:",
|
"link": "Bağlantı:",
|
||||||
"notYetPulled": "Bulut'a gönderilemedi. Henüz çekilmemiş.",
|
"notYetPulled": "Bulut'a gönderilemedi. Henüz çekilmemiş.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Eskizi Gönder",
|
"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.",
|
"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",
|
"remote": "Uzak",
|
||||||
|
"remoteSketchbook": "Bulut Eskiz Defteri",
|
||||||
"share": "Paylaş...",
|
"share": "Paylaş...",
|
||||||
"shareSketch": "Eskiz'i Paylaş",
|
"shareSketch": "Eskizi Paylaş",
|
||||||
"showHideRemoveSketchbook": "Uzak Eskiz Defteri'ni Göster/Gizle",
|
"showHideRemoveSketchbook": "Bulut Eskiz Defteri'ni Göster/Gizle",
|
||||||
"signIn": "GİRİŞ YAP",
|
"signIn": "GİRİŞ YAP",
|
||||||
"signInToCloud": "Arduino Cloud'a giriş yap",
|
"signInToCloud": "Arduino Cloud'a giriş yap",
|
||||||
"signOut": "Çıkış Yap",
|
"signOut": "Çıkış Yap",
|
||||||
|
"sync": "Senkronize Et",
|
||||||
"syncEditSketches": "Arduino Cloud eskizlerinizi eşitleyin ve düzenleyin",
|
"syncEditSketches": "Arduino Cloud eskizlerinizi eşitleyin ve düzenleyin",
|
||||||
"visitArduinoCloud": "Bulut Eskizleri oluşturmak için Arduino Cloud'u ziyaret edin."
|
"visitArduinoCloud": "Bulut Eskizleri oluşturmak için Arduino Cloud'u ziyaret edin."
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "Eskize bir dosya eklendi.",
|
"fileAdded": "Eskize bir dosya eklendi.",
|
||||||
"replaceTitle": "Değiştir"
|
"replaceTitle": "Değiştir"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Hata mesajlarını kopyala"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Debug - {0}",
|
||||||
"debuggingNotSupported": "Debug '{0}' tarafından desteklenmiyor",
|
"debuggingNotSupported": "Debug '{0}' tarafından desteklenmiyor",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Yazı Tipi Boyutunu Küçült",
|
"decreaseFontSize": "Yazı Tipi Boyutunu Küçült",
|
||||||
"decreaseIndent": "Girintiyi Azalt",
|
"decreaseIndent": "Girintiyi Azalt",
|
||||||
"increaseFontSize": "Yazı Tipi Boyutunu Büyüt",
|
"increaseFontSize": "Yazı Tipi Boyutunu Büyüt",
|
||||||
"increaseIndent": "Girintiyi Artır"
|
"increaseIndent": "Girintiyi Artır",
|
||||||
|
"nextError": "Sonraki Hata",
|
||||||
|
"previousError": "Önceki Hata"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Eskiz kaydedilemedi. Lütfen kaydedilmeyen işinizi favori metin düzenleyicinize kopyalayın ve IDE'yi yeniden başlatın.",
|
"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.",
|
"failedInstall": "Kurulum başarısız. Lütfen tekrar deneyin.",
|
||||||
"install": "Kur",
|
"install": "Kur",
|
||||||
"installingFirmware": "Firmware kuruluyor.",
|
"installingFirmware": "Firmware kuruluyor.",
|
||||||
"overwriteSketch": "Kurulum karttaki Eskiz'in üzerine yazacak.",
|
"overwriteSketch": "Kurulum karttaki Eskizin üzerine yazacak.",
|
||||||
"selectBoard": "Kart Seç",
|
"selectBoard": "Kart Seç",
|
||||||
"selectVersion": "Firmware versiyonunu seç",
|
"selectVersion": "Firmware versiyonunu seç",
|
||||||
"successfullyInstalled": "Firmware başarıyla kuruldu.",
|
"successfullyInstalled": "Firmware başarıyla kuruldu.",
|
||||||
@ -212,9 +223,14 @@
|
|||||||
"zipLibrary": "Kütüphane"
|
"zipLibrary": "Kütüphane"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Gelişmiş",
|
||||||
"sketch": "Eskiz",
|
"sketch": "Eskiz",
|
||||||
"tools": "Araçlar"
|
"tools": "Araçlar"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Websocket kapatılamadı ",
|
||||||
|
"unableToConnectToWebSocket": "Websocket'e bağlanılamadı"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Ek Kart Yöneticisi URL'leri",
|
"additionalManagerURLs": "Ek Kart Yöneticisi URL'leri",
|
||||||
"auth.audience": "OAuth2 audience.",
|
"auth.audience": "OAuth2 audience.",
|
||||||
@ -225,13 +241,16 @@
|
|||||||
"board.certificates": "Kartlara yüklenebilecek sertifikaların listesi",
|
"board.certificates": "Kartlara yüklenebilecek sertifikaların listesi",
|
||||||
"browse": "Araştır",
|
"browse": "Araştır",
|
||||||
"choose": "Seç",
|
"choose": "Seç",
|
||||||
"cloud.enabled": "Eskiz eşitleme fonksiyonları etkinse 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.pull.warn": "Kullanıcılar bir bulut eskizini çekmeden önce uyarılacaksa True. Varsayılan: True.",
|
"cloud.enabled": "Eskiz eşitleme fonksiyonları etkinse açın. Varsayılan: Açık.",
|
||||||
"cloud.push.warn": "Kullanıcılar bir bulut eskizini göndermeden önce uyarılacaksa True. Varsayılan: True.",
|
"cloud.pull.warn": "Kullanıcılar bir bulut eskizini çekmeden ö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 True. Varsayılan: True.",
|
"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.",
|
"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": "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'",
|
"compile.warnings": "gcc'ye hangi uyarı seviyesinin kullanılacağını söyler. Varsayılan: 'None'",
|
||||||
"compilerWarnings": "Derleyici uyarıları",
|
"compilerWarnings": "Derleyici uyarıları",
|
||||||
"editorFontSize": "Editör yazı tipi boyutu",
|
"editorFontSize": "Editör yazı tipi boyutu",
|
||||||
@ -251,12 +270,13 @@
|
|||||||
"noProxy": "Vekil yok",
|
"noProxy": "Vekil yok",
|
||||||
"showVerbose": "Ayrıntılı çıktıyı görüntüle",
|
"showVerbose": "Ayrıntılı çıktıyı görüntüle",
|
||||||
"sketchbook.location": "Eskiz Defteri konumu",
|
"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",
|
"unofficialBoardSupport": "Desteklenmeyen kart destek URL'leri listesi için tıklayın",
|
||||||
"upload": "yükle",
|
"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",
|
"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."
|
"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?",
|
"replaceMsg": "{0}'un mevcut versiyonu değiştirilsin mi?",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Otomatik Kaydırma",
|
"autoscroll": "Otomatik Kaydırma",
|
||||||
"carriageReturn": "Satır Başı",
|
"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}')",
|
"message": "Mesaj ({0} + Mesaj göndermek için Enter '{1}' / '{2}')",
|
||||||
"newLine": "Yeni Satır",
|
"newLine": "Yeni Satır",
|
||||||
"newLineCarriageReturn": "NL ve CR ile Birlikte",
|
"newLineCarriageReturn": "NL ve CR ile Birlikte",
|
||||||
"noLineEndings": "Satır Sonu Yok",
|
"noLineEndings": "Satır Sonu Yok",
|
||||||
"notConnected": "Bağlı değil. Otomatik olarak bağlanacak bir kart ve bir port seçin.",
|
"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",
|
"timestamp": "Zaman",
|
||||||
"toggleTimestamp": "Zaman Damgasını Göster",
|
"toggleTimestamp": "Zaman Damgasını Göster"
|
||||||
"unexpectedError": "Beklenmeyen hata. Yeniden bağlanılıyor {0} / {1}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Eskiz'i Arşivle",
|
"archiveSketch": "Eskizi Arşivle",
|
||||||
"cantOpen": "\"{0}\" klasörü zaten mevcut. Eskiz açılamadı.",
|
"cantOpen": "\"{0}\" klasörü zaten mevcut. Eskiz açılamadı.",
|
||||||
"close": "Eskizi kapatmak istediğinizden emin misiniz?",
|
"close": "Eskizi kapatmak istediğinizden emin misiniz?",
|
||||||
"configureAndUpload": "Ayarla ve Yükle",
|
"configureAndUpload": "Ayarla ve Yükle",
|
||||||
"couldNotConnectToSerial": "Seri Port'a tekrar bağlanılamadı. {0}",
|
|
||||||
"createdArchive": "'{0}' arşivi oluşturuldu.",
|
"createdArchive": "'{0}' arşivi oluşturuldu.",
|
||||||
"doneCompiling": "Derleme bitti.",
|
"doneCompiling": "Derleme bitti.",
|
||||||
"doneUploading": "Yükleme bitti.",
|
"doneUploading": "Yükleme bitti.",
|
||||||
@ -292,7 +306,7 @@
|
|||||||
"new": "Yeni",
|
"new": "Yeni",
|
||||||
"openFolder": "Klasörü Aç",
|
"openFolder": "Klasörü Aç",
|
||||||
"openRecent": "Yakın Geçmiş",
|
"openRecent": "Yakın Geçmiş",
|
||||||
"openSketchInNewWindow": "Eskiz'i Yeni Pencerede Aç",
|
"openSketchInNewWindow": "Eskizi Yeni Pencerede Aç",
|
||||||
"saveFolderAs": "Eskiz klasörünü farklı kaydet...",
|
"saveFolderAs": "Eskiz klasörünü farklı kaydet...",
|
||||||
"saveSketchAs": "Eskiz klasörünü farklı kaydet...",
|
"saveSketchAs": "Eskiz klasörünü farklı kaydet...",
|
||||||
"saveTempSketch": "Daha sonra tekrar açmak için eskizinizi kaydedin.",
|
"saveTempSketch": "Daha sonra tekrar açmak için eskizinizi kaydedin.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Doğrula",
|
"verify": "Doğrula",
|
||||||
"verifyOrCompile": "Doğrula/Derle"
|
"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": {
|
"upload": {
|
||||||
"error": "{0} hata: {1}"
|
"error": "{0} hata: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Yeni dosya için isim",
|
"fileNewName": "Yeni dosya için isim",
|
||||||
"invalidExtension": ".{0} geçerli bir uzantı değil",
|
"invalidExtension": ".{0} geçerli bir uzantı değil",
|
||||||
"invalidFilename": "Hatalı dosya adı.",
|
"invalidFilename": "Hatalı dosya adı.",
|
||||||
"newFileName": "Dosya için yeni isim",
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
370
i18n/uz.json
Normal file
370
i18n/uz.json
Normal file
@ -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 <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
|
"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 <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
||||||
|
"needsOneDependency": "The library <b>{0}:{1}</b> 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
40
i18n/vi.json
40
i18n/vi.json
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "Nạp lên các chứng chỉ gốc SSL",
|
"uploadRootCertificates": "Nạp lên các chứng chỉ gốc SSL",
|
||||||
"uploadingCertificates": "Đang nạp các chứng chỉ."
|
"uploadingCertificates": "Đang nạp các chứng chỉ."
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "Chọn khả năng hiển thị của Sketch của bạn:",
|
"chooseSketchVisibility": "Chọn khả năng hiển thị của Sketch của bạn:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
|
||||||
"connected": "Đã kết nối",
|
"connected": "Đã kết nối",
|
||||||
"continue": "Tiếp tục",
|
"continue": "Tiếp tục",
|
||||||
"donePulling": "Hoàn tất tải xuống '{0}'.",
|
"donePulling": "Hoàn tất tải xuống '{0}'.",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "Đẩy sketch lên",
|
"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ẻ.",
|
"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",
|
"remote": "Từ xa",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "Chia sẻ...",
|
"share": "Chia sẻ...",
|
||||||
"shareSketch": "Chia sẻ sketch.",
|
"shareSketch": "Chia sẻ sketch.",
|
||||||
"showHideRemoveSketchbook": "Hiển thị/Ẩn Remote Sketchbook",
|
"showHideRemoveSketchbook": "Hiển thị/Ẩn Remote Sketchbook",
|
||||||
"signIn": "Đăng Nhập",
|
"signIn": "Đăng Nhập",
|
||||||
"signInToCloud": "Đăng nhập vào Arduino Cloud",
|
"signInToCloud": "Đăng nhập vào Arduino Cloud",
|
||||||
"signOut": "Đăng Xuất",
|
"signOut": "Đăng Xuất",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "Đồng bộ và chỉnh sửa các Arduino Cloud Sketch của bạn",
|
"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."
|
"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.",
|
"fileAdded": "Một tệp đã được thêm vào sketch.",
|
||||||
"replaceTitle": "Thay thế"
|
"replaceTitle": "Thay thế"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Sửa lỗi - {0}",
|
"debugWithMessage": "Sửa lỗi - {0}",
|
||||||
"debuggingNotSupported": "Sửa lỗi không hỗ trợ bởi '{0}'",
|
"debuggingNotSupported": "Sửa lỗi không hỗ trợ bởi '{0}'",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "Giảm cỡ chữ",
|
"decreaseFontSize": "Giảm cỡ chữ",
|
||||||
"decreaseIndent": "Thụt dòng ra",
|
"decreaseIndent": "Thụt dòng ra",
|
||||||
"increaseFontSize": "Tăng cỡ chữ",
|
"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": {
|
"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.",
|
"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"
|
"zipLibrary": "Thư viện"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "Công cụ"
|
"tools": "Công cụ"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Địa chỉ URLs của các trình quản lý thêm bo mạch",
|
"additionalManagerURLs": "Địa chỉ URLs của các trình quản lý thêm bo mạch",
|
||||||
"auth.audience": "Khán giả OAuth2.",
|
"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",
|
"board.certificates": "Danh sách các chứng chỉ có thể nạp lên bo mạch",
|
||||||
"browse": "Duyệt",
|
"browse": "Duyệt",
|
||||||
"choose": "Chọn",
|
"choose": "Chọn",
|
||||||
|
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
|
||||||
"cloud.enabled": "'True' nếu chức năng đồng bộ sketch được bật. Mặc định là 'true'.",
|
"cloud.enabled": "'True' nếu chức năng đồng bộ sketch được bật. Mặc định là 'true'.",
|
||||||
"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.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.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.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.",
|
"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": "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.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'",
|
"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",
|
"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",
|
"showVerbose": "Hiển thị đầu ra chi tiết trong khi",
|
||||||
"sketchbook.location": "Địa điểm chứa sketchbook",
|
"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'.",
|
"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",
|
"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": "nạp ",
|
||||||
"upload.verbose": "'True' để bật đầu ra nạp lệnh chi tiết (verbose upload output). Mặc định là 'false'",
|
"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": {
|
"serial": {
|
||||||
"autoscroll": "Tự động cuộn",
|
"autoscroll": "Tự động cuộn",
|
||||||
"carriageReturn": "Về đầu dòng",
|
"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}')",
|
"message": "Nhắn tin ({0} + Enter để gửi tin nhắn tới '{1}' trên cổng '{2}')",
|
||||||
"newLine": "Dòng mới",
|
"newLine": "Dòng mới",
|
||||||
"newLineCarriageReturn": "Vừa xuống dòng & về đầu dòng",
|
"newLineCarriageReturn": "Vừa xuống dòng & về đầu dòng",
|
||||||
"noLineEndings": "Không có kết thúc 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.",
|
"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",
|
"timestamp": "Mốc thời gian",
|
||||||
"toggleTimestamp": "Bật tắt 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}."
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Nén sketch",
|
"archiveSketch": "Nén sketch",
|
||||||
"cantOpen": "Một thư mục tên \"{0}\" đã tồn tại. Không thể mở 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?",
|
"close": "Bạn có chắc muốn đóng sketch này không?",
|
||||||
"configureAndUpload": "Cấu hình và nạp",
|
"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]'.",
|
"createdArchive": "Đã tạo tệp nén '{0]'.",
|
||||||
"doneCompiling": "Biên dịch hoàn tất.",
|
"doneCompiling": "Biên dịch hoàn tất.",
|
||||||
"doneUploading": "Nạp hoàn tất.",
|
"doneUploading": "Nạp hoàn tất.",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "Xác thực",
|
"verify": "Xác thực",
|
||||||
"verifyOrCompile": "Xác thực/Biên dịch"
|
"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": {
|
"upload": {
|
||||||
"error": "Lỗi {0}: {1}"
|
"error": "Lỗi {0}: {1}"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "Tên cho tệp mới",
|
"fileNewName": "Tên cho tệp mới",
|
||||||
"invalidExtension": ".{0} không phải đuôi mở rộng hợp lệ",
|
"invalidExtension": ".{0} không phải đuôi mở rộng hợp lệ",
|
||||||
"invalidFilename": "Tên tệp không hợp lệ.",
|
"invalidFilename": "Tên tệp không hợp lệ.",
|
||||||
"newFileName": "Tên mới cho tệp",
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
86
i18n/zh.json
86
i18n/zh.json
@ -11,16 +11,16 @@
|
|||||||
"configDialog1": "如果要上传项目,请选择开发板和端口。",
|
"configDialog1": "如果要上传项目,请选择开发板和端口。",
|
||||||
"configDialog2": "如果你只选择了开发板,你可以编译项目,但不能上传项目。",
|
"configDialog2": "如果你只选择了开发板,你可以编译项目,但不能上传项目。",
|
||||||
"configDialogTitle": "选择其他开发板和端口",
|
"configDialogTitle": "选择其他开发板和端口",
|
||||||
"couldNotFindPreviouslySelected": "在安装的平台{1}中找不到以前选择的开发板{0}。请手动选择要使用的开发板。你想现在重新选择它吗?",
|
"couldNotFindPreviouslySelected": "在安装的平台’{1}‘中找不到以前选择的开发板’{0}‘。请手动选择要使用的开发板。你想现在重新选择它吗?",
|
||||||
"getBoardInfo": "获得开发板信息",
|
"getBoardInfo": "获得开发板信息",
|
||||||
"inSketchbook": "(在项目文件夹中)",
|
"inSketchbook": "(在项目文件夹中)",
|
||||||
"installManually": "手动安装",
|
"installManually": "手动安装",
|
||||||
"installNow": "必须为当前选定的{2}开发板板安装{0}{1}内核。你想现在安装吗?",
|
"installNow": "必须为当前选定的{2}开发板板安装“{0}{1}”内核。你想现在安装吗?",
|
||||||
"noFQBN": "FQBN不可用于所选开发板{0}。你是否安装了相应的内核?",
|
"noFQBN": "FQBN不可用于所选开发板“{0}”。你是否安装了相应的内核?",
|
||||||
"noPortsSelected": "没有为开发板选择端口:{0}。",
|
"noPortsSelected": "没有为开发板选择端口:’{0}‘。",
|
||||||
"noneSelected": "未选择任何开发板。",
|
"noneSelected": "未选择任何开发板。",
|
||||||
"openBoardsConfig": "选择其他开发板和端口。。。",
|
"openBoardsConfig": "选择其他开发板和端口。。。",
|
||||||
"platformMissing": "未安装所选{0}开发板的平台。",
|
"platformMissing": "未安装所选’{0}‘开发板的平台。",
|
||||||
"pleasePickBoard": "请选择要连接的开发板。",
|
"pleasePickBoard": "请选择要连接的开发板。",
|
||||||
"port": "端口{0}",
|
"port": "端口{0}",
|
||||||
"programmer": "编程器",
|
"programmer": "编程器",
|
||||||
@ -56,13 +56,17 @@
|
|||||||
"uploadRootCertificates": "上传SSL根证书",
|
"uploadRootCertificates": "上传SSL根证书",
|
||||||
"uploadingCertificates": "上传证书。"
|
"uploadingCertificates": "上传证书。"
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "选择项目的可见性:",
|
"chooseSketchVisibility": "选择项目的可见性:",
|
||||||
"cloudSketchbook": "云项目文件夹",
|
|
||||||
"connected": "已连接",
|
"connected": "已连接",
|
||||||
"continue": "继续",
|
"continue": "继续",
|
||||||
"donePulling": "已完成拉取{0}。",
|
"donePulling": "已完成拉取’{0}‘。",
|
||||||
"donePushing": "已完成推送{0}。",
|
"donePushing": "已完成推送’{0}‘。",
|
||||||
"embed": "嵌入:",
|
"embed": "嵌入:",
|
||||||
"emptySketchbook": "你的项目文件夹是空的",
|
"emptySketchbook": "你的项目文件夹是空的",
|
||||||
"learnMore": "查看更多",
|
"learnMore": "查看更多",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "推送项目",
|
"pushSketch": "推送项目",
|
||||||
"pushSketchMsg": "这是公开的项目。推送前,确保在arduino_secrets.h中明确了所有敏感信息。可以从共享界面将项目设为私人项目。",
|
"pushSketchMsg": "这是公开的项目。推送前,确保在arduino_secrets.h中明确了所有敏感信息。可以从共享界面将项目设为私人项目。",
|
||||||
"remote": "远程",
|
"remote": "远程",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "共享。。。",
|
"share": "共享。。。",
|
||||||
"shareSketch": "共享项目",
|
"shareSketch": "共享项目",
|
||||||
"showHideRemoveSketchbook": "显示/隐藏远程项目文件夹",
|
"showHideRemoveSketchbook": "显示/隐藏远程项目文件夹",
|
||||||
"signIn": "登录",
|
"signIn": "登录",
|
||||||
"signInToCloud": "登录Arduino Cloud",
|
"signInToCloud": "登录Arduino Cloud",
|
||||||
"signOut": "退出登录",
|
"signOut": "退出登录",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "同步和编辑Arduino Cloud项目",
|
"syncEditSketches": "同步和编辑Arduino Cloud项目",
|
||||||
"visitArduinoCloud": "访问Arduino Cloud以创建云项目。"
|
"visitArduinoCloud": "访问Arduino Cloud以创建云项目。"
|
||||||
},
|
},
|
||||||
@ -96,7 +102,7 @@
|
|||||||
"noBoardSelected": "没有选择开发板",
|
"noBoardSelected": "没有选择开发板",
|
||||||
"notConnected": "[没有连接]",
|
"notConnected": "[没有连接]",
|
||||||
"offlineIndicator": "你似乎处于离线状态。如果没有网络连接,Arduino CLI可能无法下载所需的资源,并可能导致故障。请连接网络并重新启动程序。",
|
"offlineIndicator": "你似乎处于离线状态。如果没有网络连接,Arduino CLI可能无法下载所需的资源,并可能导致故障。请连接网络并重新启动程序。",
|
||||||
"oldFormat": "{0}仍然使用旧的.pde格式。是否要切换到新的.ino扩展?",
|
"oldFormat": "’{0}‘仍然使用旧的‘.pde’格式。是否要切换到新的‘.ino’扩展?",
|
||||||
"processing": "正在处理中",
|
"processing": "正在处理中",
|
||||||
"selectBoard": "选择开发板",
|
"selectBoard": "选择开发板",
|
||||||
"selectedOn": "on {0}",
|
"selectedOn": "on {0}",
|
||||||
@ -120,10 +126,13 @@
|
|||||||
"fileAdded": "将一个文件添加到项目中。",
|
"fileAdded": "将一个文件添加到项目中。",
|
||||||
"replaceTitle": "替换"
|
"replaceTitle": "替换"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "调试 - {0}",
|
"debugWithMessage": "调试 - {0}",
|
||||||
"debuggingNotSupported": "{0}不支持调试",
|
"debuggingNotSupported": "’{0}‘不支持调试",
|
||||||
"noPlatformInstalledFor": "{0}平台未安装",
|
"noPlatformInstalledFor": "’{0}‘平台未安装",
|
||||||
"optimizeForDebugging": "调试优化"
|
"optimizeForDebugging": "调试优化"
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "减小字号",
|
"decreaseFontSize": "减小字号",
|
||||||
"decreaseIndent": "减少缩进",
|
"decreaseIndent": "减少缩进",
|
||||||
"increaseFontSize": "放大字体",
|
"increaseFontSize": "放大字体",
|
||||||
"increaseIndent": "增加缩进"
|
"increaseIndent": "增加缩进",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "无法保存草图。请将未保存的工作复制到你喜爱的文本编辑器中,然后重新启动IDE。",
|
"couldNotSave": "无法保存草图。请将未保存的工作复制到你喜爱的文本编辑器中,然后重新启动IDE。",
|
||||||
@ -193,28 +204,33 @@
|
|||||||
"addZip": "添加 .ZIP 库。。。",
|
"addZip": "添加 .ZIP 库。。。",
|
||||||
"arduinoLibraries": "arduino库",
|
"arduinoLibraries": "arduino库",
|
||||||
"contributedLibraries": "贡献库",
|
"contributedLibraries": "贡献库",
|
||||||
"dependenciesForLibrary": "库{0}的依赖:{1}",
|
"dependenciesForLibrary": "{0}库的依赖:{1}",
|
||||||
"include": "包含库",
|
"include": "包含库",
|
||||||
"installAll": "全部安装",
|
"installAll": "全部安装",
|
||||||
"installMissingDependencies": "是否安装所有缺少的依赖?",
|
"installMissingDependencies": "是否安装所有缺少的依赖?",
|
||||||
"installOneMissingDependency": "是否安装缺少的依赖?",
|
"installOneMissingDependency": "是否安装缺少的依赖?",
|
||||||
"installOnly": "仅安装{0}",
|
"installOnly": "仅安装{0}",
|
||||||
"installedSuccessfully": "已成功安装库{0}:{1}",
|
"installedSuccessfully": "已成功安装{0}库:{1}",
|
||||||
"libraryAlreadyExists": "库已经存在。是否要覆盖它?",
|
"libraryAlreadyExists": "库已经存在。是否要覆盖它?",
|
||||||
"manageLibraries": "管理库。。。",
|
"manageLibraries": "管理库。。。",
|
||||||
"namedLibraryAlreadyExists": "名为{0}的库文件夹已存在。是否要覆盖它?",
|
"namedLibraryAlreadyExists": "名为{0}的库文件夹已存在。是否要覆盖它?",
|
||||||
"needsMultipleDependencies": "库<b>{0}:{1}</b>需要一些未安装的依赖:",
|
"needsMultipleDependencies": "<b>{0}库:{1}</b>需要一些未安装的依赖:",
|
||||||
"needsOneDependency": "库<b>{0}:{1}</b>需要一些未安装的依赖:",
|
"needsOneDependency": "<b>{0}库:{1}</b>需要一些未安装的依赖:",
|
||||||
"overwriteExistingLibrary": "是否覆盖现有的库?",
|
"overwriteExistingLibrary": "是否覆盖现有的库?",
|
||||||
"successfullyInstalledZipLibrary": "已从{0}存档成功安装库",
|
"successfullyInstalledZipLibrary": "已从{0}存档成功安装库",
|
||||||
"title": "库管理",
|
"title": "库管理",
|
||||||
"uninstalledSuccessfully": "已成功卸载库{0}:{1}",
|
"uninstalledSuccessfully": "已成功卸载{0}库:{1}",
|
||||||
"zipLibrary": "库"
|
"zipLibrary": "库"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "项目",
|
"sketch": "项目",
|
||||||
"tools": "工具"
|
"tools": "工具"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "无法关闭websocket",
|
||||||
|
"unableToConnectToWebSocket": "无法连接websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "其他开发板管理器地址",
|
"additionalManagerURLs": "其他开发板管理器地址",
|
||||||
"auth.audience": "OAuth2 受众。",
|
"auth.audience": "OAuth2 受众。",
|
||||||
@ -225,20 +241,23 @@
|
|||||||
"board.certificates": "可上传到开发板的证书列表",
|
"board.certificates": "可上传到开发板的证书列表",
|
||||||
"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则启用项目同步功能。默认为true。",
|
"cloud.enabled": "True则启用项目同步功能。默认为true。",
|
||||||
"cloud.pull.warn": "True则在拉取cloud项目之前警告用户。默认为true。",
|
"cloud.pull.warn": "True则在拉取cloud项目之前警告用户。默认为true。",
|
||||||
"cloud.push.warn": "True则在推送cloud项目之前警告用户。默认为true。",
|
"cloud.push.warn": "True则在推送cloud项目之前警告用户。默认为true。",
|
||||||
"cloud.pushpublic.warn": "True则将公开项目推送到cloud中之前警告用户。默认为true。",
|
"cloud.pushpublic.warn": "True则将公开项目推送到cloud中之前警告用户。默认为true。",
|
||||||
"cloud.sketchSyncEnpoint": "用于从后台推送项目的端点。默认情况下,它指向Arduino Cloud API。",
|
"cloud.sketchSyncEnpoint": "用于从后台推送项目的端点。默认情况下,它指向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则输出详细编译信息。默认为False",
|
"compile.verbose": "True则输出详细编译信息。默认为False",
|
||||||
"compile.warnings": "设置gcc警告级别。默认为None",
|
"compile.warnings": "设置gcc警告级别。默认为None",
|
||||||
"compilerWarnings": "编译器警告",
|
"compilerWarnings": "编译器警告",
|
||||||
"editorFontSize": "编辑器字体大小",
|
"editorFontSize": "编辑器字体大小",
|
||||||
"editorQuickSuggestions": "编辑快速建议",
|
"editorQuickSuggestions": "编辑快速建议",
|
||||||
"enterAdditionalURLs": "输入其他地址,每行一个。",
|
"enterAdditionalURLs": "输入补充地址,每行一个。",
|
||||||
"files.inside.sketches": "显示项目中的文件夹",
|
"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是最新的开发版本。",
|
"ide.updateChannel": "在发布频道中获取更新信息。'stable是稳定的版本,nightly是最新的开发版本。",
|
||||||
"interfaceScale": "界面比例",
|
"interfaceScale": "界面比例",
|
||||||
"invalid.editorFontSize": "编辑器字体大小无效。它必须是正整数。",
|
"invalid.editorFontSize": "编辑器字体大小无效。它必须是正整数。",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "显示详细输出",
|
"showVerbose": "显示详细输出",
|
||||||
"sketchbook.location": "项目文件夹地址",
|
"sketchbook.location": "项目文件夹地址",
|
||||||
"sketchbook.showAllFiles": "True则显示项目中的所有项目文件。默认情况下为false。",
|
"sketchbook.showAllFiles": "True则显示项目中的所有项目文件。默认情况下为false。",
|
||||||
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
"unofficialBoardSupport": "点击获取支持的非官方开发板地址列表",
|
"unofficialBoardSupport": "点击获取支持的非官方开发板地址列表",
|
||||||
"upload": "上传",
|
"upload": "上传",
|
||||||
"upload.verbose": "True则输出详细上传信息。默认情况下为False。",
|
"upload.verbose": "True则输出详细上传信息。默认情况下为False。",
|
||||||
@ -264,38 +284,32 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "自动滚屏",
|
"autoscroll": "自动滚屏",
|
||||||
"carriageReturn": "回车",
|
"carriageReturn": "回车",
|
||||||
"connectionBusy": "连接失败。串行端口被占用:{0}",
|
|
||||||
"disconnected": "已断开{0}与{1}的连接。",
|
|
||||||
"failedReconnect": "连续尝试10次后,无法将{0}重新连接到串行端口。{1}串行端口被占用。",
|
|
||||||
"message": "消息({0}+Enter将消息发送到{2}上的{1})",
|
"message": "消息({0}+Enter将消息发送到{2}上的{1})",
|
||||||
"newLine": "换行",
|
"newLine": "换行",
|
||||||
"newLineCarriageReturn": "两者都是NL和CR",
|
"newLineCarriageReturn": "两者都是NL和CR",
|
||||||
"noLineEndings": "没有结束符",
|
"noLineEndings": "没有结束符",
|
||||||
"notConnected": "未连接。选择要自动连接的开发板和端口。",
|
"notConnected": "未连接。选择要自动连接的开发板和端口。",
|
||||||
"reconnect": "正在{2}秒内将{0}重新连接到{1}。。。",
|
|
||||||
"timestamp": "时间戳",
|
"timestamp": "时间戳",
|
||||||
"toggleTimestamp": "切换时间戳",
|
"toggleTimestamp": "切换时间戳"
|
||||||
"unexpectedError": "意外错误。正在重新连接端口{1}上的{0}。"
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "项目存档",
|
"archiveSketch": "项目存档",
|
||||||
"cantOpen": "文件夹{0}已存在。无法打开项目。",
|
"cantOpen": "”{0}“文件夹已存在。无法打开项目。",
|
||||||
"close": "是否确实要关闭项目?",
|
"close": "是否确实要关闭项目?",
|
||||||
"configureAndUpload": "配置和上传",
|
"configureAndUpload": "配置和上传",
|
||||||
"couldNotConnectToSerial": "无法重新连接到串行端口。{0}",
|
"createdArchive": "已创建存档’{0}‘。",
|
||||||
"createdArchive": "已创建存档文件{0}。",
|
|
||||||
"doneCompiling": "编译完成",
|
"doneCompiling": "编译完成",
|
||||||
"doneUploading": "上传完成",
|
"doneUploading": "上传完成",
|
||||||
"exportBinary": "导出已编译的二进制文件",
|
"exportBinary": "导出已编译的二进制文件",
|
||||||
"moving": "移动",
|
"moving": "移动",
|
||||||
"movingMsg": "文件{0}需要位于{1}项目文件夹中。\n创建此文件夹,移动文件,然后继续?",
|
"movingMsg": "”{0}“文件需要位于“{1}”项目文件夹中。\n创建此文件夹,移动文件,然后继续?",
|
||||||
"new": "新建",
|
"new": "新建",
|
||||||
"openFolder": "打开文件夹",
|
"openFolder": "打开文件夹",
|
||||||
"openRecent": "打开最近",
|
"openRecent": "打开最近",
|
||||||
"openSketchInNewWindow": "在新窗口打开项目",
|
"openSketchInNewWindow": "在新窗口打开项目",
|
||||||
"saveFolderAs": "将项目文件夹另存为。。。",
|
"saveFolderAs": "将项目文件夹另存为。。。",
|
||||||
"saveSketchAs": "将项目文件夹另存为。。。",
|
"saveSketchAs": "将项目文件夹另存为。。。",
|
||||||
"saveTempSketch": "Save your sketch to open it again later.",
|
"saveTempSketch": "保存你的项目,以便以后再次打开它。",
|
||||||
"showFolder": "显示项目文件夹",
|
"showFolder": "显示项目文件夹",
|
||||||
"sketch": "项目",
|
"sketch": "项目",
|
||||||
"sketchbook": "项目文件夹",
|
"sketchbook": "项目文件夹",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "验证",
|
"verify": "验证",
|
||||||
"verifyOrCompile": "验证/编译"
|
"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": {
|
"upload": {
|
||||||
"error": "{0}错误:{1}"
|
"error": "{0}错误:{1}"
|
||||||
},
|
},
|
||||||
@ -326,12 +345,12 @@
|
|||||||
"daemonOffline": "CLI守护进程离线",
|
"daemonOffline": "CLI守护进程离线",
|
||||||
"offline": "离线",
|
"offline": "离线",
|
||||||
"quitMessage": "将不会保存任何未保存的更改。",
|
"quitMessage": "将不会保存任何未保存的更改。",
|
||||||
"quitTitle": "Are you sure you want to quit?"
|
"quitTitle": "你确定你要退出吗?"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"start": "开始。。。",
|
"start": "开始。。。",
|
||||||
"startError": "启动调试会话时出错,请检查日志以了解更多详细信息。",
|
"startError": "启动调试会话时出错,请检查日志以了解更多详细信息。",
|
||||||
"typeNotSupported": "不支持调试会话的类型{0}。"
|
"typeNotSupported": "不支持调试会话的类型“{0}”。"
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"unsavedTitle": "未保存–{0}"
|
"unsavedTitle": "未保存–{0}"
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "新文件的名称",
|
"fileNewName": "新文件的名称",
|
||||||
"invalidExtension": ".{0}不是有效扩展名",
|
"invalidExtension": ".{0}不是有效扩展名",
|
||||||
"invalidFilename": "无效的文件名。",
|
"invalidFilename": "无效的文件名。",
|
||||||
"newFileName": "文件的新名称",
|
"newFileName": "文件的新名称"
|
||||||
"sketchDirectoryError": "新建项目目录时出错。有关详细信息,请参阅日志。应用程序可能无法按预期工作。"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -56,9 +56,13 @@
|
|||||||
"uploadRootCertificates": "上傳SSL根證書",
|
"uploadRootCertificates": "上傳SSL根證書",
|
||||||
"uploadingCertificates": "上傳證書"
|
"uploadingCertificates": "上傳證書"
|
||||||
},
|
},
|
||||||
|
"cli-error-parser": {
|
||||||
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
"account": "Account",
|
||||||
"chooseSketchVisibility": "選擇草稿的能見度:",
|
"chooseSketchVisibility": "選擇草稿的能見度:",
|
||||||
"cloudSketchbook": "雲端草稿資料夾",
|
|
||||||
"connected": "已連接",
|
"connected": "已連接",
|
||||||
"continue": "繼續",
|
"continue": "繼續",
|
||||||
"donePulling": "完成讀取'{0}'。",
|
"donePulling": "完成讀取'{0}'。",
|
||||||
@ -82,12 +86,14 @@
|
|||||||
"pushSketch": "更改草稿",
|
"pushSketch": "更改草稿",
|
||||||
"pushSketchMsg": "這是一個公開草稿,在更改前,請確認所有敏感資訊都定義在arduino_secrets.h中。可以在分享介面設定為私人草稿。",
|
"pushSketchMsg": "這是一個公開草稿,在更改前,請確認所有敏感資訊都定義在arduino_secrets.h中。可以在分享介面設定為私人草稿。",
|
||||||
"remote": "遠端",
|
"remote": "遠端",
|
||||||
|
"remoteSketchbook": "Remote Sketchbook",
|
||||||
"share": "分享...",
|
"share": "分享...",
|
||||||
"shareSketch": "分享草稿",
|
"shareSketch": "分享草稿",
|
||||||
"showHideRemoveSketchbook": "顯示/隱藏遠端草稿資料夾",
|
"showHideRemoveSketchbook": "顯示/隱藏遠端草稿資料夾",
|
||||||
"signIn": "登入",
|
"signIn": "登入",
|
||||||
"signInToCloud": "登入Arduino Cloud",
|
"signInToCloud": "登入Arduino Cloud",
|
||||||
"signOut": "登出",
|
"signOut": "登出",
|
||||||
|
"sync": "Sync",
|
||||||
"syncEditSketches": "同步和編輯您的Arduino Clou草稿",
|
"syncEditSketches": "同步和編輯您的Arduino Clou草稿",
|
||||||
"visitArduinoCloud": "前往Arduino Cloud建立雲端草稿。"
|
"visitArduinoCloud": "前往Arduino Cloud建立雲端草稿。"
|
||||||
},
|
},
|
||||||
@ -120,6 +126,9 @@
|
|||||||
"fileAdded": "一個檔案加入到 Sketch",
|
"fileAdded": "一個檔案加入到 Sketch",
|
||||||
"replaceTitle": "替代"
|
"replaceTitle": "替代"
|
||||||
},
|
},
|
||||||
|
"coreContribution": {
|
||||||
|
"copyError": "Copy error messages"
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "除錯 - {0}",
|
"debugWithMessage": "除錯 - {0}",
|
||||||
"debuggingNotSupported": "'{0}'不支援除錯。",
|
"debuggingNotSupported": "'{0}'不支援除錯。",
|
||||||
@ -136,7 +145,9 @@
|
|||||||
"decreaseFontSize": "縮小字體",
|
"decreaseFontSize": "縮小字體",
|
||||||
"decreaseIndent": "減少縮排",
|
"decreaseIndent": "減少縮排",
|
||||||
"increaseFontSize": "加大字體",
|
"increaseFontSize": "加大字體",
|
||||||
"increaseIndent": "增加縮排"
|
"increaseIndent": "增加縮排",
|
||||||
|
"nextError": "Next Error",
|
||||||
|
"previousError": "Previous Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "無法儲存草稿,請複製你未存檔的工作到你偏好的文字編輯器中並重新啟動 IDE 整合開發環境",
|
"couldNotSave": "無法儲存草稿,請複製你未存檔的工作到你偏好的文字編輯器中並重新啟動 IDE 整合開發環境",
|
||||||
@ -212,9 +223,14 @@
|
|||||||
"zipLibrary": "函式庫"
|
"zipLibrary": "函式庫"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"advanced": "Advanced",
|
||||||
"sketch": "草稿",
|
"sketch": "草稿",
|
||||||
"tools": "工具"
|
"tools": "工具"
|
||||||
},
|
},
|
||||||
|
"monitor": {
|
||||||
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "其他開發版管理器網址",
|
"additionalManagerURLs": "其他開發版管理器網址",
|
||||||
"auth.audience": "OAuth2閱聽者",
|
"auth.audience": "OAuth2閱聽者",
|
||||||
@ -225,12 +241,15 @@
|
|||||||
"board.certificates": "可上傳至開發版的證書列表",
|
"board.certificates": "可上傳至開發版的證書列表",
|
||||||
"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則啟用草稿同步功能。預設為true。",
|
"cloud.enabled": "True則啟用草稿同步功能。預設為true。",
|
||||||
"cloud.pull.warn": "True則在取出雲端草稿時警告使用者。預設為true。",
|
"cloud.pull.warn": "True則在取出雲端草稿時警告使用者。預設為true。",
|
||||||
"cloud.push.warn": "True則在更改雲端草稿時警告使用者。預設為True。",
|
"cloud.push.warn": "True則在更改雲端草稿時警告使用者。預設為True。",
|
||||||
"cloud.pushpublic.warn": "True則在更改一個公開草稿到雲端時警告使用者。預設為true",
|
"cloud.pushpublic.warn": "True則在更改一個公開草稿到雲端時警告使用者。預設為true",
|
||||||
"cloud.sketchSyncEnpoint": "用來從後台更改與取出草稿的端點。預設的端點是指向Arduino Cloud API。",
|
"cloud.sketchSyncEnpoint": "用來從後台更改與取出草稿的端點。預設的端點是指向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則輸出詳細編譯資訊。預設為False",
|
"compile.verbose": "True則輸出詳細編譯資訊。預設為False",
|
||||||
"compile.warnings": "設定gcc警告等級。預設為'None'",
|
"compile.warnings": "設定gcc警告等級。預設為'None'",
|
||||||
"compilerWarnings": "編譯器警告",
|
"compilerWarnings": "編譯器警告",
|
||||||
@ -252,6 +271,7 @@
|
|||||||
"showVerbose": "顯示詳細輸出",
|
"showVerbose": "顯示詳細輸出",
|
||||||
"sketchbook.location": "草稿資料夾位置",
|
"sketchbook.location": "草稿資料夾位置",
|
||||||
"sketchbook.showAllFiles": "True則顯示所有草稿中的草稿檔案。預設為false。",
|
"sketchbook.showAllFiles": "True則顯示所有草稿中的草稿檔案。預設為false。",
|
||||||
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
"unofficialBoardSupport": "點擊以取得支援非官方開發版的網址列表",
|
"unofficialBoardSupport": "點擊以取得支援非官方開發版的網址列表",
|
||||||
"upload": "上傳",
|
"upload": "上傳",
|
||||||
"upload.verbose": "True則輸出詳細上傳資訊。預設為False",
|
"upload.verbose": "True則輸出詳細上傳資訊。預設為False",
|
||||||
@ -264,25 +284,19 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "自動滾頁面",
|
"autoscroll": "自動滾頁面",
|
||||||
"carriageReturn": "回車",
|
"carriageReturn": "回車",
|
||||||
"connectionBusy": "連接失敗,1[0] 串列埠忙碌",
|
|
||||||
"disconnected": "已斷開{0}與{1}的連接。",
|
|
||||||
"failedReconnect": "連續嘗試10此後,無法將{0}重新連接到序列埠。{1}序列埠被占用。",
|
|
||||||
"message": "訊息 (1{0}+Enter將訊息發送到'{2}'上的2{1})",
|
"message": "訊息 (1{0}+Enter將訊息發送到'{2}'上的2{1})",
|
||||||
"newLine": "換行",
|
"newLine": "換行",
|
||||||
"newLineCarriageReturn": "兩者都是NL和CR",
|
"newLineCarriageReturn": "兩者都是NL和CR",
|
||||||
"noLineEndings": "沒有斷行符號",
|
"noLineEndings": "沒有斷行符號",
|
||||||
"notConnected": "未有連接,請選擇開發板、埠以自動連接",
|
"notConnected": "未有連接,請選擇開發板、埠以自動連接",
|
||||||
"reconnect": "{2}秒內將{0}重新連接至{1}...",
|
|
||||||
"timestamp": "時戳/時間戳記",
|
"timestamp": "時戳/時間戳記",
|
||||||
"toggleTimestamp": "切換時戳",
|
"toggleTimestamp": "切換時戳"
|
||||||
"unexpectedError": "意外的錯誤。重新接埠{1}的{0}。"
|
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "儲存草稿",
|
"archiveSketch": "儲存草稿",
|
||||||
"cantOpen": "命名為\"{0}\"的資料夾已存在。無法開啟草稿。",
|
"cantOpen": "命名為\"{0}\"的資料夾已存在。無法開啟草稿。",
|
||||||
"close": "你確定要關閉 Sketch?",
|
"close": "你確定要關閉 Sketch?",
|
||||||
"configureAndUpload": "組態配置並上傳",
|
"configureAndUpload": "組態配置並上傳",
|
||||||
"couldNotConnectToSerial": "無法連接到序列埠。{0}",
|
|
||||||
"createdArchive": "已創建文件{0}。",
|
"createdArchive": "已創建文件{0}。",
|
||||||
"doneCompiling": "編譯完成",
|
"doneCompiling": "編譯完成",
|
||||||
"doneUploading": "上傳完畢",
|
"doneUploading": "上傳完畢",
|
||||||
@ -307,6 +321,11 @@
|
|||||||
"verify": "驗證",
|
"verify": "驗證",
|
||||||
"verifyOrCompile": "驗證/編譯"
|
"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": {
|
"upload": {
|
||||||
"error": "1 [0] 錯誤:2 [1]"
|
"error": "1 [0] 錯誤:2 [1]"
|
||||||
},
|
},
|
||||||
@ -345,8 +364,7 @@
|
|||||||
"fileNewName": "給予檔案新名稱",
|
"fileNewName": "給予檔案新名稱",
|
||||||
"invalidExtension": ".{0} 不是合法的副檔名",
|
"invalidExtension": ".{0} 不是合法的副檔名",
|
||||||
"invalidFilename": "不合法的檔案名稱",
|
"invalidFilename": "不合法的檔案名稱",
|
||||||
"newFileName": "給予檔案新名稱",
|
"newFileName": "給予檔案新名稱"
|
||||||
"sketchDirectoryError": "在建立草稿目錄時發生錯誤。詳細訊息請參日誌。應用程式可能無法正常運作。"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user