diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-10 00:20:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-10 00:20:05 +0000 |
commit | bfb466f6b0b0953447c61c05daf456503a491c87 (patch) | |
tree | dff9fb7a5629b7a901b7253cfef4fab9b3b2628c /apps/files/l10n/ca.js | |
parent | 04a918cab3fbd05ab37ad686fa4d31f9937f5b16 (diff) | |
download | nextcloud-server-bfb466f6b0b0953447c61c05daf456503a491c87.tar.gz nextcloud-server-bfb466f6b0b0953447c61c05daf456503a491c87.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ca.js')
-rw-r--r-- | apps/files/l10n/ca.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 4b914bc973b..a35c96bf947 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -208,6 +208,7 @@ OC.L10N.register( "{relative}% used" : "{relative}% en ús", "Could not refresh storage stats" : "No s'han pogut actualitzar les estadístiques d'emmagatzematge", "Your storage is full, files can not be updated or synced anymore!" : "L'emmagatzematge està ple, els fitxers ja no es poden actualitzar ni sincronitzar!", + "Create" : "Crea", "Transfer ownership of a file or folder" : "Transferència de la propietat d'un fitxer o carpeta", "Choose file or folder to transfer" : "Tria el fitxer o carpeta que voleu transferir", "Change" : "Canvia", @@ -256,7 +257,6 @@ OC.L10N.register( "Unable to change the favourite state of the file" : "No s'ha pogut canviar l'estat de preferit del fitxer", "Error while loading the file data" : "S'ha produït un error en carregar la informació del fitxer", "Pick a template for {name}" : "Trieu una plantilla per a {name}", - "Create" : "Crea", "Create a new file with the selected template" : "Crea un fitxer amb la plantilla seleccionada", "Creating file" : "S'està creant el fitxer", "Blank" : "En blanc", @@ -286,10 +286,11 @@ OC.L10N.register( "An error occurred while uploading. Please try again later." : "S'ha produït un error durant la pujada. Torneu-ho a provar.", "Could not copy {file}. {message}" : "No s'ha pogut copiar {file}. {message}", "Could not move {file}. {message}" : "No s'ha pogut moure {file}. {message}", + "Created new folder \"{name}\"" : "S'ha creat la carpeta nova «{name}»", + "Filename" : "Nom del fitxer", + "Unable to initialize the templates directory" : "No s'ha pogut inicialitzar la carpeta de plantilles", "Create new templates folder" : "Crea la carpeta de plantilles", "Templates" : "Plantilles", - "Unable to initialize the templates directory" : "No s'ha pogut inicialitzar la carpeta de plantilles", - "Created new folder \"{name}\"" : "S'ha creat la carpeta nova «{name}»", "One of the dropped files could not be processed" : "No s'ha pogut processar un dels fitxers que heu deixat anar.", "Uploading \"{filename}\" failed" : "No s'ha pogut pujar «{filename}»", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetes"], |