From f37bf01597393e568aa84dd982a70d71faad81bc Mon Sep 17 00:00:00 2001 From: Jonathan Treffler Date: Wed, 2 Jul 2025 18:41:03 +0200 Subject: [PATCH] added german translations --- l10n/de.js | 9 +++++++++ l10n/de.json | 7 +++++++ l10n/de_DE.js | 9 +++++++++ l10n/de_DE.json | 7 +++++++ 4 files changed, 32 insertions(+) create mode 100644 l10n/de.js create mode 100644 l10n/de.json create mode 100644 l10n/de_DE.js create mode 100644 l10n/de_DE.json diff --git a/l10n/de.js b/l10n/de.js new file mode 100644 index 0000000..a94a64b --- /dev/null +++ b/l10n/de.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "groupfolder_filesystem_snapshots", + { + "Automated hourly backup" : "Stündliches automatisches Backup", + "Automated daily backup" : "Tägliches automatisches Backup", + "Automated weekly backup" : "Wöchentliches automatisches Backup", + "Automated monthly backup" : "Monatliches automatisches Backup" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/de.json b/l10n/de.json new file mode 100644 index 0000000..8ae274f --- /dev/null +++ b/l10n/de.json @@ -0,0 +1,7 @@ +{ "translations": { + "Automated hourly backup" : "Stündliches automatisches Backup", + "Automated daily backup" : "Tägliches automatisches Backup", + "Automated weekly backup" : "Wöchentliches automatisches Backup", + "Automated monthly backup" : "Monatliches automatisches Backup" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/de_DE.js b/l10n/de_DE.js new file mode 100644 index 0000000..a94a64b --- /dev/null +++ b/l10n/de_DE.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "groupfolder_filesystem_snapshots", + { + "Automated hourly backup" : "Stündliches automatisches Backup", + "Automated daily backup" : "Tägliches automatisches Backup", + "Automated weekly backup" : "Wöchentliches automatisches Backup", + "Automated monthly backup" : "Monatliches automatisches Backup" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/de_DE.json b/l10n/de_DE.json new file mode 100644 index 0000000..8ae274f --- /dev/null +++ b/l10n/de_DE.json @@ -0,0 +1,7 @@ +{ "translations": { + "Automated hourly backup" : "Stündliches automatisches Backup", + "Automated daily backup" : "Tägliches automatisches Backup", + "Automated weekly backup" : "Wöchentliches automatisches Backup", + "Automated monthly backup" : "Monatliches automatisches Backup" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file