diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:23 +0000 |
commit | a40838b61cfbad9fc3d969b82179f12308b8cd09 (patch) | |
tree | 640cb363b4637ec800b51f391cafdc35a563f272 /apps/files/l10n/gl.js | |
parent | 8afd99c2067364cc619d283914fb50bf12f9f58c (diff) | |
download | nextcloud-server-a40838b61cfbad9fc3d969b82179f12308b8cd09.tar.gz nextcloud-server-a40838b61cfbad9fc3d969b82179f12308b8cd09.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 | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index 202452ef96d..5f25a7260e2 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -37,7 +37,10 @@ OC.L10N.register( "Set reminder" : "Definir un lembrete", "Edit locally" : "Editar localmente", "Open" : "Abrir", - "_Delete file_::_Delete files_" : ["Eliminar ficheiro","Eliminar ficheiros"], + "Delete file" : "Eliminar ficheiro", + "Delete folder" : "Eliminar o cartafol", + "Disconnect storage" : "Desconectar o almacenamento", + "Leave this share" : "Deixa esta compartición", "Could not load info for file \"{file}\"" : "Non foi posíbel cargar información para o ficheiro «{file}»", "Files" : "Ficheiros", "Details" : "Detalles", @@ -247,6 +250,7 @@ OC.L10N.register( "Blank" : "Baleiro", "Unable to create new file from template" : "Non é posíbel crear un novo ficheiro a partir do modelo", "Delete permanently" : "Eliminar definitivamente", + "Delete files" : "Eliminar ficheiros", "Confirm deletion" : "Confirmar a eliminación", "Cancel" : "Cancelar", "Destination is not a folder" : "O destino non é un cartafol", @@ -291,20 +295,9 @@ OC.L10N.register( "Direct link was copied (only works for users who have access to this file/folder)" : "Foi copiada a ligazón directa (só funciona para os usuarios que teñen acceso a este ficheiro/cartafol)", "Copy direct link (only works for users who have access to this file/folder)" : "Copiar a ligazón directa (só funciona para usuarios con acceso a este ficheiro/cartafol)", "You can only favorite a single file or folder at a time" : "Só pode marcar como favorito un único ficheiro ou cartafol por vez", - "\"remote user\"" : "«usuario remoto»", - "Search users" : "Buscar usuarios", - "You might not have have permissions to view it, ask the sender to share it" : "É posíbel que non teña permisos para velo, pídalle ao remitente que o comparta", - "Set up templates folder" : "Estabelecer un cartafol de modelos", - "Toggle %1$s sublist" : "Alternar %1$s sublista", - "Toggle grid view" : "Alternar a vista como grade", - "Deleted files" : "Ficheiros eliminados", - "Shares" : "Comparticións", - "Shared with others" : "Compartido con outros", - "Shared with you" : "Compartido con Vde.", - "Deleted shares" : "Comparticións eliminadas", - "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}", + "\"remote user\"" : "«usuario remoto»", "Select the row for {displayName}" : "Seleccione a fila para {displayName}", "Open folder {name}" : "Abrir o cartafol {name}", "Unselect all" : "Desmarcar todo", @@ -315,6 +308,15 @@ OC.L10N.register( "Search for an account" : "Buscar por unha conta", "Choose" : "Escoller", "No files or folders have been deleted yet" : "Aínda non se eliminou ningún ficheiro nin cartafol", + "You might not have have permissions to view it, ask the sender to share it" : "É posíbel que non teña permisos para velo, pídalle ao remitente que o comparta", + "Set up templates folder" : "Estabelecer un cartafol de modelos", + "Toggle %1$s sublist" : "Alternar %1$s sublista", + "Toggle grid view" : "Alternar a vista como grade", + "Shares" : "Comparticións", + "Shared with others" : "Compartido con outros", + "Shared with you" : "Compartido con Vde.", + "Deleted shares" : "Comparticións eliminadas", + "Pending shares" : "Comparticións pendentes", "The files is locked" : "Os ficheiros están bloqueados" }, "nplurals=2; plural=(n != 1);"); |