diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-19 02:27:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-19 02:27:14 +0000 |
commit | df7ead3e89ae6bb8e08ed68f7d5223384474d589 (patch) | |
tree | f3250b2820b8b7f64c83b2ef3ca9246f0291c5d7 /core/l10n/es.js | |
parent | 1ee7bc3250c9dc5d0604a6378add01fd98f6592b (diff) | |
download | nextcloud-server-df7ead3e89ae6bb8e08ed68f7d5223384474d589.tar.gz nextcloud-server-df7ead3e89ae6bb8e08ed68f7d5223384474d589.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/es.js')
-rw-r--r-- | core/l10n/es.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js index 3212b71f83e..582b57ff5d1 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -419,7 +419,6 @@ OC.L10N.register( "Contacts menu" : "Menú de contactos", "Settings menu" : "Menú de configuraciones", "Setup two-factor authentication" : "Configurar autenticación de dos factores", - "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}.", - "%s logo" : "%s logo" + "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}." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |