1
0

fi.js 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "Copy" : "Kopioi",
  10. "Copied!" : "Kopioitu!",
  11. "Not supported!" : "Ei tuettu!",
  12. "Press ⌘-C to copy." : "Paina ⌘-C kopioidaksesi.",
  13. "Press Ctrl-C to copy." : "Paina Ctrl-C kopioidaksesi.",
  14. "Invalid Federated Cloud ID" : "Virheellinen federoidun pilven tunniste",
  15. "Server to server sharing is not enabled on this server" : "Palvelimien kesken jakaminen ei ole käytössä tällä palvelimella",
  16. "Couldn't establish a federated share." : "Ei voinut muodostaa federoitua jakoa.",
  17. "Couldn't establish a federated share, maybe the password was wrong." : "Ei voinut muodostaa federoitua jakoa. Ehkä salasana oli väärin.",
  18. "Federated Share request sent, you will receive an invitation. Check your notifications." : "Federoidun jakamisen pyyntö lähetetty, saat kutsun. Tarkista ilmoitukset.",
  19. "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).",
  20. "It is not allowed to send federated group shares from this server." : "Federoitujen ryhmäjakojen lähettäminen tältä palvelimelta ei ole sallittu.",
  21. "Not allowed to create a federated share with the same user" : "Saman käyttäjän kanssa ei ole sallittua luoda federoitua jakoa",
  22. "File is already shared with %s" : "Tiedosto on jo jaettu kohteen %s kanssa",
  23. "Could not find share" : "Ei löytynyt jakoa",
  24. "Federated sharing" : "Federoitu jakaminen",
  25. "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Vastaanotit \"%3$s\":n etäjakona käyttäjältä %1$s (%2$s:n puolesta)",
  26. "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)",
  27. "You received \"%3$s\" as a remote share from %1$s" : "Vastaanotit \"%3$s\":n etäjakona käyttäjältä %1$s",
  28. "You received {share} as a remote share from {user}" : "Vastaanotit jaon {share} etäjakona käyttäjältä {user}",
  29. "Accept" : "Hyväksy",
  30. "Decline" : "Kieltäydy",
  31. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Jaa kanssani käyttäen #Nextcloud ja federoitua pilvitunnistetta, katso %s",
  32. "Share with me through my #Nextcloud Federated Cloud ID" : "Jaa kanssani käyttäen #Nextcloud ja federoitua pilvitunnistetta",
  33. "Sharing" : "Jakaminen",
  34. "Federated file sharing" : "Federoitu tiedostojako",
  35. "Provide federated file sharing across servers" : "Mahdollistaa federoidun tiedostojaon palvelinten välillä",
  36. "Federated Cloud Sharing" : "Federoitu pilvijakaminen",
  37. "Open documentation" : "Avaa ohje",
  38. "Adjust how people can share between servers." : "Mukauta kuinka ihmiset voivat jakaa palvelinten välillä.",
  39. "Allow users on this server to send shares to other servers" : "Salli tämän palvelimen käyttäjien lähettää jakoja muille palvelimille",
  40. "Allow users on this server to receive shares from other servers" : "Salli tämän palvelimen käyttäjien vastaanottaa jakoja muilta palvelimilta",
  41. "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",
  42. "Allow users on this server to receive group shares from other servers" : "Salli käyttäjien tällä palvelimella vastaanottaa ryhmäjakoja toisilta palvelimilta",
  43. "Search global and public address book for users" : "Etsi käyttäjiä maailmanlaajuisesta ja julkisesta osoitekirjasta",
  44. "Allow users to publish their data to a global and public address book" : "Salli käyttäjien julkaista tietojaan maailmanlaajuisessa ja julkisessa osoitekirjassa",
  45. "Federated Cloud" : "Federoitu pilvi",
  46. "Your Federated Cloud ID:" : "Federoidun pilvesi tunniste:",
  47. "Share it so your friends can share files with you:" : "Jaa se, jotta ystäväsi voivat jakaa tiedostoja kanssasi:",
  48. "Add to your website" : "Lisää verkkosivuillesi",
  49. "Share with me via Nextcloud" : "Jaa kanssani Nextcloudin kautta",
  50. "HTML Code:" : "HTML-koodi:",
  51. "Sharing %s failed, because this item is already shared with %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjälle %s",
  52. "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Kohteen %s jakaminen epäonnistui, kohdetta %s ei löytynyt. Palvelin ei ehkä ole juuri nyt tavoitettavissa tai käyttää itse allekirjoitettua sertifikaattia."
  53. },
  54. "nplurals=2; plural=(n != 1);");