diff options
Diffstat (limited to 'apps/files_external/l10n/ast.js')
-rw-r--r-- | apps/files_external/l10n/ast.js | 49 |
1 files changed, 34 insertions, 15 deletions
diff --git a/apps/files_external/l10n/ast.js b/apps/files_external/l10n/ast.js index 0fab7b15e81..294c3f38b53 100644 --- a/apps/files_external/l10n/ast.js +++ b/apps/files_external/l10n/ast.js @@ -1,24 +1,40 @@ OC.L10N.register( "files_external", { - "Step 1 failed. Exception: %s" : "Pasu 1 fallíu. Esceición: %s", - "Step 2 failed. Exception: %s" : "Pasu 2 fallíu. Esceición: %s", - "External storage" : "Almacenamientu esternu", + "External storages" : "Almacenamientos internos", "Personal" : "Personal", "System" : "Sistema", "Grant access" : "Conceder accesu", + "Error configuring OAuth1" : "Fallu configurando Oauth1", + "Error configuring OAuth2" : "Fallu configurando OAuth2", + "Generate keys" : "Xenerar claves", + "Error generating key pair" : "Fallu xenerando'l par de claves", "All users. Type to select user or group." : "Tolos usuarios. Escribe pa seleccionar usuariu o grupu.", "(group)" : "(grupu)", "Saved" : "Guardáu", + "Saving..." : "Guardando...", + "Save" : "Guardar", + "Empty response from the server" : "Rempuesta balera del sirvidor", + "Couldn't access. Please log out and in again to activate this mount point" : "Nun pudo accedese. Volvi aniciar sesión p'activar esti puntu de montaxe, por favor", + "Couldn't get the list of external mount points: {type}" : "Nun pudo consiguise'l llistáu de puntos esternos de montaxe: {type}", + "There was an error with message: " : "Hebo un fallu col mensaxe:", + "External mount error" : "Fallu de montaxe esternu", "Username" : "Nome d'usuariu", "Password" : "Contraseña", - "Save" : "Guardar", + "Invalid mount point" : "Puntu de montaxe non válidu", + "%s" : "%s", + "Secret key" : "Clave secreta", "None" : "Dengún", - "App key" : "App principal", - "App secret" : "App secreta", + "OAuth1" : "OAuth1", + "App key" : "Clave d'aplicación", + "OAuth2" : "OAuth2", "Client ID" : "ID de veceru", "Client secret" : "Veceru secretu", + "OpenStack" : "OpenStack", "API key" : "clave API", + "Global credentials" : "Credenciales global", + "Username and password" : "Nome d'usuariu y contraseña", + "RSA public key" : "Clave RSA pública", "Public key" : "Clave pública", "Amazon S3" : "Amazon S3", "Bucket" : "Depósitu", @@ -30,30 +46,33 @@ OC.L10N.register( "WebDAV" : "WebDAV", "URL" : "URL", "Remote subfolder" : "Subcarpeta remota", - "Secure https://" : "Secure https://", - "Dropbox" : "Dropbox", "Host" : "Sirvidor", - "Secure ftps://" : "Secure ftps://", "Local" : "Llocal", "Location" : "Llocalización", - "ownCloud" : "ownCloud", + "Nextcloud" : "Nextcloud", + "SFTP" : "SFTP", "Root" : "Raíz", + "SMB / CIFS" : "SMB / CIFS", "Share" : "Compartir", + "Domain" : "Dominiu", "SMB / CIFS using OC login" : "SMB / CIFS usando accesu OC", "Username as share" : "Nome d'usuariu como Compartición", "OpenStack Object Storage" : "OpenStack Object Storage", - "<b>Note:</b> " : "<b>Nota:</b> ", - "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> El soporte de cURL en PHP nun ta activáu o instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.", - "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> El soporte de FTP en PHP nun ta activáu o instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.", - "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> \"%s\" nun ta instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.", + "Service name" : "Nome del serviciu", + "No external storage configured" : "Nun se configuraron almacenamientos esternos", + "You can add external storages in the personal settings" : "Pues amestar almacenamientos enternos nos axustes personales", "Name" : "Nome", "Storage type" : "Triba d'almacenamientu", "Scope" : "Ámbitu", - "External Storage" : "Almacenamientu esternu", + "Enable encryption" : "Habilitar cifráu", + "Never" : "Enxamás", "Folder name" : "Nome de la carpeta", + "External storage" : "Almacenamientu esternu", + "Authentication" : "Autenticación", "Configuration" : "Configuración", "Available for" : "Disponible pa", "Add storage" : "Amestar almacenamientu", + "Advanced settings" : "Axustes avanzaos", "Delete" : "Desaniciar", "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamientu esternu" }, |