@ledvance/base 1.0.15 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/api/native.d.ts +2 -0
- package/src/api/native.ts +26 -0
- package/src/components/Tag.tsx +1 -1
- package/src/i18n/strings.d.ts +788 -3
- package/src/i18n/strings.ts +6931 -7021
- package/src/res/index.d.ts +1 -1
- package/src/res/index.ts +1 -1
- package/src/res/materialiconsFilledCancel.png +0 -0
- package/src/res/materialiconsFilledCancel@2x.png +0 -0
- package/src/res/materialiconsFilledCancel@3x.png +0 -0
package/src/i18n/strings.d.ts
CHANGED
|
@@ -242,6 +242,17 @@ declare const _default: {
|
|
|
242
242
|
devicemusic_game_text: string;
|
|
243
243
|
devicemusic_romantic_text: string;
|
|
244
244
|
devicemusic_music_text: string;
|
|
245
|
+
light_sources_feature_2_text_min_off: string;
|
|
246
|
+
light_sources_feature_2_text_min_on: string;
|
|
247
|
+
light_sources_feature_2_switched_off_text: string;
|
|
248
|
+
light_sources_feature_2_switched_on_text: string;
|
|
249
|
+
switch_overcharge_headline_text: string;
|
|
250
|
+
switch_overcharge_headline_description: string;
|
|
251
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
252
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
253
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
254
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
255
|
+
light_sources_feature_4_text_name: string;
|
|
245
256
|
};
|
|
246
257
|
cs: {
|
|
247
258
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -486,6 +497,17 @@ declare const _default: {
|
|
|
486
497
|
devicemusic_game_text: string;
|
|
487
498
|
devicemusic_romantic_text: string;
|
|
488
499
|
devicemusic_music_text: string;
|
|
500
|
+
light_sources_feature_2_text_min_off: string;
|
|
501
|
+
light_sources_feature_2_text_min_on: string;
|
|
502
|
+
light_sources_feature_2_switched_off_text: string;
|
|
503
|
+
light_sources_feature_2_switched_on_text: string;
|
|
504
|
+
switch_overcharge_headline_text: string;
|
|
505
|
+
switch_overcharge_headline_description: string;
|
|
506
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
507
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
508
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
509
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
510
|
+
light_sources_feature_4_text_name: string;
|
|
489
511
|
};
|
|
490
512
|
en: {
|
|
491
513
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -730,6 +752,17 @@ declare const _default: {
|
|
|
730
752
|
devicemusic_game_text: string;
|
|
731
753
|
devicemusic_romantic_text: string;
|
|
732
754
|
devicemusic_music_text: string;
|
|
755
|
+
light_sources_feature_2_text_min_off: string;
|
|
756
|
+
light_sources_feature_2_text_min_on: string;
|
|
757
|
+
light_sources_feature_2_switched_off_text: string;
|
|
758
|
+
light_sources_feature_2_switched_on_text: string;
|
|
759
|
+
switch_overcharge_headline_text: string;
|
|
760
|
+
switch_overcharge_headline_description: string;
|
|
761
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
762
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
763
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
764
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
765
|
+
light_sources_feature_4_text_name: string;
|
|
733
766
|
};
|
|
734
767
|
bg: {
|
|
735
768
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -974,6 +1007,17 @@ declare const _default: {
|
|
|
974
1007
|
devicemusic_game_text: string;
|
|
975
1008
|
devicemusic_romantic_text: string;
|
|
976
1009
|
devicemusic_music_text: string;
|
|
1010
|
+
light_sources_feature_2_text_min_off: string;
|
|
1011
|
+
light_sources_feature_2_text_min_on: string;
|
|
1012
|
+
light_sources_feature_2_switched_off_text: string;
|
|
1013
|
+
light_sources_feature_2_switched_on_text: string;
|
|
1014
|
+
switch_overcharge_headline_text: string;
|
|
1015
|
+
switch_overcharge_headline_description: string;
|
|
1016
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
1017
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
1018
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
1019
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
1020
|
+
light_sources_feature_4_text_name: string;
|
|
977
1021
|
};
|
|
978
1022
|
da: {
|
|
979
1023
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1218,6 +1262,17 @@ declare const _default: {
|
|
|
1218
1262
|
devicemusic_game_text: string;
|
|
1219
1263
|
devicemusic_romantic_text: string;
|
|
1220
1264
|
devicemusic_music_text: string;
|
|
1265
|
+
light_sources_feature_2_text_min_off: string;
|
|
1266
|
+
light_sources_feature_2_text_min_on: string;
|
|
1267
|
+
light_sources_feature_2_switched_off_text: string;
|
|
1268
|
+
light_sources_feature_2_switched_on_text: string;
|
|
1269
|
+
switch_overcharge_headline_text: string;
|
|
1270
|
+
switch_overcharge_headline_description: string;
|
|
1271
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
1272
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
1273
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
1274
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
1275
|
+
light_sources_feature_4_text_name: string;
|
|
1221
1276
|
};
|
|
1222
1277
|
de: {
|
|
1223
1278
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1462,6 +1517,17 @@ declare const _default: {
|
|
|
1462
1517
|
devicemusic_game_text: string;
|
|
1463
1518
|
devicemusic_romantic_text: string;
|
|
1464
1519
|
devicemusic_music_text: string;
|
|
1520
|
+
light_sources_feature_2_text_min_off: string;
|
|
1521
|
+
light_sources_feature_2_text_min_on: string;
|
|
1522
|
+
light_sources_feature_2_switched_off_text: string;
|
|
1523
|
+
light_sources_feature_2_switched_on_text: string;
|
|
1524
|
+
switch_overcharge_headline_text: string;
|
|
1525
|
+
switch_overcharge_headline_description: string;
|
|
1526
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
1527
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
1528
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
1529
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
1530
|
+
light_sources_feature_4_text_name: string;
|
|
1465
1531
|
};
|
|
1466
1532
|
el: {
|
|
1467
1533
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1706,6 +1772,17 @@ declare const _default: {
|
|
|
1706
1772
|
devicemusic_game_text: string;
|
|
1707
1773
|
devicemusic_romantic_text: string;
|
|
1708
1774
|
devicemusic_music_text: string;
|
|
1775
|
+
light_sources_feature_2_text_min_off: string;
|
|
1776
|
+
light_sources_feature_2_text_min_on: string;
|
|
1777
|
+
light_sources_feature_2_switched_off_text: string;
|
|
1778
|
+
light_sources_feature_2_switched_on_text: string;
|
|
1779
|
+
switch_overcharge_headline_text: string;
|
|
1780
|
+
switch_overcharge_headline_description: string;
|
|
1781
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
1782
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
1783
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
1784
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
1785
|
+
light_sources_feature_4_text_name: string;
|
|
1709
1786
|
};
|
|
1710
1787
|
es: {
|
|
1711
1788
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1950,6 +2027,527 @@ declare const _default: {
|
|
|
1950
2027
|
devicemusic_game_text: string;
|
|
1951
2028
|
devicemusic_romantic_text: string;
|
|
1952
2029
|
devicemusic_music_text: string;
|
|
2030
|
+
light_sources_feature_2_text_min_off: string;
|
|
2031
|
+
light_sources_feature_2_text_min_on: string;
|
|
2032
|
+
light_sources_feature_2_switched_off_text: string;
|
|
2033
|
+
light_sources_feature_2_switched_on_text: string;
|
|
2034
|
+
switch_overcharge_headline_text: string;
|
|
2035
|
+
switch_overcharge_headline_description: string;
|
|
2036
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
2037
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
2038
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
2039
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
2040
|
+
light_sources_feature_4_text_name: string;
|
|
2041
|
+
};
|
|
2042
|
+
et: {
|
|
2043
|
+
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
2044
|
+
power_off_memory_default_state_title: string;
|
|
2045
|
+
sockets_ce: string;
|
|
2046
|
+
history_overview_empty_information_text: string;
|
|
2047
|
+
history_powerstrip_field1_text: string;
|
|
2048
|
+
history_powerstrip_field1_text2: string;
|
|
2049
|
+
history_contact_sensor_description_text: string;
|
|
2050
|
+
power_off_memory_default_state_description: string;
|
|
2051
|
+
power_off_memory_restore_memory_title: string;
|
|
2052
|
+
power_off_memory_restore_memory_description: string;
|
|
2053
|
+
power_off_memory_customized_description: string;
|
|
2054
|
+
feature_summary_action_txt_1: string;
|
|
2055
|
+
sockets_specific_settings_relay_status: string;
|
|
2056
|
+
light_sources_specific_settings_power_off: string;
|
|
2057
|
+
add_new_dynamic_mood_color_changing_mode_value2: string;
|
|
2058
|
+
add_new_dynamic_mood_lights_field_headline2_text: string;
|
|
2059
|
+
add_new_dynamic_mood_lights_field_saturation_text: string;
|
|
2060
|
+
add_new_static_mood_headline_text: string;
|
|
2061
|
+
add_new_static_mood_lights_field_brightness_text: string;
|
|
2062
|
+
add_new_static_mood_lights_field_saturation_text: string;
|
|
2063
|
+
add_new_static_mood_lights_field_text: string;
|
|
2064
|
+
add_new_static_mood_lights_schedule_switch_tab_color_text: string;
|
|
2065
|
+
add_new_static_mood_lights_schedule_switch_tab_white_text: string;
|
|
2066
|
+
add_new_static_mood_system_back: string;
|
|
2067
|
+
add_new_trigger_time_field_brightness_text: string;
|
|
2068
|
+
add_new_trigger_time_field_headline_text3: string;
|
|
2069
|
+
add_new_trigger_time_field_text: string;
|
|
2070
|
+
add_new_trigger_time_inputfield_value_text: string;
|
|
2071
|
+
add_new_trigger_time_subheadline_text: string;
|
|
2072
|
+
add_new_trigger_time_system_back_text: string;
|
|
2073
|
+
add_randomtimecycle_timestart_topic: string;
|
|
2074
|
+
add_randomtimecycle_timeend_topic: string;
|
|
2075
|
+
add_sleepschedule_one_source_switch_tab_color_text: string;
|
|
2076
|
+
add_sleepschedule_one_source_switch_tab_white_text: string;
|
|
2077
|
+
add_sleepschedule_one_source_system_back_text: string;
|
|
2078
|
+
add_sleepschedule_two_source_field_text: string;
|
|
2079
|
+
add_sleepschedule_two_source_field_text3: string;
|
|
2080
|
+
feature_summary_action_txt_10: string;
|
|
2081
|
+
feature_summary_action_txt_11: string;
|
|
2082
|
+
auto_scan_button_Device_a: string;
|
|
2083
|
+
auto_scan_system_cancel: string;
|
|
2084
|
+
auto_scan_system_wifi_confirm: string;
|
|
2085
|
+
bio_ryhthm_default_button_reset_text: string;
|
|
2086
|
+
bio_ryhthm_default_field_field_brightness_text: string;
|
|
2087
|
+
bio_ryhthm_default_field_text2: string;
|
|
2088
|
+
bio_ryhthm_default_field_text3: string;
|
|
2089
|
+
bio_ryhthm_default_field_text4: string;
|
|
2090
|
+
bio_ryhthm_default_field_text5: string;
|
|
2091
|
+
bio_ryhthm_default_selectionfield_topic_text: string;
|
|
2092
|
+
bio_ryhthm_default_weekday1_text: string;
|
|
2093
|
+
bio_ryhthm_default_weekday2_text: string;
|
|
2094
|
+
bio_ryhthm_default_weekday3_text: string;
|
|
2095
|
+
bio_ryhthm_default_weekday4_text: string;
|
|
2096
|
+
bio_ryhthm_default_weekday5_text: string;
|
|
2097
|
+
bio_ryhthm_default_weekday6_text: string;
|
|
2098
|
+
bio_ryhthm_default_weekday7_text: string;
|
|
2099
|
+
camera_tile_dim_lighting_headline: string;
|
|
2100
|
+
devicemusic_headline_text: string;
|
|
2101
|
+
edit_device_textfield_name: string;
|
|
2102
|
+
flashing_fs_toggle_state1: string;
|
|
2103
|
+
flashing_fs_toggle_state2: string;
|
|
2104
|
+
light_sources_tile_dim_lighting_brightness: string;
|
|
2105
|
+
light_sources_tile_main_lighting_headline: string;
|
|
2106
|
+
light_sources_tile_main_lighting_shade: string;
|
|
2107
|
+
light_sources_tile_rgb_lighting_brightness: string;
|
|
2108
|
+
light_sources_tile_rgb_lighting_headline: string;
|
|
2109
|
+
light_sources_tile_rgb_lighting_saturation: string;
|
|
2110
|
+
light_sources_tile_rgb_lighting_shade: string;
|
|
2111
|
+
light_sources_tile_rgb_lighting_tab_color: string;
|
|
2112
|
+
light_sources_tile_rgb_lighting_tab_white: string;
|
|
2113
|
+
light_sources_tile_sec_lighting_headline: string;
|
|
2114
|
+
light_sources_tile_sec_lighting_shade: string;
|
|
2115
|
+
light_sources_tile_tw_lighting_brightness: string;
|
|
2116
|
+
light_sources_tile_tw_lighting_headline: string;
|
|
2117
|
+
mesh_device_detail_lighting_color_mode: string;
|
|
2118
|
+
mesh_device_detail_lighting_goodnight: string;
|
|
2119
|
+
mesh_device_detail_lighting_leisure: string;
|
|
2120
|
+
mesh_device_detail_lighting_read: string;
|
|
2121
|
+
mesh_device_detail_lighting_white_mode: string;
|
|
2122
|
+
mesh_device_detail_lighting_work: string;
|
|
2123
|
+
mesh_device_detail_mode: string;
|
|
2124
|
+
mesh_device_seting_delete: string;
|
|
2125
|
+
mood_overview_add_mood_text: string;
|
|
2126
|
+
mood_overview_add_mood_text2: string;
|
|
2127
|
+
mood_overview_field_chip_2: string;
|
|
2128
|
+
mood_overview_field_chip_text: string;
|
|
2129
|
+
mood_overview_filter_name_text1: string;
|
|
2130
|
+
mood_overview_filter_name_text2: string;
|
|
2131
|
+
mood_overview_headline_text: string;
|
|
2132
|
+
mood_overview_information_text: string;
|
|
2133
|
+
motion_detection_add_time_schedule_headline_text: string;
|
|
2134
|
+
motion_detection_add_time_schedule_selectionfield_text: string;
|
|
2135
|
+
motion_detection_add_time_schedule_system_back_text: string;
|
|
2136
|
+
motion_detection_time_schedule_notifications_field_weekdays_text2: string;
|
|
2137
|
+
timeschedule_add_schedule_text: string;
|
|
2138
|
+
motion_detection_time_schedule_notifications_field_weekdays_text4: string;
|
|
2139
|
+
other_lights_modes_gradient_text: string;
|
|
2140
|
+
other_lights_modes_jump_text: string;
|
|
2141
|
+
solar_bt_pp_field_dm: string;
|
|
2142
|
+
timer_ceiling_fan_headline_text: string;
|
|
2143
|
+
timer_nightplug_headline_text: string;
|
|
2144
|
+
timer_ceiling_fan_lighting_switched_off_text: string;
|
|
2145
|
+
timer_ceiling_fan_lighting_switched_on_text: string;
|
|
2146
|
+
timer_sockets_button_text: string;
|
|
2147
|
+
timeschedule_add_schedule_nightlight_plug_selectionfield_text2: string;
|
|
2148
|
+
timeschedule_add_schedule_subheadline2_text: string;
|
|
2149
|
+
timeschedule_add_schedule_subheadline4_text: string;
|
|
2150
|
+
timeschedule_add_schedule_subheadline_text: string;
|
|
2151
|
+
timeschedule_add_schedule_switch_tab_manual_text: string;
|
|
2152
|
+
timeschedule_add_schedule_switch_tab_mood_text: string;
|
|
2153
|
+
timeschedule_add_schedule_system_back_text: string;
|
|
2154
|
+
timeschedule_add_schedule_text2: string;
|
|
2155
|
+
timeschedule_add_schedule_weekday1_text: string;
|
|
2156
|
+
timeschedule_add_schedule_weekday2_text: string;
|
|
2157
|
+
timeschedule_add_schedule_weekday3_text: string;
|
|
2158
|
+
timeschedule_add_schedule_weekday4_text: string;
|
|
2159
|
+
timeschedule_add_schedule_weekday5_text: string;
|
|
2160
|
+
timeschedule_add_schedule_weekday6_text: string;
|
|
2161
|
+
timeschedule_add_schedule_weekday7_text: string;
|
|
2162
|
+
timeschedule_overview_empty_information_text: string;
|
|
2163
|
+
timeschedule_overview_headline_text: string;
|
|
2164
|
+
timeschedule_overview_description_text: string;
|
|
2165
|
+
timeschedule_overview_empty_button_add_text: string;
|
|
2166
|
+
ceiling_fan_feature_2_light_text_min_off: string;
|
|
2167
|
+
ceiling_fan_feature_2_light_text_min_on: string;
|
|
2168
|
+
add_new_dynamic_mood_color_changing_mode_headline: string;
|
|
2169
|
+
add_new_dynamic_mood_lights_field_speed_topic_text: string;
|
|
2170
|
+
add_new_dynamic_mood_lights_field_headline_text1: string;
|
|
2171
|
+
add_new_dynamic_mood_system_back: string;
|
|
2172
|
+
edit_static_mood_inputfield_topic_text: string;
|
|
2173
|
+
add_new_static_mood_lights_inputfield_text: string;
|
|
2174
|
+
feature_summary_action_txt_2: string;
|
|
2175
|
+
sleepwakeschedule_empty_information_text: string;
|
|
2176
|
+
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
2177
|
+
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
2178
|
+
sleepwakeschedule_field_speed_text: string;
|
|
2179
|
+
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
2180
|
+
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
2181
|
+
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
2182
|
+
fixedTimeCycle_socket_headline: string;
|
|
2183
|
+
randomtimecycle_sockets_headline_text: string;
|
|
2184
|
+
history_socket_headline_text: string;
|
|
2185
|
+
feature_summary_action_component_5: string;
|
|
2186
|
+
feature_summary_action_component_6: string;
|
|
2187
|
+
feature_summary_action_component_7: string;
|
|
2188
|
+
feature_summary_action_component_8: string;
|
|
2189
|
+
feature_summary_action_component_9: string;
|
|
2190
|
+
sockets_feature_2_socket_text_min_off: string;
|
|
2191
|
+
sockets_feature_2_socket_text_min_on: string;
|
|
2192
|
+
timer_powerstrip_socket1_switched_off_text: string;
|
|
2193
|
+
timer_powerstrip_socket1_switched_on_text: string;
|
|
2194
|
+
set_pw_button_save: string;
|
|
2195
|
+
consumption_data_field2_value_text1: string;
|
|
2196
|
+
consumption_data_field2_value_text2: string;
|
|
2197
|
+
consumption_data_field2_value_text3: string;
|
|
2198
|
+
timer_nightplug_active_timer_subheadline2_text: string;
|
|
2199
|
+
addTimeCycle_settings_sec_text: string;
|
|
2200
|
+
addTimeCycle_settings_sec_text2: string;
|
|
2201
|
+
power_strip_tile_socket_4_headline: string;
|
|
2202
|
+
conflict_dialog_active_item_fixedtimecycle_description: string;
|
|
2203
|
+
conflict_dialog_active_item_randomtimecycle_description: string;
|
|
2204
|
+
timeschedule_add_schedule_Lighting_applyfor_selection2_text: string;
|
|
2205
|
+
timeschedule_add_schedule_Lighting_applyfor_selection_text: string;
|
|
2206
|
+
light_sources_specific_settings_remote_control: string;
|
|
2207
|
+
conflict_dialog_save_item_bio_rhythm_answer_no_text: string;
|
|
2208
|
+
conflict_dialog_save_item_bio_rhythm_answer_yes_text: string;
|
|
2209
|
+
conflict_dialog_save_item_randomtimecycle_answer_no_text: string;
|
|
2210
|
+
conflict_dialog_save_item_randomtimecycle_answer_yes_text: string;
|
|
2211
|
+
conflict_dialog_save_item_randomtimecycle_description: string;
|
|
2212
|
+
conflict_dialog_save_item_randomtimecycle_titel: string;
|
|
2213
|
+
conflict_dialog_save_item_bio_rhythm_description: string;
|
|
2214
|
+
conflict_dialog_save_item_bio_rhythm_titel: string;
|
|
2215
|
+
conflict_dialog_save_item_sleepschedule_answer_no_text: string;
|
|
2216
|
+
conflict_dialog_save_item_sleepschedule_answer_yes_text: string;
|
|
2217
|
+
conflict_dialog_save_item_sleepschedule_description: string;
|
|
2218
|
+
conflict_dialog_save_item_sleepschedule_titel: string;
|
|
2219
|
+
conflict_dialog_save_item_wakeupschedule_answer_no_text: string;
|
|
2220
|
+
conflict_dialog_save_item_wakeupschedule_answer_yes_text: string;
|
|
2221
|
+
conflict_dialog_save_item_wakeupschedule_description: string;
|
|
2222
|
+
conflict_dialog_save_item_wakeupschedule_titel: string;
|
|
2223
|
+
sockets_specific_settings_relay_status_remember: string;
|
|
2224
|
+
motion_detection_with_safe_mode_safetymode_value4_text: string;
|
|
2225
|
+
consumption_data_annual_bar_chart_system_back_text: string;
|
|
2226
|
+
motion_detection_time_schedule_notifications_field_weekdays_text3: string;
|
|
2227
|
+
sleepwakeschedule_empty_filtering_information_text: string;
|
|
2228
|
+
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
2229
|
+
timer_nightplug_active_timer_field_description_off_text: string;
|
|
2230
|
+
timer_nightplug_active_timer_field_description_on_text: string;
|
|
2231
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
2232
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
2233
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
2234
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
2235
|
+
bio_ryhthm_default_field_text: string;
|
|
2236
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
2237
|
+
add_new_dynamic_mood_alert_text: string;
|
|
2238
|
+
add_new_trigger_time_information_text: string;
|
|
2239
|
+
sleepwakeschedule_warning_max_number_both_text: string;
|
|
2240
|
+
sleepwakeschedule_warning_max_number_sleep_text: string;
|
|
2241
|
+
sleepwakeschedule_warning_max_number_wakeup_text: string;
|
|
2242
|
+
fixedTimeCycle_information_text: string;
|
|
2243
|
+
fixedTimeCycle_bttn_text: string;
|
|
2244
|
+
addTimeCycle_warning_text: string;
|
|
2245
|
+
cancel_dialog_delete_item_timeschedule_description: string;
|
|
2246
|
+
cancel_dialog_delete_item_timeschedule_answer_no_text: string;
|
|
2247
|
+
cancel_dialog_delete_item_timeschedule_answer_yes_text: string;
|
|
2248
|
+
cancel_dialog_delete_item_fixedtimecycle_titel: string;
|
|
2249
|
+
cancel_dialog_delete_item_fixedtimecycle_description: string;
|
|
2250
|
+
cancel_dialog_delete_item_fixedtimecycle_answer_yes_text: string;
|
|
2251
|
+
cancel_dialog_delete_item_fixedtimecycle_answer_no_text: string;
|
|
2252
|
+
cancel_dialog_delete_item_randomtimecycle_titel: string;
|
|
2253
|
+
cancel_dialog_delete_item_randomtimecycle_description: string;
|
|
2254
|
+
cancel_dialog_delete_item_sleepschedule_answer_yes_text: string;
|
|
2255
|
+
cancel_dialog_delete_item_sleepschedule_answer_no_text: string;
|
|
2256
|
+
fixedtimecycle_warning_max_number_text: string;
|
|
2257
|
+
randomtimecycle_warning_max_number_text: string;
|
|
2258
|
+
sockets_specific_settings_child_lock: string;
|
|
2259
|
+
sockets_specific_settings_switch_inching: string;
|
|
2260
|
+
switchinching_overview_description_text: string;
|
|
2261
|
+
childlock_overview_description_text: string;
|
|
2262
|
+
conflict_dialog_save_item_timer_titel: string;
|
|
2263
|
+
conflict_dialog_save_item_timer_description: string;
|
|
2264
|
+
conflict_dialog_save_item_timer_answer_no_text: string;
|
|
2265
|
+
conflict_dialog_save_item_timer_answer_yes_text: string;
|
|
2266
|
+
conflict_dialog_save_item_inching_titel: string;
|
|
2267
|
+
conflict_dialog_save_item_inching_description: string;
|
|
2268
|
+
conflict_dialog_save_item_inching_answer_no_text: string;
|
|
2269
|
+
conflict_dialog_save_item_inching_answer_yes_text: string;
|
|
2270
|
+
cancel_dialog_delete_item_sleepschedule_description: string;
|
|
2271
|
+
cancel_dialog_delete_item_wakeupschedule_answer_no_text: string;
|
|
2272
|
+
cancel_dialog_delete_item_wakeupschedule_answer_yes_text: string;
|
|
2273
|
+
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
2274
|
+
randomtimecycle_empty_bttn_text: string;
|
|
2275
|
+
randomtimecycle_empty_information_text: string;
|
|
2276
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
2277
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
2278
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
2279
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
2280
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
2281
|
+
devicemusic_ball_game_text: string;
|
|
2282
|
+
devicemusic_game_text: string;
|
|
2283
|
+
devicemusic_romantic_text: string;
|
|
2284
|
+
devicemusic_music_text: string;
|
|
2285
|
+
light_sources_feature_2_text_min_off: string;
|
|
2286
|
+
light_sources_feature_2_text_min_on: string;
|
|
2287
|
+
light_sources_feature_2_switched_off_text: string;
|
|
2288
|
+
light_sources_feature_2_switched_on_text: string;
|
|
2289
|
+
switch_overcharge_headline_text: string;
|
|
2290
|
+
switch_overcharge_headline_description: string;
|
|
2291
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
2292
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
2293
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
2294
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
2295
|
+
light_sources_feature_4_text_name: string;
|
|
2296
|
+
};
|
|
2297
|
+
fi: {
|
|
2298
|
+
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
2299
|
+
power_off_memory_default_state_title: string;
|
|
2300
|
+
sockets_ce: string;
|
|
2301
|
+
history_overview_empty_information_text: string;
|
|
2302
|
+
history_powerstrip_field1_text: string;
|
|
2303
|
+
history_powerstrip_field1_text2: string;
|
|
2304
|
+
history_contact_sensor_description_text: string;
|
|
2305
|
+
power_off_memory_default_state_description: string;
|
|
2306
|
+
power_off_memory_restore_memory_title: string;
|
|
2307
|
+
power_off_memory_restore_memory_description: string;
|
|
2308
|
+
power_off_memory_customized_description: string;
|
|
2309
|
+
feature_summary_action_txt_1: string;
|
|
2310
|
+
sockets_specific_settings_relay_status: string;
|
|
2311
|
+
light_sources_specific_settings_power_off: string;
|
|
2312
|
+
add_new_dynamic_mood_color_changing_mode_value2: string;
|
|
2313
|
+
add_new_dynamic_mood_lights_field_headline2_text: string;
|
|
2314
|
+
add_new_dynamic_mood_lights_field_saturation_text: string;
|
|
2315
|
+
add_new_static_mood_headline_text: string;
|
|
2316
|
+
add_new_static_mood_lights_field_brightness_text: string;
|
|
2317
|
+
add_new_static_mood_lights_field_saturation_text: string;
|
|
2318
|
+
add_new_static_mood_lights_field_text: string;
|
|
2319
|
+
add_new_static_mood_lights_schedule_switch_tab_color_text: string;
|
|
2320
|
+
add_new_static_mood_lights_schedule_switch_tab_white_text: string;
|
|
2321
|
+
add_new_static_mood_system_back: string;
|
|
2322
|
+
add_new_trigger_time_field_brightness_text: string;
|
|
2323
|
+
add_new_trigger_time_field_headline_text3: string;
|
|
2324
|
+
add_new_trigger_time_field_text: string;
|
|
2325
|
+
add_new_trigger_time_inputfield_value_text: string;
|
|
2326
|
+
add_new_trigger_time_subheadline_text: string;
|
|
2327
|
+
add_new_trigger_time_system_back_text: string;
|
|
2328
|
+
add_randomtimecycle_timestart_topic: string;
|
|
2329
|
+
add_randomtimecycle_timeend_topic: string;
|
|
2330
|
+
add_sleepschedule_one_source_switch_tab_color_text: string;
|
|
2331
|
+
add_sleepschedule_one_source_switch_tab_white_text: string;
|
|
2332
|
+
add_sleepschedule_one_source_system_back_text: string;
|
|
2333
|
+
add_sleepschedule_two_source_field_text: string;
|
|
2334
|
+
add_sleepschedule_two_source_field_text3: string;
|
|
2335
|
+
feature_summary_action_txt_10: string;
|
|
2336
|
+
feature_summary_action_txt_11: string;
|
|
2337
|
+
auto_scan_button_Device_a: string;
|
|
2338
|
+
auto_scan_system_cancel: string;
|
|
2339
|
+
auto_scan_system_wifi_confirm: string;
|
|
2340
|
+
bio_ryhthm_default_button_reset_text: string;
|
|
2341
|
+
bio_ryhthm_default_field_field_brightness_text: string;
|
|
2342
|
+
bio_ryhthm_default_field_text2: string;
|
|
2343
|
+
bio_ryhthm_default_field_text3: string;
|
|
2344
|
+
bio_ryhthm_default_field_text4: string;
|
|
2345
|
+
bio_ryhthm_default_field_text5: string;
|
|
2346
|
+
bio_ryhthm_default_selectionfield_topic_text: string;
|
|
2347
|
+
bio_ryhthm_default_weekday1_text: string;
|
|
2348
|
+
bio_ryhthm_default_weekday2_text: string;
|
|
2349
|
+
bio_ryhthm_default_weekday3_text: string;
|
|
2350
|
+
bio_ryhthm_default_weekday4_text: string;
|
|
2351
|
+
bio_ryhthm_default_weekday5_text: string;
|
|
2352
|
+
bio_ryhthm_default_weekday6_text: string;
|
|
2353
|
+
bio_ryhthm_default_weekday7_text: string;
|
|
2354
|
+
camera_tile_dim_lighting_headline: string;
|
|
2355
|
+
devicemusic_headline_text: string;
|
|
2356
|
+
edit_device_textfield_name: string;
|
|
2357
|
+
flashing_fs_toggle_state1: string;
|
|
2358
|
+
flashing_fs_toggle_state2: string;
|
|
2359
|
+
light_sources_tile_dim_lighting_brightness: string;
|
|
2360
|
+
light_sources_tile_main_lighting_headline: string;
|
|
2361
|
+
light_sources_tile_main_lighting_shade: string;
|
|
2362
|
+
light_sources_tile_rgb_lighting_brightness: string;
|
|
2363
|
+
light_sources_tile_rgb_lighting_headline: string;
|
|
2364
|
+
light_sources_tile_rgb_lighting_saturation: string;
|
|
2365
|
+
light_sources_tile_rgb_lighting_shade: string;
|
|
2366
|
+
light_sources_tile_rgb_lighting_tab_color: string;
|
|
2367
|
+
light_sources_tile_rgb_lighting_tab_white: string;
|
|
2368
|
+
light_sources_tile_sec_lighting_headline: string;
|
|
2369
|
+
light_sources_tile_sec_lighting_shade: string;
|
|
2370
|
+
light_sources_tile_tw_lighting_brightness: string;
|
|
2371
|
+
light_sources_tile_tw_lighting_headline: string;
|
|
2372
|
+
mesh_device_detail_lighting_color_mode: string;
|
|
2373
|
+
mesh_device_detail_lighting_goodnight: string;
|
|
2374
|
+
mesh_device_detail_lighting_leisure: string;
|
|
2375
|
+
mesh_device_detail_lighting_read: string;
|
|
2376
|
+
mesh_device_detail_lighting_white_mode: string;
|
|
2377
|
+
mesh_device_detail_lighting_work: string;
|
|
2378
|
+
mesh_device_detail_mode: string;
|
|
2379
|
+
mesh_device_seting_delete: string;
|
|
2380
|
+
mood_overview_add_mood_text: string;
|
|
2381
|
+
mood_overview_add_mood_text2: string;
|
|
2382
|
+
mood_overview_field_chip_2: string;
|
|
2383
|
+
mood_overview_field_chip_text: string;
|
|
2384
|
+
mood_overview_filter_name_text1: string;
|
|
2385
|
+
mood_overview_filter_name_text2: string;
|
|
2386
|
+
mood_overview_headline_text: string;
|
|
2387
|
+
mood_overview_information_text: string;
|
|
2388
|
+
motion_detection_add_time_schedule_headline_text: string;
|
|
2389
|
+
motion_detection_add_time_schedule_selectionfield_text: string;
|
|
2390
|
+
motion_detection_add_time_schedule_system_back_text: string;
|
|
2391
|
+
motion_detection_time_schedule_notifications_field_weekdays_text2: string;
|
|
2392
|
+
timeschedule_add_schedule_text: string;
|
|
2393
|
+
motion_detection_time_schedule_notifications_field_weekdays_text4: string;
|
|
2394
|
+
other_lights_modes_gradient_text: string;
|
|
2395
|
+
other_lights_modes_jump_text: string;
|
|
2396
|
+
solar_bt_pp_field_dm: string;
|
|
2397
|
+
timer_ceiling_fan_headline_text: string;
|
|
2398
|
+
timer_nightplug_headline_text: string;
|
|
2399
|
+
timer_ceiling_fan_lighting_switched_off_text: string;
|
|
2400
|
+
timer_ceiling_fan_lighting_switched_on_text: string;
|
|
2401
|
+
timer_sockets_button_text: string;
|
|
2402
|
+
timeschedule_add_schedule_nightlight_plug_selectionfield_text2: string;
|
|
2403
|
+
timeschedule_add_schedule_subheadline2_text: string;
|
|
2404
|
+
timeschedule_add_schedule_subheadline4_text: string;
|
|
2405
|
+
timeschedule_add_schedule_subheadline_text: string;
|
|
2406
|
+
timeschedule_add_schedule_switch_tab_manual_text: string;
|
|
2407
|
+
timeschedule_add_schedule_switch_tab_mood_text: string;
|
|
2408
|
+
timeschedule_add_schedule_system_back_text: string;
|
|
2409
|
+
timeschedule_add_schedule_text2: string;
|
|
2410
|
+
timeschedule_add_schedule_weekday1_text: string;
|
|
2411
|
+
timeschedule_add_schedule_weekday2_text: string;
|
|
2412
|
+
timeschedule_add_schedule_weekday3_text: string;
|
|
2413
|
+
timeschedule_add_schedule_weekday4_text: string;
|
|
2414
|
+
timeschedule_add_schedule_weekday5_text: string;
|
|
2415
|
+
timeschedule_add_schedule_weekday6_text: string;
|
|
2416
|
+
timeschedule_add_schedule_weekday7_text: string;
|
|
2417
|
+
timeschedule_overview_empty_information_text: string;
|
|
2418
|
+
timeschedule_overview_headline_text: string;
|
|
2419
|
+
timeschedule_overview_description_text: string;
|
|
2420
|
+
timeschedule_overview_empty_button_add_text: string;
|
|
2421
|
+
ceiling_fan_feature_2_light_text_min_off: string;
|
|
2422
|
+
ceiling_fan_feature_2_light_text_min_on: string;
|
|
2423
|
+
add_new_dynamic_mood_color_changing_mode_headline: string;
|
|
2424
|
+
add_new_dynamic_mood_lights_field_speed_topic_text: string;
|
|
2425
|
+
add_new_dynamic_mood_lights_field_headline_text1: string;
|
|
2426
|
+
add_new_dynamic_mood_system_back: string;
|
|
2427
|
+
edit_static_mood_inputfield_topic_text: string;
|
|
2428
|
+
add_new_static_mood_lights_inputfield_text: string;
|
|
2429
|
+
feature_summary_action_txt_2: string;
|
|
2430
|
+
sleepwakeschedule_empty_information_text: string;
|
|
2431
|
+
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
2432
|
+
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
2433
|
+
sleepwakeschedule_field_speed_text: string;
|
|
2434
|
+
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
2435
|
+
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
2436
|
+
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
2437
|
+
fixedTimeCycle_socket_headline: string;
|
|
2438
|
+
randomtimecycle_sockets_headline_text: string;
|
|
2439
|
+
history_socket_headline_text: string;
|
|
2440
|
+
feature_summary_action_component_5: string;
|
|
2441
|
+
feature_summary_action_component_6: string;
|
|
2442
|
+
feature_summary_action_component_7: string;
|
|
2443
|
+
feature_summary_action_component_8: string;
|
|
2444
|
+
feature_summary_action_component_9: string;
|
|
2445
|
+
sockets_feature_2_socket_text_min_off: string;
|
|
2446
|
+
sockets_feature_2_socket_text_min_on: string;
|
|
2447
|
+
timer_powerstrip_socket1_switched_off_text: string;
|
|
2448
|
+
timer_powerstrip_socket1_switched_on_text: string;
|
|
2449
|
+
set_pw_button_save: string;
|
|
2450
|
+
consumption_data_field2_value_text1: string;
|
|
2451
|
+
consumption_data_field2_value_text2: string;
|
|
2452
|
+
consumption_data_field2_value_text3: string;
|
|
2453
|
+
timer_nightplug_active_timer_subheadline2_text: string;
|
|
2454
|
+
addTimeCycle_settings_sec_text: string;
|
|
2455
|
+
addTimeCycle_settings_sec_text2: string;
|
|
2456
|
+
power_strip_tile_socket_4_headline: string;
|
|
2457
|
+
conflict_dialog_active_item_fixedtimecycle_description: string;
|
|
2458
|
+
conflict_dialog_active_item_randomtimecycle_description: string;
|
|
2459
|
+
timeschedule_add_schedule_Lighting_applyfor_selection2_text: string;
|
|
2460
|
+
timeschedule_add_schedule_Lighting_applyfor_selection_text: string;
|
|
2461
|
+
light_sources_specific_settings_remote_control: string;
|
|
2462
|
+
conflict_dialog_save_item_bio_rhythm_answer_no_text: string;
|
|
2463
|
+
conflict_dialog_save_item_bio_rhythm_answer_yes_text: string;
|
|
2464
|
+
conflict_dialog_save_item_randomtimecycle_answer_no_text: string;
|
|
2465
|
+
conflict_dialog_save_item_randomtimecycle_answer_yes_text: string;
|
|
2466
|
+
conflict_dialog_save_item_randomtimecycle_description: string;
|
|
2467
|
+
conflict_dialog_save_item_randomtimecycle_titel: string;
|
|
2468
|
+
conflict_dialog_save_item_bio_rhythm_description: string;
|
|
2469
|
+
conflict_dialog_save_item_bio_rhythm_titel: string;
|
|
2470
|
+
conflict_dialog_save_item_sleepschedule_answer_no_text: string;
|
|
2471
|
+
conflict_dialog_save_item_sleepschedule_answer_yes_text: string;
|
|
2472
|
+
conflict_dialog_save_item_sleepschedule_description: string;
|
|
2473
|
+
conflict_dialog_save_item_sleepschedule_titel: string;
|
|
2474
|
+
conflict_dialog_save_item_wakeupschedule_answer_no_text: string;
|
|
2475
|
+
conflict_dialog_save_item_wakeupschedule_answer_yes_text: string;
|
|
2476
|
+
conflict_dialog_save_item_wakeupschedule_description: string;
|
|
2477
|
+
conflict_dialog_save_item_wakeupschedule_titel: string;
|
|
2478
|
+
sockets_specific_settings_relay_status_remember: string;
|
|
2479
|
+
motion_detection_with_safe_mode_safetymode_value4_text: string;
|
|
2480
|
+
consumption_data_annual_bar_chart_system_back_text: string;
|
|
2481
|
+
motion_detection_time_schedule_notifications_field_weekdays_text3: string;
|
|
2482
|
+
sleepwakeschedule_empty_filtering_information_text: string;
|
|
2483
|
+
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
2484
|
+
timer_nightplug_active_timer_field_description_off_text: string;
|
|
2485
|
+
timer_nightplug_active_timer_field_description_on_text: string;
|
|
2486
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
2487
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
2488
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
2489
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
2490
|
+
bio_ryhthm_default_field_text: string;
|
|
2491
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
2492
|
+
add_new_dynamic_mood_alert_text: string;
|
|
2493
|
+
add_new_trigger_time_information_text: string;
|
|
2494
|
+
sleepwakeschedule_warning_max_number_both_text: string;
|
|
2495
|
+
sleepwakeschedule_warning_max_number_sleep_text: string;
|
|
2496
|
+
sleepwakeschedule_warning_max_number_wakeup_text: string;
|
|
2497
|
+
fixedTimeCycle_information_text: string;
|
|
2498
|
+
fixedTimeCycle_bttn_text: string;
|
|
2499
|
+
addTimeCycle_warning_text: string;
|
|
2500
|
+
cancel_dialog_delete_item_timeschedule_description: string;
|
|
2501
|
+
cancel_dialog_delete_item_timeschedule_answer_no_text: string;
|
|
2502
|
+
cancel_dialog_delete_item_timeschedule_answer_yes_text: string;
|
|
2503
|
+
cancel_dialog_delete_item_fixedtimecycle_titel: string;
|
|
2504
|
+
cancel_dialog_delete_item_fixedtimecycle_description: string;
|
|
2505
|
+
cancel_dialog_delete_item_fixedtimecycle_answer_yes_text: string;
|
|
2506
|
+
cancel_dialog_delete_item_fixedtimecycle_answer_no_text: string;
|
|
2507
|
+
cancel_dialog_delete_item_randomtimecycle_titel: string;
|
|
2508
|
+
cancel_dialog_delete_item_randomtimecycle_description: string;
|
|
2509
|
+
cancel_dialog_delete_item_sleepschedule_answer_yes_text: string;
|
|
2510
|
+
cancel_dialog_delete_item_sleepschedule_answer_no_text: string;
|
|
2511
|
+
fixedtimecycle_warning_max_number_text: string;
|
|
2512
|
+
randomtimecycle_warning_max_number_text: string;
|
|
2513
|
+
sockets_specific_settings_child_lock: string;
|
|
2514
|
+
sockets_specific_settings_switch_inching: string;
|
|
2515
|
+
switchinching_overview_description_text: string;
|
|
2516
|
+
childlock_overview_description_text: string;
|
|
2517
|
+
conflict_dialog_save_item_timer_titel: string;
|
|
2518
|
+
conflict_dialog_save_item_timer_description: string;
|
|
2519
|
+
conflict_dialog_save_item_timer_answer_no_text: string;
|
|
2520
|
+
conflict_dialog_save_item_timer_answer_yes_text: string;
|
|
2521
|
+
conflict_dialog_save_item_inching_titel: string;
|
|
2522
|
+
conflict_dialog_save_item_inching_description: string;
|
|
2523
|
+
conflict_dialog_save_item_inching_answer_no_text: string;
|
|
2524
|
+
conflict_dialog_save_item_inching_answer_yes_text: string;
|
|
2525
|
+
cancel_dialog_delete_item_sleepschedule_description: string;
|
|
2526
|
+
cancel_dialog_delete_item_wakeupschedule_answer_no_text: string;
|
|
2527
|
+
cancel_dialog_delete_item_wakeupschedule_answer_yes_text: string;
|
|
2528
|
+
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
2529
|
+
randomtimecycle_empty_bttn_text: string;
|
|
2530
|
+
randomtimecycle_empty_information_text: string;
|
|
2531
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
2532
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
2533
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
2534
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
2535
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
2536
|
+
devicemusic_ball_game_text: string;
|
|
2537
|
+
devicemusic_game_text: string;
|
|
2538
|
+
devicemusic_romantic_text: string;
|
|
2539
|
+
devicemusic_music_text: string;
|
|
2540
|
+
light_sources_feature_2_text_min_off: string;
|
|
2541
|
+
light_sources_feature_2_text_min_on: string;
|
|
2542
|
+
light_sources_feature_2_switched_off_text: string;
|
|
2543
|
+
light_sources_feature_2_switched_on_text: string;
|
|
2544
|
+
switch_overcharge_headline_text: string;
|
|
2545
|
+
switch_overcharge_headline_description: string;
|
|
2546
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
2547
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
2548
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
2549
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
2550
|
+
light_sources_feature_4_text_name: string;
|
|
1953
2551
|
};
|
|
1954
2552
|
fr: {
|
|
1955
2553
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2194,6 +2792,17 @@ declare const _default: {
|
|
|
2194
2792
|
devicemusic_game_text: string;
|
|
2195
2793
|
devicemusic_romantic_text: string;
|
|
2196
2794
|
devicemusic_music_text: string;
|
|
2795
|
+
light_sources_feature_2_text_min_off: string;
|
|
2796
|
+
light_sources_feature_2_text_min_on: string;
|
|
2797
|
+
light_sources_feature_2_switched_off_text: string;
|
|
2798
|
+
light_sources_feature_2_switched_on_text: string;
|
|
2799
|
+
switch_overcharge_headline_text: string;
|
|
2800
|
+
switch_overcharge_headline_description: string;
|
|
2801
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
2802
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
2803
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
2804
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
2805
|
+
light_sources_feature_4_text_name: string;
|
|
2197
2806
|
};
|
|
2198
2807
|
hr: {
|
|
2199
2808
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2438,6 +3047,17 @@ declare const _default: {
|
|
|
2438
3047
|
devicemusic_game_text: string;
|
|
2439
3048
|
devicemusic_romantic_text: string;
|
|
2440
3049
|
devicemusic_music_text: string;
|
|
3050
|
+
light_sources_feature_2_text_min_off: string;
|
|
3051
|
+
light_sources_feature_2_text_min_on: string;
|
|
3052
|
+
light_sources_feature_2_switched_off_text: string;
|
|
3053
|
+
light_sources_feature_2_switched_on_text: string;
|
|
3054
|
+
switch_overcharge_headline_text: string;
|
|
3055
|
+
switch_overcharge_headline_description: string;
|
|
3056
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
3057
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
3058
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
3059
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
3060
|
+
light_sources_feature_4_text_name: string;
|
|
2441
3061
|
};
|
|
2442
3062
|
hu: {
|
|
2443
3063
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2682,6 +3302,17 @@ declare const _default: {
|
|
|
2682
3302
|
devicemusic_game_text: string;
|
|
2683
3303
|
devicemusic_romantic_text: string;
|
|
2684
3304
|
devicemusic_music_text: string;
|
|
3305
|
+
light_sources_feature_2_text_min_off: string;
|
|
3306
|
+
light_sources_feature_2_text_min_on: string;
|
|
3307
|
+
light_sources_feature_2_switched_off_text: string;
|
|
3308
|
+
light_sources_feature_2_switched_on_text: string;
|
|
3309
|
+
switch_overcharge_headline_text: string;
|
|
3310
|
+
switch_overcharge_headline_description: string;
|
|
3311
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
3312
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
3313
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
3314
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
3315
|
+
light_sources_feature_4_text_name: string;
|
|
2685
3316
|
};
|
|
2686
3317
|
it: {
|
|
2687
3318
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2926,6 +3557,17 @@ declare const _default: {
|
|
|
2926
3557
|
devicemusic_game_text: string;
|
|
2927
3558
|
devicemusic_romantic_text: string;
|
|
2928
3559
|
devicemusic_music_text: string;
|
|
3560
|
+
light_sources_feature_2_text_min_off: string;
|
|
3561
|
+
light_sources_feature_2_text_min_on: string;
|
|
3562
|
+
light_sources_feature_2_switched_off_text: string;
|
|
3563
|
+
light_sources_feature_2_switched_on_text: string;
|
|
3564
|
+
switch_overcharge_headline_text: string;
|
|
3565
|
+
switch_overcharge_headline_description: string;
|
|
3566
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
3567
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
3568
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
3569
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
3570
|
+
light_sources_feature_4_text_name: string;
|
|
2929
3571
|
};
|
|
2930
3572
|
ko: {
|
|
2931
3573
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3170,8 +3812,19 @@ declare const _default: {
|
|
|
3170
3812
|
devicemusic_game_text: string;
|
|
3171
3813
|
devicemusic_romantic_text: string;
|
|
3172
3814
|
devicemusic_music_text: string;
|
|
3815
|
+
light_sources_feature_2_text_min_off: string;
|
|
3816
|
+
light_sources_feature_2_text_min_on: string;
|
|
3817
|
+
light_sources_feature_2_switched_off_text: string;
|
|
3818
|
+
light_sources_feature_2_switched_on_text: string;
|
|
3819
|
+
switch_overcharge_headline_text: string;
|
|
3820
|
+
switch_overcharge_headline_description: string;
|
|
3821
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
3822
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
3823
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
3824
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
3825
|
+
light_sources_feature_4_text_name: string;
|
|
3173
3826
|
};
|
|
3174
|
-
|
|
3827
|
+
lt: {
|
|
3175
3828
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
3176
3829
|
power_off_memory_default_state_title: string;
|
|
3177
3830
|
sockets_ce: string;
|
|
@@ -3414,6 +4067,17 @@ declare const _default: {
|
|
|
3414
4067
|
devicemusic_game_text: string;
|
|
3415
4068
|
devicemusic_romantic_text: string;
|
|
3416
4069
|
devicemusic_music_text: string;
|
|
4070
|
+
light_sources_feature_2_text_min_off: string;
|
|
4071
|
+
light_sources_feature_2_text_min_on: string;
|
|
4072
|
+
light_sources_feature_2_switched_off_text: string;
|
|
4073
|
+
light_sources_feature_2_switched_on_text: string;
|
|
4074
|
+
switch_overcharge_headline_text: string;
|
|
4075
|
+
switch_overcharge_headline_description: string;
|
|
4076
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
4077
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
4078
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
4079
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
4080
|
+
light_sources_feature_4_text_name: string;
|
|
3417
4081
|
};
|
|
3418
4082
|
nb: {
|
|
3419
4083
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3658,6 +4322,17 @@ declare const _default: {
|
|
|
3658
4322
|
devicemusic_game_text: string;
|
|
3659
4323
|
devicemusic_romantic_text: string;
|
|
3660
4324
|
devicemusic_music_text: string;
|
|
4325
|
+
light_sources_feature_2_text_min_off: string;
|
|
4326
|
+
light_sources_feature_2_text_min_on: string;
|
|
4327
|
+
light_sources_feature_2_switched_off_text: string;
|
|
4328
|
+
light_sources_feature_2_switched_on_text: string;
|
|
4329
|
+
switch_overcharge_headline_text: string;
|
|
4330
|
+
switch_overcharge_headline_description: string;
|
|
4331
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
4332
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
4333
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
4334
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
4335
|
+
light_sources_feature_4_text_name: string;
|
|
3661
4336
|
};
|
|
3662
4337
|
nl: {
|
|
3663
4338
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3902,6 +4577,17 @@ declare const _default: {
|
|
|
3902
4577
|
devicemusic_game_text: string;
|
|
3903
4578
|
devicemusic_romantic_text: string;
|
|
3904
4579
|
devicemusic_music_text: string;
|
|
4580
|
+
light_sources_feature_2_text_min_off: string;
|
|
4581
|
+
light_sources_feature_2_text_min_on: string;
|
|
4582
|
+
light_sources_feature_2_switched_off_text: string;
|
|
4583
|
+
light_sources_feature_2_switched_on_text: string;
|
|
4584
|
+
switch_overcharge_headline_text: string;
|
|
4585
|
+
switch_overcharge_headline_description: string;
|
|
4586
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
4587
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
4588
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
4589
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
4590
|
+
light_sources_feature_4_text_name: string;
|
|
3905
4591
|
};
|
|
3906
4592
|
pl: {
|
|
3907
4593
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4146,8 +4832,19 @@ declare const _default: {
|
|
|
4146
4832
|
devicemusic_game_text: string;
|
|
4147
4833
|
devicemusic_romantic_text: string;
|
|
4148
4834
|
devicemusic_music_text: string;
|
|
4835
|
+
light_sources_feature_2_text_min_off: string;
|
|
4836
|
+
light_sources_feature_2_text_min_on: string;
|
|
4837
|
+
light_sources_feature_2_switched_off_text: string;
|
|
4838
|
+
light_sources_feature_2_switched_on_text: string;
|
|
4839
|
+
switch_overcharge_headline_text: string;
|
|
4840
|
+
switch_overcharge_headline_description: string;
|
|
4841
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
4842
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
4843
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
4844
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
4845
|
+
light_sources_feature_4_text_name: string;
|
|
4149
4846
|
};
|
|
4150
|
-
|
|
4847
|
+
pt_BR: {
|
|
4151
4848
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
4152
4849
|
power_off_memory_default_state_title: string;
|
|
4153
4850
|
sockets_ce: string;
|
|
@@ -4390,8 +5087,19 @@ declare const _default: {
|
|
|
4390
5087
|
devicemusic_game_text: string;
|
|
4391
5088
|
devicemusic_romantic_text: string;
|
|
4392
5089
|
devicemusic_music_text: string;
|
|
5090
|
+
light_sources_feature_2_text_min_off: string;
|
|
5091
|
+
light_sources_feature_2_text_min_on: string;
|
|
5092
|
+
light_sources_feature_2_switched_off_text: string;
|
|
5093
|
+
light_sources_feature_2_switched_on_text: string;
|
|
5094
|
+
switch_overcharge_headline_text: string;
|
|
5095
|
+
switch_overcharge_headline_description: string;
|
|
5096
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
5097
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
5098
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
5099
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
5100
|
+
light_sources_feature_4_text_name: string;
|
|
4393
5101
|
};
|
|
4394
|
-
|
|
5102
|
+
'pt-BR': {
|
|
4395
5103
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
4396
5104
|
power_off_memory_default_state_title: string;
|
|
4397
5105
|
sockets_ce: string;
|
|
@@ -4634,6 +5342,17 @@ declare const _default: {
|
|
|
4634
5342
|
devicemusic_game_text: string;
|
|
4635
5343
|
devicemusic_romantic_text: string;
|
|
4636
5344
|
devicemusic_music_text: string;
|
|
5345
|
+
light_sources_feature_2_text_min_off: string;
|
|
5346
|
+
light_sources_feature_2_text_min_on: string;
|
|
5347
|
+
light_sources_feature_2_switched_off_text: string;
|
|
5348
|
+
light_sources_feature_2_switched_on_text: string;
|
|
5349
|
+
switch_overcharge_headline_text: string;
|
|
5350
|
+
switch_overcharge_headline_description: string;
|
|
5351
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
5352
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
5353
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
5354
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
5355
|
+
light_sources_feature_4_text_name: string;
|
|
4637
5356
|
};
|
|
4638
5357
|
ro: {
|
|
4639
5358
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4878,6 +5597,17 @@ declare const _default: {
|
|
|
4878
5597
|
devicemusic_game_text: string;
|
|
4879
5598
|
devicemusic_romantic_text: string;
|
|
4880
5599
|
devicemusic_music_text: string;
|
|
5600
|
+
light_sources_feature_2_text_min_off: string;
|
|
5601
|
+
light_sources_feature_2_text_min_on: string;
|
|
5602
|
+
light_sources_feature_2_switched_off_text: string;
|
|
5603
|
+
light_sources_feature_2_switched_on_text: string;
|
|
5604
|
+
switch_overcharge_headline_text: string;
|
|
5605
|
+
switch_overcharge_headline_description: string;
|
|
5606
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
5607
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
5608
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
5609
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
5610
|
+
light_sources_feature_4_text_name: string;
|
|
4881
5611
|
};
|
|
4882
5612
|
ru: {
|
|
4883
5613
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5122,6 +5852,17 @@ declare const _default: {
|
|
|
5122
5852
|
devicemusic_game_text: string;
|
|
5123
5853
|
devicemusic_romantic_text: string;
|
|
5124
5854
|
devicemusic_music_text: string;
|
|
5855
|
+
light_sources_feature_2_text_min_off: string;
|
|
5856
|
+
light_sources_feature_2_text_min_on: string;
|
|
5857
|
+
light_sources_feature_2_switched_off_text: string;
|
|
5858
|
+
light_sources_feature_2_switched_on_text: string;
|
|
5859
|
+
switch_overcharge_headline_text: string;
|
|
5860
|
+
switch_overcharge_headline_description: string;
|
|
5861
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
5862
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
5863
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
5864
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
5865
|
+
light_sources_feature_4_text_name: string;
|
|
5125
5866
|
};
|
|
5126
5867
|
sk: {
|
|
5127
5868
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5366,6 +6107,17 @@ declare const _default: {
|
|
|
5366
6107
|
devicemusic_game_text: string;
|
|
5367
6108
|
devicemusic_romantic_text: string;
|
|
5368
6109
|
devicemusic_music_text: string;
|
|
6110
|
+
light_sources_feature_2_text_min_off: string;
|
|
6111
|
+
light_sources_feature_2_text_min_on: string;
|
|
6112
|
+
light_sources_feature_2_switched_off_text: string;
|
|
6113
|
+
light_sources_feature_2_switched_on_text: string;
|
|
6114
|
+
switch_overcharge_headline_text: string;
|
|
6115
|
+
switch_overcharge_headline_description: string;
|
|
6116
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
6117
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
6118
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
6119
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
6120
|
+
light_sources_feature_4_text_name: string;
|
|
5369
6121
|
};
|
|
5370
6122
|
sv: {
|
|
5371
6123
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5610,6 +6362,17 @@ declare const _default: {
|
|
|
5610
6362
|
devicemusic_game_text: string;
|
|
5611
6363
|
devicemusic_romantic_text: string;
|
|
5612
6364
|
devicemusic_music_text: string;
|
|
6365
|
+
light_sources_feature_2_text_min_off: string;
|
|
6366
|
+
light_sources_feature_2_text_min_on: string;
|
|
6367
|
+
light_sources_feature_2_switched_off_text: string;
|
|
6368
|
+
light_sources_feature_2_switched_on_text: string;
|
|
6369
|
+
switch_overcharge_headline_text: string;
|
|
6370
|
+
switch_overcharge_headline_description: string;
|
|
6371
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
6372
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
6373
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
6374
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
6375
|
+
light_sources_feature_4_text_name: string;
|
|
5613
6376
|
};
|
|
5614
6377
|
tr: {
|
|
5615
6378
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5854,6 +6617,17 @@ declare const _default: {
|
|
|
5854
6617
|
devicemusic_game_text: string;
|
|
5855
6618
|
devicemusic_romantic_text: string;
|
|
5856
6619
|
devicemusic_music_text: string;
|
|
6620
|
+
light_sources_feature_2_text_min_off: string;
|
|
6621
|
+
light_sources_feature_2_text_min_on: string;
|
|
6622
|
+
light_sources_feature_2_switched_off_text: string;
|
|
6623
|
+
light_sources_feature_2_switched_on_text: string;
|
|
6624
|
+
switch_overcharge_headline_text: string;
|
|
6625
|
+
switch_overcharge_headline_description: string;
|
|
6626
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
6627
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
6628
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
6629
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
6630
|
+
light_sources_feature_4_text_name: string;
|
|
5857
6631
|
};
|
|
5858
6632
|
uk: {
|
|
5859
6633
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -6098,6 +6872,17 @@ declare const _default: {
|
|
|
6098
6872
|
devicemusic_game_text: string;
|
|
6099
6873
|
devicemusic_romantic_text: string;
|
|
6100
6874
|
devicemusic_music_text: string;
|
|
6875
|
+
light_sources_feature_2_text_min_off: string;
|
|
6876
|
+
light_sources_feature_2_text_min_on: string;
|
|
6877
|
+
light_sources_feature_2_switched_off_text: string;
|
|
6878
|
+
light_sources_feature_2_switched_on_text: string;
|
|
6879
|
+
switch_overcharge_headline_text: string;
|
|
6880
|
+
switch_overcharge_headline_description: string;
|
|
6881
|
+
conflict_dialog_save_item_timeschedule_titel: string;
|
|
6882
|
+
conflict_dialog_active_item_timeschedule_description: string;
|
|
6883
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: string;
|
|
6884
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
6885
|
+
light_sources_feature_4_text_name: string;
|
|
6101
6886
|
};
|
|
6102
6887
|
};
|
|
6103
6888
|
export default _default;
|