@ledvance/base 1.0.13 → 1.0.14
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/i18n/strings.d.ts +460 -0
- package/src/i18n/strings.ts +1417 -778
package/package.json
CHANGED
package/src/i18n/strings.d.ts
CHANGED
|
@@ -233,6 +233,15 @@ declare const _default: {
|
|
|
233
233
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
234
234
|
randomtimecycle_empty_bttn_text: string;
|
|
235
235
|
randomtimecycle_empty_information_text: string;
|
|
236
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
237
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
238
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
239
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
240
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
241
|
+
devicemusic_ball_game_text: string;
|
|
242
|
+
devicemusic_game_text: string;
|
|
243
|
+
devicemusic_romantic_text: string;
|
|
244
|
+
devicemusic_music_text: string;
|
|
236
245
|
};
|
|
237
246
|
cs: {
|
|
238
247
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -468,6 +477,15 @@ declare const _default: {
|
|
|
468
477
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
469
478
|
randomtimecycle_empty_bttn_text: string;
|
|
470
479
|
randomtimecycle_empty_information_text: string;
|
|
480
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
481
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
482
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
483
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
484
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
485
|
+
devicemusic_ball_game_text: string;
|
|
486
|
+
devicemusic_game_text: string;
|
|
487
|
+
devicemusic_romantic_text: string;
|
|
488
|
+
devicemusic_music_text: string;
|
|
471
489
|
};
|
|
472
490
|
en: {
|
|
473
491
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -703,6 +721,15 @@ declare const _default: {
|
|
|
703
721
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
704
722
|
randomtimecycle_empty_bttn_text: string;
|
|
705
723
|
randomtimecycle_empty_information_text: string;
|
|
724
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
725
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
726
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
727
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
728
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
729
|
+
devicemusic_ball_game_text: string;
|
|
730
|
+
devicemusic_game_text: string;
|
|
731
|
+
devicemusic_romantic_text: string;
|
|
732
|
+
devicemusic_music_text: string;
|
|
706
733
|
};
|
|
707
734
|
bg: {
|
|
708
735
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -938,6 +965,15 @@ declare const _default: {
|
|
|
938
965
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
939
966
|
randomtimecycle_empty_bttn_text: string;
|
|
940
967
|
randomtimecycle_empty_information_text: string;
|
|
968
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
969
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
970
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
971
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
972
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
973
|
+
devicemusic_ball_game_text: string;
|
|
974
|
+
devicemusic_game_text: string;
|
|
975
|
+
devicemusic_romantic_text: string;
|
|
976
|
+
devicemusic_music_text: string;
|
|
941
977
|
};
|
|
942
978
|
da: {
|
|
943
979
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1173,6 +1209,15 @@ declare const _default: {
|
|
|
1173
1209
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
1174
1210
|
randomtimecycle_empty_bttn_text: string;
|
|
1175
1211
|
randomtimecycle_empty_information_text: string;
|
|
1212
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
1213
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
1214
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
1215
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
1216
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
1217
|
+
devicemusic_ball_game_text: string;
|
|
1218
|
+
devicemusic_game_text: string;
|
|
1219
|
+
devicemusic_romantic_text: string;
|
|
1220
|
+
devicemusic_music_text: string;
|
|
1176
1221
|
};
|
|
1177
1222
|
de: {
|
|
1178
1223
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1408,6 +1453,15 @@ declare const _default: {
|
|
|
1408
1453
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
1409
1454
|
randomtimecycle_empty_bttn_text: string;
|
|
1410
1455
|
randomtimecycle_empty_information_text: string;
|
|
1456
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
1457
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
1458
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
1459
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
1460
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
1461
|
+
devicemusic_ball_game_text: string;
|
|
1462
|
+
devicemusic_game_text: string;
|
|
1463
|
+
devicemusic_romantic_text: string;
|
|
1464
|
+
devicemusic_music_text: string;
|
|
1411
1465
|
};
|
|
1412
1466
|
el: {
|
|
1413
1467
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1643,6 +1697,15 @@ declare const _default: {
|
|
|
1643
1697
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
1644
1698
|
randomtimecycle_empty_bttn_text: string;
|
|
1645
1699
|
randomtimecycle_empty_information_text: string;
|
|
1700
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
1701
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
1702
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
1703
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
1704
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
1705
|
+
devicemusic_ball_game_text: string;
|
|
1706
|
+
devicemusic_game_text: string;
|
|
1707
|
+
devicemusic_romantic_text: string;
|
|
1708
|
+
devicemusic_music_text: string;
|
|
1646
1709
|
};
|
|
1647
1710
|
es: {
|
|
1648
1711
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1878,6 +1941,15 @@ declare const _default: {
|
|
|
1878
1941
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
1879
1942
|
randomtimecycle_empty_bttn_text: string;
|
|
1880
1943
|
randomtimecycle_empty_information_text: string;
|
|
1944
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
1945
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
1946
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
1947
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
1948
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
1949
|
+
devicemusic_ball_game_text: string;
|
|
1950
|
+
devicemusic_game_text: string;
|
|
1951
|
+
devicemusic_romantic_text: string;
|
|
1952
|
+
devicemusic_music_text: string;
|
|
1881
1953
|
};
|
|
1882
1954
|
fr: {
|
|
1883
1955
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2113,6 +2185,15 @@ declare const _default: {
|
|
|
2113
2185
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
2114
2186
|
randomtimecycle_empty_bttn_text: string;
|
|
2115
2187
|
randomtimecycle_empty_information_text: string;
|
|
2188
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
2189
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
2190
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
2191
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
2192
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
2193
|
+
devicemusic_ball_game_text: string;
|
|
2194
|
+
devicemusic_game_text: string;
|
|
2195
|
+
devicemusic_romantic_text: string;
|
|
2196
|
+
devicemusic_music_text: string;
|
|
2116
2197
|
};
|
|
2117
2198
|
hr: {
|
|
2118
2199
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2348,6 +2429,15 @@ declare const _default: {
|
|
|
2348
2429
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
2349
2430
|
randomtimecycle_empty_bttn_text: string;
|
|
2350
2431
|
randomtimecycle_empty_information_text: string;
|
|
2432
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
2433
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
2434
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
2435
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
2436
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
2437
|
+
devicemusic_ball_game_text: string;
|
|
2438
|
+
devicemusic_game_text: string;
|
|
2439
|
+
devicemusic_romantic_text: string;
|
|
2440
|
+
devicemusic_music_text: string;
|
|
2351
2441
|
};
|
|
2352
2442
|
hu: {
|
|
2353
2443
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2583,6 +2673,15 @@ declare const _default: {
|
|
|
2583
2673
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
2584
2674
|
randomtimecycle_empty_bttn_text: string;
|
|
2585
2675
|
randomtimecycle_empty_information_text: string;
|
|
2676
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
2677
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
2678
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
2679
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
2680
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
2681
|
+
devicemusic_ball_game_text: string;
|
|
2682
|
+
devicemusic_game_text: string;
|
|
2683
|
+
devicemusic_romantic_text: string;
|
|
2684
|
+
devicemusic_music_text: string;
|
|
2586
2685
|
};
|
|
2587
2686
|
it: {
|
|
2588
2687
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2818,6 +2917,15 @@ declare const _default: {
|
|
|
2818
2917
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
2819
2918
|
randomtimecycle_empty_bttn_text: string;
|
|
2820
2919
|
randomtimecycle_empty_information_text: string;
|
|
2920
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
2921
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
2922
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
2923
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
2924
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
2925
|
+
devicemusic_ball_game_text: string;
|
|
2926
|
+
devicemusic_game_text: string;
|
|
2927
|
+
devicemusic_romantic_text: string;
|
|
2928
|
+
devicemusic_music_text: string;
|
|
2821
2929
|
};
|
|
2822
2930
|
ko: {
|
|
2823
2931
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3053,6 +3161,259 @@ declare const _default: {
|
|
|
3053
3161
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
3054
3162
|
randomtimecycle_empty_bttn_text: string;
|
|
3055
3163
|
randomtimecycle_empty_information_text: string;
|
|
3164
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
3165
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
3166
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
3167
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
3168
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
3169
|
+
devicemusic_ball_game_text: string;
|
|
3170
|
+
devicemusic_game_text: string;
|
|
3171
|
+
devicemusic_romantic_text: string;
|
|
3172
|
+
devicemusic_music_text: string;
|
|
3173
|
+
};
|
|
3174
|
+
lv: {
|
|
3175
|
+
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
3176
|
+
power_off_memory_default_state_title: string;
|
|
3177
|
+
sockets_ce: string;
|
|
3178
|
+
history_overview_empty_information_text: string;
|
|
3179
|
+
history_powerstrip_field1_text: string;
|
|
3180
|
+
history_powerstrip_field1_text2: string;
|
|
3181
|
+
history_contact_sensor_description_text: string;
|
|
3182
|
+
power_off_memory_default_state_description: string;
|
|
3183
|
+
power_off_memory_restore_memory_title: string;
|
|
3184
|
+
power_off_memory_restore_memory_description: string;
|
|
3185
|
+
power_off_memory_customized_description: string;
|
|
3186
|
+
feature_summary_action_txt_1: string;
|
|
3187
|
+
sockets_specific_settings_relay_status: string;
|
|
3188
|
+
light_sources_specific_settings_power_off: string;
|
|
3189
|
+
add_new_dynamic_mood_color_changing_mode_value2: string;
|
|
3190
|
+
add_new_dynamic_mood_lights_field_headline2_text: string;
|
|
3191
|
+
add_new_dynamic_mood_lights_field_saturation_text: string;
|
|
3192
|
+
add_new_static_mood_headline_text: string;
|
|
3193
|
+
add_new_static_mood_lights_field_brightness_text: string;
|
|
3194
|
+
add_new_static_mood_lights_field_saturation_text: string;
|
|
3195
|
+
add_new_static_mood_lights_field_text: string;
|
|
3196
|
+
add_new_static_mood_lights_schedule_switch_tab_color_text: string;
|
|
3197
|
+
add_new_static_mood_lights_schedule_switch_tab_white_text: string;
|
|
3198
|
+
add_new_static_mood_system_back: string;
|
|
3199
|
+
add_new_trigger_time_field_brightness_text: string;
|
|
3200
|
+
add_new_trigger_time_field_headline_text3: string;
|
|
3201
|
+
add_new_trigger_time_field_text: string;
|
|
3202
|
+
add_new_trigger_time_inputfield_value_text: string;
|
|
3203
|
+
add_new_trigger_time_subheadline_text: string;
|
|
3204
|
+
add_new_trigger_time_system_back_text: string;
|
|
3205
|
+
add_randomtimecycle_timestart_topic: string;
|
|
3206
|
+
add_randomtimecycle_timeend_topic: string;
|
|
3207
|
+
add_sleepschedule_one_source_switch_tab_color_text: string;
|
|
3208
|
+
add_sleepschedule_one_source_switch_tab_white_text: string;
|
|
3209
|
+
add_sleepschedule_one_source_system_back_text: string;
|
|
3210
|
+
add_sleepschedule_two_source_field_text: string;
|
|
3211
|
+
add_sleepschedule_two_source_field_text3: string;
|
|
3212
|
+
feature_summary_action_txt_10: string;
|
|
3213
|
+
feature_summary_action_txt_11: string;
|
|
3214
|
+
auto_scan_button_Device_a: string;
|
|
3215
|
+
auto_scan_system_cancel: string;
|
|
3216
|
+
auto_scan_system_wifi_confirm: string;
|
|
3217
|
+
bio_ryhthm_default_button_reset_text: string;
|
|
3218
|
+
bio_ryhthm_default_field_field_brightness_text: string;
|
|
3219
|
+
bio_ryhthm_default_field_text2: string;
|
|
3220
|
+
bio_ryhthm_default_field_text3: string;
|
|
3221
|
+
bio_ryhthm_default_field_text4: string;
|
|
3222
|
+
bio_ryhthm_default_field_text5: string;
|
|
3223
|
+
bio_ryhthm_default_selectionfield_topic_text: string;
|
|
3224
|
+
bio_ryhthm_default_weekday1_text: string;
|
|
3225
|
+
bio_ryhthm_default_weekday2_text: string;
|
|
3226
|
+
bio_ryhthm_default_weekday3_text: string;
|
|
3227
|
+
bio_ryhthm_default_weekday4_text: string;
|
|
3228
|
+
bio_ryhthm_default_weekday5_text: string;
|
|
3229
|
+
bio_ryhthm_default_weekday6_text: string;
|
|
3230
|
+
bio_ryhthm_default_weekday7_text: string;
|
|
3231
|
+
camera_tile_dim_lighting_headline: string;
|
|
3232
|
+
devicemusic_headline_text: string;
|
|
3233
|
+
edit_device_textfield_name: string;
|
|
3234
|
+
flashing_fs_toggle_state1: string;
|
|
3235
|
+
flashing_fs_toggle_state2: string;
|
|
3236
|
+
light_sources_tile_dim_lighting_brightness: string;
|
|
3237
|
+
light_sources_tile_main_lighting_headline: string;
|
|
3238
|
+
light_sources_tile_main_lighting_shade: string;
|
|
3239
|
+
light_sources_tile_rgb_lighting_brightness: string;
|
|
3240
|
+
light_sources_tile_rgb_lighting_headline: string;
|
|
3241
|
+
light_sources_tile_rgb_lighting_saturation: string;
|
|
3242
|
+
light_sources_tile_rgb_lighting_shade: string;
|
|
3243
|
+
light_sources_tile_rgb_lighting_tab_color: string;
|
|
3244
|
+
light_sources_tile_rgb_lighting_tab_white: string;
|
|
3245
|
+
light_sources_tile_sec_lighting_headline: string;
|
|
3246
|
+
light_sources_tile_sec_lighting_shade: string;
|
|
3247
|
+
light_sources_tile_tw_lighting_brightness: string;
|
|
3248
|
+
light_sources_tile_tw_lighting_headline: string;
|
|
3249
|
+
mesh_device_detail_lighting_color_mode: string;
|
|
3250
|
+
mesh_device_detail_lighting_goodnight: string;
|
|
3251
|
+
mesh_device_detail_lighting_leisure: string;
|
|
3252
|
+
mesh_device_detail_lighting_read: string;
|
|
3253
|
+
mesh_device_detail_lighting_white_mode: string;
|
|
3254
|
+
mesh_device_detail_lighting_work: string;
|
|
3255
|
+
mesh_device_detail_mode: string;
|
|
3256
|
+
mesh_device_seting_delete: string;
|
|
3257
|
+
mood_overview_add_mood_text: string;
|
|
3258
|
+
mood_overview_add_mood_text2: string;
|
|
3259
|
+
mood_overview_field_chip_2: string;
|
|
3260
|
+
mood_overview_field_chip_text: string;
|
|
3261
|
+
mood_overview_filter_name_text1: string;
|
|
3262
|
+
mood_overview_filter_name_text2: string;
|
|
3263
|
+
mood_overview_headline_text: string;
|
|
3264
|
+
mood_overview_information_text: string;
|
|
3265
|
+
motion_detection_add_time_schedule_headline_text: string;
|
|
3266
|
+
motion_detection_add_time_schedule_selectionfield_text: string;
|
|
3267
|
+
motion_detection_add_time_schedule_system_back_text: string;
|
|
3268
|
+
motion_detection_time_schedule_notifications_field_weekdays_text2: string;
|
|
3269
|
+
timeschedule_add_schedule_text: string;
|
|
3270
|
+
motion_detection_time_schedule_notifications_field_weekdays_text4: string;
|
|
3271
|
+
other_lights_modes_gradient_text: string;
|
|
3272
|
+
other_lights_modes_jump_text: string;
|
|
3273
|
+
solar_bt_pp_field_dm: string;
|
|
3274
|
+
timer_ceiling_fan_headline_text: string;
|
|
3275
|
+
timer_nightplug_headline_text: string;
|
|
3276
|
+
timer_ceiling_fan_lighting_switched_off_text: string;
|
|
3277
|
+
timer_ceiling_fan_lighting_switched_on_text: string;
|
|
3278
|
+
timer_sockets_button_text: string;
|
|
3279
|
+
timeschedule_add_schedule_nightlight_plug_selectionfield_text2: string;
|
|
3280
|
+
timeschedule_add_schedule_subheadline2_text: string;
|
|
3281
|
+
timeschedule_add_schedule_subheadline4_text: string;
|
|
3282
|
+
timeschedule_add_schedule_subheadline_text: string;
|
|
3283
|
+
timeschedule_add_schedule_switch_tab_manual_text: string;
|
|
3284
|
+
timeschedule_add_schedule_switch_tab_mood_text: string;
|
|
3285
|
+
timeschedule_add_schedule_system_back_text: string;
|
|
3286
|
+
timeschedule_add_schedule_text2: string;
|
|
3287
|
+
timeschedule_add_schedule_weekday1_text: string;
|
|
3288
|
+
timeschedule_add_schedule_weekday2_text: string;
|
|
3289
|
+
timeschedule_add_schedule_weekday3_text: string;
|
|
3290
|
+
timeschedule_add_schedule_weekday4_text: string;
|
|
3291
|
+
timeschedule_add_schedule_weekday5_text: string;
|
|
3292
|
+
timeschedule_add_schedule_weekday6_text: string;
|
|
3293
|
+
timeschedule_add_schedule_weekday7_text: string;
|
|
3294
|
+
timeschedule_overview_empty_information_text: string;
|
|
3295
|
+
timeschedule_overview_headline_text: string;
|
|
3296
|
+
timeschedule_overview_description_text: string;
|
|
3297
|
+
timeschedule_overview_empty_button_add_text: string;
|
|
3298
|
+
ceiling_fan_feature_2_light_text_min_off: string;
|
|
3299
|
+
ceiling_fan_feature_2_light_text_min_on: string;
|
|
3300
|
+
add_new_dynamic_mood_color_changing_mode_headline: string;
|
|
3301
|
+
add_new_dynamic_mood_lights_field_speed_topic_text: string;
|
|
3302
|
+
add_new_dynamic_mood_lights_field_headline_text1: string;
|
|
3303
|
+
add_new_dynamic_mood_system_back: string;
|
|
3304
|
+
edit_static_mood_inputfield_topic_text: string;
|
|
3305
|
+
add_new_static_mood_lights_inputfield_text: string;
|
|
3306
|
+
feature_summary_action_txt_2: string;
|
|
3307
|
+
sleepwakeschedule_empty_information_text: string;
|
|
3308
|
+
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
3309
|
+
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
3310
|
+
sleepwakeschedule_field_speed_text: string;
|
|
3311
|
+
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
3312
|
+
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
3313
|
+
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
3314
|
+
fixedTimeCycle_socket_headline: string;
|
|
3315
|
+
randomtimecycle_sockets_headline_text: string;
|
|
3316
|
+
history_socket_headline_text: string;
|
|
3317
|
+
feature_summary_action_component_5: string;
|
|
3318
|
+
feature_summary_action_component_6: string;
|
|
3319
|
+
feature_summary_action_component_7: string;
|
|
3320
|
+
feature_summary_action_component_8: string;
|
|
3321
|
+
feature_summary_action_component_9: string;
|
|
3322
|
+
sockets_feature_2_socket_text_min_off: string;
|
|
3323
|
+
sockets_feature_2_socket_text_min_on: string;
|
|
3324
|
+
timer_powerstrip_socket1_switched_off_text: string;
|
|
3325
|
+
timer_powerstrip_socket1_switched_on_text: string;
|
|
3326
|
+
set_pw_button_save: string;
|
|
3327
|
+
consumption_data_field2_value_text1: string;
|
|
3328
|
+
consumption_data_field2_value_text2: string;
|
|
3329
|
+
consumption_data_field2_value_text3: string;
|
|
3330
|
+
timer_nightplug_active_timer_subheadline2_text: string;
|
|
3331
|
+
addTimeCycle_settings_sec_text: string;
|
|
3332
|
+
addTimeCycle_settings_sec_text2: string;
|
|
3333
|
+
power_strip_tile_socket_4_headline: string;
|
|
3334
|
+
conflict_dialog_active_item_fixedtimecycle_description: string;
|
|
3335
|
+
conflict_dialog_active_item_randomtimecycle_description: string;
|
|
3336
|
+
timeschedule_add_schedule_Lighting_applyfor_selection2_text: string;
|
|
3337
|
+
timeschedule_add_schedule_Lighting_applyfor_selection_text: string;
|
|
3338
|
+
light_sources_specific_settings_remote_control: string;
|
|
3339
|
+
conflict_dialog_save_item_bio_rhythm_answer_no_text: string;
|
|
3340
|
+
conflict_dialog_save_item_bio_rhythm_answer_yes_text: string;
|
|
3341
|
+
conflict_dialog_save_item_randomtimecycle_answer_no_text: string;
|
|
3342
|
+
conflict_dialog_save_item_randomtimecycle_answer_yes_text: string;
|
|
3343
|
+
conflict_dialog_save_item_randomtimecycle_description: string;
|
|
3344
|
+
conflict_dialog_save_item_randomtimecycle_titel: string;
|
|
3345
|
+
conflict_dialog_save_item_bio_rhythm_description: string;
|
|
3346
|
+
conflict_dialog_save_item_bio_rhythm_titel: string;
|
|
3347
|
+
conflict_dialog_save_item_sleepschedule_answer_no_text: string;
|
|
3348
|
+
conflict_dialog_save_item_sleepschedule_answer_yes_text: string;
|
|
3349
|
+
conflict_dialog_save_item_sleepschedule_description: string;
|
|
3350
|
+
conflict_dialog_save_item_sleepschedule_titel: string;
|
|
3351
|
+
conflict_dialog_save_item_wakeupschedule_answer_no_text: string;
|
|
3352
|
+
conflict_dialog_save_item_wakeupschedule_answer_yes_text: string;
|
|
3353
|
+
conflict_dialog_save_item_wakeupschedule_description: string;
|
|
3354
|
+
conflict_dialog_save_item_wakeupschedule_titel: string;
|
|
3355
|
+
sockets_specific_settings_relay_status_remember: string;
|
|
3356
|
+
motion_detection_with_safe_mode_safetymode_value4_text: string;
|
|
3357
|
+
consumption_data_annual_bar_chart_system_back_text: string;
|
|
3358
|
+
motion_detection_time_schedule_notifications_field_weekdays_text3: string;
|
|
3359
|
+
sleepwakeschedule_empty_filtering_information_text: string;
|
|
3360
|
+
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
3361
|
+
timer_nightplug_active_timer_field_description_off_text: string;
|
|
3362
|
+
timer_nightplug_active_timer_field_description_on_text: string;
|
|
3363
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
3364
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
3365
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
3366
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
3367
|
+
bio_ryhthm_default_field_text: string;
|
|
3368
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
3369
|
+
add_new_dynamic_mood_alert_text: string;
|
|
3370
|
+
add_new_trigger_time_information_text: string;
|
|
3371
|
+
sleepwakeschedule_warning_max_number_both_text: string;
|
|
3372
|
+
sleepwakeschedule_warning_max_number_sleep_text: string;
|
|
3373
|
+
sleepwakeschedule_warning_max_number_wakeup_text: string;
|
|
3374
|
+
fixedTimeCycle_information_text: string;
|
|
3375
|
+
fixedTimeCycle_bttn_text: string;
|
|
3376
|
+
addTimeCycle_warning_text: string;
|
|
3377
|
+
cancel_dialog_delete_item_timeschedule_description: string;
|
|
3378
|
+
cancel_dialog_delete_item_timeschedule_answer_no_text: string;
|
|
3379
|
+
cancel_dialog_delete_item_timeschedule_answer_yes_text: string;
|
|
3380
|
+
cancel_dialog_delete_item_fixedtimecycle_titel: string;
|
|
3381
|
+
cancel_dialog_delete_item_fixedtimecycle_description: string;
|
|
3382
|
+
cancel_dialog_delete_item_fixedtimecycle_answer_yes_text: string;
|
|
3383
|
+
cancel_dialog_delete_item_fixedtimecycle_answer_no_text: string;
|
|
3384
|
+
cancel_dialog_delete_item_randomtimecycle_titel: string;
|
|
3385
|
+
cancel_dialog_delete_item_randomtimecycle_description: string;
|
|
3386
|
+
cancel_dialog_delete_item_sleepschedule_answer_yes_text: string;
|
|
3387
|
+
cancel_dialog_delete_item_sleepschedule_answer_no_text: string;
|
|
3388
|
+
fixedtimecycle_warning_max_number_text: string;
|
|
3389
|
+
randomtimecycle_warning_max_number_text: string;
|
|
3390
|
+
sockets_specific_settings_child_lock: string;
|
|
3391
|
+
sockets_specific_settings_switch_inching: string;
|
|
3392
|
+
switchinching_overview_description_text: string;
|
|
3393
|
+
childlock_overview_description_text: string;
|
|
3394
|
+
conflict_dialog_save_item_timer_titel: string;
|
|
3395
|
+
conflict_dialog_save_item_timer_description: string;
|
|
3396
|
+
conflict_dialog_save_item_timer_answer_no_text: string;
|
|
3397
|
+
conflict_dialog_save_item_timer_answer_yes_text: string;
|
|
3398
|
+
conflict_dialog_save_item_inching_titel: string;
|
|
3399
|
+
conflict_dialog_save_item_inching_description: string;
|
|
3400
|
+
conflict_dialog_save_item_inching_answer_no_text: string;
|
|
3401
|
+
conflict_dialog_save_item_inching_answer_yes_text: string;
|
|
3402
|
+
cancel_dialog_delete_item_sleepschedule_description: string;
|
|
3403
|
+
cancel_dialog_delete_item_wakeupschedule_answer_no_text: string;
|
|
3404
|
+
cancel_dialog_delete_item_wakeupschedule_answer_yes_text: string;
|
|
3405
|
+
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
3406
|
+
randomtimecycle_empty_bttn_text: string;
|
|
3407
|
+
randomtimecycle_empty_information_text: string;
|
|
3408
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
3409
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
3410
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
3411
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
3412
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
3413
|
+
devicemusic_ball_game_text: string;
|
|
3414
|
+
devicemusic_game_text: string;
|
|
3415
|
+
devicemusic_romantic_text: string;
|
|
3416
|
+
devicemusic_music_text: string;
|
|
3056
3417
|
};
|
|
3057
3418
|
nb: {
|
|
3058
3419
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3288,6 +3649,15 @@ declare const _default: {
|
|
|
3288
3649
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
3289
3650
|
randomtimecycle_empty_bttn_text: string;
|
|
3290
3651
|
randomtimecycle_empty_information_text: string;
|
|
3652
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
3653
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
3654
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
3655
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
3656
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
3657
|
+
devicemusic_ball_game_text: string;
|
|
3658
|
+
devicemusic_game_text: string;
|
|
3659
|
+
devicemusic_romantic_text: string;
|
|
3660
|
+
devicemusic_music_text: string;
|
|
3291
3661
|
};
|
|
3292
3662
|
nl: {
|
|
3293
3663
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3523,6 +3893,15 @@ declare const _default: {
|
|
|
3523
3893
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
3524
3894
|
randomtimecycle_empty_bttn_text: string;
|
|
3525
3895
|
randomtimecycle_empty_information_text: string;
|
|
3896
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
3897
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
3898
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
3899
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
3900
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
3901
|
+
devicemusic_ball_game_text: string;
|
|
3902
|
+
devicemusic_game_text: string;
|
|
3903
|
+
devicemusic_romantic_text: string;
|
|
3904
|
+
devicemusic_music_text: string;
|
|
3526
3905
|
};
|
|
3527
3906
|
pl: {
|
|
3528
3907
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3758,6 +4137,15 @@ declare const _default: {
|
|
|
3758
4137
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
3759
4138
|
randomtimecycle_empty_bttn_text: string;
|
|
3760
4139
|
randomtimecycle_empty_information_text: string;
|
|
4140
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
4141
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
4142
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
4143
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
4144
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
4145
|
+
devicemusic_ball_game_text: string;
|
|
4146
|
+
devicemusic_game_text: string;
|
|
4147
|
+
devicemusic_romantic_text: string;
|
|
4148
|
+
devicemusic_music_text: string;
|
|
3761
4149
|
};
|
|
3762
4150
|
"pt-BR": {
|
|
3763
4151
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3993,6 +4381,15 @@ declare const _default: {
|
|
|
3993
4381
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
3994
4382
|
randomtimecycle_empty_bttn_text: string;
|
|
3995
4383
|
randomtimecycle_empty_information_text: string;
|
|
4384
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
4385
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
4386
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
4387
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
4388
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
4389
|
+
devicemusic_ball_game_text: string;
|
|
4390
|
+
devicemusic_game_text: string;
|
|
4391
|
+
devicemusic_romantic_text: string;
|
|
4392
|
+
devicemusic_music_text: string;
|
|
3996
4393
|
};
|
|
3997
4394
|
pt_BR: {
|
|
3998
4395
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4228,6 +4625,15 @@ declare const _default: {
|
|
|
4228
4625
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
4229
4626
|
randomtimecycle_empty_bttn_text: string;
|
|
4230
4627
|
randomtimecycle_empty_information_text: string;
|
|
4628
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
4629
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
4630
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
4631
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
4632
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
4633
|
+
devicemusic_ball_game_text: string;
|
|
4634
|
+
devicemusic_game_text: string;
|
|
4635
|
+
devicemusic_romantic_text: string;
|
|
4636
|
+
devicemusic_music_text: string;
|
|
4231
4637
|
};
|
|
4232
4638
|
ro: {
|
|
4233
4639
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4463,6 +4869,15 @@ declare const _default: {
|
|
|
4463
4869
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
4464
4870
|
randomtimecycle_empty_bttn_text: string;
|
|
4465
4871
|
randomtimecycle_empty_information_text: string;
|
|
4872
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
4873
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
4874
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
4875
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
4876
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
4877
|
+
devicemusic_ball_game_text: string;
|
|
4878
|
+
devicemusic_game_text: string;
|
|
4879
|
+
devicemusic_romantic_text: string;
|
|
4880
|
+
devicemusic_music_text: string;
|
|
4466
4881
|
};
|
|
4467
4882
|
ru: {
|
|
4468
4883
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4698,6 +5113,15 @@ declare const _default: {
|
|
|
4698
5113
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
4699
5114
|
randomtimecycle_empty_bttn_text: string;
|
|
4700
5115
|
randomtimecycle_empty_information_text: string;
|
|
5116
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
5117
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
5118
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
5119
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
5120
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
5121
|
+
devicemusic_ball_game_text: string;
|
|
5122
|
+
devicemusic_game_text: string;
|
|
5123
|
+
devicemusic_romantic_text: string;
|
|
5124
|
+
devicemusic_music_text: string;
|
|
4701
5125
|
};
|
|
4702
5126
|
sk: {
|
|
4703
5127
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4933,6 +5357,15 @@ declare const _default: {
|
|
|
4933
5357
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
4934
5358
|
randomtimecycle_empty_bttn_text: string;
|
|
4935
5359
|
randomtimecycle_empty_information_text: string;
|
|
5360
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
5361
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
5362
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
5363
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
5364
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
5365
|
+
devicemusic_ball_game_text: string;
|
|
5366
|
+
devicemusic_game_text: string;
|
|
5367
|
+
devicemusic_romantic_text: string;
|
|
5368
|
+
devicemusic_music_text: string;
|
|
4936
5369
|
};
|
|
4937
5370
|
sv: {
|
|
4938
5371
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5168,6 +5601,15 @@ declare const _default: {
|
|
|
5168
5601
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
5169
5602
|
randomtimecycle_empty_bttn_text: string;
|
|
5170
5603
|
randomtimecycle_empty_information_text: string;
|
|
5604
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
5605
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
5606
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
5607
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
5608
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
5609
|
+
devicemusic_ball_game_text: string;
|
|
5610
|
+
devicemusic_game_text: string;
|
|
5611
|
+
devicemusic_romantic_text: string;
|
|
5612
|
+
devicemusic_music_text: string;
|
|
5171
5613
|
};
|
|
5172
5614
|
tr: {
|
|
5173
5615
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5403,6 +5845,15 @@ declare const _default: {
|
|
|
5403
5845
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
5404
5846
|
randomtimecycle_empty_bttn_text: string;
|
|
5405
5847
|
randomtimecycle_empty_information_text: string;
|
|
5848
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
5849
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
5850
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
5851
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
5852
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
5853
|
+
devicemusic_ball_game_text: string;
|
|
5854
|
+
devicemusic_game_text: string;
|
|
5855
|
+
devicemusic_romantic_text: string;
|
|
5856
|
+
devicemusic_music_text: string;
|
|
5406
5857
|
};
|
|
5407
5858
|
uk: {
|
|
5408
5859
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5638,6 +6089,15 @@ declare const _default: {
|
|
|
5638
6089
|
cancel_dialog_delete_item_wakeupschedule_description: string;
|
|
5639
6090
|
randomtimecycle_empty_bttn_text: string;
|
|
5640
6091
|
randomtimecycle_empty_information_text: string;
|
|
6092
|
+
conflict_dialog_save_item_randomtimecycle_tips: string;
|
|
6093
|
+
conflict_dialog_save_item_randomtimecycle_interval_description: string;
|
|
6094
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
|
|
6095
|
+
light_sources_specific_settings_do_not_disturb_title: string;
|
|
6096
|
+
light_sources_specific_settings_do_not_disturb_introduce: string;
|
|
6097
|
+
devicemusic_ball_game_text: string;
|
|
6098
|
+
devicemusic_game_text: string;
|
|
6099
|
+
devicemusic_romantic_text: string;
|
|
6100
|
+
devicemusic_music_text: string;
|
|
5641
6101
|
};
|
|
5642
6102
|
};
|
|
5643
6103
|
export default _default;
|