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

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

View file

@ -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": {

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