fi.js 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Haluatko lisätä etäjaon {name} kohteesta {owner}@{remote}?",
  5. "Remote share" : "Etäjako",
  6. "Remote share password" : "Etäjaon salasana",
  7. "Cancel" : "Peruuta",
  8. "Add remote share" : "Lisää etäjako",
  9. "Invalid Federated Cloud ID" : "Virheellinen federoidun pilven tunniste",
  10. "Server to server sharing is not enabled on this server" : "Palvelimien kesken jakaminen ei ole käytössä tällä palvelimella",
  11. "Couldn't establish a federated share." : "Ei voinut muodostaa federoitua jakoa.",
  12. "Couldn't establish a federated share, maybe the password was wrong." : "Ei voinut muodostaa federoitua jakoa. Ehkä salasana oli väärin.",
  13. "Federated Share request sent, you will receive an invitation. Check your notifications." : "Federoidun jakamisen pyyntö lähetetty, saat kutsun. Tarkista ilmoitukset.",
  14. "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Federoitua jakoa ei voitu muodostaa. Vaikuttaa siltä, että palvelin jonka kanssa federointia yritetään, on versioltaan liian vanha (Nextcloud <= 9).",
  15. "It is not allowed to send federated group shares from this server." : "Federoitujen ryhmäjakojen lähettäminen tältä palvelimelta ei ole sallittu.",
  16. "Sharing %1$s failed, because this item is already shared with user %2$s" : "Kohteen %1$s jakaminen epäonnistui, koska tämä kohde on jo jaettu käyttäjän %2$s kanssa",
  17. "Not allowed to create a federated share with the same user" : "Saman käyttäjän kanssa ei ole sallittua luoda federoitua jakoa",
  18. "Federated shares require read permissions" : "Federoidut jaot vaativat lukuoikeuksia",
  19. "File is already shared with %s" : "Tiedosto on jo jaettu kohteen %s kanssa",
  20. "Could not find share" : "Ei löytynyt jakoa",
  21. "Federated sharing" : "Federoitu jakaminen",
  22. "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Vastaanotit jaon {share} etäjakona käyttäjältä {user} ({behalf}:n puolesta)",
  23. "You received {share} as a remote share from {user}" : "Vastaanotit jaon {share} etäjakona käyttäjältä {user}",
  24. "Accept" : "Hyväksy",
  25. "Decline" : "Kieltäydy",
  26. "Federated Cloud Sharing" : "Federoitu pilvijakaminen",
  27. "Sharing" : "Jakaminen",
  28. "Federated file sharing" : "Federoitu tiedostojako",
  29. "Provide federated file sharing across servers" : "Mahdollistaa federoidun tiedostojaon palvelinten välillä",
  30. "Allow users on this server to receive shares from other servers" : "Salli tämän palvelimen käyttäjien vastaanottaa jakoja muilta palvelimilta",
  31. "Allow users on this server to send shares to groups on other servers" : "Salli käyttäjien tällä palvelimella lähettää jakoja toisten palvelimien ryhmille",
  32. "Allow users on this server to receive group shares from other servers" : "Salli käyttäjien tällä palvelimella vastaanottaa ryhmäjakoja toisilta palvelimilta",
  33. "Search global and public address book for users" : "Etsi käyttäjiä maailmanlaajuisesta ja julkisesta osoitekirjasta",
  34. "Allow users to publish their data to a global and public address book" : "Salli käyttäjien julkaista tietojaan maailmanlaajuisessa ja julkisessa osoitekirjassa",
  35. "Federated Cloud" : "Federoitu pilvi",
  36. "Your Federated Cloud ID:" : "Federoidun pilvesi tunniste:",
  37. "Share it so your friends can share files with you:" : "Jaa se, jotta ystäväsi voivat jakaa tiedostoja kanssasi:",
  38. "Facebook" : "Facebook",
  39. "Twitter" : "Twitter",
  40. "Diaspora" : "Diaspora",
  41. "Add to your website" : "Lisää verkkosivuillesi",
  42. "Share with me via Nextcloud" : "Jaa kanssani Nextcloudin kautta",
  43. "HTML Code:" : "HTML-koodi:",
  44. "Share with me through my #Nextcloud Federated Cloud ID" : "Jaa kanssani käyttäen #Nextcloud ja federoitua pilvitunnistetta",
  45. "Copy to clipboard" : "Kopioi leikepöydälle",
  46. "Clipboard is not available" : "Leikepöytä ei ole käytettävissä",
  47. "Copied!" : "Kopioitu!",
  48. "Copy" : "Kopioi",
  49. "Not supported!" : "Ei tuettu!",
  50. "Press ⌘-C to copy." : "Paina ⌘-C kopioidaksesi.",
  51. "Press Ctrl-C to copy." : "Paina Ctrl-C kopioidaksesi.",
  52. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Jaa kanssani käyttäen #Nextcloud ja federoitua pilvitunnistetta, katso %s",
  53. "Open documentation" : "Avaa ohje"
  54. },
  55. "nplurals=2; plural=(n != 1);");