From bcf4a0b81041ccb77b64c45ba710a1b4f1c8fcfc Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 2 Dec 2019 00:49:41 +0100 Subject: [PATCH] Add translation variables for statistics / diagrams on mdorg --- mdorg/de/statistics.json | 12 ++++++++++++ mdorg/en/statistics.json | 12 ++++++++++++ mdorg/hu/statistics.json | 12 ++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 mdorg/de/statistics.json create mode 100644 mdorg/en/statistics.json create mode 100644 mdorg/hu/statistics.json diff --git a/mdorg/de/statistics.json b/mdorg/de/statistics.json new file mode 100644 index 00000000..e179995b --- /dev/null +++ b/mdorg/de/statistics.json @@ -0,0 +1,12 @@ +{ + "tlStatistics": { + "frontend": "Ausgabe \/ Portal", + "musdb": "musdb", + "themator": "Themator", + "noda": "md:term & nodac", + "others": "Weitere", + "Total": "Gesamt", + "Checked": "Gepr\u00fcft", + "users": "Benutzer" + } +} \ No newline at end of file diff --git a/mdorg/en/statistics.json b/mdorg/en/statistics.json new file mode 100644 index 00000000..51d17c79 --- /dev/null +++ b/mdorg/en/statistics.json @@ -0,0 +1,12 @@ +{ + "tlStatistics": { + "frontend": "Frontend", + "musdb": "musdb", + "themator": "Themator", + "noda": "md:term \/ nodac", + "others": "Others", + "Total": "Total", + "Checked": "Checked", + "users": "Users" + } +} \ No newline at end of file diff --git a/mdorg/hu/statistics.json b/mdorg/hu/statistics.json new file mode 100644 index 00000000..51d17c79 --- /dev/null +++ b/mdorg/hu/statistics.json @@ -0,0 +1,12 @@ +{ + "tlStatistics": { + "frontend": "Frontend", + "musdb": "musdb", + "themator": "Themator", + "noda": "md:term \/ nodac", + "others": "Others", + "Total": "Total", + "Checked": "Checked", + "users": "Users" + } +} \ No newline at end of file