Browse Source

New translations en.json (Arabic)

pull/5321/head
navi 2 years ago
parent
commit
214f3db68f
  1. 18
      packages/nc-gui/lang/ar.json

18
packages/nc-gui/lang/ar.json

@ -39,6 +39,7 @@
"signIn": "تسجيل الدخول", "signIn": "تسجيل الدخول",
"signOut": "تسجيل الخروج", "signOut": "تسجيل الخروج",
"required": "مطلوب", "required": "مطلوب",
"enableScanner": "Enable Scanner for filling",
"preferred": "المفضل", "preferred": "المفضل",
"mandatory": "إلزامي", "mandatory": "إلزامي",
"loading": "تحميل ...", "loading": "تحميل ...",
@ -209,7 +210,8 @@
"advancedSettings": "الإعدادات المتقدمة", "advancedSettings": "الإعدادات المتقدمة",
"codeSnippet": "كتلة برمجية", "codeSnippet": "كتلة برمجية",
"keyboardShortcut": "Keyboard Shortcuts", "keyboardShortcut": "Keyboard Shortcuts",
"generateRandomName": "Generate Random Name" "generateRandomName": "Generate Random Name",
"findRowByScanningCode": "Find row by scanning a QR or Barcode"
}, },
"labels": { "labels": {
"createdBy": "Created By", "createdBy": "Created By",
@ -219,6 +221,7 @@
"viewName": "عرض الاسم", "viewName": "عرض الاسم",
"viewLink": "عرض الرابط", "viewLink": "عرض الرابط",
"columnName": "اسم العمود", "columnName": "اسم العمود",
"columnToScanFor": "Column to scan",
"columnType": "نوع العمود", "columnType": "نوع العمود",
"roleName": "اسم الدور", "roleName": "اسم الدور",
"roleDescription": "وصف الدور", "roleDescription": "وصف الدور",
@ -393,8 +396,8 @@
"saveAndExit": "Save & Exit", "saveAndExit": "Save & Exit",
"saveAndStay": "Save & Stay", "saveAndStay": "Save & Stay",
"insertRow": "إدراج صف جديد", "insertRow": "إدراج صف جديد",
"deleteRow": "حذف الصف",
"duplicateRow": "Duplicate Row", "duplicateRow": "Duplicate Row",
"deleteRow": "حذف الصف",
"deleteSelectedRow": "حذف الصفوف المحددة", "deleteSelectedRow": "حذف الصفوف المحددة",
"importExcel": "استيراد Excel", "importExcel": "استيراد Excel",
"importCSV": "استيراد CSV", "importCSV": "استيراد CSV",
@ -409,6 +412,8 @@
"changePwd": "تغيير كلمة المرور", "changePwd": "تغيير كلمة المرور",
"createView": "إنشاء طريقة عرض", "createView": "إنشاء طريقة عرض",
"shareView": "مشاركة عرض", "shareView": "مشاركة عرض",
"findRowByCodeScan": "Find row by scan",
"fillByCodeScan": "Fill by scan",
"listSharedView": "قائمة العرض المشتركة", "listSharedView": "قائمة العرض المشتركة",
"ListView": "قائمة المشاهدات", "ListView": "قائمة المشاهدات",
"copyView": "نسخ العرض", "copyView": "نسخ العرض",
@ -465,7 +470,8 @@
"chooseMappingField": "Choose a Mapping Field", "chooseMappingField": "Choose a Mapping Field",
"openInGoogleMaps": "Google Maps", "openInGoogleMaps": "Google Maps",
"openInOpenStreetMap": "OSM" "openInOpenStreetMap": "OSM"
} },
"toggleMobileMode": "Toggle Mobile Mode"
}, },
"tooltip": { "tooltip": {
"saveChanges": "حفظ التغييرات", "saveChanges": "حفظ التغييرات",
@ -531,6 +537,12 @@
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",
"orgViewer": "Viewer is not allowed to create new projects but they can access any invited project." "orgViewer": "Viewer is not allowed to create new projects but they can access any invited project."
}, },
"codeScanner": {
"loadingScanner": "Loading the scanner...",
"selectColumn": "Select a column (QR code or Barcode) that you want to use for finding a row by scanning.",
"moreThanOneRowFoundForCode": "More than one row found for this code. Currently only unique codes are supported.",
"noRowFoundForCode": "No row found for this code for the selected column"
},
"map": { "map": {
"overLimit": "You're over the limit.", "overLimit": "You're over the limit.",
"closeLimit": "You're getting close to the limit.", "closeLimit": "You're getting close to the limit.",

Loading…
Cancel
Save