summaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-10-23 02:14:46 +0000
committerNextcloud bot <bot@nextcloud.com>2022-10-23 02:14:46 +0000
commit54ce35ebd80be7453bc4a59180c29630185dfab5 (patch)
tree14240bc2214df5a302b1ac5e715091f103594468 /lib/l10n
parenta66c80135de5b21d8ad48218b96a90eefde0fc7f (diff)
downloadnextcloud-server-54ce35ebd80be7453bc4a59180c29630185dfab5.tar.gz
nextcloud-server-54ce35ebd80be7453bc4a59180c29630185dfab5.zip
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/cs.js3
-rw-r--r--lib/l10n/cs.json3
-rw-r--r--lib/l10n/de.js2
-rw-r--r--lib/l10n/de.json2
-rw-r--r--lib/l10n/de_DE.js3
-rw-r--r--lib/l10n/de_DE.json3
-rw-r--r--lib/l10n/uk.js24
-rw-r--r--lib/l10n/uk.json24
-rw-r--r--lib/l10n/zh_CN.js1
-rw-r--r--lib/l10n/zh_CN.json1
10 files changed, 40 insertions, 26 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js
index 11dab5560ef..77090cd77e7 100644
--- a/lib/l10n/cs.js
+++ b/lib/l10n/cs.js
@@ -8,6 +8,8 @@ OC.L10N.register(
"The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Soubory aplikace %1$s nebyly nahrazeny řádně. Ověřte, že se jedná o verzi, která je kompatibilní se serverem.",
"Sample configuration detected" : "Bylo zjištěno setrvání u předváděcího nastavení",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Pravděpodobně byla zkopírována nastavení ze vzorových souborů. Toto není podporováno a může poškodit vaši instalaci. Před prováděním změn v souboru config.php si přečtěte dokumentaci",
+ "404" : "404",
+ "The page could not be found on the server." : "Stránka nebyla na serveru nalezena.",
"%s email verification" : "%s ověřování e-mailem",
"Email verification" : "Ověřování e-mailem",
"Click the following button to confirm your email." : "Pokud chcete potvrdit svůj e-mail, klikněte na následující tlačítko.",
@@ -150,6 +152,7 @@ OC.L10N.register(
"%1$s shared »%2$s« with you." : "%1$s vám nasdílel(a) „%2$s“.",
"Click the button below to open it." : "Pro otevření klikněte na tlačítko níže.",
"The requested share does not exist anymore" : "Požadované sdílení už neexistuje",
+ "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Bylo dosaženo limitu počtu uživatelů a uživatel proto nebyl vytvořen. Podrobnosti viz upozornění pro vás.",
"Could not find category \"%s\"" : "Nedaří se nalézt kategorii „%s“",
"Sunday" : "neděle",
"Monday" : "pondělí",
diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json
index 9b8228339b6..7609bd072b0 100644
--- a/lib/l10n/cs.json
+++ b/lib/l10n/cs.json
@@ -6,6 +6,8 @@
"The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Soubory aplikace %1$s nebyly nahrazeny řádně. Ověřte, že se jedná o verzi, která je kompatibilní se serverem.",
"Sample configuration detected" : "Bylo zjištěno setrvání u předváděcího nastavení",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Pravděpodobně byla zkopírována nastavení ze vzorových souborů. Toto není podporováno a může poškodit vaši instalaci. Před prováděním změn v souboru config.php si přečtěte dokumentaci",
+ "404" : "404",
+ "The page could not be found on the server." : "Stránka nebyla na serveru nalezena.",
"%s email verification" : "%s ověřování e-mailem",
"Email verification" : "Ověřování e-mailem",
"Click the following button to confirm your email." : "Pokud chcete potvrdit svůj e-mail, klikněte na následující tlačítko.",
@@ -148,6 +150,7 @@
"%1$s shared »%2$s« with you." : "%1$s vám nasdílel(a) „%2$s“.",
"Click the button below to open it." : "Pro otevření klikněte na tlačítko níže.",
"The requested share does not exist anymore" : "Požadované sdílení už neexistuje",
+ "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Bylo dosaženo limitu počtu uživatelů a uživatel proto nebyl vytvořen. Podrobnosti viz upozornění pro vás.",
"Could not find category \"%s\"" : "Nedaří se nalézt kategorii „%s“",
"Sunday" : "neděle",
"Monday" : "pondělí",
diff --git a/lib/l10n/de.js b/lib/l10n/de.js
index 7576ca906cd..23f80588f96 100644
--- a/lib/l10n/de.js
+++ b/lib/l10n/de.js
@@ -93,7 +93,7 @@ OC.L10N.register(
"Appearance and accessibility" : "Erscheinungsbild und Barrierefreiheit",
"Apps" : "Apps",
"Personal settings" : "Persönliche Einstellungen",
- "Administration settings" : "Administrations-Einstellungen",
+ "Administration settings" : "Administrationseinstellungen",
"Settings" : "Einstellungen",
"Log out" : "Abmelden",
"Users" : "Benutzer",
diff --git a/lib/l10n/de.json b/lib/l10n/de.json
index 698e7ca492e..86ec5319d7f 100644
--- a/lib/l10n/de.json
+++ b/lib/l10n/de.json
@@ -91,7 +91,7 @@
"Appearance and accessibility" : "Erscheinungsbild und Barrierefreiheit",
"Apps" : "Apps",
"Personal settings" : "Persönliche Einstellungen",
- "Administration settings" : "Administrations-Einstellungen",
+ "Administration settings" : "Administrationseinstellungen",
"Settings" : "Einstellungen",
"Log out" : "Abmelden",
"Users" : "Benutzer",
diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js
index 7c5892e9fdc..6f350100011 100644
--- a/lib/l10n/de_DE.js
+++ b/lib/l10n/de_DE.js
@@ -8,6 +8,8 @@ OC.L10N.register(
"The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Die Dateien der App %1$s wurden nicht korrekt ersetzt. Stellen Sie sicher, dass es sich um eine mit dem Server kompatible Version handelt.",
"Sample configuration detected" : "Beispielkonfiguration gefunden",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Es wurde festgestellt, dass die Beispielkonfiguration kopiert wurde. Dies kann Ihre Installation zerstören und wird nicht unterstützt. Bitte die Dokumentation lesen, bevor Änderungen an der config.php vorgenommen werden.",
+ "404" : "404",
+ "The page could not be found on the server." : "Die Seite konnte auf dem Server nicht gefunden werden.",
"%s email verification" : "%s E-Mail-Überprüfung",
"Email verification" : "E-Mail-Überprüfung",
"Click the following button to confirm your email." : "Klicken Sie auf die folgende Schaltfläche, um Ihre E-Mail zu bestätigen.",
@@ -150,6 +152,7 @@ OC.L10N.register(
"%1$s shared »%2$s« with you." : "%1$s hat »%2$s« mit Ihnen geteilt.",
"Click the button below to open it." : "Klicken Sie zum Öffnen auf die untere Schaltfläche.",
"The requested share does not exist anymore" : "Die angeforderte Freigabe existiert nicht mehr",
+ "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Das Benutzerlimit wurde erreicht und der Benutzer wurde nicht erstellt. Überprüfen Sie Ihre Benachrichtigungen, um mehr zu erfahren.",
"Could not find category \"%s\"" : "Die Kategorie \"%s“ konnte nicht gefunden werden",
"Sunday" : "Sonntag",
"Monday" : "Montag",
diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json
index b96ce2f61d0..d3f6fdb6f66 100644
--- a/lib/l10n/de_DE.json
+++ b/lib/l10n/de_DE.json
@@ -6,6 +6,8 @@
"The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Die Dateien der App %1$s wurden nicht korrekt ersetzt. Stellen Sie sicher, dass es sich um eine mit dem Server kompatible Version handelt.",
"Sample configuration detected" : "Beispielkonfiguration gefunden",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Es wurde festgestellt, dass die Beispielkonfiguration kopiert wurde. Dies kann Ihre Installation zerstören und wird nicht unterstützt. Bitte die Dokumentation lesen, bevor Änderungen an der config.php vorgenommen werden.",
+ "404" : "404",
+ "The page could not be found on the server." : "Die Seite konnte auf dem Server nicht gefunden werden.",
"%s email verification" : "%s E-Mail-Überprüfung",
"Email verification" : "E-Mail-Überprüfung",
"Click the following button to confirm your email." : "Klicken Sie auf die folgende Schaltfläche, um Ihre E-Mail zu bestätigen.",
@@ -148,6 +150,7 @@
"%1$s shared »%2$s« with you." : "%1$s hat »%2$s« mit Ihnen geteilt.",
"Click the button below to open it." : "Klicken Sie zum Öffnen auf die untere Schaltfläche.",
"The requested share does not exist anymore" : "Die angeforderte Freigabe existiert nicht mehr",
+ "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Das Benutzerlimit wurde erreicht und der Benutzer wurde nicht erstellt. Überprüfen Sie Ihre Benachrichtigungen, um mehr zu erfahren.",
"Could not find category \"%s\"" : "Die Kategorie \"%s“ konnte nicht gefunden werden",
"Sunday" : "Sonntag",
"Monday" : "Montag",
diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js
index 5e0d9142d28..b0a245b5ef1 100644
--- a/lib/l10n/uk.js
+++ b/lib/l10n/uk.js
@@ -39,20 +39,20 @@ OC.L10N.register(
"Logged in user must be an admin or sub admin" : "Увійшовши в систему користувач повинен бути адміністратором або підадміністратором",
"Logged in user must be an admin" : "Зареєстрований користувач має бути адміністратором",
"Wiping of device %s has started" : "Розпочато очищення пристрою %s",
- "Wiping of device »%s« has started" : "Розпочато очищення пристрою »%s».",
- "»%s« started remote wipe" : "»%s« розпочато дистанційне стирання",
- "Device or application »%s« has started the remote wipe process. You will receive another email once the process has finished" : "Пристрій або програма »%s« розпочала процес віддаленого стирання. Після завершення процесу ви отримаєте інший електронний лист",
+ "Wiping of device »%s« has started" : "Розпочато стирання даних на пристрої \"%s\".",
+ "»%s« started remote wipe" : "\"%s\" розпочато віддалене стирання даних",
+ "Device or application »%s« has started the remote wipe process. You will receive another email once the process has finished" : "Пристрій або застосунок \"%s\" розпочали процес віддаленого стирання даних. Після завершення процесу ви отримаєте відповідне сповіщення електронною поштою.",
"Wiping of device %s has finished" : "Очищення пристрою %s завершено",
- "Wiping of device »%s« has finished" : "Очищення пристрою »%s« завершено",
- "»%s« finished remote wipe" : "»%s« дистанційне стирання завершено",
- "Device or application »%s« has finished the remote wipe process." : "Пристрій або програма »%s« завершили процес віддаленого стирання.",
+ "Wiping of device »%s« has finished" : "Стирання даних на пристрої \"%s\" завершено",
+ "»%s« finished remote wipe" : "\"%s\" віддалене очищення стирання даних",
+ "Device or application »%s« has finished the remote wipe process." : "Пристрій або застосунок \"%s\" завершили процес віддаленого стирання даних.",
"Remote wipe started" : "Розпочато віддалене стирання",
"A remote wipe was started on device %s" : "На пристрої %s розпочато віддалене стирання",
"Remote wipe finished" : "Віддалене стирання завершено",
"The remote wipe on %s has finished" : "Дистанційне стирання на %s завершено",
"Authentication" : "Автентифікація",
"Unknown filetype" : "Невідомий тип файлу",
- "Invalid image" : "Невірне зображення",
+ "Invalid image" : "Недійсне зображення",
"Avatar image is not square" : "Зображення аватара не квадратне",
"View profile" : "Перегляд профілю",
"today" : "сьогодні",
@@ -133,9 +133,9 @@ OC.L10N.register(
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "Бекенд спільного доступу %s повинен реалізовувати інтерфейс OCP\\Share_Backend",
"Sharing backend %s not found" : "Бекенд спільного доступу %s не знайдено",
"Sharing backend for %s not found" : "Бекенд спільного доступу для %s не знайдено",
- "%1$s shared »%2$s« with you and wants to add:" : "%1$s надав доступ »%2$s« та хоче додати:",
- "%1$s shared »%2$s« with you and wants to add" : "%1$s надав доступ »%2$s« та хоче додати",
- "»%s« added a note to a file shared with you" : "»%s« додав нотатку до опублікованого файлу",
+ "%1$s shared »%2$s« with you and wants to add:" : "%1$s надано доступ до \"%2$s\" та хоче додати:",
+ "%1$s shared »%2$s« with you and wants to add" : "%1$s надано доступ до \"%2$s\" та хоче додати",
+ "»%s« added a note to a file shared with you" : "\"%s\" додано примітку до файлу у спільному доступі",
"Open »%s«" : "Відкрити 1%s",
"%1$s via %2$s" : "%1$s через %2$s",
"You are not allowed to share %s" : "Вам заборонено поширювати %s",
@@ -146,8 +146,8 @@ OC.L10N.register(
"_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Неможливо встановити дату закінчення більше ніж %n день у майбутньому","Неможливо встановити дату закінчення більше ніж %n днів у майбутньому","Неможливо встановити дату закінчення більше ніж %n днів у майбутньому","Неможливо встановити дату закінчення більше ніж %n днів у майбутньому"],
"Sharing is only allowed with group members" : "Спільний доступ дозволений лише для учасників групи",
"Sharing %s failed, because this item is already shared with user %s" : "Не вдалося поділитися %s, оскільки %s вже має до нього доступ",
- "%1$s shared »%2$s« with you" : "%1$s надав доступ до »%2$s«",
- "%1$s shared »%2$s« with you." : "%1$s надав доступ до »%2$s«.",
+ "%1$s shared »%2$s« with you" : "%1$s надано доступ до \"%2$s\"",
+ "%1$s shared »%2$s« with you." : "%1$s надано доступ до \"%2$s\".",
"Click the button below to open it." : "Щоб відкрити файл, натисніть кнопку нижче.",
"The requested share does not exist anymore" : "Запитувана частка більше не існує",
"Could not find category \"%s\"" : "Не вдалося знайти категорію \"%s\"",
diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json
index 2d80433112f..2d027543415 100644
--- a/lib/l10n/uk.json
+++ b/lib/l10n/uk.json
@@ -37,20 +37,20 @@
"Logged in user must be an admin or sub admin" : "Увійшовши в систему користувач повинен бути адміністратором або підадміністратором",
"Logged in user must be an admin" : "Зареєстрований користувач має бути адміністратором",
"Wiping of device %s has started" : "Розпочато очищення пристрою %s",
- "Wiping of device »%s« has started" : "Розпочато очищення пристрою »%s».",
- "»%s« started remote wipe" : "»%s« розпочато дистанційне стирання",
- "Device or application »%s« has started the remote wipe process. You will receive another email once the process has finished" : "Пристрій або програма »%s« розпочала процес віддаленого стирання. Після завершення процесу ви отримаєте інший електронний лист",
+ "Wiping of device »%s« has started" : "Розпочато стирання даних на пристрої \"%s\".",
+ "»%s« started remote wipe" : "\"%s\" розпочато віддалене стирання даних",
+ "Device or application »%s« has started the remote wipe process. You will receive another email once the process has finished" : "Пристрій або застосунок \"%s\" розпочали процес віддаленого стирання даних. Після завершення процесу ви отримаєте відповідне сповіщення електронною поштою.",
"Wiping of device %s has finished" : "Очищення пристрою %s завершено",
- "Wiping of device »%s« has finished" : "Очищення пристрою »%s« завершено",
- "»%s« finished remote wipe" : "»%s« дистанційне стирання завершено",
- "Device or application »%s« has finished the remote wipe process." : "Пристрій або програма »%s« завершили процес віддаленого стирання.",
+ "Wiping of device »%s« has finished" : "Стирання даних на пристрої \"%s\" завершено",
+ "»%s« finished remote wipe" : "\"%s\" віддалене очищення стирання даних",
+ "Device or application »%s« has finished the remote wipe process." : "Пристрій або застосунок \"%s\" завершили процес віддаленого стирання даних.",
"Remote wipe started" : "Розпочато віддалене стирання",
"A remote wipe was started on device %s" : "На пристрої %s розпочато віддалене стирання",
"Remote wipe finished" : "Віддалене стирання завершено",
"The remote wipe on %s has finished" : "Дистанційне стирання на %s завершено",
"Authentication" : "Автентифікація",
"Unknown filetype" : "Невідомий тип файлу",
- "Invalid image" : "Невірне зображення",
+ "Invalid image" : "Недійсне зображення",
"Avatar image is not square" : "Зображення аватара не квадратне",
"View profile" : "Перегляд профілю",
"today" : "сьогодні",
@@ -131,9 +131,9 @@
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "Бекенд спільного доступу %s повинен реалізовувати інтерфейс OCP\\Share_Backend",
"Sharing backend %s not found" : "Бекенд спільного доступу %s не знайдено",
"Sharing backend for %s not found" : "Бекенд спільного доступу для %s не знайдено",
- "%1$s shared »%2$s« with you and wants to add:" : "%1$s надав доступ »%2$s« та хоче додати:",
- "%1$s shared »%2$s« with you and wants to add" : "%1$s надав доступ »%2$s« та хоче додати",
- "»%s« added a note to a file shared with you" : "»%s« додав нотатку до опублікованого файлу",
+ "%1$s shared »%2$s« with you and wants to add:" : "%1$s надано доступ до \"%2$s\" та хоче додати:",
+ "%1$s shared »%2$s« with you and wants to add" : "%1$s надано доступ до \"%2$s\" та хоче додати",
+ "»%s« added a note to a file shared with you" : "\"%s\" додано примітку до файлу у спільному доступі",
"Open »%s«" : "Відкрити 1%s",
"%1$s via %2$s" : "%1$s через %2$s",
"You are not allowed to share %s" : "Вам заборонено поширювати %s",
@@ -144,8 +144,8 @@
"_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Неможливо встановити дату закінчення більше ніж %n день у майбутньому","Неможливо встановити дату закінчення більше ніж %n днів у майбутньому","Неможливо встановити дату закінчення більше ніж %n днів у майбутньому","Неможливо встановити дату закінчення більше ніж %n днів у майбутньому"],
"Sharing is only allowed with group members" : "Спільний доступ дозволений лише для учасників групи",
"Sharing %s failed, because this item is already shared with user %s" : "Не вдалося поділитися %s, оскільки %s вже має до нього доступ",
- "%1$s shared »%2$s« with you" : "%1$s надав доступ до »%2$s«",
- "%1$s shared »%2$s« with you." : "%1$s надав доступ до »%2$s«.",
+ "%1$s shared »%2$s« with you" : "%1$s надано доступ до \"%2$s\"",
+ "%1$s shared »%2$s« with you." : "%1$s надано доступ до \"%2$s\".",
"Click the button below to open it." : "Щоб відкрити файл, натисніть кнопку нижче.",
"The requested share does not exist anymore" : "Запитувана частка більше не існує",
"Could not find category \"%s\"" : "Не вдалося знайти категорію \"%s\"",
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js
index 68e0d3c10e6..118e016bc37 100644
--- a/lib/l10n/zh_CN.js
+++ b/lib/l10n/zh_CN.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "应用%1$s的文件替换不正确。请确认版本与当前服务器兼容。",
"Sample configuration detected" : "示例配置检测",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "您似乎直接把 config.php 的样例文件直接复制使用。这可能会破坏您的安装。在对 config.php 进行修改之前请先阅读相关文档。",
+ "The page could not be found on the server." : "无法在服务器上找到此页面",
"%s email verification" : "%s 电子邮件验证",
"Email verification" : "电子邮件验证",
"Click the following button to confirm your email." : "点击下方按钮确认电子邮件地址",
diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json
index 9d1de6a25c1..916be7f01be 100644
--- a/lib/l10n/zh_CN.json
+++ b/lib/l10n/zh_CN.json
@@ -5,6 +5,7 @@
"The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "应用%1$s的文件替换不正确。请确认版本与当前服务器兼容。",
"Sample configuration detected" : "示例配置检测",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "您似乎直接把 config.php 的样例文件直接复制使用。这可能会破坏您的安装。在对 config.php 进行修改之前请先阅读相关文档。",
+ "The page could not be found on the server." : "无法在服务器上找到此页面",
"%s email verification" : "%s 电子邮件验证",
"Email verification" : "电子邮件验证",
"Click the following button to confirm your email." : "点击下方按钮确认电子邮件地址",