summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/l10n/ar.js81
-rw-r--r--apps/files/l10n/ar.json81
-rw-r--r--apps/files/l10n/ast.js17
-rw-r--r--apps/files/l10n/ast.json17
-rw-r--r--apps/files/l10n/eo.js53
-rw-r--r--apps/files/l10n/eo.json53
-rw-r--r--apps/files/l10n/he.js54
-rw-r--r--apps/files/l10n/he.json54
-rw-r--r--apps/files/l10n/id.js54
-rw-r--r--apps/files/l10n/id.json54
-rw-r--r--apps/files/l10n/is.js9
-rw-r--r--apps/files/l10n/is.json9
-rw-r--r--apps/files/l10n/mn.js103
-rw-r--r--apps/files/l10n/mn.json103
-rw-r--r--apps/files/l10n/th.js81
-rw-r--r--apps/files/l10n/th.json79
16 files changed, 436 insertions, 466 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js
index 14500db3a16..26dd7d81748 100644
--- a/apps/files/l10n/ar.js
+++ b/apps/files/l10n/ar.js
@@ -1,9 +1,9 @@
OC.L10N.register(
"files",
{
- "Storage invalid" : "وحدة تخزين غير صالحه",
+ "Storage is temporarily not available" : "وحدة التخزين غير متوفرة",
+ "Storage invalid" : "وحدة تخزين غير صالحة",
"Unknown error" : "خطأ غير معروف",
- "Files" : "الملفات",
"All files" : "كل الملفات",
"Recent" : "الأخيرة",
"File could not be found" : "الملف غير موجود",
@@ -14,24 +14,23 @@ OC.L10N.register(
"Upload cancelled." : "تم إلغاء عملية رفع الملفات.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "تعذر رفع الملف {filename} إما لأنه مجلد أو لان حجم الملف 0 بايت",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "لا يوجد مساحة تخزين كافية، انت تقوم برفع {size1} ولكن المساحه المتوفره هي {size2}.",
- "Uploading..." : "جاري الرفع...",
- "..." : "...",
- "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} ساعة متبقية",
- "{hours}:{minutes}h" : "{hours}:{minutes}س",
- "{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} دقيقة متبقية",
- "{minutes}:{seconds}m" : "{minutes}:{seconds}د",
- "{seconds} second{plural_s} left" : "{seconds} ثواني متبقية",
- "{seconds}s" : "{seconds}ث",
- "Any moment now..." : "في أي لحظة الان...",
- "Soon..." : "قريبا...",
+ "Target folder \"{dir}\" does not exist any more" : "المجلد المطلوب \"{dir}\" غير موجود بعد الان",
+ "Not enough free space" : "لا يوجد مساحة تخزينية كافية",
+ "Uploading …" : "جاري الرفع...",
+ "…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} من {totalSize} ({bitrate})",
- "File upload is in progress. Leaving the page now will cancel the upload." : "عملية رفع الملفات قيد التنفيذ. اغلاق الصفحة سوف يلغي عملية رفع الملفات.",
+ "Target folder does not exist any more" : "المجلد المراد غير موجود بعد الان",
+ "Error when assembling chunks, status code {status}" : "خطأ عند تجميع القطع، حالة الخطأ {status}",
"Actions" : "* تطبيقات.\n* أنشطة.",
"Download" : "تنزيل",
"Rename" : "إعادة التسمية",
+ "Move or copy" : "إنقل أو انسخ",
+ "Target folder" : "المجلد الهدف",
"Delete" : "حذف ",
"Disconnect storage" : "قطع اتصال التخزين",
"Unshare" : "إلغاء المشاركة",
+ "Could not load info for file \"{file}\"" : "لم يستطع تحميل معلومات الملف \"{file}\"",
+ "Files" : "الملفات",
"Details" : "تفاصيل",
"Select" : "اختار",
"Pending" : "قيد الانتظار",
@@ -40,6 +39,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "هذا المجلد غير متوفر, الرجاء مراجعة سجل الأخطاء أو الاتصال بمدير النظام",
"Could not move \"{file}\", target exists" : "لا يمكن نقل \"{file}\", الملف موجود بالفعل هناك",
"Could not move \"{file}\"" : "لا يمكن نقل \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "لم يستطع نسخ \"{file}\"، المستهدف موجود",
+ "Could not copy \"{file}\"" : "لم يستطع نسخ \"{file}\"",
+ "Copied {origin} inside {destination}" : "منسوخ {origin} داخل {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "منسوخ {origin} و {nbfiles} ملفات اخرى داخل {destination}",
"{newName} already exists" : "{newname} موجود مسبقاً",
"Could not rename \"{fileName}\", it does not exist any more" : "لا يمكن اعادة تسمية \"{fileName}\", لانه لم يعد موجود",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "الاسم \"{targetName}\" مستخدم من قبل في المجلد \"{dir}\". الرجاء اختيار اسم اخر.",
@@ -48,6 +51,7 @@ OC.L10N.register(
"Could not create file \"{file}\" because it already exists" : "لا يمكن إنشاء الملف \"{file}\" فهو موجود بالفعل",
"Could not create folder \"{dir}\" because it already exists" : "لا يمكن إنشاء المجلد \"{dir}\" فهو موجود بالفعل",
"Error deleting file \"{fileName}\"." : "خطأ أثناء حذف الملف \"{fileName}\".",
+ "No search results in other folders for {tag}{filter}{endtag}" : "لا نتائج بحث في مجلدات اخرى ل {tag}{filter}{endtag}",
"Name" : "اسم",
"Size" : "حجم",
"Modified" : "معدل",
@@ -58,74 +62,43 @@ OC.L10N.register(
"You don’t have permission to upload or create files here" : "لا تملك الصلاحية لرفع او انشاء ملف هنا ",
"_Uploading %n file_::_Uploading %n files_" : ["لا يوجد ملفات %n لتحميلها","تحميل 1 ملف %n","تحميل 2 ملف %n","يتم تحميل عدد قليل من ملفات %n","يتم تحميل عدد كبير من ملفات %n","يتم تحميل ملفات %n"],
"New" : "جديد",
+ "{used} of {quota} used" : "{used} من {quota} مستخدم",
+ "{used} used" : "{used} مستخدم",
"\"{name}\" is an invalid file name." : "\"{name}\" اسم ملف غير صالح للاستخدام .",
"File name cannot be empty." : "اسم الملف لا يجوز أن يكون فارغا",
+ "\"/\" is not allowed inside a file name." : "\"/\" غير مسموح في تسمية الملف",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" أنه نوع ملف غير مسموح",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "مساحة تخزين {owner} ممتلئة، لا يمكن تحديث الملفات او مزامنتها بعد الان !",
"Your storage is full, files can not be updated or synced anymore!" : "مساحتك التخزينية ممتلئة, لا يمكن تحديث ملفاتك أو مزامنتها بعد الآن !",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "المساحة التخزينية لـ {owner} ممتلئة تقريبا ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "مساحتك التخزينية امتلأت تقريبا ",
+ "View in folder" : "اعرض في المجلد",
+ "Copied!" : "نسخت!",
+ "Copy direct link (only works for users who have access to this file/folder)" : "نسخ الرابط المباشر (يعمل فقط لـ المستخدمين الذين يمكنهم الولوج الى هذا الملف/الفايل)",
"Path" : "المسار",
+ "_%n byte_::_%n bytes_" : ["بايت","بايت","بايت","بايت","بايت","%nبايت"],
"Favorited" : "المفضلة",
"Favorite" : "المفضلة",
- "Folder" : "مجلد",
"New folder" : "مجلد جديد",
- "Upload" : "رفع",
"An error occurred while trying to update the tags" : "حدث خطأ اثناء محاولة تحديث tags",
"A new file or folder has been <strong>created</strong>" : "تم <strong> إنشاء</strong> ملف جديد أو مجلد ",
- "A file or folder has been <strong>deleted</strong>" : "تم <strong>حذف </strong> ملف أو مجلد",
- "A file or folder has been <strong>restored</strong>" : "تم <strong> استعادة </strong> ملف أو مجلد",
- "You created %1$s" : "لقد أنشأت %1$s",
- "%2$s created %1$s" : "%2$s أنشأ %1$s",
- "%1$s was created in a public folder" : "تم إنشاء %1$s في مجلد عام",
- "You changed %1$s" : "لقد غيرت %1$s",
- "%2$s changed %1$s" : "%2$s غير %1$s",
- "You deleted %1$s" : "حذفت %1$s",
- "%2$s deleted %1$s" : "%2$s حذف %1$s",
- "You restored %1$s" : "لقد قمت باستعادة %1$s",
- "%2$s restored %1$s" : "%2$s مستعاد %1$s",
"Upload (max. %s)" : "الرفع ( حد اقصى. %s ) ",
"File handling" : "التعامل مع الملف",
"Maximum upload size" : "الحد الأقصى لحجم الملفات التي يمكن رفعها",
"max. possible: " : "الحد الأقصى المسموح به",
"Save" : "حفظ",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "باستخدام PHP-FPM قد يستغرق 5 دقائق لتطبيق التغيرات.",
- "Settings" : "إعدادات",
+ "Settings" : "الإعدادات",
"Show hidden files" : "عرض الملفات المخفية",
"WebDAV" : "WebDAV",
- "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "استخدم هذا الرابط <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">للوصول الى ملفاتك عبر WebDAV</a>",
"No files in here" : "لا يوجد ملفات هنا ",
"Upload some content or sync with your devices!" : "ارفع بعض المحتوي او زامن مع اجهزتك !",
"No entries found in this folder" : "لا يوجد مدخلات في هذا المجلد ",
"Select all" : "تحديد الكل ",
"Upload too large" : "حجم الترفيع أعلى من المسموح",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "حجم الملفات التي تريد ترفيعها أعلى من المسموح على الخادم.",
- "No favorites" : "لا يوجد مفضلات ",
"Files and folders you mark as favorite will show up here" : "الملفات والمجلدات التي حددتها كامفضلة سوف تظهر هنا ",
"Text file" : "ملف نصي",
- "New text file.txt" : "ملف نصي جديد fille.txt",
- "Storage not available" : "وحدة التخزين غير متوفرة",
- "Unable to set upload directory." : "غير قادر على تحميل المجلد",
- "Invalid Token" : "علامة غير صالحة",
- "No file was uploaded. Unknown error" : "لم يتم رفع أي ملف, خطأ غير معروف",
- "There is no error, the file uploaded with success" : "تم رفع الملفات بنجاح",
- "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" : "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.",
- "The uploaded file was only partially uploaded" : "تم رفع جزء من الملف فقط",
- "No file was uploaded" : "لم يتم رفع الملف",
- "Missing a temporary folder" : "المجلد المؤقت غير موجود",
- "Failed to write to disk" : "خطأ في الكتابة على القرص الصلب",
- "Not enough storage available" : "لا يوجد مساحة تخزينية كافية",
- "The target folder has been moved or deleted." : "المجلد المطلوب قد تم نقله او حذفه ",
- "Upload failed. Could not find uploaded file" : "*فشلت علمية الرفع. تعذر إيجاد الملف الذي تم رفعه.\n*فشلت علمية التحميل. تعذر إيجاد الملف الذي تم تحميله.",
- "Upload failed. Could not get file info." : "فشلت عملية الرفع. تعذر الحصول على معلومات الملف.",
- "Invalid directory." : "مسار غير صحيح.",
- "Total file size {size1} exceeds upload limit {size2}" : "حجم الملف الكلي {size1} تجاوز الحد المسموح للرفع {size2}",
- "Error uploading file \"{fileName}\": {message}" : "خطأ أثناء رفع الملف \"{fileName}\": {message}",
- "Could not get result from server." : "تعذر الحصول على نتيجة من الخادم",
- "No entries in this folder match '{filter}'" : "لا يوجد مدخلات في هذا المجلد تتوافق مع '{filter}'",
- "{newname} already exists" : "{newname} موجود مسبقاً",
- "A file or folder has been <strong>changed</strong>" : "تم <strong> تغيير</strong> ملف أو مجلد",
- "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "استخدم هذا الرابط <a href=\"%s\" target=\"_blank\">للوصول الى ملفاتك عبر WebDAV</a>",
- "Cancel upload" : "إلغاء الرفع"
+ "New text file.txt" : "ملف نصي جديد fille.txt"
},
"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;");
diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json
index 4b9624432e8..99066052587 100644
--- a/apps/files/l10n/ar.json
+++ b/apps/files/l10n/ar.json
@@ -1,7 +1,7 @@
{ "translations": {
- "Storage invalid" : "وحدة تخزين غير صالحه",
+ "Storage is temporarily not available" : "وحدة التخزين غير متوفرة",
+ "Storage invalid" : "وحدة تخزين غير صالحة",
"Unknown error" : "خطأ غير معروف",
- "Files" : "الملفات",
"All files" : "كل الملفات",
"Recent" : "الأخيرة",
"File could not be found" : "الملف غير موجود",
@@ -12,24 +12,23 @@
"Upload cancelled." : "تم إلغاء عملية رفع الملفات.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "تعذر رفع الملف {filename} إما لأنه مجلد أو لان حجم الملف 0 بايت",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "لا يوجد مساحة تخزين كافية، انت تقوم برفع {size1} ولكن المساحه المتوفره هي {size2}.",
- "Uploading..." : "جاري الرفع...",
- "..." : "...",
- "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} ساعة متبقية",
- "{hours}:{minutes}h" : "{hours}:{minutes}س",
- "{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} دقيقة متبقية",
- "{minutes}:{seconds}m" : "{minutes}:{seconds}د",
- "{seconds} second{plural_s} left" : "{seconds} ثواني متبقية",
- "{seconds}s" : "{seconds}ث",
- "Any moment now..." : "في أي لحظة الان...",
- "Soon..." : "قريبا...",
+ "Target folder \"{dir}\" does not exist any more" : "المجلد المطلوب \"{dir}\" غير موجود بعد الان",
+ "Not enough free space" : "لا يوجد مساحة تخزينية كافية",
+ "Uploading …" : "جاري الرفع...",
+ "…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} من {totalSize} ({bitrate})",
- "File upload is in progress. Leaving the page now will cancel the upload." : "عملية رفع الملفات قيد التنفيذ. اغلاق الصفحة سوف يلغي عملية رفع الملفات.",
+ "Target folder does not exist any more" : "المجلد المراد غير موجود بعد الان",
+ "Error when assembling chunks, status code {status}" : "خطأ عند تجميع القطع، حالة الخطأ {status}",
"Actions" : "* تطبيقات.\n* أنشطة.",
"Download" : "تنزيل",
"Rename" : "إعادة التسمية",
+ "Move or copy" : "إنقل أو انسخ",
+ "Target folder" : "المجلد الهدف",
"Delete" : "حذف ",
"Disconnect storage" : "قطع اتصال التخزين",
"Unshare" : "إلغاء المشاركة",
+ "Could not load info for file \"{file}\"" : "لم يستطع تحميل معلومات الملف \"{file}\"",
+ "Files" : "الملفات",
"Details" : "تفاصيل",
"Select" : "اختار",
"Pending" : "قيد الانتظار",
@@ -38,6 +37,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "هذا المجلد غير متوفر, الرجاء مراجعة سجل الأخطاء أو الاتصال بمدير النظام",
"Could not move \"{file}\", target exists" : "لا يمكن نقل \"{file}\", الملف موجود بالفعل هناك",
"Could not move \"{file}\"" : "لا يمكن نقل \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "لم يستطع نسخ \"{file}\"، المستهدف موجود",
+ "Could not copy \"{file}\"" : "لم يستطع نسخ \"{file}\"",
+ "Copied {origin} inside {destination}" : "منسوخ {origin} داخل {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "منسوخ {origin} و {nbfiles} ملفات اخرى داخل {destination}",
"{newName} already exists" : "{newname} موجود مسبقاً",
"Could not rename \"{fileName}\", it does not exist any more" : "لا يمكن اعادة تسمية \"{fileName}\", لانه لم يعد موجود",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "الاسم \"{targetName}\" مستخدم من قبل في المجلد \"{dir}\". الرجاء اختيار اسم اخر.",
@@ -46,6 +49,7 @@
"Could not create file \"{file}\" because it already exists" : "لا يمكن إنشاء الملف \"{file}\" فهو موجود بالفعل",
"Could not create folder \"{dir}\" because it already exists" : "لا يمكن إنشاء المجلد \"{dir}\" فهو موجود بالفعل",
"Error deleting file \"{fileName}\"." : "خطأ أثناء حذف الملف \"{fileName}\".",
+ "No search results in other folders for {tag}{filter}{endtag}" : "لا نتائج بحث في مجلدات اخرى ل {tag}{filter}{endtag}",
"Name" : "اسم",
"Size" : "حجم",
"Modified" : "معدل",
@@ -56,74 +60,43 @@
"You don’t have permission to upload or create files here" : "لا تملك الصلاحية لرفع او انشاء ملف هنا ",
"_Uploading %n file_::_Uploading %n files_" : ["لا يوجد ملفات %n لتحميلها","تحميل 1 ملف %n","تحميل 2 ملف %n","يتم تحميل عدد قليل من ملفات %n","يتم تحميل عدد كبير من ملفات %n","يتم تحميل ملفات %n"],
"New" : "جديد",
+ "{used} of {quota} used" : "{used} من {quota} مستخدم",
+ "{used} used" : "{used} مستخدم",
"\"{name}\" is an invalid file name." : "\"{name}\" اسم ملف غير صالح للاستخدام .",
"File name cannot be empty." : "اسم الملف لا يجوز أن يكون فارغا",
+ "\"/\" is not allowed inside a file name." : "\"/\" غير مسموح في تسمية الملف",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" أنه نوع ملف غير مسموح",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "مساحة تخزين {owner} ممتلئة، لا يمكن تحديث الملفات او مزامنتها بعد الان !",
"Your storage is full, files can not be updated or synced anymore!" : "مساحتك التخزينية ممتلئة, لا يمكن تحديث ملفاتك أو مزامنتها بعد الآن !",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "المساحة التخزينية لـ {owner} ممتلئة تقريبا ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "مساحتك التخزينية امتلأت تقريبا ",
+ "View in folder" : "اعرض في المجلد",
+ "Copied!" : "نسخت!",
+ "Copy direct link (only works for users who have access to this file/folder)" : "نسخ الرابط المباشر (يعمل فقط لـ المستخدمين الذين يمكنهم الولوج الى هذا الملف/الفايل)",
"Path" : "المسار",
+ "_%n byte_::_%n bytes_" : ["بايت","بايت","بايت","بايت","بايت","%nبايت"],
"Favorited" : "المفضلة",
"Favorite" : "المفضلة",
- "Folder" : "مجلد",
"New folder" : "مجلد جديد",
- "Upload" : "رفع",
"An error occurred while trying to update the tags" : "حدث خطأ اثناء محاولة تحديث tags",
"A new file or folder has been <strong>created</strong>" : "تم <strong> إنشاء</strong> ملف جديد أو مجلد ",
- "A file or folder has been <strong>deleted</strong>" : "تم <strong>حذف </strong> ملف أو مجلد",
- "A file or folder has been <strong>restored</strong>" : "تم <strong> استعادة </strong> ملف أو مجلد",
- "You created %1$s" : "لقد أنشأت %1$s",
- "%2$s created %1$s" : "%2$s أنشأ %1$s",
- "%1$s was created in a public folder" : "تم إنشاء %1$s في مجلد عام",
- "You changed %1$s" : "لقد غيرت %1$s",
- "%2$s changed %1$s" : "%2$s غير %1$s",
- "You deleted %1$s" : "حذفت %1$s",
- "%2$s deleted %1$s" : "%2$s حذف %1$s",
- "You restored %1$s" : "لقد قمت باستعادة %1$s",
- "%2$s restored %1$s" : "%2$s مستعاد %1$s",
"Upload (max. %s)" : "الرفع ( حد اقصى. %s ) ",
"File handling" : "التعامل مع الملف",
"Maximum upload size" : "الحد الأقصى لحجم الملفات التي يمكن رفعها",
"max. possible: " : "الحد الأقصى المسموح به",
"Save" : "حفظ",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "باستخدام PHP-FPM قد يستغرق 5 دقائق لتطبيق التغيرات.",
- "Settings" : "إعدادات",
+ "Settings" : "الإعدادات",
"Show hidden files" : "عرض الملفات المخفية",
"WebDAV" : "WebDAV",
- "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "استخدم هذا الرابط <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">للوصول الى ملفاتك عبر WebDAV</a>",
"No files in here" : "لا يوجد ملفات هنا ",
"Upload some content or sync with your devices!" : "ارفع بعض المحتوي او زامن مع اجهزتك !",
"No entries found in this folder" : "لا يوجد مدخلات في هذا المجلد ",
"Select all" : "تحديد الكل ",
"Upload too large" : "حجم الترفيع أعلى من المسموح",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "حجم الملفات التي تريد ترفيعها أعلى من المسموح على الخادم.",
- "No favorites" : "لا يوجد مفضلات ",
"Files and folders you mark as favorite will show up here" : "الملفات والمجلدات التي حددتها كامفضلة سوف تظهر هنا ",
"Text file" : "ملف نصي",
- "New text file.txt" : "ملف نصي جديد fille.txt",
- "Storage not available" : "وحدة التخزين غير متوفرة",
- "Unable to set upload directory." : "غير قادر على تحميل المجلد",
- "Invalid Token" : "علامة غير صالحة",
- "No file was uploaded. Unknown error" : "لم يتم رفع أي ملف, خطأ غير معروف",
- "There is no error, the file uploaded with success" : "تم رفع الملفات بنجاح",
- "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" : "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.",
- "The uploaded file was only partially uploaded" : "تم رفع جزء من الملف فقط",
- "No file was uploaded" : "لم يتم رفع الملف",
- "Missing a temporary folder" : "المجلد المؤقت غير موجود",
- "Failed to write to disk" : "خطأ في الكتابة على القرص الصلب",
- "Not enough storage available" : "لا يوجد مساحة تخزينية كافية",
- "The target folder has been moved or deleted." : "المجلد المطلوب قد تم نقله او حذفه ",
- "Upload failed. Could not find uploaded file" : "*فشلت علمية الرفع. تعذر إيجاد الملف الذي تم رفعه.\n*فشلت علمية التحميل. تعذر إيجاد الملف الذي تم تحميله.",
- "Upload failed. Could not get file info." : "فشلت عملية الرفع. تعذر الحصول على معلومات الملف.",
- "Invalid directory." : "مسار غير صحيح.",
- "Total file size {size1} exceeds upload limit {size2}" : "حجم الملف الكلي {size1} تجاوز الحد المسموح للرفع {size2}",
- "Error uploading file \"{fileName}\": {message}" : "خطأ أثناء رفع الملف \"{fileName}\": {message}",
- "Could not get result from server." : "تعذر الحصول على نتيجة من الخادم",
- "No entries in this folder match '{filter}'" : "لا يوجد مدخلات في هذا المجلد تتوافق مع '{filter}'",
- "{newname} already exists" : "{newname} موجود مسبقاً",
- "A file or folder has been <strong>changed</strong>" : "تم <strong> تغيير</strong> ملف أو مجلد",
- "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "استخدم هذا الرابط <a href=\"%s\" target=\"_blank\">للوصول الى ملفاتك عبر WebDAV</a>",
- "Cancel upload" : "إلغاء الرفع"
+ "New text file.txt" : "ملف نصي جديد fille.txt"
},"pluralForm" :"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;"
} \ No newline at end of file
diff --git a/apps/files/l10n/ast.js b/apps/files/l10n/ast.js
index 5b0652d839d..90c8c52002c 100644
--- a/apps/files/l10n/ast.js
+++ b/apps/files/l10n/ast.js
@@ -15,13 +15,11 @@ OC.L10N.register(
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nun pudo xubise {filename}, paez que ye un directoriu o tien 0 bytes",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nun hai abondu espaciu llibre, tas xubiendo {size1} pero namái falta {size2}",
"Not enough free space" : "Nun hai espaciu llibre abondo",
- "Uploading …" : "Xubiendo...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
"Actions" : "Aiciones",
"Download" : "Descargar",
"Rename" : "Renomar",
- "Move" : "Mover",
"Target folder" : "Carpeta oxetivu",
"Delete" : "Desaniciar",
"Disconnect storage" : "Desconeutar almacenamientu",
@@ -92,7 +90,6 @@ OC.L10N.register(
"Settings" : "Axustes",
"Show hidden files" : "Amosar ficheros ocultos",
"WebDAV" : "WebDAV",
- "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta direición <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">p'acceder a los dos Ficheros via WebDAV</a>",
"No files in here" : "Nun hai nengún ficheru equí",
"Upload some content or sync with your devices!" : "¡Xuba algún conteníu o sincroniza colos sos preseos!",
"No entries found in this folder" : "Nenguna entrada en esta carpeta",
@@ -104,18 +101,6 @@ OC.L10N.register(
"Tags" : "Etiquetes",
"Deleted files" : "Ficheros desaniciaos",
"Text file" : "Ficheru de testu",
- "New text file.txt" : "Nuevu testu ficheru.txt",
- "Uploading..." : "Xubiendo...",
- "..." : "...",
- "{hours}:{minutes}h" : "{hours}:{minutes}h",
- "{minutes}:{seconds}m" : "{minutes}:{seconds}m",
- "{seconds}s" : "{seconds}s",
- "Any moment now..." : "En cualquier momentu...",
- "Soon..." : "Pronto...",
- "File upload is in progress. Leaving the page now will cancel the upload." : "La xuba del ficheru ta en progresu. Si dexes agora la páxina, va encaboxase la xuba.",
- "Copy local link" : "Copiar enllaz llocal",
- "Folder" : "Carpeta",
- "Upload" : "Xubir",
- "No favorites" : "Nengún favoritu"
+ "New text file.txt" : "Nuevu testu ficheru.txt"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/files/l10n/ast.json b/apps/files/l10n/ast.json
index e53a1bdc0e3..19b31851859 100644
--- a/apps/files/l10n/ast.json
+++ b/apps/files/l10n/ast.json
@@ -13,13 +13,11 @@
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nun pudo xubise {filename}, paez que ye un directoriu o tien 0 bytes",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nun hai abondu espaciu llibre, tas xubiendo {size1} pero namái falta {size2}",
"Not enough free space" : "Nun hai espaciu llibre abondo",
- "Uploading …" : "Xubiendo...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
"Actions" : "Aiciones",
"Download" : "Descargar",
"Rename" : "Renomar",
- "Move" : "Mover",
"Target folder" : "Carpeta oxetivu",
"Delete" : "Desaniciar",
"Disconnect storage" : "Desconeutar almacenamientu",
@@ -90,7 +88,6 @@
"Settings" : "Axustes",
"Show hidden files" : "Amosar ficheros ocultos",
"WebDAV" : "WebDAV",
- "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta direición <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">p'acceder a los dos Ficheros via WebDAV</a>",
"No files in here" : "Nun hai nengún ficheru equí",
"Upload some content or sync with your devices!" : "¡Xuba algún conteníu o sincroniza colos sos preseos!",
"No entries found in this folder" : "Nenguna entrada en esta carpeta",
@@ -102,18 +99,6 @@
"Tags" : "Etiquetes",
"Deleted files" : "Ficheros desaniciaos",
"Text file" : "Ficheru de testu",
- "New text file.txt" : "Nuevu testu ficheru.txt",
- "Uploading..." : "Xubiendo...",
- "..." : "...",
- "{hours}:{minutes}h" : "{hours}:{minutes}h",
- "{minutes}:{seconds}m" : "{minutes}:{seconds}m",
- "{seconds}s" : "{seconds}s",
- "Any moment now..." : "En cualquier momentu...",
- "Soon..." : "Pronto...",
- "File upload is in progress. Leaving the page now will cancel the upload." : "La xuba del ficheru ta en progresu. Si dexes agora la páxina, va encaboxase la xuba.",
- "Copy local link" : "Copiar enllaz llocal",
- "Folder" : "Carpeta",
- "Upload" : "Xubir",
- "No favorites" : "Nengún favoritu"
+ "New text file.txt" : "Nuevu testu ficheru.txt"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/files/l10n/eo.js b/apps/files/l10n/eo.js
index cb558e40604..06308ca2514 100644
--- a/apps/files/l10n/eo.js
+++ b/apps/files/l10n/eo.js
@@ -1,26 +1,30 @@
OC.L10N.register(
"files",
{
+ "Storage is temporarily not available" : "Memoro nedaŭra ne disponeblas",
"Storage invalid" : "Memoro ne validas",
"Unknown error" : "Nekonata eraro",
- "Files" : "Dosieroj",
"All files" : "Ĉiuj dosieroj",
+ "Recent" : "Lastatempe",
+ "File could not be found" : "Ne troveblas dosiero",
"Home" : "Hejmo",
"Close" : "Fermi",
"Favorites" : "Favoratoj",
"Could not create folder \"{dir}\"" : "Ne eblas krei dosierujon “{dir}”",
"Upload cancelled." : "La alŝuto nuliĝis.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Ne povis alŝutiĝi {filename} ĉar ĝi estas dosierujo aŭ ĝi havas 0 duumokojn",
- "Total file size {size1} exceeds upload limit {size2}" : "Tuta dosiergrando {size1} transpasas alŝutolimon {size2}",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ne sufiĉas libera spaco: vi alŝutas {size1} sed nur {size2} restas",
- "Uploading..." : "Alŝutante...",
- "File upload is in progress. Leaving the page now will cancel the upload." : "Dosieralŝuto plenumiĝas. Lasi la paĝon nun nuligus la alŝuton.",
+ "Not enough free space" : "Ne sufiĉas libera spaco",
+ "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} el {totalSize} ({bitrate})",
"Actions" : "Agoj",
"Download" : "Elŝuti",
"Rename" : "Alinomigi",
+ "Target folder" : "Cela dosiero",
"Delete" : "Forigi",
"Disconnect storage" : "Malkonekti memoron",
"Unshare" : "Malkunhavigi",
+ "Could not load info for file \"{file}\"" : "Ne ŝarĝiblas informo por dosiero \"{file}\"",
+ "Files" : "Dosieroj",
"Details" : "Detaloj",
"Select" : "Elekti",
"Pending" : "Traktotaj",
@@ -43,6 +47,7 @@ OC.L10N.register(
"_%n folder_::_%n folders_" : ["%n dosierujo","%n dosierujoj"],
"_%n file_::_%n files_" : ["%n dosiero","%n dosieroj"],
"{dirs} and {files}" : "{dirs} kaj {files}",
+ "_including %n hidden_::_including %n hidden_" : ["inkluzive %n kaŝita","inkluzive %n kaŝita(j)"],
"You don’t have permission to upload or create files here" : "Vi ne permesatas alŝuti aŭ krei dosierojn ĉi tie",
"_Uploading %n file_::_Uploading %n files_" : ["Alŝutatas %n dosiero","Alŝutatas %n dosieroj"],
"New" : "Nova",
@@ -53,29 +58,16 @@ OC.L10N.register(
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Memoro de {owner} preskaŭ plenas ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Via memoro preskaŭ plenas ({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["kongruas kun “{filter}”","kongruas kun “{filter}”"],
+ "View in folder" : "Vidi en dosierujo",
"Path" : "Vojo",
"_%n byte_::_%n bytes_" : ["%n duumoko","%n duumokoj"],
"Favorited" : "Pliŝatataj",
"Favorite" : "Favorato",
- "Folder" : "Dosierujo",
"New folder" : "Nova dosierujo",
- "Upload" : "Alŝuti",
"An error occurred while trying to update the tags" : "Eraris provo ĝisdatigi la etikedojn",
+ "Created by {user}" : "Kreita de {user}",
+ "Changed by {user}" : "Ŝanĝita de {user}",
"A new file or folder has been <strong>created</strong>" : "Nova dosiero aŭ dosierujo <strong>kreiĝis</strong>",
- "A file or folder has been <strong>deleted</strong>" : "Dosiero aŭ dosierujo <strong>foriĝis</strong>",
- "A file or folder has been <strong>restored</strong>" : "Dosiero aŭ dosierujo <strong>restaŭriĝis</strong>",
- "You created %1$s" : "Vi kreis %1$s",
- "%2$s created %1$s" : "%2$s kreis %1$s",
- "%1$s was created in a public folder" : "%1$s kreiĝis en publika dosierujo",
- "You changed %1$s" : "Vi ŝanĝis %1$s",
- "%2$s changed %1$s" : "%2$s ŝanĝis %1$s",
- "You deleted %1$s" : "Vi forigis %1$s",
- "%2$s deleted %1$s" : "%2$s forigis %1$s",
- "You restored %1$s" : "Vi restaŭris %1$s",
- "%2$s restored %1$s" : "%2$s restaŭris %1$s",
- "Changed by %2$s" : "Ŝanĝita de %2$s",
- "Deleted by %2$s" : "Forigita de %2$s",
- "Restored by %2$s" : "Restaŭrita de %2$s",
"Upload (max. %s)" : "Alŝuti (maks. %s)",
"File handling" : "Dosieradministro",
"Maximum upload size" : "Maksimuma alŝutogrando",
@@ -91,27 +83,8 @@ OC.L10N.register(
"Select all" : "Elekti ĉion",
"Upload too large" : "Alŝuto tro larĝa",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "La dosieroj, kiujn vi provas alŝuti, transpasas la maksimuman grandon por dosieralŝutoj en ĉi tiu servilo.",
- "No favorites" : "Neniu pliŝato",
"Files and folders you mark as favorite will show up here" : "Dosieroj kaj dosierujoj, kiujn vi markas, kiel pliŝatoj, aperos ĉi tie",
"Text file" : "Tekstodosiero",
- "New text file.txt" : "Nova tekstodosiero.txt",
- "Storage not available" : "Memoro ne disponeblas",
- "Unable to set upload directory." : "Ne povis agordiĝi la alŝuta dosierujo.",
- "No file was uploaded. Unknown error" : "Neniu dosiero alŝutiĝis. Nekonata eraro.",
- "There is no error, the file uploaded with success" : "Ne estas eraro, la dosiero alŝutiĝis sukcese.",
- "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "La dosiero alŝutita superas la regulon upload_max_filesize el php.ini: ",
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "La dosiero alŝutita superas la regulon MAX_FILE_SIZE, kiu estas difinita en la HTML-formularo",
- "The uploaded file was only partially uploaded" : "la alŝutita dosiero nur parte alŝutiĝis",
- "No file was uploaded" : "Neniu dosiero alŝutiĝis.",
- "Missing a temporary folder" : "Mankas provizora dosierujo.",
- "Failed to write to disk" : "Malsukcesis skribo al disko",
- "Not enough storage available" : "Ne haveblas sufiĉa memoro",
- "The target folder has been moved or deleted." : "La cela dosierujo moviĝis aŭ foriĝis.",
- "Upload failed. Could not find uploaded file" : "La alŝuto malsukcesis. Ne troviĝis alŝutota dosiero.",
- "Upload failed. Could not get file info." : "La alŝuto malsukcesis. Ne povis ekhaviĝi informo pri dosiero.",
- "Invalid directory." : "Nevalida dosierujo.",
- "Could not get result from server." : "Ne povis ekhaviĝi rezulto el la servilo.",
- "{newname} already exists" : "{newname} jam ekzistas",
- "A file or folder has been <strong>changed</strong>" : "Dosiero aŭ dosierujo <strong>ŝanĝiĝis</strong>"
+ "New text file.txt" : "Nova tekstodosiero.txt"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/files/l10n/eo.json b/apps/files/l10n/eo.json
index 6e9f47dade1..89284a34b87 100644
--- a/apps/files/l10n/eo.json
+++ b/apps/files/l10n/eo.json
@@ -1,24 +1,28 @@
{ "translations": {
+ "Storage is temporarily not available" : "Memoro nedaŭra ne disponeblas",
"Storage invalid" : "Memoro ne validas",
"Unknown error" : "Nekonata eraro",
- "Files" : "Dosieroj",
"All files" : "Ĉiuj dosieroj",
+ "Recent" : "Lastatempe",
+ "File could not be found" : "Ne troveblas dosiero",
"Home" : "Hejmo",
"Close" : "Fermi",
"Favorites" : "Favoratoj",
"Could not create folder \"{dir}\"" : "Ne eblas krei dosierujon “{dir}”",
"Upload cancelled." : "La alŝuto nuliĝis.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Ne povis alŝutiĝi {filename} ĉar ĝi estas dosierujo aŭ ĝi havas 0 duumokojn",
- "Total file size {size1} exceeds upload limit {size2}" : "Tuta dosiergrando {size1} transpasas alŝutolimon {size2}",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ne sufiĉas libera spaco: vi alŝutas {size1} sed nur {size2} restas",
- "Uploading..." : "Alŝutante...",
- "File upload is in progress. Leaving the page now will cancel the upload." : "Dosieralŝuto plenumiĝas. Lasi la paĝon nun nuligus la alŝuton.",
+ "Not enough free space" : "Ne sufiĉas libera spaco",
+ "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} el {totalSize} ({bitrate})",
"Actions" : "Agoj",
"Download" : "Elŝuti",
"Rename" : "Alinomigi",
+ "Target folder" : "Cela dosiero",
"Delete" : "Forigi",
"Disconnect storage" : "Malkonekti memoron",
"Unshare" : "Malkunhavigi",
+ "Could not load info for file \"{file}\"" : "Ne ŝarĝiblas informo por dosiero \"{file}\"",
+ "Files" : "Dosieroj",
"Details" : "Detaloj",
"Select" : "Elekti",
"Pending" : "Traktotaj",
@@ -41,6 +45,7 @@
"_%n folder_::_%n folders_" : ["%n dosierujo","%n dosierujoj"],
"_%n file_::_%n files_" : ["%n dosiero","%n dosieroj"],
"{dirs} and {files}" : "{dirs} kaj {files}",
+ "_including %n hidden_::_including %n hidden_" : ["inkluzive %n kaŝita","inkluzive %n kaŝita(j)"],
"You don’t have permission to upload or create files here" : "Vi ne permesatas alŝuti aŭ krei dosierojn ĉi tie",
"_Uploading %n file_::_Uploading %n files_" : ["Alŝutatas %n dosiero","Alŝutatas %n dosieroj"],
"New" : "Nova",
@@ -51,29 +56,16 @@
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Memoro de {owner} preskaŭ plenas ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Via memoro preskaŭ plenas ({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["kongruas kun “{filter}”","kongruas kun “{filter}”"],
+ "View in folder" : "Vidi en dosierujo",
"Path" : "Vojo",
"_%n byte_::_%n bytes_" : ["%n duumoko","%n duumokoj"],
"Favorited" : "Pliŝatataj",
"Favorite" : "Favorato",
- "Folder" : "Dosierujo",
"New folder" : "Nova dosierujo",
- "Upload" : "Alŝuti",
"An error occurred while trying to update the tags" : "Eraris provo ĝisdatigi la etikedojn",
+ "Created by {user}" : "Kreita de {user}",
+ "Changed by {user}" : "Ŝanĝita de {user}",
"A new file or folder has been <strong>created</strong>" : "Nova dosiero aŭ dosierujo <strong>kreiĝis</strong>",
- "A file or folder has been <strong>deleted</strong>" : "Dosiero aŭ dosierujo <strong>foriĝis</strong>",
- "A file or folder has been <strong>restored</strong>" : "Dosiero aŭ dosierujo <strong>restaŭriĝis</strong>",
- "You created %1$s" : "Vi kreis %1$s",
- "%2$s created %1$s" : "%2$s kreis %1$s",
- "%1$s was created in a public folder" : "%1$s kreiĝis en publika dosierujo",
- "You changed %1$s" : "Vi ŝanĝis %1$s",
- "%2$s changed %1$s" : "%2$s ŝanĝis %1$s",
- "You deleted %1$s" : "Vi forigis %1$s",
- "%2$s deleted %1$s" : "%2$s forigis %1$s",
- "You restored %1$s" : "Vi restaŭris %1$s",
- "%2$s restored %1$s" : "%2$s restaŭris %1$s",
- "Changed by %2$s" : "Ŝanĝita de %2$s",
- "Deleted by %2$s" : "Forigita de %2$s",
- "Restored by %2$s" : "Restaŭrita de %2$s",
"Upload (max. %s)" : "Alŝuti (maks. %s)",
"File handling" : "Dosieradministro",
"Maximum upload size" : "Maksimuma alŝutogrando",
@@ -89,27 +81,8 @@
"Select all" : "Elekti ĉion",
"Upload too large" : "Alŝuto tro larĝa",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "La dosieroj, kiujn vi provas alŝuti, transpasas la maksimuman grandon por dosieralŝutoj en ĉi tiu servilo.",
- "No favorites" : "Neniu pliŝato",
"Files and folders you mark as favorite will show up here" : "Dosieroj kaj dosierujoj, kiujn vi markas, kiel pliŝatoj, aperos ĉi tie",
"Text file" : "Tekstodosiero",
- "New text file.txt" : "Nova tekstodosiero.txt",
- "Storage not available" : "Memoro ne disponeblas",
- "Unable to set upload directory." : "Ne povis agordiĝi la alŝuta dosierujo.",
- "No file was uploaded. Unknown error" : "Neniu dosiero alŝutiĝis. Nekonata eraro.",
- "There is no error, the file uploaded with success" : "Ne estas eraro, la dosiero alŝutiĝis sukcese.",
- "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "La dosiero alŝutita superas la regulon upload_max_filesize el php.ini: ",
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "La dosiero alŝutita superas la regulon MAX_FILE_SIZE, kiu estas difinita en la HTML-formularo",
- "The uploaded file was only partially uploaded" : "la alŝutita dosiero nur parte alŝutiĝis",
- "No file was uploaded" : "Neniu dosiero alŝutiĝis.",
- "Missing a temporary folder" : "Mankas provizora dosierujo.",
- "Failed to write to disk" : "Malsukcesis skribo al disko",
- "Not enough storage available" : "Ne haveblas sufiĉa memoro",
- "The target folder has been moved or deleted." : "La cela dosierujo moviĝis aŭ foriĝis.",
- "Upload failed. Could not find uploaded file" : "La alŝuto malsukcesis. Ne troviĝis alŝutota dosiero.",
- "Upload failed. Could not get file info." : "La alŝuto malsukcesis. Ne povis ekhaviĝi informo pri dosiero.",
- "Invalid directory." : "Nevalida dosierujo.",
- "Could not get result from server." : "Ne povis ekhaviĝi rezulto el la servilo.",
- "{newname} already exists" : "{newname} jam ekzistas",
- "A file or folder has been <strong>changed</strong>" : "Dosiero aŭ dosierujo <strong>ŝanĝiĝis</strong>"
+ "New text file.txt" : "Nova tekstodosiero.txt"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/files/l10n/he.js b/apps/files/l10n/he.js
index 49b05d5d91e..ed178b446a5 100644
--- a/apps/files/l10n/he.js
+++ b/apps/files/l10n/he.js
@@ -12,8 +12,6 @@ OC.L10N.register(
"Upload cancelled." : "ההעלאה בוטלה.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "לא ניתן להעלות {filename} כיוון שמדובר בתיקייה או שגודלו 0 בייט",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "לא קיים מספיק מקום פנוי, הקובץ המיועד להעלאה {size1} אבל נשאר {size2} בלבד",
- "Uploading..." : "העלאה...",
- "..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} מתוך {totalSize} ({bitrate})",
"Actions" : "פעולות",
"Download" : "הורדה",
@@ -59,9 +57,7 @@ OC.L10N.register(
"_%n byte_::_%n bytes_" : ["%n בייט","%n בייטים"],
"Favorited" : "מועדף",
"Favorite" : "מועדף",
- "Folder" : "תיקייה",
"New folder" : "תיקייה חדשה",
- "Upload" : "העלאה",
"An error occurred while trying to update the tags" : "שגיאה אירעה בזמן עדכון התגיות",
"A new file or folder has been <strong>created</strong>" : "קובץ או תיקייה חדשים <strong>נוצרו<strong/>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "הגבלת הודעות על יצירת או שינוי <strong>הקבצים המועדפים</strong> שלך <em>(Stream only)</em>",
@@ -75,64 +71,16 @@ OC.L10N.register(
"Settings" : "הגדרות",
"Show hidden files" : "הצגת קבצים נסתרים",
"WebDAV" : "WebDAV",
- "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "ניתן להשתמש בכתובת זו כדי <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">להכנס לקבצים שלך באמצעות WebDAV</a>",
"No files in here" : "אין כאן קבצים",
"Upload some content or sync with your devices!" : "יש להעלות קצת תוכן או לסנכרן עם ההתקנים שלך!",
"No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו",
"Select all" : "לבחור הכול",
"Upload too large" : "העלאה גדולה מידי",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה.",
- "No favorites" : "אין מועדפים",
"Files and folders you mark as favorite will show up here" : "קבצים ותיקיות שסומנו על ידך כמועדפים יוצגו כאן",
"Tags" : "תגיות",
"Deleted files" : "קבצים שנמחקו",
"Text file" : "קובץ טקסט",
- "New text file.txt" : "קובץ טקסט חדש.txt",
- "Storage not available" : "אחסון לא זמין",
- "Unable to set upload directory." : "לא היה ניתן לקבוע תיקיית העלאות.",
- "Invalid Token" : "קוד לא חוקי",
- "No file was uploaded. Unknown error" : "לא הועלה קובץ. טעות בלתי מזוהה.",
- "There is no error, the file uploaded with success" : "לא התרחשה שגיאה, הקובץ הועלה בהצלחה",
- "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" : "הקובץ שהועלה גדוך מהערך MAX_FILE_SIZE שהוגדר בתופס HTML",
- "The uploaded file was only partially uploaded" : "הקובץ הועלה באופן חלקי בלבד",
- "No file was uploaded" : "שום קובץ לא הועלה",
- "Missing a temporary folder" : "תקיה זמנית חסרה",
- "Failed to write to disk" : "הכתיבה לכונן נכשלה",
- "Not enough storage available" : "אין די שטח פנוי באחסון",
- "The target folder has been moved or deleted." : "תיקיית המטרה הועברה או נמחקה.",
- "Upload failed. Could not find uploaded file" : "העלאה נכשלה. לא נמצא הקובץ להעלאה",
- "Upload failed. Could not get file info." : "העלאה נכשלה. לא ניתן להשיג את פרטי הקובץ.",
- "Invalid directory." : "תיקייה שגויה.",
- "Total file size {size1} exceeds upload limit {size2}" : "גודל הקובת {size1} עובר את מגבלת הגודל להעלאה {size2}",
- "Error uploading file \"{fileName}\": {message}" : "שגיאה בזמן העלאת קובץ \"{fileName}\": {message}",
- "Could not get result from server." : "לא ניתן לגשת לתוצאות מהשרת.",
- "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} hour{plural_s} left",
- "{hours}:{minutes}h" : "{hours}:{minutes}שעות",
- "{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} דקות{plural_s} נשארו",
- "{minutes}:{seconds}m" : "{minutes}:{seconds}דקות",
- "{seconds} second{plural_s} left" : "{seconds} שניות{plural_s} נשארו",
- "{seconds}s" : "{seconds}שניות",
- "Any moment now..." : "עכשיו בכל רגע...",
- "Soon..." : "בקרוב...",
- "File upload is in progress. Leaving the page now will cancel the upload." : "מתבצעת כעת העלאת קבצים. עזיבה של העמוד תבטל את ההעלאה.",
- "No entries in this folder match '{filter}'" : "לא נמצאו התאמות בתיקייה זו ל- '{filter}'",
- "Local link" : "קישור מקומי",
- "{newname} already exists" : "{newname} כבר קיים",
- "A file or folder has been <strong>changed</strong>" : "קובץ או תיקייה <strong>שונו<strong/>",
- "A file or folder has been <strong>deleted</strong>" : "קובץ או תיקייה <strong>נמחקו<strong/>",
- "A file or folder has been <strong>restored</strong>" : "קובץ או תיקייה <strong>שוחזר</strong>",
- "You created %1$s" : "יצרת %1$s",
- "%2$s created %1$s" : "%2$s נוצרו %1$s",
- "%1$s was created in a public folder" : "%1$s נוצר בתיקייה ציבורית",
- "You changed %1$s" : "שינית %1$s",
- "%2$s changed %1$s" : "%2$s שונו %1$s",
- "You deleted %1$s" : "מחקת %1$s",
- "%2$s deleted %1$s" : "%2$s נמחקו %1$s",
- "You restored %1$s" : "שחזרת %1$s",
- "%2$s restored %1$s" : "%2$s שוחזרו %1$s",
- "Changed by %2$s" : "שונו על ידי %2$s",
- "Deleted by %2$s" : "נמחקו על ידי %2$s",
- "Restored by %2$s" : "שוחזרו על ידי %2$s"
+ "New text file.txt" : "קובץ טקסט חדש.txt"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/files/l10n/he.json b/apps/files/l10n/he.json
index 51a16344f8e..4cce04d522c 100644
--- a/apps/files/l10n/he.json
+++ b/apps/files/l10n/he.json
@@ -10,8 +10,6 @@
"Upload cancelled." : "ההעלאה בוטלה.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "לא ניתן להעלות {filename} כיוון שמדובר בתיקייה או שגודלו 0 בייט",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "לא קיים מספיק מקום פנוי, הקובץ המיועד להעלאה {size1} אבל נשאר {size2} בלבד",
- "Uploading..." : "העלאה...",
- "..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} מתוך {totalSize} ({bitrate})",
"Actions" : "פעולות",
"Download" : "הורדה",
@@ -57,9 +55,7 @@
"_%n byte_::_%n bytes_" : ["%n בייט","%n בייטים"],
"Favorited" : "מועדף",
"Favorite" : "מועדף",
- "Folder" : "תיקייה",
"New folder" : "תיקייה חדשה",
- "Upload" : "העלאה",
"An error occurred while trying to update the tags" : "שגיאה אירעה בזמן עדכון התגיות",
"A new file or folder has been <strong>created</strong>" : "קובץ או תיקייה חדשים <strong>נוצרו<strong/>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "הגבלת הודעות על יצירת או שינוי <strong>הקבצים המועדפים</strong> שלך <em>(Stream only)</em>",
@@ -73,64 +69,16 @@
"Settings" : "הגדרות",
"Show hidden files" : "הצגת קבצים נסתרים",
"WebDAV" : "WebDAV",
- "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "ניתן להשתמש בכתובת זו כדי <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">להכנס לקבצים שלך באמצעות WebDAV</a>",
"No files in here" : "אין כאן קבצים",
"Upload some content or sync with your devices!" : "יש להעלות קצת תוכן או לסנכרן עם ההתקנים שלך!",
"No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו",
"Select all" : "לבחור הכול",
"Upload too large" : "העלאה גדולה מידי",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה.",
- "No favorites" : "אין מועדפים",
"Files and folders you mark as favorite will show up here" : "קבצים ותיקיות שסומנו על ידך כמועדפים יוצגו כאן",
"Tags" : "תגיות",
"Deleted files" : "קבצים שנמחקו",
"Text file" : "קובץ טקסט",
- "New text file.txt" : "קובץ טקסט חדש.txt",
- "Storage not available" : "אחסון לא זמין",
- "Unable to set upload directory." : "לא היה ניתן לקבוע תיקיית העלאות.",
- "Invalid Token" : "קוד לא חוקי",
- "No file was uploaded. Unknown error" : "לא הועלה קובץ. טעות בלתי מזוהה.",
- "There is no error, the file uploaded with success" : "לא התרחשה שגיאה, הקובץ הועלה בהצלחה",
- "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" : "הקובץ שהועלה גדוך מהערך MAX_FILE_SIZE שהוגדר בתופס HTML",
- "The uploaded file was only partially uploaded" : "הקובץ הועלה באופן חלקי בלבד",
- "No file was uploaded" : "שום קובץ לא הועלה",
- "Missing a temporary folder" : "תקיה זמנית חסרה",
- "Failed to write to disk" : "הכתיבה לכונן נכשלה",
- "Not enough storage available" : "אין די שטח פנוי באחסון",
- "The target folder has been moved or deleted." : "תיקיית המטרה הועברה או נמחקה.",
- "Upload failed. Could not find uploaded file" : "העלאה נכשלה. לא נמצא הקובץ להעלאה",
- "Upload failed. Could not get file info." : "העלאה נכשלה. לא ניתן להשיג את פרטי הקובץ.",
- "Invalid directory." : "תיקייה שגויה.",
- "Total file size {size1} exceeds upload limit {size2}" : "גודל הקובת {size1} עובר את מגבלת הגודל להעלאה {size2}",
- "Error uploading file \"{fileName}\": {message}" : "שגיאה בזמן העלאת קובץ \"{fileName}\": {message}",
- "Could not get result from server." : "לא ניתן לגשת לתוצאות מהשרת.",
- "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} hour{plural_s} left",
- "{hours}:{minutes}h" : "{hours}:{minutes}שעות",
- "{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} דקות{plural_s} נשארו",
- "{minutes}:{seconds}m" : "{minutes}:{seconds}דקות",
- "{seconds} second{plural_s} left" : "{seconds} שניות{plural_s} נשארו",
- "{seconds}s" : "{seconds}שניות",
- "Any moment now..." : "עכשיו בכל רגע...",
- "Soon..." : "בקרוב...",
- "File upload is in progress. Leaving the page now will cancel the upload." : "מתבצעת כעת העלאת קבצים. עזיבה של העמוד תבטל את ההעלאה.",
- "No entries in this folder match '{filter}'" : "לא נמצאו התאמות בתיקייה זו ל- '{filter}'",
- "Local link" : "קישור מקומי",
- "{newname} already exists" : "{newname} כבר קיים",
- "A file or folder has been <strong>changed</strong>" : "קובץ או תיקייה <strong>שונו<strong/>",
- "A file or folder has been <strong>deleted</strong>" : "קובץ או תיקייה <strong>נמחקו<strong/>",
- "A file or folder has been <strong>restored</strong>" : "קובץ או תיקייה <strong>שוחזר</strong>",
- "You created %1$s" : "יצרת %1$s",
- "%2$s created %1$s" : "%2$s נוצרו %1$s",
- "%1$s was created in a public folder" : "%1$s נוצר בתיקייה ציבורית",
- "You changed %1$s" : "שינית %1$s",
- "%2$s changed %1$s" : "%2$s שונו %1$s",
- "You deleted %1$s" : "מחקת %1$s",
- "%2$s deleted %1$s" : "%2$s נמחקו %1$s",
- "You restored %1$s" : "שחזרת %1$s",
- "%2$s restored %1$s" : "%2$s שוחזרו %1$s",
- "Changed by %2$s" : "שונו על ידי %2$s",
- "Deleted by %2$s" : "נמחקו על ידי %2$s",
- "Restored by %2$s" : "שוחזרו על ידי %2$s"
+ "New text file.txt" : "קובץ טקסט חדש.txt"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/files/l10n/id.js b/apps/files/l10n/id.js
index 14022655d62..84c3fd8eff4 100644
--- a/apps/files/l10n/id.js
+++ b/apps/files/l10n/id.js
@@ -13,8 +13,6 @@ OC.L10N.register(
"Upload cancelled." : "Pengunggahan dibatalkan.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Tidak dapat mengunggah {filename} karena ini sebuah direktori atau memiliki ukuran 0 byte",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ruang bebas tidak mencukupi, Anda mengunggah {size1} tetapi hanya {size2} yang tersisa",
- "Uploading..." : "Mengunggah...",
- "..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} dari {totalSize} ({bitrate})",
"Actions" : "Tindakan",
"Download" : "Unduh",
@@ -60,9 +58,7 @@ OC.L10N.register(
"_%n byte_::_%n bytes_" : ["%n byte"],
"Favorited" : "Difavoritkan",
"Favorite" : "Favorit",
- "Folder" : "Folder",
"New folder" : "Map baru",
- "Upload" : "Unggah",
"An error occurred while trying to update the tags" : "Terjadi kesalahan saat mencoba untuk memperbarui label",
"A new file or folder has been <strong>created</strong>" : "Sebuah berkas atau folder baru telah <strong>dibuat</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Batas notifikasi tentang pembuatan dan perubahan <strong>berkas favorit</strong> Anda <em>(Hanya stream)</em>",
@@ -76,62 +72,14 @@ OC.L10N.register(
"Settings" : "Pengaturan",
"Show hidden files" : "Lihat berkas tersembunyi",
"WebDAV" : "WebDAV",
- "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Gunakan alamat ini untuk <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">mengakses berkas Anda melalui WebDAV</a>",
"No files in here" : "Tidak ada berkas disini",
"Upload some content or sync with your devices!" : "Unggah beberapa konten dan sinkronisasikan dengan perangkat Anda!",
"No entries found in this folder" : "Tidak ada entri yang ditemukan dalam folder ini",
"Select all" : "Pilih Semua",
"Upload too large" : "Yang diunggah terlalu besar",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Berkas yang dicoba untuk diunggah melebihi ukuran maksimum pengunggahan berkas di server ini.",
- "No favorites" : "Tidak ada favorit",
"Files and folders you mark as favorite will show up here" : "Berkas dan folder yang Anda tandai sebagai favorit akan ditampilkan disini.",
"Text file" : "Berkas teks",
- "New text file.txt" : "Teks baru file.txt",
- "Storage not available" : "Penyimpanan tidak tersedia",
- "Unable to set upload directory." : "Tidak dapat mengatur folder unggah",
- "Invalid Token" : "Token tidak sah",
- "No file was uploaded. Unknown error" : "Tidak ada berkas yang diunggah. Kesalahan tidak dikenal.",
- "There is no error, the file uploaded with success" : "Tidak ada kesalahan, berkas sukses diunggah",
- "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Berkas yang diunggah melampaui direktif upload_max_filesize pada php.ini",
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Berkas yang diunggah melampaui direktif MAX_FILE_SIZE yang ditentukan dalam formulir HTML.",
- "The uploaded file was only partially uploaded" : "Berkas hanya diunggah sebagian",
- "No file was uploaded" : "Tidak ada berkas yang diunggah",
- "Missing a temporary folder" : "Folder sementara tidak ada",
- "Failed to write to disk" : "Gagal menulis ke disk",
- "Not enough storage available" : "Ruang penyimpanan tidak mencukupi",
- "The target folder has been moved or deleted." : "Folder tujuan telah dipindahkan atau dihapus.",
- "Upload failed. Could not find uploaded file" : "Unggah gagal. Tidak menemukan berkas yang akan diunggah",
- "Upload failed. Could not get file info." : "Unggah gagal. Tidak mendapatkan informasi berkas.",
- "Invalid directory." : "Direktori tidak valid.",
- "Total file size {size1} exceeds upload limit {size2}" : "Jumlah ukuran berkas {size1} melampaui batas unggah {size2}",
- "Error uploading file \"{fileName}\": {message}" : "Kesalahan saat mengunggah \"{filename}\": {message}",
- "Could not get result from server." : "Tidak mendapatkan hasil dari server.",
- "{hours}:{minutes}:{seconds} hour{plural_s} left" : "Masih {hours}:{minutes}:{seconds} lagi",
- "{hours}:{minutes}h" : "{hours}:{minutes}j",
- "{minutes}:{seconds} minute{plural_s} left" : "Masih {minutes}:{seconds} lagi",
- "{minutes}:{seconds}m" : "{minutes}:{seconds}m",
- "{seconds} second{plural_s} left" : "Masih {seconds} detik lagi",
- "{seconds}s" : "{seconds}d",
- "Any moment now..." : "Sedikit lagi...",
- "Soon..." : "Segera...",
- "File upload is in progress. Leaving the page now will cancel the upload." : "Berkas sedang diunggah. Meninggalkan halaman ini akan membatalkan proses.",
- "No entries in this folder match '{filter}'" : "Tidak ada entri di folder ini yang cocok dengan '{filter}'",
- "Local link" : "Pranala lokal",
- "{newname} already exists" : "{newname} sudah ada",
- "A file or folder has been <strong>changed</strong>" : "Sebuah berkas atau folder telah <strong>diubah</strong>",
- "A file or folder has been <strong>deleted</strong>" : "Sebuah berkas atau folder telah <strong>dihapus</strong>",
- "A file or folder has been <strong>restored</strong>" : "Sebuah berkas atau folder telah <strong>dipulihkan</strong>",
- "You created %1$s" : "Anda membuat %1$s",
- "%2$s created %1$s" : "%2$s membuat %1$s",
- "%1$s was created in a public folder" : "%1$s telah dibuat di folder publik",
- "You changed %1$s" : "Anda mengubah %1$s",
- "%2$s changed %1$s" : "%2$s mengubah %1$s",
- "You deleted %1$s" : "Anda menghapus %1$s",
- "%2$s deleted %1$s" : "%2$s menghapus %1$s",
- "You restored %1$s" : "Anda memulihkan %1$s",
- "%2$s restored %1$s" : "%2$s memulihkan %1$s",
- "Changed by %2$s" : "Diubah oleh %2$s",
- "Deleted by %2$s" : "Dihapus oleh %2$s",
- "Restored by %2$s" : "Dipulihkan oleh %2$s"
+ "New text file.txt" : "Teks baru file.txt"
},
"nplurals=1; plural=0;");
diff --git a/apps/files/l10n/id.json b/apps/files/l10n/id.json
index e245cc7847c..9a70bca0741 100644
--- a/apps/files/l10n/id.json
+++ b/apps/files/l10n/id.json
@@ -11,8 +11,6 @@
"Upload cancelled." : "Pengunggahan dibatalkan.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Tidak dapat mengunggah {filename} karena ini sebuah direktori atau memiliki ukuran 0 byte",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ruang bebas tidak mencukupi, Anda mengunggah {size1} tetapi hanya {size2} yang tersisa",
- "Uploading..." : "Mengunggah...",
- "..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} dari {totalSize} ({bitrate})",
"Actions" : "Tindakan",
"Download" : "Unduh",
@@ -58,9 +56,7 @@
"_%n byte_::_%n bytes_" : ["%n byte"],
"Favorited" : "Difavoritkan",
"Favorite" : "Favorit",
- "Folder" : "Folder",
"New folder" : "Map baru",
- "Upload" : "Unggah",
"An error occurred while trying to update the tags" : "Terjadi kesalahan saat mencoba untuk memperbarui label",
"A new file or folder has been <strong>created</strong>" : "Sebuah berkas atau folder baru telah <strong>dibuat</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Batas notifikasi tentang pembuatan dan perubahan <strong>berkas favorit</strong> Anda <em>(Hanya stream)</em>",
@@ -74,62 +70,14 @@
"Settings" : "Pengaturan",
"Show hidden files" : "Lihat berkas tersembunyi",
"WebDAV" : "WebDAV",
- "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Gunakan alamat ini untuk <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">mengakses berkas Anda melalui WebDAV</a>",
"No files in here" : "Tidak ada berkas disini",
"Upload some content or sync with your devices!" : "Unggah beberapa konten dan sinkronisasikan dengan perangkat Anda!",
"No entries found in this folder" : "Tidak ada entri yang ditemukan dalam folder ini",
"Select all" : "Pilih Semua",
"Upload too large" : "Yang diunggah terlalu besar",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Berkas yang dicoba untuk diunggah melebihi ukuran maksimum pengunggahan berkas di server ini.",
- "No favorites" : "Tidak ada favorit",
"Files and folders you mark as favorite will show up here" : "Berkas dan folder yang Anda tandai sebagai favorit akan ditampilkan disini.",
"Text file" : "Berkas teks",
- "New text file.txt" : "Teks baru file.txt",
- "Storage not available" : "Penyimpanan tidak tersedia",
- "Unable to set upload directory." : "Tidak dapat mengatur folder unggah",
- "Invalid Token" : "Token tidak sah",
- "No file was uploaded. Unknown error" : "Tidak ada berkas yang diunggah. Kesalahan tidak dikenal.",
- "There is no error, the file uploaded with success" : "Tidak ada kesalahan, berkas sukses diunggah",
- "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Berkas yang diunggah melampaui direktif upload_max_filesize pada php.ini",
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Berkas yang diunggah melampaui direktif MAX_FILE_SIZE yang ditentukan dalam formulir HTML.",
- "The uploaded file was only partially uploaded" : "Berkas hanya diunggah sebagian",
- "No file was uploaded" : "Tidak ada berkas yang diunggah",
- "Missing a temporary folder" : "Folder sementara tidak ada",
- "Failed to write to disk" : "Gagal menulis ke disk",
- "Not enough storage available" : "Ruang penyimpanan tidak mencukupi",
- "The target folder has been moved or deleted." : "Folder tujuan telah dipindahkan atau dihapus.",
- "Upload failed. Could not find uploaded file" : "Unggah gagal. Tidak menemukan berkas yang akan diunggah",
- "Upload failed. Could not get file info." : "Unggah gagal. Tidak mendapatkan informasi berkas.",
- "Invalid directory." : "Direktori tidak valid.",
- "Total file size {size1} exceeds upload limit {size2}" : "Jumlah ukuran berkas {size1} melampaui batas unggah {size2}",
- "Error uploading file \"{fileName}\": {message}" : "Kesalahan saat mengunggah \"{filename}\": {message}",
- "Could not get result from server." : "Tidak mendapatkan hasil dari server.",
- "{hours}:{minutes}:{seconds} hour{plural_s} left" : "Masih {hours}:{minutes}:{seconds} lagi",
- "{hours}:{minutes}h" : "{hours}:{minutes}j",
- "{minutes}:{seconds} minute{plural_s} left" : "Masih {minutes}:{seconds} lagi",
- "{minutes}:{seconds}m" : "{minutes}:{seconds}m",
- "{seconds} second{plural_s} left" : "Masih {seconds} detik lagi",
- "{seconds}s" : "{seconds}d",
- "Any moment now..." : "Sedikit lagi...",
- "Soon..." : "Segera...",
- "File upload is in progress. Leaving the page now will cancel the upload." : "Berkas sedang diunggah. Meninggalkan halaman ini akan membatalkan proses.",
- "No entries in this folder match '{filter}'" : "Tidak ada entri di folder ini yang cocok dengan '{filter}'",
- "Local link" : "Pranala lokal",
- "{newname} already exists" : "{newname} sudah ada",
- "A file or folder has been <strong>changed</strong>" : "Sebuah berkas atau folder telah <strong>diubah</strong>",
- "A file or folder has been <strong>deleted</strong>" : "Sebuah berkas atau folder telah <strong>dihapus</strong>",
- "A file or folder has been <strong>restored</strong>" : "Sebuah berkas atau folder telah <strong>dipulihkan</strong>",
- "You created %1$s" : "Anda membuat %1$s",
- "%2$s created %1$s" : "%2$s membuat %1$s",
- "%1$s was created in a public folder" : "%1$s telah dibuat di folder publik",
- "You changed %1$s" : "Anda mengubah %1$s",
- "%2$s changed %1$s" : "%2$s mengubah %1$s",
- "You deleted %1$s" : "Anda menghapus %1$s",
- "%2$s deleted %1$s" : "%2$s menghapus %1$s",
- "You restored %1$s" : "Anda memulihkan %1$s",
- "%2$s restored %1$s" : "%2$s memulihkan %1$s",
- "Changed by %2$s" : "Diubah oleh %2$s",
- "Deleted by %2$s" : "Dihapus oleh %2$s",
- "Restored by %2$s" : "Dipulihkan oleh %2$s"
+ "New text file.txt" : "Teks baru file.txt"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/apps/files/l10n/is.js b/apps/files/l10n/is.js
index 04009665b1f..b82dc90c844 100644
--- a/apps/files/l10n/is.js
+++ b/apps/files/l10n/is.js
@@ -62,8 +62,11 @@ OC.L10N.register(
"You don’t have permission to upload or create files here" : "Þú hefur ekki heimild til að hlaða inn eða búa til skjöl hér",
"_Uploading %n file_::_Uploading %n files_" : ["Sendi inn %n skrá","Sendi inn %n skrár"],
"New" : "Nýtt",
+ "{used} of {quota} used" : "{used} af {quota} notað",
+ "{used} used" : "{used} notað",
"\"{name}\" is an invalid file name." : "\"{name}\" er ógilt skráarheiti.",
"File name cannot be empty." : "Heiti skráar má ekki vera tómt",
+ "\"/\" is not allowed inside a file name." : "\"/\" er er ekki leyfilegt innan í skráarheiti.",
"\"{name}\" is not an allowed filetype" : "\"{name}\" er ógild skráartegund",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "Geymslupláss {owner} er fullt, ekki er lengur hægt að uppfæra eða samstilla skrár!",
"Your storage is full, files can not be updated or synced anymore!" : "Geymsluplássið þitt er fullt, ekki er lengur hægt að uppfæra eða samstilla skrár!",
@@ -143,6 +146,10 @@ OC.L10N.register(
"Tags" : "Merki",
"Deleted files" : "Eyddar skrár",
"Text file" : "Textaskrá",
- "New text file.txt" : "Ný textaskrá.txt"
+ "New text file.txt" : "Ný textaskrá.txt",
+ "Move" : "Færa",
+ "A new file or folder has been <strong>deleted</strong>" : "Nýrri skrá eða möppu hefur verið <strong>eytt</strong>",
+ "A new file or folder has been <strong>restored</strong>" : "Ný skrá eða mappa hefur verið <strong>endurheimt</strong>",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Notaðu þetta vistfang til að <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">nálgast skrárnar þínar með WebDAV</a>"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
diff --git a/apps/files/l10n/is.json b/apps/files/l10n/is.json
index 5bca88d8ecd..8df6596600a 100644
--- a/apps/files/l10n/is.json
+++ b/apps/files/l10n/is.json
@@ -60,8 +60,11 @@
"You don’t have permission to upload or create files here" : "Þú hefur ekki heimild til að hlaða inn eða búa til skjöl hér",
"_Uploading %n file_::_Uploading %n files_" : ["Sendi inn %n skrá","Sendi inn %n skrár"],
"New" : "Nýtt",
+ "{used} of {quota} used" : "{used} af {quota} notað",
+ "{used} used" : "{used} notað",
"\"{name}\" is an invalid file name." : "\"{name}\" er ógilt skráarheiti.",
"File name cannot be empty." : "Heiti skráar má ekki vera tómt",
+ "\"/\" is not allowed inside a file name." : "\"/\" er er ekki leyfilegt innan í skráarheiti.",
"\"{name}\" is not an allowed filetype" : "\"{name}\" er ógild skráartegund",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "Geymslupláss {owner} er fullt, ekki er lengur hægt að uppfæra eða samstilla skrár!",
"Your storage is full, files can not be updated or synced anymore!" : "Geymsluplássið þitt er fullt, ekki er lengur hægt að uppfæra eða samstilla skrár!",
@@ -141,6 +144,10 @@
"Tags" : "Merki",
"Deleted files" : "Eyddar skrár",
"Text file" : "Textaskrá",
- "New text file.txt" : "Ný textaskrá.txt"
+ "New text file.txt" : "Ný textaskrá.txt",
+ "Move" : "Færa",
+ "A new file or folder has been <strong>deleted</strong>" : "Nýrri skrá eða möppu hefur verið <strong>eytt</strong>",
+ "A new file or folder has been <strong>restored</strong>" : "Ný skrá eða mappa hefur verið <strong>endurheimt</strong>",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Notaðu þetta vistfang til að <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">nálgast skrárnar þínar með WebDAV</a>"
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
} \ No newline at end of file
diff --git a/apps/files/l10n/mn.js b/apps/files/l10n/mn.js
index 994f002b48c..058706de677 100644
--- a/apps/files/l10n/mn.js
+++ b/apps/files/l10n/mn.js
@@ -1,22 +1,93 @@
OC.L10N.register(
"files",
{
+ "Storage is temporarily not available" : "Хадгалах төхөөрөмж нь түр хугацаанд ашиглах боломжгүй байна",
+ "Storage invalid" : "Хадгалах төхөөрөмж буруу байна",
+ "Unknown error" : "Үл мэдэгдэх алдаа",
+ "All files" : "Бүх файлууд",
+ "Recent" : "Сүүлийн үеийн",
+ "File could not be found" : "Файл олдсонгүй",
+ "Home" : "Нүүр хуудас",
+ "Close" : "Хаах",
+ "Favorites" : "Дуртай",
+ "Could not create folder \"{dir}\"" : "\"{dir}\" ийм хавтас үүсгэж болохгүй байна",
+ "Upload cancelled." : "Байршуулалт цуцлагдсан. ",
+ "Not enough free space, you are uploading {size1} but only {size2} is left" : "хангалттай зай үлдээгүй байна, та {size1} хэмжээтэй файл оруулж байна гэхдээ зөвхөн {size2} ийн хэмжээний сул зай үлдсэн байна",
+ "Not enough free space" : "Сул зай хүрэлцэхгүй байна",
+ "Actions" : "Үйл ажиллагаа",
+ "Download" : "Татаж авах ",
+ "Rename" : "Нэр өөрчлөх",
+ "Target folder" : "Заагч хавтас",
+ "Delete" : "Устгах",
+ "Disconnect storage" : "Хадгалах төхөөрөмж салгах",
+ "Unshare" : "Түгээлтийг зогсоох",
"Files" : "Файлууд",
- "Upload" : "Байршуулах",
- "A new file or folder has been <strong>created</strong>" : "Файл эсвэл хавтас амжилттай <strong>үүсгэгдлээ</strong>",
- "A file or folder has been <strong>changed</strong>" : "Файл эсвэл хавтас амжилттай <strong>солигдлоо</strong>",
- "A file or folder has been <strong>deleted</strong>" : "Файл эсвэл хавтас амжилттай <strong>устгагдлаа</strong>",
- "A file or folder has been <strong>restored</strong>" : "Файл эсвэл хавтас амжилттай <strong>сэргээгдлээ</strong>",
- "You created %1$s" : "Та %1$s үүсгэлээ",
- "%2$s created %1$s" : "%2$s %1$s-ийг үүсгэлээ",
- "%1$s was created in a public folder" : "%1$s-ийг нийтийн хавтсанд үүсгэсэн байна",
- "You changed %1$s" : "Та %1$s-ийг өөрчиллөө",
- "%2$s changed %1$s" : "%2$s %1$s-ийг өөрчиллөө",
- "You deleted %1$s" : "Та %1$s-ийг устгалаа",
- "%2$s deleted %1$s" : "%2$s %1$s-ийг устгалаа",
- "You restored %1$s" : "Та %1$s-ийг сэргээлээ",
- "%2$s restored %1$s" : "%2$s %1$s-ийг сэргээлээ",
- "Save" : "Хадгалах",
- "Settings" : "Тохиргоо"
+ "Details" : "Дэлгэрэнгүй",
+ "Select" : "Сонгох",
+ "Pending" : "Хүлээгдэж байгаа",
+ "Unable to determine date" : "Огноог тодорхойлох боломжгүй",
+ "This operation is forbidden" : "Энэ үйлдэл хориотой",
+ "Could not move \"{file}\", target exists" : "\"{file}\" -г зөөж чадсангүй, алдаа: target exists ",
+ "Could not move \"{file}\"" : "Файлыг зөөж чадсангүй: \"{file}\"",
+ "{newName} already exists" : "{newName} нэр давцаж байна",
+ "Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" файлын нэрийг солих боломжгүй, энэ файл устгагдсан байна",
+ "Could not rename \"{fileName}\"" : "Файлын нэрийг сольж чадсангүй: \"{fileName}\"",
+ "Could not create file \"{file}\"" : "\"{file}\" файлыг үүсгэж чадсангүй",
+ "Could not create file \"{file}\" because it already exists" : "Ийм нэртэй файл байгаа учир \"{file}\"-г үүсгэж чадахгүй",
+ "Could not create folder \"{dir}\" because it already exists" : " \"{dir}\" хавтасыг үүсгэх боломжгүй, нэр нь давцаж байна",
+ "Error deleting file \"{fileName}\"." : "\"{fileName}\" файлыг устгахад алдаа гарлаа.",
+ "Name" : "Нэр",
+ "Size" : "Хэмжээ",
+ "Modified" : "Өөрчлөгдсөн",
+ "New" : "Шинэ",
+ "File name cannot be empty." : "Файлын нэр хоосон байж болохгүй.",
+ "View in folder" : "Хавтасыг нээх",
+ "Copied!" : "Хуулсан!",
+ "Path" : "Зам",
+ "Favorite" : "Дуртай",
+ "New folder" : "Шинэ хавтас",
+ "Upload file" : "Файл байршуулах",
+ "An error occurred while trying to update the tags" : "Tag шинэчлэхэд алдаа гарлаа",
+ "Added to favorites" : "Дуртай файлаар сонгов",
+ "You added {file} to your favorites" : "{file} дуртай файлаар сонгов",
+ "You removed {file} from your favorites" : "Та дуртай файлын жагсаалтаас {file}-г хасав",
+ "File changes" : "Файлын өөрчлөлтүүд",
+ "Created by {user}" : "{user} үүсгэсэн",
+ "Changed by {user}" : "{user} өөрчилсөн",
+ "Deleted by {user}" : "{user} устгасан",
+ "Restored by {user}" : "{user} сэргээсэн",
+ "Renamed by {user}" : "{user} нэр солисон",
+ "Moved by {user}" : "{user} зөөсөн",
+ "\"remote user\"" : "алсын хэрэглэгч",
+ "You created {file}" : "{file} файлыг та үүсгэв",
+ "{user} created {file}" : "{user} {file}-г үүсгэв",
+ "{file} was created in a public folder" : "{file} нийтийн хавтсанд үүсгэгдсэн",
+ "You changed {file}" : "Та {file} файлыг өөрчлөв",
+ "{user} changed {file}" : "{user} хэрэглэгч {file}-г өөрчлөв",
+ "You deleted {file}" : "Та {file} файлыг устгав",
+ "{user} deleted {file}" : "{user} хэрэглэгч {file} файлыг устгав",
+ "You restored {file}" : "Та {file} файлыг сэргээв",
+ "{user} restored {file}" : "{user} хэрэглэгч {file} файлыг сэргээв",
+ "You renamed {oldfile} to {newfile}" : "Та {oldfile} файлын нэрйиг {newfile} болгож өөрчлөв",
+ "{user} renamed {oldfile} to {newfile}" : "{user} хэрэглэгч {oldfile} файлын нэрийг {newfile} болгож өөрчлөв",
+ "You moved {oldfile} to {newfile}" : "Та {oldfile} файлыг {newfile} болгож зөөв",
+ "{user} moved {oldfile} to {newfile}" : "{user} хэрэглэгч {oldfile} файлыг {newfile} болгож зөөв",
+ "File handling" : "файлтай харьцах",
+ "Maximum upload size" : "хамгийн их байршуулах хэмжээ",
+ "max. possible: " : "боломжтой хамгийн их хэмжээ",
+ "Save" : "хадгалах",
+ "Settings" : "Тохиргоо",
+ "Show hidden files" : "Нууцлагдсан файлыг харах",
+ "No files in here" : "энэд файл байхгүй байна",
+ "No entries found in this folder" : "энэ хавтсан олдсон ч ямарч мэдээлэл олдохгүй байна",
+ "Select all" : "бүгдийг сонгох",
+ "Upload too large" : "маш том байршуулалт",
+ "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Таны байршуулах гэж оролдсон файлууд нь энэ сервер дээр файл байршуулах дээд хэмжээнээс хэтэрч.",
+ "Shared with others" : "Бусдад түгээсэн",
+ "Shared by link" : "Холбоосоор түгээсэн",
+ "Tags" : "Тэгүүд",
+ "Deleted files" : "Устгасан файлууд",
+ "Text file" : "текст файл",
+ "New text file.txt" : "шинэ текст file.txt"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/files/l10n/mn.json b/apps/files/l10n/mn.json
index f1b58c7e13f..cacb2fef9a2 100644
--- a/apps/files/l10n/mn.json
+++ b/apps/files/l10n/mn.json
@@ -1,20 +1,91 @@
{ "translations": {
+ "Storage is temporarily not available" : "Хадгалах төхөөрөмж нь түр хугацаанд ашиглах боломжгүй байна",
+ "Storage invalid" : "Хадгалах төхөөрөмж буруу байна",
+ "Unknown error" : "Үл мэдэгдэх алдаа",
+ "All files" : "Бүх файлууд",
+ "Recent" : "Сүүлийн үеийн",
+ "File could not be found" : "Файл олдсонгүй",
+ "Home" : "Нүүр хуудас",
+ "Close" : "Хаах",
+ "Favorites" : "Дуртай",
+ "Could not create folder \"{dir}\"" : "\"{dir}\" ийм хавтас үүсгэж болохгүй байна",
+ "Upload cancelled." : "Байршуулалт цуцлагдсан. ",
+ "Not enough free space, you are uploading {size1} but only {size2} is left" : "хангалттай зай үлдээгүй байна, та {size1} хэмжээтэй файл оруулж байна гэхдээ зөвхөн {size2} ийн хэмжээний сул зай үлдсэн байна",
+ "Not enough free space" : "Сул зай хүрэлцэхгүй байна",
+ "Actions" : "Үйл ажиллагаа",
+ "Download" : "Татаж авах ",
+ "Rename" : "Нэр өөрчлөх",
+ "Target folder" : "Заагч хавтас",
+ "Delete" : "Устгах",
+ "Disconnect storage" : "Хадгалах төхөөрөмж салгах",
+ "Unshare" : "Түгээлтийг зогсоох",
"Files" : "Файлууд",
- "Upload" : "Байршуулах",
- "A new file or folder has been <strong>created</strong>" : "Файл эсвэл хавтас амжилттай <strong>үүсгэгдлээ</strong>",
- "A file or folder has been <strong>changed</strong>" : "Файл эсвэл хавтас амжилттай <strong>солигдлоо</strong>",
- "A file or folder has been <strong>deleted</strong>" : "Файл эсвэл хавтас амжилттай <strong>устгагдлаа</strong>",
- "A file or folder has been <strong>restored</strong>" : "Файл эсвэл хавтас амжилттай <strong>сэргээгдлээ</strong>",
- "You created %1$s" : "Та %1$s үүсгэлээ",
- "%2$s created %1$s" : "%2$s %1$s-ийг үүсгэлээ",
- "%1$s was created in a public folder" : "%1$s-ийг нийтийн хавтсанд үүсгэсэн байна",
- "You changed %1$s" : "Та %1$s-ийг өөрчиллөө",
- "%2$s changed %1$s" : "%2$s %1$s-ийг өөрчиллөө",
- "You deleted %1$s" : "Та %1$s-ийг устгалаа",
- "%2$s deleted %1$s" : "%2$s %1$s-ийг устгалаа",
- "You restored %1$s" : "Та %1$s-ийг сэргээлээ",
- "%2$s restored %1$s" : "%2$s %1$s-ийг сэргээлээ",
- "Save" : "Хадгалах",
- "Settings" : "Тохиргоо"
+ "Details" : "Дэлгэрэнгүй",
+ "Select" : "Сонгох",
+ "Pending" : "Хүлээгдэж байгаа",
+ "Unable to determine date" : "Огноог тодорхойлох боломжгүй",
+ "This operation is forbidden" : "Энэ үйлдэл хориотой",
+ "Could not move \"{file}\", target exists" : "\"{file}\" -г зөөж чадсангүй, алдаа: target exists ",
+ "Could not move \"{file}\"" : "Файлыг зөөж чадсангүй: \"{file}\"",
+ "{newName} already exists" : "{newName} нэр давцаж байна",
+ "Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" файлын нэрийг солих боломжгүй, энэ файл устгагдсан байна",
+ "Could not rename \"{fileName}\"" : "Файлын нэрийг сольж чадсангүй: \"{fileName}\"",
+ "Could not create file \"{file}\"" : "\"{file}\" файлыг үүсгэж чадсангүй",
+ "Could not create file \"{file}\" because it already exists" : "Ийм нэртэй файл байгаа учир \"{file}\"-г үүсгэж чадахгүй",
+ "Could not create folder \"{dir}\" because it already exists" : " \"{dir}\" хавтасыг үүсгэх боломжгүй, нэр нь давцаж байна",
+ "Error deleting file \"{fileName}\"." : "\"{fileName}\" файлыг устгахад алдаа гарлаа.",
+ "Name" : "Нэр",
+ "Size" : "Хэмжээ",
+ "Modified" : "Өөрчлөгдсөн",
+ "New" : "Шинэ",
+ "File name cannot be empty." : "Файлын нэр хоосон байж болохгүй.",
+ "View in folder" : "Хавтасыг нээх",
+ "Copied!" : "Хуулсан!",
+ "Path" : "Зам",
+ "Favorite" : "Дуртай",
+ "New folder" : "Шинэ хавтас",
+ "Upload file" : "Файл байршуулах",
+ "An error occurred while trying to update the tags" : "Tag шинэчлэхэд алдаа гарлаа",
+ "Added to favorites" : "Дуртай файлаар сонгов",
+ "You added {file} to your favorites" : "{file} дуртай файлаар сонгов",
+ "You removed {file} from your favorites" : "Та дуртай файлын жагсаалтаас {file}-г хасав",
+ "File changes" : "Файлын өөрчлөлтүүд",
+ "Created by {user}" : "{user} үүсгэсэн",
+ "Changed by {user}" : "{user} өөрчилсөн",
+ "Deleted by {user}" : "{user} устгасан",
+ "Restored by {user}" : "{user} сэргээсэн",
+ "Renamed by {user}" : "{user} нэр солисон",
+ "Moved by {user}" : "{user} зөөсөн",
+ "\"remote user\"" : "алсын хэрэглэгч",
+ "You created {file}" : "{file} файлыг та үүсгэв",
+ "{user} created {file}" : "{user} {file}-г үүсгэв",
+ "{file} was created in a public folder" : "{file} нийтийн хавтсанд үүсгэгдсэн",
+ "You changed {file}" : "Та {file} файлыг өөрчлөв",
+ "{user} changed {file}" : "{user} хэрэглэгч {file}-г өөрчлөв",
+ "You deleted {file}" : "Та {file} файлыг устгав",
+ "{user} deleted {file}" : "{user} хэрэглэгч {file} файлыг устгав",
+ "You restored {file}" : "Та {file} файлыг сэргээв",
+ "{user} restored {file}" : "{user} хэрэглэгч {file} файлыг сэргээв",
+ "You renamed {oldfile} to {newfile}" : "Та {oldfile} файлын нэрйиг {newfile} болгож өөрчлөв",
+ "{user} renamed {oldfile} to {newfile}" : "{user} хэрэглэгч {oldfile} файлын нэрийг {newfile} болгож өөрчлөв",
+ "You moved {oldfile} to {newfile}" : "Та {oldfile} файлыг {newfile} болгож зөөв",
+ "{user} moved {oldfile} to {newfile}" : "{user} хэрэглэгч {oldfile} файлыг {newfile} болгож зөөв",
+ "File handling" : "файлтай харьцах",
+ "Maximum upload size" : "хамгийн их байршуулах хэмжээ",
+ "max. possible: " : "боломжтой хамгийн их хэмжээ",
+ "Save" : "хадгалах",
+ "Settings" : "Тохиргоо",
+ "Show hidden files" : "Нууцлагдсан файлыг харах",
+ "No files in here" : "энэд файл байхгүй байна",
+ "No entries found in this folder" : "энэ хавтсан олдсон ч ямарч мэдээлэл олдохгүй байна",
+ "Select all" : "бүгдийг сонгох",
+ "Upload too large" : "маш том байршуулалт",
+ "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Таны байршуулах гэж оролдсон файлууд нь энэ сервер дээр файл байршуулах дээд хэмжээнээс хэтэрч.",
+ "Shared with others" : "Бусдад түгээсэн",
+ "Shared by link" : "Холбоосоор түгээсэн",
+ "Tags" : "Тэгүүд",
+ "Deleted files" : "Устгасан файлууд",
+ "Text file" : "текст файл",
+ "New text file.txt" : "шинэ текст file.txt"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/files/l10n/th.js b/apps/files/l10n/th.js
new file mode 100644
index 00000000000..2b914479d07
--- /dev/null
+++ b/apps/files/l10n/th.js
@@ -0,0 +1,81 @@
+OC.L10N.register(
+ "files",
+ {
+ "Storage invalid" : "การจัดเก็บข้อมูลไม่ถูกต้อง",
+ "Unknown error" : "ข้อผิดพลาดที่ไม่ทราบสาเหตุ",
+ "All files" : "ไฟล์ทั้งหมด",
+ "Home" : "บ้าน",
+ "Close" : "ปิด",
+ "Favorites" : "รายการโปรด",
+ "Could not create folder \"{dir}\"" : "ไม่สามารถสร้างโฟลเดอร์ \"{dir}\"",
+ "Upload cancelled." : "การอัพโหลดถูกยกเลิก",
+ "Unable to upload {filename} as it is a directory or has 0 bytes" : "ไม่สามารถอัพโหลด {filename} มันเป็นไดเรกทอรีหรือมี 0 ไบต์",
+ "Not enough free space, you are uploading {size1} but only {size2} is left" : "พื้นที่ว่างไม่เพียงพอคุณจะอัพโหลด {size1} แต่มีพืนที่แค่ {size2}",
+ "Actions" : "การกระทำ",
+ "Download" : "ดาวน์โหลด",
+ "Rename" : "เปลี่ยนชื่อ",
+ "Delete" : "ลบ",
+ "Disconnect storage" : "ยกเลิกการเชื่อมต่อการจัดเก็บข้อมูล",
+ "Unshare" : "ยกเลิกการแชร์",
+ "Files" : "ไฟล์",
+ "Details" : "รายละเอียด",
+ "Select" : "เลือก",
+ "Pending" : "อยู่ระหว่างดำเนินการ",
+ "Unable to determine date" : "ไม่สามารถกำหนดวัน",
+ "This operation is forbidden" : "การดำเนินการนี้ถูกห้าม",
+ "This directory is unavailable, please check the logs or contact the administrator" : "ไม่สามารถใช้งานไดเรกทอรีนี้โปรดตรวจสอบบันทึกหรือติดต่อผู้ดูแลระบบ",
+ "Could not move \"{file}\", target exists" : "ไม่สามารถย้ายไฟล์ \"{file}\" ไม่มีไฟล์นั้นอยู่",
+ "Could not move \"{file}\"" : "ไม่สามารถย้ายไฟล์ \"{file}\"",
+ "{newName} already exists" : "{newName} มีอยู่แล้ว",
+ "Could not rename \"{fileName}\", it does not exist any more" : "ไม่สามารถเปลี่ยนชื่อไฟล์ \"{fileName}\" ไฟล์นั้นไม่มีอยู่",
+ "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "ชื่อโฟลเดอร์ \"{targetName}\" มีอยู่แล้วใน \"{dir}\" กรุณาใช้ชื่อที่แตกต่างกัน",
+ "Could not rename \"{fileName}\"" : "ไม่สามารถเปลี่ยนชื่อไฟล์ \"{fileName}\"",
+ "Could not create file \"{file}\"" : "ไม่สามารถสร้างไฟล์ \"{file}\"",
+ "Could not create file \"{file}\" because it already exists" : "ไม่สามารถสร้างไฟล์ \"{file}\" เพราะมันมีอยู่แล้ว",
+ "Could not create folder \"{dir}\" because it already exists" : "ไม่สามารถสร้างโฟลเดอร์ \"{dir}\" เพราะมันมีอยู่แล้ว",
+ "Error deleting file \"{fileName}\"." : "เกิดข้อผิดพลาดขณะลบไฟล์ \"{fileName}\"",
+ "Name" : "ชื่อ",
+ "Size" : "ขนาด",
+ "Modified" : "แก้ไขเมื่อ",
+ "_%n folder_::_%n folders_" : ["%n โฟลเดอร์"],
+ "_%n file_::_%n files_" : ["%n ไฟล์"],
+ "{dirs} and {files}" : "{dirs} และ {files}",
+ "You don’t have permission to upload or create files here" : "คุณไม่ได้รับอนุญาตให้อัพโหลดหรือสร้างไฟล์ที่นี่",
+ "_Uploading %n file_::_Uploading %n files_" : ["อัพโหลด %n ไฟล์"],
+ "New" : "ใหม่",
+ "\"{name}\" is an invalid file name." : "\"{name}\" เป็นชื่อไฟล์ที่ไม่ถูกต้อง",
+ "File name cannot be empty." : "ชื่อไฟล์ไม่สามารถเว้นว่างได้",
+ "Storage of {owner} is full, files can not be updated or synced anymore!" : "พื้นที่จัดเก็บข้อมูลของ {owner} เต็มแล้ว ไฟล์ไม่สามารถอัพเดทหรือประสานข้อมูลได้อีก!",
+ "Your storage is full, files can not be updated or synced anymore!" : "พื้นที่จัดเก็บข้อมูลของคุณเต็มแล้ว ไม่สามารถอัพเดทหรือประสานข้อมูลได้อีก!",
+ "Storage of {owner} is almost full ({usedSpacePercent}%)" : "พื้นที่จัดเก็บข้อมูลของ {owner} ใกล้เต็มแล้ว\nใช้พื้นที่ไปแล้ว: ({usedSpacePercent}%)",
+ "Your storage is almost full ({usedSpacePercent}%)" : "พื้นที่จัดเก็บข้อมูลของคุณใกล้เต็มแล้ว \nใช้พื้นที่ไปแล้ว: ({usedSpacePercent}%)",
+ "_matches '{filter}'_::_match '{filter}'_" : ["ตรงกับ '{filter}'"],
+ "Path" : "เส้นทาง",
+ "_%n byte_::_%n bytes_" : ["%n ไบต์"],
+ "Favorited" : "รายการโปรด",
+ "Favorite" : "รายการโปรด",
+ "New folder" : "โฟลเดอร์ใหม่",
+ "An error occurred while trying to update the tags" : "เกิดข้อผิดพลาดขณะที่พยายามจะปรับปรุงแท็ก",
+ "A new file or folder has been <strong>created</strong>" : "มีไฟล์ใหม่หรือโฟลเดอร์ได้ถูก <strong>สร้างขึ้น!</strong>",
+ "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "จำกัดการแจ้งเตือนเกี่ยวกับการสร้างและการเปลี่ยนแปลงของคุณ <strong>ไฟล์ที่ชื่นชอบ</strong> <em>(สตรีมเท่านั้น)</em>",
+ "Upload (max. %s)" : "อัพโหลด (สูงสุด %s)",
+ "File handling" : "การจัดการไฟล์",
+ "Maximum upload size" : "ขนาดไฟล์สูงสุดที่สามารถอัพโหลดได้",
+ "max. possible: " : "จำนวนสูงสุดที่สามารถทำได้: ",
+ "Save" : "บันทึก",
+ "With PHP-FPM it might take 5 minutes for changes to be applied." : "หากใช้ร่วมกับ PHP-FPM อาจใช้เวลาเปลี่ยนแปลงประมาณ 5 นาที",
+ "Missing permissions to edit from here." : "สิทธิ์ในการแก้ไขส่วนนี้หายไป",
+ "Settings" : "ตั้งค่า",
+ "Show hidden files" : "แสดงไฟล์ที่ซ่อนอยู่",
+ "WebDAV" : "WebDAV",
+ "No files in here" : "ไม่มีไฟล์ที่นี่",
+ "Upload some content or sync with your devices!" : "อัพโหลดเนื้อหาบางส่วนหรือประสานข้อมูลกับอุปกรณ์ของคุณ! อีกครั้ง",
+ "No entries found in this folder" : "ไม่พบรายการในโฟลเดอร์นี้",
+ "Select all" : "เลือกทั้งหมด",
+ "Upload too large" : "ไฟล์ที่อัพโหลดมีขนาดใหญ่เกินไป",
+ "The files you are trying to upload exceed the maximum size for file uploads on this server." : "ไฟล์ที่คุณพยายามที่จะอัพโหลดมีขนาดเกินกว่าขนาดสูงสุดที่กำหนดไว้ให้อัพโหลดได้สำหรับเซิร์ฟเวอร์นี้",
+ "Files and folders you mark as favorite will show up here" : "ไฟล์และโฟลเดอร์ที่คุณทำเครื่องหมายเป็นรายการโปรดจะปรากฏขึ้นที่นี่",
+ "Text file" : "ไฟล์ข้อความ",
+ "New text file.txt" : "ไฟล์ข้อความใหม่ .txt"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/files/l10n/th.json b/apps/files/l10n/th.json
new file mode 100644
index 00000000000..593d6017494
--- /dev/null
+++ b/apps/files/l10n/th.json
@@ -0,0 +1,79 @@
+{ "translations": {
+ "Storage invalid" : "การจัดเก็บข้อมูลไม่ถูกต้อง",
+ "Unknown error" : "ข้อผิดพลาดที่ไม่ทราบสาเหตุ",
+ "All files" : "ไฟล์ทั้งหมด",
+ "Home" : "บ้าน",
+ "Close" : "ปิด",
+ "Favorites" : "รายการโปรด",
+ "Could not create folder \"{dir}\"" : "ไม่สามารถสร้างโฟลเดอร์ \"{dir}\"",
+ "Upload cancelled." : "การอัพโหลดถูกยกเลิก",
+ "Unable to upload {filename} as it is a directory or has 0 bytes" : "ไม่สามารถอัพโหลด {filename} มันเป็นไดเรกทอรีหรือมี 0 ไบต์",
+ "Not enough free space, you are uploading {size1} but only {size2} is left" : "พื้นที่ว่างไม่เพียงพอคุณจะอัพโหลด {size1} แต่มีพืนที่แค่ {size2}",
+ "Actions" : "การกระทำ",
+ "Download" : "ดาวน์โหลด",
+ "Rename" : "เปลี่ยนชื่อ",
+ "Delete" : "ลบ",
+ "Disconnect storage" : "ยกเลิกการเชื่อมต่อการจัดเก็บข้อมูล",
+ "Unshare" : "ยกเลิกการแชร์",
+ "Files" : "ไฟล์",
+ "Details" : "รายละเอียด",
+ "Select" : "เลือก",
+ "Pending" : "อยู่ระหว่างดำเนินการ",
+ "Unable to determine date" : "ไม่สามารถกำหนดวัน",
+ "This operation is forbidden" : "การดำเนินการนี้ถูกห้าม",
+ "This directory is unavailable, please check the logs or contact the administrator" : "ไม่สามารถใช้งานไดเรกทอรีนี้โปรดตรวจสอบบันทึกหรือติดต่อผู้ดูแลระบบ",
+ "Could not move \"{file}\", target exists" : "ไม่สามารถย้ายไฟล์ \"{file}\" ไม่มีไฟล์นั้นอยู่",
+ "Could not move \"{file}\"" : "ไม่สามารถย้ายไฟล์ \"{file}\"",
+ "{newName} already exists" : "{newName} มีอยู่แล้ว",
+ "Could not rename \"{fileName}\", it does not exist any more" : "ไม่สามารถเปลี่ยนชื่อไฟล์ \"{fileName}\" ไฟล์นั้นไม่มีอยู่",
+ "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "ชื่อโฟลเดอร์ \"{targetName}\" มีอยู่แล้วใน \"{dir}\" กรุณาใช้ชื่อที่แตกต่างกัน",
+ "Could not rename \"{fileName}\"" : "ไม่สามารถเปลี่ยนชื่อไฟล์ \"{fileName}\"",
+ "Could not create file \"{file}\"" : "ไม่สามารถสร้างไฟล์ \"{file}\"",
+ "Could not create file \"{file}\" because it already exists" : "ไม่สามารถสร้างไฟล์ \"{file}\" เพราะมันมีอยู่แล้ว",
+ "Could not create folder \"{dir}\" because it already exists" : "ไม่สามารถสร้างโฟลเดอร์ \"{dir}\" เพราะมันมีอยู่แล้ว",
+ "Error deleting file \"{fileName}\"." : "เกิดข้อผิดพลาดขณะลบไฟล์ \"{fileName}\"",
+ "Name" : "ชื่อ",
+ "Size" : "ขนาด",
+ "Modified" : "แก้ไขเมื่อ",
+ "_%n folder_::_%n folders_" : ["%n โฟลเดอร์"],
+ "_%n file_::_%n files_" : ["%n ไฟล์"],
+ "{dirs} and {files}" : "{dirs} และ {files}",
+ "You don’t have permission to upload or create files here" : "คุณไม่ได้รับอนุญาตให้อัพโหลดหรือสร้างไฟล์ที่นี่",
+ "_Uploading %n file_::_Uploading %n files_" : ["อัพโหลด %n ไฟล์"],
+ "New" : "ใหม่",
+ "\"{name}\" is an invalid file name." : "\"{name}\" เป็นชื่อไฟล์ที่ไม่ถูกต้อง",
+ "File name cannot be empty." : "ชื่อไฟล์ไม่สามารถเว้นว่างได้",
+ "Storage of {owner} is full, files can not be updated or synced anymore!" : "พื้นที่จัดเก็บข้อมูลของ {owner} เต็มแล้ว ไฟล์ไม่สามารถอัพเดทหรือประสานข้อมูลได้อีก!",
+ "Your storage is full, files can not be updated or synced anymore!" : "พื้นที่จัดเก็บข้อมูลของคุณเต็มแล้ว ไม่สามารถอัพเดทหรือประสานข้อมูลได้อีก!",
+ "Storage of {owner} is almost full ({usedSpacePercent}%)" : "พื้นที่จัดเก็บข้อมูลของ {owner} ใกล้เต็มแล้ว\nใช้พื้นที่ไปแล้ว: ({usedSpacePercent}%)",
+ "Your storage is almost full ({usedSpacePercent}%)" : "พื้นที่จัดเก็บข้อมูลของคุณใกล้เต็มแล้ว \nใช้พื้นที่ไปแล้ว: ({usedSpacePercent}%)",
+ "_matches '{filter}'_::_match '{filter}'_" : ["ตรงกับ '{filter}'"],
+ "Path" : "เส้นทาง",
+ "_%n byte_::_%n bytes_" : ["%n ไบต์"],
+ "Favorited" : "รายการโปรด",
+ "Favorite" : "รายการโปรด",
+ "New folder" : "โฟลเดอร์ใหม่",
+ "An error occurred while trying to update the tags" : "เกิดข้อผิดพลาดขณะที่พยายามจะปรับปรุงแท็ก",
+ "A new file or folder has been <strong>created</strong>" : "มีไฟล์ใหม่หรือโฟลเดอร์ได้ถูก <strong>สร้างขึ้น!</strong>",
+ "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "จำกัดการแจ้งเตือนเกี่ยวกับการสร้างและการเปลี่ยนแปลงของคุณ <strong>ไฟล์ที่ชื่นชอบ</strong> <em>(สตรีมเท่านั้น)</em>",
+ "Upload (max. %s)" : "อัพโหลด (สูงสุด %s)",
+ "File handling" : "การจัดการไฟล์",
+ "Maximum upload size" : "ขนาดไฟล์สูงสุดที่สามารถอัพโหลดได้",
+ "max. possible: " : "จำนวนสูงสุดที่สามารถทำได้: ",
+ "Save" : "บันทึก",
+ "With PHP-FPM it might take 5 minutes for changes to be applied." : "หากใช้ร่วมกับ PHP-FPM อาจใช้เวลาเปลี่ยนแปลงประมาณ 5 นาที",
+ "Missing permissions to edit from here." : "สิทธิ์ในการแก้ไขส่วนนี้หายไป",
+ "Settings" : "ตั้งค่า",
+ "Show hidden files" : "แสดงไฟล์ที่ซ่อนอยู่",
+ "WebDAV" : "WebDAV",
+ "No files in here" : "ไม่มีไฟล์ที่นี่",
+ "Upload some content or sync with your devices!" : "อัพโหลดเนื้อหาบางส่วนหรือประสานข้อมูลกับอุปกรณ์ของคุณ! อีกครั้ง",
+ "No entries found in this folder" : "ไม่พบรายการในโฟลเดอร์นี้",
+ "Select all" : "เลือกทั้งหมด",
+ "Upload too large" : "ไฟล์ที่อัพโหลดมีขนาดใหญ่เกินไป",
+ "The files you are trying to upload exceed the maximum size for file uploads on this server." : "ไฟล์ที่คุณพยายามที่จะอัพโหลดมีขนาดเกินกว่าขนาดสูงสุดที่กำหนดไว้ให้อัพโหลดได้สำหรับเซิร์ฟเวอร์นี้",
+ "Files and folders you mark as favorite will show up here" : "ไฟล์และโฟลเดอร์ที่คุณทำเครื่องหมายเป็นรายการโปรดจะปรากฏขึ้นที่นี่",
+ "Text file" : "ไฟล์ข้อความ",
+ "New text file.txt" : "ไฟล์ข้อความใหม่ .txt"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file