diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-06 00:30:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-06 00:30:47 +0000 |
commit | 0e0b468c10b8a65cbf346c052cadbc8d834eb28f (patch) | |
tree | 925d741a7c712cc17a2ce256ab57bb3c13bb472c /apps/files/l10n/ca.js | |
parent | 82c5f41dde1246ad92c0d2867f88db800c384a4d (diff) | |
download | nextcloud-server-0e0b468c10b8a65cbf346c052cadbc8d834eb28f.tar.gz nextcloud-server-0e0b468c10b8a65cbf346c052cadbc8d834eb28f.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, 6 insertions, 3 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index b0750106a59..d5020da53e3 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -10,7 +10,6 @@ OC.L10N.register( "Show grid view" : "Mostra la visualització de graella", "Home" : "Inici", "Close" : "Tanca", - "Favorites" : "Preferits", "Could not create folder \"{dir}\"" : "No s'ha pogut crear la carpeta «{dir}»", "This will stop your current uploads." : "Això aturarà les pujades actuals.", "Upload cancelled." : "S'ha cancel·lat la pujada.", @@ -104,7 +103,6 @@ OC.L10N.register( "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)", - "You can only favorite a single file or folder at a time" : "Només podeu afegir als preferits un fitxer o carpeta alhora", "New folder" : "Carpeta nova", "Create new folder" : "Crea una carpeta", "Upload file" : "Puja un fitxer", @@ -119,6 +117,7 @@ OC.L10N.register( "Removed from favorites" : "S'ha suprimit dels preferits", "You added {file} to your favorites" : "Heu afegit {file} als preferits", "You removed {file} from your favorites" : "Heu suprimit {file} dels preferits", + "Favorites" : "Preferits", "File changes" : "Canvis del fitxer", "Created by {user}" : "{user} l'ha creat", "Changed by {user}" : "{user} l'ha modificat", @@ -172,10 +171,11 @@ OC.L10N.register( "Reload current directory" : "Torna a carregar la carpeta actual", "Go to the \"{dir}\" directory" : "Ves a la carpeta «{dir}»", "Select the row for {displayName}" : "Selecciona la fila per a {displayName}", - "Open folder {name}" : "Obre la carpeta {name}", + "File name" : "Nom del fitxer", "Download file {name}" : "Baixa el fitxer {name}", "\"{displayName}\" action executed successfully" : "L'acció «{displayName}» s'ha executat correctament", "\"{displayName}\" action failed" : "S'ha produït un error en l'acció «{displayName}»", + "Name cannot be empty" : "El nom no pot estar buit", "Total rows summary" : "Resum de totes les files", "Select all" : "Selecciona-ho tot", "Unselect all" : "Anul·la tota la selecció", @@ -229,6 +229,7 @@ OC.L10N.register( "Unable to create new file from template" : "No s'ha pogut crear el fitxer a partir de la plantilla", "Delete permanently" : "Suprimeix permanentment", "Open folder {displayName}" : "Obre la carpeta {displayName}", + "Open details" : "Obre els detalls", "Set up templates folder" : "Configura la carpeta de plantilles", "Templates" : "Plantilles", "Create new templates folder" : "Crea la carpeta de plantilles", @@ -250,6 +251,7 @@ OC.L10N.register( "Text file" : "Fitxer de text", "New text file.txt" : "Fitxer de text nou.txt", "Storage invalid" : "L'emmagatzematge no és vàlid", + "You can only favorite a single file or folder at a time" : "Només podeu afegir als preferits un fitxer o carpeta alhora", "Unlimited" : "Il·limitat", "Search users" : "Cerqueu usuaris", "Cancel" : "Cancel·la", @@ -257,6 +259,7 @@ OC.L10N.register( "%s%%" : "%s%%", "%1$s of %2$s used" : "%1$s de %2$s en ús", "Deleted files" : "Fitxers suprimits", + "Open folder {name}" : "Obre la carpeta {name}", "Search for an account" : "Cerqueu un compte" }, "nplurals=2; plural=(n != 1);"); |