summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n')
-rw-r--r--apps/files/l10n/pl.js3
-rw-r--r--apps/files/l10n/pl.json3
-rw-r--r--apps/files/l10n/sk.js10
-rw-r--r--apps/files/l10n/sk.json10
-rw-r--r--apps/files/l10n/zh_TW.js5
-rw-r--r--apps/files/l10n/zh_TW.json5
6 files changed, 32 insertions, 4 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js
index 0fea32a9304..860099f59df 100644
--- a/apps/files/l10n/pl.js
+++ b/apps/files/l10n/pl.js
@@ -21,6 +21,7 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Brak wolnej przestrzeni, przesyłasz {size1} a pozostało tylko {size2}",
"Target folder \"{dir}\" does not exist any more" : "Folder docelowy \"{dir}\" już nie istnieje",
"Not enough free space" : "Za mało wolnego miejsca",
+ "An unknown error has occurred" : "Wystąpił nieznany błąd",
"Uploading …" : "Wysyłanie…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Wysyłanie tego elementu nie jest wspierane",
@@ -65,6 +66,7 @@ OC.L10N.register(
"You don’t have permission to upload or create files here" : "Nie masz uprawnień do wysyłania lub tworzenia plików w tym miejscu",
"_Uploading %n file_::_Uploading %n files_" : ["Wysyłanie %n pliku","Wysyłanie %n plików","Wysyłanie %n plików","Wysyłanie %n plików"],
"New" : "Nowy",
+ "Select file range" : "Wybierz zakres plików",
"{used} of {quota} used" : "Wykorzystane {used} z {quota}",
"{used} used" : "Wykorzystane {used}",
"\"{name}\" is an invalid file name." : "\"{name}\" jest nieprawidłową nazwą pliku.",
@@ -141,6 +143,7 @@ OC.L10N.register(
"Show hidden files" : "Pokaż ukryte pliki",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Użyj tego adresu aby uzyskać <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">dostęp do swoich plików poprzez WebDAV</a>",
+ "Toggle grid view" : "Przełącz na widok siatki",
"Cancel upload" : "Anuluj wysyłanie",
"No files in here" : "Brak plików",
"Upload some content or sync with your devices!" : "Wgraj coś, albo wykonaj synchronizację ze swoimi urządzeniami.",
diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json
index 27593f1660b..b878de0d465 100644
--- a/apps/files/l10n/pl.json
+++ b/apps/files/l10n/pl.json
@@ -19,6 +19,7 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Brak wolnej przestrzeni, przesyłasz {size1} a pozostało tylko {size2}",
"Target folder \"{dir}\" does not exist any more" : "Folder docelowy \"{dir}\" już nie istnieje",
"Not enough free space" : "Za mało wolnego miejsca",
+ "An unknown error has occurred" : "Wystąpił nieznany błąd",
"Uploading …" : "Wysyłanie…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Wysyłanie tego elementu nie jest wspierane",
@@ -63,6 +64,7 @@
"You don’t have permission to upload or create files here" : "Nie masz uprawnień do wysyłania lub tworzenia plików w tym miejscu",
"_Uploading %n file_::_Uploading %n files_" : ["Wysyłanie %n pliku","Wysyłanie %n plików","Wysyłanie %n plików","Wysyłanie %n plików"],
"New" : "Nowy",
+ "Select file range" : "Wybierz zakres plików",
"{used} of {quota} used" : "Wykorzystane {used} z {quota}",
"{used} used" : "Wykorzystane {used}",
"\"{name}\" is an invalid file name." : "\"{name}\" jest nieprawidłową nazwą pliku.",
@@ -139,6 +141,7 @@
"Show hidden files" : "Pokaż ukryte pliki",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Użyj tego adresu aby uzyskać <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">dostęp do swoich plików poprzez WebDAV</a>",
+ "Toggle grid view" : "Przełącz na widok siatki",
"Cancel upload" : "Anuluj wysyłanie",
"No files in here" : "Brak plików",
"Upload some content or sync with your devices!" : "Wgraj coś, albo wykonaj synchronizację ze swoimi urządzeniami.",
diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js
index ec2597c0b00..144edd76648 100644
--- a/apps/files/l10n/sk.js
+++ b/apps/files/l10n/sk.js
@@ -9,11 +9,12 @@ OC.L10N.register(
"Favorites" : "Obľúbené",
"File could not be found" : "Súbor nie je možné nájsť",
"Move or copy" : "Presunúť alebo kopírovať",
- "Download" : "Sťahovanie",
+ "Download" : "Stiahnuť",
"Delete" : "Zmazať",
"Home" : "Domov",
"Close" : "Zavrieť",
"Could not create folder \"{dir}\"" : "Nemožno vytvoriť priečinok \"{dir}\"",
+ "This will stop your current uploads." : "Toto zastaví práve prebiehajúce nahrávania.",
"Upload cancelled." : "Odosielanie je zrušené.",
"…" : "...",
"Processing files …" : "Spracovávam súbory ...",
@@ -21,6 +22,7 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nie je dostatok voľného miesta, chcete nahrať {size1} ale k dispozíciji je len {size2}",
"Target folder \"{dir}\" does not exist any more" : "Cieľový priečinok \"{dir}\" už neexistuje",
"Not enough free space" : "Nedostatok voľného miesta",
+ "An unknown error has occurred" : "Vyskytla sa neznáma chyba",
"Uploading …" : "Nahrávanie...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Nahrávanie tejto položky nie je podporované",
@@ -42,6 +44,7 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Priečinok je nedostupný, skontrolujte prosím logy, alebo kontaktujte správcu",
"Could not move \"{file}\", target exists" : "Nie je možné presunúť \"{file}\", cieľ už existuje",
"Could not move \"{file}\"" : "Nie je možné presunúť \"{file}\"",
+ "copy" : "kópia",
"Could not copy \"{file}\", target exists" : "Nie je možné presunúť \"{file}\", cieľ už existuje",
"Could not copy \"{file}\"" : "Nie je možné skopírovať \"{file}\"",
"Copied {origin} inside {destination}" : "Skopírované {origin} do {destination}",
@@ -65,6 +68,7 @@ OC.L10N.register(
"You don’t have permission to upload or create files here" : "Nemáte oprávnenie sem nahrávať alebo vytvoriť súbory",
"_Uploading %n file_::_Uploading %n files_" : ["Nahrávam %n súbor","Nahrávam %n súbory","Nahrávam %n súborov","Nahrávam %n súborov"],
"New" : "Nový",
+ "Select file range" : "Vybrať rozsah súborov",
"{used} of {quota} used" : "použitých {used} z {quota}",
"{used} used" : "{used} použitých",
"\"{name}\" is an invalid file name." : "\"{name}\" je neplatné meno súboru.",
@@ -83,6 +87,7 @@ OC.L10N.register(
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtov","%n bajtov"],
"Favorited" : "Pridané k obľúbeným",
"Favorite" : "Obľúbené",
+ "You can only favorite a single file or folder at a time" : "Do obľúbených je možné zaradovať súbory a zložky len jednotlivo",
"New folder" : "Nový priečinok",
"Upload file" : "Nahrať súbor",
"Not favorited" : "Nie je obľúbený",
@@ -136,12 +141,13 @@ OC.L10N.register(
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Použitím PHP-FPM môžu byť zmeny vykonané do 5 minút.",
"Missing permissions to edit from here." : "Chýbajú oprávnenia pre možnosť tu upravovať.",
"%s of %s used" : "Využité: %s z %s",
+ "%1$s%% of %2$s used" : "použité %1$s%% z %2$s",
"%s used" : "%s použitých",
"Settings" : "Nastavenia",
"Show hidden files" : "Zobraziť skryté súbory",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Použiť túto adresu pre <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">prístup ku svojím súborom cez WebDAV</a>",
- "Toggle grid view" : "Zobrazenie mriežky",
+ "Toggle grid view" : "Prepnúť zobrazenie mriežky",
"Cancel upload" : "Zrušiť nahrávanie",
"No files in here" : "Nie sú tu žiadne súbory",
"Upload some content or sync with your devices!" : "Nahrajte nejaký obsah alebo synchronizujte zo svojimi zariadeniami!",
diff --git a/apps/files/l10n/sk.json b/apps/files/l10n/sk.json
index a95cc421a22..e31d83acee1 100644
--- a/apps/files/l10n/sk.json
+++ b/apps/files/l10n/sk.json
@@ -7,11 +7,12 @@
"Favorites" : "Obľúbené",
"File could not be found" : "Súbor nie je možné nájsť",
"Move or copy" : "Presunúť alebo kopírovať",
- "Download" : "Sťahovanie",
+ "Download" : "Stiahnuť",
"Delete" : "Zmazať",
"Home" : "Domov",
"Close" : "Zavrieť",
"Could not create folder \"{dir}\"" : "Nemožno vytvoriť priečinok \"{dir}\"",
+ "This will stop your current uploads." : "Toto zastaví práve prebiehajúce nahrávania.",
"Upload cancelled." : "Odosielanie je zrušené.",
"…" : "...",
"Processing files …" : "Spracovávam súbory ...",
@@ -19,6 +20,7 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nie je dostatok voľného miesta, chcete nahrať {size1} ale k dispozíciji je len {size2}",
"Target folder \"{dir}\" does not exist any more" : "Cieľový priečinok \"{dir}\" už neexistuje",
"Not enough free space" : "Nedostatok voľného miesta",
+ "An unknown error has occurred" : "Vyskytla sa neznáma chyba",
"Uploading …" : "Nahrávanie...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Nahrávanie tejto položky nie je podporované",
@@ -40,6 +42,7 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Priečinok je nedostupný, skontrolujte prosím logy, alebo kontaktujte správcu",
"Could not move \"{file}\", target exists" : "Nie je možné presunúť \"{file}\", cieľ už existuje",
"Could not move \"{file}\"" : "Nie je možné presunúť \"{file}\"",
+ "copy" : "kópia",
"Could not copy \"{file}\", target exists" : "Nie je možné presunúť \"{file}\", cieľ už existuje",
"Could not copy \"{file}\"" : "Nie je možné skopírovať \"{file}\"",
"Copied {origin} inside {destination}" : "Skopírované {origin} do {destination}",
@@ -63,6 +66,7 @@
"You don’t have permission to upload or create files here" : "Nemáte oprávnenie sem nahrávať alebo vytvoriť súbory",
"_Uploading %n file_::_Uploading %n files_" : ["Nahrávam %n súbor","Nahrávam %n súbory","Nahrávam %n súborov","Nahrávam %n súborov"],
"New" : "Nový",
+ "Select file range" : "Vybrať rozsah súborov",
"{used} of {quota} used" : "použitých {used} z {quota}",
"{used} used" : "{used} použitých",
"\"{name}\" is an invalid file name." : "\"{name}\" je neplatné meno súboru.",
@@ -81,6 +85,7 @@
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtov","%n bajtov"],
"Favorited" : "Pridané k obľúbeným",
"Favorite" : "Obľúbené",
+ "You can only favorite a single file or folder at a time" : "Do obľúbených je možné zaradovať súbory a zložky len jednotlivo",
"New folder" : "Nový priečinok",
"Upload file" : "Nahrať súbor",
"Not favorited" : "Nie je obľúbený",
@@ -134,12 +139,13 @@
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Použitím PHP-FPM môžu byť zmeny vykonané do 5 minút.",
"Missing permissions to edit from here." : "Chýbajú oprávnenia pre možnosť tu upravovať.",
"%s of %s used" : "Využité: %s z %s",
+ "%1$s%% of %2$s used" : "použité %1$s%% z %2$s",
"%s used" : "%s použitých",
"Settings" : "Nastavenia",
"Show hidden files" : "Zobraziť skryté súbory",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Použiť túto adresu pre <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">prístup ku svojím súborom cez WebDAV</a>",
- "Toggle grid view" : "Zobrazenie mriežky",
+ "Toggle grid view" : "Prepnúť zobrazenie mriežky",
"Cancel upload" : "Zrušiť nahrávanie",
"No files in here" : "Nie sú tu žiadne súbory",
"Upload some content or sync with your devices!" : "Nahrajte nejaký obsah alebo synchronizujte zo svojimi zariadeniami!",
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js
index f49d49c3d85..896e0dd41f6 100644
--- a/apps/files/l10n/zh_TW.js
+++ b/apps/files/l10n/zh_TW.js
@@ -14,6 +14,7 @@ OC.L10N.register(
"Home" : "家目錄",
"Close" : " 關閉",
"Could not create folder \"{dir}\"" : "無法建立資料夾 \"{dir}\"",
+ "This will stop your current uploads." : "這會終止目前任何的上傳。",
"Upload cancelled." : "上傳已取消",
"…" : "...",
"Processing files …" : "正在處理檔案…",
@@ -21,6 +22,7 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空間不足,你正要上傳 {size1} 可是只剩下 {size2}",
"Target folder \"{dir}\" does not exist any more" : "資料夾 \"{dir}\" 不存在",
"Not enough free space" : "空間不足",
+ "An unknown error has occurred" : "發生未知的錯誤",
"Uploading …" : "上傳中...",
"{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中的 {loadedSize} ({bitrate})",
"Uploading that item is not supported" : "不支援上傳該項目",
@@ -42,6 +44,7 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "這個目錄無法存取,請檢查伺服器記錄檔或聯絡管理員",
"Could not move \"{file}\", target exists" : "無法移動 \"{file}\",目標已經存在",
"Could not move \"{file}\"" : "無法移動 \"{file}\"",
+ "copy" : "複製",
"Could not copy \"{file}\", target exists" : "無法複製\"{file}\",目標已存在",
"Could not copy \"{file}\"" : "無法複製\"{file}\"",
"Copied {origin} inside {destination}" : "已複製 {origin} 至 {destination}",
@@ -65,6 +68,7 @@ OC.L10N.register(
"You don’t have permission to upload or create files here" : "您沒有權限在這裡上傳或建立檔案",
"_Uploading %n file_::_Uploading %n files_" : ["正在上傳 %n 個檔案"],
"New" : "新增",
+ "Select file range" : "選擇多個檔案",
"{used} of {quota} used" : "已使用 {quota} 當中的 {used}",
"{used} used" : "已使用 {used}",
"\"{name}\" is an invalid file name." : "{name} 是無效的檔名",
@@ -83,6 +87,7 @@ OC.L10N.register(
"_%n byte_::_%n bytes_" : ["%n 位元組"],
"Favorited" : "已加入最愛",
"Favorite" : "我的最愛",
+ "You can only favorite a single file or folder at a time" : "您一次只能為一個檔案或資料夾加星號",
"New folder" : "新資料夾",
"Upload file" : "上傳檔案",
"Not favorited" : "未加入至最愛",
diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json
index fa449c4f62a..2acaae57bba 100644
--- a/apps/files/l10n/zh_TW.json
+++ b/apps/files/l10n/zh_TW.json
@@ -12,6 +12,7 @@
"Home" : "家目錄",
"Close" : " 關閉",
"Could not create folder \"{dir}\"" : "無法建立資料夾 \"{dir}\"",
+ "This will stop your current uploads." : "這會終止目前任何的上傳。",
"Upload cancelled." : "上傳已取消",
"…" : "...",
"Processing files …" : "正在處理檔案…",
@@ -19,6 +20,7 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空間不足,你正要上傳 {size1} 可是只剩下 {size2}",
"Target folder \"{dir}\" does not exist any more" : "資料夾 \"{dir}\" 不存在",
"Not enough free space" : "空間不足",
+ "An unknown error has occurred" : "發生未知的錯誤",
"Uploading …" : "上傳中...",
"{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中的 {loadedSize} ({bitrate})",
"Uploading that item is not supported" : "不支援上傳該項目",
@@ -40,6 +42,7 @@
"This directory is unavailable, please check the logs or contact the administrator" : "這個目錄無法存取,請檢查伺服器記錄檔或聯絡管理員",
"Could not move \"{file}\", target exists" : "無法移動 \"{file}\",目標已經存在",
"Could not move \"{file}\"" : "無法移動 \"{file}\"",
+ "copy" : "複製",
"Could not copy \"{file}\", target exists" : "無法複製\"{file}\",目標已存在",
"Could not copy \"{file}\"" : "無法複製\"{file}\"",
"Copied {origin} inside {destination}" : "已複製 {origin} 至 {destination}",
@@ -63,6 +66,7 @@
"You don’t have permission to upload or create files here" : "您沒有權限在這裡上傳或建立檔案",
"_Uploading %n file_::_Uploading %n files_" : ["正在上傳 %n 個檔案"],
"New" : "新增",
+ "Select file range" : "選擇多個檔案",
"{used} of {quota} used" : "已使用 {quota} 當中的 {used}",
"{used} used" : "已使用 {used}",
"\"{name}\" is an invalid file name." : "{name} 是無效的檔名",
@@ -81,6 +85,7 @@
"_%n byte_::_%n bytes_" : ["%n 位元組"],
"Favorited" : "已加入最愛",
"Favorite" : "我的最愛",
+ "You can only favorite a single file or folder at a time" : "您一次只能為一個檔案或資料夾加星號",
"New folder" : "新資料夾",
"Upload file" : "上傳檔案",
"Not favorited" : "未加入至最愛",