Skip to content

Commit 1073c3f

Browse files
Updated translation files (#1052)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 69d7e8e commit 1073c3f

32 files changed

+1664
-384
lines changed

i18n/af.json

+29-11
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@
5656
"uploadRootCertificates": "Upload SSL Root Certificates",
5757
"uploadingCertificates": "Uploading certificates."
5858
},
59+
"cli-error-parser": {
60+
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
61+
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
62+
},
5963
"cloud": {
64+
"account": "Account",
6065
"chooseSketchVisibility": "Choose visibility of your Sketch:",
61-
"cloudSketchbook": "Wolk Skets",
6266
"connected": "Connected",
6367
"continue": "Continue",
6468
"donePulling": "Done pulling ‘{0}’.",
@@ -82,12 +86,14 @@
8286
"pushSketch": "Push Sketch",
8387
"pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.",
8488
"remote": "Remote",
89+
"remoteSketchbook": "Remote Sketchbook",
8590
"share": "Deel...",
8691
"shareSketch": "Share Sketch",
8792
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
8893
"signIn": "TEKEN AAN",
8994
"signInToCloud": "Sign in to Arduino Cloud",
9095
"signOut": "Teken Uit",
96+
"sync": "Sync",
9197
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
9298
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
9399
},
@@ -120,6 +126,9 @@
120126
"fileAdded": "Een lêer by skets gevoeg",
121127
"replaceTitle": "Vervang"
122128
},
129+
"coreContribution": {
130+
"copyError": "Copy error messages"
131+
},
123132
"debug": {
124133
"debugWithMessage": "Ontfouting {0}",
125134
"debuggingNotSupported": "Debugging is not supported by '{0}'",
@@ -136,7 +145,9 @@
136145
"decreaseFontSize": "Decrease Font Size",
137146
"decreaseIndent": "Decrease Indent",
138147
"increaseFontSize": "Increase Font Size",
139-
"increaseIndent": "Increase Indent"
148+
"increaseIndent": "Increase Indent",
149+
"nextError": "Next Error",
150+
"previousError": "Previous Error"
140151
},
141152
"electron": {
142153
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
@@ -212,9 +223,14 @@
212223
"zipLibrary": "Library"
213224
},
214225
"menu": {
226+
"advanced": "Advanced",
215227
"sketch": "Skets",
216228
"tools": "Gereedskap"
217229
},
230+
"monitor": {
231+
"unableToCloseWebSocket": "Unable to close websocket",
232+
"unableToConnectToWebSocket": "Unable to connect to websocket"
233+
},
218234
"preferences": {
219235
"additionalManagerURLs": "Additional Boards Manager URLs",
220236
"auth.audience": "Die OAuth2 gehoor.",
@@ -225,12 +241,15 @@
225241
"board.certificates": "List of certificates that can be uploaded to boards",
226242
"browse": "Snuffel",
227243
"choose": "Kies",
244+
"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.",
228245
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
229246
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
230247
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
231248
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
232249
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
233250
"compile": "saamstel",
251+
"compile.experimental": "True if the IDE should handle multiple compiler errors. False by default",
252+
"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}'.",
234253
"compile.verbose": "True for verbose compile output. False by default",
235254
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
236255
"compilerWarnings": "Compiler warnings",
@@ -252,6 +271,7 @@
252271
"showVerbose": "Wys ontfoutings uitset tydens",
253272
"sketchbook.location": "Sketsboek ligging",
254273
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
274+
"survey.notification": "True if users should be notified if a survey is available. True by default.",
255275
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
256276
"upload": "oplaai",
257277
"upload.verbose": "True for verbose upload output. False by default.",
@@ -264,25 +284,19 @@
264284
"serial": {
265285
"autoscroll": "Autoscroll",
266286
"carriageReturn": "Wagterugkeer",
267-
"connectionBusy": "Konneksie het gevaal. Seriaal poort is besig: {0}",
268-
"disconnected": "Disconnected {0} from {1}.",
269-
"failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.",
270287
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
271288
"newLine": "Nuwe lyn",
272289
"newLineCarriageReturn": "Beide NL & CR",
273290
"noLineEndings": "No Line Ending",
274291
"notConnected": "Not connected. Select a board and a port to connect automatically.",
275-
"reconnect": "Reconnecting {0} to {1} in {2} seconds...",
276292
"timestamp": "Tydstempel",
277-
"toggleTimestamp": "Toggle Timestamp",
278-
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}."
293+
"toggleTimestamp": "Toggle Timestamp"
279294
},
280295
"sketch": {
281296
"archiveSketch": "Archive Sketch",
282297
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
283298
"close": "Are you sure you want to close the sketch?",
284299
"configureAndUpload": "Configure And Upload",
285-
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
286300
"createdArchive": "Created archive '{0}'.",
287301
"doneCompiling": "Done compiling.",
288302
"doneUploading": "Done uploading.",
@@ -307,6 +321,11 @@
307321
"verify": "Verify",
308322
"verifyOrCompile": "Verify/Compile"
309323
},
324+
"survey": {
325+
"answerSurvey": "Answer survey",
326+
"dismissSurvey": "Don't show again",
327+
"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."
328+
},
310329
"upload": {
311330
"error": "{0} error: {1}"
312331
},
@@ -345,8 +364,7 @@
345364
"fileNewName": "Naam vir nuwe lêer",
346365
"invalidExtension": ".{0} is not a valid extension",
347366
"invalidFilename": "Ongeldige lêernaam",
348-
"newFileName": "Nuwe naam vir lêer",
349-
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
367+
"newFileName": "Nuwe naam vir lêer"
350368
}
351369
}
352370
}

i18n/ar.json

+32-14
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@
5656
"uploadRootCertificates": "رفع شهادات SSL Root",
5757
"uploadingCertificates": "جار رفع الشهادة"
5858
},
59+
"cli-error-parser": {
60+
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
61+
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
62+
},
5963
"cloud": {
64+
"account": "Account",
6065
"chooseSketchVisibility": "اختر خصوصية مشروعك:",
61-
"cloudSketchbook": "مشاريع على السحابة",
6266
"connected": "متصل",
6367
"continue": "استئناف",
6468
"donePulling": "تم السحب بنجاح '{0}'",
@@ -82,12 +86,14 @@
8286
"pushSketch": "دفع المشروع",
8387
"pushSketchMsg": "هذا مشروع عام . قبل دفعه , تاكد من عدم وجود اي معلومات حساسة داخل ملف arduino_secrets.h . تستطيع جعل المشروع خاصا من لوحة المشاركة",
8488
"remote": "عن بعد",
89+
"remoteSketchbook": "Remote Sketchbook",
8590
"share": "مشاركة...",
8691
"shareSketch": "مشاركة المشروع",
8792
"showHideRemoveSketchbook": "اظهار/اخفاء المشاريع عن بعد",
8893
"signIn": "تسجيل الدخول",
8994
"signInToCloud": "تسجيل الدخول الى Arduino Cloud",
9095
"signOut": "تسجيل الخروج",
96+
"sync": "Sync",
9197
"syncEditSketches": "المزامنة و التعديل على مشاريعك في Arduino Cloud",
9298
"visitArduinoCloud": "قم بزيارة Arduino Cloud من اجل انشاء ملف مشاريع على السحابة"
9399
},
@@ -120,6 +126,9 @@
120126
"fileAdded": "تمت اضافة ملف واحد الى المشروع",
121127
"replaceTitle": "استبدال"
122128
},
129+
"coreContribution": {
130+
"copyError": "Copy error messages"
131+
},
123132
"debug": {
124133
"debugWithMessage": "تصحيح برمجي - {0}",
125134
"debuggingNotSupported": "'{0}' لا يقبل التصحيح البرمجي",
@@ -136,7 +145,9 @@
136145
"decreaseFontSize": "تصغير حجم الخط",
137146
"decreaseIndent": "تقليل مسافة البادئة",
138147
"increaseFontSize": "تكبير حجم الخط",
139-
"increaseIndent": "زيادة مسافة البادئة"
148+
"increaseIndent": "زيادة مسافة البادئة",
149+
"nextError": "Next Error",
150+
"previousError": "Previous Error"
140151
},
141152
"electron": {
142153
"couldNotSave": "تعذر حفظ المشروع . الرجاء نسخ عملك الغير محفوظ الى محرر النصوص المفضل لديك و اعادة تشغيل Arduino IDE",
@@ -212,9 +223,14 @@
212223
"zipLibrary": "المكتبة"
213224
},
214225
"menu": {
226+
"advanced": "Advanced",
215227
"sketch": "مشروع",
216228
"tools": "ادوات"
217229
},
230+
"monitor": {
231+
"unableToCloseWebSocket": "تعذر اغلاق مقبس الويب",
232+
"unableToConnectToWebSocket": "تعذر الاتصال بمقبس الويب"
233+
},
218234
"preferences": {
219235
"additionalManagerURLs": "مدير اللوحات الاضافية",
220236
"auth.audience": "جمهور OAuth2",
@@ -225,20 +241,23 @@
225241
"board.certificates": "قائمة الشهادات التي يمكن رفعها الى اللوحات",
226242
"browse": "استعرض",
227243
"choose": "اختر",
244+
"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.",
228245
"cloud.enabled": "True اذا كانت مهام المزامنة مفعلة . True افتراضيا",
229246
"cloud.pull.warn": "True اذا كان يجب تحذير المستخدمين قبل سحب مشروع من السحابة . True افتراضيا",
230247
"cloud.push.warn": "True اذا كان يجب تحذير المستخدمين قبل دفع مشروع الى السحابة . True افتراضيا",
231248
"cloud.pushpublic.warn": "True اذا كان يجب تحذير المستخدمين قبل دفع مشروع عام الى السحابة . True افتراضيا",
232249
"cloud.sketchSyncEnpoint": "الوجهة المستخدمة لدفع و سحب المشاريع من الخلفية . تشير افتراضيا الى Arduino Cloud API.",
233250
"compile": "الترجمة",
251+
"compile.experimental": "True if the IDE should handle multiple compiler errors. False by default",
252+
"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}'.",
234253
"compile.verbose": "True لخرج الترجمة المطول . False افتراضيا",
235254
"compile.warnings": "يخبر gcc اي مستوى انذار سيتم استخدامه , قيمته 'None' افتراضيا",
236255
"compilerWarnings": "تحذيرات المترجم",
237256
"editorFontSize": "حجم خط المحرّر",
238257
"editorQuickSuggestions": "اقتراحات المحرّر السريعة",
239258
"enterAdditionalURLs": "قم بادخال عناوين URL الاضافية , واحد لكل صف",
240259
"files.inside.sketches": "اظهر الملفات داخل المشاريع",
241-
"ide.updateBaseUrl": "The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'",
260+
"ide.updateBaseUrl": "عنوان URL الاساسي حيث يتم تنزيل التحديثات منه \nقيمته افتراضيا 'https://downloads.arduino.cc/arduino-ide'",
242261
"ide.updateChannel": "انشر القناة للحصول على تحديثات من . 'stable' هو النسخة الثابتة .'nightly' هي اخر نسخة تطويرية ",
243262
"interfaceScale": "مقياس الواجهة",
244263
"invalid.editorFontSize": "حجم خط المحرّر غير صالح . يجب ان يكون عدد موجب",
@@ -252,6 +271,7 @@
252271
"showVerbose": "اظهر خرج مطوّل خلال",
253272
"sketchbook.location": "موقع ملف المشاريع",
254273
"sketchbook.showAllFiles": "True لعرض كل مجلدات مشاريع داخل المشروع . False افتراضيا",
274+
"survey.notification": "True if users should be notified if a survey is available. True by default.",
255275
"unofficialBoardSupport": "انقر لعرض قائمة عناوين URL للوحات المدعومة بشكل غير رسمي",
256276
"upload": "الرفع",
257277
"upload.verbose": "True لخرج الرفع المطول . False افتراضيا",
@@ -264,25 +284,19 @@
264284
"serial": {
265285
"autoscroll": "تمرير تلقائي",
266286
"carriageReturn": "اعادة الحمل",
267-
"connectionBusy": "تعذر الاتصال . المنفذ التسلسلي مشغول : {0}",
268-
"disconnected": "انقطع اتصال {0} من {1}",
269-
"failedReconnect": "فشل اعادة الاتصال بالمنفذ التسلسلي {0}بعد 10 محاولات متتالية . المنفذ التسلسلي{1} مشغول",
270287
"message": "الرسالة ({0} + ادخل لارسال رسالة الى '{1}' على '{2}')",
271288
"newLine": "سطر جديد",
272289
"newLineCarriageReturn": " NL & CR معاً",
273290
"noLineEndings": "نهاية السطر غير موجودة",
274291
"notConnected": "غير متصل . اختر لوحة و منفذ للاتصال تلقائيا",
275-
"reconnect": "جار اعادة اتصال {0} الى {1} خلال {2} ثانية",
276292
"timestamp": "الطابع الزمني",
277-
"toggleTimestamp": "تبديل الطابع الزمني",
278-
"unexpectedError": "خطأ غير متوقع . جار اعادة اتصال {0} على المنفذ {1}"
293+
"toggleTimestamp": "تبديل الطابع الزمني"
279294
},
280295
"sketch": {
281296
"archiveSketch": "ارشفة الشيفرة البرمجية",
282297
"cantOpen": "المجلد المسمى \"{0}\" موجود مسبقا. لا يمكن فتح الشيفرة البرمجية",
283298
"close": "هل انت متاكد بانك تريد اغلاق المشروع ؟",
284299
"configureAndUpload": "تهيئة و رفع",
285-
"couldNotConnectToSerial": "لا يمكن الاتصال بالمنفذ التسلسلي {0}",
286300
"createdArchive": "تم انشاء ارشيف '{0}'",
287301
"doneCompiling": "تمت الترجمة بنجاح.",
288302
"doneUploading": "تم الرفع بنجاح.",
@@ -295,7 +309,7 @@
295309
"openSketchInNewWindow": "فتح المشروع في نافذة جديدة",
296310
"saveFolderAs": "احفظ مجلد المشروع باسم",
297311
"saveSketchAs": "حفظ ملف المشروع باسم ...",
298-
"saveTempSketch": "Save your sketch to open it again later.",
312+
"saveTempSketch": "احفظ ملف المشروع لفتحه مرة اخرى لاحقا",
299313
"showFolder": "اعرض ملف المشروع",
300314
"sketch": "مشروع",
301315
"sketchbook": "مجلد المشاريع",
@@ -307,6 +321,11 @@
307321
"verify": "تحقق",
308322
"verifyOrCompile": "تحقق/ترجم"
309323
},
324+
"survey": {
325+
"answerSurvey": "Answer survey",
326+
"dismissSurvey": "Don't show again",
327+
"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."
328+
},
310329
"upload": {
311330
"error": "خطا {0} : {1}"
312331
},
@@ -326,7 +345,7 @@
326345
"daemonOffline": "CLI Daemon غير متصل",
327346
"offline": "غير متصل",
328347
"quitMessage": "اي تغييرات لم تحفظ لن يتم حفظها",
329-
"quitTitle": "Are you sure you want to quit?"
348+
"quitTitle": "هل انت متاكد بانك تريد الخروج؟"
330349
},
331350
"debug": {
332351
"start": "البدء...",
@@ -345,8 +364,7 @@
345364
"fileNewName": "اسم الملف الجديد",
346365
"invalidExtension": "\".{0}\" امتداد غير صالح",
347366
"invalidFilename": "اسم الملف خاطئ",
348-
"newFileName": "الاسم الجديد لملف",
349-
"sketchDirectoryError": "لقد حصل خطأ اثناء انشاء مجلد المشروع . اذهب الى السجل للمزيد من التفاصيل . التطبيق غالبا لن يعمل بالشكل المطلوب"
367+
"newFileName": "الاسم الجديد لملف"
350368
}
351369
}
352370
}

0 commit comments

Comments
 (0)