forked from MapComplete/MapComplete
Themes(charging_station): Remove units for V and A (gh#2320), fix stray A
This commit is contained in:
parent
1f37780612
commit
5a9c53e4d6
6 changed files with 10 additions and 10 deletions
|
@ -2200,7 +2200,7 @@
|
|||
"type": "pfloat"
|
||||
},
|
||||
"mappings": {
|
||||
"if": "{{key}}:voltage={{commonVoltages}} V",
|
||||
"if": "{{key}}:voltage={{commonVoltages}}",
|
||||
"then": {
|
||||
"en": "{{description}} outputs {{commonVoltages}} volt",
|
||||
"nl": "{{description}} heeft een spanning van {{commonVoltages}} volt",
|
||||
|
@ -2238,7 +2238,7 @@
|
|||
"type": "pfloat"
|
||||
},
|
||||
"mappings": {
|
||||
"if": "{{key}}:current={{commonCurrent}} A",
|
||||
"if": "{{key}}:current={{commonCurrent}}",
|
||||
"then": {
|
||||
"en": "{{description}} outputs at most {{commonCurrent}} A",
|
||||
"nl": "{{description}} levert een stroom van maximaal {{commonCurrent}} A",
|
||||
|
|
|
@ -266,7 +266,7 @@
|
|||
"type": "pfloat"
|
||||
},
|
||||
"mappings": {
|
||||
"if": "{{key}}:voltage={{commonVoltages}} V",
|
||||
"if": "{{key}}:voltage={{commonVoltages}}",
|
||||
"then": {
|
||||
"en": "{{description}} outputs {{commonVoltages}} volt",
|
||||
"nl": "{{description}} heeft een spanning van {{commonVoltages}} volt",
|
||||
|
@ -299,7 +299,7 @@
|
|||
"type": "pfloat"
|
||||
},
|
||||
"mappings": {
|
||||
"if": "{{key}}:current={{commonCurrent}} A",
|
||||
"if": "{{key}}:current={{commonCurrent}}",
|
||||
"then": {
|
||||
"en": "{{description}} outputs at most {{commonCurrent}} A",
|
||||
"nl": "{{description}} levert een stroom van maximaal {{commonCurrent}} A"
|
||||
|
@ -332,8 +332,8 @@
|
|||
"mappings": {
|
||||
"if": "{{key}}:output={{commonOutput}}",
|
||||
"then": {
|
||||
"en": "{{description}} outputs at most {{commonOutput}} A",
|
||||
"nl": "{{description}} levert een vermogen van maximaal {{commonOutput}} A"
|
||||
"en": "{{description}} outputs at most {{commonOutput}} kW",
|
||||
"nl": "{{description}} levert een vermogen van maximaal {{commonOutput}} kW"
|
||||
}
|
||||
},
|
||||
"condition": {
|
||||
|
|
|
@ -2732,7 +2732,7 @@
|
|||
},
|
||||
"3": {
|
||||
"mappings": {
|
||||
"then": "{{description}} liefert maximal {{commonOutput}} A"
|
||||
"then": "{{description}} liefert maximal {{commonOutput}}"
|
||||
},
|
||||
"question": "Welche Leistung liefert ein einzelner Stecker des Typs {{description}}?",
|
||||
"render": "{{description}} liefert maximal {canonical({{key}}:output)}"
|
||||
|
|
|
@ -2761,7 +2761,7 @@
|
|||
},
|
||||
"3": {
|
||||
"mappings": {
|
||||
"then": "{{description}} outputs at most {{commonOutput}} A"
|
||||
"then": "{{description}} outputs at most {{commonOutput}}"
|
||||
},
|
||||
"question": "What power output does a single plug of type {{description}} offer?",
|
||||
"render": "{{description}} outputs at most {canonical({{key}}:output)}"
|
||||
|
|
|
@ -2724,7 +2724,7 @@
|
|||
},
|
||||
"3": {
|
||||
"mappings": {
|
||||
"then": "{{description}} entrega como máximo {{commonOutput}} A"
|
||||
"then": "{{description}} entrega como máximo {{commonOutput}}"
|
||||
},
|
||||
"question": "¿Qué potencia de salida ofrece un solo enchufe del tipo {{description}}?",
|
||||
"render": "{{description}} entrega como máximo {canonical({{key}}:output)}"
|
||||
|
|
|
@ -2728,7 +2728,7 @@
|
|||
},
|
||||
"3": {
|
||||
"mappings": {
|
||||
"then": "{{description}} levert een vermogen van maximaal {{commonOutput}} A"
|
||||
"then": "{{description}} levert een vermogen van maximaal {{commonOutput}}"
|
||||
},
|
||||
"question": "Welk vermogen levert een enkele stekker van type {{description}}?",
|
||||
"render": "{{description}} levert een vermogen van maximaal {canonical({{key}}:output)}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue