Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-04-24 06:28:57 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-24 06:28:57 +0300
commitdfae31451ce95978361c4dde3000b45028d4cf9e (patch)
tree4418c2672da4debdb9ec476ed243513c31206e0d /l10n/ar.js
parent92107698cefb6ac1a37e7b5271ed33d1b19fb69d (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n/ar.js')
-rw-r--r--l10n/ar.js20
1 files changed, 19 insertions, 1 deletions
diff --git a/l10n/ar.js b/l10n/ar.js
index 93c6b0b83..82dfc4259 100644
--- a/l10n/ar.js
+++ b/l10n/ar.js
@@ -2,12 +2,30 @@ OC.L10N.register(
"text",
{
"New text document" : "مستند نصي جديد",
+ "The file was uploaded" : "تم رفع الملف",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم الملف المرفوع قد تجاوز upload_max_filesize الموجودة في ملف php.ini ",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد رفعه أعلى من الحد المسموح به في واجهة ال HTML.",
+ "The file was only partially uploaded" : "تم رفع الملف بشكل جزئي فقط",
+ "No file was uploaded" : "لم يتم رفع أي ملف",
+ "Missing a temporary folder" : "المجلد المؤقت غير موجود",
+ "Could not write file to disk" : "تعذر نسخ الملف الى القرص",
+ "A PHP extension stopped the file upload" : "أوقف امتداد PHP تحميل الملف",
+ "No file uploaded or file size exceeds maximum of %s" : "لم يتم تحميل أي ملف أو أن يتجاوز حجم الملف الحد الأقصى %s",
"text document" : "مستند نصي",
"Readme" : "إقرأني",
"Text" : "نص",
+ "Saving …" : "جاري الحفظ…",
+ "Saved" : "تم الحفظ",
+ "Formatting help" : "مساعدة التنسيق",
+ "Keyboard shortcuts" : "إختصارات لوحة المفاتيح",
"Bold" : "غامق",
"Italic" : "مائل",
+ "Participants" : "المشارِكون",
"Edit" : "تعديل",
- "Undo" : "تراجع"
+ "Undo" : "تراجع",
+ "Redo" : "إعادة",
+ "Info" : "معلومات",
+ "Success" : "نجاح",
+ "Warning" : "تحذير"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");