Skip to content

Commit 1104467

Browse files
Updated translation files (#1701)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5695fd8 commit 1104467

33 files changed

+214
-247
lines changed

Diff for: i18n/af.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@
120120
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
121121
},
122122
"cloudSketch": {
123-
"new": "New Remote Sketch"
123+
"creating": "Creating remote sketch '{0}'...",
124+
"new": "New Remote Sketch",
125+
"synchronizing": "Synchronizing sketchbook, pulling '{0}'..."
124126
},
125127
"common": {
126128
"all": "All",
@@ -369,7 +371,9 @@
369371
"upload.verbose": "True for verbose upload output. False by default.",
370372
"verifyAfterUpload": "Verifieer kode na oplaai ",
371373
"window.autoScale": "True if the user interface automatically scales with the font size.",
372-
"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."
374+
"window.zoomLevel": {
375+
"deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead."
376+
}
373377
},
374378
"replaceMsg": "Replace the existing version of {0}?",
375379
"selectZip": "Select a zip file containing the library you'd like to add",
@@ -448,11 +452,6 @@
448452
"offline": "Aflyn",
449453
"quitTitle": "Are you sure you want to quit?"
450454
},
451-
"debug": {
452-
"start": "Begin...",
453-
"startError": "There was an error starting the debug session, check the logs for more details.",
454-
"typeNotSupported": "The debug session type \"{0}\" is not supported."
455-
},
456455
"editor": {
457456
"unsavedTitle": "Unsaved – {0}"
458457
},

Diff for: i18n/ar.json

+11-12
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
},
77
"board": {
88
"board": "اللوحة {0}",
9-
"boardConfigDialogTitle": "Select Other Board and Port",
9+
"boardConfigDialogTitle": "أختر متحكم و منفذ مختلفين ",
1010
"boardInfo": "معلومات اللوحة",
11-
"boards": "boards",
11+
"boards": "المتحكمات",
1212
"configDialog1": "اختر لوحة و منفذ معا اذا اردت ان ترفع السكتش",
1313
"configDialog2": "اذا قمت باختيار لوحة فقط ستسطيع ان تترجم لكن بدون ان ترفع المشروع",
1414
"couldNotFindPreviouslySelected": "تعذر ايجاد اللوحة '{0}' المختارة مسبقا في المنصة المثبتة '{1}' . الرجاء اعادة اختيار اللوحة التي تريد استعمالها يدويا . هل تريد باعادة الاختيار الان؟",
@@ -26,15 +26,15 @@
2626
"pleasePickBoard": "من فضلك اختر لوحة متصلة على المنفذ الذي اخترته",
2727
"port": "المنفذ {0}",
2828
"portLabel": "Port: {0}",
29-
"ports": "ports",
29+
"ports": "منافذ",
3030
"programmer": "المبرمجة",
3131
"reselectLater": "اعد الاختيار لاحقا",
32-
"searchBoard": "Search board",
32+
"searchBoard": "أبحث عن متحكم",
3333
"selectBoard": "اختر لوحة",
3434
"selectBoardForInfo": "الرجاء اختيار لوحة من احل الحصول على معلومات اللوحة",
3535
"selectPortForInfo": "الرجاء اختيار منفذ من اجل الحصول على معلومات اللوحة",
3636
"showAllAvailablePorts": "يظهر كل المنافذ المتاحة عند تفعيله",
37-
"showAllPorts": "Show all ports",
37+
"showAllPorts": "أظهر جميع المنافذ",
3838
"succesfullyInstalledPlatform": "تم تثبيت المنصة {0}:{1} بنجاح",
3939
"succesfullyUninstalledPlatform": "تم الغاء تثبيت المنصة {0}:{1} بنجاح",
4040
"typeOfPorts": "{0} ports"
@@ -120,7 +120,9 @@
120120
"visitArduinoCloud": "قم بزيارة Arduino Cloud من اجل انشاء ملف مشاريع على السحابة"
121121
},
122122
"cloudSketch": {
123-
"new": "New Remote Sketch"
123+
"creating": "Creating remote sketch '{0}'...",
124+
"new": "New Remote Sketch",
125+
"synchronizing": "Synchronizing sketchbook, pulling '{0}'..."
124126
},
125127
"common": {
126128
"all": "All",
@@ -369,7 +371,9 @@
369371
"upload.verbose": "True لخرج الرفع المطول . False افتراضيا",
370372
"verifyAfterUpload": "التحقق من الكود بعد الرفع",
371373
"window.autoScale": "True اذا كان مقياس الواجهة يتزامن تلقائيا مع حجم الخط ",
372-
"window.zoomLevel": "تعديل درجة التكبير للنافذة . الحجم الاصلي 0 و كل زيادة فوقه (مثلا 1) او اقل (مثلا -1) تمثل تكبير بدرجة 20% اكبر او اصغر . تستطيع ايضا ادخال فواصل لتعديل درجة التكبير بدقة اكبر"
374+
"window.zoomLevel": {
375+
"deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead."
376+
}
373377
},
374378
"replaceMsg": "هل تريد استبدال النسخة الحالية من {0} ؟",
375379
"selectZip": "اختر ملف .zip يحوي المكتبة التي تريد اضافتها",
@@ -448,11 +452,6 @@
448452
"offline": "غير متصل",
449453
"quitTitle": "هل انت متاكد بانك تريد الخروج؟"
450454
},
451-
"debug": {
452-
"start": "البدء...",
453-
"startError": "لقد حصل خطأ اثناء بدأ جلسة التصحيح . تحقق من السجلات للمزيد من المعلومات",
454-
"typeNotSupported": "جلسة التصحيح من نوع \"{0}\" غير مدعومة"
455-
},
456455
"editor": {
457456
"unsavedTitle": "غير محفوظ – {0}"
458457
},

Diff for: i18n/az.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@
120120
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
121121
},
122122
"cloudSketch": {
123-
"new": "New Remote Sketch"
123+
"creating": "Creating remote sketch '{0}'...",
124+
"new": "New Remote Sketch",
125+
"synchronizing": "Synchronizing sketchbook, pulling '{0}'..."
124126
},
125127
"common": {
126128
"all": "All",
@@ -369,7 +371,9 @@
369371
"upload.verbose": "True for verbose upload output. False by default.",
370372
"verifyAfterUpload": "Verify code after upload",
371373
"window.autoScale": "True if the user interface automatically scales with the font size.",
372-
"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."
374+
"window.zoomLevel": {
375+
"deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead."
376+
}
373377
},
374378
"replaceMsg": "Replace the existing version of {0}?",
375379
"selectZip": "Select a zip file containing the library you'd like to add",
@@ -448,11 +452,6 @@
448452
"offline": "Offlayn",
449453
"quitTitle": "Are you sure you want to quit?"
450454
},
451-
"debug": {
452-
"start": "Başlat",
453-
"startError": "There was an error starting the debug session, check the logs for more details.",
454-
"typeNotSupported": "The debug session type \"{0}\" is not supported."
455-
},
456455
"editor": {
457456
"unsavedTitle": "Unsaved – {0}"
458457
},

Diff for: i18n/bg.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@
120120
"visitArduinoCloud": "Посетете Arduino Cloud, за да създадете облачни скици."
121121
},
122122
"cloudSketch": {
123-
"new": "New Remote Sketch"
123+
"creating": "Creating remote sketch '{0}'...",
124+
"new": "New Remote Sketch",
125+
"synchronizing": "Synchronizing sketchbook, pulling '{0}'..."
124126
},
125127
"common": {
126128
"all": "All",
@@ -369,7 +371,9 @@
369371
"upload.verbose": "True за подробен изход за качване. False по подразбиране.",
370372
"verifyAfterUpload": "Потвърдете кода след качване",
371373
"window.autoScale": "True , ако потребителският интерфейс автоматично се мащабира с размера на шрифта.",
372-
"window.zoomLevel": "Регулирайте нивото на увеличение на прозореца. Оригиналният размер е 0 и всяко увеличение над (напр. 1) или под (напр. -1) представлява увеличение с 20% по-голямо или по-малко. Можете също да въведете десетични знаци, за да регулирате нивото на увеличение по-финно."
374+
"window.zoomLevel": {
375+
"deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead."
376+
}
373377
},
374378
"replaceMsg": "Да се замени ли съществуващата версия на {0}?",
375379
"selectZip": "Изберете zip файл, съдържащ библиотеката, която искате да добавите",
@@ -448,11 +452,6 @@
448452
"offline": "Офлайн",
449453
"quitTitle": "Are you sure you want to quit?"
450454
},
451-
"debug": {
452-
"start": "Започнете...",
453-
"startError": "Възникна грешка при стартиране на сесията за отстраняване на грешки, проверете регистрационните файлове за повече подробности.",
454-
"typeNotSupported": "Типът на сесията за отстраняване на грешки „{0}“ не се поддържа."
455-
},
456455
"editor": {
457456
"unsavedTitle": "Незапазено – {0}"
458457
},

Diff for: i18n/ca_ES.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@
120120
"visitArduinoCloud": "Visiteu Arduino Cloud per crear programes al núvol."
121121
},
122122
"cloudSketch": {
123-
"new": "New Remote Sketch"
123+
"creating": "Creating remote sketch '{0}'...",
124+
"new": "New Remote Sketch",
125+
"synchronizing": "Synchronizing sketchbook, pulling '{0}'..."
124126
},
125127
"common": {
126128
"all": "All",
@@ -369,7 +371,9 @@
369371
"upload.verbose": "True per a la sortida detallada de la càrrega. Fals per defecte.",
370372
"verifyAfterUpload": "Verifica el codi després de pujar",
371373
"window.autoScale": "És cert si la interfície d'usuari escala automàticament amb la mida de la lletra.",
372-
"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."
374+
"window.zoomLevel": {
375+
"deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead."
376+
}
373377
},
374378
"replaceMsg": "Substitueix la versió existent de {0}?",
375379
"selectZip": "Seleccioneu un fitxer zip que contingui la llibreria que voleu afegir",
@@ -448,11 +452,6 @@
448452
"offline": "Fora de línia",
449453
"quitTitle": "Are you sure you want to quit?"
450454
},
451-
"debug": {
452-
"start": "Començar...",
453-
"startError": "S'ha produït un error en iniciar la sessió de depuració, comproveu els registres per obtenir més informació.",
454-
"typeNotSupported": "No s'admet el tipus de sessió de depuració \"{0}\"."
455-
},
456455
"editor": {
457456
"unsavedTitle": "No desat –{0}"
458457
},

Diff for: i18n/cs.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@
120120
"visitArduinoCloud": "Navštivte Arduino Cloud pro vytvoření cloudové sketche"
121121
},
122122
"cloudSketch": {
123-
"new": "New Remote Sketch"
123+
"creating": "Creating remote sketch '{0}'...",
124+
"new": "New Remote Sketch",
125+
"synchronizing": "Synchronizing sketchbook, pulling '{0}'..."
124126
},
125127
"common": {
126128
"all": "Vše",
@@ -369,7 +371,9 @@
369371
"upload.verbose": "Ano pro podrobný výstup při nahrávání. Ne je výchozí hodnota. ",
370372
"verifyAfterUpload": "Kontrolovat kód po nahrání",
371373
"window.autoScale": "Ano pokud se měřítko uživatelského prostředí automaticky mění s velikostí písma. ",
372-
"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í."
374+
"window.zoomLevel": {
375+
"deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead."
376+
}
373377
},
374378
"replaceMsg": "Vyměnit existující verzi {0}?",
375379
"selectZip": "Zvolte ZIP soubor s knihovnou kterou chcete přidat",
@@ -448,11 +452,6 @@
448452
"offline": "Nepřipojen",
449453
"quitTitle": "Jste si jisti že chcete odejít"
450454
},
451-
"debug": {
452-
"start": "Start...",
453-
"startError": "Vyskytla se chyba při spouštění debugovacího spojení, zkontrolujte prosím log pro více informací. ",
454-
"typeNotSupported": "Typ \"{0}\" debugovacího spojení není podporován, "
455-
},
456455
"editor": {
457456
"unsavedTitle": "Neuloženo – {0}"
458457
},

Diff for: i18n/de.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@
120120
"visitArduinoCloud": "Besuche Arduino Cloud um Cloud Sketche zu erstellen."
121121
},
122122
"cloudSketch": {
123-
"new": "New Remote Sketch"
123+
"creating": "Creating remote sketch '{0}'...",
124+
"new": "New Remote Sketch",
125+
"synchronizing": "Synchronizing sketchbook, pulling '{0}'..."
124126
},
125127
"common": {
126128
"all": "Alle",
@@ -369,7 +371,9 @@
369371
"upload.verbose": "Wenn aktiviert, werden ausführliche Compiler-Meldungen angezeigt. Standardgemäß deaktiviert.",
370372
"verifyAfterUpload": "Code nach Hochladen überprüfen ",
371373
"window.autoScale": "Wenn aktiviert: Benutzeroberfläche soll mit Schriftgröße skalieren.",
372-
"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 "
374+
"window.zoomLevel": {
375+
"deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead."
376+
}
373377
},
374378
"replaceMsg": "Existierende Version von {0} ersetzen?",
375379
"selectZip": "Wähle die ZIP-Datei, welche die hinzuzufügende Bibliothek enthält",
@@ -448,11 +452,6 @@
448452
"offline": "Offline",
449453
"quitTitle": "Sind Sie sicher, dass das Fenster schließen möchten?"
450454
},
451-
"debug": {
452-
"start": "Start...",
453-
"startError": "Es gab einen Fehler beim Start der Debug-Session. Überprüfe die Logs für mehr Informationen.",
454-
"typeNotSupported": "Die Debug Session vom Typ \"{0}\" wird nicht unterstützt."
455-
},
456455
"editor": {
457456
"unsavedTitle": "Nicht gespeichert – {0}"
458457
},

Diff for: i18n/el.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@
120120
"visitArduinoCloud": "Επισκέψου το Arduino Cloud για δημιουργία Σχεδίων Cloud."
121121
},
122122
"cloudSketch": {
123-
"new": "New Remote Sketch"
123+
"creating": "Creating remote sketch '{0}'...",
124+
"new": "New Remote Sketch",
125+
"synchronizing": "Synchronizing sketchbook, pulling '{0}'..."
124126
},
125127
"common": {
126128
"all": "All",
@@ -369,7 +371,9 @@
369371
"upload.verbose": "Αληθές για λεπτομερή έξοδο ανεβάσματος. Ψευδές απο προεπιλογή.",
370372
"verifyAfterUpload": "Επιβεβαίωση κώδικα μετά το ανέβασμα",
371373
"window.autoScale": "Αληθές αν η διεπαφή χρήστη κλιμακλωνεται αυτόματα μαζί με το μέγεθος γραμματοσειράς.",
372-
"window.zoomLevel": "Ρύθμιση του επιπέδου μεγέθυνσης του παραθύρου. Το αρχικό μέγεθος ειναι 0 και κάθε αύξηση (π.χ. 1) ή μείωση (π.χ. -1) αναπαριστά μεγέθυνση 20% μεγαλύτερη ή μικρότερη. Μπορούν να εισαχθούν και δεκαδικά για προσαρμογή της μεγέθυνσης με μεγαλύτερη λεπτομέρεια."
374+
"window.zoomLevel": {
375+
"deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead."
376+
}
373377
},
374378
"replaceMsg": "Replace the existing version of {0}?",
375379
"selectZip": "Select a zip file containing the library you'd like to add",
@@ -448,11 +452,6 @@
448452
"offline": "Εκτός Σύνδεσης",
449453
"quitTitle": "Are you sure you want to quit?"
450454
},
451-
"debug": {
452-
"start": "Έναρξη...",
453-
"startError": "There was an error starting the debug session, check the logs for more details.",
454-
"typeNotSupported": "The debug session type \"{0}\" is not supported."
455-
},
456455
"editor": {
457456
"unsavedTitle": "Unsaved – {0}"
458457
},

Diff for: i18n/es.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@
120120
"visitArduinoCloud": "Visita Arduino Cloud para crear Cloud Sketches. "
121121
},
122122
"cloudSketch": {
123-
"new": "New Remote Sketch"
123+
"creating": "Creating remote sketch '{0}'...",
124+
"new": "New Remote Sketch",
125+
"synchronizing": "Synchronizing sketchbook, pulling '{0}'..."
124126
},
125127
"common": {
126128
"all": "Todo",
@@ -369,7 +371,9 @@
369371
"upload.verbose": "Verdadero para una salida verbosa de la carga. Falso por defecto.",
370372
"verifyAfterUpload": "Verificar el código después de cargarlo",
371373
"window.autoScale": "Verdadero si la interfaz de usuario se escala automáticamente con el tamaño de la fuente.",
372-
"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."
374+
"window.zoomLevel": {
375+
"deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead."
376+
}
373377
},
374378
"replaceMsg": "¿Sustituir la versión existente de {0}?",
375379
"selectZip": "Seleccione un archivo zip que contenga la biblioteca que deseas añadir",
@@ -448,11 +452,6 @@
448452
"offline": "Desconectado",
449453
"quitTitle": "Seguro que quiere salir ?"
450454
},
451-
"debug": {
452-
"start": "Empezar...",
453-
"startError": "Se ha producido un error al iniciar la sesión de depuración, consulte los logs para obtener más detalles.",
454-
"typeNotSupported": "El tipo de sesión de depuración \"{0}\" no es compatible."
455-
},
456455
"editor": {
457456
"unsavedTitle": "Sin guardar – {0}"
458457
},

Diff for: i18n/eu.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@
120120
"visitArduinoCloud": "Bisitatu Arduino Cloud hodeiko programak sortzeko."
121121
},
122122
"cloudSketch": {
123-
"new": "New Remote Sketch"
123+
"creating": "Creating remote sketch '{0}'...",
124+
"new": "New Remote Sketch",
125+
"synchronizing": "Synchronizing sketchbook, pulling '{0}'..."
124126
},
125127
"common": {
126128
"all": "All",
@@ -369,7 +371,9 @@
369371
"upload.verbose": "Egia kargaren irteera xehatua izateko. Lehenetsia Gezurra.",
370372
"verifyAfterUpload": "Egiaztatu kodea kargatu ondoren",
371373
"window.autoScale": "Egia erabiltzaile interfazea letra-tamainarekin automatikoki eskalatzen bada.",
372-
"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."
374+
"window.zoomLevel": {
375+
"deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead."
376+
}
373377
},
374378
"replaceMsg": "Lehendik dagoen {0} bertsioa ordezkatu?",
375379
"selectZip": "Hautatu gehitu nahi duzun liburutegia daukan zip fitxategia",
@@ -448,11 +452,6 @@
448452
"offline": "Lineaz kanpo",
449453
"quitTitle": "Are you sure you want to quit?"
450454
},
451-
"debug": {
452-
"start": "Hasi...",
453-
"startError": "Errore bat gertatu da arazketa saioa hastean. Ikusi egunkariak xehetasun gehiagorako.",
454-
"typeNotSupported": "\"{0}\" motako arazketa saioak ez du euskarririk."
455-
},
456455
"editor": {
457456
"unsavedTitle": "Gorde gabe – {0}"
458457
},

0 commit comments

Comments
 (0)