選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ca.js 51KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  1. OC.L10N.register(
  2. "core",
  3. {
  4. "Please select a file." : "Seleccioneu un fitxer.",
  5. "File is too big" : "El fitxer és massa gran",
  6. "The selected file is not an image." : "El fitxer seleccionat no és una imatge.",
  7. "The selected file cannot be read." : "El fitxer seleccionat no es pot llegir.",
  8. "Invalid file provided" : "El fitxer proporcionat no és vàlid",
  9. "No image or file provided" : "No s'han proporcionat imatges o fitxers",
  10. "Unknown filetype" : "Tipus de fitxer desconegut",
  11. "Invalid image" : "Imatge no vàlida",
  12. "An error occurred. Please contact your admin." : "Hi ha hagut un error. Contacteu amb l'administrador.",
  13. "No temporary profile picture available, try again" : "No hi ha imatge temporal de perfil disponible, torneu a intentar-ho",
  14. "No crop data provided" : "No heu proporcionat dades del retall",
  15. "No valid crop data provided" : "Les dades del retall proporcionades no són vàlides",
  16. "Crop is not square" : "El retall no és quadrat",
  17. "State token does not match" : "El testimoni d'estat no coincideix",
  18. "Password reset is disabled" : "El canvi de contrasenya està deshabilitat",
  19. "Couldn't reset password because the token is invalid" : "No es pot restablir la contrasenya perquè el testimoni no és vàlid",
  20. "Couldn't reset password because the token is expired" : "No es pot restablir la contrasenya perquè el testimoni ha vençut",
  21. "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No s'ha pogut enviar correu de restabliment. No hi ha correu per aquest compte. Contacteu amb l'administrador.",
  22. "%s password reset" : "restableix la contrasenya %s",
  23. "Password reset" : "Canvi de contrasenya",
  24. "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Prem el següent botó per reinicialitzar la teva contrasenya. Si no has sol·licitat un canvi de contrasenya, ignora aquest correu.",
  25. "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Feu clic al següent enllaç per restablir la contrasenya. Si no sol·liciteu la reinicialització de contrasenya, llavors ignoreu aquest correu electrònic.",
  26. "Reset your password" : "Canvia la teva contrasenya",
  27. "Couldn't send reset email. Please contact your administrator." : "No s'ha pogut restablir el correu. Contacteu amb l'administrador.",
  28. "Couldn't send reset email. Please make sure your username is correct." : "No s'ha pogut enviar el correu de restabliment. Assegureu-vos que el vostre nom d'usuari és correcte.",
  29. "Preparing update" : "Preparant l'actualització",
  30. "[%d / %d]: %s" : "[%d / %d]: %s",
  31. "Please use the command line updater because automatic updating is disabled in the config.php." : "Utilitzeu l’actualitzador de línia de comandes perquè l'actualització automàtica està deshabilitada en el config.php.",
  32. "[%d / %d]: Checking table %s" : "[%d / %d]: Revisant la taula %s",
  33. "Turned on maintenance mode" : "Activat el mode de manteniment",
  34. "Turned off maintenance mode" : "Desactivat el mode de manteniment",
  35. "Maintenance mode is kept active" : "El mode de manteniment es manté activat",
  36. "Updating database schema" : "Actualitzant l'esquema de la base de dades",
  37. "Updated database" : "Actualitzada la base de dades",
  38. "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Comprovar si l'esquema de base de dades es pot actualitzar (això pot trigar temps segons la mida de la base de dades)",
  39. "Checked database schema update" : "S'ha comprobat l'actualització de l'esquema de la base de dades",
  40. "Checking updates of apps" : "Comprovant les actualitzacions d'aplicacions",
  41. "Checking for update of app \"%s\" in appstore" : "Comprovant les actualitzacions de l'aplicació \"%s\" al repositori",
  42. "Update app \"%s\" from appstore" : "Actualitza l'aplicació \"%s\" del repositori",
  43. "Checked for update of app \"%s\" in appstore" : "Comprovades les actualitzacions de l'aplicació \"%s\" al repositori",
  44. "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Comprovar si l'esquema de base de dades per %s pot ser actualitzat (això pot trigar temps segons la mida de la base de dades)",
  45. "Checked database schema update for apps" : "S'ha comprobat l'actualització de l'esquema de la base de dades per les apps",
  46. "Updated \"%1$s\" to %2$s" : "Actualitzat \"%1$s\" a %2$s",
  47. "Set log level to debug" : "Modifica el nivell de registre a depuració",
  48. "Reset log level" : "Reinicia el nivell de registre",
  49. "Starting code integrity check" : "Inicia el test d'integrigtat del codi",
  50. "Finished code integrity check" : "Finalitzat el test d'integritat del codi",
  51. "%s (incompatible)" : "%s (incompatible)",
  52. "Following apps have been disabled: %s" : "Les aplicacions següents s'han deshabilitat: %s",
  53. "Already up to date" : "Ja actualitzat",
  54. "Saving..." : "Desant...",
  55. "Dismiss" : "Rebutja",
  56. "Authentication required" : "Es requereix autenticació",
  57. "This action requires you to confirm your password" : "Aquesta acció requereix que confirmis la teva contrasenya",
  58. "Confirm" : "Confirma",
  59. "Password" : "Contrasenya",
  60. "Failed to authenticate, try again" : "Error d'autenticació, torna-ho a intentar",
  61. "seconds ago" : "fa uns segons",
  62. "New in" : "Nou a",
  63. "View changelog" : "Mostra el registre de canvis",
  64. "Could not load your contacts" : "No s'han pogut carregar els teus contactes",
  65. "Search contacts …" : "Cerca contactes …",
  66. "No contacts found" : "No s'han trobat contactes",
  67. "Show all contacts …" : "Mostra tots els contactes …",
  68. "Loading your contacts …" : "Carregant els teus contactes …",
  69. "Looking for {term} …" : "Buscant {term} …",
  70. "No action available" : "Cap acció disponible",
  71. "Error fetching contact actions" : "Error al carregar les accions del contacte",
  72. "Error" : "Error",
  73. "Error while sharing" : "Error en compartir",
  74. "Error removing share" : "Error al treure compartició",
  75. "Shared with you and the group {group} by {owner}" : "Compartit amb vos i amb el grup {group} per {owner}",
  76. "Shared with you and {circle} by {owner}" : "Compartit amb tu i {circle} per {owner}",
  77. "Shared with you and the conversation {conversation} by {owner}" : "Compartit amb tu i amb la conversa {conversation} per {owner}",
  78. "Shared with you in a conversation by {owner}" : "Compartit amb vostè en una conversa per {owner}",
  79. "Shared with you by {owner}" : "Compartit amb vos per {owner}",
  80. "Choose a password for the public link" : "Escolliu una contrasenya per l'enllaç públic",
  81. "Choose a password for the public link or press the \"Enter\" key" : "Escolliu una contrasenya per l'enllaç públic o premeu la tecla \"Enter\"",
  82. "Copied!" : "Copiat!",
  83. "Copy link" : "Copiar enllaç",
  84. "Not supported!" : "No soportat!",
  85. "Press ⌘-C to copy." : "Prem ⌘-C per copiar.",
  86. "Press Ctrl-C to copy." : "Prem Ctrl-C per copiar.",
  87. "Copy" : "Copia",
  88. "Unable to create a link share" : "No es pot crear l'enllaç de compartició",
  89. "Unable to toggle this option" : "No s'ha pogut canviar aquesta opció",
  90. "Resharing is not allowed" : "No es permet compartir de nou",
  91. "Link" : "Enllaç",
  92. "Hide download" : "Amaga la descàrrega",
  93. "Password protection enforced" : "Protecció amb contrasenya obligatòria",
  94. "Password protect" : "Protegir amb contrasenya",
  95. "Allow editing" : "Permetre edició",
  96. "Email link to person" : "Enllaç per correu electrónic amb la persona",
  97. "Send" : "Envia",
  98. "Allow upload and editing" : "Permet afegir i editar",
  99. "Read only" : "Només de lectura",
  100. "File drop (upload only)" : "Arrossega fitxers (només càrrega)",
  101. "Expiration date enforced" : "Data de venciment obligatòria",
  102. "Set expiration date" : "Estableix la data de venciment",
  103. "Expiration" : "Expiració",
  104. "Expiration date" : "Data de venciment",
  105. "Note to recipient" : "Nota a destinatari",
  106. "Unshare" : "Deixa de compartir",
  107. "Delete share link" : "Esborra l'enllaç de compartició",
  108. "Add another link" : "Afegeix un altre enllaç",
  109. "Password protection for links is mandatory" : "La protecció d'enllaços amb contrasenya és obligatòria",
  110. "Share to {name}" : "Comparteix amb {name}",
  111. "Share link" : "Enllaç de compartició",
  112. "New share link" : "Nou enllaç de compartició",
  113. "Created on {time}" : "Creat a {time}",
  114. "Password protect by Talk" : "Contrasenya protegida per Talk",
  115. "Could not unshare" : "No pot descompartir",
  116. "Choose a password for the mail share" : "Escolliu una contrasenya pel mail de compartició",
  117. "group" : "grup",
  118. "remote" : "remot",
  119. "remote group" : "grup remot",
  120. "email" : "email",
  121. "conversation" : "conversa",
  122. "shared by {sharer}" : "compartit per {sharer}",
  123. "Can reshare" : "Pot recompartir",
  124. "Can edit" : "Pot editar",
  125. "Can create" : "Pot crear",
  126. "Can change" : "Pot modificar",
  127. "Can delete" : "Pot esborrar",
  128. "Access control" : "Control d'accés",
  129. "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} compartida per enllaç",
  130. "Share details could not be loaded for this item." : "No s'han pogut carregar els detalls de compartició de l'element.",
  131. "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Com a mínim cal {count} caràcter per a l'autocompletat","Com a mínim calen {count} caràcters per a l'autocompletat"],
  132. "This list is maybe truncated - please refine your search term to see more results." : "Aquesta llista potser està truncada - refineu el vostre terme de cerca per veure més resultats.",
  133. "No users or groups found for {search}" : "No s'han trobat usuaris ni grups per {search}",
  134. "No users found for {search}" : "No s'han trobat usuaris per {search}",
  135. "An error occurred (\"{message}\"). Please try again" : "S'ha produït un error (\"{message}\"). Si us plau, torni a intentar-ho",
  136. "An error occurred. Please try again" : "S'ha produït un error. Si us plau, torni a intentar-ho",
  137. "Home" : "Inici",
  138. "Work" : "Feina",
  139. "Other" : "Un altre",
  140. "{sharee} (remote group)" : "{sharee} (grup remot)",
  141. "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
  142. "Share" : "Comparteix",
  143. "Name or email address..." : "Nom o adreça electrònica...",
  144. "Name or federated cloud ID..." : "Nom o ID de Núvol Federat…",
  145. "Name, federated cloud ID or email address..." : "Nom, ID de núvol federat o adreça d’email…",
  146. "Name..." : "Nom...",
  147. "Shared" : "Compartit",
  148. "Shared with" : "Compartit amb",
  149. "Shared by" : "Compartit per",
  150. "Non-existing tag #{tag}" : "Etiqueta inexistent #{tag}",
  151. "restricted" : "restringit",
  152. "invisible" : "invisible",
  153. "({scope})" : "({scope})",
  154. "Delete" : "Esborra",
  155. "Rename" : "Reanomena",
  156. "Collaborative tags" : "Etiquetes col·laboratives",
  157. "No tags found" : "No s'han trobat etiquetes",
  158. "Settings" : "Paràmetres",
  159. "Connection to server lost" : "S'ha perdut la connexió amb el servidor",
  160. "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problemes carregant la pagina, recarregant en 1%n segon","Problemes carregant la pagina, recarregant en 1%n segons"],
  161. "Logging in …" : "Accedint a …",
  162. "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Els vostres fitxers estan encriptats. No hi haurà manera de recuperar les dades després que reestabliu la contrasenya. <br />Si no esteu segurs del que feu, contacteu amb l'administrador abans de continuar.<br />Voleu continuar?",
  163. "I know what I'm doing" : "Sé el que faig",
  164. "Password can not be changed. Please contact your administrator." : "La contrasenya no es pot canviar. Contacteu amb l'administrador.",
  165. "Reset password" : "Reinicialitza la contrasenya",
  166. "Sending email …" : "Enviant email …",
  167. "No" : "No",
  168. "Yes" : "Sí",
  169. "No files in here" : "No hi ha arxius aquí",
  170. "New folder" : "Carpeta nova",
  171. "No more subfolders in here" : "No hi ha més subcarpetes aquí",
  172. "{newName} already exists" : "{newName} ja existeix",
  173. "Choose" : "Escull",
  174. "Move" : "Moure",
  175. "Error loading file picker template: {error}" : "Error en carregar la plantilla de càrrega de fitxers: {error}",
  176. "OK" : "D'acord",
  177. "Error loading message template: {error}" : "Error en carregar la plantilla de missatge: {error}",
  178. "read-only" : "només de lectura",
  179. "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicte de fitxer","{count} conflictes de fitxer"],
  180. "One file conflict" : "Un fitxer en conflicte",
  181. "New Files" : "Fitxers nous",
  182. "Already existing files" : "Fitxers que ja existeixen",
  183. "Which files do you want to keep?" : "Quin fitxer voleu conservar?",
  184. "If you select both versions, the copied file will have a number added to its name." : "Si seleccioneu les dues versions, el fitxer copiat tindrà un número afegit al seu nom.",
  185. "Cancel" : "Cancel·la",
  186. "Continue" : "Continua",
  187. "(all selected)" : "(selecciona-ho tot)",
  188. "({count} selected)" : "({count} seleccionats)",
  189. "Error loading file exists template" : "Error en carregar la plantilla de fitxer existent",
  190. "Pending" : "Pendent",
  191. "Copy to {folder}" : "Copia a la carpeta",
  192. "Move to {folder}" : "Mou a la carpeta",
  193. "Very weak password" : "Contrasenya massa feble",
  194. "Weak password" : "Contrasenya feble",
  195. "So-so password" : "Contrasenya passable",
  196. "Good password" : "Contrasenya bona",
  197. "Strong password" : "Contrasenya forta",
  198. "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "El servidor web no està configurat correctament per permetre la sincronització de fitxers perquè la interfície WebDAV sembla no funcionar correctament.",
  199. "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "El teu servidor web no està configurat correctament per resoldre \"{url}\". Trobareu més informació a la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
  200. "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "El teu servidor web no està correctament configurat oferir arxius de .woff2. Això és típicament un problema amb la configuració de Nginx. Per Nextcloud 15 s’ha de fer una adaptació per oferir també arxius .woff2. Compareu la vostra configuració de Nginx a la configuració recomanada en la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
  201. "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no sembla estar configurat correctament per determinar variables d'ambient del sistema. La prova amb getenv(\"PATH\") només torna una resposta buida.",
  202. "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Comproveu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> documentació d’instal·lació ↗</a> per a notes de configuració de PHP i la configuració de PHP del teu servidor, especialment fent servir php-fpm.",
  203. "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "S'ha habilitat la configuració només de lectura. Això evita establir algunes configuracions mitjançant la interfície web. A més, al fitxer s’ha de permetre la escriptura manualment a cada actualització.",
  204. "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "La base de dades no funciona amb el nivell “READ COMMITTED” d'aïllament de transaccion. Això pot provocar problemes quan s'executen múltiples accions en paral·lel.",
  205. "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El mòdul de PHP \"fileinfo\" no es troba. És molt recomanable permetre aquest mòdul per aconseguir els millors resultats amb detecció de tipus MIME.",
  206. "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Bloqueig d'arxiu transaccional està inhabilitada, això podria conduir a problemes amb situacions de competició. Permetre “filelocking.enabled” a config. php per evitar aquests problemes. Veure la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació ↗</a> per més informació.",
  207. "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Si la instal·lació no està instal·lat a l'arrel del domini i fa servir el cron del sistema, hi pot haver problemes amb la generació d'URL. Per evitar aquests problemes, si us plau definiu l'opció \"overwrite.cli.url\" al fitxer config.php amb el camí webroot de la seva instal·lació (suggeriment: \"{suggestedOverwriteCliURL}\")",
  208. "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No va ser possible executar la tasca de cron per línia de comandes. Han aparegut els errors tècnics següents:",
  209. "Last background job execution ran {relativeTime}. Something seems wrong." : "Última execució de feina de fons va córrer {relativeTime}. Alguna cosa sembla malament.",
  210. "Check the background job settings" : "Comproveu la configuració de feina de fons",
  211. "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Aquest servidor no té una connexió a Internet operativa: múltiples punts finals no es poden accedir. Això significa que algunes de les funcions com a muntar emmagatzematge extern, notificacions sobre les actualitzacions o instal·lació d'apps de tercers no funcionarà. L’accés a arxius remots i l’enviament d'e-mail de notificació podrien no funcionar, tampoc. Establir una connexió d'aquest servidor a Internet per a gaudir de totes les funcionalitats.",
  212. "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No s’ha configurat cap memòria cau. Per millorar el seu rendiment configureu un memcache si està disponible. Trobareu més informació a la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
  213. "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Cap font d'aleatorietat trobada per PHP que és molt desaconsellat per motius de seguretat. Trobareu més informació a la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
  214. "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Actualment esteu executant PHP {version}. Us animem a actualitzar la versió de PHP que feu servir per tenir avantatge d’<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualitzacions de rendiment i seguretat proporcionats pel PHP Group</a> tan aviat com ho suporti la vostra distribució.",
  215. "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualment esteu executant PHP 5.6. La versió actual principal de Nextcloud és l'última que funciona a PHP 5.6. Es recomana actualitzar la versió PHP a 7.0+ per que es pugui actualitzar a Nextcloud 14.",
  216. "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuració de capçaleres per intermediari web invers és incorrecta o estàs accedint a Nextcloud des d'un intermediari de confiança. Si no, aquest és un problema de seguretat i pot permetre a un atacant falsejar la seva adreça d'IP visible al Nextcloud. Trobareu més informació a la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
  217. "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached està configurat com a memòria cau distribuïda, però s'instal·la el mòdul erroni de PHP \"memcache\". \\OC\\Memcache\\Memcached només dóna suport \"memcached\" i no \"memcache\". Mireu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\"> wiki de memcached sobre ambdós mòduls</a>.",
  218. "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alguns fitxers no han passat la comprovació d'integritat. Trobareu més informació sobre com resoldre aquest assumpte a la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Llista de fitxers no vàlids...</a> / <a href=\"{rescanEndpoint}\">Tornar a buscar…</a>)",
  219. "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "El mòdul de PHP OPcache no està carregat. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> Per millor rendiment es recomana</a> carregar-lo a la vostra instal·lació de PHP.",
  220. "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "La OPcache de PHP no està configurada correctament. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Per millor rendiment es recomana</a> utilitzar-la la següent configuració en el <code>php.ini</code>:",
  221. "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La funció PHP \"set_time_limit\" no està disponible. Això podria resultar en scripts que s’aturin a mig execució, trencant la instal·lació. Us recomanem activar aquesta funció.",
  222. "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "El seu PHP no té suport FreeType, el que resulta en un trencament de les fotos de perfil i la interfície de configuració.",
  223. "Missing index \"{indexName}\" in table \"{tableName}\"." : "Índex \"{indexName}\" desaparegut a la taula \"{tableName}\".",
  224. "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de dades li falten alguns índexs. Degut al fet que afegir índexs en grans taules podria prendre algun temps aquests no s'afegit automàticament. Executant “occ db:add-missing-indices” els índexes que falten es podríen afegir manualment mentre la instància continua funcionant. Una vegada que s'afegeixen els índexes les consultes a les taules són en general molt més ràpides.",
  225. "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "A aquesta instància li falten alguns mòduls PHP recomanats. Per un funcionament millorat i millor compatibilitat és molt recomanable instal·lar-los.",
  226. "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Algunes columnes en la base de dades estan perdent una conversió a big int. Degut al fet que canviar tipus de columna en grans taules podria prendre algun temps que no s’han canviat automàticament. Executant 'occ db:convert-filecache-bigint' aquets canvis pendents es podrien aplicar manualment. Aquesta operació s’ha de fer mentre la instància està fora de línia. Per a més detalls llegiu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pàgina de documentació sobre això</a>.",
  227. "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite s’està fent servir actualment com a servei de base de dades. Per a instal·lacions més grans recomanem canvia a un altre servidor de base de dades.",
  228. "This is particularly recommended when using the desktop client for file synchronisation." : "Això està especialment recomanat quan es faci servir el client d’escriptori per a la sincronització d'arxius.",
  229. "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Per migrar a un altre base de dades l'eina de línia de comandes: 'occ db:convert-type', o mirar la <a target=\"_blank\"rel=\"noreferrer noopener\"href=\"{docLink}\">documentació ↗</a>.",
  230. "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "L’ús del propi php mailer ja no és compatible. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Si us plau actualitzi la configuració del seu servidor de correu electrònic ↗<a/>.",
  231. "The PHP memory limit is below the recommended value of 512MB." : "El límit de memòria PHP està per sota del valor recomanat de 512 mbar.",
  232. "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Alguns directoris d'app són propietat d'un altre usuari diferent del servidor web. Això pot ser el cas si algunes apps s'han instal·lat manualment. Comprovar els permisos dels directoris d’app següents:",
  233. "Error occurred while checking server setup" : "Hi ha hagut un error en comprovar la configuració del servidor",
  234. "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "El teu directori de dades i fitxers són probablement accessibles des d'Internet. L'arxiu .htaccess no està funcionant. És molt recomanable que configureu el servidor web de manera que el directori de dades no estigui accessible, o moure el directori de dades fora de l'arrel de documents del servidor web.",
  235. "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La capçalera HTTP \"{header}\" no s’ha definit com a \"{expected}\". Això és un risc potencial de seguretat o privacitat, ja que es recomana ajustar aquesta configuració en conseqüència.",
  236. "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "La capçalera HTTP “{header}” no té el valor “{expected}”. Alguna funcionalitat podria no funcionar correctament, tal com es recomana per ajustar aquesta configuració.",
  237. "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La capçalera HTTP “{header}” no conté “{expected}”. Això és un risc de seguretat o privacitat, tal com es recomana per ajustar aquesta configuració.",
  238. "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "La capçalera HTTP “{header}” no està definit com a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Això pot filtrar informació. Veure la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\"> recomanació del W3C ↗</a>.",
  239. "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "La capçalera HTTP “Strict-Transport-Security” no està establert com a mínim \"{seconds}\" segons. Per a més seguretat, es recomana permetre HSTS com es descriu en els <a href=\"{docUrl}\" rel=\"noreferrer noopener\">consells de seguretat ↗</a>.",
  240. "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "S'està accedint de manera no segura per HTTP. Es recomana utilitzar HTTPS, tal i com detallen els <a href=\"{docUrl}\">consells de seguretat ↗</a>.",
  241. "unknown text" : "text desconegut",
  242. "Hello world!" : "Hola món!",
  243. "sunny" : "asolellat",
  244. "Hello {name}, the weather is {weather}" : "Hola {name}, el temps és {weather}",
  245. "Hello {name}" : "Hola {name}",
  246. "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Aquests són els resultats de la cerca<script>alert(1)</script></strong>",
  247. "new" : "nou",
  248. "_download %n file_::_download %n files_" : ["descarregar l'arxiu %n","descarregar arxius %n"],
  249. "The update is in progress, leaving this page might interrupt the process in some environments." : "L'actualització està en marxa, abandonar aquesta pàgina podria interrompre el procés en alguns entorns.",
  250. "Update to {version}" : "Actualitza a {version}",
  251. "An error occurred." : "S'ha produït un error.",
  252. "Please reload the page." : "Carregueu la pàgina de nou.",
  253. "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "L'actualització no va tenir èxit. Per a més informació <a href=\"{url}\">consulta la nostra nota al fòrum</a> que cobreix aquest assumpte.",
  254. "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "L'actualització no va tenir èxit. Si us plau reporti aquest assumpte a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunitat Nextcloud</a>.",
  255. "Continue to Nextcloud" : "Continua a Nextcloud",
  256. "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["L'actualització va ser reeixida. Redirigint a Nextcloud en %n segon.","L’actualització va ser reeixida. Redirigint a Nextcloud en %n segons."],
  257. "Searching other places" : "Buscant altres ubicacions",
  258. "No search results in other folders for {tag}{filter}{endtag}" : "No hi ha resultats de la cerca en altres carpetes per {tag}{filter}{endtag}",
  259. "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultat de cerca en altres carpetes","{count} resultats de cerca en altres carpetes"],
  260. "Personal" : "Personal",
  261. "Users" : "Usuaris",
  262. "Apps" : "Aplicacions",
  263. "Admin" : "Administració",
  264. "Help" : "Ajuda",
  265. "Access forbidden" : "Accés prohibit",
  266. "File not found" : "No s'ha trobat l'arxiu",
  267. "The document could not be found on the server. Maybe the share was deleted or has expired?" : "El document no s’ha trobat en el servidor. Potser la referència s'ha suprimit o ha expirat?",
  268. "Back to %s" : "Tornar a %s",
  269. "Internal Server Error" : "Error Intern del Servidor",
  270. "The server was unable to complete your request." : "El servidor no ha pogut completar la teva petició.",
  271. "If this happens again, please send the technical details below to the server administrator." : "Si això torna a passar, si us plau, envia els detalls tècnics de sota a l'administrador del servidor.",
  272. "More details can be found in the server log." : "Pots trobar més detalls al llistat del servidor.",
  273. "Technical details" : "Detalls tècnics",
  274. "Remote Address: %s" : "Adreça remota: %s",
  275. "Request ID: %s" : "Sol·licitud ID: %s",
  276. "Type: %s" : "Tipus: %s",
  277. "Code: %s" : "Codi: %s",
  278. "Message: %s" : "Missatge: %s",
  279. "File: %s" : "Fitxer: %s",
  280. "Line: %s" : "Línia: %s",
  281. "Trace" : "Traça",
  282. "Security warning" : "Advertiment de seguretat",
  283. "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "La carpeta de dades i els seus fitxers probablement són accessibles des d'internet perquè el fitxer .htaccess no funciona.",
  284. "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Per a informació sobre com configurar correctament el servidor, podeu consultar la <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentació</a>.",
  285. "Create an <strong>admin account</strong>" : "Crea un <strong>compte d'administrador</strong>",
  286. "Username" : "Nom d'usuari",
  287. "Storage & database" : "Emmagatzematge i base de dades",
  288. "Data folder" : "Carpeta de dades",
  289. "Configure the database" : "Configura la base de dades",
  290. "Only %s is available." : "Només hi ha disponible %s.",
  291. "Install and activate additional PHP modules to choose other database types." : "Instal·la i activa mòduls PHP addicionals per seleccionar altres tipus de bases de dades.",
  292. "For more details check out the documentation." : "Per més detalls consulteu la documentació.",
  293. "Database user" : "Usuari de la base de dades",
  294. "Database password" : "Contrasenya de la base de dades",
  295. "Database name" : "Nom de la base de dades",
  296. "Database tablespace" : "Espai de taula de la base de dades",
  297. "Database host" : "Ordinador central de la base de dades",
  298. "Please specify the port number along with the host name (e.g., localhost:5432)." : "Si us plau, especifiqueu el nombre de port juntament amb el nom de servidor (per exemple, localhost:5432).",
  299. "Performance warning" : "Alerta de rendiment",
  300. "SQLite will be used as database." : "SQLite s'utilitzarà com a base de dades.",
  301. "For larger installations we recommend to choose a different database backend." : "Per a instal·lacions més grans es recomana triar una base de dades diferent.",
  302. "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "L'ús de SQLite està desaconsellat especialment quan s'usa el client d'escriptori per sincronitzar els fitxers.",
  303. "Finish setup" : "Acaba la configuració",
  304. "Finishing …" : "Acabant …",
  305. "Need help?" : "Necessites ajuda?",
  306. "See the documentation" : "Consulti la documentació",
  307. "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Aquesta aplicació requereix Javascript per al seu correcte funcionament . Per favor, {linkstart}habiliti Javascript{linkend} i torni a carregar la pàgina.",
  308. "Get your own free account" : "Obtenir un compte gratuït",
  309. "Skip to main content" : "Saltar al contingut principal",
  310. "Skip to navigation of app" : "Salteu a la navegació d'app",
  311. "More apps" : "Més aplicacions",
  312. "More" : "Més",
  313. "More apps menu" : "Menú de més apps",
  314. "Search" : "Cerca",
  315. "Reset search" : "Reinicialitza la cerca",
  316. "Contacts" : "Contactes",
  317. "Contacts menu" : "Menú de contactes",
  318. "Settings menu" : "Menú de configuració",
  319. "Confirm your password" : "Confirma la teva contrasenya",
  320. "Server side authentication failed!" : "L'autenticació del servidor ha fallat!",
  321. "Please contact your administrator." : "Contacteu amb l'administrador.",
  322. "An internal error occurred." : "S'ha produït un error intern.",
  323. "Please try again or contact your administrator." : "Intenti-ho de nou o posi's en contacte amb el seu administrador.",
  324. "Username or email" : "Nom d'usuari o correu electrònic",
  325. "Log in" : "Inici de sessió",
  326. "Wrong password." : "Contrasenya incorrecta.",
  327. "User disabled" : "Usuari inhabilitat",
  328. "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hem detectat múltiples intents de connexió no vàlids des de la teva IP. Per tant la pròxima connexió queda demorada fins a 30 segons.",
  329. "Forgot password?" : "Has oblidat la contrasenya?",
  330. "Back to login" : "Torna a accedir",
  331. "Connect to your account" : "Connectar al teu compte",
  332. "Please log in before granting %1$s access to your %2$s account." : "Si us plau connectar abans de concedir %1$s accés al compte %2$s.",
  333. "App token" : "Testimoni d'aplicació",
  334. "Grant access" : "Concedeix accés",
  335. "Alternative log in using app token" : "Entrada alternativa fent servir testimoni d’app",
  336. "Account access" : "Compte d'accés",
  337. "You are about to grant %1$s access to your %2$s account." : "Esteu a punt de concedir %1$s accés al compte %2$s.",
  338. "New password" : "Contrasenya nova",
  339. "New Password" : "Contrasenya nova",
  340. "This share is password-protected" : "Aquesta porció està protegida amb contrasenya",
  341. "The password is wrong. Try again." : "Contrasenya incorrecta. Torni a intentar-ho.",
  342. "Two-factor authentication" : "Segon factor d'autenticació",
  343. "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "La seguretat millorada està habilitada per al vostre compte. Trieu un segon factor d'autenticació:",
  344. "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "No es pot carregar al menys un dels seus mètodes d'autenticació de dos factors permessos. Contacti amb el seu administrador.",
  345. "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "L’autenticació de dos factors és obligada, però no s’ha configurat al teu compte. Contactar amb el teu admin per ajuda.",
  346. "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "L’autenticació de dos factor és obligada, però no ha estat configurat al teu compte. Utilitzeu un dels codis secundaris per connectar o contactar amb el teu admin per ajuda.",
  347. "Use backup code" : "Utilitza un codi de copia de seguretat",
  348. "Cancel log in" : "Cancel·la l'accés a",
  349. "Error while validating your second factor" : "Error al validar el segon factor d'autenticació",
  350. "Access through untrusted domain" : "Accedeix a través d'un domini que no és de confiança",
  351. "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Si us plau, contacta amb el teu administrador. Si tu ets l'administrador, edita la configuració de \"trusted_domains\" a config/config.php tal com mostra l'exemple de config.samble.php.",
  352. "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Més informació de com configurar això es poden trobar a la %1$sdocumentació%2$s.",
  353. "App update required" : "Cal que actualitzeu la aplicació",
  354. "%1$s will be updated to version %2$s" : "%1$s s'anirà actualitzant a la versió %2$s",
  355. "These apps will be updated:" : "Aquestes aplicacions s'actualitzaran:",
  356. "These incompatible apps will be disabled:" : "Aquestes aplicacions incompatibles es desactivaran:",
  357. "The theme %s has been disabled." : "S'ha desactivat el tema %s.",
  358. "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Assegureu-vos que heu fet una còpia de seguretat de la base de dades, del fitxer de configuració i de la carpeta de dades abans de continuar.",
  359. "Start update" : "Inicia l'actualització",
  360. "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Per evitar que s'esgoti el temps d'espera en instalacions grans, pots en el seu lloc fer córrer la següent comanda en el directori d'instalació:",
  361. "Detailed logs" : "Registres detallats",
  362. "Update needed" : "Actualització necessaria",
  363. "Please use the command line updater because you have a big instance with more than 50 users." : "Utilitzeu l'actualitzador de línia de comandes perquè teniu una gran instància amb més de 50 usuàries.",
  364. "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Per ajuda, vegeu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\"> documentació</a>.",
  365. "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Sé que si continuo fent l'actualització mitjançant l’interfície d’usuari web té el risc que la sol·licitud esgoti un temps d'espera, que podria causa pèrdua de dades, però tinc una còpia de seguretat i se com restaurar la meva instància en cas de fallada.",
  366. "Upgrade via web on my own risk" : "Actualitza via web sota la teva responsabilitat",
  367. "Maintenance mode" : "Mode de manteniment",
  368. "This %s instance is currently in maintenance mode, which may take a while." : "Aquesta instància %s està actualment en manteniment i podria trigar una estona.",
  369. "This page will refresh itself when the instance is available again." : "Aquesta pàgina s'actualitzarà automàticament quan la instància estigui disponible de nou.",
  370. "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament.",
  371. "Repair step: " : "Pas de reparació: ",
  372. "Repair info: " : "Informació de reparació:",
  373. "Repair warning: " : "Advertiment de reparació: ",
  374. "Repair error: " : "Error de reparació: ",
  375. "Updated \"%s\" to %s" : "Actualitzat \"%s\" a %s",
  376. "%s (3rdparty)" : "%s (de tercers)",
  377. "There was an error loading your contacts" : "Hi ha hagut un error al carregar els teus contactes",
  378. "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Hi ha hagut problemes amb la comprovació d'integritat del codi. Més informació…</a>",
  379. "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "L'enllaç per reiniciar la vostra contrasenya s'ha enviat al vostre correu. Si no el rebeu en un temps raonable comproveu les carpetes de spam. <br>Si no és allà, pregunteu a l'administrador local.",
  380. "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "/dev/urandom no és llegible per PHP que no és gens recomanable per motius de seguretat. Trobareu més informació a la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
  381. "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "El seu PHP no té suport per FreeType, el que resulta en un trencament de les fotos de perfil i la interfície de configuració.",
  382. "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips</a>." : "La capçalera HTTP \"Estricte-Transport-seguretat\" no està establert com a mínim \"{seconds}\" segons. Per a més seguretat, es recomana activar HSTS com es descriu en els <a href=\"{docUrl}\" rel=\"noreferrer noopener\">consells de seguretat</a>.",
  383. "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips</a>." : "S'està accedint de manera no segura mitjançant HTTP. Es recomana utilitzar HTTPS, tal i com detallen els <a href=\"{docUrl}\">consells de seguretat</a>.",
  384. "Error setting expiration date" : "Error en establir la data de venciment",
  385. "The public link will expire no later than {days} days after it is created" : "L'enllaç públic tindrà venciment abans de {days} dies després de crear-lo",
  386. "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartit per enllaç",
  387. "{sharee} (group)" : "{sharee} (grup)",
  388. "{sharee} (remote)" : "{sharee} (remot)",
  389. "{sharee} (email)" : "{sharee} (email)",
  390. "Share with other people by entering a user or group, a federated cloud ID or an email address." : "Compartir amb altres persones introduint un usuari o grup, un ID de núvol federat o una adreça d’email.",
  391. "Share with other people by entering a user or group or a federated cloud ID." : "Compartir amb altres persones introduint un usuari o grup o ID de núvol federat.",
  392. "Share with other people by entering a user or group or an email address." : "Compartir amb altres persones introduint un usuari o grup o una adreça d’email.",
  393. "The specified document has not been found on the server." : "El document especificat no s'ha trobat al servidor.",
  394. "You can click here to return to %s." : "Pots clicar aquí per tornar a %s.",
  395. "Stay logged in" : "Mantén la sessió connectada",
  396. "Back to log in" : "Torna a l'accés",
  397. "Alternative Logins" : "Acreditacions alternatives",
  398. "You are about to grant %s access to your %s account." : "Estàs a punt d'autoritzar a %s a accedir al teu compte %s.",
  399. "Alternative login using app token" : "Acreditació alternativa utilitzat testimoni d'aplicació",
  400. "Redirecting …" : "Redirigint …",
  401. "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguretat millorada està habilitada per al vostre compte. Si us plau autentica’t amb un segon factor.",
  402. "Depending on your configuration, this button could also work to trust the domain:" : "Depenent de la teva configuració, aquest botó també podria funcionar per confiar en el domini:",
  403. "Add \"%s\" as trusted domain" : "Afegeix \"%s\" com a domini de confiança",
  404. "%s will be updated to version %s" : "%s s'actualitzarà a la versió %s",
  405. "This page will refresh itself when the %s instance is available again." : "Aquesta pàgina s'actualitzarà automàticament quan la instància %s estigui disponible de nou.",
  406. "Thank you for your patience." : "Gràcies per la paciència.",
  407. "{name} below version {version} is installed, for stability and performance reasons it is recommended to update to a newer {name} version." : "{nom} per sota de la versió {versió} està instal·lat, per raons d'estabilitat i rendiment es recomana actualitzar a una versió més nova de {nom}.",
  408. "Copy URL" : "Copiar URL",
  409. "Enable" : "Habilitar",
  410. "{sharee} (conversation)" : "{sharee} (conversation)",
  411. "Please log in before granting %s access to your %s account." : "Si us plau entrar abans de donar %s accés al teu compte %s.",
  412. "Further information how to configure this can be found in the %sdocumentation%s." : "Més informació de com configurar això es pot trobar a la %sdocumentation%s."
  413. },
  414. "nplurals=2; plural=(n != 1);");