Skip to content

Update translation files #1496

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 39 additions & 9 deletions i18n/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
"board": "Board{0}",
"boardConfigDialogTitle": "Select Other Board and Port",
"boardInfo": "Board Info",
"boards": "boards",
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
"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",
"getBoardInfo": "Get Board Info",
"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?",
"noBoardsFound": "No boards found for \"{0}\"",
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
"noPortsDiscovered": "No ports discovered",
"noPortsSelected": "No ports selected for board: '{0}'.",
Expand All @@ -24,15 +26,18 @@
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
"port": "Port{0}",
"portLabel": "Port: {0}",
"ports": "ports",
"programmer": "Programeerder",
"reselectLater": "Herselekteer later",
"searchBoard": "Search board",
"selectBoard": "Kies Bord",
"selectBoardForInfo": "Please select a board to obtain board info.",
"selectPortForInfo": "Please select a port to obtain board info.",
"showAllAvailablePorts": "Shows all available ports when enabled",
"showAllPorts": "Show all ports",
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}"
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
"typeOfPorts": "{0} ports"
},
"boardsManager": "Boards Manager",
"boardsType": {
Expand Down Expand Up @@ -85,6 +90,7 @@
"donePushing": "Done pushing ‘{0}’.",
"embed": "Embed:",
"emptySketchbook": "Jou Sketsboek is leeg",
"goToCloud": "Go to Cloud",
"learnMore": "Learn more",
"link": "Skakel:",
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
Expand Down Expand Up @@ -139,7 +145,8 @@
"boardsIncluded": "Boards included in this package:",
"by": "by",
"filterSearch": "Filter your search...",
"install": "INSTALLEER",
"install": "Install",
"installed": "Installed",
"moreInfo": "Meer inligting",
"uninstall": "Uninstall",
"uninstallMsg": "Do you want to uninstall {0}?",
Expand All @@ -148,8 +155,19 @@
"contributions": {
"addFile": "Add File",
"fileAdded": "Een lêer by skets gevoeg",
"plotter": {
"couldNotOpen": "Couldn't open serial plotter"
},
"replaceTitle": "Vervang"
},
"core": {
"compilerWarnings": {
"all": "All",
"default": "Default",
"more": "More",
"none": "None"
}
},
"coreContribution": {
"copyError": "Copy error messages",
"noBoardSelected": "No board selected. Please select your Arduino board from the Tools > Board menu."
Expand Down Expand Up @@ -236,12 +254,12 @@
"addZip": "Add .ZIP Library...",
"arduinoLibraries": "Arduino libraries",
"contributedLibraries": "Contributed libraries",
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
"include": "Include Library",
"installAll": "Install all",
"installAll": "Install All",
"installLibraryDependencies": "Install library dependencies",
"installMissingDependencies": "Would you like to install all the missing dependencies?",
"installOneMissingDependency": "Would you like to install the missing dependency?",
"installOnly": "Install {0} only",
"installWithoutDependencies": "Install without dependencies",
"installedSuccessfully": "Successfully installed library {0}:{1}",
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
"manageLibraries": "Manage Libraries...",
Expand Down Expand Up @@ -281,6 +299,10 @@
"unableToCloseWebSocket": "Unable to close websocket",
"unableToConnectToWebSocket": "Unable to connect to websocket"
},
"portProtocol": {
"network": "Netwerk",
"serial": "Serial"
},
"preferences": {
"additionalManagerURLs": "Additional Boards Manager URLs",
"auth.audience": "Die OAuth2 gehoor.",
Expand Down Expand Up @@ -320,6 +342,12 @@
"network": "Netwerk",
"newSketchbookLocation": "Select new sketchbook location",
"noProxy": "No proxy",
"proxySettings": {
"hostname": "Host name",
"password": "Password",
"port": "Port number",
"username": "Username"
},
"showVerbose": "Wys ontfoutings uitset tydens",
"sketchbook.location": "Sketsboek ligging",
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
Expand Down Expand Up @@ -350,7 +378,7 @@
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
"close": "Are you sure you want to close the sketch?",
"compile": "Compiling sketch...",
"configureAndUpload": "Configure And Upload",
"configureAndUpload": "Configure and Upload",
"createdArchive": "Created archive '{0}'.",
"doneCompiling": "Done compiling.",
"doneUploading": "Done uploading.",
Expand Down Expand Up @@ -381,6 +409,11 @@
"dismissSurvey": "Don't show again",
"surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better."
},
"updateIndexes": {
"updateIndexes": "Update Indexes",
"updateLibraryIndex": "Update Library Index",
"updatePackageIndex": "Update Package Index"
},
"upload": {
"error": "{0} error: {1}"
},
Expand All @@ -390,9 +423,6 @@
"upload": "Upload"
}
},
"cloud": {
"GoToCloud": "GAAN NA WOLK"
},
"theia": {
"core": {
"cannotConnectBackend": "Cannot connect to the backend.",
Expand Down
46 changes: 38 additions & 8 deletions i18n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
"board": "اللوحة {0}",
"boardConfigDialogTitle": "Select Other Board and Port",
"boardInfo": "معلومات اللوحة",
"boards": "boards",
"configDialog1": "اختر لوحة و منفذ معا اذا اردت ان ترفع السكتش",
"configDialog2": "اذا قمت باختيار لوحة فقط ستسطيع ان تترجم لكن بدون ان ترفع المشروع",
"couldNotFindPreviouslySelected": "تعذر ايجاد اللوحة '{0}' المختارة مسبقا في المنصة المثبتة '{1}' . الرجاء اعادة اختيار اللوحة التي تريد استعمالها يدويا . هل تريد باعادة الاختيار الان؟",
"disconnected": "Disconnected",
"getBoardInfo": "الحصول على معلومات اللوحة",
"inSketchbook": "(داخل ملف المشاريع)",
"installNow": "نواة \"{0} {1}\" يجب تثبيتها للوحة \"{2}\" التي تم اختيارها . هل تريد تثبيتها الان ؟",
"noBoardsFound": "No boards found for \"{0}\"",
"noFQBN": "FQBN غير متاح للوحة المختارة \"{0}\" . هل قمت بتثبيت النواة المعنية ؟",
"noPortsDiscovered": "No ports discovered",
"noPortsSelected": "لا يوجد اية منافذ متاحة للوحة '{0}'",
Expand All @@ -24,15 +26,18 @@
"pleasePickBoard": "من فضلك اختر لوحة متصلة على المنفذ الذي اخترته",
"port": "المنفذ {0}",
"portLabel": "Port: {0}",
"ports": "ports",
"programmer": "المبرمجة",
"reselectLater": "اعد الاختيار لاحقا",
"searchBoard": "Search board",
"selectBoard": "اختر لوحة",
"selectBoardForInfo": "الرجاء اختيار لوحة من احل الحصول على معلومات اللوحة",
"selectPortForInfo": "الرجاء اختيار منفذ من اجل الحصول على معلومات اللوحة",
"showAllAvailablePorts": "يظهر كل المنافذ المتاحة عند تفعيله",
"showAllPorts": "Show all ports",
"succesfullyInstalledPlatform": "تم تثبيت المنصة {0}:{1} بنجاح",
"succesfullyUninstalledPlatform": "تم الغاء تثبيت المنصة {0}:{1} بنجاح"
"succesfullyUninstalledPlatform": "تم الغاء تثبيت المنصة {0}:{1} بنجاح",
"typeOfPorts": "{0} ports"
},
"boardsManager": "مدير اللوحة",
"boardsType": {
Expand Down Expand Up @@ -85,6 +90,7 @@
"donePushing": "تم الدفع بنجاح '{0}'",
"embed": "تضمين:",
"emptySketchbook": "ملف المشاريع الخاص بك فارغ",
"goToCloud": "Go to Cloud",
"learnMore": "تعرف على المزيد",
"link": "الرابط:",
"notYetPulled": "تعذر الدفع الى Cloud . انها لم تسحب الى الان",
Expand Down Expand Up @@ -140,6 +146,7 @@
"by": "بواسطة",
"filterSearch": "ترشيح بحثك...",
"install": "تنصيب",
"installed": "Installed",
"moreInfo": "عرض المزيد",
"uninstall": "الغاء التثبيت",
"uninstallMsg": "هل تريد الغاء تثبيت {0}؟",
Expand All @@ -148,8 +155,19 @@
"contributions": {
"addFile": "اضف ملف...",
"fileAdded": "تمت اضافة ملف واحد الى المشروع",
"plotter": {
"couldNotOpen": "Couldn't open serial plotter"
},
"replaceTitle": "استبدال"
},
"core": {
"compilerWarnings": {
"all": "All",
"default": "Default",
"more": "More",
"none": "None"
}
},
"coreContribution": {
"copyError": "نسخ رسالة الخطأ",
"noBoardSelected": "No board selected. Please select your Arduino board from the Tools > Board menu."
Expand Down Expand Up @@ -236,12 +254,12 @@
"addZip": "اضف مكتبة .ZIP ...",
"arduinoLibraries": "مكتبات Arduino",
"contributedLibraries": "المكتبات التي سوهم بها",
"dependenciesForLibrary": "تبعيات المكتبة {0}:{1}",
"include": "ضمّن مكتبة",
"installAll": "تثبيت الكل",
"installAll": "Install All",
"installLibraryDependencies": "Install library dependencies",
"installMissingDependencies": "هل تريد تثبيت التبعيات المفقودة؟",
"installOneMissingDependency": "هل تريد تثبيت التبعية المفقودة ؟",
"installOnly": "تثبيت {0} فقط",
"installWithoutDependencies": "Install without dependencies",
"installedSuccessfully": "تم تثبيت المكتبة {0}:{1} بنجاح",
"libraryAlreadyExists": "المكتبة موجودة مسبقا . هل تريد الكتابة فوقها ؟",
"manageLibraries": "ادارة المكتبات",
Expand Down Expand Up @@ -281,6 +299,10 @@
"unableToCloseWebSocket": "تعذر اغلاق مقبس الويب",
"unableToConnectToWebSocket": "تعذر الاتصال بمقبس الويب"
},
"portProtocol": {
"network": "شبكة",
"serial": "Serial"
},
"preferences": {
"additionalManagerURLs": "مدير اللوحات الاضافية",
"auth.audience": "جمهور OAuth2",
Expand Down Expand Up @@ -320,6 +342,12 @@
"network": "شبكة",
"newSketchbookLocation": "اختر مكان المشروع الجديد",
"noProxy": "لا يوجد وكيل",
"proxySettings": {
"hostname": "Host name",
"password": "Password",
"port": "Port number",
"username": "Username"
},
"showVerbose": "اظهر خرج مطوّل خلال",
"sketchbook.location": "موقع ملف المشاريع",
"sketchbook.showAllFiles": "True لعرض كل مجلدات مشاريع داخل المشروع . False افتراضيا",
Expand Down Expand Up @@ -350,7 +378,7 @@
"cantOpen": "المجلد المسمى \"{0}\" موجود مسبقا. لا يمكن فتح الشيفرة البرمجية",
"close": "هل انت متاكد بانك تريد اغلاق المشروع ؟",
"compile": "Compiling sketch...",
"configureAndUpload": "تهيئة و رفع",
"configureAndUpload": "Configure and Upload",
"createdArchive": "تم انشاء ارشيف '{0}'",
"doneCompiling": "تمت الترجمة بنجاح.",
"doneUploading": "تم الرفع بنجاح.",
Expand Down Expand Up @@ -381,6 +409,11 @@
"dismissSurvey": "لا تظهر مرة اخرى",
"surveyMessage": "يرجى ان تساعدنا لنحسن ادائنا من خلال الاجابة على هذا الاستبيان القصير جدا . نحن نحترم المجتمع الخاص بنا و نريد ان نتعرف بشكل افضل على داعمينا "
},
"updateIndexes": {
"updateIndexes": "Update Indexes",
"updateLibraryIndex": "Update Library Index",
"updatePackageIndex": "Update Package Index"
},
"upload": {
"error": "خطا {0} : {1}"
},
Expand All @@ -390,9 +423,6 @@
"upload": "رفع"
}
},
"cloud": {
"GoToCloud": "الانتقال الى السحابة"
},
"theia": {
"core": {
"cannotConnectBackend": "تعذر الاتصال بالخلفية",
Expand Down
Loading