diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-07 00:20:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-07 00:20:29 +0000 |
commit | 2c23a7cf99080a0c8dc09f5831e313dd576fc06d (patch) | |
tree | c08c4380430e783d0c2edf722d80b1c598e2f95a /apps/files_external/l10n/gl.js | |
parent | 2f4c5a2a39fc3be4e6abdb118a6a7d8715c77215 (diff) | |
download | nextcloud-server-2c23a7cf99080a0c8dc09f5831e313dd576fc06d.tar.gz nextcloud-server-2c23a7cf99080a0c8dc09f5831e313dd576fc06d.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_external/l10n/gl.js')
-rw-r--r-- | apps/files_external/l10n/gl.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files_external/l10n/gl.js b/apps/files_external/l10n/gl.js index e99bed7fc47..dc6039b5e6e 100644 --- a/apps/files_external/l10n/gl.js +++ b/apps/files_external/l10n/gl.js @@ -1,6 +1,12 @@ OC.L10N.register( "files_external", { + "Grant access" : "Permitir o acceso", + "Error configuring OAuth1" : "Produciuse un erro ao configurar OAuth1", + "Please provide a valid app key and secret." : "Forneza unha chave de aplicación e o segredo", + "Error configuring OAuth2" : "Produciuse un erro ao configurar OAuth2", + "Generate keys" : "Xerar chaves", + "Error generating key pair" : "Produciuse un erro ao xerar o par de chaves", "Type to select user or group." : "Escriba para seleccionar usuario ou grupo.", "(Group)" : "(grupo)", "Compatibility with Mac NFD encoding (slow)" : "Compatibilidade coa codificación Mac MFD (lenta)", @@ -137,12 +143,6 @@ OC.L10N.register( "Advanced settings" : "Axustes avanzados", "Allow users to mount external storage" : "Permitirlle aos usuarios montar almacenamento externo", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Poden empregarse credenciais globais para autenticar con múltiples almacenamentos externos que teñan as mesmas credenciais.", - "Grant access" : "Permitir o acceso", - "Error configuring OAuth1" : "Produciuse un erro ao configurar OAuth1", - "Please provide a valid app key and secret." : "Forneza unha chave de aplicación e o segredo", - "Error configuring OAuth2" : "Produciuse un erro ao configurar OAuth2", - "Generate keys" : "Xerar chaves", - "Error generating key pair" : "Produciuse un erro ao xerar o par de chaves", "Empty response from the server" : "Resposta baleira dende o servidor", "Couldn't access. Please log out and in again to activate this mount point" : "Non é posíbel acceder. Peche a sesión e volva iníciala para activar este punto de montaxe", "Couldn't get the information from the remote server: {code} {type}" : "Non foi posíbel obter a información do servidor remoto: {code} {type}", |