diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-28 00:28:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-28 00:28:36 +0000 |
commit | 4f222b9fbaab04fe92f3f0ae6c8da05c824b4050 (patch) | |
tree | 75210eeee435c438c1e3dc8901d5b2d51e6f5f37 /apps/settings | |
parent | 443d15bac3bd4f2ab200eb0e5580e1f390f995eb (diff) | |
download | nextcloud-server-4f222b9fbaab04fe92f3f0ae6c8da05c824b4050.tar.gz nextcloud-server-4f222b9fbaab04fe92f3f0ae6c8da05c824b4050.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings')
-rw-r--r-- | apps/settings/l10n/cs.js | 5 | ||||
-rw-r--r-- | apps/settings/l10n/cs.json | 5 | ||||
-rw-r--r-- | apps/settings/l10n/de_DE.js | 5 | ||||
-rw-r--r-- | apps/settings/l10n/de_DE.json | 5 | ||||
-rw-r--r-- | apps/settings/l10n/en_GB.js | 5 | ||||
-rw-r--r-- | apps/settings/l10n/en_GB.json | 5 | ||||
-rw-r--r-- | apps/settings/l10n/hu.js | 1 | ||||
-rw-r--r-- | apps/settings/l10n/hu.json | 1 | ||||
-rw-r--r-- | apps/settings/l10n/it.js | 6 | ||||
-rw-r--r-- | apps/settings/l10n/it.json | 6 | ||||
-rw-r--r-- | apps/settings/l10n/sk.js | 1 | ||||
-rw-r--r-- | apps/settings/l10n/sk.json | 1 | ||||
-rw-r--r-- | apps/settings/l10n/sr.js | 5 | ||||
-rw-r--r-- | apps/settings/l10n/sr.json | 5 | ||||
-rw-r--r-- | apps/settings/l10n/tr.js | 5 | ||||
-rw-r--r-- | apps/settings/l10n/tr.json | 5 | ||||
-rw-r--r-- | apps/settings/l10n/uk.js | 39 | ||||
-rw-r--r-- | apps/settings/l10n/uk.json | 39 | ||||
-rw-r--r-- | apps/settings/l10n/zh_HK.js | 5 | ||||
-rw-r--r-- | apps/settings/l10n/zh_HK.json | 5 | ||||
-rw-r--r-- | apps/settings/l10n/zh_TW.js | 5 | ||||
-rw-r--r-- | apps/settings/l10n/zh_TW.json | 5 |
22 files changed, 160 insertions, 4 deletions
diff --git a/apps/settings/l10n/cs.js b/apps/settings/l10n/cs.js index e812cac9856..91bde2a6b0a 100644 --- a/apps/settings/l10n/cs.js +++ b/apps/settings/l10n/cs.js @@ -152,6 +152,9 @@ OC.L10N.register( "The old server-side-encryption format is enabled. We recommend disabling this." : "Je zapnutý starý formát šifrování na straně serveru. Je doporučeno toto vypnout.", "Checking for PHP default charset" : "Zjišťování výchozí znakové sady PHP", "PHP configuration option default_charset should be UTF-8" : "Volba nastavení PHP default_charset by měla být UTF-8", + "PHP modules" : "PHP moduly", + "This instance is missing some required PHP modules. It is required to install them: %s" : "Tato instance postrádá některé potřebné PHP moduly. Je třeba je nainstalovat: %s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "Této instanci chybí některé doporučené moduly pro PHP. V zájmu lepšího výkonu a kompatibility, je důrazně doporučeno je nainstalovat: %s", "Checking for PHP version" : "Zjišťování verze PHP", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Nyní provozujete na PHP %s. Od Nextcloud 27 je PHP 8.0 už označeno jako zastaralé. Nextcloud 28 pak už může vyžadovat alespoň PHP 8.1. Co možná nejdříve přejděte na některou z oficiálně podporovaných verzí PHP, poskytovaných PHP Group.", "You are currently running PHP %s." : "Nyní provozujete na PHP %s.", @@ -173,6 +176,8 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Převod řeči na text je možné implementovat různými aplikacemi. Zde je možné nastavit, která z nich má být používána.", "None of your currently installed apps provide Speech-To-Text functionality" : "Žádná z v tuto chvíli nainstalovaných aplikací neposkytuje funkci převodu řeči na text", "Image generation" : "Vytváření obrázků", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Vytváření obrázků je možné implementovat různými aplikacemi. Zde je možné nastavit, která z nich má být používána.", + "None of your currently installed apps provide image generation functionality" : "Žádná z v tuto chvíli nainstalovaných aplikací neposkytuje funkci vytváření obrázků", "Text processing" : "Zpracování textu", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Úlohy zpracovávání textu je možné implementovat různými aplikacemi. Zde je možné nastavit, která z nich má být používána který typ úlohy.", "Task:" : "Úloha:", diff --git a/apps/settings/l10n/cs.json b/apps/settings/l10n/cs.json index e327e9372c9..63a9e5174f8 100644 --- a/apps/settings/l10n/cs.json +++ b/apps/settings/l10n/cs.json @@ -150,6 +150,9 @@ "The old server-side-encryption format is enabled. We recommend disabling this." : "Je zapnutý starý formát šifrování na straně serveru. Je doporučeno toto vypnout.", "Checking for PHP default charset" : "Zjišťování výchozí znakové sady PHP", "PHP configuration option default_charset should be UTF-8" : "Volba nastavení PHP default_charset by měla být UTF-8", + "PHP modules" : "PHP moduly", + "This instance is missing some required PHP modules. It is required to install them: %s" : "Tato instance postrádá některé potřebné PHP moduly. Je třeba je nainstalovat: %s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "Této instanci chybí některé doporučené moduly pro PHP. V zájmu lepšího výkonu a kompatibility, je důrazně doporučeno je nainstalovat: %s", "Checking for PHP version" : "Zjišťování verze PHP", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Nyní provozujete na PHP %s. Od Nextcloud 27 je PHP 8.0 už označeno jako zastaralé. Nextcloud 28 pak už může vyžadovat alespoň PHP 8.1. Co možná nejdříve přejděte na některou z oficiálně podporovaných verzí PHP, poskytovaných PHP Group.", "You are currently running PHP %s." : "Nyní provozujete na PHP %s.", @@ -171,6 +174,8 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Převod řeči na text je možné implementovat různými aplikacemi. Zde je možné nastavit, která z nich má být používána.", "None of your currently installed apps provide Speech-To-Text functionality" : "Žádná z v tuto chvíli nainstalovaných aplikací neposkytuje funkci převodu řeči na text", "Image generation" : "Vytváření obrázků", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Vytváření obrázků je možné implementovat různými aplikacemi. Zde je možné nastavit, která z nich má být používána.", + "None of your currently installed apps provide image generation functionality" : "Žádná z v tuto chvíli nainstalovaných aplikací neposkytuje funkci vytváření obrázků", "Text processing" : "Zpracování textu", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Úlohy zpracovávání textu je možné implementovat různými aplikacemi. Zde je možné nastavit, která z nich má být používána který typ úlohy.", "Task:" : "Úloha:", diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index faade1129a0..4ffe16f15d1 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -152,6 +152,9 @@ OC.L10N.register( "The old server-side-encryption format is enabled. We recommend disabling this." : "Das alte serverseitige Verschlüsselungsformat ist aktiviert. Wir empfehlen, es zu deaktivieren.", "Checking for PHP default charset" : "Suche nach PHP-Standardzeichensatz", "PHP configuration option default_charset should be UTF-8" : "Die PHP-Konfigurationsoption default_charset sollte UTF-8 sein", + "PHP modules" : "PHP-Module", + "This instance is missing some required PHP modules. It is required to install them: %s" : "Dieser Instanz fehlen einige erforderliche PHP-Module. Für die Installation ist Folgendes erforderlich: %s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "In dieser Instanz fehlen einige empfohlene PHP-Module. Für eine verbesserte Leistung und bessere Kompatibilität wird dringend empfohlen, sie zu installieren: %s", "Checking for PHP version" : "Suche nach PHP-Version", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Sie verwenden derzeit PHP %s. PHP 8.0 ist ab Nextcloud 27 veraltet. Nextcloud 28 erfordert möglicherweise mindestens PHP 8.1. Bitte aktualisieren Sie so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP Gruppe.", "You are currently running PHP %s." : "Sie benutzen aktuell PHP %s.", @@ -173,6 +176,8 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Sprache-zu-Text kann mittels verschiedener Apps implementiert werden. Hier können Sie einstellen, welche App verwendet werden soll.", "None of your currently installed apps provide Speech-To-Text functionality" : "Keine Ihrer derzeit installierten Apps bietet Sprache-zu-Text-Funktionalität", "Image generation" : "Bilderstellung", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Die Bilderstellung kann durch verschiedene Apps implementiert werden. Hier können Sie einstellen, welche App verwendet werden soll.", + "None of your currently installed apps provide image generation functionality" : "Keine Ihrer derzeit installierten Apps bietet Funktionen zur Bilderstellung", "Text processing" : "Textverarbeitung", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Textverarbeitungsaufgaben können mittels verschiedener Apps umgesetzt werden. Hier können Sie einstellen, welche App für welche Aufgabe verwendet werden soll.", "Task:" : "Aufgaben:", diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json index 4e959da6070..2dff35ef7a3 100644 --- a/apps/settings/l10n/de_DE.json +++ b/apps/settings/l10n/de_DE.json @@ -150,6 +150,9 @@ "The old server-side-encryption format is enabled. We recommend disabling this." : "Das alte serverseitige Verschlüsselungsformat ist aktiviert. Wir empfehlen, es zu deaktivieren.", "Checking for PHP default charset" : "Suche nach PHP-Standardzeichensatz", "PHP configuration option default_charset should be UTF-8" : "Die PHP-Konfigurationsoption default_charset sollte UTF-8 sein", + "PHP modules" : "PHP-Module", + "This instance is missing some required PHP modules. It is required to install them: %s" : "Dieser Instanz fehlen einige erforderliche PHP-Module. Für die Installation ist Folgendes erforderlich: %s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "In dieser Instanz fehlen einige empfohlene PHP-Module. Für eine verbesserte Leistung und bessere Kompatibilität wird dringend empfohlen, sie zu installieren: %s", "Checking for PHP version" : "Suche nach PHP-Version", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Sie verwenden derzeit PHP %s. PHP 8.0 ist ab Nextcloud 27 veraltet. Nextcloud 28 erfordert möglicherweise mindestens PHP 8.1. Bitte aktualisieren Sie so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP Gruppe.", "You are currently running PHP %s." : "Sie benutzen aktuell PHP %s.", @@ -171,6 +174,8 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Sprache-zu-Text kann mittels verschiedener Apps implementiert werden. Hier können Sie einstellen, welche App verwendet werden soll.", "None of your currently installed apps provide Speech-To-Text functionality" : "Keine Ihrer derzeit installierten Apps bietet Sprache-zu-Text-Funktionalität", "Image generation" : "Bilderstellung", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Die Bilderstellung kann durch verschiedene Apps implementiert werden. Hier können Sie einstellen, welche App verwendet werden soll.", + "None of your currently installed apps provide image generation functionality" : "Keine Ihrer derzeit installierten Apps bietet Funktionen zur Bilderstellung", "Text processing" : "Textverarbeitung", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Textverarbeitungsaufgaben können mittels verschiedener Apps umgesetzt werden. Hier können Sie einstellen, welche App für welche Aufgabe verwendet werden soll.", "Task:" : "Aufgaben:", diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index 2c439dbbb2b..402caa03b33 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -152,6 +152,9 @@ OC.L10N.register( "The old server-side-encryption format is enabled. We recommend disabling this." : "The old server-side-encryption format is enabled. We recommend disabling this.", "Checking for PHP default charset" : "Checking for PHP default charset", "PHP configuration option default_charset should be UTF-8" : "PHP configuration option default_charset should be UTF-8", + "PHP modules" : "PHP modules", + "This instance is missing some required PHP modules. It is required to install them: %s" : "This instance is missing some required PHP modules. It is required to install them: %s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s", "Checking for PHP version" : "Checking for PHP version", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible.", "You are currently running PHP %s." : "You are currently running PHP %s.", @@ -173,6 +176,8 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text can be implemented by different apps. Here you can set which app should be used.", "None of your currently installed apps provide Speech-To-Text functionality" : "None of your currently installed apps provide Speech-To-Text functionality", "Image generation" : "Image generation", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Image generation can be implemented by different apps. Here you can set which app should be used.", + "None of your currently installed apps provide image generation functionality" : "None of your currently installed apps provide image generation functionality", "Text processing" : "Text processing", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task.", "Task:" : "Task:", diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index bbad3ac08f4..8381ab2b7bd 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -150,6 +150,9 @@ "The old server-side-encryption format is enabled. We recommend disabling this." : "The old server-side-encryption format is enabled. We recommend disabling this.", "Checking for PHP default charset" : "Checking for PHP default charset", "PHP configuration option default_charset should be UTF-8" : "PHP configuration option default_charset should be UTF-8", + "PHP modules" : "PHP modules", + "This instance is missing some required PHP modules. It is required to install them: %s" : "This instance is missing some required PHP modules. It is required to install them: %s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s", "Checking for PHP version" : "Checking for PHP version", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible.", "You are currently running PHP %s." : "You are currently running PHP %s.", @@ -171,6 +174,8 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text can be implemented by different apps. Here you can set which app should be used.", "None of your currently installed apps provide Speech-To-Text functionality" : "None of your currently installed apps provide Speech-To-Text functionality", "Image generation" : "Image generation", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Image generation can be implemented by different apps. Here you can set which app should be used.", + "None of your currently installed apps provide image generation functionality" : "None of your currently installed apps provide image generation functionality", "Text processing" : "Text processing", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task.", "Task:" : "Task:", diff --git a/apps/settings/l10n/hu.js b/apps/settings/l10n/hu.js index 165de9f9a0e..5bfe3aff9e0 100644 --- a/apps/settings/l10n/hu.js +++ b/apps/settings/l10n/hu.js @@ -152,6 +152,7 @@ OC.L10N.register( "The old server-side-encryption format is enabled. We recommend disabling this." : "A régi kiszolgálóoldali titkosítási formátum engedélyezett. Javasoljuk ennek letiltását.", "Checking for PHP default charset" : "Alapértelmezett PHP karakterkészlet ellenőrzése", "PHP configuration option default_charset should be UTF-8" : "A PHP konfigurációs beállítása default_charset UTF-8 legyen", + "PHP modules" : "PHP modulok", "Checking for PHP version" : "PHP verzió ellenőrzése", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "A jelenlegi PHP verzió PHP %s. A PHP 8.0 már elavult a Nextcloud 27-ben. A Nextcloud 28-hoz legalább PHP 8.1 szükséges. Frissítsen az egyik hivatalosan támogatott PHP verzióra, melyet a PHP Group biztosít.", "You are currently running PHP %s." : "A jelenlegi PHP verzió: %s.", diff --git a/apps/settings/l10n/hu.json b/apps/settings/l10n/hu.json index e626c03f236..82037c0cb93 100644 --- a/apps/settings/l10n/hu.json +++ b/apps/settings/l10n/hu.json @@ -150,6 +150,7 @@ "The old server-side-encryption format is enabled. We recommend disabling this." : "A régi kiszolgálóoldali titkosítási formátum engedélyezett. Javasoljuk ennek letiltását.", "Checking for PHP default charset" : "Alapértelmezett PHP karakterkészlet ellenőrzése", "PHP configuration option default_charset should be UTF-8" : "A PHP konfigurációs beállítása default_charset UTF-8 legyen", + "PHP modules" : "PHP modulok", "Checking for PHP version" : "PHP verzió ellenőrzése", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "A jelenlegi PHP verzió PHP %s. A PHP 8.0 már elavult a Nextcloud 27-ben. A Nextcloud 28-hoz legalább PHP 8.1 szükséges. Frissítsen az egyik hivatalosan támogatott PHP verzióra, melyet a PHP Group biztosít.", "You are currently running PHP %s." : "A jelenlegi PHP verzió: %s.", diff --git a/apps/settings/l10n/it.js b/apps/settings/l10n/it.js index 7ece8445b94..e5bb8bc85a1 100644 --- a/apps/settings/l10n/it.js +++ b/apps/settings/l10n/it.js @@ -140,10 +140,16 @@ OC.L10N.register( "Reshare" : "Ri-condividi", "Unlimited" : "Illimitata", "Verifying" : "Verifica", + "Checking for old user imported certificate" : "Controllo di certificati vecchi importati dall'utente", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "È in sospeso un processo in background che controlla i certificati SSL importati dall'utente. Controlla più tardi.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Sono presenti alcuni certificati SSL importati dagli utenti, che non vengono più utilizzati con Nextcloud 21. Possono essere importati dalla riga di comando tramite il comando \"occ security:certificates:import\". I loro percorsi all'interno della cartella dei dati sono mostrati di seguito.", + "Checking for default phone region" : "Controllo della regione telefonica predefinita", + "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "La tua installazione non ha una regione telefonica predefinita impostata. Ciò è necessario per poter convalidare i numeri di telefono nelle impostazioni del profilo senza un codice nazionale. Per consentire i numeri senza un codice nazionale, aggiungi \"default_phone_region\" con il rispettivo codice ISO 3166-1 della regione desiderata al file di configurazione.", + "Internet connectivity" : "Connessione internet", + "Internet connectivity is disabled in configuration file." : "La connessione internet è disattivata nel file di configurazione.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Questo server non ha una connessione a Internet funzionante: diversi dispositivi finali non sono raggiungibili. Ciò significa che alcune delle funzionalità come il montaggio di archivi esterni, le notifiche degli aggiornamenti o l'installazione di applicazioni di terze parti non funzioneranno. Anche l'accesso remoto ai file e l'invio di email di notifica potrebbero non funzionare. Attiva la connessione a Internet del server se desideri disporre di tutte le funzionalità.", "The old server-side-encryption format is enabled. We recommend disabling this." : "Il vecchio formato di cifratura lato server è abilitato. Ti consigliamo di disabilitarlo.", + "Checking for PHP default charset" : "Controllo del set di caratteri predefinito di PHP", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configurazione di sola lettura è stata abilitata. Ciò impedisce l'impostazione di alcune configurazioni tramite l'interfaccia web. Inoltre, i file devono essere resi scrivibili manualmente per ogni aggiornamento.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MariaDB. Nextcloud 21 e successivi non supportano questa versione e richiedono MariaDB 10.2 o successivi.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MySQL. Nextcloud 21 e successivi non supportano questa versione e richiedono MySQL 8.0 o MariaDB 10.2 o successivi.", diff --git a/apps/settings/l10n/it.json b/apps/settings/l10n/it.json index 267e2a5e6b8..f650c100c4e 100644 --- a/apps/settings/l10n/it.json +++ b/apps/settings/l10n/it.json @@ -138,10 +138,16 @@ "Reshare" : "Ri-condividi", "Unlimited" : "Illimitata", "Verifying" : "Verifica", + "Checking for old user imported certificate" : "Controllo di certificati vecchi importati dall'utente", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "È in sospeso un processo in background che controlla i certificati SSL importati dall'utente. Controlla più tardi.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Sono presenti alcuni certificati SSL importati dagli utenti, che non vengono più utilizzati con Nextcloud 21. Possono essere importati dalla riga di comando tramite il comando \"occ security:certificates:import\". I loro percorsi all'interno della cartella dei dati sono mostrati di seguito.", + "Checking for default phone region" : "Controllo della regione telefonica predefinita", + "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "La tua installazione non ha una regione telefonica predefinita impostata. Ciò è necessario per poter convalidare i numeri di telefono nelle impostazioni del profilo senza un codice nazionale. Per consentire i numeri senza un codice nazionale, aggiungi \"default_phone_region\" con il rispettivo codice ISO 3166-1 della regione desiderata al file di configurazione.", + "Internet connectivity" : "Connessione internet", + "Internet connectivity is disabled in configuration file." : "La connessione internet è disattivata nel file di configurazione.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Questo server non ha una connessione a Internet funzionante: diversi dispositivi finali non sono raggiungibili. Ciò significa che alcune delle funzionalità come il montaggio di archivi esterni, le notifiche degli aggiornamenti o l'installazione di applicazioni di terze parti non funzioneranno. Anche l'accesso remoto ai file e l'invio di email di notifica potrebbero non funzionare. Attiva la connessione a Internet del server se desideri disporre di tutte le funzionalità.", "The old server-side-encryption format is enabled. We recommend disabling this." : "Il vecchio formato di cifratura lato server è abilitato. Ti consigliamo di disabilitarlo.", + "Checking for PHP default charset" : "Controllo del set di caratteri predefinito di PHP", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configurazione di sola lettura è stata abilitata. Ciò impedisce l'impostazione di alcune configurazioni tramite l'interfaccia web. Inoltre, i file devono essere resi scrivibili manualmente per ogni aggiornamento.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MariaDB. Nextcloud 21 e successivi non supportano questa versione e richiedono MariaDB 10.2 o successivi.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MySQL. Nextcloud 21 e successivi non supportano questa versione e richiedono MySQL 8.0 o MariaDB 10.2 o successivi.", diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js index 384b3ebc156..f23120f62e2 100644 --- a/apps/settings/l10n/sk.js +++ b/apps/settings/l10n/sk.js @@ -367,6 +367,7 @@ OC.L10N.register( "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "V prípade straty zariadenia alebo napr. odchodu z firmy to môže na daľku vymazať údaje Nextcloud zo všetkých zariadení priradených k {userid}. Funguje iba vtedy, ak sú zariadenia pripojené k internetu.", "Remote wipe of devices" : "Vymazať obsah zariadení na diaľku", "Wipe {userid}'s devices" : "Vymazať obsah zariadení {userid}", + "Failed to update user manager" : "Nepodarilo sa aktualizovať správcu používateľov", "Fully delete {userid}'s account including all their personal files, app data, etc." : "Úplne odstráiť účet používateľa {userid} vrátane všetkých osobných súborov, údajov aplikácií atď.", "Account deletion" : "Zmazanie účtu", "Delete {userid}'s account" : "Vymazať účet {userid}", diff --git a/apps/settings/l10n/sk.json b/apps/settings/l10n/sk.json index b7abb079f38..032620cd52c 100644 --- a/apps/settings/l10n/sk.json +++ b/apps/settings/l10n/sk.json @@ -365,6 +365,7 @@ "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "V prípade straty zariadenia alebo napr. odchodu z firmy to môže na daľku vymazať údaje Nextcloud zo všetkých zariadení priradených k {userid}. Funguje iba vtedy, ak sú zariadenia pripojené k internetu.", "Remote wipe of devices" : "Vymazať obsah zariadení na diaľku", "Wipe {userid}'s devices" : "Vymazať obsah zariadení {userid}", + "Failed to update user manager" : "Nepodarilo sa aktualizovať správcu používateľov", "Fully delete {userid}'s account including all their personal files, app data, etc." : "Úplne odstráiť účet používateľa {userid} vrátane všetkých osobných súborov, údajov aplikácií atď.", "Account deletion" : "Zmazanie účtu", "Delete {userid}'s account" : "Vymazať účet {userid}", diff --git a/apps/settings/l10n/sr.js b/apps/settings/l10n/sr.js index 8538a3771ec..71686c02f45 100644 --- a/apps/settings/l10n/sr.js +++ b/apps/settings/l10n/sr.js @@ -152,6 +152,9 @@ OC.L10N.register( "The old server-side-encryption format is enabled. We recommend disabling this." : "Укључен је стари формат шифровања на серверској страни. Препоручујемо да га искључите.", "Checking for PHP default charset" : "Проверава се продразумевани PHP скуп карактера", "PHP configuration option default_charset should be UTF-8" : "PHP кофигурациона опција option default_charset би требало да има вредност UTF-8", + "PHP modules" : "PHP модули", + "This instance is missing some required PHP modules. It is required to install them: %s" : "Овој инстанци недостају неки неопходни PHP модули. Потребно је да се инсталирају: %s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "Овој инстанци недостају неки препоручени PHP модули. Препоручује се да их инсталирате због побољшања перформанси и за бољу компатибилност: %s", "Checking for PHP version" : "Проверава се PHP верзија", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Тренутно изврешавате %s. PHP 8.0 је сада застарео у Nextcloud 27. Nextcloud 28 може да захтева барем PHP 8.1. Молимо вас да што је пре могуће извршите ажурирање на једну од званично подржаних PHP верзија које обезбеђује PHP Група.", "You are currently running PHP %s." : "Тренутно се извршава PHP %s.", @@ -173,6 +176,8 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Говор-у-текст могу да имплементирају разне апликације. Овде можете да подесите која ће се користити.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ниједна од ваших тренутно инсталираних апликација не пружа услуагу претварања Говора-у-текст", "Image generation" : "Генерисање слике", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Генерисање слике могу да имплементирају разне апликације. Овде можете да подесите која ће се користити.", + "None of your currently installed apps provide image generation functionality" : "Ниједна од ваших тренутно инсталираних апликација не пружа функционалност генерисања слике", "Text processing" : "Обрада текста", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Задатке обраде текста могу да имплементирају разне апликације. Овде можете да подесите која ће се користити за који задатак.", "Task:" : "Задатак:", diff --git a/apps/settings/l10n/sr.json b/apps/settings/l10n/sr.json index c4cefb65767..38d8e94e101 100644 --- a/apps/settings/l10n/sr.json +++ b/apps/settings/l10n/sr.json @@ -150,6 +150,9 @@ "The old server-side-encryption format is enabled. We recommend disabling this." : "Укључен је стари формат шифровања на серверској страни. Препоручујемо да га искључите.", "Checking for PHP default charset" : "Проверава се продразумевани PHP скуп карактера", "PHP configuration option default_charset should be UTF-8" : "PHP кофигурациона опција option default_charset би требало да има вредност UTF-8", + "PHP modules" : "PHP модули", + "This instance is missing some required PHP modules. It is required to install them: %s" : "Овој инстанци недостају неки неопходни PHP модули. Потребно је да се инсталирају: %s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "Овој инстанци недостају неки препоручени PHP модули. Препоручује се да их инсталирате због побољшања перформанси и за бољу компатибилност: %s", "Checking for PHP version" : "Проверава се PHP верзија", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Тренутно изврешавате %s. PHP 8.0 је сада застарео у Nextcloud 27. Nextcloud 28 може да захтева барем PHP 8.1. Молимо вас да што је пре могуће извршите ажурирање на једну од званично подржаних PHP верзија које обезбеђује PHP Група.", "You are currently running PHP %s." : "Тренутно се извршава PHP %s.", @@ -171,6 +174,8 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Говор-у-текст могу да имплементирају разне апликације. Овде можете да подесите која ће се користити.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ниједна од ваших тренутно инсталираних апликација не пружа услуагу претварања Говора-у-текст", "Image generation" : "Генерисање слике", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Генерисање слике могу да имплементирају разне апликације. Овде можете да подесите која ће се користити.", + "None of your currently installed apps provide image generation functionality" : "Ниједна од ваших тренутно инсталираних апликација не пружа функционалност генерисања слике", "Text processing" : "Обрада текста", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Задатке обраде текста могу да имплементирају разне апликације. Овде можете да подесите која ће се користити за који задатак.", "Task:" : "Задатак:", diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js index dddebeb99e1..84b09847155 100644 --- a/apps/settings/l10n/tr.js +++ b/apps/settings/l10n/tr.js @@ -152,6 +152,9 @@ OC.L10N.register( "The old server-side-encryption format is enabled. We recommend disabling this." : "Eski sunucu tarafı şifreleme biçimi etkinleştirilmiş. Bu seçeneği devre dışı bırakmanız önerilir.", "Checking for PHP default charset" : "PHP varsayılan karakter kümesi denetleniyor", "PHP configuration option default_charset should be UTF-8" : "default_charset PHP yapılandırma seçeneği UTF-8 olmalı", + "PHP modules" : "PHP modülleri", + "This instance is missing some required PHP modules. It is required to install them: %s" : "Bu kopyada gerekli bazı PHP modülleri eksik. Bunların kurulması gerekiyor: %s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "Bu kopyada önerilen bazı PHP modülleri eksik. Daha iyi başarım ve uyumluluk için bu modüllerin kurulması önemle önerilir: %s", "Checking for PHP version" : "PHP sürümü denetleniyor", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Şu anda PHP %s kullanıyorsunuz. PHP 8.0 son olarak Nextcloud 27 sürümünde destekleniyor. Nextcloud 28 için en az PHP 8.1 gerekebilir. Lütfen olabilecek en kısa sürede PHP Group tarafından sağlanan resmi olarak desteklenen PHP sürümlerinden birine yükseltin.", "You are currently running PHP %s." : "Şu anda PHP %s kullanıyorsunuz.", @@ -173,6 +176,8 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Konuşmadan metne dönüştürme özelliği farklı uygulamalardan sağlanabilir. Buradan, hangi uygulamanın kullanılacağını ayarlayabilirsiniz.", "None of your currently installed apps provide Speech-To-Text functionality" : "Şu anda kurulu uygulamaların hiç birinde konuşmadan metne dönüştürme özelliği yok", "Image generation" : "Görsel oluşturma", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Görsel oluşturma özelliği farklı uygulamalardan sağlanabilir. Buradan, hangi uygulamanın kullanılacağını ayarlayabilirsiniz.", + "None of your currently installed apps provide image generation functionality" : "Şu anda kurulu uygulamaların hiç birinde görsel oluşturma özelliği yok", "Text processing" : "Metin işleme", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Metin işleme özelliği farklı uygulamalardan sağlanabilir. Buradan, bu görev için hangi uygulamanın kullanılacağını ayarlayabilirsiniz.", "Task:" : "Görev:", diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json index 094ad84e085..14adeb8e447 100644 --- a/apps/settings/l10n/tr.json +++ b/apps/settings/l10n/tr.json @@ -150,6 +150,9 @@ "The old server-side-encryption format is enabled. We recommend disabling this." : "Eski sunucu tarafı şifreleme biçimi etkinleştirilmiş. Bu seçeneği devre dışı bırakmanız önerilir.", "Checking for PHP default charset" : "PHP varsayılan karakter kümesi denetleniyor", "PHP configuration option default_charset should be UTF-8" : "default_charset PHP yapılandırma seçeneği UTF-8 olmalı", + "PHP modules" : "PHP modülleri", + "This instance is missing some required PHP modules. It is required to install them: %s" : "Bu kopyada gerekli bazı PHP modülleri eksik. Bunların kurulması gerekiyor: %s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "Bu kopyada önerilen bazı PHP modülleri eksik. Daha iyi başarım ve uyumluluk için bu modüllerin kurulması önemle önerilir: %s", "Checking for PHP version" : "PHP sürümü denetleniyor", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Şu anda PHP %s kullanıyorsunuz. PHP 8.0 son olarak Nextcloud 27 sürümünde destekleniyor. Nextcloud 28 için en az PHP 8.1 gerekebilir. Lütfen olabilecek en kısa sürede PHP Group tarafından sağlanan resmi olarak desteklenen PHP sürümlerinden birine yükseltin.", "You are currently running PHP %s." : "Şu anda PHP %s kullanıyorsunuz.", @@ -171,6 +174,8 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Konuşmadan metne dönüştürme özelliği farklı uygulamalardan sağlanabilir. Buradan, hangi uygulamanın kullanılacağını ayarlayabilirsiniz.", "None of your currently installed apps provide Speech-To-Text functionality" : "Şu anda kurulu uygulamaların hiç birinde konuşmadan metne dönüştürme özelliği yok", "Image generation" : "Görsel oluşturma", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Görsel oluşturma özelliği farklı uygulamalardan sağlanabilir. Buradan, hangi uygulamanın kullanılacağını ayarlayabilirsiniz.", + "None of your currently installed apps provide image generation functionality" : "Şu anda kurulu uygulamaların hiç birinde görsel oluşturma özelliği yok", "Text processing" : "Metin işleme", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Metin işleme özelliği farklı uygulamalardan sağlanabilir. Buradan, bu görev için hangi uygulamanın kullanılacağını ayarlayabilirsiniz.", "Task:" : "Görev:", diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js index d099a026f71..e0350f0d3de 100644 --- a/apps/settings/l10n/uk.js +++ b/apps/settings/l10n/uk.js @@ -77,6 +77,7 @@ OC.L10N.register( "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "Вбудований буфер рядків OPcache майже заповнений. Щоб забезпечити ефективне кешування рядків, що повторюються, рекомендується застосувати <code>opcache.interned_strings_buffer</code> до вашої конфігурації PHP із значенням, вищим за <code>%s</code>.", "Administrator documentation" : "Документація адміністратора", "User documentation" : "Користувацька документація", + "Nextcloud help overview" : "Допомога у користуванні Nextcloud", "Invalid SMTP password." : "Недійсний пароль SMTP.", "Email setting test" : "Тестування параметрів електронної пошти", "Well done, %s!" : "Вітання, %s!", @@ -131,7 +132,7 @@ OC.L10N.register( "Personal info" : "Про мене", "Mobile & desktop" : "Застосунки для пристроїв", "Email server" : "Сервер електронної пошти", - "Security & setup warnings" : "Перевірка налаштування та захисту", + "Security & setup warnings" : "Перевірка налаштувань та захисту системи", "Background jobs" : "Фонові завдання", "Create" : "Створити", "Change" : "Змінити", @@ -139,11 +140,30 @@ OC.L10N.register( "Reshare" : "Передати у спільний доступ", "Unlimited" : "Необмежено", "Verifying" : "Перевірка", + "Checking for old user imported certificate" : "Перевірка застарілих сертифікатів, які було імпортовано користувачами", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Очікується фонове завдання, яке перевіряє імпортовані користувачем сертифікати SSL. Перевірте пізніше.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Є деякі сертифікати SSL, імпортовані користувачем, які більше не використовуються з Nextcloud 21. Їх можна імпортувати в командному рядку за допомогою команди «occ security:certificates:import». Їхні шляхи всередині каталогу даних показано нижче.", + "Checking for default phone region" : "Перевірка типового регіону телефонних номерів", + "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "У вашому примірнику не налаштовано типовий телефонний регіон. Цей параметр потрібний для підтвердження телефонних номерів у профілі користувача без зазначення коду країни. Щоби дозволити використання телефонних номерів без зазначення коду країни, додайте параметр \"default_phone_region\" із кодом регіону згідно з ISO 3166-1 у вашому файлі конфігурації config.php.", + "Internet connectivity" : "З'єднання з мережею Інтернет", + "Internet connectivity is disabled in configuration file." : "З'єднання з мережею Інтернет вимкнено у файлі конфігурації", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "На цьому сервері не працює з’єднання з Інтернетом: неможливо отримати доступ до кількох кінцевих точок. Це означає, що деякі функції, як-от підключення зовнішньої пам’яті, сповіщення про оновлення або встановлення програм сторонніх розробників, не працюватимуть. Віддалений доступ до файлів і надсилання сповіщень електронною поштою також можуть не працювати. Встановіть з’єднання цього сервера з Інтернетом, щоб користуватися всіма функціями.", + "Checking for old server-side-encryption being disabled" : "Перевірку застарілого шифрування на стороні сервера вимкнено", "The old server-side-encryption format is enabled. We recommend disabling this." : "Старий формат шифрування на стороні сервера ввімкнено. Рекомендуємо вимкнути це.", + "Checking for PHP default charset" : "Перевірка типового набору символів PHP", + "PHP configuration option default_charset should be UTF-8" : "Параметр конфігурації PHP default_charset має мати значення UTF-8", + "PHP modules" : "Модулі PHP", + "This instance is missing some required PHP modules. It is required to install them: %s" : "У цьому примірнику відсутні такі обов'язкові модулі PHP, які потрібно встановити: %s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "У цьому примірнику відсутні такі необов'язкові модулі PHP. Рекомендується встановити такі модулі для кращої продуктивності та сумісності: %s", + "Checking for PHP version" : "Перевірка версії PHP", + "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "У вас встановлено PHP версії %s. Починаючи з версії Nextcloud 27, PHP 8.0 вже вважається застарілим. Версія Nextcloud 28 може вимагати версію PHP 8.1 та вище. Просимо якнайшвидше оновити версію PHP від PHP Group до офіційно підтримуваної.", + "You are currently running PHP %s." : "У вас встановлено PHP %s.", + "Checking for PHP output_buffering option" : "Перевірка параметру PHP output_buffering option", + "PHP configuration option output_buffering must be disabled" : "Параметр PHP output_buffering потрібно вимкнути", + "Checking for configuration file access rights" : "Перевірка налаштувань дозволів доступу до файлів", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Увімкнена конфігурація тільки для читання. Це запобігає встановленню деяких опцій через вебінтерфейс. Крім того, для кожного оновлення файл повинен бути зроблений з доступом на запис.", + "Nextcloud configuration file is writable" : "Файл конфігурації Nextcloud доступний для запису", + "Checking for database version" : "Перевірка версії бази даних", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Використовується версія MariaDB \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують MariaDB 10.2 або вище.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Використовується версія MySQL \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують MySQL 8.0 або MariaDB 10.2 або вище.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Використовується версія PostgreSQL \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують PostgreSQL 9.6 або вище.", @@ -155,6 +175,9 @@ OC.L10N.register( "Speech-To-Text" : "Голос-у-текст", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Перетворення голосу у текст може здійснюватися за допомогою декількох застосунків. Тут можна визначити, який саме застосунків потрібно використати.", "None of your currently installed apps provide Speech-To-Text functionality" : "Жодний із встановлених застосунків не надає функцій перетворення голосу у текст.", + "Image generation" : "Створення зображень", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Функціонал створення зображень присутня у кількох різних застосунків. Виберіть, який з них потрібно використовувати.", + "None of your currently installed apps provide image generation functionality" : "Жодний зі встановлених застосунків не надає функціональність створення зображень.", "Text processing" : "Обробка тексту", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Обробка тексту може здійснюватися за допомогою декількох застосунків. Тут ви можете визначити, який саме застосунок потрібно використати для певного завдання.", "Task:" : "Завдання:", @@ -278,11 +301,14 @@ OC.L10N.register( "Select default encryption module:" : "Обрати модуль шифрування за замовчуванням:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Вам потрібно перенести ключі шифрування зі старого шифрування (ownCloud <= 8.0) на нове. Увімкніть «Модуль шифрування за замовчуванням» і запустіть {command}", "Unable to update server side encryption config" : "Не вдалося оновити конфігурацію шифрування на стороні сервера", + "Please confirm the group removal" : "Підтвердіть вилучення групи", + "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Ви намагаєтеся вилучити групу \"{group}\". Користувачів такої групи не буде вилучено.", "Cancel" : "Скасувати", "Confirm" : "Підтвердити", "Submit" : "Продовжити", "Rename group" : "Перейменувати групу", "Remove group" : "Вилучити групу", + "Failed to remove group \"{group}\"" : "Не вдалося вилучити групу \"{group}\"", "Current password" : "Поточний пароль", "New password" : "Новий пароль", "Change password" : "Змінити пароль", @@ -445,6 +471,11 @@ OC.L10N.register( "Active users" : "Активні користувачі", "Admins" : "Адміністратори", "Disabled users" : "Вимкнені користувачі", + "Creating group …" : "Створення групи ...", + "Create group" : "Створити групу", + "Group name" : "Назва групи", + "Please enter a valid group name" : "Введіть дійсну назву групи", + "Failed to create group" : "Не вдалося створити групу", "Not saved" : "Не збережено", "Sending…" : "Надсилання...", "Email sent" : "Лист надіслано", @@ -485,6 +516,10 @@ OC.L10N.register( "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Забагато запитів із вашої мережі. Повторіть спробу пізніше або зверніться до адміністратора, якщо це помилка.", "Documentation" : "Документація", "Forum" : "Форум", + "Nextcloud help resources" : "Посібники та допомога у користуванні Nextcloud", + "Account documentation" : "Документація для облікового запису", + "Administration documentation" : "Документація для адміністратора", + "General documentation" : "Загальна документація", "Login" : "Логін", "None/STARTTLS" : "Ні/STARTTLS", "SSL" : "SSL", @@ -505,7 +540,7 @@ OC.L10N.register( "Test and verify email settings" : "Перевірити налаштування електронної пошти", "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "Для безпеки та продуктивності вашого сервера важливо, щоб все було налаштовано правильно. Щоб допомогти вам, ми робимо деякі автоматичні перевірки. Будь ласка, перегляньте пов'язану документацію для отримання додаткової інформації.", "All checks passed." : "Всі перевірки виконано.", - "There are some errors regarding your setup." : "У ваших налаштуваннях є деякі помилки.", + "There are some errors regarding your setup." : "Знайдено окремі помилки у ваших налаштуваннях.", "There are some warnings regarding your setup." : "У ваших налаштуваннях є деякі застереження.", "Checking for system and security issues." : "Перевірка коректності роботи системи та безпеки.", "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>." : "Ще раз перевірте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">посібники зі встановлення ↗</a> та перевірте, чи немає помилок чи попереджень у <a href=\"%2$s\">журналі</a>.", diff --git a/apps/settings/l10n/uk.json b/apps/settings/l10n/uk.json index a16c66e1d68..3910449c5ad 100644 --- a/apps/settings/l10n/uk.json +++ b/apps/settings/l10n/uk.json @@ -75,6 +75,7 @@ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "Вбудований буфер рядків OPcache майже заповнений. Щоб забезпечити ефективне кешування рядків, що повторюються, рекомендується застосувати <code>opcache.interned_strings_buffer</code> до вашої конфігурації PHP із значенням, вищим за <code>%s</code>.", "Administrator documentation" : "Документація адміністратора", "User documentation" : "Користувацька документація", + "Nextcloud help overview" : "Допомога у користуванні Nextcloud", "Invalid SMTP password." : "Недійсний пароль SMTP.", "Email setting test" : "Тестування параметрів електронної пошти", "Well done, %s!" : "Вітання, %s!", @@ -129,7 +130,7 @@ "Personal info" : "Про мене", "Mobile & desktop" : "Застосунки для пристроїв", "Email server" : "Сервер електронної пошти", - "Security & setup warnings" : "Перевірка налаштування та захисту", + "Security & setup warnings" : "Перевірка налаштувань та захисту системи", "Background jobs" : "Фонові завдання", "Create" : "Створити", "Change" : "Змінити", @@ -137,11 +138,30 @@ "Reshare" : "Передати у спільний доступ", "Unlimited" : "Необмежено", "Verifying" : "Перевірка", + "Checking for old user imported certificate" : "Перевірка застарілих сертифікатів, які було імпортовано користувачами", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Очікується фонове завдання, яке перевіряє імпортовані користувачем сертифікати SSL. Перевірте пізніше.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Є деякі сертифікати SSL, імпортовані користувачем, які більше не використовуються з Nextcloud 21. Їх можна імпортувати в командному рядку за допомогою команди «occ security:certificates:import». Їхні шляхи всередині каталогу даних показано нижче.", + "Checking for default phone region" : "Перевірка типового регіону телефонних номерів", + "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "У вашому примірнику не налаштовано типовий телефонний регіон. Цей параметр потрібний для підтвердження телефонних номерів у профілі користувача без зазначення коду країни. Щоби дозволити використання телефонних номерів без зазначення коду країни, додайте параметр \"default_phone_region\" із кодом регіону згідно з ISO 3166-1 у вашому файлі конфігурації config.php.", + "Internet connectivity" : "З'єднання з мережею Інтернет", + "Internet connectivity is disabled in configuration file." : "З'єднання з мережею Інтернет вимкнено у файлі конфігурації", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "На цьому сервері не працює з’єднання з Інтернетом: неможливо отримати доступ до кількох кінцевих точок. Це означає, що деякі функції, як-от підключення зовнішньої пам’яті, сповіщення про оновлення або встановлення програм сторонніх розробників, не працюватимуть. Віддалений доступ до файлів і надсилання сповіщень електронною поштою також можуть не працювати. Встановіть з’єднання цього сервера з Інтернетом, щоб користуватися всіма функціями.", + "Checking for old server-side-encryption being disabled" : "Перевірку застарілого шифрування на стороні сервера вимкнено", "The old server-side-encryption format is enabled. We recommend disabling this." : "Старий формат шифрування на стороні сервера ввімкнено. Рекомендуємо вимкнути це.", + "Checking for PHP default charset" : "Перевірка типового набору символів PHP", + "PHP configuration option default_charset should be UTF-8" : "Параметр конфігурації PHP default_charset має мати значення UTF-8", + "PHP modules" : "Модулі PHP", + "This instance is missing some required PHP modules. It is required to install them: %s" : "У цьому примірнику відсутні такі обов'язкові модулі PHP, які потрібно встановити: %s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "У цьому примірнику відсутні такі необов'язкові модулі PHP. Рекомендується встановити такі модулі для кращої продуктивності та сумісності: %s", + "Checking for PHP version" : "Перевірка версії PHP", + "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "У вас встановлено PHP версії %s. Починаючи з версії Nextcloud 27, PHP 8.0 вже вважається застарілим. Версія Nextcloud 28 може вимагати версію PHP 8.1 та вище. Просимо якнайшвидше оновити версію PHP від PHP Group до офіційно підтримуваної.", + "You are currently running PHP %s." : "У вас встановлено PHP %s.", + "Checking for PHP output_buffering option" : "Перевірка параметру PHP output_buffering option", + "PHP configuration option output_buffering must be disabled" : "Параметр PHP output_buffering потрібно вимкнути", + "Checking for configuration file access rights" : "Перевірка налаштувань дозволів доступу до файлів", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Увімкнена конфігурація тільки для читання. Це запобігає встановленню деяких опцій через вебінтерфейс. Крім того, для кожного оновлення файл повинен бути зроблений з доступом на запис.", + "Nextcloud configuration file is writable" : "Файл конфігурації Nextcloud доступний для запису", + "Checking for database version" : "Перевірка версії бази даних", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Використовується версія MariaDB \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують MariaDB 10.2 або вище.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Використовується версія MySQL \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують MySQL 8.0 або MariaDB 10.2 або вище.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Використовується версія PostgreSQL \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують PostgreSQL 9.6 або вище.", @@ -153,6 +173,9 @@ "Speech-To-Text" : "Голос-у-текст", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Перетворення голосу у текст може здійснюватися за допомогою декількох застосунків. Тут можна визначити, який саме застосунків потрібно використати.", "None of your currently installed apps provide Speech-To-Text functionality" : "Жодний із встановлених застосунків не надає функцій перетворення голосу у текст.", + "Image generation" : "Створення зображень", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Функціонал створення зображень присутня у кількох різних застосунків. Виберіть, який з них потрібно використовувати.", + "None of your currently installed apps provide image generation functionality" : "Жодний зі встановлених застосунків не надає функціональність створення зображень.", "Text processing" : "Обробка тексту", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Обробка тексту може здійснюватися за допомогою декількох застосунків. Тут ви можете визначити, який саме застосунок потрібно використати для певного завдання.", "Task:" : "Завдання:", @@ -276,11 +299,14 @@ "Select default encryption module:" : "Обрати модуль шифрування за замовчуванням:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Вам потрібно перенести ключі шифрування зі старого шифрування (ownCloud <= 8.0) на нове. Увімкніть «Модуль шифрування за замовчуванням» і запустіть {command}", "Unable to update server side encryption config" : "Не вдалося оновити конфігурацію шифрування на стороні сервера", + "Please confirm the group removal" : "Підтвердіть вилучення групи", + "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Ви намагаєтеся вилучити групу \"{group}\". Користувачів такої групи не буде вилучено.", "Cancel" : "Скасувати", "Confirm" : "Підтвердити", "Submit" : "Продовжити", "Rename group" : "Перейменувати групу", "Remove group" : "Вилучити групу", + "Failed to remove group \"{group}\"" : "Не вдалося вилучити групу \"{group}\"", "Current password" : "Поточний пароль", "New password" : "Новий пароль", "Change password" : "Змінити пароль", @@ -443,6 +469,11 @@ "Active users" : "Активні користувачі", "Admins" : "Адміністратори", "Disabled users" : "Вимкнені користувачі", + "Creating group …" : "Створення групи ...", + "Create group" : "Створити групу", + "Group name" : "Назва групи", + "Please enter a valid group name" : "Введіть дійсну назву групи", + "Failed to create group" : "Не вдалося створити групу", "Not saved" : "Не збережено", "Sending…" : "Надсилання...", "Email sent" : "Лист надіслано", @@ -483,6 +514,10 @@ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Забагато запитів із вашої мережі. Повторіть спробу пізніше або зверніться до адміністратора, якщо це помилка.", "Documentation" : "Документація", "Forum" : "Форум", + "Nextcloud help resources" : "Посібники та допомога у користуванні Nextcloud", + "Account documentation" : "Документація для облікового запису", + "Administration documentation" : "Документація для адміністратора", + "General documentation" : "Загальна документація", "Login" : "Логін", "None/STARTTLS" : "Ні/STARTTLS", "SSL" : "SSL", @@ -503,7 +538,7 @@ "Test and verify email settings" : "Перевірити налаштування електронної пошти", "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "Для безпеки та продуктивності вашого сервера важливо, щоб все було налаштовано правильно. Щоб допомогти вам, ми робимо деякі автоматичні перевірки. Будь ласка, перегляньте пов'язану документацію для отримання додаткової інформації.", "All checks passed." : "Всі перевірки виконано.", - "There are some errors regarding your setup." : "У ваших налаштуваннях є деякі помилки.", + "There are some errors regarding your setup." : "Знайдено окремі помилки у ваших налаштуваннях.", "There are some warnings regarding your setup." : "У ваших налаштуваннях є деякі застереження.", "Checking for system and security issues." : "Перевірка коректності роботи системи та безпеки.", "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>." : "Ще раз перевірте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">посібники зі встановлення ↗</a> та перевірте, чи немає помилок чи попереджень у <a href=\"%2$s\">журналі</a>.", diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js index 95526dc15c6..f0399c8c184 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -152,6 +152,9 @@ OC.L10N.register( "The old server-side-encryption format is enabled. We recommend disabling this." : "啟用了舊的伺服器端加密格式。我們建議停用它。", "Checking for PHP default charset" : "正在檢查 PHP 默認字元集", "PHP configuration option default_charset should be UTF-8" : "PHP 配置選項 default_charset 應為 UTF-8", + "PHP modules" : "PHP 模組", + "This instance is missing some required PHP modules. It is required to install them: %s" : "此實例缺少一些必要的 PHP 模組。必須安裝這些模組:%s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "您的 Nextcloud 缺少了某些建議的 PHP 模組。為了提升效能與相容性,強烈建議您安裝這些 PHP 模組:%s", "Checking for PHP version" : "正在檢查 PHP 版本", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您目前正在運行 PHP %s。Nextcloud 27 已棄用 PHP 8.0。Nextcloud 28 需要 PHP 8.1 或更新版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。", "You are currently running PHP %s." : "您目前正在運行 PHP %s。", @@ -173,6 +176,8 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "語音轉文本可以由不同的應用程式實現。您可以在此處設置應使用哪個應用程式。", "None of your currently installed apps provide Speech-To-Text functionality" : "您當前安裝的應用程式均不提供語音轉文字功能", "Image generation" : "圖像產生", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "影像產生可以由不同的應用程式實現。您可以在此處設置應使用哪個應用程式。", + "None of your currently installed apps provide image generation functionality" : "您當前安裝的應用程式均不提供圖像產生功能", "Text processing" : "正在處理文字", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "文字處理任務可以由不同的應用程式來實現。 您可以在此處設置哪個應用程式應用於哪個任務。", "Task:" : "任務︰", diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json index e7e1fba8668..b4fae708ff6 100644 --- a/apps/settings/l10n/zh_HK.json +++ b/apps/settings/l10n/zh_HK.json @@ -150,6 +150,9 @@ "The old server-side-encryption format is enabled. We recommend disabling this." : "啟用了舊的伺服器端加密格式。我們建議停用它。", "Checking for PHP default charset" : "正在檢查 PHP 默認字元集", "PHP configuration option default_charset should be UTF-8" : "PHP 配置選項 default_charset 應為 UTF-8", + "PHP modules" : "PHP 模組", + "This instance is missing some required PHP modules. It is required to install them: %s" : "此實例缺少一些必要的 PHP 模組。必須安裝這些模組:%s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "您的 Nextcloud 缺少了某些建議的 PHP 模組。為了提升效能與相容性,強烈建議您安裝這些 PHP 模組:%s", "Checking for PHP version" : "正在檢查 PHP 版本", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您目前正在運行 PHP %s。Nextcloud 27 已棄用 PHP 8.0。Nextcloud 28 需要 PHP 8.1 或更新版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。", "You are currently running PHP %s." : "您目前正在運行 PHP %s。", @@ -171,6 +174,8 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "語音轉文本可以由不同的應用程式實現。您可以在此處設置應使用哪個應用程式。", "None of your currently installed apps provide Speech-To-Text functionality" : "您當前安裝的應用程式均不提供語音轉文字功能", "Image generation" : "圖像產生", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "影像產生可以由不同的應用程式實現。您可以在此處設置應使用哪個應用程式。", + "None of your currently installed apps provide image generation functionality" : "您當前安裝的應用程式均不提供圖像產生功能", "Text processing" : "正在處理文字", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "文字處理任務可以由不同的應用程式來實現。 您可以在此處設置哪個應用程式應用於哪個任務。", "Task:" : "任務︰", diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index b3bfa1c9dce..51d2b4bff46 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -152,6 +152,9 @@ OC.L10N.register( "The old server-side-encryption format is enabled. We recommend disabling this." : "啟用了舊的伺服器端加密格式。我們建議停用它。", "Checking for PHP default charset" : "正在檢查 PHP 預設字元集", "PHP configuration option default_charset should be UTF-8" : "PHP 設定選項 default_charset 應為 UTF-8", + "PHP modules" : "PHP 模組", + "This instance is missing some required PHP modules. It is required to install them: %s" : "此站台缺少一些必要的 PHP 模組。必須安裝這些模組:%s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "此站台缺少一些建議的 PHP 模組。為了改善效能與相容性,強烈建立您安裝這些模組:%s", "Checking for PHP version" : "正在檢查 PHP 版本", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您正在執行 PHP %s。Nextcloud 27 已棄用 PHP 8.0。Nextcloud 28 需要 PHP 8.1 或更新版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。", "You are currently running PHP %s." : "您正在執行 PHP %s。", @@ -173,6 +176,8 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "語音轉文字可以透過不同的應用程式實作。您可以在此處設定要使用哪個應用程式。", "None of your currently installed apps provide Speech-To-Text functionality" : "您目前安裝的應用程式均不提供語音轉文字功能", "Image generation" : "影像產生", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "產生影像可以透過不同的應用程式實作。您可以在此處設定要使用哪個應用程式。", + "None of your currently installed apps provide image generation functionality" : "您目前安裝的應用程式均不提供產生影像功能", "Text processing" : "文字處理", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "文字處理任務可以透過不同的應用程式實作。您可以在此處設定要使用哪個應用程式。", "Task:" : "任務:", diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index 1b2c047c511..8eaff35eb78 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -150,6 +150,9 @@ "The old server-side-encryption format is enabled. We recommend disabling this." : "啟用了舊的伺服器端加密格式。我們建議停用它。", "Checking for PHP default charset" : "正在檢查 PHP 預設字元集", "PHP configuration option default_charset should be UTF-8" : "PHP 設定選項 default_charset 應為 UTF-8", + "PHP modules" : "PHP 模組", + "This instance is missing some required PHP modules. It is required to install them: %s" : "此站台缺少一些必要的 PHP 模組。必須安裝這些模組:%s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "此站台缺少一些建議的 PHP 模組。為了改善效能與相容性,強烈建立您安裝這些模組:%s", "Checking for PHP version" : "正在檢查 PHP 版本", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您正在執行 PHP %s。Nextcloud 27 已棄用 PHP 8.0。Nextcloud 28 需要 PHP 8.1 或更新版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。", "You are currently running PHP %s." : "您正在執行 PHP %s。", @@ -171,6 +174,8 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "語音轉文字可以透過不同的應用程式實作。您可以在此處設定要使用哪個應用程式。", "None of your currently installed apps provide Speech-To-Text functionality" : "您目前安裝的應用程式均不提供語音轉文字功能", "Image generation" : "影像產生", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "產生影像可以透過不同的應用程式實作。您可以在此處設定要使用哪個應用程式。", + "None of your currently installed apps provide image generation functionality" : "您目前安裝的應用程式均不提供產生影像功能", "Text processing" : "文字處理", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "文字處理任務可以透過不同的應用程式實作。您可以在此處設定要使用哪個應用程式。", "Task:" : "任務:", |