diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-06-14 02:28:15 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-06-14 02:28:15 +0000 |
commit | 752277925159685fe2430011e4b74546f1aa296c (patch) | |
tree | e9c7d44d1788b96ad08beaff65e8c565eb1991a3 /apps/files/l10n/ca.js | |
parent | 4f230877e92571a4ba5708ad6ad0e2bf0d620e74 (diff) | |
download | nextcloud-server-752277925159685fe2430011e4b74546f1aa296c.tar.gz nextcloud-server-752277925159685fe2430011e4b74546f1aa296c.zip |
[tx-robot] updated 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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 8536b7530d5..85e1aaffd8d 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -41,6 +41,8 @@ OC.L10N.register( "Details" : "Detalls", "Please select tag(s) to add to the selection" : "Seleccioneu les etiquetes que voleu afegir a la selecció", "Apply tag(s) to selection" : "Aplica les etiquetes a la selecció", + "Select directory \"{dirName}\"" : "Selecciona la carpeta «{dirName}»", + "Select file \"{fileName}\"" : "Selecciona el fitxer «{fileName}»", "Pending" : "Pendent", "Unable to determine date" : "No s'ha pogut determinar la data", "This operation is forbidden" : "Aquesta operació no està permesa", @@ -70,6 +72,7 @@ OC.L10N.register( "_%n file_::_%n files_" : ["%n fitxer","%n fitxers"], "{dirs} and {files}" : "{dirs} i {files}", "_including %n hidden_::_including %n hidden_" : ["incloent-hi %n element ocult","incloent-hi %n elements ocults"], + "You do not have permission to upload or create files here" : "No teniu permís per a pujar o crear fitxers aquí", "_Uploading %n file_::_Uploading %n files_" : ["S'està pujant %n fitxer","S'estan pujant %n fitxers"], "New" : "Nou", "Select file range" : "Selecciona un interval de fitxers", @@ -168,6 +171,7 @@ OC.L10N.register( "Transfer {path} to {userid}" : "Transfereix {path} a {userid}", "Invalid path selected" : "El camí seleccionat no és vàlid", "Ownership transfer request sent" : "S'ha enviat la sol·licitud de transferència de propietat", + "Cannot transfer ownership of a file or folder you do not own" : "No es pot transferir la propietat d'un fitxer o carpeta que no és vostre", "Tags" : "Etiquetes", "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", |