diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:25 +0000 |
commit | a62a1faf3b113ea8d1be54d088cab0214b0600d3 (patch) | |
tree | 6dacdcd36b5e5eec4e560d5a266e4dcf1db4831f /lib/l10n/es_MX.js | |
parent | a8d317942bf36e539a31601281fb2f448c8bcfb1 (diff) | |
download | nextcloud-server-a62a1faf3b113ea8d1be54d088cab0214b0600d3.tar.gz nextcloud-server-a62a1faf3b113ea8d1be54d088cab0214b0600d3.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/es_MX.js')
-rw-r--r-- | lib/l10n/es_MX.js | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js index 965253e5764..fb232b36a86 100644 --- a/lib/l10n/es_MX.js +++ b/lib/l10n/es_MX.js @@ -93,13 +93,14 @@ OC.L10N.register( "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "La aplicación \"%s\" no puede ser instalada porque no es compatible con esta versión del servidor. ", "__language_name__" : "Español (México)", "This is an automatically sent email, please do not reply." : "Este es un correo enviado automáticamente, por favor no lo contestes. ", + "Help & privacy" : "Ayuda y privacidad", "Appearance and accessibility" : "Apariencia y accesibilidad", "Apps" : "Aplicaciones", "Personal settings" : "Configuración personal", "Administration settings" : "Configuración de administración", "Settings" : "Ajustes", "Log out" : "Cerrar sesión", - "Users" : "Usuarios", + "Accounts" : "Cuentas", "Email" : "Correo electrónico", "Mail %s" : "Correo %s", "Fediverse" : "Fediverso", @@ -261,19 +262,21 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Generates a possible headline for a text." : "Genera un posible titular para un texto.", + "Summarize" : "Resumir", + "Summary" : "Resumen", + "Extract topics" : "Extraer temas", "Free prompt" : "Liberar prompt", "Runs an arbitrary prompt through the language model." : "Ejecuta un prompt arbitrario a través del modelo de lenguaje.", "Generate headline" : "Generar titular", - "Generates a possible headline for a text." : "Genera un posible titular para un texto.", - "Summarize" : "Resumir", "Summarizes text by reducing its length without losing key information." : "Resume el texto reduciendo su longitud sin perder información clave.", - "Extract topics" : "Extraer temas", "Extracts topics from a text and outputs them separated by commas." : "Extrae los temas de un texto y genera una salida separada por comas. ", "404" : "404", "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "El usuario que ha iniciado sesión debe ser un administrador, un subadministrador o tener permisos especiales para acceder a esta configuración", "Logged in user must be an admin or sub admin" : "El usuario conectado debe ser un administrador o un subadministrador", "Logged in user must be an admin" : "El usuario firmado debe ser un administrador", "Help" : "Ayuda", + "Users" : "Usuarios", "Unknown user" : "Ususario desconocido", "Enter the database username and name for %s" : "Introduzca el usuario y el nombre para la base de datos %s", "Enter the database username for %s" : "Introduzca el usuario de la base de datos %s", |