diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-14 00:19:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-14 00:19:42 +0000 |
commit | 80052ba7a33318176908048f34b838ab45f4d011 (patch) | |
tree | 43ceda6d5494162c2926ad3f24027077f0a64fe8 /apps/files/l10n/ca.js | |
parent | 88d0c825f6615d253bd44a271278817bb03a5c38 (diff) | |
download | nextcloud-server-80052ba7a33318176908048f34b838ab45f4d011.tar.gz nextcloud-server-80052ba7a33318176908048f34b838ab45f4d011.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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 72c306cfce9..6fe2c570f99 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -101,12 +101,10 @@ OC.L10N.register( "Your storage is almost full ({usedSpacePercent}%)." : "L'emmagatzematge està gairebé ple ({usedSpacePercent}%).", "_matches \"{filter}\"_::_match \"{filter}\"_" : ["coincideix amb «{filter}»","coincideixen amb «{filter}»"], "View in folder" : "Visualitza-ho en la carpeta", - "Direct link was copied (only works for users who have access to this file/folder)" : "S'ha copiat l'enllaç directe (només funciona per als usuaris que tenen accés a aquest fitxer o carpeta)", "Path" : "Camí", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Favorited" : "En els preferits", "Favorite" : "En els preferits", - "Copy direct link (only works for users who have access to this file/folder)" : "Copia l'enllaç directe (només funciona per als usuaris que tinguin accés a aquest fitxer o carpeta)", "New folder" : "Carpeta nova", "Create new folder" : "Crea una carpeta", "Upload file" : "Puja un fitxer", @@ -127,7 +125,6 @@ OC.L10N.register( "Restored by {user}" : "{user} l'ha restaurat", "Renamed by {user}" : "{user} n'ha canviat el nom", "Moved by {user}" : "{user} l'ha desplaçat", - "\"remote user\"" : "«usuari remot»", "You created {file}" : "Heu creat {file}", "You created an encrypted file in {file}" : "Heu creat el fitxer xifrat {file}", "{user} created {file}" : "{user} ha creat {file}", @@ -314,7 +311,10 @@ OC.L10N.register( "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Els fitxers que intenteu pujar superen la mida màxima de pujada de fitxers del servidor.", "Text file" : "Fitxer de text", "New text file.txt" : "Fitxer de text nou.txt", + "Direct link was copied (only works for users who have access to this file/folder)" : "S'ha copiat l'enllaç directe (només funciona per als usuaris que tenen accés a aquest fitxer o carpeta)", + "Copy direct link (only works for users who have access to this file/folder)" : "Copia l'enllaç directe (només funciona per als usuaris que tinguin accés a aquest fitxer o carpeta)", "You can only favorite a single file or folder at a time" : "Només podeu afegir als preferits un fitxer o carpeta alhora", + "\"remote user\"" : "«usuari remot»", "Search users" : "Cerqueu usuaris", "You might not have have permissions to view it, ask the sender to share it" : "És possible que no tingueu permisos per a visualitzar-lo; demaneu al remitent que el comparteixi", "Set up templates folder" : "Configura la carpeta de plantilles", |