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-07-29 06:21:35 +0300
committerNextcloud bot <bot@nextcloud.com>2022-07-29 06:21:35 +0300
commitce77ba8ab9834908f37b0f9b88315015ba79557b (patch)
tree3701ea5c06949cf57ec523964794c46250035863
parent505215c970b0a104636932640e83d2a8e11487ee (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/de.js4
-rw-r--r--l10n/de.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/l10n/de.js b/l10n/de.js
index edf6723..b3810ed 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -3,6 +3,10 @@ OC.L10N.register(
{
"Saved" : "Gespeichert",
"Error" : "Fehler",
+ "Custom CSS" : "Benutzerdefiniertes CSS",
+ "Adjust the Nextcloud theme with custom CSS" : "Passe das Nextcloud-Design mit benutzerdefiniertem CSS an",
+ "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Hier kannst Du Dein eigenes CSS eingeben. Beachte bitte, dass dies nach einem Upgrade zu Fehlern führen kann.",
+ "Insert your custom CSS here …" : "Gib hier Dein eigenes CSS ein …",
"Save" : "Speichern"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/de.json b/l10n/de.json
index 4fa42d7..c9187e7 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -1,6 +1,10 @@
{ "translations": {
"Saved" : "Gespeichert",
"Error" : "Fehler",
+ "Custom CSS" : "Benutzerdefiniertes CSS",
+ "Adjust the Nextcloud theme with custom CSS" : "Passe das Nextcloud-Design mit benutzerdefiniertem CSS an",
+ "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Hier kannst Du Dein eigenes CSS eingeben. Beachte bitte, dass dies nach einem Upgrade zu Fehlern führen kann.",
+ "Insert your custom CSS here …" : "Gib hier Dein eigenes CSS ein …",
"Save" : "Speichern"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file