You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lv.js 3.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. OC.L10N.register(
  2. "files_external",
  3. {
  4. "External storage" : "Ārējā krātuve",
  5. "Personal" : "Personīgi",
  6. "System" : "Sistēma",
  7. "Grant access" : "Piešķirt pieeju",
  8. "Error configuring OAuth1" : "Konfigurēšanas kļūda OAuth1",
  9. "Please provide a valid app key and secret." : "Lūdzu, norādiet derīgu lietotnes atslēgu un noslēpumu.",
  10. "Error configuring OAuth2" : "Konfigurēšanas kļūda OAuth2",
  11. "Generate keys" : "Izveidot atslēgas",
  12. "Error generating key pair" : "Kļūda, ģenerējot atslēgu pāri",
  13. "All users. Type to select user or group." : "Visiem lietotājiem. Klikšķini, lai atlasītu lietotāju vai grupu.",
  14. "(Group)" : "(Grupa)",
  15. "Compatibility with Mac NFD encoding (slow)" : "Saderība ar Mac NFD kodēšanu (lēni)",
  16. "Enable encryption" : "Ieslēgt šifrēšanu",
  17. "Enable previews" : "Iespējot priekšskatījumu",
  18. "Enable sharing" : "Koplietošanas iespējošana",
  19. "Check for changes" : "Pārbaudīt, vai nav izmaiņu",
  20. "Never" : "Nekad",
  21. "Read only" : "Tikai lasāms",
  22. "Disconnect" : "Atvienot",
  23. "Admin defined" : "Administrators definētās",
  24. "Saved" : "Saglabāts",
  25. "Saving …" : "Saglabā ...",
  26. "Save" : "Saglabāt",
  27. "Empty response from the server" : "Tukša atbilde no servera",
  28. "Couldn't get the information from the remote server: {code} {type}" : "Nevarējām iegūt informāciju no attālā servera: {code} {type}",
  29. "There was an error with message: " : "Radās kļūda ar ziņu:",
  30. "External mount error" : "Ārējā montēšanas kļūda",
  31. "external-storage" : "ārējā krātuve",
  32. "Username" : "Lietotājvārds",
  33. "Password" : "Parole",
  34. "Invalid mount point" : "Nederīgs montēšanas punkts",
  35. "%s" : "%s",
  36. "Access key" : "Pieejas atslēga",
  37. "Secret key" : "Slepenā atslēga",
  38. "None" : "Nav",
  39. "OAuth1" : "OAuth1",
  40. "App key" : "Lietotnes atslēga",
  41. "OAuth2" : "OAuth2",
  42. "Client ID" : "Klienta ID",
  43. "Domain" : "Domain",
  44. "API key" : "API atslēga",
  45. "Username and password" : "Lietotājvārds un parole",
  46. "RSA public key" : "RSA publiskā atslēga",
  47. "Public key" : "Publiska atslēga",
  48. "Amazon S3" : "Amazon S3",
  49. "Hostname" : "Resursa nosaukums",
  50. "Port" : "Ports",
  51. "Region" : "Reģions",
  52. "Enable SSL" : "Iespējot SSL",
  53. "WebDAV" : "WebDAV",
  54. "URL" : "URL",
  55. "Remote subfolder" : "Attālinātā apakšmape",
  56. "Secure https://" : "Secure https://",
  57. "FTP" : "FTP",
  58. "Host" : "Resursdators",
  59. "Secure ftps://" : "Secure ftps://",
  60. "Local" : "Lokāls",
  61. "Location" : "Vieta",
  62. "Nextcloud" : "Nextcloud",
  63. "SFTP" : "SFTP",
  64. "Root" : "Root",
  65. "SFTP with secret key login" : "SFTP pieteikšanās ar slepeno atslēgu",
  66. "Share" : "Koplietot",
  67. "Show hidden files" : "Rādīt slēptās datnes",
  68. "OpenStack Object Storage" : "OpenStack Object krātuve",
  69. "Service name" : "Servisa nosaukums",
  70. "Name" : "Nosaukums",
  71. "Storage type" : "Krātuves tips",
  72. "Scope" : "Darbības joma",
  73. "Open documentation" : "Atvērt dokumentāciju",
  74. "Folder name" : "Mapes nosaukums",
  75. "Authentication" : "Autentifikācija",
  76. "Configuration" : "Konfigurācija",
  77. "Available for" : "Pieejams",
  78. "Add storage" : "Pievienot krātuvi",
  79. "Advanced settings" : "Paplašināti iestatījumi",
  80. "Allow users to mount external storage" : "Atļaut lietotājiem uzstādīt ārējās krātuves",
  81. "Delete" : "Dzēst"
  82. },
  83. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");