diff options
Diffstat (limited to 'apps')
81 files changed, 655 insertions, 45 deletions
diff --git a/apps/dav/l10n/mk.js b/apps/dav/l10n/mk.js index b7fface7767..16ff72fc3e7 100644 --- a/apps/dav/l10n/mk.js +++ b/apps/dav/l10n/mk.js @@ -73,8 +73,15 @@ OC.L10N.register( "Where: %s" : "Каде: %s", "%1$s via %2$s" : "%1$s преку %2$s", "Cancelled: %1$s" : "Откажано: %1$s", + "\"%1$s\" has been canceled" : "\"%1$s\" е отакажана", "Re: %1$s" : "Одг: %1$s", + "%1$s has accepted your invitation" : "%1$s ја прифати вашата покана", + "%1$s has declined your invitation" : "%1$s ја одби вашата покана", + "%1$s has responded to your invitation" : "%1$s одговори на вашата покана", + "Invitation updated: %1$s" : "Поканата е ажурирана: %1$s", + "%1$s updated the event \"%2$s\"" : "%1$s го ажурираше настанот \"%2$s\"", "Invitation: %1$s" : "Покана: %1$s", + "%1$s would like to invite you to \"%2$s\"" : "%1$s сака да те покани во \"%2$s\"", "Organizer:" : "Организатор:", "Attendees:" : "Присутни:", "Title:" : "Наслов:", @@ -155,6 +162,7 @@ OC.L10N.register( "Please contact the organizer directly." : "Контактирајте го организаторот директно.", "Are you accepting the invitation?" : "Дали ја прифаќате поканата?", "Tentative" : "Прелиминарно", - "Your attendance was updated successfully." : "Вашето присуство е успешно ажурирано." + "Your attendance was updated successfully." : "Вашето присуство е успешно ажурирано.", + "%1$s has responded your invitation" : "%1$s одговори на вашата покана" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/dav/l10n/mk.json b/apps/dav/l10n/mk.json index 1c6b5e041ed..f93dd65b0e7 100644 --- a/apps/dav/l10n/mk.json +++ b/apps/dav/l10n/mk.json @@ -71,8 +71,15 @@ "Where: %s" : "Каде: %s", "%1$s via %2$s" : "%1$s преку %2$s", "Cancelled: %1$s" : "Откажано: %1$s", + "\"%1$s\" has been canceled" : "\"%1$s\" е отакажана", "Re: %1$s" : "Одг: %1$s", + "%1$s has accepted your invitation" : "%1$s ја прифати вашата покана", + "%1$s has declined your invitation" : "%1$s ја одби вашата покана", + "%1$s has responded to your invitation" : "%1$s одговори на вашата покана", + "Invitation updated: %1$s" : "Поканата е ажурирана: %1$s", + "%1$s updated the event \"%2$s\"" : "%1$s го ажурираше настанот \"%2$s\"", "Invitation: %1$s" : "Покана: %1$s", + "%1$s would like to invite you to \"%2$s\"" : "%1$s сака да те покани во \"%2$s\"", "Organizer:" : "Организатор:", "Attendees:" : "Присутни:", "Title:" : "Наслов:", @@ -153,6 +160,7 @@ "Please contact the organizer directly." : "Контактирајте го организаторот директно.", "Are you accepting the invitation?" : "Дали ја прифаќате поканата?", "Tentative" : "Прелиминарно", - "Your attendance was updated successfully." : "Вашето присуство е успешно ажурирано." + "Your attendance was updated successfully." : "Вашето присуство е успешно ажурирано.", + "%1$s has responded your invitation" : "%1$s одговори на вашата покана" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" }
\ No newline at end of file diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index 37b02d071b1..fcb3b50f4f2 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -188,6 +188,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "تعذر إعادة تسمية \"{oldName}\"، لم يعد موجودًا", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "الاسم \"{newName}\" مُستعمَلٌ سلفاً في المجلّد\"{dir}\". إختَر اسماً آخر رجاءً.", "Could not rename \"{oldName}\"" : "تعذرت إعادة تسمية \"{oldName}\"", + "Could not copy {file}. {message}" : "تعذّر نسخ {file}. {message}", + "Could not move {file}. {message}" : "تعذّر نقل {file}. {message}", "Total rows summary" : "ملخص مجموع الأسطر", "\"{displayName}\" failed on some elements " : "\"{displayName}\" فشل في بعض العناصر", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" حزمة الأوامر نُفّذت بنجاح", @@ -249,6 +251,16 @@ OC.L10N.register( "Blank" : "فارغ", "Unable to create new file from template" : "تعذر إنشاء الملف الجديد من القالب", "Delete permanently" : "حذف بشكل دائم", + "Destination is not a folder" : "المَقصَد ليس مُجلّداً", + "This file/folder is already in that directory" : "هذا الملف/المجلد موجود سلفاً في ذلك المجلد", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "لا يمكنك نقل ملف/مجلد إلى نفسه أو إلى مجلد فرعي منه", + "A file or folder with that name already exists in this folder" : "ملف أو مجلد بنفس ذاك الاسم موجود سلفاً في هذا المجلد", + "The files is locked" : "الملفات مقفله", + "The file does not exist anymore" : "الملف لم يعد موجوداً", + "Chose destination" : "إختَر المَقصَد", + "Copy to {target}" : "أُنسُخ إلى {target}", + "Move to {target}" : "أُنقُل إلى {target}", + "Cancelled move or copy operation" : ".عملية النسخ أو النقل تمّ إلغاؤها", "Open folder {displayName}" : "إفتح المجلد {displayName}", "Open in Files" : "إفتَح في \"الملفات\"", "Open details" : "افتح التفاصيل", @@ -257,6 +269,11 @@ OC.L10N.register( "Templates" : "القوالب", "Create new templates folder" : "إنشيْ مجلد جديد للقوالب", "Unable to initialize the templates directory" : "تعذر تهيئة دليل القوالب", + "_{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." : "قائمة الملفات والمجلدات المفضلة.", "No favorites yet" : "ليست عندك مفضلات بعد", "Files and folders you mark as favorite will show up here" : "الملفات والمجلدات التي حددتها كامفضلة سوف تظهر هنا ", diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json index c9244da08e6..13607fa9914 100644 --- a/apps/files/l10n/ar.json +++ b/apps/files/l10n/ar.json @@ -186,6 +186,8 @@ "Could not rename \"{oldName}\", it does not exist any more" : "تعذر إعادة تسمية \"{oldName}\"، لم يعد موجودًا", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "الاسم \"{newName}\" مُستعمَلٌ سلفاً في المجلّد\"{dir}\". إختَر اسماً آخر رجاءً.", "Could not rename \"{oldName}\"" : "تعذرت إعادة تسمية \"{oldName}\"", + "Could not copy {file}. {message}" : "تعذّر نسخ {file}. {message}", + "Could not move {file}. {message}" : "تعذّر نقل {file}. {message}", "Total rows summary" : "ملخص مجموع الأسطر", "\"{displayName}\" failed on some elements " : "\"{displayName}\" فشل في بعض العناصر", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" حزمة الأوامر نُفّذت بنجاح", @@ -247,6 +249,16 @@ "Blank" : "فارغ", "Unable to create new file from template" : "تعذر إنشاء الملف الجديد من القالب", "Delete permanently" : "حذف بشكل دائم", + "Destination is not a folder" : "المَقصَد ليس مُجلّداً", + "This file/folder is already in that directory" : "هذا الملف/المجلد موجود سلفاً في ذلك المجلد", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "لا يمكنك نقل ملف/مجلد إلى نفسه أو إلى مجلد فرعي منه", + "A file or folder with that name already exists in this folder" : "ملف أو مجلد بنفس ذاك الاسم موجود سلفاً في هذا المجلد", + "The files is locked" : "الملفات مقفله", + "The file does not exist anymore" : "الملف لم يعد موجوداً", + "Chose destination" : "إختَر المَقصَد", + "Copy to {target}" : "أُنسُخ إلى {target}", + "Move to {target}" : "أُنقُل إلى {target}", + "Cancelled move or copy operation" : ".عملية النسخ أو النقل تمّ إلغاؤها", "Open folder {displayName}" : "إفتح المجلد {displayName}", "Open in Files" : "إفتَح في \"الملفات\"", "Open details" : "افتح التفاصيل", @@ -255,6 +267,11 @@ "Templates" : "القوالب", "Create new templates folder" : "إنشيْ مجلد جديد للقوالب", "Unable to initialize the templates directory" : "تعذر تهيئة دليل القوالب", + "_{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." : "قائمة الملفات والمجلدات المفضلة.", "No favorites yet" : "ليست عندك مفضلات بعد", "Files and folders you mark as favorite will show up here" : "الملفات والمجلدات التي حددتها كامفضلة سوف تظهر هنا ", diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 8cf06a6bd07..d50726fb8fe 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -188,6 +188,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "No s'ha pogut canviar el nom de «{oldName}», ja no existeix", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nom «{newName}» ja està en ús en la carpeta «{dir}». Trieu un nom diferent.", "Could not rename \"{oldName}\"" : "No s'ha pogut canviar el nom de «{oldName}»", + "Could not copy {file}. {message}" : "No s'ha pogut copiar {file}. {message}", + "Could not move {file}. {message}" : "No s'ha pogut moure {file}. {message}", "Total rows summary" : "Resum de totes les files", "\"{displayName}\" failed on some elements " : "S'ha produït un error en l'acció «{displayName}» per a alguns elements", "\"{displayName}\" batch action executed successfully" : "L'acció per lots «{displayName}» s'ha executat correctament", @@ -249,6 +251,16 @@ OC.L10N.register( "Blank" : "En blanc", "Unable to create new file from template" : "No s'ha pogut crear el fitxer a partir de la plantilla", "Delete permanently" : "Suprimeix permanentment", + "Destination is not a folder" : "La destinació no és una carpeta", + "This file/folder is already in that directory" : "Aquest fitxer o carpeta ja existeix en aquesta carpeta", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "No podeu moure un fitxer o carpeta a la mateixa carpeta o a una subcarpeta de la mateixa carpeta", + "A file or folder with that name already exists in this folder" : "Ja existeix un fitxer o carpeta amb aquest nom en aquesta carpeta", + "The files is locked" : "El fitxer està blocat", + "The file does not exist anymore" : "El fitxer ja no existeix", + "Chose destination" : "Tria una destinació", + "Copy to {target}" : "Copia a {target}", + "Move to {target}" : "Mou a {target}", + "Cancelled move or copy operation" : "S'ha cancel·lat l'operació de desplaçament o còpia", "Open folder {displayName}" : "Obre la carpeta {displayName}", "Open in Files" : "Obre a Fitxers", "Open details" : "Obre els detalls", @@ -257,6 +269,11 @@ OC.L10N.register( "Templates" : "Plantilles", "Create new templates folder" : "Crea la carpeta de plantilles", "Unable to initialize the templates directory" : "No s'ha pogut inicialitzar 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.", "No favorites yet" : "Encara no teniu preferits", "Files and folders you mark as favorite will show up here" : "Els fitxers i les carpetes que marqueu com a preferits es mostraran aquí", diff --git a/apps/files/l10n/ca.json b/apps/files/l10n/ca.json index 9f91a697f0c..500efbe575a 100644 --- a/apps/files/l10n/ca.json +++ b/apps/files/l10n/ca.json @@ -186,6 +186,8 @@ "Could not rename \"{oldName}\", it does not exist any more" : "No s'ha pogut canviar el nom de «{oldName}», ja no existeix", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nom «{newName}» ja està en ús en la carpeta «{dir}». Trieu un nom diferent.", "Could not rename \"{oldName}\"" : "No s'ha pogut canviar el nom de «{oldName}»", + "Could not copy {file}. {message}" : "No s'ha pogut copiar {file}. {message}", + "Could not move {file}. {message}" : "No s'ha pogut moure {file}. {message}", "Total rows summary" : "Resum de totes les files", "\"{displayName}\" failed on some elements " : "S'ha produït un error en l'acció «{displayName}» per a alguns elements", "\"{displayName}\" batch action executed successfully" : "L'acció per lots «{displayName}» s'ha executat correctament", @@ -247,6 +249,16 @@ "Blank" : "En blanc", "Unable to create new file from template" : "No s'ha pogut crear el fitxer a partir de la plantilla", "Delete permanently" : "Suprimeix permanentment", + "Destination is not a folder" : "La destinació no és una carpeta", + "This file/folder is already in that directory" : "Aquest fitxer o carpeta ja existeix en aquesta carpeta", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "No podeu moure un fitxer o carpeta a la mateixa carpeta o a una subcarpeta de la mateixa carpeta", + "A file or folder with that name already exists in this folder" : "Ja existeix un fitxer o carpeta amb aquest nom en aquesta carpeta", + "The files is locked" : "El fitxer està blocat", + "The file does not exist anymore" : "El fitxer ja no existeix", + "Chose destination" : "Tria una destinació", + "Copy to {target}" : "Copia a {target}", + "Move to {target}" : "Mou a {target}", + "Cancelled move or copy operation" : "S'ha cancel·lat l'operació de desplaçament o còpia", "Open folder {displayName}" : "Obre la carpeta {displayName}", "Open in Files" : "Obre a Fitxers", "Open details" : "Obre els detalls", @@ -255,6 +267,11 @@ "Templates" : "Plantilles", "Create new templates folder" : "Crea la carpeta de plantilles", "Unable to initialize the templates directory" : "No s'ha pogut inicialitzar 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.", "No favorites yet" : "Encara no teniu preferits", "Files and folders you mark as favorite will show up here" : "Els fitxers i les carpetes que marqueu com a preferits es mostraran aquí", diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 6e679ed3727..d85e1d81d3d 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -246,6 +246,8 @@ OC.L10N.register( "Blank" : "Prázdný", "Unable to create new file from template" : "Nedaří se vytvořit soubor ze šablony", "Delete permanently" : "Nevratně smazat", + "Copy to {target}" : "Zkopírovat do {target}", + "Move to {target}" : "Přesunout do {target}", "Open folder {displayName}" : "Otevřít složku {displayName}", "Open in Files" : "Otevřít v Souborech", "Open details" : "Otevřít podorobnosti", diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index bfdc1f640d1..fd78306ed08 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -244,6 +244,8 @@ "Blank" : "Prázdný", "Unable to create new file from template" : "Nedaří se vytvořit soubor ze šablony", "Delete permanently" : "Nevratně smazat", + "Copy to {target}" : "Zkopírovat do {target}", + "Move to {target}" : "Přesunout do {target}", "Open folder {displayName}" : "Otevřít složku {displayName}", "Open in Files" : "Otevřít v Souborech", "Open details" : "Otevřít podorobnosti", diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index 26dacf8e9fe..f4a01e2854b 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -188,6 +188,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "\"{oldName}\" konnte nicht umbenannt werden, da es nicht mehr existiert", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name \"{newName}“ wird bereits im Ordner \"{dir}“ verwendet. Bitte wählen Sie einen anderen Namen.", "Could not rename \"{oldName}\"" : "\"{oldName}\" konnte nicht umbenannt werden", + "Could not copy {file}. {message}" : "{file} konnte nicht kopiert werden. {message}", + "Could not move {file}. {message}" : "{file} konnte nicht verschoben werden. {message}", "Total rows summary" : "Zusammenfassung aller Zeilen", "\"{displayName}\" failed on some elements " : "\"{displayName}\" ist bei einigen Elementen fehlgeschlagen", "\"{displayName}\" batch action executed successfully" : "Stapelaktion \"{displayName}\" erfolgreich ausgeführt", @@ -249,6 +251,16 @@ OC.L10N.register( "Blank" : "Leer", "Unable to create new file from template" : "Neue Datei kann nicht aus Vorlage erstellt werden", "Delete permanently" : "Endgültig löschen", + "Destination is not a folder" : "Ziel ist kein Ordner", + "This file/folder is already in that directory" : "Diese Datei oder Ordner ist bereits in diesem Verzeichnis vorhanden", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Eine Datei oder ein Ordner kann nicht auf sich selbst oder in einen Unterordner von sich selbst verschoben werden", + "A file or folder with that name already exists in this folder" : "In diesem Ordner ist bereits eine Datei oder ein Ordner mit diesem Namen vorhanden", + "The files is locked" : "Die Datei ist gesperrt", + "The file does not exist anymore" : "Diese Datei existiert nicht mehr", + "Chose destination" : "Ziel wählen", + "Copy to {target}" : "Nach {target} kopieren", + "Move to {target}" : "Nach {target} verschieben", + "Cancelled move or copy operation" : "Verschieben oder kopieren abgebrochen", "Open folder {displayName}" : "Ordner {displayName} öffnen", "Open in Files" : "In Dateien öffnen", "Open details" : "Details öffnen", @@ -257,6 +269,11 @@ OC.L10N.register( "Templates" : "Vorlagen", "Create new templates folder" : "Neuen Vorlagenordner erstellen", "Unable to initialize the templates directory" : "Der Vorlagenordner kann nicht initialisiert werden", + "_{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.", "No favorites yet" : "Noch keine Favoriten vorhanden", "Files and folders you mark as favorite will show up here" : "Dateien und Ordner, die Sie als Favoriten kennzeichnen, werden hier erscheinen", diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index a7f549fe565..f3cfa66bcd1 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -186,6 +186,8 @@ "Could not rename \"{oldName}\", it does not exist any more" : "\"{oldName}\" konnte nicht umbenannt werden, da es nicht mehr existiert", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name \"{newName}“ wird bereits im Ordner \"{dir}“ verwendet. Bitte wählen Sie einen anderen Namen.", "Could not rename \"{oldName}\"" : "\"{oldName}\" konnte nicht umbenannt werden", + "Could not copy {file}. {message}" : "{file} konnte nicht kopiert werden. {message}", + "Could not move {file}. {message}" : "{file} konnte nicht verschoben werden. {message}", "Total rows summary" : "Zusammenfassung aller Zeilen", "\"{displayName}\" failed on some elements " : "\"{displayName}\" ist bei einigen Elementen fehlgeschlagen", "\"{displayName}\" batch action executed successfully" : "Stapelaktion \"{displayName}\" erfolgreich ausgeführt", @@ -247,6 +249,16 @@ "Blank" : "Leer", "Unable to create new file from template" : "Neue Datei kann nicht aus Vorlage erstellt werden", "Delete permanently" : "Endgültig löschen", + "Destination is not a folder" : "Ziel ist kein Ordner", + "This file/folder is already in that directory" : "Diese Datei oder Ordner ist bereits in diesem Verzeichnis vorhanden", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Eine Datei oder ein Ordner kann nicht auf sich selbst oder in einen Unterordner von sich selbst verschoben werden", + "A file or folder with that name already exists in this folder" : "In diesem Ordner ist bereits eine Datei oder ein Ordner mit diesem Namen vorhanden", + "The files is locked" : "Die Datei ist gesperrt", + "The file does not exist anymore" : "Diese Datei existiert nicht mehr", + "Chose destination" : "Ziel wählen", + "Copy to {target}" : "Nach {target} kopieren", + "Move to {target}" : "Nach {target} verschieben", + "Cancelled move or copy operation" : "Verschieben oder kopieren abgebrochen", "Open folder {displayName}" : "Ordner {displayName} öffnen", "Open in Files" : "In Dateien öffnen", "Open details" : "Details öffnen", @@ -255,6 +267,11 @@ "Templates" : "Vorlagen", "Create new templates folder" : "Neuen Vorlagenordner erstellen", "Unable to initialize the templates directory" : "Der Vorlagenordner kann nicht initialisiert werden", + "_{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.", "No favorites yet" : "Noch keine Favoriten vorhanden", "Files and folders you mark as favorite will show up here" : "Dateien und Ordner, die Sie als Favoriten kennzeichnen, werden hier erscheinen", diff --git a/apps/files/l10n/el.js b/apps/files/l10n/el.js index cef3543a2cf..602f626c273 100644 --- a/apps/files/l10n/el.js +++ b/apps/files/l10n/el.js @@ -219,6 +219,8 @@ OC.L10N.register( "Blank" : "Κενό", "Unable to create new file from template" : "Δεν είναι δυνατή η δημιουργία νέου αρχείου από το πρότυπο", "Delete permanently" : "Διαγραφή οριστικά", + "Copy to {target}" : "Αντιγραφή σε {target}", + "Move to {target}" : "Μετακίνηση σε {target}", "Open folder {displayName}" : "Άνοιγμα φακέλου {displayName}", "Open details" : "Άνοιγμα λεπτομερειών", "Set up templates folder" : "Ρύθμιση φακέλου προτύπων", diff --git a/apps/files/l10n/el.json b/apps/files/l10n/el.json index 7db68345e55..efb93324a8c 100644 --- a/apps/files/l10n/el.json +++ b/apps/files/l10n/el.json @@ -217,6 +217,8 @@ "Blank" : "Κενό", "Unable to create new file from template" : "Δεν είναι δυνατή η δημιουργία νέου αρχείου από το πρότυπο", "Delete permanently" : "Διαγραφή οριστικά", + "Copy to {target}" : "Αντιγραφή σε {target}", + "Move to {target}" : "Μετακίνηση σε {target}", "Open folder {displayName}" : "Άνοιγμα φακέλου {displayName}", "Open details" : "Άνοιγμα λεπτομερειών", "Set up templates folder" : "Ρύθμιση φακέλου προτύπων", diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 35444fd3b89..fed80011588 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -188,6 +188,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "Could not rename \"{oldName}\", it does not exist any more", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name.", "Could not rename \"{oldName}\"" : "Could not rename \"{oldName}\"", + "Could not copy {file}. {message}" : "Could not copy {file}. {message}", + "Could not move {file}. {message}" : "Could not move {file}. {message}", "Total rows summary" : "Total rows summary", "\"{displayName}\" failed on some elements " : "\"{displayName}\" failed on some elements ", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" batch action executed successfully", @@ -249,6 +251,16 @@ OC.L10N.register( "Blank" : "Blank", "Unable to create new file from template" : "Unable to create new file from template", "Delete permanently" : "Delete permanently", + "Destination is not a folder" : "Destination is not a folder", + "This file/folder is already in that directory" : "This file/folder is already in that directory", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "You cannot move a file/folder onto itself or into a subfolder of itself", + "A file or folder with that name already exists in this folder" : "A file or folder with that name already exists in this folder", + "The files is locked" : "The files is locked", + "The file does not exist anymore" : "The file does not exist anymore", + "Chose destination" : "Choose destination", + "Copy to {target}" : "Copy to {target}", + "Move to {target}" : "Move to {target}", + "Cancelled move or copy operation" : "Cancelled move or copy operation", "Open folder {displayName}" : "Open folder {displayName}", "Open in Files" : "Open in Files", "Open details" : "Open details", @@ -257,6 +269,11 @@ OC.L10N.register( "Templates" : "Templates", "Create new templates folder" : "Create new templates folder", "Unable to initialize the templates directory" : "Unable to initialize the templates directory", + "_{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 favourites files and folders.", "No favorites yet" : "No favourites yet", "Files and folders you mark as favorite will show up here" : "Files and folders you mark as favourite will show up here", diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index e2f16512658..97127e5f23b 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -186,6 +186,8 @@ "Could not rename \"{oldName}\", it does not exist any more" : "Could not rename \"{oldName}\", it does not exist any more", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name.", "Could not rename \"{oldName}\"" : "Could not rename \"{oldName}\"", + "Could not copy {file}. {message}" : "Could not copy {file}. {message}", + "Could not move {file}. {message}" : "Could not move {file}. {message}", "Total rows summary" : "Total rows summary", "\"{displayName}\" failed on some elements " : "\"{displayName}\" failed on some elements ", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" batch action executed successfully", @@ -247,6 +249,16 @@ "Blank" : "Blank", "Unable to create new file from template" : "Unable to create new file from template", "Delete permanently" : "Delete permanently", + "Destination is not a folder" : "Destination is not a folder", + "This file/folder is already in that directory" : "This file/folder is already in that directory", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "You cannot move a file/folder onto itself or into a subfolder of itself", + "A file or folder with that name already exists in this folder" : "A file or folder with that name already exists in this folder", + "The files is locked" : "The files is locked", + "The file does not exist anymore" : "The file does not exist anymore", + "Chose destination" : "Choose destination", + "Copy to {target}" : "Copy to {target}", + "Move to {target}" : "Move to {target}", + "Cancelled move or copy operation" : "Cancelled move or copy operation", "Open folder {displayName}" : "Open folder {displayName}", "Open in Files" : "Open in Files", "Open details" : "Open details", @@ -255,6 +267,11 @@ "Templates" : "Templates", "Create new templates folder" : "Create new templates folder", "Unable to initialize the templates directory" : "Unable to initialize the templates directory", + "_{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 favourites files and folders.", "No favorites yet" : "No favourites yet", "Files and folders you mark as favorite will show up here" : "Files and folders you mark as favourite will show up here", diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 623c4cf267f..d0fa90f01cc 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -198,7 +198,10 @@ OC.L10N.register( "Unselect all" : "Desmarrcar todos", "List of files and folders." : "Lista de archivos y carpetas.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta lista no se muestra completamente por motivos de rendimiento. Los archivos se mostrarán a medida que navega por la lista.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} y {summaryFolder}", "File not found" : "No se ha encontrado el archivo", + "_{count} file_::_{count} files_" : ["{count} archivo","{count} archivos","{count} archivos"], + "_{count} folder_::_{count} folders_" : ["{count} carpeta","{count} carpetas","{count} carpetas"], "Storage informations" : "Informaciones de almacenamiento", "{usedQuotaByte} used" : "{usedQuotaByte} utilizados", "{relative}% used" : "{relative}% utilizado", @@ -246,6 +249,8 @@ OC.L10N.register( "Blank" : "Vacío", "Unable to create new file from template" : "No se ha podido crear un nuevo archivo desde la plantilla", "Delete permanently" : "Eliminar de forma definitiva", + "Copy to {target}" : "Copiar a {target}", + "Move to {target}" : "Mover a {target}", "Open folder {displayName}" : "Abrir carpeta {displayName}", "Open in Files" : "Abrir en Archivos", "Open details" : "Abrir detalles", diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index 8a99c4d21d0..96c2d2c959e 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -196,7 +196,10 @@ "Unselect all" : "Desmarrcar todos", "List of files and folders." : "Lista de archivos y carpetas.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta lista no se muestra completamente por motivos de rendimiento. Los archivos se mostrarán a medida que navega por la lista.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} y {summaryFolder}", "File not found" : "No se ha encontrado el archivo", + "_{count} file_::_{count} files_" : ["{count} archivo","{count} archivos","{count} archivos"], + "_{count} folder_::_{count} folders_" : ["{count} carpeta","{count} carpetas","{count} carpetas"], "Storage informations" : "Informaciones de almacenamiento", "{usedQuotaByte} used" : "{usedQuotaByte} utilizados", "{relative}% used" : "{relative}% utilizado", @@ -244,6 +247,8 @@ "Blank" : "Vacío", "Unable to create new file from template" : "No se ha podido crear un nuevo archivo desde la plantilla", "Delete permanently" : "Eliminar de forma definitiva", + "Copy to {target}" : "Copiar a {target}", + "Move to {target}" : "Mover a {target}", "Open folder {displayName}" : "Abrir carpeta {displayName}", "Open in Files" : "Abrir en Archivos", "Open details" : "Abrir detalles", diff --git a/apps/files/l10n/eu.js b/apps/files/l10n/eu.js index 94f9311c7df..10aa8f6aa79 100644 --- a/apps/files/l10n/eu.js +++ b/apps/files/l10n/eu.js @@ -245,6 +245,8 @@ OC.L10N.register( "Blank" : "Hutsik", "Unable to create new file from template" : "Ezin da fitxategi berria sortu txantiloitik", "Delete permanently" : "Ezabatu betirako", + "Copy to {target}" : "Kopiatu hona: {target}", + "Move to {target}" : "Mugitu hona: {target}", "Open folder {displayName}" : "Ireki {displayName} karpeta", "Open in Files" : "Ireki Fitxategiak aplikazioan", "Open details" : "Ireki xehetasunak", diff --git a/apps/files/l10n/eu.json b/apps/files/l10n/eu.json index 826469fa047..91e2803415b 100644 --- a/apps/files/l10n/eu.json +++ b/apps/files/l10n/eu.json @@ -243,6 +243,8 @@ "Blank" : "Hutsik", "Unable to create new file from template" : "Ezin da fitxategi berria sortu txantiloitik", "Delete permanently" : "Ezabatu betirako", + "Copy to {target}" : "Kopiatu hona: {target}", + "Move to {target}" : "Mugitu hona: {target}", "Open folder {displayName}" : "Ireki {displayName} karpeta", "Open in Files" : "Ireki Fitxategiak aplikazioan", "Open details" : "Ireki xehetasunak", diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index ab51c038ece..e426fd34eac 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -22,6 +22,7 @@ OC.L10N.register( "An unknown error has occurred" : "Tapahtui tuntematon virhe", "File could not be uploaded" : "Tiedostoa ei voi lähettää", "Uploading …" : "Lähetetään…", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", "Uploading … ({currentNumber}/{total})" : "Lähetetään… ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize}/{totalSize} ({bitrate})", "Uploading that item is not supported" : "Kyseisen kohteen lähettäminen ei ole tuettu", @@ -241,6 +242,12 @@ OC.L10N.register( "Blank" : "Tyhjä", "Unable to create new file from template" : "Uutta tiedostoa mallipohjasta ei voi luoda", "Delete permanently" : "Poista pysyvästi", + "Destination is not a folder" : "Kohde ei ole kansio", + "A file or folder with that name already exists in this folder" : "Tiedosto tai kansio tällä nimellä on jo olemassa tässä kansiossa", + "The file does not exist anymore" : "Tiedostoa ei ole enää olemassa", + "Chose destination" : "Valitse kohde", + "Copy to {target}" : "Kopioi kohteeseen {target}", + "Move to {target}" : "Siirrä kohteeseen {target}", "Open folder {displayName}" : "Avaa kansio {displayName}", "Open in Files" : "Avaa tiedostosovelluksessa", "Open details" : "Avaa yksityiskohdat", @@ -249,6 +256,11 @@ OC.L10N.register( "Templates" : "Mallipohjat", "Create new templates folder" : "Luo uusi mallipohjien kansio", "Unable to initialize the templates directory" : "Mallipohjien kansiota ei voitu alustaa", + "_{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.", "No favorites yet" : "Ei vielä suosikkeja", "Files and folders you mark as favorite will show up here" : "Suosikeiksi merkitsemäsi tiedostot ja kansiot näkyvät täällä", diff --git a/apps/files/l10n/fi.json b/apps/files/l10n/fi.json index e73adc315e4..e24d3179630 100644 --- a/apps/files/l10n/fi.json +++ b/apps/files/l10n/fi.json @@ -20,6 +20,7 @@ "An unknown error has occurred" : "Tapahtui tuntematon virhe", "File could not be uploaded" : "Tiedostoa ei voi lähettää", "Uploading …" : "Lähetetään…", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", "Uploading … ({currentNumber}/{total})" : "Lähetetään… ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize}/{totalSize} ({bitrate})", "Uploading that item is not supported" : "Kyseisen kohteen lähettäminen ei ole tuettu", @@ -239,6 +240,12 @@ "Blank" : "Tyhjä", "Unable to create new file from template" : "Uutta tiedostoa mallipohjasta ei voi luoda", "Delete permanently" : "Poista pysyvästi", + "Destination is not a folder" : "Kohde ei ole kansio", + "A file or folder with that name already exists in this folder" : "Tiedosto tai kansio tällä nimellä on jo olemassa tässä kansiossa", + "The file does not exist anymore" : "Tiedostoa ei ole enää olemassa", + "Chose destination" : "Valitse kohde", + "Copy to {target}" : "Kopioi kohteeseen {target}", + "Move to {target}" : "Siirrä kohteeseen {target}", "Open folder {displayName}" : "Avaa kansio {displayName}", "Open in Files" : "Avaa tiedostosovelluksessa", "Open details" : "Avaa yksityiskohdat", @@ -247,6 +254,11 @@ "Templates" : "Mallipohjat", "Create new templates folder" : "Luo uusi mallipohjien kansio", "Unable to initialize the templates directory" : "Mallipohjien kansiota ei voitu alustaa", + "_{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.", "No favorites yet" : "Ei vielä suosikkeja", "Files and folders you mark as favorite will show up here" : "Suosikeiksi merkitsemäsi tiedostot ja kansiot näkyvät täällä", diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index e7b3460f3c8..9282a091451 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -249,6 +249,8 @@ OC.L10N.register( "Blank" : "Vide", "Unable to create new file from template" : "Impossible de créer un nouveau fichier à partir du modèle", "Delete permanently" : "Supprimer définitivement", + "Copy to {target}" : "Copier vers {target}", + "Move to {target}" : "Déplacer vers {target}", "Open folder {displayName}" : "Ouvrir le dossier {displayName}", "Open in Files" : "Ouvrir dans Fichiers", "Open details" : "Ouvrir les détails", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 7dfd410bcdb..0a195d7b303 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -247,6 +247,8 @@ "Blank" : "Vide", "Unable to create new file from template" : "Impossible de créer un nouveau fichier à partir du modèle", "Delete permanently" : "Supprimer définitivement", + "Copy to {target}" : "Copier vers {target}", + "Move to {target}" : "Déplacer vers {target}", "Open folder {displayName}" : "Ouvrir le dossier {displayName}", "Open in Files" : "Ouvrir dans Fichiers", "Open details" : "Ouvrir les détails", diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index 49e203dc50e..534345f30c1 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -249,6 +249,8 @@ OC.L10N.register( "Blank" : "Baleiro", "Unable to create new file from template" : "Non é posíbel crear un novo ficheiro a partir do modelo", "Delete permanently" : "Eliminar definitivamente", + "Copy to {target}" : "Copiar en {target}", + "Move to {target}" : "Mover a {target}", "Open folder {displayName}" : "Abrir o cartafol {displayName}", "Open in Files" : "Abrir en Ficheiros", "Open details" : "Abrir detalles", diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json index 44b9ff3beab..46c240571bf 100644 --- a/apps/files/l10n/gl.json +++ b/apps/files/l10n/gl.json @@ -247,6 +247,8 @@ "Blank" : "Baleiro", "Unable to create new file from template" : "Non é posíbel crear un novo ficheiro a partir do modelo", "Delete permanently" : "Eliminar definitivamente", + "Copy to {target}" : "Copiar en {target}", + "Move to {target}" : "Mover a {target}", "Open folder {displayName}" : "Abrir o cartafol {displayName}", "Open in Files" : "Abrir en Ficheiros", "Open details" : "Abrir detalles", diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js index f99621d2b5a..0cf75d023bb 100644 --- a/apps/files/l10n/hu.js +++ b/apps/files/l10n/hu.js @@ -230,6 +230,8 @@ OC.L10N.register( "Blank" : "Üres", "Unable to create new file from template" : "Nem lehet új fájlt létrehozni a sablonból", "Delete permanently" : "Végleges törlés", + "Copy to {target}" : "Másolás ide: {target}", + "Move to {target}" : "Áthelyezés ide: {target}", "Open folder {displayName}" : "A(z) {displayName} mappa megnyitása", "Open details" : "Részletek megnyitása", "Set up templates folder" : "Személyes sablonmappa beállítása", diff --git a/apps/files/l10n/hu.json b/apps/files/l10n/hu.json index 64689b58c8f..4d2f2af803c 100644 --- a/apps/files/l10n/hu.json +++ b/apps/files/l10n/hu.json @@ -228,6 +228,8 @@ "Blank" : "Üres", "Unable to create new file from template" : "Nem lehet új fájlt létrehozni a sablonból", "Delete permanently" : "Végleges törlés", + "Copy to {target}" : "Másolás ide: {target}", + "Move to {target}" : "Áthelyezés ide: {target}", "Open folder {displayName}" : "A(z) {displayName} mappa megnyitása", "Open details" : "Részletek megnyitása", "Set up templates folder" : "Személyes sablonmappa beállítása", diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 10022c2482b..b171c8d93fe 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -188,6 +188,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "Impossibile rinominare \"{oldName}\", non esiste più", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Il nome \"{newName}\" è attualmente in uso nella cartella \"{dir}\". Scegli un nome diverso.", "Could not rename \"{oldName}\"" : "Impossibile rinominare \"{oldName}\"", + "Could not copy {file}. {message}" : "Impossibile copiare {file}. {message}", + "Could not move {file}. {message}" : "Impossibile spostare {file}. {message}", "Total rows summary" : "Riepilogo totale delle righe", "\"{displayName}\" failed on some elements " : "\"{displayName}\" è fallita su alcuni elementi", "\"{displayName}\" batch action executed successfully" : "L'azione batch \"{displayName}\" è stata eseguita con successo", @@ -198,7 +200,10 @@ OC.L10N.register( "Unselect all" : "Deseleziona tutto", "List of files and folders." : "Lista di file e cartelle.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Questa lista non è stata mostrata completamente per ragioni di prestazioni. I file verranno mostrati durante la navigazione della lista.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} e {summaryFolder}", "File not found" : "File non trovato", + "_{count} file_::_{count} files_" : ["{count} file","{count} file","{count} file"], + "_{count} folder_::_{count} folders_" : ["{count} cartella","{count} cartelle","{count} cartelle"], "Storage informations" : "Informazioni di archiviazione", "{usedQuotaByte} used" : "{usedQuotaByte} usato", "{relative}% used" : "{relative}% usato", @@ -246,6 +251,16 @@ OC.L10N.register( "Blank" : "Vuoto", "Unable to create new file from template" : "Impossibile creare un nuovo file dal modello", "Delete permanently" : "Elimina permanentemente", + "Destination is not a folder" : "La destinazione non è una cartella", + "This file/folder is already in that directory" : "Questo file/cartella è già in quella cartella", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Non puoi spostare un file/cartella in se stesso o in una sottocartella di se stesso", + "A file or folder with that name already exists in this folder" : "Esiste già un file o una cartella con quel nome in questa cartella", + "The files is locked" : "Il file è bloccato", + "The file does not exist anymore" : "Il file non esiste più", + "Chose destination" : "Scegli destinazione", + "Copy to {target}" : "Copia in {target}", + "Move to {target}" : "Sposta in {target}", + "Cancelled move or copy operation" : "Operazione di spostamento o copia annullata", "Open folder {displayName}" : "Apri la cartella {displayName}", "Open in Files" : "Apri in File", "Open details" : "Apri i dettagli", @@ -254,6 +269,11 @@ OC.L10N.register( "Templates" : "Modelli", "Create new templates folder" : "Crea una nuova cartella dei templates", "Unable to initialize the templates directory" : "Impossibile inizializzare la 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.", "No favorites yet" : "Nessun preferito ancora", "Files and folders you mark as favorite will show up here" : "I file e le cartelle che marchi come preferiti saranno mostrati qui", diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json index f988e9632de..4427132ca57 100644 --- a/apps/files/l10n/it.json +++ b/apps/files/l10n/it.json @@ -186,6 +186,8 @@ "Could not rename \"{oldName}\", it does not exist any more" : "Impossibile rinominare \"{oldName}\", non esiste più", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Il nome \"{newName}\" è attualmente in uso nella cartella \"{dir}\". Scegli un nome diverso.", "Could not rename \"{oldName}\"" : "Impossibile rinominare \"{oldName}\"", + "Could not copy {file}. {message}" : "Impossibile copiare {file}. {message}", + "Could not move {file}. {message}" : "Impossibile spostare {file}. {message}", "Total rows summary" : "Riepilogo totale delle righe", "\"{displayName}\" failed on some elements " : "\"{displayName}\" è fallita su alcuni elementi", "\"{displayName}\" batch action executed successfully" : "L'azione batch \"{displayName}\" è stata eseguita con successo", @@ -196,7 +198,10 @@ "Unselect all" : "Deseleziona tutto", "List of files and folders." : "Lista di file e cartelle.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Questa lista non è stata mostrata completamente per ragioni di prestazioni. I file verranno mostrati durante la navigazione della lista.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} e {summaryFolder}", "File not found" : "File non trovato", + "_{count} file_::_{count} files_" : ["{count} file","{count} file","{count} file"], + "_{count} folder_::_{count} folders_" : ["{count} cartella","{count} cartelle","{count} cartelle"], "Storage informations" : "Informazioni di archiviazione", "{usedQuotaByte} used" : "{usedQuotaByte} usato", "{relative}% used" : "{relative}% usato", @@ -244,6 +249,16 @@ "Blank" : "Vuoto", "Unable to create new file from template" : "Impossibile creare un nuovo file dal modello", "Delete permanently" : "Elimina permanentemente", + "Destination is not a folder" : "La destinazione non è una cartella", + "This file/folder is already in that directory" : "Questo file/cartella è già in quella cartella", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Non puoi spostare un file/cartella in se stesso o in una sottocartella di se stesso", + "A file or folder with that name already exists in this folder" : "Esiste già un file o una cartella con quel nome in questa cartella", + "The files is locked" : "Il file è bloccato", + "The file does not exist anymore" : "Il file non esiste più", + "Chose destination" : "Scegli destinazione", + "Copy to {target}" : "Copia in {target}", + "Move to {target}" : "Sposta in {target}", + "Cancelled move or copy operation" : "Operazione di spostamento o copia annullata", "Open folder {displayName}" : "Apri la cartella {displayName}", "Open in Files" : "Apri in File", "Open details" : "Apri i dettagli", @@ -252,6 +267,11 @@ "Templates" : "Modelli", "Create new templates folder" : "Crea una nuova cartella dei templates", "Unable to initialize the templates directory" : "Impossibile inizializzare la 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.", "No favorites yet" : "Nessun preferito ancora", "Files and folders you mark as favorite will show up here" : "I file e le cartelle che marchi come preferiti saranno mostrati qui", diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 4f49c70fee0..641b882de18 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -22,6 +22,8 @@ OC.L10N.register( "An unknown error has occurred" : "不明なエラーが発生しました", "File could not be uploaded" : "ファイルをアップロードできませんでした", "Uploading …" : "アップロード中...", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", + "Uploading … ({currentNumber}/{total})" : "アップロード中… ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中 {loadedSize} ({bitrate})", "Uploading that item is not supported" : "そのアイテムのアップロードに対応していません", "Target folder does not exist any more" : "対象フォルダーがもう存在しません", @@ -168,15 +170,38 @@ OC.L10N.register( "in %s" : "%s で", "File Management" : "ファイル管理", "Reload current directory" : "カレントディレクトリの再読み込み", + "Go to the \"{dir}\" directory" : "\"{dir}\" ディレクトリに移動する", + "Select the row for {displayName}" : "{displayName} の行を選択する", "Rename file" : "ファイル名の変更", + "A long time ago" : "ずっと以前に", "This node is unavailable" : "このノードは利用できません", "Download file {name}" : "ファイル {name} をダウンロード", "File name" : "ファイル名", "Folder name" : "フォルダー名", + "\"{displayName}\" action executed successfully" : "\"{displayName}\" アクションは正常に実行された", + "\"{displayName}\" action failed" : "\"{displayName}\" アクションは失敗しました", + "\"{name}\" is not an allowed filetype." : "\"{name}\" は許可されたファイルタイプではありません。", + "{newName} already exists." : "{newName} すでに存在しています。", "Name cannot be empty" : "名前は空にできません", + "Another entry with the same name already exists" : "同じ名前の別のエントリがすでに存在しています", + "Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" から \"{newName}\" に名前を変更済み", + "Could not rename \"{oldName}\", it does not exist any more" : "\"{oldName}\" の名前を変更できませんでした、それは既に存在しません。", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{newName}\" という名前は \"{dir}\" フォルダですでに使用されています。別の名前を選択してください。", + "Could not rename \"{oldName}\"" : "\"{oldName}\" の名前を変更できませんでした。", "Total rows summary" : "総行数のサマリー", + "\"{displayName}\" failed on some elements " : "いくつかの要素で \"{displayName}\" が失敗しました。", + "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" バッチアクションが正常に実行されました。", + "ascending" : "昇順", + "descending" : "降順", + "Sort list by {column} ({direction})" : "{column} ({direction}) でリストを並べ替える", "Select all" : "すべて選択", + "Unselect all" : "すべて選択解除", + "List of files and folders." : "ファイルとフォルダの一覧。", + "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "このリストはパフォーマンスの都合上、すべてレンダリングされているわけではありません。リスト内を移動すると、ファイルが次々と表示されていきます。", + "{summaryFile} and {summaryFolder}" : "{summaryFile} と {summaryFolder}", "File not found" : "ファイルが見つかりません", + "_{count} file_::_{count} files_" : ["{count} ファイル"], + "_{count} folder_::_{count} folders_" : ["{count} フォルダ"], "Storage informations" : "ストレージ情報", "{usedQuotaByte} used" : "{usedQuotaByte} 使用されています", "{relative}% used" : "{relative}% 使用されています", @@ -193,8 +218,10 @@ OC.L10N.register( "Ownership transfer request sent" : "所有権転送のリクエストを送信しました", "Cannot transfer ownership of a file or folder you do not own" : "所有していないファイルまたはフォルダーの所有権を譲渡することはできません", "Select file or folder to link to" : "リンク先のファイルまたはフォルダを選択", + "Loading current folder" : "現在のフォルダの読み込み中", "No files in here" : "ファイルがありません", "Upload some content or sync with your devices!" : "何かコンテンツをアップロードするか、デバイスからファイルを同期してください。", + "Go to the previous folder" : "前のフォルダへ移動", "Go back" : "戻る", "Share" : "共有", "Shared by link" : "URLリンクで共有中", @@ -203,12 +230,14 @@ OC.L10N.register( "Files settings" : "ファイルの設定", "File cannot be accessed" : "ファイルにアクセスできません", "You might not have have permissions to view it, ask the sender to share it" : "閲覧権限がない可能性があるため、送信者に共有を依頼してください", + "Sort favorites first" : "お気に入りを最初に並べる", "Show hidden files" : "隠しファイルを表示", "Crop image previews" : "プレビュー画像を切り抜く", "Additional settings" : "追加設定", "WebDAV" : "WebDAV", "Copy to clipboard" : "クリップボードにコピー", "Use this address to access your Files via WebDAV" : "このアドレスを使用すれば、WebDAV経由でファイルにアクセスできます", + "If you have enabled 2FA, you must create and use a new app password by clicking here." : "2FAを有効にしている場合は、ここをクリックして新しいアプリのパスワードを作成し、使用する必要があります。", "Clipboard is not available" : "クリップボードは利用できません", "WebDAV URL copied to clipboard" : "WebDAVのURLがクリップボードにコピーされました", "Unable to change the favourite state of the file" : "ファイルのお気に入りの状態を変更できません", @@ -220,7 +249,10 @@ OC.L10N.register( "Blank" : "ブランク", "Unable to create new file from template" : "テンプレートから新しいファイルを作成できません", "Delete permanently" : "永久に削除", + "Open folder {displayName}" : "フォルダ {displayName} を開く", + "Open in Files" : "ファイルアプリで開く", "Open details" : "詳細を開く", + "Created new folder \"{name}\"" : "新規フォルダ \"{name}\" を作成した", "Set up templates folder" : "テンプレートフォルダーを設定", "Templates" : "テンプレート", "Create new templates folder" : "新しいテンプレートフォルダーを作成", @@ -257,6 +289,7 @@ OC.L10N.register( "This file has the tag {tag}" : "このファイルには {tag} タグがあります。", "This file has the tags {firstTags} and {lastTag}" : "このファイルには {firstTags} と {lastTag} というタグがあります", "Open folder {name}" : "フォルダ {name} を開く", + "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "このリストはパフォーマンスの都合上、すべてレンダリングされているわけではありません。リスト内を移動すると、ファイルが次々と表示されていきます。", "Search for an account" : "アカウントを検索", "Choose" : "選択", "No files or folders have been deleted yet" : "まだ削除されたファイルやフォルダはありません" diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json index 9ea7665edc1..9e25e7f90fb 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.json @@ -20,6 +20,8 @@ "An unknown error has occurred" : "不明なエラーが発生しました", "File could not be uploaded" : "ファイルをアップロードできませんでした", "Uploading …" : "アップロード中...", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", + "Uploading … ({currentNumber}/{total})" : "アップロード中… ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中 {loadedSize} ({bitrate})", "Uploading that item is not supported" : "そのアイテムのアップロードに対応していません", "Target folder does not exist any more" : "対象フォルダーがもう存在しません", @@ -166,15 +168,38 @@ "in %s" : "%s で", "File Management" : "ファイル管理", "Reload current directory" : "カレントディレクトリの再読み込み", + "Go to the \"{dir}\" directory" : "\"{dir}\" ディレクトリに移動する", + "Select the row for {displayName}" : "{displayName} の行を選択する", "Rename file" : "ファイル名の変更", + "A long time ago" : "ずっと以前に", "This node is unavailable" : "このノードは利用できません", "Download file {name}" : "ファイル {name} をダウンロード", "File name" : "ファイル名", "Folder name" : "フォルダー名", + "\"{displayName}\" action executed successfully" : "\"{displayName}\" アクションは正常に実行された", + "\"{displayName}\" action failed" : "\"{displayName}\" アクションは失敗しました", + "\"{name}\" is not an allowed filetype." : "\"{name}\" は許可されたファイルタイプではありません。", + "{newName} already exists." : "{newName} すでに存在しています。", "Name cannot be empty" : "名前は空にできません", + "Another entry with the same name already exists" : "同じ名前の別のエントリがすでに存在しています", + "Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" から \"{newName}\" に名前を変更済み", + "Could not rename \"{oldName}\", it does not exist any more" : "\"{oldName}\" の名前を変更できませんでした、それは既に存在しません。", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{newName}\" という名前は \"{dir}\" フォルダですでに使用されています。別の名前を選択してください。", + "Could not rename \"{oldName}\"" : "\"{oldName}\" の名前を変更できませんでした。", "Total rows summary" : "総行数のサマリー", + "\"{displayName}\" failed on some elements " : "いくつかの要素で \"{displayName}\" が失敗しました。", + "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" バッチアクションが正常に実行されました。", + "ascending" : "昇順", + "descending" : "降順", + "Sort list by {column} ({direction})" : "{column} ({direction}) でリストを並べ替える", "Select all" : "すべて選択", + "Unselect all" : "すべて選択解除", + "List of files and folders." : "ファイルとフォルダの一覧。", + "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "このリストはパフォーマンスの都合上、すべてレンダリングされているわけではありません。リスト内を移動すると、ファイルが次々と表示されていきます。", + "{summaryFile} and {summaryFolder}" : "{summaryFile} と {summaryFolder}", "File not found" : "ファイルが見つかりません", + "_{count} file_::_{count} files_" : ["{count} ファイル"], + "_{count} folder_::_{count} folders_" : ["{count} フォルダ"], "Storage informations" : "ストレージ情報", "{usedQuotaByte} used" : "{usedQuotaByte} 使用されています", "{relative}% used" : "{relative}% 使用されています", @@ -191,8 +216,10 @@ "Ownership transfer request sent" : "所有権転送のリクエストを送信しました", "Cannot transfer ownership of a file or folder you do not own" : "所有していないファイルまたはフォルダーの所有権を譲渡することはできません", "Select file or folder to link to" : "リンク先のファイルまたはフォルダを選択", + "Loading current folder" : "現在のフォルダの読み込み中", "No files in here" : "ファイルがありません", "Upload some content or sync with your devices!" : "何かコンテンツをアップロードするか、デバイスからファイルを同期してください。", + "Go to the previous folder" : "前のフォルダへ移動", "Go back" : "戻る", "Share" : "共有", "Shared by link" : "URLリンクで共有中", @@ -201,12 +228,14 @@ "Files settings" : "ファイルの設定", "File cannot be accessed" : "ファイルにアクセスできません", "You might not have have permissions to view it, ask the sender to share it" : "閲覧権限がない可能性があるため、送信者に共有を依頼してください", + "Sort favorites first" : "お気に入りを最初に並べる", "Show hidden files" : "隠しファイルを表示", "Crop image previews" : "プレビュー画像を切り抜く", "Additional settings" : "追加設定", "WebDAV" : "WebDAV", "Copy to clipboard" : "クリップボードにコピー", "Use this address to access your Files via WebDAV" : "このアドレスを使用すれば、WebDAV経由でファイルにアクセスできます", + "If you have enabled 2FA, you must create and use a new app password by clicking here." : "2FAを有効にしている場合は、ここをクリックして新しいアプリのパスワードを作成し、使用する必要があります。", "Clipboard is not available" : "クリップボードは利用できません", "WebDAV URL copied to clipboard" : "WebDAVのURLがクリップボードにコピーされました", "Unable to change the favourite state of the file" : "ファイルのお気に入りの状態を変更できません", @@ -218,7 +247,10 @@ "Blank" : "ブランク", "Unable to create new file from template" : "テンプレートから新しいファイルを作成できません", "Delete permanently" : "永久に削除", + "Open folder {displayName}" : "フォルダ {displayName} を開く", + "Open in Files" : "ファイルアプリで開く", "Open details" : "詳細を開く", + "Created new folder \"{name}\"" : "新規フォルダ \"{name}\" を作成した", "Set up templates folder" : "テンプレートフォルダーを設定", "Templates" : "テンプレート", "Create new templates folder" : "新しいテンプレートフォルダーを作成", @@ -255,6 +287,7 @@ "This file has the tag {tag}" : "このファイルには {tag} タグがあります。", "This file has the tags {firstTags} and {lastTag}" : "このファイルには {firstTags} と {lastTag} というタグがあります", "Open folder {name}" : "フォルダ {name} を開く", + "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "このリストはパフォーマンスの都合上、すべてレンダリングされているわけではありません。リスト内を移動すると、ファイルが次々と表示されていきます。", "Search for an account" : "アカウントを検索", "Choose" : "選択", "No files or folders have been deleted yet" : "まだ削除されたファイルやフォルダはありません" diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index 1a37c6a54ea..bd90d5565c0 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -235,6 +235,8 @@ OC.L10N.register( "Blank" : "여백", "Unable to create new file from template" : "템플릿으로 새 파일을 만들 수 없음", "Delete permanently" : "영구히 삭제", + "Copy to {target}" : "{target}에 복사", + "Move to {target}" : "{target}에 이동", "Open folder {displayName}" : "{displayName} 폴더 열기", "Open in Files" : "파일에서 열기", "Open details" : "자세한 정보 열기", diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json index b87d90c5791..c58b6b0a0ba 100644 --- a/apps/files/l10n/ko.json +++ b/apps/files/l10n/ko.json @@ -233,6 +233,8 @@ "Blank" : "여백", "Unable to create new file from template" : "템플릿으로 새 파일을 만들 수 없음", "Delete permanently" : "영구히 삭제", + "Copy to {target}" : "{target}에 복사", + "Move to {target}" : "{target}에 이동", "Open folder {displayName}" : "{displayName} 폴더 열기", "Open in Files" : "파일에서 열기", "Open details" : "자세한 정보 열기", diff --git a/apps/files/l10n/mk.js b/apps/files/l10n/mk.js index 4429e464c50..cc02eb29174 100644 --- a/apps/files/l10n/mk.js +++ b/apps/files/l10n/mk.js @@ -186,6 +186,7 @@ OC.L10N.register( "Another entry with the same name already exists" : "Друг запис со исто име веќе постои", "Renamed \"{oldName}\" to \"{newName}\"" : "Преименувано \"{oldName}\" во \"{newName}\"", "Could not rename \"{oldName}\", it does not exist any more" : "Неможе да се преименува \"{oldName}\", не постои повеќе", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Името \"{newName}\" веќе се користи во папката \"{dir}\". Ве молиме изберете друго име.", "Could not rename \"{oldName}\"" : "Неможе да се преименува \"{oldName}\"", "Total rows summary" : "Резиме на вкупно редови", "\"{displayName}\" failed on some elements " : "\"{displayName}\" не успеа на некои елементи", @@ -197,7 +198,10 @@ OC.L10N.register( "Unselect all" : "Од-означи се", "List of files and folders." : "Листа на датотеки и папки.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Оваа листа не е целосно прикажана поради заштеда на перформанси. Датотеките ќе се прикажуваат додека се движите низ листата.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} и {summaryFolder}", "File not found" : "Датотеката не е пронајдена", + "_{count} file_::_{count} files_" : ["{count} датотека","{count} датотеки"], + "_{count} folder_::_{count} folders_" : ["{count} папка","{count} папки"], "Storage informations" : "Информации за складиштето", "{usedQuotaByte} used" : "искористено {usedQuotaByte}", "{relative}% used" : "искористено {relative}% ", @@ -245,9 +249,12 @@ OC.L10N.register( "Blank" : "Празно", "Unable to create new file from template" : "Неможе да се креира датотека од шаблон", "Delete permanently" : "Избриши", + "Copy to {target}" : "Копирај во {target}", + "Move to {target}" : "Премести во {target}", "Open folder {displayName}" : "Отвори папка {displayName}", "Open in Files" : "Отвори во датотеките", "Open details" : "Отвори детали", + "Created new folder \"{name}\"" : "Креирана нова папка \"{name}\"", "Set up templates folder" : "Поставете папка за шаблони", "Templates" : "Шаблони", "Create new templates folder" : "Креирај нова папка за шаблони", diff --git a/apps/files/l10n/mk.json b/apps/files/l10n/mk.json index 8c2d1560c75..7370a63d5ac 100644 --- a/apps/files/l10n/mk.json +++ b/apps/files/l10n/mk.json @@ -184,6 +184,7 @@ "Another entry with the same name already exists" : "Друг запис со исто име веќе постои", "Renamed \"{oldName}\" to \"{newName}\"" : "Преименувано \"{oldName}\" во \"{newName}\"", "Could not rename \"{oldName}\", it does not exist any more" : "Неможе да се преименува \"{oldName}\", не постои повеќе", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Името \"{newName}\" веќе се користи во папката \"{dir}\". Ве молиме изберете друго име.", "Could not rename \"{oldName}\"" : "Неможе да се преименува \"{oldName}\"", "Total rows summary" : "Резиме на вкупно редови", "\"{displayName}\" failed on some elements " : "\"{displayName}\" не успеа на некои елементи", @@ -195,7 +196,10 @@ "Unselect all" : "Од-означи се", "List of files and folders." : "Листа на датотеки и папки.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Оваа листа не е целосно прикажана поради заштеда на перформанси. Датотеките ќе се прикажуваат додека се движите низ листата.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} и {summaryFolder}", "File not found" : "Датотеката не е пронајдена", + "_{count} file_::_{count} files_" : ["{count} датотека","{count} датотеки"], + "_{count} folder_::_{count} folders_" : ["{count} папка","{count} папки"], "Storage informations" : "Информации за складиштето", "{usedQuotaByte} used" : "искористено {usedQuotaByte}", "{relative}% used" : "искористено {relative}% ", @@ -243,9 +247,12 @@ "Blank" : "Празно", "Unable to create new file from template" : "Неможе да се креира датотека од шаблон", "Delete permanently" : "Избриши", + "Copy to {target}" : "Копирај во {target}", + "Move to {target}" : "Премести во {target}", "Open folder {displayName}" : "Отвори папка {displayName}", "Open in Files" : "Отвори во датотеките", "Open details" : "Отвори детали", + "Created new folder \"{name}\"" : "Креирана нова папка \"{name}\"", "Set up templates folder" : "Поставете папка за шаблони", "Templates" : "Шаблони", "Create new templates folder" : "Креирај нова папка за шаблони", diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index 64e3e64eb95..5ecb3a27b71 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -249,6 +249,8 @@ OC.L10N.register( "Blank" : "Pusty", "Unable to create new file from template" : "Nie można utworzyć nowego pliku z szablonu", "Delete permanently" : "Usuń bezpowrotnie", + "Copy to {target}" : "Skopiuj do {target}", + "Move to {target}" : "Przenieś do {target}", "Open folder {displayName}" : "Otwórz katalog {displayName}", "Open in Files" : "Otwórz w Plikach", "Open details" : "Otwórz szczegóły", diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json index 8eb36fdf07f..20a29e793a1 100644 --- a/apps/files/l10n/pl.json +++ b/apps/files/l10n/pl.json @@ -247,6 +247,8 @@ "Blank" : "Pusty", "Unable to create new file from template" : "Nie można utworzyć nowego pliku z szablonu", "Delete permanently" : "Usuń bezpowrotnie", + "Copy to {target}" : "Skopiuj do {target}", + "Move to {target}" : "Przenieś do {target}", "Open folder {displayName}" : "Otwórz katalog {displayName}", "Open in Files" : "Otwórz w Plikach", "Open details" : "Otwórz szczegóły", diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index d3c1d03012d..a3ebdb2eee9 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -249,6 +249,8 @@ OC.L10N.register( "Blank" : "Em branco", "Unable to create new file from template" : "Incapaz de criar novo arquivo a partir do modelo", "Delete permanently" : "Remover permanentemente", + "Copy to {target}" : "Copiar para {target}", + "Move to {target}" : "Mover para {target}", "Open folder {displayName}" : "Abra a pasta {displayName}", "Open in Files" : "Abrir em arquivos", "Open details" : "Abrir detalhes", diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index c2491f66c74..cc31c07668c 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -247,6 +247,8 @@ "Blank" : "Em branco", "Unable to create new file from template" : "Incapaz de criar novo arquivo a partir do modelo", "Delete permanently" : "Remover permanentemente", + "Copy to {target}" : "Copiar para {target}", + "Move to {target}" : "Mover para {target}", "Open folder {displayName}" : "Abra a pasta {displayName}", "Open in Files" : "Abrir em arquivos", "Open details" : "Abrir detalhes", diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 1bbe4921b6f..50a8496a1ef 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -249,6 +249,8 @@ OC.L10N.register( "Blank" : "Пустой", "Unable to create new file from template" : "Не удалось создать файл на основе шаблона", "Delete permanently" : "Удалить навсегда", + "Copy to {target}" : "Скопировать в {target}", + "Move to {target}" : "Переместить в {target}", "Open folder {displayName}" : "Открыть каталог {displayName}", "Open in Files" : "Открыть в Файлах", "Open details" : "Открыть подробности", diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index a1f85ea9efe..d7c797fe026 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -247,6 +247,8 @@ "Blank" : "Пустой", "Unable to create new file from template" : "Не удалось создать файл на основе шаблона", "Delete permanently" : "Удалить навсегда", + "Copy to {target}" : "Скопировать в {target}", + "Move to {target}" : "Переместить в {target}", "Open folder {displayName}" : "Открыть каталог {displayName}", "Open in Files" : "Открыть в Файлах", "Open details" : "Открыть подробности", diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index 9bc366e9d61..98e4314c692 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -188,6 +188,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "Не може да се промени име фајла „{fileName}” јер фајл више не постоји", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Назив „{targetName}” се већ користи у директоријуму „{dir}”. Молимо вас да изаберете неко друго име.", "Could not rename \"{oldName}\"" : "Не може да се промени име фајла „{fileName}”", + "Could not copy {file}. {message}" : "{file} не може да се копира. {message}", + "Could not move {file}. {message}" : "{file} не може да се премести. {message}", "Total rows summary" : "Резиме укупног броја редова", "\"{displayName}\" failed on some elements " : "„{displayName}” није успело на неким елементима", "\"{displayName}\" batch action executed successfully" : "Пакетна акција „{displayName}” се успешно извршила", @@ -249,6 +251,16 @@ OC.L10N.register( "Blank" : "Празно", "Unable to create new file from template" : "Из шаблона није могао да се креира нови фајл", "Delete permanently" : "Обриши заувек", + "Destination is not a folder" : "Одредиште није фолдер", + "This file/folder is already in that directory" : "Овај фајл/фолдер се већ налази у том директоријуму", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Фајл/фолдер не можете да преместите у самог себе или у његов подфолдер", + "A file or folder with that name already exists in this folder" : "У овом фолдеру већ постоји фајл или фолдер са тим именом", + "The files is locked" : "Фајл је закључан", + "The file does not exist anymore" : "Фајл више не постоји", + "Chose destination" : "Изаберите одредиште", + "Copy to {target}" : "Копирај у {target}", + "Move to {target}" : "Премести у {target}", + "Cancelled move or copy operation" : "Операција премештања или копирања је отказана", "Open folder {displayName}" : "Отвори фолдер {displayName}", "Open in Files" : "Отвори у Фајловима", "Open details" : "Отвори детаље", @@ -257,6 +269,11 @@ OC.L10N.register( "Templates" : "Шаблони", "Create new templates folder" : "Креирај нови фолдер шаблона", "Unable to initialize the templates directory" : "Фолдер са шаблонима није могао да се иницијализује", + "_{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." : "Листа омиљених фајлова и директоријума.", "No favorites yet" : "Још нема омиљених", "Files and folders you mark as favorite will show up here" : "Фајлови и фасцикле које обележите као омиљене појавиће се овде", diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json index d59a6926d59..b8e47535e61 100644 --- a/apps/files/l10n/sr.json +++ b/apps/files/l10n/sr.json @@ -186,6 +186,8 @@ "Could not rename \"{oldName}\", it does not exist any more" : "Не може да се промени име фајла „{fileName}” јер фајл више не постоји", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Назив „{targetName}” се већ користи у директоријуму „{dir}”. Молимо вас да изаберете неко друго име.", "Could not rename \"{oldName}\"" : "Не може да се промени име фајла „{fileName}”", + "Could not copy {file}. {message}" : "{file} не може да се копира. {message}", + "Could not move {file}. {message}" : "{file} не може да се премести. {message}", "Total rows summary" : "Резиме укупног броја редова", "\"{displayName}\" failed on some elements " : "„{displayName}” није успело на неким елементима", "\"{displayName}\" batch action executed successfully" : "Пакетна акција „{displayName}” се успешно извршила", @@ -247,6 +249,16 @@ "Blank" : "Празно", "Unable to create new file from template" : "Из шаблона није могао да се креира нови фајл", "Delete permanently" : "Обриши заувек", + "Destination is not a folder" : "Одредиште није фолдер", + "This file/folder is already in that directory" : "Овај фајл/фолдер се већ налази у том директоријуму", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Фајл/фолдер не можете да преместите у самог себе или у његов подфолдер", + "A file or folder with that name already exists in this folder" : "У овом фолдеру већ постоји фајл или фолдер са тим именом", + "The files is locked" : "Фајл је закључан", + "The file does not exist anymore" : "Фајл више не постоји", + "Chose destination" : "Изаберите одредиште", + "Copy to {target}" : "Копирај у {target}", + "Move to {target}" : "Премести у {target}", + "Cancelled move or copy operation" : "Операција премештања или копирања је отказана", "Open folder {displayName}" : "Отвори фолдер {displayName}", "Open in Files" : "Отвори у Фајловима", "Open details" : "Отвори детаље", @@ -255,6 +267,11 @@ "Templates" : "Шаблони", "Create new templates folder" : "Креирај нови фолдер шаблона", "Unable to initialize the templates directory" : "Фолдер са шаблонима није могао да се иницијализује", + "_{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." : "Листа омиљених фајлова и директоријума.", "No favorites yet" : "Још нема омиљених", "Files and folders you mark as favorite will show up here" : "Фајлови и фасцикле које обележите као омиљене појавиће се овде", diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index 71ef446682a..d9d825ac5dd 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -188,6 +188,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "Kunde inte byta namn på \"{oldName}\", den finns inte längre", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Namnet \"{newName}\" används redan i mappen \"{dir}\". Välj ett annat namn.", "Could not rename \"{oldName}\"" : "Kunde inte byta namn på \"{oldName}\"", + "Could not copy {file}. {message}" : "Kunde inte kopiera {file}. {message}", + "Could not move {file}. {message}" : "Kunde inte flytta {file}. {message}", "Total rows summary" : "Sammanfattning antal rader", "\"{displayName}\" failed on some elements " : "\"{displayName}\" misslyckades med vissa element", "\"{displayName}\" batch action executed successfully" : "Batchåtgärden \"{displayName}\" har utförts", @@ -249,6 +251,16 @@ OC.L10N.register( "Blank" : "Tom", "Unable to create new file from template" : "Kunde inte skapa fil från mall", "Delete permanently" : "Ta bort permanent", + "Destination is not a folder" : "Destinationen är inte en mapp", + "This file/folder is already in that directory" : "Den här filen/mappen finns redan i den katalogen", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Du kan inte flytta en fil/mapp till sig själv eller till en undermapp till sig själv", + "A file or folder with that name already exists in this folder" : "En fil eller mapp med det namnet finns redan i den här mappen", + "The files is locked" : "Filerna är låsta", + "The file does not exist anymore" : "Filen finns inte längre", + "Chose destination" : "Välj destination", + "Copy to {target}" : "Kopiera till {target}", + "Move to {target}" : "Flytta till {target}", + "Cancelled move or copy operation" : "Flytta eller kopiera avbröts", "Open folder {displayName}" : "Öppna mappen {displayName}", "Open in Files" : "Öppna i Filer", "Open details" : "Öppna detaljer", @@ -257,6 +269,11 @@ OC.L10N.register( "Templates" : "Mallar", "Create new templates folder" : "Skapa ny mallmapp", "Unable to initialize the templates directory" : "Kunde inte initialisera mall-mappen", + "_{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.", "No favorites yet" : "Inga favoriter ännu", "Files and folders you mark as favorite will show up here" : "Filer och mappar markerade som favoriter kommer att visas här", diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index 6eeaf224917..f95b103b00d 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -186,6 +186,8 @@ "Could not rename \"{oldName}\", it does not exist any more" : "Kunde inte byta namn på \"{oldName}\", den finns inte längre", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Namnet \"{newName}\" används redan i mappen \"{dir}\". Välj ett annat namn.", "Could not rename \"{oldName}\"" : "Kunde inte byta namn på \"{oldName}\"", + "Could not copy {file}. {message}" : "Kunde inte kopiera {file}. {message}", + "Could not move {file}. {message}" : "Kunde inte flytta {file}. {message}", "Total rows summary" : "Sammanfattning antal rader", "\"{displayName}\" failed on some elements " : "\"{displayName}\" misslyckades med vissa element", "\"{displayName}\" batch action executed successfully" : "Batchåtgärden \"{displayName}\" har utförts", @@ -247,6 +249,16 @@ "Blank" : "Tom", "Unable to create new file from template" : "Kunde inte skapa fil från mall", "Delete permanently" : "Ta bort permanent", + "Destination is not a folder" : "Destinationen är inte en mapp", + "This file/folder is already in that directory" : "Den här filen/mappen finns redan i den katalogen", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Du kan inte flytta en fil/mapp till sig själv eller till en undermapp till sig själv", + "A file or folder with that name already exists in this folder" : "En fil eller mapp med det namnet finns redan i den här mappen", + "The files is locked" : "Filerna är låsta", + "The file does not exist anymore" : "Filen finns inte längre", + "Chose destination" : "Välj destination", + "Copy to {target}" : "Kopiera till {target}", + "Move to {target}" : "Flytta till {target}", + "Cancelled move or copy operation" : "Flytta eller kopiera avbröts", "Open folder {displayName}" : "Öppna mappen {displayName}", "Open in Files" : "Öppna i Filer", "Open details" : "Öppna detaljer", @@ -255,6 +267,11 @@ "Templates" : "Mallar", "Create new templates folder" : "Skapa ny mallmapp", "Unable to initialize the templates directory" : "Kunde inte initialisera mall-mappen", + "_{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.", "No favorites yet" : "Inga favoriter ännu", "Files and folders you mark as favorite will show up here" : "Filer och mappar markerade som favoriter kommer att visas här", diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index 7dd5cf81d7a..f724592feec 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -188,6 +188,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "\"{oldName}\" adı artık olmadığından değiştirilemedi. ", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{newName}\" adı \"{dir}\" klasöründe zaten kullanılmış. Lütfen başka bir ad seçin.", "Could not rename \"{oldName}\"" : "\"{oldName}\" adı değiştirilemedi", + "Could not copy {file}. {message}" : "{file} dosyası kopyalanamadı. {message}", + "Could not move {file}. {message}" : "{file} dosyası taşınamadı. {message}", "Total rows summary" : "Toplam satır özeti", "\"{displayName}\" failed on some elements " : "\"{displayName}\" toplu işlemi bazı bileşenlerde tamamlanamadı", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" toplu işlemi tamamlandı", @@ -249,6 +251,16 @@ OC.L10N.register( "Blank" : "Boş", "Unable to create new file from template" : "Kalıptan yeni dosya eklenemedi", "Delete permanently" : "Kalıcı olarak sil", + "Destination is not a folder" : "Hedef bir klasör değil", + "This file/folder is already in that directory" : "Dosya ya da klasör bu klasörde zaten var", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Bir dosyayı ya da klasörü kendi üzerine veya kendisinin alt klasörüne taşıyamazsınız", + "A file or folder with that name already exists in this folder" : "Bu klasörde aynı adlı bir dosya ya da klasör zaten var", + "The files is locked" : "Dosyalar kilitli", + "The file does not exist anymore" : "Dosya artık yok", + "Chose destination" : "Hedefi seçin", + "Copy to {target}" : "{target} içine kopyala", + "Move to {target}" : "{target} içine taşı", + "Cancelled move or copy operation" : "Taşıma ya da kopyalama işlemi iptal edildi", "Open folder {displayName}" : "{displayName} klasörünü aç", "Open in Files" : "Dosyalar uygulamasında aç", "Open details" : "Ayrıntıları aç", @@ -257,6 +269,11 @@ OC.L10N.register( "Templates" : "Kalıplar", "Create new templates folder" : "Yeni kalıp klasörü oluştur", "Unable to initialize the templates directory" : "Kalıp klasörü hazırlanamadı", + "_{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.", "No favorites yet" : "Henüz sık kullanılan bir öge yok", "Files and folders you mark as favorite will show up here" : "Sık kullanılanlara eklediğiniz dosya ve klasörler burada görüntülenir", diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json index 78da48a52b1..6b9ce6d7d56 100644 --- a/apps/files/l10n/tr.json +++ b/apps/files/l10n/tr.json @@ -186,6 +186,8 @@ "Could not rename \"{oldName}\", it does not exist any more" : "\"{oldName}\" adı artık olmadığından değiştirilemedi. ", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{newName}\" adı \"{dir}\" klasöründe zaten kullanılmış. Lütfen başka bir ad seçin.", "Could not rename \"{oldName}\"" : "\"{oldName}\" adı değiştirilemedi", + "Could not copy {file}. {message}" : "{file} dosyası kopyalanamadı. {message}", + "Could not move {file}. {message}" : "{file} dosyası taşınamadı. {message}", "Total rows summary" : "Toplam satır özeti", "\"{displayName}\" failed on some elements " : "\"{displayName}\" toplu işlemi bazı bileşenlerde tamamlanamadı", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" toplu işlemi tamamlandı", @@ -247,6 +249,16 @@ "Blank" : "Boş", "Unable to create new file from template" : "Kalıptan yeni dosya eklenemedi", "Delete permanently" : "Kalıcı olarak sil", + "Destination is not a folder" : "Hedef bir klasör değil", + "This file/folder is already in that directory" : "Dosya ya da klasör bu klasörde zaten var", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Bir dosyayı ya da klasörü kendi üzerine veya kendisinin alt klasörüne taşıyamazsınız", + "A file or folder with that name already exists in this folder" : "Bu klasörde aynı adlı bir dosya ya da klasör zaten var", + "The files is locked" : "Dosyalar kilitli", + "The file does not exist anymore" : "Dosya artık yok", + "Chose destination" : "Hedefi seçin", + "Copy to {target}" : "{target} içine kopyala", + "Move to {target}" : "{target} içine taşı", + "Cancelled move or copy operation" : "Taşıma ya da kopyalama işlemi iptal edildi", "Open folder {displayName}" : "{displayName} klasörünü aç", "Open in Files" : "Dosyalar uygulamasında aç", "Open details" : "Ayrıntıları aç", @@ -255,6 +267,11 @@ "Templates" : "Kalıplar", "Create new templates folder" : "Yeni kalıp klasörü oluştur", "Unable to initialize the templates directory" : "Kalıp klasörü hazırlanamadı", + "_{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.", "No favorites yet" : "Henüz sık kullanılan bir öge yok", "Files and folders you mark as favorite will show up here" : "Sık kullanılanlara eklediğiniz dosya ve klasörler burada görüntülenir", diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js index cd62102d4b1..847f91ee5fc 100644 --- a/apps/files/l10n/uk.js +++ b/apps/files/l10n/uk.js @@ -249,6 +249,8 @@ OC.L10N.register( "Blank" : "Порожньо", "Unable to create new file from template" : "Неможливо створити новий файл з шаблону", "Delete permanently" : "Вилучити назавжди", + "Copy to {target}" : "Копіювати до {target}", + "Move to {target}" : "Перемістити до {target}", "Open folder {displayName}" : "Відкрити каталог {displayName}", "Open in Files" : "Відкрити у Файлах", "Open details" : "Показати деталі", diff --git a/apps/files/l10n/uk.json b/apps/files/l10n/uk.json index 3e7a8bb1d55..7761699fba4 100644 --- a/apps/files/l10n/uk.json +++ b/apps/files/l10n/uk.json @@ -247,6 +247,8 @@ "Blank" : "Порожньо", "Unable to create new file from template" : "Неможливо створити новий файл з шаблону", "Delete permanently" : "Вилучити назавжди", + "Copy to {target}" : "Копіювати до {target}", + "Move to {target}" : "Перемістити до {target}", "Open folder {displayName}" : "Відкрити каталог {displayName}", "Open in Files" : "Відкрити у Файлах", "Open details" : "Показати деталі", diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 28546b9b39e..e04c25fa8c6 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -246,6 +246,8 @@ OC.L10N.register( "Blank" : "空白", "Unable to create new file from template" : "无法从模板创建新文件", "Delete permanently" : "彻底删除", + "Copy to {target}" : "复制到 {target}", + "Move to {target}" : "移动到 {target}", "Open folder {displayName}" : "打开文件夹{displayName}", "Open in Files" : "在文件中打开", "Open details" : "打开详情", diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index 62d3a03617c..80cbdd26884 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -244,6 +244,8 @@ "Blank" : "空白", "Unable to create new file from template" : "无法从模板创建新文件", "Delete permanently" : "彻底删除", + "Copy to {target}" : "复制到 {target}", + "Move to {target}" : "移动到 {target}", "Open folder {displayName}" : "打开文件夹{displayName}", "Open in Files" : "在文件中打开", "Open details" : "打开详情", diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index 0d8b2beebdf..89e79484898 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -188,6 +188,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "無法命名檔案「{oldName}」,因為此檔案已經不存在", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱「{newName}」在這資料夾「{dir}」已經被使用。請選擇其他名稱。", "Could not rename \"{oldName}\"" : "無法重新命名「{oldName}」", + "Could not copy {file}. {message}" : "無法複製 {file}。{message}", + "Could not move {file}. {message}" : "無法移動 {file}。{message}", "Total rows summary" : "總列摘要", "\"{displayName}\" failed on some elements " : "“{displayName}” 在某些元素上失敗", "\"{displayName}\" batch action executed successfully" : "成功執行 “{displayName}” 批處理操作", @@ -249,6 +251,16 @@ OC.L10N.register( "Blank" : "空白", "Unable to create new file from template" : "無法從模板創建新檔案", "Delete permanently" : "永久刪除", + "Destination is not a folder" : "目標地不是資料夾", + "This file/folder is already in that directory" : "此檔案/資料夾已在該目錄中", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "您無法將檔案/資料夾移動到其自身或子資料夾中", + "A file or folder with that name already exists in this folder" : "此資料夾中已存在同名的檔案或資料夾", + "The files is locked" : "檔案已被上鎖", + "The file does not exist anymore" : "檔案已不存在", + "Chose destination" : "選擇目標地", + "Copy to {target}" : "複製到 {target}", + "Move to {target}" : "移動到 {target}", + "Cancelled move or copy operation" : "已取消移動或複製操作", "Open folder {displayName}" : "打開資料夾 {displayName}", "Open in Files" : "在「檔案」應用程式中打開", "Open details" : "開啟細節", @@ -257,6 +269,11 @@ OC.L10N.register( "Templates" : "模板", "Create new templates folder" : "創建新範本資料夾", "Unable to initialize the templates directory" : "無法初始化模板目錄", + "_{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." : "最愛檔案與資料夾的清單。", "No favorites yet" : "尚無最愛", "Files and folders you mark as favorite will show up here" : "您標記為最愛的檔案與資料夾將會顯示在這裡", diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index b8b0699162f..ee2f9172c1a 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -186,6 +186,8 @@ "Could not rename \"{oldName}\", it does not exist any more" : "無法命名檔案「{oldName}」,因為此檔案已經不存在", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱「{newName}」在這資料夾「{dir}」已經被使用。請選擇其他名稱。", "Could not rename \"{oldName}\"" : "無法重新命名「{oldName}」", + "Could not copy {file}. {message}" : "無法複製 {file}。{message}", + "Could not move {file}. {message}" : "無法移動 {file}。{message}", "Total rows summary" : "總列摘要", "\"{displayName}\" failed on some elements " : "“{displayName}” 在某些元素上失敗", "\"{displayName}\" batch action executed successfully" : "成功執行 “{displayName}” 批處理操作", @@ -247,6 +249,16 @@ "Blank" : "空白", "Unable to create new file from template" : "無法從模板創建新檔案", "Delete permanently" : "永久刪除", + "Destination is not a folder" : "目標地不是資料夾", + "This file/folder is already in that directory" : "此檔案/資料夾已在該目錄中", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "您無法將檔案/資料夾移動到其自身或子資料夾中", + "A file or folder with that name already exists in this folder" : "此資料夾中已存在同名的檔案或資料夾", + "The files is locked" : "檔案已被上鎖", + "The file does not exist anymore" : "檔案已不存在", + "Chose destination" : "選擇目標地", + "Copy to {target}" : "複製到 {target}", + "Move to {target}" : "移動到 {target}", + "Cancelled move or copy operation" : "已取消移動或複製操作", "Open folder {displayName}" : "打開資料夾 {displayName}", "Open in Files" : "在「檔案」應用程式中打開", "Open details" : "開啟細節", @@ -255,6 +267,11 @@ "Templates" : "模板", "Create new templates folder" : "創建新範本資料夾", "Unable to initialize the templates directory" : "無法初始化模板目錄", + "_{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." : "最愛檔案與資料夾的清單。", "No favorites yet" : "尚無最愛", "Files and folders you mark as favorite will show up here" : "您標記為最愛的檔案與資料夾將會顯示在這裡", diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 8b0e8e6fb06..861c848fd0f 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -188,6 +188,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "無法命名檔案「{oldName}」,因為此檔案已經不存在", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱「{newName}」在資料夾「{dir}」中已被使用。請選擇其他名稱。", "Could not rename \"{oldName}\"" : "無法重新命名「{oldName}」", + "Could not copy {file}. {message}" : "無法複製 {file}。{message}", + "Could not move {file}. {message}" : "無法移動 {file}。{message}", "Total rows summary" : "總列摘要", "\"{displayName}\" failed on some elements " : "「{displayName}」在某些元素上失敗", "\"{displayName}\" batch action executed successfully" : "「{displayName}」批次動作執行成功", @@ -249,6 +251,16 @@ OC.L10N.register( "Blank" : "空白", "Unable to create new file from template" : "無法從範本建立新檔案", "Delete permanently" : "永久刪除", + "Destination is not a folder" : "目的地不是資料夾", + "This file/folder is already in that directory" : "此檔案/資料夾已在該目錄中", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "您無法將檔案/資料夾移動到其自身或子資料夾中", + "A file or folder with that name already exists in this folder" : "此資料夾中已存在同名的檔案或資料夾", + "The files is locked" : "檔案已鎖定", + "The file does not exist anymore" : "檔案已不存在", + "Chose destination" : "選擇目的地", + "Copy to {target}" : "複製到 {target}", + "Move to {target}" : "移動至 {target}", + "Cancelled move or copy operation" : "已取消移動或複製操作", "Open folder {displayName}" : "開啟資料夾 {displayName}", "Open in Files" : "在「檔案」應用程式中開啟", "Open details" : "開啟細節", @@ -257,6 +269,11 @@ OC.L10N.register( "Templates" : "範本", "Create new templates folder" : "建立新的範本資料夾", "Unable to initialize the templates directory" : "無法初始化範本目錄", + "_{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." : "最愛檔案與資料夾的清單。", "No favorites yet" : "尚無最愛", "Files and folders you mark as favorite will show up here" : "您標記為最愛的檔案與資料夾將會顯示在這裡", diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json index 396833a9644..f9bc4841d49 100644 --- a/apps/files/l10n/zh_TW.json +++ b/apps/files/l10n/zh_TW.json @@ -186,6 +186,8 @@ "Could not rename \"{oldName}\", it does not exist any more" : "無法命名檔案「{oldName}」,因為此檔案已經不存在", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱「{newName}」在資料夾「{dir}」中已被使用。請選擇其他名稱。", "Could not rename \"{oldName}\"" : "無法重新命名「{oldName}」", + "Could not copy {file}. {message}" : "無法複製 {file}。{message}", + "Could not move {file}. {message}" : "無法移動 {file}。{message}", "Total rows summary" : "總列摘要", "\"{displayName}\" failed on some elements " : "「{displayName}」在某些元素上失敗", "\"{displayName}\" batch action executed successfully" : "「{displayName}」批次動作執行成功", @@ -247,6 +249,16 @@ "Blank" : "空白", "Unable to create new file from template" : "無法從範本建立新檔案", "Delete permanently" : "永久刪除", + "Destination is not a folder" : "目的地不是資料夾", + "This file/folder is already in that directory" : "此檔案/資料夾已在該目錄中", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "您無法將檔案/資料夾移動到其自身或子資料夾中", + "A file or folder with that name already exists in this folder" : "此資料夾中已存在同名的檔案或資料夾", + "The files is locked" : "檔案已鎖定", + "The file does not exist anymore" : "檔案已不存在", + "Chose destination" : "選擇目的地", + "Copy to {target}" : "複製到 {target}", + "Move to {target}" : "移動至 {target}", + "Cancelled move or copy operation" : "已取消移動或複製操作", "Open folder {displayName}" : "開啟資料夾 {displayName}", "Open in Files" : "在「檔案」應用程式中開啟", "Open details" : "開啟細節", @@ -255,6 +267,11 @@ "Templates" : "範本", "Create new templates folder" : "建立新的範本資料夾", "Unable to initialize the templates directory" : "無法初始化範本目錄", + "_{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." : "最愛檔案與資料夾的清單。", "No favorites yet" : "尚無最愛", "Files and folders you mark as favorite will show up here" : "您標記為最愛的檔案與資料夾將會顯示在這裡", diff --git a/apps/files/tests/js/fileUploadSpec.js b/apps/files/tests/js/fileUploadSpec.js index e15514b39e2..fa7ee1f5d07 100644 --- a/apps/files/tests/js/fileUploadSpec.js +++ b/apps/files/tests/js/fileUploadSpec.js @@ -113,7 +113,7 @@ describe('OC.Upload tests', function() { }); it('does not add file if it exceeds free space', function(done) { var result; - $('#free_space').val(1000); + $('#free_space').val(1024); failStub.callsFake(function(){ expect(failStub.calledOnce).toEqual(true); diff --git a/apps/files/tests/js/filelistSpec.js b/apps/files/tests/js/filelistSpec.js index b7f9fb2ff39..3d80591fd14 100644 --- a/apps/files/tests/js/filelistSpec.js +++ b/apps/files/tests/js/filelistSpec.js @@ -539,7 +539,7 @@ describe('OCA.Files.FileList tests', function() { expect($summary.find('.fileinfo').text()).toEqual('2 files'); expect($summary.find('.dirinfo').hasClass('hidden')).toEqual(false); expect($summary.find('.fileinfo').hasClass('hidden')).toEqual(false); - expect($summary.find('.filesize').text()).toEqual('70 KB'); + expect($summary.find('.filesize').text()).toEqual('69 KB'); expect(fileList.isEmpty).toEqual(false); }); it('Shows empty content when removing last file', function() { @@ -609,7 +609,7 @@ describe('OCA.Files.FileList tests', function() { expect($summary.find('.fileinfo').text()).toEqual('1 file'); expect($summary.find('.dirinfo').hasClass('hidden')).toEqual(false); expect($summary.find('.fileinfo').hasClass('hidden')).toEqual(false); - expect($summary.find('.filesize').text()).toEqual('58 KB'); + expect($summary.find('.filesize').text()).toEqual('57 KB'); expect(fileList.isEmpty).toEqual(false); expect($('.files-filestable thead th').hasClass('hidden')).toEqual(false); expect($('.emptyfilelist.emptycontent').hasClass('hidden')).toEqual(true); @@ -1138,7 +1138,7 @@ describe('OCA.Files.FileList tests', function() { expect($summary.hasClass('hidden')).toEqual(false); expect($summary.find('.dirinfo').text()).toEqual('1 folder'); expect($summary.find('.fileinfo').text()).toEqual('3 files'); - expect($summary.find('.filesize').text()).toEqual('70 KB'); + expect($summary.find('.filesize').text()).toEqual('69 KB'); }); it('shows headers, summary and hide empty content message after setting files', function(){ fileList.setFiles(testFiles); diff --git a/apps/files/tests/js/filesummarySpec.js b/apps/files/tests/js/filesummarySpec.js index 22c95abd307..03f39304a89 100644 --- a/apps/files/tests/js/filesummarySpec.js +++ b/apps/files/tests/js/filesummarySpec.js @@ -39,7 +39,7 @@ describe('OCA.Files.FileSummary tests', function() { s.setSummary({ totalDirs: 5, totalFiles: 2, - totalSize: 256000 + totalSize: 256*1024, }); expect($container.hasClass('hidden')).toEqual(false); expect($container.find('.dirinfo').text()).toEqual('5 folders'); @@ -60,9 +60,9 @@ describe('OCA.Files.FileSummary tests', function() { s.setSummary({ totalDirs: 5, totalFiles: 2, - totalSize: 256000 + totalSize: 256*1024 }); - s.add({type: 'file', size: 256000}); + s.add({type: 'file', size: 256*1024}); s.add({type: 'dir', size: 100}); s.update(); expect($container.hasClass('hidden')).toEqual(false); @@ -71,16 +71,16 @@ describe('OCA.Files.FileSummary tests', function() { expect($container.find('.filesize').text()).toEqual('512 KB'); expect(s.summary.totalDirs).toEqual(6); expect(s.summary.totalFiles).toEqual(3); - expect(s.summary.totalSize).toEqual(512100); + expect(s.summary.totalSize).toEqual(512*1024 + 100); }); it('decreases summary when removing files', function() { var s = new FileSummary($container); s.setSummary({ totalDirs: 5, totalFiles: 2, - totalSize: 256000 + totalSize: 256*1024 }); - s.remove({type: 'file', size: 128000}); + s.remove({type: 'file', size: 128*1024}); s.remove({type: 'dir', size: 100}); s.update(); expect($container.hasClass('hidden')).toEqual(false); @@ -89,7 +89,7 @@ describe('OCA.Files.FileSummary tests', function() { expect($container.find('.filesize').text()).toEqual('128 KB'); expect(s.summary.totalDirs).toEqual(4); expect(s.summary.totalFiles).toEqual(1); - expect(s.summary.totalSize).toEqual(127900); + expect(s.summary.totalSize).toEqual(128*1024 - 100); }); it('renders filtered summary as text', function() { @@ -97,7 +97,7 @@ describe('OCA.Files.FileSummary tests', function() { s.setSummary({ totalDirs: 5, totalFiles: 2, - totalSize: 256000, + totalSize: 256*1024, filter: 'foo' }); expect($container.hasClass('hidden')).toEqual(false); @@ -121,11 +121,11 @@ describe('OCA.Files.FileSummary tests', function() { s.setSummary({ totalDirs: 5, totalFiles: 2, - totalSize: 256000, + totalSize: 256*1024, filter: 'foo' }); - s.add({name: 'bar.txt', type: 'file', size: 256000}); - s.add({name: 'foo.txt', type: 'file', size: 256001}); + s.add({name: 'bar.txt', type: 'file', size: 256*1024}); + s.add({name: 'foo.txt', type: 'file', size: 256*1024 + 1}); s.add({name: 'bar', type: 'dir', size: 100}); s.add({name: 'foo', type: 'dir', size: 102}); s.update(); @@ -136,18 +136,18 @@ describe('OCA.Files.FileSummary tests', function() { expect($container.find('.filesize').text()).toEqual('512 KB'); expect(s.summary.totalDirs).toEqual(6); expect(s.summary.totalFiles).toEqual(3); - expect(s.summary.totalSize).toEqual(512103); + expect(s.summary.totalSize).toEqual(512*1024 + 1 + 102); }); it('decreases filtered summary when removing files', function() { var s = new FileSummary($container); s.setSummary({ totalDirs: 5, totalFiles: 2, - totalSize: 256000, + totalSize: 256*1024, filter: 'foo' }); - s.remove({name: 'bar.txt', type: 'file', size: 128000}); - s.remove({name: 'foo.txt', type: 'file', size: 127999}); + s.remove({name: 'bar.txt', type: 'file', size: 128*1024}); + s.remove({name: 'foo.txt', type: 'file', size: 128*1024 - 1}); s.remove({name: 'bar', type: 'dir', size: 100}); s.remove({name: 'foo', type: 'dir', size: 98}); s.update(); @@ -158,7 +158,7 @@ describe('OCA.Files.FileSummary tests', function() { expect($container.find('.filesize').text()).toEqual('128 KB'); expect(s.summary.totalDirs).toEqual(4); expect(s.summary.totalFiles).toEqual(1); - expect(s.summary.totalSize).toEqual(127903); + expect(s.summary.totalSize).toEqual(256*1024 - (128*1024 - 1) - 98); }); it('properly sum up pending folder sizes after adding', function() { var s = new FileSummary($container); @@ -206,9 +206,9 @@ describe('OCA.Files.FileSummary tests', function() { it('renders hidden count section when hidden files are hidden', function() { window._nc_event_bus.emit('files:config:updated', { key: 'show_hidden', value: false }); - summary.add({name: 'abc', type: 'file', size: 256000}); + summary.add({name: 'abc', type: 'file', size: 256*1024}); summary.add({name: 'def', type: 'dir', size: 100}); - summary.add({name: '.hidden', type: 'dir', size: 512000}); + summary.add({name: '.hidden', type: 'dir', size: 512*1024}); summary.update(); expect($container.hasClass('hidden')).toEqual(false); expect($container.find('.dirinfo').text()).toEqual('2 folders'); @@ -220,9 +220,9 @@ describe('OCA.Files.FileSummary tests', function() { it('does not render hidden count section when hidden files exist but are visible', function() { window._nc_event_bus.emit('files:config:updated', { key: 'show_hidden', value: true }); - summary.add({name: 'abc', type: 'file', size: 256000}); + summary.add({name: 'abc', type: 'file', size: 256*1024}); summary.add({name: 'def', type: 'dir', size: 100}); - summary.add({name: '.hidden', type: 'dir', size: 512000}); + summary.add({name: '.hidden', type: 'dir', size: 512*1024}); summary.update(); expect($container.hasClass('hidden')).toEqual(false); expect($container.find('.dirinfo').text()).toEqual('2 folders'); @@ -233,7 +233,7 @@ describe('OCA.Files.FileSummary tests', function() { it('does not render hidden count section when no hidden files exist', function() { window._nc_event_bus.emit('files:config:updated', { key: 'show_hidden', value: false }); - summary.add({name: 'abc', type: 'file', size: 256000}); + summary.add({name: 'abc', type: 'file', size: 256*1024}); summary.add({name: 'def', type: 'dir', size: 100}); summary.update(); expect($container.hasClass('hidden')).toEqual(false); diff --git a/apps/files/tests/js/mainfileinfodetailviewSpec.js b/apps/files/tests/js/mainfileinfodetailviewSpec.js index b63c36199a6..5793db8fb98 100644 --- a/apps/files/tests/js/mainfileinfodetailviewSpec.js +++ b/apps/files/tests/js/mainfileinfodetailviewSpec.js @@ -62,7 +62,7 @@ describe('OCA.Files.MainFileInfoDetailView tests', function() { view.setFileInfo(testFileInfo); expect(view.$el.find('.fileName h3').text()).toEqual('One.txt'); expect(view.$el.find('.fileName h3').attr('title')).toEqual('One.txt'); - expect(view.$el.find('.size').text()).toEqual('123.5 MB'); + expect(view.$el.find('.size').text()).toEqual('117.7 MB'); expect(view.$el.find('.size').attr('title')).toEqual('123456789 bytes'); expect(view.$el.find('.date').text()).toEqual('seconds ago'); expect(view.$el.find('.date').attr('title')).toEqual(dateExpected); diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index f205f6d8b7d..cab2bdabff4 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -225,6 +225,7 @@ OC.L10N.register( "_Reject share_::_Reject shares_" : ["Rechazar recurso compartido","Rechazar recursos compartidos","Rechazar recursos compartidos"], "_Restore share_::_Restore shares_" : ["Restaurar recurso compartido","Restaurar recursos compartidos","Restaurar recursos compartidos"], "Shared" : "Compartido", + "Shared by {ownerDisplayName}" : "Compartido por {ownerDisplayName}", "Link to a file" : "Enlace al archivo", "Error creating the share: {errorMessage}" : "Error al crear el recurso compartido: {errorMessage}", "Error creating the share" : "Error quitando el recurso compartido", diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index 3fe60882c4f..6062d6cb69a 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -223,6 +223,7 @@ "_Reject share_::_Reject shares_" : ["Rechazar recurso compartido","Rechazar recursos compartidos","Rechazar recursos compartidos"], "_Restore share_::_Restore shares_" : ["Restaurar recurso compartido","Restaurar recursos compartidos","Restaurar recursos compartidos"], "Shared" : "Compartido", + "Shared by {ownerDisplayName}" : "Compartido por {ownerDisplayName}", "Link to a file" : "Enlace al archivo", "Error creating the share: {errorMessage}" : "Error al crear el recurso compartido: {errorMessage}", "Error creating the share" : "Error quitando el recurso compartido", diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index 6db2b3a4d0b..e9d93f7ecb4 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -225,6 +225,7 @@ OC.L10N.register( "_Reject share_::_Reject shares_" : ["Rifiuta condivisione","Rifiuta condivisioni","Rifiuta condivisioni"], "_Restore share_::_Restore shares_" : ["Ripristina condivisione","Ripristina condivisioni","Ripristina condivisioni"], "Shared" : "Condiviso", + "Shared by {ownerDisplayName}" : "Condiviso da {ownerDisplayName}", "Link to a file" : "Collega a un file", "Error creating the share: {errorMessage}" : "Errore durante la creazione della condivisione: {errorMessage}", "Error creating the share" : "Errore durante la creazione della condivisione", diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json index 3f470f0bda6..d2ddc1f4874 100644 --- a/apps/files_sharing/l10n/it.json +++ b/apps/files_sharing/l10n/it.json @@ -223,6 +223,7 @@ "_Reject share_::_Reject shares_" : ["Rifiuta condivisione","Rifiuta condivisioni","Rifiuta condivisioni"], "_Restore share_::_Restore shares_" : ["Ripristina condivisione","Ripristina condivisioni","Ripristina condivisioni"], "Shared" : "Condiviso", + "Shared by {ownerDisplayName}" : "Condiviso da {ownerDisplayName}", "Link to a file" : "Collega a un file", "Error creating the share: {errorMessage}" : "Errore durante la creazione della condivisione: {errorMessage}", "Error creating the share" : "Errore durante la creazione della condivisione", diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js index e5e22419281..1267e56eef4 100644 --- a/apps/files_sharing/l10n/ja.js +++ b/apps/files_sharing/l10n/ja.js @@ -93,6 +93,7 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "アプリが無効の場合は、サークルには共有できません", "Please specify a valid circle" : "正しいサークルを指定してください", "Sharing %s failed because the back end does not support room shares" : "バックエンドがルーム共有をサポートしていないため、%s を共有できませんでした", + "Sharing %s failed because the back end does not support ScienceMesh shares" : "バックエンドが ScienceMesh 共有をサポートしていないため %s の共有に失敗しました。", "Unknown share type" : "不明な共有タイプ", "Not a directory" : "ディレクトリではありません", "Could not lock node" : "ノードをロックできませんでした", @@ -132,6 +133,7 @@ OC.L10N.register( "Upload" : "アップロード", "Edit" : "編集", "Bundled permissions" : "バンドルされているパーミッション", + "Open Sharing Details" : "共有の詳細を開く", "group" : "グループ", "conversation" : "会話", "remote" : "リモート", @@ -157,6 +159,7 @@ OC.L10N.register( "Enter a date" : "日付を入力してください", "Create share" : "共有を作成", "Cancel" : "キャンセル", + "Customize link" : "共有のカスタマイズ", "Add another link" : "別のリンクを追加", "Create a new share link" : "新しい共有リンクを作成する", "{shareWith} by {initiator}" : "{initiator} により {shareWith}", @@ -187,7 +190,9 @@ OC.L10N.register( "Circle" : "サークル", "Talk conversation" : "会話", "Deck board" : "Deckボード", + "ScienceMesh" : "ScienceMesh", "on {server}" : "{server} に", + "Upload only" : "アップロードのみ", "Advanced settings" : "詳細設定", "Share label" : "共有ラベル", "Set password" : "パスワード設定", @@ -202,6 +207,10 @@ OC.L10N.register( "Create" : "作成", "Update" : "更新", "Share" : "共有", + "Delete share" : "共有を解除", + "Share with " : "共有先", + "Save share" : "共有を保存", + "Update share" : "共有設定の更新", "Others with access" : "アクセス権を持つ他のユーザー", "No other users with access found" : "アクセス権を持つ他のユーザーは見つかりませんでした", "Toggle list of others with access to this directory" : "このフォルダーへのアクセス権を持つ他のユーザーリストを切り替えます", @@ -211,7 +220,12 @@ OC.L10N.register( "Expires {relativetime}" : "有効期限 {relativetime}", "this share just expired." : "この共有は期限切れになりました。", "Shared with you by {owner}" : "{owner} と共有中", + "_Accept share_::_Accept shares_" : ["共有を受け入れる"], + "Open in Files" : "ファイルアプリで開く", + "_Reject share_::_Reject shares_" : ["共有の受け入れを拒否する"], + "_Restore share_::_Restore shares_" : ["共有を復元する"], "Shared" : "共有中", + "Shared by {ownerDisplayName}" : "{ownerDisplayName} が共有済み", "Link to a file" : "ファイルへリンク", "Error creating the share: {errorMessage}" : "共有の作成中にエラーが発生しました: {errorMessage}", "Error creating the share" : "共有の作成中にエラーが発生しました", @@ -229,17 +243,29 @@ OC.L10N.register( "Shared with you and the conversation {conversation} by {owner}" : "{owner}のスレッド{conversation}であなたと共有しました", "Shared with you in a conversation by {owner}" : "{owner}のスレッドであなたと共有しました", "Shares" : "共有", + "Overview of shared files." : "共有済みファイルの概要", "No shares" : "共有なし", + "Files and folders you shared or have been shared with you will show up here" : "共有済みまたは、共有されたファイルやフォルダはここに表示されます", "Shared with you" : "他ユーザーがあなたと共有中", + "List of files that are shared with you." : "あなたと共有しているファイルの一覧。", "Nothing shared with you yet" : "あなたと共有しているファイルはありません。", + "Files and folders others shared with you will show up here" : "他の人から共有されたファイルやフォルダは、ここに表示されます。", "Shared with others" : "他ユーザーと共有中", + "List of files that you shared with others." : "他ユーザと共有したファイルの一覧。", "Nothing shared yet" : "まだ何も共有されていません", + "Files and folders you shared will show up here" : "共有したファイルやフォルダは、ここに表示されます。", "Shared by link" : "URLリンクで共有中", + "List of files that are shared by link." : "URL共有済みファイルの一覧。", "No shared links" : "共有リンクはありません", - "Deleted shares" : "共有を解除しました", - "No deleted shares" : "削除された共有はありません", + "Files and folders you shared by link will show up here" : "リンクで共有したファイルやフォルダは、ここに表示されます。", + "Deleted shares" : "削除した共有", + "List of shares you left." : "離脱した共有の一覧", + "No deleted shares" : "削除(離脱)した共有はありません", + "Shares you have left will show up here" : "登録を解除(離脱)した共有がここに表示されます", "Pending shares" : "保留中の共有", + "List of unapproved shares." : "未承認の共有の一覧", "No pending shares" : "保留中の共有はありません", + "Shares you have received but not approved will show up here" : "あなたが受け取ったが承認されていない共有は、ここに表示されます", "No entries found in this folder" : "このフォルダーにはエントリーがありません", "Name" : "名前", "Share time" : "共有した時刻", @@ -260,7 +286,7 @@ OC.L10N.register( "Files and folders others share with you will show up here" : "他の人から共有されたファイルやフォルダーは、ここに表示されます。", "Files and folders you share will show up here" : "共有したファイルやフォルダーは、ここに表示されます。", "Files and folders you share by link will show up here" : "リンクで共有したファイルやフォルダーは、ここに表示されます。", - "Shares you deleted will show up here" : "削除した共有がここに表示されます", + "Shares you deleted will show up here" : "登録を解除(離脱)した共有がここに表示されます", "Shares you have received but not confirmed will show up here" : "受け取り確認をしていない共有がここに表示されます", "Shares will show up here" : "共有がここに表示されます", "Restore" : "復元", @@ -268,6 +294,7 @@ OC.L10N.register( "Something happened. Unable to accept the share." : "何かしらの問題があり、共有を受け入れることができません。", "Something happened. Unable to reject the share." : "何かしらの問題があり、共有を拒否できません。", "No expiration date set" : "有効期限が未設定", + "Sharing %s failed because the back end does not support sciencemesh shares" : "バックエンドが sciencemesh 共有をサポートしていないため %s 共有に失敗しました。", "One or more of your shares will expire tomorrow" : "1つ以上の共有が明日期限切れになります", "Allow creating" : "作成許可", "Allow deleting" : "削除許可", @@ -276,6 +303,7 @@ OC.L10N.register( "Allow download" : "ダウンロードを許可", "Password protect" : "パスワード保護", "Enter a note for the share recipient" : "共有受信者へのメモを入力してください", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "password_policy からのパスワード生成エラー" }, "nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json index 3ce721858ae..24a37ab644e 100644 --- a/apps/files_sharing/l10n/ja.json +++ b/apps/files_sharing/l10n/ja.json @@ -91,6 +91,7 @@ "You cannot share to a Circle if the app is not enabled" : "アプリが無効の場合は、サークルには共有できません", "Please specify a valid circle" : "正しいサークルを指定してください", "Sharing %s failed because the back end does not support room shares" : "バックエンドがルーム共有をサポートしていないため、%s を共有できませんでした", + "Sharing %s failed because the back end does not support ScienceMesh shares" : "バックエンドが ScienceMesh 共有をサポートしていないため %s の共有に失敗しました。", "Unknown share type" : "不明な共有タイプ", "Not a directory" : "ディレクトリではありません", "Could not lock node" : "ノードをロックできませんでした", @@ -130,6 +131,7 @@ "Upload" : "アップロード", "Edit" : "編集", "Bundled permissions" : "バンドルされているパーミッション", + "Open Sharing Details" : "共有の詳細を開く", "group" : "グループ", "conversation" : "会話", "remote" : "リモート", @@ -155,6 +157,7 @@ "Enter a date" : "日付を入力してください", "Create share" : "共有を作成", "Cancel" : "キャンセル", + "Customize link" : "共有のカスタマイズ", "Add another link" : "別のリンクを追加", "Create a new share link" : "新しい共有リンクを作成する", "{shareWith} by {initiator}" : "{initiator} により {shareWith}", @@ -185,7 +188,9 @@ "Circle" : "サークル", "Talk conversation" : "会話", "Deck board" : "Deckボード", + "ScienceMesh" : "ScienceMesh", "on {server}" : "{server} に", + "Upload only" : "アップロードのみ", "Advanced settings" : "詳細設定", "Share label" : "共有ラベル", "Set password" : "パスワード設定", @@ -200,6 +205,10 @@ "Create" : "作成", "Update" : "更新", "Share" : "共有", + "Delete share" : "共有を解除", + "Share with " : "共有先", + "Save share" : "共有を保存", + "Update share" : "共有設定の更新", "Others with access" : "アクセス権を持つ他のユーザー", "No other users with access found" : "アクセス権を持つ他のユーザーは見つかりませんでした", "Toggle list of others with access to this directory" : "このフォルダーへのアクセス権を持つ他のユーザーリストを切り替えます", @@ -209,7 +218,12 @@ "Expires {relativetime}" : "有効期限 {relativetime}", "this share just expired." : "この共有は期限切れになりました。", "Shared with you by {owner}" : "{owner} と共有中", + "_Accept share_::_Accept shares_" : ["共有を受け入れる"], + "Open in Files" : "ファイルアプリで開く", + "_Reject share_::_Reject shares_" : ["共有の受け入れを拒否する"], + "_Restore share_::_Restore shares_" : ["共有を復元する"], "Shared" : "共有中", + "Shared by {ownerDisplayName}" : "{ownerDisplayName} が共有済み", "Link to a file" : "ファイルへリンク", "Error creating the share: {errorMessage}" : "共有の作成中にエラーが発生しました: {errorMessage}", "Error creating the share" : "共有の作成中にエラーが発生しました", @@ -227,17 +241,29 @@ "Shared with you and the conversation {conversation} by {owner}" : "{owner}のスレッド{conversation}であなたと共有しました", "Shared with you in a conversation by {owner}" : "{owner}のスレッドであなたと共有しました", "Shares" : "共有", + "Overview of shared files." : "共有済みファイルの概要", "No shares" : "共有なし", + "Files and folders you shared or have been shared with you will show up here" : "共有済みまたは、共有されたファイルやフォルダはここに表示されます", "Shared with you" : "他ユーザーがあなたと共有中", + "List of files that are shared with you." : "あなたと共有しているファイルの一覧。", "Nothing shared with you yet" : "あなたと共有しているファイルはありません。", + "Files and folders others shared with you will show up here" : "他の人から共有されたファイルやフォルダは、ここに表示されます。", "Shared with others" : "他ユーザーと共有中", + "List of files that you shared with others." : "他ユーザと共有したファイルの一覧。", "Nothing shared yet" : "まだ何も共有されていません", + "Files and folders you shared will show up here" : "共有したファイルやフォルダは、ここに表示されます。", "Shared by link" : "URLリンクで共有中", + "List of files that are shared by link." : "URL共有済みファイルの一覧。", "No shared links" : "共有リンクはありません", - "Deleted shares" : "共有を解除しました", - "No deleted shares" : "削除された共有はありません", + "Files and folders you shared by link will show up here" : "リンクで共有したファイルやフォルダは、ここに表示されます。", + "Deleted shares" : "削除した共有", + "List of shares you left." : "離脱した共有の一覧", + "No deleted shares" : "削除(離脱)した共有はありません", + "Shares you have left will show up here" : "登録を解除(離脱)した共有がここに表示されます", "Pending shares" : "保留中の共有", + "List of unapproved shares." : "未承認の共有の一覧", "No pending shares" : "保留中の共有はありません", + "Shares you have received but not approved will show up here" : "あなたが受け取ったが承認されていない共有は、ここに表示されます", "No entries found in this folder" : "このフォルダーにはエントリーがありません", "Name" : "名前", "Share time" : "共有した時刻", @@ -258,7 +284,7 @@ "Files and folders others share with you will show up here" : "他の人から共有されたファイルやフォルダーは、ここに表示されます。", "Files and folders you share will show up here" : "共有したファイルやフォルダーは、ここに表示されます。", "Files and folders you share by link will show up here" : "リンクで共有したファイルやフォルダーは、ここに表示されます。", - "Shares you deleted will show up here" : "削除した共有がここに表示されます", + "Shares you deleted will show up here" : "登録を解除(離脱)した共有がここに表示されます", "Shares you have received but not confirmed will show up here" : "受け取り確認をしていない共有がここに表示されます", "Shares will show up here" : "共有がここに表示されます", "Restore" : "復元", @@ -266,6 +292,7 @@ "Something happened. Unable to accept the share." : "何かしらの問題があり、共有を受け入れることができません。", "Something happened. Unable to reject the share." : "何かしらの問題があり、共有を拒否できません。", "No expiration date set" : "有効期限が未設定", + "Sharing %s failed because the back end does not support sciencemesh shares" : "バックエンドが sciencemesh 共有をサポートしていないため %s 共有に失敗しました。", "One or more of your shares will expire tomorrow" : "1つ以上の共有が明日期限切れになります", "Allow creating" : "作成許可", "Allow deleting" : "削除許可", @@ -274,6 +301,7 @@ "Allow download" : "ダウンロードを許可", "Password protect" : "パスワード保護", "Enter a note for the share recipient" : "共有受信者へのメモを入力してください", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "password_policy からのパスワード生成エラー" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/files_trashbin/src/actions/restoreAction.ts b/apps/files_trashbin/src/actions/restoreAction.ts index a29aef3ba83..d3e3f66a1df 100644 --- a/apps/files_trashbin/src/actions/restoreAction.ts +++ b/apps/files_trashbin/src/actions/restoreAction.ts @@ -29,6 +29,7 @@ import History from '@mdi/svg/svg/history.svg?raw' import { registerFileAction, FileAction } from '../../../files/src/services/FileAction.ts' import logger from '../../../files/src/logger.js' +import { encodePath } from '@nextcloud/paths' registerFileAction(new FileAction({ id: 'restore', @@ -51,7 +52,7 @@ registerFileAction(new FileAction({ async exec(node: Node) { try { - const destination = generateRemoteUrl(encodeURI(`dav/trashbin/${getCurrentUser()?.uid}/restore/${node.basename}`)) + const destination = generateRemoteUrl(encodePath(`dav/trashbin/${getCurrentUser()?.uid}/restore/${node.basename}`)) await axios({ method: 'MOVE', url: node.source, diff --git a/apps/files_trashbin/src/services/trashbin.ts b/apps/files_trashbin/src/services/trashbin.ts index 9982750ba5c..6027765dc4d 100644 --- a/apps/files_trashbin/src/services/trashbin.ts +++ b/apps/files_trashbin/src/services/trashbin.ts @@ -28,6 +28,7 @@ import type { FileStat, ResponseDataDetailed } from 'webdav' import type { ContentsWithRoot } from '../../../files/src/services/Navigation.ts' import client, { rootPath } from './client' +import { encodePath } from '@nextcloud/paths' const data = `<?xml version="1.0"?> <d:propfind xmlns:d="DAV:" @@ -57,7 +58,7 @@ const resultToNode = function(node: FileStat): File | Folder { const nodeData = { id: node.props?.fileid as number || 0, - source: generateRemoteUrl('dav' + rootPath + node.filename), + source: generateRemoteUrl(encodePath('dav' + rootPath + node.filename)), mtime: new Date(node.lastmod), mime: node.mime as string, size: node.props?.size as number || 0, diff --git a/apps/files_versions/l10n/es.js b/apps/files_versions/l10n/es.js index 71dfaddf36f..087891faca0 100644 --- a/apps/files_versions/l10n/es.js +++ b/apps/files_versions/l10n/es.js @@ -15,6 +15,7 @@ OC.L10N.register( "Remove version name" : "Nombre de versión remota", "Save version name" : "Guardar nombre de versión", "Current version" : "Versión actual", + "Initial version" : "Versión inicial", "Initial version restored" : "Versión inicial restaurada", "Version restored" : "Versión restaurada", "Could not restore version" : "No se ha podido restaurar la versión", diff --git a/apps/files_versions/l10n/es.json b/apps/files_versions/l10n/es.json index f8aead7dc60..247d67ba9fa 100644 --- a/apps/files_versions/l10n/es.json +++ b/apps/files_versions/l10n/es.json @@ -13,6 +13,7 @@ "Remove version name" : "Nombre de versión remota", "Save version name" : "Guardar nombre de versión", "Current version" : "Versión actual", + "Initial version" : "Versión inicial", "Initial version restored" : "Versión inicial restaurada", "Version restored" : "Versión restaurada", "Could not restore version" : "No se ha podido restaurar la versión", diff --git a/apps/files_versions/l10n/it.js b/apps/files_versions/l10n/it.js index 6da0967bf93..5a450f9183b 100644 --- a/apps/files_versions/l10n/it.js +++ b/apps/files_versions/l10n/it.js @@ -15,6 +15,7 @@ OC.L10N.register( "Remove version name" : "Rimuovi nome versione", "Save version name" : "Salva nome versione", "Current version" : "Versione corrente", + "Initial version" : "Versione iniziale", "Initial version restored" : "Versione iniziale ripristinata", "Version restored" : "Versione ripristinata", "Could not restore version" : "Impossibile ripristinare la versione", diff --git a/apps/files_versions/l10n/it.json b/apps/files_versions/l10n/it.json index 105bd53cebe..26357123d39 100644 --- a/apps/files_versions/l10n/it.json +++ b/apps/files_versions/l10n/it.json @@ -13,6 +13,7 @@ "Remove version name" : "Rimuovi nome versione", "Save version name" : "Salva nome versione", "Current version" : "Versione corrente", + "Initial version" : "Versione iniziale", "Initial version restored" : "Versione iniziale ripristinata", "Version restored" : "Versione ripristinata", "Could not restore version" : "Impossibile ripristinare la versione", diff --git a/apps/files_versions/l10n/mk.js b/apps/files_versions/l10n/mk.js index db7cc09186b..059eb3b34da 100644 --- a/apps/files_versions/l10n/mk.js +++ b/apps/files_versions/l10n/mk.js @@ -15,6 +15,7 @@ OC.L10N.register( "Remove version name" : "Избриши име на верзијата", "Save version name" : "Зачувај име на верзија", "Current version" : "Моментална верзија", + "Initial version" : "Првична верзија", "Initial version restored" : "Почетната верзијата е вратена", "Version restored" : "Верзијата е вратена", "Could not restore version" : "Неможе да се врати верзијата", diff --git a/apps/files_versions/l10n/mk.json b/apps/files_versions/l10n/mk.json index 0ce5d85c17c..e3cdd07a41a 100644 --- a/apps/files_versions/l10n/mk.json +++ b/apps/files_versions/l10n/mk.json @@ -13,6 +13,7 @@ "Remove version name" : "Избриши име на верзијата", "Save version name" : "Зачувај име на верзија", "Current version" : "Моментална верзија", + "Initial version" : "Првична верзија", "Initial version restored" : "Почетната верзијата е вратена", "Version restored" : "Верзијата е вратена", "Could not restore version" : "Неможе да се врати верзијата", diff --git a/apps/files_versions/src/components/Version.vue b/apps/files_versions/src/components/Version.vue index 79c2db501ba..6273b59d1f5 100644 --- a/apps/files_versions/src/components/Version.vue +++ b/apps/files_versions/src/components/Version.vue @@ -94,15 +94,15 @@ <form class="version-label-modal" @submit.prevent="setVersionLabel(formVersionLabelValue)"> <label> - <div class="version-label-modal__title">{{ t('photos', 'Version name') }}</div> + <div class="version-label-modal__title">{{ t('files_versions', 'Version name') }}</div> <NcTextField ref="labelInput" :value.sync="formVersionLabelValue" - :placeholder="t('photos', 'Version name')" + :placeholder="t('files_versions', 'Version name')" :label-outside="true" /> </label> <div class="version-label-modal__info"> - {{ t('photos', 'Named versions are persisted, and excluded from automatic cleanups when your storage quota is full.') }} + {{ t('files_versions', 'Named versions are persisted, and excluded from automatic cleanups when your storage quota is full.') }} </div> <div class="version-label-modal__actions"> diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js index 29aa2f93878..d92dfd9ac3f 100644 --- a/apps/settings/l10n/fr.js +++ b/apps/settings/l10n/fr.js @@ -177,7 +177,7 @@ OC.L10N.register( "Limit app usage to groups" : "Limiter l'utilisation de l'application aux groupes", "No results" : "Aucun résultat", "Update to {version}" : "Mettre à jour vers {version}", - "Remove" : "Supprimer", + "Remove" : "Retirer", "Disable" : "Désactiver", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Cette application n'a pas de version minimum Nextcloud exigée. Ce sera considéré comme une erreur à l'avenir.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Cette application n'a pas de version maximum Nextcloud exigée. Ce sera considéré comme une erreur à l'avenir.", @@ -279,8 +279,8 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Vous devez migrer vos clés de chiffrement de l'ancienne version de chiffrement (ownCloud <= 8.0) vers la nouvelle. Veuillez activer l'application \\\"Default Encryption Module\\\" et exécuter {command}", "Unable to update server side encryption config" : "Impossible de mettre à jour la configuration du chiffrement côté serveur", "Rename group" : "Renommer le groupe", - "Remove group" : "Supprimer le groupe", - "You are about to remove the group {group}. The users will NOT be deleted." : "Vous êtes sur le point de supprimer le groupe {group}. Les utilisateurs ne seront PAS supprimés.", + "Remove group" : "Retirer le groupe", + "You are about to remove the group {group}. The users will NOT be deleted." : "Vous êtes sur le point de retirer le groupe {group}. Les utilisateurs ne seront PAS supprimés.", "Please confirm the group removal " : "Veuillez confirmer la suppression du groupe", "Current password" : "Mot de passe actuel", "New password" : "Nouveau mot de passe", diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json index 60a01f72182..3985a9a7c84 100644 --- a/apps/settings/l10n/fr.json +++ b/apps/settings/l10n/fr.json @@ -175,7 +175,7 @@ "Limit app usage to groups" : "Limiter l'utilisation de l'application aux groupes", "No results" : "Aucun résultat", "Update to {version}" : "Mettre à jour vers {version}", - "Remove" : "Supprimer", + "Remove" : "Retirer", "Disable" : "Désactiver", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Cette application n'a pas de version minimum Nextcloud exigée. Ce sera considéré comme une erreur à l'avenir.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Cette application n'a pas de version maximum Nextcloud exigée. Ce sera considéré comme une erreur à l'avenir.", @@ -277,8 +277,8 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Vous devez migrer vos clés de chiffrement de l'ancienne version de chiffrement (ownCloud <= 8.0) vers la nouvelle. Veuillez activer l'application \\\"Default Encryption Module\\\" et exécuter {command}", "Unable to update server side encryption config" : "Impossible de mettre à jour la configuration du chiffrement côté serveur", "Rename group" : "Renommer le groupe", - "Remove group" : "Supprimer le groupe", - "You are about to remove the group {group}. The users will NOT be deleted." : "Vous êtes sur le point de supprimer le groupe {group}. Les utilisateurs ne seront PAS supprimés.", + "Remove group" : "Retirer le groupe", + "You are about to remove the group {group}. The users will NOT be deleted." : "Vous êtes sur le point de retirer le groupe {group}. Les utilisateurs ne seront PAS supprimés.", "Please confirm the group removal " : "Veuillez confirmer la suppression du groupe", "Current password" : "Mot de passe actuel", "New password" : "Nouveau mot de passe", diff --git a/apps/systemtags/l10n/es.js b/apps/systemtags/l10n/es.js index 309069a2a3f..84efe17041c 100644 --- a/apps/systemtags/l10n/es.js +++ b/apps/systemtags/l10n/es.js @@ -59,12 +59,16 @@ OC.L10N.register( "Failed to delete tag" : "Fallo al borrar etiqueta", "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}", "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}", + "List of tags and their associated files and folders." : "Lista de etiquetas y sus carpetas y archivos asociados.", "No tags found" : "No se encontraron etiquetas", + "Tags you have created will show up here." : "Las etiquetas que haya creado aparecerán aquí.", "Failed to load last used tags" : "Fallo al cargar las etiquetas recientemente utilizadas", "Missing \"Content-Location\" header" : "No existe la cabecera \"Content-Location\"", "Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Las etiquetas colaborativas están disponibles para todos los usuarios. Las etiquetas restringidas son visibles para los usuarios, pero no pueden ser asignadas por ellos. Las etiquetas invisibles son para uso interno, pues los usuarios no pueden verlas ni asignarlas.", "Create a new tag" : "Crear una etiqueta nueva", + "Tag name" : "Nombre de la etiqueta", "Name" : "Nombre", + "Tag level" : "Nivel de la etiqueta", "Public" : "Público", "Restricted" : "Restringido", "Invisible" : "Invisible", diff --git a/apps/systemtags/l10n/es.json b/apps/systemtags/l10n/es.json index f67a83f6f4e..6dba7e18221 100644 --- a/apps/systemtags/l10n/es.json +++ b/apps/systemtags/l10n/es.json @@ -57,12 +57,16 @@ "Failed to delete tag" : "Fallo al borrar etiqueta", "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}", "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}", + "List of tags and their associated files and folders." : "Lista de etiquetas y sus carpetas y archivos asociados.", "No tags found" : "No se encontraron etiquetas", + "Tags you have created will show up here." : "Las etiquetas que haya creado aparecerán aquí.", "Failed to load last used tags" : "Fallo al cargar las etiquetas recientemente utilizadas", "Missing \"Content-Location\" header" : "No existe la cabecera \"Content-Location\"", "Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Las etiquetas colaborativas están disponibles para todos los usuarios. Las etiquetas restringidas son visibles para los usuarios, pero no pueden ser asignadas por ellos. Las etiquetas invisibles son para uso interno, pues los usuarios no pueden verlas ni asignarlas.", "Create a new tag" : "Crear una etiqueta nueva", + "Tag name" : "Nombre de la etiqueta", "Name" : "Nombre", + "Tag level" : "Nivel de la etiqueta", "Public" : "Público", "Restricted" : "Restringido", "Invisible" : "Invisible", diff --git a/apps/systemtags/l10n/it.js b/apps/systemtags/l10n/it.js index ac1f4a923a8..c5a39ced1c4 100644 --- a/apps/systemtags/l10n/it.js +++ b/apps/systemtags/l10n/it.js @@ -59,12 +59,16 @@ OC.L10N.register( "Failed to delete tag" : "Eliminazione etichetta fallita", "This file has the tag {tag}" : "Questo file ha il tag {tag}", "This file has the tags {firstTags} and {lastTag}" : "Il file ha i tag {firstTags} e {lastTag}", + "List of tags and their associated files and folders." : "Lista di etichette e dei loro file e cartelle associati.", "No tags found" : "Nessuna etichetta trovata", + "Tags you have created will show up here." : "Le etichette che hai creato saranno mostrate qui.", "Failed to load last used tags" : "Caricamento ultime etichette usate fallito", "Missing \"Content-Location\" header" : "Intestazione \"Content-Location\" mancante", "Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Le etichette collaborative sono disponibili per tutti gli utenti. Le etichette limitate sono visibili agli utenti, ma non possono essere assegnate da essi. Le etichette invisibili sono per uso interno, poiché gli utenti non possono vederle o assegnarle.", "Create a new tag" : "Crea una nuova etichetta", + "Tag name" : "Nome etichetta", "Name" : "Nome", + "Tag level" : "Livello etichetta", "Public" : "Pubblico", "Restricted" : "Limitato", "Invisible" : "invisibile", diff --git a/apps/systemtags/l10n/it.json b/apps/systemtags/l10n/it.json index b03444e4f4b..11cc0c1d2e3 100644 --- a/apps/systemtags/l10n/it.json +++ b/apps/systemtags/l10n/it.json @@ -57,12 +57,16 @@ "Failed to delete tag" : "Eliminazione etichetta fallita", "This file has the tag {tag}" : "Questo file ha il tag {tag}", "This file has the tags {firstTags} and {lastTag}" : "Il file ha i tag {firstTags} e {lastTag}", + "List of tags and their associated files and folders." : "Lista di etichette e dei loro file e cartelle associati.", "No tags found" : "Nessuna etichetta trovata", + "Tags you have created will show up here." : "Le etichette che hai creato saranno mostrate qui.", "Failed to load last used tags" : "Caricamento ultime etichette usate fallito", "Missing \"Content-Location\" header" : "Intestazione \"Content-Location\" mancante", "Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Le etichette collaborative sono disponibili per tutti gli utenti. Le etichette limitate sono visibili agli utenti, ma non possono essere assegnate da essi. Le etichette invisibili sono per uso interno, poiché gli utenti non possono vederle o assegnarle.", "Create a new tag" : "Crea una nuova etichetta", + "Tag name" : "Nome etichetta", "Name" : "Nome", + "Tag level" : "Livello etichetta", "Public" : "Pubblico", "Restricted" : "Limitato", "Invisible" : "invisibile", diff --git a/apps/theming/l10n/mk.js b/apps/theming/l10n/mk.js index f65424344d3..37d8b09fd5c 100644 --- a/apps/theming/l10n/mk.js +++ b/apps/theming/l10n/mk.js @@ -79,6 +79,7 @@ OC.L10N.register( "No background" : "Без позадина", "Select a background from your files" : "Избери позадина од датотеките", "Select background" : "Избери позадина", + "No background has been selected" : "Нема избрано позадина", "Theme selection is enforced" : "Наметнат е избор на тема", "Select a custom color" : "Избери боја", "Reset to default" : "Ресетирај на стандардно", diff --git a/apps/theming/l10n/mk.json b/apps/theming/l10n/mk.json index 31cb613af44..2663b2a7d45 100644 --- a/apps/theming/l10n/mk.json +++ b/apps/theming/l10n/mk.json @@ -77,6 +77,7 @@ "No background" : "Без позадина", "Select a background from your files" : "Избери позадина од датотеките", "Select background" : "Избери позадина", + "No background has been selected" : "Нема избрано позадина", "Theme selection is enforced" : "Наметнат е избор на тема", "Select a custom color" : "Избери боја", "Reset to default" : "Ресетирај на стандардно", |