diff --git a/i18n/af.json b/i18n/af.json index 2e3070b32..fdde0d0e3 100644 --- a/i18n/af.json +++ b/i18n/af.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "True for verbose upload output. False by default.", "verifyAfterUpload": "Verifieer kode na oplaai ", "window.autoScale": "True if the user interface automatically scales with the font size.", - "window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Replace the existing version of {0}?", "selectZip": "Select a zip file containing the library you'd like to add", @@ -448,11 +452,6 @@ "offline": "Aflyn", "quitTitle": "Are you sure you want to quit?" }, - "debug": { - "start": "Begin...", - "startError": "There was an error starting the debug session, check the logs for more details.", - "typeNotSupported": "The debug session type \"{0}\" is not supported." - }, "editor": { "unsavedTitle": "Unsaved – {0}" }, diff --git a/i18n/ar.json b/i18n/ar.json index 8996afe6c..8f01562ec 100644 --- a/i18n/ar.json +++ b/i18n/ar.json @@ -6,9 +6,9 @@ }, "board": { "board": "اللوحة {0}", - "boardConfigDialogTitle": "Select Other Board and Port", + "boardConfigDialogTitle": "أختر متحكم و منفذ مختلفين ", "boardInfo": "معلومات اللوحة", - "boards": "boards", + "boards": "المتحكمات", "configDialog1": "اختر لوحة و منفذ معا اذا اردت ان ترفع السكتش", "configDialog2": "اذا قمت باختيار لوحة فقط ستسطيع ان تترجم لكن بدون ان ترفع المشروع", "couldNotFindPreviouslySelected": "تعذر ايجاد اللوحة '{0}' المختارة مسبقا في المنصة المثبتة '{1}' . الرجاء اعادة اختيار اللوحة التي تريد استعمالها يدويا . هل تريد باعادة الاختيار الان؟", @@ -26,15 +26,15 @@ "pleasePickBoard": "من فضلك اختر لوحة متصلة على المنفذ الذي اخترته", "port": "المنفذ {0}", "portLabel": "Port: {0}", - "ports": "ports", + "ports": "منافذ", "programmer": "المبرمجة", "reselectLater": "اعد الاختيار لاحقا", - "searchBoard": "Search board", + "searchBoard": "أبحث عن متحكم", "selectBoard": "اختر لوحة", "selectBoardForInfo": "الرجاء اختيار لوحة من احل الحصول على معلومات اللوحة", "selectPortForInfo": "الرجاء اختيار منفذ من اجل الحصول على معلومات اللوحة", "showAllAvailablePorts": "يظهر كل المنافذ المتاحة عند تفعيله", - "showAllPorts": "Show all ports", + "showAllPorts": "أظهر جميع المنافذ", "succesfullyInstalledPlatform": "تم تثبيت المنصة {0}:{1} بنجاح", "succesfullyUninstalledPlatform": "تم الغاء تثبيت المنصة {0}:{1} بنجاح", "typeOfPorts": "{0} ports" @@ -120,7 +120,9 @@ "visitArduinoCloud": "قم بزيارة Arduino Cloud من اجل انشاء ملف مشاريع على السحابة" }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "True لخرج الرفع المطول . False افتراضيا", "verifyAfterUpload": "التحقق من الكود بعد الرفع", "window.autoScale": "True اذا كان مقياس الواجهة يتزامن تلقائيا مع حجم الخط ", - "window.zoomLevel": "تعديل درجة التكبير للنافذة . الحجم الاصلي 0 و كل زيادة فوقه (مثلا 1) او اقل (مثلا -1) تمثل تكبير بدرجة 20% اكبر او اصغر . تستطيع ايضا ادخال فواصل لتعديل درجة التكبير بدقة اكبر" + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "هل تريد استبدال النسخة الحالية من {0} ؟", "selectZip": "اختر ملف .zip يحوي المكتبة التي تريد اضافتها", @@ -448,11 +452,6 @@ "offline": "غير متصل", "quitTitle": "هل انت متاكد بانك تريد الخروج؟" }, - "debug": { - "start": "البدء...", - "startError": "لقد حصل خطأ اثناء بدأ جلسة التصحيح . تحقق من السجلات للمزيد من المعلومات", - "typeNotSupported": "جلسة التصحيح من نوع \"{0}\" غير مدعومة" - }, "editor": { "unsavedTitle": "غير محفوظ – {0}" }, diff --git a/i18n/az.json b/i18n/az.json index 4f98b2d8b..3e838cabf 100644 --- a/i18n/az.json +++ b/i18n/az.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "True for verbose upload output. False by default.", "verifyAfterUpload": "Verify code after upload", "window.autoScale": "True if the user interface automatically scales with the font size.", - "window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Replace the existing version of {0}?", "selectZip": "Select a zip file containing the library you'd like to add", @@ -448,11 +452,6 @@ "offline": "Offlayn", "quitTitle": "Are you sure you want to quit?" }, - "debug": { - "start": "Başlat", - "startError": "There was an error starting the debug session, check the logs for more details.", - "typeNotSupported": "The debug session type \"{0}\" is not supported." - }, "editor": { "unsavedTitle": "Unsaved – {0}" }, diff --git a/i18n/bg.json b/i18n/bg.json index 1c009d220..bb74053bb 100644 --- a/i18n/bg.json +++ b/i18n/bg.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Посетете Arduino Cloud, за да създадете облачни скици." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "True за подробен изход за качване. False по подразбиране.", "verifyAfterUpload": "Потвърдете кода след качване", "window.autoScale": "True , ако потребителският интерфейс автоматично се мащабира с размера на шрифта.", - "window.zoomLevel": "Регулирайте нивото на увеличение на прозореца. Оригиналният размер е 0 и всяко увеличение над (напр. 1) или под (напр. -1) представлява увеличение с 20% по-голямо или по-малко. Можете също да въведете десетични знаци, за да регулирате нивото на увеличение по-финно." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Да се замени ли съществуващата версия на {0}?", "selectZip": "Изберете zip файл, съдържащ библиотеката, която искате да добавите", @@ -448,11 +452,6 @@ "offline": "Офлайн", "quitTitle": "Are you sure you want to quit?" }, - "debug": { - "start": "Започнете...", - "startError": "Възникна грешка при стартиране на сесията за отстраняване на грешки, проверете регистрационните файлове за повече подробности.", - "typeNotSupported": "Типът на сесията за отстраняване на грешки „{0}“ не се поддържа." - }, "editor": { "unsavedTitle": "Незапазено – {0}" }, diff --git a/i18n/ca_ES.json b/i18n/ca_ES.json index 8e42dbbd4..747d6063a 100644 --- a/i18n/ca_ES.json +++ b/i18n/ca_ES.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Visiteu Arduino Cloud per crear programes al núvol." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "True per a la sortida detallada de la càrrega. Fals per defecte.", "verifyAfterUpload": "Verifica el codi després de pujar", "window.autoScale": "És cert si la interfície d'usuari escala automàticament amb la mida de la lletra.", - "window.zoomLevel": "Ajusteu el nivell de zoom de la finestra. La mida original és 0 i cada increment per sobre (p. ex. 1) o per sota (p. ex. -1) representa un 20% més gran o més petit. També podeu introduir decimals per ajustar el nivell de zoom amb una granularitat més fina." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Substitueix la versió existent de {0}?", "selectZip": "Seleccioneu un fitxer zip que contingui la llibreria que voleu afegir", @@ -448,11 +452,6 @@ "offline": "Fora de línia", "quitTitle": "Are you sure you want to quit?" }, - "debug": { - "start": "Començar...", - "startError": "S'ha produït un error en iniciar la sessió de depuració, comproveu els registres per obtenir més informació.", - "typeNotSupported": "No s'admet el tipus de sessió de depuració \"{0}\"." - }, "editor": { "unsavedTitle": "No desat –{0}" }, diff --git a/i18n/cs.json b/i18n/cs.json index 6f8368b91..fbb23a3b1 100644 --- a/i18n/cs.json +++ b/i18n/cs.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Navštivte Arduino Cloud pro vytvoření cloudové sketche" }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "Vše", @@ -369,7 +371,9 @@ "upload.verbose": "Ano pro podrobný výstup při nahrávání. Ne je výchozí hodnota. ", "verifyAfterUpload": "Kontrolovat kód po nahrání", "window.autoScale": "Ano pokud se měřítko uživatelského prostředí automaticky mění s velikostí písma. ", - "window.zoomLevel": "Přizpůsobení přiblížení okna. Originální velikost je 0, zvýšení (např. o 1) nebo snížení (např. o -1) znamená 20% přiblížení nebo oddálení. Můžete použít desetinná čísla pro jemnější přizpůsobení." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Vyměnit existující verzi {0}?", "selectZip": "Zvolte ZIP soubor s knihovnou kterou chcete přidat", @@ -448,11 +452,6 @@ "offline": "Nepřipojen", "quitTitle": "Jste si jisti že chcete odejít" }, - "debug": { - "start": "Start...", - "startError": "Vyskytla se chyba při spouštění debugovacího spojení, zkontrolujte prosím log pro více informací. ", - "typeNotSupported": "Typ \"{0}\" debugovacího spojení není podporován, " - }, "editor": { "unsavedTitle": "Neuloženo – {0}" }, diff --git a/i18n/de.json b/i18n/de.json index 03df6cb0f..d0e4ecdfb 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Besuche Arduino Cloud um Cloud Sketche zu erstellen." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "Alle", @@ -369,7 +371,9 @@ "upload.verbose": "Wenn aktiviert, werden ausführliche Compiler-Meldungen angezeigt. Standardgemäß deaktiviert.", "verifyAfterUpload": "Code nach Hochladen überprüfen ", "window.autoScale": "Wenn aktiviert: Benutzeroberfläche soll mit Schriftgröße skalieren.", - "window.zoomLevel": "Stelle die Zoomstufe des Fensters ein. Der Standardwert ist 0, jede Vergrößerung (z.B.: 1) oder Verringerung (z.B.: -1) um eins steht für 20% Vergrößerung bzw. Verkleinerung des Fensters. Du kannst auch Kommazahlen eingeben, um die Zoomstufe feiner einzustellen.\n " + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Existierende Version von {0} ersetzen?", "selectZip": "Wähle die ZIP-Datei, welche die hinzuzufügende Bibliothek enthält", @@ -448,11 +452,6 @@ "offline": "Offline", "quitTitle": "Sind Sie sicher, dass das Fenster schließen möchten?" }, - "debug": { - "start": "Start...", - "startError": "Es gab einen Fehler beim Start der Debug-Session. Überprüfe die Logs für mehr Informationen.", - "typeNotSupported": "Die Debug Session vom Typ \"{0}\" wird nicht unterstützt." - }, "editor": { "unsavedTitle": "Nicht gespeichert – {0}" }, diff --git a/i18n/el.json b/i18n/el.json index 61af9021d..35cbc40d2 100644 --- a/i18n/el.json +++ b/i18n/el.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Επισκέψου το Arduino Cloud για δημιουργία Σχεδίων Cloud." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "Αληθές για λεπτομερή έξοδο ανεβάσματος. Ψευδές απο προεπιλογή.", "verifyAfterUpload": "Επιβεβαίωση κώδικα μετά το ανέβασμα", "window.autoScale": "Αληθές αν η διεπαφή χρήστη κλιμακλωνεται αυτόματα μαζί με το μέγεθος γραμματοσειράς.", - "window.zoomLevel": "Ρύθμιση του επιπέδου μεγέθυνσης του παραθύρου. Το αρχικό μέγεθος ειναι 0 και κάθε αύξηση (π.χ. 1) ή μείωση (π.χ. -1) αναπαριστά μεγέθυνση 20% μεγαλύτερη ή μικρότερη. Μπορούν να εισαχθούν και δεκαδικά για προσαρμογή της μεγέθυνσης με μεγαλύτερη λεπτομέρεια." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Replace the existing version of {0}?", "selectZip": "Select a zip file containing the library you'd like to add", @@ -448,11 +452,6 @@ "offline": "Εκτός Σύνδεσης", "quitTitle": "Are you sure you want to quit?" }, - "debug": { - "start": "Έναρξη...", - "startError": "There was an error starting the debug session, check the logs for more details.", - "typeNotSupported": "The debug session type \"{0}\" is not supported." - }, "editor": { "unsavedTitle": "Unsaved – {0}" }, diff --git a/i18n/es.json b/i18n/es.json index 89bab864f..601820b09 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Visita Arduino Cloud para crear Cloud Sketches. " }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "Todo", @@ -369,7 +371,9 @@ "upload.verbose": "Verdadero para una salida verbosa de la carga. Falso por defecto.", "verifyAfterUpload": "Verificar el código después de cargarlo", "window.autoScale": "Verdadero si la interfaz de usuario se escala automáticamente con el tamaño de la fuente.", - "window.zoomLevel": "Ajusta el nivel de zoom de la ventana. El tamaño original es 0 y cada incremento por encima (p. ej. 1) o por debajo (p. ej. -1) representa un zoom un 20 % más grande o más pequeño. También puedes introducir decimales para ajustar el nivel de zoom con una granularidad más fina." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "¿Sustituir la versión existente de {0}?", "selectZip": "Seleccione un archivo zip que contenga la biblioteca que deseas añadir", @@ -448,11 +452,6 @@ "offline": "Desconectado", "quitTitle": "Seguro que quiere salir ?" }, - "debug": { - "start": "Empezar...", - "startError": "Se ha producido un error al iniciar la sesión de depuración, consulte los logs para obtener más detalles.", - "typeNotSupported": "El tipo de sesión de depuración \"{0}\" no es compatible." - }, "editor": { "unsavedTitle": "Sin guardar – {0}" }, diff --git a/i18n/eu.json b/i18n/eu.json index 35dd81624..ee2feccf1 100644 --- a/i18n/eu.json +++ b/i18n/eu.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Bisitatu Arduino Cloud hodeiko programak sortzeko." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "Egia kargaren irteera xehatua izateko. Lehenetsia Gezurra.", "verifyAfterUpload": "Egiaztatu kodea kargatu ondoren", "window.autoScale": "Egia erabiltzaile interfazea letra-tamainarekin automatikoki eskalatzen bada.", - "window.zoomLevel": "Doitu leihoaren zoom maila. Jatorrizko tamaina 0 da eta goraka (1) edo beheraka (-1) egindako aldaketa bakoitzak zooma %20 handitzea edo txikiagotzea eragiten du. Zoom maila zehaztasun handiagoarekin doitzeko zenbaki hamartarrak erabili ditzakezu." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Lehendik dagoen {0} bertsioa ordezkatu?", "selectZip": "Hautatu gehitu nahi duzun liburutegia daukan zip fitxategia", @@ -448,11 +452,6 @@ "offline": "Lineaz kanpo", "quitTitle": "Are you sure you want to quit?" }, - "debug": { - "start": "Hasi...", - "startError": "Errore bat gertatu da arazketa saioa hastean. Ikusi egunkariak xehetasun gehiagorako.", - "typeNotSupported": "\"{0}\" motako arazketa saioak ez du euskarririk." - }, "editor": { "unsavedTitle": "Gorde gabe – {0}" }, diff --git a/i18n/fa.json b/i18n/fa.json index 002f4f29c..fb3e533d1 100644 --- a/i18n/fa.json +++ b/i18n/fa.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "بازدید از ابر آردوینو برای ساخت ابر طرح ها" }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "همه", @@ -369,7 +371,9 @@ "upload.verbose": "برای خروجی آپلود پرمخاطب درست است. به طور پیش فرض نادرست است.", "verifyAfterUpload": "تائید کد بعد از آپلود", "window.autoScale": "اگر رابط کاربری به طور خودکار با اندازه فونت تغییر کند درست است.", - "window.zoomLevel": "سطح بزرگنمایی پنجره را تنظیم کنید. اندازه اصلی 0 است و هر افزایش به بالاتر (مثلاً 1) یا پایین تر (مثلاً -1) نشان دهنده بزرگنمایی 20٪ بزرگتر یا کوچکتر است. همچنین می توانید اعداد اعشاری را وارد کنید تا سطح زوم را با دقت دقیق تر تنظیم کنید." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "آیا می خواهید نسخه موجود را با {0} جایگزین کنید؟", "selectZip": "یک فایل فشرده حاوی کتابخانه ای را که می خواهید اضافه کنید انتخاب کنید", @@ -448,11 +452,6 @@ "offline": "آفلاین", "quitTitle": "آیا مطمئن هستید که می خواهید خارج شوید؟" }, - "debug": { - "start": "شروع...", - "startError": "یک خطا در آغاز جلسه رفع خطا بود، تاریخچه بقیه جزئیات را بررسی کنید.", - "typeNotSupported": "جلسه رفع خطا \"{0}\" پشتیبانی نمی شود." - }, "editor": { "unsavedTitle": "ذخیره نشده – {0}" }, diff --git a/i18n/fil.json b/i18n/fil.json index 307e6636c..75a09c114 100644 --- a/i18n/fil.json +++ b/i18n/fil.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "True para sa verbose upload output. Ito ay naka-false by default.", "verifyAfterUpload": "Verify code after upload", "window.autoScale": "True kung nais mong awtomatikong mag-adjust ang scaling ng user interface depende sa laki ng font o letra sa screen.", - "window.zoomLevel": "Baguhin ang lebel ng pagka-zoom ng window. Ang orihinal na laki ay 0 at bawat dagdag (halimbawa +1) o bawas (halimbawa -1) ay katumbas ng 20% na pagtaas o pagbaba sa zoom. Pwede kang mag-enter ng decimals para mas makontrol mo ang pag-adjust ng lebel ng zoom. " + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Replace the existing version of {0}?", "selectZip": "Select a zip file containing the library you'd like to add", @@ -448,11 +452,6 @@ "offline": "Offline", "quitTitle": "Are you sure you want to quit?" }, - "debug": { - "start": "Start...", - "startError": "There was an error starting the debug session, check the logs for more details.", - "typeNotSupported": "The debug session type \"{0}\" is not supported." - }, "editor": { "unsavedTitle": "Unsaved – {0}" }, diff --git a/i18n/fr.json b/i18n/fr.json index 6c58d2770..1eaad63be 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Visitez Arduino Cloud pour créer des croquis sut le cloud." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "Vrai si le téléchargement en mode verbose. Faux par défaut.", "verifyAfterUpload": "Vérifier le code après le téléversement", "window.autoScale": "Vrai si l'interface utilisateur s'ajuste avec la taille de la police.", - "window.zoomLevel": "Ajuste le zoom de la fenêtre. La taille originale est 0 et chaque augmentation (par exemple 1) ou diminution (par exemple -1) représentent un zoom de plus ou moins 20 %. Vous pouvez également entrer des décimales pour ajuster plus finement le zoom. " + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Remplacer la version existante de {0} ?", "selectZip": "Sélectionnez un fichier zip contenant la bibliothèque que vous souhaitez ajouter", @@ -448,11 +452,6 @@ "offline": "Hors-ligne", "quitTitle": "Est que-vous sur vous voulez quitter? " }, - "debug": { - "start": "Commencer...", - "startError": "Une erreur est survenue lors du démarrage du débogage, consultez les logs pour plus de détails.", - "typeNotSupported": "Le type de session de débogage \"{0}\" n'est pas pris en charge." - }, "editor": { "unsavedTitle": "Non enregistré – {0}" }, diff --git a/i18n/he.json b/i18n/he.json index 7a6153feb..984c42ff6 100644 --- a/i18n/he.json +++ b/i18n/he.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "כנס.י לענן של ארדואינו ליצור סקיצה בענן" }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "הכל", @@ -369,7 +371,9 @@ "upload.verbose": "True for verbose upload output. False by default.", "verifyAfterUpload": "Verify code after upload", "window.autoScale": "True if the user interface automatically scales with the font size.", - "window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Replace the existing version of {0}?", "selectZip": "Select a zip file containing the library you'd like to add", @@ -448,11 +452,6 @@ "offline": "מנותק", "quitTitle": "בטוח.ה שתרצה.י לצאת?" }, - "debug": { - "start": "התחל...", - "startError": "There was an error starting the debug session, check the logs for more details.", - "typeNotSupported": "הפעלת ניפוי באגים מסוג \"{0}\" אינה נתמכת." - }, "editor": { "unsavedTitle": "לא שמור – {0}" }, diff --git a/i18n/hu.json b/i18n/hu.json index 27c170eee..4c83ac183 100644 --- a/i18n/hu.json +++ b/i18n/hu.json @@ -12,13 +12,13 @@ "configDialog1": "Válassz ki egy alaplapot és egy portot is - csak ekkor lehetséges a feltöltés. ", "configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.", "couldNotFindPreviouslySelected": "Nem található a korábban kiválasztott '{0}' alaplap a/az '{1}' telepített platformon. Válaszd ki újra a használni kívánt alaplapot. Szeretnéd most újra megadni?", - "disconnected": "Disconnected", + "disconnected": "Leválasztott", "getBoardInfo": "Alaplap információk beszerzése", "inSketchbook": "(a vázlatfüzetben/sketchbook-ban) ", "installNow": "A \"{0} {1}\" támogatást telepíteni kell az aktuálisan kiválasztott \"{2}\" alaplaphoz. Most szeretnéd telepíteni? ", "noBoardsFound": "No boards found for \"{0}\"", "noFQBN": "Az FQBN nem érhető el a kiválasztott „{0}” alaplapon. A megfelelő mag/core telepítve van? ", - "noPortsDiscovered": "No ports discovered", + "noPortsDiscovered": "Nincs észlelt port", "noPortsSelected": "Nincsen port kiválasztva a alaplaphoz: '{0}'. ", "noneSelected": "Nincs alaplap kiválasztva", "openBoardsConfig": "Válassz másik alaplapot és portot… ", @@ -69,9 +69,9 @@ "uploadingCertificates": "Tanúsítványok feltöltése " }, "checkForUpdates": { - "checkForUpdates": "Check for Arduino Updates", + "checkForUpdates": "Arduino frissítések keresése", "installAll": "Install All", - "noUpdates": "There are no recent updates available.", + "noUpdates": "Nem állnak rendelkezésre új frissítések.", "promptUpdateBoards": "Updates are available for some of your boards.", "promptUpdateLibraries": "Updates are available for some of your libraries.", "updatingBoards": "Updating boards...", @@ -120,7 +120,9 @@ "visitArduinoCloud": "Látogasd meg az Arduino Cloud webhelyet, hogy a felhőben vázlatokat hozhass létre. " }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "Kipipálva: a részletes feltöltési üzenetek kiírása a képernyőre. Alapértelmezés szerint hamis/nincs kipipálva.", "verifyAfterUpload": "Kód ellenőrzése feltöltés után", "window.autoScale": "Kipipálva, ha a felhasználói felület automatikusan méreteződik a betűmérettel együtt. ", - "window.zoomLevel": "Ablak nagyítási szintjének megadása. Az eredeti méret: 0, és minden lépés növelése (pl. 1) vagy csökkentése (pl. -1) 20%-kal nagyobb vagy kisebb nagyítást jelent. Tizedesjegyeket is meg lehet adni a nagyítási szint finomabb beállításához. " + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Lecseréled a/az {0} meglévő verzióját? ", "selectZip": "Válaszd ki a hozzáadni kívánt könyvtárat tartalmazó ZIP-fájlt ", @@ -448,11 +452,6 @@ "offline": "Offline / nincs hálózat", "quitTitle": "Are you sure you want to quit?" }, - "debug": { - "start": "Start...", - "startError": "Hiba történt a hibakeresési munkamenet indításakor. További részletekért ellenőrizd a naplókat. ", - "typeNotSupported": "A {0} hibakeresési munkamenet típusa nem támogatott. " - }, "editor": { "unsavedTitle": "Nincs mentve – {0}" }, diff --git a/i18n/id.json b/i18n/id.json index 418a5ae80..778914aa6 100644 --- a/i18n/id.json +++ b/i18n/id.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "True for verbose upload output. False by default.", "verifyAfterUpload": "Verify code after upload", "window.autoScale": "True if the user interface automatically scales with the font size.", - "window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Replace the existing version of {0}?", "selectZip": "Select a zip file containing the library you'd like to add", @@ -448,11 +452,6 @@ "offline": "Offline", "quitTitle": "Are you sure you want to quit?" }, - "debug": { - "start": "Start...", - "startError": "There was an error starting the debug session, check the logs for more details.", - "typeNotSupported": "The debug session type \"{0}\" is not supported." - }, "editor": { "unsavedTitle": "Unsaved – {0}" }, diff --git a/i18n/it.json b/i18n/it.json index d84e47e5a..38a6893a0 100644 --- a/i18n/it.json +++ b/i18n/it.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Visita Arduino Cloud per creare Cloud Sketch " }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creando lo sketch remoto{0}", + "new": "Nuovo Sketch remoto", + "synchronizing": "Sincronizzazione degli sketch, pulling{0}" }, "common": { "all": "Tutti", @@ -303,10 +305,10 @@ "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." + "invalidSketchName": "Il nome deve essere composto da lettere, numeri o underscores. La lunghezza massima è di 36 caratteri.", + "newSketchTitle": "Nome del nuovo Sketch Remoto", + "notFound": "Non posso fare il pull dello sketch '{0}'. Lo sketch non esiste.", + "sketchAlreadyExists": "Esiste già lo sketch remoto {0}" }, "portProtocol": { "network": "Rete", @@ -369,7 +371,9 @@ "upload.verbose": " Seleziona Vero per un rapporto dettagliato durante l'upload. Il valore predefinito è impostato su falso", "verifyAfterUpload": "Verifica il codice dopo il caricamento", "window.autoScale": "Impostato su True l'interfaccia scala automaticamente in base alla dimensione del font .", - "window.zoomLevel": "Regola il livello di zoom della finestra. La dimensione originale è 0 e ogni incremento sopra (es. 1) o sotto (es. -1) rappresenta lo zoom del 20% in più o in meno. Puoi anche inserire i decimali per regolare il livello di zoom con una granularità più fine." + "window.zoomLevel": { + "deprecationMessage": "Non più disponibile. Al suo posto utilizza 'windows.zoomLevel'." + } }, "replaceMsg": "Sostituisce la versione esistente con la versione 1{0} ?", "selectZip": "Scegli il file zip che contiene la libreria che vuoi aggiungere", @@ -397,7 +401,7 @@ "exportBinary": "Esporta sketch compilato", "moving": "Spostando", "movingMsg": "Il file \"{0}\" deve essere all'interno della cartella \"{1}\".\nCreare questa cartella, spostare il file e continuare?", - "new": "New Sketch", + "new": "Nuovo Sketch", "openFolder": "Apri Cartella", "openRecent": "Apri recenti", "openSketchInNewWindow": "Apri lo sketch in una Nuova Finestra.", @@ -417,8 +421,8 @@ "verifyOrCompile": "Verifica/Compila" }, "sketchbook": { - "newRemoteSketch": "New Remote Sketch", - "newSketch": "New Sketch" + "newRemoteSketch": "Nuovo Sketch Remoto", + "newSketch": "Nuovo Sketch" }, "survey": { "answerSurvey": "Rispondi al questionario", @@ -448,11 +452,6 @@ "offline": "Disconnesso", "quitTitle": "Sei sicuro di volere chiudere?" }, - "debug": { - "start": "Inizio...", - "startError": "Si è verificato un problema all'avvio del debug, per ulteriori controlla i logs", - "typeNotSupported": "Il tipo di sessione di debug \" 1 {0} \" non è supportato. " - }, "editor": { "unsavedTitle": "Non salvato – 1{0}" }, diff --git a/i18n/ja.json b/i18n/ja.json index e5d141f12..b480c1b4c 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Arduino Cloudにアクセスしてクラウドスケッチを作成する" }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "全て", @@ -369,7 +371,9 @@ "upload.verbose": "書き込み時に詳細な出力を行うにはtrueを指定。デフォルトではfalse。", "verifyAfterUpload": "書き込み後にコードを検証する", "window.autoScale": "ユーザーインターフェイスをフォントサイズに合わせて自動的に拡大縮小させるにはtrueを指定。", - "window.zoomLevel": "ウィンドウの拡大率を調整します。元のサイズは0で、数値を上(例:1)か下(例:-1)に変えるごとに20%拡大率が変わります。小数を入力して、拡大率をより細かく調整することもできます。" + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "{0}の既存のバージョンを置き換えますか?", "selectZip": "追加したいライブラリの入ったZIPファイルを選択", @@ -448,11 +452,6 @@ "offline": "オフライン", "quitTitle": "本当に終了しますか?" }, - "debug": { - "start": "開始…", - "startError": "デバッグセッションの開始時にエラーが発生しました。詳細はログを確認してください。", - "typeNotSupported": "デバッグセッションのタイプ\"{0}\"はサポートされていません。" - }, "editor": { "unsavedTitle": "未保存 – {0}" }, diff --git a/i18n/ko.json b/i18n/ko.json index 41432976d..f7ec85918 100644 --- a/i18n/ko.json +++ b/i18n/ko.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "아두이노 클라우드를 방문하여 클라우드 스케치를 만드십시오." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "전체", @@ -369,7 +371,9 @@ "upload.verbose": "자세한 업로드 출력의 경우 True이고 기본적으로 False입니다.", "verifyAfterUpload": "업로드 후 코드확인", "window.autoScale": "사용자 인터페이스가 글꼴 크기에 따라 자동으로 조정되는 경우 True입니다.", - "window.zoomLevel": "창의 확대/축소 수준을 조정합니다. 원래 크기는 0이고 위(예: 1) 또는 아래(예: -1)의 각 증가는 확대/축소를 20% 더 크거나 작게 나타냅니다. 소수를 입력하여 확대/축소 수준을 미세하게 조정할 수도 있습니다." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "{0}의 기존 버젼을 바꾸시겠습니까?", "selectZip": "추가하려는 라이브러리가 포함된 zip 파일을 선택하세요.", @@ -448,11 +452,6 @@ "offline": "오프라인", "quitTitle": "정말 종료하시겠습니까?" }, - "debug": { - "start": "시작...", - "startError": "There was an error starting the debug session, check the logs for more details.", - "typeNotSupported": "The debug session type \"{0}\" is not supported." - }, "editor": { "unsavedTitle": "저장되지않음 – 1{0}\n " }, diff --git a/i18n/my_MM.json b/i18n/my_MM.json index 47a60a271..59906487b 100644 --- a/i18n/my_MM.json +++ b/i18n/my_MM.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "ကလောက်ကုတ်ဖိုင်ဖန်တီးရန် Arduino Cloudသို့သွားပါ။" }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "အားလုံး", @@ -369,7 +371,9 @@ "upload.verbose": "အပ်လုတ်တင်မှုဆိုင်အချက်အလက်များ အသေးစိတ်ဖော်ပြမည်။ မူရင်းတန်ဖိုး - အမှား", "verifyAfterUpload": "အပ်လုတ်တင်ပြီးလျှင်ကုတ်ကိုစစ်ဆေးပါ", "window.autoScale": "အမှန်ဖြစ်နေပါက အသုံးပြုသူအင်တာဖေ့သည် ဖောင့်အရွယ်အစားနှင့်အတူ အလိုလိုချိန်ညှိမည်။", - "window.zoomLevel": "ဝင်းဒိုး၏မြင်ကွင်းချဲ့မှုပမာဏ ပြောင်းလဲမည်။ မူရင်းတန်ဖိုးသည် 0 ဖြစ်၍ (1) သို့မဟုတ် (-1) တိုးခြင်းသည် မြင်ကွင်း 20%ချဲ့ခြင်း သို့ ခြုံ့ခြင်းဖြစ်စေမည်။" + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "{0}၏ရှိနှင့်ပြီးဗားရှင်းကို အစားထိုးမည်လား။", "selectZip": "သင်ထည့်သွင်းချင်သော ကုတ်ကြည့်တိုက်ပါဝင်သည့်ဇစ်ဖိုင်လ်ရွေးပါ", @@ -448,11 +452,6 @@ "offline": "အော့ဖ်လိုင်း", "quitTitle": "သင်ထွက်မှာသေချာပါသလား။" }, - "debug": { - "start": "စတင်မည်…", - "startError": "ပြစ်ချက်ရှာဖွေမှုဆက်ရှင်စတင်ရာတွင် အမှားအယွင်းဖြစ်ပေါ်ခဲ့သည်။ အသေးစိတ်သိလိုပါက မှတ်တမ်းကို ကြည့်ပါ။", - "typeNotSupported": "ပြစ်ချက်ရှာဖွေမှုဆက်ရှင်အမျိုးအစား \"{0}\" ကိုမထောက်ပံ့ထားပါ။" - }, "editor": { "unsavedTitle": "မသိမ်းဆည်းရသေး – {0}" }, diff --git a/i18n/ne.json b/i18n/ne.json index 9cb88b1a5..812efc8c0 100644 --- a/i18n/ne.json +++ b/i18n/ne.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "True for verbose upload output. False by default.", "verifyAfterUpload": "Verify code after upload", "window.autoScale": "True if the user interface automatically scales with the font size.", - "window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Replace the existing version of {0}?", "selectZip": "Select a zip file containing the library you'd like to add", @@ -448,11 +452,6 @@ "offline": "Offline", "quitTitle": "Are you sure you want to quit?" }, - "debug": { - "start": "Start...", - "startError": "There was an error starting the debug session, check the logs for more details.", - "typeNotSupported": "The debug session type \"{0}\" is not supported." - }, "editor": { "unsavedTitle": "Unsaved – {0}" }, diff --git a/i18n/nl.json b/i18n/nl.json index ab1a938be..54ed422f3 100644 --- a/i18n/nl.json +++ b/i18n/nl.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Bezoek Arduino Cloud om Cloud Sketches te maken." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "Alle", @@ -369,7 +371,9 @@ "upload.verbose": "Waar voor uitgebreide uploaduitvoer. Standaard onwaar.", "verifyAfterUpload": "Verifieer de code na het uploaden", "window.autoScale": "Waar als de gebruikersinterface automatisch wordt geschaald met de lettergrootte.", - "window.zoomLevel": "Pas het zoomniveau van het venster aan. De oorspronkelijke grootte is 0 en elke stap hoger (bijv. 1) of lager (bijv. -1) staat voor 20% groter of kleiner zoomen. U kunt ook decimalen invoeren om het zoomniveau fijner in te stellen. " + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "De bestaande versie van {0} vervangen?", "selectZip": "Selecteer een zipbestand met de bibliotheek die U wilt toevoegen", @@ -448,11 +452,6 @@ "offline": "Offline", "quitTitle": "Weet je zeker dat je wilt stoppen?" }, - "debug": { - "start": "Start...", - "startError": "Er is een fout opgetreden bij het starten van de foutopsporingssessie, controleer de logboeken voor meer details. ", - "typeNotSupported": "Het foutopsporingssessietype \"{0}\" wordt niet ondersteund. " - }, "editor": { "unsavedTitle": "Niet opgeslagen – {0}" }, diff --git a/i18n/pl.json b/i18n/pl.json index 48d9c31f5..57565eb10 100644 --- a/i18n/pl.json +++ b/i18n/pl.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Odwiedź chmurę Arduino, aby tworzyć szkice w chmurze." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "Wszytko", @@ -369,7 +371,9 @@ "upload.verbose": "Prawda, aby pokazywać szczegółowe informacje podczas wgrywania. Fałsz jest wartością domyślną.", "verifyAfterUpload": "Weryfikuj kod po przesłaniu", "window.autoScale": "Prawda, jeśli interfejs użytkownika skaluje się automatycznie z rozmiarem czcionki.", - "window.zoomLevel": "Dostosuj poziom powiększenia okna. Oryginalny rozmiar to 0, a każdy przyrost powyżej (np. 1) lub poniżej (np. -1) oznacza odpowiednio powiększenie lub pomniejszenie o 20%. Możesz również wprowadzić ułamki dziesiętne, aby dostosować poziom powiększenia z większą dokładnością." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Czy zamienić istniejącą wersję {0}?", "selectZip": "Wybierz plik ZIP zawierający bibliotekę, którą chcesz dodać", @@ -448,11 +452,6 @@ "offline": "Offline", "quitTitle": "Jesteś pewien, że chcesz wyjść?" }, - "debug": { - "start": "Uruchamianie...", - "startError": "Wystąpił błąd podczas uruchamiania sesji debugowania. Więcej szczegółów znajdziesz w dziennikach.", - "typeNotSupported": "Typ sesji debugowania\" 1{0} \" nie jest obsługiwany." - }, "editor": { "unsavedTitle": "Niezapisany – {0}" }, diff --git a/i18n/pt.json b/i18n/pt.json index 173cba74f..60c867fb3 100644 --- a/i18n/pt.json +++ b/i18n/pt.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Visite Arduino Cloud para criar Cloud Sketches." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "Verdadeiro para saída de upload detalhada. Falsa é padrão.", "verifyAfterUpload": "Verificar o código após enviar", "window.autoScale": "Verdadeiro se a interface do usuário for dimensionada automaticamente com o tamanho da fonte.", - "window.zoomLevel": "Ajuste o nível de zoom da janela. O tamanho original é 0 e cada incremento acima (por exemplo, 1) ou abaixo (por exemplo, -1) representa um zoom 20% maior ou menor. Você também pode inserir decimais para ajustar o nível de zoom para uma maior precisão." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Substituir a versão existente de {0}?", "selectZip": "Selecione um arquivo zip contendo a biblioteca que deseja adicionar", @@ -448,11 +452,6 @@ "offline": "Offline", "quitTitle": "Você tem certeza que quer sair?" }, - "debug": { - "start": "Iniciar...", - "startError": "Ocorreu um erro ao iniciar a sessão de depuração, verifique os logs para obter mais detalhes.", - "typeNotSupported": "O tipo de sessão de depuração \"{0}\" não é suportado." - }, "editor": { "unsavedTitle": "Não salvo – \"1{0}\"" }, diff --git a/i18n/ro.json b/i18n/ro.json index eb78c681c..7b28ff048 100644 --- a/i18n/ro.json +++ b/i18n/ro.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "True for verbose upload output. False by default.", "verifyAfterUpload": "Verifică codul după încarcare", "window.autoScale": "True if the user interface automatically scales with the font size.", - "window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Replace the existing version of {0}?", "selectZip": "Select a zip file containing the library you'd like to add", @@ -448,11 +452,6 @@ "offline": "Deconectat", "quitTitle": "Are you sure you want to quit?" }, - "debug": { - "start": "Start...", - "startError": "There was an error starting the debug session, check the logs for more details.", - "typeNotSupported": "The debug session type \"{0}\" is not supported." - }, "editor": { "unsavedTitle": "Nesalvat – {0}" }, diff --git a/i18n/ru.json b/i18n/ru.json index ce2bb90b8..d2950977f 100644 --- a/i18n/ru.json +++ b/i18n/ru.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Посетите Arduino Cloud, чтобы создать скетчи в облаке." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "True - подробный вывод при загрузке скетча на плату. По умолчанию - false.", "verifyAfterUpload": "Проверять содержимое памяти платы после загрузки", "window.autoScale": "True, если пользовательский интерфейс автоматически масштабируется в зависимости от размера шрифта.", - "window.zoomLevel": "Отрегулируйте уровень масштабирования окна. Оригинальный размер равен 0 и каждое изменение выше (например, 1) или ниже (например, -1) представляет собой масштабирование на 20% больше или меньше. Вы также можете войти в десятичные, чтобы настроить уровень масштабирования с более тонкой гранулярностью." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Заменить имеющуюся версию {0}?", "selectZip": "Выберите zip-файл, содержащий библиотеку, которую вы хотите установить", @@ -448,11 +452,6 @@ "offline": "Не подключено", "quitTitle": "Вы уверены, что хотите выйти?" }, - "debug": { - "start": "Запуск...", - "startError": "Произошла ошибка при запуске отладочной сессии, просмотрите журнал для получения дополнительной информации.", - "typeNotSupported": "Тип сеанса отладки «{0}» не поддерживается." - }, "editor": { "unsavedTitle": "Несохраненный –{0}" }, diff --git a/i18n/sr.json b/i18n/sr.json index 18636293d..afbc123a6 100644 --- a/i18n/sr.json +++ b/i18n/sr.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "True for verbose upload output. False by default.", "verifyAfterUpload": "Провјери код након спуштања", "window.autoScale": "True if the user interface automatically scales with the font size.", - "window.zoomLevel": "Подесите ниво зумирања прозора. Оригинална величина је 0 и сваки корак изнад (нпр. 1) или испод (нпр. -1) представља зумирање за 20% веће или мање. Такође можете да унесете децимале да бисте подесили ниво зумирања са бољом прецизношћу." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Замјени тренутну верзију {0}?", "selectZip": "Одабери zip датотеку са библиотеком коју желиш да додаш", @@ -448,11 +452,6 @@ "offline": "Није на мрежи", "quitTitle": "Are you sure you want to quit?" }, - "debug": { - "start": "Почни...", - "startError": "There was an error starting the debug session, check the logs for more details.", - "typeNotSupported": "The debug session type \"{0}\" is not supported." - }, "editor": { "unsavedTitle": "Несачуван – {0} " }, diff --git a/i18n/tr.json b/i18n/tr.json index f59ad8857..319e15f19 100644 --- a/i18n/tr.json +++ b/i18n/tr.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Bulut Eskizleri oluşturmak için Arduino Cloud'u ziyaret edin." }, "cloudSketch": { - "new": "Yeni Uzak Eskiz" + "creating": "Uzak eskiz '{0}' oluşturuluyor...", + "new": "Yeni Uzak Eskiz", + "synchronizing": "Eskiz defteri eşitleniyor, '{0}' çekiliyor..." }, "common": { "all": "Tümü", @@ -369,7 +371,9 @@ "upload.verbose": " Ayrıntılı yükleme çıktısı için açın. Varsayılan: Kapalı", "verifyAfterUpload": "Yüklemeden sonra kodu doğrula", "window.autoScale": "Kullanıcı arayüzü yazı tipi boyutu ile otomatik olarak ölçeklenecekse açın", - "window.zoomLevel": "Pencerenin yakınlaştırma seviyesini ayarlar. Orijinal boyut 0'dır ve her yukarı artış (örn. 1) veya düşüş (örn. -1) %20 daha büyük veya daha küçük anlamına gelir. Aynı zamanda yakınlaştırma seviyesini daha hassas ayarlamak için ondalıklar da girebilirsiniz." + "window.zoomLevel": { + "deprecationMessage": "Kullanımdan kalktı. Yerine 'window.zoomLevel' kullanın." + } }, "replaceMsg": "{0}'un mevcut versiyonu değiştirilsin mi?", "selectZip": "Eklemek istediğiniz kütüphaneyi içeren ZIP dosyasını seçin", @@ -448,11 +452,6 @@ "offline": "Çevrimdışı", "quitTitle": "Çıkmak istediğinizden emin misiniz?" }, - "debug": { - "start": "Başla...", - "startError": "Debug oturumunu başlatırken bir hata oluştu, daha fazla bilgi için logları kontrol edin.", - "typeNotSupported": "\"{0}\" debug oturum tipi desteklenmiyor." - }, "editor": { "unsavedTitle": "Kaydedilmedi – {0}" }, diff --git a/i18n/uk.json b/i18n/uk.json index 3bf8df0e9..e49b717b6 100644 --- a/i18n/uk.json +++ b/i18n/uk.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "Все", @@ -369,7 +371,9 @@ "upload.verbose": "True for verbose upload output. False by default.", "verifyAfterUpload": "Verify code after upload", "window.autoScale": "True if the user interface automatically scales with the font size.", - "window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Replace the existing version of {0}?", "selectZip": "Select a zip file containing the library you'd like to add", @@ -448,11 +452,6 @@ "offline": "Offline", "quitTitle": "Are you sure you want to quit?" }, - "debug": { - "start": "Старт...", - "startError": "There was an error starting the debug session, check the logs for more details.", - "typeNotSupported": "The debug session type \"{0}\" is not supported." - }, "editor": { "unsavedTitle": "Unsaved – {0}" }, diff --git a/i18n/vi.json b/i18n/vi.json index 306854d51..d0f697070 100644 --- a/i18n/vi.json +++ b/i18n/vi.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Truy cập Arduino Cloud để tạo Cloud Sketch." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "'True' để bật đầu ra nạp lệnh chi tiết (verbose upload output). Mặc định là 'false'", "verifyAfterUpload": "Xác minh mã sau khi nạp", "window.autoScale": "'True' nếu giao diện người dùng tự động thay đổi theo cỡ chữ.", - "window.zoomLevel": "Điều chỉnh mức thu phóng của của sổ. Kích thước mặc định là 0 và cứ mỗi mức tăng (+1) hoặc giảm (-1) tượng trưng cho việc thu phóng 20% lớn hơn hoặc nhỏ hơn. Bạn cũng có thể sử dụng số thập phân để thay đổi mức thu phóng với độ chi tiết tốt hơn." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Thay thế phiên bản hiện tại của {0}?", "selectZip": "Chọn một tệp zip chứa thư viện mà bạn muốn cài", @@ -448,11 +452,6 @@ "offline": "Ngoại tuyến", "quitTitle": "Are you sure you want to quit?" }, - "debug": { - "start": "Bắt đầu...", - "startError": "Có lỗi xảy ra khi khởi chạy phiên sửa lỗi, hãy kiểm tra log để biết thêm chi tiết.", - "typeNotSupported": "Phiên gỡ lỗi loại \"{0}\" không được hỗ trợ." - }, "editor": { "unsavedTitle": "Chưa được lưu – {0}" }, diff --git a/i18n/zh-Hant.json b/i18n/zh-Hant.json index 418a5ae80..778914aa6 100644 --- a/i18n/zh-Hant.json +++ b/i18n/zh-Hant.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "All", @@ -369,7 +371,9 @@ "upload.verbose": "True for verbose upload output. False by default.", "verifyAfterUpload": "Verify code after upload", "window.autoScale": "True if the user interface automatically scales with the font size.", - "window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity." + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "Replace the existing version of {0}?", "selectZip": "Select a zip file containing the library you'd like to add", @@ -448,11 +452,6 @@ "offline": "Offline", "quitTitle": "Are you sure you want to quit?" }, - "debug": { - "start": "Start...", - "startError": "There was an error starting the debug session, check the logs for more details.", - "typeNotSupported": "The debug session type \"{0}\" is not supported." - }, "editor": { "unsavedTitle": "Unsaved – {0}" }, diff --git a/i18n/zh.json b/i18n/zh.json index 8283e8042..33300d64d 100644 --- a/i18n/zh.json +++ b/i18n/zh.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "访问 Arduino Cloud 以创建云项目。" }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "全部", @@ -369,7 +371,9 @@ "upload.verbose": "True 则输出详细上传信息。默认情况下为 False。", "verifyAfterUpload": "上传后验证代码", "window.autoScale": "True 则用户界面随字体大小自动缩放。", - "window.zoomLevel": "调整窗口的缩放级别。默认缩放级别为 0,大于(例如 1)或小于(例如 -1)的每个增量表示放大或缩小 20%。输入小数可以更精细的调整缩放级别。" + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "是否替换 {0} 的现有版本?", "selectZip": "选择包含要添加的库的 zip 文件", @@ -448,11 +452,6 @@ "offline": "离线", "quitTitle": "你确定你要退出吗?" }, - "debug": { - "start": "开始...", - "startError": "启动调试会话时出错,请检查日志以了解更多详细信息。", - "typeNotSupported": "不支持调试会话的类型 “{0}”。" - }, "editor": { "unsavedTitle": "未保存–{0}" }, diff --git a/i18n/zh_TW.json b/i18n/zh_TW.json index ff831d2ac..64c8d6faf 100644 --- a/i18n/zh_TW.json +++ b/i18n/zh_TW.json @@ -120,7 +120,9 @@ "visitArduinoCloud": "前往Arduino Cloud建立雲端草稿。" }, "cloudSketch": { - "new": "New Remote Sketch" + "creating": "Creating remote sketch '{0}'...", + "new": "New Remote Sketch", + "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." }, "common": { "all": "所有", @@ -369,7 +371,9 @@ "upload.verbose": "True則輸出詳細上傳資訊。預設為False", "verifyAfterUpload": "上傳後驗證程式", "window.autoScale": "True則使用者介面隨字體大小自動縮放。", - "window.zoomLevel": "調整視窗的縮放大小。預設大小為0,增加(例如1)或者減少(例如-1)代表縮放增加或減少20%。可以自行輸入小數調整更精細的大小。" + "window.zoomLevel": { + "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead." + } }, "replaceMsg": "取代 1{0} 的現有版本?", "selectZip": "選擇要加入函示庫的zip檔案", @@ -448,11 +452,6 @@ "offline": "離線", "quitTitle": "你確定要退出嗎?" }, - "debug": { - "start": "開始 ....", - "startError": "除錯階段出現錯誤,更多細節請檢查日誌內容", - "typeNotSupported": "不支援 \" 1{0} \" 除錯階段型態" - }, "editor": { "unsavedTitle": "1[0] –尚未儲存" },