summaryrefslogtreecommitdiffstats
path: root/apps/theming/l10n/es.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/l10n/es.js')
-rw-r--r--apps/theming/l10n/es.js14
1 files changed, 13 insertions, 1 deletions
diff --git a/apps/theming/l10n/es.js b/apps/theming/l10n/es.js
index 0ebfd61b698..fb1b873e22b 100644
--- a/apps/theming/l10n/es.js
+++ b/apps/theming/l10n/es.js
@@ -26,19 +26,31 @@ OC.L10N.register(
"No file uploaded" : "No se ha subido archivo",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Ya estás usando un tema personalizado. La configuración de la aplicación de temas puede ser sobrescrita por el.",
"Theming" : "Tema",
+ "Appearance and accessibility" : "Apariencia y accesibilidad",
+ "Dark theme with high contrast mode" : "Tema oscuro con modo de alto contraste",
+ "Enable dark high contrast mode" : "Activar el modo oscuro de alto contraste",
+ "Similar to the high contrast mode, but with dark colours." : "Similar al modo de alto contraste, pero con colores oscuros",
"Dark theme" : "Tema oscuro",
"Enable dark theme" : "Activar tema oscuro",
+ "A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Un tema oscuro para aliviar tu vista, reduciendo la luminosidad y el brillo de la pantalla",
+ "System default theme" : "Tema por defecto del sistema",
+ "Enable the system default" : "Habilitar el por defecto del sistema",
+ "Using the default system appearance." : "Utilizando la apariencia por defecto del sistema",
"Dyslexia font" : "Tipo de letra para dislexia",
"Enable dyslexia font" : "Activa tipo de letra para dislexia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic es un tipo de letra libre diseñada para reducir algunos de los errores de lectura comunes causados por la dislexia.",
"High contrast mode" : "Modo de alto contraste",
"Enable high contrast mode" : "Activar modo de alto contraste",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un modo de alto contraste para facilitar la navegación. Se reducirá la calidad visual pero se aumentará la claridad.",
+ "Light theme" : "Tema claro",
+ "Enable the default light theme" : "Activar el tema claro",
+ "The default light appearance." : "La apariencia clara por defecto",
"Legal notice" : "Aviso legal",
"Privacy policy" : "Política de privacidad",
"Adjust the Nextcloud theme" : "Ajusta el tema de Nextcloud",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "El acceso universal es muy importante para nosotros. Seguimos los estándares web y verificamos que todo es manejable sin ratón y con software de asistencia, como un lector de pantalla. Nuestro objetivo es cumplir con las {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 en nivel AA y, con el tema de alto contraste, en nivel AAA.",
"If you find any issues, don’t hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Si encuentra algún problema, no dude en informar del mismo en el {issuetracker}nuestro seguimiento de problemas{linkend}. Y si desea estar involucrado, ¡únase al {designteam}nuestro equipo de desarrollo{linkend}!",
+ "Theme selection is enforced" : "La selección del tema es forzada",
"Open documentation" : "Abrir la documentación",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Los temas hacen posible personalizar fácilmente la apariencia de tu instancia y los clientes soportados. Esto será visible para todos los usuarios.",
"Name" : "Nombre",
@@ -61,4 +73,4 @@ OC.L10N.register(
"Upload new favicon" : "Subir nuevo favicon",
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión de PHP Imagemagick con soporte para imágenes SVG para generar automáticamente faviconos basados en el logo y color subidos."
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");