diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-05 00:19:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-05 00:19:45 +0000 |
commit | 1c1378e68bca976ef1bd1ecbca4f9874b88eeb11 (patch) | |
tree | 63c5a952b30fec1fd08e0ae4cde281581db9f653 /apps/files/l10n/ca.js | |
parent | 32e86052d57775e8e519d9bdd7d78b2921d8e5fa (diff) | |
download | nextcloud-server-1c1378e68bca976ef1bd1ecbca4f9874b88eeb11.tar.gz nextcloud-server-1c1378e68bca976ef1bd1ecbca4f9874b88eeb11.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 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index e725b079ce8..6c18eb265bd 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -175,8 +175,6 @@ OC.L10N.register( "Drag and drop files here to upload" : "Arrossegueu i deixeu anar fitxers aquí per a pujar-los", "Your have used your space quota and cannot upload files anymore" : "Heu utilitzat la quota d'espai i ja no podeu pujar fitxers", "You don’t have permission to upload or create files here" : "No teniu permís per a pujar o crear fitxers aquí", - "Some files could not be uploaded" : "No s'han pogut pujat alguns fitxers", - "Files uploaded successfully" : "Els fitxers s'han pujat correctament", "\"{displayName}\" action executed successfully" : "L'acció «{displayName}» s'ha executat correctament", "\"{displayName}\" action failed" : "S'ha produït un error en l'acció «{displayName}»", "Toggle selection for file \"{displayName}\"" : "Canvia la selecció per al fitxer «{displayName}»", @@ -290,9 +288,6 @@ OC.L10N.register( "Open folder {displayName}" : "Obre la carpeta {displayName}", "Open in Files" : "Obre a Fitxers", "Open details" : "Obre els detalls", - "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", @@ -302,7 +297,9 @@ OC.L10N.register( "In folder" : "En la carpeta", "Search in folder: {folder}" : "Cerca en la carpeta: {folder}", "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}»", + "Some files could not be uploaded" : "No s'han pogut pujat alguns fitxers", + "Files uploaded successfully" : "Els fitxers s'han pujat correctament", + "Some files could not be moved" : "No s'han pogut moure alguns fitxers", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetes"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fitxer","{fileCount} fitxers"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fitxer i {folderCount} carpeta","1 fitxer i {folderCount} carpetes"], |