diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-30 00:22:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-30 00:22:50 +0000 |
commit | fe35710f1b73461cb2fc96b7ab1aefba70c6f5c1 (patch) | |
tree | 87379d08b8d1e55d09abab5bdd6075d04163c6fc /core/l10n/gl.json | |
parent | ebf289c4304f04868cf365a339c34836cbc83b68 (diff) | |
download | nextcloud-server-fe35710f1b73461cb2fc96b7ab1aefba70c6f5c1.tar.gz nextcloud-server-fe35710f1b73461cb2fc96b7ab1aefba70c6f5c1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/gl.json')
-rw-r--r-- | core/l10n/gl.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/l10n/gl.json b/core/l10n/gl.json index a1a3ae976a8..f7ac433e176 100644 --- a/core/l10n/gl.json +++ b/core/l10n/gl.json @@ -187,7 +187,7 @@ "Global search" : "Busca global", "Search apps, files, tags, messages" : "Buscar aplicacións, ficheiros, etiquetas, mensaxes", "Apps and Settings" : "Aplicacións e axustes", - "Modified" : "Modificado", + "Date" : "Data", "Today" : "Hoxe", "Last 7 days" : "Últimos 7 días", "Last 30 days" : "Últimos 30 días", @@ -199,6 +199,7 @@ "Load more results" : "Cargando máis resultados", "Search in" : "Buscar en", "Filter in current view" : "Filtrar na vista actual", + "Searching …" : "Buscando…", "Start typing in search" : "Comece a escribir na busca", "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()}", @@ -415,7 +416,7 @@ "Missing primary key on table \"{tableName}\"." : "Falta a chave primaria na táboa «{tableName}».", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Faltan algunhas chave primarias na base de datos. Por mor do feito de que a adición de chave primarias en táboas grandes podería levar algún tempo, non se engadiron automaticamente. Ao executar «occ db:add-missing-primary-keys», esas chave primarias que faltan poderían engadirse manualmente mentres a instancia segue funcionando.", "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Falta a columna opcional «{columnName}» na táboa «{tableName}».", - "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Á base de datos fáltanlle algunhas columnas opcionais. Por moe de que engadir columnas a grandes táboas podería levar moito tempo non foron engadidas automaticamente cando poden ser opcionais. Estas columnas poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-columns». Unha vez se teñan engadidas as columnas, algunhas características poden mellorar a resposta ou a usabilidade.", + "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Á base de datos fáltanlle algunhas columnas opcionais. Por mor de que engadir columnas a grandes táboas podería levar moito tempo non foron engadidas automaticamente cando poden ser opcionais. Estas columnas poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-columns». Unha vez se teñan engadidas as columnas, algunhas características poden mellorar a resposta ou a usabilidade.", "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "A esta instancia fáltanlle algúns módulos PHP recomendados. Para mellorar o rendemento e aumentar a compatibilidade, recomendase encarecidamente instalalos.", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Parece que está a executar unha versión de PHP de 32 bits. Nextcloud necesita 64 bits para funcionar ben. Actualice o seu sistema operativo e PHP a 64 bits. Para obter máis detalles, lea {linkstart}a páxina de documentación ↗{linkend} sobre isto.", "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Algunhas columnas da base de datos non teñen unha conversión a «big int». por mor do feito de que cambiar os tipos de columnas en grandes táboas pode levar algún tempo, non se cambian automaticamente. Ao executar «occ db:convert-filecache-bigint» poderían aplicarse manualmente os cambios pendentes. Esta operación debe realizarse mentres a instancia está sen conexión. Para obter máis detalles, lea {linkstart}a páxina de documentación sobre isto ↗{linkend}.", @@ -432,6 +433,7 @@ "No more subfolders in here" : "Aquí non hai máis subcartafoles", "Name" : "Nome", "Size" : "Tamaño", + "Modified" : "Modificado", "\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.", "File name cannot be empty." : "O nome de ficheiro non pode estar baleiro", "\"/\" is not allowed inside a file name." : "«/» non está permitido nun nome de ficheiro.", |