diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-13 00:20:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-13 00:20:04 +0000 |
commit | 0fcc88424d264f99c7794d4d256a04ccdb1e0aa3 (patch) | |
tree | 01aa950f61bc62c9da21032c41d46348baaa99e8 /core/l10n/es.js | |
parent | 23177dae98e1f4d703968970d8bad3082c9078ba (diff) | |
download | nextcloud-server-0fcc88424d264f99c7794d4d256a04ccdb1e0aa3.tar.gz nextcloud-server-0fcc88424d264f99c7794d4d256a04ccdb1e0aa3.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 | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js index 01f8af2f179..7386a1111d4 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -183,7 +183,27 @@ OC.L10N.register( "Install the Contacts app" : "Instala la aplicación Contactos", "Loading your contacts …" : "Cargando tus contactos...", "Looking for {term} …" : "Buscando {term}...", + "Search starts once you start typing and results may be reached with the arrow keys" : "La búsqueda empieza una vez que comienza a escribir y los resultados pueden seleccionarse con las teclas de flecha", + "Search for {name} only" : "Buscar solo por {name}", + "Start typing to search" : "Empieza a escribir para buscar", + "Loading more results …" : "Cargando más resultados …", + "Load more results" : "Cargar más resultados", + "Search" : "Buscar", + "No results for {query}" : "Sin resultados para {query}", + "Press Enter to start searching" : "Pulse Enter para iniciar la búsqueda", + "An error occurred while searching for {type}" : "Ha ocurrido un error al buscar {type}", + "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Por favor, introduce {minSearchLength} carácter o más para buscar","Por favor, introduce {minSearchLength} caracteres o más para buscar","Por favor, introduce {minSearchLength} caracteres o más para buscar"], + "Forgot password?" : "¿Contraseña olvidada?", + "Back to login form" : "Volver al formulario de inicio de sesión", + "Back" : "Atrás", + "Login form is disabled." : "La página de inicio de sesión está deshabilitada.", + "Edit Profile" : "Editar perfil", + "The headline and about sections will show up here" : "El título y la sección acerca de aparecerán aquí", + "You have not added any info yet" : "Aún no has añadido nada de información", + "{user} has not added any info yet" : "{user} no ha añadido aún nada de información", + "Error opening the user status modal, try hard refreshing the page" : "Error al abrir la ventana de estado del usuario, intente actualizar la página", "Search apps, files, tags, messages" : "Buscar en apps, archivos, etiquetas, mensajes", + "Search {types} …" : "Buscar {types}…", "Apps and Settings" : "Apps y Ajustes", "Date" : "Fecha", "Today" : "Hoy", @@ -194,30 +214,11 @@ OC.L10N.register( "Search people" : "Buscar personas", "Not found" : "No encontrado", "People" : "Personas", - "Load more results" : "Cargar más resultados", "Search in" : "Buscar en", "Searching …" : "Buscando …", "Start typing in search" : "Empieza a escribir en la búsqueda", "No matching results" : "No hay coincidencias", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Entre ${this.dateFilter.startFrom.toLocaleDateString()} y ${this.dateFilter.endAt.toLocaleDateString()}", - "Forgot password?" : "¿Contraseña olvidada?", - "Back to login form" : "Volver al formulario de inicio de sesión", - "Back" : "Atrás", - "Login form is disabled." : "La página de inicio de sesión está deshabilitada.", - "Edit Profile" : "Editar perfil", - "The headline and about sections will show up here" : "El título y la sección acerca de aparecerán aquí", - "You have not added any info yet" : "Aún no has añadido nada de información", - "{user} has not added any info yet" : "{user} no ha añadido aún nada de información", - "Error opening the user status modal, try hard refreshing the page" : "Error al abrir la ventana de estado del usuario, intente actualizar la página", - "Search starts once you start typing and results may be reached with the arrow keys" : "La búsqueda empieza una vez que comienza a escribir y los resultados pueden seleccionarse con las teclas de flecha", - "Search for {name} only" : "Buscar solo por {name}", - "Start typing to search" : "Empieza a escribir para buscar", - "Loading more results …" : "Cargando más resultados …", - "Search" : "Buscar", - "No results for {query}" : "Sin resultados para {query}", - "Press Enter to start searching" : "Pulse Enter para iniciar la búsqueda", - "An error occurred while searching for {type}" : "Ha ocurrido un error al buscar {type}", - "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Por favor, introduce {minSearchLength} carácter o más para buscar","Por favor, introduce {minSearchLength} caracteres o más para buscar","Por favor, introduce {minSearchLength} caracteres o más para buscar"], "This browser is not supported" : "Este navegador no está soportado", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Su navegador no está soportado. Por favor actualice a una versión nueva o a uno soportado.", "Continue with this unsupported browser" : "Continuar con este navegador no soportado", @@ -225,7 +226,6 @@ OC.L10N.register( "{name} version {version} and above" : "{name} versión {version} y superior", "Settings menu" : "Menú de configuraciones", "Avatar of {displayName}" : "Avatar de {displayName}", - "Search {types} …" : "Buscar {types}…", "No" : "No", "Yes" : "Sí", "Choose {file}" : "Seleccionar {file}", |