aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-09-13 00:20:46 +0000
committerNextcloud bot <bot@nextcloud.com>2024-09-13 00:20:46 +0000
commitc9e4598360335d7eab0f4a5153dbf16a1f161351 (patch)
tree7952ec03cfd86f0c90ee8df0e55cb77bcd0b96ac /apps/files/l10n
parentd0275a7702a19105f9d7169ba7c48043458d5b95 (diff)
downloadnextcloud-server-c9e4598360335d7eab0f4a5153dbf16a1f161351.tar.gz
nextcloud-server-c9e4598360335d7eab0f4a5153dbf16a1f161351.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n')
-rw-r--r--apps/files/l10n/fr.js1
-rw-r--r--apps/files/l10n/fr.json1
-rw-r--r--apps/files/l10n/sk.js9
-rw-r--r--apps/files/l10n/sk.json9
-rw-r--r--apps/files/l10n/uk.js1
-rw-r--r--apps/files/l10n/uk.json1
6 files changed, 22 insertions, 0 deletions
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js
index 514e90f0a80..1cfde430252 100644
--- a/apps/files/l10n/fr.js
+++ b/apps/files/l10n/fr.js
@@ -207,6 +207,7 @@ OC.L10N.register(
"Remove filter" : "Retirer le filtre",
"Total rows summary" : "Récapitulatif du nombre total de lignes",
"Toggle selection for all files and folders" : "Basculer la sélection pour tous les fichiers et dossiers",
+ "(selected)" : "(sélectionné)",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" a échoué sur certains éléments",
"\"{displayName}\" batch action executed successfully" : "L’action « {displayName} » par lot a été exécutée avec succès",
"{count} selected" : "{count} sélectionné(s)",
diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json
index 780c6d18a17..b9c63aa22d2 100644
--- a/apps/files/l10n/fr.json
+++ b/apps/files/l10n/fr.json
@@ -205,6 +205,7 @@
"Remove filter" : "Retirer le filtre",
"Total rows summary" : "Récapitulatif du nombre total de lignes",
"Toggle selection for all files and folders" : "Basculer la sélection pour tous les fichiers et dossiers",
+ "(selected)" : "(sélectionné)",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" a échoué sur certains éléments",
"\"{displayName}\" batch action executed successfully" : "L’action « {displayName} » par lot a été exécutée avec succès",
"{count} selected" : "{count} sélectionné(s)",
diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js
index b54a4a6ffe8..1548b331933 100644
--- a/apps/files/l10n/sk.js
+++ b/apps/files/l10n/sk.js
@@ -187,6 +187,8 @@ OC.L10N.register(
"\"{displayName}\" action failed" : "\"{displayName}\" akcia zlýhala",
"Toggle selection for file \"{displayName}\"" : "Prepnúť výber pre súbor \"{displayName}\"",
"Toggle selection for folder \"{displayName}\"" : "Prepnúť výber pre adresár \"{displayName}\"",
+ "File is loading" : "Súbor sa nahráva",
+ "Folder is loading" : "Adresár sa nahráva",
"Rename file" : "Premenovať súbor",
"Filename" : "Názov súboru",
"Folder name" : "Názov priečinka",
@@ -203,6 +205,7 @@ OC.L10N.register(
"Remove filter" : "Odstrániť filter",
"Total rows summary" : "Súčet všetkých riadkov",
"Toggle selection for all files and folders" : "Prepnúť výber pre všetky súbory a adresáre",
+ "(selected)" : "(vybrané)",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" zlyhalo na niektorých prvkoch.",
"\"{displayName}\" batch action executed successfully" : "Hromadná operácia \"{displayName}\" bola úspešne vykonaná",
"{count} selected" : "{count} vybraných",
@@ -321,7 +324,9 @@ OC.L10N.register(
"PDFs" : "PDFká",
"Folders" : "Priečinky",
"Audio" : "Zvuk",
+ "Photos and images" : "Fotky a obrázky",
"Videos" : "Videá",
+ "New folder creation cancelled" : "Vytvorenie adresára bolo zrušené",
"Created new folder \"{name}\"" : "Vytvorený nový priečinok \"{name}\"",
"Unable to initialize the templates directory" : "Nemôžem inicializovať priečinok so šablónami",
"Create templates folder" : "Vytvoriť adresár pre šablóny",
@@ -375,6 +380,10 @@ OC.L10N.register(
"Copy direct link (only works for users who have access to this file/folder)" : "Kopírovať priamy odkaz (funguje iba pre používateľov, ktorí majú prístup k tomuto súboru/priečinku)",
"\"remote user\"" : "\"vzdialený používateľ\"",
"{newName} already exists." : "{newName} už existuje.",
+ "\"{segment}\" is not allowed inside a filename." : "\"{segment}\" nie je možné použiť v názve súboru.",
+ "\"{segment}\" is a forbidden file or folder name." : "\"{segment}\" je zakázané pre názov súboru alebo adresára.",
+ "\"{segment}\" is not an allowed filetype." : "\"{segment}\" nie je povolený typ súboru.",
+ "Filenames must not end with \"{segment}\"." : "Názov súboru nesmie končit na \"{segment}\".",
"Name cannot be empty" : "Názov nemôže byť prázdny",
"Another entry with the same name already exists" : "Názov už existuje",
"Storage informations" : "Úložiskové informácie",
diff --git a/apps/files/l10n/sk.json b/apps/files/l10n/sk.json
index 287313d17a4..16bd5524f35 100644
--- a/apps/files/l10n/sk.json
+++ b/apps/files/l10n/sk.json
@@ -185,6 +185,8 @@
"\"{displayName}\" action failed" : "\"{displayName}\" akcia zlýhala",
"Toggle selection for file \"{displayName}\"" : "Prepnúť výber pre súbor \"{displayName}\"",
"Toggle selection for folder \"{displayName}\"" : "Prepnúť výber pre adresár \"{displayName}\"",
+ "File is loading" : "Súbor sa nahráva",
+ "Folder is loading" : "Adresár sa nahráva",
"Rename file" : "Premenovať súbor",
"Filename" : "Názov súboru",
"Folder name" : "Názov priečinka",
@@ -201,6 +203,7 @@
"Remove filter" : "Odstrániť filter",
"Total rows summary" : "Súčet všetkých riadkov",
"Toggle selection for all files and folders" : "Prepnúť výber pre všetky súbory a adresáre",
+ "(selected)" : "(vybrané)",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" zlyhalo na niektorých prvkoch.",
"\"{displayName}\" batch action executed successfully" : "Hromadná operácia \"{displayName}\" bola úspešne vykonaná",
"{count} selected" : "{count} vybraných",
@@ -319,7 +322,9 @@
"PDFs" : "PDFká",
"Folders" : "Priečinky",
"Audio" : "Zvuk",
+ "Photos and images" : "Fotky a obrázky",
"Videos" : "Videá",
+ "New folder creation cancelled" : "Vytvorenie adresára bolo zrušené",
"Created new folder \"{name}\"" : "Vytvorený nový priečinok \"{name}\"",
"Unable to initialize the templates directory" : "Nemôžem inicializovať priečinok so šablónami",
"Create templates folder" : "Vytvoriť adresár pre šablóny",
@@ -373,6 +378,10 @@
"Copy direct link (only works for users who have access to this file/folder)" : "Kopírovať priamy odkaz (funguje iba pre používateľov, ktorí majú prístup k tomuto súboru/priečinku)",
"\"remote user\"" : "\"vzdialený používateľ\"",
"{newName} already exists." : "{newName} už existuje.",
+ "\"{segment}\" is not allowed inside a filename." : "\"{segment}\" nie je možné použiť v názve súboru.",
+ "\"{segment}\" is a forbidden file or folder name." : "\"{segment}\" je zakázané pre názov súboru alebo adresára.",
+ "\"{segment}\" is not an allowed filetype." : "\"{segment}\" nie je povolený typ súboru.",
+ "Filenames must not end with \"{segment}\"." : "Názov súboru nesmie končit na \"{segment}\".",
"Name cannot be empty" : "Názov nemôže byť prázdny",
"Another entry with the same name already exists" : "Názov už existuje",
"Storage informations" : "Úložiskové informácie",
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js
index d243bcccfc5..257193163c1 100644
--- a/apps/files/l10n/uk.js
+++ b/apps/files/l10n/uk.js
@@ -207,6 +207,7 @@ OC.L10N.register(
"Remove filter" : "Вилучити фільтр",
"Total rows summary" : "Загалом рядків",
"Toggle selection for all files and folders" : "Перемкнути вибір для всіх файлів та каталогів",
+ "(selected)" : "(вибрано)",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" не показується в окремих елементах",
"\"{displayName}\" batch action executed successfully" : "Операцію \"{displayName}\" успішно виконано",
"{count} selected" : "{count} вибрано",
diff --git a/apps/files/l10n/uk.json b/apps/files/l10n/uk.json
index 7b4ea699249..554793051b5 100644
--- a/apps/files/l10n/uk.json
+++ b/apps/files/l10n/uk.json
@@ -205,6 +205,7 @@
"Remove filter" : "Вилучити фільтр",
"Total rows summary" : "Загалом рядків",
"Toggle selection for all files and folders" : "Перемкнути вибір для всіх файлів та каталогів",
+ "(selected)" : "(вибрано)",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" не показується в окремих елементах",
"\"{displayName}\" batch action executed successfully" : "Операцію \"{displayName}\" успішно виконано",
"{count} selected" : "{count} вибрано",