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.

ca.js 5.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Federated sharing" : "Compartició federada",
  5. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Voleu afegir la compartició remota {nom} des de {owner}@{remote}?",
  6. "Remote share" : "Compartició remota",
  7. "Remote share password" : "Contrasenya de compartició remota",
  8. "Cancel" : "Cancel·la",
  9. "Add remote share" : "Afegeix compartició remota",
  10. "Copy" : "Copia",
  11. "Copied!" : "Copiat!",
  12. "Not supported!" : "No soportat!",
  13. "Press ⌘-C to copy." : "Prem ⌘-C per copiar.",
  14. "Press Ctrl-C to copy." : "Prem Ctrl-C per copiar.",
  15. "Invalid Federated Cloud ID" : "ID de núvol federat invàlid",
  16. "Server to server sharing is not enabled on this server" : "La compartició entre servidors no està activada en aquest servidor",
  17. "Couldn't establish a federated share." : "No s'ha pogut establir una part federada.",
  18. "Couldn't establish a federated share, maybe the password was wrong." : "No s'ha pogut establir una acció compartida federada, potser la contrasenya ha estat incorrecta.",
  19. "Federated Share request sent, you will receive an invitation. Check your notifications." : "S'ha enviat la sol·licitud de participació federada, rebràs una invitació. Comproveu les vostres notificacions.",
  20. "The mountpoint name contains invalid characters." : "El nom del punt de muntatge conté caràcters no vàlids.",
  21. "Not allowed to create a federated share with the owner." : "No es permet crear una compartida federada amb el propietari.",
  22. "Invalid or untrusted SSL certificate" : "El certificat SSL és invàlid o no és fiable",
  23. "Could not authenticate to remote share, password might be wrong" : "No s'ha pogut autenticar per compartir de manera remota, la contrasenya podria estar equivocada",
  24. "Storage not valid" : "Emmagatzemament no vàlid",
  25. "Federated share added" : "S'ha afegit una part federada",
  26. "Couldn't add remote share" : "No s'ha pogut afegir una compartició remota",
  27. "Sharing %s failed, because this item is already shared with %s" : "Ha fallat en compartir %s, perquè l'element ja està compartit amb %s",
  28. "Not allowed to create a federated share with the same user" : "No està permés crear una compartició federada amb el mateix usuari",
  29. "File is already shared with %s" : "El fitxer ja està compartit amb %s",
  30. "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "S'ha produït un error en compartir%s, no s'ha pogut trobar%s, potser el servidor no estigui disponible o s'utilitzi un certificat autofirmat.",
  31. "Could not find share" : "No s'ha pogut trobar la compartició",
  32. "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has rebut \"/%3$s\" com una compartició remota des de %1$s (de part de %2$s)",
  33. "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Has rebut {share} com un recompte remot de {user} (en nom de {nom})",
  34. "You received \"%3$s\" as a remote share from %1$s" : "Has rebut \"/%3$s\" com una compartició remota de %1$s",
  35. "You received {share} as a remote share from {user}" : "Has rebut {share} com a recompte remot de {user}",
  36. "Accept" : "Acceptar",
  37. "Decline" : "Denegar",
  38. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartiu amb mi a través de la meva #Nextcloud Federated Cloud Id, vegeu%s",
  39. "Share with me through my #Nextcloud Federated Cloud ID" : "Compartiu amb mi a través de la meva #Nextcloud Federated Cloud ID",
  40. "Sharing" : "Compartir",
  41. "Federated Cloud Sharing" : "Compartició federada de núvol",
  42. "Open documentation" : "Obre la documentació",
  43. "Adjust how people can share between servers." : "Ajusteu com les persones poden compartir entre servidors.",
  44. "Allow users on this server to send shares to other servers" : "Permet als usuaris d'aquest servidor enviar comparticions a d'altres servidors",
  45. "Allow users on this server to receive shares from other servers" : "Permet als usuaris d'aquest servidor rebre comparticions a d'altres servidors",
  46. "Search global and public address book for users" : "Cerca llibreta d'adreces global i pública per als usuaris",
  47. "Allow users to publish their data to a global and public address book" : "Permetre als usuaris publicar les seves dades en una llibreta d'adreces global i pública",
  48. "Federated Cloud" : "Núvol federat",
  49. "You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Podeu compartir amb qualsevol persona que usi Nextcloud, ownCloud vs Pydio! Acaba de posar el seu identificador de núvol federat al diàleg d'accions. Sembla person@cloud.example.com",
  50. "Your Federated Cloud ID:" : "El teu ID de Núvol Federat:",
  51. "Share it so your friends can share files with you:" : "Compartiu-lo perquè els vostres amics puguin compartir fitxers amb vosaltres:",
  52. "Add to your website" : "Afegeix a la teva pàgina web",
  53. "Share with me via Nextcloud" : "Comparteix amb mi a través de Nextcloud",
  54. "HTML Code:" : "Codi HTML:",
  55. "Search global and public address book for users and let local users publish their data" : "Busqueu llibreta d'adreces global i pública per als usuaris i deixeu que els usuaris locals publiquin les seves dades",
  56. "Share it:" : "Comparteix-lo:"
  57. },
  58. "nplurals=2; plural=(n != 1);");