mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-14 06:46:36 +00:00
Updated translation files (#1606)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
f1144efb93
commit
23c7f5f848
18
i18n/af.json
18
i18n/af.json
@ -119,6 +119,9 @@
|
|||||||
"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."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Netwerk",
|
"network": "Netwerk",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Wys ontfoutings uitset tydens",
|
"showVerbose": "Wys ontfoutings uitset tydens",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Export Compiled Binary",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"new": "New",
|
"new": "New Sketch",
|
||||||
"openFolder": "Open Folder",
|
"openFolder": "Open Folder",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "Open Recent",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Open Sketch in New Window",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Verify",
|
"verify": "Verify",
|
||||||
"verifyOrCompile": "Verify/Compile"
|
"verifyOrCompile": "Verify/Compile"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "Answer survey",
|
||||||
"dismissSurvey": "Don't show again",
|
"dismissSurvey": "Don't show again",
|
||||||
|
18
i18n/ar.json
18
i18n/ar.json
@ -119,6 +119,9 @@
|
|||||||
"syncEditSketches": "المزامنة و التعديل على مشاريعك في Arduino Cloud",
|
"syncEditSketches": "المزامنة و التعديل على مشاريعك في Arduino Cloud",
|
||||||
"visitArduinoCloud": "قم بزيارة Arduino Cloud من اجل انشاء ملف مشاريع على السحابة"
|
"visitArduinoCloud": "قم بزيارة Arduino Cloud من اجل انشاء ملف مشاريع على السحابة"
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "تعذر اغلاق مقبس الويب",
|
"unableToCloseWebSocket": "تعذر اغلاق مقبس الويب",
|
||||||
"unableToConnectToWebSocket": "تعذر الاتصال بمقبس الويب"
|
"unableToConnectToWebSocket": "تعذر الاتصال بمقبس الويب"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "شبكة",
|
"network": "شبكة",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "اظهر خرج مطوّل خلال",
|
"showVerbose": "اظهر خرج مطوّل خلال",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "تصدير الملف الثنائي المترجم",
|
"exportBinary": "تصدير الملف الثنائي المترجم",
|
||||||
"moving": "يتم النقل",
|
"moving": "يتم النقل",
|
||||||
"movingMsg": "الملف \"{0}\" يجب ان يكون داخل مجلد مشروع مسمى \"{1}\"\nهل انشئ المجلد , ثم انقل الملف و اكمل ؟",
|
"movingMsg": "الملف \"{0}\" يجب ان يكون داخل مجلد مشروع مسمى \"{1}\"\nهل انشئ المجلد , ثم انقل الملف و اكمل ؟",
|
||||||
"new": "جديد",
|
"new": "New Sketch",
|
||||||
"openFolder": "فتح المجلد",
|
"openFolder": "فتح المجلد",
|
||||||
"openRecent": "فُتِحَ مؤخرا ",
|
"openRecent": "فُتِحَ مؤخرا ",
|
||||||
"openSketchInNewWindow": "فتح المشروع في نافذة جديدة",
|
"openSketchInNewWindow": "فتح المشروع في نافذة جديدة",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "تحقق",
|
"verify": "تحقق",
|
||||||
"verifyOrCompile": "تحقق/ترجم"
|
"verifyOrCompile": "تحقق/ترجم"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "الاجابة على الاستبيان",
|
"answerSurvey": "الاجابة على الاستبيان",
|
||||||
"dismissSurvey": "لا تظهر مرة اخرى",
|
"dismissSurvey": "لا تظهر مرة اخرى",
|
||||||
|
18
i18n/az.json
18
i18n/az.json
@ -119,6 +119,9 @@
|
|||||||
"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."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Network",
|
"network": "Network",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Export Compiled Binary",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"new": "New",
|
"new": "New Sketch",
|
||||||
"openFolder": "Open Folder",
|
"openFolder": "Open Folder",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "Open Recent",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Open Sketch in New Window",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Verify",
|
"verify": "Verify",
|
||||||
"verifyOrCompile": "Verify/Compile"
|
"verifyOrCompile": "Verify/Compile"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "Answer survey",
|
||||||
"dismissSurvey": "Don't show again",
|
"dismissSurvey": "Don't show again",
|
||||||
|
18
i18n/bg.json
18
i18n/bg.json
@ -119,6 +119,9 @@
|
|||||||
"syncEditSketches": "Синхронизирайте и редактирайте на вашите Arduino облачни скици",
|
"syncEditSketches": "Синхронизирайте и редактирайте на вашите Arduino облачни скици",
|
||||||
"visitArduinoCloud": "Посетете Arduino Cloud, за да създадете облачни скици."
|
"visitArduinoCloud": "Посетете Arduino Cloud, за да създадете облачни скици."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Мрежа",
|
"network": "Мрежа",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Показване на подробен изход по време на",
|
"showVerbose": "Показване на подробен изход по време на",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Експортиране на компилиран двоичен файл",
|
"exportBinary": "Експортиране на компилиран двоичен файл",
|
||||||
"moving": "Преместване",
|
"moving": "Преместване",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"new": "Нов",
|
"new": "New Sketch",
|
||||||
"openFolder": "Отвори папка",
|
"openFolder": "Отвори папка",
|
||||||
"openRecent": "Отвори Скорошен",
|
"openRecent": "Отвори Скорошен",
|
||||||
"openSketchInNewWindow": "Отвори скицата в нов прозорец",
|
"openSketchInNewWindow": "Отвори скицата в нов прозорец",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Потвърдете",
|
"verify": "Потвърдете",
|
||||||
"verifyOrCompile": "Проверете/компилирайте"
|
"verifyOrCompile": "Проверете/компилирайте"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "Answer survey",
|
||||||
"dismissSurvey": "Don't show again",
|
"dismissSurvey": "Don't show again",
|
||||||
|
@ -119,6 +119,9 @@
|
|||||||
"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."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Xarxa",
|
"network": "Xarxa",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Mostra la sortida detallada durant",
|
"showVerbose": "Mostra la sortida detallada durant",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Exporta el binari compilat",
|
"exportBinary": "Exporta el binari compilat",
|
||||||
"moving": "Movent-se",
|
"moving": "Movent-se",
|
||||||
"movingMsg": "El fitxer \"{0}\" ha d'estar dins d'una carpeta deprograma anomenada \"{1}\".\nVoleu crear aquesta carpeta, moure el fitxer i continuar?",
|
"movingMsg": "El fitxer \"{0}\" ha d'estar dins d'una carpeta deprograma anomenada \"{1}\".\nVoleu crear aquesta carpeta, moure el fitxer i continuar?",
|
||||||
"new": "Nou",
|
"new": "New Sketch",
|
||||||
"openFolder": "Obrir carpeta",
|
"openFolder": "Obrir carpeta",
|
||||||
"openRecent": "Obre Recent",
|
"openRecent": "Obre Recent",
|
||||||
"openSketchInNewWindow": "Obriu el programa a una finestra nova",
|
"openSketchInNewWindow": "Obriu el programa a una finestra nova",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Verificar",
|
"verify": "Verificar",
|
||||||
"verifyOrCompile": "Verificar/Compilar"
|
"verifyOrCompile": "Verificar/Compilar"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "Answer survey",
|
||||||
"dismissSurvey": "Don't show again",
|
"dismissSurvey": "Don't show again",
|
||||||
|
120
i18n/cs.json
120
i18n/cs.json
@ -6,46 +6,46 @@
|
|||||||
},
|
},
|
||||||
"board": {
|
"board": {
|
||||||
"board": "Deska {0}",
|
"board": "Deska {0}",
|
||||||
"boardConfigDialogTitle": "Select Other Board and Port",
|
"boardConfigDialogTitle": "Zvolit jinou Desku a Port",
|
||||||
"boardInfo": "Info o desce",
|
"boardInfo": "Info o desce",
|
||||||
"boards": "boards",
|
"boards": "Desky",
|
||||||
"configDialog1": "Pokud chcete nahrát sketch, musíte zvolit jak desku tak i port.",
|
"configDialog1": "Pokud chcete nahrát sketch, musíte zvolit jak desku tak i port.",
|
||||||
"configDialog2": "Pokud zvolíte jen desku, budete schopni kompilovat sketch, ale nebudete ji moci nahrát do desky.",
|
"configDialog2": "Pokud zvolíte jen desku, budete schopni kompilovat sketch, ale nebudete ji moci nahrát do desky.",
|
||||||
"couldNotFindPreviouslySelected": "Dříve zvolená deska '{0}' v instalované platformě '{1}' nebyla nalezena. Zvolte prosím manuálně desku kterou chcete použít. Chcete tuto desku zvolit nyní? ",
|
"couldNotFindPreviouslySelected": "Dříve zvolená deska '{0}' v instalované platformě '{1}' nebyla nalezena. Zvolte prosím manuálně desku kterou chcete použít. Chcete tuto desku zvolit nyní? ",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "Odpojeno",
|
||||||
"getBoardInfo": "Získat info o desce.",
|
"getBoardInfo": "Získat info o desce.",
|
||||||
"inSketchbook": "(v projektech)",
|
"inSketchbook": "(v projektech)",
|
||||||
"installNow": "\"{0}{1}\" jádro musí být instalováno pro aktuálně zvolenou \"{2}\" desku. Chcete ho nyní nainstalovat?",
|
"installNow": "\"{0}{1}\" jádro musí být instalováno pro aktuálně zvolenou \"{2}\" desku. Chcete ho nyní nainstalovat?",
|
||||||
"noBoardsFound": "No boards found for \"{0}\"",
|
"noBoardsFound": "Nenalezeny žádné desky pro \"{0}\"",
|
||||||
"noFQBN": "FQBN není dostupné pro zvolenou desku \"{0}\". Máte nainstalované příslušné jádro? ",
|
"noFQBN": "FQBN není dostupné pro zvolenou desku \"{0}\". Máte nainstalované příslušné jádro? ",
|
||||||
"noPortsDiscovered": "No ports discovered",
|
"noPortsDiscovered": "Nenalezeny žádné porty",
|
||||||
"noPortsSelected": "Nebyl zvolen port pro desku '{0}'.",
|
"noPortsSelected": "Nebyl zvolen port pro desku '{0}'.",
|
||||||
"noneSelected": "Nebyla zvolena deska.",
|
"noneSelected": "Nebyla zvolena deska.",
|
||||||
"openBoardsConfig": "Zvolte jinou desku a port...",
|
"openBoardsConfig": "Zvolte jinou desku a port...",
|
||||||
"platformMissing": "Platforma pro zvolenou desku '{0}' není nainstalována.",
|
"platformMissing": "Platforma pro zvolenou desku '{0}' není nainstalována.",
|
||||||
"pleasePickBoard": "Vyberte prosím desku která je připojená k zvolenému portu. ",
|
"pleasePickBoard": "Vyberte prosím desku která je připojená k zvolenému portu. ",
|
||||||
"port": "Port {0}",
|
"port": "Port {0}",
|
||||||
"portLabel": "Port: {0}",
|
"portLabel": "Port:{0}",
|
||||||
"ports": "ports",
|
"ports": "porty",
|
||||||
"programmer": "Programátor",
|
"programmer": "Programátor",
|
||||||
"reselectLater": "Zvolit později",
|
"reselectLater": "Zvolit později",
|
||||||
"searchBoard": "Search board",
|
"searchBoard": "Vyhledat desku",
|
||||||
"selectBoard": "Zvolit desku",
|
"selectBoard": "Zvolit desku",
|
||||||
"selectBoardForInfo": "Prosím zvolte desku pro získání informací o desce.",
|
"selectBoardForInfo": "Prosím zvolte desku pro získání informací o desce.",
|
||||||
"selectPortForInfo": "Prosím zvolte port pro získání informací o desce.",
|
"selectPortForInfo": "Prosím zvolte port pro získání informací o desce.",
|
||||||
"showAllAvailablePorts": "Zobrazit všechny dostupné porty (pokud je zaškrtnuto)",
|
"showAllAvailablePorts": "Zobrazit všechny dostupné porty (pokud je zaškrtnuto)",
|
||||||
"showAllPorts": "Show all ports",
|
"showAllPorts": "Ukázat všechny porty",
|
||||||
"succesfullyInstalledPlatform": "Platforma {0}:{1} byla úspěšně nainstalována.",
|
"succesfullyInstalledPlatform": "Platforma {0}:{1} byla úspěšně nainstalována.",
|
||||||
"succesfullyUninstalledPlatform": "Platforma {0}:{1} byla úspěšně odinstalována.",
|
"succesfullyUninstalledPlatform": "Platforma {0}:{1} byla úspěšně odinstalována.",
|
||||||
"typeOfPorts": "{0} ports"
|
"typeOfPorts": "{0}porty"
|
||||||
},
|
},
|
||||||
"boardsManager": "Manažér desek",
|
"boardsManager": "Manažér desek",
|
||||||
"boardsType": {
|
"boardsType": {
|
||||||
"arduinoCertified": "Arduino Certified"
|
"arduinoCertified": "Certifikováno Arduinem"
|
||||||
},
|
},
|
||||||
"bootloader": {
|
"bootloader": {
|
||||||
"burnBootloader": "Nahrát zavaděč",
|
"burnBootloader": "Vypálit zavaděč",
|
||||||
"burningBootloader": "Burning bootloader...",
|
"burningBootloader": "Vypalování zavaděče...",
|
||||||
"doneBurningBootloader": "Nahrání zavaděče bylo dokončeno. "
|
"doneBurningBootloader": "Nahrání zavaděče bylo dokončeno. "
|
||||||
},
|
},
|
||||||
"burnBootloader": {
|
"burnBootloader": {
|
||||||
@ -69,20 +69,20 @@
|
|||||||
"uploadingCertificates": "Nahrávám certifikát."
|
"uploadingCertificates": "Nahrávám certifikát."
|
||||||
},
|
},
|
||||||
"checkForUpdates": {
|
"checkForUpdates": {
|
||||||
"checkForUpdates": "Check for Arduino Updates",
|
"checkForUpdates": "Kontrola pro aktualizace",
|
||||||
"installAll": "Install All",
|
"installAll": "Instalovat vše",
|
||||||
"noUpdates": "There are no recent updates available.",
|
"noUpdates": "Nejsou k dispozici žádné aktualizace",
|
||||||
"promptUpdateBoards": "Updates are available for some of your boards.",
|
"promptUpdateBoards": "Jsou k dispozici aktualizace pro některé z vašich desek ",
|
||||||
"promptUpdateLibraries": "Updates are available for some of your libraries.",
|
"promptUpdateLibraries": "Updates are available for some of your libraries.",
|
||||||
"updatingBoards": "Updating boards...",
|
"updatingBoards": "Aktualizuji desky...",
|
||||||
"updatingLibraries": "Updating libraries..."
|
"updatingLibraries": "Aktualizuji knihovny..."
|
||||||
},
|
},
|
||||||
"cli-error-parser": {
|
"cli-error-parser": {
|
||||||
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||||
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"account": "Account",
|
"account": "Účet",
|
||||||
"chooseSketchVisibility": "Zvolte viditelnost sketche:",
|
"chooseSketchVisibility": "Zvolte viditelnost sketche:",
|
||||||
"connected": "Připojen",
|
"connected": "Připojen",
|
||||||
"continue": "Pokračovat",
|
"continue": "Pokračovat",
|
||||||
@ -90,7 +90,7 @@
|
|||||||
"donePushing": "Odesílání dokončeno ‘{0}’.",
|
"donePushing": "Odesílání dokončeno ‘{0}’.",
|
||||||
"embed": "Vložit: ",
|
"embed": "Vložit: ",
|
||||||
"emptySketchbook": "Umístění projektů je prázdné",
|
"emptySketchbook": "Umístění projektů je prázdné",
|
||||||
"goToCloud": "Go to Cloud",
|
"goToCloud": "Jít na Cloud",
|
||||||
"learnMore": "Zjistit více",
|
"learnMore": "Zjistit více",
|
||||||
"link": "Adresa: ",
|
"link": "Adresa: ",
|
||||||
"notYetPulled": "Nemohu odeslat do cloudu jelikož z něj ještě nebylo staženo.",
|
"notYetPulled": "Nemohu odeslat do cloudu jelikož z něj ještě nebylo staženo.",
|
||||||
@ -108,19 +108,22 @@
|
|||||||
"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",
|
"remoteSketchbook": "Odstranit 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",
|
"sync": "Synchronizovat",
|
||||||
"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"
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "Vše",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
"installManually": "Instalovat ručně",
|
"installManually": "Instalovat ručně",
|
||||||
"later": "Později",
|
"later": "Později",
|
||||||
@ -130,11 +133,11 @@
|
|||||||
"oldFormat": "{0}používá stále starý formát `.pde`. Chcete ho převést na soubor s příponou `.ino`?",
|
"oldFormat": "{0}používá stále starý formát `.pde`. Chcete ho převést na soubor s příponou `.ino`?",
|
||||||
"partner": "Partner",
|
"partner": "Partner",
|
||||||
"processing": "Zpracovávám",
|
"processing": "Zpracovávám",
|
||||||
"recommended": "Recommended",
|
"recommended": "Doporučené",
|
||||||
"retired": "Retired",
|
"retired": "Zastaralý",
|
||||||
"selectedOn": "zapnuto{0}",
|
"selectedOn": "zapnuto{0}",
|
||||||
"serialMonitor": "Seriový monitor",
|
"serialMonitor": "Seriový monitor",
|
||||||
"type": "Type",
|
"type": "typ",
|
||||||
"unknown": "Neznámý",
|
"unknown": "Neznámý",
|
||||||
"updateable": "Updatable"
|
"updateable": "Updatable"
|
||||||
},
|
},
|
||||||
@ -162,10 +165,10 @@
|
|||||||
},
|
},
|
||||||
"core": {
|
"core": {
|
||||||
"compilerWarnings": {
|
"compilerWarnings": {
|
||||||
"all": "All",
|
"all": "Vše",
|
||||||
"default": "Default",
|
"default": "Výchozí",
|
||||||
"more": "More",
|
"more": "Více",
|
||||||
"none": "None"
|
"none": "Žádný"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"coreContribution": {
|
"coreContribution": {
|
||||||
@ -174,8 +177,8 @@
|
|||||||
},
|
},
|
||||||
"daemon": {
|
"daemon": {
|
||||||
"restart": "Restart Daemon",
|
"restart": "Restart Daemon",
|
||||||
"start": "Start Daemon",
|
"start": "Spustit Daemon",
|
||||||
"stop": "Stop Daemon"
|
"stop": "Zastavit Daemon"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Debug - {0}",
|
||||||
@ -194,8 +197,8 @@
|
|||||||
"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",
|
"nextError": "Další chyba",
|
||||||
"previousError": "Previous Error",
|
"previousError": "Předchozí chyba",
|
||||||
"revealError": "Reveal Error"
|
"revealError": "Reveal Error"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
@ -234,7 +237,7 @@
|
|||||||
"visit": "Navštívit Arduino.cc"
|
"visit": "Navštívit Arduino.cc"
|
||||||
},
|
},
|
||||||
"ide-updater": {
|
"ide-updater": {
|
||||||
"checkForUpdates": "Check for Arduino IDE Updates",
|
"checkForUpdates": "Zkontrolovat aktualizace",
|
||||||
"closeAndInstallButton": "Zavřít a nainstalovat",
|
"closeAndInstallButton": "Zavřít a nainstalovat",
|
||||||
"closeToInstallNotice": "Vypněte program a nainstalujte update na Váš stroj. ",
|
"closeToInstallNotice": "Vypněte program a nainstalujte update na Váš stroj. ",
|
||||||
"downloadButton": "Stáhnout",
|
"downloadButton": "Stáhnout",
|
||||||
@ -255,7 +258,7 @@
|
|||||||
"arduinoLibraries": "Arduino knihovny",
|
"arduinoLibraries": "Arduino knihovny",
|
||||||
"contributedLibraries": "Přispěné knihovny",
|
"contributedLibraries": "Přispěné knihovny",
|
||||||
"include": "Zahrnout knihovnu",
|
"include": "Zahrnout knihovnu",
|
||||||
"installAll": "Install All",
|
"installAll": "Instalovat vše",
|
||||||
"installLibraryDependencies": "Install library dependencies",
|
"installLibraryDependencies": "Install library dependencies",
|
||||||
"installMissingDependencies": "Chcete nainstalovat všechny chybějící závislosti? ",
|
"installMissingDependencies": "Chcete nainstalovat všechny chybějící závislosti? ",
|
||||||
"installOneMissingDependency": "Chcete nainstalovat chybějící závislost? ",
|
"installOneMissingDependency": "Chcete nainstalovat chybějící závislost? ",
|
||||||
@ -273,7 +276,7 @@
|
|||||||
"zipLibrary": "Knihovna"
|
"zipLibrary": "Knihovna"
|
||||||
},
|
},
|
||||||
"librarySearchProperty": {
|
"librarySearchProperty": {
|
||||||
"topic": "Topic"
|
"topic": "Téma"
|
||||||
},
|
},
|
||||||
"libraryTopic": {
|
"libraryTopic": {
|
||||||
"communication": "Communication",
|
"communication": "Communication",
|
||||||
@ -281,17 +284,17 @@
|
|||||||
"dataStorage": "Data Storage",
|
"dataStorage": "Data Storage",
|
||||||
"deviceControl": "Device Control",
|
"deviceControl": "Device Control",
|
||||||
"display": "Display",
|
"display": "Display",
|
||||||
"other": "Other",
|
"other": "Jiné",
|
||||||
"sensors": "Sensors",
|
"sensors": "Senzory",
|
||||||
"signalInputOutput": "Signal Input/Output",
|
"signalInputOutput": "Signal Input/Output",
|
||||||
"timing": "Timing",
|
"timing": "Časování",
|
||||||
"uncategorized": "Uncategorized"
|
"uncategorized": "Uncategorized"
|
||||||
},
|
},
|
||||||
"libraryType": {
|
"libraryType": {
|
||||||
"installed": "Installed"
|
"installed": "Installed"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"advanced": "Advanced",
|
"advanced": "Pokročilé",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "Nástroje"
|
"tools": "Nástroje"
|
||||||
},
|
},
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Síť",
|
"network": "Síť",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -332,7 +341,7 @@
|
|||||||
"files.inside.sketches": "Zobrazit soubory uvnitř sketche",
|
"files.inside.sketches": "Zobrazit soubory uvnitř sketche",
|
||||||
"ide.updateBaseUrl": "The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'",
|
"ide.updateBaseUrl": "The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'",
|
||||||
"ide.updateChannel": "Výběr kanálu pro aktualizace. 'stable' pro stabilní vydání, 'nightly' pro nejnovější vývojové verze.",
|
"ide.updateChannel": "Výběr kanálu pro aktualizace. 'stable' pro stabilní vydání, 'nightly' pro nejnovější vývojové verze.",
|
||||||
"interfaceScale": "Měřítko prostředí",
|
"interfaceScale": "Velikost rozhraní",
|
||||||
"invalid.editorFontSize": "Neplatná velikost editoru písem: Toto číslo musí být kladné.",
|
"invalid.editorFontSize": "Neplatná velikost editoru písem: Toto číslo musí být kladné.",
|
||||||
"invalid.sketchbook.location": "Neplatné umístění projektů:{0}",
|
"invalid.sketchbook.location": "Neplatné umístění projektů:{0}",
|
||||||
"invalid.theme": "Neplatné téma.",
|
"invalid.theme": "Neplatné téma.",
|
||||||
@ -343,12 +352,15 @@
|
|||||||
"newSketchbookLocation": "Zvolit nové umístění projektů",
|
"newSketchbookLocation": "Zvolit nové umístění projektů",
|
||||||
"noProxy": "Bez proxy",
|
"noProxy": "Bez proxy",
|
||||||
"proxySettings": {
|
"proxySettings": {
|
||||||
"hostname": "Host name",
|
"hostname": "Jméno hosta",
|
||||||
"password": "Password",
|
"password": "Heslo",
|
||||||
"port": "Port number",
|
"port": "Číslo portu",
|
||||||
"username": "Username"
|
"username": "Uživatelské jméno"
|
||||||
},
|
},
|
||||||
"showVerbose": "Zobrazit podrobný výstup během",
|
"showVerbose": "Zobrazit podrobný výstup během",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,12 +397,12 @@
|
|||||||
"exportBinary": "Exportovat kompilované soubory",
|
"exportBinary": "Exportovat kompilované soubory",
|
||||||
"moving": "Přesouvám",
|
"moving": "Přesouvám",
|
||||||
"movingMsg": "Soubor \"{0}\" musí být uvnitř složky která je shodná názvem \"{1}\".\nVytvořit složku, přesunout tam- soubor a pokračovat? ",
|
"movingMsg": "Soubor \"{0}\" musí být uvnitř složky která je shodná názvem \"{1}\".\nVytvořit složku, přesunout tam- soubor a pokračovat? ",
|
||||||
"new": "Nový",
|
"new": "New Sketch",
|
||||||
"openFolder": "Otevřít složku",
|
"openFolder": "Otevřít složku",
|
||||||
"openRecent": "Otevřít nedávné",
|
"openRecent": "Otevřít nedávné",
|
||||||
"openSketchInNewWindow": "Otevřít sketch v novém okně",
|
"openSketchInNewWindow": "Otevřít sketch v novém okně",
|
||||||
"saveFolderAs": "Uložit složku sketche jako...",
|
"saveFolderAs": "Uložit složku sketche jako...",
|
||||||
"saveSketch": "Save your sketch to open it again later.",
|
"saveSketch": "Uložte svůj sketch, abyste ho mohli znovu otevřít později.",
|
||||||
"saveSketchAs": "Uložit složku sketche jako...",
|
"saveSketchAs": "Uložit složku sketche jako...",
|
||||||
"showFolder": "Zobrazit složku sketche",
|
"showFolder": "Zobrazit složku sketche",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
@ -399,14 +411,18 @@
|
|||||||
"titleSketchbook": "Projekty",
|
"titleSketchbook": "Projekty",
|
||||||
"upload": "Nahrát",
|
"upload": "Nahrát",
|
||||||
"uploadUsingProgrammer": "Nahrát pomocí programátoru",
|
"uploadUsingProgrammer": "Nahrát pomocí programátoru",
|
||||||
"uploading": "Uploading...",
|
"uploading": "Nahrávám...",
|
||||||
"userFieldsNotFoundError": "Nemohu nalézt uživatelská pole pro připojenou desku",
|
"userFieldsNotFoundError": "Nemohu nalézt uživatelská pole pro připojenou desku",
|
||||||
"verify": "Ověřit",
|
"verify": "Ověřit",
|
||||||
"verifyOrCompile": "Ověřit/Kompilovat"
|
"verifyOrCompile": "Ověřit/Kompilovat"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "Answer survey",
|
||||||
"dismissSurvey": "Don't show again",
|
"dismissSurvey": "Znovu nezobrazovat",
|
||||||
"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."
|
"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."
|
||||||
},
|
},
|
||||||
"updateIndexes": {
|
"updateIndexes": {
|
||||||
@ -430,7 +446,7 @@
|
|||||||
"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. ",
|
||||||
"daemonOffline": "CLI Daemon nepřipojen",
|
"daemonOffline": "CLI Daemon nepřipojen",
|
||||||
"offline": "Nepřipojen",
|
"offline": "Nepřipojen",
|
||||||
"quitTitle": "Are you sure you want to quit?"
|
"quitTitle": "Jste si jisti že chcete odejít"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"start": "Start...",
|
"start": "Start...",
|
||||||
|
18
i18n/de.json
18
i18n/de.json
@ -119,6 +119,9 @@
|
|||||||
"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."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "Alle",
|
"all": "Alle",
|
||||||
"contributed": "Beigetragen",
|
"contributed": "Beigetragen",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Websocket wurde nicht geschlossen",
|
"unableToCloseWebSocket": "Websocket wurde nicht geschlossen",
|
||||||
"unableToConnectToWebSocket": "Websocket wurde nicht verbunden"
|
"unableToConnectToWebSocket": "Websocket wurde nicht verbunden"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Netzwerk",
|
"network": "Netzwerk",
|
||||||
"serial": "Seriell"
|
"serial": "Seriell"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Benutzername"
|
"username": "Benutzername"
|
||||||
},
|
},
|
||||||
"showVerbose": "Compiler-Meldungen anzeigen beim",
|
"showVerbose": "Compiler-Meldungen anzeigen beim",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"sketchbook.location": "Dateipfad des Sketchbooks",
|
"sketchbook.location": "Dateipfad des Sketchbooks",
|
||||||
"sketchbook.showAllFiles": "Wenn aktiviert, werden alle Sketch-Dateien innerhalb des Sketch angezeigt. Standardgemäß deaktiviert. ",
|
"sketchbook.showAllFiles": "Wenn aktiviert, werden alle Sketch-Dateien innerhalb des Sketch angezeigt. Standardgemäß deaktiviert. ",
|
||||||
"survey.notification": "Wenn aktiviert, werden Nutzer benachrichtigt, wenn eine Umfrage verfügbar ist. Standardgemäß aktiviert.",
|
"survey.notification": "Wenn aktiviert, werden Nutzer benachrichtigt, wenn eine Umfrage verfügbar ist. Standardgemäß aktiviert.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Kompilierte Binärdatei exportieren",
|
"exportBinary": "Kompilierte Binärdatei exportieren",
|
||||||
"moving": "Übertragen...",
|
"moving": "Übertragen...",
|
||||||
"movingMsg": "Die Datei \"{0}\" muss sich in einen Sketch Ordner \"{1}\" befinden.\nOrdner erstellen, Datei verschieben und fortfahren?",
|
"movingMsg": "Die Datei \"{0}\" muss sich in einen Sketch Ordner \"{1}\" befinden.\nOrdner erstellen, Datei verschieben und fortfahren?",
|
||||||
"new": "Neu",
|
"new": "New Sketch",
|
||||||
"openFolder": "Ordner öffnen",
|
"openFolder": "Ordner öffnen",
|
||||||
"openRecent": "Zuletzt geöffnet",
|
"openRecent": "Zuletzt geöffnet",
|
||||||
"openSketchInNewWindow": "Sketch in neuen Fenster öffnen",
|
"openSketchInNewWindow": "Sketch in neuen Fenster öffnen",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Überprüfen",
|
"verify": "Überprüfen",
|
||||||
"verifyOrCompile": "Überprüfen/Kompilieren"
|
"verifyOrCompile": "Überprüfen/Kompilieren"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Umfrage beantworten",
|
"answerSurvey": "Umfrage beantworten",
|
||||||
"dismissSurvey": "Nicht erneut anzeigen",
|
"dismissSurvey": "Nicht erneut anzeigen",
|
||||||
|
18
i18n/el.json
18
i18n/el.json
@ -119,6 +119,9 @@
|
|||||||
"syncEditSketches": "Συγχρονισμός και τροποποίηση των Arduino Cloud Σχεδίων σου.",
|
"syncEditSketches": "Συγχρονισμός και τροποποίηση των Arduino Cloud Σχεδίων σου.",
|
||||||
"visitArduinoCloud": "Επισκέψου το Arduino Cloud για δημιουργία Σχεδίων Cloud."
|
"visitArduinoCloud": "Επισκέψου το Arduino Cloud για δημιουργία Σχεδίων Cloud."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Δίκτυο",
|
"network": "Δίκτυο",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Εμφάνιση λεπτομερούς εξόδου κατά τη διάρκεια",
|
"showVerbose": "Εμφάνιση λεπτομερούς εξόδου κατά τη διάρκεια",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"sketchbook.location": "Τοποθεσία σχεδίων",
|
"sketchbook.location": "Τοποθεσία σχεδίων",
|
||||||
"sketchbook.showAllFiles": "Αληθές για εμφάνιση όλων των αρχείων σχεδίου μεσα στο σχέδιο. Είναι ψευδές απο προεπιλογή.",
|
"sketchbook.showAllFiles": "Αληθές για εμφάνιση όλων των αρχείων σχεδίου μεσα στο σχέδιο. Είναι ψευδές απο προεπιλογή.",
|
||||||
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Export Compiled Binary",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"new": "Νέο",
|
"new": "New Sketch",
|
||||||
"openFolder": "Άνοιγμα φακέλου",
|
"openFolder": "Άνοιγμα φακέλου",
|
||||||
"openRecent": "Άνοιγμα πρόσφατου",
|
"openRecent": "Άνοιγμα πρόσφατου",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Open Sketch in New Window",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Επαλήθευση",
|
"verify": "Επαλήθευση",
|
||||||
"verifyOrCompile": "Επικύρωση"
|
"verifyOrCompile": "Επικύρωση"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "Answer survey",
|
||||||
"dismissSurvey": "Don't show again",
|
"dismissSurvey": "Don't show again",
|
||||||
|
146
i18n/es.json
146
i18n/es.json
@ -6,9 +6,9 @@
|
|||||||
},
|
},
|
||||||
"board": {
|
"board": {
|
||||||
"board": "Placa{0}",
|
"board": "Placa{0}",
|
||||||
"boardConfigDialogTitle": "Select Other Board and Port",
|
"boardConfigDialogTitle": "Seleccionar Otra Placa y Puerto",
|
||||||
"boardInfo": "Información de la placa",
|
"boardInfo": "Información de la placa",
|
||||||
"boards": "boards",
|
"boards": "Placas",
|
||||||
"configDialog1": "Selecciona tanto una placa como un puerto si quieres cargar un sketch.",
|
"configDialog1": "Selecciona tanto una placa como un puerto si quieres cargar un sketch.",
|
||||||
"configDialog2": "Si seleccionas solo una placa podrás compilar, pero no cargar tu sketch.",
|
"configDialog2": "Si seleccionas solo una placa podrás compilar, pero no cargar tu sketch.",
|
||||||
"couldNotFindPreviouslySelected": "No se ha podido encontrar la placa previamente seleccionada '{0}' en la plataforma instalada '{1}'. Por favor, vuelve a seleccionar manualmente la placa que quieres utilizar. ¿Quieres volver a seleccionarla ahora?",
|
"couldNotFindPreviouslySelected": "No se ha podido encontrar la placa previamente seleccionada '{0}' en la plataforma instalada '{1}'. Por favor, vuelve a seleccionar manualmente la placa que quieres utilizar. ¿Quieres volver a seleccionarla ahora?",
|
||||||
@ -16,9 +16,9 @@
|
|||||||
"getBoardInfo": "Obtener información de la placa",
|
"getBoardInfo": "Obtener información de la placa",
|
||||||
"inSketchbook": " (en el Sketchbook)",
|
"inSketchbook": " (en el Sketchbook)",
|
||||||
"installNow": "Hay que instalar el núcleo \"{0} {1} \" para la placa \"{2}\" actualmente seleccionada. ¿Quieres instalarlo ahora?",
|
"installNow": "Hay que instalar el núcleo \"{0} {1} \" para la placa \"{2}\" actualmente seleccionada. ¿Quieres instalarlo ahora?",
|
||||||
"noBoardsFound": "No boards found for \"{0}\"",
|
"noBoardsFound": "No se han encotrado placas para \"{0}\"",
|
||||||
"noFQBN": "El FQBN no está disponible para la placa seleccionada \"{0}\". ¿Tienes instalado el núcleo correspondiente?",
|
"noFQBN": "El FQBN no está disponible para la placa seleccionada \"{0}\". ¿Tienes instalado el núcleo correspondiente?",
|
||||||
"noPortsDiscovered": "No ports discovered",
|
"noPortsDiscovered": "No se ha descubierto ningún puerto",
|
||||||
"noPortsSelected": "No se han seleccionado puertos para la placa: '{0}'.",
|
"noPortsSelected": "No se han seleccionado puertos para la placa: '{0}'.",
|
||||||
"noneSelected": "Ninguna placa seleccionada.",
|
"noneSelected": "Ninguna placa seleccionada.",
|
||||||
"openBoardsConfig": "Seleccione otra placa y puerto...",
|
"openBoardsConfig": "Seleccione otra placa y puerto...",
|
||||||
@ -26,26 +26,26 @@
|
|||||||
"pleasePickBoard": "Por favor, elija una placa conectada al puerto que haya seleccionado.",
|
"pleasePickBoard": "Por favor, elija una placa conectada al puerto que haya seleccionado.",
|
||||||
"port": "Puerto {0}",
|
"port": "Puerto {0}",
|
||||||
"portLabel": "Puerto: {0}",
|
"portLabel": "Puerto: {0}",
|
||||||
"ports": "ports",
|
"ports": "puertos",
|
||||||
"programmer": "Programador",
|
"programmer": "Programador",
|
||||||
"reselectLater": "Vuelve a seleccionar más tarde",
|
"reselectLater": "Vuelve a seleccionar más tarde",
|
||||||
"searchBoard": "Search board",
|
"searchBoard": "Buscar placa",
|
||||||
"selectBoard": "Seleccionar Placa",
|
"selectBoard": "Seleccionar Placa",
|
||||||
"selectBoardForInfo": "Por favor, seleccione una placa para obtener información sobre ella.",
|
"selectBoardForInfo": "Por favor, seleccione una placa para obtener información sobre ella.",
|
||||||
"selectPortForInfo": "Por favor, seleccione un puerto para obtener información sobre la placa.",
|
"selectPortForInfo": "Por favor, seleccione un puerto para obtener información sobre la placa.",
|
||||||
"showAllAvailablePorts": "Muestra todos los puertos disponibles cuando está activado",
|
"showAllAvailablePorts": "Muestra todos los puertos disponibles cuando está activado",
|
||||||
"showAllPorts": "Show all ports",
|
"showAllPorts": "Mostrar todos los puertos",
|
||||||
"succesfullyInstalledPlatform": "Plataforma {0}:{1} instalada correctamente",
|
"succesfullyInstalledPlatform": "Plataforma {0}:{1} instalada correctamente",
|
||||||
"succesfullyUninstalledPlatform": "Plataforma {0}:{1} desinstalada correctamente",
|
"succesfullyUninstalledPlatform": "Plataforma {0}:{1} desinstalada correctamente",
|
||||||
"typeOfPorts": "{0} ports"
|
"typeOfPorts": "{0} puertos"
|
||||||
},
|
},
|
||||||
"boardsManager": "Gestor de placas",
|
"boardsManager": "Gestor de placas",
|
||||||
"boardsType": {
|
"boardsType": {
|
||||||
"arduinoCertified": "Arduino Certified"
|
"arduinoCertified": "Certificado Arduino"
|
||||||
},
|
},
|
||||||
"bootloader": {
|
"bootloader": {
|
||||||
"burnBootloader": "Grabar Bootloader",
|
"burnBootloader": "Grabar Bootloader",
|
||||||
"burningBootloader": "Burning bootloader...",
|
"burningBootloader": "Grabando bootloader...",
|
||||||
"doneBurningBootloader": "Finalizada la grabación del bootloader."
|
"doneBurningBootloader": "Finalizada la grabación del bootloader."
|
||||||
},
|
},
|
||||||
"burnBootloader": {
|
"burnBootloader": {
|
||||||
@ -69,13 +69,13 @@
|
|||||||
"uploadingCertificates": "Cargando certificados."
|
"uploadingCertificates": "Cargando certificados."
|
||||||
},
|
},
|
||||||
"checkForUpdates": {
|
"checkForUpdates": {
|
||||||
"checkForUpdates": "Check for Arduino Updates",
|
"checkForUpdates": "Comprobar Actualizaciones para Arduino",
|
||||||
"installAll": "Install All",
|
"installAll": "Instalar todo",
|
||||||
"noUpdates": "There are no recent updates available.",
|
"noUpdates": "No se han encontrado actualizaciones recientes disponibles",
|
||||||
"promptUpdateBoards": "Updates are available for some of your boards.",
|
"promptUpdateBoards": "Actualizaciones disponibles para alguna de tus placas",
|
||||||
"promptUpdateLibraries": "Updates are available for some of your libraries.",
|
"promptUpdateLibraries": "Actualizaciones disponibles para algunas de tus librerías",
|
||||||
"updatingBoards": "Updating boards...",
|
"updatingBoards": "Actualizando placas...",
|
||||||
"updatingLibraries": "Updating libraries..."
|
"updatingLibraries": "Actualizando librerías..."
|
||||||
},
|
},
|
||||||
"cli-error-parser": {
|
"cli-error-parser": {
|
||||||
"keyboardError": "'Keyboard' no encontrado. ¿Tiene tu proyecto incluida la linea '#include <Keyboard.h>'?",
|
"keyboardError": "'Keyboard' no encontrado. ¿Tiene tu proyecto incluida la linea '#include <Keyboard.h>'?",
|
||||||
@ -90,7 +90,7 @@
|
|||||||
"donePushing": "Envío a '{0}' realizado.",
|
"donePushing": "Envío a '{0}' realizado.",
|
||||||
"embed": "Incrustado:",
|
"embed": "Incrustado:",
|
||||||
"emptySketchbook": "Tu Sketchbook está vacío",
|
"emptySketchbook": "Tu Sketchbook está vacío",
|
||||||
"goToCloud": "Go to Cloud",
|
"goToCloud": "Ir al Cloud",
|
||||||
"learnMore": "Aprender más",
|
"learnMore": "Aprender más",
|
||||||
"link": "Enlace:",
|
"link": "Enlace:",
|
||||||
"notYetPulled": "No se puede cargar a las nube. Todavía no ha sido descargado",
|
"notYetPulled": "No se puede cargar a las nube. Todavía no ha sido descargado",
|
||||||
@ -119,34 +119,37 @@
|
|||||||
"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. "
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "Todo",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contribuido",
|
||||||
"installManually": "Instalar manualmente",
|
"installManually": "Instalar manualmente",
|
||||||
"later": "Más tarde",
|
"later": "Más tarde",
|
||||||
"noBoardSelected": "Ninguna placa seleccionada.",
|
"noBoardSelected": "Ninguna placa seleccionada.",
|
||||||
"notConnected": "[no conectado]",
|
"notConnected": "[no conectado]",
|
||||||
"offlineIndicator": "Al parecer no estás en línea. Sin una conexión a internet, el CLI de Arduino no podrá descargar los recursos necesarios, lo cual puede ocasionar fallos. Por favor, conecte a internet y reinicie la aplicación.",
|
"offlineIndicator": "Al parecer no estás en línea. Sin una conexión a internet, el CLI de Arduino no podrá descargar los recursos necesarios, lo cual puede ocasionar fallos. Por favor, conecte a internet y reinicie la aplicación.",
|
||||||
"oldFormat": "La página '{0}' sigue utilizando el formato antiguo `.pde`. ¿Quieres cambiar a la nueva extensión `.ino`?",
|
"oldFormat": "La página '{0}' sigue utilizando el formato antiguo `.pde`. ¿Quieres cambiar a la nueva extensión `.ino`?",
|
||||||
"partner": "Partner",
|
"partner": "Socio",
|
||||||
"processing": "Procesando",
|
"processing": "Procesando",
|
||||||
"recommended": "Recommended",
|
"recommended": "Recomendado",
|
||||||
"retired": "Retired",
|
"retired": "Retirado",
|
||||||
"selectedOn": "on 1{0}\n ",
|
"selectedOn": "on 1{0}\n ",
|
||||||
"serialMonitor": "Monitor Serie",
|
"serialMonitor": "Monitor Serie",
|
||||||
"type": "Type",
|
"type": "Tipo",
|
||||||
"unknown": "Desconocido",
|
"unknown": "Desconocido",
|
||||||
"updateable": "Updatable"
|
"updateable": "Actualizable"
|
||||||
},
|
},
|
||||||
"compile": {
|
"compile": {
|
||||||
"error": "Error de compilación: {0}"
|
"error": "Error de compilación: {0}"
|
||||||
},
|
},
|
||||||
"component": {
|
"component": {
|
||||||
"boardsIncluded": "Boards included in this package:",
|
"boardsIncluded": "Placas incluidas en este paquete:",
|
||||||
"by": "de",
|
"by": "de",
|
||||||
"filterSearch": "Filtre su búsqueda...",
|
"filterSearch": "Filtre su búsqueda...",
|
||||||
"install": "Instalar",
|
"install": "Instalar",
|
||||||
"installed": "Installed",
|
"installed": "Instalado",
|
||||||
"moreInfo": "Más información",
|
"moreInfo": "Más información",
|
||||||
"uninstall": "Desinstalar",
|
"uninstall": "Desinstalar",
|
||||||
"uninstallMsg": "¿Quieres desinstalar {0}?",
|
"uninstallMsg": "¿Quieres desinstalar {0}?",
|
||||||
@ -156,21 +159,21 @@
|
|||||||
"addFile": "Añadir fichero...",
|
"addFile": "Añadir fichero...",
|
||||||
"fileAdded": "Un archivo añadido al sketch.",
|
"fileAdded": "Un archivo añadido al sketch.",
|
||||||
"plotter": {
|
"plotter": {
|
||||||
"couldNotOpen": "Couldn't open serial plotter"
|
"couldNotOpen": "No se puede abrir el plotter serial"
|
||||||
},
|
},
|
||||||
"replaceTitle": "Reemplazar"
|
"replaceTitle": "Reemplazar"
|
||||||
},
|
},
|
||||||
"core": {
|
"core": {
|
||||||
"compilerWarnings": {
|
"compilerWarnings": {
|
||||||
"all": "All",
|
"all": "Todo",
|
||||||
"default": "Default",
|
"default": "Predeterminado",
|
||||||
"more": "More",
|
"more": "Más",
|
||||||
"none": "None"
|
"none": "Niguno"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"coreContribution": {
|
"coreContribution": {
|
||||||
"copyError": "Copiar mensajes de error",
|
"copyError": "Copiar mensajes de error",
|
||||||
"noBoardSelected": "No board selected. Please select your Arduino board from the Tools > Board menu."
|
"noBoardSelected": "Ninguna placa seleccionada. Por favor selecciona una placa Arduino en el menú Herramientas > Placas"
|
||||||
},
|
},
|
||||||
"daemon": {
|
"daemon": {
|
||||||
"restart": "Reiniciar Daemon",
|
"restart": "Reiniciar Daemon",
|
||||||
@ -196,7 +199,7 @@
|
|||||||
"increaseIndent": "Aumentar sangría",
|
"increaseIndent": "Aumentar sangría",
|
||||||
"nextError": "Siguiente Error",
|
"nextError": "Siguiente Error",
|
||||||
"previousError": "Error Anterior",
|
"previousError": "Error Anterior",
|
||||||
"revealError": "Reveal Error"
|
"revealError": "Revelar 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.",
|
||||||
@ -234,7 +237,7 @@
|
|||||||
"visit": "Visitar Arduino.cc"
|
"visit": "Visitar Arduino.cc"
|
||||||
},
|
},
|
||||||
"ide-updater": {
|
"ide-updater": {
|
||||||
"checkForUpdates": "Check for Arduino IDE Updates",
|
"checkForUpdates": "Comprobar actualizaciones para Arduino IDE",
|
||||||
"closeAndInstallButton": "Cerrar e instalar",
|
"closeAndInstallButton": "Cerrar e instalar",
|
||||||
"closeToInstallNotice": "Cierra el programa e instala la actualización en tu máquina.",
|
"closeToInstallNotice": "Cierra el programa e instala la actualización en tu máquina.",
|
||||||
"downloadButton": "Descargar",
|
"downloadButton": "Descargar",
|
||||||
@ -255,11 +258,11 @@
|
|||||||
"arduinoLibraries": "Bibliotecas de Arduino",
|
"arduinoLibraries": "Bibliotecas de Arduino",
|
||||||
"contributedLibraries": "Bibliotecas aportadas",
|
"contributedLibraries": "Bibliotecas aportadas",
|
||||||
"include": "Incluir biblioteca",
|
"include": "Incluir biblioteca",
|
||||||
"installAll": "Install All",
|
"installAll": "Instalar todo",
|
||||||
"installLibraryDependencies": "Install library dependencies",
|
"installLibraryDependencies": "Instalar las dependencias de la biblioteca",
|
||||||
"installMissingDependencies": "¿Quieres instalar todas las dependencias faltantes?",
|
"installMissingDependencies": "¿Quieres instalar todas las dependencias faltantes?",
|
||||||
"installOneMissingDependency": "¿Quieres instalar la dependencia faltante?",
|
"installOneMissingDependency": "¿Quieres instalar la dependencia faltante?",
|
||||||
"installWithoutDependencies": "Install without dependencies",
|
"installWithoutDependencies": "Instalar sin dependencias",
|
||||||
"installedSuccessfully": "Biblioteca {0}:{1} instalada correctamente",
|
"installedSuccessfully": "Biblioteca {0}:{1} instalada correctamente",
|
||||||
"libraryAlreadyExists": "Ya existe una biblioteca. ¿Quieres sobrescribirla?",
|
"libraryAlreadyExists": "Ya existe una biblioteca. ¿Quieres sobrescribirla?",
|
||||||
"manageLibraries": "Gestionar bibliotecas...",
|
"manageLibraries": "Gestionar bibliotecas...",
|
||||||
@ -273,22 +276,22 @@
|
|||||||
"zipLibrary": "Biblioteca"
|
"zipLibrary": "Biblioteca"
|
||||||
},
|
},
|
||||||
"librarySearchProperty": {
|
"librarySearchProperty": {
|
||||||
"topic": "Topic"
|
"topic": "Tema"
|
||||||
},
|
},
|
||||||
"libraryTopic": {
|
"libraryTopic": {
|
||||||
"communication": "Communication",
|
"communication": "Comunicación",
|
||||||
"dataProcessing": "Data Processing",
|
"dataProcessing": "Procesando datos",
|
||||||
"dataStorage": "Data Storage",
|
"dataStorage": "Almacenamiento de datos",
|
||||||
"deviceControl": "Device Control",
|
"deviceControl": "Control de dispositivo",
|
||||||
"display": "Display",
|
"display": "Pantalla",
|
||||||
"other": "Other",
|
"other": "Otro",
|
||||||
"sensors": "Sensors",
|
"sensors": "Sensores",
|
||||||
"signalInputOutput": "Signal Input/Output",
|
"signalInputOutput": "Señal Entrada/Salida",
|
||||||
"timing": "Timing",
|
"timing": "Temporización",
|
||||||
"uncategorized": "Uncategorized"
|
"uncategorized": "Descategorizado"
|
||||||
},
|
},
|
||||||
"libraryType": {
|
"libraryType": {
|
||||||
"installed": "Installed"
|
"installed": "Instalado"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"advanced": "Avanzado",
|
"advanced": "Avanzado",
|
||||||
@ -299,9 +302,15 @@
|
|||||||
"unableToCloseWebSocket": " No se puede cerrar websocket",
|
"unableToCloseWebSocket": " No se puede cerrar websocket",
|
||||||
"unableToConnectToWebSocket": " No se puede conectar al websocket"
|
"unableToConnectToWebSocket": " No se puede conectar al websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Red",
|
"network": "Red",
|
||||||
"serial": "Serial"
|
"serial": "Serie"
|
||||||
},
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "URLs adicionales de gestor de placas",
|
"additionalManagerURLs": "URLs adicionales de gestor de placas",
|
||||||
@ -312,7 +321,7 @@
|
|||||||
"automatic": "Automático",
|
"automatic": "Automático",
|
||||||
"board.certificates": "Listado de certificados que pueden ser cargados en las placas",
|
"board.certificates": "Listado de certificados que pueden ser cargados en las placas",
|
||||||
"browse": "Explorar",
|
"browse": "Explorar",
|
||||||
"checkForUpdate": "Receive notifications of available updates for the IDE, boards, and libraries. Requires an IDE restart after change. It's true by default.",
|
"checkForUpdate": "Recibe notificaciones sobre actualizaciones disponibles del IDE, placas y librerías. Requiere reiniciar el IDE despues de hacer cambios. Por defecto está habilitado.",
|
||||||
"choose": "Elija",
|
"choose": "Elija",
|
||||||
"cli.daemonDebug": "Habilitar logueo de depuración de las llamadas gRPC al Arduino CLI. Requiere un reinicio del IDE para tener efecto. Deshabilitado por defecto.",
|
"cli.daemonDebug": "Habilitar logueo de depuración de las llamadas gRPC al Arduino CLI. Requiere un reinicio del IDE para tener efecto. Deshabilitado por defecto.",
|
||||||
"cloud.enabled": "Verdadero si las funciones de sincronización del sketch están activadas. Verdadero por defecto.",
|
"cloud.enabled": "Verdadero si las funciones de sincronización del sketch están activadas. Verdadero por defecto.",
|
||||||
@ -343,12 +352,15 @@
|
|||||||
"newSketchbookLocation": "Selecciona la nueva ruta del sketchbook",
|
"newSketchbookLocation": "Selecciona la nueva ruta del sketchbook",
|
||||||
"noProxy": "Sin Proxy",
|
"noProxy": "Sin Proxy",
|
||||||
"proxySettings": {
|
"proxySettings": {
|
||||||
"hostname": "Host name",
|
"hostname": "nombre del host",
|
||||||
"password": "Password",
|
"password": "Contraseña",
|
||||||
"port": "Port number",
|
"port": "Numero del puerto",
|
||||||
"username": "Username"
|
"username": "Nombre de usuario"
|
||||||
},
|
},
|
||||||
"showVerbose": "Mostrar salida verbosa durante",
|
"showVerbose": "Mostrar salida verbosa durante",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Ruta absoluta del sistema de archivos al archivo blueprint `.ino` por defecto. Si se especifica, el contenido del archivo blueprint se utilizará para cada nuevo sketch creado por el IDE. Los sketches se generarán con el contenido por defecto de Arduino si no se especifica. Los archivos blueprint no accesibles son ignorados. **Se necesita reiniciar el IDE** para que este ajuste surta efecto."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "Verdadero si usuarios deberían ser notificados cuando una encuesta esté disponible. Verdadero es predeterminado.",
|
||||||
@ -364,7 +376,7 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Autoscroll",
|
"autoscroll": "Autoscroll",
|
||||||
"carriageReturn": "Retorno de carro",
|
"carriageReturn": "Retorno de carro",
|
||||||
"message": "Message (Enter to send message to '{0}' on '{1}')",
|
"message": "Mensaje (Intro para mandar el mensaje de '{0}' a '{1}')",
|
||||||
"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",
|
||||||
@ -377,15 +389,15 @@
|
|||||||
"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?",
|
||||||
"compile": "Compiling sketch...",
|
"compile": "Compilando proyecto...",
|
||||||
"configureAndUpload": "Configure and Upload",
|
"configureAndUpload": "Configura y Subir",
|
||||||
"createdArchive": "Archivo '{0}' creado.",
|
"createdArchive": "Archivo '{0}' creado.",
|
||||||
"doneCompiling": "Compilación completada.",
|
"doneCompiling": "Compilación completada.",
|
||||||
"doneUploading": "Carga completada.",
|
"doneUploading": "Carga completada.",
|
||||||
"exportBinary": "Exportar binario compilado",
|
"exportBinary": "Exportar binario compilado",
|
||||||
"moving": "Moviendo",
|
"moving": "Moviendo",
|
||||||
"movingMsg": "El archivo \"{0}\" tiene que estar dentro de una carpeta de bocetos llamada \"{1}\".\n¿Crear esta carpeta, mover el archivo y continuar?",
|
"movingMsg": "El archivo \"{0}\" tiene que estar dentro de una carpeta de bocetos llamada \"{1}\".\n¿Crear esta carpeta, mover el archivo y continuar?",
|
||||||
"new": "Nuevo",
|
"new": "New Sketch",
|
||||||
"openFolder": "Abrir carpeta",
|
"openFolder": "Abrir carpeta",
|
||||||
"openRecent": "Abierto recientemente",
|
"openRecent": "Abierto recientemente",
|
||||||
"openSketchInNewWindow": "Abrir Sketch en una ventana nueva",
|
"openSketchInNewWindow": "Abrir Sketch en una ventana nueva",
|
||||||
@ -399,27 +411,31 @@
|
|||||||
"titleSketchbook": "Sketchbook",
|
"titleSketchbook": "Sketchbook",
|
||||||
"upload": "Cargar",
|
"upload": "Cargar",
|
||||||
"uploadUsingProgrammer": "Cargar usando el programador",
|
"uploadUsingProgrammer": "Cargar usando el programador",
|
||||||
"uploading": "Uploading...",
|
"uploading": "Actualizando...",
|
||||||
"userFieldsNotFoundError": "No se pueden encontrar campos de usuario para la placa conectada",
|
"userFieldsNotFoundError": "No se pueden encontrar campos de usuario para la placa conectada",
|
||||||
"verify": "Verificar",
|
"verify": "Verificar",
|
||||||
"verifyOrCompile": "Verificar/Compilar"
|
"verifyOrCompile": "Verificar/Compilar"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Completar encuesta",
|
"answerSurvey": "Completar encuesta",
|
||||||
"dismissSurvey": "No volver a mostrar",
|
"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."
|
"surveyMessage": "Por favor ayudenos mejorar completando esta breve encuesta. Valoramos nuestra comunidad y nos gustaría conocer algo mejor a los que nos apoyan."
|
||||||
},
|
},
|
||||||
"updateIndexes": {
|
"updateIndexes": {
|
||||||
"updateIndexes": "Update Indexes",
|
"updateIndexes": "Actualizar indices",
|
||||||
"updateLibraryIndex": "Update Library Index",
|
"updateLibraryIndex": "Actualizar Indice de librerías",
|
||||||
"updatePackageIndex": "Update Package Index"
|
"updatePackageIndex": "Actualizar índice de paquete"
|
||||||
},
|
},
|
||||||
"upload": {
|
"upload": {
|
||||||
"error": "1{0} error: 2{1}"
|
"error": "1{0} error: 2{1}"
|
||||||
},
|
},
|
||||||
"userFields": {
|
"userFields": {
|
||||||
"cancel": "Cancelar",
|
"cancel": "Cancelar",
|
||||||
"enterField": "Enter {0}",
|
"enterField": "Introduce {0}",
|
||||||
"upload": "Cargar"
|
"upload": "Cargar"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
18
i18n/eu.json
18
i18n/eu.json
@ -119,6 +119,9 @@
|
|||||||
"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."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Sarea",
|
"network": "Sarea",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Erakutsi irteera xehatua honetan zehar:",
|
"showVerbose": "Erakutsi irteera xehatua honetan zehar:",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Esportatu konpilatutako bitarra",
|
"exportBinary": "Esportatu konpilatutako bitarra",
|
||||||
"moving": "Lekuz aldatzen",
|
"moving": "Lekuz aldatzen",
|
||||||
"movingMsg": "\"{0}\" fitxategiak \"{1}\" izeneko programa-karpetaren barruan egon behar du.\nSortu karpeta, eraman fitxategia bertara eta jarraitu?",
|
"movingMsg": "\"{0}\" fitxategiak \"{1}\" izeneko programa-karpetaren barruan egon behar du.\nSortu karpeta, eraman fitxategia bertara eta jarraitu?",
|
||||||
"new": "Berria",
|
"new": "New Sketch",
|
||||||
"openFolder": "Ireki karpeta",
|
"openFolder": "Ireki karpeta",
|
||||||
"openRecent": "Ireki azkenaldikoa",
|
"openRecent": "Ireki azkenaldikoa",
|
||||||
"openSketchInNewWindow": "Ireki programa leiho berrian",
|
"openSketchInNewWindow": "Ireki programa leiho berrian",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Egiaztatu",
|
"verify": "Egiaztatu",
|
||||||
"verifyOrCompile": "Egiaztatu/Konpilatu"
|
"verifyOrCompile": "Egiaztatu/Konpilatu"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "Answer survey",
|
||||||
"dismissSurvey": "Don't show again",
|
"dismissSurvey": "Don't show again",
|
||||||
|
192
i18n/fa.json
192
i18n/fa.json
@ -8,7 +8,7 @@
|
|||||||
"board": "بورد {0}",
|
"board": "بورد {0}",
|
||||||
"boardConfigDialogTitle": "انتخاب یک بورد و پورت دیگر",
|
"boardConfigDialogTitle": "انتخاب یک بورد و پورت دیگر",
|
||||||
"boardInfo": "مشخصات برد",
|
"boardInfo": "مشخصات برد",
|
||||||
"boards": "boards",
|
"boards": "بردها",
|
||||||
"configDialog1": "اگر میخواهید طرحی را آپلود کنید، هم یک تابلو و هم یک پورت انتخاب کنید.",
|
"configDialog1": "اگر میخواهید طرحی را آپلود کنید، هم یک تابلو و هم یک پورت انتخاب کنید.",
|
||||||
"configDialog2": "اگر فقط تابلو را انتخاب کنید، می توانید کامپایل کنید، اما نمی توانید طرح خود را آپلود کنید.",
|
"configDialog2": "اگر فقط تابلو را انتخاب کنید، می توانید کامپایل کنید، اما نمی توانید طرح خود را آپلود کنید.",
|
||||||
"couldNotFindPreviouslySelected": "نمی توان برد انتخاب شده قبلی '{0}' در پلتفرم نصب شده '{1}' را پیدا کرد. لطفاً تابلویی را که میخواهید استفاده کنید، مجدداً بهصورت دستی انتخاب کنید. آیا اکنون می خواهید آن را مجدداً انتخاب کنید؟",
|
"couldNotFindPreviouslySelected": "نمی توان برد انتخاب شده قبلی '{0}' در پلتفرم نصب شده '{1}' را پیدا کرد. لطفاً تابلویی را که میخواهید استفاده کنید، مجدداً بهصورت دستی انتخاب کنید. آیا اکنون می خواهید آن را مجدداً انتخاب کنید؟",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"getBoardInfo": "دریافت راهنمای برد",
|
"getBoardInfo": "دریافت راهنمای برد",
|
||||||
"inSketchbook": "(در منبع طرح ها)",
|
"inSketchbook": "(در منبع طرح ها)",
|
||||||
"installNow": "هسته \"{0}{1}\" باید برای برد \"{2}\" انتخاب شده فعلی نصب شود. آیا الان می خواهید نصبش کنید؟",
|
"installNow": "هسته \"{0}{1}\" باید برای برد \"{2}\" انتخاب شده فعلی نصب شود. آیا الان می خواهید نصبش کنید؟",
|
||||||
"noBoardsFound": "No boards found for \"{0}\"",
|
"noBoardsFound": "هیچ بردی پیدا نشد برای{0}",
|
||||||
"noFQBN": "FQBN برای برد انتخاب شده \"{0}\" موجود نیست. آیا هسته مربوطه را نصب کرده اید؟",
|
"noFQBN": "FQBN برای برد انتخاب شده \"{0}\" موجود نیست. آیا هسته مربوطه را نصب کرده اید؟",
|
||||||
"noPortsDiscovered": "هیچ پورتی پیدا نشد",
|
"noPortsDiscovered": "هیچ پورتی پیدا نشد",
|
||||||
"noPortsSelected": "هیچ پورتی برای برد انتخاب نشده است.{0}",
|
"noPortsSelected": "هیچ پورتی برای برد انتخاب نشده است.{0}",
|
||||||
@ -26,7 +26,7 @@
|
|||||||
"pleasePickBoard": "لطفاً یک برد متصل به پورتی که انتخاب کرده اید را انتخاب کنید.",
|
"pleasePickBoard": "لطفاً یک برد متصل به پورتی که انتخاب کرده اید را انتخاب کنید.",
|
||||||
"port": "پورت {0}",
|
"port": "پورت {0}",
|
||||||
"portLabel": "پورت: {0}",
|
"portLabel": "پورت: {0}",
|
||||||
"ports": "ports",
|
"ports": "پورت ها",
|
||||||
"programmer": "برنامه ریز",
|
"programmer": "برنامه ریز",
|
||||||
"reselectLater": "بعدا انتخاب کنید",
|
"reselectLater": "بعدا انتخاب کنید",
|
||||||
"searchBoard": "جستجوی بورد",
|
"searchBoard": "جستجوی بورد",
|
||||||
@ -34,18 +34,18 @@
|
|||||||
"selectBoardForInfo": "لطفاً یک برد را برای به دست آوردن اطلاعات هیئت مدیره انتخاب کنید.",
|
"selectBoardForInfo": "لطفاً یک برد را برای به دست آوردن اطلاعات هیئت مدیره انتخاب کنید.",
|
||||||
"selectPortForInfo": "لطفاً یک پورت را برای به دست آوردن اطلاعات هیئت مدیره انتخاب کنید.",
|
"selectPortForInfo": "لطفاً یک پورت را برای به دست آوردن اطلاعات هیئت مدیره انتخاب کنید.",
|
||||||
"showAllAvailablePorts": "نمایش تمام پورت های موجود در صورت فعال بودن",
|
"showAllAvailablePorts": "نمایش تمام پورت های موجود در صورت فعال بودن",
|
||||||
"showAllPorts": "Show all ports",
|
"showAllPorts": "نمایش تمام پورت ها",
|
||||||
"succesfullyInstalledPlatform": "نصب پلتفرم موفقیت آمیز بود {0}:{1}",
|
"succesfullyInstalledPlatform": "نصب پلتفرم موفقیت آمیز بود {0}:{1}",
|
||||||
"succesfullyUninstalledPlatform": "لغو نصب پلتفرم موفقیت آمیز بود. {0}:{1}",
|
"succesfullyUninstalledPlatform": "لغو نصب پلتفرم موفقیت آمیز بود. {0}:{1}",
|
||||||
"typeOfPorts": "{0} ports"
|
"typeOfPorts": "پورت ها{0}"
|
||||||
},
|
},
|
||||||
"boardsManager": "مدیریت برد ها",
|
"boardsManager": "مدیریت برد ها",
|
||||||
"boardsType": {
|
"boardsType": {
|
||||||
"arduinoCertified": "Arduino Certified"
|
"arduinoCertified": "گواهی آردینو"
|
||||||
},
|
},
|
||||||
"bootloader": {
|
"bootloader": {
|
||||||
"burnBootloader": "بارگذاری بوت لودر.",
|
"burnBootloader": "بارگذاری بوت لودر.",
|
||||||
"burningBootloader": "Burning bootloader...",
|
"burningBootloader": "بارگذاری بوت لودر",
|
||||||
"doneBurningBootloader": "اتمام بارگذاری بوت لودر."
|
"doneBurningBootloader": "اتمام بارگذاری بوت لودر."
|
||||||
},
|
},
|
||||||
"burnBootloader": {
|
"burnBootloader": {
|
||||||
@ -69,20 +69,20 @@
|
|||||||
"uploadingCertificates": "در حال بارگذاری سند."
|
"uploadingCertificates": "در حال بارگذاری سند."
|
||||||
},
|
},
|
||||||
"checkForUpdates": {
|
"checkForUpdates": {
|
||||||
"checkForUpdates": "Check for Arduino Updates",
|
"checkForUpdates": "بررسی به روزرسانی برای آردینو",
|
||||||
"installAll": "Install All",
|
"installAll": "همه را نصب کنید",
|
||||||
"noUpdates": "There are no recent updates available.",
|
"noUpdates": "هیچ به روز رسانی اخیر در دسترس نیست",
|
||||||
"promptUpdateBoards": "Updates are available for some of your boards.",
|
"promptUpdateBoards": "به روز رسانی برای برخی از بردها شما در دسترس است.",
|
||||||
"promptUpdateLibraries": "Updates are available for some of your libraries.",
|
"promptUpdateLibraries": "به روز رسانی برای برخی از کتابخانه های شما در دسترس است.",
|
||||||
"updatingBoards": "Updating boards...",
|
"updatingBoards": "در حال به روز رسانی بردها ...",
|
||||||
"updatingLibraries": "Updating libraries..."
|
"updatingLibraries": "در حال به روز رسانی کتابخانه ها..."
|
||||||
},
|
},
|
||||||
"cli-error-parser": {
|
"cli-error-parser": {
|
||||||
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
"keyboardError": "صفحه کلید پیدا نشد. آیا طرح شما شامل خط \"#include <Keyboard.h>\" است؟",
|
||||||
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
"mouseError": "\"موس\" پیدا نشد. آیا طرح شما شامل خط \"#include <Mouse.h>\" است؟"
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"account": "Account",
|
"account": "حساب کاربری",
|
||||||
"chooseSketchVisibility": "قابلیت مشاهده طرح خود را انتخاب کنید:",
|
"chooseSketchVisibility": "قابلیت مشاهده طرح خود را انتخاب کنید:",
|
||||||
"connected": "متصل",
|
"connected": "متصل",
|
||||||
"continue": "ادامه",
|
"continue": "ادامه",
|
||||||
@ -90,7 +90,7 @@
|
|||||||
"donePushing": "پایان ارسال {0}",
|
"donePushing": "پایان ارسال {0}",
|
||||||
"embed": "قرار دادن:",
|
"embed": "قرار دادن:",
|
||||||
"emptySketchbook": "طرح شما خالی است",
|
"emptySketchbook": "طرح شما خالی است",
|
||||||
"goToCloud": "Go to Cloud",
|
"goToCloud": "به فضای ابری بروید",
|
||||||
"learnMore": "یادگیری بیشتر",
|
"learnMore": "یادگیری بیشتر",
|
||||||
"link": "لینک:",
|
"link": "لینک:",
|
||||||
"notYetPulled": "نمی توان به ابر ارسال کرد. هنوز دریافت نشده است.",
|
"notYetPulled": "نمی توان به ابر ارسال کرد. هنوز دریافت نشده است.",
|
||||||
@ -108,45 +108,48 @@
|
|||||||
"pushSketch": "ارسال طرح",
|
"pushSketch": "ارسال طرح",
|
||||||
"pushSketchMsg": "این یک طرح عمومی است. قبل از ارسال، مطمئن شوید که اطلاعات حساس در فایلهای arduino_secrets.h تعریف شده است. میتوانید از پانل اشتراکگذاری یک طرح را خصوصی کنید.",
|
"pushSketchMsg": "این یک طرح عمومی است. قبل از ارسال، مطمئن شوید که اطلاعات حساس در فایلهای arduino_secrets.h تعریف شده است. میتوانید از پانل اشتراکگذاری یک طرح را خصوصی کنید.",
|
||||||
"remote": "از راه دور",
|
"remote": "از راه دور",
|
||||||
"remoteSketchbook": "Remote Sketchbook",
|
"remoteSketchbook": "کتاب طراحی از راه دور",
|
||||||
"share": "اشتراک گذاری...",
|
"share": "اشتراک گذاری...",
|
||||||
"shareSketch": "اشتراک طرح",
|
"shareSketch": "اشتراک طرح",
|
||||||
"showHideRemoveSketchbook": "نمایش/پنهان کردن از راه دور منبع طرح ها",
|
"showHideRemoveSketchbook": "نمایش/پنهان کردن از راه دور منبع طرح ها",
|
||||||
"signIn": "ورود کاربر",
|
"signIn": "ورود کاربر",
|
||||||
"signInToCloud": "ورود به ابر آردوینو",
|
"signInToCloud": "ورود به ابر آردوینو",
|
||||||
"signOut": "خروج کاربر",
|
"signOut": "خروج کاربر",
|
||||||
"sync": "Sync",
|
"sync": "همگام سازی",
|
||||||
"syncEditSketches": "طرح های ابر آردوینو خود را همگام سازی و ویرایش کنید",
|
"syncEditSketches": "طرح های ابر آردوینو خود را همگام سازی و ویرایش کنید",
|
||||||
"visitArduinoCloud": "بازدید از ابر آردوینو برای ساخت ابر طرح ها"
|
"visitArduinoCloud": "بازدید از ابر آردوینو برای ساخت ابر طرح ها"
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "همه",
|
||||||
"contributed": "Contributed",
|
"contributed": "کمک کرد",
|
||||||
"installManually": "دستی نصب کن",
|
"installManually": "دستی نصب کن",
|
||||||
"later": "بعدا",
|
"later": "بعدا",
|
||||||
"noBoardSelected": "بردی انتخاب نشده",
|
"noBoardSelected": "بردی انتخاب نشده",
|
||||||
"notConnected": "[متصل نشد]",
|
"notConnected": "[متصل نشد]",
|
||||||
"offlineIndicator": "به نظر می رسد آفلاین هستید. بدون اتصال به اینترنت، رابط ترمینال آردوینو ممکن است نتواند منابع مورد نیاز را دانلود کند و باعث اختلال در عملکرد شود. لطفاً به اینترنت متصل شوید و برنامه را مجدداً راه اندازی کنید.",
|
"offlineIndicator": "به نظر می رسد آفلاین هستید. بدون اتصال به اینترنت، رابط ترمینال آردوینو ممکن است نتواند منابع مورد نیاز را دانلود کند و باعث اختلال در عملکرد شود. لطفاً به اینترنت متصل شوید و برنامه را مجدداً راه اندازی کنید.",
|
||||||
"oldFormat": "'{0}' هنوز از قالب قدیمی `.pde` استفاده می کند. آیا میخواهید به برنامه افزودنی «.ino» جدید بروید؟",
|
"oldFormat": "'{0}' هنوز از قالب قدیمی `.pde` استفاده می کند. آیا میخواهید به برنامه افزودنی «.ino» جدید بروید؟",
|
||||||
"partner": "Partner",
|
"partner": "شریک",
|
||||||
"processing": "در حال محاسبه",
|
"processing": "در حال محاسبه",
|
||||||
"recommended": "Recommended",
|
"recommended": "توصیه شده",
|
||||||
"retired": "Retired",
|
"retired": "بازنشسته",
|
||||||
"selectedOn": "روشن {0}",
|
"selectedOn": "روشن {0}",
|
||||||
"serialMonitor": "نمایشگر ترمینال سریال",
|
"serialMonitor": "نمایشگر ترمینال سریال",
|
||||||
"type": "Type",
|
"type": "نوع",
|
||||||
"unknown": "نامعلوم",
|
"unknown": "نامعلوم",
|
||||||
"updateable": "Updatable"
|
"updateable": "قابل به روز رسانی"
|
||||||
},
|
},
|
||||||
"compile": {
|
"compile": {
|
||||||
"error": "خطای کامپایل : {0}"
|
"error": "خطای کامپایل : {0}"
|
||||||
},
|
},
|
||||||
"component": {
|
"component": {
|
||||||
"boardsIncluded": "Boards included in this package:",
|
"boardsIncluded": "بردهای موجود در این بسته :",
|
||||||
"by": "توسط",
|
"by": "توسط",
|
||||||
"filterSearch": "محدود کردن جستجوی شما ...",
|
"filterSearch": "محدود کردن جستجوی شما ...",
|
||||||
"install": "نصب",
|
"install": "نصب",
|
||||||
"installed": "Installed",
|
"installed": "نصب شده است",
|
||||||
"moreInfo": "اطلاعات بیشتر",
|
"moreInfo": "اطلاعات بیشتر",
|
||||||
"uninstall": "لغو نصب",
|
"uninstall": "لغو نصب",
|
||||||
"uninstallMsg": "آیا شما می خواهید {0} را لغو نصب کنید؟",
|
"uninstallMsg": "آیا شما می خواهید {0} را لغو نصب کنید؟",
|
||||||
@ -156,26 +159,26 @@
|
|||||||
"addFile": "فایل اظافه کن",
|
"addFile": "فایل اظافه کن",
|
||||||
"fileAdded": "یک فایل به طرح افزوده شد.",
|
"fileAdded": "یک فایل به طرح افزوده شد.",
|
||||||
"plotter": {
|
"plotter": {
|
||||||
"couldNotOpen": "Couldn't open serial plotter"
|
"couldNotOpen": "پلاتر سریال باز نشد"
|
||||||
},
|
},
|
||||||
"replaceTitle": "جایگذاری"
|
"replaceTitle": "جایگذاری"
|
||||||
},
|
},
|
||||||
"core": {
|
"core": {
|
||||||
"compilerWarnings": {
|
"compilerWarnings": {
|
||||||
"all": "All",
|
"all": "همه",
|
||||||
"default": "Default",
|
"default": "پیش فرض",
|
||||||
"more": "More",
|
"more": "بیشتر",
|
||||||
"none": "None"
|
"none": "هیچ یک"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"coreContribution": {
|
"coreContribution": {
|
||||||
"copyError": "Copy error messages",
|
"copyError": "کپی پیام های خطا",
|
||||||
"noBoardSelected": "No board selected. Please select your Arduino board from the Tools > Board menu."
|
"noBoardSelected": "هیچ بردی انتخاب نشده است. لطفاً برد آردوینو خود را از منوی Tools > Board انتخاب کنید"
|
||||||
},
|
},
|
||||||
"daemon": {
|
"daemon": {
|
||||||
"restart": "Restart Daemon",
|
"restart": "راه اندازی مجدد Daemon",
|
||||||
"start": "Start Daemon",
|
"start": "شروع Daemon",
|
||||||
"stop": "Stop Daemon"
|
"stop": " متوقف کردن Daemon"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "رفع خطا {0}",
|
"debugWithMessage": "رفع خطا {0}",
|
||||||
@ -194,9 +197,9 @@
|
|||||||
"decreaseIndent": "برداشتن دندانه",
|
"decreaseIndent": "برداشتن دندانه",
|
||||||
"increaseFontSize": "افزایش اندازه فونت",
|
"increaseFontSize": "افزایش اندازه فونت",
|
||||||
"increaseIndent": "افزودن دندانه",
|
"increaseIndent": "افزودن دندانه",
|
||||||
"nextError": "Next Error",
|
"nextError": "خطای بعدی",
|
||||||
"previousError": "Previous Error",
|
"previousError": "خطای قبلی",
|
||||||
"revealError": "Reveal Error"
|
"revealError": "فاش کردن خطا"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "ابر طرح را ذخیره نکرد. لطفا کار ذخیره نشده خود را به ویرایشگر متن مورد علاقه خود کپی کنید، و آردوینو را دوباره راه اندازی کنید.",
|
"couldNotSave": "ابر طرح را ذخیره نکرد. لطفا کار ذخیره نشده خود را به ویرایشگر متن مورد علاقه خود کپی کنید، و آردوینو را دوباره راه اندازی کنید.",
|
||||||
@ -234,7 +237,7 @@
|
|||||||
"visit": "بازدید از Arduino.cc"
|
"visit": "بازدید از Arduino.cc"
|
||||||
},
|
},
|
||||||
"ide-updater": {
|
"ide-updater": {
|
||||||
"checkForUpdates": "Check for Arduino IDE Updates",
|
"checkForUpdates": "به روز رسانی آردوینو IDE را بررسی کنید",
|
||||||
"closeAndInstallButton": "بستن و نصب",
|
"closeAndInstallButton": "بستن و نصب",
|
||||||
"closeToInstallNotice": "نرم افزار را ببندید و به روز رسانی را روی دستگاه خود نصب کنید.",
|
"closeToInstallNotice": "نرم افزار را ببندید و به روز رسانی را روی دستگاه خود نصب کنید.",
|
||||||
"downloadButton": "دانلود",
|
"downloadButton": "دانلود",
|
||||||
@ -255,11 +258,11 @@
|
|||||||
"arduinoLibraries": "کتابخانه های آردوینو",
|
"arduinoLibraries": "کتابخانه های آردوینو",
|
||||||
"contributedLibraries": "کتابخانه های اشتراکی",
|
"contributedLibraries": "کتابخانه های اشتراکی",
|
||||||
"include": "اضافه کتابخانه",
|
"include": "اضافه کتابخانه",
|
||||||
"installAll": "Install All",
|
"installAll": "همه را نصب کنید",
|
||||||
"installLibraryDependencies": "Install library dependencies",
|
"installLibraryDependencies": "وابستگی های کتابخانه را نصب کنید",
|
||||||
"installMissingDependencies": "آیا می خواهید تمام وابستگی های از دست رفته را نصب کنید؟",
|
"installMissingDependencies": "آیا می خواهید تمام وابستگی های از دست رفته را نصب کنید؟",
|
||||||
"installOneMissingDependency": "آیا می خواهید وابستگی از دست رفته را نصب کنید؟",
|
"installOneMissingDependency": "آیا می خواهید وابستگی از دست رفته را نصب کنید؟",
|
||||||
"installWithoutDependencies": "Install without dependencies",
|
"installWithoutDependencies": "بدون وابستگی نصب کنید",
|
||||||
"installedSuccessfully": "نصب کتابخانه {0}:{1} موفقیت آمیز بود.",
|
"installedSuccessfully": "نصب کتابخانه {0}:{1} موفقیت آمیز بود.",
|
||||||
"libraryAlreadyExists": "یک کتابخانه از قبل وجود دارد. آیا میخواهید آن را بازنویسی کنید؟",
|
"libraryAlreadyExists": "یک کتابخانه از قبل وجود دارد. آیا میخواهید آن را بازنویسی کنید؟",
|
||||||
"manageLibraries": "مدیریت کتابخانه ها...",
|
"manageLibraries": "مدیریت کتابخانه ها...",
|
||||||
@ -273,35 +276,41 @@
|
|||||||
"zipLibrary": "کتابخانه"
|
"zipLibrary": "کتابخانه"
|
||||||
},
|
},
|
||||||
"librarySearchProperty": {
|
"librarySearchProperty": {
|
||||||
"topic": "Topic"
|
"topic": "موضوع"
|
||||||
},
|
},
|
||||||
"libraryTopic": {
|
"libraryTopic": {
|
||||||
"communication": "Communication",
|
"communication": "ارتباط",
|
||||||
"dataProcessing": "Data Processing",
|
"dataProcessing": "پردازش داده ها",
|
||||||
"dataStorage": "Data Storage",
|
"dataStorage": "ذخیره سازی داده ها",
|
||||||
"deviceControl": "Device Control",
|
"deviceControl": "کنترل دستگاه",
|
||||||
"display": "Display",
|
"display": "نمایش دادن",
|
||||||
"other": "Other",
|
"other": "دیگر",
|
||||||
"sensors": "Sensors",
|
"sensors": "سنسورها",
|
||||||
"signalInputOutput": "Signal Input/Output",
|
"signalInputOutput": "سیگنال ورودی/خروجی",
|
||||||
"timing": "Timing",
|
"timing": "زمان سنجی",
|
||||||
"uncategorized": "Uncategorized"
|
"uncategorized": "دسته بندی نشده"
|
||||||
},
|
},
|
||||||
"libraryType": {
|
"libraryType": {
|
||||||
"installed": "Installed"
|
"installed": "نصب شده است"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"advanced": "Advanced",
|
"advanced": "پیشرفته",
|
||||||
"sketch": "طرح",
|
"sketch": "طرح",
|
||||||
"tools": "ابزار ها"
|
"tools": "ابزار ها"
|
||||||
},
|
},
|
||||||
"monitor": {
|
"monitor": {
|
||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "بسته شدن وب سوکت ممکن نیست",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "اتصال به وب سوکت امکان پذیر نیست"
|
||||||
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
},
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "نتورک",
|
"network": "نتورک",
|
||||||
"serial": "Serial"
|
"serial": "سریال"
|
||||||
},
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "نشانیهای اینترنتی مدیر تابلوهای افزوده",
|
"additionalManagerURLs": "نشانیهای اینترنتی مدیر تابلوهای افزوده",
|
||||||
@ -312,17 +321,17 @@
|
|||||||
"automatic": "اتوماتیک",
|
"automatic": "اتوماتیک",
|
||||||
"board.certificates": "فهرست گواهیهایی که میتوان در تابلوها بارگذاری کرد",
|
"board.certificates": "فهرست گواهیهایی که میتوان در تابلوها بارگذاری کرد",
|
||||||
"browse": "مرور کردن",
|
"browse": "مرور کردن",
|
||||||
"checkForUpdate": "Receive notifications of available updates for the IDE, boards, and libraries. Requires an IDE restart after change. It's true by default.",
|
"checkForUpdate": "اعلانهای بهروزرسانیهای موجود برای IDE، بردها و کتابخانهها را دریافت کنید. پس از تغییر نیاز به راه اندازی مجدد IDE دارد. به طور پیش فرض درست است.",
|
||||||
"choose": "انتخاب",
|
"choose": "انتخاب",
|
||||||
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
|
"cli.daemonDebug": "ثبت اشکال زدایی تماس های gRPC به Arduino CLI را فعال کنید. برای اعمال این تنظیم به راه اندازی مجدد IDE نیاز است. به طور پیش فرض نادرست است",
|
||||||
"cloud.enabled": "اگر فعال بودن توابع همگام سازی طرح درست می باشد ، پیش فرض ها درست است",
|
"cloud.enabled": "اگر فعال بودن توابع همگام سازی طرح درست می باشد ، پیش فرض ها درست است",
|
||||||
"cloud.pull.warn": "اگر هشدار دادن به کاربران قبل از کشیدن یک طرح ابری درست می باشد ، پیش فرض ها صحیح است.",
|
"cloud.pull.warn": "اگر هشدار دادن به کاربران قبل از کشیدن یک طرح ابری درست می باشد ، پیش فرض ها صحیح است.",
|
||||||
"cloud.push.warn": "اگر هشدار دادن به کاربران قبل از ارسال یک طرح ابری درست است پیش فرض ها درست می باشد",
|
"cloud.push.warn": "اگر هشدار دادن به کاربران قبل از ارسال یک طرح ابری درست است پیش فرض ها درست می باشد",
|
||||||
"cloud.pushpublic.warn": "اگر هشدار دادن به کاربران قبل از ارسال یک طرح عمومی به فضای درست می باشد پیش فرض ها درست است.",
|
"cloud.pushpublic.warn": "اگر هشدار دادن به کاربران قبل از ارسال یک طرح عمومی به فضای درست می باشد پیش فرض ها درست است.",
|
||||||
"cloud.sketchSyncEndpoint": "نقطه ای برای ارسال و دریافت طرح ها استفاده می شود . به طور پیش فرض به رابط ابر آردوینو استفاده می کند.",
|
"cloud.sketchSyncEndpoint": "نقطه ای برای ارسال و دریافت طرح ها استفاده می شود . به طور پیش فرض به رابط ابر آردوینو استفاده می کند.",
|
||||||
"compile": "کامپایل",
|
"compile": "کامپایل",
|
||||||
"compile.experimental": "True if the IDE should handle multiple compiler errors. False by default",
|
"compile.experimental": "درست است اگر IDE باید چندین خطای کامپایلر را مدیریت کند. به طور پیش فرض نادرست است",
|
||||||
"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.revealRange": "نحوه آشکار شدن خطاهای کامپایلر در ویرایشگر پس از تأیید/آپلود ناموفق را تنظیم می کند. مقادیر ممکن: 'auto': در صورت لزوم به صورت عمودی اسکرول کنید و یک خط را نشان دهید. 'مرکز': در صورت لزوم به صورت عمودی اسکرول کنید و یک خط را در مرکز عمودی نشان دهید. 'بالا': در صورت لزوم به صورت عمودی اسکرول کنید و یک خط نزدیک به بالای نمای درگاه را نشان دهید که برای مشاهده تعریف کد بهینه شده است. 'centerIfOutsideViewport': در صورت لزوم به صورت عمودی اسکرول کنید و یک خط در مرکز عمودی را فقط در صورتی نشان دهید که خارج از درگاه دید قرار داشته باشد. مقدار پیش فرض است{0}",
|
||||||
"compile.verbose": "برای خروجی کامپایل پرمخاطب درست است. به طور پیش فرض نادرست است",
|
"compile.verbose": "برای خروجی کامپایل پرمخاطب درست است. به طور پیش فرض نادرست است",
|
||||||
"compile.warnings": "به gcc می گوید از کدام سطح هشدار استفاده کند. به طور پیش فرض \"هیچ\" است",
|
"compile.warnings": "به gcc می گوید از کدام سطح هشدار استفاده کند. به طور پیش فرض \"هیچ\" است",
|
||||||
"compilerWarnings": "هشدار های کامپایلر",
|
"compilerWarnings": "هشدار های کامپایلر",
|
||||||
@ -330,28 +339,31 @@
|
|||||||
"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": "اندازه فونت ویرایشگر نامعتبر است. باید یک عدد صحیح مثبت باشد.",
|
||||||
"invalid.sketchbook.location": "مکان نامعتبر منبع طرح ها: {0}",
|
"invalid.sketchbook.location": "مکان نامعتبر منبع طرح ها: {0}",
|
||||||
"invalid.theme": "طرح زمینه موجود نیست",
|
"invalid.theme": "طرح زمینه موجود نیست",
|
||||||
"language.log": "اگر سرور زبان آردوینو باید فایل های گزارش را در پوشه طرح ایجاد کند درست می باشد. در غیر این صورت، نادرست است. به طور پیش فرض نادرست است.",
|
"language.log": "اگر سرور زبان آردوینو باید فایل های گزارش را در پوشه طرح ایجاد کند درست می باشد. در غیر این صورت، نادرست است. به طور پیش فرض نادرست است.",
|
||||||
"language.realTimeDiagnostics": "If true, the language server provides real-time diagnostics when typing in the editor. It's false by default.",
|
"language.realTimeDiagnostics": "اگر درست باشد، سرور زبان هنگام تایپ در ویرایشگر، عیبیابی بیدرنگ ارائه میکند. به طور پیش فرض نادرست است.",
|
||||||
"manualProxy": "پیکربندی دستی پروکسی",
|
"manualProxy": "پیکربندی دستی پروکسی",
|
||||||
"network": "نتورک",
|
"network": "نتورک",
|
||||||
"newSketchbookLocation": "مکان جدید منبع طرح ها را مشخص کنید",
|
"newSketchbookLocation": "مکان جدید منبع طرح ها را مشخص کنید",
|
||||||
"noProxy": "بدون پروکسی",
|
"noProxy": "بدون پروکسی",
|
||||||
"proxySettings": {
|
"proxySettings": {
|
||||||
"hostname": "Host name",
|
"hostname": "نام میزبان",
|
||||||
"password": "Password",
|
"password": "رمز عبور",
|
||||||
"port": "Port number",
|
"port": "شماره پورت",
|
||||||
"username": "Username"
|
"username": "نام کاربری"
|
||||||
},
|
},
|
||||||
"showVerbose": "نمایش خروجی پرمخاطب در طول",
|
"showVerbose": "نمایش خروجی پرمخاطب در طول",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "مسیر سیستم فایل مطلق به فایل طرح اولیه «.ino». در صورت مشخص شدن، محتوای فایل طرح اولیه برای هر طرح جدید ایجاد شده توسط IDE استفاده خواهد شد. اسکچ ها با محتوای پیش فرض آردوینو در صورتی که مشخص نشده باشند تولید می شوند. فایل های طرح اولیه غیرقابل دسترسی نادیده گرفته می شوند. **برای اعمال این تنظیم به راه اندازی مجدد IDE نیاز است**."
|
||||||
|
},
|
||||||
"sketchbook.location": "مکان منبع طرح ها",
|
"sketchbook.location": "مکان منبع طرح ها",
|
||||||
"sketchbook.showAllFiles": "همه فایلهای طرح را در داخل طرح نشان دهد درست است. به طور پیش فرض نادرست است.",
|
"sketchbook.showAllFiles": "همه فایلهای طرح را در داخل طرح نشان دهد درست است. به طور پیش فرض نادرست است.",
|
||||||
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
"survey.notification": "درست است اگر در صورت وجود نظرسنجی به کاربران اطلاع داده شود. به طور پیش فرض درست است.",
|
||||||
"unofficialBoardSupport": "برای لیستی از آدرس های اینترنتی پشتیبانی هیئت مدیره غیررسمی کلیک کنید",
|
"unofficialBoardSupport": "برای لیستی از آدرس های اینترنتی پشتیبانی هیئت مدیره غیررسمی کلیک کنید",
|
||||||
"upload": "آپلود",
|
"upload": "آپلود",
|
||||||
"upload.verbose": "برای خروجی آپلود پرمخاطب درست است. به طور پیش فرض نادرست است.",
|
"upload.verbose": "برای خروجی آپلود پرمخاطب درست است. به طور پیش فرض نادرست است.",
|
||||||
@ -364,12 +376,12 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "پیمایش خودکار",
|
"autoscroll": "پیمایش خودکار",
|
||||||
"carriageReturn": "رفتن به سر سطر",
|
"carriageReturn": "رفتن به سر سطر",
|
||||||
"message": "Message (Enter to send message to '{0}' on '{1}')",
|
"message": "پیام (برای ارسال پیام به '' د{0}ر '' وارد شوید{1})",
|
||||||
"newLine": "خط جدید",
|
"newLine": "خط جدید",
|
||||||
"newLineCarriageReturn": "هم NL و هم CR",
|
"newLineCarriageReturn": "هم NL و هم CR",
|
||||||
"noLineEndings": "بدون پایان خط",
|
"noLineEndings": "بدون پایان خط",
|
||||||
"notConnected": "متصل نشد. برد و پورت را انتخاب کنید تا بطور خودکار متصل شود.",
|
"notConnected": "متصل نشد. برد و پورت را انتخاب کنید تا بطور خودکار متصل شود.",
|
||||||
"openSerialPlotter": "Serial Plotter",
|
"openSerialPlotter": "سریال رسام",
|
||||||
"timestamp": "برچسب زمانی",
|
"timestamp": "برچسب زمانی",
|
||||||
"toggleTimestamp": "اتصال برچسب زمان"
|
"toggleTimestamp": "اتصال برچسب زمان"
|
||||||
},
|
},
|
||||||
@ -377,20 +389,20 @@
|
|||||||
"archiveSketch": "آرشیو طرح",
|
"archiveSketch": "آرشیو طرح",
|
||||||
"cantOpen": "پوشه ای با نام \"{0}\" از قبل وجود دارد. طرح را نمی توان باز کرد",
|
"cantOpen": "پوشه ای با نام \"{0}\" از قبل وجود دارد. طرح را نمی توان باز کرد",
|
||||||
"close": "آیا شما می خواهید این طرح را ببندید؟",
|
"close": "آیا شما می خواهید این طرح را ببندید؟",
|
||||||
"compile": "Compiling sketch...",
|
"compile": "تدوین طرح...",
|
||||||
"configureAndUpload": "Configure and Upload",
|
"configureAndUpload": "پیکری بندی و بارگذاری",
|
||||||
"createdArchive": "آرشیو {0} ایجاد شد.",
|
"createdArchive": "آرشیو {0} ایجاد شد.",
|
||||||
"doneCompiling": "پایان کامپایل کردن",
|
"doneCompiling": "پایان کامپایل کردن",
|
||||||
"doneUploading": "پایان بارگذاری",
|
"doneUploading": "پایان بارگذاری",
|
||||||
"exportBinary": "دریافت خروجی باینری کامپایل شده",
|
"exportBinary": "دریافت خروجی باینری کامپایل شده",
|
||||||
"moving": "جابجا کردن",
|
"moving": "جابجا کردن",
|
||||||
"movingMsg": "فایل \"{0}\" باید داخل یک پوشه طرح به نام \"{1}\" باشد.\nاین پوشه را ایجاد کنید، فایل را منتقل کنید و ادامه دهید؟",
|
"movingMsg": "فایل \"{0}\" باید داخل یک پوشه طرح به نام \"{1}\" باشد.\nاین پوشه را ایجاد کنید، فایل را منتقل کنید و ادامه دهید؟",
|
||||||
"new": "جدید",
|
"new": "New Sketch",
|
||||||
"openFolder": "بازکردن پوشه",
|
"openFolder": "بازکردن پوشه",
|
||||||
"openRecent": "باز کردن آخرین ها",
|
"openRecent": "باز کردن آخرین ها",
|
||||||
"openSketchInNewWindow": "باز کردن طرح در پنجره جدید.",
|
"openSketchInNewWindow": "باز کردن طرح در پنجره جدید.",
|
||||||
"saveFolderAs": "ذخیره پوشه طرح در ...",
|
"saveFolderAs": "ذخیره پوشه طرح در ...",
|
||||||
"saveSketch": "Save your sketch to open it again later.",
|
"saveSketch": "طرح خود را ذخیره کنید تا بعداً دوباره باز شود.",
|
||||||
"saveSketchAs": "ذخیره پوشه طرح در ...",
|
"saveSketchAs": "ذخیره پوشه طرح در ...",
|
||||||
"showFolder": "نمایش پوشه ظرح",
|
"showFolder": "نمایش پوشه ظرح",
|
||||||
"sketch": "طرح",
|
"sketch": "طرح",
|
||||||
@ -399,27 +411,31 @@
|
|||||||
"titleSketchbook": "منبع طرح ها",
|
"titleSketchbook": "منبع طرح ها",
|
||||||
"upload": "آپلود",
|
"upload": "آپلود",
|
||||||
"uploadUsingProgrammer": "بارگذاری با استفاده از پروگرامر",
|
"uploadUsingProgrammer": "بارگذاری با استفاده از پروگرامر",
|
||||||
"uploading": "Uploading...",
|
"uploading": "درحال بارگذاری...",
|
||||||
"userFieldsNotFoundError": "عدم یافت شدن فیلد های کاربر برای برد متصل",
|
"userFieldsNotFoundError": "عدم یافت شدن فیلد های کاربر برای برد متصل",
|
||||||
"verify": "تائید",
|
"verify": "تائید",
|
||||||
"verifyOrCompile": "تائید / کامپایل"
|
"verifyOrCompile": "تائید / کامپایل"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "به نظرسنجی پاسخ دهید",
|
||||||
"dismissSurvey": "Don't show again",
|
"dismissSurvey": "دیگر نشان نده",
|
||||||
"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."
|
"surveyMessage": "لطفاً با پاسخ دادن به این نظرسنجی فوق العاده کوتاه ما را در پیشرفت خود یاری کنید. ما برای جامعه خود ارزش قائلیم و دوست داریم حامیان خود را کمی بهتر بشناسیم."
|
||||||
},
|
},
|
||||||
"updateIndexes": {
|
"updateIndexes": {
|
||||||
"updateIndexes": "Update Indexes",
|
"updateIndexes": "به روز رسانی شاخص ها",
|
||||||
"updateLibraryIndex": "Update Library Index",
|
"updateLibraryIndex": "به روز رسانی فهرست کتابخانه",
|
||||||
"updatePackageIndex": "Update Package Index"
|
"updatePackageIndex": "به روز رسانی فهرست بسته"
|
||||||
},
|
},
|
||||||
"upload": {
|
"upload": {
|
||||||
"error": "خطا {0} : {1}"
|
"error": "خطا {0} : {1}"
|
||||||
},
|
},
|
||||||
"userFields": {
|
"userFields": {
|
||||||
"cancel": "لغو",
|
"cancel": "لغو",
|
||||||
"enterField": "Enter {0}",
|
"enterField": "ورود{0}",
|
||||||
"upload": "بارگذاری"
|
"upload": "بارگذاری"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -430,7 +446,7 @@
|
|||||||
"couldNotSave": "ابر طرح را ذخیره نکرد. لطفا کار ذخیره نشده خود را به ویرایشگر متن مورد علاقه خود کپی کنید، و آردوینو را دوباره راه اندازی کنید.",
|
"couldNotSave": "ابر طرح را ذخیره نکرد. لطفا کار ذخیره نشده خود را به ویرایشگر متن مورد علاقه خود کپی کنید، و آردوینو را دوباره راه اندازی کنید.",
|
||||||
"daemonOffline": "CLI آفلاین پس زمینه",
|
"daemonOffline": "CLI آفلاین پس زمینه",
|
||||||
"offline": "آفلاین",
|
"offline": "آفلاین",
|
||||||
"quitTitle": "Are you sure you want to quit?"
|
"quitTitle": "آیا مطمئن هستید که می خواهید خارج شوید؟"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"start": "شروع...",
|
"start": "شروع...",
|
||||||
|
@ -119,6 +119,9 @@
|
|||||||
"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."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Network",
|
"network": "Network",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Export Compiled Binary",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"new": "New",
|
"new": "New Sketch",
|
||||||
"openFolder": "Open Folder",
|
"openFolder": "Open Folder",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "Open Recent",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Open Sketch in New Window",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Verify",
|
"verify": "Verify",
|
||||||
"verifyOrCompile": "Verify/Compile"
|
"verifyOrCompile": "Verify/Compile"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "Answer survey",
|
||||||
"dismissSurvey": "Don't show again",
|
"dismissSurvey": "Don't show again",
|
||||||
|
18
i18n/fr.json
18
i18n/fr.json
@ -119,6 +119,9 @@
|
|||||||
"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."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Impossible de fermer le web socket",
|
"unableToCloseWebSocket": "Impossible de fermer le web socket",
|
||||||
"unableToConnectToWebSocket": "Impossible de se connecter au web socket"
|
"unableToConnectToWebSocket": "Impossible de se connecter au web socket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Réseau",
|
"network": "Réseau",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Afficher la sortie de débogage verbeuse pendant",
|
"showVerbose": "Afficher la sortie de débogage verbeuse pendant",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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": "Vrai si les utilisateurs doivent être avertis si une enquête est disponible. Vrai par défaut.",
|
"survey.notification": "Vrai si les utilisateurs doivent être avertis si une enquête est disponible. Vrai par défaut.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Exporter les binaires compilés",
|
"exportBinary": "Exporter les binaires compilés",
|
||||||
"moving": "Déplacement",
|
"moving": "Déplacement",
|
||||||
"movingMsg": "Le fichier \"{0}\" à besoin d'être à l'intérieur d'un dossier de croquis appelé \"{1}\".\nCréer ce dossier, déplacer le fichier et continuer ?",
|
"movingMsg": "Le fichier \"{0}\" à besoin d'être à l'intérieur d'un dossier de croquis appelé \"{1}\".\nCréer ce dossier, déplacer le fichier et continuer ?",
|
||||||
"new": "Nouveau",
|
"new": "New Sketch",
|
||||||
"openFolder": "Ouvrir le dossier",
|
"openFolder": "Ouvrir le dossier",
|
||||||
"openRecent": "Ouvrir les récents",
|
"openRecent": "Ouvrir les récents",
|
||||||
"openSketchInNewWindow": "Ouvrir le croquis dans une nouvelle fenêtre",
|
"openSketchInNewWindow": "Ouvrir le croquis dans une nouvelle fenêtre",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Vérifier",
|
"verify": "Vérifier",
|
||||||
"verifyOrCompile": "Vérifier / Compiler"
|
"verifyOrCompile": "Vérifier / Compiler"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Enquête sur les réponses",
|
"answerSurvey": "Enquête sur les réponses",
|
||||||
"dismissSurvey": "Ne pas montrer de nouveau",
|
"dismissSurvey": "Ne pas montrer de nouveau",
|
||||||
|
18
i18n/he.json
18
i18n/he.json
@ -119,6 +119,9 @@
|
|||||||
"syncEditSketches": "סנכרון ועריכת הסקיצה בענן של ארדואינו",
|
"syncEditSketches": "סנכרון ועריכת הסקיצה בענן של ארדואינו",
|
||||||
"visitArduinoCloud": "כנס.י לענן של ארדואינו ליצור סקיצה בענן"
|
"visitArduinoCloud": "כנס.י לענן של ארדואינו ליצור סקיצה בענן"
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "הכל",
|
"all": "הכל",
|
||||||
"contributed": "נתרם",
|
"contributed": "נתרם",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "רשת",
|
"network": "רשת",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "ייצוא בינארי מקומפל.",
|
"exportBinary": "ייצוא בינארי מקומפל.",
|
||||||
"moving": "מעביר",
|
"moving": "מעביר",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"new": "חדש",
|
"new": "New Sketch",
|
||||||
"openFolder": "פתח תיקיה",
|
"openFolder": "פתח תיקיה",
|
||||||
"openRecent": "נפתח לאחרונה",
|
"openRecent": "נפתח לאחרונה",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Open Sketch in New Window",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "בדיקה",
|
"verify": "בדיקה",
|
||||||
"verifyOrCompile": "בדיקה\\קומפילציה"
|
"verifyOrCompile": "בדיקה\\קומפילציה"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "ענה על סקר",
|
"answerSurvey": "ענה על סקר",
|
||||||
"dismissSurvey": "אל תראה שוב.",
|
"dismissSurvey": "אל תראה שוב.",
|
||||||
|
18
i18n/hu.json
18
i18n/hu.json
@ -119,6 +119,9 @@
|
|||||||
"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. "
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Hálózat",
|
"network": "Hálózat",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Részletes kimenet megjelenítése eközben: ",
|
"showVerbose": "Részletes kimenet megjelenítése eközben: ",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Összeállított bináris exportálása",
|
"exportBinary": "Összeállított bináris exportálása",
|
||||||
"moving": "Mozgatás",
|
"moving": "Mozgatás",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"new": "Új",
|
"new": "New Sketch",
|
||||||
"openFolder": "Mappa megnyitása",
|
"openFolder": "Mappa megnyitása",
|
||||||
"openRecent": "Legutóbbi megnyitása",
|
"openRecent": "Legutóbbi megnyitása",
|
||||||
"openSketchInNewWindow": "Vázlat/sketch megnyitása új ablakban",
|
"openSketchInNewWindow": "Vázlat/sketch megnyitása új ablakban",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Ellenőrzés",
|
"verify": "Ellenőrzés",
|
||||||
"verifyOrCompile": "Ellenőrzés/fordítás"
|
"verifyOrCompile": "Ellenőrzés/fordítás"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "Answer survey",
|
||||||
"dismissSurvey": "Don't show again",
|
"dismissSurvey": "Don't show again",
|
||||||
|
18
i18n/id.json
18
i18n/id.json
@ -119,6 +119,9 @@
|
|||||||
"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."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Network",
|
"network": "Network",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Export Compiled Binary",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"new": "New",
|
"new": "New Sketch",
|
||||||
"openFolder": "Open Folder",
|
"openFolder": "Open Folder",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "Open Recent",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Open Sketch in New Window",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Verify",
|
"verify": "Verify",
|
||||||
"verifyOrCompile": "Verify/Compile"
|
"verifyOrCompile": "Verify/Compile"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "Answer survey",
|
||||||
"dismissSurvey": "Don't show again",
|
"dismissSurvey": "Don't show again",
|
||||||
|
58
i18n/it.json
58
i18n/it.json
@ -8,7 +8,7 @@
|
|||||||
"board": "Scheda{0}",
|
"board": "Scheda{0}",
|
||||||
"boardConfigDialogTitle": "Seleziona un'altra scheda e un'altra porta",
|
"boardConfigDialogTitle": "Seleziona un'altra scheda e un'altra porta",
|
||||||
"boardInfo": "Informazioni sulla scheda",
|
"boardInfo": "Informazioni sulla scheda",
|
||||||
"boards": "boards",
|
"boards": "schede",
|
||||||
"configDialog1": "Seleziona una scheda ed una porta se vuoi caricare uno sketch.",
|
"configDialog1": "Seleziona una scheda ed una porta se vuoi caricare uno sketch.",
|
||||||
"configDialog2": "Se selezioni solo una scheda, potrai compilare, ma non potrai caricare il tuo sketch.",
|
"configDialog2": "Se selezioni solo una scheda, potrai compilare, ma non potrai caricare il tuo sketch.",
|
||||||
"couldNotFindPreviouslySelected": "Impossibile trovare la scheda selezionata '{0}' nella piattaforma installata '{1}'. Scegli nuovamente la scheda che vuoi utilizzare. Vuoi sceglierla ora?",
|
"couldNotFindPreviouslySelected": "Impossibile trovare la scheda selezionata '{0}' nella piattaforma installata '{1}'. Scegli nuovamente la scheda che vuoi utilizzare. Vuoi sceglierla ora?",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"getBoardInfo": "Acquisisci informazioni sulla scheda",
|
"getBoardInfo": "Acquisisci informazioni sulla scheda",
|
||||||
"inSketchbook": "(nella raccolta degli sketch)",
|
"inSketchbook": "(nella raccolta degli sketch)",
|
||||||
"installNow": "Il \"{0} {1}\" core non è installato per la scheda \"{2}\" . Vuoi installarlo ora?",
|
"installNow": "Il \"{0} {1}\" core non è installato per la scheda \"{2}\" . Vuoi installarlo ora?",
|
||||||
"noBoardsFound": "Nessuna scheda è stata trovata per \"{0}\"",
|
"noBoardsFound": "Nessuna scheda trovata per \"{0}\"",
|
||||||
"noFQBN": "La FQBN non è disponibile per la scheda selezionata\"{0}\". Sei sicuro che il core specifico sia stato installato?",
|
"noFQBN": "La FQBN non è disponibile per la scheda selezionata\"{0}\". Sei sicuro che il core specifico sia stato installato?",
|
||||||
"noPortsDiscovered": "Nessuna porta rilevata",
|
"noPortsDiscovered": "Nessuna porta rilevata",
|
||||||
"noPortsSelected": "Nessuna porta selezionata per la scheda: '{0}'.",
|
"noPortsSelected": "Nessuna porta selezionata per la scheda: '{0}'.",
|
||||||
@ -26,7 +26,7 @@
|
|||||||
"pleasePickBoard": "Scegli la scheda collegata alla porta che hai selezionato.",
|
"pleasePickBoard": "Scegli la scheda collegata alla porta che hai selezionato.",
|
||||||
"port": "Porta{0}",
|
"port": "Porta{0}",
|
||||||
"portLabel": "Porta: {0}",
|
"portLabel": "Porta: {0}",
|
||||||
"ports": "ports",
|
"ports": "porte",
|
||||||
"programmer": "Programmatore",
|
"programmer": "Programmatore",
|
||||||
"reselectLater": "Riselezionare più tardi",
|
"reselectLater": "Riselezionare più tardi",
|
||||||
"searchBoard": "Seleziona la scheda",
|
"searchBoard": "Seleziona la scheda",
|
||||||
@ -34,10 +34,10 @@
|
|||||||
"selectBoardForInfo": "Seleziona la scheda per la quale desideri informazioni.",
|
"selectBoardForInfo": "Seleziona la scheda per la quale desideri informazioni.",
|
||||||
"selectPortForInfo": "Selezionare la porta per ottenere info sulla scheda.",
|
"selectPortForInfo": "Selezionare la porta per ottenere info sulla scheda.",
|
||||||
"showAllAvailablePorts": "Quando abilitato, mostra tutte le porte disponibili",
|
"showAllAvailablePorts": "Quando abilitato, mostra tutte le porte disponibili",
|
||||||
"showAllPorts": "Show all ports",
|
"showAllPorts": "Mostra tutte le porte",
|
||||||
"succesfullyInstalledPlatform": "Piattaforma installata correttamente {0}:{1}",
|
"succesfullyInstalledPlatform": "Piattaforma installata correttamente {0}:{1}",
|
||||||
"succesfullyUninstalledPlatform": "Piattaforma disinstallata correttamente {0}:{1}",
|
"succesfullyUninstalledPlatform": "Piattaforma disinstallata correttamente {0}:{1}",
|
||||||
"typeOfPorts": "{0} ports"
|
"typeOfPorts": "{0} porte"
|
||||||
},
|
},
|
||||||
"boardsManager": "Gestore schede",
|
"boardsManager": "Gestore schede",
|
||||||
"boardsType": {
|
"boardsType": {
|
||||||
@ -90,7 +90,7 @@
|
|||||||
"donePushing": "Invio terminato ‘{0}’.",
|
"donePushing": "Invio terminato ‘{0}’.",
|
||||||
"embed": "Includi:",
|
"embed": "Includi:",
|
||||||
"emptySketchbook": "La raccolta degli sketch è vuota",
|
"emptySketchbook": "La raccolta degli sketch è vuota",
|
||||||
"goToCloud": "Go to Cloud",
|
"goToCloud": "Vai al Cloud",
|
||||||
"learnMore": "Più informazioni",
|
"learnMore": "Più informazioni",
|
||||||
"link": "Link:",
|
"link": "Link:",
|
||||||
"notYetPulled": "Sul Cloud non puoi effettuare il push se non hai ancora fatto il pull",
|
"notYetPulled": "Sul Cloud non puoi effettuare il push se non hai ancora fatto il pull",
|
||||||
@ -119,6 +119,9 @@
|
|||||||
"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 "
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "Tutti",
|
"all": "Tutti",
|
||||||
"contributed": "Fornita da terzi",
|
"contributed": "Fornita da terzi",
|
||||||
@ -156,16 +159,16 @@
|
|||||||
"addFile": "Aggiungi file...",
|
"addFile": "Aggiungi file...",
|
||||||
"fileAdded": "Aggiunto un file allo sketch.",
|
"fileAdded": "Aggiunto un file allo sketch.",
|
||||||
"plotter": {
|
"plotter": {
|
||||||
"couldNotOpen": "Couldn't open serial plotter"
|
"couldNotOpen": "Impossibile aprire la porta seriale"
|
||||||
},
|
},
|
||||||
"replaceTitle": "Sostituisci"
|
"replaceTitle": "Sostituisci"
|
||||||
},
|
},
|
||||||
"core": {
|
"core": {
|
||||||
"compilerWarnings": {
|
"compilerWarnings": {
|
||||||
"all": "Tutti",
|
"all": "Tutti",
|
||||||
"default": "Default",
|
"default": "Predefinito",
|
||||||
"more": "More",
|
"more": "Altro",
|
||||||
"none": "None"
|
"none": "Nessuno"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"coreContribution": {
|
"coreContribution": {
|
||||||
@ -256,10 +259,10 @@
|
|||||||
"contributedLibraries": "Librerie di terze parti",
|
"contributedLibraries": "Librerie di terze parti",
|
||||||
"include": "Includi Libreria",
|
"include": "Includi Libreria",
|
||||||
"installAll": "Installa tutto",
|
"installAll": "Installa tutto",
|
||||||
"installLibraryDependencies": "Install library dependencies",
|
"installLibraryDependencies": "Installa le dipendenze della libreria",
|
||||||
"installMissingDependencies": "Vorresti installare tutte le dipendenze mancanti?",
|
"installMissingDependencies": "Vorresti installare tutte le dipendenze mancanti?",
|
||||||
"installOneMissingDependency": "Vorresti installare le dipendenze mancanti?",
|
"installOneMissingDependency": "Vorresti installare le dipendenze mancanti?",
|
||||||
"installWithoutDependencies": "Install without dependencies",
|
"installWithoutDependencies": "Installa senza le dipendenze",
|
||||||
"installedSuccessfully": "Libreria installata correttamente 1{0} : 2{1} ",
|
"installedSuccessfully": "Libreria installata correttamente 1{0} : 2{1} ",
|
||||||
"libraryAlreadyExists": "Libreria già presente. Vuoi sovrascriverla?",
|
"libraryAlreadyExists": "Libreria già presente. Vuoi sovrascriverla?",
|
||||||
"manageLibraries": "Gestisci Librerie",
|
"manageLibraries": "Gestisci Librerie",
|
||||||
@ -299,9 +302,15 @@
|
|||||||
"unableToCloseWebSocket": "Impossibile chiudere il websocket",
|
"unableToCloseWebSocket": "Impossibile chiudere il websocket",
|
||||||
"unableToConnectToWebSocket": "Impossibile connettersi al websocket"
|
"unableToConnectToWebSocket": "Impossibile connettersi al websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Rete",
|
"network": "Rete",
|
||||||
"serial": "Serial"
|
"serial": "Seriale"
|
||||||
},
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "URL aggiuntive per il Gestore schede",
|
"additionalManagerURLs": "URL aggiuntive per il Gestore schede",
|
||||||
@ -343,12 +352,15 @@
|
|||||||
"newSketchbookLocation": "Seleziona un percorso per il nuovo sketchbook",
|
"newSketchbookLocation": "Seleziona un percorso per il nuovo sketchbook",
|
||||||
"noProxy": "Nessun proxy",
|
"noProxy": "Nessun proxy",
|
||||||
"proxySettings": {
|
"proxySettings": {
|
||||||
"hostname": "Host name",
|
"hostname": "Nome host",
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
"port": "Port number",
|
"port": "Numero di porta",
|
||||||
"username": "Username"
|
"username": "Nome utente"
|
||||||
},
|
},
|
||||||
"showVerbose": "Mostra un output dettagliato durante",
|
"showVerbose": "Mostra un output dettagliato durante",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Percorso assoluto del filesystem per il file predefinito blueprint `.ino`. Se specificato, il contenuto del file blueprint sarà utilizzato per ogni nuovo sketch creato dall'IDE. Se non specificato, gli sketch saranno generati con il contenuto predefinito di Arduino. I file blueprint non accessibili saranno ignorati. **È necessario un riavvio dell'IDE** affinché questa impostazione abbia effetto."
|
||||||
|
},
|
||||||
"sketchbook.location": "Posizione della raccolta degli sketch",
|
"sketchbook.location": "Posizione della raccolta 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": "Vero se gli utenti devono essere avvisati quando è disponibile un sondaggio. Vero per impostazione predefinita.",
|
"survey.notification": "Vero se gli utenti devono essere avvisati quando è disponibile un sondaggio. Vero per impostazione predefinita.",
|
||||||
@ -378,14 +390,14 @@
|
|||||||
"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?",
|
||||||
"compile": "Compilazione dello sketch in corso...",
|
"compile": "Compilazione dello sketch in corso...",
|
||||||
"configureAndUpload": "Configure and Upload",
|
"configureAndUpload": "Configura e Carica",
|
||||||
"createdArchive": "Creato l'archivio '{0}'.",
|
"createdArchive": "Creato l'archivio '{0}'.",
|
||||||
"doneCompiling": "Compilazione completata.",
|
"doneCompiling": "Compilazione completata.",
|
||||||
"doneUploading": "Caricamento terminato.",
|
"doneUploading": "Caricamento terminato.",
|
||||||
"exportBinary": "Esporta sketch compilato",
|
"exportBinary": "Esporta sketch compilato",
|
||||||
"moving": "Spostando",
|
"moving": "Spostando",
|
||||||
"movingMsg": "Il file \"{0}\" deve essere all'interno della cartella \"{1}\".\nCreare questa cartella, spostare il file e continuare?",
|
"movingMsg": "Il file \"{0}\" deve essere all'interno della cartella \"{1}\".\nCreare questa cartella, spostare il file e continuare?",
|
||||||
"new": "Nuovo",
|
"new": "New Sketch",
|
||||||
"openFolder": "Apri Cartella",
|
"openFolder": "Apri Cartella",
|
||||||
"openRecent": "Apri recenti",
|
"openRecent": "Apri recenti",
|
||||||
"openSketchInNewWindow": "Apri lo sketch in una Nuova Finestra.",
|
"openSketchInNewWindow": "Apri lo sketch in una Nuova Finestra.",
|
||||||
@ -404,15 +416,19 @@
|
|||||||
"verify": "Verifica",
|
"verify": "Verifica",
|
||||||
"verifyOrCompile": "Verifica/Compila"
|
"verifyOrCompile": "Verifica/Compila"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Rispondi al questionario",
|
"answerSurvey": "Rispondi al questionario",
|
||||||
"dismissSurvey": "Non mostrare più",
|
"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!"
|
"surveyMessage": "Aiutaci a migliorare rispondendo a questo brevissimo questionario. Abbiamo a cuore la nostra comunità e vorremmo conoscere meglio chi ci supporta!"
|
||||||
},
|
},
|
||||||
"updateIndexes": {
|
"updateIndexes": {
|
||||||
"updateIndexes": "Update Indexes",
|
"updateIndexes": "Aggiorna gli indici",
|
||||||
"updateLibraryIndex": "Update Library Index",
|
"updateLibraryIndex": "Aggiorna l'indice di libreria",
|
||||||
"updatePackageIndex": "Update Package Index"
|
"updatePackageIndex": "Aggiorna l'indice del pacchetto"
|
||||||
},
|
},
|
||||||
"upload": {
|
"upload": {
|
||||||
"error": "1 {0} errore: 2 {1}"
|
"error": "1 {0} errore: 2 {1}"
|
||||||
|
24
i18n/ja.json
24
i18n/ja.json
@ -90,7 +90,7 @@
|
|||||||
"donePushing": "‘{0}’のプッシュが完了しました。",
|
"donePushing": "‘{0}’のプッシュが完了しました。",
|
||||||
"embed": "埋め込み:",
|
"embed": "埋め込み:",
|
||||||
"emptySketchbook": "スケッチブックは空です",
|
"emptySketchbook": "スケッチブックは空です",
|
||||||
"goToCloud": "Go to Cloud",
|
"goToCloud": "クラウドへ",
|
||||||
"learnMore": "詳細はこちら",
|
"learnMore": "詳細はこちら",
|
||||||
"link": "リンク:",
|
"link": "リンク:",
|
||||||
"notYetPulled": "クラウドにプッシュできません。まだプルされていません。",
|
"notYetPulled": "クラウドにプッシュできません。まだプルされていません。",
|
||||||
@ -119,6 +119,9 @@
|
|||||||
"syncEditSketches": "Arduinoクラウドスケッチの同期と編集",
|
"syncEditSketches": "Arduinoクラウドスケッチの同期と編集",
|
||||||
"visitArduinoCloud": "Arduino Cloudにアクセスしてクラウドスケッチを作成する"
|
"visitArduinoCloud": "Arduino Cloudにアクセスしてクラウドスケッチを作成する"
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "全て",
|
"all": "全て",
|
||||||
"contributed": "提供された",
|
"contributed": "提供された",
|
||||||
@ -256,10 +259,10 @@
|
|||||||
"contributedLibraries": "提供されたライブラリ",
|
"contributedLibraries": "提供されたライブラリ",
|
||||||
"include": "ライブラリをインクルード",
|
"include": "ライブラリをインクルード",
|
||||||
"installAll": "全てをインストール",
|
"installAll": "全てをインストール",
|
||||||
"installLibraryDependencies": "Install library dependencies",
|
"installLibraryDependencies": "ライブラリの依存関係をインストール",
|
||||||
"installMissingDependencies": "不足している全ての依存関係をインストールしますか?",
|
"installMissingDependencies": "不足している全ての依存関係をインストールしますか?",
|
||||||
"installOneMissingDependency": "不足している依存関係をインストールしますか?",
|
"installOneMissingDependency": "不足している依存関係をインストールしますか?",
|
||||||
"installWithoutDependencies": "Install without dependencies",
|
"installWithoutDependencies": "依存関係なしにインストール",
|
||||||
"installedSuccessfully": "ライブラリ{0}:{1}のインストールに成功しました。",
|
"installedSuccessfully": "ライブラリ{0}:{1}のインストールに成功しました。",
|
||||||
"libraryAlreadyExists": "ライブラリはすでに存在しています。上書きしますか?",
|
"libraryAlreadyExists": "ライブラリはすでに存在しています。上書きしますか?",
|
||||||
"manageLibraries": "ライブラリを管理...",
|
"manageLibraries": "ライブラリを管理...",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "websocketを閉じることができません",
|
"unableToCloseWebSocket": "websocketを閉じることができません",
|
||||||
"unableToConnectToWebSocket": "websocketに接続することができません"
|
"unableToConnectToWebSocket": "websocketに接続することができません"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "ネットワーク",
|
"network": "ネットワーク",
|
||||||
"serial": "シリアル"
|
"serial": "シリアル"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "ユーザ名"
|
"username": "ユーザ名"
|
||||||
},
|
},
|
||||||
"showVerbose": "より詳細な情報を表示する",
|
"showVerbose": "より詳細な情報を表示する",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "デフォルトの `.ino` ブループリント・ファイルへの絶対ファイルシステムパス。指定された場合、IDEによって作成されるすべての新しいスケッチに、ブループリント・ファイルの内容が使用されます。指定されない場合、スケッチはArduinoデフォルトの内容で生成されます。アクセスできないブループリント・ファイルは無視されます。この設定を有効にするには**IDE の再起動が必要**です。"
|
||||||
|
},
|
||||||
"sketchbook.location": "スケッチブックの場所",
|
"sketchbook.location": "スケッチブックの場所",
|
||||||
"sketchbook.showAllFiles": "スケッチ内のすべてのスケッチファイルを表示するにはtrueを指定。デフォルトではfalse。",
|
"sketchbook.showAllFiles": "スケッチ内のすべてのスケッチファイルを表示するにはtrueを指定。デフォルトではfalse。",
|
||||||
"survey.notification": "アンケートが利用可能になったとき、通知を受け取る場合はTrueを指定します。デフォルトではTrue。",
|
"survey.notification": "アンケートが利用可能になったとき、通知を受け取る場合はTrueを指定します。デフォルトではTrue。",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "コンパイル済みバイナリをエクスポート",
|
"exportBinary": "コンパイル済みバイナリをエクスポート",
|
||||||
"moving": "移動",
|
"moving": "移動",
|
||||||
"movingMsg": "ファイル\"{0}\"は、\"{1}\"という名前のスケッチフォルダの中にあることが必要です。\nこのフォルダを作成し、ファイルを移動させ、継続しますか?",
|
"movingMsg": "ファイル\"{0}\"は、\"{1}\"という名前のスケッチフォルダの中にあることが必要です。\nこのフォルダを作成し、ファイルを移動させ、継続しますか?",
|
||||||
"new": "新規",
|
"new": "New Sketch",
|
||||||
"openFolder": "フォルダを開く",
|
"openFolder": "フォルダを開く",
|
||||||
"openRecent": "最近使った項目を開く",
|
"openRecent": "最近使った項目を開く",
|
||||||
"openSketchInNewWindow": "新規ウィンドウでスケッチを開く",
|
"openSketchInNewWindow": "新規ウィンドウでスケッチを開く",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "検証",
|
"verify": "検証",
|
||||||
"verifyOrCompile": "検証・コンパイル"
|
"verifyOrCompile": "検証・コンパイル"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "アンケートに回答する",
|
"answerSurvey": "アンケートに回答する",
|
||||||
"dismissSurvey": "次回から表示しない",
|
"dismissSurvey": "次回から表示しない",
|
||||||
|
50
i18n/ko.json
50
i18n/ko.json
@ -83,7 +83,7 @@
|
|||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"account": "계정",
|
"account": "계정",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "보여질 스케치를 선택하세요",
|
||||||
"connected": "연결됨",
|
"connected": "연결됨",
|
||||||
"continue": "계속",
|
"continue": "계속",
|
||||||
"donePulling": "pulling 완료 ‘{0}’.",
|
"donePulling": "pulling 완료 ‘{0}’.",
|
||||||
@ -119,16 +119,19 @@
|
|||||||
"syncEditSketches": "아두이노 클라우드 스케치 동기화 및 편집",
|
"syncEditSketches": "아두이노 클라우드 스케치 동기화 및 편집",
|
||||||
"visitArduinoCloud": "아두이노 클라우드를 방문하여 클라우드 스케치를 만드십시오."
|
"visitArduinoCloud": "아두이노 클라우드를 방문하여 클라우드 스케치를 만드십시오."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "전체",
|
"all": "전체",
|
||||||
"contributed": "Contributed",
|
"contributed": "공헌된",
|
||||||
"installManually": "수동설치",
|
"installManually": "수동설치",
|
||||||
"later": "나중에",
|
"later": "나중에",
|
||||||
"noBoardSelected": "선택된 보드 없음",
|
"noBoardSelected": "선택된 보드 없음",
|
||||||
"notConnected": "[연결되지 않음]",
|
"notConnected": "[연결되지 않음]",
|
||||||
"offlineIndicator": "오프라인 상태인 것 같습니다. 인터넷 연결이 없으면 Arduino CLI가 필요한 리소스를 다운로드하지 못하고 오작동을 일으킬 수 있습니다. 인터넷에 연결하고 애플리케이션을 다시 시작해주세요.",
|
"offlineIndicator": "오프라인 상태인 것 같습니다. 인터넷 연결이 없으면 Arduino CLI가 필요한 리소스를 다운로드하지 못하고 오작동을 일으킬 수 있습니다. 인터넷에 연결하고 애플리케이션을 다시 시작해주세요.",
|
||||||
"oldFormat": "'{0}' 파일은 오래된 `.pde` 확장자로 되어있어요. 새로운 `.ino` 확장자로 변경하시겠어요?",
|
"oldFormat": "'{0}' 파일은 오래된 `.pde` 확장자로 되어있어요. 새로운 `.ino` 확장자로 변경하시겠어요?",
|
||||||
"partner": "Partner",
|
"partner": "파트너",
|
||||||
"processing": "처리 중",
|
"processing": "처리 중",
|
||||||
"recommended": "추천됨",
|
"recommended": "추천됨",
|
||||||
"retired": "Retired",
|
"retired": "Retired",
|
||||||
@ -144,7 +147,7 @@
|
|||||||
"component": {
|
"component": {
|
||||||
"boardsIncluded": "이 패키지에 포함된 보드:",
|
"boardsIncluded": "이 패키지에 포함된 보드:",
|
||||||
"by": "by",
|
"by": "by",
|
||||||
"filterSearch": "Filter your search...",
|
"filterSearch": "필터 검색...",
|
||||||
"install": "설치",
|
"install": "설치",
|
||||||
"installed": "설치됨",
|
"installed": "설치됨",
|
||||||
"moreInfo": "더 많은 정보",
|
"moreInfo": "더 많은 정보",
|
||||||
@ -163,9 +166,9 @@
|
|||||||
"core": {
|
"core": {
|
||||||
"compilerWarnings": {
|
"compilerWarnings": {
|
||||||
"all": "전체",
|
"all": "전체",
|
||||||
"default": "Default",
|
"default": "기본",
|
||||||
"more": "More",
|
"more": "추가",
|
||||||
"none": "None"
|
"none": "없음"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"coreContribution": {
|
"coreContribution": {
|
||||||
@ -253,10 +256,10 @@
|
|||||||
"library": {
|
"library": {
|
||||||
"addZip": ".ZIP 라이브러리 추가...",
|
"addZip": ".ZIP 라이브러리 추가...",
|
||||||
"arduinoLibraries": "아두이노 라이브러리",
|
"arduinoLibraries": "아두이노 라이브러리",
|
||||||
"contributedLibraries": "Contributed libraries",
|
"contributedLibraries": "공헌된 라이브러리들",
|
||||||
"include": "라이브러리 포함",
|
"include": "라이브러리 포함",
|
||||||
"installAll": "모두 설치",
|
"installAll": "모두 설치",
|
||||||
"installLibraryDependencies": "Install library dependencies",
|
"installLibraryDependencies": "라이브러리 종속성 설치",
|
||||||
"installMissingDependencies": "누락된 모든 종속성을 설치하시겠습니까?",
|
"installMissingDependencies": "누락된 모든 종속성을 설치하시겠습니까?",
|
||||||
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
||||||
"installWithoutDependencies": "Install without dependencies",
|
"installWithoutDependencies": "Install without dependencies",
|
||||||
@ -267,7 +270,7 @@
|
|||||||
"needsMultipleDependencies": "라이브러리 <b>{0}:{1}</b> 는 현재 설치되지 않은 다른 종속성이 필요합니다.",
|
"needsMultipleDependencies": "라이브러리 <b>{0}:{1}</b> 는 현재 설치되지 않은 다른 종속성이 필요합니다.",
|
||||||
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
||||||
"overwriteExistingLibrary": "기존 라이브러리를 덮어쓰시겠습니까?",
|
"overwriteExistingLibrary": "기존 라이브러리를 덮어쓰시겠습니까?",
|
||||||
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
"successfullyInstalledZipLibrary": "라이브러리가 {0} 저장소에 성공적으로 설치됨",
|
||||||
"title": "라이브러리 매니저",
|
"title": "라이브러리 매니저",
|
||||||
"uninstalledSuccessfully": "라이브러리가 성공적으로 제거됨 {0}:{1}",
|
"uninstalledSuccessfully": "라이브러리가 성공적으로 제거됨 {0}:{1}",
|
||||||
"zipLibrary": "라이브러리"
|
"zipLibrary": "라이브러리"
|
||||||
@ -291,7 +294,7 @@
|
|||||||
"installed": "설치됨"
|
"installed": "설치됨"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"advanced": "Advanced",
|
"advanced": "고급",
|
||||||
"sketch": "스케치",
|
"sketch": "스케치",
|
||||||
"tools": "도구"
|
"tools": "도구"
|
||||||
},
|
},
|
||||||
@ -299,9 +302,15 @@
|
|||||||
"unableToCloseWebSocket": "웹소켓을 닫을 수 없습니다.",
|
"unableToCloseWebSocket": "웹소켓을 닫을 수 없습니다.",
|
||||||
"unableToConnectToWebSocket": "웹소켓에 연결 할 수 없습니다."
|
"unableToConnectToWebSocket": "웹소켓에 연결 할 수 없습니다."
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "네트워크",
|
"network": "네트워크",
|
||||||
"serial": "Serial"
|
"serial": "시리얼"
|
||||||
},
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "추가 보드 관리자 URL",
|
"additionalManagerURLs": "추가 보드 관리자 URL",
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "사용자이름"
|
"username": "사용자이름"
|
||||||
},
|
},
|
||||||
"showVerbose": "출력 중 자세한 표시",
|
"showVerbose": "출력 중 자세한 표시",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"sketchbook.location": "스케치북 위치",
|
"sketchbook.location": "스케치북 위치",
|
||||||
"sketchbook.showAllFiles": "스케치 내부의 모든 스케치 파일을 표시하려면 True입니다. 기본은 false입니다.",
|
"sketchbook.showAllFiles": "스케치 내부의 모든 스케치 파일을 표시하려면 True입니다. 기본은 false입니다.",
|
||||||
"survey.notification": "설문조사를 사용할 수 있는 경우 사용자에게 알림을 보내야 하는 경우 True입니다. 기본은 True입니다.",
|
"survey.notification": "설문조사를 사용할 수 있는 경우 사용자에게 알림을 보내야 하는 경우 True입니다. 기본은 True입니다.",
|
||||||
@ -363,18 +375,18 @@
|
|||||||
"selectZip": "추가하려는 라이브러리가 포함된 zip 파일을 선택하세요.",
|
"selectZip": "추가하려는 라이브러리가 포함된 zip 파일을 선택하세요.",
|
||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "자동스크롤",
|
"autoscroll": "자동스크롤",
|
||||||
"carriageReturn": "Carriage Return",
|
"carriageReturn": "캐리지 리턴",
|
||||||
"message": "Message (Enter to send message to '{0}' on '{1}')",
|
"message": "Message (Enter to send message to '{0}' on '{1}')",
|
||||||
"newLine": "새 줄",
|
"newLine": "새 줄",
|
||||||
"newLineCarriageReturn": "Both NL & CR",
|
"newLineCarriageReturn": "Both NL & CR",
|
||||||
"noLineEndings": "No Line Ending",
|
"noLineEndings": "No Line Ending",
|
||||||
"notConnected": "연결되지 않음. 자동으로 연결할 보드와 포트를 선택합니다.",
|
"notConnected": "연결되지 않음. 자동으로 연결할 보드와 포트를 선택합니다.",
|
||||||
"openSerialPlotter": "시리얼 플로터",
|
"openSerialPlotter": "시리얼 플로터",
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "타임스탬프",
|
||||||
"toggleTimestamp": "Toggle Timestamp"
|
"toggleTimestamp": "타임스탬프 표시"
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archive Sketch",
|
"archiveSketch": "스케치 압축저장",
|
||||||
"cantOpen": "이름이 \"{0}\" 인 폴더가 이미 존재합니다. 스케치를 열 수 없습니다.",
|
"cantOpen": "이름이 \"{0}\" 인 폴더가 이미 존재합니다. 스케치를 열 수 없습니다.",
|
||||||
"close": "스케치를 닫으시겠습니까?",
|
"close": "스케치를 닫으시겠습니까?",
|
||||||
"compile": "스케치 컴파일중...",
|
"compile": "스케치 컴파일중...",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "컴파일된 바이너리 내보내기",
|
"exportBinary": "컴파일된 바이너리 내보내기",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"new": "새 파일",
|
"new": "New Sketch",
|
||||||
"openFolder": "폴더 열기",
|
"openFolder": "폴더 열기",
|
||||||
"openRecent": "최근 파일 열기",
|
"openRecent": "최근 파일 열기",
|
||||||
"openSketchInNewWindow": "새 창에서 스케치 열기",
|
"openSketchInNewWindow": "새 창에서 스케치 열기",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "확인",
|
"verify": "확인",
|
||||||
"verifyOrCompile": "확인/컴파일"
|
"verifyOrCompile": "확인/컴파일"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "설문조사 응답",
|
"answerSurvey": "설문조사 응답",
|
||||||
"dismissSurvey": "다시보지 않기",
|
"dismissSurvey": "다시보지 않기",
|
||||||
|
@ -119,6 +119,9 @@
|
|||||||
"syncEditSketches": "သင်၏Arduino Cloud ကုတ်ဖိုင်လ်များကို အင်တာနက်မှတဆင့် အချိန်နှင့်တပြေးညီ ရယူကိုက်ညီစေပြီး တည်းဖြတ်လိုက်ပါ",
|
"syncEditSketches": "သင်၏Arduino Cloud ကုတ်ဖိုင်လ်များကို အင်တာနက်မှတဆင့် အချိန်နှင့်တပြေးညီ ရယူကိုက်ညီစေပြီး တည်းဖြတ်လိုက်ပါ",
|
||||||
"visitArduinoCloud": "ကလောက်ကုတ်ဖိုင်ဖန်တီးရန် Arduino Cloudသို့သွားပါ။"
|
"visitArduinoCloud": "ကလောက်ကုတ်ဖိုင်ဖန်တီးရန် Arduino Cloudသို့သွားပါ။"
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "အားလုံး",
|
"all": "အားလုံး",
|
||||||
"contributed": "ကူညီရေးသားထားသည်များ",
|
"contributed": "ကူညီရေးသားထားသည်များ",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "ဝက်ဘ်ဆော့ကတ်ကိုမပိတ်နိုင်ပါ",
|
"unableToCloseWebSocket": "ဝက်ဘ်ဆော့ကတ်ကိုမပိတ်နိုင်ပါ",
|
||||||
"unableToConnectToWebSocket": "ဝက်ဘ်ဆော့ကတ်သို့မချိတ်ဆက်နိုင်ပါ"
|
"unableToConnectToWebSocket": "ဝက်ဘ်ဆော့ကတ်သို့မချိတ်ဆက်နိုင်ပါ"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "ကွန်ရက်",
|
"network": "ကွန်ရက်",
|
||||||
"serial": "အတန်းလိုက်"
|
"serial": "အတန်းလိုက်"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "အသုံးပြုသူအမည်"
|
"username": "အသုံးပြုသူအမည်"
|
||||||
},
|
},
|
||||||
"showVerbose": "နောက်ပါလုပ်နေစဉ် အချက်အလက်များပိုမိုများပြားစွာပြမည်",
|
"showVerbose": "နောက်ပါလုပ်နေစဉ် အချက်အလက်များပိုမိုများပြားစွာပြမည်",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"sketchbook.location": "ကုတ်ဖိုင်လ်စာအုပ်တည်နေရာ",
|
"sketchbook.location": "ကုတ်ဖိုင်လ်စာအုပ်တည်နေရာ",
|
||||||
"sketchbook.showAllFiles": "အမှန်ဖြစ်ပါက ကုတ်ဖိုင်လ်အတွင်း ဖိုင်လ်အားလုံးပြမည်။ မူရင်းတန်ဖိုး - အမှား",
|
"sketchbook.showAllFiles": "အမှန်ဖြစ်ပါက ကုတ်ဖိုင်လ်အတွင်း ဖိုင်လ်အားလုံးပြမည်။ မူရင်းတန်ဖိုး - အမှား",
|
||||||
"survey.notification": "စစ်တမ်းကောက်ပါက အသုံးပြုသူကို အသိပေးမည်။ မူရင်းတန်ဖိုး - အမှန်",
|
"survey.notification": "စစ်တမ်းကောက်ပါက အသုံးပြုသူကို အသိပေးမည်။ မူရင်းတန်ဖိုး - အမှန်",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "ကုတ်ပေါင်းထားသောဘိုင်နရီဖိုင် ထုတ်ပို့မည်",
|
"exportBinary": "ကုတ်ပေါင်းထားသောဘိုင်နရီဖိုင် ထုတ်ပို့မည်",
|
||||||
"moving": "ရွှေ့နေသည်",
|
"moving": "ရွှေ့နေသည်",
|
||||||
"movingMsg": "ဖိုင်လ် \"{0}\" သည် ကုတ်ဖိုင်လ်ဖိုလ်ဒါ \"{1}\"အတွင်းရှိရန်လိုသည်။\nဖိုလ်ဒါတည်ဆောက်ပြီးဖိုင်လ်ကိုရွှေ့မည်လား။",
|
"movingMsg": "ဖိုင်လ် \"{0}\" သည် ကုတ်ဖိုင်လ်ဖိုလ်ဒါ \"{1}\"အတွင်းရှိရန်လိုသည်။\nဖိုလ်ဒါတည်ဆောက်ပြီးဖိုင်လ်ကိုရွှေ့မည်လား။",
|
||||||
"new": "အသစ်",
|
"new": "New Sketch",
|
||||||
"openFolder": "ဖိုလ်ဒါဖွင့်မည်",
|
"openFolder": "ဖိုလ်ဒါဖွင့်မည်",
|
||||||
"openRecent": "လတ်တလောဖိုင်လ်ဖွင့်မည်",
|
"openRecent": "လတ်တလောဖိုင်လ်ဖွင့်မည်",
|
||||||
"openSketchInNewWindow": "ကုတ်ဖိုင်လ်ကို ဝင်းဒိုးအသစ်တွင်ဖွင့်မည်",
|
"openSketchInNewWindow": "ကုတ်ဖိုင်လ်ကို ဝင်းဒိုးအသစ်တွင်ဖွင့်မည်",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "စစ်ဆေး",
|
"verify": "စစ်ဆေး",
|
||||||
"verifyOrCompile": "စစ်ဆေး/ကုတ်ပေါင်း"
|
"verifyOrCompile": "စစ်ဆေး/ကုတ်ပေါင်း"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "စစ်တမ်းကိုဖြေဆိုပါ",
|
"answerSurvey": "စစ်တမ်းကိုဖြေဆိုပါ",
|
||||||
"dismissSurvey": "နောက်ထပ်မပြပါနှင့်",
|
"dismissSurvey": "နောက်ထပ်မပြပါနှင့်",
|
||||||
|
18
i18n/ne.json
18
i18n/ne.json
@ -119,6 +119,9 @@
|
|||||||
"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."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Network",
|
"network": "Network",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Export Compiled Binary",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"new": "New",
|
"new": "New Sketch",
|
||||||
"openFolder": "Open Folder",
|
"openFolder": "Open Folder",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "Open Recent",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Open Sketch in New Window",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Verify",
|
"verify": "Verify",
|
||||||
"verifyOrCompile": "Verify/Compile"
|
"verifyOrCompile": "Verify/Compile"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "Answer survey",
|
||||||
"dismissSurvey": "Don't show again",
|
"dismissSurvey": "Don't show again",
|
||||||
|
18
i18n/nl.json
18
i18n/nl.json
@ -119,6 +119,9 @@
|
|||||||
"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."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "Alle",
|
"all": "Alle",
|
||||||
"contributed": "Bijgedragen",
|
"contributed": "Bijgedragen",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Kan websocket niet sluiten",
|
"unableToCloseWebSocket": "Kan websocket niet sluiten",
|
||||||
"unableToConnectToWebSocket": "Kan geen verbinding maken met websocket"
|
"unableToConnectToWebSocket": "Kan geen verbinding maken met websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Netwerk",
|
"network": "Netwerk",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Uitgebreide uitvoer weergeven tijdens",
|
"showVerbose": "Uitgebreide uitvoer weergeven tijdens",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "Waar als gebruikers een melding moeten krijgen als er een enquête beschikbaar is. Standaard is dit waar.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Gecompileerd binair bestand exporteren",
|
"exportBinary": "Gecompileerd binair bestand exporteren",
|
||||||
"moving": "Verplaatsten",
|
"moving": "Verplaatsten",
|
||||||
"movingMsg": "Het bestand \"{0}\" moet binnen een schetsmap met de naam \"{1}\" staan.\nMaak deze map, verplaats het bestand, en ga verder?",
|
"movingMsg": "Het bestand \"{0}\" moet binnen een schetsmap met de naam \"{1}\" staan.\nMaak deze map, verplaats het bestand, en ga verder?",
|
||||||
"new": "Nieuw",
|
"new": "New Sketch",
|
||||||
"openFolder": "Map Openen",
|
"openFolder": "Map Openen",
|
||||||
"openRecent": "Recentelijk geopend",
|
"openRecent": "Recentelijk geopend",
|
||||||
"openSketchInNewWindow": "Schets openen in nieuw venster",
|
"openSketchInNewWindow": "Schets openen in nieuw venster",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Verifiëren",
|
"verify": "Verifiëren",
|
||||||
"verifyOrCompile": "Verifiëren/Compileren"
|
"verifyOrCompile": "Verifiëren/Compileren"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Antwoord enquête",
|
"answerSurvey": "Antwoord enquête",
|
||||||
"dismissSurvey": "Niet meer laten zien",
|
"dismissSurvey": "Niet meer laten zien",
|
||||||
|
18
i18n/pl.json
18
i18n/pl.json
@ -119,6 +119,9 @@
|
|||||||
"syncEditSketches": "Synchronizuj i edytuj swoje szkice w chmurze Arduino",
|
"syncEditSketches": "Synchronizuj i edytuj swoje szkice w chmurze Arduino",
|
||||||
"visitArduinoCloud": "Odwiedź chmurę Arduino, aby tworzyć szkice w chmurze."
|
"visitArduinoCloud": "Odwiedź chmurę Arduino, aby tworzyć szkice w chmurze."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "Wszytko",
|
"all": "Wszytko",
|
||||||
"contributed": "Przyczynił się",
|
"contributed": "Przyczynił się",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Nie można zamknąć gniazda sieciowego",
|
"unableToCloseWebSocket": "Nie można zamknąć gniazda sieciowego",
|
||||||
"unableToConnectToWebSocket": "Nie można połączyć się z gniazdem sieciowym"
|
"unableToConnectToWebSocket": "Nie można połączyć się z gniazdem sieciowym"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Sieć",
|
"network": "Sieć",
|
||||||
"serial": "Szaregowy"
|
"serial": "Szaregowy"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Nazwa Użytkownika"
|
"username": "Nazwa Użytkownika"
|
||||||
},
|
},
|
||||||
"showVerbose": "Pokazuj informacje zwrotne podczas:",
|
"showVerbose": "Pokazuj informacje zwrotne podczas:",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"sketchbook.location": "Lokalizacja szkicownika",
|
"sketchbook.location": "Lokalizacja szkicownika",
|
||||||
"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": "Prawdziwy, jeśli użytkownicy powinni być powiadamiani o dostępności ankiety. Domyślnie prawdwdziwy.",
|
"survey.notification": "Prawdziwy, jeśli użytkownicy powinni być powiadamiani o dostępności ankiety. Domyślnie prawdwdziwy.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Eksportuj skompilowane binarnie",
|
"exportBinary": "Eksportuj skompilowane binarnie",
|
||||||
"moving": "Przenoszenie",
|
"moving": "Przenoszenie",
|
||||||
"movingMsg": "Plik \"{0}\" musi znajdować się w folderze szkiców o nazwie \"{1}\".\nCzy utworzyć ten folder, przenieść podany plik i kontynuować?",
|
"movingMsg": "Plik \"{0}\" musi znajdować się w folderze szkiców o nazwie \"{1}\".\nCzy utworzyć ten folder, przenieść podany plik i kontynuować?",
|
||||||
"new": "Nowy",
|
"new": "New Sketch",
|
||||||
"openFolder": "Otwórz folder",
|
"openFolder": "Otwórz folder",
|
||||||
"openRecent": "Otwórz ostatnie",
|
"openRecent": "Otwórz ostatnie",
|
||||||
"openSketchInNewWindow": "Otwórz szkic w nowym oknie.",
|
"openSketchInNewWindow": "Otwórz szkic w nowym oknie.",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Weryfikuj",
|
"verify": "Weryfikuj",
|
||||||
"verifyOrCompile": "Weryfikuj/Kompiluj"
|
"verifyOrCompile": "Weryfikuj/Kompiluj"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Odpowiedz na ankietę",
|
"answerSurvey": "Odpowiedz na ankietę",
|
||||||
"dismissSurvey": "Pomóż nam się rozwijać wypełniając tą super krótką ankietę. Cenimy naszą społeczność i chcielibyśmy lepiej poznać tych którzy nas wspierają.",
|
"dismissSurvey": "Pomóż nam się rozwijać wypełniając tą super krótką ankietę. Cenimy naszą społeczność i chcielibyśmy lepiej poznać tych którzy nas wspierają.",
|
||||||
|
18
i18n/pt.json
18
i18n/pt.json
@ -119,6 +119,9 @@
|
|||||||
"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."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contribuído",
|
"contributed": "Contribuído",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Impossível fechar websocket",
|
"unableToCloseWebSocket": "Impossível fechar websocket",
|
||||||
"unableToConnectToWebSocket": "Impossível conectar ao websocket"
|
"unableToConnectToWebSocket": "Impossível conectar ao websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Rede",
|
"network": "Rede",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Mostrar a saída detalhada durante",
|
"showVerbose": "Mostrar a saída detalhada durante",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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": "Verdadeiro se o usuário deve ser notificado se uma pesquisa estiver disponível. Verdadeiro por padrão",
|
"survey.notification": "Verdadeiro se o usuário deve ser notificado se uma pesquisa estiver disponível. Verdadeiro por padrão",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Exportar Binário Compilado",
|
"exportBinary": "Exportar Binário Compilado",
|
||||||
"moving": "Movendo",
|
"moving": "Movendo",
|
||||||
"movingMsg": "O ficheiro \"{0}\" tem que estar dentro de uma pasta de esboços chamada \"{1}\".\nCriar esta pasta, mover o ficheiro e continuar?",
|
"movingMsg": "O ficheiro \"{0}\" tem que estar dentro de uma pasta de esboços chamada \"{1}\".\nCriar esta pasta, mover o ficheiro e continuar?",
|
||||||
"new": "Novo",
|
"new": "New Sketch",
|
||||||
"openFolder": "Abrir Pasta",
|
"openFolder": "Abrir Pasta",
|
||||||
"openRecent": "Abrir Recente",
|
"openRecent": "Abrir Recente",
|
||||||
"openSketchInNewWindow": "Abrir sketch em uma nova janela",
|
"openSketchInNewWindow": "Abrir sketch em uma nova janela",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Verificar",
|
"verify": "Verificar",
|
||||||
"verifyOrCompile": "Verificar/Compilar"
|
"verifyOrCompile": "Verificar/Compilar"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Responder a pesquisa",
|
"answerSurvey": "Responder a pesquisa",
|
||||||
"dismissSurvey": "Não mostrar novamente",
|
"dismissSurvey": "Não mostrar novamente",
|
||||||
|
18
i18n/ro.json
18
i18n/ro.json
@ -119,6 +119,9 @@
|
|||||||
"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."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Rețea",
|
"network": "Rețea",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Export Compiled Binary",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"new": "Nou",
|
"new": "New Sketch",
|
||||||
"openFolder": "Deschide Folder",
|
"openFolder": "Deschide Folder",
|
||||||
"openRecent": "Deschide Recente",
|
"openRecent": "Deschide Recente",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Open Sketch in New Window",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Verifică",
|
"verify": "Verifică",
|
||||||
"verifyOrCompile": "Verify/Compile"
|
"verifyOrCompile": "Verify/Compile"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "Answer survey",
|
||||||
"dismissSurvey": "Don't show again",
|
"dismissSurvey": "Don't show again",
|
||||||
|
18
i18n/ru.json
18
i18n/ru.json
@ -119,6 +119,9 @@
|
|||||||
"syncEditSketches": "Синхронизировать и редактировать скетчи в Arduino Cloud",
|
"syncEditSketches": "Синхронизировать и редактировать скетчи в Arduino Cloud",
|
||||||
"visitArduinoCloud": "Посетите Arduino Cloud, чтобы создать скетчи в облаке."
|
"visitArduinoCloud": "Посетите Arduino Cloud, чтобы создать скетчи в облаке."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Не удалось закрыть веб-сокет.",
|
"unableToCloseWebSocket": "Не удалось закрыть веб-сокет.",
|
||||||
"unableToConnectToWebSocket": "Не удается подключиться к веб-сокету."
|
"unableToConnectToWebSocket": "Не удается подключиться к веб-сокету."
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Сеть",
|
"network": "Сеть",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Показывать детализированный вывод при",
|
"showVerbose": "Показывать детализированный вывод при",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"sketchbook.location": "Путь к альбому со скетчами",
|
"sketchbook.location": "Путь к альбому со скетчами",
|
||||||
"sketchbook.showAllFiles": "True - показывать все файлы внутри скетча. По умолчанию - false.",
|
"sketchbook.showAllFiles": "True - показывать все файлы внутри скетча. По умолчанию - false.",
|
||||||
"survey.notification": "Включите, если пользователи должны получать уведомления, когда появится новый опрос. Включено по умолчанию.",
|
"survey.notification": "Включите, если пользователи должны получать уведомления, когда появится новый опрос. Включено по умолчанию.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Экспортировать скомпилированный бинарный файл",
|
"exportBinary": "Экспортировать скомпилированный бинарный файл",
|
||||||
"moving": "Переместить",
|
"moving": "Переместить",
|
||||||
"movingMsg": "Файл «{0}» должен быть в папке с именем скетча «{1}». \nСоздать эту папку, переместить файл и продолжить?",
|
"movingMsg": "Файл «{0}» должен быть в папке с именем скетча «{1}». \nСоздать эту папку, переместить файл и продолжить?",
|
||||||
"new": "Новый скетч",
|
"new": "New Sketch",
|
||||||
"openFolder": "Открыть папку",
|
"openFolder": "Открыть папку",
|
||||||
"openRecent": "Открыть предыдущий",
|
"openRecent": "Открыть предыдущий",
|
||||||
"openSketchInNewWindow": "Открыть скетч в новом окне",
|
"openSketchInNewWindow": "Открыть скетч в новом окне",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Проверить",
|
"verify": "Проверить",
|
||||||
"verifyOrCompile": "Проверить/Скомпилировать"
|
"verifyOrCompile": "Проверить/Скомпилировать"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Ответить на опрос",
|
"answerSurvey": "Ответить на опрос",
|
||||||
"dismissSurvey": "Больше не показывать",
|
"dismissSurvey": "Больше не показывать",
|
||||||
|
18
i18n/sr.json
18
i18n/sr.json
@ -119,6 +119,9 @@
|
|||||||
"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."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Мрежа",
|
"network": "Мрежа",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Прикажи детаљан испис током",
|
"showVerbose": "Прикажи детаљан испис током",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Export Compiled Binary",
|
||||||
"moving": "Премјешта се",
|
"moving": "Премјешта се",
|
||||||
"movingMsg": "Датотека \"{0}\" мора да буде унутар радног директоријума \"{1}\".\nКреирај овај директоријум, премјести датотеку, и настави?",
|
"movingMsg": "Датотека \"{0}\" мора да буде унутар радног директоријума \"{1}\".\nКреирај овај директоријум, премјести датотеку, и настави?",
|
||||||
"new": "Нови",
|
"new": "New Sketch",
|
||||||
"openFolder": "Отвори директоријум",
|
"openFolder": "Отвори директоријум",
|
||||||
"openRecent": "Отвори недавно",
|
"openRecent": "Отвори недавно",
|
||||||
"openSketchInNewWindow": "Отвори рад у новом прозору",
|
"openSketchInNewWindow": "Отвори рад у новом прозору",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Провјери",
|
"verify": "Провјери",
|
||||||
"verifyOrCompile": "Провјери/Преведи"
|
"verifyOrCompile": "Провјери/Преведи"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "Answer survey",
|
||||||
"dismissSurvey": "Don't show again",
|
"dismissSurvey": "Don't show again",
|
||||||
|
18
i18n/tr.json
18
i18n/tr.json
@ -119,6 +119,9 @@
|
|||||||
"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."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "Yeni Uzak Eskiz"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "Tümü",
|
"all": "Tümü",
|
||||||
"contributed": "Eklenen",
|
"contributed": "Eklenen",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Websocket kapatılamadı ",
|
"unableToCloseWebSocket": "Websocket kapatılamadı ",
|
||||||
"unableToConnectToWebSocket": "Websocket'e bağlanılamadı"
|
"unableToConnectToWebSocket": "Websocket'e bağlanılamadı"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "İsim harfler, rakamlar veya altçizgiden oluşmalıdır. Azami uzunluk 36 karakterdir.",
|
||||||
|
"newSketchTitle": "Yeni bir Uzak Eskiz'in adı",
|
||||||
|
"notFound": "Uzak eskiz '{0}' çekilemedi. Böyle bir eskiz yok.",
|
||||||
|
"sketchAlreadyExists": "'{0}' adlı uzak eskiz zaten mevcut."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Ağ",
|
"network": "Ağ",
|
||||||
"serial": "Seri"
|
"serial": "Seri"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Kullanıcı adı"
|
"username": "Kullanıcı adı"
|
||||||
},
|
},
|
||||||
"showVerbose": "Ayrıntılı çıktıyı görüntüle",
|
"showVerbose": "Ayrıntılı çıktıyı görüntüle",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Örnek `.ino` dosyasının tam dosya yoludur. Açıldığında IDE'de oluşturulan her yeni eskizde bu örnek dosya içeriği kullanılır. Açılmadığında eskizler varsayılan Arduino içeriği ile oluşturulur. Ulaşılamayan örnek dosyalar yoksayılır. Bu ayarın etkili olması için **IDE'nin yeniden başlatılması** gerekir."
|
||||||
|
},
|
||||||
"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 açın. Varsayılan: kapalı.",
|
"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.",
|
"survey.notification": "Bir anket bulunduğunda kullanıcılara gösterilecekse açın. Varsayılan olarak açıktır.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Derlenmiş Dosyayı Dışa Aktar",
|
"exportBinary": "Derlenmiş Dosyayı Dışa Aktar",
|
||||||
"moving": "Taşınıyor",
|
"moving": "Taşınıyor",
|
||||||
"movingMsg": "\"{0}\" dosyasının \"{1}\" isminde bir eskiz klasörünün içinde olması gerekiyor.\nKlasörü oluştur, dosyayı taşı ve devam et?",
|
"movingMsg": "\"{0}\" dosyasının \"{1}\" isminde bir eskiz klasörünün içinde olması gerekiyor.\nKlasörü oluştur, dosyayı taşı ve devam et?",
|
||||||
"new": "Yeni",
|
"new": "Yeni Eskiz",
|
||||||
"openFolder": "Klasörü Aç",
|
"openFolder": "Klasörü Aç",
|
||||||
"openRecent": "Yakın Geçmiş",
|
"openRecent": "Yakın Geçmiş",
|
||||||
"openSketchInNewWindow": "Eskizi Yeni Pencerede Aç",
|
"openSketchInNewWindow": "Eskizi Yeni Pencerede Aç",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Doğrula",
|
"verify": "Doğrula",
|
||||||
"verifyOrCompile": "Doğrula/Derle"
|
"verifyOrCompile": "Doğrula/Derle"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "Yeni Uzak Eskiz",
|
||||||
|
"newSketch": "Yeni Eskiz"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Anketi yanıtla",
|
"answerSurvey": "Anketi yanıtla",
|
||||||
"dismissSurvey": "Tekrar gösterme",
|
"dismissSurvey": "Tekrar gösterme",
|
||||||
|
36
i18n/uk.json
36
i18n/uk.json
@ -8,18 +8,18 @@
|
|||||||
"board": "Плата {0}",
|
"board": "Плата {0}",
|
||||||
"boardConfigDialogTitle": "Оберіть іншу плату або порт",
|
"boardConfigDialogTitle": "Оберіть іншу плату або порт",
|
||||||
"boardInfo": "Інформація про плату",
|
"boardInfo": "Інформація про плату",
|
||||||
"boards": "boards",
|
"boards": "плати",
|
||||||
"configDialog1": "Оберіть плату та порт якщо бажаєте завантажити скетч",
|
"configDialog1": "Оберіть плату та порт якщо бажаєте завантажити скетч",
|
||||||
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
"configDialog2": "Якщо вибрати лише плату, ви зможете скомпілювати, але не завантажити свій ескіз.",
|
||||||
"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?",
|
"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?",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "Від’єднано",
|
||||||
"getBoardInfo": "Отримати інформацію про плату",
|
"getBoardInfo": "Отримати інформацію про плату",
|
||||||
"inSketchbook": " (in Sketchbook)",
|
"inSketchbook": " (in Sketchbook)",
|
||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||||
"noBoardsFound": "No boards found for \"{0}\"",
|
"noBoardsFound": "Для \"{0}\" не знайдено плат",
|
||||||
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
||||||
"noPortsDiscovered": "No ports discovered",
|
"noPortsDiscovered": "Порти не знайдено",
|
||||||
"noPortsSelected": "No ports selected for board: '{0}'.",
|
"noPortsSelected": "Немає вибраних портів для плати: '{0}'.",
|
||||||
"noneSelected": "Не обрана плата",
|
"noneSelected": "Не обрана плата",
|
||||||
"openBoardsConfig": "Оберіть іншу плату або порт",
|
"openBoardsConfig": "Оберіть іншу плату або порт",
|
||||||
"platformMissing": "The platform for the selected '{0}' board is not installed.",
|
"platformMissing": "The platform for the selected '{0}' board is not installed.",
|
||||||
@ -29,9 +29,9 @@
|
|||||||
"ports": "ports",
|
"ports": "ports",
|
||||||
"programmer": "Programmer",
|
"programmer": "Programmer",
|
||||||
"reselectLater": "Reselect later",
|
"reselectLater": "Reselect later",
|
||||||
"searchBoard": "Search board",
|
"searchBoard": "Шукати плату",
|
||||||
"selectBoard": "Оберіть плату",
|
"selectBoard": "Оберіть плату",
|
||||||
"selectBoardForInfo": "Please select a board to obtain board info.",
|
"selectBoardForInfo": "Виберіть плату, щоб отримати інформацію про плату.",
|
||||||
"selectPortForInfo": "Please select a port to obtain board info.",
|
"selectPortForInfo": "Please select a port to obtain board info.",
|
||||||
"showAllAvailablePorts": "Shows all available ports when enabled",
|
"showAllAvailablePorts": "Shows all available ports when enabled",
|
||||||
"showAllPorts": "Show all ports",
|
"showAllPorts": "Show all ports",
|
||||||
@ -119,6 +119,9 @@
|
|||||||
"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."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "Все",
|
"all": "Все",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -207,7 +210,7 @@
|
|||||||
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
||||||
"customLibrary": "Examples from Custom Libraries",
|
"customLibrary": "Examples from Custom Libraries",
|
||||||
"for": "Examples for {0}",
|
"for": "Examples for {0}",
|
||||||
"forAny": "Examples for any board",
|
"forAny": "Приклади для будь-якої плати",
|
||||||
"menu": "Приклади"
|
"menu": "Приклади"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Мережа",
|
"network": "Мережа",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Export Compiled Binary",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"new": "Новий",
|
"new": "New Sketch",
|
||||||
"openFolder": "Відкрити папку",
|
"openFolder": "Відкрити папку",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "Open Recent",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Open Sketch in New Window",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Перевірити ",
|
"verify": "Перевірити ",
|
||||||
"verifyOrCompile": "Verify/Compile"
|
"verifyOrCompile": "Verify/Compile"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "Answer survey",
|
||||||
"dismissSurvey": "Don't show again",
|
"dismissSurvey": "Don't show again",
|
||||||
|
18
i18n/vi.json
18
i18n/vi.json
@ -119,6 +119,9 @@
|
|||||||
"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."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Mạng",
|
"network": "Mạng",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Hiển thị đầu ra chi tiết trong khi",
|
"showVerbose": "Hiển thị đầu ra chi tiết trong khi",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Xuất tệp nhị phân đã biên dịch",
|
"exportBinary": "Xuất tệp nhị phân đã biên dịch",
|
||||||
"moving": "Chuyển",
|
"moving": "Chuyển",
|
||||||
"movingMsg": "Tệp \"{0}\" cần phải được chứa trong thư mục sketch tên \"{1}\".\nTạo thư mục này, chuyển tệp tin vào đó, và tiếp tục?",
|
"movingMsg": "Tệp \"{0}\" cần phải được chứa trong thư mục sketch tên \"{1}\".\nTạo thư mục này, chuyển tệp tin vào đó, và tiếp tục?",
|
||||||
"new": "Tạo mới",
|
"new": "New Sketch",
|
||||||
"openFolder": "Mở thư mục",
|
"openFolder": "Mở thư mục",
|
||||||
"openRecent": "Mở gần đây",
|
"openRecent": "Mở gần đây",
|
||||||
"openSketchInNewWindow": "Mở sketch trong cửa sổ mới",
|
"openSketchInNewWindow": "Mở sketch trong cửa sổ mới",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"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"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "Answer survey",
|
||||||
"dismissSurvey": "Don't show again",
|
"dismissSurvey": "Don't show again",
|
||||||
|
@ -119,6 +119,9 @@
|
|||||||
"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."
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"contributed": "Contributed",
|
"contributed": "Contributed",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "Unable to close websocket",
|
"unableToCloseWebSocket": "Unable to close websocket",
|
||||||
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
"unableToConnectToWebSocket": "Unable to connect to websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "Network",
|
"network": "Network",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Export Compiled Binary",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"new": "New",
|
"new": "New Sketch",
|
||||||
"openFolder": "Open Folder",
|
"openFolder": "Open Folder",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "Open Recent",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Open Sketch in New Window",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "Verify",
|
"verify": "Verify",
|
||||||
"verifyOrCompile": "Verify/Compile"
|
"verifyOrCompile": "Verify/Compile"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "Answer survey",
|
||||||
"dismissSurvey": "Don't show again",
|
"dismissSurvey": "Don't show again",
|
||||||
|
34
i18n/zh.json
34
i18n/zh.json
@ -90,7 +90,7 @@
|
|||||||
"donePushing": "已完成推送 ‘{0}’。",
|
"donePushing": "已完成推送 ‘{0}’。",
|
||||||
"embed": "嵌入:",
|
"embed": "嵌入:",
|
||||||
"emptySketchbook": "你的项目文件夹是空的",
|
"emptySketchbook": "你的项目文件夹是空的",
|
||||||
"goToCloud": "Go to Cloud",
|
"goToCloud": "前往 Cloud",
|
||||||
"learnMore": "查看更多",
|
"learnMore": "查看更多",
|
||||||
"link": "链接:",
|
"link": "链接:",
|
||||||
"notYetPulled": "无法推送到 Cloud。未被拉取。",
|
"notYetPulled": "无法推送到 Cloud。未被拉取。",
|
||||||
@ -119,6 +119,9 @@
|
|||||||
"syncEditSketches": "同步和编辑 Arduino Cloud 项目",
|
"syncEditSketches": "同步和编辑 Arduino Cloud 项目",
|
||||||
"visitArduinoCloud": "访问 Arduino Cloud 以创建云项目。"
|
"visitArduinoCloud": "访问 Arduino Cloud 以创建云项目。"
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "全部",
|
"all": "全部",
|
||||||
"contributed": "已贡献",
|
"contributed": "已贡献",
|
||||||
@ -132,7 +135,7 @@
|
|||||||
"processing": "正在处理中",
|
"processing": "正在处理中",
|
||||||
"recommended": "推荐",
|
"recommended": "推荐",
|
||||||
"retired": "不再支持的",
|
"retired": "不再支持的",
|
||||||
"selectedOn": "on {0}",
|
"selectedOn": "在{0}上",
|
||||||
"serialMonitor": "串口监视器",
|
"serialMonitor": "串口监视器",
|
||||||
"type": "类型",
|
"type": "类型",
|
||||||
"unknown": "未知",
|
"unknown": "未知",
|
||||||
@ -146,7 +149,7 @@
|
|||||||
"by": "by",
|
"by": "by",
|
||||||
"filterSearch": "筛选搜索结果......",
|
"filterSearch": "筛选搜索结果......",
|
||||||
"install": "安装",
|
"install": "安装",
|
||||||
"installed": "安装",
|
"installed": "已安装",
|
||||||
"moreInfo": "更多信息",
|
"moreInfo": "更多信息",
|
||||||
"uninstall": "卸载",
|
"uninstall": "卸载",
|
||||||
"uninstallMsg": "是否要卸载 {0}?",
|
"uninstallMsg": "是否要卸载 {0}?",
|
||||||
@ -256,10 +259,10 @@
|
|||||||
"contributedLibraries": "贡献库",
|
"contributedLibraries": "贡献库",
|
||||||
"include": "包含库",
|
"include": "包含库",
|
||||||
"installAll": "全部安装",
|
"installAll": "全部安装",
|
||||||
"installLibraryDependencies": "Install library dependencies",
|
"installLibraryDependencies": "安装库的依赖",
|
||||||
"installMissingDependencies": "是否安装所有缺少的依赖?",
|
"installMissingDependencies": "是否安装所有缺少的依赖?",
|
||||||
"installOneMissingDependency": "是否安装缺少的依赖?",
|
"installOneMissingDependency": "是否安装缺少的依赖?",
|
||||||
"installWithoutDependencies": "Install without dependencies",
|
"installWithoutDependencies": "仅安装库 (跳过依赖)",
|
||||||
"installedSuccessfully": "已成功安装 {0} 库:{1}",
|
"installedSuccessfully": "已成功安装 {0} 库:{1}",
|
||||||
"libraryAlreadyExists": "库已经存在。是否要覆盖它?",
|
"libraryAlreadyExists": "库已经存在。是否要覆盖它?",
|
||||||
"manageLibraries": "管理库...",
|
"manageLibraries": "管理库...",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "无法关闭 websocket",
|
"unableToCloseWebSocket": "无法关闭 websocket",
|
||||||
"unableToConnectToWebSocket": "无法连接 websocket"
|
"unableToConnectToWebSocket": "无法连接 websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "网络",
|
"network": "网络",
|
||||||
"serial": "串口"
|
"serial": "串口"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "用户名"
|
"username": "用户名"
|
||||||
},
|
},
|
||||||
"showVerbose": "显示详细输出",
|
"showVerbose": "显示详细输出",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "指定默认 “.ino” 模板文件的绝对路径。如果指定,则该模板文件的内容将被用于 IDE 创建的每一个新 sketch。如果未指定,则使用Arduino默认的内容来创建新 sketch。不可用的模板文件将被自动忽略。**需要重启IDE** 以使此设置生效。"
|
||||||
|
},
|
||||||
"sketchbook.location": "项目文件夹地址",
|
"sketchbook.location": "项目文件夹地址",
|
||||||
"sketchbook.showAllFiles": "True 则显示项目中的所有项目文件。默认情况下为 False。",
|
"sketchbook.showAllFiles": "True 则显示项目中的所有项目文件。默认情况下为 False。",
|
||||||
"survey.notification": "True 则在有调查时应通知用户。默认为 True。",
|
"survey.notification": "True 则在有调查时应通知用户。默认为 True。",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "导出已编译的二进制文件",
|
"exportBinary": "导出已编译的二进制文件",
|
||||||
"moving": "移动",
|
"moving": "移动",
|
||||||
"movingMsg": "“{0}” 文件需要位于 “{1}” 项目文件夹中。\n创建此文件夹,移动文件,然后继续?",
|
"movingMsg": "“{0}” 文件需要位于 “{1}” 项目文件夹中。\n创建此文件夹,移动文件,然后继续?",
|
||||||
"new": "新建",
|
"new": "New Sketch",
|
||||||
"openFolder": "打开文件夹",
|
"openFolder": "打开文件夹",
|
||||||
"openRecent": "打开最近",
|
"openRecent": "打开最近",
|
||||||
"openSketchInNewWindow": "在新窗口打开项目",
|
"openSketchInNewWindow": "在新窗口打开项目",
|
||||||
@ -404,15 +416,19 @@
|
|||||||
"verify": "验证",
|
"verify": "验证",
|
||||||
"verifyOrCompile": "验证/编译"
|
"verifyOrCompile": "验证/编译"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "回答问卷",
|
"answerSurvey": "回答问卷",
|
||||||
"dismissSurvey": "不要再显示",
|
"dismissSurvey": "不要再显示",
|
||||||
"surveyMessage": "请回答这份很短的调查来帮助我们改进。我们重视我们的社区,也希望能够更好地了解我们的支持者。"
|
"surveyMessage": "请回答这份很短的调查来帮助我们改进。我们重视我们的社区,也希望能够更好地了解我们的支持者。"
|
||||||
},
|
},
|
||||||
"updateIndexes": {
|
"updateIndexes": {
|
||||||
"updateIndexes": "Update Indexes",
|
"updateIndexes": "更新索引",
|
||||||
"updateLibraryIndex": "Update Library Index",
|
"updateLibraryIndex": "更新库索引",
|
||||||
"updatePackageIndex": "Update Package Index"
|
"updatePackageIndex": "更新包索引"
|
||||||
},
|
},
|
||||||
"upload": {
|
"upload": {
|
||||||
"error": "{0} 错误:{1}"
|
"error": "{0} 错误:{1}"
|
||||||
|
@ -119,6 +119,9 @@
|
|||||||
"syncEditSketches": "同步和編輯您的Arduino Clou草稿",
|
"syncEditSketches": "同步和編輯您的Arduino Clou草稿",
|
||||||
"visitArduinoCloud": "前往Arduino Cloud建立雲端草稿。"
|
"visitArduinoCloud": "前往Arduino Cloud建立雲端草稿。"
|
||||||
},
|
},
|
||||||
|
"cloudSketch": {
|
||||||
|
"new": "New Remote Sketch"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"all": "所有",
|
"all": "所有",
|
||||||
"contributed": "已貢獻",
|
"contributed": "已貢獻",
|
||||||
@ -299,6 +302,12 @@
|
|||||||
"unableToCloseWebSocket": "無法關閉 websocket",
|
"unableToCloseWebSocket": "無法關閉 websocket",
|
||||||
"unableToConnectToWebSocket": "無法連接到 websocket"
|
"unableToConnectToWebSocket": "無法連接到 websocket"
|
||||||
},
|
},
|
||||||
|
"newCloudSketch": {
|
||||||
|
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
||||||
|
"newSketchTitle": "Name of a new Remote Sketch",
|
||||||
|
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
||||||
|
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
||||||
|
},
|
||||||
"portProtocol": {
|
"portProtocol": {
|
||||||
"network": "網路",
|
"network": "網路",
|
||||||
"serial": "Serial"
|
"serial": "Serial"
|
||||||
@ -349,6 +358,9 @@
|
|||||||
"username": "Username"
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"showVerbose": "顯示詳細輸出",
|
"showVerbose": "顯示詳細輸出",
|
||||||
|
"sketch": {
|
||||||
|
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
|
||||||
|
},
|
||||||
"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.",
|
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||||
@ -385,7 +397,7 @@
|
|||||||
"exportBinary": "會出已編譯的二進位檔",
|
"exportBinary": "會出已編譯的二進位檔",
|
||||||
"moving": "移動",
|
"moving": "移動",
|
||||||
"movingMsg": "\"{0}\"必須在命名為\"{1}\"的草稿資料夾中。建立這個資料夾,移動草稿並繼續?",
|
"movingMsg": "\"{0}\"必須在命名為\"{1}\"的草稿資料夾中。建立這個資料夾,移動草稿並繼續?",
|
||||||
"new": "新增",
|
"new": "New Sketch",
|
||||||
"openFolder": "打開資料夾",
|
"openFolder": "打開資料夾",
|
||||||
"openRecent": "開啟最近的",
|
"openRecent": "開啟最近的",
|
||||||
"openSketchInNewWindow": "在新視窗開啟草稿",
|
"openSketchInNewWindow": "在新視窗開啟草稿",
|
||||||
@ -404,6 +416,10 @@
|
|||||||
"verify": "驗證",
|
"verify": "驗證",
|
||||||
"verifyOrCompile": "驗證/編譯"
|
"verifyOrCompile": "驗證/編譯"
|
||||||
},
|
},
|
||||||
|
"sketchbook": {
|
||||||
|
"newRemoteSketch": "New Remote Sketch",
|
||||||
|
"newSketch": "New Sketch"
|
||||||
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "回覆問卷",
|
"answerSurvey": "回覆問卷",
|
||||||
"dismissSurvey": "不要再顯示",
|
"dismissSurvey": "不要再顯示",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user