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.4KB

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