diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-28 00:20:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-28 00:20:40 +0000 |
commit | e3f6959c60d015a2e643492c0aac4d33d22c6409 (patch) | |
tree | b42957ba79e7709d8d521f3154f3cc87d27a6b72 /core/l10n/ast.js | |
parent | 00aa8f543841c6bfd853a3ac5cb4ff3ab0a058ae (diff) | |
download | nextcloud-server-e3f6959c60d015a2e643492c0aac4d33d22c6409.tar.gz nextcloud-server-e3f6959c60d015a2e643492c0aac4d33d22c6409.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/ast.js')
-rw-r--r-- | core/l10n/ast.js | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/core/l10n/ast.js b/core/l10n/ast.js index afd7b396b2d..6dd5e740a6c 100644 --- a/core/l10n/ast.js +++ b/core/l10n/ast.js @@ -105,6 +105,25 @@ OC.L10N.register( "Pick start date" : "Escoyer la data de comienzu", "Pick end date" : "Escoyer la data de fin", "Search in date range" : "Buscar nun intervalu de dates", + "Unified search" : "Busca unificada", + "Search apps, files, tags, messages" : "Buscar aplicaciones, ficheros, etiquetes, mensaxes", + "Places" : "Llugares", + "Date" : "Data", + "Today" : "Güei", + "Last 7 days" : "Los últimos 7 díes", + "Last 30 days" : "Los últimos 30 díes", + "This year" : "Esti añu", + "Last year" : "L'añu pasáu", + "Search people" : "Buscar persones", + "People" : "Persones", + "Filter in current view" : "Peñerar na vista actual", + "Results" : "Resultaos", + "Load more results" : "Cargar más resultaos", + "Search in" : "Buscar en", + "Searching …" : "Buscando…", + "Start typing to search" : "Comienza a escribir pa buscar", + "No matching results" : "Nun hai nengún resultáu que concasare", + "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Ente'l ${this.dateFilter.startFrom.toLocaleDateString()} y ${this.dateFilter.endAt.toLocaleDateString()}", "Log in" : "Aniciar la sesión", "Logging in …" : "Aniciando la sesión…", "Server side authentication failed!" : "¡L'autenticación de llau del sirvidor falló!", @@ -161,9 +180,7 @@ OC.L10N.register( "Looking for {term} …" : "Buscando {term}…", "Search starts once you start typing and results may be reached with the arrow keys" : "La busca comienza namás que comiences a escribir y pues seleicionar los resultaos coles tecles del cursor", "Search for {name} only" : "Buscar «{name}» namás", - "Start typing to search" : "Comienza a escribir pa buscar", "Loading more results …" : "Cargando más resultaos…", - "Load more results" : "Cargar más resultaos", "Search" : "Buscar", "No results for {query}" : "Nun hai nengún resultáu pa «{query}»", "Press Enter to start searching" : "Primi la tecla «Intro» pa comenzar la busca", @@ -179,23 +196,6 @@ OC.L10N.register( "You have not added any info yet" : "Nun amestesti nenguna información", "{user} has not added any info yet" : "{user} nun amestó nenguna información", "Error opening the user status modal, try hard refreshing the page" : "Hebo un error al abrir el diálogu modal del estáu d'usuariu, prueba a anovar la páxina", - "Unified search" : "Busca unificada", - "Search apps, files, tags, messages" : "Buscar aplicaciones, ficheros, etiquetes, mensaxes", - "Search {types} …" : "Buscar «{types}»…", - "Places" : "Llugares", - "Date" : "Data", - "Today" : "Güei", - "Last 7 days" : "Los últimos 7 díes", - "Last 30 days" : "Los últimos 30 díes", - "This year" : "Esti añu", - "Last year" : "L'añu pasáu", - "Search people" : "Buscar persones", - "People" : "Persones", - "Filter in current view" : "Peñerar na vista actual", - "Search in" : "Buscar en", - "Searching …" : "Buscando…", - "No matching results" : "Nun hai nengún resultáu que concasare", - "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Ente'l ${this.dateFilter.startFrom.toLocaleDateString()} y ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Esti restolador nun ye compatible", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "El restolador nun ye compatible. Anuévalu o instala una versión compatible.", "Continue with this unsupported browser" : "SIguir con esti restolador incompatible", @@ -203,6 +203,7 @@ OC.L10N.register( "{name} version {version} and above" : "{name} versión {version} y superior", "Settings menu" : "Menú de configuración", "Avatar of {displayName}" : "Avatar de: {displayName}", + "Search {types} …" : "Buscar «{types}»…", "Choose {file}" : "Escoyer «{filer}»", "Choose" : "Escoyer", "Copy to {target}" : "Copiar a {target}", |