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-10-09 06:24:00 +0300
committerNextcloud bot <bot@nextcloud.com>2022-10-09 06:24:00 +0300
commit0be3ec156547ea47a747b898aa7b6f474069e7fd (patch)
treed79fa4f2948215c41731ea7ad4996ff165377469
parentfea674521dc6515a4f8c928fe34d911e340b4d2d (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/sk.js4
-rw-r--r--l10n/sk.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/l10n/sk.js b/l10n/sk.js
index 821d79b..6f9ca51 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -3,6 +3,10 @@ OC.L10N.register(
{
"Saved" : "Uložené",
"Error" : "Chyba",
+ "Custom CSS" : "Vlastné CSS",
+ "Adjust the Nextcloud theme with custom CSS" : "Vylepšiť motív vzhľadu Nextcloudu s vlastným CSS",
+ "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Tu môžete zadať svoj vlastný CSS. Uvedomte si, že to môže po aktualizácii niečo rozbiť.",
+ "Insert your custom CSS here …" : "Vložte vaše CSS tu ...",
"Save" : "Uložiť"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/l10n/sk.json b/l10n/sk.json
index 9e9ad9e..7ac9244 100644
--- a/l10n/sk.json
+++ b/l10n/sk.json
@@ -1,6 +1,10 @@
{ "translations": {
"Saved" : "Uložené",
"Error" : "Chyba",
+ "Custom CSS" : "Vlastné CSS",
+ "Adjust the Nextcloud theme with custom CSS" : "Vylepšiť motív vzhľadu Nextcloudu s vlastným CSS",
+ "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Tu môžete zadať svoj vlastný CSS. Uvedomte si, že to môže po aktualizácii niečo rozbiť.",
+ "Insert your custom CSS here …" : "Vložte vaše CSS tu ...",
"Save" : "Uložiť"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
} \ No newline at end of file