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

lv.js « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 260e901df61112de2daf8ab6ac1795f04ee8e688 (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
73
74
75
76
77
78
79
80
81
82
83
84
85
OC.L10N.register(
    "files_external",
    {
    "External storage" : "Ārējā krātuve",
    "Personal" : "Personīgi",
    "System" : "Sistēma",
    "Grant access" : "Piešķirt pieeju",
    "Error configuring OAuth1" : "Konfigurēšanas kļūda OAuth1",
    "Please provide a valid app key and secret." : "Lūdzu, norādiet derīgu lietotnes atslēgu un noslēpumu.",
    "Error configuring OAuth2" : "Konfigurēšanas kļūda OAuth2",
    "Generate keys" : "Izveidot atslēgas",
    "Error generating key pair" : "Kļūda, ģenerējot atslēgu pāri",
    "All users. Type to select user or group." : "Visiem lietotājiem. Klikšķini, lai atlasītu lietotāju vai grupu.",
    "Compatibility with Mac NFD encoding (slow)" : "Saderība ar Mac NFD kodēšanu (lēni)",
    "Enable encryption" : "Ieslēgt šifrēšanu",
    "Enable previews" : "Iespējot priekšskatījumu",
    "Enable sharing" : "Koplietošanas iespējošana",
    "Check for changes" : "Pārbaudīt, vai nav izmaiņu",
    "Never" : "Nekad",
    "Read only" : "Tikai lasāms",
    "Delete" : "Dzēst",
    "Admin defined" : "Administrators definētās",
    "Saved" : "Saglabāts",
    "Saving …" : "Saglabā ...",
    "Save" : "Saglabāt",
    "Empty response from the server" : "Tukša atbilde no servera",
    "Couldn't get the information from the remote server: {code} {type}" : "Nevarējām iegūt informāciju no attālā servera: {code} {type}",
    "There was an error with message: " : "Radās kļūda ar ziņu:",
    "External mount error" : "Ārējā montēšanas kļūda",
    "external-storage" : "ārējā krātuve",
    "Username" : "Lietotājvārds",
    "Password" : "Parole",
    "Invalid mount point" : "Nederīgs montēšanas punkts",
    "%s" : "%s",
    "Access key" : "Pieejas atslēga",
    "Secret key" : "Slepenā atslēga",
    "None" : "Nav",
    "OAuth1" : "OAuth1",
    "App key" : "Lietotnes atslēga",
    "OAuth2" : "OAuth2",
    "Client ID" : "Klienta ID",
    "Domain" : "Domain",
    "API key" : "API atslēga",
    "Username and password" : "Lietotājvārds un parole",
    "RSA public key" : "RSA publiskā atslēga",
    "Public key" : "Publiska atslēga",
    "Amazon S3" : "Amazon S3",
    "Hostname" : "Resursa nosaukums",
    "Port" : "Ports",
    "Region" : "Reģions",
    "Enable SSL" : "Iespējot SSL",
    "WebDAV" : "WebDAV",
    "URL" : "URL",
    "Remote subfolder" : "Attālinātā apakšmape",
    "Secure https://" : "Secure https://",
    "FTP" : "FTP",
    "Host" : "Resursdators",
    "Secure ftps://" : "Secure ftps://",
    "Local" : "Lokāls",
    "Location" : "Vieta",
    "Nextcloud" : "Nextcloud",
    "SFTP" : "SFTP",
    "Root" : "Root",
    "SFTP with secret key login" : "SFTP pieteikšanās ar slepeno atslēgu",
    "Share" : "Koplietot",
    "Show hidden files" : "Rādīt slēptās datnes",
    "OpenStack Object Storage" : "OpenStack Object krātuve",
    "Service name" : "Servisa nosaukums",
    "Name" : "Nosaukums",
    "Storage type" : "Krātuves tips",
    "Scope" : "Darbības joma",
    "Open documentation" : "Atvērt dokumentāciju",
    "Folder name" : "Mapes nosaukums",
    "Authentication" : "Autentifikācija",
    "Configuration" : "Konfigurācija",
    "Available for" : "Pieejams",
    "Add storage" : "Pievienot krātuvi",
    "Advanced settings" : "Paplašināti iestatījumi",
    "Allow users to mount external storage" : "Atļaut lietotājiem uzstādīt ārējās krātuves",
    "External storages" : "Ārējās krātuves",
    "(group)" : "(grupa)",
    "SMB / CIFS" : "SMB / CIFS",
    "SMB / CIFS using OC login" : "SMB / CIFS lietojot OC lietotāju"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");