diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index 58509ecf5a409..dbef255dcfe34 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "إنشاء مجلدا جديد", "Upload file" : "رفع ملف", "Recent" : "الحديثة", - "This file has the tag {tag}" : "هذا الملف له واصفة {tag}", - "This file has the tags {firstTags} and {lastTag}" : "هذا الملف له واصفات {firstTags} و {lastTag}", "Not favorited" : "ازالة من المفضلة", "Remove from favorites" : "إزالته مِن المفضلة", "Add to favorites" : "إضافة إلى المفضلة", @@ -285,6 +283,8 @@ OC.L10N.register( "Shared with you" : "تمت مشاركته معك", "Deleted shares" : "تم حذف المشاركات", "Pending shares" : "انتظار المشاركات", + "This file has the tag {tag}" : "هذا الملف له واصفة {tag}", + "This file has the tags {firstTags} and {lastTag}" : "هذا الملف له واصفات {firstTags} و {lastTag}", "Open folder {name}" : "إفتح المجلد {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "لم يمكن عرض هذه القائمة بالكامل بسبب إشكالية في الأداء. سيتم عرض الملفات عندما تمر عليها في القائمة", "Search for an account" : "البحث عن حساب", diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json index feac253ba0766..2486a82729d4d 100644 --- a/apps/files/l10n/ar.json +++ b/apps/files/l10n/ar.json @@ -109,8 +109,6 @@ "Create new folder" : "إنشاء مجلدا جديد", "Upload file" : "رفع ملف", "Recent" : "الحديثة", - "This file has the tag {tag}" : "هذا الملف له واصفة {tag}", - "This file has the tags {firstTags} and {lastTag}" : "هذا الملف له واصفات {firstTags} و {lastTag}", "Not favorited" : "ازالة من المفضلة", "Remove from favorites" : "إزالته مِن المفضلة", "Add to favorites" : "إضافة إلى المفضلة", @@ -283,6 +281,8 @@ "Shared with you" : "تمت مشاركته معك", "Deleted shares" : "تم حذف المشاركات", "Pending shares" : "انتظار المشاركات", + "This file has the tag {tag}" : "هذا الملف له واصفة {tag}", + "This file has the tags {firstTags} and {lastTag}" : "هذا الملف له واصفات {firstTags} و {lastTag}", "Open folder {name}" : "إفتح المجلد {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "لم يمكن عرض هذه القائمة بالكامل بسبب إشكالية في الأداء. سيتم عرض الملفات عندما تمر عليها في القائمة", "Search for an account" : "البحث عن حساب", diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 5ae599b5ab567..f4c4219d221b2 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Crea una carpeta", "Upload file" : "Puja un fitxer", "Recent" : "Recents", - "This file has the tag {tag}" : "Aquest fitxer té l'etiqueta {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Aquest fitxer té les etiquetes {firstTags} i {lastTag}", "Not favorited" : "No s'inclou en els preferits", "Remove from favorites" : "Suprimeix dels preferits", "Add to favorites" : "Afegeix als preferits", @@ -285,6 +283,8 @@ OC.L10N.register( "Shared with you" : "Compartit amb vós", "Deleted shares" : "Suprimit", "Pending shares" : "Pendent", + "This file has the tag {tag}" : "Aquest fitxer té l'etiqueta {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Aquest fitxer té les etiquetes {firstTags} i {lastTag}", "Open folder {name}" : "Obre la carpeta {name}", "This list is not fully rendered for performances 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.", "Search for an account" : "Cerqueu un compte", diff --git a/apps/files/l10n/ca.json b/apps/files/l10n/ca.json index e60e5e6f0692a..a39578ae5872b 100644 --- a/apps/files/l10n/ca.json +++ b/apps/files/l10n/ca.json @@ -109,8 +109,6 @@ "Create new folder" : "Crea una carpeta", "Upload file" : "Puja un fitxer", "Recent" : "Recents", - "This file has the tag {tag}" : "Aquest fitxer té l'etiqueta {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Aquest fitxer té les etiquetes {firstTags} i {lastTag}", "Not favorited" : "No s'inclou en els preferits", "Remove from favorites" : "Suprimeix dels preferits", "Add to favorites" : "Afegeix als preferits", @@ -283,6 +281,8 @@ "Shared with you" : "Compartit amb vós", "Deleted shares" : "Suprimit", "Pending shares" : "Pendent", + "This file has the tag {tag}" : "Aquest fitxer té l'etiqueta {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Aquest fitxer té les etiquetes {firstTags} i {lastTag}", "Open folder {name}" : "Obre la carpeta {name}", "This list is not fully rendered for performances 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.", "Search for an account" : "Cerqueu un compte", diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 06ecd5c68e970..785a3f99ae125 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Vytvořit novou složku", "Upload file" : "Nahrát soubor", "Recent" : "Nedávné", - "This file has the tag {tag}" : "Tento soubor má štítek {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Tento soubor má štítky {firstTags} a {lastTag}", "Not favorited" : "Nepřidáno do oblíbených", "Remove from favorites" : "Odebrat z oblíbených", "Add to favorites" : "Přidat do oblíbených", @@ -284,6 +282,8 @@ OC.L10N.register( "Shared with you" : "Sdíleno s vámi", "Deleted shares" : "Smazaná sdílení", "Pending shares" : "Čekající sdílení", + "This file has the tag {tag}" : "Tento soubor má štítek {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Tento soubor má štítky {firstTags} a {lastTag}", "Open folder {name}" : "Otevřít složku {name}", "This list is not fully rendered for performances 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.", "Search for an account" : "Hledat účet", diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index 62929114c5fe1..40fd8b886c576 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -109,8 +109,6 @@ "Create new folder" : "Vytvořit novou složku", "Upload file" : "Nahrát soubor", "Recent" : "Nedávné", - "This file has the tag {tag}" : "Tento soubor má štítek {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Tento soubor má štítky {firstTags} a {lastTag}", "Not favorited" : "Nepřidáno do oblíbených", "Remove from favorites" : "Odebrat z oblíbených", "Add to favorites" : "Přidat do oblíbených", @@ -282,6 +280,8 @@ "Shared with you" : "Sdíleno s vámi", "Deleted shares" : "Smazaná sdílení", "Pending shares" : "Čekající sdílení", + "This file has the tag {tag}" : "Tento soubor má štítek {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Tento soubor má štítky {firstTags} a {lastTag}", "Open folder {name}" : "Otevřít složku {name}", "This list is not fully rendered for performances 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.", "Search for an account" : "Hledat účet", diff --git a/apps/files/l10n/da.js b/apps/files/l10n/da.js index 1fb7c7adc9526..a05451f284003 100644 --- a/apps/files/l10n/da.js +++ b/apps/files/l10n/da.js @@ -108,8 +108,6 @@ OC.L10N.register( "Create new folder" : "Opret ny mappe", "Upload file" : "Upload fil", "Recent" : "Seneste", - "This file has the tag {tag}" : "Denne fil har tagget {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Denne fil har taggene {firstTags} og {lastTag}", "Not favorited" : "Ingen foretrukne", "Remove from favorites" : "Fjern fra favoritter", "Add to favorites" : "Tilføj til favoritter", @@ -245,6 +243,8 @@ OC.L10N.register( "Shared with you" : "Delt med dig", "Deleted shares" : "Slettede delinger", "Pending shares" : "Afventende delinger", + "This file has the tag {tag}" : "Denne fil har tagget {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Denne fil har taggene {firstTags} og {lastTag}", "Choose" : "Vælg" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/da.json b/apps/files/l10n/da.json index 77d7389cad92f..57f79e1a3fadd 100644 --- a/apps/files/l10n/da.json +++ b/apps/files/l10n/da.json @@ -106,8 +106,6 @@ "Create new folder" : "Opret ny mappe", "Upload file" : "Upload fil", "Recent" : "Seneste", - "This file has the tag {tag}" : "Denne fil har tagget {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Denne fil har taggene {firstTags} og {lastTag}", "Not favorited" : "Ingen foretrukne", "Remove from favorites" : "Fjern fra favoritter", "Add to favorites" : "Tilføj til favoritter", @@ -243,6 +241,8 @@ "Shared with you" : "Delt med dig", "Deleted shares" : "Slettede delinger", "Pending shares" : "Afventende delinger", + "This file has the tag {tag}" : "Denne fil har tagget {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Denne fil har taggene {firstTags} og {lastTag}", "Choose" : "Vælg" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js index ca2d7e50f340a..655b670b034f5 100644 --- a/apps/files/l10n/de.js +++ b/apps/files/l10n/de.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Neuen Ordner erstellen", "Upload file" : "Datei hochladen", "Recent" : "Neueste", - "This file has the tag {tag}" : "Diese Datei trägt das Schlagwort {tag}.", - "This file has the tags {firstTags} and {lastTag}" : "Diese Datei trägt die Schlagworte {firstTags} und {lastTag}.", "Not favorited" : "Nicht favorisiert", "Remove from favorites" : "Von Favoriten entfernen", "Add to favorites" : "Zu den Favoriten hinzufügen", @@ -283,6 +281,8 @@ OC.L10N.register( "Shared with you" : "Mit dir geteilt", "Deleted shares" : "Gelöschte Freigaben", "Pending shares" : "Ausstehende Freigaben", + "This file has the tag {tag}" : "Diese Datei trägt das Schlagwort {tag}.", + "This file has the tags {firstTags} and {lastTag}" : "Diese Datei trägt die Schlagworte {firstTags} und {lastTag}.", "Open folder {name}" : "Ordner {name} öffnen", "This list is not fully rendered for performances 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 gerendert, wenn du durch die Liste navigierst.", "Search for an account" : "Nach einem Konto suchen", diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json index e715790a21b45..fe76d24d2a4b7 100644 --- a/apps/files/l10n/de.json +++ b/apps/files/l10n/de.json @@ -109,8 +109,6 @@ "Create new folder" : "Neuen Ordner erstellen", "Upload file" : "Datei hochladen", "Recent" : "Neueste", - "This file has the tag {tag}" : "Diese Datei trägt das Schlagwort {tag}.", - "This file has the tags {firstTags} and {lastTag}" : "Diese Datei trägt die Schlagworte {firstTags} und {lastTag}.", "Not favorited" : "Nicht favorisiert", "Remove from favorites" : "Von Favoriten entfernen", "Add to favorites" : "Zu den Favoriten hinzufügen", @@ -281,6 +279,8 @@ "Shared with you" : "Mit dir geteilt", "Deleted shares" : "Gelöschte Freigaben", "Pending shares" : "Ausstehende Freigaben", + "This file has the tag {tag}" : "Diese Datei trägt das Schlagwort {tag}.", + "This file has the tags {firstTags} and {lastTag}" : "Diese Datei trägt die Schlagworte {firstTags} und {lastTag}.", "Open folder {name}" : "Ordner {name} öffnen", "This list is not fully rendered for performances 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 gerendert, wenn du durch die Liste navigierst.", "Search for an account" : "Nach einem Konto suchen", diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index 258a949ab3d12..ea3d76181926b 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Neuen Ordner erstellen", "Upload file" : "Datei hochladen", "Recent" : "Neueste", - "This file has the tag {tag}" : "Diese Datei trägt das Schlagwort {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Diese Datei trägt die Schlagworte {firstTags} und {lastTag}", "Not favorited" : "Nicht favorisiert", "Remove from favorites" : "Von Favoriten entfernen", "Add to favorites" : "Zu den Favoriten hinzufügen", @@ -285,6 +283,8 @@ OC.L10N.register( "Shared with you" : "Mit Ihnen geteilt", "Deleted shares" : "Gelöschte Freigaben", "Pending shares" : "Ausstehende Freigaben", + "This file has the tag {tag}" : "Diese Datei trägt das Schlagwort {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Diese Datei trägt die Schlagworte {firstTags} und {lastTag}", "Open folder {name}" : "Ordner {name} öffnen", "This list is not fully rendered for performances 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.", "Search for an account" : "Nach einem Konto suchen", diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index ef75359f15b72..27b74a9eff09d 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -109,8 +109,6 @@ "Create new folder" : "Neuen Ordner erstellen", "Upload file" : "Datei hochladen", "Recent" : "Neueste", - "This file has the tag {tag}" : "Diese Datei trägt das Schlagwort {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Diese Datei trägt die Schlagworte {firstTags} und {lastTag}", "Not favorited" : "Nicht favorisiert", "Remove from favorites" : "Von Favoriten entfernen", "Add to favorites" : "Zu den Favoriten hinzufügen", @@ -283,6 +281,8 @@ "Shared with you" : "Mit Ihnen geteilt", "Deleted shares" : "Gelöschte Freigaben", "Pending shares" : "Ausstehende Freigaben", + "This file has the tag {tag}" : "Diese Datei trägt das Schlagwort {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Diese Datei trägt die Schlagworte {firstTags} und {lastTag}", "Open folder {name}" : "Ordner {name} öffnen", "This list is not fully rendered for performances 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.", "Search for an account" : "Nach einem Konto suchen", diff --git a/apps/files/l10n/el.js b/apps/files/l10n/el.js index b871b02bbff39..cef3543a2cf77 100644 --- a/apps/files/l10n/el.js +++ b/apps/files/l10n/el.js @@ -108,8 +108,6 @@ OC.L10N.register( "Create new folder" : "Δημιουργία νέου φακέλου", "Upload file" : "Μεταφόρτωση αρχείου", "Recent" : "Πρόσφατα", - "This file has the tag {tag}" : "Αυτό το αρχείο έχει την ετικέτα {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Αυτό το αρχείο έχει τις ετικέτες {firstTags} και {lastTag}", "Not favorited" : "Δεν είναι αγαπημένο", "Remove from favorites" : "Αφαίρεση από τα αγαπημένα", "Add to favorites" : "Προσθήκη στα αγαπημένα", @@ -251,6 +249,8 @@ OC.L10N.register( "Shared with you" : "Διαμοιρασμένα με εσάς", "Deleted shares" : "Διαγραμμένα κοινόχρηστα", "Pending shares" : "Κοινή χρήση σε εκκρεμότητα", + "This file has the tag {tag}" : "Αυτό το αρχείο έχει την ετικέτα {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Αυτό το αρχείο έχει τις ετικέτες {firstTags} και {lastTag}", "Open folder {name}" : "Άνοιγμα φακέλου {name}", "Search for an account" : "Αναζήτηση για λογαριασμό", "Choose" : "Επιλογή", diff --git a/apps/files/l10n/el.json b/apps/files/l10n/el.json index 2b68f211e3154..7db68345e55b9 100644 --- a/apps/files/l10n/el.json +++ b/apps/files/l10n/el.json @@ -106,8 +106,6 @@ "Create new folder" : "Δημιουργία νέου φακέλου", "Upload file" : "Μεταφόρτωση αρχείου", "Recent" : "Πρόσφατα", - "This file has the tag {tag}" : "Αυτό το αρχείο έχει την ετικέτα {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Αυτό το αρχείο έχει τις ετικέτες {firstTags} και {lastTag}", "Not favorited" : "Δεν είναι αγαπημένο", "Remove from favorites" : "Αφαίρεση από τα αγαπημένα", "Add to favorites" : "Προσθήκη στα αγαπημένα", @@ -249,6 +247,8 @@ "Shared with you" : "Διαμοιρασμένα με εσάς", "Deleted shares" : "Διαγραμμένα κοινόχρηστα", "Pending shares" : "Κοινή χρήση σε εκκρεμότητα", + "This file has the tag {tag}" : "Αυτό το αρχείο έχει την ετικέτα {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Αυτό το αρχείο έχει τις ετικέτες {firstTags} και {lastTag}", "Open folder {name}" : "Άνοιγμα φακέλου {name}", "Search for an account" : "Αναζήτηση για λογαριασμό", "Choose" : "Επιλογή", diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index d31c68b0dde84..f0bae0ce8fccf 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Create new folder", "Upload file" : "Upload file", "Recent" : "Recent", - "This file has the tag {tag}" : "This file has the tag {tag}", - "This file has the tags {firstTags} and {lastTag}" : "This file has the tags {firstTags} and {lastTag}", "Not favorited" : "Not favourited", "Remove from favorites" : "Remove from favourites", "Add to favorites" : "Add to favourites", @@ -285,6 +283,8 @@ OC.L10N.register( "Shared with you" : "Shared with you", "Deleted shares" : "Deleted shares", "Pending shares" : "Pending shares", + "This file has the tag {tag}" : "This file has the tag {tag}", + "This file has the tags {firstTags} and {lastTag}" : "This file has the tags {firstTags} and {lastTag}", "Open folder {name}" : "Open folder {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list.", "Search for an account" : "Search for an account", diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index 6762595ed517d..66520e539ec67 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -109,8 +109,6 @@ "Create new folder" : "Create new folder", "Upload file" : "Upload file", "Recent" : "Recent", - "This file has the tag {tag}" : "This file has the tag {tag}", - "This file has the tags {firstTags} and {lastTag}" : "This file has the tags {firstTags} and {lastTag}", "Not favorited" : "Not favourited", "Remove from favorites" : "Remove from favourites", "Add to favorites" : "Add to favourites", @@ -283,6 +281,8 @@ "Shared with you" : "Shared with you", "Deleted shares" : "Deleted shares", "Pending shares" : "Pending shares", + "This file has the tag {tag}" : "This file has the tag {tag}", + "This file has the tags {firstTags} and {lastTag}" : "This file has the tags {firstTags} and {lastTag}", "Open folder {name}" : "Open folder {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list.", "Search for an account" : "Search for an account", diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index c5b410244f3c6..8d5e5c8f6e90f 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Crear nueva carpeta", "Upload file" : "Subir archivo", "Recent" : "Reciente", - "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}", "Not favorited" : "Quitado como favorito", "Remove from favorites" : "Quitar de favoritos", "Add to favorites" : "Añadir a favoritos", @@ -284,6 +282,8 @@ OC.L10N.register( "Shared with you" : "Compartido conmigo", "Deleted shares" : "Recursos compartidos eliminados", "Pending shares" : "Recursos compartidos pendientes", + "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}", "Open folder {name}" : "Abrir carpeta {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Esta lista no se renderiza completa por razones de rendimiento. Los archivos serán renderizados mientras ud. navegue por la lista.", "Search for an account" : "Buscar una cuenta", diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index 929214c8363e7..652f051496cb3 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -109,8 +109,6 @@ "Create new folder" : "Crear nueva carpeta", "Upload file" : "Subir archivo", "Recent" : "Reciente", - "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}", "Not favorited" : "Quitado como favorito", "Remove from favorites" : "Quitar de favoritos", "Add to favorites" : "Añadir a favoritos", @@ -282,6 +280,8 @@ "Shared with you" : "Compartido conmigo", "Deleted shares" : "Recursos compartidos eliminados", "Pending shares" : "Recursos compartidos pendientes", + "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}", "Open folder {name}" : "Abrir carpeta {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Esta lista no se renderiza completa por razones de rendimiento. Los archivos serán renderizados mientras ud. navegue por la lista.", "Search for an account" : "Buscar una cuenta", diff --git a/apps/files/l10n/es_EC.js b/apps/files/l10n/es_EC.js index af19f7ab8240c..271c16ba8e755 100644 --- a/apps/files/l10n/es_EC.js +++ b/apps/files/l10n/es_EC.js @@ -108,8 +108,6 @@ OC.L10N.register( "Create new folder" : "Crear nueva carpeta", "Upload file" : "Cargar archivo", "Recent" : "Reciente", - "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}.", - "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}.", "Not favorited" : "No es un favorito", "Remove from favorites" : "Eliminar de favoritos", "Add to favorites" : "Agregar a favoritos", @@ -271,6 +269,8 @@ OC.L10N.register( "Shared with you" : "Compartido con usted", "Deleted shares" : "Comparticiones eliminadas", "Pending shares" : "Comparticiones pendientes", + "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}.", + "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}.", "Open folder {name}" : "Abrir carpeta {name}", "This list is not fully rendered for performances 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 navegas por la lista.", "Search for an account" : "Buscar una cuenta", diff --git a/apps/files/l10n/es_EC.json b/apps/files/l10n/es_EC.json index 1f172b5e700ae..9cb792e487b8f 100644 --- a/apps/files/l10n/es_EC.json +++ b/apps/files/l10n/es_EC.json @@ -106,8 +106,6 @@ "Create new folder" : "Crear nueva carpeta", "Upload file" : "Cargar archivo", "Recent" : "Reciente", - "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}.", - "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}.", "Not favorited" : "No es un favorito", "Remove from favorites" : "Eliminar de favoritos", "Add to favorites" : "Agregar a favoritos", @@ -269,6 +267,8 @@ "Shared with you" : "Compartido con usted", "Deleted shares" : "Comparticiones eliminadas", "Pending shares" : "Comparticiones pendientes", + "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}.", + "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}.", "Open folder {name}" : "Abrir carpeta {name}", "This list is not fully rendered for performances 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 navegas por la lista.", "Search for an account" : "Buscar una cuenta", diff --git a/apps/files/l10n/et_EE.js b/apps/files/l10n/et_EE.js index ecf4a68871d43..808822947f917 100644 --- a/apps/files/l10n/et_EE.js +++ b/apps/files/l10n/et_EE.js @@ -96,8 +96,6 @@ OC.L10N.register( "Create new folder" : "Loo uus kaust", "Upload file" : "Laadi fail üles", "Recent" : "Hiljutised", - "This file has the tag {tag}" : "Sellel failil on silt {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Sellel failil on sildid {firstTags} and {lastTag}", "Not favorited" : "Lemmikuks lisamata", "Remove from favorites" : "Eemalda lemmikutest", "Add to favorites" : "Lisa lemmikutesse", @@ -205,6 +203,8 @@ OC.L10N.register( "Shared with you" : "Sinuga jagatud", "Deleted shares" : "Kustutatud jagamised", "Pending shares" : "Ootel jagamised", + "This file has the tag {tag}" : "Sellel failil on silt {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Sellel failil on sildid {firstTags} and {lastTag}", "Open folder {name}" : "Ava kaust {name}", "Search for an account" : "Otsi kontot", "Choose" : "Vali", diff --git a/apps/files/l10n/et_EE.json b/apps/files/l10n/et_EE.json index e7c0bc810ad50..80654e27afab3 100644 --- a/apps/files/l10n/et_EE.json +++ b/apps/files/l10n/et_EE.json @@ -94,8 +94,6 @@ "Create new folder" : "Loo uus kaust", "Upload file" : "Laadi fail üles", "Recent" : "Hiljutised", - "This file has the tag {tag}" : "Sellel failil on silt {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Sellel failil on sildid {firstTags} and {lastTag}", "Not favorited" : "Lemmikuks lisamata", "Remove from favorites" : "Eemalda lemmikutest", "Add to favorites" : "Lisa lemmikutesse", @@ -203,6 +201,8 @@ "Shared with you" : "Sinuga jagatud", "Deleted shares" : "Kustutatud jagamised", "Pending shares" : "Ootel jagamised", + "This file has the tag {tag}" : "Sellel failil on silt {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Sellel failil on sildid {firstTags} and {lastTag}", "Open folder {name}" : "Ava kaust {name}", "Search for an account" : "Otsi kontot", "Choose" : "Vali", diff --git a/apps/files/l10n/eu.js b/apps/files/l10n/eu.js index e9288ce278658..94f9311c7dfc1 100644 --- a/apps/files/l10n/eu.js +++ b/apps/files/l10n/eu.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Sortu karpeta berria", "Upload file" : "Kargatu fitxategia", "Recent" : "Azkenak", - "This file has the tag {tag}" : "Fitxategi honek {tag} etiketa dauka", - "This file has the tags {firstTags} and {lastTag}" : "Fitxategi honek {firstTags} eta {lastTag} etiketak ditu", "Not favorited" : "Ez da gogokoa", "Remove from favorites" : "Kendu gogokoetatik", "Add to favorites" : "Gehitu gogokoetara", @@ -283,6 +281,8 @@ OC.L10N.register( "Shared with you" : "Zurekin partekatuta", "Deleted shares" : "Ezabatutako partekatzeak", "Pending shares" : "Zain dauden partekatzeak", + "This file has the tag {tag}" : "Fitxategi honek {tag} etiketa dauka", + "This file has the tags {firstTags} and {lastTag}" : "Fitxategi honek {firstTags} eta {lastTag} etiketak ditu", "Open folder {name}" : "Ireki {name} karpeta", "This list is not fully rendered for performances 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.", "Search for an account" : "Bilatu kontu bat", diff --git a/apps/files/l10n/eu.json b/apps/files/l10n/eu.json index 48393d542bb4c..826469fa047ff 100644 --- a/apps/files/l10n/eu.json +++ b/apps/files/l10n/eu.json @@ -109,8 +109,6 @@ "Create new folder" : "Sortu karpeta berria", "Upload file" : "Kargatu fitxategia", "Recent" : "Azkenak", - "This file has the tag {tag}" : "Fitxategi honek {tag} etiketa dauka", - "This file has the tags {firstTags} and {lastTag}" : "Fitxategi honek {firstTags} eta {lastTag} etiketak ditu", "Not favorited" : "Ez da gogokoa", "Remove from favorites" : "Kendu gogokoetatik", "Add to favorites" : "Gehitu gogokoetara", @@ -281,6 +279,8 @@ "Shared with you" : "Zurekin partekatuta", "Deleted shares" : "Ezabatutako partekatzeak", "Pending shares" : "Zain dauden partekatzeak", + "This file has the tag {tag}" : "Fitxategi honek {tag} etiketa dauka", + "This file has the tags {firstTags} and {lastTag}" : "Fitxategi honek {firstTags} eta {lastTag} etiketak ditu", "Open folder {name}" : "Ireki {name} karpeta", "This list is not fully rendered for performances 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.", "Search for an account" : "Bilatu kontu bat", diff --git a/apps/files/l10n/fa.js b/apps/files/l10n/fa.js index 4ffee12167a28..edb716ac1aaf2 100644 --- a/apps/files/l10n/fa.js +++ b/apps/files/l10n/fa.js @@ -109,8 +109,6 @@ OC.L10N.register( "Create new folder" : "ساختن پوشه جدید", "Upload file" : "بارگذاری پرونده", "Recent" : "اخیر", - "This file has the tag {tag}" : "این فایل دارای تگ {tag} است", - "This file has the tags {firstTags} and {lastTag}" : "این فایل دارای تگ‌های {firstTags} و {lastTag} است.", "Not favorited" : "مورد علاقه نیست", "Remove from favorites" : "حذف کردن از برگزیده ها", "Add to favorites" : "اضافه کردن به برگزیده ها", @@ -279,6 +277,8 @@ OC.L10N.register( "Shared with you" : "Shared with you", "Deleted shares" : "اشتراک گذاری های حذف شده", "Pending shares" : "اشتراک در حال انتظار ", + "This file has the tag {tag}" : "این فایل دارای تگ {tag} است", + "This file has the tags {firstTags} and {lastTag}" : "این فایل دارای تگ‌های {firstTags} و {lastTag} است.", "Open folder {name}" : "باز کردن پوشه {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "این لیست به دلایل اجرایی به طور کامل ارائه نشده است. در حین حرکت در لیست، فایل ها ارائه می شوند.", "Search for an account" : "جستجو برای یک حساب کاربری", diff --git a/apps/files/l10n/fa.json b/apps/files/l10n/fa.json index be4a0133584c0..3221d6da3281c 100644 --- a/apps/files/l10n/fa.json +++ b/apps/files/l10n/fa.json @@ -107,8 +107,6 @@ "Create new folder" : "ساختن پوشه جدید", "Upload file" : "بارگذاری پرونده", "Recent" : "اخیر", - "This file has the tag {tag}" : "این فایل دارای تگ {tag} است", - "This file has the tags {firstTags} and {lastTag}" : "این فایل دارای تگ‌های {firstTags} و {lastTag} است.", "Not favorited" : "مورد علاقه نیست", "Remove from favorites" : "حذف کردن از برگزیده ها", "Add to favorites" : "اضافه کردن به برگزیده ها", @@ -277,6 +275,8 @@ "Shared with you" : "Shared with you", "Deleted shares" : "اشتراک گذاری های حذف شده", "Pending shares" : "اشتراک در حال انتظار ", + "This file has the tag {tag}" : "این فایل دارای تگ {tag} است", + "This file has the tags {firstTags} and {lastTag}" : "این فایل دارای تگ‌های {firstTags} و {lastTag} است.", "Open folder {name}" : "باز کردن پوشه {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "این لیست به دلایل اجرایی به طور کامل ارائه نشده است. در حین حرکت در لیست، فایل ها ارائه می شوند.", "Search for an account" : "جستجو برای یک حساب کاربری", diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index 179042963c45f..fbe21f8abdba8 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -110,8 +110,6 @@ OC.L10N.register( "Create new folder" : "Luo uusi kansio", "Upload file" : "Lähetä tiedosto", "Recent" : "Viimeaikaiset", - "This file has the tag {tag}" : "Tällä tiedostolla on tunniste {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Tällä tiedostolla on tunnisteet {firstTags} ja {lastTag}", "Not favorited" : "Ei suosikeissa", "Remove from favorites" : "Poista suosikeista", "Add to favorites" : "Lisää suosikkeihin", @@ -276,6 +274,8 @@ OC.L10N.register( "Shared with you" : "Jaettu kanssasi", "Deleted shares" : "Poistetut jaot", "Pending shares" : "Odottavat jaot", + "This file has the tag {tag}" : "Tällä tiedostolla on tunniste {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Tällä tiedostolla on tunnisteet {firstTags} ja {lastTag}", "Open folder {name}" : "Avaa kansio {name}", "This list is not fully rendered for performances 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.", "Search for an account" : "Etsi tiliä", diff --git a/apps/files/l10n/fi.json b/apps/files/l10n/fi.json index 00a1498da9fd0..85d04f1b89188 100644 --- a/apps/files/l10n/fi.json +++ b/apps/files/l10n/fi.json @@ -108,8 +108,6 @@ "Create new folder" : "Luo uusi kansio", "Upload file" : "Lähetä tiedosto", "Recent" : "Viimeaikaiset", - "This file has the tag {tag}" : "Tällä tiedostolla on tunniste {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Tällä tiedostolla on tunnisteet {firstTags} ja {lastTag}", "Not favorited" : "Ei suosikeissa", "Remove from favorites" : "Poista suosikeista", "Add to favorites" : "Lisää suosikkeihin", @@ -274,6 +272,8 @@ "Shared with you" : "Jaettu kanssasi", "Deleted shares" : "Poistetut jaot", "Pending shares" : "Odottavat jaot", + "This file has the tag {tag}" : "Tällä tiedostolla on tunniste {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Tällä tiedostolla on tunnisteet {firstTags} ja {lastTag}", "Open folder {name}" : "Avaa kansio {name}", "This list is not fully rendered for performances 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.", "Search for an account" : "Etsi tiliä", diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 8dfbfccc5789d..00990d9c23fa7 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Créer un nouveau dossier", "Upload file" : "Téléverser un fichier", "Recent" : "Récent", - "This file has the tag {tag}" : "Ce fichier a l'étiquette {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Ce fichier a les étiquettes {firstTags} et {lastTag}", "Not favorited" : "Non marqué comme favori", "Remove from favorites" : "Retirer des favoris", "Add to favorites" : "Ajouter aux favoris", @@ -284,6 +282,8 @@ OC.L10N.register( "Shared with you" : "Partagés avec vous", "Deleted shares" : "Partages supprimés", "Pending shares" : "Partages en attente", + "This file has the tag {tag}" : "Ce fichier a l'étiquette {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ce fichier a les étiquettes {firstTags} et {lastTag}", "Open folder {name}" : "Ouvrir le dossier {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Cette liste n'est pas affichée en totalité pour des raisons de performances. Les fichiers seront affichés au fur et à mesure que vous parcourrez la liste.", "Search for an account" : "Chercher un compte", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 0f0c3878e1ce5..f98b462b04a8f 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -109,8 +109,6 @@ "Create new folder" : "Créer un nouveau dossier", "Upload file" : "Téléverser un fichier", "Recent" : "Récent", - "This file has the tag {tag}" : "Ce fichier a l'étiquette {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Ce fichier a les étiquettes {firstTags} et {lastTag}", "Not favorited" : "Non marqué comme favori", "Remove from favorites" : "Retirer des favoris", "Add to favorites" : "Ajouter aux favoris", @@ -282,6 +280,8 @@ "Shared with you" : "Partagés avec vous", "Deleted shares" : "Partages supprimés", "Pending shares" : "Partages en attente", + "This file has the tag {tag}" : "Ce fichier a l'étiquette {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ce fichier a les étiquettes {firstTags} et {lastTag}", "Open folder {name}" : "Ouvrir le dossier {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Cette liste n'est pas affichée en totalité pour des raisons de performances. Les fichiers seront affichés au fur et à mesure que vous parcourrez la liste.", "Search for an account" : "Chercher un compte", diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index 067e14c48510c..1b34ffac63cb3 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Crear un cartafol novo", "Upload file" : "Enviar ficheiro", "Recent" : "Recente", - "This file has the tag {tag}" : "Este ficheiro ten a etiqueta {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Este ficheiro ten as etiquetas {firstTags} e {lastTag}", "Not favorited" : "Non marcado como favorito", "Remove from favorites" : "Retirar de favoritos", "Add to favorites" : "Engadir a favoritos", @@ -285,6 +283,8 @@ OC.L10N.register( "Shared with you" : "Compartido con Vde.", "Deleted shares" : "Comparticións eliminadas", "Pending shares" : "Comparticións pendentes", + "This file has the tag {tag}" : "Este ficheiro ten a etiqueta {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Este ficheiro ten as etiquetas {firstTags} e {lastTag}", "Open folder {name}" : "Abrir o cartafol {name}", "This list is not fully rendered for performances 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 se despraza pola lista.", "Search for an account" : "Buscar por unha conta", diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json index bed61da80a256..5b4f487fcc9d2 100644 --- a/apps/files/l10n/gl.json +++ b/apps/files/l10n/gl.json @@ -109,8 +109,6 @@ "Create new folder" : "Crear un cartafol novo", "Upload file" : "Enviar ficheiro", "Recent" : "Recente", - "This file has the tag {tag}" : "Este ficheiro ten a etiqueta {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Este ficheiro ten as etiquetas {firstTags} e {lastTag}", "Not favorited" : "Non marcado como favorito", "Remove from favorites" : "Retirar de favoritos", "Add to favorites" : "Engadir a favoritos", @@ -283,6 +281,8 @@ "Shared with you" : "Compartido con Vde.", "Deleted shares" : "Comparticións eliminadas", "Pending shares" : "Comparticións pendentes", + "This file has the tag {tag}" : "Este ficheiro ten a etiqueta {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Este ficheiro ten as etiquetas {firstTags} e {lastTag}", "Open folder {name}" : "Abrir o cartafol {name}", "This list is not fully rendered for performances 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 se despraza pola lista.", "Search for an account" : "Buscar por unha conta", diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js index b56cdecaeefb5..f99621d2b5a64 100644 --- a/apps/files/l10n/hu.js +++ b/apps/files/l10n/hu.js @@ -108,8 +108,6 @@ OC.L10N.register( "Create new folder" : "Új mappa létrehozása", "Upload file" : "Fájl feltöltése", "Recent" : "Legutóbbi", - "This file has the tag {tag}" : "Ennek a fájlnak ez a címkéje: {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Ennek a fájlnak ezek a címkéi: {firstTags} és {lastTag}", "Not favorited" : "Nincs a kedvencek között", "Remove from favorites" : "Eltávolítás a kedvencekből", "Add to favorites" : "Hozzáadás a kedvencekhez", @@ -262,6 +260,8 @@ OC.L10N.register( "Shared with you" : "Megosztva Önnel", "Deleted shares" : "Törölt megosztások", "Pending shares" : "Függőben lévő megosztások", + "This file has the tag {tag}" : "Ennek a fájlnak ez a címkéje: {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ennek a fájlnak ezek a címkéi: {firstTags} és {lastTag}", "Open folder {name}" : "A(z) {name} mappa megnyitása", "This list is not fully rendered for performances 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, ", "Search for an account" : "Fiók keresése", diff --git a/apps/files/l10n/hu.json b/apps/files/l10n/hu.json index 5ab89f039d50b..64689b58c8f2e 100644 --- a/apps/files/l10n/hu.json +++ b/apps/files/l10n/hu.json @@ -106,8 +106,6 @@ "Create new folder" : "Új mappa létrehozása", "Upload file" : "Fájl feltöltése", "Recent" : "Legutóbbi", - "This file has the tag {tag}" : "Ennek a fájlnak ez a címkéje: {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Ennek a fájlnak ezek a címkéi: {firstTags} és {lastTag}", "Not favorited" : "Nincs a kedvencek között", "Remove from favorites" : "Eltávolítás a kedvencekből", "Add to favorites" : "Hozzáadás a kedvencekhez", @@ -260,6 +258,8 @@ "Shared with you" : "Megosztva Önnel", "Deleted shares" : "Törölt megosztások", "Pending shares" : "Függőben lévő megosztások", + "This file has the tag {tag}" : "Ennek a fájlnak ez a címkéje: {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ennek a fájlnak ezek a címkéi: {firstTags} és {lastTag}", "Open folder {name}" : "A(z) {name} mappa megnyitása", "This list is not fully rendered for performances 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, ", "Search for an account" : "Fiók keresése", diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 2944b137eae04..1556e01428c19 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Crea una nuova cartella", "Upload file" : "Carica file", "Recent" : "Recenti", - "This file has the tag {tag}" : "Questo file ha il tag {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Il file ha i tag {firstTags} e {lastTag}", "Not favorited" : "Non preferito", "Remove from favorites" : "Rimuovi dai preferiti", "Add to favorites" : "Aggiungi ai preferiti", @@ -283,6 +281,8 @@ OC.L10N.register( "Shared with you" : "Condivisi con te", "Deleted shares" : "Condivisioni eliminate", "Pending shares" : "Condivisioni in corso", + "This file has the tag {tag}" : "Questo file ha il tag {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Il file ha i tag {firstTags} e {lastTag}", "Open folder {name}" : "Apri la cartella {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Questa lista non è stata mostrata completamente per ragioni di performances. I file verranno mostrati durante la navigazione della lista.", "Search for an account" : "Cerca un account", diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json index b827ece7db82a..383245be4d727 100644 --- a/apps/files/l10n/it.json +++ b/apps/files/l10n/it.json @@ -109,8 +109,6 @@ "Create new folder" : "Crea una nuova cartella", "Upload file" : "Carica file", "Recent" : "Recenti", - "This file has the tag {tag}" : "Questo file ha il tag {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Il file ha i tag {firstTags} e {lastTag}", "Not favorited" : "Non preferito", "Remove from favorites" : "Rimuovi dai preferiti", "Add to favorites" : "Aggiungi ai preferiti", @@ -281,6 +279,8 @@ "Shared with you" : "Condivisi con te", "Deleted shares" : "Condivisioni eliminate", "Pending shares" : "Condivisioni in corso", + "This file has the tag {tag}" : "Questo file ha il tag {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Il file ha i tag {firstTags} e {lastTag}", "Open folder {name}" : "Apri la cartella {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Questa lista non è stata mostrata completamente per ragioni di performances. I file verranno mostrati durante la navigazione della lista.", "Search for an account" : "Cerca un account", diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 37abf97c2a11f..4f49c70fee039 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -109,8 +109,6 @@ OC.L10N.register( "Create new folder" : "新しいフォルダーを作成", "Upload file" : "ファイルをアップロード", "Recent" : "最新", - "This file has the tag {tag}" : "このファイルには {tag} タグがあります。", - "This file has the tags {firstTags} and {lastTag}" : "このファイルには {firstTags} と {lastTag} というタグがあります", "Not favorited" : "お気に入りではありません", "Remove from favorites" : "お気に入りから削除", "Add to favorites" : "お気に入りに追加", @@ -256,6 +254,8 @@ OC.L10N.register( "Shared with you" : "他ユーザーがあなたと共有中", "Deleted shares" : "削除された共有", "Pending shares" : "保留中の共有", + "This file has the tag {tag}" : "このファイルには {tag} タグがあります。", + "This file has the tags {firstTags} and {lastTag}" : "このファイルには {firstTags} と {lastTag} というタグがあります", "Open folder {name}" : "フォルダ {name} を開く", "Search for an account" : "アカウントを検索", "Choose" : "選択", diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json index 2c0ee3ca1d19a..9ea7665edc10b 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.json @@ -107,8 +107,6 @@ "Create new folder" : "新しいフォルダーを作成", "Upload file" : "ファイルをアップロード", "Recent" : "最新", - "This file has the tag {tag}" : "このファイルには {tag} タグがあります。", - "This file has the tags {firstTags} and {lastTag}" : "このファイルには {firstTags} と {lastTag} というタグがあります", "Not favorited" : "お気に入りではありません", "Remove from favorites" : "お気に入りから削除", "Add to favorites" : "お気に入りに追加", @@ -254,6 +252,8 @@ "Shared with you" : "他ユーザーがあなたと共有中", "Deleted shares" : "削除された共有", "Pending shares" : "保留中の共有", + "This file has the tag {tag}" : "このファイルには {tag} タグがあります。", + "This file has the tags {firstTags} and {lastTag}" : "このファイルには {firstTags} と {lastTag} というタグがあります", "Open folder {name}" : "フォルダ {name} を開く", "Search for an account" : "アカウントを検索", "Choose" : "選択", diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index b3cb5958a79dc..1a37c6a54ead5 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -109,8 +109,6 @@ OC.L10N.register( "Create new folder" : "새 폴더 생성", "Upload file" : "파일 업로드", "Recent" : "최근", - "This file has the tag {tag}" : "이 파일에 {tag} 태그가 있음", - "This file has the tags {firstTags} and {lastTag}" : "이 파일에 {firstTags}와 {lastTag} 태그가 있음", "Not favorited" : "즐겨찾기에 없음", "Remove from favorites" : "즐겨찾기에서 삭제", "Add to favorites" : "즐겨찾기에 추가", @@ -266,6 +264,8 @@ OC.L10N.register( "Shared with you" : "나와 공유됨", "Deleted shares" : "삭제된 공유", "Pending shares" : "진행중인 공유", + "This file has the tag {tag}" : "이 파일에 {tag} 태그가 있음", + "This file has the tags {firstTags} and {lastTag}" : "이 파일에 {firstTags}와 {lastTag} 태그가 있음", "Open folder {name}" : "{name} 폴더 열기", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "이 목록은 성능 상의 이유로 완전히 표시되지 않았습니다. 목록을 탐색하면 파일이 표시됩니다.", "Search for an account" : "계정 검색", diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json index 4a13bfdb34765..b87d90c579107 100644 --- a/apps/files/l10n/ko.json +++ b/apps/files/l10n/ko.json @@ -107,8 +107,6 @@ "Create new folder" : "새 폴더 생성", "Upload file" : "파일 업로드", "Recent" : "최근", - "This file has the tag {tag}" : "이 파일에 {tag} 태그가 있음", - "This file has the tags {firstTags} and {lastTag}" : "이 파일에 {firstTags}와 {lastTag} 태그가 있음", "Not favorited" : "즐겨찾기에 없음", "Remove from favorites" : "즐겨찾기에서 삭제", "Add to favorites" : "즐겨찾기에 추가", @@ -264,6 +262,8 @@ "Shared with you" : "나와 공유됨", "Deleted shares" : "삭제된 공유", "Pending shares" : "진행중인 공유", + "This file has the tag {tag}" : "이 파일에 {tag} 태그가 있음", + "This file has the tags {firstTags} and {lastTag}" : "이 파일에 {firstTags}와 {lastTag} 태그가 있음", "Open folder {name}" : "{name} 폴더 열기", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "이 목록은 성능 상의 이유로 완전히 표시되지 않았습니다. 목록을 탐색하면 파일이 표시됩니다.", "Search for an account" : "계정 검색", diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index 28cec08083196..311a76d5de886 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -101,7 +101,6 @@ OC.L10N.register( "Create new folder" : "Sukurti naują aplanką", "Upload file" : "Įkelti failą", "Recent" : "Paskiausiai naudoti", - "This file has the tag {tag}" : "Šis failas turi žymą {tag}", "Not favorited" : "Nepažymėtas mėgstamu", "Remove from favorites" : "Šalinti iš mėgstamų", "Add to favorites" : "Pridėti į mėgstamus", @@ -223,6 +222,7 @@ OC.L10N.register( "Shared with you" : "Bendrinama su jumis", "Deleted shares" : "Ištrinti viešiniai", "Pending shares" : "Laukiantys viešiniai", + "This file has the tag {tag}" : "Šis failas turi žymą {tag}", "Choose" : "Pasirinkite" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/files/l10n/lt_LT.json b/apps/files/l10n/lt_LT.json index ccf6044577419..a47e2bf012301 100644 --- a/apps/files/l10n/lt_LT.json +++ b/apps/files/l10n/lt_LT.json @@ -99,7 +99,6 @@ "Create new folder" : "Sukurti naują aplanką", "Upload file" : "Įkelti failą", "Recent" : "Paskiausiai naudoti", - "This file has the tag {tag}" : "Šis failas turi žymą {tag}", "Not favorited" : "Nepažymėtas mėgstamu", "Remove from favorites" : "Šalinti iš mėgstamų", "Add to favorites" : "Pridėti į mėgstamus", @@ -221,6 +220,7 @@ "Shared with you" : "Bendrinama su jumis", "Deleted shares" : "Ištrinti viešiniai", "Pending shares" : "Laukiantys viešiniai", + "This file has the tag {tag}" : "Šis failas turi žymą {tag}", "Choose" : "Pasirinkite" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/files/l10n/mk.js b/apps/files/l10n/mk.js index 06ddefbdf28ea..4429e464c5015 100644 --- a/apps/files/l10n/mk.js +++ b/apps/files/l10n/mk.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Креирај нова папка", "Upload file" : "Прикачи датотека", "Recent" : "Неодамнешни", - "This file has the tag {tag}" : "Оваа датотека има ознака {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Оваа датотека има ознаки {firstTags} и {lastTag}", "Not favorited" : "Нема фаворити", "Remove from favorites" : "Отстрани од фаворити", "Add to favorites" : "Додади во фаворити", @@ -283,6 +281,8 @@ OC.L10N.register( "Shared with you" : "Споделено со тебе", "Deleted shares" : "Избришани споделувања", "Pending shares" : "Споделувања на чекање", + "This file has the tag {tag}" : "Оваа датотека има ознака {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Оваа датотека има ознаки {firstTags} и {lastTag}", "Open folder {name}" : "Отвори папка {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Оваа листа не е целосно прикажана поради заштеда на перформанси. Датотеките ќе се прикажуваат додека се движите низ листата.", "Search for an account" : "Пребарај сметка", diff --git a/apps/files/l10n/mk.json b/apps/files/l10n/mk.json index 028d76e222f28..8c2d1560c75c8 100644 --- a/apps/files/l10n/mk.json +++ b/apps/files/l10n/mk.json @@ -109,8 +109,6 @@ "Create new folder" : "Креирај нова папка", "Upload file" : "Прикачи датотека", "Recent" : "Неодамнешни", - "This file has the tag {tag}" : "Оваа датотека има ознака {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Оваа датотека има ознаки {firstTags} и {lastTag}", "Not favorited" : "Нема фаворити", "Remove from favorites" : "Отстрани од фаворити", "Add to favorites" : "Додади во фаворити", @@ -281,6 +279,8 @@ "Shared with you" : "Споделено со тебе", "Deleted shares" : "Избришани споделувања", "Pending shares" : "Споделувања на чекање", + "This file has the tag {tag}" : "Оваа датотека има ознака {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Оваа датотека има ознаки {firstTags} и {lastTag}", "Open folder {name}" : "Отвори папка {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Оваа листа не е целосно прикажана поради заштеда на перформанси. Датотеките ќе се прикажуваат додека се движите низ листата.", "Search for an account" : "Пребарај сметка", diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index 385ba986ea075..fea835b4e962b 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Utwórz nowy katalog", "Upload file" : "Wyślij plik", "Recent" : "Ostatnie", - "This file has the tag {tag}" : "Ten plik posiada etykietę {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Ten plik posiada etykiety {firstTags} i {lastTag}", "Not favorited" : "Wyłączone z ulubionych", "Remove from favorites" : "Usuń z ulubionych", "Add to favorites" : "Dodaj do ulubionych", @@ -284,6 +282,8 @@ OC.L10N.register( "Shared with you" : "Udostępnione dla Ciebie", "Deleted shares" : "Usunięte udostępnienia", "Pending shares" : "Oczekujące udostępnienia", + "This file has the tag {tag}" : "Ten plik posiada etykietę {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ten plik posiada etykiety {firstTags} i {lastTag}", "Open folder {name}" : "Otwórz katalog {name}", "This list is not fully rendered for performances 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.", "Search for an account" : "Wyszukaj konto", diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json index 9884c4e7ab3b8..1d11daf80109e 100644 --- a/apps/files/l10n/pl.json +++ b/apps/files/l10n/pl.json @@ -109,8 +109,6 @@ "Create new folder" : "Utwórz nowy katalog", "Upload file" : "Wyślij plik", "Recent" : "Ostatnie", - "This file has the tag {tag}" : "Ten plik posiada etykietę {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Ten plik posiada etykiety {firstTags} i {lastTag}", "Not favorited" : "Wyłączone z ulubionych", "Remove from favorites" : "Usuń z ulubionych", "Add to favorites" : "Dodaj do ulubionych", @@ -282,6 +280,8 @@ "Shared with you" : "Udostępnione dla Ciebie", "Deleted shares" : "Usunięte udostępnienia", "Pending shares" : "Oczekujące udostępnienia", + "This file has the tag {tag}" : "Ten plik posiada etykietę {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ten plik posiada etykiety {firstTags} i {lastTag}", "Open folder {name}" : "Otwórz katalog {name}", "This list is not fully rendered for performances 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.", "Search for an account" : "Wyszukaj konto", diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 1796d90ed698e..da67f5a696eb5 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Criar nova pasta", "Upload file" : "Enviar arquivo", "Recent" : "Recentes", - "This file has the tag {tag}" : "Este arquivo tem a tag {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Este arquivo tem as etiquetas {firstTags} e {lastTag}", "Not favorited" : "Sem favoritos", "Remove from favorites" : "Excluir dos favoritos", "Add to favorites" : "Adicionar aos favoritos", @@ -188,6 +186,7 @@ OC.L10N.register( "Another entry with the same name already exists" : "Já existe outra entrada com o mesmo nome", "Renamed \"{oldName}\" to \"{newName}\"" : "Renomeado de \"{oldName}\" para \"{newName}\"", "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}\"", "Total rows summary" : "Resumo total de linhas", "\"{displayName}\" failed on some elements " : "\"{displayName}\" falhou em alguns elementos", @@ -250,6 +249,7 @@ OC.L10N.register( "Open folder {displayName}" : "Abra a pasta {displayName}", "Open in Files" : "Abrir em arquivos", "Open details" : "Abrir detalhes", + "Created new folder \"{name}\"" : "Nova pasta criada \"{name}\"", "Set up templates folder" : "Configurar pasta de modelos", "Templates" : "Modelos", "Create new templates folder" : "Criar nova pasta de modelos", @@ -283,6 +283,8 @@ OC.L10N.register( "Shared with you" : "Compartilhado com você", "Deleted shares" : "Compartilhamentos apagados", "Pending shares" : "Compartilhamentos pendentes", + "This file has the tag {tag}" : "Este arquivo tem a tag {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Este arquivo tem as etiquetas {firstTags} e {lastTag}", "Open folder {name}" : "Abra a pasta {nome}", "This list is not fully rendered for performances 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 conforme você navega pela lista.", "Search for an account" : "Pesquisar uma conta", diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index 1a43ac0eb5fb1..db5bb9b9ad999 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -109,8 +109,6 @@ "Create new folder" : "Criar nova pasta", "Upload file" : "Enviar arquivo", "Recent" : "Recentes", - "This file has the tag {tag}" : "Este arquivo tem a tag {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Este arquivo tem as etiquetas {firstTags} e {lastTag}", "Not favorited" : "Sem favoritos", "Remove from favorites" : "Excluir dos favoritos", "Add to favorites" : "Adicionar aos favoritos", @@ -186,6 +184,7 @@ "Another entry with the same name already exists" : "Já existe outra entrada com o mesmo nome", "Renamed \"{oldName}\" to \"{newName}\"" : "Renomeado de \"{oldName}\" para \"{newName}\"", "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}\"", "Total rows summary" : "Resumo total de linhas", "\"{displayName}\" failed on some elements " : "\"{displayName}\" falhou em alguns elementos", @@ -248,6 +247,7 @@ "Open folder {displayName}" : "Abra a pasta {displayName}", "Open in Files" : "Abrir em arquivos", "Open details" : "Abrir detalhes", + "Created new folder \"{name}\"" : "Nova pasta criada \"{name}\"", "Set up templates folder" : "Configurar pasta de modelos", "Templates" : "Modelos", "Create new templates folder" : "Criar nova pasta de modelos", @@ -281,6 +281,8 @@ "Shared with you" : "Compartilhado com você", "Deleted shares" : "Compartilhamentos apagados", "Pending shares" : "Compartilhamentos pendentes", + "This file has the tag {tag}" : "Este arquivo tem a tag {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Este arquivo tem as etiquetas {firstTags} e {lastTag}", "Open folder {name}" : "Abra a pasta {nome}", "This list is not fully rendered for performances 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 conforme você navega pela lista.", "Search for an account" : "Pesquisar uma conta", diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 339b0322ba1b9..7f2e0d2978e5b 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -109,8 +109,6 @@ OC.L10N.register( "Create new folder" : "Создать папку", "Upload file" : "Загрузить файл", "Recent" : "Недавно изменённые", - "This file has the tag {tag}" : "У этого файла есть тэг: {tag}", - "This file has the tags {firstTags} and {lastTag}" : "У этого файла есть тэги: {firstTags} и {lastTag}", "Not favorited" : "Не избранное", "Remove from favorites" : "Удалить из избранных", "Add to favorites" : "Добавить в избранное", @@ -274,6 +272,8 @@ OC.L10N.register( "Shared with you" : "Доступные для вас", "Deleted shares" : "Удалённые общие ресурсы", "Pending shares" : "Ожидающие общие ресурсы", + "This file has the tag {tag}" : "У этого файла есть тэг: {tag}", + "This file has the tags {firstTags} and {lastTag}" : "У этого файла есть тэги: {firstTags} и {lastTag}", "Open folder {name}" : "Открыть папку {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Этот список отображается не полностью из соображений производительности. Файлы будут отображаться по мере перемещения по списку.", "Search for an account" : "Поиск по учетной записи", diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index 08c6e7fef0b47..d51a33fd657c8 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -107,8 +107,6 @@ "Create new folder" : "Создать папку", "Upload file" : "Загрузить файл", "Recent" : "Недавно изменённые", - "This file has the tag {tag}" : "У этого файла есть тэг: {tag}", - "This file has the tags {firstTags} and {lastTag}" : "У этого файла есть тэги: {firstTags} и {lastTag}", "Not favorited" : "Не избранное", "Remove from favorites" : "Удалить из избранных", "Add to favorites" : "Добавить в избранное", @@ -272,6 +270,8 @@ "Shared with you" : "Доступные для вас", "Deleted shares" : "Удалённые общие ресурсы", "Pending shares" : "Ожидающие общие ресурсы", + "This file has the tag {tag}" : "У этого файла есть тэг: {tag}", + "This file has the tags {firstTags} and {lastTag}" : "У этого файла есть тэги: {firstTags} и {lastTag}", "Open folder {name}" : "Открыть папку {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Этот список отображается не полностью из соображений производительности. Файлы будут отображаться по мере перемещения по списку.", "Search for an account" : "Поиск по учетной записи", diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index 1bbfc0309f836..12684bfb949af 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -167,8 +167,11 @@ OC.L10N.register( "The ownership transfer of {path} from {user} has completed." : "Prevod vlastníctva položky {path} od {user} bol dokončený.", "in %s" : "v %s", "File Management" : "Správa súborov", + "Reload current directory" : "Znova načítať súčasný adresár", "Go to the \"{dir}\" directory" : "Ísť do \"{dir}\" adresára", + "Select the row for {displayName}" : "Vybrať riadok pre {displayName}", "Rename file" : "Premenovať súbor", + "A long time ago" : "Pred dlhším časom", "Download file {name}" : "Stiahnúť súbor {name}", "File name" : "Názov súboru", "Folder name" : "Názov priečinka", @@ -179,7 +182,9 @@ OC.L10N.register( "Name cannot be empty" : "Názov nemôže byť prázdny", "Another entry with the same name already exists" : "Názov už existuje", "Renamed \"{oldName}\" to \"{newName}\"" : "Premenované z \"{oldName}\" na \"{newName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Nebolo možné premenovať \"{oldName}\". Položka už neexistuje.", "Could not rename \"{oldName}\"" : "Nebolo možné premenovať \"{oldName}\"", + "Total rows summary" : "Súčet všetkých riadkov", "ascending" : "vzostupne", "descending" : "zostupne", "Sort list by {column} ({direction})" : "Zoradiť zoznam podľa {column} ({direction})", @@ -205,12 +210,14 @@ OC.L10N.register( "Loading current folder" : "Načítavanie súčasného adresára", "No files in here" : "Nie sú tu žiadne súbory", "Upload some content or sync with your devices!" : "Nahrajte nejaký obsah alebo synchronizujte so svojimi zariadeniami!", + "Go to the previous folder" : "Ísť do predchadzajúceho adresára", "Go back" : "Ísť späť", "Share" : "Zdieľať", "Shared by link" : "Sprístupnené prostredníctvom odkazu", "Shared" : "Sprístupnené", "Open the files app settings" : "Otvoriť nastavenia súborovej aplikácie", "Files settings" : "Nastavenia súborov", + "File cannot be accessed" : "Súbor nie je možné sprístupniť", "Sort favorites first" : "Zoradiť od najobľúbenejších", "Show hidden files" : "Zobraziť skryté súbory", "Crop image previews" : "Orezať náhľady obrázkov", @@ -264,6 +271,8 @@ OC.L10N.register( "Shared with you" : "Vám sprístupnené", "Deleted shares" : "Zmazané sprístupnenia", "Pending shares" : "Čakajúce prístupy", + "This file has the tag {tag}" : "Tento súbor má štítok {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Tento súbor má štítky {firstTags} a {lastTag}", "Open folder {name}" : "Otvoriť súbor {name}", "Search for an account" : "Vyhľadajte účet", "Choose" : "Vybrať", diff --git a/apps/files/l10n/sk.json b/apps/files/l10n/sk.json index 2fb215db644d7..ddf79bfa8bb8c 100644 --- a/apps/files/l10n/sk.json +++ b/apps/files/l10n/sk.json @@ -165,8 +165,11 @@ "The ownership transfer of {path} from {user} has completed." : "Prevod vlastníctva položky {path} od {user} bol dokončený.", "in %s" : "v %s", "File Management" : "Správa súborov", + "Reload current directory" : "Znova načítať súčasný adresár", "Go to the \"{dir}\" directory" : "Ísť do \"{dir}\" adresára", + "Select the row for {displayName}" : "Vybrať riadok pre {displayName}", "Rename file" : "Premenovať súbor", + "A long time ago" : "Pred dlhším časom", "Download file {name}" : "Stiahnúť súbor {name}", "File name" : "Názov súboru", "Folder name" : "Názov priečinka", @@ -177,7 +180,9 @@ "Name cannot be empty" : "Názov nemôže byť prázdny", "Another entry with the same name already exists" : "Názov už existuje", "Renamed \"{oldName}\" to \"{newName}\"" : "Premenované z \"{oldName}\" na \"{newName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Nebolo možné premenovať \"{oldName}\". Položka už neexistuje.", "Could not rename \"{oldName}\"" : "Nebolo možné premenovať \"{oldName}\"", + "Total rows summary" : "Súčet všetkých riadkov", "ascending" : "vzostupne", "descending" : "zostupne", "Sort list by {column} ({direction})" : "Zoradiť zoznam podľa {column} ({direction})", @@ -203,12 +208,14 @@ "Loading current folder" : "Načítavanie súčasného adresára", "No files in here" : "Nie sú tu žiadne súbory", "Upload some content or sync with your devices!" : "Nahrajte nejaký obsah alebo synchronizujte so svojimi zariadeniami!", + "Go to the previous folder" : "Ísť do predchadzajúceho adresára", "Go back" : "Ísť späť", "Share" : "Zdieľať", "Shared by link" : "Sprístupnené prostredníctvom odkazu", "Shared" : "Sprístupnené", "Open the files app settings" : "Otvoriť nastavenia súborovej aplikácie", "Files settings" : "Nastavenia súborov", + "File cannot be accessed" : "Súbor nie je možné sprístupniť", "Sort favorites first" : "Zoradiť od najobľúbenejších", "Show hidden files" : "Zobraziť skryté súbory", "Crop image previews" : "Orezať náhľady obrázkov", @@ -262,6 +269,8 @@ "Shared with you" : "Vám sprístupnené", "Deleted shares" : "Zmazané sprístupnenia", "Pending shares" : "Čakajúce prístupy", + "This file has the tag {tag}" : "Tento súbor má štítok {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Tento súbor má štítky {firstTags} a {lastTag}", "Open folder {name}" : "Otvoriť súbor {name}", "Search for an account" : "Vyhľadajte účet", "Choose" : "Vybrať", diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js index 7273194479cd0..3eacb2e0ca187 100644 --- a/apps/files/l10n/sl.js +++ b/apps/files/l10n/sl.js @@ -108,8 +108,6 @@ OC.L10N.register( "Create new folder" : "Ustvari novo mapo", "Upload file" : "Pošlji datoteko", "Recent" : "Nedavne", - "This file has the tag {tag}" : "Datoteka je označena z oznako {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Ta datoteka ima oznake {firstTags} in {lastTag}", "Not favorited" : "Ni priljubljeno", "Remove from favorites" : "Odstrani iz priljubljenih", "Add to favorites" : "Dodaj med priljubljene", @@ -262,6 +260,8 @@ OC.L10N.register( "Shared with you" : "V skupni rabi z vami", "Deleted shares" : "Izbrisana mesta souporabe", "Pending shares" : "Predmeti za souporabo na čakanju", + "This file has the tag {tag}" : "Datoteka je označena z oznako {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ta datoteka ima oznake {firstTags} in {lastTag}", "Open folder {name}" : "Odpri mapo {name}", "This list is not fully rendered for performances 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 ob brskanju.", "Search for an account" : "Poišči račun", diff --git a/apps/files/l10n/sl.json b/apps/files/l10n/sl.json index e13c7ffb1bd4d..5ee6ea6d6d089 100644 --- a/apps/files/l10n/sl.json +++ b/apps/files/l10n/sl.json @@ -106,8 +106,6 @@ "Create new folder" : "Ustvari novo mapo", "Upload file" : "Pošlji datoteko", "Recent" : "Nedavne", - "This file has the tag {tag}" : "Datoteka je označena z oznako {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Ta datoteka ima oznake {firstTags} in {lastTag}", "Not favorited" : "Ni priljubljeno", "Remove from favorites" : "Odstrani iz priljubljenih", "Add to favorites" : "Dodaj med priljubljene", @@ -260,6 +258,8 @@ "Shared with you" : "V skupni rabi z vami", "Deleted shares" : "Izbrisana mesta souporabe", "Pending shares" : "Predmeti za souporabo na čakanju", + "This file has the tag {tag}" : "Datoteka je označena z oznako {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ta datoteka ima oznake {firstTags} in {lastTag}", "Open folder {name}" : "Odpri mapo {name}", "This list is not fully rendered for performances 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 ob brskanju.", "Search for an account" : "Poišči račun", diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index d626442cd7c98..5cb9b53960266 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Направи нову фасциклу", "Upload file" : "Отпреми фајл", "Recent" : "Скорашњи", - "This file has the tag {tag}" : "Овај фајл има ознаку {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Овај фајл има ознаке {firstTags} и {lastTag}", "Not favorited" : "Није омиљено", "Remove from favorites" : "Избаци из омиљених", "Add to favorites" : "Додај у омиљене", @@ -285,6 +283,8 @@ OC.L10N.register( "Shared with you" : "Дељени са вама", "Deleted shares" : "Обрисана дељења", "Pending shares" : "Дељења на чекању", + "This file has the tag {tag}" : "Овај фајл има ознаку {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Овај фајл има ознаке {firstTags} и {lastTag}", "Open folder {name}" : "Отвори фолдер {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Ова листа није у потпуности приказана из разлога перформанси. Фајлови ће се приказивати како се крећете кроз листу.", "Search for an account" : "Претражите налог", diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json index 8851d1ceeecdc..dfde974b68df4 100644 --- a/apps/files/l10n/sr.json +++ b/apps/files/l10n/sr.json @@ -109,8 +109,6 @@ "Create new folder" : "Направи нову фасциклу", "Upload file" : "Отпреми фајл", "Recent" : "Скорашњи", - "This file has the tag {tag}" : "Овај фајл има ознаку {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Овај фајл има ознаке {firstTags} и {lastTag}", "Not favorited" : "Није омиљено", "Remove from favorites" : "Избаци из омиљених", "Add to favorites" : "Додај у омиљене", @@ -283,6 +281,8 @@ "Shared with you" : "Дељени са вама", "Deleted shares" : "Обрисана дељења", "Pending shares" : "Дељења на чекању", + "This file has the tag {tag}" : "Овај фајл има ознаку {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Овај фајл има ознаке {firstTags} и {lastTag}", "Open folder {name}" : "Отвори фолдер {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Ова листа није у потпуности приказана из разлога перформанси. Фајлови ће се приказивати како се крећете кроз листу.", "Search for an account" : "Претражите налог", diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index 3c9074df24ea6..22f5a78e8a1bf 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Skapa ny mapp", "Upload file" : "Ladda upp fil", "Recent" : "Senaste", - "This file has the tag {tag}" : "Den här filen har taggen {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Den här filen har taggarna {firstTags} och {lastTag}", "Not favorited" : "Inte favoriserade", "Remove from favorites" : "Ta bort från favoriter", "Add to favorites" : "Lägg till i favoriter", @@ -285,6 +283,8 @@ OC.L10N.register( "Shared with you" : "Delas med mig", "Deleted shares" : "Borttagna delningar", "Pending shares" : "Väntande delningar", + "This file has the tag {tag}" : "Den här filen har taggen {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Den här filen har taggarna {firstTags} och {lastTag}", "Open folder {name}" : "Öppna mappen {name}", "This list is not fully rendered for performances 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.", "Search for an account" : "Sök efter ett konto", diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index 2a3dac18c0b62..19b9e6ac22fdc 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -109,8 +109,6 @@ "Create new folder" : "Skapa ny mapp", "Upload file" : "Ladda upp fil", "Recent" : "Senaste", - "This file has the tag {tag}" : "Den här filen har taggen {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Den här filen har taggarna {firstTags} och {lastTag}", "Not favorited" : "Inte favoriserade", "Remove from favorites" : "Ta bort från favoriter", "Add to favorites" : "Lägg till i favoriter", @@ -283,6 +281,8 @@ "Shared with you" : "Delas med mig", "Deleted shares" : "Borttagna delningar", "Pending shares" : "Väntande delningar", + "This file has the tag {tag}" : "Den här filen har taggen {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Den här filen har taggarna {firstTags} och {lastTag}", "Open folder {name}" : "Öppna mappen {name}", "This list is not fully rendered for performances 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.", "Search for an account" : "Sök efter ett konto", diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index 9075330aec1f9..afe798f872895 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Klasör ekle", "Upload file" : "Dosya yükle", "Recent" : "Son", - "This file has the tag {tag}" : "Dosya {tag} olarak etiketlenmiş", - "This file has the tags {firstTags} and {lastTag}" : "Dosya {firstTags} ve {lastTag} olarak etiketlenmiş", "Not favorited" : "Sık kullanılanlarda değil", "Remove from favorites" : "Sık kullanılanlardan kaldır", "Add to favorites" : "Sık kullanılanlara ekle", @@ -284,6 +282,8 @@ OC.L10N.register( "Shared with you" : "Sizinle paylaşılan", "Deleted shares" : "Silinmiş paylaşımlar", "Pending shares" : "Bekleyen paylaşımlar", + "This file has the tag {tag}" : "Dosya {tag} olarak etiketlenmiş", + "This file has the tags {firstTags} and {lastTag}" : "Dosya {firstTags} ve {lastTag} olarak etiketlenmiş", "Open folder {name}" : "{name} klasörünü aç", "This list is not fully rendered for performances 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.", "Search for an account" : "Hesap ara", diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json index ea7c7be3837cd..a1c1872e94333 100644 --- a/apps/files/l10n/tr.json +++ b/apps/files/l10n/tr.json @@ -109,8 +109,6 @@ "Create new folder" : "Klasör ekle", "Upload file" : "Dosya yükle", "Recent" : "Son", - "This file has the tag {tag}" : "Dosya {tag} olarak etiketlenmiş", - "This file has the tags {firstTags} and {lastTag}" : "Dosya {firstTags} ve {lastTag} olarak etiketlenmiş", "Not favorited" : "Sık kullanılanlarda değil", "Remove from favorites" : "Sık kullanılanlardan kaldır", "Add to favorites" : "Sık kullanılanlara ekle", @@ -282,6 +280,8 @@ "Shared with you" : "Sizinle paylaşılan", "Deleted shares" : "Silinmiş paylaşımlar", "Pending shares" : "Bekleyen paylaşımlar", + "This file has the tag {tag}" : "Dosya {tag} olarak etiketlenmiş", + "This file has the tags {firstTags} and {lastTag}" : "Dosya {firstTags} ve {lastTag} olarak etiketlenmiş", "Open folder {name}" : "{name} klasörünü aç", "This list is not fully rendered for performances 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.", "Search for an account" : "Hesap ara", diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js index b9ceb6f77f1c6..e320932505d82 100644 --- a/apps/files/l10n/uk.js +++ b/apps/files/l10n/uk.js @@ -110,8 +110,6 @@ OC.L10N.register( "Create new folder" : "Створити новий каталог", "Upload file" : "Завантажити файл", "Recent" : "Останні", - "This file has the tag {tag}" : "Цей файл має мітку {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Цей файл має мітку {firstTags} та {lastTag}", "Not favorited" : "Без зірочки", "Remove from favorites" : "Прибрати зірочку", "Add to favorites" : "Додати зірочку", @@ -283,6 +281,8 @@ OC.L10N.register( "Shared with you" : "Надано доступ вам", "Deleted shares" : "Більше недоступні", "Pending shares" : "Запити на доступ", + "This file has the tag {tag}" : "Цей файл має мітку {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Цей файл має мітку {firstTags} та {lastTag}", "Open folder {name}" : "Відкрити каталог {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Через обмеження, пов'язані з потужністю, список не показується повністю. Файли показуватимуться, щойно ви рухатиметеся списком.", "Search for an account" : "Пошук облікового запису", diff --git a/apps/files/l10n/uk.json b/apps/files/l10n/uk.json index eb414b4d18b9b..00b063483c919 100644 --- a/apps/files/l10n/uk.json +++ b/apps/files/l10n/uk.json @@ -108,8 +108,6 @@ "Create new folder" : "Створити новий каталог", "Upload file" : "Завантажити файл", "Recent" : "Останні", - "This file has the tag {tag}" : "Цей файл має мітку {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Цей файл має мітку {firstTags} та {lastTag}", "Not favorited" : "Без зірочки", "Remove from favorites" : "Прибрати зірочку", "Add to favorites" : "Додати зірочку", @@ -281,6 +279,8 @@ "Shared with you" : "Надано доступ вам", "Deleted shares" : "Більше недоступні", "Pending shares" : "Запити на доступ", + "This file has the tag {tag}" : "Цей файл має мітку {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Цей файл має мітку {firstTags} та {lastTag}", "Open folder {name}" : "Відкрити каталог {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Через обмеження, пов'язані з потужністю, список не показується повністю. Файли показуватимуться, щойно ви рухатиметеся списком.", "Search for an account" : "Пошук облікового запису", diff --git a/apps/files/l10n/vi.js b/apps/files/l10n/vi.js index 3e968bfb0d4a6..11caee6e5b4fc 100644 --- a/apps/files/l10n/vi.js +++ b/apps/files/l10n/vi.js @@ -107,8 +107,6 @@ OC.L10N.register( "Create new folder" : "Tạo thư mục mới", "Upload file" : "Tải lên tập tin", "Recent" : "Gần đây", - "This file has the tag {tag}" : "Tập tin này có nhãn {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Tệp tin này có nhãn {firstTags} và {lastTag}", "Not favorited" : "‎Không được yêu thích‎", "Remove from favorites" : "Xóa khỏi ưa thích", "Add to favorites" : "Thêm vào ưa thích", @@ -240,6 +238,8 @@ OC.L10N.register( "Shared with you" : "Đã chia sẻ với bạn", "Deleted shares" : "‎Chia sẻ đã xóa‎", "Pending shares" : "Chia sẻ đang chờ xử lý‎", + "This file has the tag {tag}" : "Tập tin này có nhãn {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Tệp tin này có nhãn {firstTags} và {lastTag}", "Choose" : "Chọn" }, "nplurals=1; plural=0;"); diff --git a/apps/files/l10n/vi.json b/apps/files/l10n/vi.json index 60eba2f9939d0..4eade33c14d95 100644 --- a/apps/files/l10n/vi.json +++ b/apps/files/l10n/vi.json @@ -105,8 +105,6 @@ "Create new folder" : "Tạo thư mục mới", "Upload file" : "Tải lên tập tin", "Recent" : "Gần đây", - "This file has the tag {tag}" : "Tập tin này có nhãn {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Tệp tin này có nhãn {firstTags} và {lastTag}", "Not favorited" : "‎Không được yêu thích‎", "Remove from favorites" : "Xóa khỏi ưa thích", "Add to favorites" : "Thêm vào ưa thích", @@ -238,6 +236,8 @@ "Shared with you" : "Đã chia sẻ với bạn", "Deleted shares" : "‎Chia sẻ đã xóa‎", "Pending shares" : "Chia sẻ đang chờ xử lý‎", + "This file has the tag {tag}" : "Tập tin này có nhãn {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Tệp tin này có nhãn {firstTags} và {lastTag}", "Choose" : "Chọn" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 413bd3eea8a66..28546b9b39e4b 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "创建新文件夹", "Upload file" : "上传文件", "Recent" : "最近", - "This file has the tag {tag}" : "这个文件有 {tag} 标签", - "This file has the tags {firstTags} and {lastTag}" : "这个文件有 {firstTags} 和 {lastTag} 标签", "Not favorited" : "未收藏", "Remove from favorites" : "从收藏中移除", "Add to favorites" : "添加到收藏夹", @@ -285,6 +283,8 @@ OC.L10N.register( "Shared with you" : "与您共享的", "Deleted shares" : "已删除的共享", "Pending shares" : "待定共享", + "This file has the tag {tag}" : "这个文件有 {tag} 标签", + "This file has the tags {firstTags} and {lastTag}" : "这个文件有 {firstTags} 和 {lastTag} 标签", "Open folder {name}" : "打开文件夹 {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "因为性能原因,该列表没有完全加载。这些文件将会在您浏览列表的时候加载。", "Search for an account" : "搜索一个账户", diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index a04728b55088d..62d3a03617cb8 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -109,8 +109,6 @@ "Create new folder" : "创建新文件夹", "Upload file" : "上传文件", "Recent" : "最近", - "This file has the tag {tag}" : "这个文件有 {tag} 标签", - "This file has the tags {firstTags} and {lastTag}" : "这个文件有 {firstTags} 和 {lastTag} 标签", "Not favorited" : "未收藏", "Remove from favorites" : "从收藏中移除", "Add to favorites" : "添加到收藏夹", @@ -283,6 +281,8 @@ "Shared with you" : "与您共享的", "Deleted shares" : "已删除的共享", "Pending shares" : "待定共享", + "This file has the tag {tag}" : "这个文件有 {tag} 标签", + "This file has the tags {firstTags} and {lastTag}" : "这个文件有 {firstTags} 和 {lastTag} 标签", "Open folder {name}" : "打开文件夹 {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "因为性能原因,该列表没有完全加载。这些文件将会在您浏览列表的时候加载。", "Search for an account" : "搜索一个账户", diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index cfadf7ef20bf5..f18213fe466ac 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "新增資料夾", "Upload file" : "上傳檔案", "Recent" : "最新", - "This file has the tag {tag}" : "此檔案有標籤 {tag}", - "This file has the tags {firstTags} and {lastTag}" : "此檔案有標籤 {firstTags} 與 {lastTag}", "Not favorited" : "未加入至最愛", "Remove from favorites" : "從最愛中移除", "Add to favorites" : "加到我的最愛", @@ -285,6 +283,8 @@ OC.L10N.register( "Shared with you" : "與您分享", "Deleted shares" : "已刪除的分享", "Pending shares" : "等待分享", + "This file has the tag {tag}" : "此檔案有標籤 {tag}", + "This file has the tags {firstTags} and {lastTag}" : "此檔案有標籤 {firstTags} 與 {lastTag}", "Open folder {name}" : "打開資料夾 {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "出於性能考慮,此清單未完全呈現。檔案將在您瀏覽清單時呈現。", "Search for an account" : "搜尋賬號", diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index 0b487a42e4b21..8a282833be63a 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -109,8 +109,6 @@ "Create new folder" : "新增資料夾", "Upload file" : "上傳檔案", "Recent" : "最新", - "This file has the tag {tag}" : "此檔案有標籤 {tag}", - "This file has the tags {firstTags} and {lastTag}" : "此檔案有標籤 {firstTags} 與 {lastTag}", "Not favorited" : "未加入至最愛", "Remove from favorites" : "從最愛中移除", "Add to favorites" : "加到我的最愛", @@ -283,6 +281,8 @@ "Shared with you" : "與您分享", "Deleted shares" : "已刪除的分享", "Pending shares" : "等待分享", + "This file has the tag {tag}" : "此檔案有標籤 {tag}", + "This file has the tags {firstTags} and {lastTag}" : "此檔案有標籤 {firstTags} 與 {lastTag}", "Open folder {name}" : "打開資料夾 {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "出於性能考慮,此清單未完全呈現。檔案將在您瀏覽清單時呈現。", "Search for an account" : "搜尋賬號", diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 4cf71e6ac07dd..e3e298d83ac48 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "新增資料夾", "Upload file" : "上傳檔案", "Recent" : "近期", - "This file has the tag {tag}" : "此檔案有標籤 {tag}", - "This file has the tags {firstTags} and {lastTag}" : "此檔案有標籤 {firstTags} 與 {lastTag}", "Not favorited" : "未加入至最愛", "Remove from favorites" : "從最愛中移除", "Add to favorites" : "新增至最愛", @@ -285,6 +283,8 @@ OC.L10N.register( "Shared with you" : "與您分享", "Deleted shares" : "已刪除的分享", "Pending shares" : "等待分享", + "This file has the tag {tag}" : "此檔案有標籤 {tag}", + "This file has the tags {firstTags} and {lastTag}" : "此檔案有標籤 {firstTags} 與 {lastTag}", "Open folder {name}" : "開啟資料夾 {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "出於效能考量,此清單未完全呈現。檔案將在您瀏覽清單時呈現。", "Search for an account" : "搜尋帳號", diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json index 09ed0fc6c8554..f75a2a7cb0b84 100644 --- a/apps/files/l10n/zh_TW.json +++ b/apps/files/l10n/zh_TW.json @@ -109,8 +109,6 @@ "Create new folder" : "新增資料夾", "Upload file" : "上傳檔案", "Recent" : "近期", - "This file has the tag {tag}" : "此檔案有標籤 {tag}", - "This file has the tags {firstTags} and {lastTag}" : "此檔案有標籤 {firstTags} 與 {lastTag}", "Not favorited" : "未加入至最愛", "Remove from favorites" : "從最愛中移除", "Add to favorites" : "新增至最愛", @@ -283,6 +281,8 @@ "Shared with you" : "與您分享", "Deleted shares" : "已刪除的分享", "Pending shares" : "等待分享", + "This file has the tag {tag}" : "此檔案有標籤 {tag}", + "This file has the tags {firstTags} and {lastTag}" : "此檔案有標籤 {firstTags} 與 {lastTag}", "Open folder {name}" : "開啟資料夾 {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "出於效能考量,此清單未完全呈現。檔案將在您瀏覽清單時呈現。", "Search for an account" : "搜尋帳號", diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js index 9251bbfbcfd1f..fed7638ffab82 100644 --- a/apps/settings/l10n/sk.js +++ b/apps/settings/l10n/sk.js @@ -339,6 +339,7 @@ OC.L10N.register( "Display name" : "Zobrazované meno", "Email" : "Email", "Quota" : "Kvóta", + "Total rows summary" : "Súčet všetkých riadkov", "Avatar" : "Avatar", "Group admin for" : "Administrátor skupiny pre", "User backend" : "Backend používateľa", diff --git a/apps/settings/l10n/sk.json b/apps/settings/l10n/sk.json index e6d9c20bd1212..b145f27dba369 100644 --- a/apps/settings/l10n/sk.json +++ b/apps/settings/l10n/sk.json @@ -337,6 +337,7 @@ "Display name" : "Zobrazované meno", "Email" : "Email", "Quota" : "Kvóta", + "Total rows summary" : "Súčet všetkých riadkov", "Avatar" : "Avatar", "Group admin for" : "Administrátor skupiny pre", "User backend" : "Backend používateľa", diff --git a/apps/systemtags/l10n/ar.js b/apps/systemtags/l10n/ar.js index c4f1bc575606b..96f538079f1d6 100644 --- a/apps/systemtags/l10n/ar.js +++ b/apps/systemtags/l10n/ar.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "إخفاق في اختيار وسم", "Failed to create tag" : "إخفاق في إنشا وسم", "Failed to delete tag" : "إخفاق في حذف وسم", + "This file has the tag {tag}" : "هذا الملف له واصفة {tag}", + "This file has the tags {firstTags} and {lastTag}" : "هذا الملف له واصفات {firstTags} و {lastTag}", "Failed to load last used tags" : "إخفاق في تحميل آخر الوسوم استعمالاً", "Missing \"Content-Location\" header" : "ترويسة موقع المحتوى \"Content-Location\" مفقودة", "Tagged files" : "الملفات الموسومة", diff --git a/apps/systemtags/l10n/ar.json b/apps/systemtags/l10n/ar.json index 1c6d5b9afe7ad..5b8f3c49f89f1 100644 --- a/apps/systemtags/l10n/ar.json +++ b/apps/systemtags/l10n/ar.json @@ -55,6 +55,8 @@ "Failed to select tag" : "إخفاق في اختيار وسم", "Failed to create tag" : "إخفاق في إنشا وسم", "Failed to delete tag" : "إخفاق في حذف وسم", + "This file has the tag {tag}" : "هذا الملف له واصفة {tag}", + "This file has the tags {firstTags} and {lastTag}" : "هذا الملف له واصفات {firstTags} و {lastTag}", "Failed to load last used tags" : "إخفاق في تحميل آخر الوسوم استعمالاً", "Missing \"Content-Location\" header" : "ترويسة موقع المحتوى \"Content-Location\" مفقودة", "Tagged files" : "الملفات الموسومة", diff --git a/apps/systemtags/l10n/ca.js b/apps/systemtags/l10n/ca.js index b8c11d5ebc95d..5734ada6d40da 100644 --- a/apps/systemtags/l10n/ca.js +++ b/apps/systemtags/l10n/ca.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "No s'ha pogut seleccionar l'etiqueta", "Failed to create tag" : "No s'ha pogut crear l'etiqueta", "Failed to delete tag" : "No s'ha pogut suprimir l'etiqueta", + "This file has the tag {tag}" : "Aquest fitxer té l'etiqueta {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Aquest fitxer té les etiquetes {firstTags} i {lastTag}", "Failed to load last used tags" : "No s'han pogut carregar les etiquetes utilitzades recentment", "Missing \"Content-Location\" header" : "Falta la capçalera «Content-Location»", "Tagged files" : "Fitxers etiquetats", diff --git a/apps/systemtags/l10n/ca.json b/apps/systemtags/l10n/ca.json index ba27535e13e89..2590b2f58cff5 100644 --- a/apps/systemtags/l10n/ca.json +++ b/apps/systemtags/l10n/ca.json @@ -55,6 +55,8 @@ "Failed to select tag" : "No s'ha pogut seleccionar l'etiqueta", "Failed to create tag" : "No s'ha pogut crear l'etiqueta", "Failed to delete tag" : "No s'ha pogut suprimir l'etiqueta", + "This file has the tag {tag}" : "Aquest fitxer té l'etiqueta {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Aquest fitxer té les etiquetes {firstTags} i {lastTag}", "Failed to load last used tags" : "No s'han pogut carregar les etiquetes utilitzades recentment", "Missing \"Content-Location\" header" : "Falta la capçalera «Content-Location»", "Tagged files" : "Fitxers etiquetats", diff --git a/apps/systemtags/l10n/cs.js b/apps/systemtags/l10n/cs.js index 462361b88ce21..fc2cf1cdbb487 100644 --- a/apps/systemtags/l10n/cs.js +++ b/apps/systemtags/l10n/cs.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "Štítek se nepodařilo načíst", "Failed to create tag" : "Štítek se nepodařilo vytvořit", "Failed to delete tag" : "Štítek se nepodařilo smazat", + "This file has the tag {tag}" : "Tento soubor má štítek {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Tento soubor má štítky {firstTags} a {lastTag}", "Failed to load last used tags" : "Nepodařilo se načíst nedávno použité štítky", "Missing \"Content-Location\" header" : "Chybí hlavička „Content-Location“", "Tagged files" : "Oštítkované soubory", diff --git a/apps/systemtags/l10n/cs.json b/apps/systemtags/l10n/cs.json index 7bea81dcef15b..e6715c842ffc7 100644 --- a/apps/systemtags/l10n/cs.json +++ b/apps/systemtags/l10n/cs.json @@ -55,6 +55,8 @@ "Failed to select tag" : "Štítek se nepodařilo načíst", "Failed to create tag" : "Štítek se nepodařilo vytvořit", "Failed to delete tag" : "Štítek se nepodařilo smazat", + "This file has the tag {tag}" : "Tento soubor má štítek {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Tento soubor má štítky {firstTags} a {lastTag}", "Failed to load last used tags" : "Nepodařilo se načíst nedávno použité štítky", "Missing \"Content-Location\" header" : "Chybí hlavička „Content-Location“", "Tagged files" : "Oštítkované soubory", diff --git a/apps/systemtags/l10n/da.js b/apps/systemtags/l10n/da.js index c960341bfdaa9..69142575794fb 100644 --- a/apps/systemtags/l10n/da.js +++ b/apps/systemtags/l10n/da.js @@ -38,6 +38,8 @@ OC.L10N.register( "Tags" : "Mærker", "Collaborative tags" : "Kollaborativ tags", "Failed to load tags" : "Kunne ikke indlæse tags.", + "This file has the tag {tag}" : "Denne fil har tagget {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Denne fil har taggene {firstTags} og {lastTag}", "Tagged files" : "Mærkede filer", "Select tags to filter by" : "Vælg de mærker, der skal filtreres efter", "No tags found" : "Ingen tags fundet", diff --git a/apps/systemtags/l10n/da.json b/apps/systemtags/l10n/da.json index 2d56a17b09e44..5862db440175d 100644 --- a/apps/systemtags/l10n/da.json +++ b/apps/systemtags/l10n/da.json @@ -36,6 +36,8 @@ "Tags" : "Mærker", "Collaborative tags" : "Kollaborativ tags", "Failed to load tags" : "Kunne ikke indlæse tags.", + "This file has the tag {tag}" : "Denne fil har tagget {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Denne fil har taggene {firstTags} og {lastTag}", "Tagged files" : "Mærkede filer", "Select tags to filter by" : "Vælg de mærker, der skal filtreres efter", "No tags found" : "Ingen tags fundet", diff --git a/apps/systemtags/l10n/de.js b/apps/systemtags/l10n/de.js index 2fe24c8f5b6bb..4a8c57e441f43 100644 --- a/apps/systemtags/l10n/de.js +++ b/apps/systemtags/l10n/de.js @@ -56,6 +56,8 @@ OC.L10N.register( "Failed to select tag" : "Schlagwort konnte nicht ausgewählt werden", "Failed to create tag" : "Schlagwort konnte nicht erstellt werden", "Failed to delete tag" : "Fehler beim Löschen des Schlagwortes", + "This file has the tag {tag}" : "Diese Datei trägt das Schlagwort {tag}.", + "This file has the tags {firstTags} and {lastTag}" : "Diese Datei trägt die Schlagworte {firstTags} und {lastTag}.", "Failed to load last used tags" : "Zuletzt verwendete Schlagworte konnten nicht geladen werden", "Missing \"Content-Location\" header" : "Fehlender \"Content-Location\"-Header", "Tagged files" : "Mit Tags versehene Dateien", diff --git a/apps/systemtags/l10n/de.json b/apps/systemtags/l10n/de.json index c5947bd34831e..f18828bd18b5f 100644 --- a/apps/systemtags/l10n/de.json +++ b/apps/systemtags/l10n/de.json @@ -54,6 +54,8 @@ "Failed to select tag" : "Schlagwort konnte nicht ausgewählt werden", "Failed to create tag" : "Schlagwort konnte nicht erstellt werden", "Failed to delete tag" : "Fehler beim Löschen des Schlagwortes", + "This file has the tag {tag}" : "Diese Datei trägt das Schlagwort {tag}.", + "This file has the tags {firstTags} and {lastTag}" : "Diese Datei trägt die Schlagworte {firstTags} und {lastTag}.", "Failed to load last used tags" : "Zuletzt verwendete Schlagworte konnten nicht geladen werden", "Missing \"Content-Location\" header" : "Fehlender \"Content-Location\"-Header", "Tagged files" : "Mit Tags versehene Dateien", diff --git a/apps/systemtags/l10n/de_DE.js b/apps/systemtags/l10n/de_DE.js index 97eb09385bac0..d3e91bb257a6e 100644 --- a/apps/systemtags/l10n/de_DE.js +++ b/apps/systemtags/l10n/de_DE.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "Schlagwort konnte nicht ausgewählt werden", "Failed to create tag" : "Schlagwort konnte nicht erstellt werden", "Failed to delete tag" : "Fehler beim Löschen des Schlagwortes", + "This file has the tag {tag}" : "Diese Datei trägt das Schlagwort {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Diese Datei trägt die Schlagworte {firstTags} und {lastTag}", "Failed to load last used tags" : "Zuletzt verwendete Schlagworte konnten nicht geladen werden", "Missing \"Content-Location\" header" : "Fehlender \"Content-Location\"-Header", "Tagged files" : "Mit Schlagworten versehene Dateien", diff --git a/apps/systemtags/l10n/de_DE.json b/apps/systemtags/l10n/de_DE.json index bbe5e96835bdb..a149fd0182e0e 100644 --- a/apps/systemtags/l10n/de_DE.json +++ b/apps/systemtags/l10n/de_DE.json @@ -55,6 +55,8 @@ "Failed to select tag" : "Schlagwort konnte nicht ausgewählt werden", "Failed to create tag" : "Schlagwort konnte nicht erstellt werden", "Failed to delete tag" : "Fehler beim Löschen des Schlagwortes", + "This file has the tag {tag}" : "Diese Datei trägt das Schlagwort {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Diese Datei trägt die Schlagworte {firstTags} und {lastTag}", "Failed to load last used tags" : "Zuletzt verwendete Schlagworte konnten nicht geladen werden", "Missing \"Content-Location\" header" : "Fehlender \"Content-Location\"-Header", "Tagged files" : "Mit Schlagworten versehene Dateien", diff --git a/apps/systemtags/l10n/el.js b/apps/systemtags/l10n/el.js index a0b7f4321dd2d..0a620c6b6e745 100644 --- a/apps/systemtags/l10n/el.js +++ b/apps/systemtags/l10n/el.js @@ -49,6 +49,8 @@ OC.L10N.register( "Collaborative tagging functionality which shares tags among users." : "Λειτουργία προσθήκης ετικετών με συνεργασία που μοιράζεται ετικέτες μεταξύ χρηστών.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Λειτουργία προσθήκης ετικετών με συνεργασία που μοιράζεται ετικέτες μεταξύ χρηστών. Χρήσιμο για ομάδες.\n\t(Εάν είστε πάροχος με πολλαπλές εγκαταστάσεις, συνιστάται να απενεργοποιήσετε αυτήν την εφαρμογή καθώς οι ετικέτες μοιράζονται.)", "Failed to load tags" : "Απέτυχε η φόρτωση ετικετών", + "This file has the tag {tag}" : "Αυτό το αρχείο έχει την ετικέτα {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Αυτό το αρχείο έχει τις ετικέτες {firstTags} και {lastTag}", "Tagged files" : "Αρχεία με ετικέτες", "Select tags to filter by" : "Επιλογή ετικετών για φιλτράρισμα με", "No tags found" : "Δεν βρέθηκαν ετικέτες", diff --git a/apps/systemtags/l10n/el.json b/apps/systemtags/l10n/el.json index b9fa0a3f8c7ae..fa56be1abe05d 100644 --- a/apps/systemtags/l10n/el.json +++ b/apps/systemtags/l10n/el.json @@ -47,6 +47,8 @@ "Collaborative tagging functionality which shares tags among users." : "Λειτουργία προσθήκης ετικετών με συνεργασία που μοιράζεται ετικέτες μεταξύ χρηστών.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Λειτουργία προσθήκης ετικετών με συνεργασία που μοιράζεται ετικέτες μεταξύ χρηστών. Χρήσιμο για ομάδες.\n\t(Εάν είστε πάροχος με πολλαπλές εγκαταστάσεις, συνιστάται να απενεργοποιήσετε αυτήν την εφαρμογή καθώς οι ετικέτες μοιράζονται.)", "Failed to load tags" : "Απέτυχε η φόρτωση ετικετών", + "This file has the tag {tag}" : "Αυτό το αρχείο έχει την ετικέτα {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Αυτό το αρχείο έχει τις ετικέτες {firstTags} και {lastTag}", "Tagged files" : "Αρχεία με ετικέτες", "Select tags to filter by" : "Επιλογή ετικετών για φιλτράρισμα με", "No tags found" : "Δεν βρέθηκαν ετικέτες", diff --git a/apps/systemtags/l10n/en_GB.js b/apps/systemtags/l10n/en_GB.js index 7ed06ca69e9db..89951ef28e086 100644 --- a/apps/systemtags/l10n/en_GB.js +++ b/apps/systemtags/l10n/en_GB.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "Failed to select tag", "Failed to create tag" : "Failed to create tag", "Failed to delete tag" : "Failed to delete tag", + "This file has the tag {tag}" : "This file has the tag {tag}", + "This file has the tags {firstTags} and {lastTag}" : "This file has the tags {firstTags} and {lastTag}", "Failed to load last used tags" : "Failed to load last used tags", "Missing \"Content-Location\" header" : "Missing \"Content-Location\" header", "Tagged files" : "Tagged files", diff --git a/apps/systemtags/l10n/en_GB.json b/apps/systemtags/l10n/en_GB.json index d6616f7677101..a15dc511f0618 100644 --- a/apps/systemtags/l10n/en_GB.json +++ b/apps/systemtags/l10n/en_GB.json @@ -55,6 +55,8 @@ "Failed to select tag" : "Failed to select tag", "Failed to create tag" : "Failed to create tag", "Failed to delete tag" : "Failed to delete tag", + "This file has the tag {tag}" : "This file has the tag {tag}", + "This file has the tags {firstTags} and {lastTag}" : "This file has the tags {firstTags} and {lastTag}", "Failed to load last used tags" : "Failed to load last used tags", "Missing \"Content-Location\" header" : "Missing \"Content-Location\" header", "Tagged files" : "Tagged files", diff --git a/apps/systemtags/l10n/es.js b/apps/systemtags/l10n/es.js index 8d5adaaee6952..6d42e0a8b340c 100644 --- a/apps/systemtags/l10n/es.js +++ b/apps/systemtags/l10n/es.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "Fallo al seleccionar etiqueta", "Failed to create tag" : "Fallo al crear etiqueta", "Failed to delete tag" : "Fallo al borrar etiqueta", + "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}", "Failed to load last used tags" : "Fallo al cargar las etiquetas recientemente utilizadas", "Missing \"Content-Location\" header" : "No existe la cabecera \"Content-Location\"", "Tagged files" : "Archivos etiquetados", diff --git a/apps/systemtags/l10n/es.json b/apps/systemtags/l10n/es.json index c1fc2b188dc69..1acee8b43b51e 100644 --- a/apps/systemtags/l10n/es.json +++ b/apps/systemtags/l10n/es.json @@ -55,6 +55,8 @@ "Failed to select tag" : "Fallo al seleccionar etiqueta", "Failed to create tag" : "Fallo al crear etiqueta", "Failed to delete tag" : "Fallo al borrar etiqueta", + "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}", "Failed to load last used tags" : "Fallo al cargar las etiquetas recientemente utilizadas", "Missing \"Content-Location\" header" : "No existe la cabecera \"Content-Location\"", "Tagged files" : "Archivos etiquetados", diff --git a/apps/systemtags/l10n/es_EC.js b/apps/systemtags/l10n/es_EC.js index 46fe04bc3081f..2af5440737e55 100644 --- a/apps/systemtags/l10n/es_EC.js +++ b/apps/systemtags/l10n/es_EC.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "Error al seleccionar la etiqueta", "Failed to create tag" : "Error al crear la etiqueta", "Failed to delete tag" : "Error al eliminar la etiqueta", + "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}.", + "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}.", "Failed to load last used tags" : "Error al cargar las últimas etiquetas utilizadas", "Missing \"Content-Location\" header" : "Falta el encabezado \"Content-Location\"", "Tagged files" : "Archivos etiquetados", diff --git a/apps/systemtags/l10n/es_EC.json b/apps/systemtags/l10n/es_EC.json index 902297ed74b27..8d5eb0e706744 100644 --- a/apps/systemtags/l10n/es_EC.json +++ b/apps/systemtags/l10n/es_EC.json @@ -55,6 +55,8 @@ "Failed to select tag" : "Error al seleccionar la etiqueta", "Failed to create tag" : "Error al crear la etiqueta", "Failed to delete tag" : "Error al eliminar la etiqueta", + "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}.", + "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}.", "Failed to load last used tags" : "Error al cargar las últimas etiquetas utilizadas", "Missing \"Content-Location\" header" : "Falta el encabezado \"Content-Location\"", "Tagged files" : "Archivos etiquetados", diff --git a/apps/systemtags/l10n/et_EE.js b/apps/systemtags/l10n/et_EE.js index 81a783656ac90..cab4067d0ea02 100644 --- a/apps/systemtags/l10n/et_EE.js +++ b/apps/systemtags/l10n/et_EE.js @@ -37,6 +37,8 @@ OC.L10N.register( "System tags for a file have been modified" : "Süsteemi sildid sellele failile on muudetud", "Tags" : "Sildid", "Collaborative tags" : "Koostöö sildid", + "This file has the tag {tag}" : "Sellel failil on silt {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Sellel failil on sildid {firstTags} and {lastTag}", "Tagged files" : "Sildistatud failid", "Select tags to filter by" : "Vali sildid, mille järgi filtreerida", "No tags found" : "Silte ei leitud", diff --git a/apps/systemtags/l10n/et_EE.json b/apps/systemtags/l10n/et_EE.json index 74317f25ce542..5819bde12e593 100644 --- a/apps/systemtags/l10n/et_EE.json +++ b/apps/systemtags/l10n/et_EE.json @@ -35,6 +35,8 @@ "System tags for a file have been modified" : "Süsteemi sildid sellele failile on muudetud", "Tags" : "Sildid", "Collaborative tags" : "Koostöö sildid", + "This file has the tag {tag}" : "Sellel failil on silt {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Sellel failil on sildid {firstTags} and {lastTag}", "Tagged files" : "Sildistatud failid", "Select tags to filter by" : "Vali sildid, mille järgi filtreerida", "No tags found" : "Silte ei leitud", diff --git a/apps/systemtags/l10n/eu.js b/apps/systemtags/l10n/eu.js index 5012af2b9bfc1..aceb587d62fcb 100644 --- a/apps/systemtags/l10n/eu.js +++ b/apps/systemtags/l10n/eu.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "Etiketa hautatzeak huts egin du", "Failed to create tag" : "Etiketa sortzeak huts egin du", "Failed to delete tag" : "Etiketa ezabatzeak huts egin du", + "This file has the tag {tag}" : "Fitxategi honek {tag} etiketa dauka", + "This file has the tags {firstTags} and {lastTag}" : "Fitxategi honek {firstTags} eta {lastTag} etiketak ditu", "Failed to load last used tags" : "Ezin izan dira azken erabilitako etiketak kargatu", "Missing \"Content-Location\" header" : "\"Content-Location\" goiburua falta", "Tagged files" : "Etiketatutako fitxategiak", diff --git a/apps/systemtags/l10n/eu.json b/apps/systemtags/l10n/eu.json index 53da3fc7cc6ef..98bd5a912f1f7 100644 --- a/apps/systemtags/l10n/eu.json +++ b/apps/systemtags/l10n/eu.json @@ -55,6 +55,8 @@ "Failed to select tag" : "Etiketa hautatzeak huts egin du", "Failed to create tag" : "Etiketa sortzeak huts egin du", "Failed to delete tag" : "Etiketa ezabatzeak huts egin du", + "This file has the tag {tag}" : "Fitxategi honek {tag} etiketa dauka", + "This file has the tags {firstTags} and {lastTag}" : "Fitxategi honek {firstTags} eta {lastTag} etiketak ditu", "Failed to load last used tags" : "Ezin izan dira azken erabilitako etiketak kargatu", "Missing \"Content-Location\" header" : "\"Content-Location\" goiburua falta", "Tagged files" : "Etiketatutako fitxategiak", diff --git a/apps/systemtags/l10n/fa.js b/apps/systemtags/l10n/fa.js index 9f1e67bd18372..c3521fe0ac3b9 100644 --- a/apps/systemtags/l10n/fa.js +++ b/apps/systemtags/l10n/fa.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "Failed to select tag", "Failed to create tag" : "Failed to create tag", "Failed to delete tag" : "Failed to delete tag", + "This file has the tag {tag}" : "این فایل دارای تگ {tag} است", + "This file has the tags {firstTags} and {lastTag}" : "این فایل دارای تگ‌های {firstTags} و {lastTag} است.", "Failed to load last used tags" : "Failed to load last used tags", "Missing \"Content-Location\" header" : "Missing \"Content-Location\" header", "Tagged files" : "Tagged files", diff --git a/apps/systemtags/l10n/fa.json b/apps/systemtags/l10n/fa.json index 35a96fa6ca90a..8fcc214898cfb 100644 --- a/apps/systemtags/l10n/fa.json +++ b/apps/systemtags/l10n/fa.json @@ -55,6 +55,8 @@ "Failed to select tag" : "Failed to select tag", "Failed to create tag" : "Failed to create tag", "Failed to delete tag" : "Failed to delete tag", + "This file has the tag {tag}" : "این فایل دارای تگ {tag} است", + "This file has the tags {firstTags} and {lastTag}" : "این فایل دارای تگ‌های {firstTags} و {lastTag} است.", "Failed to load last used tags" : "Failed to load last used tags", "Missing \"Content-Location\" header" : "Missing \"Content-Location\" header", "Tagged files" : "Tagged files", diff --git a/apps/systemtags/l10n/fi.js b/apps/systemtags/l10n/fi.js index 640c059322fb8..5f807195638f4 100644 --- a/apps/systemtags/l10n/fi.js +++ b/apps/systemtags/l10n/fi.js @@ -47,6 +47,8 @@ OC.L10N.register( "Collaborative tags" : "Yhteistyölliset tunnisteet", "Collaborative tagging functionality which shares tags among users." : "Yhteisöllistä tunnistetoiminnallisuutta, lopputuloksena tunnisteet jaetaan käyttäjien kesken.", "Failed to load tags" : "Tunnisteiden lataaminen epäonnistui", + "This file has the tag {tag}" : "Tällä tiedostolla on tunniste {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Tällä tiedostolla on tunnisteet {firstTags} ja {lastTag}", "Tagged files" : "Tunnisteella merkityt tiedostot", "Select tags to filter by" : "Valitse suodatettavat tunnisteet", "No tags found" : "Tunnisteita ei löytynyt", diff --git a/apps/systemtags/l10n/fi.json b/apps/systemtags/l10n/fi.json index 5c7b803f7c622..9b484c3a4e5b0 100644 --- a/apps/systemtags/l10n/fi.json +++ b/apps/systemtags/l10n/fi.json @@ -45,6 +45,8 @@ "Collaborative tags" : "Yhteistyölliset tunnisteet", "Collaborative tagging functionality which shares tags among users." : "Yhteisöllistä tunnistetoiminnallisuutta, lopputuloksena tunnisteet jaetaan käyttäjien kesken.", "Failed to load tags" : "Tunnisteiden lataaminen epäonnistui", + "This file has the tag {tag}" : "Tällä tiedostolla on tunniste {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Tällä tiedostolla on tunnisteet {firstTags} ja {lastTag}", "Tagged files" : "Tunnisteella merkityt tiedostot", "Select tags to filter by" : "Valitse suodatettavat tunnisteet", "No tags found" : "Tunnisteita ei löytynyt", diff --git a/apps/systemtags/l10n/fr.js b/apps/systemtags/l10n/fr.js index 2e9f168bd9a46..a827f57002db2 100644 --- a/apps/systemtags/l10n/fr.js +++ b/apps/systemtags/l10n/fr.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "Impossible de sélectionner l'étiquette", "Failed to create tag" : "Impossible de créer l'étiquette", "Failed to delete tag" : "Impossible de supprimer l'étiquette", + "This file has the tag {tag}" : "Ce fichier a l'étiquette {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ce fichier a les étiquettes {firstTags} et {lastTag}", "Failed to load last used tags" : "Impossible de charger les dernières étiquettes utilisées", "Missing \"Content-Location\" header" : "Entête \"Contenu-Localisation\" manquant", "Tagged files" : "Fichiers étiquetés", diff --git a/apps/systemtags/l10n/fr.json b/apps/systemtags/l10n/fr.json index a7aeff25cc413..67ef08af82735 100644 --- a/apps/systemtags/l10n/fr.json +++ b/apps/systemtags/l10n/fr.json @@ -55,6 +55,8 @@ "Failed to select tag" : "Impossible de sélectionner l'étiquette", "Failed to create tag" : "Impossible de créer l'étiquette", "Failed to delete tag" : "Impossible de supprimer l'étiquette", + "This file has the tag {tag}" : "Ce fichier a l'étiquette {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ce fichier a les étiquettes {firstTags} et {lastTag}", "Failed to load last used tags" : "Impossible de charger les dernières étiquettes utilisées", "Missing \"Content-Location\" header" : "Entête \"Contenu-Localisation\" manquant", "Tagged files" : "Fichiers étiquetés", diff --git a/apps/systemtags/l10n/gl.js b/apps/systemtags/l10n/gl.js index 46c7b6eaca0b6..b9ff04f3b2b98 100644 --- a/apps/systemtags/l10n/gl.js +++ b/apps/systemtags/l10n/gl.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "Produciuse un fallo ao seleccionar a etiqueta", "Failed to create tag" : "Produciuse un fallo ao crear a etiqueta", "Failed to delete tag" : "Produciuse un fallo ao eliminar a etiqueta", + "This file has the tag {tag}" : "Este ficheiro ten a etiqueta {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Este ficheiro ten as etiquetas {firstTags} e {lastTag}", "Failed to load last used tags" : "Produciuse un fallo ao cargar as últimas etiquetas utilizadas", "Missing \"Content-Location\" header" : "Falta a cabeceira «Content-Location».", "Tagged files" : "Ficheiros etiquetados", diff --git a/apps/systemtags/l10n/gl.json b/apps/systemtags/l10n/gl.json index f9ea76b7b81a7..53b8776f87a8a 100644 --- a/apps/systemtags/l10n/gl.json +++ b/apps/systemtags/l10n/gl.json @@ -55,6 +55,8 @@ "Failed to select tag" : "Produciuse un fallo ao seleccionar a etiqueta", "Failed to create tag" : "Produciuse un fallo ao crear a etiqueta", "Failed to delete tag" : "Produciuse un fallo ao eliminar a etiqueta", + "This file has the tag {tag}" : "Este ficheiro ten a etiqueta {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Este ficheiro ten as etiquetas {firstTags} e {lastTag}", "Failed to load last used tags" : "Produciuse un fallo ao cargar as últimas etiquetas utilizadas", "Missing \"Content-Location\" header" : "Falta a cabeceira «Content-Location».", "Tagged files" : "Ficheiros etiquetados", diff --git a/apps/systemtags/l10n/hu.js b/apps/systemtags/l10n/hu.js index 28347dce8f0b7..81becb649cb4f 100644 --- a/apps/systemtags/l10n/hu.js +++ b/apps/systemtags/l10n/hu.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "A címke kiválasztása sikertelen", "Failed to create tag" : "A címke létrehozása sikertelen", "Failed to delete tag" : "A címke törlése sikertelen", + "This file has the tag {tag}" : "Ennek a fájlnak ez a címkéje: {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ennek a fájlnak ezek a címkéi: {firstTags} és {lastTag}", "Failed to load last used tags" : "A legutóbb használt címkék betöltése sikertelen", "Missing \"Content-Location\" header" : "Hiányzó „Content-Location” fejléc", "Tagged files" : "Címkézett fájlok", diff --git a/apps/systemtags/l10n/hu.json b/apps/systemtags/l10n/hu.json index 67331477cca6f..40a49ceb790a0 100644 --- a/apps/systemtags/l10n/hu.json +++ b/apps/systemtags/l10n/hu.json @@ -55,6 +55,8 @@ "Failed to select tag" : "A címke kiválasztása sikertelen", "Failed to create tag" : "A címke létrehozása sikertelen", "Failed to delete tag" : "A címke törlése sikertelen", + "This file has the tag {tag}" : "Ennek a fájlnak ez a címkéje: {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ennek a fájlnak ezek a címkéi: {firstTags} és {lastTag}", "Failed to load last used tags" : "A legutóbb használt címkék betöltése sikertelen", "Missing \"Content-Location\" header" : "Hiányzó „Content-Location” fejléc", "Tagged files" : "Címkézett fájlok", diff --git a/apps/systemtags/l10n/it.js b/apps/systemtags/l10n/it.js index c2fd44e3ead5c..3993ca3e7acc6 100644 --- a/apps/systemtags/l10n/it.js +++ b/apps/systemtags/l10n/it.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "Selezione etichetta fallita", "Failed to create tag" : "Creazione etichetta fallita", "Failed to delete tag" : "Eliminazione etichetta fallita", + "This file has the tag {tag}" : "Questo file ha il tag {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Il file ha i tag {firstTags} e {lastTag}", "Failed to load last used tags" : "Caricamento ultime etichette usate fallito", "Missing \"Content-Location\" header" : "Intestazione \"Content-Location\" mancante", "Tagged files" : "File etichettati", diff --git a/apps/systemtags/l10n/it.json b/apps/systemtags/l10n/it.json index 65f6d3189f3ea..80280f7dcb535 100644 --- a/apps/systemtags/l10n/it.json +++ b/apps/systemtags/l10n/it.json @@ -55,6 +55,8 @@ "Failed to select tag" : "Selezione etichetta fallita", "Failed to create tag" : "Creazione etichetta fallita", "Failed to delete tag" : "Eliminazione etichetta fallita", + "This file has the tag {tag}" : "Questo file ha il tag {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Il file ha i tag {firstTags} e {lastTag}", "Failed to load last used tags" : "Caricamento ultime etichette usate fallito", "Missing \"Content-Location\" header" : "Intestazione \"Content-Location\" mancante", "Tagged files" : "File etichettati", diff --git a/apps/systemtags/l10n/ja.js b/apps/systemtags/l10n/ja.js index 825f768e2eca3..a77d3112aa8dc 100644 --- a/apps/systemtags/l10n/ja.js +++ b/apps/systemtags/l10n/ja.js @@ -49,6 +49,8 @@ OC.L10N.register( "Collaborative tagging functionality which shares tags among users." : "ユーザー間でタグを共有するコラボレーティブタグ機能。", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "ユーザー間でタグを共有する共同タグ機能。 チームに最適です。\n(マルチテナンシーインストールのプロバイダーの場合は、タグが共有されているため、このアプリを非アクティブ化することをお勧めします。)", "Failed to load tags" : "タグの読込に失敗しました", + "This file has the tag {tag}" : "このファイルには {tag} タグがあります。", + "This file has the tags {firstTags} and {lastTag}" : "このファイルには {firstTags} と {lastTag} というタグがあります", "Tagged files" : "タグ済ファイル", "Select tags to filter by" : "フィルターするタグを選択してください", "No tags found" : "タグが見つかりません", diff --git a/apps/systemtags/l10n/ja.json b/apps/systemtags/l10n/ja.json index 0b9eaa5447738..6502eceb6ff18 100644 --- a/apps/systemtags/l10n/ja.json +++ b/apps/systemtags/l10n/ja.json @@ -47,6 +47,8 @@ "Collaborative tagging functionality which shares tags among users." : "ユーザー間でタグを共有するコラボレーティブタグ機能。", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "ユーザー間でタグを共有する共同タグ機能。 チームに最適です。\n(マルチテナンシーインストールのプロバイダーの場合は、タグが共有されているため、このアプリを非アクティブ化することをお勧めします。)", "Failed to load tags" : "タグの読込に失敗しました", + "This file has the tag {tag}" : "このファイルには {tag} タグがあります。", + "This file has the tags {firstTags} and {lastTag}" : "このファイルには {firstTags} と {lastTag} というタグがあります", "Tagged files" : "タグ済ファイル", "Select tags to filter by" : "フィルターするタグを選択してください", "No tags found" : "タグが見つかりません", diff --git a/apps/systemtags/l10n/ko.js b/apps/systemtags/l10n/ko.js index 6e1581f511980..c21eff4064252 100644 --- a/apps/systemtags/l10n/ko.js +++ b/apps/systemtags/l10n/ko.js @@ -46,6 +46,8 @@ OC.L10N.register( "Collaborative tags" : "협업 태그", "Collaborative tagging functionality which shares tags among users." : "사용자간 태그를 공유하는 협업 태그 기능입니다.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "사용자간 태그를 공유하는 협업 태그 기능입니다. 팀에 유용합니다.\n\t(여러 사람이 공유하도록 시스템을 설치한 공급자라면 태그가 공유되기 때문에 이 앱을 비활성화하는 것을 추천합니다.)", + "This file has the tag {tag}" : "이 파일에 {tag} 태그가 있음", + "This file has the tags {firstTags} and {lastTag}" : "이 파일에 {firstTags}와 {lastTag} 태그가 있음", "Tagged files" : "태그 된 파일", "Select tags to filter by" : "필터링할 태그 선택", "No tags found" : "태그를 찾을 수 없음", diff --git a/apps/systemtags/l10n/ko.json b/apps/systemtags/l10n/ko.json index 764e24eab9b5c..442ca54afc56e 100644 --- a/apps/systemtags/l10n/ko.json +++ b/apps/systemtags/l10n/ko.json @@ -44,6 +44,8 @@ "Collaborative tags" : "협업 태그", "Collaborative tagging functionality which shares tags among users." : "사용자간 태그를 공유하는 협업 태그 기능입니다.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "사용자간 태그를 공유하는 협업 태그 기능입니다. 팀에 유용합니다.\n\t(여러 사람이 공유하도록 시스템을 설치한 공급자라면 태그가 공유되기 때문에 이 앱을 비활성화하는 것을 추천합니다.)", + "This file has the tag {tag}" : "이 파일에 {tag} 태그가 있음", + "This file has the tags {firstTags} and {lastTag}" : "이 파일에 {firstTags}와 {lastTag} 태그가 있음", "Tagged files" : "태그 된 파일", "Select tags to filter by" : "필터링할 태그 선택", "No tags found" : "태그를 찾을 수 없음", diff --git a/apps/systemtags/l10n/lt_LT.js b/apps/systemtags/l10n/lt_LT.js index 98fde466cf9db..9ea93f6262de5 100644 --- a/apps/systemtags/l10n/lt_LT.js +++ b/apps/systemtags/l10n/lt_LT.js @@ -46,6 +46,7 @@ OC.L10N.register( "Failed to select tag" : "Nepavyko parinkti žymios", "Failed to create tag" : "Nepavyko įkelti žymios", "Failed to delete tag" : "Nepavyko pervadinti žymės", + "This file has the tag {tag}" : "Šis failas turi žymą {tag}", "Failed to load last used tags" : "Nepavyko įkelti paskutinių naudotų žymų", "Tagged files" : "Pažymėti failai", "Select tags to filter by" : "Pasirinkite žymes, pagal kurias filtruoti", diff --git a/apps/systemtags/l10n/lt_LT.json b/apps/systemtags/l10n/lt_LT.json index 8ef202d4bced6..b90ac9f053c1e 100644 --- a/apps/systemtags/l10n/lt_LT.json +++ b/apps/systemtags/l10n/lt_LT.json @@ -44,6 +44,7 @@ "Failed to select tag" : "Nepavyko parinkti žymios", "Failed to create tag" : "Nepavyko įkelti žymios", "Failed to delete tag" : "Nepavyko pervadinti žymės", + "This file has the tag {tag}" : "Šis failas turi žymą {tag}", "Failed to load last used tags" : "Nepavyko įkelti paskutinių naudotų žymų", "Tagged files" : "Pažymėti failai", "Select tags to filter by" : "Pasirinkite žymes, pagal kurias filtruoti", diff --git a/apps/systemtags/l10n/mk.js b/apps/systemtags/l10n/mk.js index a7177145b20f0..73a2482e12f4a 100644 --- a/apps/systemtags/l10n/mk.js +++ b/apps/systemtags/l10n/mk.js @@ -46,6 +46,8 @@ OC.L10N.register( "Collaborative tags" : "Колаборативна ознака", "Collaborative tagging functionality which shares tags among users." : "Колаборативна ознака е можност да се споделуваат ознаките со корисниците.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Колаборативна ознака е можност да се споделуваат ознаките со корисниците. Одлично за тимско работење.\n\t(Доколку користите провајдер со инсталирани повеќе инстанци, се препорачува да се оневозможи оваа апликацика бидејќи ознаките ќе бидат споделени.)", + "This file has the tag {tag}" : "Оваа датотека има ознака {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Оваа датотека има ознаки {firstTags} и {lastTag}", "Tagged files" : "Означени датотеки", "Select tags to filter by" : "Изберете филтер за ознака", "No tags found" : "Не се пронајдени ознаки", diff --git a/apps/systemtags/l10n/mk.json b/apps/systemtags/l10n/mk.json index e8b441018ceb7..24d6507cddd38 100644 --- a/apps/systemtags/l10n/mk.json +++ b/apps/systemtags/l10n/mk.json @@ -44,6 +44,8 @@ "Collaborative tags" : "Колаборативна ознака", "Collaborative tagging functionality which shares tags among users." : "Колаборативна ознака е можност да се споделуваат ознаките со корисниците.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Колаборативна ознака е можност да се споделуваат ознаките со корисниците. Одлично за тимско работење.\n\t(Доколку користите провајдер со инсталирани повеќе инстанци, се препорачува да се оневозможи оваа апликацика бидејќи ознаките ќе бидат споделени.)", + "This file has the tag {tag}" : "Оваа датотека има ознака {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Оваа датотека има ознаки {firstTags} и {lastTag}", "Tagged files" : "Означени датотеки", "Select tags to filter by" : "Изберете филтер за ознака", "No tags found" : "Не се пронајдени ознаки", diff --git a/apps/systemtags/l10n/pl.js b/apps/systemtags/l10n/pl.js index 1f46a778b88d3..81a3b80120303 100644 --- a/apps/systemtags/l10n/pl.js +++ b/apps/systemtags/l10n/pl.js @@ -49,6 +49,8 @@ OC.L10N.register( "Collaborative tagging functionality which shares tags among users." : "Wspólna funkcja przypisywania etykiet, która udostępnia etykiety użytkownikom.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Wspólna funkcja przypisywania etykiet, która udostępnia etykiety użytkownikom. Idealne dla zespołów.\n\t(Jeśli jesteś dostawcą instalacji dla wielu odbiorców, zaleca się dezaktywację tej aplikacji, ponieważ etykiety są udostępniane.)", "Failed to load tags" : "Nie udało się załadować etykiet", + "This file has the tag {tag}" : "Ten plik posiada etykietę {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ten plik posiada etykiety {firstTags} i {lastTag}", "Tagged files" : "Oznaczone pliki", "Select tags to filter by" : "Wybierz etykiety do filtrowania", "No tags found" : "Nie znaleziono etykiet", diff --git a/apps/systemtags/l10n/pl.json b/apps/systemtags/l10n/pl.json index 114e288271110..e395600e3783d 100644 --- a/apps/systemtags/l10n/pl.json +++ b/apps/systemtags/l10n/pl.json @@ -47,6 +47,8 @@ "Collaborative tagging functionality which shares tags among users." : "Wspólna funkcja przypisywania etykiet, która udostępnia etykiety użytkownikom.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Wspólna funkcja przypisywania etykiet, która udostępnia etykiety użytkownikom. Idealne dla zespołów.\n\t(Jeśli jesteś dostawcą instalacji dla wielu odbiorców, zaleca się dezaktywację tej aplikacji, ponieważ etykiety są udostępniane.)", "Failed to load tags" : "Nie udało się załadować etykiet", + "This file has the tag {tag}" : "Ten plik posiada etykietę {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ten plik posiada etykiety {firstTags} i {lastTag}", "Tagged files" : "Oznaczone pliki", "Select tags to filter by" : "Wybierz etykiety do filtrowania", "No tags found" : "Nie znaleziono etykiet", diff --git a/apps/systemtags/l10n/pt_BR.js b/apps/systemtags/l10n/pt_BR.js index 023b4bad56341..3827ab6264f82 100644 --- a/apps/systemtags/l10n/pt_BR.js +++ b/apps/systemtags/l10n/pt_BR.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "Falha ao selecionar etiqueta", "Failed to create tag" : "Falha ao criar etiqueta", "Failed to delete tag" : "Falha ao excluir etiqueta", + "This file has the tag {tag}" : "Este arquivo tem a tag {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Este arquivo tem as etiquetas {firstTags} e {lastTag}", "Failed to load last used tags" : "Falha ao carregar as últimas etiquetas usadas", "Missing \"Content-Location\" header" : "Cabeçalho \"Conteúdo-Localização\" ausente", "Tagged files" : "Arquivos etiquetados", diff --git a/apps/systemtags/l10n/pt_BR.json b/apps/systemtags/l10n/pt_BR.json index 4c79d142d6778..77de816bca0c1 100644 --- a/apps/systemtags/l10n/pt_BR.json +++ b/apps/systemtags/l10n/pt_BR.json @@ -55,6 +55,8 @@ "Failed to select tag" : "Falha ao selecionar etiqueta", "Failed to create tag" : "Falha ao criar etiqueta", "Failed to delete tag" : "Falha ao excluir etiqueta", + "This file has the tag {tag}" : "Este arquivo tem a tag {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Este arquivo tem as etiquetas {firstTags} e {lastTag}", "Failed to load last used tags" : "Falha ao carregar as últimas etiquetas usadas", "Missing \"Content-Location\" header" : "Cabeçalho \"Conteúdo-Localização\" ausente", "Tagged files" : "Arquivos etiquetados", diff --git a/apps/systemtags/l10n/ru.js b/apps/systemtags/l10n/ru.js index c34aafa38a097..4dd2e06191f90 100644 --- a/apps/systemtags/l10n/ru.js +++ b/apps/systemtags/l10n/ru.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "Не удалось выбрать тег", "Failed to create tag" : "Не удалось создать тег", "Failed to delete tag" : "Не удалось удалить тег", + "This file has the tag {tag}" : "У этого файла есть тэг: {tag}", + "This file has the tags {firstTags} and {lastTag}" : "У этого файла есть тэги: {firstTags} и {lastTag}", "Failed to load last used tags" : "Не удалось загрузить последние использованные метки", "Missing \"Content-Location\" header" : "Отсутствует заголовок «Content-Location»", "Tagged files" : "Помеченные файлы", diff --git a/apps/systemtags/l10n/ru.json b/apps/systemtags/l10n/ru.json index 18df46807cb67..8c6322d5a9fd2 100644 --- a/apps/systemtags/l10n/ru.json +++ b/apps/systemtags/l10n/ru.json @@ -55,6 +55,8 @@ "Failed to select tag" : "Не удалось выбрать тег", "Failed to create tag" : "Не удалось создать тег", "Failed to delete tag" : "Не удалось удалить тег", + "This file has the tag {tag}" : "У этого файла есть тэг: {tag}", + "This file has the tags {firstTags} and {lastTag}" : "У этого файла есть тэги: {firstTags} и {lastTag}", "Failed to load last used tags" : "Не удалось загрузить последние использованные метки", "Missing \"Content-Location\" header" : "Отсутствует заголовок «Content-Location»", "Tagged files" : "Помеченные файлы", diff --git a/apps/systemtags/l10n/sk.js b/apps/systemtags/l10n/sk.js index 416efa121c635..dd4c18759ce7c 100644 --- a/apps/systemtags/l10n/sk.js +++ b/apps/systemtags/l10n/sk.js @@ -49,6 +49,8 @@ OC.L10N.register( "Collaborative tagging functionality which shares tags among users." : "Funkcie spoločného označovania, ktoré zdieľajú štítky medzi používateľmi.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funkcie spoločného označovania, ktoré zdieľajú štítky medzi používateľmi. Skvelé pre tímy.\n\t (Ak ste poskytovateľom inštalácie pre viacero subjektov, odporúča sa túto aplikáciu deaktivovať, pretože štítky sú zdieľané.)", "Failed to load tags" : "Nepodarilo sa načítať štítky", + "This file has the tag {tag}" : "Tento súbor má štítok {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Tento súbor má štítky {firstTags} a {lastTag}", "Tagged files" : "Súbory so štítkom", "Select tags to filter by" : "Vybrať štítky pre filter", "No tags found" : "Štítky sa nenašli", diff --git a/apps/systemtags/l10n/sk.json b/apps/systemtags/l10n/sk.json index 47ac4f6309c7c..9c97b971f50e9 100644 --- a/apps/systemtags/l10n/sk.json +++ b/apps/systemtags/l10n/sk.json @@ -47,6 +47,8 @@ "Collaborative tagging functionality which shares tags among users." : "Funkcie spoločného označovania, ktoré zdieľajú štítky medzi používateľmi.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funkcie spoločného označovania, ktoré zdieľajú štítky medzi používateľmi. Skvelé pre tímy.\n\t (Ak ste poskytovateľom inštalácie pre viacero subjektov, odporúča sa túto aplikáciu deaktivovať, pretože štítky sú zdieľané.)", "Failed to load tags" : "Nepodarilo sa načítať štítky", + "This file has the tag {tag}" : "Tento súbor má štítok {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Tento súbor má štítky {firstTags} a {lastTag}", "Tagged files" : "Súbory so štítkom", "Select tags to filter by" : "Vybrať štítky pre filter", "No tags found" : "Štítky sa nenašli", diff --git a/apps/systemtags/l10n/sl.js b/apps/systemtags/l10n/sl.js index e5d44aa3df082..cebd48ebd0c0a 100644 --- a/apps/systemtags/l10n/sl.js +++ b/apps/systemtags/l10n/sl.js @@ -47,6 +47,8 @@ OC.L10N.register( "Collaborative tagging functionality which shares tags among users." : "Možnost dodajanja sodelovalnih oznak za souporabo med uporabniki.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Možnost sodelovalnega označevanja, ki omogoča uporabnikom označevanje z oznakami. Odlično za skupinsko delo.\n\t(Priporočljivo je, da ponudniki, ki omogočajo storitve različnim skupinam, možnost onemogočijo, saj je oznake mogoče izmenjevati tudi med njimi.)", "Failed to load tags" : "Nalaganje oznak je spodletelo", + "This file has the tag {tag}" : "Datoteka je označena z oznako {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ta datoteka ima oznake {firstTags} in {lastTag}", "Tagged files" : "Označene datoteke", "Select tags to filter by" : "Izbor oznak za filtriranje", "No tags found" : "Ni najdenih oznak", diff --git a/apps/systemtags/l10n/sl.json b/apps/systemtags/l10n/sl.json index 434fa3ad86b53..589adf2cad836 100644 --- a/apps/systemtags/l10n/sl.json +++ b/apps/systemtags/l10n/sl.json @@ -45,6 +45,8 @@ "Collaborative tagging functionality which shares tags among users." : "Možnost dodajanja sodelovalnih oznak za souporabo med uporabniki.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Možnost sodelovalnega označevanja, ki omogoča uporabnikom označevanje z oznakami. Odlično za skupinsko delo.\n\t(Priporočljivo je, da ponudniki, ki omogočajo storitve različnim skupinam, možnost onemogočijo, saj je oznake mogoče izmenjevati tudi med njimi.)", "Failed to load tags" : "Nalaganje oznak je spodletelo", + "This file has the tag {tag}" : "Datoteka je označena z oznako {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ta datoteka ima oznake {firstTags} in {lastTag}", "Tagged files" : "Označene datoteke", "Select tags to filter by" : "Izbor oznak za filtriranje", "No tags found" : "Ni najdenih oznak", diff --git a/apps/systemtags/l10n/sr.js b/apps/systemtags/l10n/sr.js index 3322db8e62f72..82eaf5b3ff262 100644 --- a/apps/systemtags/l10n/sr.js +++ b/apps/systemtags/l10n/sr.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "Ознака није могла да се изабере", "Failed to create tag" : "Ознака није могла да се креира", "Failed to delete tag" : "Ознака није могла да се обрише", + "This file has the tag {tag}" : "Овај фајл има ознаку {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Овај фајл има ознаке {firstTags} и {lastTag}", "Failed to load last used tags" : "Последње коришћена ознака није могла да се учита", "Missing \"Content-Location\" header" : "Недостаје Content-Location” заглавље", "Tagged files" : "Означени фајлови", diff --git a/apps/systemtags/l10n/sr.json b/apps/systemtags/l10n/sr.json index 266cd4db5c223..090f9dd70d400 100644 --- a/apps/systemtags/l10n/sr.json +++ b/apps/systemtags/l10n/sr.json @@ -55,6 +55,8 @@ "Failed to select tag" : "Ознака није могла да се изабере", "Failed to create tag" : "Ознака није могла да се креира", "Failed to delete tag" : "Ознака није могла да се обрише", + "This file has the tag {tag}" : "Овај фајл има ознаку {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Овај фајл има ознаке {firstTags} и {lastTag}", "Failed to load last used tags" : "Последње коришћена ознака није могла да се учита", "Missing \"Content-Location\" header" : "Недостаје Content-Location” заглавље", "Tagged files" : "Означени фајлови", diff --git a/apps/systemtags/l10n/sv.js b/apps/systemtags/l10n/sv.js index adf0ec8a67221..4dc00f274b0ba 100644 --- a/apps/systemtags/l10n/sv.js +++ b/apps/systemtags/l10n/sv.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "Det gick inte att välja tagg", "Failed to create tag" : "Det gick inte att skapa tagg", "Failed to delete tag" : "Det gick inte att ta bort tagg", + "This file has the tag {tag}" : "Den här filen har taggen {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Den här filen har taggarna {firstTags} och {lastTag}", "Failed to load last used tags" : "Det gick inte att läsa in senast använda taggar", "Missing \"Content-Location\" header" : "\"Content-Location\" header saknas", "Tagged files" : "Taggade filer", diff --git a/apps/systemtags/l10n/sv.json b/apps/systemtags/l10n/sv.json index 1d6048be4e504..34cd3c225a7f7 100644 --- a/apps/systemtags/l10n/sv.json +++ b/apps/systemtags/l10n/sv.json @@ -55,6 +55,8 @@ "Failed to select tag" : "Det gick inte att välja tagg", "Failed to create tag" : "Det gick inte att skapa tagg", "Failed to delete tag" : "Det gick inte att ta bort tagg", + "This file has the tag {tag}" : "Den här filen har taggen {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Den här filen har taggarna {firstTags} och {lastTag}", "Failed to load last used tags" : "Det gick inte att läsa in senast använda taggar", "Missing \"Content-Location\" header" : "\"Content-Location\" header saknas", "Tagged files" : "Taggade filer", diff --git a/apps/systemtags/l10n/tr.js b/apps/systemtags/l10n/tr.js index 0dc654ebb3437..7033e4df228bd 100644 --- a/apps/systemtags/l10n/tr.js +++ b/apps/systemtags/l10n/tr.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "Seçilmiş etiket yüklenemedi", "Failed to create tag" : "Etiket eklenemedi", "Failed to delete tag" : "Etiket silinemedi", + "This file has the tag {tag}" : "Dosya {tag} olarak etiketlenmiş", + "This file has the tags {firstTags} and {lastTag}" : "Dosya {firstTags} ve {lastTag} olarak etiketlenmiş", "Failed to load last used tags" : "Son kullanılan etiketler yüklenemedi", "Missing \"Content-Location\" header" : "\"Content-Location\" üst bilgisi eksik", "Tagged files" : "Etiketli dosyalar", diff --git a/apps/systemtags/l10n/tr.json b/apps/systemtags/l10n/tr.json index 041b6743acf26..241bacf3dd940 100644 --- a/apps/systemtags/l10n/tr.json +++ b/apps/systemtags/l10n/tr.json @@ -55,6 +55,8 @@ "Failed to select tag" : "Seçilmiş etiket yüklenemedi", "Failed to create tag" : "Etiket eklenemedi", "Failed to delete tag" : "Etiket silinemedi", + "This file has the tag {tag}" : "Dosya {tag} olarak etiketlenmiş", + "This file has the tags {firstTags} and {lastTag}" : "Dosya {firstTags} ve {lastTag} olarak etiketlenmiş", "Failed to load last used tags" : "Son kullanılan etiketler yüklenemedi", "Missing \"Content-Location\" header" : "\"Content-Location\" üst bilgisi eksik", "Tagged files" : "Etiketli dosyalar", diff --git a/apps/systemtags/l10n/uk.js b/apps/systemtags/l10n/uk.js index 5dace93da47ec..97e93097b77b0 100644 --- a/apps/systemtags/l10n/uk.js +++ b/apps/systemtags/l10n/uk.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "Не вдалося вибрати мітку", "Failed to create tag" : "Не вдалося створити мітку", "Failed to delete tag" : "Не вдалося видалити мітку", + "This file has the tag {tag}" : "Цей файл має мітку {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Цей файл має мітку {firstTags} та {lastTag}", "Failed to load last used tags" : "Не вдалося завантажити останні мітки", "Missing \"Content-Location\" header" : "Відсутній заголовок \"Content-Location\"", "Tagged files" : "Файли з мітками", diff --git a/apps/systemtags/l10n/uk.json b/apps/systemtags/l10n/uk.json index b7a1ed9f30068..5d2a308c1163f 100644 --- a/apps/systemtags/l10n/uk.json +++ b/apps/systemtags/l10n/uk.json @@ -55,6 +55,8 @@ "Failed to select tag" : "Не вдалося вибрати мітку", "Failed to create tag" : "Не вдалося створити мітку", "Failed to delete tag" : "Не вдалося видалити мітку", + "This file has the tag {tag}" : "Цей файл має мітку {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Цей файл має мітку {firstTags} та {lastTag}", "Failed to load last used tags" : "Не вдалося завантажити останні мітки", "Missing \"Content-Location\" header" : "Відсутній заголовок \"Content-Location\"", "Tagged files" : "Файли з мітками", diff --git a/apps/systemtags/l10n/vi.js b/apps/systemtags/l10n/vi.js index ead1c2941cffb..3a50497e62877 100644 --- a/apps/systemtags/l10n/vi.js +++ b/apps/systemtags/l10n/vi.js @@ -46,6 +46,8 @@ OC.L10N.register( "Collaborative tags" : "Thẻ cộng tác", "Collaborative tagging functionality which shares tags among users." : "Chức năng gắn thẻ mang tính hợp tác, chia sẻ thẻ giữa những người dùng.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Chức năng gắn thẻ mang tính hợp tác, chia sẻ thẻ giữa những người dùng. Rất tuyệt đối với các nhóm.\n\t(Nếu bạn là người cung cấp có bản sao có nhiều người thuê, chúng tôi khuyên bạn vô hiệu hóa ứng dụng này vì các thẻ được chia sẻ.)", + "This file has the tag {tag}" : "Tập tin này có nhãn {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Tệp tin này có nhãn {firstTags} và {lastTag}", "Tagged files" : "Các tệp được dán nhãn", "Select tags to filter by" : "Chọn nhãn để lọc theo", "No tags found" : "Không tìm thấy nhãn", diff --git a/apps/systemtags/l10n/vi.json b/apps/systemtags/l10n/vi.json index 7e3e543f9ae33..0bdee3a9cbb0a 100644 --- a/apps/systemtags/l10n/vi.json +++ b/apps/systemtags/l10n/vi.json @@ -44,6 +44,8 @@ "Collaborative tags" : "Thẻ cộng tác", "Collaborative tagging functionality which shares tags among users." : "Chức năng gắn thẻ mang tính hợp tác, chia sẻ thẻ giữa những người dùng.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Chức năng gắn thẻ mang tính hợp tác, chia sẻ thẻ giữa những người dùng. Rất tuyệt đối với các nhóm.\n\t(Nếu bạn là người cung cấp có bản sao có nhiều người thuê, chúng tôi khuyên bạn vô hiệu hóa ứng dụng này vì các thẻ được chia sẻ.)", + "This file has the tag {tag}" : "Tập tin này có nhãn {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Tệp tin này có nhãn {firstTags} và {lastTag}", "Tagged files" : "Các tệp được dán nhãn", "Select tags to filter by" : "Chọn nhãn để lọc theo", "No tags found" : "Không tìm thấy nhãn", diff --git a/apps/systemtags/l10n/zh_CN.js b/apps/systemtags/l10n/zh_CN.js index b90d60cdab7a4..cd0866703373c 100644 --- a/apps/systemtags/l10n/zh_CN.js +++ b/apps/systemtags/l10n/zh_CN.js @@ -47,6 +47,8 @@ OC.L10N.register( "Collaborative tagging functionality which shares tags among users." : "协作标签功能在用户间共享标签。", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "协作标签功能在用户间共享标签。适合团队使用。\n\n\t(如果您是一个多租户安装实例的提供者,建议在标签共享时禁用此应用)", "Failed to load tags" : "加载标签失败", + "This file has the tag {tag}" : "这个文件有 {tag} 标签", + "This file has the tags {firstTags} and {lastTag}" : "这个文件有 {firstTags} 和 {lastTag} 标签", "Tagged files" : "标签文件", "Select tags to filter by" : "选择标签来筛选", "No tags found" : "标签未找到", diff --git a/apps/systemtags/l10n/zh_CN.json b/apps/systemtags/l10n/zh_CN.json index e602c5fc840e4..0b2750e605fb2 100644 --- a/apps/systemtags/l10n/zh_CN.json +++ b/apps/systemtags/l10n/zh_CN.json @@ -45,6 +45,8 @@ "Collaborative tagging functionality which shares tags among users." : "协作标签功能在用户间共享标签。", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "协作标签功能在用户间共享标签。适合团队使用。\n\n\t(如果您是一个多租户安装实例的提供者,建议在标签共享时禁用此应用)", "Failed to load tags" : "加载标签失败", + "This file has the tag {tag}" : "这个文件有 {tag} 标签", + "This file has the tags {firstTags} and {lastTag}" : "这个文件有 {firstTags} 和 {lastTag} 标签", "Tagged files" : "标签文件", "Select tags to filter by" : "选择标签来筛选", "No tags found" : "标签未找到", diff --git a/apps/systemtags/l10n/zh_HK.js b/apps/systemtags/l10n/zh_HK.js index e345b1e6617fb..eef60f98d5811 100644 --- a/apps/systemtags/l10n/zh_HK.js +++ b/apps/systemtags/l10n/zh_HK.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "無法選擇標籤", "Failed to create tag" : "創建標籤失敗", "Failed to delete tag" : "刪除標籤失敗", + "This file has the tag {tag}" : "此檔案有標籤 {tag}", + "This file has the tags {firstTags} and {lastTag}" : "此檔案有標籤 {firstTags} 與 {lastTag}", "Failed to load last used tags" : "無法加載上次使用的標籤", "Missing \"Content-Location\" header" : "缺少 “Content-Location” 標頭", "Tagged files" : "已標籤檔案", diff --git a/apps/systemtags/l10n/zh_HK.json b/apps/systemtags/l10n/zh_HK.json index 80357c996e28b..cb916020fcb59 100644 --- a/apps/systemtags/l10n/zh_HK.json +++ b/apps/systemtags/l10n/zh_HK.json @@ -55,6 +55,8 @@ "Failed to select tag" : "無法選擇標籤", "Failed to create tag" : "創建標籤失敗", "Failed to delete tag" : "刪除標籤失敗", + "This file has the tag {tag}" : "此檔案有標籤 {tag}", + "This file has the tags {firstTags} and {lastTag}" : "此檔案有標籤 {firstTags} 與 {lastTag}", "Failed to load last used tags" : "無法加載上次使用的標籤", "Missing \"Content-Location\" header" : "缺少 “Content-Location” 標頭", "Tagged files" : "已標籤檔案", diff --git a/apps/systemtags/l10n/zh_TW.js b/apps/systemtags/l10n/zh_TW.js index 8708e3c849301..e99e467b38af8 100644 --- a/apps/systemtags/l10n/zh_TW.js +++ b/apps/systemtags/l10n/zh_TW.js @@ -57,6 +57,8 @@ OC.L10N.register( "Failed to select tag" : "選取標籤失敗", "Failed to create tag" : "建立標籤失敗", "Failed to delete tag" : "刪除標籤失敗", + "This file has the tag {tag}" : "此檔案有標籤 {tag}", + "This file has the tags {firstTags} and {lastTag}" : "此檔案有標籤 {firstTags} 與 {lastTag}", "Failed to load last used tags" : "載入上次使用的標籤失敗", "Missing \"Content-Location\" header" : "缺少「Content-Location」標頭", "Tagged files" : "已標籤檔案", diff --git a/apps/systemtags/l10n/zh_TW.json b/apps/systemtags/l10n/zh_TW.json index 7f7d7be7e4ae8..c457f57292870 100644 --- a/apps/systemtags/l10n/zh_TW.json +++ b/apps/systemtags/l10n/zh_TW.json @@ -55,6 +55,8 @@ "Failed to select tag" : "選取標籤失敗", "Failed to create tag" : "建立標籤失敗", "Failed to delete tag" : "刪除標籤失敗", + "This file has the tag {tag}" : "此檔案有標籤 {tag}", + "This file has the tags {firstTags} and {lastTag}" : "此檔案有標籤 {firstTags} 與 {lastTag}", "Failed to load last used tags" : "載入上次使用的標籤失敗", "Missing \"Content-Location\" header" : "缺少「Content-Location」標頭", "Tagged files" : "已標籤檔案", diff --git a/apps/theming/l10n/pt_BR.js b/apps/theming/l10n/pt_BR.js index 2089ef286b85e..cf308934a80d5 100644 --- a/apps/theming/l10n/pt_BR.js +++ b/apps/theming/l10n/pt_BR.js @@ -82,6 +82,7 @@ OC.L10N.register( "No background" : "Sem fundo", "Select a background from your files" : "Selecione o papel de parede de seus arquivos", "Select background" : "Selecione o plano de fundo", + "No background has been selected" : "Nenhum plano de fundo foi selecionado", "Theme selection is enforced" : "A seleção do tema é aplicada", "Select a custom color" : "Selecione uma cor personalizada", "Reset to default" : "Redefinir para o padrão", diff --git a/apps/theming/l10n/pt_BR.json b/apps/theming/l10n/pt_BR.json index a424955a55b73..fe7a537016f90 100644 --- a/apps/theming/l10n/pt_BR.json +++ b/apps/theming/l10n/pt_BR.json @@ -80,6 +80,7 @@ "No background" : "Sem fundo", "Select a background from your files" : "Selecione o papel de parede de seus arquivos", "Select background" : "Selecione o plano de fundo", + "No background has been selected" : "Nenhum plano de fundo foi selecionado", "Theme selection is enforced" : "A seleção do tema é aplicada", "Select a custom color" : "Selecione uma cor personalizada", "Reset to default" : "Redefinir para o padrão", diff --git a/core/l10n/hu.js b/core/l10n/hu.js index 0de962ae792db..4ae15cdc7a7dd 100644 --- a/core/l10n/hu.js +++ b/core/l10n/hu.js @@ -84,6 +84,7 @@ OC.L10N.register( "You have not set or verified your email server configuration, yet. Please head over to the {mailSettingsStart}Basic settings{mailSettingsEnd} in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Még nem adta meg, vagy nem ellenőrizte az e-mail-kiszolgáló beállításait. Menjen a {mailSettingsStart}Alapvető beállításokhoz{mailSettingsEnd}, hogy beállítsa. Ezután használja az „E-mail küldése” gombot, hogy ellenőrizze a beállításokat.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Az adatbázis nem „READ COMMITTED” tranzakció izolációs szinttel fut. Ez problémákat okozhat több egyidejű esemény végrehajtásakor.", "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "A „fileinfo” PHP modul hiányzik. Erősen javasolt a modul engedélyezése a MIME-típusok lehető legjobb felismeréséhez.", + "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "A távoli címe a következőként lett azonosítva: „{remoteAddress}”, és a különböző kéréseit lelassítja a nyers erős támadás elleni védelem. Ha a távoli cím nem az IP-címe, akkor ez azt jelentheti, hogy a proxy nincs helyesen beállítva. További információk találhatók a {linkstart}dokumentációban ↗{linkend}.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "A tranzakciós fájlok zárolása le van tiltva, ez problémákhoz vezethet, ha versenyhelyzet lép fel. A problémák elkerülése érdekében engedélyezze a „filelocking.enabled” beállítást a config.php fájlban. További információkért lásd a {linkstart}dokumentációt ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Az adatbázis a tranzakciós fájlzároláshoz használatos. A teljesítmény növeléséhez állítson be memcache-t, ha az elérhető. További információkért lásd a {linkstart}dokumentációt ↗{linkend}.", "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"{suggestedOverwriteCliURL}\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Győződjön meg róla, hogy beállította arra az URL-re az „overwrite.cli.url” lehetőséget a config.php fájlban, amelyen a felhasználók elérik ezt a Nextcloudot. Javaslat: „{suggestedOverwriteCliURL}”. Különben problémák lehetnek a cronnal történő URL-előállítással. (Lehetséges, hogy a javasolt URL nem az, amellyel a felhasználók elsődlegesen elérik a Nextcloudot. Jobb, ha a biztonság kedvéért még egyszer ellenőrzi.)", @@ -132,6 +133,7 @@ OC.L10N.register( "The \"{header}\" HTTP header does not contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "A(z) „{header}” HTTP-fejléc nem tartalmazza ezt: „{expected}”. Ez egy lehetséges biztonsági és adatvédelmi kockázat, ezért javasolt, hogy módosítsa megfelelően a beállítást.", "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "A „{header}” HTTP-fejléc értéke nem a következők egyiket: „{val1}”, „{val2}”, „{val3}”, „{val4}” vagy „{val5}”. Ez kiszivárogtathatja a hivatkozói információkat. Lásd a {linkstart}W3C ajánlást ↗{linkend}.", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "A „Strict-Transport-Security” HTTP-fejléc nincs beállítva legalább „{seconds}” másodpercre. A fokozott biztonság érdekében ajánlott engedélyezni a HSTS-t a {linkstart}biztonsági tippek ↗{linkend} leírása szerint.", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "A webhely elérése nem biztonságos HTTP-n keresztül. Javasoljuk, hogy úgy állítsa be a kiszolgálót, hogy követelje meg a HTTPS-t, amint azt a {linkstart}biztonsági tippek ↗{linkend} leírják. Enélkül egyes fontos webes funkciók, mint a vágólapra másolás és a service workerek nem fognak működni!", "unknown text" : "ismeretlen szöveg", "Hello world!" : "Helló világ!", "sunny" : "napos", @@ -233,8 +235,11 @@ OC.L10N.register( "Looking for {term} …" : "{term} keresése…", "No" : "Nem", "Yes" : "Igen", + "Choose {file}" : "{file} kiválasztása", "Choose" : "Válasszon", + "Copy to {target}" : "Másolás ide: {target}", "Copy" : "Másolás", + "Move to {target}" : "Áthelyezés ide: {target}", "Move" : "Áthelyezés", "OK" : "OK", "Error loading message template: {error}" : "Hiba az üzenetsablon betöltésekor: {error}", diff --git a/core/l10n/hu.json b/core/l10n/hu.json index 6e4f3b6ba7a5c..af859066648ed 100644 --- a/core/l10n/hu.json +++ b/core/l10n/hu.json @@ -82,6 +82,7 @@ "You have not set or verified your email server configuration, yet. Please head over to the {mailSettingsStart}Basic settings{mailSettingsEnd} in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Még nem adta meg, vagy nem ellenőrizte az e-mail-kiszolgáló beállításait. Menjen a {mailSettingsStart}Alapvető beállításokhoz{mailSettingsEnd}, hogy beállítsa. Ezután használja az „E-mail küldése” gombot, hogy ellenőrizze a beállításokat.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Az adatbázis nem „READ COMMITTED” tranzakció izolációs szinttel fut. Ez problémákat okozhat több egyidejű esemény végrehajtásakor.", "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "A „fileinfo” PHP modul hiányzik. Erősen javasolt a modul engedélyezése a MIME-típusok lehető legjobb felismeréséhez.", + "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "A távoli címe a következőként lett azonosítva: „{remoteAddress}”, és a különböző kéréseit lelassítja a nyers erős támadás elleni védelem. Ha a távoli cím nem az IP-címe, akkor ez azt jelentheti, hogy a proxy nincs helyesen beállítva. További információk találhatók a {linkstart}dokumentációban ↗{linkend}.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "A tranzakciós fájlok zárolása le van tiltva, ez problémákhoz vezethet, ha versenyhelyzet lép fel. A problémák elkerülése érdekében engedélyezze a „filelocking.enabled” beállítást a config.php fájlban. További információkért lásd a {linkstart}dokumentációt ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Az adatbázis a tranzakciós fájlzároláshoz használatos. A teljesítmény növeléséhez állítson be memcache-t, ha az elérhető. További információkért lásd a {linkstart}dokumentációt ↗{linkend}.", "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"{suggestedOverwriteCliURL}\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Győződjön meg róla, hogy beállította arra az URL-re az „overwrite.cli.url” lehetőséget a config.php fájlban, amelyen a felhasználók elérik ezt a Nextcloudot. Javaslat: „{suggestedOverwriteCliURL}”. Különben problémák lehetnek a cronnal történő URL-előállítással. (Lehetséges, hogy a javasolt URL nem az, amellyel a felhasználók elsődlegesen elérik a Nextcloudot. Jobb, ha a biztonság kedvéért még egyszer ellenőrzi.)", @@ -130,6 +131,7 @@ "The \"{header}\" HTTP header does not contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "A(z) „{header}” HTTP-fejléc nem tartalmazza ezt: „{expected}”. Ez egy lehetséges biztonsági és adatvédelmi kockázat, ezért javasolt, hogy módosítsa megfelelően a beállítást.", "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "A „{header}” HTTP-fejléc értéke nem a következők egyiket: „{val1}”, „{val2}”, „{val3}”, „{val4}” vagy „{val5}”. Ez kiszivárogtathatja a hivatkozói információkat. Lásd a {linkstart}W3C ajánlást ↗{linkend}.", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "A „Strict-Transport-Security” HTTP-fejléc nincs beállítva legalább „{seconds}” másodpercre. A fokozott biztonság érdekében ajánlott engedélyezni a HSTS-t a {linkstart}biztonsági tippek ↗{linkend} leírása szerint.", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "A webhely elérése nem biztonságos HTTP-n keresztül. Javasoljuk, hogy úgy állítsa be a kiszolgálót, hogy követelje meg a HTTPS-t, amint azt a {linkstart}biztonsági tippek ↗{linkend} leírják. Enélkül egyes fontos webes funkciók, mint a vágólapra másolás és a service workerek nem fognak működni!", "unknown text" : "ismeretlen szöveg", "Hello world!" : "Helló világ!", "sunny" : "napos", @@ -231,8 +233,11 @@ "Looking for {term} …" : "{term} keresése…", "No" : "Nem", "Yes" : "Igen", + "Choose {file}" : "{file} kiválasztása", "Choose" : "Válasszon", + "Copy to {target}" : "Másolás ide: {target}", "Copy" : "Másolás", + "Move to {target}" : "Áthelyezés ide: {target}", "Move" : "Áthelyezés", "OK" : "OK", "Error loading message template: {error}" : "Hiba az üzenetsablon betöltésekor: {error}",