diff options
Diffstat (limited to 'apps/files')
101 files changed, 742 insertions, 405 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index bbf83d997a4..9e07d6834d5 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -120,7 +120,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "ترويسات الأعمدة ذات الأزرار قابلة للترتيب.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "لم يتم عرض هذه القائمة بالكامل لأسباب تتعلق بالأداء. سيتم عرض الملفات تباعاً أثناء التنقل عبر القائمة.", "File not found" : "تعذر العثور على الملف", - "{count} selected" : "{count} تم تحديده", + "_{count} selected_::_{count} selected_" : ["{count} تمّ تحديده","{count} تمّ تحديده","{count} تمّ تحديده","{count} تمّ تحديده","{count} تمّ تحديده","{count} تمّ تحديده"], "{usedQuotaByte} used" : "{usedQuotaByte} مستخدمة", "{used} of {quota} used" : "{used} من {quota} مستخدم", "{relative}% used" : "{relative}% مستخدمة", @@ -396,9 +396,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "تم نسخ {origin} داخل {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "تم نسخ {origin} و {nbfiles} ملفات اخرى داخل {destination}", "{newName} already exists" : "{newName} موجود مسبقاً", - "Could not rename \"{fileName}\", it does not exist any more" : "لا يمكن اعادة تسمية \"{fileName}\", لأنه لم يعد موجود", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "الاسم \"{targetName}\" مستخدم من قبل في المجلد \"{dir}\". الرجاء اختيار اسم اخر.", - "Could not rename \"{fileName}\"" : "إعادة تسمية الملف \"{fileName}\" لم تنجح", + "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 create file \"{file}\"" : "لا يمكن إنشاء الملف\"{file}\"", "Could not create file \"{file}\" because it already exists" : "فشل إنشاء الملف \"{file}\" فهو موجود بالفعل", "Could not create folder \"{dir}\" because it already exists" : "فشل إنشاء المجلد \"{dir}\" فهو موجود بالفعل", diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json index ba86b8a249b..7f6d05e9ecc 100644 --- a/apps/files/l10n/ar.json +++ b/apps/files/l10n/ar.json @@ -118,7 +118,7 @@ "Column headers with buttons are sortable." : "ترويسات الأعمدة ذات الأزرار قابلة للترتيب.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "لم يتم عرض هذه القائمة بالكامل لأسباب تتعلق بالأداء. سيتم عرض الملفات تباعاً أثناء التنقل عبر القائمة.", "File not found" : "تعذر العثور على الملف", - "{count} selected" : "{count} تم تحديده", + "_{count} selected_::_{count} selected_" : ["{count} تمّ تحديده","{count} تمّ تحديده","{count} تمّ تحديده","{count} تمّ تحديده","{count} تمّ تحديده","{count} تمّ تحديده"], "{usedQuotaByte} used" : "{usedQuotaByte} مستخدمة", "{used} of {quota} used" : "{used} من {quota} مستخدم", "{relative}% used" : "{relative}% مستخدمة", @@ -394,9 +394,9 @@ "Copied {origin} inside {destination}" : "تم نسخ {origin} داخل {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "تم نسخ {origin} و {nbfiles} ملفات اخرى داخل {destination}", "{newName} already exists" : "{newName} موجود مسبقاً", - "Could not rename \"{fileName}\", it does not exist any more" : "لا يمكن اعادة تسمية \"{fileName}\", لأنه لم يعد موجود", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "الاسم \"{targetName}\" مستخدم من قبل في المجلد \"{dir}\". الرجاء اختيار اسم اخر.", - "Could not rename \"{fileName}\"" : "إعادة تسمية الملف \"{fileName}\" لم تنجح", + "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 create file \"{file}\"" : "لا يمكن إنشاء الملف\"{file}\"", "Could not create file \"{file}\" because it already exists" : "فشل إنشاء الملف \"{file}\" فهو موجود بالفعل", "Could not create folder \"{dir}\" because it already exists" : "فشل إنشاء المجلد \"{dir}\" فهو موجود بالفعل", diff --git a/apps/files/l10n/ast.js b/apps/files/l10n/ast.js index d9bdbf9b621..0c2b59275d9 100644 --- a/apps/files/l10n/ast.js +++ b/apps/files/l10n/ast.js @@ -90,7 +90,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Les testeres de les columnes con botones puen ordenase.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta llista nun ta completa por motivos de rindimientu. Los ficheros van apaecer a midida que navegues pela llista.", "File not found" : "Nun s'atopó'l ficheru", - "{count} selected" : "{count} na seleición", "{usedQuotaByte} used" : "{usedQuotaByte} n'usu", "{used} of {quota} used" : "{used} de {quota} n'usu", "{relative}% used" : "{relative}% n'usu", @@ -289,9 +288,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Copióse «{origin}» dientro de: {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Copióse «{origin}» y {nbfiles} ficheros más dientro de: {destination}", "{newName} already exists" : "«{newName}» xá esiste", - "Could not rename \"{fileName}\", it does not exist any more" : "Nun se pudo nomar «{fileName}». Yá nun esiste", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nome «{targetName}» yá ta n'usu pola carpeta «{dir}». Escueyi otru nome.", - "Could not rename \"{fileName}\"" : "Nun se pudo renomar «{fileName}»", + "Could not rename \"{oldName}\", it does not exist any more" : "Nun se pue renomar «{oldName}». Yá nun esiste", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nome «{newName}» yá ta n'usu na carpeta «{dir}». Escueyi otru nome.", + "Could not rename \"{oldName}\"" : "Nun se pudo renomar «{oldName}»", "Could not create file \"{file}\"" : "Nun se pudo crear el ficheru «{file}»", "Could not create file \"{file}\" because it already exists" : "Nun se pudo crear el ficheru «{file}» porque yá esiste", "Could not create folder \"{dir}\" because it already exists" : "Nun se pudo crear la carpeta «{dir}» porque yá esiste", diff --git a/apps/files/l10n/ast.json b/apps/files/l10n/ast.json index 3ccfed40a0c..1760951a205 100644 --- a/apps/files/l10n/ast.json +++ b/apps/files/l10n/ast.json @@ -88,7 +88,6 @@ "Column headers with buttons are sortable." : "Les testeres de les columnes con botones puen ordenase.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta llista nun ta completa por motivos de rindimientu. Los ficheros van apaecer a midida que navegues pela llista.", "File not found" : "Nun s'atopó'l ficheru", - "{count} selected" : "{count} na seleición", "{usedQuotaByte} used" : "{usedQuotaByte} n'usu", "{used} of {quota} used" : "{used} de {quota} n'usu", "{relative}% used" : "{relative}% n'usu", @@ -287,9 +286,9 @@ "Copied {origin} inside {destination}" : "Copióse «{origin}» dientro de: {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Copióse «{origin}» y {nbfiles} ficheros más dientro de: {destination}", "{newName} already exists" : "«{newName}» xá esiste", - "Could not rename \"{fileName}\", it does not exist any more" : "Nun se pudo nomar «{fileName}». Yá nun esiste", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nome «{targetName}» yá ta n'usu pola carpeta «{dir}». Escueyi otru nome.", - "Could not rename \"{fileName}\"" : "Nun se pudo renomar «{fileName}»", + "Could not rename \"{oldName}\", it does not exist any more" : "Nun se pue renomar «{oldName}». Yá nun esiste", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nome «{newName}» yá ta n'usu na carpeta «{dir}». Escueyi otru nome.", + "Could not rename \"{oldName}\"" : "Nun se pudo renomar «{oldName}»", "Could not create file \"{file}\"" : "Nun se pudo crear el ficheru «{file}»", "Could not create file \"{file}\" because it already exists" : "Nun se pudo crear el ficheru «{file}» porque yá esiste", "Could not create folder \"{dir}\" because it already exists" : "Nun se pudo crear la carpeta «{dir}» porque yá esiste", diff --git a/apps/files/l10n/bg.js b/apps/files/l10n/bg.js index 7d172b5ceba..82c74870d72 100644 --- a/apps/files/l10n/bg.js +++ b/apps/files/l10n/bg.js @@ -78,6 +78,7 @@ OC.L10N.register( "\"{displayName}\" action failed" : "Действието „{displayName}“ е неуспешно", "Actions" : "Действия", "File not found" : "Файлът не е намерен", + "_{count} selected_::_{count} selected_" : ["{count} избрани","{count} избрани"], "{usedQuotaByte} used" : "{usedQuotaByte} използвано", "{used} of {quota} used" : "{used} от {quota} използвани", "{relative}% used" : "{relative}% използвано", @@ -223,9 +224,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Копирано {origin} в {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Копирано {origin} и {nbfiles} други файлове в {destination}", "{newName} already exists" : "{newName} вече съществува", - "Could not rename \"{fileName}\", it does not exist any more" : "Файлът \"{fileName}\" не може да бъде преименуван защото не съществува", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Името \"{targetName}\" се ползва в директорията \"{dir}\". Моля, изберете друго име.", - "Could not rename \"{fileName}\"" : "\"{fileName}\" не може да бъде преименуван", + "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 create file \"{file}\"" : "Файлът \"{file}\" не може да бъде създаден", "Could not create file \"{file}\" because it already exists" : "Файлът \"{file}\" не може да бъде създаден защото вече съществува", "Could not create folder \"{dir}\" because it already exists" : "Папката \"{dir}\" не може да бъде създадена защото вече съществува", diff --git a/apps/files/l10n/bg.json b/apps/files/l10n/bg.json index eea8dc8561c..01b74100125 100644 --- a/apps/files/l10n/bg.json +++ b/apps/files/l10n/bg.json @@ -76,6 +76,7 @@ "\"{displayName}\" action failed" : "Действието „{displayName}“ е неуспешно", "Actions" : "Действия", "File not found" : "Файлът не е намерен", + "_{count} selected_::_{count} selected_" : ["{count} избрани","{count} избрани"], "{usedQuotaByte} used" : "{usedQuotaByte} използвано", "{used} of {quota} used" : "{used} от {quota} използвани", "{relative}% used" : "{relative}% използвано", @@ -221,9 +222,9 @@ "Copied {origin} inside {destination}" : "Копирано {origin} в {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Копирано {origin} и {nbfiles} други файлове в {destination}", "{newName} already exists" : "{newName} вече съществува", - "Could not rename \"{fileName}\", it does not exist any more" : "Файлът \"{fileName}\" не може да бъде преименуван защото не съществува", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Името \"{targetName}\" се ползва в директорията \"{dir}\". Моля, изберете друго име.", - "Could not rename \"{fileName}\"" : "\"{fileName}\" не може да бъде преименуван", + "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 create file \"{file}\"" : "Файлът \"{file}\" не може да бъде създаден", "Could not create file \"{file}\" because it already exists" : "Файлът \"{file}\" не може да бъде създаден защото вече съществува", "Could not create folder \"{dir}\" because it already exists" : "Папката \"{dir}\" не може да бъде създадена защото вече съществува", diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 165d9f4db58..ab84c93e361 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -116,7 +116,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Les capçaleres de columna amb botons es poder ordenar.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Aquesta llista no es mostra completament per raons de rendiment. Es mostraran els fitxers a mesura que navegueu per la llista.", "File not found" : "No s'ha trobat el fitxer", - "{count} selected" : "Selecció: {count}", "{usedQuotaByte} used" : "{usedQuotaByte} en ús", "{used} of {quota} used" : "{used} de {quota} en ús", "{relative}% used" : "{relative}% en ús", @@ -391,9 +390,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "S'ha copiat {origin} a {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "S'han copiat {origin} i {nbfiles} fitxers més a {destination}", "{newName} already exists" : "{newName} ja existeix", - "Could not rename \"{fileName}\", it does not exist any more" : "No s'ha pogut canviar el nom de «{fileName}», ja no existeix", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nom «{targetName}» ja està en ús en la carpeta «{dir}». Trieu un nom diferent.", - "Could not rename \"{fileName}\"" : "No s'ha pogut canviar el nom de «{fileName}»", + "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 create file \"{file}\"" : "No s'ha pogut crear el fitxer «{file}»", "Could not create file \"{file}\" because it already exists" : "No s'ha pogut crear el fitxer «{file}» perquè ja existeix", "Could not create folder \"{dir}\" because it already exists" : "No s'ha pogut crear la carpeta «{dir}» perquè ja existeix", diff --git a/apps/files/l10n/ca.json b/apps/files/l10n/ca.json index 785f02ffb75..9708530484e 100644 --- a/apps/files/l10n/ca.json +++ b/apps/files/l10n/ca.json @@ -114,7 +114,6 @@ "Column headers with buttons are sortable." : "Les capçaleres de columna amb botons es poder ordenar.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Aquesta llista no es mostra completament per raons de rendiment. Es mostraran els fitxers a mesura que navegueu per la llista.", "File not found" : "No s'ha trobat el fitxer", - "{count} selected" : "Selecció: {count}", "{usedQuotaByte} used" : "{usedQuotaByte} en ús", "{used} of {quota} used" : "{used} de {quota} en ús", "{relative}% used" : "{relative}% en ús", @@ -389,9 +388,9 @@ "Copied {origin} inside {destination}" : "S'ha copiat {origin} a {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "S'han copiat {origin} i {nbfiles} fitxers més a {destination}", "{newName} already exists" : "{newName} ja existeix", - "Could not rename \"{fileName}\", it does not exist any more" : "No s'ha pogut canviar el nom de «{fileName}», ja no existeix", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nom «{targetName}» ja està en ús en la carpeta «{dir}». Trieu un nom diferent.", - "Could not rename \"{fileName}\"" : "No s'ha pogut canviar el nom de «{fileName}»", + "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 create file \"{file}\"" : "No s'ha pogut crear el fitxer «{file}»", "Could not create file \"{file}\" because it already exists" : "No s'ha pogut crear el fitxer «{file}» perquè ja existeix", "Could not create folder \"{dir}\" because it already exists" : "No s'ha pogut crear la carpeta «{dir}» perquè ja existeix", diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index e3739719ee2..a9c2ff8201a 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -115,7 +115,7 @@ OC.L10N.register( "File type" : "Typ souboru", "Size" : "Velikost", "\"{displayName}\" failed on some elements" : "„{displayName}“ se pro některé prvky nezdařilo", - "\"{displayName}\" batch action executed successfully" : "hromadná akce „{displayName}“ úspěšně vykonána", + "\"{displayName}\" batch action executed successfully" : "Hromadná akce „{displayName}“ úspěšně vykonána", "\"{displayName}\" action failed" : "akce „{displayName}“ se nezdařila", "Actions" : "Akce", "(selected)" : "(vybráno)", @@ -124,7 +124,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Podle těch sloupců, které mají v záhlaví tlačítko, je možné řadit.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Seznam není vykreslen celý z důvodu nároků na výkon. Soubory budou dokreslovány, jak se budete posouvat seznamem.", "File not found" : "Soubor nenalezen", - "{count} selected" : "vybráno {count}", + "_{count} selected_::_{count} selected_" : ["vybráno {count}","vybráno {count}","vybráno {count}","vybráno {count}"], "{usedQuotaByte} used" : "{usedQuotaByte} využito", "{used} of {quota} used" : "Využito {used} z {quota} ", "{relative}% used" : "{relative}% využito", @@ -401,9 +401,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "{origin} zkopírován do {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} a {nbfiles} dalších souborů zkopírováno do {destination}", "{newName} already exists" : "{newName} už existuje", - "Could not rename \"{fileName}\", it does not exist any more" : "„{fileName}“ nelze přejmenovat – už neexistuje", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Název „{targetName}“ je už použitý ve složce „{dir}“. Zvolte jiný název.", - "Could not rename \"{fileName}\"" : "„{fileName}“ nelze přejmenovat", + "Could not rename \"{oldName}\", it does not exist any more" : "Není možné přejmenovat „{oldName}“ – už neexistuje", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Název „{newName}“ je už použitý ve složce „{dir}“. Zvolte jiný název.", + "Could not rename \"{oldName}\"" : "„{oldName}“ se nepodařilo přejmenovat", "Could not create file \"{file}\"" : "Soubor „{file}“ nelze vytvořit", "Could not create file \"{file}\" because it already exists" : "Soubor „{file}“ nelze vytvořit, protože zde už existuje", "Could not create folder \"{dir}\" because it already exists" : "Složku „{dir}“ nelze vytvořit, protože už existuje", diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index 1f5d8646df1..af1a6a9114a 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -113,7 +113,7 @@ "File type" : "Typ souboru", "Size" : "Velikost", "\"{displayName}\" failed on some elements" : "„{displayName}“ se pro některé prvky nezdařilo", - "\"{displayName}\" batch action executed successfully" : "hromadná akce „{displayName}“ úspěšně vykonána", + "\"{displayName}\" batch action executed successfully" : "Hromadná akce „{displayName}“ úspěšně vykonána", "\"{displayName}\" action failed" : "akce „{displayName}“ se nezdařila", "Actions" : "Akce", "(selected)" : "(vybráno)", @@ -122,7 +122,7 @@ "Column headers with buttons are sortable." : "Podle těch sloupců, které mají v záhlaví tlačítko, je možné řadit.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Seznam není vykreslen celý z důvodu nároků na výkon. Soubory budou dokreslovány, jak se budete posouvat seznamem.", "File not found" : "Soubor nenalezen", - "{count} selected" : "vybráno {count}", + "_{count} selected_::_{count} selected_" : ["vybráno {count}","vybráno {count}","vybráno {count}","vybráno {count}"], "{usedQuotaByte} used" : "{usedQuotaByte} využito", "{used} of {quota} used" : "Využito {used} z {quota} ", "{relative}% used" : "{relative}% využito", @@ -399,9 +399,9 @@ "Copied {origin} inside {destination}" : "{origin} zkopírován do {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} a {nbfiles} dalších souborů zkopírováno do {destination}", "{newName} already exists" : "{newName} už existuje", - "Could not rename \"{fileName}\", it does not exist any more" : "„{fileName}“ nelze přejmenovat – už neexistuje", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Název „{targetName}“ je už použitý ve složce „{dir}“. Zvolte jiný název.", - "Could not rename \"{fileName}\"" : "„{fileName}“ nelze přejmenovat", + "Could not rename \"{oldName}\", it does not exist any more" : "Není možné přejmenovat „{oldName}“ – už neexistuje", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Název „{newName}“ je už použitý ve složce „{dir}“. Zvolte jiný název.", + "Could not rename \"{oldName}\"" : "„{oldName}“ se nepodařilo přejmenovat", "Could not create file \"{file}\"" : "Soubor „{file}“ nelze vytvořit", "Could not create file \"{file}\" because it already exists" : "Soubor „{file}“ nelze vytvořit, protože zde už existuje", "Could not create folder \"{dir}\" because it already exists" : "Složku „{dir}“ nelze vytvořit, protože už existuje", diff --git a/apps/files/l10n/da.js b/apps/files/l10n/da.js index 1bd3dad4599..100d0dfdd7e 100644 --- a/apps/files/l10n/da.js +++ b/apps/files/l10n/da.js @@ -116,7 +116,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Kolonneoverskrifter med knapper er sorterbare.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Hele listen er ikke hentet, af hensyn til størrelsen. Listen vil blive hentet løbende som du kører igennem listen.", "File not found" : "Filen blev ikke fundet", - "{count} selected" : "{count} valgt", "{usedQuotaByte} used" : "{usedQuotaByte} brugt", "{used} of {quota} used" : "{used} af {quota} brugt", "{relative}% used" : "{relative}% brugt", @@ -391,9 +390,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Kopirede {origin} ind i {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "kopierede {origin} og {nbfiles} andre filer ind i {destination}", "{newName} already exists" : "{newName} eksisterer allerede", - "Could not rename \"{fileName}\", it does not exist any more" : "Kunne ikke omdøbe \"{fileName}\", den findes ikke længere", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Navnet \"{targetName}\" bruges allerede i mappen \"{dir}\". Vælg et andet navn.", - "Could not rename \"{fileName}\"" : "Kunne ikke omdøbe \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Kunne ikke omdøbe \"{oldName}\", da den findes ikke længere", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Navnet \"{newName}\" bruges allerede i mappen \"{dir}\". Vælg et andet navn.", + "Could not rename \"{oldName}\"" : "Kunne ikke omdøbe \"{oldName}\"", "Could not create file \"{file}\"" : "Kunne ikke oprette filen \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Kunne ikke oprette filen \"{file}\", da den allerede findes", "Could not create folder \"{dir}\" because it already exists" : "Kunne ikke oprette mappen \"{dir}\", da den allerede findes", diff --git a/apps/files/l10n/da.json b/apps/files/l10n/da.json index cce400a7144..55db3bf1cb8 100644 --- a/apps/files/l10n/da.json +++ b/apps/files/l10n/da.json @@ -114,7 +114,6 @@ "Column headers with buttons are sortable." : "Kolonneoverskrifter med knapper er sorterbare.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Hele listen er ikke hentet, af hensyn til størrelsen. Listen vil blive hentet løbende som du kører igennem listen.", "File not found" : "Filen blev ikke fundet", - "{count} selected" : "{count} valgt", "{usedQuotaByte} used" : "{usedQuotaByte} brugt", "{used} of {quota} used" : "{used} af {quota} brugt", "{relative}% used" : "{relative}% brugt", @@ -389,9 +388,9 @@ "Copied {origin} inside {destination}" : "Kopirede {origin} ind i {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "kopierede {origin} og {nbfiles} andre filer ind i {destination}", "{newName} already exists" : "{newName} eksisterer allerede", - "Could not rename \"{fileName}\", it does not exist any more" : "Kunne ikke omdøbe \"{fileName}\", den findes ikke længere", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Navnet \"{targetName}\" bruges allerede i mappen \"{dir}\". Vælg et andet navn.", - "Could not rename \"{fileName}\"" : "Kunne ikke omdøbe \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Kunne ikke omdøbe \"{oldName}\", da den findes ikke længere", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Navnet \"{newName}\" bruges allerede i mappen \"{dir}\". Vælg et andet navn.", + "Could not rename \"{oldName}\"" : "Kunne ikke omdøbe \"{oldName}\"", "Could not create file \"{file}\"" : "Kunne ikke oprette filen \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Kunne ikke oprette filen \"{file}\", da den allerede findes", "Could not create folder \"{dir}\" because it already exists" : "Kunne ikke oprette mappen \"{dir}\", da den allerede findes", diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js index 7d0d105072c..3fa554b2d48 100644 --- a/apps/files/l10n/de.js +++ b/apps/files/l10n/de.js @@ -124,7 +124,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Spaltenüberschriften mit Schaltflächen sind sortierbar.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Diese Liste wird aus Performance-Gründen nicht vollständig angezeigt. Die Dateien werden angezeigt, wenn du durch die Liste navigierst.", "File not found" : "Datei nicht gefunden", - "{count} selected" : "{count} ausgewählt", + "_{count} selected_::_{count} selected_" : ["{count} ausgewählt","{count} ausgewählt"], "{usedQuotaByte} used" : "{usedQuotaByte} verwendet", "{used} of {quota} used" : "{used} von {quota} verwendet", "{relative}% used" : "{relative} % verwendet", @@ -401,9 +401,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "{origin} wurde nach {destination} kopiert", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden nach {destination} kopiert", "{newName} already exists" : "{newName} existiert bereits", - "Could not rename \"{fileName}\", it does not exist any more" : "Die Datei \"{fileName}\" konnte nicht umbenannt werden, da sie nicht mehr existiert", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name \"{targetName}\" wird bereits im Ordner \"{dir}\" benutzt. Bitte einen anderen Namen verwenden.", - "Could not rename \"{fileName}\"" : "Die Datei konnte nicht umbenannt werden \"{fileName}\"", + "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ähle einen anderen Namen.", + "Could not rename \"{oldName}\"" : "\"{oldName}\" konnte nicht umbenannt werden.", "Could not create file \"{file}\"" : "Die Datei konnte nicht erstellt werden \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Die Datei \"{file}\" konnte nicht erstellt werden, da diese bereits existiert.", "Could not create folder \"{dir}\" because it already exists" : "Der Ordner \"{dir}\" konnte nicht erstellt werden, da dieser bereits existiert", diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json index 7dca82a027c..7ee143a1112 100644 --- a/apps/files/l10n/de.json +++ b/apps/files/l10n/de.json @@ -122,7 +122,7 @@ "Column headers with buttons are sortable." : "Spaltenüberschriften mit Schaltflächen sind sortierbar.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Diese Liste wird aus Performance-Gründen nicht vollständig angezeigt. Die Dateien werden angezeigt, wenn du durch die Liste navigierst.", "File not found" : "Datei nicht gefunden", - "{count} selected" : "{count} ausgewählt", + "_{count} selected_::_{count} selected_" : ["{count} ausgewählt","{count} ausgewählt"], "{usedQuotaByte} used" : "{usedQuotaByte} verwendet", "{used} of {quota} used" : "{used} von {quota} verwendet", "{relative}% used" : "{relative} % verwendet", @@ -399,9 +399,9 @@ "Copied {origin} inside {destination}" : "{origin} wurde nach {destination} kopiert", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden nach {destination} kopiert", "{newName} already exists" : "{newName} existiert bereits", - "Could not rename \"{fileName}\", it does not exist any more" : "Die Datei \"{fileName}\" konnte nicht umbenannt werden, da sie nicht mehr existiert", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name \"{targetName}\" wird bereits im Ordner \"{dir}\" benutzt. Bitte einen anderen Namen verwenden.", - "Could not rename \"{fileName}\"" : "Die Datei konnte nicht umbenannt werden \"{fileName}\"", + "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ähle einen anderen Namen.", + "Could not rename \"{oldName}\"" : "\"{oldName}\" konnte nicht umbenannt werden.", "Could not create file \"{file}\"" : "Die Datei konnte nicht erstellt werden \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Die Datei \"{file}\" konnte nicht erstellt werden, da diese bereits existiert.", "Could not create folder \"{dir}\" because it already exists" : "Der Ordner \"{dir}\" konnte nicht erstellt werden, da dieser bereits existiert", diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index c0f58b2e1eb..3eed7a91bf4 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -124,7 +124,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Spaltenüberschriften mit Schaltflächen sind sortierbar.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Diese Liste ist aus Performance-Gründen nicht vollständig gerendert. Die Dateien werden gerendert, wenn Sie durch die Liste navigieren.", "File not found" : "Datei nicht gefunden", - "{count} selected" : "{count} ausgewählt", + "_{count} selected_::_{count} selected_" : ["{count} ausgewählt","{count} ausgewählt"], "{usedQuotaByte} used" : "{usedQuotaByte} verwendet", "{used} of {quota} used" : "{used} von {quota} verwendet", "{relative}% used" : "{relative} % verwendet", @@ -401,9 +401,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "{origin} wurde nach {destination} kopiert", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden nach {destination} kopiert", "{newName} already exists" : "{newName} existiert bereits", - "Could not rename \"{fileName}\", it does not exist any more" : "Die Datei \"{fileName}\" konnte nicht umbenannt werden, da sie nicht mehr existiert", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name \"{targetName}\" wird bereits im Ordner \"{dir}\" benutzt. Bitte wählen Sie einen anderen Namen.", - "Could not rename \"{fileName}\"" : "Die Datei konnte nicht umbenannt werden \"{fileName}\"", + "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 create file \"{file}\"" : "Die Datei konnte nicht erstellt werden \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Die Datei \"{file}\" konnte nicht erstellt werden, da diese bereits existiert", "Could not create folder \"{dir}\" because it already exists" : "Der Ordner \"{dir}\" konnte nicht erstellt werden, da dieser bereits existiert", diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index 5f3c56b5943..f4ec5f2b060 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -122,7 +122,7 @@ "Column headers with buttons are sortable." : "Spaltenüberschriften mit Schaltflächen sind sortierbar.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Diese Liste ist aus Performance-Gründen nicht vollständig gerendert. Die Dateien werden gerendert, wenn Sie durch die Liste navigieren.", "File not found" : "Datei nicht gefunden", - "{count} selected" : "{count} ausgewählt", + "_{count} selected_::_{count} selected_" : ["{count} ausgewählt","{count} ausgewählt"], "{usedQuotaByte} used" : "{usedQuotaByte} verwendet", "{used} of {quota} used" : "{used} von {quota} verwendet", "{relative}% used" : "{relative} % verwendet", @@ -399,9 +399,9 @@ "Copied {origin} inside {destination}" : "{origin} wurde nach {destination} kopiert", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden nach {destination} kopiert", "{newName} already exists" : "{newName} existiert bereits", - "Could not rename \"{fileName}\", it does not exist any more" : "Die Datei \"{fileName}\" konnte nicht umbenannt werden, da sie nicht mehr existiert", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name \"{targetName}\" wird bereits im Ordner \"{dir}\" benutzt. Bitte wählen Sie einen anderen Namen.", - "Could not rename \"{fileName}\"" : "Die Datei konnte nicht umbenannt werden \"{fileName}\"", + "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 create file \"{file}\"" : "Die Datei konnte nicht erstellt werden \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Die Datei \"{file}\" konnte nicht erstellt werden, da diese bereits existiert", "Could not create folder \"{dir}\" because it already exists" : "Der Ordner \"{dir}\" konnte nicht erstellt werden, da dieser bereits existiert", diff --git a/apps/files/l10n/el.js b/apps/files/l10n/el.js index b80ca51fce8..ab960043c89 100644 --- a/apps/files/l10n/el.js +++ b/apps/files/l10n/el.js @@ -96,7 +96,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Οι επικεφαλίδες στηλών με κουμπιά είναι ταξινομήσιμες.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Η λίστα αυτή δεν εμφανίζεται πλήρως για λόγους απόδοσης. Τα αρχεία θα εμφανίζονται καθώς πλοηγείστε στη λίστα.", "File not found" : "Δε βρέθηκε το αρχείο", - "{count} selected" : "{count} έχουν επιλεγεί", "{usedQuotaByte} used" : "{usedQuotaByte} χρησιμοποιείται", "{used} of {quota} used" : "Χρήση {used} από {quota} ", "{relative}% used" : "{relative}% χρησιμοποιείται", @@ -295,9 +294,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Αντιγράφτηκε το {origin} στο {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Αντιγράφτηκε το {origin} και {nbfiles} άλλα αρχεία στο {destination}", "{newName} already exists" : "Το {newName} υπάρχει ήδη", - "Could not rename \"{fileName}\", it does not exist any more" : "Αδυναμία μετονομασίας του \"{fileName}\", το αρχείο δεν υπάρχει πια.", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Το όνομα \"{targetName}\" χρησιμοποιείται ήδη στον φάκελο\"{dir}\". Παρακαλούμε διαλέξτε ένα διαφορετικό όνομα.", - "Could not rename \"{fileName}\"" : "Αδυναμία μετονομασίας του \"{fileName}\"", + "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 create file \"{file}\"" : "Αδυναμία δημιουργίας του αρχείου \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Αδυναμία δημιουργίας του αρχείου \"{file}\" επειδή υπάρχει ήδη", "Could not create folder \"{dir}\" because it already exists" : "Αδυναμία δημιουργίας του φακέλου \"{dir}\" επειδή υπάρχει ήδη", diff --git a/apps/files/l10n/el.json b/apps/files/l10n/el.json index 517397b07c1..50ae6d9e865 100644 --- a/apps/files/l10n/el.json +++ b/apps/files/l10n/el.json @@ -94,7 +94,6 @@ "Column headers with buttons are sortable." : "Οι επικεφαλίδες στηλών με κουμπιά είναι ταξινομήσιμες.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Η λίστα αυτή δεν εμφανίζεται πλήρως για λόγους απόδοσης. Τα αρχεία θα εμφανίζονται καθώς πλοηγείστε στη λίστα.", "File not found" : "Δε βρέθηκε το αρχείο", - "{count} selected" : "{count} έχουν επιλεγεί", "{usedQuotaByte} used" : "{usedQuotaByte} χρησιμοποιείται", "{used} of {quota} used" : "Χρήση {used} από {quota} ", "{relative}% used" : "{relative}% χρησιμοποιείται", @@ -293,9 +292,9 @@ "Copied {origin} inside {destination}" : "Αντιγράφτηκε το {origin} στο {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Αντιγράφτηκε το {origin} και {nbfiles} άλλα αρχεία στο {destination}", "{newName} already exists" : "Το {newName} υπάρχει ήδη", - "Could not rename \"{fileName}\", it does not exist any more" : "Αδυναμία μετονομασίας του \"{fileName}\", το αρχείο δεν υπάρχει πια.", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Το όνομα \"{targetName}\" χρησιμοποιείται ήδη στον φάκελο\"{dir}\". Παρακαλούμε διαλέξτε ένα διαφορετικό όνομα.", - "Could not rename \"{fileName}\"" : "Αδυναμία μετονομασίας του \"{fileName}\"", + "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 create file \"{file}\"" : "Αδυναμία δημιουργίας του αρχείου \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Αδυναμία δημιουργίας του αρχείου \"{file}\" επειδή υπάρχει ήδη", "Could not create folder \"{dir}\" because it already exists" : "Αδυναμία δημιουργίας του φακέλου \"{dir}\" επειδή υπάρχει ήδη", diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 8c048258500..cfb37470566 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -124,7 +124,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Column headers with buttons are sortable.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.", "File not found" : "File not found", - "{count} selected" : "{count} selected", + "_{count} selected_::_{count} selected_" : ["{count} selected","{count} selected"], "{usedQuotaByte} used" : "{usedQuotaByte} used", "{used} of {quota} used" : "{used} of {quota} used", "{relative}% used" : "{relative}% used", @@ -401,9 +401,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Copied {origin} inside {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Copied {origin} and {nbfiles} other files inside {destination}", "{newName} already exists" : "{newName} already exists", - "Could not rename \"{fileName}\", it does not exist any more" : "Could not rename \"{fileName}\", it does not exist any more", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name.", - "Could not rename \"{fileName}\"" : "Could not rename \"{fileName}\"", + "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 create file \"{file}\"" : "Could not create file \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Could not create file \"{file}\" because it already exists", "Could not create folder \"{dir}\" because it already exists" : "Could not create folder \"{dir}\" because it already exists", diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index 111c36b99b0..992ca1b27e7 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -122,7 +122,7 @@ "Column headers with buttons are sortable." : "Column headers with buttons are sortable.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.", "File not found" : "File not found", - "{count} selected" : "{count} selected", + "_{count} selected_::_{count} selected_" : ["{count} selected","{count} selected"], "{usedQuotaByte} used" : "{usedQuotaByte} used", "{used} of {quota} used" : "{used} of {quota} used", "{relative}% used" : "{relative}% used", @@ -399,9 +399,9 @@ "Copied {origin} inside {destination}" : "Copied {origin} inside {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Copied {origin} and {nbfiles} other files inside {destination}", "{newName} already exists" : "{newName} already exists", - "Could not rename \"{fileName}\", it does not exist any more" : "Could not rename \"{fileName}\", it does not exist any more", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name.", - "Could not rename \"{fileName}\"" : "Could not rename \"{fileName}\"", + "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 create file \"{file}\"" : "Could not create file \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Could not create file \"{file}\" because it already exists", "Could not create folder \"{dir}\" because it already exists" : "Could not create folder \"{dir}\" because it already exists", diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 052bcaa2aa0..7ef832b7f4f 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -117,7 +117,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Las columnas con botones en la cabecera son ordenables.", "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.", "File not found" : "No se ha encontrado el archivo", - "{count} selected" : "{count} seleccionados", + "_{count} selected_::_{count} selected_" : ["{count}seleccionado","{count} seleccionados","{count} seleccionados"], "{usedQuotaByte} used" : "{usedQuotaByte} utilizados", "{used} of {quota} used" : "{used} usados de {quota}", "{relative}% used" : "{relative}% utilizado", @@ -393,9 +393,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Se ha copiado {origin} dentro de {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Se han copiado {origin} y {nbfiles} otros archivos dentro de {destination}", "{newName} already exists" : "{newName} ya existe", - "Could not rename \"{fileName}\", it does not exist any more" : "No se pudo renombrar \"{fileName}\", ya no existe", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elija un nombre diferente.", - "Could not rename \"{fileName}\"" : "No se pudo renombrar \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "No se ha podido renombrar \"{oldName}\", ya no existe", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{newName}\" ya está en uso en la carpeta \"{dir}\". Por favor, escoja un nombre diferente.", + "Could not rename \"{oldName}\"" : "No se ha podido renombrar \"{oldName}\"", "Could not create file \"{file}\"" : "No se pudo crear archivo \"{file}\"", "Could not create file \"{file}\" because it already exists" : "No se pudo crear archivo \"{file}\" porque ya existe", "Could not create folder \"{dir}\" because it already exists" : "No se ha podido crear la carpeta \"{dir}\" porque ya existe", diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index 3a9fa3af3e5..314dd0eddfe 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -115,7 +115,7 @@ "Column headers with buttons are sortable." : "Las columnas con botones en la cabecera son ordenables.", "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.", "File not found" : "No se ha encontrado el archivo", - "{count} selected" : "{count} seleccionados", + "_{count} selected_::_{count} selected_" : ["{count}seleccionado","{count} seleccionados","{count} seleccionados"], "{usedQuotaByte} used" : "{usedQuotaByte} utilizados", "{used} of {quota} used" : "{used} usados de {quota}", "{relative}% used" : "{relative}% utilizado", @@ -391,9 +391,9 @@ "Copied {origin} inside {destination}" : "Se ha copiado {origin} dentro de {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Se han copiado {origin} y {nbfiles} otros archivos dentro de {destination}", "{newName} already exists" : "{newName} ya existe", - "Could not rename \"{fileName}\", it does not exist any more" : "No se pudo renombrar \"{fileName}\", ya no existe", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elija un nombre diferente.", - "Could not rename \"{fileName}\"" : "No se pudo renombrar \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "No se ha podido renombrar \"{oldName}\", ya no existe", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{newName}\" ya está en uso en la carpeta \"{dir}\". Por favor, escoja un nombre diferente.", + "Could not rename \"{oldName}\"" : "No se ha podido renombrar \"{oldName}\"", "Could not create file \"{file}\"" : "No se pudo crear archivo \"{file}\"", "Could not create file \"{file}\" because it already exists" : "No se pudo crear archivo \"{file}\" porque ya existe", "Could not create folder \"{dir}\" because it already exists" : "No se ha podido crear la carpeta \"{dir}\" porque ya existe", diff --git a/apps/files/l10n/es_EC.js b/apps/files/l10n/es_EC.js index 2e937b91fae..54e4b3808cb 100644 --- a/apps/files/l10n/es_EC.js +++ b/apps/files/l10n/es_EC.js @@ -78,6 +78,7 @@ OC.L10N.register( "\"{displayName}\" action failed" : "La acción \"{displayName}\" falló.", "Actions" : "Acciones", "List of files and folders." : "Lista de archivos y carpetas. ", + "_{count} selected_::_{count} selected_" : ["{count} seleccionado","{count} seleccionados","{count} seleccionado"], "{usedQuotaByte} used" : "{usedQuotaByte} usados.", "{used} of {quota} used" : "{used} de {quota} usados", "{relative}% used" : "{relative}% usados.", @@ -212,9 +213,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "{newName} already exists" : "{newName} ya existe", - "Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ", - "Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "No se pudo cambiar el nombre de \"{oldName}\", ya no existe.", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{newName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ", + "Could not rename \"{oldName}\"" : "No se pudo cambiar el nombre de \"{oldName}\".", "Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"", "Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe", "Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe", diff --git a/apps/files/l10n/es_EC.json b/apps/files/l10n/es_EC.json index ce46795a8ae..37087b249db 100644 --- a/apps/files/l10n/es_EC.json +++ b/apps/files/l10n/es_EC.json @@ -76,6 +76,7 @@ "\"{displayName}\" action failed" : "La acción \"{displayName}\" falló.", "Actions" : "Acciones", "List of files and folders." : "Lista de archivos y carpetas. ", + "_{count} selected_::_{count} selected_" : ["{count} seleccionado","{count} seleccionados","{count} seleccionado"], "{usedQuotaByte} used" : "{usedQuotaByte} usados.", "{used} of {quota} used" : "{used} de {quota} usados", "{relative}% used" : "{relative}% usados.", @@ -210,9 +211,9 @@ "Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "{newName} already exists" : "{newName} ya existe", - "Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ", - "Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "No se pudo cambiar el nombre de \"{oldName}\", ya no existe.", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{newName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ", + "Could not rename \"{oldName}\"" : "No se pudo cambiar el nombre de \"{oldName}\".", "Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"", "Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe", "Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe", diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js index 7ad14b22bbb..5fc63ca05e7 100644 --- a/apps/files/l10n/es_MX.js +++ b/apps/files/l10n/es_MX.js @@ -106,7 +106,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Las columnas con botones en la cabecera son ordenables.", "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.", "File not found" : "Archivo no encontrado", - "{count} selected" : "{count} seleccionados", "{usedQuotaByte} used" : "{usedQuotaByte} utilizados", "{used} of {quota} used" : "{used} de {quota} usados", "{relative}% used" : "{relative}% utilizado", @@ -336,9 +335,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "{newName} already exists" : "{newName} ya existe", - "Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ", - "Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "No se pudo renombrar \"{oldName}\", ya no existe.", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{newName}\" ya está en uso en la carpeta \"{dir}\". Por favor, elija un nombre diferente.", + "Could not rename \"{oldName}\"" : "No se pudo renombrar \"{oldName}\"", "Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"", "Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe", "Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe", diff --git a/apps/files/l10n/es_MX.json b/apps/files/l10n/es_MX.json index 93aee529828..3e773543331 100644 --- a/apps/files/l10n/es_MX.json +++ b/apps/files/l10n/es_MX.json @@ -104,7 +104,6 @@ "Column headers with buttons are sortable." : "Las columnas con botones en la cabecera son ordenables.", "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.", "File not found" : "Archivo no encontrado", - "{count} selected" : "{count} seleccionados", "{usedQuotaByte} used" : "{usedQuotaByte} utilizados", "{used} of {quota} used" : "{used} de {quota} usados", "{relative}% used" : "{relative}% utilizado", @@ -334,9 +333,9 @@ "Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "{newName} already exists" : "{newName} ya existe", - "Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ", - "Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "No se pudo renombrar \"{oldName}\", ya no existe.", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{newName}\" ya está en uso en la carpeta \"{dir}\". Por favor, elija un nombre diferente.", + "Could not rename \"{oldName}\"" : "No se pudo renombrar \"{oldName}\"", "Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"", "Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe", "Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe", diff --git a/apps/files/l10n/et_EE.js b/apps/files/l10n/et_EE.js index cd54b2acf33..5bb170f1ae7 100644 --- a/apps/files/l10n/et_EE.js +++ b/apps/files/l10n/et_EE.js @@ -124,7 +124,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Võid kasutada nuppudega veerupäised järjestamiseks.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Jõudluse mõttes ei ole kogu loend esimesel hetkel tervikuna nähtav. Uued failid lisanduvad sedamööda, kuid sa loendis edasi liigud.", "File not found" : "Faili ei leitud", - "{count} selected" : "{count} valitud", + "_{count} selected_::_{count} selected_" : ["{count} valitud","{count} valitud"], "{usedQuotaByte} used" : "{usedQuotaByte} kasutusel", "{used} of {quota} used" : "{used} / {quota} kasutusel", "{relative}% used" : "{relative}% kasutusel", @@ -401,9 +401,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "{origin} kopeeritud kausta {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} ja {nbfiles} teist faili kopeeritud kausta {destination}", "{newName} already exists" : "{newName} on juba olemas", - "Could not rename \"{fileName}\", it does not exist any more" : "„{fileName}“ faili nime muutmine ei õnnestunud, seda pole enam olemas", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nimi \"{targetName}\" on juba \"{dir}\" kaustas kasutusel. Palun vali teine nimi.", - "Could not rename \"{fileName}\"" : "„{fileName}“ faili nime muutmine ei õnnestunud", + "Could not rename \"{oldName}\", it does not exist any more" : "„{oldName}“ faili nime muutmine ei õnnestunud, seda pole enam olemas", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nimi \"{newName}\" on juba \"{dir}\" kaustas kasutusel. Palun vali teine nimi.", + "Could not rename \"{oldName}\"" : "„{oldName}“ faili nime muutmine ei õnnestunud", "Could not create file \"{file}\"" : "Faili \"{file}\" loomine ebaõnnestus", "Could not create file \"{file}\" because it already exists" : "Faili \"{file}\" loomine ebaõnnestus, sest see on juba olemas", "Could not create folder \"{dir}\" because it already exists" : "Kausta \"{dir}\" loomine ebaõnnestus, sest see on juba olemas", diff --git a/apps/files/l10n/et_EE.json b/apps/files/l10n/et_EE.json index b8052a14b64..327874d6fcc 100644 --- a/apps/files/l10n/et_EE.json +++ b/apps/files/l10n/et_EE.json @@ -122,7 +122,7 @@ "Column headers with buttons are sortable." : "Võid kasutada nuppudega veerupäised järjestamiseks.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Jõudluse mõttes ei ole kogu loend esimesel hetkel tervikuna nähtav. Uued failid lisanduvad sedamööda, kuid sa loendis edasi liigud.", "File not found" : "Faili ei leitud", - "{count} selected" : "{count} valitud", + "_{count} selected_::_{count} selected_" : ["{count} valitud","{count} valitud"], "{usedQuotaByte} used" : "{usedQuotaByte} kasutusel", "{used} of {quota} used" : "{used} / {quota} kasutusel", "{relative}% used" : "{relative}% kasutusel", @@ -399,9 +399,9 @@ "Copied {origin} inside {destination}" : "{origin} kopeeritud kausta {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} ja {nbfiles} teist faili kopeeritud kausta {destination}", "{newName} already exists" : "{newName} on juba olemas", - "Could not rename \"{fileName}\", it does not exist any more" : "„{fileName}“ faili nime muutmine ei õnnestunud, seda pole enam olemas", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nimi \"{targetName}\" on juba \"{dir}\" kaustas kasutusel. Palun vali teine nimi.", - "Could not rename \"{fileName}\"" : "„{fileName}“ faili nime muutmine ei õnnestunud", + "Could not rename \"{oldName}\", it does not exist any more" : "„{oldName}“ faili nime muutmine ei õnnestunud, seda pole enam olemas", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nimi \"{newName}\" on juba \"{dir}\" kaustas kasutusel. Palun vali teine nimi.", + "Could not rename \"{oldName}\"" : "„{oldName}“ faili nime muutmine ei õnnestunud", "Could not create file \"{file}\"" : "Faili \"{file}\" loomine ebaõnnestus", "Could not create file \"{file}\" because it already exists" : "Faili \"{file}\" loomine ebaõnnestus, sest see on juba olemas", "Could not create folder \"{dir}\" because it already exists" : "Kausta \"{dir}\" loomine ebaõnnestus, sest see on juba olemas", diff --git a/apps/files/l10n/eu.js b/apps/files/l10n/eu.js index 51ed660a406..1f41da123e5 100644 --- a/apps/files/l10n/eu.js +++ b/apps/files/l10n/eu.js @@ -111,7 +111,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Botoiak dituzten zutabeen goiburuak ordena daitezke.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Zerrenda hau ez da guztiz ikusten errendimendu arrazoiengatik. Fitxategiak zerrendan zehar nabigatzen duten heinean bistaratuko dira.", "File not found" : "Ez da fitxategia aurkitu", - "{count} selected" : "{count} hautatuta", + "_{count} selected_::_{count} selected_" : ["{count} hautatuta","{count} hautatuta"], "{usedQuotaByte} used" : "{usedQuotaByte} erabilita", "{used} of {quota} used" : "{used} / {quota} erabilita", "{relative}% used" : "%{relative} erabilita", @@ -362,9 +362,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "{origin} kopiatu da {destination} barruan", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} eta beste {nbfiles} fitxategi {destination} barruan kopiatu dira", "{newName} already exists" : "{newName} existitzen da dagoeneko", - "Could not rename \"{fileName}\", it does not exist any more" : "Ezin izan da \"{fileName}\" berrizendatu, ez da existitzen jada", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" izena dagoeneko erabiltzen da \"{dir}\" karpetan. Aukeratu beste izen bat.", - "Could not rename \"{fileName}\"" : "Ezin izan da \"{fileName}\" berrizendatu ", + "Could not rename \"{oldName}\", it does not exist any more" : "Ezin izan da \"{oldName}\" berrizendatu, ez da existitzen dagoeneko", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{newName}\" izena \"{dir}\" karpetan dagoeneko erabiltzen da. Mesedez aukeratu beste izen bat.", + "Could not rename \"{oldName}\"" : "Ezin izan da \"{oldName}\" berrizendatu ", "Could not create file \"{file}\"" : "Ezin izan da \"{file}\" fitxategia sortu", "Could not create file \"{file}\" because it already exists" : "Ezin izan da \"{file}\" fitxategia sortu, dagoeneko existitzen delako", "Could not create folder \"{dir}\" because it already exists" : "Ezin izan da \"{dir}\" karpeta sortu, dagoeneko existitzen delako", diff --git a/apps/files/l10n/eu.json b/apps/files/l10n/eu.json index f050ebc9124..b19b27d1543 100644 --- a/apps/files/l10n/eu.json +++ b/apps/files/l10n/eu.json @@ -109,7 +109,7 @@ "Column headers with buttons are sortable." : "Botoiak dituzten zutabeen goiburuak ordena daitezke.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Zerrenda hau ez da guztiz ikusten errendimendu arrazoiengatik. Fitxategiak zerrendan zehar nabigatzen duten heinean bistaratuko dira.", "File not found" : "Ez da fitxategia aurkitu", - "{count} selected" : "{count} hautatuta", + "_{count} selected_::_{count} selected_" : ["{count} hautatuta","{count} hautatuta"], "{usedQuotaByte} used" : "{usedQuotaByte} erabilita", "{used} of {quota} used" : "{used} / {quota} erabilita", "{relative}% used" : "%{relative} erabilita", @@ -360,9 +360,9 @@ "Copied {origin} inside {destination}" : "{origin} kopiatu da {destination} barruan", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} eta beste {nbfiles} fitxategi {destination} barruan kopiatu dira", "{newName} already exists" : "{newName} existitzen da dagoeneko", - "Could not rename \"{fileName}\", it does not exist any more" : "Ezin izan da \"{fileName}\" berrizendatu, ez da existitzen jada", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" izena dagoeneko erabiltzen da \"{dir}\" karpetan. Aukeratu beste izen bat.", - "Could not rename \"{fileName}\"" : "Ezin izan da \"{fileName}\" berrizendatu ", + "Could not rename \"{oldName}\", it does not exist any more" : "Ezin izan da \"{oldName}\" berrizendatu, ez da existitzen dagoeneko", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{newName}\" izena \"{dir}\" karpetan dagoeneko erabiltzen da. Mesedez aukeratu beste izen bat.", + "Could not rename \"{oldName}\"" : "Ezin izan da \"{oldName}\" berrizendatu ", "Could not create file \"{file}\"" : "Ezin izan da \"{file}\" fitxategia sortu", "Could not create file \"{file}\" because it already exists" : "Ezin izan da \"{file}\" fitxategia sortu, dagoeneko existitzen delako", "Could not create folder \"{dir}\" because it already exists" : "Ezin izan da \"{dir}\" karpeta sortu, dagoeneko existitzen delako", diff --git a/apps/files/l10n/fa.js b/apps/files/l10n/fa.js index 38d47a69821..91a994211dd 100644 --- a/apps/files/l10n/fa.js +++ b/apps/files/l10n/fa.js @@ -124,7 +124,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Column headers with buttons are sortable.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "این لیست به دلایل عملکرد به طور کامل ارائه نشده است. در حین حرکت در لیست، فایل ها ارائه می شوند.", "File not found" : "فایل یافت نشد", - "{count} selected" : "{count} selected", "{usedQuotaByte} used" : "{usedQuotaByte} استفاده شده است", "{used} of {quota} used" : "{used} از {quota} استفاده شده", "{relative}% used" : "{relative}% used", @@ -401,9 +400,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Copied {origin} inside {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "رونوشت شده از {origin} و {nbfiles} پروندههای دیگر در {destination}", "{newName} already exists" : "{newName} قبلاً موجود است", - "Could not rename \"{fileName}\", it does not exist any more" : "نمیتوان نام «{fileName}» را تغییر داد، دیگر وجود ندارد", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "عنوان \"{targetName}\" هم اکنون در پوشه \"{dir}\" وجود دارد. لطفا نام دیگری انتخاب کنید", - "Could not rename \"{fileName}\"" : "\"{fileName}\" تغییر نام داده نمیشود", + "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}\" به کار رفته است.\nلطفا نام دیگری برگزینید.", + "Could not rename \"{oldName}\"" : "تغییر نام \"{oldName}\" ممکن نیست", "Could not create file \"{file}\"" : "پروندهٔ \"{file}\" ساخته نشد", "Could not create file \"{file}\" because it already exists" : "نمی توان پرونده \"{file}\" ایجاد کرد زیرا در حال حاضر وجود دارد", "Could not create folder \"{dir}\" because it already exists" : "شاخه \"{dir}\" به علت موجود بودن ساخته نشد", diff --git a/apps/files/l10n/fa.json b/apps/files/l10n/fa.json index d4cca468374..713db5fffcb 100644 --- a/apps/files/l10n/fa.json +++ b/apps/files/l10n/fa.json @@ -122,7 +122,6 @@ "Column headers with buttons are sortable." : "Column headers with buttons are sortable.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "این لیست به دلایل عملکرد به طور کامل ارائه نشده است. در حین حرکت در لیست، فایل ها ارائه می شوند.", "File not found" : "فایل یافت نشد", - "{count} selected" : "{count} selected", "{usedQuotaByte} used" : "{usedQuotaByte} استفاده شده است", "{used} of {quota} used" : "{used} از {quota} استفاده شده", "{relative}% used" : "{relative}% used", @@ -399,9 +398,9 @@ "Copied {origin} inside {destination}" : "Copied {origin} inside {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "رونوشت شده از {origin} و {nbfiles} پروندههای دیگر در {destination}", "{newName} already exists" : "{newName} قبلاً موجود است", - "Could not rename \"{fileName}\", it does not exist any more" : "نمیتوان نام «{fileName}» را تغییر داد، دیگر وجود ندارد", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "عنوان \"{targetName}\" هم اکنون در پوشه \"{dir}\" وجود دارد. لطفا نام دیگری انتخاب کنید", - "Could not rename \"{fileName}\"" : "\"{fileName}\" تغییر نام داده نمیشود", + "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}\" به کار رفته است.\nلطفا نام دیگری برگزینید.", + "Could not rename \"{oldName}\"" : "تغییر نام \"{oldName}\" ممکن نیست", "Could not create file \"{file}\"" : "پروندهٔ \"{file}\" ساخته نشد", "Could not create file \"{file}\" because it already exists" : "نمی توان پرونده \"{file}\" ایجاد کرد زیرا در حال حاضر وجود دارد", "Could not create folder \"{dir}\" because it already exists" : "شاخه \"{dir}\" به علت موجود بودن ساخته نشد", diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index 91ff67eb0e2..2c371c47f6c 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -110,7 +110,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Painikkeilla varustetut sarakeotsikot ovat järjestettävissä.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Tätä luetteloa ei ole esitetty täysin suorituskykyyn liittyvistä syistä. Tiedostot esitetään sitä mukaa, kun selaat luetteloa.", "File not found" : "Tiedostoa ei löytynyt", - "{count} selected" : "{count} valittu", "{usedQuotaByte} used" : "{usedQuotaByte} käytetty", "{used} of {quota} used" : "{used}/{quota} käytetty", "{relative}% used" : "{relative} % käytetty", @@ -360,9 +359,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Kopioitu {origin} kohteeseen {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Kopioitu {origin} ja {nbfiles} muuta tiedostoa kohteeseen {destination}", "{newName} already exists" : "{newName} on jo olemassa", - "Could not rename \"{fileName}\", it does not exist any more" : "Tiedoston \"{fileName}\" nimeäminen uudelleen ei onnistunut, koska sitä ei ole enää olemassa", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nimi \"{targetName}\" on jo käytössä kansiossa \"{dir}\". Valitse toinen nimi.", - "Could not rename \"{fileName}\"" : "Tiedoston \"{fileName}\" nimeäminen uudelleen ei onnistunut", + "Could not rename \"{oldName}\", it does not exist any more" : "Kohdetta \"{oldName}\" ei voitu nimetä uudelleen, koska sitä ei ole enää olemassa", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nimi \"{newName}\" on jo käytössä kansiossa \"{dir}\". Valitse toinen nimi.", + "Could not rename \"{oldName}\"" : "Ei voitu nimetä uudelleen \"{oldName}\"", "Could not create file \"{file}\"" : "Tiedostoa \"{file}\" ei voitu luoda", "Could not create file \"{file}\" because it already exists" : "Tiedostoa \"{file}\" ei voitu luoda, koska se on jo olemassa", "Could not create folder \"{dir}\" because it already exists" : "Kansiota \"{dir}\" ei voitu luoda, koska se on jo olemassa", diff --git a/apps/files/l10n/fi.json b/apps/files/l10n/fi.json index 86e0f1dd414..24a69e19316 100644 --- a/apps/files/l10n/fi.json +++ b/apps/files/l10n/fi.json @@ -108,7 +108,6 @@ "Column headers with buttons are sortable." : "Painikkeilla varustetut sarakeotsikot ovat järjestettävissä.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Tätä luetteloa ei ole esitetty täysin suorituskykyyn liittyvistä syistä. Tiedostot esitetään sitä mukaa, kun selaat luetteloa.", "File not found" : "Tiedostoa ei löytynyt", - "{count} selected" : "{count} valittu", "{usedQuotaByte} used" : "{usedQuotaByte} käytetty", "{used} of {quota} used" : "{used}/{quota} käytetty", "{relative}% used" : "{relative} % käytetty", @@ -358,9 +357,9 @@ "Copied {origin} inside {destination}" : "Kopioitu {origin} kohteeseen {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Kopioitu {origin} ja {nbfiles} muuta tiedostoa kohteeseen {destination}", "{newName} already exists" : "{newName} on jo olemassa", - "Could not rename \"{fileName}\", it does not exist any more" : "Tiedoston \"{fileName}\" nimeäminen uudelleen ei onnistunut, koska sitä ei ole enää olemassa", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nimi \"{targetName}\" on jo käytössä kansiossa \"{dir}\". Valitse toinen nimi.", - "Could not rename \"{fileName}\"" : "Tiedoston \"{fileName}\" nimeäminen uudelleen ei onnistunut", + "Could not rename \"{oldName}\", it does not exist any more" : "Kohdetta \"{oldName}\" ei voitu nimetä uudelleen, koska sitä ei ole enää olemassa", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nimi \"{newName}\" on jo käytössä kansiossa \"{dir}\". Valitse toinen nimi.", + "Could not rename \"{oldName}\"" : "Ei voitu nimetä uudelleen \"{oldName}\"", "Could not create file \"{file}\"" : "Tiedostoa \"{file}\" ei voitu luoda", "Could not create file \"{file}\" because it already exists" : "Tiedostoa \"{file}\" ei voitu luoda, koska se on jo olemassa", "Could not create folder \"{dir}\" because it already exists" : "Kansiota \"{dir}\" ei voitu luoda, koska se on jo olemassa", diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 7a03d199e85..12ba6567a16 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -124,7 +124,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "L'entête des colonnes avec des boutons sont triables.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Cette liste n'est pas entièrement affichée pour des raisons de performances. Les fichiers seront affichés au fur et à mesure que vous naviguerez dans la liste.", "File not found" : "Fichier non trouvé", - "{count} selected" : "{count} sélectionné(s)", + "_{count} selected_::_{count} selected_" : ["{count} sélectionné","{count} sélectionné(s)","{count} sélectionné(s)"], "{usedQuotaByte} used" : "{usedQuotaByte} utilisés", "{used} of {quota} used" : "{used} utilisés sur {quota}", "{relative}% used" : "{relative}% utilisés", @@ -401,9 +401,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "{origin} copié dans {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} et {nbfiles} autres fichiers copiés dans {destination}", "{newName} already exists" : "{newName} existe déjà", - "Could not rename \"{fileName}\", it does not exist any more" : "Impossible de renommer \"{fileName}\" car il n'existe plus", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Le nom « {targetName} » est déjà utilisé dans le dossier « {dir} ». Merci de choisir un nom différent.", - "Could not rename \"{fileName}\"" : "Impossible de renommer « {fileName} »", + "Could not rename \"{oldName}\", it does not exist any more" : "Impossible de renommer \"{oldName}\", il n'existe plus.", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Le nom \"{newName}\" est déjà utilisé dans le dossier \"{dir}\". Veuillez choisir un autre nom.", + "Could not rename \"{oldName}\"" : "Impossible de renommer \"{oldName}\"", "Could not create file \"{file}\"" : "Impossible de créer le fichier « {file} »", "Could not create file \"{file}\" because it already exists" : "Impossible de créer le fichier « {file} » car il existe déjà", "Could not create folder \"{dir}\" because it already exists" : "Impossible de créer le dossier \"{dir}\" car il existe déjà", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 7485b1c5749..5f342d12a89 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -122,7 +122,7 @@ "Column headers with buttons are sortable." : "L'entête des colonnes avec des boutons sont triables.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Cette liste n'est pas entièrement affichée pour des raisons de performances. Les fichiers seront affichés au fur et à mesure que vous naviguerez dans la liste.", "File not found" : "Fichier non trouvé", - "{count} selected" : "{count} sélectionné(s)", + "_{count} selected_::_{count} selected_" : ["{count} sélectionné","{count} sélectionné(s)","{count} sélectionné(s)"], "{usedQuotaByte} used" : "{usedQuotaByte} utilisés", "{used} of {quota} used" : "{used} utilisés sur {quota}", "{relative}% used" : "{relative}% utilisés", @@ -399,9 +399,9 @@ "Copied {origin} inside {destination}" : "{origin} copié dans {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} et {nbfiles} autres fichiers copiés dans {destination}", "{newName} already exists" : "{newName} existe déjà", - "Could not rename \"{fileName}\", it does not exist any more" : "Impossible de renommer \"{fileName}\" car il n'existe plus", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Le nom « {targetName} » est déjà utilisé dans le dossier « {dir} ». Merci de choisir un nom différent.", - "Could not rename \"{fileName}\"" : "Impossible de renommer « {fileName} »", + "Could not rename \"{oldName}\", it does not exist any more" : "Impossible de renommer \"{oldName}\", il n'existe plus.", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Le nom \"{newName}\" est déjà utilisé dans le dossier \"{dir}\". Veuillez choisir un autre nom.", + "Could not rename \"{oldName}\"" : "Impossible de renommer \"{oldName}\"", "Could not create file \"{file}\"" : "Impossible de créer le fichier « {file} »", "Could not create file \"{file}\" because it already exists" : "Impossible de créer le fichier « {file} » car il existe déjà", "Could not create folder \"{dir}\" because it already exists" : "Impossible de créer le dossier \"{dir}\" car il existe déjà", diff --git a/apps/files/l10n/ga.js b/apps/files/l10n/ga.js index 0aca93f958f..4743d30e0b1 100644 --- a/apps/files/l10n/ga.js +++ b/apps/files/l10n/ga.js @@ -124,7 +124,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Is féidir ceanntásca colún le cnaipí a shórtáil.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Níl an liosta seo le fáil go hiomlán ar chúiseanna feidhmíochta. Déanfar na comhaid a rindreáil agus tú ag dul tríd an liosta.", "File not found" : "Comhad gan aimsiú", - "{count} selected" : "{count} roghnaithe", + "_{count} selected_::_{count} selected_" : ["{count} roghnaithe","{count} roghnaithe","{count} roghnaithe","{count} roghnaithe","{count} roghnaithe"], "{usedQuotaByte} used" : "{usedQuotaByte} úsáidte", "{used} of {quota} used" : "{used} de {quota} in úsáid", "{relative}% used" : "{relative}% in úsáid", @@ -401,9 +401,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Cóipeáladh {origin} taobh istigh de {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Cóipeáladh {origin} agus {nbfiles} comhaid eile laistigh de {destination}", "{newName} already exists" : "Tá {newName} ann cheana", - "Could not rename \"{fileName}\", it does not exist any more" : "Níorbh fhéidir \"{fileName}\" a athainmniú, níl sé ann a thuilleadh", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Tá an t-ainm \"{targetName}\" in úsáid cheana féin san fhillteán \"{dir}\". Roghnaigh ainm eile le do thoil.", - "Could not rename \"{fileName}\"" : "Níorbh fhéidir \"{fileName}\" a athainmniú", + "Could not rename \"{oldName}\", it does not exist any more" : "Níorbh fhéidir \"{oldName}\" a athainmniú, níl sé ann a thuilleadh", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Tá an t-ainm \"{newName}\" in úsáid cheana féin san fhillteán \"{dir}\". Roghnaigh ainm eile le do thoil.", + "Could not rename \"{oldName}\"" : "Níorbh fhéidir \"{oldName}\" a athainmniú", "Could not create file \"{file}\"" : "Níorbh fhéidir comhad \"{file}\" a chruthú", "Could not create file \"{file}\" because it already exists" : "Níorbh fhéidir an comhad \"{file}\" a chruthú toisc go bhfuil sé ann cheana", "Could not create folder \"{dir}\" because it already exists" : "Níorbh fhéidir fillteán \"{dir}\" a chruthú toisc go bhfuil sé ann cheana", diff --git a/apps/files/l10n/ga.json b/apps/files/l10n/ga.json index d8fa2048c0a..73807274140 100644 --- a/apps/files/l10n/ga.json +++ b/apps/files/l10n/ga.json @@ -122,7 +122,7 @@ "Column headers with buttons are sortable." : "Is féidir ceanntásca colún le cnaipí a shórtáil.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Níl an liosta seo le fáil go hiomlán ar chúiseanna feidhmíochta. Déanfar na comhaid a rindreáil agus tú ag dul tríd an liosta.", "File not found" : "Comhad gan aimsiú", - "{count} selected" : "{count} roghnaithe", + "_{count} selected_::_{count} selected_" : ["{count} roghnaithe","{count} roghnaithe","{count} roghnaithe","{count} roghnaithe","{count} roghnaithe"], "{usedQuotaByte} used" : "{usedQuotaByte} úsáidte", "{used} of {quota} used" : "{used} de {quota} in úsáid", "{relative}% used" : "{relative}% in úsáid", @@ -399,9 +399,9 @@ "Copied {origin} inside {destination}" : "Cóipeáladh {origin} taobh istigh de {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Cóipeáladh {origin} agus {nbfiles} comhaid eile laistigh de {destination}", "{newName} already exists" : "Tá {newName} ann cheana", - "Could not rename \"{fileName}\", it does not exist any more" : "Níorbh fhéidir \"{fileName}\" a athainmniú, níl sé ann a thuilleadh", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Tá an t-ainm \"{targetName}\" in úsáid cheana féin san fhillteán \"{dir}\". Roghnaigh ainm eile le do thoil.", - "Could not rename \"{fileName}\"" : "Níorbh fhéidir \"{fileName}\" a athainmniú", + "Could not rename \"{oldName}\", it does not exist any more" : "Níorbh fhéidir \"{oldName}\" a athainmniú, níl sé ann a thuilleadh", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Tá an t-ainm \"{newName}\" in úsáid cheana féin san fhillteán \"{dir}\". Roghnaigh ainm eile le do thoil.", + "Could not rename \"{oldName}\"" : "Níorbh fhéidir \"{oldName}\" a athainmniú", "Could not create file \"{file}\"" : "Níorbh fhéidir comhad \"{file}\" a chruthú", "Could not create file \"{file}\" because it already exists" : "Níorbh fhéidir an comhad \"{file}\" a chruthú toisc go bhfuil sé ann cheana", "Could not create folder \"{dir}\" because it already exists" : "Níorbh fhéidir fillteán \"{dir}\" a chruthú toisc go bhfuil sé ann cheana", diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index bcd590765b6..3fff168be3b 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -116,7 +116,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "As cabeceiras das columnas con botóns pódense ordenar.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta lista non se representa de xeito completo por mor do rendemento. Os ficheiros represéntanse mentres se despraza pola lista.", "File not found" : "Non se atopou o ficheiro", - "{count} selected" : "{count} seleccionados", + "_{count} selected_::_{count} selected_" : ["{count} seleccionado","{count} seleccionados"], "{usedQuotaByte} used" : "{usedQuotaByte} usado", "{used} of {quota} used" : "Usados {used} de {quota}", "{relative}% used" : "{relative}% usado", @@ -152,7 +152,7 @@ OC.L10N.register( "Adding the file extension \"{new}\" may render the file unreadable." : "Engadir a extensión de ficheiro «{new}» pode facer que o ficheiro sexa ilexíbel.", "Do not show this dialog again." : "Non volver amosar este diálogo", "Select file or folder to link to" : "Seleccione o ficheiro ou cartafol ao que ligar", - "Choose {file}" : "Escoller {file}", + "Choose {file}" : "Escoller {file}", "Share" : "Compartir", "Shared by link" : "Compartido por ligazón", "Shared" : "Compartido", @@ -389,9 +389,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Copiado {origin} en {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Copiado {origin} e outros {nbfiles} ficheiros en {destination} ", "{newName} already exists" : "Xa existe {newName}", - "Could not rename \"{fileName}\", it does not exist any more" : "Non foi posíbel cambiarlle o nome a «{fileName}», xa non existe", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome «{targetName}» xa se utiliza no cartafol «{dir}». Escolla outro nome.", - "Could not rename \"{fileName}\"" : "Non foi posíbel cambiarlle o nome a «{fileName}»", + "Could not rename \"{oldName}\", it does not exist any more" : "Non foi posíbel cambiarlle o nome a «{oldName}», xa non existe", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome «{newName}» xa se utiliza no cartafol «{dir}». Escolla un nome diferente.", + "Could not rename \"{oldName}\"" : "Non foi posíbel cambiarlle o nome a «{oldName}»", "Could not create file \"{file}\"" : "Non foi posíbel crear o ficheiro «{file}»", "Could not create file \"{file}\" because it already exists" : "Non foi posíbel crear o ficheiro «{file}» por mor de que xa existe", "Could not create folder \"{dir}\" because it already exists" : "Non foi posíbel crear o cartafol «{dir}» por mor de que xa existe", diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json index bcb6369d52d..ad0a0738148 100644 --- a/apps/files/l10n/gl.json +++ b/apps/files/l10n/gl.json @@ -114,7 +114,7 @@ "Column headers with buttons are sortable." : "As cabeceiras das columnas con botóns pódense ordenar.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta lista non se representa de xeito completo por mor do rendemento. Os ficheiros represéntanse mentres se despraza pola lista.", "File not found" : "Non se atopou o ficheiro", - "{count} selected" : "{count} seleccionados", + "_{count} selected_::_{count} selected_" : ["{count} seleccionado","{count} seleccionados"], "{usedQuotaByte} used" : "{usedQuotaByte} usado", "{used} of {quota} used" : "Usados {used} de {quota}", "{relative}% used" : "{relative}% usado", @@ -150,7 +150,7 @@ "Adding the file extension \"{new}\" may render the file unreadable." : "Engadir a extensión de ficheiro «{new}» pode facer que o ficheiro sexa ilexíbel.", "Do not show this dialog again." : "Non volver amosar este diálogo", "Select file or folder to link to" : "Seleccione o ficheiro ou cartafol ao que ligar", - "Choose {file}" : "Escoller {file}", + "Choose {file}" : "Escoller {file}", "Share" : "Compartir", "Shared by link" : "Compartido por ligazón", "Shared" : "Compartido", @@ -387,9 +387,9 @@ "Copied {origin} inside {destination}" : "Copiado {origin} en {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Copiado {origin} e outros {nbfiles} ficheiros en {destination} ", "{newName} already exists" : "Xa existe {newName}", - "Could not rename \"{fileName}\", it does not exist any more" : "Non foi posíbel cambiarlle o nome a «{fileName}», xa non existe", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome «{targetName}» xa se utiliza no cartafol «{dir}». Escolla outro nome.", - "Could not rename \"{fileName}\"" : "Non foi posíbel cambiarlle o nome a «{fileName}»", + "Could not rename \"{oldName}\", it does not exist any more" : "Non foi posíbel cambiarlle o nome a «{oldName}», xa non existe", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome «{newName}» xa se utiliza no cartafol «{dir}». Escolla un nome diferente.", + "Could not rename \"{oldName}\"" : "Non foi posíbel cambiarlle o nome a «{oldName}»", "Could not create file \"{file}\"" : "Non foi posíbel crear o ficheiro «{file}»", "Could not create file \"{file}\" because it already exists" : "Non foi posíbel crear o ficheiro «{file}» por mor de que xa existe", "Could not create folder \"{dir}\" because it already exists" : "Non foi posíbel crear o cartafol «{dir}» por mor de que xa existe", diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js index eaed162caac..b6c27f0b669 100644 --- a/apps/files/l10n/hu.js +++ b/apps/files/l10n/hu.js @@ -114,7 +114,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "A gombot tartalmazó oszlopfejlécek rendezhetők.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Ez a lista teljesítménybeli okokból nincs teljes egészében megjelenítve. A fájlok a listában navigálás során jelennek meg.", "File not found" : "A fájl nem található", - "{count} selected" : "{count}kiválasztva", "{usedQuotaByte} used" : "{usedQuotaByte} felhasználva", "{used} of {quota} used" : "{used} / {quota} felhasználva", "{relative}% used" : "{relative}% felhasználva", @@ -375,9 +374,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "A(z) {origin} átmásolva ide: {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "A(z) {origin} és {nbfiles} egyéb fájl átmásolva ide: {destination}", "{newName} already exists" : "A(z) {newName} már létezik", - "Could not rename \"{fileName}\", it does not exist any more" : "A(z) „{fileName}” átnevetése sikertelen, mert már nem létezik", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "A(z) „{targetName}” név már használatban van a(z) „{dir}” mappában. Válasszon másik nevet.", - "Could not rename \"{fileName}\"" : "A(z) „{fileName}” nem nevezhető át", + "Could not rename \"{oldName}\", it does not exist any more" : "A(z) „{oldName}” nem nevezhető át, mert már nem létezik", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "A(z) „{newName}” név már használatban van a(z) „{dir}” mappában. Válasszon másik nevet.", + "Could not rename \"{oldName}\"" : "A(z) „{oldName}” nem nevezhető át", "Could not create file \"{file}\"" : "A(z) „{file}” nem hozható létre", "Could not create file \"{file}\" because it already exists" : "A(z) „{file}” fájl nem hozható létre, mert már létezik", "Could not create folder \"{dir}\" because it already exists" : "A(z) „{dir}” mappa nem hozható létre, mert már létezik", diff --git a/apps/files/l10n/hu.json b/apps/files/l10n/hu.json index f00a3f35eb3..85f8cb27626 100644 --- a/apps/files/l10n/hu.json +++ b/apps/files/l10n/hu.json @@ -112,7 +112,6 @@ "Column headers with buttons are sortable." : "A gombot tartalmazó oszlopfejlécek rendezhetők.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Ez a lista teljesítménybeli okokból nincs teljes egészében megjelenítve. A fájlok a listában navigálás során jelennek meg.", "File not found" : "A fájl nem található", - "{count} selected" : "{count}kiválasztva", "{usedQuotaByte} used" : "{usedQuotaByte} felhasználva", "{used} of {quota} used" : "{used} / {quota} felhasználva", "{relative}% used" : "{relative}% felhasználva", @@ -373,9 +372,9 @@ "Copied {origin} inside {destination}" : "A(z) {origin} átmásolva ide: {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "A(z) {origin} és {nbfiles} egyéb fájl átmásolva ide: {destination}", "{newName} already exists" : "A(z) {newName} már létezik", - "Could not rename \"{fileName}\", it does not exist any more" : "A(z) „{fileName}” átnevetése sikertelen, mert már nem létezik", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "A(z) „{targetName}” név már használatban van a(z) „{dir}” mappában. Válasszon másik nevet.", - "Could not rename \"{fileName}\"" : "A(z) „{fileName}” nem nevezhető át", + "Could not rename \"{oldName}\", it does not exist any more" : "A(z) „{oldName}” nem nevezhető át, mert már nem létezik", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "A(z) „{newName}” név már használatban van a(z) „{dir}” mappában. Válasszon másik nevet.", + "Could not rename \"{oldName}\"" : "A(z) „{oldName}” nem nevezhető át", "Could not create file \"{file}\"" : "A(z) „{file}” nem hozható létre", "Could not create file \"{file}\" because it already exists" : "A(z) „{file}” fájl nem hozható létre, mert már létezik", "Could not create folder \"{dir}\" because it already exists" : "A(z) „{dir}” mappa nem hozható létre, mert már létezik", diff --git a/apps/files/l10n/id.js b/apps/files/l10n/id.js index 2be51a48924..b2b67e42843 100644 --- a/apps/files/l10n/id.js +++ b/apps/files/l10n/id.js @@ -69,6 +69,7 @@ OC.L10N.register( "Size" : "Ukuran", "Actions" : "Tindakan", "File not found" : "Berkas tidak ditemukan", + "_{count} selected_::_{count} selected_" : ["{count} dipilih"], "{usedQuotaByte} used" : "{usedQuotaByte} digunakan", "{used} of {quota} used" : "{used} dari {quota} terpakai", "{relative}% used" : "{relative}% digunakan", @@ -191,9 +192,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "{origin} tersalin ke {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} dan {nbfiles} berkas lainnya tersalin ke {destination}", "{newName} already exists" : "{newName} sudah ada", - "Could not rename \"{fileName}\", it does not exist any more" : "Tidak dapat mengganti \"{fileName}\", tidak ada lagi", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nama \"{targetName}\" sudah digunakan di folder \"{dir}\". Gunakan nama yang lain.", - "Could not rename \"{fileName}\"" : "Tidak dapat mengganti \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Tidak dapat mengganti \"{oldName}\", tidak ada lagi", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nama \"{newName}\" sudah digunakan di folder \"{dir}\". Gunakan nama yang lain.", + "Could not rename \"{oldName}\"" : "Tidak dapat mengganti \"{oldName}\"", "Could not create file \"{file}\"" : "Tidak dapat membuat berkas \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Tidak dapat membuat berkas \"{file}\" karena sudah ada", "Could not create folder \"{dir}\" because it already exists" : "Tidak dapat membuat folder \"{dir}\" karena sudah ada", diff --git a/apps/files/l10n/id.json b/apps/files/l10n/id.json index d9c47f1600b..cc2bc204413 100644 --- a/apps/files/l10n/id.json +++ b/apps/files/l10n/id.json @@ -67,6 +67,7 @@ "Size" : "Ukuran", "Actions" : "Tindakan", "File not found" : "Berkas tidak ditemukan", + "_{count} selected_::_{count} selected_" : ["{count} dipilih"], "{usedQuotaByte} used" : "{usedQuotaByte} digunakan", "{used} of {quota} used" : "{used} dari {quota} terpakai", "{relative}% used" : "{relative}% digunakan", @@ -189,9 +190,9 @@ "Copied {origin} inside {destination}" : "{origin} tersalin ke {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} dan {nbfiles} berkas lainnya tersalin ke {destination}", "{newName} already exists" : "{newName} sudah ada", - "Could not rename \"{fileName}\", it does not exist any more" : "Tidak dapat mengganti \"{fileName}\", tidak ada lagi", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nama \"{targetName}\" sudah digunakan di folder \"{dir}\". Gunakan nama yang lain.", - "Could not rename \"{fileName}\"" : "Tidak dapat mengganti \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Tidak dapat mengganti \"{oldName}\", tidak ada lagi", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nama \"{newName}\" sudah digunakan di folder \"{dir}\". Gunakan nama yang lain.", + "Could not rename \"{oldName}\"" : "Tidak dapat mengganti \"{oldName}\"", "Could not create file \"{file}\"" : "Tidak dapat membuat berkas \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Tidak dapat membuat berkas \"{file}\" karena sudah ada", "Could not create folder \"{dir}\" because it already exists" : "Tidak dapat membuat folder \"{dir}\" karena sudah ada", diff --git a/apps/files/l10n/is.js b/apps/files/l10n/is.js index 75cccd78118..5845d1fabaa 100644 --- a/apps/files/l10n/is.js +++ b/apps/files/l10n/is.js @@ -114,7 +114,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Dálkfyrirsagnir með hnöppum eru raðanlegar", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Til að halda sem bestum afköstum er þessi listi ekki myndgerður að fullu. Skrárnar munu birtast eftir því sem farið er í gegnum listann.", "File not found" : "Skrá finnst ekki", - "{count} selected" : "{count} valið", "{usedQuotaByte} used" : "{usedQuotaByte} notað", "{used} of {quota} used" : "{used} af {quota} notað", "{relative}% used" : "{relative}% notað", @@ -372,9 +371,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Afritaði {origin} inn í {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Afritaði {origin} og {nbfiles} aðrar skrár inn í {destination}", "{newName} already exists" : "{newName} er þegar til", - "Could not rename \"{fileName}\", it does not exist any more" : "Gat ekki endurnefnt \"{fileName}\", það er ekki lengur til staðar", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Heitið \"{targetName}\" er nú þegar notað í \"{dir}\" möppunni. Veldu eitthvað annað nafn.", - "Could not rename \"{fileName}\"" : "Gat ekki endurnefnt \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Gat ekki endurnefnt \"{oldName}\", það er ekki lengur til staðar", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Heitið \"{newName}\" er nú þegar notað í \"{dir}\" möppunni. Veldu eitthvað annað nafn.", + "Could not rename \"{oldName}\"" : "Tókst ekki að endurnefna \"{oldName}\"", "Could not create file \"{file}\"" : "Gat ekki búið til skrána \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Gat ekki búið til skrána \"{file}\" vegna þess að hún er þegar til", "Could not create folder \"{dir}\" because it already exists" : "Gat ekki búið til möppuna \"{dir}\" vegna þess að hún er þegar til", diff --git a/apps/files/l10n/is.json b/apps/files/l10n/is.json index 0dcd0432f49..a80b1bc7f2b 100644 --- a/apps/files/l10n/is.json +++ b/apps/files/l10n/is.json @@ -112,7 +112,6 @@ "Column headers with buttons are sortable." : "Dálkfyrirsagnir með hnöppum eru raðanlegar", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Til að halda sem bestum afköstum er þessi listi ekki myndgerður að fullu. Skrárnar munu birtast eftir því sem farið er í gegnum listann.", "File not found" : "Skrá finnst ekki", - "{count} selected" : "{count} valið", "{usedQuotaByte} used" : "{usedQuotaByte} notað", "{used} of {quota} used" : "{used} af {quota} notað", "{relative}% used" : "{relative}% notað", @@ -370,9 +369,9 @@ "Copied {origin} inside {destination}" : "Afritaði {origin} inn í {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Afritaði {origin} og {nbfiles} aðrar skrár inn í {destination}", "{newName} already exists" : "{newName} er þegar til", - "Could not rename \"{fileName}\", it does not exist any more" : "Gat ekki endurnefnt \"{fileName}\", það er ekki lengur til staðar", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Heitið \"{targetName}\" er nú þegar notað í \"{dir}\" möppunni. Veldu eitthvað annað nafn.", - "Could not rename \"{fileName}\"" : "Gat ekki endurnefnt \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Gat ekki endurnefnt \"{oldName}\", það er ekki lengur til staðar", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Heitið \"{newName}\" er nú þegar notað í \"{dir}\" möppunni. Veldu eitthvað annað nafn.", + "Could not rename \"{oldName}\"" : "Tókst ekki að endurnefna \"{oldName}\"", "Could not create file \"{file}\"" : "Gat ekki búið til skrána \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Gat ekki búið til skrána \"{file}\" vegna þess að hún er þegar til", "Could not create folder \"{dir}\" because it already exists" : "Gat ekki búið til möppuna \"{dir}\" vegna þess að hún er þegar til", diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 04252175d75..be469631a80 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -124,7 +124,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Le intestazioni di colonna con pulsanti sono ordinabili.", "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.", "File not found" : "File non trovato", - "{count} selected" : "{count} selezionati", + "_{count} selected_::_{count} selected_" : ["{count} selezionato","{count} selezionati","{count} selezionati"], "{usedQuotaByte} used" : "{usedQuotaByte} usato", "{used} of {quota} used" : "{used} di {quota} utilizzati", "{relative}% used" : "{relative}% usato", @@ -401,9 +401,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Copiato {origin} in {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Copiati {origin} e {nbfiles} altri file in {destination}", "{newName} already exists" : "{newName} esiste già", - "Could not rename \"{fileName}\", it does not exist any more" : "Impossibile rinominare \"{fileName}\", non esiste più", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Il nome \"{targetName}\" è attualmente in uso nella cartella \"{dir}\". Scegli un nome diverso.", - "Could not rename \"{fileName}\"" : "Impossibile rinominare \"{fileName}\"", + "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 create file \"{file}\"" : "Impossibile creare il file \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Impossibile creare il file \"{file}\" poiché esiste già", "Could not create folder \"{dir}\" because it already exists" : "Impossibile creare la cartella \"{dir}\" poiché esiste già", @@ -455,6 +455,7 @@ OC.L10N.register( "New text file.txt" : "Nuovo file di testo.txt", "%1$s (renamed)" : "%1$s (rinominato)", "renamed file" : "file rinominato", + "After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Dopo aver abilitato i nomi file compatibili con Windows, i file esistenti non potranno più essere modificati, ma potranno essere rinominati con nuovi nomi validi dal rispettivo proprietario.", "{count} files could not be converted" : "{count} file non possono essere convertiti", "{count} files successfully converted" : "{count} file convertiti con successo" }, diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json index 0c71fc93b41..25d702e4ec5 100644 --- a/apps/files/l10n/it.json +++ b/apps/files/l10n/it.json @@ -122,7 +122,7 @@ "Column headers with buttons are sortable." : "Le intestazioni di colonna con pulsanti sono ordinabili.", "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.", "File not found" : "File non trovato", - "{count} selected" : "{count} selezionati", + "_{count} selected_::_{count} selected_" : ["{count} selezionato","{count} selezionati","{count} selezionati"], "{usedQuotaByte} used" : "{usedQuotaByte} usato", "{used} of {quota} used" : "{used} di {quota} utilizzati", "{relative}% used" : "{relative}% usato", @@ -399,9 +399,9 @@ "Copied {origin} inside {destination}" : "Copiato {origin} in {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Copiati {origin} e {nbfiles} altri file in {destination}", "{newName} already exists" : "{newName} esiste già", - "Could not rename \"{fileName}\", it does not exist any more" : "Impossibile rinominare \"{fileName}\", non esiste più", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Il nome \"{targetName}\" è attualmente in uso nella cartella \"{dir}\". Scegli un nome diverso.", - "Could not rename \"{fileName}\"" : "Impossibile rinominare \"{fileName}\"", + "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 create file \"{file}\"" : "Impossibile creare il file \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Impossibile creare il file \"{file}\" poiché esiste già", "Could not create folder \"{dir}\" because it already exists" : "Impossibile creare la cartella \"{dir}\" poiché esiste già", @@ -453,6 +453,7 @@ "New text file.txt" : "Nuovo file di testo.txt", "%1$s (renamed)" : "%1$s (rinominato)", "renamed file" : "file rinominato", + "After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Dopo aver abilitato i nomi file compatibili con Windows, i file esistenti non potranno più essere modificati, ma potranno essere rinominati con nuovi nomi validi dal rispettivo proprietario.", "{count} files could not be converted" : "{count} file non possono essere convertiti", "{count} files successfully converted" : "{count} file convertiti con successo" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 5e262b4f8cd..c25a6fcf5fc 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -124,7 +124,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "ボタン付きの列ヘッダはソート可能です。", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "このリストはパフォーマンスの都合上、すべてレンダリングされているわけではありません。リスト内を移動すると、ファイルが次々と表示されていきます。", "File not found" : "ファイルが見つかりません", - "{count} selected" : "{count} 選択", + "_{count} selected_::_{count} selected_" : ["{count}選択済み"], "{usedQuotaByte} used" : "{usedQuotaByte} 使用されています", "{used} of {quota} used" : "{used} / {quota} 使用中", "{relative}% used" : "{relative}% 使用されています", @@ -401,9 +401,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "コピー先{origin} {destination}内", "Copied {origin} and {nbfiles} other files inside {destination}" : "コピー先{origin}と{nbfiles}他のファイル{destination}", "{newName} already exists" : "{newName} はすでに存在します", - "Could not rename \"{fileName}\", it does not exist any more" : "ファイルが存在しないため,\"{fileName}\"の名前変更ができませんでした", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" はフォルダー \"{dir}\" ですでに使われています。別の名前を選択してください。", - "Could not rename \"{fileName}\"" : "\"{fileName}\"の名前変更ができませんでした", + "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 create file \"{file}\"" : "ファイル \"{file}\" を作成できませんでした", "Could not create file \"{file}\" because it already exists" : "ファイル \"{file}\"はすでに存在するため作成できません", "Could not create folder \"{dir}\" because it already exists" : "フォルダー \"{dir}\" はすでに存在するため作成できません", diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json index 3b07da7e45e..e0b8797674d 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.json @@ -122,7 +122,7 @@ "Column headers with buttons are sortable." : "ボタン付きの列ヘッダはソート可能です。", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "このリストはパフォーマンスの都合上、すべてレンダリングされているわけではありません。リスト内を移動すると、ファイルが次々と表示されていきます。", "File not found" : "ファイルが見つかりません", - "{count} selected" : "{count} 選択", + "_{count} selected_::_{count} selected_" : ["{count}選択済み"], "{usedQuotaByte} used" : "{usedQuotaByte} 使用されています", "{used} of {quota} used" : "{used} / {quota} 使用中", "{relative}% used" : "{relative}% 使用されています", @@ -399,9 +399,9 @@ "Copied {origin} inside {destination}" : "コピー先{origin} {destination}内", "Copied {origin} and {nbfiles} other files inside {destination}" : "コピー先{origin}と{nbfiles}他のファイル{destination}", "{newName} already exists" : "{newName} はすでに存在します", - "Could not rename \"{fileName}\", it does not exist any more" : "ファイルが存在しないため,\"{fileName}\"の名前変更ができませんでした", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" はフォルダー \"{dir}\" ですでに使われています。別の名前を選択してください。", - "Could not rename \"{fileName}\"" : "\"{fileName}\"の名前変更ができませんでした", + "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 create file \"{file}\"" : "ファイル \"{file}\" を作成できませんでした", "Could not create file \"{file}\" because it already exists" : "ファイル \"{file}\"はすでに存在するため作成できません", "Could not create folder \"{dir}\" because it already exists" : "フォルダー \"{dir}\" はすでに存在するため作成できません", diff --git a/apps/files/l10n/ka.js b/apps/files/l10n/ka.js index 550819832fc..fdf50548a02 100644 --- a/apps/files/l10n/ka.js +++ b/apps/files/l10n/ka.js @@ -85,6 +85,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Column headers with buttons are sortable.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.", "File not found" : "File not found", + "_{count} selected_::_{count} selected_" : ["{count} selected","{count} selected"], "{usedQuotaByte} used" : "{usedQuotaByte} used", "{used} of {quota} used" : "{used} of {quota} used", "{relative}% used" : "{relative}% used", @@ -244,9 +245,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Copied {origin} inside {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Copied {origin} and {nbfiles} other files inside {destination}", "{newName} already exists" : "{newName} already exists", - "Could not rename \"{fileName}\", it does not exist any more" : "Could not rename \"{fileName}\", it does not exist any more", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name.", - "Could not rename \"{fileName}\"" : "Could not rename \"{fileName}\"", + "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 create file \"{file}\"" : "Could not create file \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Could not create file \"{file}\" because it already exists", "Could not create folder \"{dir}\" because it already exists" : "Could not create folder \"{dir}\" because it already exists", diff --git a/apps/files/l10n/ka.json b/apps/files/l10n/ka.json index b9120314895..51f54c0b425 100644 --- a/apps/files/l10n/ka.json +++ b/apps/files/l10n/ka.json @@ -83,6 +83,7 @@ "Column headers with buttons are sortable." : "Column headers with buttons are sortable.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.", "File not found" : "File not found", + "_{count} selected_::_{count} selected_" : ["{count} selected","{count} selected"], "{usedQuotaByte} used" : "{usedQuotaByte} used", "{used} of {quota} used" : "{used} of {quota} used", "{relative}% used" : "{relative}% used", @@ -242,9 +243,9 @@ "Copied {origin} inside {destination}" : "Copied {origin} inside {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Copied {origin} and {nbfiles} other files inside {destination}", "{newName} already exists" : "{newName} already exists", - "Could not rename \"{fileName}\", it does not exist any more" : "Could not rename \"{fileName}\", it does not exist any more", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name.", - "Could not rename \"{fileName}\"" : "Could not rename \"{fileName}\"", + "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 create file \"{file}\"" : "Could not create file \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Could not create file \"{file}\" because it already exists", "Could not create folder \"{dir}\" because it already exists" : "Could not create folder \"{dir}\" because it already exists", diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index 927f765b6f6..4ccb57e4ac8 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -116,7 +116,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "버튼이 있는 열 머리글은 정렬할 수 있습니다.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "성능 상의 이유로 목록을 전부 표시하지 않았습니다. 목록을 탐색하면 파일들이 표시됩니다.", "File not found" : "파일을 찾을 수 없음", - "{count} selected" : "{count}개 선택됨", "{usedQuotaByte} used" : "{usedQuotaByte} 사용", "{used} of {quota} used" : "{quota} 중 {used} 사용함", "{relative}% used" : "{relative}% 사용", @@ -378,9 +377,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "{origin}을(를) {destination}(으)로 복사함", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} 및 다른 파일 {nbfiles}개를 {destination}(으)로 복사함", "{newName} already exists" : "{newName}이(가) 이미 존재함", - "Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\"의 이름을 변경할 수 없음, 더 이상 존재하지 않음", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "폴더 \"{dir}\" 내에 파일 \"{targetName}\"이(가) 이미 있습니다. 다른 이름을 사용하십시오.", - "Could not rename \"{fileName}\"" : "\"{fileName}\"의 이름을 바꿀 수 없음", + "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 create file \"{file}\"" : "\"{file}\"을(를) 만들 수 없음", "Could not create file \"{file}\" because it already exists" : "파일이 이미 존재하므로 \"{file}\"을(를) 만들 수 없음", "Could not create folder \"{dir}\" because it already exists" : "폴더가 이미 존재하므로 폴더 \"{dir}\"을(를) 만들 수 없음", diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json index 1d8f34484ef..754e2626065 100644 --- a/apps/files/l10n/ko.json +++ b/apps/files/l10n/ko.json @@ -114,7 +114,6 @@ "Column headers with buttons are sortable." : "버튼이 있는 열 머리글은 정렬할 수 있습니다.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "성능 상의 이유로 목록을 전부 표시하지 않았습니다. 목록을 탐색하면 파일들이 표시됩니다.", "File not found" : "파일을 찾을 수 없음", - "{count} selected" : "{count}개 선택됨", "{usedQuotaByte} used" : "{usedQuotaByte} 사용", "{used} of {quota} used" : "{quota} 중 {used} 사용함", "{relative}% used" : "{relative}% 사용", @@ -376,9 +375,9 @@ "Copied {origin} inside {destination}" : "{origin}을(를) {destination}(으)로 복사함", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} 및 다른 파일 {nbfiles}개를 {destination}(으)로 복사함", "{newName} already exists" : "{newName}이(가) 이미 존재함", - "Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\"의 이름을 변경할 수 없음, 더 이상 존재하지 않음", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "폴더 \"{dir}\" 내에 파일 \"{targetName}\"이(가) 이미 있습니다. 다른 이름을 사용하십시오.", - "Could not rename \"{fileName}\"" : "\"{fileName}\"의 이름을 바꿀 수 없음", + "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 create file \"{file}\"" : "\"{file}\"을(를) 만들 수 없음", "Could not create file \"{file}\" because it already exists" : "파일이 이미 존재하므로 \"{file}\"을(를) 만들 수 없음", "Could not create folder \"{dir}\" because it already exists" : "폴더가 이미 존재하므로 폴더 \"{dir}\"을(를) 만들 수 없음", diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index e977378b33b..30a359ea697 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -88,7 +88,6 @@ OC.L10N.register( "Actions" : "Veiksmai", "List of files and folders." : "Failų ir aplankų sąrašas.", "File not found" : "Failas nerastas", - "{count} selected" : "Pažymėta {count}", "{usedQuotaByte} used" : "Naudojama {usedQuotaByte}", "{used} of {quota} used" : "panaudota {used} iš {quota}", "{relative}% used" : "Naudojama {relative}", @@ -274,9 +273,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Nukopijuota {origin} aplanke {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Nukopijuota {origin} ir dar {nbfiles} failus aplanke {destination}", "{newName} already exists" : "{newName} jau yra", - "Could not rename \"{fileName}\", it does not exist any more" : "Nepavyko pervadinti failo „{fileName}“, jo daugiau nebėra", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Pavadinimas „{targetName}“ jau naudojamas aplanke „{dir}“. Pasirinkite kitokį pavadinimą.", - "Could not rename \"{fileName}\"" : "Nepavyko pervadinti failo „{fileName}“", + "Could not rename \"{oldName}\", it does not exist any more" : "Nepavyko pervadinti failo „{oldName}“, jo daugiau nebėra", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Pavadinimas „{newName}“ jau naudojamas aplanke „{dir}“. Pasirinkite kitokį pavadinimą.", + "Could not rename \"{oldName}\"" : "Nepavyko pervadinti „{oldName}“", "Could not create file \"{file}\"" : "Nepavyko sukurti failo „{file}“", "Could not create file \"{file}\" because it already exists" : "Nepavyko sukurti failo „{file}“, nes jis jau yra", "Could not create folder \"{dir}\" because it already exists" : "Nepavyko sukurti aplanko „{dir}“, nes jis jau yra", diff --git a/apps/files/l10n/lt_LT.json b/apps/files/l10n/lt_LT.json index a2495e4f0f5..8fda427c49e 100644 --- a/apps/files/l10n/lt_LT.json +++ b/apps/files/l10n/lt_LT.json @@ -86,7 +86,6 @@ "Actions" : "Veiksmai", "List of files and folders." : "Failų ir aplankų sąrašas.", "File not found" : "Failas nerastas", - "{count} selected" : "Pažymėta {count}", "{usedQuotaByte} used" : "Naudojama {usedQuotaByte}", "{used} of {quota} used" : "panaudota {used} iš {quota}", "{relative}% used" : "Naudojama {relative}", @@ -272,9 +271,9 @@ "Copied {origin} inside {destination}" : "Nukopijuota {origin} aplanke {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Nukopijuota {origin} ir dar {nbfiles} failus aplanke {destination}", "{newName} already exists" : "{newName} jau yra", - "Could not rename \"{fileName}\", it does not exist any more" : "Nepavyko pervadinti failo „{fileName}“, jo daugiau nebėra", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Pavadinimas „{targetName}“ jau naudojamas aplanke „{dir}“. Pasirinkite kitokį pavadinimą.", - "Could not rename \"{fileName}\"" : "Nepavyko pervadinti failo „{fileName}“", + "Could not rename \"{oldName}\", it does not exist any more" : "Nepavyko pervadinti failo „{oldName}“, jo daugiau nebėra", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Pavadinimas „{newName}“ jau naudojamas aplanke „{dir}“. Pasirinkite kitokį pavadinimą.", + "Could not rename \"{oldName}\"" : "Nepavyko pervadinti „{oldName}“", "Could not create file \"{file}\"" : "Nepavyko sukurti failo „{file}“", "Could not create file \"{file}\" because it already exists" : "Nepavyko sukurti failo „{file}“, nes jis jau yra", "Could not create folder \"{dir}\" because it already exists" : "Nepavyko sukurti aplanko „{dir}“, nes jis jau yra", diff --git a/apps/files/l10n/mk.js b/apps/files/l10n/mk.js index fa58071b8c6..a4d5e6d10e4 100644 --- a/apps/files/l10n/mk.js +++ b/apps/files/l10n/mk.js @@ -99,7 +99,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Насловите на колоните со копчиња се сортираат.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Оваа листа не е целосно прикажана поради заштеда на перформанси. Датотеките ќе се прикажуваат додека се движите низ листата.", "File not found" : "Датотеката не е пронајдена", - "{count} selected" : "{count} селектирани", "{usedQuotaByte} used" : "искористено {usedQuotaByte}", "{used} of {quota} used" : "Искористени {used} од {quota}", "{relative}% used" : "искористено {relative}% ", @@ -281,9 +280,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Копирана {origin} во {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Копирана {origin} и {nbfiles} други датотеки во {destination}", "{newName} already exists" : "{newName} веќе постои", - "Could not rename \"{fileName}\", it does not exist any more" : "Неможе да се преименува \"{fileName}\", датотеката не постои", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Името \"{targetName}\" веќе се користи во папката \"{dir}\". Ве молиме изберете друго име.", - "Could not rename \"{fileName}\"" : "Неможе да се преименува \"{fileName}\"", + "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 create file \"{file}\"" : "Неможе да се креира датотека \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Неможе да се креира датотека \"{file}\" бидејќи веќе постои", "Could not create folder \"{dir}\" because it already exists" : "Неможе да се креира папка \"{dir}\" бидејќи веќе постои", diff --git a/apps/files/l10n/mk.json b/apps/files/l10n/mk.json index a1ded352961..171389f25fa 100644 --- a/apps/files/l10n/mk.json +++ b/apps/files/l10n/mk.json @@ -97,7 +97,6 @@ "Column headers with buttons are sortable." : "Насловите на колоните со копчиња се сортираат.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Оваа листа не е целосно прикажана поради заштеда на перформанси. Датотеките ќе се прикажуваат додека се движите низ листата.", "File not found" : "Датотеката не е пронајдена", - "{count} selected" : "{count} селектирани", "{usedQuotaByte} used" : "искористено {usedQuotaByte}", "{used} of {quota} used" : "Искористени {used} од {quota}", "{relative}% used" : "искористено {relative}% ", @@ -279,9 +278,9 @@ "Copied {origin} inside {destination}" : "Копирана {origin} во {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Копирана {origin} и {nbfiles} други датотеки во {destination}", "{newName} already exists" : "{newName} веќе постои", - "Could not rename \"{fileName}\", it does not exist any more" : "Неможе да се преименува \"{fileName}\", датотеката не постои", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Името \"{targetName}\" веќе се користи во папката \"{dir}\". Ве молиме изберете друго име.", - "Could not rename \"{fileName}\"" : "Неможе да се преименува \"{fileName}\"", + "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 create file \"{file}\"" : "Неможе да се креира датотека \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Неможе да се креира датотека \"{file}\" бидејќи веќе постои", "Could not create folder \"{dir}\" because it already exists" : "Неможе да се креира папка \"{dir}\" бидејќи веќе постои", diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js index eb260daa93b..f59399e8af5 100644 --- a/apps/files/l10n/nb.js +++ b/apps/files/l10n/nb.js @@ -112,7 +112,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Kolonneoverskrifter med knapper kan sorteres.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Denne listen er ikke fullstendig gjengitt av ytelsesgrunner. Filene gjengis når du navigerer gjennom listen.", "File not found" : "Finner ikke filen", - "{count} selected" : "{count} valgt", "{usedQuotaByte} used" : "{usedQuotaByte} brukt", "{used} of {quota} used" : "{used} av {quota} brukt", "{relative}% used" : "{relative}% brukt", @@ -359,9 +358,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Kopierte {origin} i {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Kopierte {origin} og {nbfiles} andre filer i {destination}", "{newName} already exists" : "{newName} finnes allerede", - "Could not rename \"{fileName}\", it does not exist any more" : "Klarte ikke å omdøpe \"{fileName}\", den finnes ikke lenger", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Navnet \"{targetName}\" brukes allerede i mappen \"{dir}\". Velg et annet navn.", - "Could not rename \"{fileName}\"" : "Klarte ikke å gi \"{fileName}\" nytt navn", + "Could not rename \"{oldName}\", it does not exist any more" : "Kunne ikke omdøpe \"{oldName}\", den finnes ikke lenger", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Navnet \"{newName}\" er allerede brukt i mappen \"{dir}\". Velg et annet navn.", + "Could not rename \"{oldName}\"" : "Kunne ikke omdøpe \"{oldName}\"", "Could not create file \"{file}\"" : "Klarte ikke å opprette fil \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Klarte ikke å opprette fil \"{file}\" fordi den finnes allerede", "Could not create folder \"{dir}\" because it already exists" : "Kunne ikke å opprette mappe \"{dir}\" fordi den finnes allerede", diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json index f92fd8a93d2..d17b6273657 100644 --- a/apps/files/l10n/nb.json +++ b/apps/files/l10n/nb.json @@ -110,7 +110,6 @@ "Column headers with buttons are sortable." : "Kolonneoverskrifter med knapper kan sorteres.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Denne listen er ikke fullstendig gjengitt av ytelsesgrunner. Filene gjengis når du navigerer gjennom listen.", "File not found" : "Finner ikke filen", - "{count} selected" : "{count} valgt", "{usedQuotaByte} used" : "{usedQuotaByte} brukt", "{used} of {quota} used" : "{used} av {quota} brukt", "{relative}% used" : "{relative}% brukt", @@ -357,9 +356,9 @@ "Copied {origin} inside {destination}" : "Kopierte {origin} i {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Kopierte {origin} og {nbfiles} andre filer i {destination}", "{newName} already exists" : "{newName} finnes allerede", - "Could not rename \"{fileName}\", it does not exist any more" : "Klarte ikke å omdøpe \"{fileName}\", den finnes ikke lenger", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Navnet \"{targetName}\" brukes allerede i mappen \"{dir}\". Velg et annet navn.", - "Could not rename \"{fileName}\"" : "Klarte ikke å gi \"{fileName}\" nytt navn", + "Could not rename \"{oldName}\", it does not exist any more" : "Kunne ikke omdøpe \"{oldName}\", den finnes ikke lenger", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Navnet \"{newName}\" er allerede brukt i mappen \"{dir}\". Velg et annet navn.", + "Could not rename \"{oldName}\"" : "Kunne ikke omdøpe \"{oldName}\"", "Could not create file \"{file}\"" : "Klarte ikke å opprette fil \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Klarte ikke å opprette fil \"{file}\" fordi den finnes allerede", "Could not create folder \"{dir}\" because it already exists" : "Kunne ikke å opprette mappe \"{dir}\" fordi den finnes allerede", diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js index 30ae8770ece..2833d657911 100644 --- a/apps/files/l10n/nl.js +++ b/apps/files/l10n/nl.js @@ -122,7 +122,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Kolomkoppen met knoppen zijn sorteerbaar", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "De lijst is niet volledig verwerkt om de prestatie niet te beperken. De bestanden worden verder verwerkt als je door de lijst navigeert.", "File not found" : "Bestand niet gevonden", - "{count} selected" : "{count} geselecteerd", "{usedQuotaByte} used" : "{usedQuotaByte} gebruikt", "{used} of {quota} used" : "{used} van {quota} gebruikt", "{relative}% used" : "{relative}% gebruikt", @@ -398,9 +397,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Kopieerde {origin} binnen {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Heeft {origin} en {nbfiles} andere bestanden in {destination} gekopieerd", "{newName} already exists" : "{newName} bestaat al", - "Could not rename \"{fileName}\", it does not exist any more" : "Kon \"{fileName}\" niet hernoemen, het bestaat niet meer", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "De naam \"{targetName}\" bestaat al in map \"{dir}\". Kies een andere naam.", - "Could not rename \"{fileName}\"" : "Kon \"{fileName}\" niet hernoemen", + "Could not rename \"{oldName}\", it does not exist any more" : "Kon \"{oldName}\" niet hernoemen, het bestaat niet meer", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "De naam \"{newName}\" bestaat al in map \"{dir}\". Kies een andere naam.", + "Could not rename \"{oldName}\"" : "Kon \"{oldName}\" niet hernoemen", "Could not create file \"{file}\"" : "Kon \"{file}\" niet aanmaken", "Could not create file \"{file}\" because it already exists" : "Kon \"{file}\" niet aanmaken, omdat het al bestaat", "Could not create folder \"{dir}\" because it already exists" : "Kon map \"{dir}\" niet aanmaken, omdat die al bestaat", diff --git a/apps/files/l10n/nl.json b/apps/files/l10n/nl.json index 4f548fe1987..d259fbe6407 100644 --- a/apps/files/l10n/nl.json +++ b/apps/files/l10n/nl.json @@ -120,7 +120,6 @@ "Column headers with buttons are sortable." : "Kolomkoppen met knoppen zijn sorteerbaar", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "De lijst is niet volledig verwerkt om de prestatie niet te beperken. De bestanden worden verder verwerkt als je door de lijst navigeert.", "File not found" : "Bestand niet gevonden", - "{count} selected" : "{count} geselecteerd", "{usedQuotaByte} used" : "{usedQuotaByte} gebruikt", "{used} of {quota} used" : "{used} van {quota} gebruikt", "{relative}% used" : "{relative}% gebruikt", @@ -396,9 +395,9 @@ "Copied {origin} inside {destination}" : "Kopieerde {origin} binnen {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Heeft {origin} en {nbfiles} andere bestanden in {destination} gekopieerd", "{newName} already exists" : "{newName} bestaat al", - "Could not rename \"{fileName}\", it does not exist any more" : "Kon \"{fileName}\" niet hernoemen, het bestaat niet meer", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "De naam \"{targetName}\" bestaat al in map \"{dir}\". Kies een andere naam.", - "Could not rename \"{fileName}\"" : "Kon \"{fileName}\" niet hernoemen", + "Could not rename \"{oldName}\", it does not exist any more" : "Kon \"{oldName}\" niet hernoemen, het bestaat niet meer", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "De naam \"{newName}\" bestaat al in map \"{dir}\". Kies een andere naam.", + "Could not rename \"{oldName}\"" : "Kon \"{oldName}\" niet hernoemen", "Could not create file \"{file}\"" : "Kon \"{file}\" niet aanmaken", "Could not create file \"{file}\" because it already exists" : "Kon \"{file}\" niet aanmaken, omdat het al bestaat", "Could not create folder \"{dir}\" because it already exists" : "Kon map \"{dir}\" niet aanmaken, omdat die al bestaat", diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index dc0e482ea90..63bca5c485b 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -124,7 +124,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Nagłówki kolumn z przyciskami są sortowalne.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Ta lista nie jest w pełni renderowana ze względu na wydajność. Pliki będą renderowane podczas poruszania się po liście.", "File not found" : "Nie odnaleziono pliku", - "{count} selected" : "wybrano {count}", "{usedQuotaByte} used" : "Wykorzystano {usedQuotaByte}", "{used} of {quota} used" : "Wykorzystane {used} z {quota}", "{relative}% used" : "Wykorzystano {relative}%", @@ -401,9 +400,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Skopiowano {origin} wewnątrz {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Skopiowano {origin} oraz {nbfiles} innych plików wewnątrz {destination}", "{newName} already exists" : "{newName} już istnieje", - "Could not rename \"{fileName}\", it does not exist any more" : "Nie można zmienić nazwy \"{fileName}\", plik już nie istnieje", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nazwa \"{targetName}\" jest już używana w katalogu \"{dir}\". Wybierz inną nazwę.", - "Could not rename \"{fileName}\"" : "Nie można zmienić nazwy \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Nie można zmienić nazwy \"{oldName}\", już nie istnieje", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nazwa \"{newName}\" jest już używana w katalogu \"{dir}\". Wybierz inną nazwę.", + "Could not rename \"{oldName}\"" : "Nie można zmienić nazwy \"{oldName}\"", "Could not create file \"{file}\"" : "Nie można utworzyć pliku \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Nie można utworzyć pliku \"{file}\", ponieważ ten plik już istnieje.", "Could not create folder \"{dir}\" because it already exists" : "Nie można utworzyć katalogu \"{dir}\", ponieważ już istnieje", diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json index e1c31eb98d0..2eea38487f8 100644 --- a/apps/files/l10n/pl.json +++ b/apps/files/l10n/pl.json @@ -122,7 +122,6 @@ "Column headers with buttons are sortable." : "Nagłówki kolumn z przyciskami są sortowalne.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Ta lista nie jest w pełni renderowana ze względu na wydajność. Pliki będą renderowane podczas poruszania się po liście.", "File not found" : "Nie odnaleziono pliku", - "{count} selected" : "wybrano {count}", "{usedQuotaByte} used" : "Wykorzystano {usedQuotaByte}", "{used} of {quota} used" : "Wykorzystane {used} z {quota}", "{relative}% used" : "Wykorzystano {relative}%", @@ -399,9 +398,9 @@ "Copied {origin} inside {destination}" : "Skopiowano {origin} wewnątrz {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Skopiowano {origin} oraz {nbfiles} innych plików wewnątrz {destination}", "{newName} already exists" : "{newName} już istnieje", - "Could not rename \"{fileName}\", it does not exist any more" : "Nie można zmienić nazwy \"{fileName}\", plik już nie istnieje", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nazwa \"{targetName}\" jest już używana w katalogu \"{dir}\". Wybierz inną nazwę.", - "Could not rename \"{fileName}\"" : "Nie można zmienić nazwy \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Nie można zmienić nazwy \"{oldName}\", już nie istnieje", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nazwa \"{newName}\" jest już używana w katalogu \"{dir}\". Wybierz inną nazwę.", + "Could not rename \"{oldName}\"" : "Nie można zmienić nazwy \"{oldName}\"", "Could not create file \"{file}\"" : "Nie można utworzyć pliku \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Nie można utworzyć pliku \"{file}\", ponieważ ten plik już istnieje.", "Could not create folder \"{dir}\" because it already exists" : "Nie można utworzyć katalogu \"{dir}\", ponieważ już istnieje", diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 4fbf806e50f..dcf493b3ec0 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -124,7 +124,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Os cabeçalhos de coluna com botões podem ser ordenados.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta lista não é totalmente renderizada por motivos de desempenho. Os arquivos serão renderizados à medida que você navegar pela lista.", "File not found" : "Arquivo não encontrado", - "{count} selected" : "{count} selecionados", + "_{count} selected_::_{count} selected_" : ["{count} selecionado","{count} selecionados","{count} selecionados"], "{usedQuotaByte} used" : "{usedQuotaByte} usado", "{used} of {quota} used" : "{used} de {quota} usados", "{relative}% used" : "{relative}% usado", @@ -401,9 +401,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "{origin} foi copiado para {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} e outros {nbfiles} arquivos foram copiados para {destination}", "{newName} already exists" : "{newName} já existe", - "Could not rename \"{fileName}\", it does not exist any more" : "Não foi possível renomear \"{fileName}\" pois ele não existe mais", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome \"{targetName}\" já está sendo usado na pasta \"{dir}\". Por favor escolha um nome diferente.", - "Could not rename \"{fileName}\"" : "Não foi possível renomear \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Não foi possível renomear \"{oldName}\", ele não existe mais", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome \"{newName}\" já é utilizado na pasta \"{dir}\". Escolha um nome diferente.", + "Could not rename \"{oldName}\"" : "Não foi possível renomear \"{oldName}\"", "Could not create file \"{file}\"" : "Não foi possível criar o arquivo \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Não foi possível criar o arquivo \"{file}\" pois ele já existe", "Could not create folder \"{dir}\" because it already exists" : "Não foi possível criar a pasta \"{dir}\" pois ela já existe", diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index 26407bec6c5..2b8c125709e 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -122,7 +122,7 @@ "Column headers with buttons are sortable." : "Os cabeçalhos de coluna com botões podem ser ordenados.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta lista não é totalmente renderizada por motivos de desempenho. Os arquivos serão renderizados à medida que você navegar pela lista.", "File not found" : "Arquivo não encontrado", - "{count} selected" : "{count} selecionados", + "_{count} selected_::_{count} selected_" : ["{count} selecionado","{count} selecionados","{count} selecionados"], "{usedQuotaByte} used" : "{usedQuotaByte} usado", "{used} of {quota} used" : "{used} de {quota} usados", "{relative}% used" : "{relative}% usado", @@ -399,9 +399,9 @@ "Copied {origin} inside {destination}" : "{origin} foi copiado para {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} e outros {nbfiles} arquivos foram copiados para {destination}", "{newName} already exists" : "{newName} já existe", - "Could not rename \"{fileName}\", it does not exist any more" : "Não foi possível renomear \"{fileName}\" pois ele não existe mais", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome \"{targetName}\" já está sendo usado na pasta \"{dir}\". Por favor escolha um nome diferente.", - "Could not rename \"{fileName}\"" : "Não foi possível renomear \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Não foi possível renomear \"{oldName}\", ele não existe mais", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome \"{newName}\" já é utilizado na pasta \"{dir}\". Escolha um nome diferente.", + "Could not rename \"{oldName}\"" : "Não foi possível renomear \"{oldName}\"", "Could not create file \"{file}\"" : "Não foi possível criar o arquivo \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Não foi possível criar o arquivo \"{file}\" pois ele já existe", "Could not create folder \"{dir}\" because it already exists" : "Não foi possível criar a pasta \"{dir}\" pois ela já existe", diff --git a/apps/files/l10n/pt_PT.js b/apps/files/l10n/pt_PT.js index f7ee81df2ff..2ae0807582a 100644 --- a/apps/files/l10n/pt_PT.js +++ b/apps/files/l10n/pt_PT.js @@ -105,7 +105,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Os cabeçalhos das colunas com botões são ordenáveis", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Por motivos de desempenho, esta lista não é totalmente processada. Os ficheiros serão processados à medida que navega na lista.", "File not found" : "Ficheiro não encontrado", - "{count} selected" : "{count} selecionado ", + "_{count} selected_::_{count} selected_" : ["{count} selecionado","{count} selecionado","{count} selecionado"], "{usedQuotaByte} used" : "{usedQuotaByte} usado", "{used} of {quota} used" : "utilizado {used} de {quota}", "{relative}% used" : "{relative}% usado", @@ -226,9 +226,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Copiado {origin} para {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Copiados {origin} e {nbfiles} outros ficheiros para dentro de {destination}", "{newName} already exists" : "{newName} já existe", - "Could not rename \"{fileName}\", it does not exist any more" : "Não foi possível renomear \"{fileName}\", este já não existe", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome \"{targetName}\" já está em utilização na pasta \"{dir}\". Por favor, escolha um nome diferente.", - "Could not rename \"{fileName}\"" : "Não foi possível renomear \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Não foi possível renomear “{oldName}”, já não existe", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome “{newName}” já está a ser utilizado na pasta “{dir}”. Por favor, escolha um nome diferente.", + "Could not rename \"{oldName}\"" : "Não foi possível renomear \"{oldName}\"", "Could not create file \"{file}\"" : "Não foi possível criar o ficheiro \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Não foi possível criar o ficheiro \"{file}\", porque este já existe", "Could not create folder \"{dir}\" because it already exists" : "Não foi possível criar a pasta \"{dir}\", porque esta já existe", diff --git a/apps/files/l10n/pt_PT.json b/apps/files/l10n/pt_PT.json index 87045e72815..464343d02ce 100644 --- a/apps/files/l10n/pt_PT.json +++ b/apps/files/l10n/pt_PT.json @@ -103,7 +103,7 @@ "Column headers with buttons are sortable." : "Os cabeçalhos das colunas com botões são ordenáveis", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Por motivos de desempenho, esta lista não é totalmente processada. Os ficheiros serão processados à medida que navega na lista.", "File not found" : "Ficheiro não encontrado", - "{count} selected" : "{count} selecionado ", + "_{count} selected_::_{count} selected_" : ["{count} selecionado","{count} selecionado","{count} selecionado"], "{usedQuotaByte} used" : "{usedQuotaByte} usado", "{used} of {quota} used" : "utilizado {used} de {quota}", "{relative}% used" : "{relative}% usado", @@ -224,9 +224,9 @@ "Copied {origin} inside {destination}" : "Copiado {origin} para {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Copiados {origin} e {nbfiles} outros ficheiros para dentro de {destination}", "{newName} already exists" : "{newName} já existe", - "Could not rename \"{fileName}\", it does not exist any more" : "Não foi possível renomear \"{fileName}\", este já não existe", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome \"{targetName}\" já está em utilização na pasta \"{dir}\". Por favor, escolha um nome diferente.", - "Could not rename \"{fileName}\"" : "Não foi possível renomear \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Não foi possível renomear “{oldName}”, já não existe", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome “{newName}” já está a ser utilizado na pasta “{dir}”. Por favor, escolha um nome diferente.", + "Could not rename \"{oldName}\"" : "Não foi possível renomear \"{oldName}\"", "Could not create file \"{file}\"" : "Não foi possível criar o ficheiro \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Não foi possível criar o ficheiro \"{file}\", porque este já existe", "Could not create folder \"{dir}\" because it already exists" : "Não foi possível criar a pasta \"{dir}\", porque esta já existe", diff --git a/apps/files/l10n/ro.js b/apps/files/l10n/ro.js index 8ad80762a2b..dd5127b2f30 100644 --- a/apps/files/l10n/ro.js +++ b/apps/files/l10n/ro.js @@ -82,6 +82,7 @@ OC.L10N.register( "List of files and folders." : "Listă fișiere și foldere", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Această lista este incomplet afișată din motive de performanță. Fișierele vor fi afișate pe măsură ce navigați prin listă.", "File not found" : "Fișierul nu a fost găsit", + "_{count} selected_::_{count} selected_" : ["{count}selectat","{count}selectate","{count}selectate"], "{usedQuotaByte} used" : "{usedQuotaByte} utilizați", "{used} of {quota} used" : "{used} din {quota} folosiți", "{relative}% used" : "{relative}% utilizat", @@ -231,9 +232,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "S-a copiat {origin} în {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "S-a copiat {origin} și {nbfiles} alte fișiere în {destination}", "{newName} already exists" : "{newName} există deja", - "Could not rename \"{fileName}\", it does not exist any more" : "Nu s-a putut redenumi \"{fileName}\", fișierul nu mai există", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Numele \"{targetName}\" este deja folosit în directorul \"{dir}\". Alege un nume diferit.", - "Could not rename \"{fileName}\"" : "Nu s-a putut redenumi \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "\"{oldName}\" nu poate fi redenumit deoarece nu mai există", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Numele \"{newName}\" există în folderul \"{dir}\". Selectați, vă rog, alt nume.", + "Could not rename \"{oldName}\"" : "\"{oldName}\" nu poate fi redenumit", "Could not create file \"{file}\"" : "Nu s-a putut crea fișierul \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Nu s-a putut crea fișierul \"{file}\" deoarece există deja unul cu același nume", "Could not create folder \"{dir}\" because it already exists" : "Nu s-a putut crea directorul \"{dir}\" deoarece există deja unul cu același nume", diff --git a/apps/files/l10n/ro.json b/apps/files/l10n/ro.json index d9c1484484c..6c49f8aded9 100644 --- a/apps/files/l10n/ro.json +++ b/apps/files/l10n/ro.json @@ -80,6 +80,7 @@ "List of files and folders." : "Listă fișiere și foldere", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Această lista este incomplet afișată din motive de performanță. Fișierele vor fi afișate pe măsură ce navigați prin listă.", "File not found" : "Fișierul nu a fost găsit", + "_{count} selected_::_{count} selected_" : ["{count}selectat","{count}selectate","{count}selectate"], "{usedQuotaByte} used" : "{usedQuotaByte} utilizați", "{used} of {quota} used" : "{used} din {quota} folosiți", "{relative}% used" : "{relative}% utilizat", @@ -229,9 +230,9 @@ "Copied {origin} inside {destination}" : "S-a copiat {origin} în {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "S-a copiat {origin} și {nbfiles} alte fișiere în {destination}", "{newName} already exists" : "{newName} există deja", - "Could not rename \"{fileName}\", it does not exist any more" : "Nu s-a putut redenumi \"{fileName}\", fișierul nu mai există", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Numele \"{targetName}\" este deja folosit în directorul \"{dir}\". Alege un nume diferit.", - "Could not rename \"{fileName}\"" : "Nu s-a putut redenumi \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "\"{oldName}\" nu poate fi redenumit deoarece nu mai există", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Numele \"{newName}\" există în folderul \"{dir}\". Selectați, vă rog, alt nume.", + "Could not rename \"{oldName}\"" : "\"{oldName}\" nu poate fi redenumit", "Could not create file \"{file}\"" : "Nu s-a putut crea fișierul \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Nu s-a putut crea fișierul \"{file}\" deoarece există deja unul cu același nume", "Could not create folder \"{dir}\" because it already exists" : "Nu s-a putut crea directorul \"{dir}\" deoarece există deja unul cu același nume", diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 324ea82e228..ab93d838068 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -124,7 +124,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Заголовки столбцов с кнопками можно сортировать.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Этот список отображается не полностью из соображений производительности. Файлы будут отображаться по мере перемещения по списку.", "File not found" : "Файл не найден", - "{count} selected" : "{count} выбрано", "{usedQuotaByte} used" : "Использовано {usedQuotaByte}", "{used} of {quota} used" : "использовано {used} из {quota}", "{relative}% used" : "Использовано {relative}%", @@ -401,9 +400,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "{origin} скопирован в {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} и {nbfiles} других файлов скопированы в {destination}", "{newName} already exists" : "«{newName}» уже существует", - "Could not rename \"{fileName}\", it does not exist any more" : "Невозможно переименовать «{fileName}», файл больше не существует", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Имя «{targetName}» уже используется в каталоге «{dir}». Выберите другое имя.", - "Could not rename \"{fileName}\"" : "Невозможно переименовать «{fileName}»", + "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 create file \"{file}\"" : "Невозможно создать файл «{file}»", "Could not create file \"{file}\" because it already exists" : "Невозможно создать файл «{file}», он уже существует", "Could not create folder \"{dir}\" because it already exists" : "Невозможно создать каталог «{dir}», он уже существует", diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index 73cb009e141..b263ee6c775 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -122,7 +122,6 @@ "Column headers with buttons are sortable." : "Заголовки столбцов с кнопками можно сортировать.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Этот список отображается не полностью из соображений производительности. Файлы будут отображаться по мере перемещения по списку.", "File not found" : "Файл не найден", - "{count} selected" : "{count} выбрано", "{usedQuotaByte} used" : "Использовано {usedQuotaByte}", "{used} of {quota} used" : "использовано {used} из {quota}", "{relative}% used" : "Использовано {relative}%", @@ -399,9 +398,9 @@ "Copied {origin} inside {destination}" : "{origin} скопирован в {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} и {nbfiles} других файлов скопированы в {destination}", "{newName} already exists" : "«{newName}» уже существует", - "Could not rename \"{fileName}\", it does not exist any more" : "Невозможно переименовать «{fileName}», файл больше не существует", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Имя «{targetName}» уже используется в каталоге «{dir}». Выберите другое имя.", - "Could not rename \"{fileName}\"" : "Невозможно переименовать «{fileName}»", + "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 create file \"{file}\"" : "Невозможно создать файл «{file}»", "Could not create file \"{file}\" because it already exists" : "Невозможно создать файл «{file}», он уже существует", "Could not create folder \"{dir}\" because it already exists" : "Невозможно создать каталог «{dir}», он уже существует", diff --git a/apps/files/l10n/sc.js b/apps/files/l10n/sc.js index 90722be0e4c..d073f91e7a1 100644 --- a/apps/files/l10n/sc.js +++ b/apps/files/l10n/sc.js @@ -76,7 +76,6 @@ OC.L10N.register( "(selected)" : "(seletzionados)", "List of files and folders." : "Lista de archìvios e cartellas.", "File not found" : "Archìviu no agatadu", - "{count} selected" : "seletzionados: {count}", "{usedQuotaByte} used" : "{usedQuotaByte} impreadu", "{used} of {quota} used" : "{used} de {quota} impreadu", "{relative}% used" : "{relative}% impreadu", @@ -239,9 +238,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "{origin} copiadu a intro de {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Copiados {origin} e {nbfiles} àteros archìvios a intro de {destination}", "{newName} already exists" : "{newName} esistit giai", - "Could not rename \"{fileName}\", it does not exist any more" : "No at fatu a torrare a numenare \"{fileName}\", ca no esistit prus", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Su nùmene \"{targetName}\" est giai impreadu in sa cartella \"{dir}\". Sèbera un'àteru nùmene.", - "Could not rename \"{fileName}\"" : "No at fatu a torrare a numenare \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Impossìbile torrare a numenare \"{oldName}\", dae chi no esistit prus", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Su nùmene \"{newName}\" est giai impreadu in sa cartella \"{dir}\". Sèbera unu nùmene diferente.", + "Could not rename \"{oldName}\"" : "Impossìbile torrare a numenare \"{oldName}\"", "Could not create file \"{file}\"" : "No at fatu a creare s'archìviu \"{file}\"", "Could not create file \"{file}\" because it already exists" : "No at fatu a creare s'archìviu \"{file}\" ca esitit giai", "Could not create folder \"{dir}\" because it already exists" : "No at fatu a creare sa cartella \"{dir}\" ca esistit giai", diff --git a/apps/files/l10n/sc.json b/apps/files/l10n/sc.json index 0bdada5e8a7..5fcaa717ef2 100644 --- a/apps/files/l10n/sc.json +++ b/apps/files/l10n/sc.json @@ -74,7 +74,6 @@ "(selected)" : "(seletzionados)", "List of files and folders." : "Lista de archìvios e cartellas.", "File not found" : "Archìviu no agatadu", - "{count} selected" : "seletzionados: {count}", "{usedQuotaByte} used" : "{usedQuotaByte} impreadu", "{used} of {quota} used" : "{used} de {quota} impreadu", "{relative}% used" : "{relative}% impreadu", @@ -237,9 +236,9 @@ "Copied {origin} inside {destination}" : "{origin} copiadu a intro de {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Copiados {origin} e {nbfiles} àteros archìvios a intro de {destination}", "{newName} already exists" : "{newName} esistit giai", - "Could not rename \"{fileName}\", it does not exist any more" : "No at fatu a torrare a numenare \"{fileName}\", ca no esistit prus", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Su nùmene \"{targetName}\" est giai impreadu in sa cartella \"{dir}\". Sèbera un'àteru nùmene.", - "Could not rename \"{fileName}\"" : "No at fatu a torrare a numenare \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Impossìbile torrare a numenare \"{oldName}\", dae chi no esistit prus", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Su nùmene \"{newName}\" est giai impreadu in sa cartella \"{dir}\". Sèbera unu nùmene diferente.", + "Could not rename \"{oldName}\"" : "Impossìbile torrare a numenare \"{oldName}\"", "Could not create file \"{file}\"" : "No at fatu a creare s'archìviu \"{file}\"", "Could not create file \"{file}\" because it already exists" : "No at fatu a creare s'archìviu \"{file}\" ca esitit giai", "Could not create folder \"{dir}\" because it already exists" : "No at fatu a creare sa cartella \"{dir}\" ca esistit giai", diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index b4f176d76f9..a0c8c8970b5 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -116,7 +116,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Stĺpce hlavičiek s tlačidlami sú triediteľné.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Tento zoznam nie je úplne vykreslený z dôvodov výkonu. Súbory budú vykreslené, keď budete prechádzať zoznamom.", "File not found" : "Súbor nenájdený", - "{count} selected" : "{count} vybraných", + "_{count} selected_::_{count} selected_" : ["{count} vybraný","{count} vybrané","{count} vybraných","{count} vybraných"], "{usedQuotaByte} used" : "{usedQuotaByte} použitých", "{used} of {quota} used" : "použitých {used} z {quota}", "{relative}% used" : "{relative}% použitých", @@ -391,9 +391,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Skopírované {origin} do {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Skopírované {origin} a {nbfiles} ostatných súborov do {destination}", "{newName} already exists" : "{newName} už existuje", - "Could not rename \"{fileName}\", it does not exist any more" : "Nie je možné premenovať \"{fileName}\", cieľ už neexistuje", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Názov \"{targetName}\" je už použitý v priečinku \"{dir}\". Zvoľte prosím iný názov.", - "Could not rename \"{fileName}\"" : "Nie je možné premenovať \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Nebolo možné premenovať \"{oldName}\". Položka už neexistuje.", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Názov \"{newName}\" sa už používa v priečinku \"{dir}\". Vyberte prosím iný názov.", + "Could not rename \"{oldName}\"" : "Nebolo možné premenovať \"{oldName}\"", "Could not create file \"{file}\"" : "Nie je možné vytvoriť súbor \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Nie je možné vytvoriť súbor \"{file}\" lebo už existuje", "Could not create folder \"{dir}\" because it already exists" : "Nie je možné vytvoriť priečinok \"{dir}\" lebo už existuje", diff --git a/apps/files/l10n/sk.json b/apps/files/l10n/sk.json index 00da3b734a4..82f66759f47 100644 --- a/apps/files/l10n/sk.json +++ b/apps/files/l10n/sk.json @@ -114,7 +114,7 @@ "Column headers with buttons are sortable." : "Stĺpce hlavičiek s tlačidlami sú triediteľné.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Tento zoznam nie je úplne vykreslený z dôvodov výkonu. Súbory budú vykreslené, keď budete prechádzať zoznamom.", "File not found" : "Súbor nenájdený", - "{count} selected" : "{count} vybraných", + "_{count} selected_::_{count} selected_" : ["{count} vybraný","{count} vybrané","{count} vybraných","{count} vybraných"], "{usedQuotaByte} used" : "{usedQuotaByte} použitých", "{used} of {quota} used" : "použitých {used} z {quota}", "{relative}% used" : "{relative}% použitých", @@ -389,9 +389,9 @@ "Copied {origin} inside {destination}" : "Skopírované {origin} do {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Skopírované {origin} a {nbfiles} ostatných súborov do {destination}", "{newName} already exists" : "{newName} už existuje", - "Could not rename \"{fileName}\", it does not exist any more" : "Nie je možné premenovať \"{fileName}\", cieľ už neexistuje", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Názov \"{targetName}\" je už použitý v priečinku \"{dir}\". Zvoľte prosím iný názov.", - "Could not rename \"{fileName}\"" : "Nie je možné premenovať \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Nebolo možné premenovať \"{oldName}\". Položka už neexistuje.", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Názov \"{newName}\" sa už používa v priečinku \"{dir}\". Vyberte prosím iný názov.", + "Could not rename \"{oldName}\"" : "Nebolo možné premenovať \"{oldName}\"", "Could not create file \"{file}\"" : "Nie je možné vytvoriť súbor \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Nie je možné vytvoriť súbor \"{file}\" lebo už existuje", "Could not create folder \"{dir}\" because it already exists" : "Nie je možné vytvoriť priečinok \"{dir}\" lebo už existuje", diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js index 19893245a4a..033e4d62d22 100644 --- a/apps/files/l10n/sl.js +++ b/apps/files/l10n/sl.js @@ -118,7 +118,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Naslove stolpcev z gumbi je mogoče sortirati.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Seznam datotek ni v celoti izpisan zaradi zagotavljanja hitrosti in odzivnosti sistema. Predmeti se bodo dopolnjevali med brskanjem.", "File not found" : "Datoteke ni mogoče najti", - "{count} selected" : "{count} izbranih", "{usedQuotaByte} used" : "Zasedeno {usedQuotaByte}", "{used} of {quota} used" : "V uporabi je {used} od {quota}", "{relative}% used" : "Zasedeno {relative} %", @@ -394,9 +393,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Kopirano {origin} v {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Kopirano {origin} in {nbfiles} ostale datoteke v {destination}", "{newName} already exists" : "Ime {newName} že obstaja", - "Could not rename \"{fileName}\", it does not exist any more" : "Datoteke »{fileName}« ni mogoče preimenovati, ker ne obstaja več", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Ime \"{targetName}\" je v mapi »{dir}« že v uporabi. Izbrati je treba drugačno ime.", - "Could not rename \"{fileName}\"" : "Datoteke »{fileName}« ni mogoče preimenovati", + "Could not rename \"{oldName}\", it does not exist any more" : "Datoteke »{oldName}« ni mogoče preimenovati, ker ne obstaja več.", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Ime »{newName}« je v mapi »{dir}« že v uporabi. Izbrati je treba drugačno ime.", + "Could not rename \"{oldName}\"" : "Datoteke »{oldName}« ni mogoče preimenovati", "Could not create file \"{file}\"" : "Datoteke »{file}« ni mogoče ustvariti.", "Could not create file \"{file}\" because it already exists" : "Datoteke »{file}« ni mogoče ustvariti, ker datoteka z istim imenom že obstaja.", "Could not create folder \"{dir}\" because it already exists" : "Ni mogoče ustvariti mape »{dir}«, ker ta že obstaja", diff --git a/apps/files/l10n/sl.json b/apps/files/l10n/sl.json index f738ccdfba6..ede3c7dbdb6 100644 --- a/apps/files/l10n/sl.json +++ b/apps/files/l10n/sl.json @@ -116,7 +116,6 @@ "Column headers with buttons are sortable." : "Naslove stolpcev z gumbi je mogoče sortirati.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Seznam datotek ni v celoti izpisan zaradi zagotavljanja hitrosti in odzivnosti sistema. Predmeti se bodo dopolnjevali med brskanjem.", "File not found" : "Datoteke ni mogoče najti", - "{count} selected" : "{count} izbranih", "{usedQuotaByte} used" : "Zasedeno {usedQuotaByte}", "{used} of {quota} used" : "V uporabi je {used} od {quota}", "{relative}% used" : "Zasedeno {relative} %", @@ -392,9 +391,9 @@ "Copied {origin} inside {destination}" : "Kopirano {origin} v {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Kopirano {origin} in {nbfiles} ostale datoteke v {destination}", "{newName} already exists" : "Ime {newName} že obstaja", - "Could not rename \"{fileName}\", it does not exist any more" : "Datoteke »{fileName}« ni mogoče preimenovati, ker ne obstaja več", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Ime \"{targetName}\" je v mapi »{dir}« že v uporabi. Izbrati je treba drugačno ime.", - "Could not rename \"{fileName}\"" : "Datoteke »{fileName}« ni mogoče preimenovati", + "Could not rename \"{oldName}\", it does not exist any more" : "Datoteke »{oldName}« ni mogoče preimenovati, ker ne obstaja več.", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Ime »{newName}« je v mapi »{dir}« že v uporabi. Izbrati je treba drugačno ime.", + "Could not rename \"{oldName}\"" : "Datoteke »{oldName}« ni mogoče preimenovati", "Could not create file \"{file}\"" : "Datoteke »{file}« ni mogoče ustvariti.", "Could not create file \"{file}\" because it already exists" : "Datoteke »{file}« ni mogoče ustvariti, ker datoteka z istim imenom že obstaja.", "Could not create folder \"{dir}\" because it already exists" : "Ni mogoče ustvariti mape »{dir}«, ker ta že obstaja", diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index 1462028efbd..ca611d7b763 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -124,7 +124,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Заглавља колона са дугмићима могу да се соритрају.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Ова листа није у потпуности приказана из разлога перформанси. Фајлови ће се приказивати како се крећете кроз листу.", "File not found" : "Фајл није нађен", - "{count} selected" : "{count} изабрано", + "_{count} selected_::_{count} selected_" : ["изабран је {count}","изабрана су {count}","изабрано је {count}"], "{usedQuotaByte} used" : "{usedQuotaByte} искоришћено", "{used} of {quota} used" : "{used} од {quota} искоришћено", "{relative}% used" : "{relative}% искоришћено", @@ -401,9 +401,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Копиран {origin} у {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Копиран{origin} и још {nbfiles} других фајлова у {destination}", "{newName} already exists" : "{newName} већ постоји", - "Could not rename \"{fileName}\", it does not exist any more" : "Не могу да преименујем „{fileName}“. Фајл више не постоји", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Назив „{targetName}“ се већ користи у фасцикли „{dir}“. Одаберите неко друго име.", - "Could not rename \"{fileName}\"" : "Не могу да преименујем „{fileName}“", + "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 create file \"{file}\"" : "Не могу да направим фајл „{file}“", "Could not create file \"{file}\" because it already exists" : "Не могу да направим фајл „{file}“ јер већ постоји", "Could not create folder \"{dir}\" because it already exists" : "Не могу да направим фасциклу „{dir}“ јер већ постоји", diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json index e4cfab160f8..600b677a873 100644 --- a/apps/files/l10n/sr.json +++ b/apps/files/l10n/sr.json @@ -122,7 +122,7 @@ "Column headers with buttons are sortable." : "Заглавља колона са дугмићима могу да се соритрају.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Ова листа није у потпуности приказана из разлога перформанси. Фајлови ће се приказивати како се крећете кроз листу.", "File not found" : "Фајл није нађен", - "{count} selected" : "{count} изабрано", + "_{count} selected_::_{count} selected_" : ["изабран је {count}","изабрана су {count}","изабрано је {count}"], "{usedQuotaByte} used" : "{usedQuotaByte} искоришћено", "{used} of {quota} used" : "{used} од {quota} искоришћено", "{relative}% used" : "{relative}% искоришћено", @@ -399,9 +399,9 @@ "Copied {origin} inside {destination}" : "Копиран {origin} у {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Копиран{origin} и још {nbfiles} других фајлова у {destination}", "{newName} already exists" : "{newName} већ постоји", - "Could not rename \"{fileName}\", it does not exist any more" : "Не могу да преименујем „{fileName}“. Фајл више не постоји", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Назив „{targetName}“ се већ користи у фасцикли „{dir}“. Одаберите неко друго име.", - "Could not rename \"{fileName}\"" : "Не могу да преименујем „{fileName}“", + "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 create file \"{file}\"" : "Не могу да направим фајл „{file}“", "Could not create file \"{file}\" because it already exists" : "Не могу да направим фајл „{file}“ јер већ постоји", "Could not create folder \"{dir}\" because it already exists" : "Не могу да направим фасциклу „{dir}“ јер већ постоји", diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index bb758578e22..689614d845d 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -124,7 +124,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Kolumnrubriker med knappar är sorterbara.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Denna lista är inte helt återgiven av prestandaskäl. Filerna kommer att renderas när du navigerar genom listan.", "File not found" : "Filen kunde inte hittas", - "{count} selected" : "{count} valda", + "_{count} selected_::_{count} selected_" : ["{count} vald","{count} valda"], "{usedQuotaByte} used" : "{usedQuotaByte} använt", "{used} of {quota} used" : "{used} av {quota} använt", "{relative}% used" : "{relative}% använt", @@ -401,9 +401,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Kopierade {origin} till {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Kopierade {origin} och {nbfiles} andra filer i {destination}", "{newName} already exists" : "{newName} existerar redan", - "Could not rename \"{fileName}\", it does not exist any more" : "Kunde inte döpa om \"{fileName}\", filen existerar inte mer", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Namnet \"{targetName}\" används redan i mappen \"{dir}\". Välj ett annat namn.", - "Could not rename \"{fileName}\"" : "Kan inte döpa om \"{fileName}\"", + "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 create file \"{file}\"" : "Kunde inte skapa fil \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Kunde inte skapa fil \"{file}\" därför att den redan existerar", "Could not create folder \"{dir}\" because it already exists" : "Kunde inte skapa \"{dir}\" därför att den redan existerar", diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index e0ac773057c..46e1ee89f52 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -122,7 +122,7 @@ "Column headers with buttons are sortable." : "Kolumnrubriker med knappar är sorterbara.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Denna lista är inte helt återgiven av prestandaskäl. Filerna kommer att renderas när du navigerar genom listan.", "File not found" : "Filen kunde inte hittas", - "{count} selected" : "{count} valda", + "_{count} selected_::_{count} selected_" : ["{count} vald","{count} valda"], "{usedQuotaByte} used" : "{usedQuotaByte} använt", "{used} of {quota} used" : "{used} av {quota} använt", "{relative}% used" : "{relative}% använt", @@ -399,9 +399,9 @@ "Copied {origin} inside {destination}" : "Kopierade {origin} till {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Kopierade {origin} och {nbfiles} andra filer i {destination}", "{newName} already exists" : "{newName} existerar redan", - "Could not rename \"{fileName}\", it does not exist any more" : "Kunde inte döpa om \"{fileName}\", filen existerar inte mer", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Namnet \"{targetName}\" används redan i mappen \"{dir}\". Välj ett annat namn.", - "Could not rename \"{fileName}\"" : "Kan inte döpa om \"{fileName}\"", + "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 create file \"{file}\"" : "Kunde inte skapa fil \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Kunde inte skapa fil \"{file}\" därför att den redan existerar", "Could not create folder \"{dir}\" because it already exists" : "Kunde inte skapa \"{dir}\" därför att den redan existerar", diff --git a/apps/files/l10n/sw.js b/apps/files/l10n/sw.js index 028248f33c5..9d9dabb0b47 100644 --- a/apps/files/l10n/sw.js +++ b/apps/files/l10n/sw.js @@ -5,7 +5,7 @@ OC.L10N.register( "Removed from favorites" : "Imeondolewa kutoka vipendwa", "You added {file} to your favorites" : "Umeongeza {file}kwa vipendwa vyako", "You removed {file} from your favorites" : "Umeondoa {file}kwenye vipendwa vyako", - "Favorites" : "Vipendwa", + "Favorites" : "Vinavyopendwa", "File changes" : "Mabadiliko ya faili", "Created by {user}" : "Imetengenezwa na {user}", "Changed by {user}" : "Imebadilishwa na {user}", @@ -124,7 +124,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Vichwa vya safu wima vilivyo na vifungo vinaweza kupangwa.\n ", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Orodha hii haijatolewa kikamilifu kwa sababu za utendaji. Faili zitatolewa unapopitia orodha.", "File not found" : "Faili halipatikani", - "{count} selected" : "{count}imechaguliwa", + "_{count} selected_::_{count} selected_" : ["{count} selected","{count} iliyochaguliwa"], "{usedQuotaByte} used" : "{usedQuotaByte}imetumika", "{used} of {quota} used" : "{used} ya {quota}imetumika", "{relative}% used" : "{relative}% imetumika", @@ -186,6 +186,13 @@ OC.L10N.register( "Open in files" : "Fungua ndani ya faili", "File cannot be accessed" : "Faili haliwezi kufikika", "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Faili haikupatikana au huna ruhusa ya kuitazama. Uliza mtumaji kuishirikisha.", + "Clipboard is not available" : "Ubao wa kunakili haupatikani", + "WebDAV URL copied to clipboard" : "WavutiDAV URL umenakiliwa kwenye ubao wa kunakili", + "Sort favorites first" : "Chagua za upendeleo kwanza", + "Sort folders before files" : "Chagua vikasha kabla ya mafaili", + "Show hidden files" : "Onesha mafaili yaliyofichwa", + "Show file type column" : "Onyesha safu wima ya aina ya faili\n ", + "Crop image previews" : "Punguza onyesho la kukagua picha", "Enable the grid view" : "Wezesha mwonekano wa gridi", "Enable folder tree" : "Wezesha faili la tatu", "Additional settings" : "Mipangilio ya nyongeza", @@ -195,7 +202,11 @@ OC.L10N.register( "Use this address to access your Files via WebDAV" : "Tumia anwani hii kufikia Faili zako kupitia WavutiDAV", "If you have enabled 2FA, you must create and use a new app password by clicking here." : "Ikiwa umewasha 2FA, lazima uunde na utumie nenosiri jipya la programu kwa kubofya hapa", "Warnings" : "Maonyo", + "Prevent warning dialogs from open or reenable them." : "Zuia mazungumzo ya onyo yasifunguliwe au uwashe upya.\n ", + "Show a warning dialog when changing a file extension." : "Onyesha mazungumzo ya onyo unapobadilisha kiendelezi cha faili.", "Keyboard shortcuts" : "Mikato ya keyboard", + "Speed up your Files experience with these quick shortcuts." : "Ongeza kasi ya utumiaji wa Faili zako kwa njia hizi za mkato za haraka.", + "Open the actions menu for a file" : "Fungua menyu ya vitendo kwa faili", "Rename a file" : "Ita faili jina jipya", "Delete a file" : "Futa faili", "Favorite or remove a file from favorites" : "Pendwa au ondoa faili kutoka pendwa", @@ -204,15 +215,48 @@ OC.L10N.register( "Select all files" : "Chagua faili zote", "Deselect all files" : "Usichague faili zote", "Select or deselect a file" : "Chagua au usichague faili", + "Select a range of files" : "Chagua anuwai ya faili", "Navigation" : "Uendeshaji", + "Navigate to the parent folder" : "Nenda kwenye kisanduku kikuu", + "Navigate to the file above" : "Sogea kwenye faili la juu", + "Navigate to the file below" : "Sogea kwenye faili la chini", + "Navigate to the file on the left (in grid mode)" : "Sogea kwenye faili la kushoto (in grid mode)", + "Navigate to the file on the right (in grid mode)" : "Sogea kwenye faili la kulia ( in grid mode)", "View" : "Angalia", + "Toggle the grid view" : "Geuza mwonekano wa gridi\n ", + "Open the sidebar for a file" : "Fungua utepe kwa faili", + "Show those shortcuts" : "Onesha mikato hiyo", + "You" : "Wewe", + "Shared multiple times with different people" : "Shared multiple times with different people", + "Error while loading the file data" : "Hitilafu wakati wa kupakia data za faili", "Owner" : "Mmiliki", "Remove from favorites" : "Ondoa kutoka katika pendwa", "Add to favorites" : "Ongeza kwenye pendwa", "Tags" : "Maoni", + "Blank" : "Mabano", + "Unable to create new file from template" : "Imeshindwa kutengeneza faili jipya kutoka kwenye sampuli/kiolezo", + "Pick a template for {name}" : "Chagua sampuli/kiolezo kwa {name}", + "Create a new file with the selected template" : "Tengeneza faili jipya na kiolezo/sampuli iliyochaguliwa", "Creating file" : "Inatengeneza faili", "Save as {displayName}" : "Hifadhi kama {displayName}", "Save as …" : "Hifadhi kama", + "Converting files …" : "Inageuza mafaili", + "Failed to convert files: {message}" : "Imeshindwa kugeuza faili {message}", + "All files failed to be converted" : "Faili zote zimeshindwa kugeuzwa", + "One file could not be converted: {message}" : "Faili moja isingeweza kugeuzwa {message}", + "_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n faili zisingeweza kugeuzwa"], + "_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n faili zimegeuzwa kikamilifu"], + "Files successfully converted" : "Faili zimegeuzwa kikamilifu", + "Failed to convert files" : "Imeshindwa kugeuza faili", + "Converting file …" : "Inageuza faili", + "File successfully converted" : "Faili imegeuzwa kikamilifu", + "Failed to convert file: {message}" : "Imeshindwa kugeuza faili {message}", + "Failed to convert file" : "Imeshindwa kugeuza faili", + "Deletion cancelled" : "Ufutaji umesitishwa", + "Leave this share" : "Ondoa ushirikishaji huu", + "Leave these shares" : "Ondoa shiriki hizi", + "Disconnect storage" : "Achanisha uhifadhi", + "Disconnect storages" : "Achanisha hifadhi", "Delete permanently" : "Futa moja kwa moja", "Delete and unshare" : "Futa na usishirikishe", "Delete file" : "Futa faili", @@ -229,49 +273,190 @@ OC.L10N.register( "You cannot move a file/folder onto itself or into a subfolder of itself" : "Huwezi kuhamisha faili/folda kwenye yenyewe au kwenye folda yenyewe", "(copy)" : "(nakili)", "(copy %n)" : "(nakili %n)", + "Move cancelled" : "Uhamishaji umeghairishwa", + "A file or folder with that name already exists in this folder" : "Faili au kisanduku chenye jina hilo tayari kipo katika kisanduku hiki", + "The files are locked" : "Faili zimezuiliwa", + "The file does not exist anymore" : "Faili halipo tena", + "Choose destination" : "Chagua eneo lengwa", "Copy to {target}" : "Nakili kwenda {target}", "Copy" : "Nakili", "Move to {target}" : "Hamishia {target}", "Move" : "Hamisha", + "Move or copy operation failed" : "Operesheni ya kuhamisha au kunakili imeshindikana", "Move or copy" : "Hamisha au nakili", + "Cancelled move or copy of \"{filename}\"." : "Imesitisha uhamishaji au unakili wa \"{filename}\"", + "Cancelled move or copy operation" : "Imesitisha operesheni ya uhamishaji au unakili", "Open folder {displayName}" : "Fungua kisanduku {displayName}", "Open in Files" : "Fungua ndani ya faili", "Open locally" : "Fungua kikawaida", "Failed to redirect to client" : "Imeshindwa kuielekeza kwa mteja", "Open file locally" : "Fungua faili kikawaida", + "The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Sasa faili inapaswa kufunguliwa kwenye kifaa chako. Ikiwa sivyo, tafadhali hakikisha kuwa umesakinisha programu ya eneo-kazi.", + "Retry and close" : "Jaribu upya kisha funga", "Open online" : "Fungua mtandaoni", "Rename" : "Ipe jina jipya", "Open details" : "Fungua maelezo", + "View in folder" : "Angalia ndani ya kisanduku", "Today" : "Leo", "Last 7 days" : "Siku 7 zilizopita", "Last 30 days" : "Siku 30 zilizopita", "This year ({year})" : "Mwaka huu {year}", "Last year ({year})" : "Mwaka uliopita {year}", "Documents" : "Nyaraka", + "Spreadsheets" : "Lahajedwali", "Presentations" : "Uwasilishaji", "PDFs" : "PDFs", "Folders" : "Visanduku", "Audio" : "Sauti", + "Photos and images" : "Picha na taswira", "Videos" : "Picha mjongeo", + "New folder creation cancelled" : "Utengenezaji wa kisanduku kipya umesitishwa", + "Created new folder \"{name}\"" : "Imetengeneza kisanduku kipya \"{name}\"", + "Unable to initialize the templates directory" : "Haikuweza kuanzisha saraka ya violezo", + "Create templates folder" : "Imetengeneza kisanduku cha violezo", + "Templates" : "Violezo", + "New template folder" : "Kisanduku kipya cha violezo", "In folder" : "Ndani ya kisanduku", "Search in folder: {folder}" : "Tafuta katika kisanduku {folder}", + "One of the dropped files could not be processed" : "Moja ya faili zilizodondoshwa isingeweza kuchakatwa", + "Your browser does not support the Filesystem API. Directories will not be uploaded" : "Kivinjari chako hakitumii API ya mfumo wa faili. Orodha hazitapakiwa\n ", "No files to upload" : "Hakuna faili la kupakia", + "Unable to create the directory {directory}" : "Haiwezi kutengeneza orodha {directory}", + "Some files could not be uploaded" : "Faili kadhaa zisingeweza kupakiwa", + "Files uploaded successfully" : "Faili zimepakiwa kikamilifu", "No files to process" : "Hakuna faili la kuchakata", + "Some files could not be copied" : "Faili baadhi zisingeweza kunakiliwa", + "Some files could not be moved" : "Faili baadhi zisingeweza kuhamishwa", "Files copied successfully" : "Faili limenakiliwa kikamilifu", "Files moved successfully" : "Faili limeondolewa kikamilifu", + "Conflicts resolution skipped" : "Utatuzi wa migogoro ulirukwa", "Upload cancelled" : "Upakiaji umesitishwa", + "This operation is forbidden" : "Opereshini hii imezuiwa", + "This directory is unavailable, please check the logs or contact the administrator" : "Orodha haipatikani, tafadhali angalia uingiaji au wasiliana na msimamizi", + "Storage is temporarily not available" : "Uhifadhi haupo kwa muda", "Unexpected error: {error}" : "Hitilafu isiyotarajiwa {error}", + "_%n file_::_%n files_" : ["%n file","%n faili"], + "_%n folder_::_%n folders_" : ["%n folder","%n visanduku/vikasha"], + "_%n hidden_::_%n hidden_" : ["%n hidden","%n imefichwa"], + "Filename must not be empty." : "Jina la faili halipaswi kuwa tupu", + "\"{char}\" is not allowed inside a filename." : "\"{char}\" hairuhusiwi ndani ya jina la faili", + "\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" ni jina la akiba na haliruhusiwi kwa majina ya faili", + "\"{extension}\" is not an allowed filetype." : "\"{extension}\" si aina ya faili inayoruhusiwa", + "Filenames must not end with \"{extension}\"." : "Majina ya faili hayapaswi kuishia na \"{extension}\"", + "List of favorite files and folders." : "Orodha ya faili na visanduku vinanyopendwa", + "No favorites yet" : "Bado hakuna vinavyopendwa", + "Files and folders you mark as favorite will show up here" : "Faili na visunduku ulivyoweka alama kama vipendwa vitaonekana hapa", + "All files" : "Faili zote", + "List of your files and folders." : "Orodha ya faili na vikasha vyako", + "All folders" : "Vikasha vyote", + "Personal files" : "Faili binafsi", + "List of your files and folders that are not shared." : "Orodha ya faili na vikasha ambavyo havijashirikishwa", + "No personal files found" : "Hakuna faili binafsi zilizopatikana", + "Files that are not shared will show up here." : "Faili ambazo hazija shirikishwa zitaonekana hapa", + "Recent" : "Hivi karibuni", + "List of recently modified files and folders." : "Orodha ya faili na vikasha vilivyoboreshwa hivi karibuni", + "No recently modified files" : "Hakuna faili zilizoboreshwa hivi karibuni", + "Files and folders you recently modified will show up here." : "Faili na vikasha ulivyoboresha hivi karibuni vitaonekana hapa", + "No entries found in this folder" : "Hakuna maingizo yaliyopatikana katika kasha hili", + "Select all" : "Chagua zote", + "Upload too large" : "Upakiaji mkubwa mno", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Faili unazojaribu kupakia zinazidi ukubwa wa juu zaidi wa upakiaji wa faili kwenye seva hii.", + "File could not be found" : "Faili isingeweza kupatikana", "Download" : "Pakua", + "Show list view" : "Onesha mwonekeno wa orodha", + "Show grid view" : "Onesha mwonekano wa mstariramani", "Close" : "Funga", + "Could not create folder \"{dir}\"" : "Isingeweza kutengeneza kasha \"{dir}\"", + "This will stop your current uploads." : "Hii itasimamisha ukakiaji wako wa sasa", + "Upload cancelled." : "Upakiaji umesitishwa ", + "Processing files …" : "Faili zinazochakatwa", + "…" : "...", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Haiwezi kupakia {filename} kama ilivyo orodha au ina baiti 0", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Hakuna nafasi ya kutosha, unapakia {size1} lakini imesalia {size2} pekee", + "Target folder \"{dir}\" does not exist any more" : "Kasha lengwa \"{dir}\" halipatikani tena", + "An unknown error has occurred" : "Hitilafu isiyojulikana imetokea", + "File could not be uploaded" : "Faili isingeweza kupakia", "Uploading …" : "Inapakia", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime}({currentNumber}/{total})", + "Uploading … ({currentNumber}/{total})" : "Inapakia... ({currentNumber}/{total})", + "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} ya {totalSize} ({bitrate})", + "Uploading that item is not supported" : "Upakiaji wa kipengele hicho hauwezeshwi", + "Error when assembling chunks, status code {status}" : "Hitilafu wakakti wa kukusanya vipande, nambari ya hali {status}", + "Choose target folder" : "Chagua kasha lililolengwa", + "Set reminder" : "Weka ukumbusho", + "Edit locally" : "Hariri kikawaida", "Open" : "Fungua", + "Could not load info for file \"{file}\"" : "Isingeweza kupakia taarifa kwa faili \"{file}\"", "Details" : "Maelezo ya kina", + "Please select tag(s) to add to the selection" : "Tafadhali chagua lebo za kuongeza kwenye uteuzi", + "Apply tag(s) to selection" : "Omba lebo kwenye uteuzi", + "Select directory \"{dirName}\"" : "Teua orodha \"{dirName}\"", + "Select file \"{fileName}\"" : "Teua faili \"{fileName}\"", + "Unable to determine date" : "Haiwezi kuamua tarehe", + "Could not move \"{file}\", target exists" : "Haikuweza kuhamisha \"{file}\" lengo lililopo", + "Could not move \"{file}\"" : "Haiwezi kuhamisha \"{file}\"", "copy" : "Nakili", + "Could not copy \"{file}\", target exists" : "Haiwezi kunakili \"{file}\" lengo lililopo", "Could not copy \"{file}\"" : "Haikuweza kunakili {file}", + "Copied {origin} inside {destination}" : "Imenakili {origin} ndani ya {destination}", + "Copied {origin} and {nbfiles} other files inside {destination}" : "Imenakili {origin} na {nbfiles} faili zingine ndani ya {destination}", + "{newName} already exists" : "{newName} lipo tayari", + "Could not rename \"{oldName}\", it does not exist any more" : "Haikuweza kuita jina jipya \"{oldName}\", halipo tena", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Jina \"{newName}\" tayari linatumika katika kisanduku \"{dir}\". Tafadhali chagua jina tofauti", + "Could not rename \"{oldName}\"" : "Haikuweza kuita jina jipya \"{oldName}\"", + "Could not create file \"{file}\"" : "Haikuweza kutengeneza faili \"{file}\"", + "Could not create file \"{file}\" because it already exists" : "Haikuweza kuteengeneza faili \"{file}\" kwa sababu lipo tayari", + "Could not create folder \"{dir}\" because it already exists" : "Haikuweza kutengeneza kisanduku \"{dir}\" kwa sababu kipo tayari", + "Could not fetch file details \"{file}\"" : "Haikuleta maelezo ya faili \"{file}\"", + "Error deleting file \"{fileName}\"." : "Hitilafu kufuta faili \"{fileName}\"", + "No search results in other folders for {tag}{filter}{endtag}" : "Hakuna matokeo ya utafutaji ndani ya masanduku mengine {tag}{filter}{endtag}", + "Enter more than two characters to search in other folders" : "Ingiza wahusika zaidi ya wawili kutafuta ndani ya masanduku mengine", + "{dirs} and {files}" : "{dirs} na {files}", + "_including %n hidden_::_including %n hidden_" : ["including %n hidden","inajumuisha %n iliyofichwa"], + "You do not have permission to upload or create files here" : "Huna ruhusa ya kupakia au kutengeneza faili hapa", + "_Uploading %n file_::_Uploading %n files_" : ["Uploading %n file","Inapakia faili %n"], "New" : "Mpya", + "New file/folder menu" : "Faili mpya/ menyu ya kisanduku", + "Select file range" : "Chagua safu ya faili", + "{used}%" : "{used} %", "{used} used" : "{used}imetumika", + "\"{name}\" is an invalid file name." : "\"{name}\" ni jina la faili lisilo halali", + "File name cannot be empty." : "Jina la faili haliwezi kawa tupu", + "\"/\" is not allowed inside a file name." : "\"/\" hairuhusiwi ndani ya jina la faili", + "\"{name}\" is not an allowed filetype" : "\"{name}\" si aina ya faili iliyoruhusiwa", + "Storage of {owner} is full, files cannot be updated or synced anymore!" : "Uhifadhi wa {owner} umejaa, faili haziwezi kusasishwa au kusawazishwa zaidi", + "Group folder \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "Kundi la vikasha \"{mountPoint}\" limejaa, faili haziwezi kusasishwa au kusawazishwa zaidi", + "External storage \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "Uhifadhi wa nje \"{mountPoint}\" umejaa, faili haziwezi kusasishwa au kusawazishwa zaidi", + "Your storage is full, files cannot be updated or synced anymore!" : "Uhifadhi wako umejaa, faili haziwezi kusasishwa au kusawazishwa zaidi", + "Storage of {owner} is almost full ({usedSpacePercent}%)." : "Uhafidhi wa {owner} unakaribia kujaa ({usedSpacePercent}%)", + "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Kundi la vikasha \"{mountPoint}linakaribia kujaa ({usedSpacePercent}%)", + "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Uhifadhi wa nje \"{mountPoint}\" unakaribia kujaa ({usedSpacePercent}%)", + "Your storage is almost full ({usedSpacePercent}%)." : "Uhafadhi wako unakaribia kujaa ({usedSpacePercent}%).", + "_matches \"{filter}\"_::_match \"{filter}\"_" : ["matches \"{filter}\"","linganisha \"{filter}\""], + "Direct link was copied (only works for people who have access to this file/folder)" : "Kiungo cha moja kwa moja kilinakiliwa (hufanya kazi tu kwa watu wanaoweza kufikia faili/kikasha hiki)", + "Path" : "Njia", + "_%n byte_::_%n bytes_" : ["%n byte","%n baiti"], + "Favored" : "Imependelewa", + "Favor" : "Upendeleo", + "Copy direct link (only works for people who have access to this file/folder)" : "Nakili kiungo cha moja kwa moja (inafanya kazi tu kwa watu wanaoweza kufikia faili/folda hii)", "Upload file" : "Pakia faili", "Not favored" : "Haikupendwa", - "After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Baada ya kuwezesha majina ya windows ya faili yanayooana, faili zilizopo haziwezi kurekebishwa tena lakini zinaweza kubadilishwa kuwa majina mapya halali na mmiliki wao." + "An error occurred while trying to update the tags" : "Hitilafu imetokea wakati ikijaribu kusasisha lebo", + "Upload (max. %s)" : "Pakia (kiwango cha juu. %s)", + "Submitting fields…" : "Inawasilisha migunda", + "Filter filenames…" : "Chuja majina ya faili", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","Visandiku {folderCount} "], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","Faili {fileCount} "], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","Faili 1 na {folderCount} makasha"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} file and 1 folder","{fileCount} faili na kasha 1"], + "{fileCount} files and {folderCount} folders" : "{fileCount} faili na {folderCount}makasha", + "Personal Files" : "Faili binafsi", + "Text file" : "Faili ya maandishi", + "New text file.txt" : "Faili mpya ya maandishi.txt", + "%1$s (renamed)" : "%1$s (iliyopew jina jipya)", + "renamed file" : "Faili iliyopewa jina jipya", + "After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Baada ya kuwezesha majina ya windows ya faili yanayooana, faili zilizopo haziwezi kurekebishwa tena lakini zinaweza kubadilishwa kuwa majina mapya halali na mmiliki wao.", + "{count} files could not be converted" : "{count} files could not be converted", + "{count} files successfully converted" : "{count} files successfully converted" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/sw.json b/apps/files/l10n/sw.json index 868a65e86f2..2b4221001d7 100644 --- a/apps/files/l10n/sw.json +++ b/apps/files/l10n/sw.json @@ -3,7 +3,7 @@ "Removed from favorites" : "Imeondolewa kutoka vipendwa", "You added {file} to your favorites" : "Umeongeza {file}kwa vipendwa vyako", "You removed {file} from your favorites" : "Umeondoa {file}kwenye vipendwa vyako", - "Favorites" : "Vipendwa", + "Favorites" : "Vinavyopendwa", "File changes" : "Mabadiliko ya faili", "Created by {user}" : "Imetengenezwa na {user}", "Changed by {user}" : "Imebadilishwa na {user}", @@ -122,7 +122,7 @@ "Column headers with buttons are sortable." : "Vichwa vya safu wima vilivyo na vifungo vinaweza kupangwa.\n ", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Orodha hii haijatolewa kikamilifu kwa sababu za utendaji. Faili zitatolewa unapopitia orodha.", "File not found" : "Faili halipatikani", - "{count} selected" : "{count}imechaguliwa", + "_{count} selected_::_{count} selected_" : ["{count} selected","{count} iliyochaguliwa"], "{usedQuotaByte} used" : "{usedQuotaByte}imetumika", "{used} of {quota} used" : "{used} ya {quota}imetumika", "{relative}% used" : "{relative}% imetumika", @@ -184,6 +184,13 @@ "Open in files" : "Fungua ndani ya faili", "File cannot be accessed" : "Faili haliwezi kufikika", "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Faili haikupatikana au huna ruhusa ya kuitazama. Uliza mtumaji kuishirikisha.", + "Clipboard is not available" : "Ubao wa kunakili haupatikani", + "WebDAV URL copied to clipboard" : "WavutiDAV URL umenakiliwa kwenye ubao wa kunakili", + "Sort favorites first" : "Chagua za upendeleo kwanza", + "Sort folders before files" : "Chagua vikasha kabla ya mafaili", + "Show hidden files" : "Onesha mafaili yaliyofichwa", + "Show file type column" : "Onyesha safu wima ya aina ya faili\n ", + "Crop image previews" : "Punguza onyesho la kukagua picha", "Enable the grid view" : "Wezesha mwonekano wa gridi", "Enable folder tree" : "Wezesha faili la tatu", "Additional settings" : "Mipangilio ya nyongeza", @@ -193,7 +200,11 @@ "Use this address to access your Files via WebDAV" : "Tumia anwani hii kufikia Faili zako kupitia WavutiDAV", "If you have enabled 2FA, you must create and use a new app password by clicking here." : "Ikiwa umewasha 2FA, lazima uunde na utumie nenosiri jipya la programu kwa kubofya hapa", "Warnings" : "Maonyo", + "Prevent warning dialogs from open or reenable them." : "Zuia mazungumzo ya onyo yasifunguliwe au uwashe upya.\n ", + "Show a warning dialog when changing a file extension." : "Onyesha mazungumzo ya onyo unapobadilisha kiendelezi cha faili.", "Keyboard shortcuts" : "Mikato ya keyboard", + "Speed up your Files experience with these quick shortcuts." : "Ongeza kasi ya utumiaji wa Faili zako kwa njia hizi za mkato za haraka.", + "Open the actions menu for a file" : "Fungua menyu ya vitendo kwa faili", "Rename a file" : "Ita faili jina jipya", "Delete a file" : "Futa faili", "Favorite or remove a file from favorites" : "Pendwa au ondoa faili kutoka pendwa", @@ -202,15 +213,48 @@ "Select all files" : "Chagua faili zote", "Deselect all files" : "Usichague faili zote", "Select or deselect a file" : "Chagua au usichague faili", + "Select a range of files" : "Chagua anuwai ya faili", "Navigation" : "Uendeshaji", + "Navigate to the parent folder" : "Nenda kwenye kisanduku kikuu", + "Navigate to the file above" : "Sogea kwenye faili la juu", + "Navigate to the file below" : "Sogea kwenye faili la chini", + "Navigate to the file on the left (in grid mode)" : "Sogea kwenye faili la kushoto (in grid mode)", + "Navigate to the file on the right (in grid mode)" : "Sogea kwenye faili la kulia ( in grid mode)", "View" : "Angalia", + "Toggle the grid view" : "Geuza mwonekano wa gridi\n ", + "Open the sidebar for a file" : "Fungua utepe kwa faili", + "Show those shortcuts" : "Onesha mikato hiyo", + "You" : "Wewe", + "Shared multiple times with different people" : "Shared multiple times with different people", + "Error while loading the file data" : "Hitilafu wakati wa kupakia data za faili", "Owner" : "Mmiliki", "Remove from favorites" : "Ondoa kutoka katika pendwa", "Add to favorites" : "Ongeza kwenye pendwa", "Tags" : "Maoni", + "Blank" : "Mabano", + "Unable to create new file from template" : "Imeshindwa kutengeneza faili jipya kutoka kwenye sampuli/kiolezo", + "Pick a template for {name}" : "Chagua sampuli/kiolezo kwa {name}", + "Create a new file with the selected template" : "Tengeneza faili jipya na kiolezo/sampuli iliyochaguliwa", "Creating file" : "Inatengeneza faili", "Save as {displayName}" : "Hifadhi kama {displayName}", "Save as …" : "Hifadhi kama", + "Converting files …" : "Inageuza mafaili", + "Failed to convert files: {message}" : "Imeshindwa kugeuza faili {message}", + "All files failed to be converted" : "Faili zote zimeshindwa kugeuzwa", + "One file could not be converted: {message}" : "Faili moja isingeweza kugeuzwa {message}", + "_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n faili zisingeweza kugeuzwa"], + "_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n faili zimegeuzwa kikamilifu"], + "Files successfully converted" : "Faili zimegeuzwa kikamilifu", + "Failed to convert files" : "Imeshindwa kugeuza faili", + "Converting file …" : "Inageuza faili", + "File successfully converted" : "Faili imegeuzwa kikamilifu", + "Failed to convert file: {message}" : "Imeshindwa kugeuza faili {message}", + "Failed to convert file" : "Imeshindwa kugeuza faili", + "Deletion cancelled" : "Ufutaji umesitishwa", + "Leave this share" : "Ondoa ushirikishaji huu", + "Leave these shares" : "Ondoa shiriki hizi", + "Disconnect storage" : "Achanisha uhifadhi", + "Disconnect storages" : "Achanisha hifadhi", "Delete permanently" : "Futa moja kwa moja", "Delete and unshare" : "Futa na usishirikishe", "Delete file" : "Futa faili", @@ -227,49 +271,190 @@ "You cannot move a file/folder onto itself or into a subfolder of itself" : "Huwezi kuhamisha faili/folda kwenye yenyewe au kwenye folda yenyewe", "(copy)" : "(nakili)", "(copy %n)" : "(nakili %n)", + "Move cancelled" : "Uhamishaji umeghairishwa", + "A file or folder with that name already exists in this folder" : "Faili au kisanduku chenye jina hilo tayari kipo katika kisanduku hiki", + "The files are locked" : "Faili zimezuiliwa", + "The file does not exist anymore" : "Faili halipo tena", + "Choose destination" : "Chagua eneo lengwa", "Copy to {target}" : "Nakili kwenda {target}", "Copy" : "Nakili", "Move to {target}" : "Hamishia {target}", "Move" : "Hamisha", + "Move or copy operation failed" : "Operesheni ya kuhamisha au kunakili imeshindikana", "Move or copy" : "Hamisha au nakili", + "Cancelled move or copy of \"{filename}\"." : "Imesitisha uhamishaji au unakili wa \"{filename}\"", + "Cancelled move or copy operation" : "Imesitisha operesheni ya uhamishaji au unakili", "Open folder {displayName}" : "Fungua kisanduku {displayName}", "Open in Files" : "Fungua ndani ya faili", "Open locally" : "Fungua kikawaida", "Failed to redirect to client" : "Imeshindwa kuielekeza kwa mteja", "Open file locally" : "Fungua faili kikawaida", + "The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Sasa faili inapaswa kufunguliwa kwenye kifaa chako. Ikiwa sivyo, tafadhali hakikisha kuwa umesakinisha programu ya eneo-kazi.", + "Retry and close" : "Jaribu upya kisha funga", "Open online" : "Fungua mtandaoni", "Rename" : "Ipe jina jipya", "Open details" : "Fungua maelezo", + "View in folder" : "Angalia ndani ya kisanduku", "Today" : "Leo", "Last 7 days" : "Siku 7 zilizopita", "Last 30 days" : "Siku 30 zilizopita", "This year ({year})" : "Mwaka huu {year}", "Last year ({year})" : "Mwaka uliopita {year}", "Documents" : "Nyaraka", + "Spreadsheets" : "Lahajedwali", "Presentations" : "Uwasilishaji", "PDFs" : "PDFs", "Folders" : "Visanduku", "Audio" : "Sauti", + "Photos and images" : "Picha na taswira", "Videos" : "Picha mjongeo", + "New folder creation cancelled" : "Utengenezaji wa kisanduku kipya umesitishwa", + "Created new folder \"{name}\"" : "Imetengeneza kisanduku kipya \"{name}\"", + "Unable to initialize the templates directory" : "Haikuweza kuanzisha saraka ya violezo", + "Create templates folder" : "Imetengeneza kisanduku cha violezo", + "Templates" : "Violezo", + "New template folder" : "Kisanduku kipya cha violezo", "In folder" : "Ndani ya kisanduku", "Search in folder: {folder}" : "Tafuta katika kisanduku {folder}", + "One of the dropped files could not be processed" : "Moja ya faili zilizodondoshwa isingeweza kuchakatwa", + "Your browser does not support the Filesystem API. Directories will not be uploaded" : "Kivinjari chako hakitumii API ya mfumo wa faili. Orodha hazitapakiwa\n ", "No files to upload" : "Hakuna faili la kupakia", + "Unable to create the directory {directory}" : "Haiwezi kutengeneza orodha {directory}", + "Some files could not be uploaded" : "Faili kadhaa zisingeweza kupakiwa", + "Files uploaded successfully" : "Faili zimepakiwa kikamilifu", "No files to process" : "Hakuna faili la kuchakata", + "Some files could not be copied" : "Faili baadhi zisingeweza kunakiliwa", + "Some files could not be moved" : "Faili baadhi zisingeweza kuhamishwa", "Files copied successfully" : "Faili limenakiliwa kikamilifu", "Files moved successfully" : "Faili limeondolewa kikamilifu", + "Conflicts resolution skipped" : "Utatuzi wa migogoro ulirukwa", "Upload cancelled" : "Upakiaji umesitishwa", + "This operation is forbidden" : "Opereshini hii imezuiwa", + "This directory is unavailable, please check the logs or contact the administrator" : "Orodha haipatikani, tafadhali angalia uingiaji au wasiliana na msimamizi", + "Storage is temporarily not available" : "Uhifadhi haupo kwa muda", "Unexpected error: {error}" : "Hitilafu isiyotarajiwa {error}", + "_%n file_::_%n files_" : ["%n file","%n faili"], + "_%n folder_::_%n folders_" : ["%n folder","%n visanduku/vikasha"], + "_%n hidden_::_%n hidden_" : ["%n hidden","%n imefichwa"], + "Filename must not be empty." : "Jina la faili halipaswi kuwa tupu", + "\"{char}\" is not allowed inside a filename." : "\"{char}\" hairuhusiwi ndani ya jina la faili", + "\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" ni jina la akiba na haliruhusiwi kwa majina ya faili", + "\"{extension}\" is not an allowed filetype." : "\"{extension}\" si aina ya faili inayoruhusiwa", + "Filenames must not end with \"{extension}\"." : "Majina ya faili hayapaswi kuishia na \"{extension}\"", + "List of favorite files and folders." : "Orodha ya faili na visanduku vinanyopendwa", + "No favorites yet" : "Bado hakuna vinavyopendwa", + "Files and folders you mark as favorite will show up here" : "Faili na visunduku ulivyoweka alama kama vipendwa vitaonekana hapa", + "All files" : "Faili zote", + "List of your files and folders." : "Orodha ya faili na vikasha vyako", + "All folders" : "Vikasha vyote", + "Personal files" : "Faili binafsi", + "List of your files and folders that are not shared." : "Orodha ya faili na vikasha ambavyo havijashirikishwa", + "No personal files found" : "Hakuna faili binafsi zilizopatikana", + "Files that are not shared will show up here." : "Faili ambazo hazija shirikishwa zitaonekana hapa", + "Recent" : "Hivi karibuni", + "List of recently modified files and folders." : "Orodha ya faili na vikasha vilivyoboreshwa hivi karibuni", + "No recently modified files" : "Hakuna faili zilizoboreshwa hivi karibuni", + "Files and folders you recently modified will show up here." : "Faili na vikasha ulivyoboresha hivi karibuni vitaonekana hapa", + "No entries found in this folder" : "Hakuna maingizo yaliyopatikana katika kasha hili", + "Select all" : "Chagua zote", + "Upload too large" : "Upakiaji mkubwa mno", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Faili unazojaribu kupakia zinazidi ukubwa wa juu zaidi wa upakiaji wa faili kwenye seva hii.", + "File could not be found" : "Faili isingeweza kupatikana", "Download" : "Pakua", + "Show list view" : "Onesha mwonekeno wa orodha", + "Show grid view" : "Onesha mwonekano wa mstariramani", "Close" : "Funga", + "Could not create folder \"{dir}\"" : "Isingeweza kutengeneza kasha \"{dir}\"", + "This will stop your current uploads." : "Hii itasimamisha ukakiaji wako wa sasa", + "Upload cancelled." : "Upakiaji umesitishwa ", + "Processing files …" : "Faili zinazochakatwa", + "…" : "...", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Haiwezi kupakia {filename} kama ilivyo orodha au ina baiti 0", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Hakuna nafasi ya kutosha, unapakia {size1} lakini imesalia {size2} pekee", + "Target folder \"{dir}\" does not exist any more" : "Kasha lengwa \"{dir}\" halipatikani tena", + "An unknown error has occurred" : "Hitilafu isiyojulikana imetokea", + "File could not be uploaded" : "Faili isingeweza kupakia", "Uploading …" : "Inapakia", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime}({currentNumber}/{total})", + "Uploading … ({currentNumber}/{total})" : "Inapakia... ({currentNumber}/{total})", + "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} ya {totalSize} ({bitrate})", + "Uploading that item is not supported" : "Upakiaji wa kipengele hicho hauwezeshwi", + "Error when assembling chunks, status code {status}" : "Hitilafu wakakti wa kukusanya vipande, nambari ya hali {status}", + "Choose target folder" : "Chagua kasha lililolengwa", + "Set reminder" : "Weka ukumbusho", + "Edit locally" : "Hariri kikawaida", "Open" : "Fungua", + "Could not load info for file \"{file}\"" : "Isingeweza kupakia taarifa kwa faili \"{file}\"", "Details" : "Maelezo ya kina", + "Please select tag(s) to add to the selection" : "Tafadhali chagua lebo za kuongeza kwenye uteuzi", + "Apply tag(s) to selection" : "Omba lebo kwenye uteuzi", + "Select directory \"{dirName}\"" : "Teua orodha \"{dirName}\"", + "Select file \"{fileName}\"" : "Teua faili \"{fileName}\"", + "Unable to determine date" : "Haiwezi kuamua tarehe", + "Could not move \"{file}\", target exists" : "Haikuweza kuhamisha \"{file}\" lengo lililopo", + "Could not move \"{file}\"" : "Haiwezi kuhamisha \"{file}\"", "copy" : "Nakili", + "Could not copy \"{file}\", target exists" : "Haiwezi kunakili \"{file}\" lengo lililopo", "Could not copy \"{file}\"" : "Haikuweza kunakili {file}", + "Copied {origin} inside {destination}" : "Imenakili {origin} ndani ya {destination}", + "Copied {origin} and {nbfiles} other files inside {destination}" : "Imenakili {origin} na {nbfiles} faili zingine ndani ya {destination}", + "{newName} already exists" : "{newName} lipo tayari", + "Could not rename \"{oldName}\", it does not exist any more" : "Haikuweza kuita jina jipya \"{oldName}\", halipo tena", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Jina \"{newName}\" tayari linatumika katika kisanduku \"{dir}\". Tafadhali chagua jina tofauti", + "Could not rename \"{oldName}\"" : "Haikuweza kuita jina jipya \"{oldName}\"", + "Could not create file \"{file}\"" : "Haikuweza kutengeneza faili \"{file}\"", + "Could not create file \"{file}\" because it already exists" : "Haikuweza kuteengeneza faili \"{file}\" kwa sababu lipo tayari", + "Could not create folder \"{dir}\" because it already exists" : "Haikuweza kutengeneza kisanduku \"{dir}\" kwa sababu kipo tayari", + "Could not fetch file details \"{file}\"" : "Haikuleta maelezo ya faili \"{file}\"", + "Error deleting file \"{fileName}\"." : "Hitilafu kufuta faili \"{fileName}\"", + "No search results in other folders for {tag}{filter}{endtag}" : "Hakuna matokeo ya utafutaji ndani ya masanduku mengine {tag}{filter}{endtag}", + "Enter more than two characters to search in other folders" : "Ingiza wahusika zaidi ya wawili kutafuta ndani ya masanduku mengine", + "{dirs} and {files}" : "{dirs} na {files}", + "_including %n hidden_::_including %n hidden_" : ["including %n hidden","inajumuisha %n iliyofichwa"], + "You do not have permission to upload or create files here" : "Huna ruhusa ya kupakia au kutengeneza faili hapa", + "_Uploading %n file_::_Uploading %n files_" : ["Uploading %n file","Inapakia faili %n"], "New" : "Mpya", + "New file/folder menu" : "Faili mpya/ menyu ya kisanduku", + "Select file range" : "Chagua safu ya faili", + "{used}%" : "{used} %", "{used} used" : "{used}imetumika", + "\"{name}\" is an invalid file name." : "\"{name}\" ni jina la faili lisilo halali", + "File name cannot be empty." : "Jina la faili haliwezi kawa tupu", + "\"/\" is not allowed inside a file name." : "\"/\" hairuhusiwi ndani ya jina la faili", + "\"{name}\" is not an allowed filetype" : "\"{name}\" si aina ya faili iliyoruhusiwa", + "Storage of {owner} is full, files cannot be updated or synced anymore!" : "Uhifadhi wa {owner} umejaa, faili haziwezi kusasishwa au kusawazishwa zaidi", + "Group folder \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "Kundi la vikasha \"{mountPoint}\" limejaa, faili haziwezi kusasishwa au kusawazishwa zaidi", + "External storage \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "Uhifadhi wa nje \"{mountPoint}\" umejaa, faili haziwezi kusasishwa au kusawazishwa zaidi", + "Your storage is full, files cannot be updated or synced anymore!" : "Uhifadhi wako umejaa, faili haziwezi kusasishwa au kusawazishwa zaidi", + "Storage of {owner} is almost full ({usedSpacePercent}%)." : "Uhafidhi wa {owner} unakaribia kujaa ({usedSpacePercent}%)", + "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Kundi la vikasha \"{mountPoint}linakaribia kujaa ({usedSpacePercent}%)", + "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Uhifadhi wa nje \"{mountPoint}\" unakaribia kujaa ({usedSpacePercent}%)", + "Your storage is almost full ({usedSpacePercent}%)." : "Uhafadhi wako unakaribia kujaa ({usedSpacePercent}%).", + "_matches \"{filter}\"_::_match \"{filter}\"_" : ["matches \"{filter}\"","linganisha \"{filter}\""], + "Direct link was copied (only works for people who have access to this file/folder)" : "Kiungo cha moja kwa moja kilinakiliwa (hufanya kazi tu kwa watu wanaoweza kufikia faili/kikasha hiki)", + "Path" : "Njia", + "_%n byte_::_%n bytes_" : ["%n byte","%n baiti"], + "Favored" : "Imependelewa", + "Favor" : "Upendeleo", + "Copy direct link (only works for people who have access to this file/folder)" : "Nakili kiungo cha moja kwa moja (inafanya kazi tu kwa watu wanaoweza kufikia faili/folda hii)", "Upload file" : "Pakia faili", "Not favored" : "Haikupendwa", - "After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Baada ya kuwezesha majina ya windows ya faili yanayooana, faili zilizopo haziwezi kurekebishwa tena lakini zinaweza kubadilishwa kuwa majina mapya halali na mmiliki wao." + "An error occurred while trying to update the tags" : "Hitilafu imetokea wakati ikijaribu kusasisha lebo", + "Upload (max. %s)" : "Pakia (kiwango cha juu. %s)", + "Submitting fields…" : "Inawasilisha migunda", + "Filter filenames…" : "Chuja majina ya faili", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","Visandiku {folderCount} "], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","Faili {fileCount} "], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","Faili 1 na {folderCount} makasha"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} file and 1 folder","{fileCount} faili na kasha 1"], + "{fileCount} files and {folderCount} folders" : "{fileCount} faili na {folderCount}makasha", + "Personal Files" : "Faili binafsi", + "Text file" : "Faili ya maandishi", + "New text file.txt" : "Faili mpya ya maandishi.txt", + "%1$s (renamed)" : "%1$s (iliyopew jina jipya)", + "renamed file" : "Faili iliyopewa jina jipya", + "After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Baada ya kuwezesha majina ya windows ya faili yanayooana, faili zilizopo haziwezi kurekebishwa tena lakini zinaweza kubadilishwa kuwa majina mapya halali na mmiliki wao.", + "{count} files could not be converted" : "{count} files could not be converted", + "{count} files successfully converted" : "{count} files successfully converted" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files/l10n/th.js b/apps/files/l10n/th.js index 5b51231ceb2..c4d6be70165 100644 --- a/apps/files/l10n/th.js +++ b/apps/files/l10n/th.js @@ -69,6 +69,7 @@ OC.L10N.register( "Size" : "ขนาด", "Actions" : "การกระทำ", "File not found" : "ไม่พบไฟล์", + "_{count} selected_::_{count} selected_" : ["เลือก {count} รายการ"], "{usedQuotaByte} used" : "ใช้ไป {usedQuotaByte}", "{used} of {quota} used" : "ใช้ไป {used} จาก {quota}", "{relative}% used" : "ใช้ไป {relative}%", @@ -197,9 +198,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "คัดลอก {origin} ไว้ใน {destination} แล้ว", "Copied {origin} and {nbfiles} other files inside {destination}" : "คัดลอก {origin} และ {nbfiles} ไฟล์อื่น ๆ ไว้ใน {destination} แล้ว", "{newName} already exists" : "{newName} มีอยู่แล้ว", - "Could not rename \"{fileName}\", it does not exist any more" : "ไม่สามารถเปลี่ยนชื่อไฟล์ \"{fileName}\" ไฟล์นั้นไม่มีอยู่", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "ชื่อ \"{targetName}\" มีอยู่แล้วในโฟลเดอร์ \"{dir}\" กรุณาเปลี่ยนชื่อใหม่", - "Could not rename \"{fileName}\"" : "ไม่สามารถเปลี่ยนชื่อไฟล์ \"{fileName}\"", + "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 create file \"{file}\"" : "ไม่สามารถสร้างไฟล์ \"{file}\"", "Could not create file \"{file}\" because it already exists" : "ไม่สามารถสร้างไฟล์ \"{file}\" เพราะมันมีอยู่แล้ว", "Could not create folder \"{dir}\" because it already exists" : "ไม่สามารถสร้างโฟลเดอร์ \"{dir}\" เพราะมันมีอยู่แล้ว", diff --git a/apps/files/l10n/th.json b/apps/files/l10n/th.json index bdde1cf0d06..a087b73a312 100644 --- a/apps/files/l10n/th.json +++ b/apps/files/l10n/th.json @@ -67,6 +67,7 @@ "Size" : "ขนาด", "Actions" : "การกระทำ", "File not found" : "ไม่พบไฟล์", + "_{count} selected_::_{count} selected_" : ["เลือก {count} รายการ"], "{usedQuotaByte} used" : "ใช้ไป {usedQuotaByte}", "{used} of {quota} used" : "ใช้ไป {used} จาก {quota}", "{relative}% used" : "ใช้ไป {relative}%", @@ -195,9 +196,9 @@ "Copied {origin} inside {destination}" : "คัดลอก {origin} ไว้ใน {destination} แล้ว", "Copied {origin} and {nbfiles} other files inside {destination}" : "คัดลอก {origin} และ {nbfiles} ไฟล์อื่น ๆ ไว้ใน {destination} แล้ว", "{newName} already exists" : "{newName} มีอยู่แล้ว", - "Could not rename \"{fileName}\", it does not exist any more" : "ไม่สามารถเปลี่ยนชื่อไฟล์ \"{fileName}\" ไฟล์นั้นไม่มีอยู่", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "ชื่อ \"{targetName}\" มีอยู่แล้วในโฟลเดอร์ \"{dir}\" กรุณาเปลี่ยนชื่อใหม่", - "Could not rename \"{fileName}\"" : "ไม่สามารถเปลี่ยนชื่อไฟล์ \"{fileName}\"", + "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 create file \"{file}\"" : "ไม่สามารถสร้างไฟล์ \"{file}\"", "Could not create file \"{file}\" because it already exists" : "ไม่สามารถสร้างไฟล์ \"{file}\" เพราะมันมีอยู่แล้ว", "Could not create folder \"{dir}\" because it already exists" : "ไม่สามารถสร้างโฟลเดอร์ \"{dir}\" เพราะมันมีอยู่แล้ว", diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index 129a6d4f178..651d1b5316f 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -116,7 +116,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Düğmeler olan sütunlar sıralanabilir.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Başarımı olumsuz etkilememek için listenin tümü görüntülenmiyor. Listede ilerledikçe dosyalar görüntülenecek.", "File not found" : "Dosya bulunamadı", - "{count} selected" : "{count} seçilmiş", + "_{count} selected_::_{count} selected_" : ["{count} seçilmiş","{count} seçilmiş"], "{usedQuotaByte} used" : "{usedQuotaByte} kullanılmış", "{used} of {quota} used" : "{used} / {quota} kullanılmış", "{relative}% used" : "%{relative} kullanılmış", @@ -391,9 +391,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "{origin} dosyası, {destination} içine kopyalandı", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} ve diğer {nbfiles} dosya, {destination} içine kopyalandı", "{newName} already exists" : "{newName} zaten var", - "Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" yeniden adlandırılamadı, artık yok", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" adı \"{dir}\" klasöründe zaten var. Lütfen farklı bir ad seçin.", - "Could not rename \"{fileName}\"" : "\"{fileName}\" yeniden adlandırılamadı", + "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 create file \"{file}\"" : "\"{file}\" dosyası oluşturulamadı", "Could not create file \"{file}\" because it already exists" : "\"{file}\" dosyası zaten var olduğundan oluşturulamadı", "Could not create folder \"{dir}\" because it already exists" : "\"{dir}\" klasörü zaten var olduğundan oluşturulamadı", diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json index f20a43de5ba..2f11c0b4c5b 100644 --- a/apps/files/l10n/tr.json +++ b/apps/files/l10n/tr.json @@ -114,7 +114,7 @@ "Column headers with buttons are sortable." : "Düğmeler olan sütunlar sıralanabilir.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Başarımı olumsuz etkilememek için listenin tümü görüntülenmiyor. Listede ilerledikçe dosyalar görüntülenecek.", "File not found" : "Dosya bulunamadı", - "{count} selected" : "{count} seçilmiş", + "_{count} selected_::_{count} selected_" : ["{count} seçilmiş","{count} seçilmiş"], "{usedQuotaByte} used" : "{usedQuotaByte} kullanılmış", "{used} of {quota} used" : "{used} / {quota} kullanılmış", "{relative}% used" : "%{relative} kullanılmış", @@ -389,9 +389,9 @@ "Copied {origin} inside {destination}" : "{origin} dosyası, {destination} içine kopyalandı", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} ve diğer {nbfiles} dosya, {destination} içine kopyalandı", "{newName} already exists" : "{newName} zaten var", - "Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" yeniden adlandırılamadı, artık yok", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" adı \"{dir}\" klasöründe zaten var. Lütfen farklı bir ad seçin.", - "Could not rename \"{fileName}\"" : "\"{fileName}\" yeniden adlandırılamadı", + "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 create file \"{file}\"" : "\"{file}\" dosyası oluşturulamadı", "Could not create file \"{file}\" because it already exists" : "\"{file}\" dosyası zaten var olduğundan oluşturulamadı", "Could not create folder \"{dir}\" because it already exists" : "\"{dir}\" klasörü zaten var olduğundan oluşturulamadı", diff --git a/apps/files/l10n/ug.js b/apps/files/l10n/ug.js index b277568a525..9955cccff4c 100644 --- a/apps/files/l10n/ug.js +++ b/apps/files/l10n/ug.js @@ -104,7 +104,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "كۇنۇپكىلار بار ئىستون ماۋزۇلىرى تەرتىپلىك.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "بۇ تىزىملىك ئىقتىدار سەۋەبىدىن تولۇق كۆرسىتىلمىگەن. ھۆججەتلەر تىزىملىكتىن ئۆتكەندە كۆرسىتىلىدۇ.", "File not found" : "ھۆججەت تېپىلمىدى", - "{count} selected" : "{count} تاللانغان", "{usedQuotaByte} used" : "{usedQuotaByte} ئىشلىتىلگەن", "{used} of {quota} used" : "{used} {quota} ئىشلىتىلگەن", "{relative}% used" : "{relative}% ئىشلىتىلگەن", @@ -325,9 +324,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "كۆچۈرۈلگەن {origin} ئىچىدىكى {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} ئىچىدىكى {destination} ۋە {nbfiles} باشقا ھۆججەتلەر كۆچۈرۈلگەن", "{newName} already exists" : "{newName} مەۋجۇت", - "Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" نىڭ نامىنى ئۆزگەرتەلمىدى ، ئۇ ئەمدى مەۋجۇت ئەمەس", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{dir}\" ھۆججەت قىسقۇچىدا \"{targetName}\" ئىسمى ئاللىبۇرۇن ئىشلىتىلگەن. باشقا ئىسىمنى تاللاڭ.", - "Could not rename \"{fileName}\"" : "\"{fileName}\" نىڭ نامىنى ئۆزگەرتەلمىدى", + "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." : "\"{dir}\" ھۆججەت قىسقۇچىدا \"{newName}\" ئىسمى ئاللىبۇرۇن ئىشلىتىلگەن. باشقا ئىسىمنى تاللاڭ.", + "Could not rename \"{oldName}\"" : "\"{oldName}\" نىڭ نامىنى ئۆزگەرتەلمىدى", "Could not create file \"{file}\"" : "\"{file}\" ھۆججىتىنى قۇرالمىدى", "Could not create file \"{file}\" because it already exists" : "«{file}» ھۆججىتىنى قۇرالمىدى ، چۈنكى ئۇ مەۋجۇت", "Could not create folder \"{dir}\" because it already exists" : "«{dir}» ھۆججەت قىسقۇچى قۇرالمىدى ، چۈنكى ئۇ مەۋجۇت", diff --git a/apps/files/l10n/ug.json b/apps/files/l10n/ug.json index 518c039bbce..81e789e872c 100644 --- a/apps/files/l10n/ug.json +++ b/apps/files/l10n/ug.json @@ -102,7 +102,6 @@ "Column headers with buttons are sortable." : "كۇنۇپكىلار بار ئىستون ماۋزۇلىرى تەرتىپلىك.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "بۇ تىزىملىك ئىقتىدار سەۋەبىدىن تولۇق كۆرسىتىلمىگەن. ھۆججەتلەر تىزىملىكتىن ئۆتكەندە كۆرسىتىلىدۇ.", "File not found" : "ھۆججەت تېپىلمىدى", - "{count} selected" : "{count} تاللانغان", "{usedQuotaByte} used" : "{usedQuotaByte} ئىشلىتىلگەن", "{used} of {quota} used" : "{used} {quota} ئىشلىتىلگەن", "{relative}% used" : "{relative}% ئىشلىتىلگەن", @@ -323,9 +322,9 @@ "Copied {origin} inside {destination}" : "كۆچۈرۈلگەن {origin} ئىچىدىكى {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} ئىچىدىكى {destination} ۋە {nbfiles} باشقا ھۆججەتلەر كۆچۈرۈلگەن", "{newName} already exists" : "{newName} مەۋجۇت", - "Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" نىڭ نامىنى ئۆزگەرتەلمىدى ، ئۇ ئەمدى مەۋجۇت ئەمەس", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{dir}\" ھۆججەت قىسقۇچىدا \"{targetName}\" ئىسمى ئاللىبۇرۇن ئىشلىتىلگەن. باشقا ئىسىمنى تاللاڭ.", - "Could not rename \"{fileName}\"" : "\"{fileName}\" نىڭ نامىنى ئۆزگەرتەلمىدى", + "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." : "\"{dir}\" ھۆججەت قىسقۇچىدا \"{newName}\" ئىسمى ئاللىبۇرۇن ئىشلىتىلگەن. باشقا ئىسىمنى تاللاڭ.", + "Could not rename \"{oldName}\"" : "\"{oldName}\" نىڭ نامىنى ئۆزگەرتەلمىدى", "Could not create file \"{file}\"" : "\"{file}\" ھۆججىتىنى قۇرالمىدى", "Could not create file \"{file}\" because it already exists" : "«{file}» ھۆججىتىنى قۇرالمىدى ، چۈنكى ئۇ مەۋجۇت", "Could not create folder \"{dir}\" because it already exists" : "«{dir}» ھۆججەت قىسقۇچى قۇرالمىدى ، چۈنكى ئۇ مەۋجۇت", diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js index a800b46858d..9d3ca0d1c2e 100644 --- a/apps/files/l10n/uk.js +++ b/apps/files/l10n/uk.js @@ -124,7 +124,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Назви стовпців з кнопками можна впорядковувати", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Список не подається повністю з міркувань обчислювальних потужностей. Файли показуватимуться під час прокручування списку.", "File not found" : "Файл не знайдено", - "{count} selected" : "{count} вибрано", + "_{count} selected_::_{count} selected_" : ["Вибрано {count}","Вибрано {count}","Вибрано {count} ","Вибрано {count} "], "{usedQuotaByte} used" : "{usedQuotaByte} використано", "{used} of {quota} used" : "Використано {used} із {quota}", "{relative}% used" : "{relative}% використано", @@ -401,9 +401,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Скопійовано {origin} до {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} та {nbfiles} інших файлів скопійовано до {destination}", "{newName} already exists" : "{newName} вже існує", - "Could not rename \"{fileName}\", it does not exist any more" : "Неможливо перейменувати \"{fileName}\", оскільки такий файл більше не існує", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Ім'я \"{targetName}\" вже використовується у каталозі \"{dir}\". Будь-ласка, виберіть іншу назву.", - "Could not rename \"{fileName}\"" : "Неможливо перейменувати \"{fileName}\"", + "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 create file \"{file}\"" : "Неможливо створити файл \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Неможливо створити файл \"{file}\", оскільки файл з таким ім'ям вже присутній.", "Could not create folder \"{dir}\" because it already exists" : "Неможливо створити каталог \"{dir}\", оскільки каталог з таким ім'ям він вже присутній.", diff --git a/apps/files/l10n/uk.json b/apps/files/l10n/uk.json index 0e58cbd39aa..1f659b51e10 100644 --- a/apps/files/l10n/uk.json +++ b/apps/files/l10n/uk.json @@ -122,7 +122,7 @@ "Column headers with buttons are sortable." : "Назви стовпців з кнопками можна впорядковувати", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Список не подається повністю з міркувань обчислювальних потужностей. Файли показуватимуться під час прокручування списку.", "File not found" : "Файл не знайдено", - "{count} selected" : "{count} вибрано", + "_{count} selected_::_{count} selected_" : ["Вибрано {count}","Вибрано {count}","Вибрано {count} ","Вибрано {count} "], "{usedQuotaByte} used" : "{usedQuotaByte} використано", "{used} of {quota} used" : "Використано {used} із {quota}", "{relative}% used" : "{relative}% використано", @@ -399,9 +399,9 @@ "Copied {origin} inside {destination}" : "Скопійовано {origin} до {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} та {nbfiles} інших файлів скопійовано до {destination}", "{newName} already exists" : "{newName} вже існує", - "Could not rename \"{fileName}\", it does not exist any more" : "Неможливо перейменувати \"{fileName}\", оскільки такий файл більше не існує", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Ім'я \"{targetName}\" вже використовується у каталозі \"{dir}\". Будь-ласка, виберіть іншу назву.", - "Could not rename \"{fileName}\"" : "Неможливо перейменувати \"{fileName}\"", + "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 create file \"{file}\"" : "Неможливо створити файл \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Неможливо створити файл \"{file}\", оскільки файл з таким ім'ям вже присутній.", "Could not create folder \"{dir}\" because it already exists" : "Неможливо створити каталог \"{dir}\", оскільки каталог з таким ім'ям він вже присутній.", diff --git a/apps/files/l10n/vi.js b/apps/files/l10n/vi.js index c7730a797e1..914df0323bd 100644 --- a/apps/files/l10n/vi.js +++ b/apps/files/l10n/vi.js @@ -105,7 +105,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Tiêu đề cột có thể sắp xếp được.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Danh sách này không được hiển thị đầy đủ để tăng hiệu năng. Các tập tin sẽ được hiển thị khi bạn điều hướng qua danh sách.", "File not found" : "Không tìm thấy tập tin", - "{count} selected" : "đã chọn {count} ", "{usedQuotaByte} used" : "{usedQuotaByte} đã được sử dụng", "{used} of {quota} used" : "{used} trong {quota} đã được sử dụng", "{relative}% used" : "đã sử dụng {relative}%", @@ -320,9 +319,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Được sao chép {origin} vào trong {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Đã sao chép {origin} và {nbfiles} các file vào trong {destination}", "{newName} already exists" : "{newName} đã có", - "Could not rename \"{fileName}\", it does not exist any more" : "Không thể đổi tên \"{fileName}\", tập tin không tồn tại", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Tên \"{targetName}\" đã được dùng trong thư mục \"{dir}\". Hãy thử tên khác", - "Could not rename \"{fileName}\"" : "Không thể đổi tên \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Không thể đổi tên \"{oldName}\", tệp tin không còn tồn tại", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Tên \"{newName}\" đã được sử dụng trong thư mục \"{dir}\". Vui lòng chọn một tên khác.", + "Could not rename \"{oldName}\"" : "Không thể đổi tên \"{oldName}\"", "Could not create file \"{file}\"" : "Không thể tạo tập tin \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Không thể tạo tập tin \"{file}\" vì đã có ", "Could not create folder \"{dir}\" because it already exists" : "Không thể tạo thư mục “{dir}” vì đã có", diff --git a/apps/files/l10n/vi.json b/apps/files/l10n/vi.json index ebb4a3ae9e1..6be08caf830 100644 --- a/apps/files/l10n/vi.json +++ b/apps/files/l10n/vi.json @@ -103,7 +103,6 @@ "Column headers with buttons are sortable." : "Tiêu đề cột có thể sắp xếp được.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Danh sách này không được hiển thị đầy đủ để tăng hiệu năng. Các tập tin sẽ được hiển thị khi bạn điều hướng qua danh sách.", "File not found" : "Không tìm thấy tập tin", - "{count} selected" : "đã chọn {count} ", "{usedQuotaByte} used" : "{usedQuotaByte} đã được sử dụng", "{used} of {quota} used" : "{used} trong {quota} đã được sử dụng", "{relative}% used" : "đã sử dụng {relative}%", @@ -318,9 +317,9 @@ "Copied {origin} inside {destination}" : "Được sao chép {origin} vào trong {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Đã sao chép {origin} và {nbfiles} các file vào trong {destination}", "{newName} already exists" : "{newName} đã có", - "Could not rename \"{fileName}\", it does not exist any more" : "Không thể đổi tên \"{fileName}\", tập tin không tồn tại", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Tên \"{targetName}\" đã được dùng trong thư mục \"{dir}\". Hãy thử tên khác", - "Could not rename \"{fileName}\"" : "Không thể đổi tên \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Không thể đổi tên \"{oldName}\", tệp tin không còn tồn tại", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Tên \"{newName}\" đã được sử dụng trong thư mục \"{dir}\". Vui lòng chọn một tên khác.", + "Could not rename \"{oldName}\"" : "Không thể đổi tên \"{oldName}\"", "Could not create file \"{file}\"" : "Không thể tạo tập tin \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Không thể tạo tập tin \"{file}\" vì đã có ", "Could not create folder \"{dir}\" because it already exists" : "Không thể tạo thư mục “{dir}” vì đã có", diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 66cd6bc7bdd..ec3a558fd85 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -118,16 +118,16 @@ OC.L10N.register( "\"{displayName}\" batch action executed successfully" : "批量操作“{displayName}”运行成功", "\"{displayName}\" action failed" : "“{displayName}”操作执行失败", "Actions" : "操作", - "(selected)" : "(选中)", + "(selected)" : "(已选择)", "List of files and folders." : "文件与文件夹列表。", "You have used your space quota and cannot upload files anymore." : "您的剩余空间配额不足以继续上传文件。", "Column headers with buttons are sortable." : "带有按钮的列标题可进行排序。", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "出于性能考虑,此列表未完全呈现。文件将在您浏览列表时呈现。", "File not found" : "文件未找到", - "{count} selected" : "已选中 {count}", - "{usedQuotaByte} used" : "{usedQuotaByte} 已使用", - "{used} of {quota} used" : "已使用 {used} / {quota}", - "{relative}% used" : "{relative}% 已使用", + "_{count} selected_::_{count} selected_" : ["已选择 {count} 个"], + "{usedQuotaByte} used" : "已使用 {usedQuotaByte}", + "{used} of {quota} used" : "已使用 {used}(共 {quota})", + "{relative}% used" : "已使用 {relative}%", "Could not refresh storage stats" : "无法刷新存储统计数据", "Your storage is full, files can not be updated or synced anymore!" : "您的存储空间已满,文件将无法更新或同步!", "Storage information" : "存储信息", @@ -401,9 +401,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "在 {destination} 内复制 {origin}", "Copied {origin} and {nbfiles} other files inside {destination}" : "在 {destination} 内复制了 {origin} 和 {nbfiles} 个其他文件", "{newName} already exists" : "{newName} 已经存在", - "Could not rename \"{fileName}\", it does not exist any more" : "无法重命名“{fileName}”,此文件已经不存在", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "文件夹“{dir}”中已经存在“{targetName}”。请尝试其它名称。", - "Could not rename \"{fileName}\"" : "无法重命名“{fileName}”", + "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 create file \"{file}\"" : "无法创建文件“{file}”", "Could not create file \"{file}\" because it already exists" : "无法创建文件“{file}”,因为它已经存在", "Could not create folder \"{dir}\" because it already exists" : "无法创建文件夹“{dir}”,因为它已经存在", diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index 7fa07ebcbcf..01b30fd2a1c 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -116,16 +116,16 @@ "\"{displayName}\" batch action executed successfully" : "批量操作“{displayName}”运行成功", "\"{displayName}\" action failed" : "“{displayName}”操作执行失败", "Actions" : "操作", - "(selected)" : "(选中)", + "(selected)" : "(已选择)", "List of files and folders." : "文件与文件夹列表。", "You have used your space quota and cannot upload files anymore." : "您的剩余空间配额不足以继续上传文件。", "Column headers with buttons are sortable." : "带有按钮的列标题可进行排序。", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "出于性能考虑,此列表未完全呈现。文件将在您浏览列表时呈现。", "File not found" : "文件未找到", - "{count} selected" : "已选中 {count}", - "{usedQuotaByte} used" : "{usedQuotaByte} 已使用", - "{used} of {quota} used" : "已使用 {used} / {quota}", - "{relative}% used" : "{relative}% 已使用", + "_{count} selected_::_{count} selected_" : ["已选择 {count} 个"], + "{usedQuotaByte} used" : "已使用 {usedQuotaByte}", + "{used} of {quota} used" : "已使用 {used}(共 {quota})", + "{relative}% used" : "已使用 {relative}%", "Could not refresh storage stats" : "无法刷新存储统计数据", "Your storage is full, files can not be updated or synced anymore!" : "您的存储空间已满,文件将无法更新或同步!", "Storage information" : "存储信息", @@ -399,9 +399,9 @@ "Copied {origin} inside {destination}" : "在 {destination} 内复制 {origin}", "Copied {origin} and {nbfiles} other files inside {destination}" : "在 {destination} 内复制了 {origin} 和 {nbfiles} 个其他文件", "{newName} already exists" : "{newName} 已经存在", - "Could not rename \"{fileName}\", it does not exist any more" : "无法重命名“{fileName}”,此文件已经不存在", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "文件夹“{dir}”中已经存在“{targetName}”。请尝试其它名称。", - "Could not rename \"{fileName}\"" : "无法重命名“{fileName}”", + "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 create file \"{file}\"" : "无法创建文件“{file}”", "Could not create file \"{file}\" because it already exists" : "无法创建文件“{file}”,因为它已经存在", "Could not create folder \"{dir}\" because it already exists" : "无法创建文件夹“{dir}”,因为它已经存在", diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index 650ec7a5511..b77fce8284a 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -124,7 +124,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "具有按鈕的縱列標題可排序。", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "出於性能考慮,此清單未完全呈現。檔案將在您瀏覽清單時呈現。", "File not found" : "找不到檔案", - "{count} selected" : "已選擇 {count} 項", + "_{count} selected_::_{count} selected_" : ["已選擇 {count} 項"], "{usedQuotaByte} used" : "已使用 {usedQuotaByte} ", "{used} of {quota} used" : "已使用 {quota} 當中的 {used}", "{relative}% used" : "已使用 {relative}%", @@ -401,9 +401,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "已複製 {origin} 至 {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "已複製 {origin} 和其他 {nbfiles} 個檔案至 {destination}", "{newName} already exists" : "{newName} 已經存在", - "Could not rename \"{fileName}\", it does not exist any more" : "無法命名檔案 \"{fileName}\",因為此檔案已經不存在", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱 \"{targetName}\" 在這資料夾 \"{dir}\" 已經被使用。請重新選擇不同的名稱", - "Could not rename \"{fileName}\"" : "無法重新命名「{fileName}」", + "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 create file \"{file}\"" : "無法建立檔案 \"{file}\"", "Could not create file \"{file}\" because it already exists" : "無法建立檔案「{file}」,因為此檔案已存在", "Could not create folder \"{dir}\" because it already exists" : "無法建立資料夾 \"{dir}\",因為此資料夾已存在", diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index 60bfa5bab26..a8d54f293e9 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -122,7 +122,7 @@ "Column headers with buttons are sortable." : "具有按鈕的縱列標題可排序。", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "出於性能考慮,此清單未完全呈現。檔案將在您瀏覽清單時呈現。", "File not found" : "找不到檔案", - "{count} selected" : "已選擇 {count} 項", + "_{count} selected_::_{count} selected_" : ["已選擇 {count} 項"], "{usedQuotaByte} used" : "已使用 {usedQuotaByte} ", "{used} of {quota} used" : "已使用 {quota} 當中的 {used}", "{relative}% used" : "已使用 {relative}%", @@ -399,9 +399,9 @@ "Copied {origin} inside {destination}" : "已複製 {origin} 至 {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "已複製 {origin} 和其他 {nbfiles} 個檔案至 {destination}", "{newName} already exists" : "{newName} 已經存在", - "Could not rename \"{fileName}\", it does not exist any more" : "無法命名檔案 \"{fileName}\",因為此檔案已經不存在", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱 \"{targetName}\" 在這資料夾 \"{dir}\" 已經被使用。請重新選擇不同的名稱", - "Could not rename \"{fileName}\"" : "無法重新命名「{fileName}」", + "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 create file \"{file}\"" : "無法建立檔案 \"{file}\"", "Could not create file \"{file}\" because it already exists" : "無法建立檔案「{file}」,因為此檔案已存在", "Could not create folder \"{dir}\" because it already exists" : "無法建立資料夾 \"{dir}\",因為此資料夾已存在", diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 960e6ec7a8c..986370e3041 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -124,7 +124,7 @@ OC.L10N.register( "Column headers with buttons are sortable." : "帶有按鈕的欄位標頭為可排序。", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "出於效能考量,此清單未完全呈現。檔案將在您瀏覽清單時呈現。", "File not found" : "找不到檔案", - "{count} selected" : "已選取 {count} 個", + "_{count} selected_::_{count} selected_" : ["已選取 {count} 個"], "{usedQuotaByte} used" : "已使用 {usedQuotaByte}", "{used} of {quota} used" : "已使用 {used},共 {quota}", "{relative}% used" : "已使用 {relative}%", @@ -401,9 +401,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "已將 {origin} 複製到 {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "已將 {origin} 和其他 {nbfiles} 個檔案複製到 {destination}", "{newName} already exists" : "{newName} 已經存在", - "Could not rename \"{fileName}\", it does not exist any more" : "無法命名檔案「{fileName}」,因為檔案已不存在", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱「{targetName}」在這資料夾「{dir}」中已被使用。請改用其他名稱。", - "Could not rename \"{fileName}\"" : "無法重新命名「{fileName}」", + "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 create file \"{file}\"" : "無法建立檔案「{file}」", "Could not create file \"{file}\" because it already exists" : "無法建立檔案「{file}」,因為此檔案已經存在", "Could not create folder \"{dir}\" because it already exists" : "無法建立資料夾「{dir}」,因為此資料夾已經存在", diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json index a331632097a..5daa9d4277f 100644 --- a/apps/files/l10n/zh_TW.json +++ b/apps/files/l10n/zh_TW.json @@ -122,7 +122,7 @@ "Column headers with buttons are sortable." : "帶有按鈕的欄位標頭為可排序。", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "出於效能考量,此清單未完全呈現。檔案將在您瀏覽清單時呈現。", "File not found" : "找不到檔案", - "{count} selected" : "已選取 {count} 個", + "_{count} selected_::_{count} selected_" : ["已選取 {count} 個"], "{usedQuotaByte} used" : "已使用 {usedQuotaByte}", "{used} of {quota} used" : "已使用 {used},共 {quota}", "{relative}% used" : "已使用 {relative}%", @@ -399,9 +399,9 @@ "Copied {origin} inside {destination}" : "已將 {origin} 複製到 {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "已將 {origin} 和其他 {nbfiles} 個檔案複製到 {destination}", "{newName} already exists" : "{newName} 已經存在", - "Could not rename \"{fileName}\", it does not exist any more" : "無法命名檔案「{fileName}」,因為檔案已不存在", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱「{targetName}」在這資料夾「{dir}」中已被使用。請改用其他名稱。", - "Could not rename \"{fileName}\"" : "無法重新命名「{fileName}」", + "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 create file \"{file}\"" : "無法建立檔案「{file}」", "Could not create file \"{file}\" because it already exists" : "無法建立檔案「{file}」,因為此檔案已經存在", "Could not create folder \"{dir}\" because it already exists" : "無法建立資料夾「{dir}」,因為此資料夾已經存在", diff --git a/apps/files/src/views/FilesList.vue b/apps/files/src/views/FilesList.vue index b335737c4dd..60791a2b527 100644 --- a/apps/files/src/views/FilesList.vue +++ b/apps/files/src/views/FilesList.vue @@ -483,13 +483,6 @@ export default defineComponent({ watch: { /** - * Update the window title to match the page heading - */ - pageHeading() { - document.title = `${this.pageHeading} - ${getCapabilities().theming?.name ?? 'Nextcloud'}` - }, - - /** * Handle rendering the custom empty view * @param show The current state if the custom empty view should be rendered */ |