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

github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-08-02 06:23:14 +0300
committerNextcloud bot <bot@nextcloud.com>2022-08-02 06:23:14 +0300
commit0c9356a24dccd1e3b8b23261a4bafe9d4b22f9ae (patch)
tree384247a324a457eb13deb2f4228d911d2181b661
parentce77ba8ab9834908f37b0f9b88315015ba79557b (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ca.js6
-rw-r--r--l10n/ca.json6
2 files changed, 10 insertions, 2 deletions
diff --git a/l10n/ca.js b/l10n/ca.js
index 375d12b..6c5956a 100644
--- a/l10n/ca.js
+++ b/l10n/ca.js
@@ -1,8 +1,12 @@
OC.L10N.register(
"theming_customcss",
{
- "Saved" : "Guardat",
+ "Saved" : "Desat",
"Error" : "Error",
+ "Custom CSS" : "CSS personalitzat",
+ "Adjust the Nextcloud theme with custom CSS" : "Ajusteu el tema Nextcloud amb CSS personalitzat",
+ "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Podeu especificar el vostre propi CSS aquí. Tingueu en compte que això podria trencar alguna cosa després d’una actualització.",
+ "Insert your custom CSS here …" : "Insereix el teu CSS personalitzat aquí …",
"Save" : "Desa"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ca.json b/l10n/ca.json
index d6bbd8f..72312f1 100644
--- a/l10n/ca.json
+++ b/l10n/ca.json
@@ -1,6 +1,10 @@
{ "translations": {
- "Saved" : "Guardat",
+ "Saved" : "Desat",
"Error" : "Error",
+ "Custom CSS" : "CSS personalitzat",
+ "Adjust the Nextcloud theme with custom CSS" : "Ajusteu el tema Nextcloud amb CSS personalitzat",
+ "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Podeu especificar el vostre propi CSS aquí. Tingueu en compte que això podria trencar alguna cosa després d’una actualització.",
+ "Insert your custom CSS here …" : "Insereix el teu CSS personalitzat aquí …",
"Save" : "Desa"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file