Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-01-23 05:44:57 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-23 05:44:57 +0300
commitb9a1a45c91388c47ce15bb6a4742bc7a85c832c5 (patch)
treec3b52d4c1c54bf418fa6a48db1524fa17d8c41c6
parent7e631878ae16d336c90b2c37b705aae1f64b5936 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ca.js4
-rw-r--r--l10n/ca.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/l10n/ca.js b/l10n/ca.js
index 1c3374c..83afebc 100644
--- a/l10n/ca.js
+++ b/l10n/ca.js
@@ -2,6 +2,8 @@ OC.L10N.register(
"files_texteditor",
{
"Saving …" : "S'està desant…",
+ "Saved!" : "S'ha desat!",
+ "Failed!" : "Ha fallat!",
"Saved" : "S'ha desat",
"There was a problem saving your changes. Click to resume editing." : "S'ha produït un problema en desar els canvis. Feu clic per reprendre l'edició.",
"Edit in plain text editor" : "Edita en un editor de text normal",
@@ -11,11 +13,13 @@ OC.L10N.register(
"Preview" : "Previsualització",
"New text file" : "Nou fitxer de text",
"New text file.txt" : "Nou fitxer de text fitxer.txt",
+ "You cannot open a folder" : "No podeu obrir una carpeta",
"This file is too big to be opened. Please download the file instead." : "Aquest fitxer és massa gran per obrir-lo. Si us plau, descarregueu millor el fitxer.",
"Cannot read the file." : "No es pot llegir el fitxer.",
"Invalid file path supplied." : "S'ha proporcionat una ruta de fitxer no vàlida.",
"The file is locked." : "El fitxer està blocat.",
"An internal server error occurred." : "S'ha produït un error intern del servidor.",
+ "You cannot write to a folder." : "No podeu escriure a una carpeta.",
"Cannot save file as it has been modified since opening." : "No podeu desar el fitxer, atès que s'ha modificat d'ençà que el vau obrir.",
"Could not write to file." : "No s’ha pogut escriure al fitxer.",
"Insufficient permissions." : "Permisos insuficients.",
diff --git a/l10n/ca.json b/l10n/ca.json
index 3729c01..6c09a49 100644
--- a/l10n/ca.json
+++ b/l10n/ca.json
@@ -1,5 +1,7 @@
{ "translations": {
"Saving …" : "S'està desant…",
+ "Saved!" : "S'ha desat!",
+ "Failed!" : "Ha fallat!",
"Saved" : "S'ha desat",
"There was a problem saving your changes. Click to resume editing." : "S'ha produït un problema en desar els canvis. Feu clic per reprendre l'edició.",
"Edit in plain text editor" : "Edita en un editor de text normal",
@@ -9,11 +11,13 @@
"Preview" : "Previsualització",
"New text file" : "Nou fitxer de text",
"New text file.txt" : "Nou fitxer de text fitxer.txt",
+ "You cannot open a folder" : "No podeu obrir una carpeta",
"This file is too big to be opened. Please download the file instead." : "Aquest fitxer és massa gran per obrir-lo. Si us plau, descarregueu millor el fitxer.",
"Cannot read the file." : "No es pot llegir el fitxer.",
"Invalid file path supplied." : "S'ha proporcionat una ruta de fitxer no vàlida.",
"The file is locked." : "El fitxer està blocat.",
"An internal server error occurred." : "S'ha produït un error intern del servidor.",
+ "You cannot write to a folder." : "No podeu escriure a una carpeta.",
"Cannot save file as it has been modified since opening." : "No podeu desar el fitxer, atès que s'ha modificat d'ençà que el vau obrir.",
"Could not write to file." : "No s’ha pogut escriure al fitxer.",
"Insufficient permissions." : "Permisos insuficients.",