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