diff options
Diffstat (limited to 'apps/files')
103 files changed, 617 insertions, 1370 deletions
diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php index a67ec7cbc14..04afe578c47 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -137,6 +137,11 @@ return [ 'verb' => 'GET' ], [ + 'name' => 'Template#listTemplateFields', + 'url' => '/api/v1/templates/fields/{fileId}', + 'verb' => 'GET' + ], + [ 'name' => 'Template#create', 'url' => '/api/v1/templates/create', 'verb' => 'POST' diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index 59a1b312fa6..4cffecf72eb 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "الملفات المُفضَّلة", "No favorites" : "لا يوجد مفضلات ", "More favorites" : "مزيد من المُفضَّلة", - "Upload (max. %s)" : "الرفع ( حد اقصى. %s ) ", "Accept" : "قبول", "Reject" : "رفض", "Incoming ownership transfer from {user}" : "تم تحويل ملكية الملف إليك من قبل {user}", @@ -427,34 +426,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "تم نسخ الرابط المباشر (يعمل فقط للأشخاص الذين لديهم حق الوصول إلى هذا الملف/المجلد)", "Path" : "المسار", "_%n byte_::_%n bytes_" : ["بايت","بايت","بايت","بايت","بايت","%n بايت"], - "Favorited" : "المفضلة", + "Favored" : "مُفضّلة", + "Favor" : "تفضيل", "Copy direct link (only works for people who have access to this file/folder)" : "نسخ الرابط المباشر (يعمل فقط للأشخاص الذين لديهم حق الوصول إلى هذا الملف/المجلد)", "Upload file" : "رفع ملف", - "Not favorited" : "ازالة من المفضلة", + "Not favored" : "غير مُفضّلة", "An error occurred while trying to update the tags" : "حدث خطأ اثناء محاولة تحديث الوسوم", - "You don't have permission to upload or create files here." : "ليس لديك الصلاحية لرفع أو إنشاء ملفاتٍ هنا.", - "Storage informations" : "معلومات التخزين", - "Choose file" : "حدد ملف", - "Go to the previous folder" : "إنتقل للمجلد السابق", - "Open the files app settings" : "فتح إعدادات تطبيق الملفات", - "Unable to change the favourite state of the file" : "لم نستطع تغير الحالة المفضلة للملف", + "Upload (max. %s)" : "الرفع ( حد اقصى. %s ) ", + "Submitting fields…" : "إرسال الحقول...", + "Filter filenames…" : "تصفية باسم الملف...", "Edit file locally" : "تحرير الملف محلياً", "Edit online" : "التحرير عبر الإنترنت", - "Create new templates folder" : "إنشيْ مجلد جديد للقوالب", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} مجلد","{folderCount} مجلد","{folderCount} مجلد","{folderCount} مجلدات","{folderCount} مجلد","{folderCount} مجلد"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ملف","{fileCount} ملف","{fileCount} ملف","{fileCount} ملفات","{fileCount} ملف","{fileCount} ملف"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد","1 ملف و{folderCount} مجلدات","1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} ملف و 1 مجلد","{fileCount} ملف و 1 مجلد","{fileCount} ملف و 1 مجلد","{fileCount} ملفات و 1 مجلد ","{fileCount} ملف و 1 مجلد","{fileCount} ملف و 1 مجلد"], "{fileCount} files and {folderCount} folders" : "{fileCount} ملف و {folderCount} مجلد", - "List of favorites files and folders." : "قائمة الملفات والمجلدات المفضلة.", "Personal Files" : "ملفات شخصية", "Text file" : "ملف نصي", "New text file.txt" : "ملف نصي جديد fille.txt", - "Favored" : "مُفضّلة", - "Favor" : "تفضيل", - "Not favored" : "غير مُفضّلة", - "Submitting fields…" : "إرسال الحقول...", - "Filter filenames…" : "تصفية باسم الملف...", "{count} files could not be converted" : "{count} ملفات تعذّر تحويلها", "{count} files successfully converted" : "{count} ملف تمّ تحويلها بنجاحٍ" }, diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json index 36243f82425..84c956af639 100644 --- a/apps/files/l10n/ar.json +++ b/apps/files/l10n/ar.json @@ -52,7 +52,6 @@ "Favorite files" : "الملفات المُفضَّلة", "No favorites" : "لا يوجد مفضلات ", "More favorites" : "مزيد من المُفضَّلة", - "Upload (max. %s)" : "الرفع ( حد اقصى. %s ) ", "Accept" : "قبول", "Reject" : "رفض", "Incoming ownership transfer from {user}" : "تم تحويل ملكية الملف إليك من قبل {user}", @@ -425,34 +424,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "تم نسخ الرابط المباشر (يعمل فقط للأشخاص الذين لديهم حق الوصول إلى هذا الملف/المجلد)", "Path" : "المسار", "_%n byte_::_%n bytes_" : ["بايت","بايت","بايت","بايت","بايت","%n بايت"], - "Favorited" : "المفضلة", + "Favored" : "مُفضّلة", + "Favor" : "تفضيل", "Copy direct link (only works for people who have access to this file/folder)" : "نسخ الرابط المباشر (يعمل فقط للأشخاص الذين لديهم حق الوصول إلى هذا الملف/المجلد)", "Upload file" : "رفع ملف", - "Not favorited" : "ازالة من المفضلة", + "Not favored" : "غير مُفضّلة", "An error occurred while trying to update the tags" : "حدث خطأ اثناء محاولة تحديث الوسوم", - "You don't have permission to upload or create files here." : "ليس لديك الصلاحية لرفع أو إنشاء ملفاتٍ هنا.", - "Storage informations" : "معلومات التخزين", - "Choose file" : "حدد ملف", - "Go to the previous folder" : "إنتقل للمجلد السابق", - "Open the files app settings" : "فتح إعدادات تطبيق الملفات", - "Unable to change the favourite state of the file" : "لم نستطع تغير الحالة المفضلة للملف", + "Upload (max. %s)" : "الرفع ( حد اقصى. %s ) ", + "Submitting fields…" : "إرسال الحقول...", + "Filter filenames…" : "تصفية باسم الملف...", "Edit file locally" : "تحرير الملف محلياً", "Edit online" : "التحرير عبر الإنترنت", - "Create new templates folder" : "إنشيْ مجلد جديد للقوالب", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} مجلد","{folderCount} مجلد","{folderCount} مجلد","{folderCount} مجلدات","{folderCount} مجلد","{folderCount} مجلد"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ملف","{fileCount} ملف","{fileCount} ملف","{fileCount} ملفات","{fileCount} ملف","{fileCount} ملف"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد","1 ملف و{folderCount} مجلدات","1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} ملف و 1 مجلد","{fileCount} ملف و 1 مجلد","{fileCount} ملف و 1 مجلد","{fileCount} ملفات و 1 مجلد ","{fileCount} ملف و 1 مجلد","{fileCount} ملف و 1 مجلد"], "{fileCount} files and {folderCount} folders" : "{fileCount} ملف و {folderCount} مجلد", - "List of favorites files and folders." : "قائمة الملفات والمجلدات المفضلة.", "Personal Files" : "ملفات شخصية", "Text file" : "ملف نصي", "New text file.txt" : "ملف نصي جديد fille.txt", - "Favored" : "مُفضّلة", - "Favor" : "تفضيل", - "Not favored" : "غير مُفضّلة", - "Submitting fields…" : "إرسال الحقول...", - "Filter filenames…" : "تصفية باسم الملف...", "{count} files could not be converted" : "{count} ملفات تعذّر تحويلها", "{count} files successfully converted" : "{count} ملف تمّ تحويلها بنجاحٍ" },"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;" diff --git a/apps/files/l10n/ast.js b/apps/files/l10n/ast.js index c16944eac33..036797e4a76 100644 --- a/apps/files/l10n/ast.js +++ b/apps/files/l10n/ast.js @@ -44,7 +44,6 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "Hai un ficheru o una carpeta que <strong>camudó</strong>", "A favorite file or folder has been <strong>changed</strong>" : "Hai un ficheru o una carpeta de Favoritos que <strong>camudó</strong>", "No favorites" : "Nengún favoritu", - "Upload (max. %s)" : "Xubir (%s como máximu)", "Accept" : "Aceptar", "Reject" : "Refugar", "Incoming ownership transfer from {user}" : "Recibióse una tresferencia de propiedá de: {user}", @@ -325,23 +324,15 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Copióse l'enllaz direutu (namás funciona coles persones que tienen accesu a esti ficheru o esta carpeta)", "Path" : "Camín", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Metióse en Favoritos", "Copy direct link (only works for people who have access to this file/folder)" : "Copiar l'enllaz direutu (namás funciona coles persones que tienen accesu a esti ficheru o esta carpeta)", "Upload file" : "Xubir un ficheru", - "Not favorited" : "Nun ta en Favoritos", "An error occurred while trying to update the tags" : "Prodúxose un error al tentar d'anovar les etiquetes", - "Storage informations" : "Información del almacenamientu", - "Choose file" : "Escoyer un ficheru", - "Go to the previous folder" : "Dir a la carpeta anterior", - "Open the files app settings" : "Abrir la configuración de Ficheros", - "Unable to change the favourite state of the file" : "Nun ye posible camudar l'estáu favoritu del ficheru", - "Create new templates folder" : "Crear una carpeta de plantíes", + "Upload (max. %s)" : "Xubir (%s como máximu)", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetes"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ficheru","{fileCount} ficheros"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ficheru y {folderCount} carpeta","1 ficheru y {folderCount} carpetes"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} ficheru y 1 carpeta","{fileCount} ficheros y 1 carpeta"], "{fileCount} files and {folderCount} folders" : "{fileCount} ficheros y {folderCount} carpetes", - "List of favorites files and folders." : "Una llista de ficheros y carpetes favoritos.", "Personal Files" : "Ficheros personales", "Text file" : "Ficheru de testu", "New text file.txt" : "ficheru_nuevu.txt" diff --git a/apps/files/l10n/ast.json b/apps/files/l10n/ast.json index 5a2aa7d692d..c44539d7603 100644 --- a/apps/files/l10n/ast.json +++ b/apps/files/l10n/ast.json @@ -42,7 +42,6 @@ "A file or folder has been <strong>changed</strong>" : "Hai un ficheru o una carpeta que <strong>camudó</strong>", "A favorite file or folder has been <strong>changed</strong>" : "Hai un ficheru o una carpeta de Favoritos que <strong>camudó</strong>", "No favorites" : "Nengún favoritu", - "Upload (max. %s)" : "Xubir (%s como máximu)", "Accept" : "Aceptar", "Reject" : "Refugar", "Incoming ownership transfer from {user}" : "Recibióse una tresferencia de propiedá de: {user}", @@ -323,23 +322,15 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Copióse l'enllaz direutu (namás funciona coles persones que tienen accesu a esti ficheru o esta carpeta)", "Path" : "Camín", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Metióse en Favoritos", "Copy direct link (only works for people who have access to this file/folder)" : "Copiar l'enllaz direutu (namás funciona coles persones que tienen accesu a esti ficheru o esta carpeta)", "Upload file" : "Xubir un ficheru", - "Not favorited" : "Nun ta en Favoritos", "An error occurred while trying to update the tags" : "Prodúxose un error al tentar d'anovar les etiquetes", - "Storage informations" : "Información del almacenamientu", - "Choose file" : "Escoyer un ficheru", - "Go to the previous folder" : "Dir a la carpeta anterior", - "Open the files app settings" : "Abrir la configuración de Ficheros", - "Unable to change the favourite state of the file" : "Nun ye posible camudar l'estáu favoritu del ficheru", - "Create new templates folder" : "Crear una carpeta de plantíes", + "Upload (max. %s)" : "Xubir (%s como máximu)", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetes"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ficheru","{fileCount} ficheros"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ficheru y {folderCount} carpeta","1 ficheru y {folderCount} carpetes"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} ficheru y 1 carpeta","{fileCount} ficheros y 1 carpeta"], "{fileCount} files and {folderCount} folders" : "{fileCount} ficheros y {folderCount} carpetes", - "List of favorites files and folders." : "Una llista de ficheros y carpetes favoritos.", "Personal Files" : "Ficheros personales", "Text file" : "Ficheru de testu", "New text file.txt" : "ficheru_nuevu.txt" diff --git a/apps/files/l10n/bg.js b/apps/files/l10n/bg.js index 164f4523d76..454ccaf0894 100644 --- a/apps/files/l10n/bg.js +++ b/apps/files/l10n/bg.js @@ -43,7 +43,6 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "<strong>Промяна</strong> на файл / папка", "A favorite file or folder has been <strong>changed</strong>" : "Предпочетен файл или папка е <strong>променен</strong>", "No favorites" : "Няма любими", - "Upload (max. %s)" : "Качи (макс. %s)", "Accept" : "Приемане", "Reject" : "Откажи", "Incoming ownership transfer from {user}" : "Входящо прехвърляне на собственост от {user}", @@ -243,15 +242,9 @@ OC.L10N.register( "_matches \"{filter}\"_::_match \"{filter}\"_" : ["съвпада с \"{filter}\"","съвпада с \"{filter}\""], "Path" : "Път", "_%n byte_::_%n bytes_" : ["%n байт","%n байта"], - "Favorited" : "Отбелязано в любими", "Upload file" : "Качи файл", - "Not favorited" : "Премахни от любими", "An error occurred while trying to update the tags" : "Възникна грешка при опита за промяна на етикети", - "Storage informations" : "Хранилище на информация", - "Go to the previous folder" : "Връщане към предишната папка", - "Open the files app settings" : "Отваряне на настройките на приложението за файлове", - "Unable to change the favourite state of the file" : "Не може да се промени състоянието за предпочитане на файла", - "Create new templates folder" : "Създаване на нова папка за шаблони", + "Upload (max. %s)" : "Качи (макс. %s)", "Text file" : "Текстов файл", "New text file.txt" : "Текстов файл.txt" }, diff --git a/apps/files/l10n/bg.json b/apps/files/l10n/bg.json index d653ef6c367..8f2d29bdb50 100644 --- a/apps/files/l10n/bg.json +++ b/apps/files/l10n/bg.json @@ -41,7 +41,6 @@ "A file or folder has been <strong>changed</strong>" : "<strong>Промяна</strong> на файл / папка", "A favorite file or folder has been <strong>changed</strong>" : "Предпочетен файл или папка е <strong>променен</strong>", "No favorites" : "Няма любими", - "Upload (max. %s)" : "Качи (макс. %s)", "Accept" : "Приемане", "Reject" : "Откажи", "Incoming ownership transfer from {user}" : "Входящо прехвърляне на собственост от {user}", @@ -241,15 +240,9 @@ "_matches \"{filter}\"_::_match \"{filter}\"_" : ["съвпада с \"{filter}\"","съвпада с \"{filter}\""], "Path" : "Път", "_%n byte_::_%n bytes_" : ["%n байт","%n байта"], - "Favorited" : "Отбелязано в любими", "Upload file" : "Качи файл", - "Not favorited" : "Премахни от любими", "An error occurred while trying to update the tags" : "Възникна грешка при опита за промяна на етикети", - "Storage informations" : "Хранилище на информация", - "Go to the previous folder" : "Връщане към предишната папка", - "Open the files app settings" : "Отваряне на настройките на приложението за файлове", - "Unable to change the favourite state of the file" : "Не може да се промени състоянието за предпочитане на файла", - "Create new templates folder" : "Създаване на нова папка за шаблони", + "Upload (max. %s)" : "Качи (макс. %s)", "Text file" : "Текстов файл", "New text file.txt" : "Текстов файл.txt" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index c68e0c6de8e..460fc96ee21 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Fitxers preferits", "No favorites" : "No hi ha preferits", "More favorites" : "Més preferits", - "Upload (max. %s)" : "Puja (màx. %s)", "Accept" : "Accepta", "Reject" : "Rebutja", "Incoming ownership transfer from {user}" : "{user} us ha enviat una transferència de propietat", @@ -427,34 +426,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "S'ha copiat l'enllaç directe (només funciona per a les persones que tenen accés a aquest fitxer o carpeta)", "Path" : "Camí", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "En els preferits", + "Favored" : "Afavorit", + "Favor" : "Afavorir", "Copy direct link (only works for people who have access to this file/folder)" : "Copia l'enllaç directe (només funciona per a les persones que tinguin accés a aquest fitxer o carpeta)", "Upload file" : "Puja un fitxer", - "Not favorited" : "No s'inclou en els preferits", + "Not favored" : "No afavorit", "An error occurred while trying to update the tags" : "S'ha produït un error en intentar actualitzar les etiquetes", - "You don't have permission to upload or create files here." : "No teniu permís per pujar o crear fitxers aquí.", - "Storage informations" : "Informació d'emmagatzematge", - "Choose file" : "Tria el fitxer", - "Go to the previous folder" : "Torna a la carpeta anterior", - "Open the files app settings" : "Obre els paràmetres de l'aplicació Fitxers", - "Unable to change the favourite state of the file" : "No s'ha pogut canviar l'estat de preferit del fitxer", + "Upload (max. %s)" : "Puja (màx. %s)", + "Submitting fields…" : "S'estan enviant camps…", + "Filter filenames…" : "Filtra els noms de fitxer…", "Edit file locally" : "Edició del fitxer localment", "Edit online" : "Edició en remot", - "Create new templates folder" : "Crea la carpeta de plantilles", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetes"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fitxer","{fileCount} fitxers"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fitxer i {folderCount} carpeta","1 fitxer i {folderCount} carpetes"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fitxer i 1 carpeta","{fileCount} fitxers i 1 carpeta"], "{fileCount} files and {folderCount} folders" : "{fileCount} fitxers i {folderCount} carpetes", - "List of favorites files and folders." : "Llista de fitxers i carpetes preferits.", "Personal Files" : "FItxers personals", "Text file" : "Fitxer de text", "New text file.txt" : "Fitxer de text nou.txt", - "Favored" : "Afavorit", - "Favor" : "Afavorir", - "Not favored" : "No afavorit", - "Submitting fields…" : "S'estan enviant camps…", - "Filter filenames…" : "Filtra els noms de fitxer…", "{count} files could not be converted" : "No s'han pogut convertir {count} fitxers", "{count} files successfully converted" : "{count} fitxers convertits correctament" }, diff --git a/apps/files/l10n/ca.json b/apps/files/l10n/ca.json index 64c9ce4052f..7b9690f94b4 100644 --- a/apps/files/l10n/ca.json +++ b/apps/files/l10n/ca.json @@ -52,7 +52,6 @@ "Favorite files" : "Fitxers preferits", "No favorites" : "No hi ha preferits", "More favorites" : "Més preferits", - "Upload (max. %s)" : "Puja (màx. %s)", "Accept" : "Accepta", "Reject" : "Rebutja", "Incoming ownership transfer from {user}" : "{user} us ha enviat una transferència de propietat", @@ -425,34 +424,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "S'ha copiat l'enllaç directe (només funciona per a les persones que tenen accés a aquest fitxer o carpeta)", "Path" : "Camí", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "En els preferits", + "Favored" : "Afavorit", + "Favor" : "Afavorir", "Copy direct link (only works for people who have access to this file/folder)" : "Copia l'enllaç directe (només funciona per a les persones que tinguin accés a aquest fitxer o carpeta)", "Upload file" : "Puja un fitxer", - "Not favorited" : "No s'inclou en els preferits", + "Not favored" : "No afavorit", "An error occurred while trying to update the tags" : "S'ha produït un error en intentar actualitzar les etiquetes", - "You don't have permission to upload or create files here." : "No teniu permís per pujar o crear fitxers aquí.", - "Storage informations" : "Informació d'emmagatzematge", - "Choose file" : "Tria el fitxer", - "Go to the previous folder" : "Torna a la carpeta anterior", - "Open the files app settings" : "Obre els paràmetres de l'aplicació Fitxers", - "Unable to change the favourite state of the file" : "No s'ha pogut canviar l'estat de preferit del fitxer", + "Upload (max. %s)" : "Puja (màx. %s)", + "Submitting fields…" : "S'estan enviant camps…", + "Filter filenames…" : "Filtra els noms de fitxer…", "Edit file locally" : "Edició del fitxer localment", "Edit online" : "Edició en remot", - "Create new templates folder" : "Crea la carpeta de plantilles", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetes"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fitxer","{fileCount} fitxers"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fitxer i {folderCount} carpeta","1 fitxer i {folderCount} carpetes"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fitxer i 1 carpeta","{fileCount} fitxers i 1 carpeta"], "{fileCount} files and {folderCount} folders" : "{fileCount} fitxers i {folderCount} carpetes", - "List of favorites files and folders." : "Llista de fitxers i carpetes preferits.", "Personal Files" : "FItxers personals", "Text file" : "Fitxer de text", "New text file.txt" : "Fitxer de text nou.txt", - "Favored" : "Afavorit", - "Favor" : "Afavorir", - "Not favored" : "No afavorit", - "Submitting fields…" : "S'estan enviant camps…", - "Filter filenames…" : "Filtra els noms de fitxer…", "{count} files could not be converted" : "No s'han pogut convertir {count} fitxers", "{count} files successfully converted" : "{count} fitxers convertits correctament" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index b28537c6ae4..9fa7c438bc6 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Oblíbené soubory", "No favorites" : "Žádné oblíbené", "More favorites" : "Další oblíbené", - "Upload (max. %s)" : "Nahrát (max. %s)", "Accept" : "Přijmout", "Reject" : "Odmítnout", "Incoming ownership transfer from {user}" : "Příchozí převedení vlastnictví od {user}", @@ -192,6 +191,7 @@ OC.L10N.register( "Sort favorites first" : "Seřadit od oblíbených", "Sort folders before files" : "Při řazení zobrazovat složky a pak až soubory", "Show hidden files" : "Zobrazit skryté soubory", + "Show file type column" : "Zobrazovat sloupec Typ souboru", "Crop image previews" : "Oříznout náhledy obrázků", "Enable the grid view" : "Zapnout zobrazení v mřížce", "Enable folder tree" : "Zapnout strom složek", @@ -436,34 +436,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Přímý odkaz byl zkopírován (funguje pouze pro osoby, které mají přístup k tomuto souboru/složce)", "Path" : "Popis umístění", "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů","%n bajty"], - "Favorited" : "Přidáno mezi oblíbené", + "Favored" : "Zařazeno mezi oblíbené", + "Favor" : "Zařadit mezi oblíbené", "Copy direct link (only works for people who have access to this file/folder)" : "Zkopírovat přímý odkaz (funguje pouze pro osoby, které mají přístup k tomuto souboru/složce)", "Upload file" : "Nahrát soubor", - "Not favorited" : "Nepřidáno do oblíbených", + "Not favored" : "Není v oblíbených", "An error occurred while trying to update the tags" : "Při pokusu o úpravu štítků došlo k chybě", - "You don't have permission to upload or create files here." : "Nemáte oprávnění sem nahrávat nebo zde vytvářet soubory.", - "Storage informations" : "Informace o úložišti", - "Choose file" : "Vyberte soubor", - "Go to the previous folder" : "Přejít do předchozí složky", - "Open the files app settings" : "Otevřít nastavení aplikace soubory", - "Unable to change the favourite state of the file" : "Nedaří se změnit stav „oblíbené“ souboru", + "Upload (max. %s)" : "Nahrát (max. %s)", + "Submitting fields…" : "Odesílání kolonek…", + "Filter filenames…" : "Filtrovat názvy souborů…", "Edit file locally" : "Upravit soubor lokálně", "Edit online" : "Upravit online", - "Create new templates folder" : "Vytvořit novou složku šablon", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} složka","{folderCount} složky","{folderCount} složek","{folderCount} složky"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} soubor","{fileCount} soubory","{fileCount} souborů","{fileCount} soubory"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 soubor a {folderCount} složka","1 soubor a {folderCount} složky","1 soubor a {folderCount} složek","1 soubor a {folderCount} složky"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} soubor a 1 složka","{fileCount} soubory a 1 složka","{fileCount} souborů a 1 složka","{fileCount} soubory a 1 složka"], "{fileCount} files and {folderCount} folders" : "{fileCount} souborů a {folderCount} složek", - "List of favorites files and folders." : "Seznam oblíbených souborů a složek.", "Personal Files" : "Osobní soubory", "Text file" : "Textový soubor", "New text file.txt" : "Nový textový soubor.txt", - "Favored" : "Zařazeno mezi oblíbené", - "Favor" : "Zařadit mezi oblíbené", - "Not favored" : "Není v oblíbených", - "Submitting fields…" : "Odesílání kolonek…", - "Filter filenames…" : "Filtrovat názvy souborů…", "{count} files could not be converted" : "{count} souborů nebylo možné převést", "{count} files successfully converted" : "{count} souborů úspěšně převedeno" }, diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index 4258b4b31f4..6887c3f59de 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -52,7 +52,6 @@ "Favorite files" : "Oblíbené soubory", "No favorites" : "Žádné oblíbené", "More favorites" : "Další oblíbené", - "Upload (max. %s)" : "Nahrát (max. %s)", "Accept" : "Přijmout", "Reject" : "Odmítnout", "Incoming ownership transfer from {user}" : "Příchozí převedení vlastnictví od {user}", @@ -190,6 +189,7 @@ "Sort favorites first" : "Seřadit od oblíbených", "Sort folders before files" : "Při řazení zobrazovat složky a pak až soubory", "Show hidden files" : "Zobrazit skryté soubory", + "Show file type column" : "Zobrazovat sloupec Typ souboru", "Crop image previews" : "Oříznout náhledy obrázků", "Enable the grid view" : "Zapnout zobrazení v mřížce", "Enable folder tree" : "Zapnout strom složek", @@ -434,34 +434,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Přímý odkaz byl zkopírován (funguje pouze pro osoby, které mají přístup k tomuto souboru/složce)", "Path" : "Popis umístění", "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů","%n bajty"], - "Favorited" : "Přidáno mezi oblíbené", + "Favored" : "Zařazeno mezi oblíbené", + "Favor" : "Zařadit mezi oblíbené", "Copy direct link (only works for people who have access to this file/folder)" : "Zkopírovat přímý odkaz (funguje pouze pro osoby, které mají přístup k tomuto souboru/složce)", "Upload file" : "Nahrát soubor", - "Not favorited" : "Nepřidáno do oblíbených", + "Not favored" : "Není v oblíbených", "An error occurred while trying to update the tags" : "Při pokusu o úpravu štítků došlo k chybě", - "You don't have permission to upload or create files here." : "Nemáte oprávnění sem nahrávat nebo zde vytvářet soubory.", - "Storage informations" : "Informace o úložišti", - "Choose file" : "Vyberte soubor", - "Go to the previous folder" : "Přejít do předchozí složky", - "Open the files app settings" : "Otevřít nastavení aplikace soubory", - "Unable to change the favourite state of the file" : "Nedaří se změnit stav „oblíbené“ souboru", + "Upload (max. %s)" : "Nahrát (max. %s)", + "Submitting fields…" : "Odesílání kolonek…", + "Filter filenames…" : "Filtrovat názvy souborů…", "Edit file locally" : "Upravit soubor lokálně", "Edit online" : "Upravit online", - "Create new templates folder" : "Vytvořit novou složku šablon", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} složka","{folderCount} složky","{folderCount} složek","{folderCount} složky"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} soubor","{fileCount} soubory","{fileCount} souborů","{fileCount} soubory"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 soubor a {folderCount} složka","1 soubor a {folderCount} složky","1 soubor a {folderCount} složek","1 soubor a {folderCount} složky"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} soubor a 1 složka","{fileCount} soubory a 1 složka","{fileCount} souborů a 1 složka","{fileCount} soubory a 1 složka"], "{fileCount} files and {folderCount} folders" : "{fileCount} souborů a {folderCount} složek", - "List of favorites files and folders." : "Seznam oblíbených souborů a složek.", "Personal Files" : "Osobní soubory", "Text file" : "Textový soubor", "New text file.txt" : "Nový textový soubor.txt", - "Favored" : "Zařazeno mezi oblíbené", - "Favor" : "Zařadit mezi oblíbené", - "Not favored" : "Není v oblíbených", - "Submitting fields…" : "Odesílání kolonek…", - "Filter filenames…" : "Filtrovat názvy souborů…", "{count} files could not be converted" : "{count} souborů nebylo možné převést", "{count} files successfully converted" : "{count} souborů úspěšně převedeno" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" diff --git a/apps/files/l10n/da.js b/apps/files/l10n/da.js index 929d5ad55f2..3d2898dc93e 100644 --- a/apps/files/l10n/da.js +++ b/apps/files/l10n/da.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Favoriser filer", "No favorites" : "Ingen foretrukne", "More favorites" : "Flere favoritter", - "Upload (max. %s)" : "Upload (max. %s)", "Accept" : "Accepter", "Reject" : "Afvis", "Incoming ownership transfer from {user}" : "Indgående ejerskabsoverførsel fra {user}", @@ -427,34 +426,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Linket er kopieret (dette link kan kun anvendes af brugere med adgang til denne fil/mappe)", "Path" : "Sti", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Gjort til foretrukken", + "Favored" : "Foretrukken", + "Favor" : "Foretræk", "Copy direct link (only works for people who have access to this file/folder)" : "Kopier direkte link (virker kun for brugere der har adgang til denne fil/mappe)", "Upload file" : "Upload fil", - "Not favorited" : "Ingen foretrukne", + "Not favored" : "Ikke foretrukket", "An error occurred while trying to update the tags" : "Der opstod en fejl under forsøg på at opdatere mærkerne", - "You don't have permission to upload or create files here." : "Du har ikke rettigheder til at uploade eller oprette filer her.", - "Storage informations" : "Lagerinformationer", - "Choose file" : "Vælg fil", - "Go to the previous folder" : "Gå til forrige mappe", - "Open the files app settings" : "Åbn fil-app indstillinger", - "Unable to change the favourite state of the file" : "Kan ikke ændre favorittilstanden for filen", + "Upload (max. %s)" : "Upload (max. %s)", + "Submitting fields…" : "Sender felter...", + "Filter filenames…" : "Filtrer filnavne...", "Edit file locally" : "Rediger fil lokalt", "Edit online" : "Rediger online", - "Create new templates folder" : "Opsæt ny skabelonmappe", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappe","{folderCount} mapper"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fil og {folderCount} mapper","1 fil og {folderCount} mapper"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fil og 1 mapper","{fileCount} filer og 1 mapper"], "{fileCount} files and {folderCount} folders" : "{fileCount} filer og {folderCount} mapper", - "List of favorites files and folders." : "Liste med foretrukne filer og mapper.", "Personal Files" : "Personlige filer", "Text file" : "Tekstfil", "New text file.txt" : "Ny tekstfil.txt", - "Favored" : "Foretrukken", - "Favor" : "Foretræk", - "Not favored" : "Ikke foretrukket", - "Submitting fields…" : "Sender felter...", - "Filter filenames…" : "Filtrer filnavne...", "{count} files could not be converted" : "{count} filer kunne ikke konverteres", "{count} files successfully converted" : "{count} filer konverteret" }, diff --git a/apps/files/l10n/da.json b/apps/files/l10n/da.json index 0d031b957c0..e23ab072eb3 100644 --- a/apps/files/l10n/da.json +++ b/apps/files/l10n/da.json @@ -52,7 +52,6 @@ "Favorite files" : "Favoriser filer", "No favorites" : "Ingen foretrukne", "More favorites" : "Flere favoritter", - "Upload (max. %s)" : "Upload (max. %s)", "Accept" : "Accepter", "Reject" : "Afvis", "Incoming ownership transfer from {user}" : "Indgående ejerskabsoverførsel fra {user}", @@ -425,34 +424,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Linket er kopieret (dette link kan kun anvendes af brugere med adgang til denne fil/mappe)", "Path" : "Sti", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Gjort til foretrukken", + "Favored" : "Foretrukken", + "Favor" : "Foretræk", "Copy direct link (only works for people who have access to this file/folder)" : "Kopier direkte link (virker kun for brugere der har adgang til denne fil/mappe)", "Upload file" : "Upload fil", - "Not favorited" : "Ingen foretrukne", + "Not favored" : "Ikke foretrukket", "An error occurred while trying to update the tags" : "Der opstod en fejl under forsøg på at opdatere mærkerne", - "You don't have permission to upload or create files here." : "Du har ikke rettigheder til at uploade eller oprette filer her.", - "Storage informations" : "Lagerinformationer", - "Choose file" : "Vælg fil", - "Go to the previous folder" : "Gå til forrige mappe", - "Open the files app settings" : "Åbn fil-app indstillinger", - "Unable to change the favourite state of the file" : "Kan ikke ændre favorittilstanden for filen", + "Upload (max. %s)" : "Upload (max. %s)", + "Submitting fields…" : "Sender felter...", + "Filter filenames…" : "Filtrer filnavne...", "Edit file locally" : "Rediger fil lokalt", "Edit online" : "Rediger online", - "Create new templates folder" : "Opsæt ny skabelonmappe", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappe","{folderCount} mapper"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fil og {folderCount} mapper","1 fil og {folderCount} mapper"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fil og 1 mapper","{fileCount} filer og 1 mapper"], "{fileCount} files and {folderCount} folders" : "{fileCount} filer og {folderCount} mapper", - "List of favorites files and folders." : "Liste med foretrukne filer og mapper.", "Personal Files" : "Personlige filer", "Text file" : "Tekstfil", "New text file.txt" : "Ny tekstfil.txt", - "Favored" : "Foretrukken", - "Favor" : "Foretræk", - "Not favored" : "Ikke foretrukket", - "Submitting fields…" : "Sender felter...", - "Filter filenames…" : "Filtrer filnavne...", "{count} files could not be converted" : "{count} filer kunne ikke konverteres", "{count} files successfully converted" : "{count} filer konverteret" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js index 3237a8b49d0..d21936c8ec9 100644 --- a/apps/files/l10n/de.js +++ b/apps/files/l10n/de.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Favorisierte Dateien", "No favorites" : "Keine Favoriten", "More favorites" : "Weitere Favoriten", - "Upload (max. %s)" : "Hochladen (max. %s)", "Accept" : "Akzeptieren", "Reject" : "Ablehnen", "Incoming ownership transfer from {user}" : "Eingehende Besitzübertragung von {user}", @@ -437,34 +436,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Direktlink wurde kopiert (funktioniert nur für Personen, die Zugriff auf diese Datei/Ordner haben)", "Path" : "Pfad", "_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"], - "Favorited" : "Favorisiert", + "Favored" : "Favorisiert", + "Favor" : "Favorisieren", "Copy direct link (only works for people who have access to this file/folder)" : "Direktlink kopieren (funktioniert nur für Personen, die Zugriff auf diese Datei/Ordner haben)", "Upload file" : "Datei hochladen", - "Not favorited" : "Nicht favorisiert", + "Not favored" : "Nicht favorisiert", "An error occurred while trying to update the tags" : "Es ist ein Fehler beim Aktualisieren der Tags aufgetreten", - "You don't have permission to upload or create files here." : "Keine Berechtigung, hier Dateien hochzuladen oder zu erstellen.", - "Storage informations" : "Speicherinformationen", - "Choose file" : "Datei auswählen", - "Go to the previous folder" : "Zum vorherigen Ordner wechseln", - "Open the files app settings" : "Einstellungen der Dateien-App öffnen", - "Unable to change the favourite state of the file" : "Der Favorisiert-Status der Datei konnte nicht geändert werden", + "Upload (max. %s)" : "Hochladen (max. %s)", + "Submitting fields…" : "Felder werden übermittelt…", + "Filter filenames…" : "Dateinamen filtern…", "Edit file locally" : "Datei lokal bearbeiten", "Edit online" : "Online bearbeiten", - "Create new templates folder" : "Neuen Vorlagenordner erstellen", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} Ordner","{folderCount} Ordner"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} Datei","{fileCount} Dateien"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 Datei und {folderCount} Ordner","1 Datei und {folderCount} Ordner"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} Datei und 1 Ordner","{fileCount} Dateien und 1 Ordner"], "{fileCount} files and {folderCount} folders" : "{fileCount} Dateien und {folderCount} Ordner", - "List of favorites files and folders." : "Liste der favorisierten Ordner und Dateien", "Personal Files" : "Persönliche Dateien", "Text file" : "Textdatei", "New text file.txt" : "Neue Textdatei file.txt", - "Favored" : "Favorisiert", - "Favor" : "Favorisieren", - "Not favored" : "Nicht favorisiert", - "Submitting fields…" : "Felder werden übermittelt…", - "Filter filenames…" : "Dateinamen filtern…", "{count} files could not be converted" : "{count} Dateien konnten nicht konvertiert werden", "{count} files successfully converted" : "{count} Dateien konvertiert" }, diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json index f5ebd06c5a8..15fae9b76ba 100644 --- a/apps/files/l10n/de.json +++ b/apps/files/l10n/de.json @@ -52,7 +52,6 @@ "Favorite files" : "Favorisierte Dateien", "No favorites" : "Keine Favoriten", "More favorites" : "Weitere Favoriten", - "Upload (max. %s)" : "Hochladen (max. %s)", "Accept" : "Akzeptieren", "Reject" : "Ablehnen", "Incoming ownership transfer from {user}" : "Eingehende Besitzübertragung von {user}", @@ -435,34 +434,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Direktlink wurde kopiert (funktioniert nur für Personen, die Zugriff auf diese Datei/Ordner haben)", "Path" : "Pfad", "_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"], - "Favorited" : "Favorisiert", + "Favored" : "Favorisiert", + "Favor" : "Favorisieren", "Copy direct link (only works for people who have access to this file/folder)" : "Direktlink kopieren (funktioniert nur für Personen, die Zugriff auf diese Datei/Ordner haben)", "Upload file" : "Datei hochladen", - "Not favorited" : "Nicht favorisiert", + "Not favored" : "Nicht favorisiert", "An error occurred while trying to update the tags" : "Es ist ein Fehler beim Aktualisieren der Tags aufgetreten", - "You don't have permission to upload or create files here." : "Keine Berechtigung, hier Dateien hochzuladen oder zu erstellen.", - "Storage informations" : "Speicherinformationen", - "Choose file" : "Datei auswählen", - "Go to the previous folder" : "Zum vorherigen Ordner wechseln", - "Open the files app settings" : "Einstellungen der Dateien-App öffnen", - "Unable to change the favourite state of the file" : "Der Favorisiert-Status der Datei konnte nicht geändert werden", + "Upload (max. %s)" : "Hochladen (max. %s)", + "Submitting fields…" : "Felder werden übermittelt…", + "Filter filenames…" : "Dateinamen filtern…", "Edit file locally" : "Datei lokal bearbeiten", "Edit online" : "Online bearbeiten", - "Create new templates folder" : "Neuen Vorlagenordner erstellen", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} Ordner","{folderCount} Ordner"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} Datei","{fileCount} Dateien"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 Datei und {folderCount} Ordner","1 Datei und {folderCount} Ordner"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} Datei und 1 Ordner","{fileCount} Dateien und 1 Ordner"], "{fileCount} files and {folderCount} folders" : "{fileCount} Dateien und {folderCount} Ordner", - "List of favorites files and folders." : "Liste der favorisierten Ordner und Dateien", "Personal Files" : "Persönliche Dateien", "Text file" : "Textdatei", "New text file.txt" : "Neue Textdatei file.txt", - "Favored" : "Favorisiert", - "Favor" : "Favorisieren", - "Not favored" : "Nicht favorisiert", - "Submitting fields…" : "Felder werden übermittelt…", - "Filter filenames…" : "Dateinamen filtern…", "{count} files could not be converted" : "{count} Dateien konnten nicht konvertiert werden", "{count} files successfully converted" : "{count} Dateien konvertiert" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index bcf374148b5..f831a8be747 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Favorisierte Dateien", "No favorites" : "Keine Favoriten", "More favorites" : "Weitere Favoriten", - "Upload (max. %s)" : "Hochladen (max. %s)", "Accept" : "Akzeptieren", "Reject" : "Ablehnen", "Incoming ownership transfer from {user}" : "Eingehende Besitzübertragung von {user}", @@ -437,34 +436,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Direktlink wurde kopiert (funktioniert nur für Personen, die Zugriff auf diese Datei/Ordner haben)", "Path" : "Pfad", "_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"], - "Favorited" : "Favorisiert", + "Favored" : "Favorisiert", + "Favor" : "Favorisieren", "Copy direct link (only works for people who have access to this file/folder)" : "Direkten Link kopieren (funktioniert nur für Personen, die Zugriff auf diese Datei bzw. den Ordner haben)", "Upload file" : "Datei hochladen", - "Not favorited" : "Nicht favorisiert", + "Not favored" : "Nicht favorisiert", "An error occurred while trying to update the tags" : "Es ist ein Fehler beim Aktualisieren der Schlagworte aufgetreten", - "You don't have permission to upload or create files here." : "Keine Berechtigung, hier Dateien hochzuladen oder zu erstellen.", - "Storage informations" : "Speicherinformationen", - "Choose file" : "Datei auswählen", - "Go to the previous folder" : "Zum vorherigen Ordner wechseln", - "Open the files app settings" : "Einstellungen der Dateien-App öffnen", - "Unable to change the favourite state of the file" : "Der favorisierte Status der Datei kann nicht geändert werden", + "Upload (max. %s)" : "Hochladen (max. %s)", + "Submitting fields…" : "Felder werden übermittelt…", + "Filter filenames…" : "Dateinamen filtern…", "Edit file locally" : "Datei lokal bearbeiten", "Edit online" : "Online bearbeiten", - "Create new templates folder" : "Neuen Vorlagenordner erstellen", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} Ordner","{folderCount} Ordner"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} Datei","{fileCount} Dateien"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 Datei und {folderCount} Ordner","1 Datei und {folderCount} Ordner"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} Datei und 1 Ordner","{fileCount} Dateien und 1 Ordner"], "{fileCount} files and {folderCount} folders" : "{fileCount} Dateien und {folderCount} Ordner", - "List of favorites files and folders." : "Liste der favorisierten Ordner und Dateien.", "Personal Files" : "Persönliche Dateien", "Text file" : "Textdatei", "New text file.txt" : "Neue Textdatei file.txt", - "Favored" : "Favorisiert", - "Favor" : "Favorisieren", - "Not favored" : "Nicht favorisiert", - "Submitting fields…" : "Felder werden übermittelt…", - "Filter filenames…" : "Dateinamen filtern…", "{count} files could not be converted" : "{count} Dateien konnten nicht konvertiert werden", "{count} files successfully converted" : "{count} Dateien konvertiert" }, diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index fd0d1714920..ae1dbdeca62 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -52,7 +52,6 @@ "Favorite files" : "Favorisierte Dateien", "No favorites" : "Keine Favoriten", "More favorites" : "Weitere Favoriten", - "Upload (max. %s)" : "Hochladen (max. %s)", "Accept" : "Akzeptieren", "Reject" : "Ablehnen", "Incoming ownership transfer from {user}" : "Eingehende Besitzübertragung von {user}", @@ -435,34 +434,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Direktlink wurde kopiert (funktioniert nur für Personen, die Zugriff auf diese Datei/Ordner haben)", "Path" : "Pfad", "_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"], - "Favorited" : "Favorisiert", + "Favored" : "Favorisiert", + "Favor" : "Favorisieren", "Copy direct link (only works for people who have access to this file/folder)" : "Direkten Link kopieren (funktioniert nur für Personen, die Zugriff auf diese Datei bzw. den Ordner haben)", "Upload file" : "Datei hochladen", - "Not favorited" : "Nicht favorisiert", + "Not favored" : "Nicht favorisiert", "An error occurred while trying to update the tags" : "Es ist ein Fehler beim Aktualisieren der Schlagworte aufgetreten", - "You don't have permission to upload or create files here." : "Keine Berechtigung, hier Dateien hochzuladen oder zu erstellen.", - "Storage informations" : "Speicherinformationen", - "Choose file" : "Datei auswählen", - "Go to the previous folder" : "Zum vorherigen Ordner wechseln", - "Open the files app settings" : "Einstellungen der Dateien-App öffnen", - "Unable to change the favourite state of the file" : "Der favorisierte Status der Datei kann nicht geändert werden", + "Upload (max. %s)" : "Hochladen (max. %s)", + "Submitting fields…" : "Felder werden übermittelt…", + "Filter filenames…" : "Dateinamen filtern…", "Edit file locally" : "Datei lokal bearbeiten", "Edit online" : "Online bearbeiten", - "Create new templates folder" : "Neuen Vorlagenordner erstellen", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} Ordner","{folderCount} Ordner"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} Datei","{fileCount} Dateien"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 Datei und {folderCount} Ordner","1 Datei und {folderCount} Ordner"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} Datei und 1 Ordner","{fileCount} Dateien und 1 Ordner"], "{fileCount} files and {folderCount} folders" : "{fileCount} Dateien und {folderCount} Ordner", - "List of favorites files and folders." : "Liste der favorisierten Ordner und Dateien.", "Personal Files" : "Persönliche Dateien", "Text file" : "Textdatei", "New text file.txt" : "Neue Textdatei file.txt", - "Favored" : "Favorisiert", - "Favor" : "Favorisieren", - "Not favored" : "Nicht favorisiert", - "Submitting fields…" : "Felder werden übermittelt…", - "Filter filenames…" : "Dateinamen filtern…", "{count} files could not be converted" : "{count} Dateien konnten nicht konvertiert werden", "{count} files successfully converted" : "{count} Dateien konvertiert" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files/l10n/el.js b/apps/files/l10n/el.js index e7660c639ba..fbeb47e932e 100644 --- a/apps/files/l10n/el.js +++ b/apps/files/l10n/el.js @@ -43,7 +43,6 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "Ένα αρχείο ή κατάλογος έχουν <strong>αλλάξει</strong>", "A favorite file or folder has been <strong>changed</strong>" : "Ένα αγαπημένο αρχείο ή φάκελός σας έχει <strong>τροποποιηθεί</strong>.", "No favorites" : "Δεν υπάρχουν αγαπημένα", - "Upload (max. %s)" : "Μεταφόρτωση (max. %s)", "Accept" : "Αποδοχή", "Reject" : "Απόρριψη", "Incoming ownership transfer from {user}" : "Εισερχόμενη μεταβίβαση κυριότητας από τον {user}", @@ -331,27 +330,19 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Ο άμεσος σύνδεσμος αντιγράφηκε (λειτουργεί μόνο για άτομα που έχουν πρόσβαση σε αυτό το αρχείο/φάκελο)", "Path" : "Διαδρομή", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Αγαπημένα", "Copy direct link (only works for people who have access to this file/folder)" : "Αντιγραφή άμεσου συνδέσμου (λειτουργεί μόνο για άτομα που έχουν πρόσβαση στο αρχείο/φάκελο)", "Upload file" : "Μεταφόρτωση αρχείου", - "Not favorited" : "Δεν είναι αγαπημένο", "An error occurred while trying to update the tags" : "Ένα σφάλμα προέκυψε κατά τη διάρκεια ενημέρωσης των ετικετών", - "Storage informations" : "Πληροφορίες αποθήκευσης", - "Choose file" : "Επιλέξτε αρχείο", - "Go to the previous folder" : "Μετάβαση στον προηγούμενο φάκελο", - "Open the files app settings" : "Ανοίξτε τις ρυθμίσεις της εφαρμογής αρχείων", - "Unable to change the favourite state of the file" : "Αδυναμία αλλαγής αγαπημένης κατάστασης αρχείου", + "Upload (max. %s)" : "Μεταφόρτωση (max. %s)", + "Filter filenames…" : "Φιλτράρετε τα ονόματα αρχείων...", "Edit file locally" : "Επεξεργασία αρχείου τοπικά", - "Create new templates folder" : "Δημιουργία νέου φακέλου προτύπων", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} φάκελος","{folderCount} φακέλοι"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} αρχείο","{fileCount} αρχεία"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 αρχείο και {folderCount} φάκελος","1 αρχείο και {folderCount} φακέλοι"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} αρχείο και 1 φάκελος","{fileCount} αρχεία και 1 φάκελος"], "{fileCount} files and {folderCount} folders" : "{fileCount} αρχεία και {folderCount} φακέλοι", - "List of favorites files and folders." : "Λίστα αγαπημένων αρχείων και φακέλων.", "Personal Files" : "Προσωπικά Αρχεία", "Text file" : "Αρχείο κειμένου", - "New text file.txt" : "Νέο αρχείο file.txt", - "Filter filenames…" : "Φιλτράρετε τα ονόματα αρχείων..." + "New text file.txt" : "Νέο αρχείο file.txt" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/el.json b/apps/files/l10n/el.json index 08140644385..7ee25f99471 100644 --- a/apps/files/l10n/el.json +++ b/apps/files/l10n/el.json @@ -41,7 +41,6 @@ "A file or folder has been <strong>changed</strong>" : "Ένα αρχείο ή κατάλογος έχουν <strong>αλλάξει</strong>", "A favorite file or folder has been <strong>changed</strong>" : "Ένα αγαπημένο αρχείο ή φάκελός σας έχει <strong>τροποποιηθεί</strong>.", "No favorites" : "Δεν υπάρχουν αγαπημένα", - "Upload (max. %s)" : "Μεταφόρτωση (max. %s)", "Accept" : "Αποδοχή", "Reject" : "Απόρριψη", "Incoming ownership transfer from {user}" : "Εισερχόμενη μεταβίβαση κυριότητας από τον {user}", @@ -329,27 +328,19 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Ο άμεσος σύνδεσμος αντιγράφηκε (λειτουργεί μόνο για άτομα που έχουν πρόσβαση σε αυτό το αρχείο/φάκελο)", "Path" : "Διαδρομή", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Αγαπημένα", "Copy direct link (only works for people who have access to this file/folder)" : "Αντιγραφή άμεσου συνδέσμου (λειτουργεί μόνο για άτομα που έχουν πρόσβαση στο αρχείο/φάκελο)", "Upload file" : "Μεταφόρτωση αρχείου", - "Not favorited" : "Δεν είναι αγαπημένο", "An error occurred while trying to update the tags" : "Ένα σφάλμα προέκυψε κατά τη διάρκεια ενημέρωσης των ετικετών", - "Storage informations" : "Πληροφορίες αποθήκευσης", - "Choose file" : "Επιλέξτε αρχείο", - "Go to the previous folder" : "Μετάβαση στον προηγούμενο φάκελο", - "Open the files app settings" : "Ανοίξτε τις ρυθμίσεις της εφαρμογής αρχείων", - "Unable to change the favourite state of the file" : "Αδυναμία αλλαγής αγαπημένης κατάστασης αρχείου", + "Upload (max. %s)" : "Μεταφόρτωση (max. %s)", + "Filter filenames…" : "Φιλτράρετε τα ονόματα αρχείων...", "Edit file locally" : "Επεξεργασία αρχείου τοπικά", - "Create new templates folder" : "Δημιουργία νέου φακέλου προτύπων", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} φάκελος","{folderCount} φακέλοι"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} αρχείο","{fileCount} αρχεία"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 αρχείο και {folderCount} φάκελος","1 αρχείο και {folderCount} φακέλοι"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} αρχείο και 1 φάκελος","{fileCount} αρχεία και 1 φάκελος"], "{fileCount} files and {folderCount} folders" : "{fileCount} αρχεία και {folderCount} φακέλοι", - "List of favorites files and folders." : "Λίστα αγαπημένων αρχείων και φακέλων.", "Personal Files" : "Προσωπικά Αρχεία", "Text file" : "Αρχείο κειμένου", - "New text file.txt" : "Νέο αρχείο file.txt", - "Filter filenames…" : "Φιλτράρετε τα ονόματα αρχείων..." + "New text file.txt" : "Νέο αρχείο file.txt" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 4949fbd61b3..1499c95351b 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Favorite files", "No favorites" : "No favourites", "More favorites" : "More favorites", - "Upload (max. %s)" : "Upload (max. %s)", "Accept" : "Accept", "Reject" : "Reject", "Incoming ownership transfer from {user}" : "Incoming ownership transfer from {user}", @@ -437,34 +436,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Direct link was copied (only works for people who have access to this file/folder)", "Path" : "Path", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Added to Favourites", + "Favored" : "Favoured", + "Favor" : "Favour", "Copy direct link (only works for people who have access to this file/folder)" : "Copy direct link (only works for people who have access to this file/folder)", "Upload file" : "Upload file", - "Not favorited" : "Not favourited", + "Not favored" : "Not favoured", "An error occurred while trying to update the tags" : "An error occurred whilst trying to update the tags", - "You don't have permission to upload or create files here." : "You don't have permission to upload or create files here.", - "Storage informations" : "Storage informations", - "Choose file" : "Choose file", - "Go to the previous folder" : "Go to the previous folder", - "Open the files app settings" : "Open the files app settings", - "Unable to change the favourite state of the file" : "Unable to change the favourite state of the file", + "Upload (max. %s)" : "Upload (max. %s)", + "Submitting fields…" : "Submitting fields…", + "Filter filenames…" : "Filter filenames…", "Edit file locally" : "Edit file locally", "Edit online" : "Edit online", - "Create new templates folder" : "Create new templates folder", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} folders"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} files"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","1 file and {folderCount} folders"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} file and 1 folder","{fileCount} files and 1 folder"], "{fileCount} files and {folderCount} folders" : "{fileCount} files and {folderCount} folders", - "List of favorites files and folders." : "List of favourite files and folders.", "Personal Files" : "Personal Files", "Text file" : "Text file", "New text file.txt" : "New text file.txt", - "Favored" : "Favoured", - "Favor" : "Favour", - "Not favored" : "Not favoured", - "Submitting fields…" : "Submitting fields…", - "Filter filenames…" : "Filter filenames…", "{count} files could not be converted" : "{count} files could not be converted", "{count} files successfully converted" : "{count} files successfully converted" }, diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index eb30639fa72..093e3fbf15e 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -52,7 +52,6 @@ "Favorite files" : "Favorite files", "No favorites" : "No favourites", "More favorites" : "More favorites", - "Upload (max. %s)" : "Upload (max. %s)", "Accept" : "Accept", "Reject" : "Reject", "Incoming ownership transfer from {user}" : "Incoming ownership transfer from {user}", @@ -435,34 +434,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Direct link was copied (only works for people who have access to this file/folder)", "Path" : "Path", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Added to Favourites", + "Favored" : "Favoured", + "Favor" : "Favour", "Copy direct link (only works for people who have access to this file/folder)" : "Copy direct link (only works for people who have access to this file/folder)", "Upload file" : "Upload file", - "Not favorited" : "Not favourited", + "Not favored" : "Not favoured", "An error occurred while trying to update the tags" : "An error occurred whilst trying to update the tags", - "You don't have permission to upload or create files here." : "You don't have permission to upload or create files here.", - "Storage informations" : "Storage informations", - "Choose file" : "Choose file", - "Go to the previous folder" : "Go to the previous folder", - "Open the files app settings" : "Open the files app settings", - "Unable to change the favourite state of the file" : "Unable to change the favourite state of the file", + "Upload (max. %s)" : "Upload (max. %s)", + "Submitting fields…" : "Submitting fields…", + "Filter filenames…" : "Filter filenames…", "Edit file locally" : "Edit file locally", "Edit online" : "Edit online", - "Create new templates folder" : "Create new templates folder", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} folders"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} files"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","1 file and {folderCount} folders"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} file and 1 folder","{fileCount} files and 1 folder"], "{fileCount} files and {folderCount} folders" : "{fileCount} files and {folderCount} folders", - "List of favorites files and folders." : "List of favourite files and folders.", "Personal Files" : "Personal Files", "Text file" : "Text file", "New text file.txt" : "New text file.txt", - "Favored" : "Favoured", - "Favor" : "Favour", - "Not favored" : "Not favoured", - "Submitting fields…" : "Submitting fields…", - "Filter filenames…" : "Filter filenames…", "{count} files could not be converted" : "{count} files could not be converted", "{count} files successfully converted" : "{count} files successfully converted" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 6a81757f167..9f1470a2e7b 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Archivos favoritos", "No favorites" : "No hay favoritos", "More favorites" : "Más favoritos", - "Upload (max. %s)" : "Subida (máx. %s)", "Accept" : "Aceptar", "Reject" : "Rechazar", "Incoming ownership transfer from {user}" : "Ha llegado una transferencia de propiedad de {user}", @@ -429,34 +428,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "El enlace directo fue copiado (solo funciona para usuarios que tienen acceso a este archivo/carpeta)", "Path" : "Ruta", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"], - "Favorited" : "Agregado a favoritos", + "Favored" : "Favorecido", + "Favor" : "Favorecer", "Copy direct link (only works for people who have access to this file/folder)" : "El enlace directo fue copiado (solo funciona para usuarios que tienen acceso a este archivo/carpeta)", "Upload file" : "Subir archivo", - "Not favorited" : "Quitado como favorito", + "Not favored" : "No favorecido", "An error occurred while trying to update the tags" : "Se produjo un error al tratar de actualizar las etiquetas", - "You don't have permission to upload or create files here." : "No tiene permisos para subir o crear archivos aquí.", - "Storage informations" : "Informaciones de almacenamiento", - "Choose file" : "Elegir archivo", - "Go to the previous folder" : "Ir a la carpeta anterior", - "Open the files app settings" : "Abrir la configuración de la app Archivos", - "Unable to change the favourite state of the file" : "No se ha podido cambiar el estado de favorito del fichero", + "Upload (max. %s)" : "Subida (máx. %s)", + "Submitting fields…" : "Enviando campos…", + "Filter filenames…" : "Filtrar nombres de archivo…", "Edit file locally" : "Editar archivo localmente", "Edit online" : "Editar en línea", - "Create new templates folder" : "Crear nueva carpeta de plantillas", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetas","{folderCount} carpetas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archivo","{fileCount} archivos","{fileCount} archivos"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archivo y {folderCount} carpeta","1 archivo y {folderCount} carpetas","1 archivo y {folderCount} carpetas"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} archivo y 1 carpeta","{fileCount} archivos y 1 carpeta","{fileCount} archivos y 1 carpeta"], "{fileCount} files and {folderCount} folders" : "{fileCount} archivos y {folderCount} carpetas", - "List of favorites files and folders." : "Lista de archivos y carpetas favoritos.", "Personal Files" : "Archivos Personales", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo archivo.txt", - "Favored" : "Favorecido", - "Favor" : "Favorecer", - "Not favored" : "No favorecido", - "Submitting fields…" : "Enviando campos…", - "Filter filenames…" : "Filtrar nombres de archivo…", "{count} files could not be converted" : "{count} archivos no han podido ser convertidos", "{count} files successfully converted" : "{count} archivos convertidos correctamente" }, diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index 1fc8796f0c8..6f586c00097 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -52,7 +52,6 @@ "Favorite files" : "Archivos favoritos", "No favorites" : "No hay favoritos", "More favorites" : "Más favoritos", - "Upload (max. %s)" : "Subida (máx. %s)", "Accept" : "Aceptar", "Reject" : "Rechazar", "Incoming ownership transfer from {user}" : "Ha llegado una transferencia de propiedad de {user}", @@ -427,34 +426,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "El enlace directo fue copiado (solo funciona para usuarios que tienen acceso a este archivo/carpeta)", "Path" : "Ruta", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"], - "Favorited" : "Agregado a favoritos", + "Favored" : "Favorecido", + "Favor" : "Favorecer", "Copy direct link (only works for people who have access to this file/folder)" : "El enlace directo fue copiado (solo funciona para usuarios que tienen acceso a este archivo/carpeta)", "Upload file" : "Subir archivo", - "Not favorited" : "Quitado como favorito", + "Not favored" : "No favorecido", "An error occurred while trying to update the tags" : "Se produjo un error al tratar de actualizar las etiquetas", - "You don't have permission to upload or create files here." : "No tiene permisos para subir o crear archivos aquí.", - "Storage informations" : "Informaciones de almacenamiento", - "Choose file" : "Elegir archivo", - "Go to the previous folder" : "Ir a la carpeta anterior", - "Open the files app settings" : "Abrir la configuración de la app Archivos", - "Unable to change the favourite state of the file" : "No se ha podido cambiar el estado de favorito del fichero", + "Upload (max. %s)" : "Subida (máx. %s)", + "Submitting fields…" : "Enviando campos…", + "Filter filenames…" : "Filtrar nombres de archivo…", "Edit file locally" : "Editar archivo localmente", "Edit online" : "Editar en línea", - "Create new templates folder" : "Crear nueva carpeta de plantillas", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetas","{folderCount} carpetas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archivo","{fileCount} archivos","{fileCount} archivos"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archivo y {folderCount} carpeta","1 archivo y {folderCount} carpetas","1 archivo y {folderCount} carpetas"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} archivo y 1 carpeta","{fileCount} archivos y 1 carpeta","{fileCount} archivos y 1 carpeta"], "{fileCount} files and {folderCount} folders" : "{fileCount} archivos y {folderCount} carpetas", - "List of favorites files and folders." : "Lista de archivos y carpetas favoritos.", "Personal Files" : "Archivos Personales", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo archivo.txt", - "Favored" : "Favorecido", - "Favor" : "Favorecer", - "Not favored" : "No favorecido", - "Submitting fields…" : "Enviando campos…", - "Filter filenames…" : "Filtrar nombres de archivo…", "{count} files could not be converted" : "{count} archivos no han podido ser convertidos", "{count} files successfully converted" : "{count} archivos convertidos correctamente" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/files/l10n/es_EC.js b/apps/files/l10n/es_EC.js index aeeba4b15d5..7e353f0a6a4 100644 --- a/apps/files/l10n/es_EC.js +++ b/apps/files/l10n/es_EC.js @@ -43,7 +43,6 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "Un archivo o carpeta ha sido <strong>modificado</strong>.", "A favorite file or folder has been <strong>changed</strong>" : "Un archivo o carpeta favorito ha sido <strong>modificado</strong>.", "No favorites" : "No hay favoritos", - "Upload (max. %s)" : "Cargar (max. %s)", "Accept" : "Aceptar", "Reject" : "Rechazar", "Incoming ownership transfer from {user}" : "Transferencia de propiedad entrante de {user}.", @@ -247,16 +246,9 @@ OC.L10N.register( "_matches \"{filter}\"_::_match \"{filter}\"_" : ["coincide con \"{filter}\".","coincide con \"{filter}\".","coincide con \"{filter}\"."], "Path" : "Ruta", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"], - "Favorited" : "Marcado como favorito", "Upload file" : "Cargar archivo", - "Not favorited" : "No es un favorito", "An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta", - "Storage informations" : "Información de almacenamiento.", - "Go to the previous folder" : "Ir a la carpeta anterior.", - "Open the files app settings" : "Abrir la configuración de la aplicación de archivos.", - "Unable to change the favourite state of the file" : "No se puede cambiar el estado de favorito del archivo.", - "Create new templates folder" : "Crear nueva carpeta de plantillas.", - "List of favorites files and folders." : "Lista de archivos y carpetas favoritos.", + "Upload (max. %s)" : "Cargar (max. %s)", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt" }, diff --git a/apps/files/l10n/es_EC.json b/apps/files/l10n/es_EC.json index cab16362f3b..3f7ce16df35 100644 --- a/apps/files/l10n/es_EC.json +++ b/apps/files/l10n/es_EC.json @@ -41,7 +41,6 @@ "A file or folder has been <strong>changed</strong>" : "Un archivo o carpeta ha sido <strong>modificado</strong>.", "A favorite file or folder has been <strong>changed</strong>" : "Un archivo o carpeta favorito ha sido <strong>modificado</strong>.", "No favorites" : "No hay favoritos", - "Upload (max. %s)" : "Cargar (max. %s)", "Accept" : "Aceptar", "Reject" : "Rechazar", "Incoming ownership transfer from {user}" : "Transferencia de propiedad entrante de {user}.", @@ -245,16 +244,9 @@ "_matches \"{filter}\"_::_match \"{filter}\"_" : ["coincide con \"{filter}\".","coincide con \"{filter}\".","coincide con \"{filter}\"."], "Path" : "Ruta", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"], - "Favorited" : "Marcado como favorito", "Upload file" : "Cargar archivo", - "Not favorited" : "No es un favorito", "An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta", - "Storage informations" : "Información de almacenamiento.", - "Go to the previous folder" : "Ir a la carpeta anterior.", - "Open the files app settings" : "Abrir la configuración de la aplicación de archivos.", - "Unable to change the favourite state of the file" : "No se puede cambiar el estado de favorito del archivo.", - "Create new templates folder" : "Crear nueva carpeta de plantillas.", - "List of favorites files and folders." : "Lista de archivos y carpetas favoritos.", + "Upload (max. %s)" : "Cargar (max. %s)", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js index d57707ff578..3fdea38848c 100644 --- a/apps/files/l10n/es_MX.js +++ b/apps/files/l10n/es_MX.js @@ -47,7 +47,6 @@ OC.L10N.register( "Invalid folder path" : "Ruta de carpeta inválida", "Folder not found" : "No se encontró la carpeta", "No favorites" : "No hay favoritos", - "Upload (max. %s)" : "Cargar (max. %s)", "Accept" : "Aceptar", "Reject" : "Rechazar", "Incoming ownership transfer from {user}" : "Solicitud de transferencia de propiedad entrante de {user}", @@ -372,32 +371,24 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Se ha copiado el enlace directo (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)", "Path" : "Ruta", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"], - "Favorited" : "Marcado como favorito", + "Favored" : "Favorecido", + "Favor" : "Favorecer", "Copy direct link (only works for people who have access to this file/folder)" : "Copiar enlace directo (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)", "Upload file" : "Cargar archivo", - "Not favorited" : "No es un favorito", + "Not favored" : "No favorecido", "An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta", - "Storage informations" : "Informaciones de almacenamiento", - "Choose file" : "Elegir archivo", - "Go to the previous folder" : "Ir a la carpeta anterior", - "Open the files app settings" : "Abrir la configuración de la app Archivos", - "Unable to change the favourite state of the file" : "No se ha podido cambiar el estado de favorito del fichero", + "Upload (max. %s)" : "Cargar (max. %s)", + "Submitting fields…" : "Enviando campos...", + "Filter filenames…" : "Filtrar nombres de archivos...", "Edit file locally" : "Editar el archivo localmente", "Edit online" : "Editar en línea", - "Create new templates folder" : "Crear nueva carpeta de plantillas", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetas","{folderCount} carpetas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archivo","{fileCount} archivos","{fileCount} archivos"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archivo y {folderCount} carpeta","1 archivo y {folderCount} carpetas","1 archivo y {folderCount} carpetas"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} archivo y 1 carpeta","{fileCount} archivos y 1 carpeta","{fileCount} archivos y 1 carpeta"], "{fileCount} files and {folderCount} folders" : "{fileCount} archivos y {folderCount} carpetas", - "List of favorites files and folders." : "Lista de archivos y carpetas favoritos.", "Personal Files" : "Archivos personales", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Favored" : "Favorecido", - "Favor" : "Favorecer", - "Not favored" : "No favorecido", - "Submitting fields…" : "Enviando campos...", - "Filter filenames…" : "Filtrar nombres de archivos..." + "New text file.txt" : "Nuevo ArchivoDeTexto.txt" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/files/l10n/es_MX.json b/apps/files/l10n/es_MX.json index 900561d5fb7..24a26109117 100644 --- a/apps/files/l10n/es_MX.json +++ b/apps/files/l10n/es_MX.json @@ -45,7 +45,6 @@ "Invalid folder path" : "Ruta de carpeta inválida", "Folder not found" : "No se encontró la carpeta", "No favorites" : "No hay favoritos", - "Upload (max. %s)" : "Cargar (max. %s)", "Accept" : "Aceptar", "Reject" : "Rechazar", "Incoming ownership transfer from {user}" : "Solicitud de transferencia de propiedad entrante de {user}", @@ -370,32 +369,24 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Se ha copiado el enlace directo (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)", "Path" : "Ruta", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"], - "Favorited" : "Marcado como favorito", + "Favored" : "Favorecido", + "Favor" : "Favorecer", "Copy direct link (only works for people who have access to this file/folder)" : "Copiar enlace directo (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)", "Upload file" : "Cargar archivo", - "Not favorited" : "No es un favorito", + "Not favored" : "No favorecido", "An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta", - "Storage informations" : "Informaciones de almacenamiento", - "Choose file" : "Elegir archivo", - "Go to the previous folder" : "Ir a la carpeta anterior", - "Open the files app settings" : "Abrir la configuración de la app Archivos", - "Unable to change the favourite state of the file" : "No se ha podido cambiar el estado de favorito del fichero", + "Upload (max. %s)" : "Cargar (max. %s)", + "Submitting fields…" : "Enviando campos...", + "Filter filenames…" : "Filtrar nombres de archivos...", "Edit file locally" : "Editar el archivo localmente", "Edit online" : "Editar en línea", - "Create new templates folder" : "Crear nueva carpeta de plantillas", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetas","{folderCount} carpetas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archivo","{fileCount} archivos","{fileCount} archivos"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archivo y {folderCount} carpeta","1 archivo y {folderCount} carpetas","1 archivo y {folderCount} carpetas"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} archivo y 1 carpeta","{fileCount} archivos y 1 carpeta","{fileCount} archivos y 1 carpeta"], "{fileCount} files and {folderCount} folders" : "{fileCount} archivos y {folderCount} carpetas", - "List of favorites files and folders." : "Lista de archivos y carpetas favoritos.", "Personal Files" : "Archivos personales", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Favored" : "Favorecido", - "Favor" : "Favorecer", - "Not favored" : "No favorecido", - "Submitting fields…" : "Enviando campos...", - "Filter filenames…" : "Filtrar nombres de archivos..." + "New text file.txt" : "Nuevo ArchivoDeTexto.txt" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/files/l10n/et_EE.js b/apps/files/l10n/et_EE.js index 86f79a96ea9..f5ca9e71e54 100644 --- a/apps/files/l10n/et_EE.js +++ b/apps/files/l10n/et_EE.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Lemmikfailid", "No favorites" : "Lemmikuid pole", "More favorites" : "Veel lemmikuid", - "Upload (max. %s)" : "Üleslaadimine (max. %s)", "Accept" : "Nõustu", "Reject" : "Keeldu", "Incoming ownership transfer from {user}" : "Saaduv omandi üleandmine kasutajalt {user}", @@ -437,34 +436,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Otselink on kopeeritud (toimib ainult nende kasutajate puhul, kellel on ligipääs sellele failile/kaustale)", "Path" : "Asukoht", "_%n byte_::_%n bytes_" : ["%n bait","%n baiti"], - "Favorited" : "Lemmikud", + "Favored" : "Märgitud lemmikuks", + "Favor" : "Märgi lemmikuks", "Copy direct link (only works for people who have access to this file/folder)" : "Kopeeri otselink (töötab ainult nende kasutajate puhul, kellel on ligipääs sellele failile/kaustale)", "Upload file" : "Laadi fail üles", - "Not favorited" : "Lemmikuks lisamata", + "Not favored" : "Pole märgitud lemmikuks", "An error occurred while trying to update the tags" : "Siltide uuendamisel tekkis tõrge", - "You don't have permission to upload or create files here." : "Sul puuduvad õigused siia failide üleslaadimiseks või loomiseks.", - "Storage informations" : "Andmeruumi teave", - "Choose file" : "Vali fail", - "Go to the previous folder" : "Mine eelmisesse kausta", - "Open the files app settings" : "Ava failirakenduse seadistused", - "Unable to change the favourite state of the file" : "Faili olekut lemmikuna ei õnnestu muuta", + "Upload (max. %s)" : "Üleslaadimine (max. %s)", + "Submitting fields…" : "Saadan välju…", + "Filter filenames…" : "Otsi failinimesid…", "Edit file locally" : "Muuda faili kohalikus seadmes", "Edit online" : "Muuda võrgus", - "Create new templates folder" : "Loo uus mallide kaust", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} kaust","{folderCount} kausta"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fail","{fileCount} faili"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fail ja {folderCount} kaust","1 fail ja {folderCount} kausta"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fail ja 1 kaust","{fileCount} faili ja 1 kaust"], "{fileCount} files and {folderCount} folders" : "{fileCount} faili ja {folderCount} kausta", - "List of favorites files and folders." : "Lemmikfailide ja kaustade loend.", "Personal Files" : "Isiklikud Failid", "Text file" : "Tekstifail", "New text file.txt" : "Uus tekstifail.txt", - "Favored" : "Märgitud lemmikuks", - "Favor" : "Märgi lemmikuks", - "Not favored" : "Pole märgitud lemmikuks", - "Submitting fields…" : "Saadan välju…", - "Filter filenames…" : "Otsi failinimesid…", "{count} files could not be converted" : "{count} faili ei õnnestunud teisendada", "{count} files successfully converted" : "{count} faili teisendamine õnnestus" }, diff --git a/apps/files/l10n/et_EE.json b/apps/files/l10n/et_EE.json index 7c1baa0915c..5b90843bdf3 100644 --- a/apps/files/l10n/et_EE.json +++ b/apps/files/l10n/et_EE.json @@ -52,7 +52,6 @@ "Favorite files" : "Lemmikfailid", "No favorites" : "Lemmikuid pole", "More favorites" : "Veel lemmikuid", - "Upload (max. %s)" : "Üleslaadimine (max. %s)", "Accept" : "Nõustu", "Reject" : "Keeldu", "Incoming ownership transfer from {user}" : "Saaduv omandi üleandmine kasutajalt {user}", @@ -435,34 +434,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Otselink on kopeeritud (toimib ainult nende kasutajate puhul, kellel on ligipääs sellele failile/kaustale)", "Path" : "Asukoht", "_%n byte_::_%n bytes_" : ["%n bait","%n baiti"], - "Favorited" : "Lemmikud", + "Favored" : "Märgitud lemmikuks", + "Favor" : "Märgi lemmikuks", "Copy direct link (only works for people who have access to this file/folder)" : "Kopeeri otselink (töötab ainult nende kasutajate puhul, kellel on ligipääs sellele failile/kaustale)", "Upload file" : "Laadi fail üles", - "Not favorited" : "Lemmikuks lisamata", + "Not favored" : "Pole märgitud lemmikuks", "An error occurred while trying to update the tags" : "Siltide uuendamisel tekkis tõrge", - "You don't have permission to upload or create files here." : "Sul puuduvad õigused siia failide üleslaadimiseks või loomiseks.", - "Storage informations" : "Andmeruumi teave", - "Choose file" : "Vali fail", - "Go to the previous folder" : "Mine eelmisesse kausta", - "Open the files app settings" : "Ava failirakenduse seadistused", - "Unable to change the favourite state of the file" : "Faili olekut lemmikuna ei õnnestu muuta", + "Upload (max. %s)" : "Üleslaadimine (max. %s)", + "Submitting fields…" : "Saadan välju…", + "Filter filenames…" : "Otsi failinimesid…", "Edit file locally" : "Muuda faili kohalikus seadmes", "Edit online" : "Muuda võrgus", - "Create new templates folder" : "Loo uus mallide kaust", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} kaust","{folderCount} kausta"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fail","{fileCount} faili"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fail ja {folderCount} kaust","1 fail ja {folderCount} kausta"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fail ja 1 kaust","{fileCount} faili ja 1 kaust"], "{fileCount} files and {folderCount} folders" : "{fileCount} faili ja {folderCount} kausta", - "List of favorites files and folders." : "Lemmikfailide ja kaustade loend.", "Personal Files" : "Isiklikud Failid", "Text file" : "Tekstifail", "New text file.txt" : "Uus tekstifail.txt", - "Favored" : "Märgitud lemmikuks", - "Favor" : "Märgi lemmikuks", - "Not favored" : "Pole märgitud lemmikuks", - "Submitting fields…" : "Saadan välju…", - "Filter filenames…" : "Otsi failinimesid…", "{count} files could not be converted" : "{count} faili ei õnnestunud teisendada", "{count} files successfully converted" : "{count} faili teisendamine õnnestus" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files/l10n/eu.js b/apps/files/l10n/eu.js index 2cabb2838b0..c2cfee285f2 100644 --- a/apps/files/l10n/eu.js +++ b/apps/files/l10n/eu.js @@ -51,7 +51,6 @@ OC.L10N.register( "Favorite files" : "Gogoko fitxategiak", "No favorites" : "Gogokorik ez", "More favorites" : "Gogoko gehiago", - "Upload (max. %s)" : "Igo (%s gehienez)", "Accept" : "Onartu", "Reject" : "Ukatu", "Incoming ownership transfer from {user}" : "{user}(r)en jabetza-transferentzia", @@ -398,32 +397,24 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Esteka zuzena kopiatu da (fitxategi/karpeta honetara sarbidea dutenentzat bakarrik balio du)", "Path" : "Bidea", "_%n byte_::_%n bytes_" : ["%n byte","%n byte"], - "Favorited" : "Gogoko gisa markatua", + "Favored" : "Mesedetua", + "Favor" : "Mesedea", "Copy direct link (only works for people who have access to this file/folder)" : "Kopiatu esteka zuzena (fitxategi/karpeta honetara sarbidea dutenentzat bakarrik balio du)", "Upload file" : "Igo fitxategia", - "Not favorited" : "Ez da gogokoa", + "Not favored" : "Mesedetu gabe", "An error occurred while trying to update the tags" : "Errore bat gertatu da etiketak eguneratzen saiatzean", - "Storage informations" : "Biltegiaren informazioak", - "Choose file" : "Aukeratu fitxategia", - "Go to the previous folder" : "Joan aurreko karpetara", - "Open the files app settings" : "Ireki Fitxategiak aplikazioaren ezarpenak", - "Unable to change the favourite state of the file" : "Ezin da fitxategiaren gogoko egoera aldatu", + "Upload (max. %s)" : "Igo (%s gehienez)", + "Submitting fields…" : "Eremuak bidaltzen…", + "Filter filenames…" : "Iragazi fitxategi-izenak...", "Edit file locally" : "Editatu fitxategia lokalean", "Edit online" : "Editatu sarean", - "Create new templates folder" : "Sortu txantiloi karpeta berria", "_{folderCount} folder_::_{folderCount} folders_" : ["Karpeta {folderCount}","{folderCount} karpeta"], "_{fileCount} file_::_{fileCount} files_" : ["Fitxategi {fileCount}","{fileCount} fitxategi"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["Fitxategi 1 eta karpeta {folderCount}","Fitxategi 1 eta {folderCount} karpeta"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["Fitxategi {fileCount} eta karpeta 1","{fileCount} fitxategi eta karpeta 1"], "{fileCount} files and {folderCount} folders" : "{fileCount} fitxategi eta {folderCount} fitxategi", - "List of favorites files and folders." : "Fitxategi eta karpeta gogokoen zerrenda.", "Personal Files" : "Fitxategi pertsonalak", "Text file" : "Testu-fitxategia", - "New text file.txt" : "Testu-fitxategi berria.txt", - "Favored" : "Mesedetua", - "Favor" : "Mesedea", - "Not favored" : "Mesedetu gabe", - "Submitting fields…" : "Eremuak bidaltzen…", - "Filter filenames…" : "Iragazi fitxategi-izenak..." + "New text file.txt" : "Testu-fitxategi berria.txt" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/eu.json b/apps/files/l10n/eu.json index e684f2741d7..3def8199ade 100644 --- a/apps/files/l10n/eu.json +++ b/apps/files/l10n/eu.json @@ -49,7 +49,6 @@ "Favorite files" : "Gogoko fitxategiak", "No favorites" : "Gogokorik ez", "More favorites" : "Gogoko gehiago", - "Upload (max. %s)" : "Igo (%s gehienez)", "Accept" : "Onartu", "Reject" : "Ukatu", "Incoming ownership transfer from {user}" : "{user}(r)en jabetza-transferentzia", @@ -396,32 +395,24 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Esteka zuzena kopiatu da (fitxategi/karpeta honetara sarbidea dutenentzat bakarrik balio du)", "Path" : "Bidea", "_%n byte_::_%n bytes_" : ["%n byte","%n byte"], - "Favorited" : "Gogoko gisa markatua", + "Favored" : "Mesedetua", + "Favor" : "Mesedea", "Copy direct link (only works for people who have access to this file/folder)" : "Kopiatu esteka zuzena (fitxategi/karpeta honetara sarbidea dutenentzat bakarrik balio du)", "Upload file" : "Igo fitxategia", - "Not favorited" : "Ez da gogokoa", + "Not favored" : "Mesedetu gabe", "An error occurred while trying to update the tags" : "Errore bat gertatu da etiketak eguneratzen saiatzean", - "Storage informations" : "Biltegiaren informazioak", - "Choose file" : "Aukeratu fitxategia", - "Go to the previous folder" : "Joan aurreko karpetara", - "Open the files app settings" : "Ireki Fitxategiak aplikazioaren ezarpenak", - "Unable to change the favourite state of the file" : "Ezin da fitxategiaren gogoko egoera aldatu", + "Upload (max. %s)" : "Igo (%s gehienez)", + "Submitting fields…" : "Eremuak bidaltzen…", + "Filter filenames…" : "Iragazi fitxategi-izenak...", "Edit file locally" : "Editatu fitxategia lokalean", "Edit online" : "Editatu sarean", - "Create new templates folder" : "Sortu txantiloi karpeta berria", "_{folderCount} folder_::_{folderCount} folders_" : ["Karpeta {folderCount}","{folderCount} karpeta"], "_{fileCount} file_::_{fileCount} files_" : ["Fitxategi {fileCount}","{fileCount} fitxategi"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["Fitxategi 1 eta karpeta {folderCount}","Fitxategi 1 eta {folderCount} karpeta"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["Fitxategi {fileCount} eta karpeta 1","{fileCount} fitxategi eta karpeta 1"], "{fileCount} files and {folderCount} folders" : "{fileCount} fitxategi eta {folderCount} fitxategi", - "List of favorites files and folders." : "Fitxategi eta karpeta gogokoen zerrenda.", "Personal Files" : "Fitxategi pertsonalak", "Text file" : "Testu-fitxategia", - "New text file.txt" : "Testu-fitxategi berria.txt", - "Favored" : "Mesedetua", - "Favor" : "Mesedea", - "Not favored" : "Mesedetu gabe", - "Submitting fields…" : "Eremuak bidaltzen…", - "Filter filenames…" : "Iragazi fitxategi-izenak..." + "New text file.txt" : "Testu-fitxategi berria.txt" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files/l10n/fa.js b/apps/files/l10n/fa.js index c71a442bcc6..6a23baaa9a3 100644 --- a/apps/files/l10n/fa.js +++ b/apps/files/l10n/fa.js @@ -43,7 +43,6 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "یک فایل یا پوشه تغییر کرده است", "A favorite file or folder has been <strong>changed</strong>" : "یک فایل یا پوشه مورد علاقه تغییر کرده است", "No favorites" : "هیچ برگزیده", - "Upload (max. %s)" : "آپلود (بیشترین سایز %s)", "Accept" : "قبول", "Reject" : "رد کردن", "Incoming ownership transfer from {user}" : "انتقال مالکیت ورودی از {user}", @@ -264,18 +263,11 @@ OC.L10N.register( "_matches \"{filter}\"_::_match \"{filter}\"_" : ["مطابقت با \"{filter}\"","مطابقت با \"{filter}\""], "Path" : "مسیر", "_%n byte_::_%n bytes_" : ["%n بایت","%n بایت"], - "Favorited" : "برگزیده شده", "Upload file" : "بارگذاری پرونده", - "Not favorited" : "مورد علاقه نیست", "An error occurred while trying to update the tags" : "یک خطا در حین بروزرسانی برچسبها رخ داده است", - "Storage informations" : "ذخیره سازی اطلاعات ", - "Go to the previous folder" : "به پوشه قبلی بروید", - "Open the files app settings" : "تنظیمات برنامه فایل ها را باز کنید", - "Unable to change the favourite state of the file" : "امکان تغییر حالت دلخواه فایل وجود ندارد", - "Create new templates folder" : "پوشه قالب های جدید ایجاد کنید", + "Upload (max. %s)" : "آپلود (بیشترین سایز %s)", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} پوشه","{folderCount} پوشه"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} پرونده","{fileCount} پرونده"], - "List of favorites files and folders." : "لیست فایل ها و پوشه های مورد علاقه", "Text file" : "فایل متنی", "New text file.txt" : "پروندهٔ متنی جدید با پسوند txt" }, diff --git a/apps/files/l10n/fa.json b/apps/files/l10n/fa.json index bdc6488c9e8..af4a5027093 100644 --- a/apps/files/l10n/fa.json +++ b/apps/files/l10n/fa.json @@ -41,7 +41,6 @@ "A file or folder has been <strong>changed</strong>" : "یک فایل یا پوشه تغییر کرده است", "A favorite file or folder has been <strong>changed</strong>" : "یک فایل یا پوشه مورد علاقه تغییر کرده است", "No favorites" : "هیچ برگزیده", - "Upload (max. %s)" : "آپلود (بیشترین سایز %s)", "Accept" : "قبول", "Reject" : "رد کردن", "Incoming ownership transfer from {user}" : "انتقال مالکیت ورودی از {user}", @@ -262,18 +261,11 @@ "_matches \"{filter}\"_::_match \"{filter}\"_" : ["مطابقت با \"{filter}\"","مطابقت با \"{filter}\""], "Path" : "مسیر", "_%n byte_::_%n bytes_" : ["%n بایت","%n بایت"], - "Favorited" : "برگزیده شده", "Upload file" : "بارگذاری پرونده", - "Not favorited" : "مورد علاقه نیست", "An error occurred while trying to update the tags" : "یک خطا در حین بروزرسانی برچسبها رخ داده است", - "Storage informations" : "ذخیره سازی اطلاعات ", - "Go to the previous folder" : "به پوشه قبلی بروید", - "Open the files app settings" : "تنظیمات برنامه فایل ها را باز کنید", - "Unable to change the favourite state of the file" : "امکان تغییر حالت دلخواه فایل وجود ندارد", - "Create new templates folder" : "پوشه قالب های جدید ایجاد کنید", + "Upload (max. %s)" : "آپلود (بیشترین سایز %s)", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} پوشه","{folderCount} پوشه"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} پرونده","{fileCount} پرونده"], - "List of favorites files and folders." : "لیست فایل ها و پوشه های مورد علاقه", "Text file" : "فایل متنی", "New text file.txt" : "پروندهٔ متنی جدید با پسوند txt" },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index a207528e026..4c419f2e482 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Suosikkitiedostot", "No favorites" : "Ei suosikkeja", "More favorites" : "Lisää suosikeja", - "Upload (max. %s)" : "Lähetys (enintään %s)", "Accept" : "Hyväksy", "Reject" : "Hylkää", "Incoming ownership transfer from {user}" : "Saapuva omistajuussiirto käyttäjältä {user}", @@ -388,30 +387,21 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Suora linkki kopioitu (toimii vain henkilöillä, joilla on pääsyoikeus tähän tiedostoon/kansioon)", "Path" : "Polku", "_%n byte_::_%n bytes_" : ["%n tavu","%n tavua"], - "Favorited" : "Lisätty suosikkeihin", "Copy direct link (only works for people who have access to this file/folder)" : "Kopioi suora linkki (toimii vain henkilöillä, joilla on pääsyoikeus tähän tiedostoon/kansioon)", "Upload file" : "Lähetä tiedosto", - "Not favorited" : "Ei suosikeissa", "An error occurred while trying to update the tags" : "Tunnisteiden päivitystä yrittäessä tapahtui virhe", - "You don't have permission to upload or create files here." : "Sinulla ei ole oikeutta lähettää tai luoda tiedostoja tänne.", - "Storage informations" : "Tallennustilan tietoja", - "Choose file" : "Valitse tiedosto", - "Go to the previous folder" : "Siirry edelliseen kansioon", - "Open the files app settings" : "Avaa tiedostosovelluksen asetukset", - "Unable to change the favourite state of the file" : "Suosikki-tilan muuttaminen epäonnistui.", + "Upload (max. %s)" : "Lähetys (enintään %s)", + "Submitting fields…" : "Lähetetään tietoja...", + "Filter filenames…" : "Suodata tiedostonimiä...", "Edit file locally" : "Muokkaa tiedostoa paikallisesti", - "Create new templates folder" : "Luo uusi mallipohjien kansio", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} kansio","{folderCount} kansiota"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} tiedosto","{fileCount} tiedostoa"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 tiedosto ja {folderCount} kansio","1 tiedosto ja {folderCount} kansiota"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} tiedosto ja 1 kansio","{fileCount} tiedostoa ja 1 kansio"], "{fileCount} files and {folderCount} folders" : "{fileCount} tiedostoa ja {folderCount} kansiota", - "List of favorites files and folders." : "Luettelo suosikkitiedostoista ja -kansioista.", "Personal Files" : "Henkilökohtaiset tiedostot", "Text file" : "Tekstitiedosto", "New text file.txt" : "Uusi tekstitiedosto.txt", - "Submitting fields…" : "Lähetetään tietoja...", - "Filter filenames…" : "Suodata tiedostonimiä...", "{count} files could not be converted" : "{count} tiedostoa ei voitu muuntaa", "{count} files successfully converted" : "{count} tiedostoa muunnettu onnistuneesti" }, diff --git a/apps/files/l10n/fi.json b/apps/files/l10n/fi.json index b9b238376e3..fad7ebafc6e 100644 --- a/apps/files/l10n/fi.json +++ b/apps/files/l10n/fi.json @@ -52,7 +52,6 @@ "Favorite files" : "Suosikkitiedostot", "No favorites" : "Ei suosikkeja", "More favorites" : "Lisää suosikeja", - "Upload (max. %s)" : "Lähetys (enintään %s)", "Accept" : "Hyväksy", "Reject" : "Hylkää", "Incoming ownership transfer from {user}" : "Saapuva omistajuussiirto käyttäjältä {user}", @@ -386,30 +385,21 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Suora linkki kopioitu (toimii vain henkilöillä, joilla on pääsyoikeus tähän tiedostoon/kansioon)", "Path" : "Polku", "_%n byte_::_%n bytes_" : ["%n tavu","%n tavua"], - "Favorited" : "Lisätty suosikkeihin", "Copy direct link (only works for people who have access to this file/folder)" : "Kopioi suora linkki (toimii vain henkilöillä, joilla on pääsyoikeus tähän tiedostoon/kansioon)", "Upload file" : "Lähetä tiedosto", - "Not favorited" : "Ei suosikeissa", "An error occurred while trying to update the tags" : "Tunnisteiden päivitystä yrittäessä tapahtui virhe", - "You don't have permission to upload or create files here." : "Sinulla ei ole oikeutta lähettää tai luoda tiedostoja tänne.", - "Storage informations" : "Tallennustilan tietoja", - "Choose file" : "Valitse tiedosto", - "Go to the previous folder" : "Siirry edelliseen kansioon", - "Open the files app settings" : "Avaa tiedostosovelluksen asetukset", - "Unable to change the favourite state of the file" : "Suosikki-tilan muuttaminen epäonnistui.", + "Upload (max. %s)" : "Lähetys (enintään %s)", + "Submitting fields…" : "Lähetetään tietoja...", + "Filter filenames…" : "Suodata tiedostonimiä...", "Edit file locally" : "Muokkaa tiedostoa paikallisesti", - "Create new templates folder" : "Luo uusi mallipohjien kansio", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} kansio","{folderCount} kansiota"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} tiedosto","{fileCount} tiedostoa"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 tiedosto ja {folderCount} kansio","1 tiedosto ja {folderCount} kansiota"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} tiedosto ja 1 kansio","{fileCount} tiedostoa ja 1 kansio"], "{fileCount} files and {folderCount} folders" : "{fileCount} tiedostoa ja {folderCount} kansiota", - "List of favorites files and folders." : "Luettelo suosikkitiedostoista ja -kansioista.", "Personal Files" : "Henkilökohtaiset tiedostot", "Text file" : "Tekstitiedosto", "New text file.txt" : "Uusi tekstitiedosto.txt", - "Submitting fields…" : "Lähetetään tietoja...", - "Filter filenames…" : "Suodata tiedostonimiä...", "{count} files could not be converted" : "{count} tiedostoa ei voitu muuntaa", "{count} files successfully converted" : "{count} tiedostoa muunnettu onnistuneesti" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 4fbb46411f3..20142bbebf2 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Fichiers favoris", "No favorites" : "Aucun favori", "More favorites" : "Plus de favoris", - "Upload (max. %s)" : "Envoi (max. %s)", "Accept" : "Accepter", "Reject" : "Refuser", "Incoming ownership transfer from {user}" : "Transfert de propriété de la part de {user}", @@ -437,34 +436,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Le lien direct a été copié (fonctionne uniquement pour les personnes qui ont accès à ce fichier ou à ce dossier)", "Path" : "Chemin", "_%n byte_::_%n bytes_" : ["%n octet","%n octets","%n octets"], - "Favorited" : "Marqué comme favori", + "Favored" : "Favoris", + "Favor" : "Mettre en favoris", "Copy direct link (only works for people who have access to this file/folder)" : "Copier le lien direct (fonctionne uniquement pour les personnes pouvant accéder à ce fichier ou à ce dossier)", "Upload file" : "Téléverser un fichier", - "Not favorited" : "Non marqué comme favori", + "Not favored" : "Non favoris", "An error occurred while trying to update the tags" : "Une erreur est survenue lors de la mise à jour des étiquettes", - "You don't have permission to upload or create files here." : "Vous n'avez pas la permission de téléverser ou créer de fichiers ici.", - "Storage informations" : "Informations sur le stockage", - "Choose file" : "Choisir un fichier", - "Go to the previous folder" : "Aller au dossier précédent", - "Open the files app settings" : "Ouvrir les paramètres de l'application Fichiers", - "Unable to change the favourite state of the file" : "Impossible de modifier l'état favori du fichier", + "Upload (max. %s)" : "Envoi (max. %s)", + "Submitting fields…" : "Validation des champs...", + "Filter filenames…" : "Filtrer par nom de fichier…", "Edit file locally" : "Éditer le fichier localement", "Edit online" : "Éditer en ligne", - "Create new templates folder" : "Créer un nouveau dossier de modèles", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} dossier","{folderCount} dossiers","{folderCount} dossiers"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fichier","{fileCount} fichiers","{fileCount} fichiers"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fichier et {folderCount} dossier","1 fichier et {folderCount} dossiers","1 fichier et {folderCount} dossiers"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fichier et 1 dossier","{fileCount} fichiers et 1 dossier","{fileCount} fichiers et 1 dossier"], "{fileCount} files and {folderCount} folders" : "{fileCount} fichiers et {folderCount} dossiers", - "List of favorites files and folders." : "Liste des fichiers et dossiers favoris.", "Personal Files" : "Fichiers personnels", "Text file" : "Fichier texte", "New text file.txt" : "Nouveau fichier texte.txt", - "Favored" : "Favoris", - "Favor" : "Mettre en favoris", - "Not favored" : "Non favoris", - "Submitting fields…" : "Validation des champs...", - "Filter filenames…" : "Filtrer par nom de fichier…", "{count} files could not be converted" : "{count}fichier n'a pas pu être converti", "{count} files successfully converted" : "{count}fichier converti avec succès" }, diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 77f0ae5147d..af4f5f70116 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -52,7 +52,6 @@ "Favorite files" : "Fichiers favoris", "No favorites" : "Aucun favori", "More favorites" : "Plus de favoris", - "Upload (max. %s)" : "Envoi (max. %s)", "Accept" : "Accepter", "Reject" : "Refuser", "Incoming ownership transfer from {user}" : "Transfert de propriété de la part de {user}", @@ -435,34 +434,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Le lien direct a été copié (fonctionne uniquement pour les personnes qui ont accès à ce fichier ou à ce dossier)", "Path" : "Chemin", "_%n byte_::_%n bytes_" : ["%n octet","%n octets","%n octets"], - "Favorited" : "Marqué comme favori", + "Favored" : "Favoris", + "Favor" : "Mettre en favoris", "Copy direct link (only works for people who have access to this file/folder)" : "Copier le lien direct (fonctionne uniquement pour les personnes pouvant accéder à ce fichier ou à ce dossier)", "Upload file" : "Téléverser un fichier", - "Not favorited" : "Non marqué comme favori", + "Not favored" : "Non favoris", "An error occurred while trying to update the tags" : "Une erreur est survenue lors de la mise à jour des étiquettes", - "You don't have permission to upload or create files here." : "Vous n'avez pas la permission de téléverser ou créer de fichiers ici.", - "Storage informations" : "Informations sur le stockage", - "Choose file" : "Choisir un fichier", - "Go to the previous folder" : "Aller au dossier précédent", - "Open the files app settings" : "Ouvrir les paramètres de l'application Fichiers", - "Unable to change the favourite state of the file" : "Impossible de modifier l'état favori du fichier", + "Upload (max. %s)" : "Envoi (max. %s)", + "Submitting fields…" : "Validation des champs...", + "Filter filenames…" : "Filtrer par nom de fichier…", "Edit file locally" : "Éditer le fichier localement", "Edit online" : "Éditer en ligne", - "Create new templates folder" : "Créer un nouveau dossier de modèles", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} dossier","{folderCount} dossiers","{folderCount} dossiers"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fichier","{fileCount} fichiers","{fileCount} fichiers"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fichier et {folderCount} dossier","1 fichier et {folderCount} dossiers","1 fichier et {folderCount} dossiers"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fichier et 1 dossier","{fileCount} fichiers et 1 dossier","{fileCount} fichiers et 1 dossier"], "{fileCount} files and {folderCount} folders" : "{fileCount} fichiers et {folderCount} dossiers", - "List of favorites files and folders." : "Liste des fichiers et dossiers favoris.", "Personal Files" : "Fichiers personnels", "Text file" : "Fichier texte", "New text file.txt" : "Nouveau fichier texte.txt", - "Favored" : "Favoris", - "Favor" : "Mettre en favoris", - "Not favored" : "Non favoris", - "Submitting fields…" : "Validation des champs...", - "Filter filenames…" : "Filtrer par nom de fichier…", "{count} files could not be converted" : "{count}fichier n'a pas pu être converti", "{count} files successfully converted" : "{count}fichier converti avec succès" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/files/l10n/ga.js b/apps/files/l10n/ga.js index a52a16fb4b4..e08c16d1f7e 100644 --- a/apps/files/l10n/ga.js +++ b/apps/files/l10n/ga.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Comhaid is fearr leat", "No favorites" : "Gan aon cheanáin", "More favorites" : "Gan aon cheanáin", - "Upload (max. %s)" : "Uaslódáil (%s ar a mhéad)", "Accept" : "Glac", "Reject" : "Diúltaigh", "Incoming ownership transfer from {user}" : "Aistriú úinéireachta isteach ó {user}", @@ -437,34 +436,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Cóipeáladh nasc díreach (oibreacha do dhaoine a bhfuil rochtain acu ar an gcomhad/fillteán seo amháin)", "Path" : "Cosán", "_%n byte_::_%n bytes_" : ["%n beart ","%n bearta ","%n bearta","%n bearta","%n bearta"], - "Favorited" : "Is fearr leat", + "Favored" : "B'fhearr leis", + "Favor" : "Fabhar", "Copy direct link (only works for people who have access to this file/folder)" : "Cóipeáil nasc díreach (ní oibríonn ach do dhaoine a bhfuil rochtain acu ar an gcomhad/fillteán seo)", "Upload file" : "Uaslódáil comhad", - "Not favorited" : "Ní fearr leat", + "Not favored" : "Ní bail ar fónamh orthu", "An error occurred while trying to update the tags" : "Tharla earráid agus iarracht á déanamh na clibeanna a nuashonrú", - "You don't have permission to upload or create files here." : "Níl cead agat comhaid a uaslódáil nó a chruthú anseo.", - "Storage informations" : "Faisnéis stórála", - "Choose file" : "Roghnaigh comhad", - "Go to the previous folder" : "Téigh go dtí an fillteán roimhe seo", - "Open the files app settings" : "Oscail na socruithe aip comhaid", - "Unable to change the favourite state of the file" : "Ní féidir staid an chomhaid is fearr leat a athrú", + "Upload (max. %s)" : "Uaslódáil (%s ar a mhéad)", + "Submitting fields…" : "Réimsí á gcur isteach…", + "Filter filenames…" : "Scag ainmneacha comhaid…", "Edit file locally" : "Cuir an comhad in eagar go háitiúil", "Edit online" : "Cuir in eagar ar líne", - "Create new templates folder" : "Cruthaigh fillteán teimpléid nua", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} fillteán","{folderCount} fillteáin","{folderCount} fillteáin","{folderCount} fillteáin","{folderCount} fillteáin"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} comhad","{fileCount} comhaid","{fileCount} comhaid","{fileCount} comhaid","{fileCount} comhaid"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 chomhad agus {folderCount} fillteán","1 chomhad agus {folderCount} fillteáin","1 chomhad agus {folderCount} fillteáin","1 chomhad agus {folderCount} fillteáin","1 chomhad agus {folderCount} fillteáin"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} comhad agus 1 fillteán","{fileCount} comhaid agus 1 fillteán","{fileCount} comhaid agus 1 fillteán","{fileCount} comhaid agus 1 fillteán","{fileCount} comhaid agus 1 fillteán"], "{fileCount} files and {folderCount} folders" : "comhaid {fileCount} agus fillteáin {folderCount}", - "List of favorites files and folders." : "Liosta de na comhaid is ansa leat agus fillteáin.", "Personal Files" : "Comhaid Phearsanta", "Text file" : "Comhad téacs", "New text file.txt" : "Comhad téacs nua.txt", - "Favored" : "B'fhearr leis", - "Favor" : "Fabhar", - "Not favored" : "Ní bail ar fónamh orthu", - "Submitting fields…" : "Réimsí á gcur isteach…", - "Filter filenames…" : "Scag ainmneacha comhaid…", "{count} files could not be converted" : "{count} níorbh fhéidir comhaid a thiontú", "{count} files successfully converted" : "{count} comhaid a thiontú go rathúil" }, diff --git a/apps/files/l10n/ga.json b/apps/files/l10n/ga.json index 2da61d98e94..acc3249e017 100644 --- a/apps/files/l10n/ga.json +++ b/apps/files/l10n/ga.json @@ -52,7 +52,6 @@ "Favorite files" : "Comhaid is fearr leat", "No favorites" : "Gan aon cheanáin", "More favorites" : "Gan aon cheanáin", - "Upload (max. %s)" : "Uaslódáil (%s ar a mhéad)", "Accept" : "Glac", "Reject" : "Diúltaigh", "Incoming ownership transfer from {user}" : "Aistriú úinéireachta isteach ó {user}", @@ -435,34 +434,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Cóipeáladh nasc díreach (oibreacha do dhaoine a bhfuil rochtain acu ar an gcomhad/fillteán seo amháin)", "Path" : "Cosán", "_%n byte_::_%n bytes_" : ["%n beart ","%n bearta ","%n bearta","%n bearta","%n bearta"], - "Favorited" : "Is fearr leat", + "Favored" : "B'fhearr leis", + "Favor" : "Fabhar", "Copy direct link (only works for people who have access to this file/folder)" : "Cóipeáil nasc díreach (ní oibríonn ach do dhaoine a bhfuil rochtain acu ar an gcomhad/fillteán seo)", "Upload file" : "Uaslódáil comhad", - "Not favorited" : "Ní fearr leat", + "Not favored" : "Ní bail ar fónamh orthu", "An error occurred while trying to update the tags" : "Tharla earráid agus iarracht á déanamh na clibeanna a nuashonrú", - "You don't have permission to upload or create files here." : "Níl cead agat comhaid a uaslódáil nó a chruthú anseo.", - "Storage informations" : "Faisnéis stórála", - "Choose file" : "Roghnaigh comhad", - "Go to the previous folder" : "Téigh go dtí an fillteán roimhe seo", - "Open the files app settings" : "Oscail na socruithe aip comhaid", - "Unable to change the favourite state of the file" : "Ní féidir staid an chomhaid is fearr leat a athrú", + "Upload (max. %s)" : "Uaslódáil (%s ar a mhéad)", + "Submitting fields…" : "Réimsí á gcur isteach…", + "Filter filenames…" : "Scag ainmneacha comhaid…", "Edit file locally" : "Cuir an comhad in eagar go háitiúil", "Edit online" : "Cuir in eagar ar líne", - "Create new templates folder" : "Cruthaigh fillteán teimpléid nua", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} fillteán","{folderCount} fillteáin","{folderCount} fillteáin","{folderCount} fillteáin","{folderCount} fillteáin"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} comhad","{fileCount} comhaid","{fileCount} comhaid","{fileCount} comhaid","{fileCount} comhaid"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 chomhad agus {folderCount} fillteán","1 chomhad agus {folderCount} fillteáin","1 chomhad agus {folderCount} fillteáin","1 chomhad agus {folderCount} fillteáin","1 chomhad agus {folderCount} fillteáin"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} comhad agus 1 fillteán","{fileCount} comhaid agus 1 fillteán","{fileCount} comhaid agus 1 fillteán","{fileCount} comhaid agus 1 fillteán","{fileCount} comhaid agus 1 fillteán"], "{fileCount} files and {folderCount} folders" : "comhaid {fileCount} agus fillteáin {folderCount}", - "List of favorites files and folders." : "Liosta de na comhaid is ansa leat agus fillteáin.", "Personal Files" : "Comhaid Phearsanta", "Text file" : "Comhad téacs", "New text file.txt" : "Comhad téacs nua.txt", - "Favored" : "B'fhearr leis", - "Favor" : "Fabhar", - "Not favored" : "Ní bail ar fónamh orthu", - "Submitting fields…" : "Réimsí á gcur isteach…", - "Filter filenames…" : "Scag ainmneacha comhaid…", "{count} files could not be converted" : "{count} níorbh fhéidir comhaid a thiontú", "{count} files successfully converted" : "{count} comhaid a thiontú go rathúil" },"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index 8262941c787..c352a853798 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Ficheiros favoritos", "No favorites" : "Non hai favoritos", "More favorites" : "Máis favoritos", - "Upload (max. %s)" : "Envío (máx. %s)", "Accept" : "Aceptar", "Reject" : "Rexeitar", "Incoming ownership transfer from {user}" : "Transferencia da propiedade entrante de {user}", @@ -425,34 +424,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Foi copiada a ligazón directa (só funciona para as persoas que teñen acceso a este ficheiro/cartafol)", "Path" : "Ruta", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Marcado como favorito", + "Favored" : "Favorecido", + "Favor" : "Favorecer", "Copy direct link (only works for people who have access to this file/folder)" : "Copiar a ligazón directa (só funciona para persoas con acceso a este ficheiro/cartafol)", "Upload file" : "Enviar ficheiro", - "Not favorited" : "Non marcado como favorito", + "Not favored" : "Non favorecido", "An error occurred while trying to update the tags" : "Produciuse un erro ao tentar actualizar as etiquetas", - "You don't have permission to upload or create files here." : "Non ten permiso para enviar ou crear ficheiros aquí.", - "Storage informations" : "Información de almacenamento", - "Choose file" : "Escoller o ficheiro", - "Go to the previous folder" : "Ir ao cartafol anterior", - "Open the files app settings" : "Abrir os axustes da aplicación de ficheiros", - "Unable to change the favourite state of the file" : "Non é posíbel cambiar o estado favorito do ficheiro", + "Upload (max. %s)" : "Envío (máx. %s)", + "Submitting fields…" : "Enviando os campos...", + "Filter filenames…" : "Filtrar os nomes de ficheiro…", "Edit file locally" : "Editar o ficheiro localmente", "Edit online" : "Editar en liña", - "Create new templates folder" : "Crear un novo cartafol de modelos", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartafol","{folderCount} cartafoles"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ficheiro","{fileCount} ficheiros"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ficheiro e {folderCount} cartafol","1 ficheiro e {folderCount} cartafoles"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} ficheiro e 1 cartafol","{fileCount} ficheiros e 1 cartafol"], "{fileCount} files and {folderCount} folders" : "{fileCount} ficheiros e {folderCount} cartafoles", - "List of favorites files and folders." : "Lista de ficheiros e cartafoles favoritos.", "Personal Files" : "Ficheiros persoais", "Text file" : "Ficheiro de texto", "New text file.txt" : "Novo ficheiro de texto.txt", - "Favored" : "Favorecido", - "Favor" : "Favorecer", - "Not favored" : "Non favorecido", - "Submitting fields…" : "Enviando os campos...", - "Filter filenames…" : "Filtrar os nomes de ficheiro…", "{count} files could not be converted" : "Non foi posíbel converter {count} ficheiros", "{count} files successfully converted" : "{count} ficheiros foron convertidos correctamente" }, diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json index 2e7c5c6a531..88363ce23bc 100644 --- a/apps/files/l10n/gl.json +++ b/apps/files/l10n/gl.json @@ -52,7 +52,6 @@ "Favorite files" : "Ficheiros favoritos", "No favorites" : "Non hai favoritos", "More favorites" : "Máis favoritos", - "Upload (max. %s)" : "Envío (máx. %s)", "Accept" : "Aceptar", "Reject" : "Rexeitar", "Incoming ownership transfer from {user}" : "Transferencia da propiedade entrante de {user}", @@ -423,34 +422,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Foi copiada a ligazón directa (só funciona para as persoas que teñen acceso a este ficheiro/cartafol)", "Path" : "Ruta", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Marcado como favorito", + "Favored" : "Favorecido", + "Favor" : "Favorecer", "Copy direct link (only works for people who have access to this file/folder)" : "Copiar a ligazón directa (só funciona para persoas con acceso a este ficheiro/cartafol)", "Upload file" : "Enviar ficheiro", - "Not favorited" : "Non marcado como favorito", + "Not favored" : "Non favorecido", "An error occurred while trying to update the tags" : "Produciuse un erro ao tentar actualizar as etiquetas", - "You don't have permission to upload or create files here." : "Non ten permiso para enviar ou crear ficheiros aquí.", - "Storage informations" : "Información de almacenamento", - "Choose file" : "Escoller o ficheiro", - "Go to the previous folder" : "Ir ao cartafol anterior", - "Open the files app settings" : "Abrir os axustes da aplicación de ficheiros", - "Unable to change the favourite state of the file" : "Non é posíbel cambiar o estado favorito do ficheiro", + "Upload (max. %s)" : "Envío (máx. %s)", + "Submitting fields…" : "Enviando os campos...", + "Filter filenames…" : "Filtrar os nomes de ficheiro…", "Edit file locally" : "Editar o ficheiro localmente", "Edit online" : "Editar en liña", - "Create new templates folder" : "Crear un novo cartafol de modelos", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartafol","{folderCount} cartafoles"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ficheiro","{fileCount} ficheiros"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ficheiro e {folderCount} cartafol","1 ficheiro e {folderCount} cartafoles"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} ficheiro e 1 cartafol","{fileCount} ficheiros e 1 cartafol"], "{fileCount} files and {folderCount} folders" : "{fileCount} ficheiros e {folderCount} cartafoles", - "List of favorites files and folders." : "Lista de ficheiros e cartafoles favoritos.", "Personal Files" : "Ficheiros persoais", "Text file" : "Ficheiro de texto", "New text file.txt" : "Novo ficheiro de texto.txt", - "Favored" : "Favorecido", - "Favor" : "Favorecer", - "Not favored" : "Non favorecido", - "Submitting fields…" : "Enviando os campos...", - "Filter filenames…" : "Filtrar os nomes de ficheiro…", "{count} files could not be converted" : "Non foi posíbel converter {count} ficheiros", "{count} files successfully converted" : "{count} ficheiros foron convertidos correctamente" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js index 10ab2b1a997..a07747091f7 100644 --- a/apps/files/l10n/hu.js +++ b/apps/files/l10n/hu.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Kedvenc fájlok", "No favorites" : "Nincsenek kedvencek", "More favorites" : "További kedvencek", - "Upload (max. %s)" : "Feltöltés (legfeljebb %s)", "Accept" : "Elfogadás", "Reject" : "Elutasítás", "Incoming ownership transfer from {user}" : "Bejövő tulajdonjog-átruházás {user} részéről", @@ -411,33 +410,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "A közvetlen hivatkozás másolva (csak azon személyeknek működik, akik elérik ezt a fájlt/mappát)", "Path" : "Útvonal", "_%n byte_::_%n bytes_" : ["%n bájt","%n bájt"], - "Favorited" : "Kedvenc", + "Favored" : "Kedvelve", + "Favor" : "Kedvelés", "Copy direct link (only works for people who have access to this file/folder)" : "Közvetlen hivatkozás másolása (csak azoknál a személyeknél működik, akiknek hozzáférése van a fájlhoz/mappához)", "Upload file" : "Fájl feltöltése", - "Not favorited" : "Nincs a kedvencek között", + "Not favored" : "Nincs a kedveltek között", "An error occurred while trying to update the tags" : "Hiba történt, miközben megpróbálta frissíteni a címkéket", - "Storage informations" : "Tárhely-információk", - "Choose file" : "Válasszon fájlt", - "Go to the previous folder" : "Ugrás az előző mappához", - "Open the files app settings" : "Nyissa meg a Fájlok lalkalmazás beállításait", - "Unable to change the favourite state of the file" : "Nem lehet megváltoztatni a fájl kedvenc állapotát", + "Upload (max. %s)" : "Feltöltés (legfeljebb %s)", + "Submitting fields…" : "Mezők beküldése…", + "Filter filenames…" : "Fájlnevek szűrése…", "Edit file locally" : "Fájl helyi szerkesztése", "Edit online" : "Online szerkesztés", - "Create new templates folder" : "Új sablonmappa létrehozása", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappa","{folderCount} mappa"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fájl","{fileCount} fájl"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fájl és {folderCount} mappa","1 fájl és {folderCount} mappa"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fájl és 1 mappa","{fileCount} fájl és 1 mappa"], "{fileCount} files and {folderCount} folders" : "{fileCount} fájl és {folderCount} mappa", - "List of favorites files and folders." : "Kedvenc fájlok és mappák felsorolása.", "Personal Files" : "Személyes fájlok", "Text file" : "Szövegfájl", "New text file.txt" : "Új szövegfájl.txt", - "Favored" : "Kedvelve", - "Favor" : "Kedvelés", - "Not favored" : "Nincs a kedveltek között", - "Submitting fields…" : "Mezők beküldése…", - "Filter filenames…" : "Fájlnevek szűrése…", "{count} files could not be converted" : "{count} fájl nem konvertálható", "{count} files successfully converted" : "{count} fájl sikeresen konvertálva" }, diff --git a/apps/files/l10n/hu.json b/apps/files/l10n/hu.json index 999670b9d3a..f396814aa2b 100644 --- a/apps/files/l10n/hu.json +++ b/apps/files/l10n/hu.json @@ -52,7 +52,6 @@ "Favorite files" : "Kedvenc fájlok", "No favorites" : "Nincsenek kedvencek", "More favorites" : "További kedvencek", - "Upload (max. %s)" : "Feltöltés (legfeljebb %s)", "Accept" : "Elfogadás", "Reject" : "Elutasítás", "Incoming ownership transfer from {user}" : "Bejövő tulajdonjog-átruházás {user} részéről", @@ -409,33 +408,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "A közvetlen hivatkozás másolva (csak azon személyeknek működik, akik elérik ezt a fájlt/mappát)", "Path" : "Útvonal", "_%n byte_::_%n bytes_" : ["%n bájt","%n bájt"], - "Favorited" : "Kedvenc", + "Favored" : "Kedvelve", + "Favor" : "Kedvelés", "Copy direct link (only works for people who have access to this file/folder)" : "Közvetlen hivatkozás másolása (csak azoknál a személyeknél működik, akiknek hozzáférése van a fájlhoz/mappához)", "Upload file" : "Fájl feltöltése", - "Not favorited" : "Nincs a kedvencek között", + "Not favored" : "Nincs a kedveltek között", "An error occurred while trying to update the tags" : "Hiba történt, miközben megpróbálta frissíteni a címkéket", - "Storage informations" : "Tárhely-információk", - "Choose file" : "Válasszon fájlt", - "Go to the previous folder" : "Ugrás az előző mappához", - "Open the files app settings" : "Nyissa meg a Fájlok lalkalmazás beállításait", - "Unable to change the favourite state of the file" : "Nem lehet megváltoztatni a fájl kedvenc állapotát", + "Upload (max. %s)" : "Feltöltés (legfeljebb %s)", + "Submitting fields…" : "Mezők beküldése…", + "Filter filenames…" : "Fájlnevek szűrése…", "Edit file locally" : "Fájl helyi szerkesztése", "Edit online" : "Online szerkesztés", - "Create new templates folder" : "Új sablonmappa létrehozása", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappa","{folderCount} mappa"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fájl","{fileCount} fájl"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fájl és {folderCount} mappa","1 fájl és {folderCount} mappa"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fájl és 1 mappa","{fileCount} fájl és 1 mappa"], "{fileCount} files and {folderCount} folders" : "{fileCount} fájl és {folderCount} mappa", - "List of favorites files and folders." : "Kedvenc fájlok és mappák felsorolása.", "Personal Files" : "Személyes fájlok", "Text file" : "Szövegfájl", "New text file.txt" : "Új szövegfájl.txt", - "Favored" : "Kedvelve", - "Favor" : "Kedvelés", - "Not favored" : "Nincs a kedveltek között", - "Submitting fields…" : "Mezők beküldése…", - "Filter filenames…" : "Fájlnevek szűrése…", "{count} files could not be converted" : "{count} fájl nem konvertálható", "{count} files successfully converted" : "{count} fájl sikeresen konvertálva" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files/l10n/id.js b/apps/files/l10n/id.js index 26b58d44082..2be51a48924 100644 --- a/apps/files/l10n/id.js +++ b/apps/files/l10n/id.js @@ -43,7 +43,6 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "Sebuah berkas atau folder telah <strong>diubah</strong>", "A favorite file or folder has been <strong>changed</strong>" : "Sebuah berkas atau folder favorit telah <strong>diubah</strong>", "No favorites" : "Tidak ada favorit", - "Upload (max. %s)" : "Unggah (maks. %s)", "Accept" : "Terima", "Reject" : "Ditolak", "Incoming ownership transfer from {user}" : "Permintaan transfer kepemilikan dari {user}", @@ -226,13 +225,9 @@ OC.L10N.register( "_matches \"{filter}\"_::_match \"{filter}\"_" : ["cocok dengan \"{filter}\""], "Path" : "Jalur", "_%n byte_::_%n bytes_" : ["%n byte"], - "Favorited" : "Difavoritkan", "Upload file" : "Unggah berkas", - "Not favorited" : "Tidak favorit", "An error occurred while trying to update the tags" : "Terjadi kesalahan saat mencoba untuk memperbarui label", - "Storage informations" : "Informasi penyimpanan", - "Open the files app settings" : "Buka setelan aplikasi berkas", - "Unable to change the favourite state of the file" : "Gagal mengubah status favorit berkas", + "Upload (max. %s)" : "Unggah (maks. %s)", "Text file" : "Berkas teks", "New text file.txt" : "Teks baru file.txt" }, diff --git a/apps/files/l10n/id.json b/apps/files/l10n/id.json index 124d61723c6..d9c47f1600b 100644 --- a/apps/files/l10n/id.json +++ b/apps/files/l10n/id.json @@ -41,7 +41,6 @@ "A file or folder has been <strong>changed</strong>" : "Sebuah berkas atau folder telah <strong>diubah</strong>", "A favorite file or folder has been <strong>changed</strong>" : "Sebuah berkas atau folder favorit telah <strong>diubah</strong>", "No favorites" : "Tidak ada favorit", - "Upload (max. %s)" : "Unggah (maks. %s)", "Accept" : "Terima", "Reject" : "Ditolak", "Incoming ownership transfer from {user}" : "Permintaan transfer kepemilikan dari {user}", @@ -224,13 +223,9 @@ "_matches \"{filter}\"_::_match \"{filter}\"_" : ["cocok dengan \"{filter}\""], "Path" : "Jalur", "_%n byte_::_%n bytes_" : ["%n byte"], - "Favorited" : "Difavoritkan", "Upload file" : "Unggah berkas", - "Not favorited" : "Tidak favorit", "An error occurred while trying to update the tags" : "Terjadi kesalahan saat mencoba untuk memperbarui label", - "Storage informations" : "Informasi penyimpanan", - "Open the files app settings" : "Buka setelan aplikasi berkas", - "Unable to change the favourite state of the file" : "Gagal mengubah status favorit berkas", + "Upload (max. %s)" : "Unggah (maks. %s)", "Text file" : "Berkas teks", "New text file.txt" : "Teks baru file.txt" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/files/l10n/is.js b/apps/files/l10n/is.js index ee87ac2320d..396e17102d2 100644 --- a/apps/files/l10n/is.js +++ b/apps/files/l10n/is.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Eftirlætisskrár", "No favorites" : "Engin eftirlæti", "More favorites" : "Fleiri eftirlæti", - "Upload (max. %s)" : "Senda inn (hám. %s)", "Accept" : "Samþykkja", "Reject" : "Hafna", "Incoming ownership transfer from {user}" : "Innkomandi millifærsla eignarhalds frá {user}", @@ -408,33 +407,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Beinn tengill var afritaður (virkar bara fyrir fólk sem hefur aðgang að þessari skrá/möppu)", "Path" : "Slóð", "_%n byte_::_%n bytes_" : ["%n bæti","%n bæti"], - "Favorited" : "Sett í eftirlæti", + "Favored" : "Eftirlæti", + "Favor" : "Eftirl", "Copy direct link (only works for people who have access to this file/folder)" : "Afrita beinan tengil (virkar bara fyrir fólk sem hefur aðgang að þessari skrá/möppu)", "Upload file" : "Senda inn skrá", - "Not favorited" : "Ekki í eftirlætum", + "Not favored" : "Ekki eftirlæti", "An error occurred while trying to update the tags" : "Villa kom upp við að reyna að uppfæra merkin", - "Storage informations" : "Upplýsingar um geymslurými", - "Choose file" : "Veldu skrá", - "Go to the previous folder" : "Fara í fyrri möppu", - "Open the files app settings" : "Opna stillingar skráaforritsins", - "Unable to change the favourite state of the file" : "Get ekki breytt stöðu sem eftirlæti á skránni", + "Upload (max. %s)" : "Senda inn (hám. %s)", + "Submitting fields…" : "Sendi inn gögn úr reitum…", + "Filter filenames…" : "Sía skráaheiti…", "Edit file locally" : "Breyta skrá á tölvunni", "Edit online" : "Breyta á netinu", - "Create new templates folder" : "Búa til nýja sniðmátamöppu", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappa","{folderCount} möppur"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} skrá","{fileCount} skrár"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 skrá og {folderCount} mappa","1 skrá og {folderCount} möppur"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} skrá og 1 mappa","{fileCount} skrár og 1 mappa"], "{fileCount} files and {folderCount} folders" : "{fileCount} skrár og {folderCount} möppur", - "List of favorites files and folders." : "Listi yfir eftirlætisskrár og möppur.", "Personal Files" : "Einkaskrár", "Text file" : "Textaskrá", "New text file.txt" : "Ný textaskrá.txt", - "Favored" : "Eftirlæti", - "Favor" : "Eftirl", - "Not favored" : "Ekki eftirlæti", - "Submitting fields…" : "Sendi inn gögn úr reitum…", - "Filter filenames…" : "Sía skráaheiti…", "{count} files could not be converted" : "Ekki var hægt að umbreyta {count} skrám", "{count} files successfully converted" : "Tókst að umbreyta {count} skrám" }, diff --git a/apps/files/l10n/is.json b/apps/files/l10n/is.json index ba82fae1a98..4da31a7d937 100644 --- a/apps/files/l10n/is.json +++ b/apps/files/l10n/is.json @@ -52,7 +52,6 @@ "Favorite files" : "Eftirlætisskrár", "No favorites" : "Engin eftirlæti", "More favorites" : "Fleiri eftirlæti", - "Upload (max. %s)" : "Senda inn (hám. %s)", "Accept" : "Samþykkja", "Reject" : "Hafna", "Incoming ownership transfer from {user}" : "Innkomandi millifærsla eignarhalds frá {user}", @@ -406,33 +405,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Beinn tengill var afritaður (virkar bara fyrir fólk sem hefur aðgang að þessari skrá/möppu)", "Path" : "Slóð", "_%n byte_::_%n bytes_" : ["%n bæti","%n bæti"], - "Favorited" : "Sett í eftirlæti", + "Favored" : "Eftirlæti", + "Favor" : "Eftirl", "Copy direct link (only works for people who have access to this file/folder)" : "Afrita beinan tengil (virkar bara fyrir fólk sem hefur aðgang að þessari skrá/möppu)", "Upload file" : "Senda inn skrá", - "Not favorited" : "Ekki í eftirlætum", + "Not favored" : "Ekki eftirlæti", "An error occurred while trying to update the tags" : "Villa kom upp við að reyna að uppfæra merkin", - "Storage informations" : "Upplýsingar um geymslurými", - "Choose file" : "Veldu skrá", - "Go to the previous folder" : "Fara í fyrri möppu", - "Open the files app settings" : "Opna stillingar skráaforritsins", - "Unable to change the favourite state of the file" : "Get ekki breytt stöðu sem eftirlæti á skránni", + "Upload (max. %s)" : "Senda inn (hám. %s)", + "Submitting fields…" : "Sendi inn gögn úr reitum…", + "Filter filenames…" : "Sía skráaheiti…", "Edit file locally" : "Breyta skrá á tölvunni", "Edit online" : "Breyta á netinu", - "Create new templates folder" : "Búa til nýja sniðmátamöppu", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappa","{folderCount} möppur"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} skrá","{fileCount} skrár"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 skrá og {folderCount} mappa","1 skrá og {folderCount} möppur"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} skrá og 1 mappa","{fileCount} skrár og 1 mappa"], "{fileCount} files and {folderCount} folders" : "{fileCount} skrár og {folderCount} möppur", - "List of favorites files and folders." : "Listi yfir eftirlætisskrár og möppur.", "Personal Files" : "Einkaskrár", "Text file" : "Textaskrá", "New text file.txt" : "Ný textaskrá.txt", - "Favored" : "Eftirlæti", - "Favor" : "Eftirl", - "Not favored" : "Ekki eftirlæti", - "Submitting fields…" : "Sendi inn gögn úr reitum…", - "Filter filenames…" : "Sía skráaheiti…", "{count} files could not be converted" : "Ekki var hægt að umbreyta {count} skrám", "{count} files successfully converted" : "Tókst að umbreyta {count} skrám" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 1394712a176..e189cf4673a 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "File preferiti", "No favorites" : "Nessun preferito", "More favorites" : "Altri preferiti", - "Upload (max. %s)" : "Carica (massimo %s)", "Accept" : "Accetta", "Reject" : "Rifiuta", "Incoming ownership transfer from {user}" : "Trasferimento di proprietà in ingresso da {user}", @@ -437,34 +436,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Il collegamento diretto è stato copiato (funziona solo per gli utenti che hanno accesso a questo file o cartella)", "Path" : "Percorso", "_%n byte_::_%n bytes_" : ["%n byte","%n byte","%n byte"], - "Favorited" : "Preferiti", + "Favored" : "Preferito", + "Favor" : "Preferiti", "Copy direct link (only works for people who have access to this file/folder)" : "Copia collegamento diretto (funziona solo per utenti che hanno accesso a questo file/cartella)", "Upload file" : "Carica file", - "Not favorited" : "Non preferito", + "Not favored" : "Non preferito", "An error occurred while trying to update the tags" : "Si è verificato un errore durante il tentativo di aggiornare le etichette", - "You don't have permission to upload or create files here." : "Non hai l'autorizzazione per caricare o creare file qui.", - "Storage informations" : "Informazioni di archiviazione", - "Choose file" : "Scegli file", - "Go to the previous folder" : "Vai alla cartella precedente", - "Open the files app settings" : "Apri le impostazioni dell'applicazione File", - "Unable to change the favourite state of the file" : "Impossibile cambiare lo stato di preferito del file", + "Upload (max. %s)" : "Carica (massimo %s)", + "Submitting fields…" : "Invio dei campi…", + "Filter filenames…" : "Filtra nomi di file…", "Edit file locally" : "Modifica il file localmente", "Edit online" : "Modifica online", - "Create new templates folder" : "Crea una nuova cartella dei modelli", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartella","{folderCount} cartelle","{folderCount} cartelle"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} file","{fileCount} file"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file e {folderCount} cartella","1 file e {folderCount} cartelle","1 file e {folderCount} cartelle"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} file e 1 cartella","{fileCount} file e 1 cartella","{fileCount} file e 1 cartella"], "{fileCount} files and {folderCount} folders" : "{fileCount} file e {folderCount} cartelle", - "List of favorites files and folders." : "Lista di file e cartelle preferiti.", "Personal Files" : "File personali", "Text file" : "File di testo", "New text file.txt" : "Nuovo file di testo.txt", - "Favored" : "Preferito", - "Favor" : "Preferiti", - "Not favored" : "Non preferito", - "Submitting fields…" : "Invio dei campi…", - "Filter filenames…" : "Filtra nomi di file…", "{count} files could not be converted" : "{count} file non possono essere convertiti", "{count} files successfully converted" : "{count} file convertiti con successo" }, diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json index cd91fe47818..e3787686d41 100644 --- a/apps/files/l10n/it.json +++ b/apps/files/l10n/it.json @@ -52,7 +52,6 @@ "Favorite files" : "File preferiti", "No favorites" : "Nessun preferito", "More favorites" : "Altri preferiti", - "Upload (max. %s)" : "Carica (massimo %s)", "Accept" : "Accetta", "Reject" : "Rifiuta", "Incoming ownership transfer from {user}" : "Trasferimento di proprietà in ingresso da {user}", @@ -435,34 +434,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Il collegamento diretto è stato copiato (funziona solo per gli utenti che hanno accesso a questo file o cartella)", "Path" : "Percorso", "_%n byte_::_%n bytes_" : ["%n byte","%n byte","%n byte"], - "Favorited" : "Preferiti", + "Favored" : "Preferito", + "Favor" : "Preferiti", "Copy direct link (only works for people who have access to this file/folder)" : "Copia collegamento diretto (funziona solo per utenti che hanno accesso a questo file/cartella)", "Upload file" : "Carica file", - "Not favorited" : "Non preferito", + "Not favored" : "Non preferito", "An error occurred while trying to update the tags" : "Si è verificato un errore durante il tentativo di aggiornare le etichette", - "You don't have permission to upload or create files here." : "Non hai l'autorizzazione per caricare o creare file qui.", - "Storage informations" : "Informazioni di archiviazione", - "Choose file" : "Scegli file", - "Go to the previous folder" : "Vai alla cartella precedente", - "Open the files app settings" : "Apri le impostazioni dell'applicazione File", - "Unable to change the favourite state of the file" : "Impossibile cambiare lo stato di preferito del file", + "Upload (max. %s)" : "Carica (massimo %s)", + "Submitting fields…" : "Invio dei campi…", + "Filter filenames…" : "Filtra nomi di file…", "Edit file locally" : "Modifica il file localmente", "Edit online" : "Modifica online", - "Create new templates folder" : "Crea una nuova cartella dei modelli", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartella","{folderCount} cartelle","{folderCount} cartelle"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} file","{fileCount} file"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file e {folderCount} cartella","1 file e {folderCount} cartelle","1 file e {folderCount} cartelle"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} file e 1 cartella","{fileCount} file e 1 cartella","{fileCount} file e 1 cartella"], "{fileCount} files and {folderCount} folders" : "{fileCount} file e {folderCount} cartelle", - "List of favorites files and folders." : "Lista di file e cartelle preferiti.", "Personal Files" : "File personali", "Text file" : "File di testo", "New text file.txt" : "Nuovo file di testo.txt", - "Favored" : "Preferito", - "Favor" : "Preferiti", - "Not favored" : "Non preferito", - "Submitting fields…" : "Invio dei campi…", - "Filter filenames…" : "Filtra nomi di file…", "{count} files could not be converted" : "{count} file non possono essere convertiti", "{count} files successfully converted" : "{count} file convertiti con successo" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 6c16223edef..419badb5dee 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "お気に入りファイル", "No favorites" : "お気に入りなし", "More favorites" : "その他のお気に入り", - "Upload (max. %s)" : "アップロード ( 最大 %s )", "Accept" : "承諾", "Reject" : "拒否", "Incoming ownership transfer from {user}" : "{user} からの所有権転送を受信", @@ -437,34 +436,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "ダイレクトリンクがコピーされました(このファイルやフォルダにアクセスできる人にのみ機能します)", "Path" : "Path", "_%n byte_::_%n bytes_" : ["%n バイト"], - "Favorited" : "お気に入り済", + "Favored" : "好評", + "Favor" : "好意的", "Copy direct link (only works for people who have access to this file/folder)" : "ダイレクトリンクをコピー (このファイル/フォルダにアクセスできる人にのみ機能します)", "Upload file" : "ファイルをアップロード", - "Not favorited" : "お気に入りではありません", + "Not favored" : "好ましくない", "An error occurred while trying to update the tags" : "タグを更新する際にエラーが発生しました", - "You don't have permission to upload or create files here." : "ここにファイルをアップロードまたは作成する権限がありません。", - "Storage informations" : "ストレージ情報", - "Choose file" : "ファイルを選択", - "Go to the previous folder" : "前のフォルダへ移動", - "Open the files app settings" : "ファイルアプリの設定を開く", - "Unable to change the favourite state of the file" : "ファイルのお気に入りの状態を変更できません", + "Upload (max. %s)" : "アップロード ( 最大 %s )", + "Submitting fields…" : "フィールドを送信中…", + "Filter filenames…" : "ファイルネームフィルター…", "Edit file locally" : "ファイルをローカルで編集", "Edit online" : "オンラインで編集", - "Create new templates folder" : "新しいテンプレートフォルダーを作成", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} フォルダ"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ファイル"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ファイルと {folderCount} フォルダ"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} ファイルと 1 フォルダ"], "{fileCount} files and {folderCount} folders" : "{fileCount} ファイルと {folderCount} フォルダ", - "List of favorites files and folders." : "お気に入りのファイルやフォルダーの一覧", "Personal Files" : "個人ファイル", "Text file" : "テキストファイル", "New text file.txt" : "新規のテキストファイル作成", - "Favored" : "好評", - "Favor" : "好意的", - "Not favored" : "好ましくない", - "Submitting fields…" : "フィールドを送信中…", - "Filter filenames…" : "ファイルネームフィルター…", "{count} files could not be converted" : "{count}個のファイルが変換できませんでした", "{count} files successfully converted" : "{count}個のファイルの変換に成功しました" }, diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json index 6e24c0a0326..5ac7df29c81 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.json @@ -52,7 +52,6 @@ "Favorite files" : "お気に入りファイル", "No favorites" : "お気に入りなし", "More favorites" : "その他のお気に入り", - "Upload (max. %s)" : "アップロード ( 最大 %s )", "Accept" : "承諾", "Reject" : "拒否", "Incoming ownership transfer from {user}" : "{user} からの所有権転送を受信", @@ -435,34 +434,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "ダイレクトリンクがコピーされました(このファイルやフォルダにアクセスできる人にのみ機能します)", "Path" : "Path", "_%n byte_::_%n bytes_" : ["%n バイト"], - "Favorited" : "お気に入り済", + "Favored" : "好評", + "Favor" : "好意的", "Copy direct link (only works for people who have access to this file/folder)" : "ダイレクトリンクをコピー (このファイル/フォルダにアクセスできる人にのみ機能します)", "Upload file" : "ファイルをアップロード", - "Not favorited" : "お気に入りではありません", + "Not favored" : "好ましくない", "An error occurred while trying to update the tags" : "タグを更新する際にエラーが発生しました", - "You don't have permission to upload or create files here." : "ここにファイルをアップロードまたは作成する権限がありません。", - "Storage informations" : "ストレージ情報", - "Choose file" : "ファイルを選択", - "Go to the previous folder" : "前のフォルダへ移動", - "Open the files app settings" : "ファイルアプリの設定を開く", - "Unable to change the favourite state of the file" : "ファイルのお気に入りの状態を変更できません", + "Upload (max. %s)" : "アップロード ( 最大 %s )", + "Submitting fields…" : "フィールドを送信中…", + "Filter filenames…" : "ファイルネームフィルター…", "Edit file locally" : "ファイルをローカルで編集", "Edit online" : "オンラインで編集", - "Create new templates folder" : "新しいテンプレートフォルダーを作成", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} フォルダ"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ファイル"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ファイルと {folderCount} フォルダ"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} ファイルと 1 フォルダ"], "{fileCount} files and {folderCount} folders" : "{fileCount} ファイルと {folderCount} フォルダ", - "List of favorites files and folders." : "お気に入りのファイルやフォルダーの一覧", "Personal Files" : "個人ファイル", "Text file" : "テキストファイル", "New text file.txt" : "新規のテキストファイル作成", - "Favored" : "好評", - "Favor" : "好意的", - "Not favored" : "好ましくない", - "Submitting fields…" : "フィールドを送信中…", - "Filter filenames…" : "ファイルネームフィルター…", "{count} files could not be converted" : "{count}個のファイルが変換できませんでした", "{count} files successfully converted" : "{count}個のファイルの変換に成功しました" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/files/l10n/ka.js b/apps/files/l10n/ka.js index cfe5550e1b9..70aa60fc292 100644 --- a/apps/files/l10n/ka.js +++ b/apps/files/l10n/ka.js @@ -42,7 +42,6 @@ OC.L10N.register( "Files" : "ფაილები", "A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</strong>", "A favorite file or folder has been <strong>changed</strong>" : "A favorite file or folder has been <strong>changed</strong>", - "Upload (max. %s)" : "Upload (max. %s)", "Accept" : "Accept", "Reject" : "Reject", "Incoming ownership transfer from {user}" : "Incoming ownership transfer from {user}", @@ -279,22 +278,14 @@ OC.L10N.register( "_matches \"{filter}\"_::_match \"{filter}\"_" : ["matches \"{filter}\"","match \"{filter}\""], "Path" : "Path", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Favorited", "Upload file" : "Upload file", - "Not favorited" : "Not favorited", "An error occurred while trying to update the tags" : "An error occurred while trying to update the tags", - "Storage informations" : "Storage informations", - "Choose file" : "Choose file", - "Go to the previous folder" : "Go to the previous folder", - "Open the files app settings" : "Open the files app settings", - "Unable to change the favourite state of the file" : "Unable to change the favourite state of the file", - "Create new templates folder" : "Create new templates folder", + "Upload (max. %s)" : "Upload (max. %s)", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} folders"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} files"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","1 file and {folderCount} folders"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} file and 1 folder","{fileCount} files and 1 folder"], "{fileCount} files and {folderCount} folders" : "{fileCount} files and {folderCount} folders", - "List of favorites files and folders." : "List of favorites files and folders.", "Text file" : "Text file", "New text file.txt" : "New text file.txt" }, diff --git a/apps/files/l10n/ka.json b/apps/files/l10n/ka.json index 62a87193a52..afd9e6386d7 100644 --- a/apps/files/l10n/ka.json +++ b/apps/files/l10n/ka.json @@ -40,7 +40,6 @@ "Files" : "ფაილები", "A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</strong>", "A favorite file or folder has been <strong>changed</strong>" : "A favorite file or folder has been <strong>changed</strong>", - "Upload (max. %s)" : "Upload (max. %s)", "Accept" : "Accept", "Reject" : "Reject", "Incoming ownership transfer from {user}" : "Incoming ownership transfer from {user}", @@ -277,22 +276,14 @@ "_matches \"{filter}\"_::_match \"{filter}\"_" : ["matches \"{filter}\"","match \"{filter}\""], "Path" : "Path", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Favorited", "Upload file" : "Upload file", - "Not favorited" : "Not favorited", "An error occurred while trying to update the tags" : "An error occurred while trying to update the tags", - "Storage informations" : "Storage informations", - "Choose file" : "Choose file", - "Go to the previous folder" : "Go to the previous folder", - "Open the files app settings" : "Open the files app settings", - "Unable to change the favourite state of the file" : "Unable to change the favourite state of the file", - "Create new templates folder" : "Create new templates folder", + "Upload (max. %s)" : "Upload (max. %s)", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} folders"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} files"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","1 file and {folderCount} folders"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} file and 1 folder","{fileCount} files and 1 folder"], "{fileCount} files and {folderCount} folders" : "{fileCount} files and {folderCount} folders", - "List of favorites files and folders." : "List of favorites files and folders.", "Text file" : "Text file", "New text file.txt" : "New text file.txt" },"pluralForm" :"nplurals=2; plural=(n!=1);" diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index 9a628f603bb..a91f928294e 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "즐겨찾는 파일", "No favorites" : "즐겨찾는 항목 없음", "More favorites" : "즐겨찾기 더 불러오기", - "Upload (max. %s)" : "업로드(최대 %s)", "Accept" : "수락", "Reject" : "거절", "Incoming ownership transfer from {user}" : "{user}의 소유권 이전 요청", @@ -414,33 +413,24 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "직접 링크를 복사했습니다. (이 파일 및 폴더에 접근할 수 있는 사람에게만 작동)", "Path" : "경로", "_%n byte_::_%n bytes_" : ["%n 바이트"], - "Favorited" : "즐겨찾기에 추가됨", + "Favored" : "선호함", + "Favor" : "선호", "Copy direct link (only works for people who have access to this file/folder)" : "직접 링크 복사(이 파일/폴더에 접근 권한이 있는 사람만)", "Upload file" : "파일 업로드", - "Not favorited" : "즐겨찾기에 없음", + "Not favored" : "선호하지 않음", "An error occurred while trying to update the tags" : "태그를 업데이트하는 중 오류 발생", - "You don't have permission to upload or create files here." : "여기에 파일을 업로드하거나 만들 권한이 없습니다.", - "Storage informations" : "저장소 정보", - "Choose file" : "파일 선택", - "Go to the previous folder" : "이전 폴더로 이동", - "Open the files app settings" : "파일 앱 설정을 열기", - "Unable to change the favourite state of the file" : "파일의 즐겨찾기 상태를 변경할 수 없음", + "Upload (max. %s)" : "업로드(최대 %s)", + "Submitting fields…" : "입력란 제출중...", + "Filter filenames…" : "파일 이름 필터...", "Edit file locally" : "로컬에서 파일 편집", "Edit online" : "온라인으로 편집", - "Create new templates folder" : "새로운 템플릿 폴더 만들기", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount}개 폴더"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount}개 파일"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1개 파일과 {folderCount}개 폴더"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount}개 파일과 1개 폴더"], "{fileCount} files and {folderCount} folders" : "{fileCount}개 파일과 {folderCount}개 폴더", - "List of favorites files and folders." : "즐겨찾는 파일과 폴더의 목록", "Personal Files" : "개인 파일", "Text file" : "텍스트 파일", - "New text file.txt" : "새 텍스트 파일.txt", - "Favored" : "선호함", - "Favor" : "선호", - "Not favored" : "선호하지 않음", - "Submitting fields…" : "입력란 제출중...", - "Filter filenames…" : "파일 이름 필터..." + "New text file.txt" : "새 텍스트 파일.txt" }, "nplurals=1; plural=0;"); diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json index 10b720f7f8c..d40c82e850e 100644 --- a/apps/files/l10n/ko.json +++ b/apps/files/l10n/ko.json @@ -52,7 +52,6 @@ "Favorite files" : "즐겨찾는 파일", "No favorites" : "즐겨찾는 항목 없음", "More favorites" : "즐겨찾기 더 불러오기", - "Upload (max. %s)" : "업로드(최대 %s)", "Accept" : "수락", "Reject" : "거절", "Incoming ownership transfer from {user}" : "{user}의 소유권 이전 요청", @@ -412,33 +411,24 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "직접 링크를 복사했습니다. (이 파일 및 폴더에 접근할 수 있는 사람에게만 작동)", "Path" : "경로", "_%n byte_::_%n bytes_" : ["%n 바이트"], - "Favorited" : "즐겨찾기에 추가됨", + "Favored" : "선호함", + "Favor" : "선호", "Copy direct link (only works for people who have access to this file/folder)" : "직접 링크 복사(이 파일/폴더에 접근 권한이 있는 사람만)", "Upload file" : "파일 업로드", - "Not favorited" : "즐겨찾기에 없음", + "Not favored" : "선호하지 않음", "An error occurred while trying to update the tags" : "태그를 업데이트하는 중 오류 발생", - "You don't have permission to upload or create files here." : "여기에 파일을 업로드하거나 만들 권한이 없습니다.", - "Storage informations" : "저장소 정보", - "Choose file" : "파일 선택", - "Go to the previous folder" : "이전 폴더로 이동", - "Open the files app settings" : "파일 앱 설정을 열기", - "Unable to change the favourite state of the file" : "파일의 즐겨찾기 상태를 변경할 수 없음", + "Upload (max. %s)" : "업로드(최대 %s)", + "Submitting fields…" : "입력란 제출중...", + "Filter filenames…" : "파일 이름 필터...", "Edit file locally" : "로컬에서 파일 편집", "Edit online" : "온라인으로 편집", - "Create new templates folder" : "새로운 템플릿 폴더 만들기", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount}개 폴더"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount}개 파일"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1개 파일과 {folderCount}개 폴더"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount}개 파일과 1개 폴더"], "{fileCount} files and {folderCount} folders" : "{fileCount}개 파일과 {folderCount}개 폴더", - "List of favorites files and folders." : "즐겨찾는 파일과 폴더의 목록", "Personal Files" : "개인 파일", "Text file" : "텍스트 파일", - "New text file.txt" : "새 텍스트 파일.txt", - "Favored" : "선호함", - "Favor" : "선호", - "Not favored" : "선호하지 않음", - "Submitting fields…" : "입력란 제출중...", - "Filter filenames…" : "파일 이름 필터..." + "New text file.txt" : "새 텍스트 파일.txt" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index e0687e17887..9f5a301df9e 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -49,7 +49,6 @@ OC.L10N.register( "The destination path does not exist: %1$s" : "Paskirties kelio nėra: %1$s", "You do not have permission to create a file at the specified location" : "Jūs neturite leidimo sukurti failą nurodytoje vietoje", "No favorites" : "Nėra mėgstamiausių", - "Upload (max. %s)" : "Įkelti (maks. %s)", "Accept" : "Priimti", "Reject" : "Atmesti", "Incoming ownership transfer from {user}" : "Gaunamasis nuosavybės perdavimas nuo {user}", @@ -304,22 +303,17 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Tiesioginė nuoroda buvo nukopijuota (veiks tik žmonėms, turintiems prieigą prie šio failo/aplanko)", "Path" : "Kelias", "_%n byte_::_%n bytes_" : ["%n baitas","%n baitai","%n baitų","%n baitų"], - "Favorited" : "Pažymėtas mėgstamu", "Copy direct link (only works for people who have access to this file/folder)" : "Kopijuoti tiesioginę nuorodą (veiks tik žmonėms, turintiems prieigą prie šio failo/aplanko)", "Upload file" : "Įkelti failą", - "Not favorited" : "Nepažymėtas mėgstamu", "An error occurred while trying to update the tags" : "Įvyko klaida bandant atnaujinti žymas", - "Storage informations" : "Informacija apie saugyklą", - "Go to the previous folder" : "Eiti į ankstesnį aplanką", - "Unable to change the favourite state of the file" : "Nepavyksta pakeisti failo Lankomiausiųjų būsenos", + "Upload (max. %s)" : "Įkelti (maks. %s)", + "Filter filenames…" : "Filtruoti failų pavadinimus…", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} aplankas","{folderCount} aplankai","{folderCount} aplankų","{folderCount} aplankas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} failas","{fileCount} failai","{fileCount} failų","{fileCount} failas"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 failas ir {folderCount} aplankas","1 failas ir {folderCount} aplankai","1 failas ir {folderCount} aplankų","1 failas ir {folderCount} aplankas"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} failas ir 1 aplankas","{fileCount} failai ir 1 aplankas","{fileCount} failų ir 1 aplankas","{fileCount} failas ir 1 aplankas"], - "List of favorites files and folders." : "Mėgstamų failų ir aplankų sąrašas.", "Personal Files" : "Asmeniniai failai", "Text file" : "Tekstinis failas", - "New text file.txt" : "Naujas tekstinis failas.txt", - "Filter filenames…" : "Filtruoti failų pavadinimus…" + "New text file.txt" : "Naujas tekstinis failas.txt" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/files/l10n/lt_LT.json b/apps/files/l10n/lt_LT.json index c118a408467..ca5618e0f08 100644 --- a/apps/files/l10n/lt_LT.json +++ b/apps/files/l10n/lt_LT.json @@ -47,7 +47,6 @@ "The destination path does not exist: %1$s" : "Paskirties kelio nėra: %1$s", "You do not have permission to create a file at the specified location" : "Jūs neturite leidimo sukurti failą nurodytoje vietoje", "No favorites" : "Nėra mėgstamiausių", - "Upload (max. %s)" : "Įkelti (maks. %s)", "Accept" : "Priimti", "Reject" : "Atmesti", "Incoming ownership transfer from {user}" : "Gaunamasis nuosavybės perdavimas nuo {user}", @@ -302,22 +301,17 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Tiesioginė nuoroda buvo nukopijuota (veiks tik žmonėms, turintiems prieigą prie šio failo/aplanko)", "Path" : "Kelias", "_%n byte_::_%n bytes_" : ["%n baitas","%n baitai","%n baitų","%n baitų"], - "Favorited" : "Pažymėtas mėgstamu", "Copy direct link (only works for people who have access to this file/folder)" : "Kopijuoti tiesioginę nuorodą (veiks tik žmonėms, turintiems prieigą prie šio failo/aplanko)", "Upload file" : "Įkelti failą", - "Not favorited" : "Nepažymėtas mėgstamu", "An error occurred while trying to update the tags" : "Įvyko klaida bandant atnaujinti žymas", - "Storage informations" : "Informacija apie saugyklą", - "Go to the previous folder" : "Eiti į ankstesnį aplanką", - "Unable to change the favourite state of the file" : "Nepavyksta pakeisti failo Lankomiausiųjų būsenos", + "Upload (max. %s)" : "Įkelti (maks. %s)", + "Filter filenames…" : "Filtruoti failų pavadinimus…", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} aplankas","{folderCount} aplankai","{folderCount} aplankų","{folderCount} aplankas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} failas","{fileCount} failai","{fileCount} failų","{fileCount} failas"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 failas ir {folderCount} aplankas","1 failas ir {folderCount} aplankai","1 failas ir {folderCount} aplankų","1 failas ir {folderCount} aplankas"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} failas ir 1 aplankas","{fileCount} failai ir 1 aplankas","{fileCount} failų ir 1 aplankas","{fileCount} failas ir 1 aplankas"], - "List of favorites files and folders." : "Mėgstamų failų ir aplankų sąrašas.", "Personal Files" : "Asmeniniai failai", "Text file" : "Tekstinis failas", - "New text file.txt" : "Naujas tekstinis failas.txt", - "Filter filenames…" : "Filtruoti failų pavadinimus…" + "New text file.txt" : "Naujas tekstinis failas.txt" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" }
\ No newline at end of file diff --git a/apps/files/l10n/mk.js b/apps/files/l10n/mk.js index 0eebc8c5376..3f2259cc908 100644 --- a/apps/files/l10n/mk.js +++ b/apps/files/l10n/mk.js @@ -53,7 +53,6 @@ OC.L10N.register( "Favorite files" : "Омилени датотеки", "No favorites" : "Нема омилени", "More favorites" : "Повеќе омилени", - "Upload (max. %s)" : "Префрлање (макс. %s)", "Accept" : "Прифати", "Reject" : "Одбиј", "Incoming ownership transfer from {user}" : "Барање за трансфер на сопственост од {user}", @@ -315,24 +314,16 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Копиран е директен линк (работи само за корисници кој имаат директен пристап до датотеката/папката)", "Path" : "Патека", "_%n byte_::_%n bytes_" : ["%n бајт","%n бајти"], - "Favorited" : "Омилени", "Copy direct link (only works for people who have access to this file/folder)" : "Копирај директен линк (работи само за корисници кој имаат директен пристап до датотеката/папката)", "Upload file" : "Прикачи датотека", - "Not favorited" : "Нема фаворити", "An error occurred while trying to update the tags" : "Се случи грешка додека се обидувавте да ги освежите таговите", - "Storage informations" : "Информации за складиштето", - "Choose file" : "Избери датотека", - "Go to the previous folder" : "Врати се на предходната папка", - "Open the files app settings" : "Отвори ги параметрите за датотеките", - "Unable to change the favourite state of the file" : "Неможе да се промени статусот на омимени на датотеката", + "Upload (max. %s)" : "Префрлање (макс. %s)", "Edit file locally" : "Уреди ја датотеката локално", - "Create new templates folder" : "Креирај нова папка за шаблони", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} папка","{folderCount} папки"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} датотека","{fileCount} датотеки"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 датотека и {folderCount} папки","1 датотека и {folderCount} папки"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} датотека и 1 папка","{fileCount} датотеки и 1 папка"], "{fileCount} files and {folderCount} folders" : "{fileCount} датотеки и {folderCount} папки", - "List of favorites files and folders." : "Листа на омилени датотеки и папки.", "Personal Files" : "Персонални датотеки", "Text file" : "Текстуална датотека", "New text file.txt" : "Нова текстуална датотека file.txt" diff --git a/apps/files/l10n/mk.json b/apps/files/l10n/mk.json index 4c970bba5ff..f3a3a4f32dc 100644 --- a/apps/files/l10n/mk.json +++ b/apps/files/l10n/mk.json @@ -51,7 +51,6 @@ "Favorite files" : "Омилени датотеки", "No favorites" : "Нема омилени", "More favorites" : "Повеќе омилени", - "Upload (max. %s)" : "Префрлање (макс. %s)", "Accept" : "Прифати", "Reject" : "Одбиј", "Incoming ownership transfer from {user}" : "Барање за трансфер на сопственост од {user}", @@ -313,24 +312,16 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Копиран е директен линк (работи само за корисници кој имаат директен пристап до датотеката/папката)", "Path" : "Патека", "_%n byte_::_%n bytes_" : ["%n бајт","%n бајти"], - "Favorited" : "Омилени", "Copy direct link (only works for people who have access to this file/folder)" : "Копирај директен линк (работи само за корисници кој имаат директен пристап до датотеката/папката)", "Upload file" : "Прикачи датотека", - "Not favorited" : "Нема фаворити", "An error occurred while trying to update the tags" : "Се случи грешка додека се обидувавте да ги освежите таговите", - "Storage informations" : "Информации за складиштето", - "Choose file" : "Избери датотека", - "Go to the previous folder" : "Врати се на предходната папка", - "Open the files app settings" : "Отвори ги параметрите за датотеките", - "Unable to change the favourite state of the file" : "Неможе да се промени статусот на омимени на датотеката", + "Upload (max. %s)" : "Префрлање (макс. %s)", "Edit file locally" : "Уреди ја датотеката локално", - "Create new templates folder" : "Креирај нова папка за шаблони", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} папка","{folderCount} папки"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} датотека","{fileCount} датотеки"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 датотека и {folderCount} папки","1 датотека и {folderCount} папки"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} датотека и 1 папка","{fileCount} датотеки и 1 папка"], "{fileCount} files and {folderCount} folders" : "{fileCount} датотеки и {folderCount} папки", - "List of favorites files and folders." : "Листа на омилени датотеки и папки.", "Personal Files" : "Персонални датотеки", "Text file" : "Текстуална датотека", "New text file.txt" : "Нова текстуална датотека file.txt" diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js index c05d7df2dba..e87b6544890 100644 --- a/apps/files/l10n/nb.js +++ b/apps/files/l10n/nb.js @@ -52,7 +52,6 @@ OC.L10N.register( "Favorite files" : "Favorittfiler", "No favorites" : "Ingen favoritter", "More favorites" : "Flere favoritter", - "Upload (max. %s)" : "Opplasting (maks %s)", "Accept" : "Aksepter", "Reject" : "Avvis", "Incoming ownership transfer from {user}" : "Ny eierskapsoverføring fra {user}", @@ -395,32 +394,24 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Direkte lenke ble kopiert (fungerer bare for personer som har tilgang til denne filen / mappen)", "Path" : "Sti", "_%n byte_::_%n bytes_" : ["%n byte","%n byte"], - "Favorited" : "Favorisert", + "Favored" : "Favorittlagt", + "Favor" : "Favoritt", "Copy direct link (only works for people who have access to this file/folder)" : "Kopier direkte lenke (fungerer bare for personer som har tilgang til denne filen / mappen)", "Upload file" : "Last opp fil", - "Not favorited" : "Ikke i favoritter", + "Not favored" : "Ikke favorittlagt", "An error occurred while trying to update the tags" : "En feil oppsto under oppdatering av merkelappene", - "Storage informations" : "Informasjon om lagring", - "Choose file" : "Velg fil", - "Go to the previous folder" : "Gå fil forrige mappe", - "Open the files app settings" : "Åpne Filer-appens innstillinger", - "Unable to change the favourite state of the file" : "Kan ikke endre favorittstatus til filen", + "Upload (max. %s)" : "Opplasting (maks %s)", + "Submitting fields…" : "Sender inn felt...", + "Filter filenames…" : "Filtrer filnavn...", "Edit file locally" : "Rediger fil lokalt", "Edit online" : "Rediger på nett", - "Create new templates folder" : "Opprett ny malermappe", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappe","{folderCount} mapper"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fil og {folderCount} mappe","1 fil og {folderCount} mapper"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fil og 1 mappe","{fileCount} filer og 1 mappe"], "{fileCount} files and {folderCount} folders" : "{fileCount} filer og {folderCount} mapper", - "List of favorites files and folders." : "Liste over favorittfiler og -mapper.", "Personal Files" : "Personlige filer", "Text file" : "Tekstfil", - "New text file.txt" : "Ny tekstfil.txt", - "Favored" : "Favorittlagt", - "Favor" : "Favoritt", - "Not favored" : "Ikke favorittlagt", - "Submitting fields…" : "Sender inn felt...", - "Filter filenames…" : "Filtrer filnavn..." + "New text file.txt" : "Ny tekstfil.txt" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json index 20d1464f445..877330c4ebc 100644 --- a/apps/files/l10n/nb.json +++ b/apps/files/l10n/nb.json @@ -50,7 +50,6 @@ "Favorite files" : "Favorittfiler", "No favorites" : "Ingen favoritter", "More favorites" : "Flere favoritter", - "Upload (max. %s)" : "Opplasting (maks %s)", "Accept" : "Aksepter", "Reject" : "Avvis", "Incoming ownership transfer from {user}" : "Ny eierskapsoverføring fra {user}", @@ -393,32 +392,24 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Direkte lenke ble kopiert (fungerer bare for personer som har tilgang til denne filen / mappen)", "Path" : "Sti", "_%n byte_::_%n bytes_" : ["%n byte","%n byte"], - "Favorited" : "Favorisert", + "Favored" : "Favorittlagt", + "Favor" : "Favoritt", "Copy direct link (only works for people who have access to this file/folder)" : "Kopier direkte lenke (fungerer bare for personer som har tilgang til denne filen / mappen)", "Upload file" : "Last opp fil", - "Not favorited" : "Ikke i favoritter", + "Not favored" : "Ikke favorittlagt", "An error occurred while trying to update the tags" : "En feil oppsto under oppdatering av merkelappene", - "Storage informations" : "Informasjon om lagring", - "Choose file" : "Velg fil", - "Go to the previous folder" : "Gå fil forrige mappe", - "Open the files app settings" : "Åpne Filer-appens innstillinger", - "Unable to change the favourite state of the file" : "Kan ikke endre favorittstatus til filen", + "Upload (max. %s)" : "Opplasting (maks %s)", + "Submitting fields…" : "Sender inn felt...", + "Filter filenames…" : "Filtrer filnavn...", "Edit file locally" : "Rediger fil lokalt", "Edit online" : "Rediger på nett", - "Create new templates folder" : "Opprett ny malermappe", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappe","{folderCount} mapper"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fil og {folderCount} mappe","1 fil og {folderCount} mapper"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fil og 1 mappe","{fileCount} filer og 1 mappe"], "{fileCount} files and {folderCount} folders" : "{fileCount} filer og {folderCount} mapper", - "List of favorites files and folders." : "Liste over favorittfiler og -mapper.", "Personal Files" : "Personlige filer", "Text file" : "Tekstfil", - "New text file.txt" : "Ny tekstfil.txt", - "Favored" : "Favorittlagt", - "Favor" : "Favoritt", - "Not favored" : "Ikke favorittlagt", - "Submitting fields…" : "Sender inn felt...", - "Filter filenames…" : "Filtrer filnavn..." + "New text file.txt" : "Ny tekstfil.txt" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js index f1576a4e645..e0563aaac3c 100644 --- a/apps/files/l10n/nl.js +++ b/apps/files/l10n/nl.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Favoriete bestanden", "No favorites" : "Geen favorieten", "More favorites" : "Meer favorieten", - "Upload (max. %s)" : "Upload (max. %s)", "Accept" : "Accepteren", "Reject" : "Afwijzen", "Incoming ownership transfer from {user}" : "Inkomend verzoek voor eigendomsoverdracht van {user}", @@ -425,34 +424,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Directe link is gekopieerd (werkt alleen voor gebruikers met toegang tot map/bestand)", "Path" : "Pad", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Favoriet", + "Favored" : "Favorieten", + "Favor" : "Favoriet", "Copy direct link (only works for people who have access to this file/folder)" : "Kopieer Directe link (werkt alleen voor gebruikers met toegang tot map/bestand)", "Upload file" : "Bestand uploaden", - "Not favorited" : "Niet in favorieten", + "Not favored" : "Geen favoriet", "An error occurred while trying to update the tags" : "Er trad een fout op bij je poging om de tags bij te werken", - "You don't have permission to upload or create files here." : "Je hebt geen toestemming om hier bestanden te uploaden of aan te maken.", - "Storage informations" : "Opslaginformatie", - "Choose file" : "Kies bestand", - "Go to the previous folder" : "Ga naar voorgaande map", - "Open the files app settings" : "Open de Bestanden app instellingen", - "Unable to change the favourite state of the file" : "Niet mogelijk om favoriet status van het bestand te wijzigen", + "Upload (max. %s)" : "Upload (max. %s)", + "Submitting fields…" : "Verzenden velden ...", + "Filter filenames…" : "Filter bestandsnamen...", "Edit file locally" : "Bestand lokaal bewerken", "Edit online" : "Bewerk online", - "Create new templates folder" : "Nieuwe sjablonenmap", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} map","{folderCount} mappen"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} bestand","{fileCount} bestanden"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 bestand en {folderCount} map","1 bestand en {folderCount} mappen"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} bestand en 1 map","{fileCount} bestanden en 1 map"], "{fileCount} files and {folderCount} folders" : "{fileCount} bestanden en {folderCount} mappen", - "List of favorites files and folders." : "Lijst van favoriete bestanden en mappen.", "Personal Files" : "Persoonlijke bestanden", "Text file" : "Tekstbestand", "New text file.txt" : "Nieuw tekstbestand.txt", - "Favored" : "Favorieten", - "Favor" : "Favoriet", - "Not favored" : "Geen favoriet", - "Submitting fields…" : "Verzenden velden ...", - "Filter filenames…" : "Filter bestandsnamen...", "{count} files could not be converted" : "{count} bestanden konden niet worden geconverteerd", "{count} files successfully converted" : "{count} bestanden succesvol geconverteerd" }, diff --git a/apps/files/l10n/nl.json b/apps/files/l10n/nl.json index edbd2421acb..d7fc7f09003 100644 --- a/apps/files/l10n/nl.json +++ b/apps/files/l10n/nl.json @@ -52,7 +52,6 @@ "Favorite files" : "Favoriete bestanden", "No favorites" : "Geen favorieten", "More favorites" : "Meer favorieten", - "Upload (max. %s)" : "Upload (max. %s)", "Accept" : "Accepteren", "Reject" : "Afwijzen", "Incoming ownership transfer from {user}" : "Inkomend verzoek voor eigendomsoverdracht van {user}", @@ -423,34 +422,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Directe link is gekopieerd (werkt alleen voor gebruikers met toegang tot map/bestand)", "Path" : "Pad", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Favoriet", + "Favored" : "Favorieten", + "Favor" : "Favoriet", "Copy direct link (only works for people who have access to this file/folder)" : "Kopieer Directe link (werkt alleen voor gebruikers met toegang tot map/bestand)", "Upload file" : "Bestand uploaden", - "Not favorited" : "Niet in favorieten", + "Not favored" : "Geen favoriet", "An error occurred while trying to update the tags" : "Er trad een fout op bij je poging om de tags bij te werken", - "You don't have permission to upload or create files here." : "Je hebt geen toestemming om hier bestanden te uploaden of aan te maken.", - "Storage informations" : "Opslaginformatie", - "Choose file" : "Kies bestand", - "Go to the previous folder" : "Ga naar voorgaande map", - "Open the files app settings" : "Open de Bestanden app instellingen", - "Unable to change the favourite state of the file" : "Niet mogelijk om favoriet status van het bestand te wijzigen", + "Upload (max. %s)" : "Upload (max. %s)", + "Submitting fields…" : "Verzenden velden ...", + "Filter filenames…" : "Filter bestandsnamen...", "Edit file locally" : "Bestand lokaal bewerken", "Edit online" : "Bewerk online", - "Create new templates folder" : "Nieuwe sjablonenmap", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} map","{folderCount} mappen"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} bestand","{fileCount} bestanden"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 bestand en {folderCount} map","1 bestand en {folderCount} mappen"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} bestand en 1 map","{fileCount} bestanden en 1 map"], "{fileCount} files and {folderCount} folders" : "{fileCount} bestanden en {folderCount} mappen", - "List of favorites files and folders." : "Lijst van favoriete bestanden en mappen.", "Personal Files" : "Persoonlijke bestanden", "Text file" : "Tekstbestand", "New text file.txt" : "Nieuw tekstbestand.txt", - "Favored" : "Favorieten", - "Favor" : "Favoriet", - "Not favored" : "Geen favoriet", - "Submitting fields…" : "Verzenden velden ...", - "Filter filenames…" : "Filter bestandsnamen...", "{count} files could not be converted" : "{count} bestanden konden niet worden geconverteerd", "{count} files successfully converted" : "{count} bestanden succesvol geconverteerd" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index d2d3541974d..2e652ce1683 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Ulubione pliki", "No favorites" : "Brak ulubionych", "More favorites" : "Więcej ulubionych", - "Upload (max. %s)" : "Wysyłanie (maks. %s)", "Accept" : "Akceptuj", "Reject" : "Odrzuć", "Incoming ownership transfer from {user}" : "Przychodzące przeniesienie własności od {user}", @@ -71,6 +70,7 @@ OC.L10N.register( "Transferred from %1$s on %2$s" : "Przeniesiono z %1$s dnia %2$s", "Files compatibility" : "Zgodność plików", "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Zezwalaj na ograniczenie nazw plików, aby zapewnić synchronizację plików ze wszystkimi klientami. Domyślnie dozwolone są wszystkie nazwy plików obowiązujące w systemie POSIX (np. Linux lub macOS).", + "After enabling the Windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Po włączeniu nazw plików zgodnych z systemem Windows, istniejące pliki nie można już modyfikować, ale ich właściciel może zmienić ich nazwy na nowe, prawidłowe.", "It is also possible to migrate files automatically after enabling this setting, please refer to the documentation about the occ command." : "Możliwe jest również automatyczne migrowanie plików po włączeniu tego ustawienia. Więcej informacji można znaleźć w dokumentacji polecenia occ.", "Enforce Windows compatibility" : "Wymuszaj zgodność z systemem Windows", "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Spowoduje to zablokowanie nazw plików nieprawidłowych w systemach Windows, na przykład nazw zastrzeżonych lub znaków specjalnych. Nie wymusi to jednak zgodności z rozróżnianiem wielkości liter.", @@ -97,6 +97,11 @@ OC.L10N.register( "Renamed \"{oldName}\" to \"{newName}\"" : "Zmieniono nazwę \"{oldName}\" na \"{newName}\"", "Rename file" : "Zmień nazwę pliku", "Folder" : "Katalog", + "Unknown file type" : "Nieznany typ pliku", + "{ext} image" : "{ext} zdjęcie", + "{ext} video" : "{ext} wideo", + "{ext} audio" : "{ext} dźwiękowy", + "{ext} text" : "{ext} tekstowy", "Pending" : "Oczekujące", "Unknown date" : "Nieznana data", "Clear filter" : "Wyczyść filtr", @@ -107,6 +112,7 @@ OC.L10N.register( "Total rows summary" : "Podsumowanie wszystkich wierszy", "Toggle selection for all files and folders" : "Przełącz zaznaczenie dla wszystkich plików i katalogów", "Name" : "Nazwa", + "File type" : "Typ pliku", "Size" : "Rozmiar", "\"{displayName}\" failed on some elements" : "\"{displayName}\" nie powiodło się w niektórych elementach", "\"{displayName}\" batch action executed successfully" : "Akcja wsadowa \"{displayName}\" została wykonana pomyślnie", @@ -185,6 +191,7 @@ OC.L10N.register( "Sort favorites first" : "Najpierw sortuj ulubione", "Sort folders before files" : "Sortuj katalogi przed plikami", "Show hidden files" : "Pokaż ukryte pliki", + "Show file type column" : "Pokaż kolumnę typu pliku", "Crop image previews" : "Przytnij podglądy obrazów", "Enable the grid view" : "Włącz widok siatki", "Enable folder tree" : "Włącz drzewo katalogów", @@ -429,34 +436,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Bezpośredni link został skopiowany (działa tylko dla użytkowników, którzy mają dostęp do tego pliku/katalogu)", "Path" : "Ścieżka", "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtów","%n bajtów"], - "Favorited" : "Ulubiony", + "Favored" : "Polubione", + "Favor" : "Polub", "Copy direct link (only works for people who have access to this file/folder)" : "Skopiuj bezpośredni link (działa tylko dla użytkowników, którzy mają dostęp do tego pliku/katalogu)", "Upload file" : "Wyślij plik", - "Not favorited" : "Wyłączone z ulubionych", + "Not favored" : "Nie polubiono", "An error occurred while trying to update the tags" : "Wystąpił błąd podczas próby aktualizacji etykiet", - "You don't have permission to upload or create files here." : "Nie masz uprawnień do wysyłania lub tworzenia plików w tym miejscu.", - "Storage informations" : "Informacje o przechowywaniu", - "Choose file" : "Wybierz plik", - "Go to the previous folder" : "Przejdź do poprzedniego katalogu", - "Open the files app settings" : "Otwórz ustawienia aplikacji plików", - "Unable to change the favourite state of the file" : "Nie można zmienić ulubionego stanu pliku", + "Upload (max. %s)" : "Wysyłanie (maks. %s)", + "Submitting fields…" : "Przesyłanie pól…", + "Filter filenames…" : "Filtruj nazwy plików…", "Edit file locally" : "Edytuj plik lokalnie", "Edit online" : "Edycja online", - "Create new templates folder" : "Utwórz nowy katalog z szablonami", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} katalog","{folderCount} katalogi","{folderCount} katalogów","{folderCount} katalogów"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} plik","{fileCount} pliki","{fileCount} plików","{fileCount} plików"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 plik i {folderCount} katalog","1 plik i {folderCount} katalogi","1 plik i {folderCount} katalogów","1 plik i {folderCount} katalogów"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} plik i 1 katalog","{fileCount} pliki i 1 katalog","{fileCount} plików i 1 katalog","{fileCount} plików i 1 katalog"], "{fileCount} files and {folderCount} folders" : "{fileCount} plików i {folderCount} katalogów", - "List of favorites files and folders." : "Lista ulubionych plików i katalogów.", "Personal Files" : "Pliki osobiste", "Text file" : "Plik tekstowy", "New text file.txt" : "Nowy plik tekstowy.txt", - "Favored" : "Polubione", - "Favor" : "Polub", - "Not favored" : "Nie polubiono", - "Submitting fields…" : "Przesyłanie pól…", - "Filter filenames…" : "Filtruj nazwy plików…", "{count} files could not be converted" : "Nie można przekonwertować {count} plików", "{count} files successfully converted" : "Zostały pomyślnie przekonwertowane{count} plików" }, diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json index 18d1ea4ba19..24c20660260 100644 --- a/apps/files/l10n/pl.json +++ b/apps/files/l10n/pl.json @@ -52,7 +52,6 @@ "Favorite files" : "Ulubione pliki", "No favorites" : "Brak ulubionych", "More favorites" : "Więcej ulubionych", - "Upload (max. %s)" : "Wysyłanie (maks. %s)", "Accept" : "Akceptuj", "Reject" : "Odrzuć", "Incoming ownership transfer from {user}" : "Przychodzące przeniesienie własności od {user}", @@ -69,6 +68,7 @@ "Transferred from %1$s on %2$s" : "Przeniesiono z %1$s dnia %2$s", "Files compatibility" : "Zgodność plików", "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Zezwalaj na ograniczenie nazw plików, aby zapewnić synchronizację plików ze wszystkimi klientami. Domyślnie dozwolone są wszystkie nazwy plików obowiązujące w systemie POSIX (np. Linux lub macOS).", + "After enabling the Windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Po włączeniu nazw plików zgodnych z systemem Windows, istniejące pliki nie można już modyfikować, ale ich właściciel może zmienić ich nazwy na nowe, prawidłowe.", "It is also possible to migrate files automatically after enabling this setting, please refer to the documentation about the occ command." : "Możliwe jest również automatyczne migrowanie plików po włączeniu tego ustawienia. Więcej informacji można znaleźć w dokumentacji polecenia occ.", "Enforce Windows compatibility" : "Wymuszaj zgodność z systemem Windows", "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Spowoduje to zablokowanie nazw plików nieprawidłowych w systemach Windows, na przykład nazw zastrzeżonych lub znaków specjalnych. Nie wymusi to jednak zgodności z rozróżnianiem wielkości liter.", @@ -95,6 +95,11 @@ "Renamed \"{oldName}\" to \"{newName}\"" : "Zmieniono nazwę \"{oldName}\" na \"{newName}\"", "Rename file" : "Zmień nazwę pliku", "Folder" : "Katalog", + "Unknown file type" : "Nieznany typ pliku", + "{ext} image" : "{ext} zdjęcie", + "{ext} video" : "{ext} wideo", + "{ext} audio" : "{ext} dźwiękowy", + "{ext} text" : "{ext} tekstowy", "Pending" : "Oczekujące", "Unknown date" : "Nieznana data", "Clear filter" : "Wyczyść filtr", @@ -105,6 +110,7 @@ "Total rows summary" : "Podsumowanie wszystkich wierszy", "Toggle selection for all files and folders" : "Przełącz zaznaczenie dla wszystkich plików i katalogów", "Name" : "Nazwa", + "File type" : "Typ pliku", "Size" : "Rozmiar", "\"{displayName}\" failed on some elements" : "\"{displayName}\" nie powiodło się w niektórych elementach", "\"{displayName}\" batch action executed successfully" : "Akcja wsadowa \"{displayName}\" została wykonana pomyślnie", @@ -183,6 +189,7 @@ "Sort favorites first" : "Najpierw sortuj ulubione", "Sort folders before files" : "Sortuj katalogi przed plikami", "Show hidden files" : "Pokaż ukryte pliki", + "Show file type column" : "Pokaż kolumnę typu pliku", "Crop image previews" : "Przytnij podglądy obrazów", "Enable the grid view" : "Włącz widok siatki", "Enable folder tree" : "Włącz drzewo katalogów", @@ -427,34 +434,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Bezpośredni link został skopiowany (działa tylko dla użytkowników, którzy mają dostęp do tego pliku/katalogu)", "Path" : "Ścieżka", "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtów","%n bajtów"], - "Favorited" : "Ulubiony", + "Favored" : "Polubione", + "Favor" : "Polub", "Copy direct link (only works for people who have access to this file/folder)" : "Skopiuj bezpośredni link (działa tylko dla użytkowników, którzy mają dostęp do tego pliku/katalogu)", "Upload file" : "Wyślij plik", - "Not favorited" : "Wyłączone z ulubionych", + "Not favored" : "Nie polubiono", "An error occurred while trying to update the tags" : "Wystąpił błąd podczas próby aktualizacji etykiet", - "You don't have permission to upload or create files here." : "Nie masz uprawnień do wysyłania lub tworzenia plików w tym miejscu.", - "Storage informations" : "Informacje o przechowywaniu", - "Choose file" : "Wybierz plik", - "Go to the previous folder" : "Przejdź do poprzedniego katalogu", - "Open the files app settings" : "Otwórz ustawienia aplikacji plików", - "Unable to change the favourite state of the file" : "Nie można zmienić ulubionego stanu pliku", + "Upload (max. %s)" : "Wysyłanie (maks. %s)", + "Submitting fields…" : "Przesyłanie pól…", + "Filter filenames…" : "Filtruj nazwy plików…", "Edit file locally" : "Edytuj plik lokalnie", "Edit online" : "Edycja online", - "Create new templates folder" : "Utwórz nowy katalog z szablonami", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} katalog","{folderCount} katalogi","{folderCount} katalogów","{folderCount} katalogów"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} plik","{fileCount} pliki","{fileCount} plików","{fileCount} plików"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 plik i {folderCount} katalog","1 plik i {folderCount} katalogi","1 plik i {folderCount} katalogów","1 plik i {folderCount} katalogów"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} plik i 1 katalog","{fileCount} pliki i 1 katalog","{fileCount} plików i 1 katalog","{fileCount} plików i 1 katalog"], "{fileCount} files and {folderCount} folders" : "{fileCount} plików i {folderCount} katalogów", - "List of favorites files and folders." : "Lista ulubionych plików i katalogów.", "Personal Files" : "Pliki osobiste", "Text file" : "Plik tekstowy", "New text file.txt" : "Nowy plik tekstowy.txt", - "Favored" : "Polubione", - "Favor" : "Polub", - "Not favored" : "Nie polubiono", - "Submitting fields…" : "Przesyłanie pól…", - "Filter filenames…" : "Filtruj nazwy plików…", "{count} files could not be converted" : "Nie można przekonwertować {count} plików", "{count} files successfully converted" : "Zostały pomyślnie przekonwertowane{count} plików" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 8e77d1b2bb5..091fe73d2f6 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Arquivos favoritos", "No favorites" : "Sem favoritos", "More favorites" : "Mais favoritos", - "Upload (max. %s)" : "Upload (max. %s)", "Accept" : "Aceitar", "Reject" : "Rejeitar", "Incoming ownership transfer from {user}" : "Transferência de propriedade recebida de {user}", @@ -437,34 +436,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Link direto foi copiado (funciona apenas para pessoas que têm acesso a este arquivo/pasta)", "Path" : "Caminho", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"], - "Favorited" : "Favoritado", + "Favored" : "Favoritado", + "Favor" : "Favor", "Copy direct link (only works for people who have access to this file/folder)" : "Copiar link direto (funciona apenas para pessoas que têm acesso a este arquivo/pasta)", "Upload file" : "Enviar arquivo", - "Not favorited" : "Sem favoritos", + "Not favored" : "Não favoritado", "An error occurred while trying to update the tags" : "Ocorreu um erro enquanto tentava atualizar as etiquetas", - "You don't have permission to upload or create files here." : "Você não tem permissão para carregar ou criar arquivos aqui.", - "Storage informations" : "Informações de armazenamento", - "Choose file" : "Escolher arquivo", - "Go to the previous folder" : "Ir para a pasta anterior", - "Open the files app settings" : "Abrir as configurações do aplicativo de arquivos", - "Unable to change the favourite state of the file" : "Não foi possível alterar o estado favorito do arquivo", + "Upload (max. %s)" : "Upload (max. %s)", + "Submitting fields…" : "Enviando campos…", + "Filter filenames…" : "Filtrar nomes de arquivos…", "Edit file locally" : "Editar arquivo localmente", "Edit online" : "Editar on-line", - "Create new templates folder" : "Criar nova pasta de modelos", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} pasta","{folderCount} pastas","{folderCount} pastas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} arquivo","{fileCount} arquivos","{fileCount} arquivos"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 arquivo e {folderCount} pasta","1 arquivo e {folderCount} pastas","1 arquivo e {folderCount} pastas"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} arquivo e 1 pasta","{fileCount} arquivos e 1 pasta","{fileCount} arquivos e 1 pasta"], "{fileCount} files and {folderCount} folders" : "{fileCount} arquivos e {folderCount} pastas", - "List of favorites files and folders." : "Lista de arquivos e pastas favoritos.", "Personal Files" : "Arquivos pessoais", "Text file" : "Arquivo texto", "New text file.txt" : "Novo arquivo de texto.txt", - "Favored" : "Favoritado", - "Favor" : "Favor", - "Not favored" : "Não favoritado", - "Submitting fields…" : "Enviando campos…", - "Filter filenames…" : "Filtrar nomes de arquivos…", "{count} files could not be converted" : "{count} arquivos não puderam ser convertidos", "{count} files successfully converted" : "{count} arquivos convertidos com sucesso" }, diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index 09de897bc56..a1a8a55396b 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -52,7 +52,6 @@ "Favorite files" : "Arquivos favoritos", "No favorites" : "Sem favoritos", "More favorites" : "Mais favoritos", - "Upload (max. %s)" : "Upload (max. %s)", "Accept" : "Aceitar", "Reject" : "Rejeitar", "Incoming ownership transfer from {user}" : "Transferência de propriedade recebida de {user}", @@ -435,34 +434,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Link direto foi copiado (funciona apenas para pessoas que têm acesso a este arquivo/pasta)", "Path" : "Caminho", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"], - "Favorited" : "Favoritado", + "Favored" : "Favoritado", + "Favor" : "Favor", "Copy direct link (only works for people who have access to this file/folder)" : "Copiar link direto (funciona apenas para pessoas que têm acesso a este arquivo/pasta)", "Upload file" : "Enviar arquivo", - "Not favorited" : "Sem favoritos", + "Not favored" : "Não favoritado", "An error occurred while trying to update the tags" : "Ocorreu um erro enquanto tentava atualizar as etiquetas", - "You don't have permission to upload or create files here." : "Você não tem permissão para carregar ou criar arquivos aqui.", - "Storage informations" : "Informações de armazenamento", - "Choose file" : "Escolher arquivo", - "Go to the previous folder" : "Ir para a pasta anterior", - "Open the files app settings" : "Abrir as configurações do aplicativo de arquivos", - "Unable to change the favourite state of the file" : "Não foi possível alterar o estado favorito do arquivo", + "Upload (max. %s)" : "Upload (max. %s)", + "Submitting fields…" : "Enviando campos…", + "Filter filenames…" : "Filtrar nomes de arquivos…", "Edit file locally" : "Editar arquivo localmente", "Edit online" : "Editar on-line", - "Create new templates folder" : "Criar nova pasta de modelos", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} pasta","{folderCount} pastas","{folderCount} pastas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} arquivo","{fileCount} arquivos","{fileCount} arquivos"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 arquivo e {folderCount} pasta","1 arquivo e {folderCount} pastas","1 arquivo e {folderCount} pastas"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} arquivo e 1 pasta","{fileCount} arquivos e 1 pasta","{fileCount} arquivos e 1 pasta"], "{fileCount} files and {folderCount} folders" : "{fileCount} arquivos e {folderCount} pastas", - "List of favorites files and folders." : "Lista de arquivos e pastas favoritos.", "Personal Files" : "Arquivos pessoais", "Text file" : "Arquivo texto", "New text file.txt" : "Novo arquivo de texto.txt", - "Favored" : "Favoritado", - "Favor" : "Favor", - "Not favored" : "Não favoritado", - "Submitting fields…" : "Enviando campos…", - "Filter filenames…" : "Filtrar nomes de arquivos…", "{count} files could not be converted" : "{count} arquivos não puderam ser convertidos", "{count} files successfully converted" : "{count} arquivos convertidos com sucesso" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/files/l10n/pt_PT.js b/apps/files/l10n/pt_PT.js index e886d15e416..f7ee81df2ff 100644 --- a/apps/files/l10n/pt_PT.js +++ b/apps/files/l10n/pt_PT.js @@ -47,7 +47,6 @@ OC.L10N.register( "Invalid folder path" : "Caminho da pasta inválido", "Folder not found" : "Pasta não encontrada", "No favorites" : "Sem favoritos", - "Upload (max. %s)" : "Envio (máx. %s)", "Accept" : "Aceitar", "Reject" : "Rejeitar", "Incoming ownership transfer from {user}" : "Transferência de propriedade recebida de {user}", @@ -254,14 +253,13 @@ OC.L10N.register( "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "A pasta de grupo \"{mountPoint}\" está quase cheia ({usedSpacePercent}%).", "Path" : "Caminho", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"], - "Favorited" : "Nos Favoritos", "Upload file" : "Enviar ficheiro", - "Not favorited" : "Não favorito", "An error occurred while trying to update the tags" : "Ocorreu um erro ao tentar atualizar as etiquetas", + "Upload (max. %s)" : "Envio (máx. %s)", + "Submitting fields…" : "Submeter campos…", "{fileCount} files and {folderCount} folders" : "{fileCount} ficheiros e {folderCount} pastas", "Personal Files" : "Ficheiros pessoais", "Text file" : "Ficheiro de Texto", - "New text file.txt" : "Novo texto ficheiro.txt", - "Submitting fields…" : "Submeter campos…" + "New text file.txt" : "Novo texto ficheiro.txt" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/files/l10n/pt_PT.json b/apps/files/l10n/pt_PT.json index fbfd1f8b17e..87045e72815 100644 --- a/apps/files/l10n/pt_PT.json +++ b/apps/files/l10n/pt_PT.json @@ -45,7 +45,6 @@ "Invalid folder path" : "Caminho da pasta inválido", "Folder not found" : "Pasta não encontrada", "No favorites" : "Sem favoritos", - "Upload (max. %s)" : "Envio (máx. %s)", "Accept" : "Aceitar", "Reject" : "Rejeitar", "Incoming ownership transfer from {user}" : "Transferência de propriedade recebida de {user}", @@ -252,14 +251,13 @@ "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "A pasta de grupo \"{mountPoint}\" está quase cheia ({usedSpacePercent}%).", "Path" : "Caminho", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"], - "Favorited" : "Nos Favoritos", "Upload file" : "Enviar ficheiro", - "Not favorited" : "Não favorito", "An error occurred while trying to update the tags" : "Ocorreu um erro ao tentar atualizar as etiquetas", + "Upload (max. %s)" : "Envio (máx. %s)", + "Submitting fields…" : "Submeter campos…", "{fileCount} files and {folderCount} folders" : "{fileCount} ficheiros e {folderCount} pastas", "Personal Files" : "Ficheiros pessoais", "Text file" : "Ficheiro de Texto", - "New text file.txt" : "Novo texto ficheiro.txt", - "Submitting fields…" : "Submeter campos…" + "New text file.txt" : "Novo texto ficheiro.txt" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/files/l10n/ro.js b/apps/files/l10n/ro.js index e9a3ad15038..8ad80762a2b 100644 --- a/apps/files/l10n/ro.js +++ b/apps/files/l10n/ro.js @@ -43,7 +43,6 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "Un nou fișier sau dosar a fost <strong>modificat</strong>", "A favorite file or folder has been <strong>changed</strong>" : "Un fișier sau dosar favorit a fost <strong>schimbat</strong>", "No favorites" : "Fără favorite", - "Upload (max. %s)" : "Încarcă (max. %s)", "Accept" : "Accept", "Reject" : "Respinge", "Incoming ownership transfer from {user}" : "Se transferă proprietatea de la {user}", @@ -265,21 +264,14 @@ OC.L10N.register( "_matches \"{filter}\"_::_match \"{filter}\"_" : ["potrivește \"{filter}\"","potrivește \"{filter}\"","potrivește \"{filter}\""], "Path" : "Cale", "_%n byte_::_%n bytes_" : ["%n octet","%n octeți","%n octeți"], - "Favorited" : "Adăugate la favorite", "Upload file" : "Încarcă fișier", - "Not favorited" : "Scoate de la favorite", "An error occurred while trying to update the tags" : "A apărut o eroare în timpul actualizării etichetelor", - "Storage informations" : "Informații despre stocare", - "Go to the previous folder" : "Salt la folderul anterior", - "Open the files app settings" : "Deschide setările aplicației Fișiere", - "Unable to change the favourite state of the file" : "Nu s-a putut schimba starea fișierelor favorite", - "Create new templates folder" : "Creează un nou dosar pentru șabloane", + "Upload (max. %s)" : "Încarcă (max. %s)", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} foldere","{folderCount} foldere"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fișier","{fileCount} fișiere","{fileCount} fișiere"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fișier și {folderCount} folder","1 fișier și {folderCount} foldere","1 fișier și {folderCount} foldere"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fișier și 1 folder","{fileCount} fișiere și 1 folder","{fileCount} fișiere și 1 folder"], "{fileCount} files and {folderCount} folders" : "{fileCount} fișiere și {folderCount} dosare", - "List of favorites files and folders." : "Lista fișierelor și dosarelor favorite", "Text file" : "Fișier text", "New text file.txt" : "Fișier nou.txt" }, diff --git a/apps/files/l10n/ro.json b/apps/files/l10n/ro.json index d724774b53d..d9c1484484c 100644 --- a/apps/files/l10n/ro.json +++ b/apps/files/l10n/ro.json @@ -41,7 +41,6 @@ "A file or folder has been <strong>changed</strong>" : "Un nou fișier sau dosar a fost <strong>modificat</strong>", "A favorite file or folder has been <strong>changed</strong>" : "Un fișier sau dosar favorit a fost <strong>schimbat</strong>", "No favorites" : "Fără favorite", - "Upload (max. %s)" : "Încarcă (max. %s)", "Accept" : "Accept", "Reject" : "Respinge", "Incoming ownership transfer from {user}" : "Se transferă proprietatea de la {user}", @@ -263,21 +262,14 @@ "_matches \"{filter}\"_::_match \"{filter}\"_" : ["potrivește \"{filter}\"","potrivește \"{filter}\"","potrivește \"{filter}\""], "Path" : "Cale", "_%n byte_::_%n bytes_" : ["%n octet","%n octeți","%n octeți"], - "Favorited" : "Adăugate la favorite", "Upload file" : "Încarcă fișier", - "Not favorited" : "Scoate de la favorite", "An error occurred while trying to update the tags" : "A apărut o eroare în timpul actualizării etichetelor", - "Storage informations" : "Informații despre stocare", - "Go to the previous folder" : "Salt la folderul anterior", - "Open the files app settings" : "Deschide setările aplicației Fișiere", - "Unable to change the favourite state of the file" : "Nu s-a putut schimba starea fișierelor favorite", - "Create new templates folder" : "Creează un nou dosar pentru șabloane", + "Upload (max. %s)" : "Încarcă (max. %s)", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} foldere","{folderCount} foldere"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fișier","{fileCount} fișiere","{fileCount} fișiere"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fișier și {folderCount} folder","1 fișier și {folderCount} foldere","1 fișier și {folderCount} foldere"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fișier și 1 folder","{fileCount} fișiere și 1 folder","{fileCount} fișiere și 1 folder"], "{fileCount} files and {folderCount} folders" : "{fileCount} fișiere și {folderCount} dosare", - "List of favorites files and folders." : "Lista fișierelor și dosarelor favorite", "Text file" : "Fișier text", "New text file.txt" : "Fișier nou.txt" },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 19a5884ab39..8aaaccd14ed 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Избранные файлы", "No favorites" : "Нет избранного", "More favorites" : "Больше избранного", - "Upload (max. %s)" : "Загрузка (максимум %s)", "Accept" : "Принять", "Reject" : "Отклонить", "Incoming ownership transfer from {user}" : "Запрос передачи владения от пользователя {user}", @@ -427,34 +426,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Внутренняя ссылка скопирована. Она может быть использована только пользователями, у которых уже есть доступ к этому файлу или папке. ", "Path" : "Путь", "_%n byte_::_%n bytes_" : ["%n байт","%n байта","%n байт","%n байт"], - "Favorited" : "Избранное", + "Favored" : "Избранные", + "Favor" : "Услуга", "Copy direct link (only works for people who have access to this file/folder)" : "Копировать прямую ссылку (она сработает только для пользователей, у которых уже есть доступ к этому файлу или каталогу)", "Upload file" : "Загрузить файл", - "Not favorited" : "Не избранное", + "Not favored" : "Не одобрен", "An error occurred while trying to update the tags" : "Во время обновления тегов возникла ошибка", - "You don't have permission to upload or create files here." : "У вас нет разрешения на загрузку или создание файлов здесь.", - "Storage informations" : "Сведения о хранилище", - "Choose file" : "Выберите файл", - "Go to the previous folder" : "Перейти к предыдущей папке", - "Open the files app settings" : "Открыть параметры приложения «Файлы»", - "Unable to change the favourite state of the file" : "Не удалось изменить состояние «избранный» этого файла.", + "Upload (max. %s)" : "Загрузка (максимум %s)", + "Submitting fields…" : "Отправка полей…", + "Filter filenames…" : "Фильтровать имена файлов…", "Edit file locally" : "Редактировать файл локально", "Edit online" : "Редактировать онлайн", - "Create new templates folder" : "Создать новую папку шаблонов", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} папка","{folderCount} папки","{folderCount} папок","{folderCount} папки"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} файл","{fileCount} файла","{fileCount} файлов","{fileCount} файла"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["один файл и {folderCount} папка","один файл и {folderCount} папки","один файл и {folderCount} папок","один файл и {folderCount} папки"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} файл и одна папка","{fileCount} файла и одна папка","{fileCount} файлов и одна папка","{fileCount} файла и одна папка"], "{fileCount} files and {folderCount} folders" : "файлов: {fileCount}, папок: {folderCount}", - "List of favorites files and folders." : "Список избранных файлов и каталогов.", "Personal Files" : "Личные файлы", "Text file" : "Текстовый файл", "New text file.txt" : "Новый текстовый файл.txt", - "Favored" : "Избранные", - "Favor" : "Услуга", - "Not favored" : "Не одобрен", - "Submitting fields…" : "Отправка полей…", - "Filter filenames…" : "Фильтровать имена файлов…", "{count} files could not be converted" : "{count} файлы не могут быть преобразованы", "{count} files successfully converted" : "{count} файлы успешно преобразованы" }, diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index a6f6a5d1f86..990e8624982 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -52,7 +52,6 @@ "Favorite files" : "Избранные файлы", "No favorites" : "Нет избранного", "More favorites" : "Больше избранного", - "Upload (max. %s)" : "Загрузка (максимум %s)", "Accept" : "Принять", "Reject" : "Отклонить", "Incoming ownership transfer from {user}" : "Запрос передачи владения от пользователя {user}", @@ -425,34 +424,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Внутренняя ссылка скопирована. Она может быть использована только пользователями, у которых уже есть доступ к этому файлу или папке. ", "Path" : "Путь", "_%n byte_::_%n bytes_" : ["%n байт","%n байта","%n байт","%n байт"], - "Favorited" : "Избранное", + "Favored" : "Избранные", + "Favor" : "Услуга", "Copy direct link (only works for people who have access to this file/folder)" : "Копировать прямую ссылку (она сработает только для пользователей, у которых уже есть доступ к этому файлу или каталогу)", "Upload file" : "Загрузить файл", - "Not favorited" : "Не избранное", + "Not favored" : "Не одобрен", "An error occurred while trying to update the tags" : "Во время обновления тегов возникла ошибка", - "You don't have permission to upload or create files here." : "У вас нет разрешения на загрузку или создание файлов здесь.", - "Storage informations" : "Сведения о хранилище", - "Choose file" : "Выберите файл", - "Go to the previous folder" : "Перейти к предыдущей папке", - "Open the files app settings" : "Открыть параметры приложения «Файлы»", - "Unable to change the favourite state of the file" : "Не удалось изменить состояние «избранный» этого файла.", + "Upload (max. %s)" : "Загрузка (максимум %s)", + "Submitting fields…" : "Отправка полей…", + "Filter filenames…" : "Фильтровать имена файлов…", "Edit file locally" : "Редактировать файл локально", "Edit online" : "Редактировать онлайн", - "Create new templates folder" : "Создать новую папку шаблонов", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} папка","{folderCount} папки","{folderCount} папок","{folderCount} папки"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} файл","{fileCount} файла","{fileCount} файлов","{fileCount} файла"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["один файл и {folderCount} папка","один файл и {folderCount} папки","один файл и {folderCount} папок","один файл и {folderCount} папки"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} файл и одна папка","{fileCount} файла и одна папка","{fileCount} файлов и одна папка","{fileCount} файла и одна папка"], "{fileCount} files and {folderCount} folders" : "файлов: {fileCount}, папок: {folderCount}", - "List of favorites files and folders." : "Список избранных файлов и каталогов.", "Personal Files" : "Личные файлы", "Text file" : "Текстовый файл", "New text file.txt" : "Новый текстовый файл.txt", - "Favored" : "Избранные", - "Favor" : "Услуга", - "Not favored" : "Не одобрен", - "Submitting fields…" : "Отправка полей…", - "Filter filenames…" : "Фильтровать имена файлов…", "{count} files could not be converted" : "{count} файлы не могут быть преобразованы", "{count} files successfully converted" : "{count} файлы успешно преобразованы" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" diff --git a/apps/files/l10n/sc.js b/apps/files/l10n/sc.js index c069340f269..4eaf13b42c3 100644 --- a/apps/files/l10n/sc.js +++ b/apps/files/l10n/sc.js @@ -42,7 +42,6 @@ OC.L10N.register( "Files" : "Archìvios", "A file or folder has been <strong>changed</strong>" : "Ant <strong>cambiadu</strong> un'archìviu o una cartella", "A favorite file or folder has been <strong>changed</strong>" : "Ant <strong>cambiadu</strong>un'archìviu o una cartella preferida", - "Upload (max. %s)" : "Càrriga (max. %s)", "Accept" : "Atzeta", "Reject" : "Refuda", "Incoming ownership transfer from {user}" : "Tràmuda de propriedade in intrada dae {user}", @@ -275,26 +274,18 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Ligòngiu diretu copiadu (funtzionat isceti pro gente chi tenet atzessu a custu archìviu o cartella)", "Path" : "Percursu", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Preferidu", "Copy direct link (only works for people who have access to this file/folder)" : "Còpia su ligòngiu diretu (funtzionat isceti pro gente chi tenet atzessu a custu archìviu o cartella)", "Upload file" : "Càrriga archìviu", - "Not favorited" : "Non preferidu", "An error occurred while trying to update the tags" : "B'at àpidu un'errore proende a agiornare is etichetas", - "Storage informations" : "Informatziones de s'archiviatzione", - "Choose file" : "Sèbera un'archìviu", - "Go to the previous folder" : "Bae a sa cartella pretzedente", - "Open the files app settings" : "Aberi sa cunfiguratzione de s'aplicatzione de archìvios", - "Unable to change the favourite state of the file" : "Non faghet a cambiare s'istadu de preferidu de s'archìviu", - "Create new templates folder" : "Crea una cartella de modellos noa", + "Upload (max. %s)" : "Càrriga (max. %s)", + "Filter filenames…" : "Filtra nùmenes de archìviu...", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartella","{folderCount} cartellas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archìviu","{fileCount} archìvios"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archìviu e {folderCount} cartella","1 archìviu e {folderCount} cartellas"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} archìviu e 1 cartella","{fileCount} archìvios e 1 cartella"], "{fileCount} files and {folderCount} folders" : "{fileCount} archìvios e {folderCount} cartellas", - "List of favorites files and folders." : "Lista de cartellas e de archìvios preferidos.", "Personal Files" : "Archìvios personales", "Text file" : "Archìviu de testu", - "New text file.txt" : "Archìviu de testu .txt nou", - "Filter filenames…" : "Filtra nùmenes de archìviu..." + "New text file.txt" : "Archìviu de testu .txt nou" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/sc.json b/apps/files/l10n/sc.json index 3966e3006c1..aabefe1451a 100644 --- a/apps/files/l10n/sc.json +++ b/apps/files/l10n/sc.json @@ -40,7 +40,6 @@ "Files" : "Archìvios", "A file or folder has been <strong>changed</strong>" : "Ant <strong>cambiadu</strong> un'archìviu o una cartella", "A favorite file or folder has been <strong>changed</strong>" : "Ant <strong>cambiadu</strong>un'archìviu o una cartella preferida", - "Upload (max. %s)" : "Càrriga (max. %s)", "Accept" : "Atzeta", "Reject" : "Refuda", "Incoming ownership transfer from {user}" : "Tràmuda de propriedade in intrada dae {user}", @@ -273,26 +272,18 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Ligòngiu diretu copiadu (funtzionat isceti pro gente chi tenet atzessu a custu archìviu o cartella)", "Path" : "Percursu", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Preferidu", "Copy direct link (only works for people who have access to this file/folder)" : "Còpia su ligòngiu diretu (funtzionat isceti pro gente chi tenet atzessu a custu archìviu o cartella)", "Upload file" : "Càrriga archìviu", - "Not favorited" : "Non preferidu", "An error occurred while trying to update the tags" : "B'at àpidu un'errore proende a agiornare is etichetas", - "Storage informations" : "Informatziones de s'archiviatzione", - "Choose file" : "Sèbera un'archìviu", - "Go to the previous folder" : "Bae a sa cartella pretzedente", - "Open the files app settings" : "Aberi sa cunfiguratzione de s'aplicatzione de archìvios", - "Unable to change the favourite state of the file" : "Non faghet a cambiare s'istadu de preferidu de s'archìviu", - "Create new templates folder" : "Crea una cartella de modellos noa", + "Upload (max. %s)" : "Càrriga (max. %s)", + "Filter filenames…" : "Filtra nùmenes de archìviu...", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartella","{folderCount} cartellas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archìviu","{fileCount} archìvios"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archìviu e {folderCount} cartella","1 archìviu e {folderCount} cartellas"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} archìviu e 1 cartella","{fileCount} archìvios e 1 cartella"], "{fileCount} files and {folderCount} folders" : "{fileCount} archìvios e {folderCount} cartellas", - "List of favorites files and folders." : "Lista de cartellas e de archìvios preferidos.", "Personal Files" : "Archìvios personales", "Text file" : "Archìviu de testu", - "New text file.txt" : "Archìviu de testu .txt nou", - "Filter filenames…" : "Filtra nùmenes de archìviu..." + "New text file.txt" : "Archìviu de testu .txt nou" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index 96931816ccb..62343002fb7 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Obľúbené súbory", "No favorites" : "Žiadne obľúbené", "More favorites" : "Viac obľúbených", - "Upload (max. %s)" : "Nahrať (max. %s)", "Accept" : "Prijať", "Reject" : "Odmietnuť", "Incoming ownership transfer from {user}" : "Prichádzajúci prevod vlastníctva od {user}", @@ -427,34 +426,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Priamy odkaz bol skopirovaný (funguje iba pre užívateľov, ktorí majú prístup k danému súboru/adresáru)", "Path" : "Cesta", "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtov","%n bajtov"], - "Favorited" : "Pridané k obľúbeným", + "Favored" : "Zaradiť medzi obľúbené", + "Favor" : "Zaradené medzi obľúbené", "Copy direct link (only works for people who have access to this file/folder)" : "Kopírovať priamy odkaz (funguje iba pre užívateľov, ktorí majú prístup k tomuto súboru/priečinku)", "Upload file" : "Nahrať súbor", - "Not favorited" : "Nie je obľúbený", + "Not favored" : "Nie je v obľúbených", "An error occurred while trying to update the tags" : "Pri pokuse o aktualizáciu štítkov došlo k chybe", - "You don't have permission to upload or create files here." : "Nemáte oprávnenie nahrávať alebo vytvárať súbory v tomto mieste.", - "Storage informations" : "Úložiskové informácie", - "Choose file" : "Vybrať súbor", - "Go to the previous folder" : "Prejsť do predchádzajúceho priečinka", - "Open the files app settings" : "Otvoriť nastavenia súborovej aplikácie", - "Unable to change the favourite state of the file" : "Nie je možné zmeniť stav „obľúbené“ daného súboru", + "Upload (max. %s)" : "Nahrať (max. %s)", + "Submitting fields…" : "Položky sa odosielajú ...", + "Filter filenames…" : "Filtrovať názvy súborov...", "Edit file locally" : "Editovať súbor lokálne", "Edit online" : "Upraviť online", - "Create new templates folder" : "Vytvoriť nový vzorový priečinok", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} priečinok","{folderCount} priečinky","{folderCount} priečinkov","{folderCount} priečinkov"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} súbor","{fileCount} súbory","{fileCount} súborov","{fileCount} súborov"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 súbor a {folderCount} priečinok","1 súbor a {folderCount} priečinky","1 súbor a {folderCount} priečinky","1 súbor a {folderCount} priečinky"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} súbor a 1 priečinok","{fileCount} súborov a 1 priečinok","{fileCount} súborov a 1 priečinok","{fileCount} súborov a 1 priečinok"], "{fileCount} files and {folderCount} folders" : "{fileCount} súborov a {folderCount} priečinkov", - "List of favorites files and folders." : "Zoznam obľúbených súborov a priečinkov.", "Personal Files" : "Osobné Súbory", "Text file" : "Textový súbor", "New text file.txt" : "Nový text file.txt", - "Favored" : "Zaradiť medzi obľúbené", - "Favor" : "Zaradené medzi obľúbené", - "Not favored" : "Nie je v obľúbených", - "Submitting fields…" : "Položky sa odosielajú ...", - "Filter filenames…" : "Filtrovať názvy súborov...", "{count} files could not be converted" : "{count} súborov sa nepodarilo skonvertovať", "{count} files successfully converted" : "{count} súborov bolo skonvertovaných" }, diff --git a/apps/files/l10n/sk.json b/apps/files/l10n/sk.json index c7959344aeb..30343cf97db 100644 --- a/apps/files/l10n/sk.json +++ b/apps/files/l10n/sk.json @@ -52,7 +52,6 @@ "Favorite files" : "Obľúbené súbory", "No favorites" : "Žiadne obľúbené", "More favorites" : "Viac obľúbených", - "Upload (max. %s)" : "Nahrať (max. %s)", "Accept" : "Prijať", "Reject" : "Odmietnuť", "Incoming ownership transfer from {user}" : "Prichádzajúci prevod vlastníctva od {user}", @@ -425,34 +424,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Priamy odkaz bol skopirovaný (funguje iba pre užívateľov, ktorí majú prístup k danému súboru/adresáru)", "Path" : "Cesta", "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtov","%n bajtov"], - "Favorited" : "Pridané k obľúbeným", + "Favored" : "Zaradiť medzi obľúbené", + "Favor" : "Zaradené medzi obľúbené", "Copy direct link (only works for people who have access to this file/folder)" : "Kopírovať priamy odkaz (funguje iba pre užívateľov, ktorí majú prístup k tomuto súboru/priečinku)", "Upload file" : "Nahrať súbor", - "Not favorited" : "Nie je obľúbený", + "Not favored" : "Nie je v obľúbených", "An error occurred while trying to update the tags" : "Pri pokuse o aktualizáciu štítkov došlo k chybe", - "You don't have permission to upload or create files here." : "Nemáte oprávnenie nahrávať alebo vytvárať súbory v tomto mieste.", - "Storage informations" : "Úložiskové informácie", - "Choose file" : "Vybrať súbor", - "Go to the previous folder" : "Prejsť do predchádzajúceho priečinka", - "Open the files app settings" : "Otvoriť nastavenia súborovej aplikácie", - "Unable to change the favourite state of the file" : "Nie je možné zmeniť stav „obľúbené“ daného súboru", + "Upload (max. %s)" : "Nahrať (max. %s)", + "Submitting fields…" : "Položky sa odosielajú ...", + "Filter filenames…" : "Filtrovať názvy súborov...", "Edit file locally" : "Editovať súbor lokálne", "Edit online" : "Upraviť online", - "Create new templates folder" : "Vytvoriť nový vzorový priečinok", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} priečinok","{folderCount} priečinky","{folderCount} priečinkov","{folderCount} priečinkov"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} súbor","{fileCount} súbory","{fileCount} súborov","{fileCount} súborov"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 súbor a {folderCount} priečinok","1 súbor a {folderCount} priečinky","1 súbor a {folderCount} priečinky","1 súbor a {folderCount} priečinky"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} súbor a 1 priečinok","{fileCount} súborov a 1 priečinok","{fileCount} súborov a 1 priečinok","{fileCount} súborov a 1 priečinok"], "{fileCount} files and {folderCount} folders" : "{fileCount} súborov a {folderCount} priečinkov", - "List of favorites files and folders." : "Zoznam obľúbených súborov a priečinkov.", "Personal Files" : "Osobné Súbory", "Text file" : "Textový súbor", "New text file.txt" : "Nový text file.txt", - "Favored" : "Zaradiť medzi obľúbené", - "Favor" : "Zaradené medzi obľúbené", - "Not favored" : "Nie je v obľúbených", - "Submitting fields…" : "Položky sa odosielajú ...", - "Filter filenames…" : "Filtrovať názvy súborov...", "{count} files could not be converted" : "{count} súborov sa nepodarilo skonvertovať", "{count} files successfully converted" : "{count} súborov bolo skonvertovaných" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js index 8d0f4ad1972..e9f36fa49e3 100644 --- a/apps/files/l10n/sl.js +++ b/apps/files/l10n/sl.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Priljubljene datoteke", "No favorites" : "Ni priljubljenih datotek", "More favorites" : "Več priljubljenih", - "Upload (max. %s)" : "Pošiljanje (omejitev %s)", "Accept" : "Sprejmi", "Reject" : "Zavrni", "Incoming ownership transfer from {user}" : "Vpisana je zahteva za prenos lastništva uporabnika {user}", @@ -430,31 +429,23 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Kopirana je neposredna povezava (za uporabnike, ki imajo dostop do datoteke ali mape)", "Path" : "Pot", "_%n byte_::_%n bytes_" : ["%n bajt","%n bajta","%n bajti","%n bajtov"], - "Favorited" : "Označeno kot priljubljeno", + "Favored" : "Priljubljeno", "Copy direct link (only works for people who have access to this file/folder)" : "Kopiraj neposredno povezavo (za uporabnike, ki imajo dostop do datoteke ali mape)", "Upload file" : "Pošlji datoteko", - "Not favorited" : "Ni priljubljeno", "An error occurred while trying to update the tags" : "Prišlo je do napake med posodabljanjem oznak", - "You don't have permission to upload or create files here." : "Nimate pravic za nalaganje ali ustvarjanje datotek na tem mestu.", - "Storage informations" : "Podrobnosti shrambe", - "Choose file" : "Izbor datotek", - "Go to the previous folder" : "Skoči na predhodno mapo", - "Open the files app settings" : "Odpri nastavitve programa Datoteke", - "Unable to change the favourite state of the file" : "Ni mogoče spremeniti stanja priljubljenosti datoteke", + "Upload (max. %s)" : "Pošiljanje (omejitev %s)", + "Submitting fields…" : "Poteka objavljanje vsebine polj ...", + "Filter filenames…" : "Filtriraj imena datotek ...", "Edit file locally" : "Uredi datoteko krajevno", "Edit online" : "Uredi na spletu", - "Create new templates folder" : "Ustvari novo začasno mapo", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mapa","{folderCount} mapi","{folderCount} mape","{folderCount} map"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} datoteka","{fileCount} datoteki","{fileCount} datoteke","{fileCount} datotek"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 datoteka in {folderCount} mapa","1 datoteka in {folderCount} mapi","1 datoteka in {folderCount} mape","1 datoteka in {folderCount} map"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} datoteka in 1 mapa","{fileCount} datoteki in 1 mapa","{fileCount} datoteke in 1 mapa","{fileCount} datotek in 1 mapa"], "{fileCount} files and {folderCount} folders" : "{fileCount} datotek in {folderCount} map", - "List of favorites files and folders." : "Seznam priljubljenih datotek in map.", "Personal Files" : "Osebne datoteke", "Text file" : "Besedilna datoteka", "New text file.txt" : "nova_datoteka.txt", - "Submitting fields…" : "Poteka objavljanje vsebine polj ...", - "Filter filenames…" : "Filtriraj imena datotek ...", "{count} files could not be converted" : "{count} datotek ni mogoče pretvoriti", "{count} files successfully converted" : "{count} datotek je uspešno pretvorjenih" }, diff --git a/apps/files/l10n/sl.json b/apps/files/l10n/sl.json index 579b32d200f..d7cbd0e10e1 100644 --- a/apps/files/l10n/sl.json +++ b/apps/files/l10n/sl.json @@ -52,7 +52,6 @@ "Favorite files" : "Priljubljene datoteke", "No favorites" : "Ni priljubljenih datotek", "More favorites" : "Več priljubljenih", - "Upload (max. %s)" : "Pošiljanje (omejitev %s)", "Accept" : "Sprejmi", "Reject" : "Zavrni", "Incoming ownership transfer from {user}" : "Vpisana je zahteva za prenos lastništva uporabnika {user}", @@ -428,31 +427,23 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Kopirana je neposredna povezava (za uporabnike, ki imajo dostop do datoteke ali mape)", "Path" : "Pot", "_%n byte_::_%n bytes_" : ["%n bajt","%n bajta","%n bajti","%n bajtov"], - "Favorited" : "Označeno kot priljubljeno", + "Favored" : "Priljubljeno", "Copy direct link (only works for people who have access to this file/folder)" : "Kopiraj neposredno povezavo (za uporabnike, ki imajo dostop do datoteke ali mape)", "Upload file" : "Pošlji datoteko", - "Not favorited" : "Ni priljubljeno", "An error occurred while trying to update the tags" : "Prišlo je do napake med posodabljanjem oznak", - "You don't have permission to upload or create files here." : "Nimate pravic za nalaganje ali ustvarjanje datotek na tem mestu.", - "Storage informations" : "Podrobnosti shrambe", - "Choose file" : "Izbor datotek", - "Go to the previous folder" : "Skoči na predhodno mapo", - "Open the files app settings" : "Odpri nastavitve programa Datoteke", - "Unable to change the favourite state of the file" : "Ni mogoče spremeniti stanja priljubljenosti datoteke", + "Upload (max. %s)" : "Pošiljanje (omejitev %s)", + "Submitting fields…" : "Poteka objavljanje vsebine polj ...", + "Filter filenames…" : "Filtriraj imena datotek ...", "Edit file locally" : "Uredi datoteko krajevno", "Edit online" : "Uredi na spletu", - "Create new templates folder" : "Ustvari novo začasno mapo", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mapa","{folderCount} mapi","{folderCount} mape","{folderCount} map"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} datoteka","{fileCount} datoteki","{fileCount} datoteke","{fileCount} datotek"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 datoteka in {folderCount} mapa","1 datoteka in {folderCount} mapi","1 datoteka in {folderCount} mape","1 datoteka in {folderCount} map"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} datoteka in 1 mapa","{fileCount} datoteki in 1 mapa","{fileCount} datoteke in 1 mapa","{fileCount} datotek in 1 mapa"], "{fileCount} files and {folderCount} folders" : "{fileCount} datotek in {folderCount} map", - "List of favorites files and folders." : "Seznam priljubljenih datotek in map.", "Personal Files" : "Osebne datoteke", "Text file" : "Besedilna datoteka", "New text file.txt" : "nova_datoteka.txt", - "Submitting fields…" : "Poteka objavljanje vsebine polj ...", - "Filter filenames…" : "Filtriraj imena datotek ...", "{count} files could not be converted" : "{count} datotek ni mogoče pretvoriti", "{count} files successfully converted" : "{count} datotek je uspešno pretvorjenih" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index 472eed0ffb4..aac16577263 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Омиљени фајлови", "No favorites" : "Нема омиљених", "More favorites" : "Још омиљених", - "Upload (max. %s)" : "Отпремање (макс. %s)", "Accept" : "Прихвати", "Reject" : "Одбаци", "Incoming ownership transfer from {user}" : "Надолазећи пренос власништва од корисника {user}", @@ -71,6 +70,7 @@ OC.L10N.register( "Transferred from %1$s on %2$s" : "Пренесено са %1$s на %2$s", "Files compatibility" : "Компатибилност фајлова", "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Дозвољава се ограничавање имена фајлова тако да сви клијенти могу да их синхронизују. Подразумевано се дозвољавају сва имена фајлова која су исправна на POSIX системима (нпр. Linux или macOS).", + "After enabling the Windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Када се укључе Windows компатибилна имена фајлова, постојећи фајлови се више неће моћи мењати, али њихов власник може да им промени име на исправно ново име.", "It is also possible to migrate files automatically after enabling this setting, please refer to the documentation about the occ command." : "Фајлови такође могу аутоматски да се мигрирају након укључивања овог подешавања, молимо вас да погледате документацију у вези са occ командом.", "Enforce Windows compatibility" : "Форсирај Windows компатибилност", "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Ово ће да блокира имена фајлова која су неисправна на Windows системима, као што су она која користе резервисана имена или специјалне карактере. Али ово неће форсирати компатибилност разликовања малих и великих слова.", @@ -97,6 +97,11 @@ OC.L10N.register( "Renamed \"{oldName}\" to \"{newName}\"" : "„{oldName}” је промењено на „{newName}”", "Rename file" : "Промени назив фајла", "Folder" : "Фасцикла", + "Unknown file type" : "Непознат тип фајла", + "{ext} image" : "{ext} слика", + "{ext} video" : "{ext} видео", + "{ext} audio" : "{ext} аудио", + "{ext} text" : "{ext} текст", "Pending" : "На чекању", "Unknown date" : "Непознат датум", "Clear filter" : "Очисти филтер", @@ -107,6 +112,7 @@ OC.L10N.register( "Total rows summary" : "Резиме укупног броја редова", "Toggle selection for all files and folders" : "Укљ./искљ. избор за све фајлове и фолдере", "Name" : "Назив", + "File type" : "Тип фајла", "Size" : "Величина", "\"{displayName}\" failed on some elements" : "„{displayName}” није успело на неким елементима", "\"{displayName}\" batch action executed successfully" : "Пакетна акција „{displayName}” се успешно извршила", @@ -185,6 +191,7 @@ OC.L10N.register( "Sort favorites first" : "Сортирај прво омиљене", "Sort folders before files" : "Поређај фолдере испред фајлова", "Show hidden files" : "Прикажи скривене фајлове", + "Show file type column" : "Прикажи колону са типом фајла", "Crop image previews" : "Опсецање прегледа слика", "Enable the grid view" : "Укључи приказ мреже", "Enable folder tree" : "Укључи стабло фолдера", @@ -429,34 +436,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Копиран је директан линк (функционише само за особе који имају приступ овом фајлу/фолдеру)", "Path" : "Путања", "_%n byte_::_%n bytes_" : ["%n бајт","%n бајта","%n бајтова"], - "Favorited" : "Омиљено", + "Favored" : "Наклоњен", + "Favor" : "Наклоност", "Copy direct link (only works for people who have access to this file/folder)" : "Копирај директни линк (ради само за особе које имају приступ овом фајлу/фолдеру)", "Upload file" : "Отпреми фајл", - "Not favorited" : "Није омиљено", + "Not favored" : "Ненаклоњен", "An error occurred while trying to update the tags" : "Дошло је до грешке при покушају ажурирања ознака", - "You don't have permission to upload or create files here." : "Немате дозволу да овде отпремите или креирате фајлове.", - "Storage informations" : "Информације о складишту", - "Choose file" : "Изаберите фајл", - "Go to the previous folder" : "Иди на претходни фолдер", - "Open the files app settings" : "Отвори подешавања апликације фајлови", - "Unable to change the favourite state of the file" : "Неуспела промена стања омиљености фајла", + "Upload (max. %s)" : "Отпремање (макс. %s)", + "Submitting fields…" : "Поља се подносе…", + "Filter filenames…" : "Филтрирање имена фајлова…", "Edit file locally" : "Уреди фајл локално", "Edit online" : "Уреди на мрежи", - "Create new templates folder" : "Креирај нови фолдер шаблона", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} фолдер","{folderCount} фолдера","{folderCount} фолдера"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} фајл","{fileCount} фајла","{fileCount} фајлова"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 фајл и {folderCount} фолдер","1 фајл и {folderCount} фолдера","1 фајл и {folderCount} фолдера"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} фајл и 1 фолдер","{fileCount} фајла и 1 фолдер","{fileCount} фајлова и 1 фолдер"], "{fileCount} files and {folderCount} folders" : "{fileCount} фајлова и {folderCount} фолдера", - "List of favorites files and folders." : "Листа омиљених фајлова и директоријума.", "Personal Files" : "Лични фајлови", "Text file" : "Tекстуални фајл", "New text file.txt" : "Нов текстуални фајл.txt", - "Favored" : "Наклоњен", - "Favor" : "Наклоност", - "Not favored" : "Ненаклоњен", - "Submitting fields…" : "Поља се подносе…", - "Filter filenames…" : "Филтрирање имена фајлова…", "{count} files could not be converted" : "Није могло да се конвертује {count} фајлова", "{count} files successfully converted" : "Успешно је конвертовано {count} фајлова" }, diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json index 8d9da0774b6..b2d6b3cb257 100644 --- a/apps/files/l10n/sr.json +++ b/apps/files/l10n/sr.json @@ -52,7 +52,6 @@ "Favorite files" : "Омиљени фајлови", "No favorites" : "Нема омиљених", "More favorites" : "Још омиљених", - "Upload (max. %s)" : "Отпремање (макс. %s)", "Accept" : "Прихвати", "Reject" : "Одбаци", "Incoming ownership transfer from {user}" : "Надолазећи пренос власништва од корисника {user}", @@ -69,6 +68,7 @@ "Transferred from %1$s on %2$s" : "Пренесено са %1$s на %2$s", "Files compatibility" : "Компатибилност фајлова", "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Дозвољава се ограничавање имена фајлова тако да сви клијенти могу да их синхронизују. Подразумевано се дозвољавају сва имена фајлова која су исправна на POSIX системима (нпр. Linux или macOS).", + "After enabling the Windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Када се укључе Windows компатибилна имена фајлова, постојећи фајлови се више неће моћи мењати, али њихов власник може да им промени име на исправно ново име.", "It is also possible to migrate files automatically after enabling this setting, please refer to the documentation about the occ command." : "Фајлови такође могу аутоматски да се мигрирају након укључивања овог подешавања, молимо вас да погледате документацију у вези са occ командом.", "Enforce Windows compatibility" : "Форсирај Windows компатибилност", "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Ово ће да блокира имена фајлова која су неисправна на Windows системима, као што су она која користе резервисана имена или специјалне карактере. Али ово неће форсирати компатибилност разликовања малих и великих слова.", @@ -95,6 +95,11 @@ "Renamed \"{oldName}\" to \"{newName}\"" : "„{oldName}” је промењено на „{newName}”", "Rename file" : "Промени назив фајла", "Folder" : "Фасцикла", + "Unknown file type" : "Непознат тип фајла", + "{ext} image" : "{ext} слика", + "{ext} video" : "{ext} видео", + "{ext} audio" : "{ext} аудио", + "{ext} text" : "{ext} текст", "Pending" : "На чекању", "Unknown date" : "Непознат датум", "Clear filter" : "Очисти филтер", @@ -105,6 +110,7 @@ "Total rows summary" : "Резиме укупног броја редова", "Toggle selection for all files and folders" : "Укљ./искљ. избор за све фајлове и фолдере", "Name" : "Назив", + "File type" : "Тип фајла", "Size" : "Величина", "\"{displayName}\" failed on some elements" : "„{displayName}” није успело на неким елементима", "\"{displayName}\" batch action executed successfully" : "Пакетна акција „{displayName}” се успешно извршила", @@ -183,6 +189,7 @@ "Sort favorites first" : "Сортирај прво омиљене", "Sort folders before files" : "Поређај фолдере испред фајлова", "Show hidden files" : "Прикажи скривене фајлове", + "Show file type column" : "Прикажи колону са типом фајла", "Crop image previews" : "Опсецање прегледа слика", "Enable the grid view" : "Укључи приказ мреже", "Enable folder tree" : "Укључи стабло фолдера", @@ -427,34 +434,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Копиран је директан линк (функционише само за особе који имају приступ овом фајлу/фолдеру)", "Path" : "Путања", "_%n byte_::_%n bytes_" : ["%n бајт","%n бајта","%n бајтова"], - "Favorited" : "Омиљено", + "Favored" : "Наклоњен", + "Favor" : "Наклоност", "Copy direct link (only works for people who have access to this file/folder)" : "Копирај директни линк (ради само за особе које имају приступ овом фајлу/фолдеру)", "Upload file" : "Отпреми фајл", - "Not favorited" : "Није омиљено", + "Not favored" : "Ненаклоњен", "An error occurred while trying to update the tags" : "Дошло је до грешке при покушају ажурирања ознака", - "You don't have permission to upload or create files here." : "Немате дозволу да овде отпремите или креирате фајлове.", - "Storage informations" : "Информације о складишту", - "Choose file" : "Изаберите фајл", - "Go to the previous folder" : "Иди на претходни фолдер", - "Open the files app settings" : "Отвори подешавања апликације фајлови", - "Unable to change the favourite state of the file" : "Неуспела промена стања омиљености фајла", + "Upload (max. %s)" : "Отпремање (макс. %s)", + "Submitting fields…" : "Поља се подносе…", + "Filter filenames…" : "Филтрирање имена фајлова…", "Edit file locally" : "Уреди фајл локално", "Edit online" : "Уреди на мрежи", - "Create new templates folder" : "Креирај нови фолдер шаблона", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} фолдер","{folderCount} фолдера","{folderCount} фолдера"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} фајл","{fileCount} фајла","{fileCount} фајлова"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 фајл и {folderCount} фолдер","1 фајл и {folderCount} фолдера","1 фајл и {folderCount} фолдера"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} фајл и 1 фолдер","{fileCount} фајла и 1 фолдер","{fileCount} фајлова и 1 фолдер"], "{fileCount} files and {folderCount} folders" : "{fileCount} фајлова и {folderCount} фолдера", - "List of favorites files and folders." : "Листа омиљених фајлова и директоријума.", "Personal Files" : "Лични фајлови", "Text file" : "Tекстуални фајл", "New text file.txt" : "Нов текстуални фајл.txt", - "Favored" : "Наклоњен", - "Favor" : "Наклоност", - "Not favored" : "Ненаклоњен", - "Submitting fields…" : "Поља се подносе…", - "Filter filenames…" : "Филтрирање имена фајлова…", "{count} files could not be converted" : "Није могло да се конвертује {count} фајлова", "{count} files successfully converted" : "Успешно је конвертовано {count} фајлова" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index ad6b2e96bf4..d4428ac84de 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Favoritfiler", "No favorites" : "Inga favoriter", "More favorites" : "Fler favoriter", - "Upload (max. %s)" : "Ladda upp (högst %s)", "Accept" : "Acceptera", "Reject" : "Avvisa", "Incoming ownership transfer from {user}" : "Inkommande ägaröverföring från {user}", @@ -437,34 +436,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Direktlänk kopierades (fungerar endast för användare som har tillgång till denna fil/mapp)", "Path" : "Sökväg", "_%n byte_::_%n bytes_" : ["%n bytes","%n bytes"], - "Favorited" : "Favoriserad", + "Favored" : "Favoriserad", + "Favor" : "Favorisera", "Copy direct link (only works for people who have access to this file/folder)" : "Kopiera direktlänk (fungerar endast för användare som har åtkomst till denna fil/mapp)", "Upload file" : "Ladda upp fil", - "Not favorited" : "Inte favoriserade", + "Not favored" : "Inte favoriserad", "An error occurred while trying to update the tags" : "Fel vid uppdatering av taggarna", - "You don't have permission to upload or create files here." : "Du har inte behörighet att ladda upp eller skapa filer här.", - "Storage informations" : "Lagringsinformation", - "Choose file" : "Välj fil", - "Go to the previous folder" : "Gå till föregående mapp", - "Open the files app settings" : "Öppna filappens inställningar", - "Unable to change the favourite state of the file" : "Kan inte ändra filens favoritstatus", + "Upload (max. %s)" : "Ladda upp (högst %s)", + "Submitting fields…" : "Skickar fält...", + "Filter filenames…" : "Filtrera filnamn...", "Edit file locally" : "Redigera filen lokalt", "Edit online" : "Redigera online", - "Create new templates folder" : "Skapa ny mallmapp", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mapp","{folderCount} mappar"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fil och {folderCount} mapp","1 fil och {folderCount} mappar"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fil och 1 mapp","{fileCount} filer och 1 mapp"], "{fileCount} files and {folderCount} folders" : "{fileCount} filer och {folderCount} mappar", - "List of favorites files and folders." : "Lista över favoritfiler och mappar.", "Personal Files" : "Personliga filer", "Text file" : "Textfil", "New text file.txt" : "Ny textfil.txt", - "Favored" : "Favoriserad", - "Favor" : "Favorisera", - "Not favored" : "Inte favoriserad", - "Submitting fields…" : "Skickar fält...", - "Filter filenames…" : "Filtrera filnamn...", "{count} files could not be converted" : "{count} filer kunde inte konverteras", "{count} files successfully converted" : "{count} filer har konverterats" }, diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index 514dd77aab7..e56bc427e48 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -52,7 +52,6 @@ "Favorite files" : "Favoritfiler", "No favorites" : "Inga favoriter", "More favorites" : "Fler favoriter", - "Upload (max. %s)" : "Ladda upp (högst %s)", "Accept" : "Acceptera", "Reject" : "Avvisa", "Incoming ownership transfer from {user}" : "Inkommande ägaröverföring från {user}", @@ -435,34 +434,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Direktlänk kopierades (fungerar endast för användare som har tillgång till denna fil/mapp)", "Path" : "Sökväg", "_%n byte_::_%n bytes_" : ["%n bytes","%n bytes"], - "Favorited" : "Favoriserad", + "Favored" : "Favoriserad", + "Favor" : "Favorisera", "Copy direct link (only works for people who have access to this file/folder)" : "Kopiera direktlänk (fungerar endast för användare som har åtkomst till denna fil/mapp)", "Upload file" : "Ladda upp fil", - "Not favorited" : "Inte favoriserade", + "Not favored" : "Inte favoriserad", "An error occurred while trying to update the tags" : "Fel vid uppdatering av taggarna", - "You don't have permission to upload or create files here." : "Du har inte behörighet att ladda upp eller skapa filer här.", - "Storage informations" : "Lagringsinformation", - "Choose file" : "Välj fil", - "Go to the previous folder" : "Gå till föregående mapp", - "Open the files app settings" : "Öppna filappens inställningar", - "Unable to change the favourite state of the file" : "Kan inte ändra filens favoritstatus", + "Upload (max. %s)" : "Ladda upp (högst %s)", + "Submitting fields…" : "Skickar fält...", + "Filter filenames…" : "Filtrera filnamn...", "Edit file locally" : "Redigera filen lokalt", "Edit online" : "Redigera online", - "Create new templates folder" : "Skapa ny mallmapp", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mapp","{folderCount} mappar"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fil och {folderCount} mapp","1 fil och {folderCount} mappar"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fil och 1 mapp","{fileCount} filer och 1 mapp"], "{fileCount} files and {folderCount} folders" : "{fileCount} filer och {folderCount} mappar", - "List of favorites files and folders." : "Lista över favoritfiler och mappar.", "Personal Files" : "Personliga filer", "Text file" : "Textfil", "New text file.txt" : "Ny textfil.txt", - "Favored" : "Favoriserad", - "Favor" : "Favorisera", - "Not favored" : "Inte favoriserad", - "Submitting fields…" : "Skickar fält...", - "Filter filenames…" : "Filtrera filnamn...", "{count} files could not be converted" : "{count} filer kunde inte konverteras", "{count} files successfully converted" : "{count} filer har konverterats" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files/l10n/th.js b/apps/files/l10n/th.js index c6bef3b89d3..5b51231ceb2 100644 --- a/apps/files/l10n/th.js +++ b/apps/files/l10n/th.js @@ -44,7 +44,6 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "มีไฟล์หรือโฟลเดอร์ที่มีการ<strong>เปลี่ยนแปลง</strong>", "A favorite file or folder has been <strong>changed</strong>" : "มีไฟล์หรือโฟลเดอร์ในรายการโปรดที่มีการ<strong>เปลี่ยนแปลง</strong>", "No favorites" : "ยังไม่มีรายการโปรด", - "Upload (max. %s)" : "อัปโหลด (สูงสุด %s)", "Accept" : "ยอมรับ", "Reject" : "ปฏิเสธ", "Incoming ownership transfer from {user}" : "คำขอการโอนย้ายความเป็นเจ้าของจาก {user}", @@ -233,14 +232,10 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "คัดลอกลิงก์โดยตรงแล้ว (ใช้ได้เฉพาะผู้ใช้ที่มีสิทธิ์เข้าถึงไฟล์/โฟลเดอร์นี้)", "Path" : "เส้นทาง", "_%n byte_::_%n bytes_" : ["%n ไบต์"], - "Favorited" : "เพิ่มในรายการโปรดแล้ว", "Copy direct link (only works for people who have access to this file/folder)" : "คัดลอกลิงก์โดยตรง (ใช้ได้เฉพาะผู้ใช้ที่มีสิทธิ์เข้าถึงไฟล์/โฟลเดอร์นี้)", "Upload file" : "อัปโหลดไฟล์", - "Not favorited" : "ไม่ได้เป็นรายการโปรด", "An error occurred while trying to update the tags" : "เกิดข้อผิดพลาดขณะกำลังพยายามอัปเดตแท็ก", - "Storage informations" : "ข้อมูลพื้นที่จัดเก็บ", - "Open the files app settings" : "เปิดการตั้งค่าแอปไฟล์", - "Unable to change the favourite state of the file" : "ไม่สามารถเปลี่ยนสถานะรายการโปรดของไฟล์", + "Upload (max. %s)" : "อัปโหลด (สูงสุด %s)", "Text file" : "ไฟล์ข้อความ", "New text file.txt" : "ไฟล์ข้อความใหม่.txt" }, diff --git a/apps/files/l10n/th.json b/apps/files/l10n/th.json index 08b39c447ec..bdde1cf0d06 100644 --- a/apps/files/l10n/th.json +++ b/apps/files/l10n/th.json @@ -42,7 +42,6 @@ "A file or folder has been <strong>changed</strong>" : "มีไฟล์หรือโฟลเดอร์ที่มีการ<strong>เปลี่ยนแปลง</strong>", "A favorite file or folder has been <strong>changed</strong>" : "มีไฟล์หรือโฟลเดอร์ในรายการโปรดที่มีการ<strong>เปลี่ยนแปลง</strong>", "No favorites" : "ยังไม่มีรายการโปรด", - "Upload (max. %s)" : "อัปโหลด (สูงสุด %s)", "Accept" : "ยอมรับ", "Reject" : "ปฏิเสธ", "Incoming ownership transfer from {user}" : "คำขอการโอนย้ายความเป็นเจ้าของจาก {user}", @@ -231,14 +230,10 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "คัดลอกลิงก์โดยตรงแล้ว (ใช้ได้เฉพาะผู้ใช้ที่มีสิทธิ์เข้าถึงไฟล์/โฟลเดอร์นี้)", "Path" : "เส้นทาง", "_%n byte_::_%n bytes_" : ["%n ไบต์"], - "Favorited" : "เพิ่มในรายการโปรดแล้ว", "Copy direct link (only works for people who have access to this file/folder)" : "คัดลอกลิงก์โดยตรง (ใช้ได้เฉพาะผู้ใช้ที่มีสิทธิ์เข้าถึงไฟล์/โฟลเดอร์นี้)", "Upload file" : "อัปโหลดไฟล์", - "Not favorited" : "ไม่ได้เป็นรายการโปรด", "An error occurred while trying to update the tags" : "เกิดข้อผิดพลาดขณะกำลังพยายามอัปเดตแท็ก", - "Storage informations" : "ข้อมูลพื้นที่จัดเก็บ", - "Open the files app settings" : "เปิดการตั้งค่าแอปไฟล์", - "Unable to change the favourite state of the file" : "ไม่สามารถเปลี่ยนสถานะรายการโปรดของไฟล์", + "Upload (max. %s)" : "อัปโหลด (สูงสุด %s)", "Text file" : "ไฟล์ข้อความ", "New text file.txt" : "ไฟล์ข้อความใหม่.txt" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index caa474b97b0..f15d99f1ed7 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Sık kullanılan dosyalar", "No favorites" : "Sık kullanılan bir öge yok", "More favorites" : "Diğer sık kullanılanlar", - "Upload (max. %s)" : "Yükle (en büyük: %s)", "Accept" : "Kabul et", "Reject" : "Reddet", "Incoming ownership transfer from {user}" : "{user} kullanıcısından gelen sahiplik aktarımı ", @@ -427,34 +426,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Doğrudan bağlantı kopyalandı (yalnızca bu dosya ya da klasöre erişim izni olan kişiler kullanabilir)", "Path" : "Yol", "_%n byte_::_%n bytes_" : ["%n bayt","%n bayt"], - "Favorited" : "Sık kullanılanlara eklendi", + "Favored" : "Sık kullanılanlara eklenmiş", + "Favor" : "Sık kullanılanlara ekle", "Copy direct link (only works for people who have access to this file/folder)" : "Doğrudan bağlantıyı kopyala (yalnızca bu dosya ya da klasöre erişim izni olan kişiler için)", "Upload file" : "Dosya yükle", - "Not favorited" : "Sık kullanılanlarda değil", + "Not favored" : "Sık kullanılanlara eklenmemiş", "An error occurred while trying to update the tags" : "Etiketler güncellenirken bir sorun çıktı", - "You don't have permission to upload or create files here." : "Buraya dosya yükleme ya da ekleme izniniz yok.", - "Storage informations" : "Depolama bilgileri", - "Choose file" : "Dosya seçin", - "Go to the previous folder" : "Önceki klasöre git", - "Open the files app settings" : "Dosyalar uygulaması ayarlarını aç", - "Unable to change the favourite state of the file" : "Dosyanın sık kullanılan durumu değiştirilemedi", + "Upload (max. %s)" : "Yükle (en büyük: %s)", + "Submitting fields…" : "Alanlar gönderiliyor…", + "Filter filenames…" : "Dosya adlarını süz…", "Edit file locally" : "Dosyayı yerel olarak düzenle", "Edit online" : "Çevrim içi düzenle", - "Create new templates folder" : "Yeni kalıp klasörü oluştur", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} klasör","{folderCount} klasör"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} dosya","{fileCount} dosya"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 dosya ve {folderCount} klasör","1 dosya ve {folderCount} klasör"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} dosya ve 1 klasör","{fileCount} dosya ve 1 klasör"], "{fileCount} files and {folderCount} folders" : "{fileCount} dosya ve {folderCount} klasör", - "List of favorites files and folders." : "Sık kullanılan dosya ve klasör listesi.", "Personal Files" : "Kişisel dosyalar", "Text file" : "Metin dosyası", "New text file.txt" : "Yeni metin dosyası.txt", - "Favored" : "Sık kullanılanlara eklenmiş", - "Favor" : "Sık kullanılanlara ekle", - "Not favored" : "Sık kullanılanlara eklenmemiş", - "Submitting fields…" : "Alanlar gönderiliyor…", - "Filter filenames…" : "Dosya adlarını süz…", "{count} files could not be converted" : "{count} dosya dönüştürülemedi", "{count} files successfully converted" : "{count} dosya dönüştürüldü" }, diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json index 61e693c225d..91591db8821 100644 --- a/apps/files/l10n/tr.json +++ b/apps/files/l10n/tr.json @@ -52,7 +52,6 @@ "Favorite files" : "Sık kullanılan dosyalar", "No favorites" : "Sık kullanılan bir öge yok", "More favorites" : "Diğer sık kullanılanlar", - "Upload (max. %s)" : "Yükle (en büyük: %s)", "Accept" : "Kabul et", "Reject" : "Reddet", "Incoming ownership transfer from {user}" : "{user} kullanıcısından gelen sahiplik aktarımı ", @@ -425,34 +424,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Doğrudan bağlantı kopyalandı (yalnızca bu dosya ya da klasöre erişim izni olan kişiler kullanabilir)", "Path" : "Yol", "_%n byte_::_%n bytes_" : ["%n bayt","%n bayt"], - "Favorited" : "Sık kullanılanlara eklendi", + "Favored" : "Sık kullanılanlara eklenmiş", + "Favor" : "Sık kullanılanlara ekle", "Copy direct link (only works for people who have access to this file/folder)" : "Doğrudan bağlantıyı kopyala (yalnızca bu dosya ya da klasöre erişim izni olan kişiler için)", "Upload file" : "Dosya yükle", - "Not favorited" : "Sık kullanılanlarda değil", + "Not favored" : "Sık kullanılanlara eklenmemiş", "An error occurred while trying to update the tags" : "Etiketler güncellenirken bir sorun çıktı", - "You don't have permission to upload or create files here." : "Buraya dosya yükleme ya da ekleme izniniz yok.", - "Storage informations" : "Depolama bilgileri", - "Choose file" : "Dosya seçin", - "Go to the previous folder" : "Önceki klasöre git", - "Open the files app settings" : "Dosyalar uygulaması ayarlarını aç", - "Unable to change the favourite state of the file" : "Dosyanın sık kullanılan durumu değiştirilemedi", + "Upload (max. %s)" : "Yükle (en büyük: %s)", + "Submitting fields…" : "Alanlar gönderiliyor…", + "Filter filenames…" : "Dosya adlarını süz…", "Edit file locally" : "Dosyayı yerel olarak düzenle", "Edit online" : "Çevrim içi düzenle", - "Create new templates folder" : "Yeni kalıp klasörü oluştur", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} klasör","{folderCount} klasör"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} dosya","{fileCount} dosya"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 dosya ve {folderCount} klasör","1 dosya ve {folderCount} klasör"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} dosya ve 1 klasör","{fileCount} dosya ve 1 klasör"], "{fileCount} files and {folderCount} folders" : "{fileCount} dosya ve {folderCount} klasör", - "List of favorites files and folders." : "Sık kullanılan dosya ve klasör listesi.", "Personal Files" : "Kişisel dosyalar", "Text file" : "Metin dosyası", "New text file.txt" : "Yeni metin dosyası.txt", - "Favored" : "Sık kullanılanlara eklenmiş", - "Favor" : "Sık kullanılanlara ekle", - "Not favored" : "Sık kullanılanlara eklenmemiş", - "Submitting fields…" : "Alanlar gönderiliyor…", - "Filter filenames…" : "Dosya adlarını süz…", "{count} files could not be converted" : "{count} dosya dönüştürülemedi", "{count} files successfully converted" : "{count} dosya dönüştürüldü" },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/apps/files/l10n/ug.js b/apps/files/l10n/ug.js index aea2933b5e4..5c828bb4c51 100644 --- a/apps/files/l10n/ug.js +++ b/apps/files/l10n/ug.js @@ -46,7 +46,6 @@ OC.L10N.register( "Failed to authorize" : "ھوقۇق بېرىش مەغلۇب بولدى", "Invalid folder path" : "ھۆججەت قىسقۇچ يولى ئىناۋەتسىز", "Folder not found" : "ھۆججەت قىسقۇچ تېپىلمىدى", - "Upload (max. %s)" : "يۈكلەش (max.% S)", "Accept" : "قوبۇل قىلىڭ", "Reject" : "رەت قىلىش", "Incoming ownership transfer from {user}" : "{user} دىن كەلگەن ئىگىدارلىق ھوقۇقىنى يۆتكەش", @@ -357,28 +356,20 @@ OC.L10N.register( "Your storage is almost full ({usedSpacePercent}%)." : "ساقلاش بوشلۇقىڭىز ئاساسەن دېگۈدەك تولۇق ({usedSpacePercent}%).", "Direct link was copied (only works for people who have access to this file/folder)" : "بىۋاسىتە ئۇلىنىش كۆچۈرۈلدى (پەقەت بۇ ھۆججەت / ھۆججەت قىسقۇچنى زىيارەت قىلىدىغان كىشىلەر ئۈچۈن ئىشلەيدۇ)", "Path" : "Path", - "Favorited" : "ياقتۇرىدىغان", + "Favored" : "ياخشى كۆرىدۇ", + "Favor" : "ياق", "Copy direct link (only works for people who have access to this file/folder)" : "بىۋاسىتە ئۇلىنىشنى كۆچۈرۈڭ (پەقەت بۇ ھۆججەت / ھۆججەت قىسقۇچنى زىيارەت قىلالايدىغان كىشىلەر ئۈچۈن ئىشلەيدۇ)", "Upload file" : "Upload file", - "Not favorited" : "ياقتۇرمايدۇ", + "Not favored" : "ياقتۇرمايدۇ", "An error occurred while trying to update the tags" : "خەتكۈچلەرنى يېڭىلىماقچى بولغاندا خاتالىق كۆرۈلدى", - "Storage informations" : "ساقلاش ئۇچۇرى", - "Choose file" : "ھۆججەت تاللاڭ", - "Go to the previous folder" : "ئالدىنقى قىسقۇچقا بېرىڭ", - "Open the files app settings" : "ھۆججەت ئەپ تەڭشىكىنى ئېچىڭ", - "Unable to change the favourite state of the file" : "ھۆججەتنىڭ ياقتۇرىدىغان ھالىتىنى ئۆزگەرتەلمىدى", + "Upload (max. %s)" : "يۈكلەش (max.% S)", + "Submitting fields…" : "يول يوللاش…", + "Filter filenames…" : "ھۆججەت نامىنى سۈزۈڭ…", "Edit file locally" : "ھۆججەتنى يەرلىكتە تەھرىرلەڭ", "Edit online" : "توردا تەھرىرلەڭ", - "Create new templates folder" : "يېڭى قېلىپ ھۆججەت قىسقۇچى قۇر", "{fileCount} files and {folderCount} folders" : "{fileCount} ھۆججەتلىرى ۋە {folderCount} ھۆججەت قىسقۇچلىرى", - "List of favorites files and folders." : "ياقتۇرىدىغان ھۆججەت ۋە ھۆججەت قىسقۇچلارنىڭ تىزىملىكى.", "Personal Files" : "شەخسىي ھۆججەتلەر", "Text file" : "تېكىست ھۆججەت", - "New text file.txt" : "يېڭى تېكىست ھۆججىتى. Txt", - "Favored" : "ياخشى كۆرىدۇ", - "Favor" : "ياق", - "Not favored" : "ياقتۇرمايدۇ", - "Submitting fields…" : "يول يوللاش…", - "Filter filenames…" : "ھۆججەت نامىنى سۈزۈڭ…" + "New text file.txt" : "يېڭى تېكىست ھۆججىتى. Txt" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/ug.json b/apps/files/l10n/ug.json index f524c4e77be..bd7dae0388f 100644 --- a/apps/files/l10n/ug.json +++ b/apps/files/l10n/ug.json @@ -44,7 +44,6 @@ "Failed to authorize" : "ھوقۇق بېرىش مەغلۇب بولدى", "Invalid folder path" : "ھۆججەت قىسقۇچ يولى ئىناۋەتسىز", "Folder not found" : "ھۆججەت قىسقۇچ تېپىلمىدى", - "Upload (max. %s)" : "يۈكلەش (max.% S)", "Accept" : "قوبۇل قىلىڭ", "Reject" : "رەت قىلىش", "Incoming ownership transfer from {user}" : "{user} دىن كەلگەن ئىگىدارلىق ھوقۇقىنى يۆتكەش", @@ -355,28 +354,20 @@ "Your storage is almost full ({usedSpacePercent}%)." : "ساقلاش بوشلۇقىڭىز ئاساسەن دېگۈدەك تولۇق ({usedSpacePercent}%).", "Direct link was copied (only works for people who have access to this file/folder)" : "بىۋاسىتە ئۇلىنىش كۆچۈرۈلدى (پەقەت بۇ ھۆججەت / ھۆججەت قىسقۇچنى زىيارەت قىلىدىغان كىشىلەر ئۈچۈن ئىشلەيدۇ)", "Path" : "Path", - "Favorited" : "ياقتۇرىدىغان", + "Favored" : "ياخشى كۆرىدۇ", + "Favor" : "ياق", "Copy direct link (only works for people who have access to this file/folder)" : "بىۋاسىتە ئۇلىنىشنى كۆچۈرۈڭ (پەقەت بۇ ھۆججەت / ھۆججەت قىسقۇچنى زىيارەت قىلالايدىغان كىشىلەر ئۈچۈن ئىشلەيدۇ)", "Upload file" : "Upload file", - "Not favorited" : "ياقتۇرمايدۇ", + "Not favored" : "ياقتۇرمايدۇ", "An error occurred while trying to update the tags" : "خەتكۈچلەرنى يېڭىلىماقچى بولغاندا خاتالىق كۆرۈلدى", - "Storage informations" : "ساقلاش ئۇچۇرى", - "Choose file" : "ھۆججەت تاللاڭ", - "Go to the previous folder" : "ئالدىنقى قىسقۇچقا بېرىڭ", - "Open the files app settings" : "ھۆججەت ئەپ تەڭشىكىنى ئېچىڭ", - "Unable to change the favourite state of the file" : "ھۆججەتنىڭ ياقتۇرىدىغان ھالىتىنى ئۆزگەرتەلمىدى", + "Upload (max. %s)" : "يۈكلەش (max.% S)", + "Submitting fields…" : "يول يوللاش…", + "Filter filenames…" : "ھۆججەت نامىنى سۈزۈڭ…", "Edit file locally" : "ھۆججەتنى يەرلىكتە تەھرىرلەڭ", "Edit online" : "توردا تەھرىرلەڭ", - "Create new templates folder" : "يېڭى قېلىپ ھۆججەت قىسقۇچى قۇر", "{fileCount} files and {folderCount} folders" : "{fileCount} ھۆججەتلىرى ۋە {folderCount} ھۆججەت قىسقۇچلىرى", - "List of favorites files and folders." : "ياقتۇرىدىغان ھۆججەت ۋە ھۆججەت قىسقۇچلارنىڭ تىزىملىكى.", "Personal Files" : "شەخسىي ھۆججەتلەر", "Text file" : "تېكىست ھۆججەت", - "New text file.txt" : "يېڭى تېكىست ھۆججىتى. Txt", - "Favored" : "ياخشى كۆرىدۇ", - "Favor" : "ياق", - "Not favored" : "ياقتۇرمايدۇ", - "Submitting fields…" : "يول يوللاش…", - "Filter filenames…" : "ھۆججەت نامىنى سۈزۈڭ…" + "New text file.txt" : "يېڭى تېكىست ھۆججىتى. Txt" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js index bfb02d10ecc..e565adfc9de 100644 --- a/apps/files/l10n/uk.js +++ b/apps/files/l10n/uk.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "Файли із зіркою", "No favorites" : "Немає улюблених", "More favorites" : "Ще файли із зіркою", - "Upload (max. %s)" : "Завантаження (макс. %s)", "Accept" : "Прийняти", "Reject" : "Відхилити", "Incoming ownership transfer from {user}" : "Запит від користувача {user} на передавання прав власника", @@ -428,34 +427,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Пряме посилання було скопійовано (дійсне лише для користувачів, які мають відповідні права доступу)", "Path" : "Шлях", "_%n byte_::_%n bytes_" : ["%n байт","%n байти","%n байт","%n байт(ів)"], - "Favorited" : "Із зірочкою", + "Favored" : "Із зірочкою", + "Favor" : "Додати зірочку", "Copy direct link (only works for people who have access to this file/folder)" : "Копіювати пряме посилання (дійсне лише для користувачів, які мають відповідні права доступу)", "Upload file" : "Завантажити файл", - "Not favorited" : "Без зірочки", + "Not favored" : "Без зірочки", "An error occurred while trying to update the tags" : "Виникла помилка при спробі оновити мітки", - "You don't have permission to upload or create files here." : "У вас відсутні дозволи для завантаження або створення файлів в цьому каталозі.", - "Storage informations" : "Інформація про сховище", - "Choose file" : "Вибрати файл", - "Go to the previous folder" : "До попереднього каталогу", - "Open the files app settings" : "Перейти до налаштувань застосунку файлів", - "Unable to change the favourite state of the file" : "Неможливо змінити стан \"зірочка\" для цього файла", + "Upload (max. %s)" : "Завантаження (макс. %s)", + "Submitting fields…" : "Поля для надсилання...", + "Filter filenames…" : "Вибрати файли за ім'ям ...", "Edit file locally" : "Редагувати файл на пристрої", "Edit online" : "Відкрити онлайн", - "Create new templates folder" : "Створіть новий каталог для шаблонів", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} каталог","{folderCount} каталоги","{folderCount} каталогів","{folderCount} каталогів"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} файл","{fileCount} файли","{fileCount} файлів","{fileCount} файлів"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 файл та {folderCount} каталог","1 файл та {folderCount} каталоги","1 файл та {folderCount} каталогів","1 файл та {folderCount} каталогів"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} файл та 1 каталог","{fileCount} файли та 1 каталог","{fileCount} файлів та 1 каталог","{fileCount} файлів та 1 каталог"], "{fileCount} files and {folderCount} folders" : "{fileCount} файлів та {folderCount} каталогів", - "List of favorites files and folders." : "Список файлів та каталогів із зірочкою.", "Personal Files" : "Мої документи", "Text file" : "Текстовий файл", "New text file.txt" : "Новий текстовий файл.txt", - "Favored" : "Із зірочкою", - "Favor" : "Додати зірочку", - "Not favored" : "Без зірочки", - "Submitting fields…" : "Поля для надсилання...", - "Filter filenames…" : "Вибрати файли за ім'ям ...", "{count} files could not be converted" : "Неможливо конвертувати {count} файлів", "{count} files successfully converted" : "Успішно конвертовано {count} файлів" }, diff --git a/apps/files/l10n/uk.json b/apps/files/l10n/uk.json index cdde9673fb9..e133f666763 100644 --- a/apps/files/l10n/uk.json +++ b/apps/files/l10n/uk.json @@ -52,7 +52,6 @@ "Favorite files" : "Файли із зіркою", "No favorites" : "Немає улюблених", "More favorites" : "Ще файли із зіркою", - "Upload (max. %s)" : "Завантаження (макс. %s)", "Accept" : "Прийняти", "Reject" : "Відхилити", "Incoming ownership transfer from {user}" : "Запит від користувача {user} на передавання прав власника", @@ -426,34 +425,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Пряме посилання було скопійовано (дійсне лише для користувачів, які мають відповідні права доступу)", "Path" : "Шлях", "_%n byte_::_%n bytes_" : ["%n байт","%n байти","%n байт","%n байт(ів)"], - "Favorited" : "Із зірочкою", + "Favored" : "Із зірочкою", + "Favor" : "Додати зірочку", "Copy direct link (only works for people who have access to this file/folder)" : "Копіювати пряме посилання (дійсне лише для користувачів, які мають відповідні права доступу)", "Upload file" : "Завантажити файл", - "Not favorited" : "Без зірочки", + "Not favored" : "Без зірочки", "An error occurred while trying to update the tags" : "Виникла помилка при спробі оновити мітки", - "You don't have permission to upload or create files here." : "У вас відсутні дозволи для завантаження або створення файлів в цьому каталозі.", - "Storage informations" : "Інформація про сховище", - "Choose file" : "Вибрати файл", - "Go to the previous folder" : "До попереднього каталогу", - "Open the files app settings" : "Перейти до налаштувань застосунку файлів", - "Unable to change the favourite state of the file" : "Неможливо змінити стан \"зірочка\" для цього файла", + "Upload (max. %s)" : "Завантаження (макс. %s)", + "Submitting fields…" : "Поля для надсилання...", + "Filter filenames…" : "Вибрати файли за ім'ям ...", "Edit file locally" : "Редагувати файл на пристрої", "Edit online" : "Відкрити онлайн", - "Create new templates folder" : "Створіть новий каталог для шаблонів", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} каталог","{folderCount} каталоги","{folderCount} каталогів","{folderCount} каталогів"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} файл","{fileCount} файли","{fileCount} файлів","{fileCount} файлів"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 файл та {folderCount} каталог","1 файл та {folderCount} каталоги","1 файл та {folderCount} каталогів","1 файл та {folderCount} каталогів"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} файл та 1 каталог","{fileCount} файли та 1 каталог","{fileCount} файлів та 1 каталог","{fileCount} файлів та 1 каталог"], "{fileCount} files and {folderCount} folders" : "{fileCount} файлів та {folderCount} каталогів", - "List of favorites files and folders." : "Список файлів та каталогів із зірочкою.", "Personal Files" : "Мої документи", "Text file" : "Текстовий файл", "New text file.txt" : "Новий текстовий файл.txt", - "Favored" : "Із зірочкою", - "Favor" : "Додати зірочку", - "Not favored" : "Без зірочки", - "Submitting fields…" : "Поля для надсилання...", - "Filter filenames…" : "Вибрати файли за ім'ям ...", "{count} files could not be converted" : "Неможливо конвертувати {count} файлів", "{count} files successfully converted" : "Успішно конвертовано {count} файлів" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" diff --git a/apps/files/l10n/vi.js b/apps/files/l10n/vi.js index a8e39aa2527..475bafe02f5 100644 --- a/apps/files/l10n/vi.js +++ b/apps/files/l10n/vi.js @@ -47,7 +47,6 @@ OC.L10N.register( "Invalid folder path" : "Đường dẫn tới thư mục không hợp lệ", "Folder not found" : "Không thể tìm thấy thư mục", "No favorites" : "Không có mục ưa thích nào", - "Upload (max. %s)" : "Tải lên (tối đa %s)", "Accept" : "Đồng ý", "Reject" : "Từ chối", "Incoming ownership transfer from {user}" : "Có yêu cầu chuyển quyền sở hữu từ {user} ", @@ -355,31 +354,23 @@ OC.L10N.register( "_matches \"{filter}\"_::_match \"{filter}\"_" : ["khớp với \"{filter}\""], "Direct link was copied (only works for people who have access to this file/folder)" : "Đã sao chép đường dẫn trực tiếp(Chỉ áp dụng đối với người dùng có quyền truy cập vào thư mục/tệp tin)", "Path" : "Đường dẫn", - "Favorited" : "Được ưa thích", + "Favored" : "Được ưa thích", + "Favor" : "Ưa thích", "Copy direct link (only works for people who have access to this file/folder)" : "Sao chép liên kết trực tiếp (chỉ hoạt động đối với những người dùng có quyền truy cập vào tệp / thư mục này)", "Upload file" : "Tải lên tập tin", - "Not favorited" : "Không được yêu thích", + "Not favored" : "Không được ưa thích", "An error occurred while trying to update the tags" : "Đã xảy ra lỗi khi cố gắng cập nhật tags", - "Storage informations" : "Thông tin lưu trữ", - "Choose file" : "Chọn tập tin", - "Go to the previous folder" : "Chuyển đến thư mục trước đó", - "Open the files app settings" : "Mở cài đặt ứng dụng tệp", - "Unable to change the favourite state of the file" : "Không thể thay đổi trạng thái yêu thích của tệp", + "Upload (max. %s)" : "Tải lên (tối đa %s)", + "Filter filenames…" : "Lọc tên tệp…", "Edit file locally" : "Chỉnh sửa tập tin ngoại tuyến", "Edit online" : "Chỉnh sửa trực tuyến", - "Create new templates folder" : "Tạo thư mục mẫu mới", "_{folderCount} folder_::_{folderCount} folders_" : ["thư mục {folderCount}"], "_{fileCount} file_::_{fileCount} files_" : ["tệp {fileCount}"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 tệp và thư mục {folderCount}"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["tệp {fileCount} và 1 thư mục"], "{fileCount} files and {folderCount} folders" : "Tệp {fileCount} và thư mục {folderCount}", - "List of favorites files and folders." : "Danh sách các tập tin và thư mục yêu thích.", "Personal Files" : "Tệp tin cá nhân", "Text file" : "Tập tin văn bản", - "New text file.txt" : "Tệp văn bản mới.txt", - "Favored" : "Được ưa thích", - "Favor" : "Ưa thích", - "Not favored" : "Không được ưa thích", - "Filter filenames…" : "Lọc tên tệp…" + "New text file.txt" : "Tệp văn bản mới.txt" }, "nplurals=1; plural=0;"); diff --git a/apps/files/l10n/vi.json b/apps/files/l10n/vi.json index 272a1e3eebc..0e11bbac94d 100644 --- a/apps/files/l10n/vi.json +++ b/apps/files/l10n/vi.json @@ -45,7 +45,6 @@ "Invalid folder path" : "Đường dẫn tới thư mục không hợp lệ", "Folder not found" : "Không thể tìm thấy thư mục", "No favorites" : "Không có mục ưa thích nào", - "Upload (max. %s)" : "Tải lên (tối đa %s)", "Accept" : "Đồng ý", "Reject" : "Từ chối", "Incoming ownership transfer from {user}" : "Có yêu cầu chuyển quyền sở hữu từ {user} ", @@ -353,31 +352,23 @@ "_matches \"{filter}\"_::_match \"{filter}\"_" : ["khớp với \"{filter}\""], "Direct link was copied (only works for people who have access to this file/folder)" : "Đã sao chép đường dẫn trực tiếp(Chỉ áp dụng đối với người dùng có quyền truy cập vào thư mục/tệp tin)", "Path" : "Đường dẫn", - "Favorited" : "Được ưa thích", + "Favored" : "Được ưa thích", + "Favor" : "Ưa thích", "Copy direct link (only works for people who have access to this file/folder)" : "Sao chép liên kết trực tiếp (chỉ hoạt động đối với những người dùng có quyền truy cập vào tệp / thư mục này)", "Upload file" : "Tải lên tập tin", - "Not favorited" : "Không được yêu thích", + "Not favored" : "Không được ưa thích", "An error occurred while trying to update the tags" : "Đã xảy ra lỗi khi cố gắng cập nhật tags", - "Storage informations" : "Thông tin lưu trữ", - "Choose file" : "Chọn tập tin", - "Go to the previous folder" : "Chuyển đến thư mục trước đó", - "Open the files app settings" : "Mở cài đặt ứng dụng tệp", - "Unable to change the favourite state of the file" : "Không thể thay đổi trạng thái yêu thích của tệp", + "Upload (max. %s)" : "Tải lên (tối đa %s)", + "Filter filenames…" : "Lọc tên tệp…", "Edit file locally" : "Chỉnh sửa tập tin ngoại tuyến", "Edit online" : "Chỉnh sửa trực tuyến", - "Create new templates folder" : "Tạo thư mục mẫu mới", "_{folderCount} folder_::_{folderCount} folders_" : ["thư mục {folderCount}"], "_{fileCount} file_::_{fileCount} files_" : ["tệp {fileCount}"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 tệp và thư mục {folderCount}"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["tệp {fileCount} và 1 thư mục"], "{fileCount} files and {folderCount} folders" : "Tệp {fileCount} và thư mục {folderCount}", - "List of favorites files and folders." : "Danh sách các tập tin và thư mục yêu thích.", "Personal Files" : "Tệp tin cá nhân", "Text file" : "Tập tin văn bản", - "New text file.txt" : "Tệp văn bản mới.txt", - "Favored" : "Được ưa thích", - "Favor" : "Ưa thích", - "Not favored" : "Không được ưa thích", - "Filter filenames…" : "Lọc tên tệp…" + "New text file.txt" : "Tệp văn bản mới.txt" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index b0cc1433457..1bbbdb18e88 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "收藏的文件", "No favorites" : "无收藏", "More favorites" : "更多收藏", - "Upload (max. %s)" : "上传 (最大 %s)", "Accept" : "接受", "Reject" : "拒绝", "Incoming ownership transfer from {user}" : "来自 {user} 的所有权转移", @@ -437,34 +436,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "已复制直接链接(仅适用于有权访问此文件/文件夹的用户)", "Path" : "路径", "_%n byte_::_%n bytes_" : ["%n 字节"], - "Favorited" : "已收藏", + "Favored" : "已加入收藏", + "Favor" : "收藏", "Copy direct link (only works for people who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)", "Upload file" : "上传文件", - "Not favorited" : "未收藏", + "Not favored" : "未收藏", "An error occurred while trying to update the tags" : "更新标签时出错", - "You don't have permission to upload or create files here." : "您没有在此处上传或创建文件的权限。", - "Storage informations" : "存储信息", - "Choose file" : "选择文件", - "Go to the previous folder" : "回到前一个文件夹", - "Open the files app settings" : "打开文件设置", - "Unable to change the favourite state of the file" : "无法修改文件的收藏状态", + "Upload (max. %s)" : "上传 (最大 %s)", + "Submitting fields…" : "提交字段...", + "Filter filenames…" : "过滤文件名...", "Edit file locally" : "本地编辑", "Edit online" : "在线编辑", - "Create new templates folder" : "新建模板文件夹", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 个文件夹"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 个文件"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 个文件夹及 {folderCount} 个文件夹"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} 个文件及 1 个文件夹"], "{fileCount} files and {folderCount} folders" : "{fileCount} 个文件及 {folderCount} 个文件夹", - "List of favorites files and folders." : "收藏文件和文件夹列表", "Personal Files" : "个人文件", "Text file" : "文本文件", "New text file.txt" : "新建文本文件.txt", - "Favored" : "已加入收藏", - "Favor" : "收藏", - "Not favored" : "未收藏", - "Submitting fields…" : "提交字段...", - "Filter filenames…" : "过滤文件名...", "{count} files could not be converted" : "{count} 个文件无法转换", "{count} files successfully converted" : "{count} 个文件已成功转换" }, diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index e15d9f5b180..dd225ef638a 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -52,7 +52,6 @@ "Favorite files" : "收藏的文件", "No favorites" : "无收藏", "More favorites" : "更多收藏", - "Upload (max. %s)" : "上传 (最大 %s)", "Accept" : "接受", "Reject" : "拒绝", "Incoming ownership transfer from {user}" : "来自 {user} 的所有权转移", @@ -435,34 +434,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "已复制直接链接(仅适用于有权访问此文件/文件夹的用户)", "Path" : "路径", "_%n byte_::_%n bytes_" : ["%n 字节"], - "Favorited" : "已收藏", + "Favored" : "已加入收藏", + "Favor" : "收藏", "Copy direct link (only works for people who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)", "Upload file" : "上传文件", - "Not favorited" : "未收藏", + "Not favored" : "未收藏", "An error occurred while trying to update the tags" : "更新标签时出错", - "You don't have permission to upload or create files here." : "您没有在此处上传或创建文件的权限。", - "Storage informations" : "存储信息", - "Choose file" : "选择文件", - "Go to the previous folder" : "回到前一个文件夹", - "Open the files app settings" : "打开文件设置", - "Unable to change the favourite state of the file" : "无法修改文件的收藏状态", + "Upload (max. %s)" : "上传 (最大 %s)", + "Submitting fields…" : "提交字段...", + "Filter filenames…" : "过滤文件名...", "Edit file locally" : "本地编辑", "Edit online" : "在线编辑", - "Create new templates folder" : "新建模板文件夹", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 个文件夹"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 个文件"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 个文件夹及 {folderCount} 个文件夹"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} 个文件及 1 个文件夹"], "{fileCount} files and {folderCount} folders" : "{fileCount} 个文件及 {folderCount} 个文件夹", - "List of favorites files and folders." : "收藏文件和文件夹列表", "Personal Files" : "个人文件", "Text file" : "文本文件", "New text file.txt" : "新建文本文件.txt", - "Favored" : "已加入收藏", - "Favor" : "收藏", - "Not favored" : "未收藏", - "Submitting fields…" : "提交字段...", - "Filter filenames…" : "过滤文件名...", "{count} files could not be converted" : "{count} 个文件无法转换", "{count} files successfully converted" : "{count} 个文件已成功转换" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index af981fd94cc..4c279ff809a 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "最愛的檔案", "No favorites" : "沒有最愛", "More favorites" : "更多最愛", - "Upload (max. %s)" : "上傳(上限 %s)", "Accept" : "接受", "Reject" : "拒絕", "Incoming ownership transfer from {user}" : "來自 {user} 的擁有權轉移", @@ -437,34 +436,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "已複製直接連結(僅適用於有權訪問此檔案/資料夾的人仕)", "Path" : "路徑", "_%n byte_::_%n bytes_" : ["%n 位元組"], - "Favorited" : "已加入最愛", + "Favored" : "已加入最愛", + "Favor" : "加入最愛", "Copy direct link (only works for people who have access to this file/folder)" : "複製直接連結(只對能存取的人仕有用)", "Upload file" : "上傳檔案", - "Not favorited" : "未加入至最愛", + "Not favored" : "未加入最愛", "An error occurred while trying to update the tags" : "更新標籤時發生錯誤", - "You don't have permission to upload or create files here." : "您無權在此上傳或建立檔案。", - "Storage informations" : "儲存資訊", - "Choose file" : "選擇檔案", - "Go to the previous folder" : "前往上一個資料夾", - "Open the files app settings" : "開啟 Files 應用程式設定", - "Unable to change the favourite state of the file" : "無法更改檔案的最愛狀態", + "Upload (max. %s)" : "上傳(上限 %s)", + "Submitting fields…" : "正在遞交欄位 …", + "Filter filenames…" : "過濾檔案名 ...", "Edit file locally" : "在近端編輯檔案", "Edit online" : "在線編輯", - "Create new templates folder" : "創建新範本資料夾", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} 個檔案與 1 個資料夾"], "{fileCount} files and {folderCount} folders" : "{fileCount} 個檔案與 {folderCount} 個資料夾", - "List of favorites files and folders." : "最愛檔案與資料夾的清單。", "Personal Files" : "個人檔案", "Text file" : "文字檔", "New text file.txt" : "新文字檔.txt", - "Favored" : "已加入最愛", - "Favor" : "加入最愛", - "Not favored" : "未加入最愛", - "Submitting fields…" : "正在遞交欄位 …", - "Filter filenames…" : "過濾檔案名 ...", "{count} files could not be converted" : "{count} 個檔案無法轉換", "{count} files successfully converted" : "{count} 個檔案成功轉換" }, diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index e04500132ed..39825088806 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -52,7 +52,6 @@ "Favorite files" : "最愛的檔案", "No favorites" : "沒有最愛", "More favorites" : "更多最愛", - "Upload (max. %s)" : "上傳(上限 %s)", "Accept" : "接受", "Reject" : "拒絕", "Incoming ownership transfer from {user}" : "來自 {user} 的擁有權轉移", @@ -435,34 +434,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "已複製直接連結(僅適用於有權訪問此檔案/資料夾的人仕)", "Path" : "路徑", "_%n byte_::_%n bytes_" : ["%n 位元組"], - "Favorited" : "已加入最愛", + "Favored" : "已加入最愛", + "Favor" : "加入最愛", "Copy direct link (only works for people who have access to this file/folder)" : "複製直接連結(只對能存取的人仕有用)", "Upload file" : "上傳檔案", - "Not favorited" : "未加入至最愛", + "Not favored" : "未加入最愛", "An error occurred while trying to update the tags" : "更新標籤時發生錯誤", - "You don't have permission to upload or create files here." : "您無權在此上傳或建立檔案。", - "Storage informations" : "儲存資訊", - "Choose file" : "選擇檔案", - "Go to the previous folder" : "前往上一個資料夾", - "Open the files app settings" : "開啟 Files 應用程式設定", - "Unable to change the favourite state of the file" : "無法更改檔案的最愛狀態", + "Upload (max. %s)" : "上傳(上限 %s)", + "Submitting fields…" : "正在遞交欄位 …", + "Filter filenames…" : "過濾檔案名 ...", "Edit file locally" : "在近端編輯檔案", "Edit online" : "在線編輯", - "Create new templates folder" : "創建新範本資料夾", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} 個檔案與 1 個資料夾"], "{fileCount} files and {folderCount} folders" : "{fileCount} 個檔案與 {folderCount} 個資料夾", - "List of favorites files and folders." : "最愛檔案與資料夾的清單。", "Personal Files" : "個人檔案", "Text file" : "文字檔", "New text file.txt" : "新文字檔.txt", - "Favored" : "已加入最愛", - "Favor" : "加入最愛", - "Not favored" : "未加入最愛", - "Submitting fields…" : "正在遞交欄位 …", - "Filter filenames…" : "過濾檔案名 ...", "{count} files could not be converted" : "{count} 個檔案無法轉換", "{count} files successfully converted" : "{count} 個檔案成功轉換" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 4ff34d480e5..808a21a8f2a 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -54,7 +54,6 @@ OC.L10N.register( "Favorite files" : "收藏檔案", "No favorites" : "沒有最愛", "More favorites" : "更多收藏", - "Upload (max. %s)" : "上傳(最多 %s)", "Accept" : "接受", "Reject" : "拒絕", "Incoming ownership transfer from {user}" : "{user} 傳來的所有權轉移", @@ -437,34 +436,25 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "已複製直接連結(僅對有權存取此檔案或資料夾的使用者有用)", "Path" : "路徑", "_%n byte_::_%n bytes_" : ["%n 位元組"], - "Favorited" : "已加入喜愛", + "Favored" : "已加入最愛", + "Favor" : "加入最愛", "Copy direct link (only works for people who have access to this file/folder)" : "複製直接連結(僅對有權存取此檔案或資料夾的使用者有用)", "Upload file" : "上傳檔案", - "Not favorited" : "未加入至喜愛", + "Not favored" : "未加入最愛", "An error occurred while trying to update the tags" : "更新標籤時發生錯誤", - "You don't have permission to upload or create files here." : "您無權在此上傳或建立檔案。", - "Storage informations" : "儲存空間資訊", - "Choose file" : "選擇檔案", - "Go to the previous folder" : "前往上一個資料夾", - "Open the files app settings" : "開啟檔案應用程式設定", - "Unable to change the favourite state of the file" : "無法更改檔案的喜愛狀態", + "Upload (max. %s)" : "上傳(最多 %s)", + "Submitting fields…" : "正在遞交欄位……", + "Filter filenames…" : "篩選檔案名稱……", "Edit file locally" : "本機編輯檔案", "Edit online" : "線上編輯", - "Create new templates folder" : "建立新的範本資料夾", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} 個檔案與 1 個資料夾"], "{fileCount} files and {folderCount} folders" : "{fileCount} 個檔案與 {folderCount} 個資料夾", - "List of favorites files and folders." : "喜愛檔案與資料夾的清單。", "Personal Files" : "個人檔案", "Text file" : "文字檔案", "New text file.txt" : "新文字檔案.txt", - "Favored" : "已加入最愛", - "Favor" : "加入最愛", - "Not favored" : "未加入最愛", - "Submitting fields…" : "正在遞交欄位……", - "Filter filenames…" : "篩選檔案名稱……", "{count} files could not be converted" : "{count} 個檔案無法轉換", "{count} files successfully converted" : "{count} 個檔案成功轉換" }, diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json index 0def7339d4d..4037307ffa6 100644 --- a/apps/files/l10n/zh_TW.json +++ b/apps/files/l10n/zh_TW.json @@ -52,7 +52,6 @@ "Favorite files" : "收藏檔案", "No favorites" : "沒有最愛", "More favorites" : "更多收藏", - "Upload (max. %s)" : "上傳(最多 %s)", "Accept" : "接受", "Reject" : "拒絕", "Incoming ownership transfer from {user}" : "{user} 傳來的所有權轉移", @@ -435,34 +434,25 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "已複製直接連結(僅對有權存取此檔案或資料夾的使用者有用)", "Path" : "路徑", "_%n byte_::_%n bytes_" : ["%n 位元組"], - "Favorited" : "已加入喜愛", + "Favored" : "已加入最愛", + "Favor" : "加入最愛", "Copy direct link (only works for people who have access to this file/folder)" : "複製直接連結(僅對有權存取此檔案或資料夾的使用者有用)", "Upload file" : "上傳檔案", - "Not favorited" : "未加入至喜愛", + "Not favored" : "未加入最愛", "An error occurred while trying to update the tags" : "更新標籤時發生錯誤", - "You don't have permission to upload or create files here." : "您無權在此上傳或建立檔案。", - "Storage informations" : "儲存空間資訊", - "Choose file" : "選擇檔案", - "Go to the previous folder" : "前往上一個資料夾", - "Open the files app settings" : "開啟檔案應用程式設定", - "Unable to change the favourite state of the file" : "無法更改檔案的喜愛狀態", + "Upload (max. %s)" : "上傳(最多 %s)", + "Submitting fields…" : "正在遞交欄位……", + "Filter filenames…" : "篩選檔案名稱……", "Edit file locally" : "本機編輯檔案", "Edit online" : "線上編輯", - "Create new templates folder" : "建立新的範本資料夾", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} 個檔案與 1 個資料夾"], "{fileCount} files and {folderCount} folders" : "{fileCount} 個檔案與 {folderCount} 個資料夾", - "List of favorites files and folders." : "喜愛檔案與資料夾的清單。", "Personal Files" : "個人檔案", "Text file" : "文字檔案", "New text file.txt" : "新文字檔案.txt", - "Favored" : "已加入最愛", - "Favor" : "加入最愛", - "Not favored" : "未加入最愛", - "Submitting fields…" : "正在遞交欄位……", - "Filter filenames…" : "篩選檔案名稱……", "{count} files could not be converted" : "{count} 個檔案無法轉換", "{count} files successfully converted" : "{count} 個檔案成功轉換" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/files/lib/Controller/TemplateController.php b/apps/files/lib/Controller/TemplateController.php index 3321fb5f119..ee4c86941c7 100644 --- a/apps/files/lib/Controller/TemplateController.php +++ b/apps/files/lib/Controller/TemplateController.php @@ -53,6 +53,24 @@ class TemplateController extends OCSController { } /** + * List the fields for the template specified by the given file ID + * + * @param int $fileId File ID of the template + * @return DataResponse<Http::STATUS_OK, array<string, FilesTemplateField>, array{}> + * + * 200: Fields returned + */ + #[NoAdminRequired] + public function listTemplateFields(int $fileId): DataResponse { + $fields = $this->templateManager->listTemplateFields($fileId); + + return new DataResponse( + array_merge([], ...$fields), + Http::STATUS_OK + ); + } + + /** * Create a template * * @param string $filePath Path of the file diff --git a/apps/files/openapi.json b/apps/files/openapi.json index fbb1bd17eeb..c227b12d922 100644 --- a/apps/files/openapi.json +++ b/apps/files/openapi.json @@ -1233,6 +1233,80 @@ } } }, + "/ocs/v2.php/apps/files/api/v1/templates/fields/{fileId}": { + "get": { + "operationId": "template-list-template-fields", + "summary": "List the fields for the template specified by the given file ID", + "tags": [ + "template" + ], + "security": [ + { + "bearer_auth": [] + }, + { + "basic_auth": [] + } + ], + "parameters": [ + { + "name": "fileId", + "in": "path", + "description": "File ID of the template", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "OCS-APIRequest", + "in": "header", + "description": "Required to be true for the API request to pass", + "required": true, + "schema": { + "type": "boolean", + "default": true + } + } + ], + "responses": { + "200": { + "description": "Fields returned", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "ocs" + ], + "properties": { + "ocs": { + "type": "object", + "required": [ + "meta", + "data" + ], + "properties": { + "meta": { + "$ref": "#/components/schemas/OCSMeta" + }, + "data": { + "type": "object", + "additionalProperties": { + "$ref": "#/components/schemas/TemplateField" + } + } + } + } + } + } + } + } + } + } + } + }, "/ocs/v2.php/apps/files/api/v1/templates/create": { "post": { "operationId": "template-create", diff --git a/apps/files/src/services/Templates.js b/apps/files/src/services/Templates.js index 3a0a0fdb809..d7f25846ceb 100644 --- a/apps/files/src/services/Templates.js +++ b/apps/files/src/services/Templates.js @@ -11,6 +11,11 @@ export const getTemplates = async function() { return response.data.ocs.data } +export const getTemplateFields = async function(fileId) { + const response = await axios.get(generateOcsUrl(`apps/files/api/v1/templates/fields/${fileId}`)) + return response.data.ocs.data +} + /** * Create a new file from a specified template * diff --git a/apps/files/src/views/TemplatePicker.vue b/apps/files/src/views/TemplatePicker.vue index 15286a220e9..2682570bd5d 100644 --- a/apps/files/src/views/TemplatePicker.vue +++ b/apps/files/src/views/TemplatePicker.vue @@ -57,7 +57,7 @@ import { translate as t } from '@nextcloud/l10n' import { generateRemoteUrl } from '@nextcloud/router' import { normalize, extname, join } from 'path' import { defineComponent } from 'vue' -import { createFromTemplate, getTemplates } from '../services/Templates.js' +import { createFromTemplate, getTemplates, getTemplateFields } from '../services/Templates.js' import NcEmptyContent from '@nextcloud/vue/components/NcEmptyContent' import NcModal from '@nextcloud/vue/components/NcModal' @@ -215,7 +215,7 @@ export default defineComponent({ } }, - async createFile(templateFields) { + async createFile(templateFields = []) { const currentDirectory = new URL(window.location.href).searchParams.get('dir') || '/' // If the file doesn't have an extension, add the default one @@ -274,9 +274,12 @@ export default defineComponent({ }, async onSubmit() { - if (this.selectedTemplate?.fields?.length > 0) { + const fileId = this.selectedTemplate?.fileid + const fields = await getTemplateFields(fileId) + + if (fields.length > 0) { spawnDialog(TemplateFiller, { - fields: this.selectedTemplate.fields, + fields, onSubmit: this.createFile, }) } else { |