summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/js/file-upload.js5
-rw-r--r--apps/files/l10n/cs.js8
-rw-r--r--apps/files/l10n/cs.json8
-rw-r--r--apps/files/l10n/de_DE.js2
-rw-r--r--apps/files/l10n/de_DE.json2
-rw-r--r--apps/files/l10n/he.js6
-rw-r--r--apps/files/l10n/he.json6
-rw-r--r--apps/files/l10n/hr.js9
-rw-r--r--apps/files/l10n/hr.json9
-rw-r--r--apps/files/l10n/lt_LT.js28
-rw-r--r--apps/files/l10n/lt_LT.json28
-rw-r--r--apps/files/l10n/pl.js4
-rw-r--r--apps/files/l10n/pl.json4
-rw-r--r--apps/files/l10n/pt_BR.js10
-rw-r--r--apps/files/l10n/pt_BR.json10
-rw-r--r--apps/files/l10n/sl.js6
-rw-r--r--apps/files/l10n/sl.json6
-rw-r--r--apps/files/l10n/zh_TW.js12
-rw-r--r--apps/files/l10n/zh_TW.json12
19 files changed, 120 insertions, 55 deletions
diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js
index 3c0ca319225..178cda856a6 100644
--- a/apps/files/js/file-upload.js
+++ b/apps/files/js/file-upload.js
@@ -586,7 +586,10 @@ OC.Uploader.prototype = _.extend({
_.each(uploads, function(upload) {
self._uploads[upload.data.uploadId] = upload;
});
- self.totalToUpload = _.reduce(uploads, function(memo, upload) { return memo+upload.getFile().size; }, 0);
+ if (!self._uploading) {
+ self.totalToUpload = 0;
+ }
+ self.totalToUpload += _.reduce(uploads, function(memo, upload) { return memo+upload.getFile().size; }, 0);
var semaphore = new OCA.Files.Semaphore(5);
var promises = _.map(uploads, function(upload) {
return semaphore.acquire().then(function(){
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js
index e3c69ae886c..7f50e958411 100644
--- a/apps/files/l10n/cs.js
+++ b/apps/files/l10n/cs.js
@@ -59,7 +59,7 @@ OC.L10N.register(
"Could not create file \"{file}\" because it already exists" : "Soubor „{file}“ nelze vytvořit, protože zde už existuje",
"Could not create folder \"{dir}\" because it already exists" : "Složku „{dir}“ nelze vytvořit, protože už existuje",
"Could not fetch file details \"{file}\"" : "Nedaří se získat podrobnosti o souboru „{file}“",
- "Error deleting file \"{fileName}\"." : "Chyba mazání souboru „{fileName}“.",
+ "Error deleting file \"{fileName}\"." : "Chyba při mazání souboru „{fileName}“.",
"No search results in other folders for {tag}{filter}{endtag}" : "Žádné výsledky hledání v ostatních složkách pro {tag}{filter}{endtag}",
"Enter more than two characters to search in other folders" : "Pokud chcete hledat v ostatních složkách, zadejte více než dva znaky",
"Name" : "Název",
@@ -114,7 +114,7 @@ OC.L10N.register(
"Restored by {user}" : "Obnovil(a) {user}",
"Renamed by {user}" : "Přejmenoval(a) {user}",
"Moved by {user}" : "Přesunul(a) {user}",
- "\"remote user\"" : "„uživatel na protějšku“",
+ "\"remote user\"" : "„federovaný uživatel“",
"You created {file}" : "Vytvořili jste {file}",
"You created an encrypted file in {file}" : "Vytvořili jste šifrovaný soubor v {file}",
"{user} created {file}" : "{user} vytvořil(a) {file}",
@@ -193,8 +193,8 @@ OC.L10N.register(
"New text file.txt" : "Nový textový soubor.txt",
"Unshare" : "Zrušit sdílení",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Úložiště uživatele {owner} je téměř plné ({usedSpacePercent}%)",
- "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Skupinový adresář \"{mountPoint}\" je téměř plný ({usedSpacePercent}%)",
- "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Externí úložiště \"{mountPoint}\" je téměř plné ({usedSpacePercent}%)",
+ "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Skupinová složka „{mountPoint}“ je téměř plná ({usedSpacePercent}%)",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Externí úložiště „{mountPoint}“ je téměř plné ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Vaše úložiště je téměř plné ({usedSpacePercent}%)",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Soubor nebo složka byla <strong>změněna</strong> nebo <strong>přejmenována</strong>",
"A new file or folder has been <strong>created</strong>" : "Byl <strong>vytvořen</strong> nový soubor nebo složka",
diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json
index bfea7e27978..1cb243b1a38 100644
--- a/apps/files/l10n/cs.json
+++ b/apps/files/l10n/cs.json
@@ -57,7 +57,7 @@
"Could not create file \"{file}\" because it already exists" : "Soubor „{file}“ nelze vytvořit, protože zde už existuje",
"Could not create folder \"{dir}\" because it already exists" : "Složku „{dir}“ nelze vytvořit, protože už existuje",
"Could not fetch file details \"{file}\"" : "Nedaří se získat podrobnosti o souboru „{file}“",
- "Error deleting file \"{fileName}\"." : "Chyba mazání souboru „{fileName}“.",
+ "Error deleting file \"{fileName}\"." : "Chyba při mazání souboru „{fileName}“.",
"No search results in other folders for {tag}{filter}{endtag}" : "Žádné výsledky hledání v ostatních složkách pro {tag}{filter}{endtag}",
"Enter more than two characters to search in other folders" : "Pokud chcete hledat v ostatních složkách, zadejte více než dva znaky",
"Name" : "Název",
@@ -112,7 +112,7 @@
"Restored by {user}" : "Obnovil(a) {user}",
"Renamed by {user}" : "Přejmenoval(a) {user}",
"Moved by {user}" : "Přesunul(a) {user}",
- "\"remote user\"" : "„uživatel na protějšku“",
+ "\"remote user\"" : "„federovaný uživatel“",
"You created {file}" : "Vytvořili jste {file}",
"You created an encrypted file in {file}" : "Vytvořili jste šifrovaný soubor v {file}",
"{user} created {file}" : "{user} vytvořil(a) {file}",
@@ -191,8 +191,8 @@
"New text file.txt" : "Nový textový soubor.txt",
"Unshare" : "Zrušit sdílení",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Úložiště uživatele {owner} je téměř plné ({usedSpacePercent}%)",
- "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Skupinový adresář \"{mountPoint}\" je téměř plný ({usedSpacePercent}%)",
- "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Externí úložiště \"{mountPoint}\" je téměř plné ({usedSpacePercent}%)",
+ "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Skupinová složka „{mountPoint}“ je téměř plná ({usedSpacePercent}%)",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Externí úložiště „{mountPoint}“ je téměř plné ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Vaše úložiště je téměř plné ({usedSpacePercent}%)",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Soubor nebo složka byla <strong>změněna</strong> nebo <strong>přejmenována</strong>",
"A new file or folder has been <strong>created</strong>" : "Byl <strong>vytvořen</strong> nový soubor nebo složka",
diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js
index aaa36a02f4c..0464bdb7bbb 100644
--- a/apps/files/l10n/de_DE.js
+++ b/apps/files/l10n/de_DE.js
@@ -30,7 +30,7 @@ OC.L10N.register(
"Actions" : "Aktionen",
"Rename" : "Umbenennen",
"Copy" : "Kopieren",
- "Choose target folder" : "Zielordner wählen",
+ "Choose target folder" : "Zielordner auswählen",
"Open" : "Öffnen",
"Delete file" : "Datei löschen",
"Delete folder" : "Ordner löschen",
diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json
index 708472c6500..85c1d86067c 100644
--- a/apps/files/l10n/de_DE.json
+++ b/apps/files/l10n/de_DE.json
@@ -28,7 +28,7 @@
"Actions" : "Aktionen",
"Rename" : "Umbenennen",
"Copy" : "Kopieren",
- "Choose target folder" : "Zielordner wählen",
+ "Choose target folder" : "Zielordner auswählen",
"Open" : "Öffnen",
"Delete file" : "Datei löschen",
"Delete folder" : "Ordner löschen",
diff --git a/apps/files/l10n/he.js b/apps/files/l10n/he.js
index cf0f5416b60..0d9221629ad 100644
--- a/apps/files/l10n/he.js
+++ b/apps/files/l10n/he.js
@@ -80,8 +80,12 @@ OC.L10N.register(
"\"/\" is not allowed inside a file name." : "אסור להשתמש ב־„/” בתוך שם קובץ.",
"\"{name}\" is not an allowed filetype" : "סוד הקובץ „{name}” אינו מורשה",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "האחסון של {owner} מלא, כבר לא ניתן לעדכן ולסנכרן קבצים!",
+ "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "תיקיית הקבוצה \"{mountPoint}\" מלאה, לא ניתן לעדכן או לסנכרן קבצים יותר!",
+ "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "האחסון החיצוני \"{mountPoint}\" מלא, לא ניתן לעדכן או לסנכרן קבצים יותר!",
"Your storage is full, files can not be updated or synced anymore!" : "האחסון שלך מלא, כבר לא ניתן לעדכן ולסנכרן קבצים!",
"Storage of {owner} is almost full ({usedSpacePercent}%)." : "האחסון של {owner} כמעט מלא ({usedSpacePercent}%).",
+ "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "התיקיה הקבוצתית \"{mountPoint}\" כמעט מלאה ({usedSpacePercent}%).",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "האחסון החיצוני \"{mountPoint}\" כמעט מלא ({usedSpacePercent}%).",
"Your storage is almost full ({usedSpacePercent}%)." : "האחסון שלך כמעט מלא ({usedSpacePercent}%).",
"_matches '{filter}'_::_match '{filter}'_" : ["מתאים ל- '{filter}'","מתאים ל- '{filter}'","מתאים ל- '{filter}'","מתאים ל- '{filter}'"],
"View in folder" : "הצג בתיקייה",
@@ -189,6 +193,8 @@ OC.L10N.register(
"New text file.txt" : "קובץ טקסט חדש.txt",
"Unshare" : "הסר שיתוף",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "האחסון של {owner} כמעט מלא ({usedSpacePercent}%)",
+ "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "תיקיית הקבוצה \"{mountPoint}\" כמעט מלאה ({usedSpacePercent}%)",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "האחסון החיצוני \"{mountPoint}\" כמעט מלא ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "שטח האחסון שלך כמעט מלא ({usedSpacePercent}%)",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "קובץ או תיקייה <strong>נערכו</strong> או ש<strong>שמם השתנה</strong>",
"A new file or folder has been <strong>created</strong>" : "קובץ או תיקייה חדשים <strong>נוצרו<strong/>",
diff --git a/apps/files/l10n/he.json b/apps/files/l10n/he.json
index 9441282c057..986bf6d716d 100644
--- a/apps/files/l10n/he.json
+++ b/apps/files/l10n/he.json
@@ -78,8 +78,12 @@
"\"/\" is not allowed inside a file name." : "אסור להשתמש ב־„/” בתוך שם קובץ.",
"\"{name}\" is not an allowed filetype" : "סוד הקובץ „{name}” אינו מורשה",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "האחסון של {owner} מלא, כבר לא ניתן לעדכן ולסנכרן קבצים!",
+ "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "תיקיית הקבוצה \"{mountPoint}\" מלאה, לא ניתן לעדכן או לסנכרן קבצים יותר!",
+ "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "האחסון החיצוני \"{mountPoint}\" מלא, לא ניתן לעדכן או לסנכרן קבצים יותר!",
"Your storage is full, files can not be updated or synced anymore!" : "האחסון שלך מלא, כבר לא ניתן לעדכן ולסנכרן קבצים!",
"Storage of {owner} is almost full ({usedSpacePercent}%)." : "האחסון של {owner} כמעט מלא ({usedSpacePercent}%).",
+ "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "התיקיה הקבוצתית \"{mountPoint}\" כמעט מלאה ({usedSpacePercent}%).",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "האחסון החיצוני \"{mountPoint}\" כמעט מלא ({usedSpacePercent}%).",
"Your storage is almost full ({usedSpacePercent}%)." : "האחסון שלך כמעט מלא ({usedSpacePercent}%).",
"_matches '{filter}'_::_match '{filter}'_" : ["מתאים ל- '{filter}'","מתאים ל- '{filter}'","מתאים ל- '{filter}'","מתאים ל- '{filter}'"],
"View in folder" : "הצג בתיקייה",
@@ -187,6 +191,8 @@
"New text file.txt" : "קובץ טקסט חדש.txt",
"Unshare" : "הסר שיתוף",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "האחסון של {owner} כמעט מלא ({usedSpacePercent}%)",
+ "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "תיקיית הקבוצה \"{mountPoint}\" כמעט מלאה ({usedSpacePercent}%)",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "האחסון החיצוני \"{mountPoint}\" כמעט מלא ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "שטח האחסון שלך כמעט מלא ({usedSpacePercent}%)",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "קובץ או תיקייה <strong>נערכו</strong> או ש<strong>שמם השתנה</strong>",
"A new file or folder has been <strong>created</strong>" : "קובץ או תיקייה חדשים <strong>נוצרו<strong/>",
diff --git a/apps/files/l10n/hr.js b/apps/files/l10n/hr.js
index f4bb688d343..e1b84bc92b8 100644
--- a/apps/files/l10n/hr.js
+++ b/apps/files/l10n/hr.js
@@ -25,6 +25,7 @@ OC.L10N.register(
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} od {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Nije podržano otpremanje ove stavke",
"Target folder does not exist any more" : "Ciljna mapa više ne postoji",
+ "Operation is blocked by access control" : "Radnju je blokirala kontrola pristupa",
"Error when assembling chunks, status code {status}" : "Pogreška prilikom sastavljanja komada, šifra statusa {status}",
"Actions" : "Radnje",
"Rename" : "Preimenuj",
@@ -34,6 +35,7 @@ OC.L10N.register(
"Delete file" : "Izbriši datoteku",
"Delete folder" : "Izbriši mapu",
"Disconnect storage" : "Odspoji pohranu",
+ "Leave this share" : "Napustite ovo dijeljenje",
"Could not load info for file \"{file}\"" : "Nije moguće učitati podatke za datoteku „{file}”",
"Files" : "Datoteke",
"Details" : "Pojedinosti",
@@ -78,7 +80,13 @@ OC.L10N.register(
"\"/\" is not allowed inside a file name." : "„/” nije dopušteno unutar naziva datoteke.",
"\"{name}\" is not an allowed filetype" : "„{name}” nije dopuštena vrsta datoteke",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "Pohrana {owner} je puna, datoteke više nije moguće ažurirati niti sinkronizirati!",
+ "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "Mapa grupe „{mountPoint}“ je puna, datoteke više nije moguće ažurirati ni sinkronizirati!",
+ "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "Vanjsko spremište za pohranu „{mountPoint}“ je puno, datoteke više nije moguće ažurirati ni sinkronizirati!",
"Your storage is full, files can not be updated or synced anymore!" : "Vaša je pohrana puna, datoteke više nije moguće ažurirati ni sinkronizirati!",
+ "Storage of {owner} is almost full ({usedSpacePercent}%)." : "Pohrana {owner} je skoro puna ({usedSpacePercent} %).",
+ "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Mapa grupe „{mountPoint}“ je skoro puna ({usedSpacePercent} %).",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Vanjsko spremište za pohranu „{mountPoint}“ je skoro puno ({usedSpacePercent} %).",
+ "Your storage is almost full ({usedSpacePercent}%)." : "Vaš prostor za pohranu je skoro pun ({usedSpacePercent} %).",
"_matches '{filter}'_::_match '{filter}'_" : ["odgovara '{filter}'","podudaranje '{filter}'","podudaranje '{filter}'"],
"View in folder" : "Prikaži u mapi",
"Copied!" : "Kopirano!",
@@ -128,6 +136,7 @@ OC.L10N.register(
"{user} moved {oldfile} to {newfile}" : "{user} je premjestio {oldfile} u {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "Datoteka je dodana ili uklonjena iz vaših <strong>favorita</strong>",
"A file or folder has been <strong>changed</strong>" : "Datoteka ili mapa su <strong>promijenjeni</strong>",
+ "A favorite file or folder has been <strong>changed</strong>" : "Omiljena datoteka ili mapa je <strong>promijenjena</strong>",
"All files" : "Sve datoteke",
"Unlimited" : "Neograničeno",
"Upload (max. %s)" : "Otprema (maks. %s)",
diff --git a/apps/files/l10n/hr.json b/apps/files/l10n/hr.json
index b97a47aefb7..f4cee9cd9ad 100644
--- a/apps/files/l10n/hr.json
+++ b/apps/files/l10n/hr.json
@@ -23,6 +23,7 @@
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} od {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Nije podržano otpremanje ove stavke",
"Target folder does not exist any more" : "Ciljna mapa više ne postoji",
+ "Operation is blocked by access control" : "Radnju je blokirala kontrola pristupa",
"Error when assembling chunks, status code {status}" : "Pogreška prilikom sastavljanja komada, šifra statusa {status}",
"Actions" : "Radnje",
"Rename" : "Preimenuj",
@@ -32,6 +33,7 @@
"Delete file" : "Izbriši datoteku",
"Delete folder" : "Izbriši mapu",
"Disconnect storage" : "Odspoji pohranu",
+ "Leave this share" : "Napustite ovo dijeljenje",
"Could not load info for file \"{file}\"" : "Nije moguće učitati podatke za datoteku „{file}”",
"Files" : "Datoteke",
"Details" : "Pojedinosti",
@@ -76,7 +78,13 @@
"\"/\" is not allowed inside a file name." : "„/” nije dopušteno unutar naziva datoteke.",
"\"{name}\" is not an allowed filetype" : "„{name}” nije dopuštena vrsta datoteke",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "Pohrana {owner} je puna, datoteke više nije moguće ažurirati niti sinkronizirati!",
+ "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "Mapa grupe „{mountPoint}“ je puna, datoteke više nije moguće ažurirati ni sinkronizirati!",
+ "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "Vanjsko spremište za pohranu „{mountPoint}“ je puno, datoteke više nije moguće ažurirati ni sinkronizirati!",
"Your storage is full, files can not be updated or synced anymore!" : "Vaša je pohrana puna, datoteke više nije moguće ažurirati ni sinkronizirati!",
+ "Storage of {owner} is almost full ({usedSpacePercent}%)." : "Pohrana {owner} je skoro puna ({usedSpacePercent} %).",
+ "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Mapa grupe „{mountPoint}“ je skoro puna ({usedSpacePercent} %).",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Vanjsko spremište za pohranu „{mountPoint}“ je skoro puno ({usedSpacePercent} %).",
+ "Your storage is almost full ({usedSpacePercent}%)." : "Vaš prostor za pohranu je skoro pun ({usedSpacePercent} %).",
"_matches '{filter}'_::_match '{filter}'_" : ["odgovara '{filter}'","podudaranje '{filter}'","podudaranje '{filter}'"],
"View in folder" : "Prikaži u mapi",
"Copied!" : "Kopirano!",
@@ -126,6 +134,7 @@
"{user} moved {oldfile} to {newfile}" : "{user} je premjestio {oldfile} u {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "Datoteka je dodana ili uklonjena iz vaših <strong>favorita</strong>",
"A file or folder has been <strong>changed</strong>" : "Datoteka ili mapa su <strong>promijenjeni</strong>",
+ "A favorite file or folder has been <strong>changed</strong>" : "Omiljena datoteka ili mapa je <strong>promijenjena</strong>",
"All files" : "Sve datoteke",
"Unlimited" : "Neograničeno",
"Upload (max. %s)" : "Otprema (maks. %s)",
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js
index 7ba69d50b96..ea1b95eee64 100644
--- a/apps/files/l10n/lt_LT.js
+++ b/apps/files/l10n/lt_LT.js
@@ -11,14 +11,14 @@ OC.L10N.register(
"Home" : "Pagrindinis",
"Close" : "Užverti",
"Favorites" : "Mėgstami",
- "Could not create folder \"{dir}\"" : "Nepavyko sukurti aplanko \"{dir}\"",
+ "Could not create folder \"{dir}\"" : "Nepavyko sukurti aplanko „{dir}“",
"This will stop your current uploads." : "Tai sustabdys dabartinius įkėlimus.",
"Upload cancelled." : "Įkėlimo atsisakyta.",
"Processing files …" : "Apdorojami failai…",
"…" : "…",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nepavyksta įkelti {filename}, nes tai yra katalogas arba šio failo dydis yra 0 baitų",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nepakanka laisvos vietos. Jūs bandote įkelti {size1} dydžio bylą, bet liko tik {size2} vietos",
- "Target folder \"{dir}\" does not exist any more" : "Paskirties aplanko \"{dir}\" daugiau nebėra",
+ "Target folder \"{dir}\" does not exist any more" : "Paskirties aplanko „{dir}“ daugiau nebėra",
"Not enough free space" : "Trūksta laisvos vietos",
"An unknown error has occurred" : "Įvyko nežinoma klaida",
"Uploading …" : "Įkeliama…",
@@ -35,7 +35,7 @@ OC.L10N.register(
"Delete file" : "Ištrinti failą",
"Delete folder" : "Ištrinti aplanką",
"Disconnect storage" : "Atjungti saugyklą",
- "Could not load info for file \"{file}\"" : "Nepavyko įkelti informacijos failui \"{file}\"",
+ "Could not load info for file \"{file}\"" : "Nepavyko įkelti informacijos failui „{file}“",
"Files" : "Failai",
"Details" : "Duomenys",
"Select" : "Pasirinkti",
@@ -43,22 +43,22 @@ OC.L10N.register(
"Unable to determine date" : "Nepavyksta nustatyti datos",
"This operation is forbidden" : "Ši operacija yra uždrausta",
"This directory is unavailable, please check the logs or contact the administrator" : "Šis katalogas neprieinamas, peržiūrėkite žurnalo įrašus arba susisiekite su administratoriumi",
- "Could not move \"{file}\", target exists" : "Nepavyko perkelti \"{file}\", toks jau egzistuoja",
- "Could not move \"{file}\"" : "Nepavyko perkelti \"{file}\"",
+ "Could not move \"{file}\", target exists" : "Nepavyko perkelti „{file}“, toks failas jau yra",
+ "Could not move \"{file}\"" : "Nepavyko perkelti „{file}“",
"copy" : "kopija",
"Could not copy \"{file}\", target exists" : "Nepavyko nukopijuoti \"{file}\", toks jau yra",
"Could not copy \"{file}\"" : "Nepavyko nukopijuoti \"{file}\"",
"Copied {origin} inside {destination}" : "Nukopijuota {origin} aplanke {destination}",
"Copied {origin} and {nbfiles} other files inside {destination}" : "Nukopijuota {origin} ir dar {nbfiles} failus aplanke {destination}",
"{newName} already exists" : "{newName} jau yra",
- "Could not rename \"{fileName}\", it does not exist any more" : "Nepavyko pervadinti failo \"{fileName}\", jo daugiau nebėra",
- "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Pavadinimas \"{targetName}\" jau naudojamas aplanke \"{dir}\". Pasirinkite kitokį pavadinimą.",
- "Could not rename \"{fileName}\"" : "Nepavyko pervadinti failo \"{fileName}\"",
- "Could not create file \"{file}\"" : "Nepavyko sukurti failo \"{file}\"",
- "Could not create file \"{file}\" because it already exists" : "Nepavyko sukurti failo \"{file}\", nes jis jau yra",
- "Could not create folder \"{dir}\" because it already exists" : "Nepavyko sukurti aplanko \"{dir}\", nes jis jau yra",
+ "Could not rename \"{fileName}\", it does not exist any more" : "Nepavyko pervadinti failo „{fileName}“, jo daugiau nebėra",
+ "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Pavadinimas „{targetName}“ jau naudojamas aplanke „{dir}“. Pasirinkite kitokį pavadinimą.",
+ "Could not rename \"{fileName}\"" : "Nepavyko pervadinti failo „{fileName}“",
+ "Could not create file \"{file}\"" : "Nepavyko sukurti failo „{file}“",
+ "Could not create file \"{file}\" because it already exists" : "Nepavyko sukurti failo „{file}“, nes jis jau yra",
+ "Could not create folder \"{dir}\" because it already exists" : "Nepavyko sukurti aplanko „{dir}“, nes jis jau yra",
"Could not fetch file details \"{file}\"" : "Nepavyko gauti išsamesnės failo \"{file}\" informacijos",
- "Error deleting file \"{fileName}\"." : "Klaida trinant failą \"{fileName}\".",
+ "Error deleting file \"{fileName}\"." : "Klaida ištrinant failą „{fileName}“.",
"No search results in other folders for {tag}{filter}{endtag}" : "Kituose aplankuose nėra paieškos rezultatų, skirtų {tag}{filter}{endtag}",
"Enter more than two characters to search in other folders" : "Įveskite daugiau nei du simbolius, jei norite ieškoti kituose aplankuose",
"Name" : "Pavadinimas",
@@ -77,13 +77,13 @@ OC.L10N.register(
"\"{name}\" is an invalid file name." : "„{name}“ yra netinkamas bylos pavadinimas.",
"File name cannot be empty." : "Failo pavadinimas negali būti tuščias.",
"\"/\" is not allowed inside a file name." : "Failo pavadinime simbolis „/“ draudžiamas.",
- "\"{name}\" is not an allowed filetype" : "\"{name}\" nėra leidžiamas failo tipas",
+ "\"{name}\" is not an allowed filetype" : "„{name}“ nėra leidžiamas failo tipas",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} saugykla yra pilna, failai daugiau nebegali būti atnaujinti arba sinchronizuojami!",
"Your storage is full, files can not be updated or synced anymore!" : "Jūsų saugykla pilna, failai daugiau nebegali būti atnaujinti arba sinchronizuojami!",
"Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Grupės aplankas \"{mountPoint}\" yra beveik pilnas ({usedSpacePercent}%).",
"External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Išorinė saugykla \"{mountPoint}\" yra beveik pilna ({usedSpacePercent}%).",
"Your storage is almost full ({usedSpacePercent}%)." : "Jūsų saugykla yra beveik pilna ({usedSpacePercent}%).",
- "_matches '{filter}'_::_match '{filter}'_" : ["atitinka \"{filter}\"","atitinka \"{filter}\"","atitinka \"{filter}\"","atitinka \"{filter}\""],
+ "_matches '{filter}'_::_match '{filter}'_" : ["atitinka „{filter}“","atitinka „{filter}“","atitinka „{filter}“","atitinka „{filter}“"],
"View in folder" : "Rodyti aplanke",
"Copied!" : "Nukopijuota!",
"Copy direct link (only works for users who have access to this file/folder)" : "Kopijuoti tiesioginę nuorodą (veiks tik naudotojams, turintiems prieigą prie šio failo/aplanko)",
diff --git a/apps/files/l10n/lt_LT.json b/apps/files/l10n/lt_LT.json
index efa2fcbf1a6..9862c58a23c 100644
--- a/apps/files/l10n/lt_LT.json
+++ b/apps/files/l10n/lt_LT.json
@@ -9,14 +9,14 @@
"Home" : "Pagrindinis",
"Close" : "Užverti",
"Favorites" : "Mėgstami",
- "Could not create folder \"{dir}\"" : "Nepavyko sukurti aplanko \"{dir}\"",
+ "Could not create folder \"{dir}\"" : "Nepavyko sukurti aplanko „{dir}“",
"This will stop your current uploads." : "Tai sustabdys dabartinius įkėlimus.",
"Upload cancelled." : "Įkėlimo atsisakyta.",
"Processing files …" : "Apdorojami failai…",
"…" : "…",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nepavyksta įkelti {filename}, nes tai yra katalogas arba šio failo dydis yra 0 baitų",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nepakanka laisvos vietos. Jūs bandote įkelti {size1} dydžio bylą, bet liko tik {size2} vietos",
- "Target folder \"{dir}\" does not exist any more" : "Paskirties aplanko \"{dir}\" daugiau nebėra",
+ "Target folder \"{dir}\" does not exist any more" : "Paskirties aplanko „{dir}“ daugiau nebėra",
"Not enough free space" : "Trūksta laisvos vietos",
"An unknown error has occurred" : "Įvyko nežinoma klaida",
"Uploading …" : "Įkeliama…",
@@ -33,7 +33,7 @@
"Delete file" : "Ištrinti failą",
"Delete folder" : "Ištrinti aplanką",
"Disconnect storage" : "Atjungti saugyklą",
- "Could not load info for file \"{file}\"" : "Nepavyko įkelti informacijos failui \"{file}\"",
+ "Could not load info for file \"{file}\"" : "Nepavyko įkelti informacijos failui „{file}“",
"Files" : "Failai",
"Details" : "Duomenys",
"Select" : "Pasirinkti",
@@ -41,22 +41,22 @@
"Unable to determine date" : "Nepavyksta nustatyti datos",
"This operation is forbidden" : "Ši operacija yra uždrausta",
"This directory is unavailable, please check the logs or contact the administrator" : "Šis katalogas neprieinamas, peržiūrėkite žurnalo įrašus arba susisiekite su administratoriumi",
- "Could not move \"{file}\", target exists" : "Nepavyko perkelti \"{file}\", toks jau egzistuoja",
- "Could not move \"{file}\"" : "Nepavyko perkelti \"{file}\"",
+ "Could not move \"{file}\", target exists" : "Nepavyko perkelti „{file}“, toks failas jau yra",
+ "Could not move \"{file}\"" : "Nepavyko perkelti „{file}“",
"copy" : "kopija",
"Could not copy \"{file}\", target exists" : "Nepavyko nukopijuoti \"{file}\", toks jau yra",
"Could not copy \"{file}\"" : "Nepavyko nukopijuoti \"{file}\"",
"Copied {origin} inside {destination}" : "Nukopijuota {origin} aplanke {destination}",
"Copied {origin} and {nbfiles} other files inside {destination}" : "Nukopijuota {origin} ir dar {nbfiles} failus aplanke {destination}",
"{newName} already exists" : "{newName} jau yra",
- "Could not rename \"{fileName}\", it does not exist any more" : "Nepavyko pervadinti failo \"{fileName}\", jo daugiau nebėra",
- "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Pavadinimas \"{targetName}\" jau naudojamas aplanke \"{dir}\". Pasirinkite kitokį pavadinimą.",
- "Could not rename \"{fileName}\"" : "Nepavyko pervadinti failo \"{fileName}\"",
- "Could not create file \"{file}\"" : "Nepavyko sukurti failo \"{file}\"",
- "Could not create file \"{file}\" because it already exists" : "Nepavyko sukurti failo \"{file}\", nes jis jau yra",
- "Could not create folder \"{dir}\" because it already exists" : "Nepavyko sukurti aplanko \"{dir}\", nes jis jau yra",
+ "Could not rename \"{fileName}\", it does not exist any more" : "Nepavyko pervadinti failo „{fileName}“, jo daugiau nebėra",
+ "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Pavadinimas „{targetName}“ jau naudojamas aplanke „{dir}“. Pasirinkite kitokį pavadinimą.",
+ "Could not rename \"{fileName}\"" : "Nepavyko pervadinti failo „{fileName}“",
+ "Could not create file \"{file}\"" : "Nepavyko sukurti failo „{file}“",
+ "Could not create file \"{file}\" because it already exists" : "Nepavyko sukurti failo „{file}“, nes jis jau yra",
+ "Could not create folder \"{dir}\" because it already exists" : "Nepavyko sukurti aplanko „{dir}“, nes jis jau yra",
"Could not fetch file details \"{file}\"" : "Nepavyko gauti išsamesnės failo \"{file}\" informacijos",
- "Error deleting file \"{fileName}\"." : "Klaida trinant failą \"{fileName}\".",
+ "Error deleting file \"{fileName}\"." : "Klaida ištrinant failą „{fileName}“.",
"No search results in other folders for {tag}{filter}{endtag}" : "Kituose aplankuose nėra paieškos rezultatų, skirtų {tag}{filter}{endtag}",
"Enter more than two characters to search in other folders" : "Įveskite daugiau nei du simbolius, jei norite ieškoti kituose aplankuose",
"Name" : "Pavadinimas",
@@ -75,13 +75,13 @@
"\"{name}\" is an invalid file name." : "„{name}“ yra netinkamas bylos pavadinimas.",
"File name cannot be empty." : "Failo pavadinimas negali būti tuščias.",
"\"/\" is not allowed inside a file name." : "Failo pavadinime simbolis „/“ draudžiamas.",
- "\"{name}\" is not an allowed filetype" : "\"{name}\" nėra leidžiamas failo tipas",
+ "\"{name}\" is not an allowed filetype" : "„{name}“ nėra leidžiamas failo tipas",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} saugykla yra pilna, failai daugiau nebegali būti atnaujinti arba sinchronizuojami!",
"Your storage is full, files can not be updated or synced anymore!" : "Jūsų saugykla pilna, failai daugiau nebegali būti atnaujinti arba sinchronizuojami!",
"Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Grupės aplankas \"{mountPoint}\" yra beveik pilnas ({usedSpacePercent}%).",
"External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Išorinė saugykla \"{mountPoint}\" yra beveik pilna ({usedSpacePercent}%).",
"Your storage is almost full ({usedSpacePercent}%)." : "Jūsų saugykla yra beveik pilna ({usedSpacePercent}%).",
- "_matches '{filter}'_::_match '{filter}'_" : ["atitinka \"{filter}\"","atitinka \"{filter}\"","atitinka \"{filter}\"","atitinka \"{filter}\""],
+ "_matches '{filter}'_::_match '{filter}'_" : ["atitinka „{filter}“","atitinka „{filter}“","atitinka „{filter}“","atitinka „{filter}“"],
"View in folder" : "Rodyti aplanke",
"Copied!" : "Nukopijuota!",
"Copy direct link (only works for users who have access to this file/folder)" : "Kopijuoti tiesioginę nuorodą (veiks tik naudotojams, turintiems prieigą prie šio failo/aplanko)",
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js
index df2dc37553a..68a0dab6b4a 100644
--- a/apps/files/l10n/pl.js
+++ b/apps/files/l10n/pl.js
@@ -187,8 +187,8 @@ OC.L10N.register(
"Shared with others" : "Współdzielone z innymi",
"Shared with you" : "Udostępnione dla Ciebie",
"Shared by link" : "Współdzielone linkiem",
- "Deleted shares" : "Usunięte współdzielenie",
- "Pending shares" : "Oczekujące udostępnienia",
+ "Deleted shares" : "Usunięte współdzielenia",
+ "Pending shares" : "Oczekujące współdzielenia",
"Text file" : "Plik tekstowy",
"New text file.txt" : "Nowy plik tekstowy.txt",
"Unshare" : "Zatrzymaj udostępnianie",
diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json
index f47f48ca7d3..a04705f8963 100644
--- a/apps/files/l10n/pl.json
+++ b/apps/files/l10n/pl.json
@@ -185,8 +185,8 @@
"Shared with others" : "Współdzielone z innymi",
"Shared with you" : "Udostępnione dla Ciebie",
"Shared by link" : "Współdzielone linkiem",
- "Deleted shares" : "Usunięte współdzielenie",
- "Pending shares" : "Oczekujące udostępnienia",
+ "Deleted shares" : "Usunięte współdzielenia",
+ "Pending shares" : "Oczekujące współdzielenia",
"Text file" : "Plik tekstowy",
"New text file.txt" : "Nowy plik tekstowy.txt",
"Unshare" : "Zatrzymaj udostępnianie",
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js
index 9cb9451d5f7..18be77a8adf 100644
--- a/apps/files/l10n/pt_BR.js
+++ b/apps/files/l10n/pt_BR.js
@@ -85,7 +85,7 @@ OC.L10N.register(
"Your storage is full, files can not be updated or synced anymore!" : "Seu armazenamento está cheio e arquivos não podem mais ser atualizados ou sincronizados!",
"Storage of {owner} is almost full ({usedSpacePercent}%)." : "O armazenamento do {owner} está quase cheio ({usedSpacePercent}%).",
"Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "A pasta de grupo \"{mountPoint}\" está quase cheia ({usedSpacePercent}%).",
- "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "O armazenamento externo \"{mountPoint}\" está quase cheio ({usedSpacePercent}%).\n ",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "O armazenamento externo \"{mountPoint}\" está quase cheio ({usedSpacePercent}%).",
"Your storage is almost full ({usedSpacePercent}%)." : "Seu armazenamento está quase cheio ({usedSpacePercent}%).",
"_matches '{filter}'_::_match '{filter}'_" : ["coincide com '{filter}'","coincide com '{filter}'"],
"View in folder" : "Exibir na pasta",
@@ -115,7 +115,7 @@ OC.L10N.register(
"Renamed by {user}" : "Renomeado por {user}",
"Moved by {user}" : "Movido por {user}",
"\"remote user\"" : "\"usuário remoto\"",
- "You created {file}" : "Você criou o arquivo {file}",
+ "You created {file}" : "Você criou {file}",
"You created an encrypted file in {file}" : "Você criou um arquivo criptografado em {file}",
"{user} created {file}" : "{user} criou {file}",
"{user} created an encrypted file in {file}" : "{user} criou um arquivo criptografado em {file}",
@@ -132,8 +132,8 @@ OC.L10N.register(
"{user} restored {file}" : "{user} restaurou {file}",
"You renamed {oldfile} to {newfile}" : "Você renomeou o arquivo {oldfile} para {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} renomeou {oldfile} para {newfile}",
- "You moved {oldfile} to {newfile}" : "Você moveu o arquivo {oldfile} para {newfile}",
- "{user} moved {oldfile} to {newfile}" : "{user} moveu o arquivo {oldfile} para {newfile}",
+ "You moved {oldfile} to {newfile}" : "Você moveu {oldfile} para {newfile}",
+ "{user} moved {oldfile} to {newfile}" : "{user} moveu {oldfile} para {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "Um arquivo foi adicionado ou excluído de seus <strong>favoritos</strong>",
"A file or folder has been <strong>changed</strong>" : "Um arquivo ou pasta foi <strong>modificado</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "Um arquivo ou pasta favorita foi <strong>modificado</strong>",
@@ -193,6 +193,8 @@ OC.L10N.register(
"New text file.txt" : "Novo texto file.txt",
"Unshare" : "Descompartilhar",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "O armazenamento do {owner} está quase cheio ({usedSpacePercent}%)",
+ "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "A pasta de grupo \"{mountPoint}\" está quase cheia ({usedSpacePercent}%)",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "O armazenamento externo \"{mountPoint}\" está quase cheio ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Seu armazenamento está quase cheio ({usedSpacePercent}%)",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Um arquivo ou pasta foi <strong>alterado</strong> ou <strong>renomeado</strong>",
"A new file or folder has been <strong>created</strong>" : "Um novo arquivo ou pasta foi <strong>criado</strong>",
diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json
index 3cf2b99fd83..241cf5e5f65 100644
--- a/apps/files/l10n/pt_BR.json
+++ b/apps/files/l10n/pt_BR.json
@@ -83,7 +83,7 @@
"Your storage is full, files can not be updated or synced anymore!" : "Seu armazenamento está cheio e arquivos não podem mais ser atualizados ou sincronizados!",
"Storage of {owner} is almost full ({usedSpacePercent}%)." : "O armazenamento do {owner} está quase cheio ({usedSpacePercent}%).",
"Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "A pasta de grupo \"{mountPoint}\" está quase cheia ({usedSpacePercent}%).",
- "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "O armazenamento externo \"{mountPoint}\" está quase cheio ({usedSpacePercent}%).\n ",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "O armazenamento externo \"{mountPoint}\" está quase cheio ({usedSpacePercent}%).",
"Your storage is almost full ({usedSpacePercent}%)." : "Seu armazenamento está quase cheio ({usedSpacePercent}%).",
"_matches '{filter}'_::_match '{filter}'_" : ["coincide com '{filter}'","coincide com '{filter}'"],
"View in folder" : "Exibir na pasta",
@@ -113,7 +113,7 @@
"Renamed by {user}" : "Renomeado por {user}",
"Moved by {user}" : "Movido por {user}",
"\"remote user\"" : "\"usuário remoto\"",
- "You created {file}" : "Você criou o arquivo {file}",
+ "You created {file}" : "Você criou {file}",
"You created an encrypted file in {file}" : "Você criou um arquivo criptografado em {file}",
"{user} created {file}" : "{user} criou {file}",
"{user} created an encrypted file in {file}" : "{user} criou um arquivo criptografado em {file}",
@@ -130,8 +130,8 @@
"{user} restored {file}" : "{user} restaurou {file}",
"You renamed {oldfile} to {newfile}" : "Você renomeou o arquivo {oldfile} para {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} renomeou {oldfile} para {newfile}",
- "You moved {oldfile} to {newfile}" : "Você moveu o arquivo {oldfile} para {newfile}",
- "{user} moved {oldfile} to {newfile}" : "{user} moveu o arquivo {oldfile} para {newfile}",
+ "You moved {oldfile} to {newfile}" : "Você moveu {oldfile} para {newfile}",
+ "{user} moved {oldfile} to {newfile}" : "{user} moveu {oldfile} para {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "Um arquivo foi adicionado ou excluído de seus <strong>favoritos</strong>",
"A file or folder has been <strong>changed</strong>" : "Um arquivo ou pasta foi <strong>modificado</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "Um arquivo ou pasta favorita foi <strong>modificado</strong>",
@@ -191,6 +191,8 @@
"New text file.txt" : "Novo texto file.txt",
"Unshare" : "Descompartilhar",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "O armazenamento do {owner} está quase cheio ({usedSpacePercent}%)",
+ "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "A pasta de grupo \"{mountPoint}\" está quase cheia ({usedSpacePercent}%)",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "O armazenamento externo \"{mountPoint}\" está quase cheio ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Seu armazenamento está quase cheio ({usedSpacePercent}%)",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Um arquivo ou pasta foi <strong>alterado</strong> ou <strong>renomeado</strong>",
"A new file or folder has been <strong>created</strong>" : "Um novo arquivo ou pasta foi <strong>criado</strong>",
diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js
index c3152afd558..af457f1c469 100644
--- a/apps/files/l10n/sl.js
+++ b/apps/files/l10n/sl.js
@@ -148,8 +148,8 @@ OC.L10N.register(
"Your ownership transfer of {path} to {user} failed." : "Prenos vašega lastništva {path} na {user} je spodletelo",
"The ownership transfer of {path} from {user} failed." : "Prenos lastništva {path} na {user} je spodletelo",
"Ownership transfer done" : "Prenos lastništva je uspešno končan",
- "Your ownership transfer of {path} to {user} has completed." : "Prenos vašega lastništva {path} na {user} je končano",
- "The ownership transfer of {path} from {user} has completed." : "Prenos lastništva {path} na {user} je končano",
+ "Your ownership transfer of {path} to {user} has completed." : "Prenos vašega lastništva {path} na uporabnika {user} je končan.",
+ "The ownership transfer of {path} from {user} has completed." : "Prenos lastništva {path} z uporabnika {user} je končan.",
"in %s" : "v %s",
"File Management" : "Upravljanje datotek",
"Transfer ownership of a file or folder" : "Prenos lastništva datoteke ali mape",
@@ -193,6 +193,8 @@ OC.L10N.register(
"New text file.txt" : "nova_datoteka.txt",
"Unshare" : "Prekini souporabo",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Shramba uporabnika {owner} je polna ({usedSpacePercent}%).",
+ "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Skupinska mapa »{mountPoint}« je skoraj do konca zasedena ({usedSpacePercent}%).",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Zunanja shramba »{mountPoint}« je skoraj do konca zasedena ({usedSpacePercent}%).",
"Your storage is almost full ({usedSpacePercent}%)" : "Prostor za shranjevanje je skoraj do konca zaseden ({usedSpacePercent}%)",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Datoteka ali mapa je bila <strong>spremenjena</strong> ali <strong>preimenovana</strong>",
"A new file or folder has been <strong>created</strong>" : "<strong>Ustvarjena</strong> je nova datoteka ali mapa",
diff --git a/apps/files/l10n/sl.json b/apps/files/l10n/sl.json
index 23b871817d1..0387cbddfa4 100644
--- a/apps/files/l10n/sl.json
+++ b/apps/files/l10n/sl.json
@@ -146,8 +146,8 @@
"Your ownership transfer of {path} to {user} failed." : "Prenos vašega lastništva {path} na {user} je spodletelo",
"The ownership transfer of {path} from {user} failed." : "Prenos lastništva {path} na {user} je spodletelo",
"Ownership transfer done" : "Prenos lastništva je uspešno končan",
- "Your ownership transfer of {path} to {user} has completed." : "Prenos vašega lastništva {path} na {user} je končano",
- "The ownership transfer of {path} from {user} has completed." : "Prenos lastništva {path} na {user} je končano",
+ "Your ownership transfer of {path} to {user} has completed." : "Prenos vašega lastništva {path} na uporabnika {user} je končan.",
+ "The ownership transfer of {path} from {user} has completed." : "Prenos lastništva {path} z uporabnika {user} je končan.",
"in %s" : "v %s",
"File Management" : "Upravljanje datotek",
"Transfer ownership of a file or folder" : "Prenos lastništva datoteke ali mape",
@@ -191,6 +191,8 @@
"New text file.txt" : "nova_datoteka.txt",
"Unshare" : "Prekini souporabo",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Shramba uporabnika {owner} je polna ({usedSpacePercent}%).",
+ "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Skupinska mapa »{mountPoint}« je skoraj do konca zasedena ({usedSpacePercent}%).",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Zunanja shramba »{mountPoint}« je skoraj do konca zasedena ({usedSpacePercent}%).",
"Your storage is almost full ({usedSpacePercent}%)" : "Prostor za shranjevanje je skoraj do konca zaseden ({usedSpacePercent}%)",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Datoteka ali mapa je bila <strong>spremenjena</strong> ali <strong>preimenovana</strong>",
"A new file or folder has been <strong>created</strong>" : "<strong>Ustvarjena</strong> je nova datoteka ali mapa",
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js
index 23ddc9a4869..b4c455ed830 100644
--- a/apps/files/l10n/zh_TW.js
+++ b/apps/files/l10n/zh_TW.js
@@ -25,6 +25,7 @@ OC.L10N.register(
"{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中的 {loadedSize} ({bitrate})",
"Uploading that item is not supported" : "不支援上傳該項目",
"Target folder does not exist any more" : "目標資料夾已經不存在了",
+ "Operation is blocked by access control" : "操作已被存取控制封鎖",
"Error when assembling chunks, status code {status}" : "重組檔案片段時出錯,狀態代碼 {status}",
"Actions" : "動作",
"Rename" : "重新命名",
@@ -34,6 +35,7 @@ OC.L10N.register(
"Delete file" : "刪除檔案",
"Delete folder" : "刪除資料夾",
"Disconnect storage" : "切斷儲存空間連接",
+ "Leave this share" : "保留該共用",
"Could not load info for file \"{file}\"" : "無法讀取 \"{file}\" 的詳細資料",
"Files" : "檔案",
"Details" : "詳細資料",
@@ -59,6 +61,7 @@ OC.L10N.register(
"Could not fetch file details \"{file}\"" : "不能取得檔案細節\"{file}\"",
"Error deleting file \"{fileName}\"." : "刪除 \"{fileName}\" 出錯",
"No search results in other folders for {tag}{filter}{endtag}" : "在其它資料夾中沒有找到 {tag}{filter}{endtag}",
+ "Enter more than two characters to search in other folders" : "輸入兩個字元以上以便在其它資料夾搜尋",
"Name" : "名稱",
"Size" : "大小",
"Modified" : "修改時間",
@@ -77,7 +80,13 @@ OC.L10N.register(
"\"/\" is not allowed inside a file name." : "不允許檔名中出現 \"/\"",
"\"{name}\" is not an allowed filetype" : "\"{name}\" 是不允許的檔案類型",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} 的儲存空間已滿,沒有辦法再更新或是同步檔案!",
+ "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "群組資料夾 \"{mountPoint}\" 已滿,已無法再更新或同步檔案!",
+ "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "外部儲存空間 \"{mountPoint}\" 已滿,已無法再更新或同步檔案!",
"Your storage is full, files can not be updated or synced anymore!" : "您的儲存空間已滿,沒有辦法再更新或是同步檔案!",
+ "Storage of {owner} is almost full ({usedSpacePercent}%)." : "{owner} 的儲存空間將近已滿 ({usedSpacePercent}%).",
+ "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "群組資料夾 \"{mountPoint}\" 將近已滿 ({usedSpacePercent}%).",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "外部儲存空間 \"{mountPoint}\" 將近已滿 ({usedSpacePercent}%).",
+ "Your storage is almost full ({usedSpacePercent}%)." : "您的儲存空間將近已滿 ({usedSpacePercent}%).",
"_matches '{filter}'_::_match '{filter}'_" : ["符合「{filter}」"],
"View in folder" : "在資料夾中檢視",
"Copied!" : "已複製",
@@ -127,6 +136,7 @@ OC.L10N.register(
"{user} moved {oldfile} to {newfile}" : "{user} 移動 {oldfile} 到 {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "檔案已被新增或移除從 <strong>最愛</strong>",
"A file or folder has been <strong>changed</strong>" : "檔案或目錄已被 <strong>變更</strong>",
+ "A favorite file or folder has been <strong>changed</strong>" : "一個最愛的檔案或資料夾已 <strong>變更</strong>",
"All files" : "所有檔案",
"Unlimited" : "無限制",
"Upload (max. %s)" : "上傳(至多 %s)",
@@ -183,6 +193,8 @@ OC.L10N.register(
"New text file.txt" : "新文字檔.txt",
"Unshare" : "取消分享",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} 的儲存空間快要滿了 ({usedSpacePercent}%)",
+ "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "群組資料夾 \"{mountPoint}\" 將近已滿 ({usedSpacePercent}%)",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "外部儲存空間 \"{mountPoint}\" 將近已滿 ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "您的儲存空間快要滿了 ({usedSpacePercent}%)",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "檔案或目錄已被 <strong>更動</strong> 或 <strong>改名</strong>",
"A new file or folder has been <strong>created</strong>" : "新的檔案或目錄已被 <strong>建立</strong>",
diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json
index f13f04ea403..79a80311b44 100644
--- a/apps/files/l10n/zh_TW.json
+++ b/apps/files/l10n/zh_TW.json
@@ -23,6 +23,7 @@
"{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中的 {loadedSize} ({bitrate})",
"Uploading that item is not supported" : "不支援上傳該項目",
"Target folder does not exist any more" : "目標資料夾已經不存在了",
+ "Operation is blocked by access control" : "操作已被存取控制封鎖",
"Error when assembling chunks, status code {status}" : "重組檔案片段時出錯,狀態代碼 {status}",
"Actions" : "動作",
"Rename" : "重新命名",
@@ -32,6 +33,7 @@
"Delete file" : "刪除檔案",
"Delete folder" : "刪除資料夾",
"Disconnect storage" : "切斷儲存空間連接",
+ "Leave this share" : "保留該共用",
"Could not load info for file \"{file}\"" : "無法讀取 \"{file}\" 的詳細資料",
"Files" : "檔案",
"Details" : "詳細資料",
@@ -57,6 +59,7 @@
"Could not fetch file details \"{file}\"" : "不能取得檔案細節\"{file}\"",
"Error deleting file \"{fileName}\"." : "刪除 \"{fileName}\" 出錯",
"No search results in other folders for {tag}{filter}{endtag}" : "在其它資料夾中沒有找到 {tag}{filter}{endtag}",
+ "Enter more than two characters to search in other folders" : "輸入兩個字元以上以便在其它資料夾搜尋",
"Name" : "名稱",
"Size" : "大小",
"Modified" : "修改時間",
@@ -75,7 +78,13 @@
"\"/\" is not allowed inside a file name." : "不允許檔名中出現 \"/\"",
"\"{name}\" is not an allowed filetype" : "\"{name}\" 是不允許的檔案類型",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} 的儲存空間已滿,沒有辦法再更新或是同步檔案!",
+ "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "群組資料夾 \"{mountPoint}\" 已滿,已無法再更新或同步檔案!",
+ "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "外部儲存空間 \"{mountPoint}\" 已滿,已無法再更新或同步檔案!",
"Your storage is full, files can not be updated or synced anymore!" : "您的儲存空間已滿,沒有辦法再更新或是同步檔案!",
+ "Storage of {owner} is almost full ({usedSpacePercent}%)." : "{owner} 的儲存空間將近已滿 ({usedSpacePercent}%).",
+ "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "群組資料夾 \"{mountPoint}\" 將近已滿 ({usedSpacePercent}%).",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "外部儲存空間 \"{mountPoint}\" 將近已滿 ({usedSpacePercent}%).",
+ "Your storage is almost full ({usedSpacePercent}%)." : "您的儲存空間將近已滿 ({usedSpacePercent}%).",
"_matches '{filter}'_::_match '{filter}'_" : ["符合「{filter}」"],
"View in folder" : "在資料夾中檢視",
"Copied!" : "已複製",
@@ -125,6 +134,7 @@
"{user} moved {oldfile} to {newfile}" : "{user} 移動 {oldfile} 到 {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "檔案已被新增或移除從 <strong>最愛</strong>",
"A file or folder has been <strong>changed</strong>" : "檔案或目錄已被 <strong>變更</strong>",
+ "A favorite file or folder has been <strong>changed</strong>" : "一個最愛的檔案或資料夾已 <strong>變更</strong>",
"All files" : "所有檔案",
"Unlimited" : "無限制",
"Upload (max. %s)" : "上傳(至多 %s)",
@@ -181,6 +191,8 @@
"New text file.txt" : "新文字檔.txt",
"Unshare" : "取消分享",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} 的儲存空間快要滿了 ({usedSpacePercent}%)",
+ "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "群組資料夾 \"{mountPoint}\" 將近已滿 ({usedSpacePercent}%)",
+ "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "外部儲存空間 \"{mountPoint}\" 將近已滿 ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "您的儲存空間快要滿了 ({usedSpacePercent}%)",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "檔案或目錄已被 <strong>更動</strong> 或 <strong>改名</strong>",
"A new file or folder has been <strong>created</strong>" : "新的檔案或目錄已被 <strong>建立</strong>",