Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ast.js « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec5ff68ac657f2dc2a27463a8364ba954d37bba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
OC.L10N.register(
    "files_external",
    {
    "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Falló la descarga de los tokens solicitaos. Verifica que la clave y el secretu de la app de Dropbox ye correuta.",
    "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Falló la descarga de los tokens solicitaos. Verifica que la clave y el secretu de la app de Dropbox ye correuta.",
    "Please provide a valid Dropbox app key and secret." : "Por favor, proporciona una clave válida de l'app Dropbox y una clave secreta.",
    "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",
    "Local" : "Llocal",
    "Location" : "Llocalización",
    "Amazon S3" : "Amazon S3",
    "Key" : "Clave",
    "Secret" : "Secretu",
    "Bucket" : "Depósitu",
    "Amazon S3 and compliant" : "Amazon S3 y compatibilidá",
    "Access Key" : "Clave d'accesu",
    "Secret Key" : "Clave Secreta",
    "Hostname" : "Nome d'agospiu",
    "Port" : "Puertu",
    "Region" : "Rexón",
    "Enable SSL" : "Habilitar SSL",
    "Enable Path Style" : "Habilitar Estilu de ruta",
    "App key" : "App principal",
    "App secret" : "App secreta",
    "Host" : "Sirvidor",
    "Username" : "Nome d'usuariu",
    "Password" : "Contraseña",
    "Root" : "Raíz",
    "Secure ftps://" : "Secure ftps://",
    "Client ID" : "ID de veceru",
    "Client secret" : "Veceru secretu",
    "OpenStack Object Storage" : "OpenStack Object Storage",
    "Region (optional for OpenStack Object Storage)" : "Rexón (opcional pa OpenStack Object Storage)",
    "API Key (required for Rackspace Cloud Files)" : "Clave API (necesaria pa Rackspace Cloud Files)",
    "Tenantname (required for OpenStack Object Storage)" : "Nome d'inquilín (necesariu pa OpenStack Object Storage)",
    "Password (required for OpenStack Object Storage)" : "Contraseña (necesaria pa OpenStack Object Storage)",
    "Service Name (required for OpenStack Object Storage)" : "Nome de Serviciu (necesariu pa OpenStack Object Storage)",
    "URL of identity endpoint (required for OpenStack Object Storage)" : "URL d'identidá de puntu final (necesariu pa OpenStack Object Storage)",
    "Share" : "Compartir",
    "SMB / CIFS using OC login" : "SMB / CIFS usando accesu OC",
    "Username as share" : "Nome d'usuariu como Compartición",
    "URL" : "URL",
    "Secure https://" : "Secure https://",
    "Remote subfolder" : "Subcarpeta remota",
    "Access granted" : "Accesu concedíu",
    "Error configuring Dropbox storage" : "Fallu configurando l'almacenamientu de Dropbox",
    "Grant access" : "Conceder accesu",
    "Error configuring Google Drive storage" : "Fallu configurando l'almacenamientu de Google Drive",
    "Personal" : "Personal",
    "System" : "Sistema",
    "(group)" : "(grupu)",
    "Saved" : "Guardáu",
    "<b>Note:</b> " : "<b>Nota:</b> ",
    " and " : "y",
    "<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.",
    "You don't have any external storages" : "Nun tienes almacenamientos esternos",
    "Name" : "Nome",
    "Storage type" : "Triba d'almacenamientu",
    "Scope" : "Ámbitu",
    "External Storage" : "Almacenamientu esternu",
    "Folder name" : "Nome de la carpeta",
    "Configuration" : "Configuración",
    "Available for" : "Disponible pa",
    "Add storage" : "Amestar almacenamientu",
    "Delete" : "Desaniciar",
    "Enable User External Storage" : "Habilitar almacenamientu esterno d'usuariu",
    "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamientu esternu"
},
"nplurals=2; plural=(n != 1);");