Skip to content

Commit

Permalink
Merge pull request #680 from 13robin37/release
Browse files Browse the repository at this point in the history
Adjust DE vacuum translation
  • Loading branch information
basbruss authored May 24, 2022
2 parents 0615c66 + 75d4276 commit d1426e9
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 52 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
ulm_custom_card_damix48_power_details_language_variables:
variables:
ulm_custom_card_damix48_power_details_hour: "Stunde"
ulm_custom_card_damix48_power_details_hours: "Stunden"
ulm_custom_card_damix48_power_details_in_the_last: "In der letzten"
ulm_custom_card_damix48_power_details_in_the_lasts: "In den letzten"
8 changes: 8 additions & 0 deletions custom_cards/custom_card_heat_pump/languages/de.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
custom_card_heat_pump_language_variables:
variables:
custom_card_heat_pump_dry: "Trocknen"
custom_card_heat_pump_heat: "Heizen"
custom_card_heat_pump_heat_cool: "Auto"
custom_card_heat_pump_cool: "Kühlen"
custom_card_heat_pump_fan_only: "Nur Lüften"
1 change: 0 additions & 1 deletion custom_cards/custom_card_heat_pump/languages/en.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
custom_card_heat_pump_language_variables:
variables:
custom_card_heat_pump_off: "Off"
custom_card_heat_pump_dry: "Dry"
custom_card_heat_pump_heat: "Heat"
custom_card_heat_pump_heat_cool: "Auto"
Expand Down
1 change: 0 additions & 1 deletion custom_cards/custom_card_heat_pump/languages/pl.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
custom_card_heat_pump_language_variables:
variables:
custom_card_heat_pump_off: "Wyłączone"
custom_card_heat_pump_dry: "Osuszanie"
custom_card_heat_pump_heat: "Grzanie"
custom_card_heat_pump_heat_cool: "Automatycznie"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
custom_card_httpedo13_thermostat:
template:
- "ulm_language_variables"
- "custom_card_httpedo13_thermostat_language_variables"
tap_action:
action: "toggle"
icon: |
Expand All @@ -15,11 +14,11 @@ custom_card_httpedo13_thermostat:
label: >-
[[[
if (entity.state =='off') {
return variables.custom_card_httpedo13_thermostat_off;
return variables.ulm_off;
} else if (entity.state =='heat') {
return variables.custom_card_httpedo13_thermostat_on;
return variables.ulm_on;
} else if (entity.attributes.hvac_action == 'heating') {
return variables.custom_card_httpedo13_thermostat_heating;
return variables.ulm_heating;
}
return entity.state;
]]]
Expand Down Expand Up @@ -195,7 +194,6 @@ custom_card_httpedo13_thermostat_with_buttons:
entity_id: "[[[ return variables.entity ]]]"
icon: "mdi:plus"


custom_card_httpedo13_thermostat_with_buttons_collapse:
triggers_update: "all"
styles:
Expand Down Expand Up @@ -330,7 +328,6 @@ custom_card_httpedo13_thermostat_with_buttons_collapse:
entity_id: "[[[ return variables.entity ]]]"
icon: "mdi:plus"


widget_current_temperature:
color: "var(--google-grey-500)"
show_icon: false
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
custom_card_paddy_welcome:
template:
- "ulm_custom_card_paddy_welcome_language_variables"
show_icon: false
show_name: false
show_label: false
Expand All @@ -25,13 +23,13 @@ custom_card_paddy_welcome:
let welcome = '';
if (time > '18:00'){
welcome = variables.ulm_custom_card_paddy_welcome_evening;
welcome = variables.ulm_evening;
} else if (time > '12:00'){
welcome = variables.ulm_custom_card_paddy_welcome_afternoon;
welcome = variables.ulm_afternoon;
} else if (time > '05:00'){
welcome = variables.ulm_custom_card_paddy_welcome_morning;
welcome = variables.ulm_morning;
} else {
welcome = variables.ulm_custom_card_paddy_welcome_hello;
welcome = variables.ulm_hello;
}
return welcome + ',<br>' + user.name + '!';
Expand All @@ -47,8 +45,6 @@ custom_card_paddy_welcome:
}
custom_card_paddy_welcome_with_weather:
template:
- "ulm_custom_card_paddy_welcome_language_variables"
show_icon: false
show_name: false
show_label: false
Expand All @@ -72,14 +68,13 @@ custom_card_paddy_welcome_with_weather:
let welcome = '';
if (time > '18:00'){
welcome = variables.ulm_custom_card_paddy_welcome_evening;
welcome = variables.ulm_evening;
} else if (time > '12:00'){
welcome = variables.ulm_custom_card_paddy_welcome_afternoon;
welcome = variables.ulm_afternoon;
} else if (time > '05:00'){
welcome = variables.ulm_custom_card_paddy_welcome_morning;
welcome = variables.ulm_morning;
} else {
welcome = variables.ulm_custom_card_paddy_welcome_hello;
}
welcome = variables.ulm_hello;
return welcome + ',<br>' + user.name + '!';
]]]
Expand Down Expand Up @@ -132,8 +127,6 @@ custom_card_paddy_welcome_with_weather:
}
custom_card_paddy_welcome_with_news:
template:
- "ulm_custom_card_paddy_welcome_language_variables"
show_icon: false
show_name: false
show_label: false
Expand All @@ -157,14 +150,13 @@ custom_card_paddy_welcome_with_news:
let welcome = '';
if (time > '18:00'){
welcome = variables.ulm_custom_card_paddy_welcome_evening;
welcome = variables.ulm_evening;
} else if (time > '12:00'){
welcome = variables.ulm_custom_card_paddy_welcome_afternoon;
welcome = variables.ulm_afternoon;
} else if (time > '05:00'){
welcome = variables.ulm_custom_card_paddy_welcome_morning;
welcome = variables.ulm_morning;
} else {
welcome = variables.ulm_custom_card_paddy_welcome_hello;
}
welcome = variables.ulm_hello;
return welcome + ',<br>' + user.name + '!';
]]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ custom_card_tpx01_aircondition:
if (entity.state =='off') {
return variables.ulm_off;
} else if (entity.state =='dry') {
return variables.custom_card_tpx01_aircondition_dry;
return variables.ulm_dry;
} else if (entity.state =='heat') {
return variables.custom_card_tpx01_aircondition_heat;
return variables.ulm_heating;
} else if (entity.state =='heat_cool') {
return variables.custom_card_tpx01_aircondition_heat_cool;
return variables.ulm_heat_cool;
} else if (entity.state =='cool') {
return variables.custom_card_tpx01_aircondition_cool;
return variables.ulm_cooling;
} else if (entity.state =='fan_only') {
return variables.custom_card_tpx01_aircondition_fan_only;
return variables.ulm_fan_only;
}
return entity.state;
]]]
Expand Down
10 changes: 10 additions & 0 deletions custom_cards/custom_card_wsly_pollen/languages/de.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# EN.yaml for custom_card_wsly_pollen
---
custom_card_wsly_pollen_language_variables:
variables:
custom_card_wsly_pollen_none: "Keine"
custom_card_wsly_pollen_very_low: "Sehr niedrig"
custom_card_wsly_pollen_low: "Niedrig"
custom_card_wsly_pollen_medium: "Mittel"
custom_card_wsly_pollen_high: "Hoch"
custom_card_wsly_pollen_very_high: "Sehr hoch"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
ulm_custom_card_yagrasdemonde_lights_count_language_variables:
variables:
ulm_custom_card_yagrasdemonde_lights_count_light_0: "Keine Lampen an"
ulm_custom_card_yagrasdemonde_lights_count_light_1: "1 Lampe an"
ulm_custom_card_yagrasdemonde_lights_count_light_many: "Lampen an"
ulm_custom_card_yagrasdemonde_lights_count_cover_0: "Keine Rollos offen"
ulm_custom_card_yagrasdemonde_lights_count_cover_1: "1 Rollo offen"
ulm_custom_card_yagrasdemonde_lights_count_cover_many: "Rollos offen"
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ ulm_language_variables:
ulm_hello: "Hallo"
ulm_cleaning: "Staubsaugen"
ulm_returning: "Auf dem Heimweg"
ulm_docked: "Docked"
ulm_docked: "Angedockt"
ulm_mopping: "Wischen"

0 comments on commit d1426e9

Please sign in to comment.