summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-11-09 02:14:32 +0000
committerNextcloud bot <bot@nextcloud.com>2022-11-09 02:14:32 +0000
commitdce83459d581b2517d7078d98c58d06babb1ceba (patch)
tree8fd7b232c9c743afab37ba1dec366bb738cef96a /core
parentd65fd72452a09d6c107517d5a7c08d138c009c54 (diff)
downloadnextcloud-server-dce83459d581b2517d7078d98c58d06babb1ceba.tar.gz
nextcloud-server-dce83459d581b2517d7078d98c58d06babb1ceba.zip
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core')
-rw-r--r--core/l10n/es.js1
-rw-r--r--core/l10n/es.json1
-rw-r--r--core/l10n/pt_BR.js2
-rw-r--r--core/l10n/pt_BR.json2
-rw-r--r--core/l10n/ro.js3
-rw-r--r--core/l10n/ro.json3
-rw-r--r--core/l10n/sk.js8
-rw-r--r--core/l10n/sk.json8
8 files changed, 26 insertions, 2 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js
index e3e71a82741..8ee579d00f4 100644
--- a/core/l10n/es.js
+++ b/core/l10n/es.js
@@ -100,6 +100,7 @@ OC.L10N.register(
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "A esta instancia le faltan algunos módulos PHP recomendados. Para mejorar el rendimiento y aumentar la compatibilidad, se recomienda encarecidamente instalarlos.",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "El módulo PHP \"imagick\" no está habilitado, y la aplicación Temas sí lo está. Para que la generación de favicon funcione correctamente, es necesario instalar y habilitar este módulo.",
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Los módulos PHP \"gmp\" y/o \"bcmath\" no están habilitados. Si usas la autenticación sin contraseña WebAuthn, estos módulos son necesarios.",
+ "It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que está ejecutando una versión de PHP de 32 bits. Nextcloud 26 y superiores necesitan 64 bits. ¡Por favor, actualice su sistema operativo y PHP a 64 bits! Puede leer más detalles en {linkstart}la página de documentación correspondiente ↗{linkend}.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "El módulo php-imagick de esta instancia no tiene soporte para SVG. Para una mejor compatibilidad es recomendable instalarlo.",
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "A algunas columnas de la base de datos les falta convertirse a \"big int\". Debido a que cambiar los tipos de columna en tablas grandes podría tardar mucho tiempo no fueron cambiadas automáticamente. Ejecutando 'occ db:convert-filecache-bigint' se pueden aplicar estos cambios pendientes de manera manual. Esta operación debe realizarse cuando el servidor esté sin conexión. Para más detalles, consulte {linkstart}la página de documentación ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente se está usando SQLite como base de datos. Para instalaciones más largas recomendamos cambiar a un motor de bases de datos diferente.",
diff --git a/core/l10n/es.json b/core/l10n/es.json
index 670689fede0..e78c9eb5a1f 100644
--- a/core/l10n/es.json
+++ b/core/l10n/es.json
@@ -98,6 +98,7 @@
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "A esta instancia le faltan algunos módulos PHP recomendados. Para mejorar el rendimiento y aumentar la compatibilidad, se recomienda encarecidamente instalarlos.",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "El módulo PHP \"imagick\" no está habilitado, y la aplicación Temas sí lo está. Para que la generación de favicon funcione correctamente, es necesario instalar y habilitar este módulo.",
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Los módulos PHP \"gmp\" y/o \"bcmath\" no están habilitados. Si usas la autenticación sin contraseña WebAuthn, estos módulos son necesarios.",
+ "It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que está ejecutando una versión de PHP de 32 bits. Nextcloud 26 y superiores necesitan 64 bits. ¡Por favor, actualice su sistema operativo y PHP a 64 bits! Puede leer más detalles en {linkstart}la página de documentación correspondiente ↗{linkend}.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "El módulo php-imagick de esta instancia no tiene soporte para SVG. Para una mejor compatibilidad es recomendable instalarlo.",
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "A algunas columnas de la base de datos les falta convertirse a \"big int\". Debido a que cambiar los tipos de columna en tablas grandes podría tardar mucho tiempo no fueron cambiadas automáticamente. Ejecutando 'occ db:convert-filecache-bigint' se pueden aplicar estos cambios pendientes de manera manual. Esta operación debe realizarse cuando el servidor esté sin conexión. Para más detalles, consulte {linkstart}la página de documentación ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente se está usando SQLite como base de datos. Para instalaciones más largas recomendamos cambiar a un motor de bases de datos diferente.",
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js
index cab96d8b228..268a06d790f 100644
--- a/core/l10n/pt_BR.js
+++ b/core/l10n/pt_BR.js
@@ -354,7 +354,7 @@ OC.L10N.register(
"Connect to your account" : "Conectar à sua conta",
"Please log in before granting %1$s access to your %2$s account." : "Logue-se antes de conceder acesso %1$s à sua conta %2$s.",
"If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Se você não está tentando configurar um novo dispositivo ou aplicativo, alguém está tentando induzi-lo a conceder acesso a seus dados. Nesse caso, não prossiga e entre em contato com o administrador do sistema.",
- "App token" : "Token do aplicativo",
+ "App token" : "Token de aplicativo",
"Grant access" : "Conceder acesso",
"Alternative log in using app token" : "Login alternativo usando token de aplicativo",
"Account access" : "Acesso à conta",
diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json
index 0f2da7f19d9..92a7b11d148 100644
--- a/core/l10n/pt_BR.json
+++ b/core/l10n/pt_BR.json
@@ -352,7 +352,7 @@
"Connect to your account" : "Conectar à sua conta",
"Please log in before granting %1$s access to your %2$s account." : "Logue-se antes de conceder acesso %1$s à sua conta %2$s.",
"If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Se você não está tentando configurar um novo dispositivo ou aplicativo, alguém está tentando induzi-lo a conceder acesso a seus dados. Nesse caso, não prossiga e entre em contato com o administrador do sistema.",
- "App token" : "Token do aplicativo",
+ "App token" : "Token de aplicativo",
"Grant access" : "Conceder acesso",
"Alternative log in using app token" : "Login alternativo usando token de aplicativo",
"Account access" : "Acesso à conta",
diff --git a/core/l10n/ro.js b/core/l10n/ro.js
index 0e2bafe31c7..3f01eab34f7 100644
--- a/core/l10n/ro.js
+++ b/core/l10n/ro.js
@@ -26,6 +26,7 @@ OC.L10N.register(
"Invalid app password" : "Parolă de aplicație invalidă",
"Could not complete login" : "Nu am putut efectua autentificarea",
"Your login token is invalid or has expired" : "Tokenul tău de autentificare este invalid sau a expirat",
+ "This community release of Nextcloud is unsupported and push notifications are limited." : "Această versiune produsă de comunitatea Nextcloud nu este suportată și notificările push sunt limitate.",
"Login" : "Autentificare",
"Password reset is disabled" : "Resetarea parolei este dezactivată.",
"Could not reset password because the token is expired" : "Nu s-a putut reseta parola deoarece token-ul a expirat",
@@ -39,6 +40,8 @@ OC.L10N.register(
"Some of your link shares have been removed" : "Unele dintre link-urile tale partajate au fost șterse",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Din cauza unui bug de securitate, a trebuit să eliminăm unele dintre link-urile dvs. partajate. Vă rugăm să consultați link-ul pentru mai multe informații.",
"The user limit of this instance is reached." : "A fost atinsă limita de utilizatori a acestei instanțe.",
+ "Enter your subscription key in the support app in order to increase the user limit. This does also grant you all additional benefits that Nextcloud Enterprise offers and is highly recommended for the operation in companies." : "Introdu cheia de abonament în aplicația de suport pentru a mări limitarea numărului de utilizatori. Acestă cheie vă oferă toate beneficiile suplimentare oferite Nextcloud Enterprise și este recomandat pentru operațiuni în companii.",
+ "Learn more ↗" : "Află mai multe ↗",
"Preparing update" : "Se pregătește actualizarea",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Etapa de reparare:",
diff --git a/core/l10n/ro.json b/core/l10n/ro.json
index a7491a6b3a4..ce0b3d274e5 100644
--- a/core/l10n/ro.json
+++ b/core/l10n/ro.json
@@ -24,6 +24,7 @@
"Invalid app password" : "Parolă de aplicație invalidă",
"Could not complete login" : "Nu am putut efectua autentificarea",
"Your login token is invalid or has expired" : "Tokenul tău de autentificare este invalid sau a expirat",
+ "This community release of Nextcloud is unsupported and push notifications are limited." : "Această versiune produsă de comunitatea Nextcloud nu este suportată și notificările push sunt limitate.",
"Login" : "Autentificare",
"Password reset is disabled" : "Resetarea parolei este dezactivată.",
"Could not reset password because the token is expired" : "Nu s-a putut reseta parola deoarece token-ul a expirat",
@@ -37,6 +38,8 @@
"Some of your link shares have been removed" : "Unele dintre link-urile tale partajate au fost șterse",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Din cauza unui bug de securitate, a trebuit să eliminăm unele dintre link-urile dvs. partajate. Vă rugăm să consultați link-ul pentru mai multe informații.",
"The user limit of this instance is reached." : "A fost atinsă limita de utilizatori a acestei instanțe.",
+ "Enter your subscription key in the support app in order to increase the user limit. This does also grant you all additional benefits that Nextcloud Enterprise offers and is highly recommended for the operation in companies." : "Introdu cheia de abonament în aplicația de suport pentru a mări limitarea numărului de utilizatori. Acestă cheie vă oferă toate beneficiile suplimentare oferite Nextcloud Enterprise și este recomandat pentru operațiuni în companii.",
+ "Learn more ↗" : "Află mai multe ↗",
"Preparing update" : "Se pregătește actualizarea",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Etapa de reparare:",
diff --git a/core/l10n/sk.js b/core/l10n/sk.js
index 2aa228cf07e..d940d1c80e1 100644
--- a/core/l10n/sk.js
+++ b/core/l10n/sk.js
@@ -40,6 +40,7 @@ OC.L10N.register(
"Some of your link shares have been removed" : "Niektoré odkazy sprístupnenia boli odstránené.",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Kvôli bezpečnostnej chyba sme museli odstrániť niektoré z vašich odkazov pre sprístupnenie. Pre viac informácií nasledujte tento link.",
"The user limit of this instance is reached." : "Limit pre počet užívateľov pre túto inštanciu bol dosiahnutý.",
+ "Enter your subscription key in the support app in order to increase the user limit. This does also grant you all additional benefits that Nextcloud Enterprise offers and is highly recommended for the operation in companies." : "Zadajte svoj kľúč predplatného v aplikácii podpory, aby ste zvýšili limit používateľov. To vám tiež poskytuje všetky ďalšie výhody, ktoré Nextcloud Enterprise ponúka a je vysoko odporúčaný pre prevádzku vo firemnom prostredí.",
"Learn more ↗" : "Viac informácií ↗",
"Preparing update" : "Pripravuje sa aktualizácia",
"[%d / %d]: %s" : "[%d / %d]: %s",
@@ -99,6 +100,7 @@ OC.L10N.register(
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "V tejto inštancii chýbajú niektoré odporúčané moduly PHP.\nAk chcete zlepšiť výkon a kompatibilitu, dôrazne odporúčame, aby ste ich nainštalovali.",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "PHP modul „imagick“ nie je povolený, hoci tematická aplikácia áno. Aby generovanie favicon správne fungovalo, musíte nainštalovať a povoliť tento modul.",
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "PHP moduly \"gmp\" a/alebo \"bcmath\" nie sú povolené. Ak používate autentifikáciu WebAuthn bez hesla, tieto moduly sú povinné.",
+ "It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Zdá sa, že používate 32-bitovú verziu PHP. Nextcloud 26 a vyšší potrebuje 64-bit. Prosím, aktualizujte svoj OS a PHP na 64-bitové! Ďalšie podrobnosti nájdete na {linkstart}stránke dokumentácie↗{linkend}.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Modul php-imagick nemá podporu SVG. Pre lepšiu kompatibilitu sa odporúča nainštalovať ho.",
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Niektorým stĺpcom v databáze chýba konverzia na big int. Vzhľadom na to, že zmena typov stĺpcov na veľkých tabuľkách by mohla chvíľu trvať, neboli zmenené automaticky. Spustením príkazu „occ db: convert-filecache-bigint“ budú zmeny aplikované manuálne. Túto operáciu je potrebné vykonať v čase, keď je inštancia offline. Ďalšie informácie nájdete na {linkstart} dokumentačnej stránke ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Ako databáza je použitá SQLite. Pre väčšie inštalácie odporúčame prejsť na inú databázu.",
@@ -201,6 +203,11 @@ OC.L10N.register(
"Search" : "Hľadať",
"An error occurred while searching for {type}" : "Počas hľadania {type} sa vyskytla chyba",
"_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Pre vyhľadávanie zadajte aspoň {minSearchLength} znak","Pre vyhľadávanie zadajte aspoň {minSearchLength} znaky","Pre vyhľadávanie zadajte aspoň {minSearchLength} znakov","Pre vyhľadávanie zadajte aspoň {minSearchLength} znakov"],
+ "This browser is not supported" : "Tento prehliadač nie je podporovaný",
+ "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Váš prehliadač nie je podporovaný. Inovujte na novšiu alebo podporovanú verziu.",
+ "Continue with this unsupported browser" : "Pokračovať s nepodporovaným prehliadačom",
+ "Supported versions" : "Podporované verzie",
+ "{name} version {version} and above" : "{name} verzie {version} alebo vyššej",
"Search {types} …" : "Vyhľadať {types}",
"Settings" : "Nastavenia",
"Could not load your contacts" : "Nie je možné načítať Vaše kontakty",
@@ -289,6 +296,7 @@ OC.L10N.register(
"The profile does not exist." : "Profil neexistuje.",
"Back to %s" : "Späť na %s",
"Page not found" : "Stránka nenájdená",
+ "The page could not be found on the server." : "Stránka nebola nájdená na serveri.",
"Too many requests" : "Priveľa požiadavok",
"There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Príliš mnoho požiadaviek z vašej siete. Skúste to znovu neskôr alebo kontaktujte svojho administrátora ak je toto chyba.",
"Error" : "Chyba",
diff --git a/core/l10n/sk.json b/core/l10n/sk.json
index 6d941cc50fe..bde4cde3893 100644
--- a/core/l10n/sk.json
+++ b/core/l10n/sk.json
@@ -38,6 +38,7 @@
"Some of your link shares have been removed" : "Niektoré odkazy sprístupnenia boli odstránené.",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Kvôli bezpečnostnej chyba sme museli odstrániť niektoré z vašich odkazov pre sprístupnenie. Pre viac informácií nasledujte tento link.",
"The user limit of this instance is reached." : "Limit pre počet užívateľov pre túto inštanciu bol dosiahnutý.",
+ "Enter your subscription key in the support app in order to increase the user limit. This does also grant you all additional benefits that Nextcloud Enterprise offers and is highly recommended for the operation in companies." : "Zadajte svoj kľúč predplatného v aplikácii podpory, aby ste zvýšili limit používateľov. To vám tiež poskytuje všetky ďalšie výhody, ktoré Nextcloud Enterprise ponúka a je vysoko odporúčaný pre prevádzku vo firemnom prostredí.",
"Learn more ↗" : "Viac informácií ↗",
"Preparing update" : "Pripravuje sa aktualizácia",
"[%d / %d]: %s" : "[%d / %d]: %s",
@@ -97,6 +98,7 @@
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "V tejto inštancii chýbajú niektoré odporúčané moduly PHP.\nAk chcete zlepšiť výkon a kompatibilitu, dôrazne odporúčame, aby ste ich nainštalovali.",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "PHP modul „imagick“ nie je povolený, hoci tematická aplikácia áno. Aby generovanie favicon správne fungovalo, musíte nainštalovať a povoliť tento modul.",
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "PHP moduly \"gmp\" a/alebo \"bcmath\" nie sú povolené. Ak používate autentifikáciu WebAuthn bez hesla, tieto moduly sú povinné.",
+ "It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Zdá sa, že používate 32-bitovú verziu PHP. Nextcloud 26 a vyšší potrebuje 64-bit. Prosím, aktualizujte svoj OS a PHP na 64-bitové! Ďalšie podrobnosti nájdete na {linkstart}stránke dokumentácie↗{linkend}.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Modul php-imagick nemá podporu SVG. Pre lepšiu kompatibilitu sa odporúča nainštalovať ho.",
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Niektorým stĺpcom v databáze chýba konverzia na big int. Vzhľadom na to, že zmena typov stĺpcov na veľkých tabuľkách by mohla chvíľu trvať, neboli zmenené automaticky. Spustením príkazu „occ db: convert-filecache-bigint“ budú zmeny aplikované manuálne. Túto operáciu je potrebné vykonať v čase, keď je inštancia offline. Ďalšie informácie nájdete na {linkstart} dokumentačnej stránke ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Ako databáza je použitá SQLite. Pre väčšie inštalácie odporúčame prejsť na inú databázu.",
@@ -199,6 +201,11 @@
"Search" : "Hľadať",
"An error occurred while searching for {type}" : "Počas hľadania {type} sa vyskytla chyba",
"_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Pre vyhľadávanie zadajte aspoň {minSearchLength} znak","Pre vyhľadávanie zadajte aspoň {minSearchLength} znaky","Pre vyhľadávanie zadajte aspoň {minSearchLength} znakov","Pre vyhľadávanie zadajte aspoň {minSearchLength} znakov"],
+ "This browser is not supported" : "Tento prehliadač nie je podporovaný",
+ "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Váš prehliadač nie je podporovaný. Inovujte na novšiu alebo podporovanú verziu.",
+ "Continue with this unsupported browser" : "Pokračovať s nepodporovaným prehliadačom",
+ "Supported versions" : "Podporované verzie",
+ "{name} version {version} and above" : "{name} verzie {version} alebo vyššej",
"Search {types} …" : "Vyhľadať {types}",
"Settings" : "Nastavenia",
"Could not load your contacts" : "Nie je možné načítať Vaše kontakty",
@@ -287,6 +294,7 @@
"The profile does not exist." : "Profil neexistuje.",
"Back to %s" : "Späť na %s",
"Page not found" : "Stránka nenájdená",
+ "The page could not be found on the server." : "Stránka nebola nájdená na serveri.",
"Too many requests" : "Priveľa požiadavok",
"There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Príliš mnoho požiadaviek z vašej siete. Skúste to znovu neskôr alebo kontaktujte svojho administrátora ak je toto chyba.",
"Error" : "Chyba",