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