ca.js 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. OC.L10N.register(
  2. "files_sharing",
  3. {
  4. "Shared with you" : "Us han compartit",
  5. "Nothing shared with you yet" : "No se us ha compartit res encara",
  6. "Files and folders others share with you will show up here" : "Els fitxers i carpetes que altres us comparteixin es mostraran aquí",
  7. "Shared with others" : "Heu compartit amb altres",
  8. "Nothing shared yet" : "No s'ha compartit res, encara",
  9. "Files and folders you share will show up here" : "Els fitxers i les carpetes que compartiu es mostraran aquí",
  10. "Shared by link" : "Compartit amb enllaç",
  11. "No shared links" : "No hi ha enllaços compartits",
  12. "Files and folders you share by link will show up here" : "Els fitxers i les carpetes que compartiu mitjançant un enllaç es mostraran aquí",
  13. "Deleted shares" : "Comparticions suprimides",
  14. "No deleted shares" : "No hi ha cap compartició suprimida",
  15. "Shares you deleted will show up here" : "Les comparticions que heu suprimit es mostraran aquí",
  16. "Pending shares" : "Compartits pendents",
  17. "Shares" : "Comparticions",
  18. "No shares" : "No hi ha comparticions",
  19. "Shares will show up here" : "Les comparticions es mostraran aquí",
  20. "Restore" : "Restaura",
  21. "Restore share" : "Restaura una compartició",
  22. "Something happened. Unable to restore the share." : "Alguna cosa ha passat. No es pot restaurar la compartició.",
  23. "error" : "error",
  24. "This will stop your current uploads." : "Això aturarà les càrregues actuals.",
  25. "Move or copy" : "Mou o copia",
  26. "Download" : "Baixa",
  27. "Delete" : "Suprimeix",
  28. "You can upload into this folder" : "Podeu carregar dins d'aquesta carpeta",
  29. "Terms of service" : "Condicions del servei",
  30. "No compatible server found at {remote}" : "No s'ha trobat cap servidor compatible a {remote}",
  31. "Invalid server URL" : "L'URL del servidor no és vàlida",
  32. "Failed to add the public link to your Nextcloud" : "No s'ha pogut afegir l'enllaç públic al vostre Nextcloud",
  33. "No expiration date set" : "No s'ha establert cap data de caducitat",
  34. "Shared by" : "Compartit per",
  35. "File shares" : "Fitxers compartits",
  36. "Downloaded via public link" : "Descarregat mitjançant enllaç públic",
  37. "Downloaded by {email}" : "Descarregat per {email}",
  38. "{file} downloaded via public link" : "{file} descarregat mitjançant enllaç públic",
  39. "{email} downloaded {file}" : "{email} descarregat {file}",
  40. "Shared with group {group}" : "Compartit amb el grup {group}",
  41. "Removed share for group {group}" : "S'ha suprimit la compartició per al grup {group}",
  42. "{actor} shared with group {group}" : "{actor} ha compartit amb el grup {group}",
  43. "{actor} removed share for group {group}" : "{actor} ha suprimit la participació del grup {grup}",
  44. "Share for group {group} expired" : "Ha caducat la compartició per al grup {group}",
  45. "You shared {file} with group {group}" : "Heu compartit {file} amb el grup {group}",
  46. "You removed group {group} from {file}" : "Heu suprimit el grup {group} de {file}",
  47. "{actor} shared {file} with group {group}" : "{actor} ha compartit {file} amb el grup {group}",
  48. "{actor} removed group {group} from {file}" : "{actor} ha suprimit el grup {group} de {file}",
  49. "Share for file {file} with group {group} expired" : "Ha caducat la compartició per al fitxer {file} amb el grup {group}",
  50. "Shared as public link" : "Compartit com a enllaç públic",
  51. "Removed public link" : "S'ha suprimit l'enllaç públic",
  52. "Public link expired" : "L'enllaç públic ha caducat",
  53. "{actor} shared as public link" : "{actor} ha compartit com a enllaç públic",
  54. "{actor} removed public link" : "{actor} ha suprimit l'enllaç públic",
  55. "Public link of {actor} expired" : "L'enllaç públic de {actor} ha caducat",
  56. "You shared {file} as public link" : "Heu compartit {file} com a enllaç públic",
  57. "You removed public link for {file}" : "Heu suprimit l'enllaç públic per a {file}",
  58. "Public link expired for {file}" : "L'enllaç públic ha caducat per {file}",
  59. "{actor} shared {file} as public link" : "{actor} ha compartit {file} com a enllaç públic",
  60. "{actor} removed public link for {file}" : "{actor} ha suprimit l'enllaç públic per a {file}",
  61. "Public link of {actor} for {file} expired" : "L'enllaç públic de {actor} per {file} ha caducat",
  62. "{user} accepted the remote share" : "{usuari} ha acceptat la compartició remota",
  63. "{user} declined the remote share" : "{usuari} ha rebutjat la compartició remota",
  64. "You received a new remote share {file} from {user}" : "Heu rebut una nova compartició remota {file} de {user}",
  65. "{user} accepted the remote share of {file}" : "{usuari} ha acceptat la compartició remota de {file}",
  66. "{user} declined the remote share of {file}" : "{usuari} ha rebutjat la compartició remota de {file}",
  67. "{user} unshared {file} from you" : "{user} us ha deixat de compartir {file}",
  68. "Shared with {user}" : "Compartit amb {user}",
  69. "Removed share for {user}" : "S'ha suprimit la compartició per {user}",
  70. "You removed yourself" : "Us heu suprimit",
  71. "{actor} removed themselves" : "{actor} s'ha suprimit ell mateix",
  72. "{actor} shared with {user}" : "{actor} ha compartit amb {usuari}",
  73. "{actor} removed share for {user}" : "{actor} ha suprimit la compartició per {user}",
  74. "Shared by {actor}" : "Compartit per {actor}",
  75. "{actor} removed share" : "{actor} ha suprimit la compartició",
  76. "Share for {user} expired" : "Ha caducat la compartició per a {user}",
  77. "Share expired" : "La compartició ha caducat",
  78. "You shared {file} with {user}" : "Heu compartit {file} amb {user}",
  79. "You removed {user} from {file}" : "Heu suprimit {user} de {file}",
  80. "You removed yourself from {file}" : "Us heu suprimit de {file}",
  81. "{actor} removed themselves from {file}" : "{actor} s'ha suprimit ell mateix de {file}",
  82. "{actor} shared {file} with {user}" : "{actor} ha compartit {file} amb {usuari}",
  83. "{actor} removed {user} from {file}" : "{actor} ha suprimit {user} de {file}",
  84. "{actor} shared {file} with you" : "{actor} us ha compartit {file}",
  85. "{actor} removed you from the share named {file}" : "{actor} us ha suprimit de la compartició anomenada {file}",
  86. "Share for file {file} with {user} expired" : "Ha caducat la compartició per al fitxer {file} amb {user}",
  87. "Share for file {file} expired" : "Ha caducat la compartició per al fitxer {file}",
  88. "A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "S'ha <strong>descarregat</strong> un fitxer compartit o carpeta compartida per correu o per enllaç públic",
  89. "A file or folder was shared from <strong>another server</strong>" : "S'ha compartit un fitxer o una carpeta d'un <strong>altre servidor</strong>",
  90. "A file or folder has been <strong>shared</strong>" : "S'ha <strong>compartit</strong> un fitxer o una carpeta",
  91. "Wrong share ID, share doesn't exist" : "L'identificador de la compartició és incorrecte, la compartició no existeix",
  92. "Could not delete share" : "No s'ha pogut suprimir la compartició",
  93. "Please specify a file or folder path" : "Si us plau, especifiqueu un camí de fitxer o carpeta",
  94. "Wrong path, file/folder doesn't exist" : "El camí és erroni, el fitxer o la carpeta no existeixen",
  95. "Could not create share" : "No s'ha pogut crear la compartició",
  96. "invalid permissions" : "Permisos no vàlids",
  97. "Please specify a valid user" : "Si us plau, especifiqueu un usuari vàlid",
  98. "Group sharing is disabled by the administrator" : "L'administrador ha desactivat l'opció per compartir grups",
  99. "Please specify a valid group" : "Si us plau, especifiqueu un grup vàlid",
  100. "Public link sharing is disabled by the administrator" : "L'administrador ha desactivat l'intercanvi d'enllaços públics",
  101. "Public upload disabled by the administrator" : "S'ha desactivat la càrrega pública per part de l'administrador",
  102. "Public upload is only possible for publicly shared folders" : "La càrrega pública només és possible per a carpetes compartides públicament",
  103. "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "No s'ha pogut compartir %s enviant la contrasenya per Nextcloud Talk perquè Nextcloud Talk no està activat",
  104. "Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser AAAA-MM-DD",
  105. "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "No s'ha pogut compartir %1$s perquè l'aplicació de fons no permet comparticions de tipus %2$s",
  106. "You cannot share to a Circle if the app is not enabled" : "No podeu compartir en un cercle si l'aplicació no està activada",
  107. "Please specify a valid circle" : "Especifiqueu un cercle vàlid",
  108. "Sharing %s failed because the back end does not support room shares" : "No s'ha pogut compartir %s perquè l'aplicació de fons no permet compartir canals",
  109. "Unknown share type" : "Tipus de compartició desconegut",
  110. "Not a directory" : "No és un directori",
  111. "Could not lock path" : "No s'ha pogut bloquejar la ruta d'accés",
  112. "Wrong or no update parameter given" : "S'ha donat un paràmetre o un paràmetre d'actualització incorrecte",
  113. "Can't change permissions for public share links" : "No es poden canviar els permisos per als enllaços compartits públics",
  114. "Sharing sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "No s’ha pogut compartir enviant la contrasenya per Nextcloud Talk perquè Nextcloud Talk no està activat",
  115. "shared by %s" : "compartit per %s",
  116. "Download all files" : "Descarrega tots els fitxers",
  117. "Direct link" : "Enllaç directe",
  118. "Add to your Nextcloud" : "Afegiu al vostre NextCloud",
  119. "Share API is disabled" : "Compartir l'API està desactivat",
  120. "File sharing" : "Compartició de fitxers",
  121. "Accept" : "Accepta",
  122. "Reject" : "Rebutja",
  123. "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Aquesta aplicació permet als usuaris compartir fitxers a Nextcloud. Si està activat, l'administrador pot triar quins grups poden compartir fitxers. Els usuaris aplicables poden compartir fitxers i carpetes amb altres usuaris i grups de Nextcloud. A més, si l’administrador activa la funció d’enllaç compartit, es pot fer servir un enllaç extern per compartir fitxers amb altres usuaris fora de Nextcloud. Els administradors també poden aplicar contrasenyes, dates de caducitat i activar la compartició de servidor a servidor mitjançant enllaços compartits, així com la compartició de dispositius mòbils.\nDesactivant la funcionalitat suprimirà els fitxers compartits i les carpetes del servidor per a tots els destinataris compartits i també per als clients de sincronització i les aplicacions per a mòbils. Podeu trobar més informació a la documentació de Nextcloud.",
  124. "Sharing" : "Compartint",
  125. "Allow editing" : "Permet l'edició",
  126. "Allow resharing" : "Permet compartir de nou",
  127. "Expiration date enforced" : "Data de venciment obligatòria",
  128. "Set expiration date" : "Establiu una data de caducitat",
  129. "Note to recipient" : "Nota al destinatari",
  130. "Unshare" : "Deixa de compartir",
  131. "group" : "grup",
  132. "conversation" : "conversa",
  133. "remote" : "remot",
  134. "remote group" : "grup remot",
  135. "guest" : "convidat",
  136. "Link copied" : "Enllaç copiat",
  137. "Cannot copy, please copy the link manually" : "No es pot copiar, si us plau, copieu l'enllaç manualment",
  138. "Copy to clipboard" : "Copia-ho al porta-papers",
  139. "Only works for users with access to this folder" : "Només funciona per a usuaris amb accés a aquesta carpeta",
  140. "Password protection" : "Protecció amb contrasenya",
  141. "Enter a password" : "Introduïu una contrasenya",
  142. "Cancel" : "Cancel·la",
  143. "Read only" : "Només de lectura",
  144. "Allow upload and editing" : "Permet la pujada i l'edició",
  145. "File drop (upload only)" : "Deixa anar el fitxer (només càrrega)",
  146. "Hide download" : "Amaga la baixada",
  147. "Password protect" : "Protegeix amb contrasenya",
  148. "Add another link" : "Afegeix un altre enllaç",
  149. "Share link" : "Enllaç de compartició",
  150. "No recommendations. Start typing." : "No hi ha recomanacions. Comenceu a escriure.",
  151. "Resharing is not allowed" : "No està permesa la re-compartició",
  152. "Searching …" : "Cercant ...",
  153. "No elements found." : "No s’han trobat elements.",
  154. "Search globally" : "Cerca globalment",
  155. "Link to a file" : "Enllaça a un fitxer",
  156. "Shared" : "Compartit",
  157. "Share" : "Comparteix",
  158. "Shared with" : "Compartit amb",
  159. "Shared with you and the group {group} by {owner}" : "Compartit amb tu i amb el grup {group} per {owner}",
  160. "Shared with you and {circle} by {owner}" : "Compartit amb tu i {circle} per {owner}",
  161. "Shared with you and the conversation {conversation} by {owner}" : "Compartit amb tu i amb la conversa {conversation} per {owner}",
  162. "Shared with you in a conversation by {owner}" : "Compartit amb tu en una conversa per {owner}",
  163. "Shared with you by {owner}" : "Compartit amb tu per {owner}",
  164. "No entries found in this folder" : "No hi ha entrades en aquesta carpeta",
  165. "Name" : "Nom",
  166. "Share time" : "Temps de compartició",
  167. "Expiration date" : "Data de caducitat",
  168. "Sorry, this link doesn’t seem to work anymore." : "Aquest enllaç sembla que no funciona.",
  169. "Reasons might be:" : "Les raons podrien ser:",
  170. "the item was removed" : "s'ha suprimit l'element",
  171. "the link expired" : "l'enllaç ha vençut",
  172. "sharing is disabled" : "s'ha desactivat la compartició",
  173. "For more info, please ask the person who sent this link." : "Per més informació contacteu amb qui us ha enviat l'enllaç.",
  174. "Share note" : "Comparteix nota",
  175. "Toggle grid view" : "Commuta la vista de la graella",
  176. "Download %s" : "Baixa %s",
  177. "Upload files to %s" : "Carrega fitxers a %s",
  178. "Note" : "Nota",
  179. "Select or drop files" : "Selecciona o deixa anar els fitxers",
  180. "Uploaded files:" : "Fitxers carregats:",
  181. "By uploading files, you agree to the %1$sterms of service%2$s." : "Si carregueu els fitxers accepteu les %1$scondicions del servei%2$s.",
  182. "could not delete share" : "no s'ha pogut suprimir la compartició",
  183. "Uploading files…" : "S'està carregant fitxers..."
  184. },
  185. "nplurals=2; plural=(n != 1);");