diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-28 00:20:49 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-28 00:20:49 +0000 |
commit | 79721b48e526e9cdd74827d8277ef32ad1dc3ebf (patch) | |
tree | a172447bdc66b1d82e3d16dbee6115f158800756 /core/l10n/gl.js | |
parent | 24d88615d0fa926239cd7dbc9a0f5f66c419bf1c (diff) | |
download | nextcloud-server-79721b48e526e9cdd74827d8277ef32ad1dc3ebf.tar.gz nextcloud-server-79721b48e526e9cdd74827d8277ef32ad1dc3ebf.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/gl.js')
-rw-r--r-- | core/l10n/gl.js | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/core/l10n/gl.js b/core/l10n/gl.js index 16bdf37f2c9..1d22a30b51c 100644 --- a/core/l10n/gl.js +++ b/core/l10n/gl.js @@ -106,6 +106,25 @@ OC.L10N.register( "Pick start date" : "Escolla a data de inicio", "Pick end date" : "Escolla a data de finalización", "Search in date range" : "Buscar nun intervalo de datas", + "Unified search" : "Busca unificada", + "Search apps, files, tags, messages" : "Buscar aplicacións, ficheiros, etiquetas, mensaxes", + "Places" : "Lugares", + "Date" : "Data", + "Today" : "Hoxe", + "Last 7 days" : "Últimos 7 días", + "Last 30 days" : "Últimos 30 días", + "This year" : "Este ano", + "Last year" : "Último ano", + "Search people" : "Buscar persoas", + "People" : "Persoas", + "Filter in current view" : "Filtrar na vista actual", + "Results" : "Resultados", + "Load more results" : "Cargando máis resultados", + "Search in" : "Buscar en", + "Searching …" : "Buscando…", + "Start typing to search" : "Comece a escribir para buscar", + "No matching results" : "Non hai resultados coincidentes", + "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Entre ${this.dateFilter.startFrom.toLocaleDateString()} e ${this.dateFilter.endAt.toLocaleDateString()}", "Log in" : "Acceder", "Logging in …" : "Acceder…", "Server side authentication failed!" : "A autenticación fracasou do lado do servidor!", @@ -163,9 +182,7 @@ OC.L10N.register( "Looking for {term} …" : "Buscando {term}…", "Search starts once you start typing and results may be reached with the arrow keys" : "A busca comeza unha vez que comeza a escribir e pódese acceder aos resultados coas teclas de frecha", "Search for {name} only" : "Buscar só por {name}", - "Start typing to search" : "Comece a escribir para buscar", "Loading more results …" : "Cargando máis resultados…", - "Load more results" : "Cargando máis resultados", "Search" : "Buscar", "No results for {query}" : "Non hai resultados para {query}", "Press Enter to start searching" : "Prema Intro para comezar a busca", @@ -181,23 +198,6 @@ OC.L10N.register( "You have not added any info yet" : "Aínda non engadiu ningunha información", "{user} has not added any info yet" : "{user} aínda non engadiu ningunha información", "Error opening the user status modal, try hard refreshing the page" : "Produciuse un erro ao abrir o modal de estado do usuario, tente forzar a actualización da páxina", - "Unified search" : "Busca unificada", - "Search apps, files, tags, messages" : "Buscar aplicacións, ficheiros, etiquetas, mensaxes", - "Search {types} …" : "Buscando {types}…", - "Places" : "Lugares", - "Date" : "Data", - "Today" : "Hoxe", - "Last 7 days" : "Últimos 7 días", - "Last 30 days" : "Últimos 30 días", - "This year" : "Este ano", - "Last year" : "Último ano", - "Search people" : "Buscar persoas", - "People" : "Persoas", - "Filter in current view" : "Filtrar na vista actual", - "Search in" : "Buscar en", - "Searching …" : "Buscando…", - "No matching results" : "Non hai resultados coincidentes", - "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Entre ${this.dateFilter.startFrom.toLocaleDateString()} e ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Este navegador non é compatíbel", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "O seu navegador non é compatíbel. Actualice a unha versión máis recente ou a unha compatíbel.", "Continue with this unsupported browser" : "Continuar con este navegador non compatíbel", @@ -205,6 +205,7 @@ OC.L10N.register( "{name} version {version} and above" : "{name} versión {version} e superior", "Settings menu" : "Menú de axustes", "Avatar of {displayName}" : "Avatar de {displayName}", + "Search {types} …" : "Buscando {types}…", "Choose {file}" : "Escoller {file}", "Choose" : "Escoller", "Copy to {target}" : "Copiar en {target}", |