eo.js 5.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Ĉu vi volas aldoni la foran kunhavon {name} de {owner}@{remote}?",
  5. "Remote share" : "Foran kunhavo",
  6. "Remote share password" : "Pasvorto de fora kunhavo",
  7. "Cancel" : "Nuligi",
  8. "Add remote share" : "Aldoni foran kunhavon",
  9. "Invalid Federated Cloud ID" : "Nevalida federnuba identigilo",
  10. "Server to server sharing is not enabled on this server" : "Interservila kunhavo ne estas ebligita en ĉi tiu servilo",
  11. "Couldn't establish a federated share." : "Ne povis fari federan kunhavon.",
  12. "Couldn't establish a federated share, maybe the password was wrong." : "Ne povis fari federan kunhavon, eble la pasvorto ne ĝustas.",
  13. "Federated Share request sent, you will receive an invitation. Check your notifications." : "Federkunhava peto sendita, vi ricevos inviton. Kontrolu viajn sciigojn.",
  14. "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Ne povis fari federan kunhavon, ŝajnas, ke la servilo federota estas tro malnova (Nextcloud ⩽ 9).",
  15. "It is not allowed to send federated group shares from this server." : "Ne estas permesita sendi federajn grupajn kuhavojn el tiu ĉi servilo. ",
  16. "Sharing %1$s failed, because this item is already shared with user %2$s" : "Kunhavigo de %1$s malsukcesis, ĉar la ero jam kunhaviĝis kun uzanto %2$s",
  17. "Not allowed to create a federated share with the same user" : "Vi ne rajtas krei federan kunhavon kun la sama uzanto",
  18. "File is already shared with %s" : "Dosiero jam kuhaviĝas kun %s",
  19. "Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Kunhavigo de %1$s malsukcesis, ne eblis trovi %2$s; eble la servilo estas provizore neatingebla aŭ uzas memsubskribitan atestilon.",
  20. "Could not find share" : "Ne eblis trovi kunhavon",
  21. "Federated sharing" : "Federa kunhavado",
  22. "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Vi ricevis „{share}“ kiel foran kunhavon el {user} (nome de {behalf})",
  23. "You received {share} as a remote share from {user}" : "Vi ricevis „{share}“ kiel foran kunhavon el {user}",
  24. "Accept" : "Akcepti",
  25. "Decline" : "Malakcepti",
  26. "Federated Cloud Sharing" : "Federnuba kunhavigo",
  27. "Sharing" : "Kunhavigo",
  28. "Federated file sharing" : "Federa dosierkunhavado",
  29. "Provide federated file sharing across servers" : "Provizas federan dosierkunhavigon inter serviloj",
  30. "Allow users on this server to receive shares from other servers" : "Permesi al uzantoj en tiu ĉi servilo ricevi kunhavojn el aliaj serviloj",
  31. "Allow users on this server to send shares to groups on other servers" : "Permesi al uzantoj en tiu ĉi servilo sendi kunhavojn al grupoj de aliaj serviloj",
  32. "Allow users on this server to receive group shares from other servers" : "Permesi al uzantoj en tiu ĉi servilo ricevi kunhavojn el grupoj de aliaj serviloj",
  33. "Search global and public address book for users" : "Serĉi mallokan kaj publikan adresaron por trovi uzantojn",
  34. "Allow users to publish their data to a global and public address book" : "Permesi al uzantoj aperigi iliajn datumojn en mallokan kaj publikan adresaron ",
  35. "Federated Cloud" : "Federa nubo",
  36. "You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Vi povas kunhavigi kun iu, kiu uzas Nextcloud aŭ aliaj serviloj kaj servoj kungruaj kun „Open Cloud Mesh (OCM)“! Entajpu simple lian aŭ ŝian federnuban identigilon en la kunhaviga dialogo. Federnuba identigilo similas al persono@nubo.example.com",
  37. "Your Federated Cloud ID:" : "Via federnuba identigilo:",
  38. "Share it so your friends can share files with you:" : "Kunhavigu ĝin, por ke viaj amikoj povu kunhavigi dosierojn kun vi:",
  39. "Twitter" : "Twitter",
  40. "Add to your website" : "Aldoni al via TTT-ejo",
  41. "Share with me via Nextcloud" : "Kunhavigi kun mi per Nextcloud",
  42. "HTML Code:" : "HTML-kodo:",
  43. "Share with me through my #Nextcloud Federated Cloud ID" : "Kunhavigi kun mi per mia #Nextcloud-federnuba identigilo",
  44. "Copy to clipboard" : "Kopii tondejen",
  45. "Copied!" : "Kopiita!",
  46. "Copy" : "Kopii",
  47. "Not supported!" : "Ne subtenite!",
  48. "Press ⌘-C to copy." : "Premu ⌘-C por kopii.",
  49. "Press Ctrl-C to copy." : "Premu Ctrl-C por kopii.",
  50. "You received \"%3$s\" as a remote share from %4$s (%1$s) (on behalf of %5$s (%2$s))" : "Vi ricevis „%3$s“ kiel foran kunhavon el %4$s [%1$s] (nome de %5$s [%2$s])",
  51. "You received \"%3$s\" as a remote share from %4$s (%1$s)" : "Vi ricevis „%3$s“ kiel foran kunhavon el %4$s (%1$s)",
  52. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Kunhavigi kun mi per mia identigilo de #Nextcloud-federnuba identigilo; vidu %s",
  53. "Open documentation" : "Malfermi la dokumentaron"
  54. },
  55. "nplurals=2; plural=(n != 1);");