From 0580014b73e39196eb98907d38401d84feceffb3 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 14 Dec 2025 00:13:27 +0000 Subject: [PATCH] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- apps/oauth2/l10n/de.js | 1 + apps/oauth2/l10n/de.json | 1 + apps/oauth2/l10n/de_DE.js | 1 + apps/oauth2/l10n/de_DE.json | 1 + apps/oauth2/l10n/en_GB.js | 1 + apps/oauth2/l10n/en_GB.json | 1 + apps/oauth2/l10n/et_EE.js | 3 ++- apps/oauth2/l10n/et_EE.json | 3 ++- apps/oauth2/l10n/gl.js | 1 + apps/oauth2/l10n/gl.json | 1 + apps/oauth2/l10n/tr.js | 1 + apps/oauth2/l10n/tr.json | 1 + apps/oauth2/l10n/zh_HK.js | 1 + apps/oauth2/l10n/zh_HK.json | 1 + apps/settings/l10n/sk.js | 7 +++++++ apps/settings/l10n/sk.json | 7 +++++++ apps/settings/l10n/uk.js | 1 + apps/settings/l10n/uk.json | 1 + apps/systemtags/l10n/uk.js | 3 +++ apps/systemtags/l10n/uk.json | 3 +++ apps/twofactor_backupcodes/l10n/uk.js | 2 ++ apps/twofactor_backupcodes/l10n/uk.json | 2 ++ core/l10n/de.js | 2 +- core/l10n/de.json | 2 +- core/l10n/de_DE.js | 2 +- core/l10n/de_DE.json | 2 +- core/l10n/uk.js | 3 +++ core/l10n/uk.json | 3 +++ lib/l10n/uk.js | 1 + lib/l10n/uk.json | 1 + 30 files changed, 54 insertions(+), 6 deletions(-) diff --git a/apps/oauth2/l10n/de.js b/apps/oauth2/l10n/de.js index 9efa4988cee..e9fb24c0d7a 100644 --- a/apps/oauth2/l10n/de.js +++ b/apps/oauth2/l10n/de.js @@ -13,6 +13,7 @@ OC.L10N.register( "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 ermöglicht es externen Diensten, Zugriff auf {instanceName} anzufordern.", "Name" : "Name", "Redirection URI" : "Weiterleitungs-URI", + "Client identifier" : "Client-Identifikationsmerkmal", "Delete client" : "Client löschen", "Make sure you store the secret key, it cannot be recovered." : "Bewahre den geheimen Schlüssel unbedingt auf, er kann nicht wiederhergestellt werden.", "Add client" : "Client hinzufügen", diff --git a/apps/oauth2/l10n/de.json b/apps/oauth2/l10n/de.json index ba447296314..431aa8eb3f3 100644 --- a/apps/oauth2/l10n/de.json +++ b/apps/oauth2/l10n/de.json @@ -11,6 +11,7 @@ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 ermöglicht es externen Diensten, Zugriff auf {instanceName} anzufordern.", "Name" : "Name", "Redirection URI" : "Weiterleitungs-URI", + "Client identifier" : "Client-Identifikationsmerkmal", "Delete client" : "Client löschen", "Make sure you store the secret key, it cannot be recovered." : "Bewahre den geheimen Schlüssel unbedingt auf, er kann nicht wiederhergestellt werden.", "Add client" : "Client hinzufügen", diff --git a/apps/oauth2/l10n/de_DE.js b/apps/oauth2/l10n/de_DE.js index ba641b9fd05..fec84a61ffe 100644 --- a/apps/oauth2/l10n/de_DE.js +++ b/apps/oauth2/l10n/de_DE.js @@ -13,6 +13,7 @@ OC.L10N.register( "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 ermöglicht es externen Diensten, Zugriff auf {instanceName} anzufordern.", "Name" : "Name", "Redirection URI" : "Weiterleitungs-URI", + "Client identifier" : "Client-Identifikationsmerkmal", "Delete client" : "Client löschen", "Make sure you store the secret key, it cannot be recovered." : "Bewahren Sie den geheimen Schlüssel unbedingt auf, er kann nicht wiederhergestellt werden.", "Add client" : "Client hinzufügen", diff --git a/apps/oauth2/l10n/de_DE.json b/apps/oauth2/l10n/de_DE.json index 1543f0cec62..63e9c63e02e 100644 --- a/apps/oauth2/l10n/de_DE.json +++ b/apps/oauth2/l10n/de_DE.json @@ -11,6 +11,7 @@ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 ermöglicht es externen Diensten, Zugriff auf {instanceName} anzufordern.", "Name" : "Name", "Redirection URI" : "Weiterleitungs-URI", + "Client identifier" : "Client-Identifikationsmerkmal", "Delete client" : "Client löschen", "Make sure you store the secret key, it cannot be recovered." : "Bewahren Sie den geheimen Schlüssel unbedingt auf, er kann nicht wiederhergestellt werden.", "Add client" : "Client hinzufügen", diff --git a/apps/oauth2/l10n/en_GB.js b/apps/oauth2/l10n/en_GB.js index b4342b102f9..e578720f076 100644 --- a/apps/oauth2/l10n/en_GB.js +++ b/apps/oauth2/l10n/en_GB.js @@ -13,6 +13,7 @@ OC.L10N.register( "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 allows external services to request access to {instanceName}.", "Name" : "Name", "Redirection URI" : "Redirection URI", + "Client identifier" : "Client identifier", "Delete client" : "Delete client", "Make sure you store the secret key, it cannot be recovered." : "Make sure you store the secret key, it cannot be recovered.", "Add client" : "Add client", diff --git a/apps/oauth2/l10n/en_GB.json b/apps/oauth2/l10n/en_GB.json index dc8c41bb0a6..b96bde68e1a 100644 --- a/apps/oauth2/l10n/en_GB.json +++ b/apps/oauth2/l10n/en_GB.json @@ -11,6 +11,7 @@ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 allows external services to request access to {instanceName}.", "Name" : "Name", "Redirection URI" : "Redirection URI", + "Client identifier" : "Client identifier", "Delete client" : "Delete client", "Make sure you store the secret key, it cannot be recovered." : "Make sure you store the secret key, it cannot be recovered.", "Add client" : "Add client", diff --git a/apps/oauth2/l10n/et_EE.js b/apps/oauth2/l10n/et_EE.js index 7c26515ebd5..7ab00c36052 100644 --- a/apps/oauth2/l10n/et_EE.js +++ b/apps/oauth2/l10n/et_EE.js @@ -13,11 +13,12 @@ OC.L10N.register( "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 võimaldab välisteenustel taotleda juurdepääsu {instanceName}ile", "Name" : "Nimi", "Redirection URI" : "Suunamise URI", + "Client identifier" : "Klienditunnus", "Delete client" : "Kustuta klient", "Make sure you store the secret key, it cannot be recovered." : "Salvesta salajane võti, seda ei saa taastada.", "Add client" : "Lisa klient", "Add" : "Lisa", - "Client Identifier" : "Kliendi identifikaator", + "Client Identifier" : "Klienditunnus", "Show client secret" : "Näita kliendi salakoodi", "Hide client secret" : "Peida kliendi salakood" }, diff --git a/apps/oauth2/l10n/et_EE.json b/apps/oauth2/l10n/et_EE.json index 6b25d379fca..42df1161799 100644 --- a/apps/oauth2/l10n/et_EE.json +++ b/apps/oauth2/l10n/et_EE.json @@ -11,11 +11,12 @@ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 võimaldab välisteenustel taotleda juurdepääsu {instanceName}ile", "Name" : "Nimi", "Redirection URI" : "Suunamise URI", + "Client identifier" : "Klienditunnus", "Delete client" : "Kustuta klient", "Make sure you store the secret key, it cannot be recovered." : "Salvesta salajane võti, seda ei saa taastada.", "Add client" : "Lisa klient", "Add" : "Lisa", - "Client Identifier" : "Kliendi identifikaator", + "Client Identifier" : "Klienditunnus", "Show client secret" : "Näita kliendi salakoodi", "Hide client secret" : "Peida kliendi salakood" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/oauth2/l10n/gl.js b/apps/oauth2/l10n/gl.js index b5e0875921b..02875ced141 100644 --- a/apps/oauth2/l10n/gl.js +++ b/apps/oauth2/l10n/gl.js @@ -13,6 +13,7 @@ OC.L10N.register( "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permítelle aos servizos externos solicitar acceso a {instanceName}.", "Name" : "Nome", "Redirection URI" : "URI de redireccionamento", + "Client identifier" : "Identificador do cliente", "Delete client" : "Eliminar cliente", "Make sure you store the secret key, it cannot be recovered." : "Asegúrese de gardar a chave secreta, non é posíbel recuperala.", "Add client" : "Engadir cliente", diff --git a/apps/oauth2/l10n/gl.json b/apps/oauth2/l10n/gl.json index e379fcc3af8..e94596ef96c 100644 --- a/apps/oauth2/l10n/gl.json +++ b/apps/oauth2/l10n/gl.json @@ -11,6 +11,7 @@ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permítelle aos servizos externos solicitar acceso a {instanceName}.", "Name" : "Nome", "Redirection URI" : "URI de redireccionamento", + "Client identifier" : "Identificador do cliente", "Delete client" : "Eliminar cliente", "Make sure you store the secret key, it cannot be recovered." : "Asegúrese de gardar a chave secreta, non é posíbel recuperala.", "Add client" : "Engadir cliente", diff --git a/apps/oauth2/l10n/tr.js b/apps/oauth2/l10n/tr.js index f642d08123d..b718febcd5c 100644 --- a/apps/oauth2/l10n/tr.js +++ b/apps/oauth2/l10n/tr.js @@ -13,6 +13,7 @@ OC.L10N.register( "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 dış hizmetlerin {instanceName} için erişim isteğinde bulunmasını sağlar.", "Name" : "Ad", "Redirection URI" : "Yönlendirme adresi", + "Client identifier" : "İstemci belirteci", "Delete client" : "İstemciyi sil", "Make sure you store the secret key, it cannot be recovered." : "Yeniden öğrenilemeyeceği için gizli anahtarı kaydettiğinizden emin olun.", "Add client" : "İstemci ekle", diff --git a/apps/oauth2/l10n/tr.json b/apps/oauth2/l10n/tr.json index 7b99d2d6869..536030cb687 100644 --- a/apps/oauth2/l10n/tr.json +++ b/apps/oauth2/l10n/tr.json @@ -11,6 +11,7 @@ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 dış hizmetlerin {instanceName} için erişim isteğinde bulunmasını sağlar.", "Name" : "Ad", "Redirection URI" : "Yönlendirme adresi", + "Client identifier" : "İstemci belirteci", "Delete client" : "İstemciyi sil", "Make sure you store the secret key, it cannot be recovered." : "Yeniden öğrenilemeyeceği için gizli anahtarı kaydettiğinizden emin olun.", "Add client" : "İstemci ekle", diff --git a/apps/oauth2/l10n/zh_HK.js b/apps/oauth2/l10n/zh_HK.js index e4a61bd9ad6..735cc44e90f 100644 --- a/apps/oauth2/l10n/zh_HK.js +++ b/apps/oauth2/l10n/zh_HK.js @@ -13,6 +13,7 @@ OC.L10N.register( "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 允許外部服務要求存取 {instanceName}。", "Name" : "名稱", "Redirection URI" : "重導向 URI", + "Client identifier" : "用戶識別", "Delete client" : "刪除客戶端", "Make sure you store the secret key, it cannot be recovered." : "請確保妥善保存密鑰,因為它無法復得。", "Add client" : "新增第三方應用程式", diff --git a/apps/oauth2/l10n/zh_HK.json b/apps/oauth2/l10n/zh_HK.json index dbc3715959b..0674f76ceb9 100644 --- a/apps/oauth2/l10n/zh_HK.json +++ b/apps/oauth2/l10n/zh_HK.json @@ -11,6 +11,7 @@ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 允許外部服務要求存取 {instanceName}。", "Name" : "名稱", "Redirection URI" : "重導向 URI", + "Client identifier" : "用戶識別", "Delete client" : "刪除客戶端", "Make sure you store the secret key, it cannot be recovered." : "請確保妥善保存密鑰,因為它無法復得。", "Add client" : "新增第三方應用程式", diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js index 8b0e703a529..87c7b8f2e27 100644 --- a/apps/settings/l10n/sk.js +++ b/apps/settings/l10n/sk.js @@ -94,6 +94,7 @@ OC.L10N.register( "Set your password" : "Nastavte si heslo", "Go to %s" : "Prejsť na %s", "Install Client" : "Inštalácia klienta", + "Logged in account must be a sub admin" : "Prihlásený účet musí byť subadministrátor", "Apps" : "Apky", "Personal" : "Osobné", "Administration" : "Administrácia", @@ -103,6 +104,7 @@ OC.L10N.register( "Administration privileges" : "Oprávnenia správcu", "Groupware" : "Groupware", "Overview" : "Prehľad", + "Quick presets" : "Rýchle predvoľby", "Basic settings" : "Základné nastavenia", "Sharing" : "Zdieľanie", "Availability" : "Dostupnosť", @@ -117,6 +119,7 @@ OC.L10N.register( "User's email account" : "Uživateľský e-mail účet", "System email account" : "Systémový e-mail účet", "Security & setup checks" : "Bezpečnosť a kontrola nastavení", + "Settings presets" : "Predvolené nastavenia", "Background jobs" : "Úlohy na pozadí", "Unlimited" : "Nelimitované", "Verifying" : "Overovanie", @@ -141,6 +144,8 @@ OC.L10N.register( "Integrity checker has been disabled. Integrity cannot be verified." : "Kontrola integrity bola zakázaná. Integrita nemôže byť overená.", "No altered files" : "Žiadne zmenené súbory", "Some files have not passed the integrity check. {link1} {link2}" : "Niektoré súbory neprešli kontrolou integrity. {link1} {link2}", + "List of invalid files…" : "Zoznam neplatných súborov…", + "Rescan…" : "Opätovné skenovanie…", "Cron errors" : "Chyby Cron-u", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Nebolo možné spustiť úlohu na pozadí pomocou CLI. Nasledujúce technické chyby sa môžu objaviť:\n%s", "The last cron job ran without errors." : "Posledný cron job prebehol bez chýb.", @@ -296,6 +301,8 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly. Please check manually." : "Nepodarilo sa skontrolovať, či váš webový server správne poskytuje bezpečnostné hlavičky. Skontrolujte to prosím manuálne.", "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Nepodarilo sa skontrolovať, či váš webový server správne poskytuje bezpečnostné hlavičky, nepodarilo sa požiadať o `%s`", "Your server is correctly configured to send security headers." : "Váš server je správne nakonfigurovaný pre poskytovanie bezpečnostných hlavičiek.", + "Configuration server ID" : "ID servera konfigurácie", + "Server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a server ID in your configuration." : "Identifikátor servera nie je nakonfigurovaný. Odporúča sa, ak vaša inštancia Nextcloud beží na viacerých PHP serveroch. Pridajte identifikátor servera do vašej konfigurácie.", "Database version" : "Verzia databázy", "MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Bola zistená verzia MariaDB 10.3, táto verzia je na konci životnosti a je podporovaná iba ako súčasť Ubuntu 20.04. Odporúča sa MariaDB >=%1$s a <=%2$s pre najlepší výkon, stabilitu a funkčnosť s touto verziou Nextcloud.", "MariaDB version \"%1$s\" detected. MariaDB >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Bola zistená verzia \"%1$s\" MariaDB. Odporúča sa MariaDB >=%2$s a <=%3$s pre najlepší výkon, stabilitu a funkčnosť s touto verziou Nextcloud.", diff --git a/apps/settings/l10n/sk.json b/apps/settings/l10n/sk.json index b5958534fc4..17f3f5491cc 100644 --- a/apps/settings/l10n/sk.json +++ b/apps/settings/l10n/sk.json @@ -92,6 +92,7 @@ "Set your password" : "Nastavte si heslo", "Go to %s" : "Prejsť na %s", "Install Client" : "Inštalácia klienta", + "Logged in account must be a sub admin" : "Prihlásený účet musí byť subadministrátor", "Apps" : "Apky", "Personal" : "Osobné", "Administration" : "Administrácia", @@ -101,6 +102,7 @@ "Administration privileges" : "Oprávnenia správcu", "Groupware" : "Groupware", "Overview" : "Prehľad", + "Quick presets" : "Rýchle predvoľby", "Basic settings" : "Základné nastavenia", "Sharing" : "Zdieľanie", "Availability" : "Dostupnosť", @@ -115,6 +117,7 @@ "User's email account" : "Uživateľský e-mail účet", "System email account" : "Systémový e-mail účet", "Security & setup checks" : "Bezpečnosť a kontrola nastavení", + "Settings presets" : "Predvolené nastavenia", "Background jobs" : "Úlohy na pozadí", "Unlimited" : "Nelimitované", "Verifying" : "Overovanie", @@ -139,6 +142,8 @@ "Integrity checker has been disabled. Integrity cannot be verified." : "Kontrola integrity bola zakázaná. Integrita nemôže byť overená.", "No altered files" : "Žiadne zmenené súbory", "Some files have not passed the integrity check. {link1} {link2}" : "Niektoré súbory neprešli kontrolou integrity. {link1} {link2}", + "List of invalid files…" : "Zoznam neplatných súborov…", + "Rescan…" : "Opätovné skenovanie…", "Cron errors" : "Chyby Cron-u", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Nebolo možné spustiť úlohu na pozadí pomocou CLI. Nasledujúce technické chyby sa môžu objaviť:\n%s", "The last cron job ran without errors." : "Posledný cron job prebehol bez chýb.", @@ -294,6 +299,8 @@ "Could not check that your web server serves security headers correctly. Please check manually." : "Nepodarilo sa skontrolovať, či váš webový server správne poskytuje bezpečnostné hlavičky. Skontrolujte to prosím manuálne.", "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Nepodarilo sa skontrolovať, či váš webový server správne poskytuje bezpečnostné hlavičky, nepodarilo sa požiadať o `%s`", "Your server is correctly configured to send security headers." : "Váš server je správne nakonfigurovaný pre poskytovanie bezpečnostných hlavičiek.", + "Configuration server ID" : "ID servera konfigurácie", + "Server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a server ID in your configuration." : "Identifikátor servera nie je nakonfigurovaný. Odporúča sa, ak vaša inštancia Nextcloud beží na viacerých PHP serveroch. Pridajte identifikátor servera do vašej konfigurácie.", "Database version" : "Verzia databázy", "MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Bola zistená verzia MariaDB 10.3, táto verzia je na konci životnosti a je podporovaná iba ako súčasť Ubuntu 20.04. Odporúča sa MariaDB >=%1$s a <=%2$s pre najlepší výkon, stabilitu a funkčnosť s touto verziou Nextcloud.", "MariaDB version \"%1$s\" detected. MariaDB >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Bola zistená verzia \"%1$s\" MariaDB. Odporúča sa MariaDB >=%2$s a <=%3$s pre najlepší výkon, stabilitu a funkčnosť s touto verziou Nextcloud.", diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js index aafeddcf52f..4e8719627a4 100644 --- a/apps/settings/l10n/uk.js +++ b/apps/settings/l10n/uk.js @@ -301,6 +301,7 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly. Please check manually." : "Не вдалося перевірити, чи правильно ваш веб-сервер обслуговує заголовки безпеки. Будь ласка, перевірте вручну.", "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Не вдалося перевірити, чи правильно ваш веб-сервер обслуговує заголовки безпеки, не вдалося виконати запит `%s`.", "Your server is correctly configured to send security headers." : "Ваш сервер правильно налаштовано для надсилання заголовків безпеки.", + "Configuration server ID" : "Налаштування ідентифікатора сервера", "Database version" : "Версія бази даних", "MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Виявлено MariaDB версії 10.3, ця версія застаріла і підтримується лише у складі Ubuntu 20.04. Рекомендується використовувати MariaDB >=%1$s та <=%2$s для кращої продуктивності, стабільності та функціональності з цією версією Nextcloud.", "MariaDB version \"%1$s\" detected. MariaDB >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Виявлено версію MariaDB \"%1$s\". Для кращої продуктивності, стабільності та функціональності цієї версії Nextcloud рекомендується використовувати MariaDB >=%2$s та <=%3$s.", diff --git a/apps/settings/l10n/uk.json b/apps/settings/l10n/uk.json index 5cc15e12ca5..1c33a85001b 100644 --- a/apps/settings/l10n/uk.json +++ b/apps/settings/l10n/uk.json @@ -299,6 +299,7 @@ "Could not check that your web server serves security headers correctly. Please check manually." : "Не вдалося перевірити, чи правильно ваш веб-сервер обслуговує заголовки безпеки. Будь ласка, перевірте вручну.", "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Не вдалося перевірити, чи правильно ваш веб-сервер обслуговує заголовки безпеки, не вдалося виконати запит `%s`.", "Your server is correctly configured to send security headers." : "Ваш сервер правильно налаштовано для надсилання заголовків безпеки.", + "Configuration server ID" : "Налаштування ідентифікатора сервера", "Database version" : "Версія бази даних", "MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Виявлено MariaDB версії 10.3, ця версія застаріла і підтримується лише у складі Ubuntu 20.04. Рекомендується використовувати MariaDB >=%1$s та <=%2$s для кращої продуктивності, стабільності та функціональності з цією версією Nextcloud.", "MariaDB version \"%1$s\" detected. MariaDB >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Виявлено версію MariaDB \"%1$s\". Для кращої продуктивності, стабільності та функціональності цієї версії Nextcloud рекомендується використовувати MariaDB >=%2$s та <=%3$s.", diff --git a/apps/systemtags/l10n/uk.js b/apps/systemtags/l10n/uk.js index c1549868e76..578c751c1ab 100644 --- a/apps/systemtags/l10n/uk.js +++ b/apps/systemtags/l10n/uk.js @@ -56,6 +56,7 @@ OC.L10N.register( "Failed to delete tag" : "Не вдалося вилучити мітку", "Create or edit tags" : "Створити чи редагувати мітки", "Search for a tag to edit" : "Пошук мітки для редагування", + "Collaborative tags …" : "Спільні мітки …", "No tags to select" : "Відсутні мітки для вибору", "Tag name" : "Назва мітки", "Tag level" : "Рівень мітки", @@ -63,6 +64,7 @@ OC.L10N.register( "Update" : "Оновити", "Delete" : "Вилучити", "Reset" : "Скидання", + "Loading …" : "Завантаження …", "_{tag1} will be set and {tag2} will be removed from 1 file._::_{tag1} will be set and {tag2} will be removed from {count} files._" : ["{tag1} буде встановлено та {tag2} буде видалено для 1 файлу.","{tag1} буде встановлено та {tag2} буде видалено для {count} файлів.","{tag1} буде встановлено та {tag2} буде видалено для {count} файлів.","{tag1} буде встановлено та {tag2} буде видалено для {count} файлів."], "_{tag} will be set to 1 file._::_{tag} will be set to {count} files._" : ["{tag} буде встановлено для 1 файлу.","{tag} буде встановлено для {count} файлів.","{tag} буде встановлено для {count} файлів.","{tag} буде встановлено для {count} файлів."], "_{tag} will be removed from 1 file._::_{tag} will be removed from {count} files._" : ["{tag} буде видалено з 1 файлу.","{tag} буде видалено з {count} файлів.","{tag} буде видалено з {count} файлів.","{tag} буде видалено з {count} файлів."], @@ -85,6 +87,7 @@ OC.L10N.register( "Failed to load tags" : "Не вдалося завантажити мітки", "Failed to select tag" : "Не вдалося вибрати мітку", "System admin disabled tag creation. You can only use existing ones." : "Системний адміністратор вимкнув створення тегів. Ви можете використовувати тільки наявні.", + "Loading collaborative tags …" : "Завантаження спільних міток …", "Search or create collaborative tags" : "Пошук або створення спільних міток", "No tags to select, type to create a new tag" : "Немає міток для вибору, почніть вводити, щоб додати нову мітку", "Unable to update setting" : "Не вдалося оновити налаштування", diff --git a/apps/systemtags/l10n/uk.json b/apps/systemtags/l10n/uk.json index 349372f5834..dc8d2bd21fc 100644 --- a/apps/systemtags/l10n/uk.json +++ b/apps/systemtags/l10n/uk.json @@ -54,6 +54,7 @@ "Failed to delete tag" : "Не вдалося вилучити мітку", "Create or edit tags" : "Створити чи редагувати мітки", "Search for a tag to edit" : "Пошук мітки для редагування", + "Collaborative tags …" : "Спільні мітки …", "No tags to select" : "Відсутні мітки для вибору", "Tag name" : "Назва мітки", "Tag level" : "Рівень мітки", @@ -61,6 +62,7 @@ "Update" : "Оновити", "Delete" : "Вилучити", "Reset" : "Скидання", + "Loading …" : "Завантаження …", "_{tag1} will be set and {tag2} will be removed from 1 file._::_{tag1} will be set and {tag2} will be removed from {count} files._" : ["{tag1} буде встановлено та {tag2} буде видалено для 1 файлу.","{tag1} буде встановлено та {tag2} буде видалено для {count} файлів.","{tag1} буде встановлено та {tag2} буде видалено для {count} файлів.","{tag1} буде встановлено та {tag2} буде видалено для {count} файлів."], "_{tag} will be set to 1 file._::_{tag} will be set to {count} files._" : ["{tag} буде встановлено для 1 файлу.","{tag} буде встановлено для {count} файлів.","{tag} буде встановлено для {count} файлів.","{tag} буде встановлено для {count} файлів."], "_{tag} will be removed from 1 file._::_{tag} will be removed from {count} files._" : ["{tag} буде видалено з 1 файлу.","{tag} буде видалено з {count} файлів.","{tag} буде видалено з {count} файлів.","{tag} буде видалено з {count} файлів."], @@ -83,6 +85,7 @@ "Failed to load tags" : "Не вдалося завантажити мітки", "Failed to select tag" : "Не вдалося вибрати мітку", "System admin disabled tag creation. You can only use existing ones." : "Системний адміністратор вимкнув створення тегів. Ви можете використовувати тільки наявні.", + "Loading collaborative tags …" : "Завантаження спільних міток …", "Search or create collaborative tags" : "Пошук або створення спільних міток", "No tags to select, type to create a new tag" : "Немає міток для вибору, почніть вводити, щоб додати нову мітку", "Unable to update setting" : "Не вдалося оновити налаштування", diff --git a/apps/twofactor_backupcodes/l10n/uk.js b/apps/twofactor_backupcodes/l10n/uk.js index a3b34b6ed37..9ec77535261 100644 --- a/apps/twofactor_backupcodes/l10n/uk.js +++ b/apps/twofactor_backupcodes/l10n/uk.js @@ -12,11 +12,13 @@ OC.L10N.register( "An error occurred while generating your backup codes" : "Помилка під час створення резервних кодів", "Backup codes have been generated. {used} of {total} codes have been used." : "Створено резервні коди. Ви вже використали {used} із {total} кодів.", "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "Це резервні коди. Будь ласка, збережіть їх та/або надрукуйте, оскільки вони подалі будуть недоступні.", + "List of backup codes" : "Перелік резервних кодів", "Regenerate backup codes" : "Перестворити резервні коди", "Print backup codes" : "Друк резервних кодів", "Save backup codes" : "Зберегти резервні коди", "If you regenerate backup codes, you automatically invalidate old codes." : "Після повторного створення резервних кодів попередні автоматично стануть недійсними", "{name} backup codes" : "Резервні коди {name}", + "Unable to open a new tab for printing" : "Не вдалося відкрити нову вкладку для друку", "Use one of the backup codes you saved when setting up two-factor authentication." : "Скористайтеся одним з резервних кодів, які ви зберегли під час встановлення двофакторної авторизації.", "Submit" : "Гаразд" }, diff --git a/apps/twofactor_backupcodes/l10n/uk.json b/apps/twofactor_backupcodes/l10n/uk.json index 6ab5b78833f..165b70c2848 100644 --- a/apps/twofactor_backupcodes/l10n/uk.json +++ b/apps/twofactor_backupcodes/l10n/uk.json @@ -10,11 +10,13 @@ "An error occurred while generating your backup codes" : "Помилка під час створення резервних кодів", "Backup codes have been generated. {used} of {total} codes have been used." : "Створено резервні коди. Ви вже використали {used} із {total} кодів.", "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "Це резервні коди. Будь ласка, збережіть їх та/або надрукуйте, оскільки вони подалі будуть недоступні.", + "List of backup codes" : "Перелік резервних кодів", "Regenerate backup codes" : "Перестворити резервні коди", "Print backup codes" : "Друк резервних кодів", "Save backup codes" : "Зберегти резервні коди", "If you regenerate backup codes, you automatically invalidate old codes." : "Після повторного створення резервних кодів попередні автоматично стануть недійсними", "{name} backup codes" : "Резервні коди {name}", + "Unable to open a new tab for printing" : "Не вдалося відкрити нову вкладку для друку", "Use one of the backup codes you saved when setting up two-factor authentication." : "Скористайтеся одним з резервних кодів, які ви зберегли під час встановлення двофакторної авторизації.", "Submit" : "Гаразд" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" diff --git a/core/l10n/de.js b/core/l10n/de.js index d173cea341d..416ac2f4b3e 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -248,7 +248,7 @@ OC.L10N.register( "Results" : "Ergebnisse", "Load more results" : "Weitere Ergebnisse laden", "Search in" : "Suche in", - "Partial matches" : "Teiltreffer", + "Partial matches" : "Teilübereinstimmungen", "Log in" : "Anmelden", "Logging in …" : "Melde an …", "Log in to {productName}" : "Anmelden bei {productName}", diff --git a/core/l10n/de.json b/core/l10n/de.json index ddd3dd44d0f..c9e6a449046 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -246,7 +246,7 @@ "Results" : "Ergebnisse", "Load more results" : "Weitere Ergebnisse laden", "Search in" : "Suche in", - "Partial matches" : "Teiltreffer", + "Partial matches" : "Teilübereinstimmungen", "Log in" : "Anmelden", "Logging in …" : "Melde an …", "Log in to {productName}" : "Anmelden bei {productName}", diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 54aeef5f530..34619a636c7 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -248,7 +248,7 @@ OC.L10N.register( "Results" : "Ergebnisse", "Load more results" : "Weitere Ergebnisse laden", "Search in" : "Suche in", - "Partial matches" : "Teiltreffer", + "Partial matches" : "Teilübereinstimmungen", "Log in" : "Anmelden", "Logging in …" : "Melde an  …", "Log in to {productName}" : "Anmelden bei {productName}", diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index c09621c8387..4a499ca56c6 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -246,7 +246,7 @@ "Results" : "Ergebnisse", "Load more results" : "Weitere Ergebnisse laden", "Search in" : "Suche in", - "Partial matches" : "Teiltreffer", + "Partial matches" : "Teilübereinstimmungen", "Log in" : "Anmelden", "Logging in …" : "Melde an  …", "Log in to {productName}" : "Anmelden bei {productName}", diff --git a/core/l10n/uk.js b/core/l10n/uk.js index 701e25416c7..04980b69777 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -42,6 +42,7 @@ OC.L10N.register( "Not found" : "Не знайдено", "Node is locked" : "Вузол заблоковано", "Bad request" : "Хибний запит", + "Input text is too long" : "Введений текст задовгий", "Requested task type does not exist" : "Запитаний вид завдання відсутній", "Necessary language model provider is not available" : "Постачальний потрібної мовної моделі недоступний", "No text to image provider is available" : "Відсутній постачальник конвертування тексту у зображення", @@ -247,6 +248,7 @@ OC.L10N.register( "Results" : "Результат", "Load more results" : "Завантажити більше результатів", "Search in" : "Шукати у", + "Partial matches" : "Частковий збіг", "Log in" : "Увійти", "Logging in …" : "Вхід в систему ...", "Log in to {productName}" : "Увійдіть до {productName}", @@ -262,6 +264,7 @@ OC.L10N.register( "An internal error occurred." : "Виникла внутрішня помилка.", "Please try again or contact your administrator." : "Будь ласка, спробуйте ще раз або зверніться до адміністратора.", "Password" : "Пароль", + "Remember me" : "Запам'ятати мене", "Log in with a device" : "Увійти за допомогою пристрою", "Login or email" : "Ім'я облікового запису або адреса ел.пошти", "Your account is not setup for passwordless login." : "Ваш обліковий запис не налаштовано на безпарольний вхід.", diff --git a/core/l10n/uk.json b/core/l10n/uk.json index daea1ca9c4c..35c6f917531 100644 --- a/core/l10n/uk.json +++ b/core/l10n/uk.json @@ -40,6 +40,7 @@ "Not found" : "Не знайдено", "Node is locked" : "Вузол заблоковано", "Bad request" : "Хибний запит", + "Input text is too long" : "Введений текст задовгий", "Requested task type does not exist" : "Запитаний вид завдання відсутній", "Necessary language model provider is not available" : "Постачальний потрібної мовної моделі недоступний", "No text to image provider is available" : "Відсутній постачальник конвертування тексту у зображення", @@ -245,6 +246,7 @@ "Results" : "Результат", "Load more results" : "Завантажити більше результатів", "Search in" : "Шукати у", + "Partial matches" : "Частковий збіг", "Log in" : "Увійти", "Logging in …" : "Вхід в систему ...", "Log in to {productName}" : "Увійдіть до {productName}", @@ -260,6 +262,7 @@ "An internal error occurred." : "Виникла внутрішня помилка.", "Please try again or contact your administrator." : "Будь ласка, спробуйте ще раз або зверніться до адміністратора.", "Password" : "Пароль", + "Remember me" : "Запам'ятати мене", "Log in with a device" : "Увійти за допомогою пристрою", "Login or email" : "Ім'я облікового запису або адреса ел.пошти", "Your account is not setup for passwordless login." : "Ваш обліковий запис не налаштовано на безпарольний вхід.", diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js index 2c235cbbef2..59abedcb64f 100644 --- a/lib/l10n/uk.js +++ b/lib/l10n/uk.js @@ -160,6 +160,7 @@ OC.L10N.register( "Oracle connection could not be established" : "Не можемо з'єднатися з Oracle ", "Oracle Login and/or password not valid" : "Ім'я користувача та/або пароль Oracle не дійсні", "PostgreSQL Login and/or password not valid" : "Ім'я користувача та/або пароль PostgreSQL не дійсні", + "macOS is not supported and %s will not work properly on this platform." : "macOS не підтримується, %s не працюватиме коректно на цій платформі.", "For the best results, please consider using a GNU/Linux server instead." : "Для кращих результатів розгляньте можливість використання GNU/Linux серверу", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Ймовірно, що сервер %s працює в 32-бітному PHP середовищі і open_basedir повинен бути налаштований в php.ini. Це призведе до проблем з файлами більше 4 ГБ і це дуже не рекомендується.", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Будь ласка, вилучіть параметр open_basedir у вашому php.ini або перейдіть на 64-бітний PHP.", diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json index a01c7b54df0..04544b09e95 100644 --- a/lib/l10n/uk.json +++ b/lib/l10n/uk.json @@ -158,6 +158,7 @@ "Oracle connection could not be established" : "Не можемо з'єднатися з Oracle ", "Oracle Login and/or password not valid" : "Ім'я користувача та/або пароль Oracle не дійсні", "PostgreSQL Login and/or password not valid" : "Ім'я користувача та/або пароль PostgreSQL не дійсні", + "macOS is not supported and %s will not work properly on this platform." : "macOS не підтримується, %s не працюватиме коректно на цій платформі.", "For the best results, please consider using a GNU/Linux server instead." : "Для кращих результатів розгляньте можливість використання GNU/Linux серверу", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Ймовірно, що сервер %s працює в 32-бітному PHP середовищі і open_basedir повинен бути налаштований в php.ini. Це призведе до проблем з файлами більше 4 ГБ і це дуже не рекомендується.", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Будь ласка, вилучіть параметр open_basedir у вашому php.ini або перейдіть на 64-бітний PHP.",