Add translation variables for statistics / diagrams on mdorg

This commit is contained in:
Joshua Ramon Enslin 2019-12-02 00:49:41 +01:00 committed by Stefan Rohde-Enslin
parent 3767356955
commit bcf4a0b810
3 changed files with 36 additions and 0 deletions

12
mdorg/de/statistics.json Normal file
View File

@ -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"
}
}

12
mdorg/en/statistics.json Normal file
View File

@ -0,0 +1,12 @@
{
"tlStatistics": {
"frontend": "Frontend",
"musdb": "musdb",
"themator": "Themator",
"noda": "md:term \/ nodac",
"others": "Others",
"Total": "Total",
"Checked": "Checked",
"users": "Users"
}
}

12
mdorg/hu/statistics.json Normal file
View File

@ -0,0 +1,12 @@
{
"tlStatistics": {
"frontend": "Frontend",
"musdb": "musdb",
"themator": "Themator",
"noda": "md:term \/ nodac",
"others": "Others",
"Total": "Total",
"Checked": "Checked",
"users": "Users"
}
}