diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-21 00:39:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-21 00:39:03 +0000 |
commit | b3e05f2b194ce6047844fe150b84328705f357d1 (patch) | |
tree | 0ce23cf9419784a50314c29f636571b892d2ce16 /apps/files/l10n/gl.js | |
parent | c016b934d43b060c925bc6f71b2250120d7f7c3a (diff) | |
download | nextcloud-server-b3e05f2b194ce6047844fe150b84328705f357d1.tar.gz nextcloud-server-b3e05f2b194ce6047844fe150b84328705f357d1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/gl.js')
-rw-r--r-- | apps/files/l10n/gl.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index 21f14920e36..7bbe6b3c638 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -177,7 +177,6 @@ OC.L10N.register( "Upload successful" : "Envío satisfactorio", "\"{displayName}\" action executed successfully" : "A acción «{displayName}» executouse correctamente", "\"{displayName}\" action failed" : "A acción «{displayName}» fallou", - "Select the row for {displayName}" : "Seleccione a fila para {displayName}", "Rename file" : "Renomear o ficheiro", "File name" : "Nome de ficheiro", "Folder name" : "Nome do cartafol", @@ -195,8 +194,6 @@ OC.L10N.register( "Could not copy {file}. {message}" : "Non foi posíbel copiar {file}. {mensaxe}", "Could not move {file}. {message}" : "Non foi posíbel mover {file}. {mensaxe}", "Total rows summary" : "Resumo total de filas", - "Select all" : "Seleccionar todo", - "Unselect all" : "Desmarcar todo", "\"{displayName}\" failed on some elements " : "Produciuse un fallo nalgúns elementos de «{displayName}» ", "\"{displayName}\" batch action executed successfully" : "A acción por lotes «{displayName}» executouse correctamente", "List of files and folders." : "Lista de ficheiros e cartafoles", @@ -294,6 +291,7 @@ OC.L10N.register( "Files and folders you recently modified will show up here." : "Os ficheiros e cartafoles que modificou recentemente amosaranse aquí.", "Toggle %1$s sublist" : "Alternar %1$s sublista", "No entries found in this folder" : "Non se atoparon entradas neste cartafol", + "Select all" : "Seleccionar todo", "Upload too large" : "Envío grande de máis", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiros que tenta enviar exceden do tamaño máximo permitido neste servidor", "Text file" : "Ficheiro de texto", @@ -311,7 +309,9 @@ OC.L10N.register( "Pending shares" : "Comparticións pendentes", "This file has the tag {tag}" : "Este ficheiro ten a etiqueta {tag}", "This file has the tags {firstTags} and {lastTag}" : "Este ficheiro ten as etiquetas {firstTags} e {lastTag}", + "Select the row for {displayName}" : "Seleccione a fila para {displayName}", "Open folder {name}" : "Abrir o cartafol {name}", + "Unselect all" : "Desmarcar todo", "ascending" : "ascendente", "descending" : "descendente", "Sort list by {column} ({direction})" : "Ordenar a lista por {column} ({direction})", |