et_EE.js 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Soovid lisada kaugjagamise {name} asukohast {owner}@{remote}?",
  5. "Remote share" : "Kaugjagamine",
  6. "Remote share password" : "Kaugjagamise parool",
  7. "Cancel" : "Tühista",
  8. "Add remote share" : "Lisa kaugjagamine",
  9. "Invalid Federated Cloud ID" : "Vigane liitpilve ID",
  10. "Server to server sharing is not enabled on this server" : "Serveritevaheline jagamine ei ole selle pilves aktiiveeritud",
  11. "Couldn't establish a federated share." : "Liitjagamist ei õnnestunud luua",
  12. "Couldn't establish a federated share, maybe the password was wrong." : "Liitjagamist ei õnnestunud luua, ehk oli parool vale.",
  13. "Federated Share request sent, you will receive an invitation. Check your notifications." : "Liitjagamise päring edastatud, sulle saadetakse kutse. Kontrolli oma teateid.",
  14. "Not allowed to create a federated share with the same user" : "Liitjagamise loomine sama kasutajaga ei ole lubatud.",
  15. "File is already shared with %s" : "Fail on juba jagatud kasutajaga %s",
  16. "Could not find share" : "Jagamist ei leitud",
  17. "Federated sharing" : "Liit-jagamine",
  18. "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Sa said kaugjagatud faili {share} kasjutajalt {user} ({behalf} nimel)",
  19. "You received {share} as a remote share from {user}" : "Sa said kaugjagatud faili {file} kasutajalt {user}",
  20. "Accept" : "Nõustu",
  21. "Decline" : "Keeldu",
  22. "Federated Cloud Sharing" : "Jagamine liitpilves",
  23. "Sharing" : "Jagamine",
  24. "Allow users on this server to receive shares from other servers" : "Luba selle serveri kasutajatel võtta vastu jagamisi teistest serveritest",
  25. "Search global and public address book for users" : "Otsi kasutajaid globaalsest ja avalikust aadressiraamatust",
  26. "Allow users to publish their data to a global and public address book" : "Luba kasutajatel avaldada oma andmeid globaalses ja avalikus aadressiraamatus",
  27. "Federated Cloud" : "Liitpilv",
  28. "Your Federated Cloud ID:" : "Sinu liitpilve ID:",
  29. "Share it so your friends can share files with you:" : "Jaga seda, et su sõbrad saaksid sinuga faile jagada:",
  30. "Twitter" : "Twitter",
  31. "Add to your website" : "Lisa oma veebisaidile",
  32. "Share with me via Nextcloud" : "Jaga minuga läbi Nextcloudi",
  33. "HTML Code:" : "HTML kood:",
  34. "Share with me through my #Nextcloud Federated Cloud ID" : "Jaga minuga läbi minu #Nextcloudi liitpilve ID",
  35. "Copy to clipboard" : "Kopeeri lõikepuhvrisse",
  36. "Copied!" : "Kopeeritud!",
  37. "Copy" : "Kopeeri",
  38. "Not supported!" : "Pole toetatud!",
  39. "Press ⌘-C to copy." : "Kopeerimiseks vajuta ⌘ + C.",
  40. "Press Ctrl-C to copy." : "Kopeerimiseks vajuta Ctrl + C.",
  41. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Jaga minuga läbi minu #Nextcloudi liitpilve ID, vaata %s",
  42. "Open documentation" : "Ava dokumentatsioon"
  43. },
  44. "nplurals=2; plural=(n != 1);");