diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-03-03 01:07:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-03-03 01:07:45 +0000 |
commit | b55ce43ba5f8e05cba5e0ee3b6923c2329047ca9 (patch) | |
tree | dbb09d4e3b6f96e33e51b4c2e8018d5427a11552 /apps/files/l10n/ca.json | |
parent | 53195b156c68082f1e02e45ba2a266c15ef1bcaa (diff) | |
download | nextcloud-server-b55ce43ba5f8e05cba5e0ee3b6923c2329047ca9.tar.gz nextcloud-server-b55ce43ba5f8e05cba5e0ee3b6923c2329047ca9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ca.json')
-rw-r--r-- | apps/files/l10n/ca.json | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/apps/files/l10n/ca.json b/apps/files/l10n/ca.json index 2b2942af0ba..0f52e17bdbb 100644 --- a/apps/files/l10n/ca.json +++ b/apps/files/l10n/ca.json @@ -12,9 +12,11 @@ "Upload cancelled." : "La pujada s'ha cancel·lat.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "No es pot pujar {filename} perquè és una carpeta o té 0 bytes", "Not enough free space, you are uploading {size1} but only {size2} is left" : "No hi ha prou espai lliure, està carregant {size1} però només pot {size2}", + "Target folder \"{dir}\" does not exist any more" : "La carpeta objectiu \"{dir}\" ja no existeix", "Not enough free space" : "Espai lliure insuficient", "Uploading..." : "Pujant...", "..." : "...", + "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "Actions" : "Accions", "Download" : "Baixa", "Rename" : "Reanomena", @@ -23,6 +25,7 @@ "Delete" : "Esborra", "Disconnect storage" : "Desonnecta l'emmagatzematge", "Unshare" : "Deixa de compartir", + "Could not load info for file \"{file}\"" : "No s'ha pogut carregar la informació del fitxer \"{file}\"", "Files" : "Fitxers", "Details" : "Detalls", "Select" : "Selecciona", @@ -33,7 +36,8 @@ "Could not move \"{file}\", target exists" : "No s'ha pugut moure \"{file}\", el destí ja existeix", "Could not move \"{file}\"" : "No s'ha pogut moure \"{file}\"", "{newName} already exists" : "{newName} ja existeix", - "Could not rename \"{fileName}\"" : "No s'ha pogut renombrar \"{fileName}\"", + "Could not rename \"{fileName}\", it does not exist any more" : "No s'ha pogut reanomenar \"{fileName}\", ja no existeix", + "Could not rename \"{fileName}\"" : "No s'ha pogut reanomenar \"{fileName}\"", "Could not create file \"{file}\"" : "No s'ha pogut crear el fitxer \"{file}\"", "Name" : "Nom", "Size" : "Mida", @@ -68,9 +72,12 @@ "Changed by {user}" : "Canviat per {user}", "Deleted by {user}" : "Eliminat per {user}", "Restored by {user}" : "Restaurat per {user}", - "Renamed by {user}" : "Renombrat per {user}", + "Renamed by {user}" : "Reanomenat per {user}", "Moved by {user}" : "Mogut per {user}", "You deleted {file}" : "Heu esborrat {file}", + "You renamed {oldfile} to {newfile}" : "Heu reanomenat {oldfile} a {newfile}", + "{user} renamed {oldfile} to {newfile}" : "{user} ha reanomenat {oldfile} a {newfile}", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un fitxer o carpeta ha estat <strong>canviat</strong> o <strong>reanomenat</strong>", "A new file or folder has been <strong>created</strong>" : "S'ha <strong>creat</strong> un nou fitxer o una nova carpeta", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitar les notificacions sobre la creació i canvis dels seus <strong>arxius favorits</strong><em>(solament Stream)</em>", "Upload (max. %s)" : "Pujada (màx. %s)", @@ -138,6 +145,9 @@ "You restored %1$s" : "Has restaurat %1$s", "%2$s restored %1$s" : "%2$s ha restaurat %1$s", "Changed by %2$s" : "Modificat per %2$s", - "Deleted by %2$s" : "Esborrat per %2$s" + "Deleted by %2$s" : "Esborrat per %2$s", + "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["Falta {hours}:{minutes}:{seconds} hora","Falten {hours}:{minutes}:{seconds} hores"], + "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["Falten {minutes}:{seconds} minuts","Falta {minutes}:{seconds} minut"], + "_{seconds} second left_::_{seconds} seconds left_" : ["Falta {seconds} segon","Falten {seconds} segons"] },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |