Themes(charging_station): Remove units for V and A (gh#2320), fix stray A

This commit is contained in:
Robin van der Linde 2025-01-05 00:40:49 +01:00
parent 1f37780612
commit 5a9c53e4d6
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
6 changed files with 10 additions and 10 deletions

View file

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

View file

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

View file

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

View file

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