Skip to content

Commit

Permalink
Update EntityDefinition.json
Browse files Browse the repository at this point in the history
Da die langen Interpreterbezeichnungen auf mobilen Endgeräten teilweise die tabellarische Darstellung zerstören, schlage ich eine kürzere Variante vor. Diese Textlängen sind auf meinem iPhone5, 7" Android Tablet und dem iPad fehlerfrei.
  • Loading branch information
bgewehr committed Dec 25, 2013
1 parent b6fbd9b commit a8aabef
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lib/Volkszaehler/Definition/EntityDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
"model" : "Volkszaehler\\Model\\Channel",
"hasConsumption" : true,
"translation" : {
"de" : "Elektrische Energie (S0-Impulse)",
"en" : "Electric Energy (s0-pulses)"
"de" : "Elektr. Energie (S0)",
"en" : "Electr. Energy (s0)"
}
},
{
Expand All @@ -134,8 +134,8 @@
"model" : "Volkszaehler\\Model\\Channel",
"hasConsumption" : true,
"translation" : {
"de" : "Elektrische Energie (Leistungswerte)",
"en" : "Electric Energy (power readings)"
"de" : "Elektr. Energie (aktuell)",
"en" : "Electr. Energy (actual)"
}
},
{
Expand All @@ -149,8 +149,8 @@
"model" : "Volkszaehler\\Model\\Channel",
"hasConsumption" : true,
"translation" : {
"de" : "Elektrische Energie (Zaehlerstaende)",
"en" : "Electric Energy (absolute meter readings)"
"de" : "Elektr. Energie (Stand)",
"en" : "Electr. Energy (absolute)"
}
},
{
Expand All @@ -163,8 +163,8 @@
"model" : "Volkszaehler\\Model\\Channel",
"hasConsumption" : true,
"translation" : {
"de" : "Gas (S0-Impulse)",
"en" : "Gas (S0-pulses)",
"de" : "Gas (S0)",
"en" : "Gas (S0)",
"fr" : "Gaz (S0)"
}
},
Expand All @@ -178,8 +178,8 @@
"model" : "Volkszaehler\\Model\\Channel",
"hasConsumption" : true,
"translation" : {
"de" : "Gas (Zaehlerstaende)",
"en" : "Gas (meter readings)"
"de" : "Gas (Stand)",
"en" : "Gas (absolute)"
}
},
{
Expand Down

0 comments on commit a8aabef

Please sign in to comment.