diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-02-16 00:45:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-02-16 00:45:03 +0000 |
commit | 7e5b706e03458e56529fdff9f93b3704200f3553 (patch) | |
tree | dcc1d36fe3057a1e54412888503f5b02c6586d82 | |
parent | d989fd8b5c25efe5e977b0cf546389183da79e5d (diff) | |
download | nextcloud-server-7e5b706e03458e56529fdff9f93b3704200f3553.tar.gz nextcloud-server-7e5b706e03458e56529fdff9f93b3704200f3553.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r-- | apps/dashboard/l10n/da.js | 4 | ||||
-rw-r--r-- | apps/dashboard/l10n/da.json | 4 | ||||
-rw-r--r-- | apps/dav/l10n/da.js | 7 | ||||
-rw-r--r-- | apps/dav/l10n/da.json | 7 | ||||
-rw-r--r-- | apps/federation/l10n/da.js | 3 | ||||
-rw-r--r-- | apps/federation/l10n/da.json | 3 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ca.js | 136 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ca.json | 136 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/da.js | 3 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/da.json | 3 | ||||
-rw-r--r-- | apps/profile/l10n/pl.js | 2 | ||||
-rw-r--r-- | apps/profile/l10n/pl.json | 2 | ||||
-rw-r--r-- | apps/sharebymail/l10n/ca.js | 1 | ||||
-rw-r--r-- | apps/sharebymail/l10n/ca.json | 1 | ||||
-rw-r--r-- | apps/weather_status/l10n/da.js | 15 | ||||
-rw-r--r-- | apps/weather_status/l10n/da.json | 15 |
16 files changed, 332 insertions, 10 deletions
diff --git a/apps/dashboard/l10n/da.js b/apps/dashboard/l10n/da.js index e062ca90a8e..6bd68d1e4ea 100644 --- a/apps/dashboard/l10n/da.js +++ b/apps/dashboard/l10n/da.js @@ -22,6 +22,8 @@ OC.L10N.register( "Good evening" : "God aften", "Good evening, {name}" : "God aften {name}", "Hello" : "Hej", - "Hello, {name}" : "Hej {name}" + "Hello, {name}" : "Hej {name}", + "Happy birthday 🥳🤩🎂🎉" : "Tillykke med fødselsdagen 🥳🤩🎂🎉", + "Happy birthday, {name} 🥳🤩🎂🎉" : "Tillykke med fødselsdagen, {name} 🥳🤩🎂🎉" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/da.json b/apps/dashboard/l10n/da.json index aee4d412a35..1b9ba234634 100644 --- a/apps/dashboard/l10n/da.json +++ b/apps/dashboard/l10n/da.json @@ -20,6 +20,8 @@ "Good evening" : "God aften", "Good evening, {name}" : "God aften {name}", "Hello" : "Hej", - "Hello, {name}" : "Hej {name}" + "Hello, {name}" : "Hej {name}", + "Happy birthday 🥳🤩🎂🎉" : "Tillykke med fødselsdagen 🥳🤩🎂🎉", + "Happy birthday, {name} 🥳🤩🎂🎉" : "Tillykke med fødselsdagen, {name} 🥳🤩🎂🎉" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/da.js b/apps/dav/l10n/da.js index 5c73e9b89bb..adf3318c6a3 100644 --- a/apps/dav/l10n/da.js +++ b/apps/dav/l10n/da.js @@ -72,6 +72,13 @@ OC.L10N.register( "Description: %s" : "Beskrivelse: %s", "Where: %s" : "Hvor: %s", "%1$s via %2$s" : "%1$s via %2$s", + "In the past on %1$s for the entire day" : "Tidligere på %1$s for hele dagen", + "_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["Om et minut på%1$s for hele dagen","Om %n minutter på %1$s for hele dagen"], + "_In a hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["Om en time på %1$s for hele dagen","Om %n timer på %1$s for hele dagen"], + "Could not generate when statement" : "Kunne ikke generere når-sætning", + "Every Day for the entire day" : "Hver dag hele dagen", + "Could not generate event recurrence statement" : "Kunne ikke generere gentagelseserklæring", + "Could not generate next recurrence statement" : "Kunne ikke generere næste gentagelseserklæring", "Cancelled: %1$s" : "Annulléret: %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" er blevet annulleret", "Re: %1$s" : "Re: %1$s", diff --git a/apps/dav/l10n/da.json b/apps/dav/l10n/da.json index bb39f1dc940..0fe57535b21 100644 --- a/apps/dav/l10n/da.json +++ b/apps/dav/l10n/da.json @@ -70,6 +70,13 @@ "Description: %s" : "Beskrivelse: %s", "Where: %s" : "Hvor: %s", "%1$s via %2$s" : "%1$s via %2$s", + "In the past on %1$s for the entire day" : "Tidligere på %1$s for hele dagen", + "_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["Om et minut på%1$s for hele dagen","Om %n minutter på %1$s for hele dagen"], + "_In a hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["Om en time på %1$s for hele dagen","Om %n timer på %1$s for hele dagen"], + "Could not generate when statement" : "Kunne ikke generere når-sætning", + "Every Day for the entire day" : "Hver dag hele dagen", + "Could not generate event recurrence statement" : "Kunne ikke generere gentagelseserklæring", + "Could not generate next recurrence statement" : "Kunne ikke generere næste gentagelseserklæring", "Cancelled: %1$s" : "Annulléret: %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" er blevet annulleret", "Re: %1$s" : "Re: %1$s", diff --git a/apps/federation/l10n/da.js b/apps/federation/l10n/da.js index d40fea9597d..547aaddb6c5 100644 --- a/apps/federation/l10n/da.js +++ b/apps/federation/l10n/da.js @@ -2,6 +2,8 @@ OC.L10N.register( "federation", { "Added to the list of trusted servers" : "Tilføjet listen af godkendte servere", + "No server found with ID: %s" : "Ingen server fundet med ID: %s", + "Could not remove server" : "Serveren kunne ikke fjernes", "Server is already in the list of trusted servers." : "Serveren står allerede på listen over sikre servere", "No server to federate with found" : "Der blev ikke fundet nogen server til at sammenkoble med", "Could not add server" : "Kunne ikke tilføje server", @@ -11,6 +13,7 @@ OC.L10N.register( "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "Sammenkobling giver dig mulighed for at oprette forbindelse til andre betroede servere for at udveksle kontobiblioteket. For eksempel vil dette blive brugt til automatisk at fuldføre eksterne konti til deling.", "External documentation for Federated Cloud Sharing" : "Ekstern dokumentation for Sammenkoblings Cloud deling", "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "Sammenkobling giver dig mulighed for at oprette forbindelse til andre betroede servere for at udveksle kontobiblioteket. For eksempel vil dette blive brugt til automatisk at fuldføre eksterne konti til sammenkoblet deling. Det er ikke nødvendigt at tilføje en server som betroet server for at oprette en sammenkoblet deling.", + "Each server must validate the other. This process may require a few cron cycles." : "Hver server skal validere den anden. Denne proces kan kræve et par cron cyklusser.", "+ Add trusted server" : "+ Tilføj pålidelig server", "Trusted server" : "Pålidelig server", "Add" : "Tilføj" diff --git a/apps/federation/l10n/da.json b/apps/federation/l10n/da.json index 3938a53a0a0..932c5156ed7 100644 --- a/apps/federation/l10n/da.json +++ b/apps/federation/l10n/da.json @@ -1,5 +1,7 @@ { "translations": { "Added to the list of trusted servers" : "Tilføjet listen af godkendte servere", + "No server found with ID: %s" : "Ingen server fundet med ID: %s", + "Could not remove server" : "Serveren kunne ikke fjernes", "Server is already in the list of trusted servers." : "Serveren står allerede på listen over sikre servere", "No server to federate with found" : "Der blev ikke fundet nogen server til at sammenkoble med", "Could not add server" : "Kunne ikke tilføje server", @@ -9,6 +11,7 @@ "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "Sammenkobling giver dig mulighed for at oprette forbindelse til andre betroede servere for at udveksle kontobiblioteket. For eksempel vil dette blive brugt til automatisk at fuldføre eksterne konti til deling.", "External documentation for Federated Cloud Sharing" : "Ekstern dokumentation for Sammenkoblings Cloud deling", "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "Sammenkobling giver dig mulighed for at oprette forbindelse til andre betroede servere for at udveksle kontobiblioteket. For eksempel vil dette blive brugt til automatisk at fuldføre eksterne konti til sammenkoblet deling. Det er ikke nødvendigt at tilføje en server som betroet server for at oprette en sammenkoblet deling.", + "Each server must validate the other. This process may require a few cron cycles." : "Hver server skal validere den anden. Denne proces kan kræve et par cron cyklusser.", "+ Add trusted server" : "+ Tilføj pålidelig server", "Trusted server" : "Pålidelig server", "Add" : "Tilføj" diff --git a/apps/files_sharing/l10n/ca.js b/apps/files_sharing/l10n/ca.js index 64408a02256..744ce215c5c 100644 --- a/apps/files_sharing/l10n/ca.js +++ b/apps/files_sharing/l10n/ca.js @@ -55,6 +55,7 @@ OC.L10N.register( "Share for file {file} with {user} expired" : "Ha caducat l'ús compartit del fitxer {file} per a {user}", "Share for file {file} expired" : "Ha caducat l'ús compartit per al fitxer {file}", "A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "S'ha <strong>baixat</strong> un fitxer o una carpeta compartit per correu o per enllaç públic", + "Files have been <strong>uploaded</strong> to a folder shared by mail or by public link" : "Els fitxers s'han <strong>pujat</strong> a una carpeta compartida per correu o per enllaç públic", "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>", "Sharing" : "Ús compartit", "A file or folder has been <strong>shared</strong>" : "S'ha <strong>compartit</strong> un fitxer o una carpeta", @@ -68,12 +69,15 @@ OC.L10N.register( "Group sharing is disabled by the administrator" : "L'administrador ha inhabilitat l'ús compartit en grup", "Please specify a valid group" : "Especifiqueu un grup vàlid", "Public link sharing is disabled by the administrator" : "L'administrador ha inhabilitat l'ús compartit amb enllaç públic", + "Please specify a valid email address" : "Si us plalu, especifiqueu una adreça de correu electrònic vàlida", "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 Converses del Nextcloud perquè l'aplicació Converses del Nextcloud no està habilitada", "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "No s'ha pogut compartir %1$s perquè el rerefons no permet elements compartits de tipus %2$s", "Please specify a valid federated account ID" : "Especifiqueu un ID de compte federat vàlid", "Please specify a valid federated group ID" : "Especifiqueu un ID de grup federat vàlid", - "Sharing %s failed because the back end does not support room shares" : "No s'ha pogut compartir %s perquè el rerefons no permet l'ús compartit en sales", - "Sharing %s failed because the back end does not support ScienceMesh shares" : "No s'ha pogut compartir %s perquè el rerefons no permet l'ús compartit amb ScienceMesh", + "You cannot share to a Team if the app is not enabled" : "No podeu compartir amb un Equip si l'aplicació no està activada", + "Please specify a valid team" : "Especifiqueu un equip vàlid", + "Sharing %s failed because the back end does not support room shares" : "No s'ha pogut compartir %s perquè el rerefons no permet l'ús sales compartides", + "Sharing %s failed because the back end does not support ScienceMesh shares" : "No s'ha pogut compartir %s perquè el rerefons no permet elements compartits de ScienceMesh", "Unknown share type" : "Tipus d'element compartit desconegut", "Not a directory" : "No és una carpeta", "Could not lock node" : "No s'ha pogut blocar el node", @@ -82,9 +86,21 @@ OC.L10N.register( "Share must have READ permission if UPDATE or DELETE permission is set" : "L'element compartit ha de tenir permís de lectura si s'ha establert permís d'actualització o supressió", "Public upload disabled by the administrator" : "L'administrador ha inhabilitat la pujada pública", "Could not lock path" : "No s'ha pogut blocar la ruta d'accés", + "no sharing rights on this item" : "no hi ha drets per compartir aquest article", + "You are not allowed to edit incoming shares" : "No teniu permís per editar els recursos compartits entrants", "Wrong or no update parameter given" : "S'ha proporcionat un paràmetre d'actualització incorrecte o no s'ha proporcionat", "\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "No s'ha pogut enviar la contrasenya per Converses del Nextcloud per a compartir un fitxer o una carpeta perquè l'aplicació Converses del Nextcloud no està habilitada.", + "Custom share link tokens have been disabled by the administrator" : "L'administrador ha desactivat els testimonis d'enllaços compartits personalitzats", + "Tokens must contain at least 1 character and may only contain letters, numbers, or a hyphen" : "Els testimonis han de contenir almenys 1 caràcter i només poden contenir lletres, números o un guió", + "Invalid date. Format must be YYYY-MM-DD" : "Data no vàlida. El format ha de ser AAAA-MM-DD", + "No sharing rights on this item" : "No hi ha drets per compartir aquest element", + "Invalid share attributes provided: \"%s\"" : "S'han proporcionat atributs compartits no vàlids: \"%s\"", + "You are not allowed to send mail notifications" : "No teniu permís per enviar notificacions per correu", + "No mail notification configured for this share type" : "No s'ha configurat cap notificació de correu per a aquest tipus de compartició", "Wrong password" : "Contrasenya incorrecta", + "Error while sending mail notification" : "S'ha produït un error en enviar la notificació per correu", + "Failed to generate a unique token" : "No s'ha pogut generar un testimoni únic", + "This share does not exist or is no longer available" : "Aquesta compartició no existeix o ja no està disponible", "shared by %s" : "compartit per %s", "Download" : "Baixa", "Add to your %s" : "Afegeix al %s", @@ -97,19 +113,69 @@ OC.L10N.register( "You received {share} to group {group} as a share by {user}" : "Heu rebut l'element compartit {share} del grup {group} de {user}", "Accept" : "Accepta", "Decline" : "Rebutja", + "Remember to upload the files to %s" : "Recordeu pujar els fitxers a %s", + "We would like to kindly remind you that you have not yet uploaded any files to the shared folder." : "Us recordem que encara no heu pujat cap fitxer a la carpeta compartida.", + "Open \"%s\"" : "Obre \"%s\"", "This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts 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 people 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 a les persones compartir fitxers en el Nextcloud. Si està habilitada, l'administrador pot triar quins grups poden compartir fitxers. Les persones amb permís poden compartir fitxers i carpetes amb altres comptes i grups del Nextcloud. A més, si l'administrador activa la característica de compartir enllaços, es poden utilitzar enllaços externs per a compartir fitxers amb altres comptes fora del Nextcloud. Els administradors també poden aplicar contrasenyes, dates de caducitat i habilitar l'ús compartit entre servidors mitjançant enllaços d'ús compartit, així com l'ús compartit des de dispositius mòbils.\nSi inhabiliteu la característica, se suprimiran els fitxers i les carpetes compartides del servidor per a tots els destinataris i també per als clients de sincronització i les aplicacions per a mòbils. Podeu trobar més informació en la documentació del Nextcloud.", "People" : "Persones", + "Filter accounts" : "Filtrar comptes", + "When should the request expire?" : "Quan ha de caducar la sol·licitud?", + "Set a submission expiration date" : "Estableix una data de caducitat de l'enviament", "Expiration date" : "Data de caducitat", + "Select a date" : "Seleccioneu una data", + "Your administrator has enforced a {count} days expiration policy." : "El vostre administrador ha aplicat una política de caducitat de {count} dies.", + "What password should be used for the request?" : "Quina contrasenya s'ha d'utilitzar per a la sol·licitud?", "Set a password" : "Configura una contrasenya", "Password" : "Contrasenya", + "Enter a valid password" : "Introduïu una contrasenya vàlida", + "Generate a new password" : "Genereu una nova contrasenya", + "Your administrator has enforced a password protection." : "El vostre administrador ha aplicat una protecció amb contrasenya.", + "The request will expire on {date} at midnight and will be password protected." : "La sol·licitud caducarà el dia {date} a la mitjanit i estarà protegida amb contrasenya.", + "The request will expire on {date} at midnight." : "La sol·licitud caducarà el dia {date} a la mitjanit.", + "The request will be password protected." : "La sol·licitud estarà protegida amb contrasenya.", + "You can now share the link below to allow people to upload files to your directory." : "Ara podeu compartir l'enllaç següent per permetre que la gent carregui fitxers al vostre directori.", "Share link" : "Comparteix un enllaç", "Copy to clipboard" : "Copia-ho al porta-retalls", + "Send link via email" : "Envia l'enllaç per correu electrònic", + "Enter an email address or paste a list" : "Introduïu una adreça de correu electrònic o enganxeu una llista", + "Remove email" : "Elimina el correu electrònic", + "Automatically copying failed, please copy the share link manually" : "S'ha produït un error en copiar automàticament; copieu l'enllaç per compartir manualment", "Link copied to clipboard" : "Enllaç copiat al porta-retalls", + "Email already added" : "El correu electrònic ja s'ha afegit", + "Invalid email address" : "L'adreça de correu no és vàlida", + "_{count} email address already added_::_{count} email addresses already added_" : ["{count} adreça de correu ja s'ha afegit","{count} adreces de correu ja s’han afegit"], + "_{count} email address added_::_{count} email addresses added_" : ["S'ha afegit {count} adreça de correu","S’han afegit {count} adreces de correu"], + "What are you requesting?" : "Què esteu demanant?", + "Request subject" : "Assumpte de la sol·licitud", + "Birthday party photos, History assignment…" : "Fotos de la festa d'aniversari, tasca d'història…", + "Where should these files go?" : "On haurien d'anar aquests fitxers?", + "Upload destination" : "Destinació de pujada", + "Select a destination" : "Seleccioneu una destinació", + "Revert to default" : "Torna al valor predeterminat", + "The uploaded files are visible only to you unless you choose to share them." : "Els fitxers penjats només són visibles per a vosaltres tret que decidiu compartir-los.", + "Add a note" : "Afegeix una nota", + "Note for recipient" : "Nota al destinatari", + "Add a note to help people understand what you are requesting." : "Afegiu una nota per ajudar la gent a entendre el que esteu demanant.", + "You can add links, date or any other information that will help the recipient understand what you are requesting." : "Podeu afegir enllaços, data o qualsevol altra informació que ajudi el destinatari a entendre el que esteu demanant.", + "Select" : "Seleccioneu", + "Create a file request" : "Creeu una sol·licitud de fitxer", + "File request created" : "S'ha creat la sol·licitud de fitxer", + "Collect files from others even if they do not have an account." : "Recull fitxers d'altres persones encara que no tinguin un compte.", + "To ensure you can receive files, verify you have enough storage available." : "Per assegurar-vos que podeu rebre fitxers, comproveu que teniu prou emmagatzematge disponible.", + "File request" : "Sol·licitud de fitxer", + "Previous step" : "Pas anterior", "Cancel" : "Cancel·la", + "Cancel the file request creation" : "Cancel·la la creació de la sol·licitud del fitxer", + "Close without sending emails" : "Tanca sense enviar correus electrònics", "Close" : "Tanca", "Continue" : "Continuar", + "Please select a folder, you cannot share the root directory." : "Seleccioneu una carpeta, no podeu compartir el directori arrel.", "Error creating the share: {errorMessage}" : "S'ha produït un error en crear l'element compartit: {errorMessage}", "Error creating the share" : "S'ha produït un error en crear l'element compartit", + "Error sending emails: {errorMessage}" : "Error en enviar correus electrònics: {errorMessage}", + "Error sending emails" : "S'ha produït un error en enviar correus electrònics", + "_Send email and close_::_Send {count} emails and close_" : ["Envia un correu electrònic i tanca","Envia {count} correus electrònics i tanca"], + "_File request created and email sent_::_File request created and {count} emails sent_" : ["S'ha creat una sol·licitud de fitxer i s'ha enviat un correu electrònic","S’ha creat una sol·licitud de fitxer i s’han enviat {count} correus electrònics"], "Accept shares from other accounts and groups by default" : "Accepta els elements compartits d'altres comptes i grups per defecte", "Error while toggling options" : "S'ha produït un error en canviar les opcions", "Set default folder for accepted shares" : "Estableix la carpeta per defecte per als elements compartits acceptats", @@ -124,6 +190,7 @@ OC.L10N.register( "remote" : "element remot", "remote group" : "grup remot", "guest" : "convidat", + "by {initiator}" : "per {initiator}", "Shared with the group {user} by {owner}" : "{owner} l'ha compartit amb el grup {user}", "Shared with the conversation {user} by {owner}" : "{user} l'ha compartit amb la conversa {owner}", "Shared with {user} by {owner}" : "{owner} l'ha compartit amb {user}", @@ -140,6 +207,10 @@ OC.L10N.register( "Password protection (enforced)" : "Protecció amb contrasenya (obligatori)", "Password protection" : "Protecció amb contrasenya", "Enter a password" : "Introduïu una contrasenya", + "Enable link expiration (enforced)" : "Activa la caducitat de l'enllaç (forzada)", + "Enable link expiration" : "Activa la caducitat de l'enllaç", + "Enter expiration date (enforced)" : "Introduïu la data de caducitat (forzada)", + "Enter expiration date" : "Introduïu la data de caducitat", "Create share" : "Crea l'element compartit", "Customize link" : "Personalitza l'enllaç", "Generate QR code" : "Genera un codi QR", @@ -147,8 +218,10 @@ OC.L10N.register( "Create a new share link" : "Crear un enllaç d'ús compartit nou", "{shareWith} by {initiator}" : "{shareWith} per {initiator}", "Shared via link by {initiator}" : "Compartit amb un enllaç per {initiator}", + "File request ({label})" : "Sol·licitud de fitxer ({label})", "Mail share ({label})" : "Comparteix per correu ({label})", "Share link ({label})" : "Comparteix un enllaç ({label})", + "Mail share" : "Compartició de correu", "Share link ({index})" : "Comparteix un enllaç ({index})", "Create public link" : "Creació d'un enllaç públic", "Actions for \"{title}\"" : "Accions per a «{title}»", @@ -160,6 +233,8 @@ OC.L10N.register( "View only" : "Només visualitació", "Can edit" : "Pot editar", "Custom permissions" : "Permisos personalitzats", + "Enter external recipients" : "Introduïu destinataris externs", + "Search for internal recipients" : "Cerca destinataris interns", "Resharing is not allowed" : "No es permet l'ús compartit derivat", "Name or email …" : "Nom o adreça electrònica…", "Name, email, or Federated Cloud ID …" : "Nom, adreça electrònica o ID de núvol federat…", @@ -174,13 +249,28 @@ OC.L10N.register( "Deck board" : "Tauler de Targetes", "ScienceMesh" : "ScienceMesh", "on {server}" : "a {server}", + "Note from" : "Nota de", + "Note:" : "Nota:", "File drop" : "Pujada de fitxers", + "Upload files to {foldername}." : "Puja fitxers a {foldername}.", + "By uploading files, you agree to the terms of service." : "En pujant fitxers, accepteu les condicions del servei.", + "View terms of service" : "Consulta les condicions del servei", "Terms of service" : "Condicions del servei", + "{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} ha compartit una carpeta amb tu.", + "To upload files, you need to provide your name first." : "Per carregar fitxers, primer heu de proporcionar el vostre nom.", + "Nickname" : "Sobrenom", + "Enter your nickname" : "Introduïu el vostre sobrenom", + "Upload files to {folder}" : "Puja fitxers a {folder}", + "Submit name" : "Envia el nom", "Allow upload and editing" : "Permet la pujada i l'edició", "Allow editing" : "Permet l'edició", "Upload only" : "Només pujada", "Advanced settings" : "Paràmetres avançats", "Share label" : "Etiqueta d'ús compartit", + "Share link token" : "Comparteix el testimoni d'enllaç", + "Set the public share link token to something easy to remember or generate a new token. It is not recommended to use a guessable token for shares which contain sensitive information." : "Estableix el testimoni d'enllaç de compartició pública en una cosa fàcil de recordar o genera un testimoni nou. No es recomana utilitzar un testimoni endevinable per a elements compartits que continguin informació sensible.", + "Generating…" : "Generant…", + "Generate new token" : "Genera un nou testimoni", "Set password" : "Estableix una contrasenya", "Password expires {passwordExpirationTime}" : "La contrasenya caduca el {passwordExpirationTime}", "Password expired" : "La contrasenya ha caducat", @@ -188,8 +278,10 @@ OC.L10N.register( "Expiration date (enforced)" : "Data de venciment (obligatori)", "Set expiration date" : "Estableix la data de caducitat", "Hide download" : "Amaga la baixada", + "Allow download and sync" : "Permet la baixada i la sincronització", "Note to recipient" : "Nota per al destinatari", "Enter a note for the share recipient" : "Introduïu una nota per al destinatari de l'element compartit", + "Show files in grid view" : "Mostra els fitxers a la vista de quadrícula", "Read" : "Lectura", "Create" : "Crea", "Edit" : "Edició", @@ -205,16 +297,31 @@ OC.L10N.register( "Share with guest" : "Comparteix amb el convidat", "Update share" : "Actualitza l'element compartit", "Save share" : "Desa l'element compartit", + "Replace current password" : "Substitueix la contrasenya actual", + "Failed to generate a new token" : "No s'ha pogut generar un testimoni nou", "Others with access" : "Altres usuaris amb accés", "No other accounts with access found" : "No s'ha trobat cap altre compte amb accés", "Toggle list of others with access to this directory" : "Canvia la llista d'altres usuaris amb accés a aquesta carpeta", "Toggle list of others with access to this file" : "Canvia la llista d'altres usuaris amb accés a aquest fitxer", "Unable to fetch inherited shares" : "No s'han pogut obtenir els elements compartits heretats", + "Link shares" : "Enllaços compartits", "Shares" : "Elements compartits", + "Internal shares" : "Comparticions internes", + "Internal shares explanation" : "Explicació de comparticions internes", + "Share with accounts and teams" : "Comparteix amb comptes i equips", + "External shares" : "Comparticions externes", + "External shares explanation" : "Explicació de les comparticions externes", + "Email, federated cloud id" : "Correu, identificador del núvol federat", + "Additional shares" : "Comparticions addicionals", + "Additional shares explanation" : "Explicació addicional de les comparticions", + "Use this method to share files with individuals or teams within your organization. If the recipient already has access to the share but cannot locate it, you can send them the internal share link for easy access." : "Utilitzeu aquest mètode per compartir fitxers amb persones o equips de la vostra organització. Si el destinatari ja té accés a la compartició però no la pot localitzar, podeu enviar-li l'enllaç de compartició intern per accedir-hi fàcilment.", + "Use this method to share files with individuals or organizations outside your organization. Files and folders can be shared via public share links and email addresses. You can also share to other Nextcloud accounts hosted on different instances using their federated cloud ID." : "Utilitzeu aquest mètode per compartir fitxers amb persones o organitzacions fora de la vostra organització. Els fitxers i les carpetes es poden compartir mitjançant enllaços compartits públics i adreces de correu electrònic. També podeu compartir amb altres comptes de Nextcloud allotjats en diferents instàncies mitjançant el seu ID de núvol federat.", + "Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "Comparticions que no formen part de comparticions internes o externes. Això pot ser compartit des d'aplicacions o d'altres fonts.", "Unable to load the shares list" : "No s'ha pogut carregar la llista d'elements compartits", "Expires {relativetime}" : "Caduca {relativetime}", "this share just expired." : "aquest element compartit acaba de caducar.", "Shared with you by {owner}" : "{owner} l'ha compartit amb vós", + "_The following email address is not valid: {emails}_::_The following email addresses are not valid: {emails}_" : ["L'adreça de correu següent no és vàlida: {emails}","Les adreces de correu següents no son vàlides: {emails}"], "Link to a file" : "Enllaç a un fitxer", "_Accept share_::_Accept shares_" : ["Accepta l'element compartit","Accepta els elements compartits"], "Open in Files" : "Obre a Fitxers", @@ -225,8 +332,16 @@ OC.L10N.register( "Shared multiple times with different people" : "S'ha compartit diverses vegades amb persones diferents", "Show sharing options" : "Mostra les opcions d'ús compartit", "Shared with others" : "Compartit amb altres", + "Create file request" : "Crea una sol·licitud de fitxer", + "Upload files to {foldername}" : "Puja fitxers a {foldername}.", + "Public file share" : "Compartició de fitxer pública", + "Publicly shared file." : "Fitxer compartit públicament.", "No file" : "Cap fitxer", + "The file shared with you will show up here" : "El fitxer compartit amb tu es mostrarà aquí", "Public share" : "Participació pública", + "Publicly shared files." : "Fitxers compartits públicament.", + "No files" : "No hi ha fitxers", + "Files and folders shared with you will show up here" : "Els fitxers i les carpetes compartides amb tu es mostraran aquí", "Overview of shared files." : "Informació general dels fitxers compartits.", "No shares" : "No hi ha cap element compartit", "Files and folders you shared or have been shared with you will show up here" : "Els fitxers i les carpetes que compartiu o s'hagin compartit amb vós es mostraran aquí", @@ -241,11 +356,15 @@ OC.L10N.register( "List of files that are shared by link." : "Llista de fitxers compartits mitjançant un enllaç.", "No shared links" : "No hi ha cap enllaç compartit", "Files and folders you shared by link will show up here" : "Els fitxers i les carpetes que compartiu amb un enllaç es mostraran aquí", + "File requests" : "Fitxers sol·licitats", + "List of file requests." : "Llista de fitxers sol·licitats.", + "No file requests" : "No hi ha sol·licituds de fitxer", + "File requests you have created will show up here" : "Les sol·licituds de fitxers que hàgiu creat es mostraran aquí", "Deleted shares" : "Suprimit", "List of shares you left." : "Llista d'elements compartits que heu deixat.", "No deleted shares" : "No hi ha cap element compartit suprimit", "Shares you have left will show up here" : "Els elements compartits que deixeu es mostraran aquí", - "Pending shares" : "Pendent", + "Pending shares" : "Elements compartits pendents", "List of unapproved shares." : "Llista d'elements compartits no aprovats.", "No pending shares" : "No hi ha cap element compartit pendent", "Shares you have received but not approved will show up here" : "Els elements compartits que rebeu però no aproveu es mostraran aquí", @@ -253,8 +372,14 @@ OC.L10N.register( "Error updating the share" : "S'ha produït un error en actualitzar l'element compartit", "File \"{path}\" has been unshared" : "El fitxer «{path}» s'ha deixat de compartir", "Folder \"{path}\" has been unshared" : "La carpeta «{path}» s'ha deixat de compartir", + "Could not update share" : "No s'ha pogut actualitzar la compartició", + "Share saved" : "Compartició desada", + "Share expiry date saved" : "S'ha desat la data de caducitat de la compartició", + "Share hide-download state saved" : "S'ha desat l'estat de descàrrega oculta compartida", "Share label saved" : "S'ha desat l'etiqueta de compartició", + "Share note for recipient saved" : "S’ha desat la nota de compartició per al destinatari", "Share password saved" : "S’ha desat la contrasenya de compartició", + "Share permissions saved" : "S’han desat els permisos per compartir", "Shared by" : "Compartit per", "Shared with" : "S'ha compartit amb", "Password created successfully" : "La contrasenya s'ha creat correctament", @@ -267,6 +392,7 @@ OC.L10N.register( "Show list view" : "Mostra la visualització de llista", "Show grid view" : "Mostra la visualització de graella", "Upload files to %s" : "Puja fitxers a %s", + "%s shared a folder with you." : "%s ha compartit una carpeta amb tu.", "Note" : "Nota", "Select or drop files" : "Seleccioneu o deixeu anar fitxers", "Uploading files" : "S'estan pujant els fitxers", @@ -289,6 +415,10 @@ OC.L10N.register( "Search for share recipients" : "Cerqueu destinataris de l'element compartit", "No recommendations. Start typing." : "No hi ha cap recomanació. Comenceu a escriure.", "Allow download" : "Permet la baixada", + "Share expire date saved" : "S'ha desat la data de caducitat de la compartició", + "You are not allowed to edit link shares that you don't own" : "No teniu permís per editar els elements compartits d'enllaços que no sigueu propietaris", + "_1 email address already added_::_{count} email addresses already added_" : ["Ja s'ha afegit 1 adreça de correu","Ja s’han afegit {count} adreces de correu"], + "_1 email address added_::_{count} email addresses added_" : ["S'ha afegit 1 adreça de correu","S’han afegit {count} adreces de correu"], "Enter your name" : "Introdueix el teu nom" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/ca.json b/apps/files_sharing/l10n/ca.json index 8859ed861a0..a2742259742 100644 --- a/apps/files_sharing/l10n/ca.json +++ b/apps/files_sharing/l10n/ca.json @@ -53,6 +53,7 @@ "Share for file {file} with {user} expired" : "Ha caducat l'ús compartit del fitxer {file} per a {user}", "Share for file {file} expired" : "Ha caducat l'ús compartit per al fitxer {file}", "A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "S'ha <strong>baixat</strong> un fitxer o una carpeta compartit per correu o per enllaç públic", + "Files have been <strong>uploaded</strong> to a folder shared by mail or by public link" : "Els fitxers s'han <strong>pujat</strong> a una carpeta compartida per correu o per enllaç públic", "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>", "Sharing" : "Ús compartit", "A file or folder has been <strong>shared</strong>" : "S'ha <strong>compartit</strong> un fitxer o una carpeta", @@ -66,12 +67,15 @@ "Group sharing is disabled by the administrator" : "L'administrador ha inhabilitat l'ús compartit en grup", "Please specify a valid group" : "Especifiqueu un grup vàlid", "Public link sharing is disabled by the administrator" : "L'administrador ha inhabilitat l'ús compartit amb enllaç públic", + "Please specify a valid email address" : "Si us plalu, especifiqueu una adreça de correu electrònic vàlida", "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 Converses del Nextcloud perquè l'aplicació Converses del Nextcloud no està habilitada", "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "No s'ha pogut compartir %1$s perquè el rerefons no permet elements compartits de tipus %2$s", "Please specify a valid federated account ID" : "Especifiqueu un ID de compte federat vàlid", "Please specify a valid federated group ID" : "Especifiqueu un ID de grup federat vàlid", - "Sharing %s failed because the back end does not support room shares" : "No s'ha pogut compartir %s perquè el rerefons no permet l'ús compartit en sales", - "Sharing %s failed because the back end does not support ScienceMesh shares" : "No s'ha pogut compartir %s perquè el rerefons no permet l'ús compartit amb ScienceMesh", + "You cannot share to a Team if the app is not enabled" : "No podeu compartir amb un Equip si l'aplicació no està activada", + "Please specify a valid team" : "Especifiqueu un equip vàlid", + "Sharing %s failed because the back end does not support room shares" : "No s'ha pogut compartir %s perquè el rerefons no permet l'ús sales compartides", + "Sharing %s failed because the back end does not support ScienceMesh shares" : "No s'ha pogut compartir %s perquè el rerefons no permet elements compartits de ScienceMesh", "Unknown share type" : "Tipus d'element compartit desconegut", "Not a directory" : "No és una carpeta", "Could not lock node" : "No s'ha pogut blocar el node", @@ -80,9 +84,21 @@ "Share must have READ permission if UPDATE or DELETE permission is set" : "L'element compartit ha de tenir permís de lectura si s'ha establert permís d'actualització o supressió", "Public upload disabled by the administrator" : "L'administrador ha inhabilitat la pujada pública", "Could not lock path" : "No s'ha pogut blocar la ruta d'accés", + "no sharing rights on this item" : "no hi ha drets per compartir aquest article", + "You are not allowed to edit incoming shares" : "No teniu permís per editar els recursos compartits entrants", "Wrong or no update parameter given" : "S'ha proporcionat un paràmetre d'actualització incorrecte o no s'ha proporcionat", "\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "No s'ha pogut enviar la contrasenya per Converses del Nextcloud per a compartir un fitxer o una carpeta perquè l'aplicació Converses del Nextcloud no està habilitada.", + "Custom share link tokens have been disabled by the administrator" : "L'administrador ha desactivat els testimonis d'enllaços compartits personalitzats", + "Tokens must contain at least 1 character and may only contain letters, numbers, or a hyphen" : "Els testimonis han de contenir almenys 1 caràcter i només poden contenir lletres, números o un guió", + "Invalid date. Format must be YYYY-MM-DD" : "Data no vàlida. El format ha de ser AAAA-MM-DD", + "No sharing rights on this item" : "No hi ha drets per compartir aquest element", + "Invalid share attributes provided: \"%s\"" : "S'han proporcionat atributs compartits no vàlids: \"%s\"", + "You are not allowed to send mail notifications" : "No teniu permís per enviar notificacions per correu", + "No mail notification configured for this share type" : "No s'ha configurat cap notificació de correu per a aquest tipus de compartició", "Wrong password" : "Contrasenya incorrecta", + "Error while sending mail notification" : "S'ha produït un error en enviar la notificació per correu", + "Failed to generate a unique token" : "No s'ha pogut generar un testimoni únic", + "This share does not exist or is no longer available" : "Aquesta compartició no existeix o ja no està disponible", "shared by %s" : "compartit per %s", "Download" : "Baixa", "Add to your %s" : "Afegeix al %s", @@ -95,19 +111,69 @@ "You received {share} to group {group} as a share by {user}" : "Heu rebut l'element compartit {share} del grup {group} de {user}", "Accept" : "Accepta", "Decline" : "Rebutja", + "Remember to upload the files to %s" : "Recordeu pujar els fitxers a %s", + "We would like to kindly remind you that you have not yet uploaded any files to the shared folder." : "Us recordem que encara no heu pujat cap fitxer a la carpeta compartida.", + "Open \"%s\"" : "Obre \"%s\"", "This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts 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 people 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 a les persones compartir fitxers en el Nextcloud. Si està habilitada, l'administrador pot triar quins grups poden compartir fitxers. Les persones amb permís poden compartir fitxers i carpetes amb altres comptes i grups del Nextcloud. A més, si l'administrador activa la característica de compartir enllaços, es poden utilitzar enllaços externs per a compartir fitxers amb altres comptes fora del Nextcloud. Els administradors també poden aplicar contrasenyes, dates de caducitat i habilitar l'ús compartit entre servidors mitjançant enllaços d'ús compartit, així com l'ús compartit des de dispositius mòbils.\nSi inhabiliteu la característica, se suprimiran els fitxers i les carpetes compartides del servidor per a tots els destinataris i també per als clients de sincronització i les aplicacions per a mòbils. Podeu trobar més informació en la documentació del Nextcloud.", "People" : "Persones", + "Filter accounts" : "Filtrar comptes", + "When should the request expire?" : "Quan ha de caducar la sol·licitud?", + "Set a submission expiration date" : "Estableix una data de caducitat de l'enviament", "Expiration date" : "Data de caducitat", + "Select a date" : "Seleccioneu una data", + "Your administrator has enforced a {count} days expiration policy." : "El vostre administrador ha aplicat una política de caducitat de {count} dies.", + "What password should be used for the request?" : "Quina contrasenya s'ha d'utilitzar per a la sol·licitud?", "Set a password" : "Configura una contrasenya", "Password" : "Contrasenya", + "Enter a valid password" : "Introduïu una contrasenya vàlida", + "Generate a new password" : "Genereu una nova contrasenya", + "Your administrator has enforced a password protection." : "El vostre administrador ha aplicat una protecció amb contrasenya.", + "The request will expire on {date} at midnight and will be password protected." : "La sol·licitud caducarà el dia {date} a la mitjanit i estarà protegida amb contrasenya.", + "The request will expire on {date} at midnight." : "La sol·licitud caducarà el dia {date} a la mitjanit.", + "The request will be password protected." : "La sol·licitud estarà protegida amb contrasenya.", + "You can now share the link below to allow people to upload files to your directory." : "Ara podeu compartir l'enllaç següent per permetre que la gent carregui fitxers al vostre directori.", "Share link" : "Comparteix un enllaç", "Copy to clipboard" : "Copia-ho al porta-retalls", + "Send link via email" : "Envia l'enllaç per correu electrònic", + "Enter an email address or paste a list" : "Introduïu una adreça de correu electrònic o enganxeu una llista", + "Remove email" : "Elimina el correu electrònic", + "Automatically copying failed, please copy the share link manually" : "S'ha produït un error en copiar automàticament; copieu l'enllaç per compartir manualment", "Link copied to clipboard" : "Enllaç copiat al porta-retalls", + "Email already added" : "El correu electrònic ja s'ha afegit", + "Invalid email address" : "L'adreça de correu no és vàlida", + "_{count} email address already added_::_{count} email addresses already added_" : ["{count} adreça de correu ja s'ha afegit","{count} adreces de correu ja s’han afegit"], + "_{count} email address added_::_{count} email addresses added_" : ["S'ha afegit {count} adreça de correu","S’han afegit {count} adreces de correu"], + "What are you requesting?" : "Què esteu demanant?", + "Request subject" : "Assumpte de la sol·licitud", + "Birthday party photos, History assignment…" : "Fotos de la festa d'aniversari, tasca d'història…", + "Where should these files go?" : "On haurien d'anar aquests fitxers?", + "Upload destination" : "Destinació de pujada", + "Select a destination" : "Seleccioneu una destinació", + "Revert to default" : "Torna al valor predeterminat", + "The uploaded files are visible only to you unless you choose to share them." : "Els fitxers penjats només són visibles per a vosaltres tret que decidiu compartir-los.", + "Add a note" : "Afegeix una nota", + "Note for recipient" : "Nota al destinatari", + "Add a note to help people understand what you are requesting." : "Afegiu una nota per ajudar la gent a entendre el que esteu demanant.", + "You can add links, date or any other information that will help the recipient understand what you are requesting." : "Podeu afegir enllaços, data o qualsevol altra informació que ajudi el destinatari a entendre el que esteu demanant.", + "Select" : "Seleccioneu", + "Create a file request" : "Creeu una sol·licitud de fitxer", + "File request created" : "S'ha creat la sol·licitud de fitxer", + "Collect files from others even if they do not have an account." : "Recull fitxers d'altres persones encara que no tinguin un compte.", + "To ensure you can receive files, verify you have enough storage available." : "Per assegurar-vos que podeu rebre fitxers, comproveu que teniu prou emmagatzematge disponible.", + "File request" : "Sol·licitud de fitxer", + "Previous step" : "Pas anterior", "Cancel" : "Cancel·la", + "Cancel the file request creation" : "Cancel·la la creació de la sol·licitud del fitxer", + "Close without sending emails" : "Tanca sense enviar correus electrònics", "Close" : "Tanca", "Continue" : "Continuar", + "Please select a folder, you cannot share the root directory." : "Seleccioneu una carpeta, no podeu compartir el directori arrel.", "Error creating the share: {errorMessage}" : "S'ha produït un error en crear l'element compartit: {errorMessage}", "Error creating the share" : "S'ha produït un error en crear l'element compartit", + "Error sending emails: {errorMessage}" : "Error en enviar correus electrònics: {errorMessage}", + "Error sending emails" : "S'ha produït un error en enviar correus electrònics", + "_Send email and close_::_Send {count} emails and close_" : ["Envia un correu electrònic i tanca","Envia {count} correus electrònics i tanca"], + "_File request created and email sent_::_File request created and {count} emails sent_" : ["S'ha creat una sol·licitud de fitxer i s'ha enviat un correu electrònic","S’ha creat una sol·licitud de fitxer i s’han enviat {count} correus electrònics"], "Accept shares from other accounts and groups by default" : "Accepta els elements compartits d'altres comptes i grups per defecte", "Error while toggling options" : "S'ha produït un error en canviar les opcions", "Set default folder for accepted shares" : "Estableix la carpeta per defecte per als elements compartits acceptats", @@ -122,6 +188,7 @@ "remote" : "element remot", "remote group" : "grup remot", "guest" : "convidat", + "by {initiator}" : "per {initiator}", "Shared with the group {user} by {owner}" : "{owner} l'ha compartit amb el grup {user}", "Shared with the conversation {user} by {owner}" : "{user} l'ha compartit amb la conversa {owner}", "Shared with {user} by {owner}" : "{owner} l'ha compartit amb {user}", @@ -138,6 +205,10 @@ "Password protection (enforced)" : "Protecció amb contrasenya (obligatori)", "Password protection" : "Protecció amb contrasenya", "Enter a password" : "Introduïu una contrasenya", + "Enable link expiration (enforced)" : "Activa la caducitat de l'enllaç (forzada)", + "Enable link expiration" : "Activa la caducitat de l'enllaç", + "Enter expiration date (enforced)" : "Introduïu la data de caducitat (forzada)", + "Enter expiration date" : "Introduïu la data de caducitat", "Create share" : "Crea l'element compartit", "Customize link" : "Personalitza l'enllaç", "Generate QR code" : "Genera un codi QR", @@ -145,8 +216,10 @@ "Create a new share link" : "Crear un enllaç d'ús compartit nou", "{shareWith} by {initiator}" : "{shareWith} per {initiator}", "Shared via link by {initiator}" : "Compartit amb un enllaç per {initiator}", + "File request ({label})" : "Sol·licitud de fitxer ({label})", "Mail share ({label})" : "Comparteix per correu ({label})", "Share link ({label})" : "Comparteix un enllaç ({label})", + "Mail share" : "Compartició de correu", "Share link ({index})" : "Comparteix un enllaç ({index})", "Create public link" : "Creació d'un enllaç públic", "Actions for \"{title}\"" : "Accions per a «{title}»", @@ -158,6 +231,8 @@ "View only" : "Només visualitació", "Can edit" : "Pot editar", "Custom permissions" : "Permisos personalitzats", + "Enter external recipients" : "Introduïu destinataris externs", + "Search for internal recipients" : "Cerca destinataris interns", "Resharing is not allowed" : "No es permet l'ús compartit derivat", "Name or email …" : "Nom o adreça electrònica…", "Name, email, or Federated Cloud ID …" : "Nom, adreça electrònica o ID de núvol federat…", @@ -172,13 +247,28 @@ "Deck board" : "Tauler de Targetes", "ScienceMesh" : "ScienceMesh", "on {server}" : "a {server}", + "Note from" : "Nota de", + "Note:" : "Nota:", "File drop" : "Pujada de fitxers", + "Upload files to {foldername}." : "Puja fitxers a {foldername}.", + "By uploading files, you agree to the terms of service." : "En pujant fitxers, accepteu les condicions del servei.", + "View terms of service" : "Consulta les condicions del servei", "Terms of service" : "Condicions del servei", + "{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} ha compartit una carpeta amb tu.", + "To upload files, you need to provide your name first." : "Per carregar fitxers, primer heu de proporcionar el vostre nom.", + "Nickname" : "Sobrenom", + "Enter your nickname" : "Introduïu el vostre sobrenom", + "Upload files to {folder}" : "Puja fitxers a {folder}", + "Submit name" : "Envia el nom", "Allow upload and editing" : "Permet la pujada i l'edició", "Allow editing" : "Permet l'edició", "Upload only" : "Només pujada", "Advanced settings" : "Paràmetres avançats", "Share label" : "Etiqueta d'ús compartit", + "Share link token" : "Comparteix el testimoni d'enllaç", + "Set the public share link token to something easy to remember or generate a new token. It is not recommended to use a guessable token for shares which contain sensitive information." : "Estableix el testimoni d'enllaç de compartició pública en una cosa fàcil de recordar o genera un testimoni nou. No es recomana utilitzar un testimoni endevinable per a elements compartits que continguin informació sensible.", + "Generating…" : "Generant…", + "Generate new token" : "Genera un nou testimoni", "Set password" : "Estableix una contrasenya", "Password expires {passwordExpirationTime}" : "La contrasenya caduca el {passwordExpirationTime}", "Password expired" : "La contrasenya ha caducat", @@ -186,8 +276,10 @@ "Expiration date (enforced)" : "Data de venciment (obligatori)", "Set expiration date" : "Estableix la data de caducitat", "Hide download" : "Amaga la baixada", + "Allow download and sync" : "Permet la baixada i la sincronització", "Note to recipient" : "Nota per al destinatari", "Enter a note for the share recipient" : "Introduïu una nota per al destinatari de l'element compartit", + "Show files in grid view" : "Mostra els fitxers a la vista de quadrícula", "Read" : "Lectura", "Create" : "Crea", "Edit" : "Edició", @@ -203,16 +295,31 @@ "Share with guest" : "Comparteix amb el convidat", "Update share" : "Actualitza l'element compartit", "Save share" : "Desa l'element compartit", + "Replace current password" : "Substitueix la contrasenya actual", + "Failed to generate a new token" : "No s'ha pogut generar un testimoni nou", "Others with access" : "Altres usuaris amb accés", "No other accounts with access found" : "No s'ha trobat cap altre compte amb accés", "Toggle list of others with access to this directory" : "Canvia la llista d'altres usuaris amb accés a aquesta carpeta", "Toggle list of others with access to this file" : "Canvia la llista d'altres usuaris amb accés a aquest fitxer", "Unable to fetch inherited shares" : "No s'han pogut obtenir els elements compartits heretats", + "Link shares" : "Enllaços compartits", "Shares" : "Elements compartits", + "Internal shares" : "Comparticions internes", + "Internal shares explanation" : "Explicació de comparticions internes", + "Share with accounts and teams" : "Comparteix amb comptes i equips", + "External shares" : "Comparticions externes", + "External shares explanation" : "Explicació de les comparticions externes", + "Email, federated cloud id" : "Correu, identificador del núvol federat", + "Additional shares" : "Comparticions addicionals", + "Additional shares explanation" : "Explicació addicional de les comparticions", + "Use this method to share files with individuals or teams within your organization. If the recipient already has access to the share but cannot locate it, you can send them the internal share link for easy access." : "Utilitzeu aquest mètode per compartir fitxers amb persones o equips de la vostra organització. Si el destinatari ja té accés a la compartició però no la pot localitzar, podeu enviar-li l'enllaç de compartició intern per accedir-hi fàcilment.", + "Use this method to share files with individuals or organizations outside your organization. Files and folders can be shared via public share links and email addresses. You can also share to other Nextcloud accounts hosted on different instances using their federated cloud ID." : "Utilitzeu aquest mètode per compartir fitxers amb persones o organitzacions fora de la vostra organització. Els fitxers i les carpetes es poden compartir mitjançant enllaços compartits públics i adreces de correu electrònic. També podeu compartir amb altres comptes de Nextcloud allotjats en diferents instàncies mitjançant el seu ID de núvol federat.", + "Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "Comparticions que no formen part de comparticions internes o externes. Això pot ser compartit des d'aplicacions o d'altres fonts.", "Unable to load the shares list" : "No s'ha pogut carregar la llista d'elements compartits", "Expires {relativetime}" : "Caduca {relativetime}", "this share just expired." : "aquest element compartit acaba de caducar.", "Shared with you by {owner}" : "{owner} l'ha compartit amb vós", + "_The following email address is not valid: {emails}_::_The following email addresses are not valid: {emails}_" : ["L'adreça de correu següent no és vàlida: {emails}","Les adreces de correu següents no son vàlides: {emails}"], "Link to a file" : "Enllaç a un fitxer", "_Accept share_::_Accept shares_" : ["Accepta l'element compartit","Accepta els elements compartits"], "Open in Files" : "Obre a Fitxers", @@ -223,8 +330,16 @@ "Shared multiple times with different people" : "S'ha compartit diverses vegades amb persones diferents", "Show sharing options" : "Mostra les opcions d'ús compartit", "Shared with others" : "Compartit amb altres", + "Create file request" : "Crea una sol·licitud de fitxer", + "Upload files to {foldername}" : "Puja fitxers a {foldername}.", + "Public file share" : "Compartició de fitxer pública", + "Publicly shared file." : "Fitxer compartit públicament.", "No file" : "Cap fitxer", + "The file shared with you will show up here" : "El fitxer compartit amb tu es mostrarà aquí", "Public share" : "Participació pública", + "Publicly shared files." : "Fitxers compartits públicament.", + "No files" : "No hi ha fitxers", + "Files and folders shared with you will show up here" : "Els fitxers i les carpetes compartides amb tu es mostraran aquí", "Overview of shared files." : "Informació general dels fitxers compartits.", "No shares" : "No hi ha cap element compartit", "Files and folders you shared or have been shared with you will show up here" : "Els fitxers i les carpetes que compartiu o s'hagin compartit amb vós es mostraran aquí", @@ -239,11 +354,15 @@ "List of files that are shared by link." : "Llista de fitxers compartits mitjançant un enllaç.", "No shared links" : "No hi ha cap enllaç compartit", "Files and folders you shared by link will show up here" : "Els fitxers i les carpetes que compartiu amb un enllaç es mostraran aquí", + "File requests" : "Fitxers sol·licitats", + "List of file requests." : "Llista de fitxers sol·licitats.", + "No file requests" : "No hi ha sol·licituds de fitxer", + "File requests you have created will show up here" : "Les sol·licituds de fitxers que hàgiu creat es mostraran aquí", "Deleted shares" : "Suprimit", "List of shares you left." : "Llista d'elements compartits que heu deixat.", "No deleted shares" : "No hi ha cap element compartit suprimit", "Shares you have left will show up here" : "Els elements compartits que deixeu es mostraran aquí", - "Pending shares" : "Pendent", + "Pending shares" : "Elements compartits pendents", "List of unapproved shares." : "Llista d'elements compartits no aprovats.", "No pending shares" : "No hi ha cap element compartit pendent", "Shares you have received but not approved will show up here" : "Els elements compartits que rebeu però no aproveu es mostraran aquí", @@ -251,8 +370,14 @@ "Error updating the share" : "S'ha produït un error en actualitzar l'element compartit", "File \"{path}\" has been unshared" : "El fitxer «{path}» s'ha deixat de compartir", "Folder \"{path}\" has been unshared" : "La carpeta «{path}» s'ha deixat de compartir", + "Could not update share" : "No s'ha pogut actualitzar la compartició", + "Share saved" : "Compartició desada", + "Share expiry date saved" : "S'ha desat la data de caducitat de la compartició", + "Share hide-download state saved" : "S'ha desat l'estat de descàrrega oculta compartida", "Share label saved" : "S'ha desat l'etiqueta de compartició", + "Share note for recipient saved" : "S’ha desat la nota de compartició per al destinatari", "Share password saved" : "S’ha desat la contrasenya de compartició", + "Share permissions saved" : "S’han desat els permisos per compartir", "Shared by" : "Compartit per", "Shared with" : "S'ha compartit amb", "Password created successfully" : "La contrasenya s'ha creat correctament", @@ -265,6 +390,7 @@ "Show list view" : "Mostra la visualització de llista", "Show grid view" : "Mostra la visualització de graella", "Upload files to %s" : "Puja fitxers a %s", + "%s shared a folder with you." : "%s ha compartit una carpeta amb tu.", "Note" : "Nota", "Select or drop files" : "Seleccioneu o deixeu anar fitxers", "Uploading files" : "S'estan pujant els fitxers", @@ -287,6 +413,10 @@ "Search for share recipients" : "Cerqueu destinataris de l'element compartit", "No recommendations. Start typing." : "No hi ha cap recomanació. Comenceu a escriure.", "Allow download" : "Permet la baixada", + "Share expire date saved" : "S'ha desat la data de caducitat de la compartició", + "You are not allowed to edit link shares that you don't own" : "No teniu permís per editar els elements compartits d'enllaços que no sigueu propietaris", + "_1 email address already added_::_{count} email addresses already added_" : ["Ja s'ha afegit 1 adreça de correu","Ja s’han afegit {count} adreces de correu"], + "_1 email address added_::_{count} email addresses added_" : ["S'ha afegit 1 adreça de correu","S’han afegit {count} adreces de correu"], "Enter your name" : "Introdueix el teu nom" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_trashbin/l10n/da.js b/apps/files_trashbin/l10n/da.js index fdfa33d64e6..521ba0b775c 100644 --- a/apps/files_trashbin/l10n/da.js +++ b/apps/files_trashbin/l10n/da.js @@ -14,7 +14,10 @@ OC.L10N.register( "Deleted by" : "Slettet af ", "Deleted" : "Slettet", "A long time ago" : "For lang tid siden", + "Confirm permanent deletion" : "Bekræft permanent sletning", + "Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Er du sikker på, at du permanent vil slette alle filer og mapper i papirkurven? Dette kan ikke fortrydes.", "Cancel" : "Annullér", + "Empty deleted files" : "Tøm slettede filer", "Deletion cancelled" : "Sletning annulleret", "List of files that have been deleted." : "Liste med filer der er blevet slettet.", "No deleted files" : "Ingen slettede filer", diff --git a/apps/files_trashbin/l10n/da.json b/apps/files_trashbin/l10n/da.json index 6e9200bca10..3ed656c56d7 100644 --- a/apps/files_trashbin/l10n/da.json +++ b/apps/files_trashbin/l10n/da.json @@ -12,7 +12,10 @@ "Deleted by" : "Slettet af ", "Deleted" : "Slettet", "A long time ago" : "For lang tid siden", + "Confirm permanent deletion" : "Bekræft permanent sletning", + "Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Er du sikker på, at du permanent vil slette alle filer og mapper i papirkurven? Dette kan ikke fortrydes.", "Cancel" : "Annullér", + "Empty deleted files" : "Tøm slettede filer", "Deletion cancelled" : "Sletning annulleret", "List of files that have been deleted." : "Liste med filer der er blevet slettet.", "No deleted files" : "Ingen slettede filer", diff --git a/apps/profile/l10n/pl.js b/apps/profile/l10n/pl.js index 57cdfb61b8f..9111f6dbafa 100644 --- a/apps/profile/l10n/pl.js +++ b/apps/profile/l10n/pl.js @@ -2,6 +2,8 @@ OC.L10N.register( "profile", { "Profile" : "Profil", + "This application provides the profile" : "Ta aplikacja dostarcza profil", + "Provides a customisable user profile interface." : "Dostarcza konfigurowalny interfejs profilu użytkownika.", "Edit Profile" : "Edytuj profil", "The headline and about sections will show up here" : "Tutaj pojawi się nagłówek i informacje o sekcjach", "You have not added any info yet" : "Nie dodałeś jeszcze żadnych informacji", diff --git a/apps/profile/l10n/pl.json b/apps/profile/l10n/pl.json index aa81db36fb8..9c0b66b1a28 100644 --- a/apps/profile/l10n/pl.json +++ b/apps/profile/l10n/pl.json @@ -1,5 +1,7 @@ { "translations": { "Profile" : "Profil", + "This application provides the profile" : "Ta aplikacja dostarcza profil", + "Provides a customisable user profile interface." : "Dostarcza konfigurowalny interfejs profilu użytkownika.", "Edit Profile" : "Edytuj profil", "The headline and about sections will show up here" : "Tutaj pojawi się nagłówek i informacje o sekcjach", "You have not added any info yet" : "Nie dodałeś jeszcze żadnych informacji", diff --git a/apps/sharebymail/l10n/ca.js b/apps/sharebymail/l10n/ca.js index 64a3ca18d6c..155e8f7322a 100644 --- a/apps/sharebymail/l10n/ca.js +++ b/apps/sharebymail/l10n/ca.js @@ -18,6 +18,7 @@ OC.L10N.register( "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "No us podem enviar la contrasenya generada automàticament. Definiu una adreça electrònica vàlida en els paràmetres personals i torneu-ho a provar.", "Failed to send share by email. Got an invalid email address" : "No s'ha pogut enviar l'element compartit per correu electrònic. Teniu una adreça electrònica no vàlida.", "Failed to send share by email" : "No s'ha pogut enviar l'element compartit per correu electrònic", + "Note:" : "Nota:", "%1$s via %2$s" : "%1$s mitjançant %2$s", "It is protected with the following password:" : "Està protegit amb la contrasenya següent:", "This password will expire at %s" : "Aquesta contrasenya caducarà a les %s", diff --git a/apps/sharebymail/l10n/ca.json b/apps/sharebymail/l10n/ca.json index c1e0156ad7b..f3a00f8b021 100644 --- a/apps/sharebymail/l10n/ca.json +++ b/apps/sharebymail/l10n/ca.json @@ -16,6 +16,7 @@ "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "No us podem enviar la contrasenya generada automàticament. Definiu una adreça electrònica vàlida en els paràmetres personals i torneu-ho a provar.", "Failed to send share by email. Got an invalid email address" : "No s'ha pogut enviar l'element compartit per correu electrònic. Teniu una adreça electrònica no vàlida.", "Failed to send share by email" : "No s'ha pogut enviar l'element compartit per correu electrònic", + "Note:" : "Nota:", "%1$s via %2$s" : "%1$s mitjançant %2$s", "It is protected with the following password:" : "Està protegit amb la contrasenya següent:", "This password will expire at %s" : "Aquesta contrasenya caducarà a les %s", diff --git a/apps/weather_status/l10n/da.js b/apps/weather_status/l10n/da.js index a4e220bb83b..20dc426d897 100644 --- a/apps/weather_status/l10n/da.js +++ b/apps/weather_status/l10n/da.js @@ -15,6 +15,18 @@ OC.L10N.register( "{temperature} {unit} clear sky" : "{temperature} {unit} skyfri himmel", "{temperature} {unit} cloudy later today" : "{temperature} {unit} overskyet senere i dag", "{temperature} {unit} cloudy" : "{temperature} {unit} overskyet", + "{temperature} {unit} snow and thunder later today" : "{temperature} {unit} sne og torden senere idag", + "{temperature} {unit} snow and thunder" : "{temperature} {unit} sne og torden", + "{temperature} {unit} snow showers and thunder later today" : "{temperature} {unit} snebyger og torden senere i dag", + "{temperature} {unit} snow showers and thunder" : "{temperature} {unit} snebyger og torden", + "{temperature} {unit} snow showers, thunder and polar twilight later today" : "{temperature} {unit} snebyger, torden og polartusmørke senere i dag", + "{temperature} {unit} snow showers, thunder and polar twilight" : "{temperature} {unit} snebyger, torden og polartusmørke", + "{temperature} {unit} snow showers later today" : "{temperature} {unit} snebyger senere i dag", + "{temperature} {unit} snow showers" : "{temperature} {unit} snebyger", + "{temperature} {unit} snow showers and polar twilight later today" : "{temperature} {unit} snebyger og polartusmørke senere i dag", + "{temperature} {unit} snow showers and polar twilight" : "{temperature} {unit} snebyger og polartusmørke", + "{temperature} {unit} snow later today" : "{temperature} {unit} sne senere i dag", + "{temperature} {unit} snow" : "{temperature} {unit} sne", "{temperature} {unit} fair weather later today" : "{temperature} {unit} pænt vejr senere i dag", "{temperature} {unit} fair weather" : "{temperature} {unit} pænt vejr", "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} delvist overskyet senere i dag", @@ -45,6 +57,7 @@ OC.L10N.register( "There was an error setting the location address." : "Der opstod en fejl ved valg af lokalitetsadresse", "There was an error setting the location." : "Der opstod en fejl ved valg af lokalitet", "There was an error saving the mode." : "Tilstanden kunne ikke gemmes.", - "There was an error using personal address." : "Der skete en fejl i forsøget på at anvende personlig adresse." + "There was an error using personal address." : "Der skete en fejl i forsøget på at anvende personlig adresse.", + "Unknown weather code" : "Ukendt vejr kode" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/weather_status/l10n/da.json b/apps/weather_status/l10n/da.json index b4edf91aeb9..fd8f733ab31 100644 --- a/apps/weather_status/l10n/da.json +++ b/apps/weather_status/l10n/da.json @@ -13,6 +13,18 @@ "{temperature} {unit} clear sky" : "{temperature} {unit} skyfri himmel", "{temperature} {unit} cloudy later today" : "{temperature} {unit} overskyet senere i dag", "{temperature} {unit} cloudy" : "{temperature} {unit} overskyet", + "{temperature} {unit} snow and thunder later today" : "{temperature} {unit} sne og torden senere idag", + "{temperature} {unit} snow and thunder" : "{temperature} {unit} sne og torden", + "{temperature} {unit} snow showers and thunder later today" : "{temperature} {unit} snebyger og torden senere i dag", + "{temperature} {unit} snow showers and thunder" : "{temperature} {unit} snebyger og torden", + "{temperature} {unit} snow showers, thunder and polar twilight later today" : "{temperature} {unit} snebyger, torden og polartusmørke senere i dag", + "{temperature} {unit} snow showers, thunder and polar twilight" : "{temperature} {unit} snebyger, torden og polartusmørke", + "{temperature} {unit} snow showers later today" : "{temperature} {unit} snebyger senere i dag", + "{temperature} {unit} snow showers" : "{temperature} {unit} snebyger", + "{temperature} {unit} snow showers and polar twilight later today" : "{temperature} {unit} snebyger og polartusmørke senere i dag", + "{temperature} {unit} snow showers and polar twilight" : "{temperature} {unit} snebyger og polartusmørke", + "{temperature} {unit} snow later today" : "{temperature} {unit} sne senere i dag", + "{temperature} {unit} snow" : "{temperature} {unit} sne", "{temperature} {unit} fair weather later today" : "{temperature} {unit} pænt vejr senere i dag", "{temperature} {unit} fair weather" : "{temperature} {unit} pænt vejr", "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} delvist overskyet senere i dag", @@ -43,6 +55,7 @@ "There was an error setting the location address." : "Der opstod en fejl ved valg af lokalitetsadresse", "There was an error setting the location." : "Der opstod en fejl ved valg af lokalitet", "There was an error saving the mode." : "Tilstanden kunne ikke gemmes.", - "There was an error using personal address." : "Der skete en fejl i forsøget på at anvende personlig adresse." + "There was an error using personal address." : "Der skete en fejl i forsøget på at anvende personlig adresse.", + "Unknown weather code" : "Ukendt vejr kode" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |