@ledvance/base 1.1.87 → 1.1.89
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 +3 -0
- package/src/api/native.ts +13 -0
- package/src/api/nativeEventEmitter.d.ts +1 -0
- package/src/components/ColorAdjustView.d.ts +2 -0
- package/src/components/ColorTempAdjustView.d.ts +1 -0
- package/src/components/DrawToolView.d.ts +38 -0
- package/src/components/InfoText.d.ts +1 -1
- package/src/components/LampAdjustView.d.ts +4 -7
- package/src/components/Segmented.d.ts +2 -2
- package/src/components/Stepper.d.ts +17 -0
- package/src/components/StripLightView.d.ts +2 -0
- package/src/components/ldvPickerView.d.ts +1 -0
- package/src/composeLayout.tsx +16 -14
- package/src/i18n/strings.d.ts +1316 -0
- package/src/models/modules/NativePropsSlice.d.ts +4 -1
- package/src/res/index.d.ts +4 -1
package/src/i18n/strings.d.ts
CHANGED
|
@@ -425,6 +425,53 @@ declare const _default: {
|
|
|
425
425
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
426
426
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
427
427
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
428
|
+
add_matter_to_fabric_box4_text2: string;
|
|
429
|
+
matter_gradient_overview_headline_text: string;
|
|
430
|
+
matter_gradient_light_on_title: string;
|
|
431
|
+
matter_gradient_light_on_description_text: string;
|
|
432
|
+
matter_gradient_light_off_title: string;
|
|
433
|
+
matter_gradient_light_off_description_text: string;
|
|
434
|
+
edit_timeschedule_headline_text: string;
|
|
435
|
+
edit_wakeupschedule_headline_text: string;
|
|
436
|
+
edit_sleepschedule_headline_text: string;
|
|
437
|
+
edit_trigger_time_headline_text: string;
|
|
438
|
+
edit_trigger_time_button_delete_text: string;
|
|
439
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
440
|
+
bio_ryhthm_reset_description_text: string;
|
|
441
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
442
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
443
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
444
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
445
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
446
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
447
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
448
|
+
contact_sensor_specific_settings: string;
|
|
449
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
450
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
451
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
452
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
453
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
454
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
455
|
+
group_feature_music_secondsection_note: string;
|
|
456
|
+
devicemusic_switch_tab_device: string;
|
|
457
|
+
devicemusic_switch_tab_smartphone: string;
|
|
458
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
459
|
+
strip_lights_modes_meteor_text: string;
|
|
460
|
+
strip_lights_modes_pileup_text: string;
|
|
461
|
+
strip_lights_modes_rainbow_text: string;
|
|
462
|
+
strip_lights_modes_rebound_text: string;
|
|
463
|
+
strip_lights_modes_shuttle_text: string;
|
|
464
|
+
strip_lights_modes_switch_text: string;
|
|
465
|
+
strip_lights_modes_breath_text: string;
|
|
466
|
+
strip_lights_modes_flash_text: string;
|
|
467
|
+
strip_lights_modes_flashing_text: string;
|
|
468
|
+
strip_lights_modes_flow_text: string;
|
|
469
|
+
strip_lights_modes_flutter_text: string;
|
|
470
|
+
strip_lights_modes_follow_text: string;
|
|
471
|
+
strip_lights_modes_fall_text: string;
|
|
472
|
+
string_lights_modes_blink_text: string;
|
|
473
|
+
string_lights_modes_chase_text: string;
|
|
474
|
+
string_lights_modes_dazzle_text: string;
|
|
428
475
|
};
|
|
429
476
|
cs: {
|
|
430
477
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -852,6 +899,53 @@ declare const _default: {
|
|
|
852
899
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
853
900
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
854
901
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
902
|
+
add_matter_to_fabric_box4_text2: string;
|
|
903
|
+
matter_gradient_overview_headline_text: string;
|
|
904
|
+
matter_gradient_light_on_title: string;
|
|
905
|
+
matter_gradient_light_on_description_text: string;
|
|
906
|
+
matter_gradient_light_off_title: string;
|
|
907
|
+
matter_gradient_light_off_description_text: string;
|
|
908
|
+
edit_timeschedule_headline_text: string;
|
|
909
|
+
edit_wakeupschedule_headline_text: string;
|
|
910
|
+
edit_sleepschedule_headline_text: string;
|
|
911
|
+
edit_trigger_time_headline_text: string;
|
|
912
|
+
edit_trigger_time_button_delete_text: string;
|
|
913
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
914
|
+
bio_ryhthm_reset_description_text: string;
|
|
915
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
916
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
917
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
918
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
919
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
920
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
921
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
922
|
+
contact_sensor_specific_settings: string;
|
|
923
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
924
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
925
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
926
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
927
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
928
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
929
|
+
group_feature_music_secondsection_note: string;
|
|
930
|
+
devicemusic_switch_tab_device: string;
|
|
931
|
+
devicemusic_switch_tab_smartphone: string;
|
|
932
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
933
|
+
strip_lights_modes_meteor_text: string;
|
|
934
|
+
strip_lights_modes_pileup_text: string;
|
|
935
|
+
strip_lights_modes_rainbow_text: string;
|
|
936
|
+
strip_lights_modes_rebound_text: string;
|
|
937
|
+
strip_lights_modes_shuttle_text: string;
|
|
938
|
+
strip_lights_modes_switch_text: string;
|
|
939
|
+
strip_lights_modes_breath_text: string;
|
|
940
|
+
strip_lights_modes_flash_text: string;
|
|
941
|
+
strip_lights_modes_flashing_text: string;
|
|
942
|
+
strip_lights_modes_flow_text: string;
|
|
943
|
+
strip_lights_modes_flutter_text: string;
|
|
944
|
+
strip_lights_modes_follow_text: string;
|
|
945
|
+
strip_lights_modes_fall_text: string;
|
|
946
|
+
string_lights_modes_blink_text: string;
|
|
947
|
+
string_lights_modes_chase_text: string;
|
|
948
|
+
string_lights_modes_dazzle_text: string;
|
|
855
949
|
};
|
|
856
950
|
en: {
|
|
857
951
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1279,6 +1373,53 @@ declare const _default: {
|
|
|
1279
1373
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
1280
1374
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
1281
1375
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
1376
|
+
add_matter_to_fabric_box4_text2: string;
|
|
1377
|
+
matter_gradient_overview_headline_text: string;
|
|
1378
|
+
matter_gradient_light_on_title: string;
|
|
1379
|
+
matter_gradient_light_on_description_text: string;
|
|
1380
|
+
matter_gradient_light_off_title: string;
|
|
1381
|
+
matter_gradient_light_off_description_text: string;
|
|
1382
|
+
edit_timeschedule_headline_text: string;
|
|
1383
|
+
edit_wakeupschedule_headline_text: string;
|
|
1384
|
+
edit_sleepschedule_headline_text: string;
|
|
1385
|
+
edit_trigger_time_headline_text: string;
|
|
1386
|
+
edit_trigger_time_button_delete_text: string;
|
|
1387
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
1388
|
+
bio_ryhthm_reset_description_text: string;
|
|
1389
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
1390
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
1391
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
1392
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
1393
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
1394
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
1395
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
1396
|
+
contact_sensor_specific_settings: string;
|
|
1397
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
1398
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
1399
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
1400
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
1401
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
1402
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
1403
|
+
group_feature_music_secondsection_note: string;
|
|
1404
|
+
devicemusic_switch_tab_device: string;
|
|
1405
|
+
devicemusic_switch_tab_smartphone: string;
|
|
1406
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
1407
|
+
strip_lights_modes_meteor_text: string;
|
|
1408
|
+
strip_lights_modes_pileup_text: string;
|
|
1409
|
+
strip_lights_modes_rainbow_text: string;
|
|
1410
|
+
strip_lights_modes_rebound_text: string;
|
|
1411
|
+
strip_lights_modes_shuttle_text: string;
|
|
1412
|
+
strip_lights_modes_switch_text: string;
|
|
1413
|
+
strip_lights_modes_breath_text: string;
|
|
1414
|
+
strip_lights_modes_flash_text: string;
|
|
1415
|
+
strip_lights_modes_flashing_text: string;
|
|
1416
|
+
strip_lights_modes_flow_text: string;
|
|
1417
|
+
strip_lights_modes_flutter_text: string;
|
|
1418
|
+
strip_lights_modes_follow_text: string;
|
|
1419
|
+
strip_lights_modes_fall_text: string;
|
|
1420
|
+
string_lights_modes_blink_text: string;
|
|
1421
|
+
string_lights_modes_chase_text: string;
|
|
1422
|
+
string_lights_modes_dazzle_text: string;
|
|
1282
1423
|
};
|
|
1283
1424
|
bg: {
|
|
1284
1425
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1706,6 +1847,53 @@ declare const _default: {
|
|
|
1706
1847
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
1707
1848
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
1708
1849
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
1850
|
+
add_matter_to_fabric_box4_text2: string;
|
|
1851
|
+
matter_gradient_overview_headline_text: string;
|
|
1852
|
+
matter_gradient_light_on_title: string;
|
|
1853
|
+
matter_gradient_light_on_description_text: string;
|
|
1854
|
+
matter_gradient_light_off_title: string;
|
|
1855
|
+
matter_gradient_light_off_description_text: string;
|
|
1856
|
+
edit_timeschedule_headline_text: string;
|
|
1857
|
+
edit_wakeupschedule_headline_text: string;
|
|
1858
|
+
edit_sleepschedule_headline_text: string;
|
|
1859
|
+
edit_trigger_time_headline_text: string;
|
|
1860
|
+
edit_trigger_time_button_delete_text: string;
|
|
1861
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
1862
|
+
bio_ryhthm_reset_description_text: string;
|
|
1863
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
1864
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
1865
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
1866
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
1867
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
1868
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
1869
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
1870
|
+
contact_sensor_specific_settings: string;
|
|
1871
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
1872
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
1873
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
1874
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
1875
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
1876
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
1877
|
+
group_feature_music_secondsection_note: string;
|
|
1878
|
+
devicemusic_switch_tab_device: string;
|
|
1879
|
+
devicemusic_switch_tab_smartphone: string;
|
|
1880
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
1881
|
+
strip_lights_modes_meteor_text: string;
|
|
1882
|
+
strip_lights_modes_pileup_text: string;
|
|
1883
|
+
strip_lights_modes_rainbow_text: string;
|
|
1884
|
+
strip_lights_modes_rebound_text: string;
|
|
1885
|
+
strip_lights_modes_shuttle_text: string;
|
|
1886
|
+
strip_lights_modes_switch_text: string;
|
|
1887
|
+
strip_lights_modes_breath_text: string;
|
|
1888
|
+
strip_lights_modes_flash_text: string;
|
|
1889
|
+
strip_lights_modes_flashing_text: string;
|
|
1890
|
+
strip_lights_modes_flow_text: string;
|
|
1891
|
+
strip_lights_modes_flutter_text: string;
|
|
1892
|
+
strip_lights_modes_follow_text: string;
|
|
1893
|
+
strip_lights_modes_fall_text: string;
|
|
1894
|
+
string_lights_modes_blink_text: string;
|
|
1895
|
+
string_lights_modes_chase_text: string;
|
|
1896
|
+
string_lights_modes_dazzle_text: string;
|
|
1709
1897
|
};
|
|
1710
1898
|
da: {
|
|
1711
1899
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2133,6 +2321,53 @@ declare const _default: {
|
|
|
2133
2321
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
2134
2322
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
2135
2323
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
2324
|
+
add_matter_to_fabric_box4_text2: string;
|
|
2325
|
+
matter_gradient_overview_headline_text: string;
|
|
2326
|
+
matter_gradient_light_on_title: string;
|
|
2327
|
+
matter_gradient_light_on_description_text: string;
|
|
2328
|
+
matter_gradient_light_off_title: string;
|
|
2329
|
+
matter_gradient_light_off_description_text: string;
|
|
2330
|
+
edit_timeschedule_headline_text: string;
|
|
2331
|
+
edit_wakeupschedule_headline_text: string;
|
|
2332
|
+
edit_sleepschedule_headline_text: string;
|
|
2333
|
+
edit_trigger_time_headline_text: string;
|
|
2334
|
+
edit_trigger_time_button_delete_text: string;
|
|
2335
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
2336
|
+
bio_ryhthm_reset_description_text: string;
|
|
2337
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
2338
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
2339
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
2340
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
2341
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
2342
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
2343
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
2344
|
+
contact_sensor_specific_settings: string;
|
|
2345
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
2346
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
2347
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
2348
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
2349
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
2350
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
2351
|
+
group_feature_music_secondsection_note: string;
|
|
2352
|
+
devicemusic_switch_tab_device: string;
|
|
2353
|
+
devicemusic_switch_tab_smartphone: string;
|
|
2354
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
2355
|
+
strip_lights_modes_meteor_text: string;
|
|
2356
|
+
strip_lights_modes_pileup_text: string;
|
|
2357
|
+
strip_lights_modes_rainbow_text: string;
|
|
2358
|
+
strip_lights_modes_rebound_text: string;
|
|
2359
|
+
strip_lights_modes_shuttle_text: string;
|
|
2360
|
+
strip_lights_modes_switch_text: string;
|
|
2361
|
+
strip_lights_modes_breath_text: string;
|
|
2362
|
+
strip_lights_modes_flash_text: string;
|
|
2363
|
+
strip_lights_modes_flashing_text: string;
|
|
2364
|
+
strip_lights_modes_flow_text: string;
|
|
2365
|
+
strip_lights_modes_flutter_text: string;
|
|
2366
|
+
strip_lights_modes_follow_text: string;
|
|
2367
|
+
strip_lights_modes_fall_text: string;
|
|
2368
|
+
string_lights_modes_blink_text: string;
|
|
2369
|
+
string_lights_modes_chase_text: string;
|
|
2370
|
+
string_lights_modes_dazzle_text: string;
|
|
2136
2371
|
};
|
|
2137
2372
|
de: {
|
|
2138
2373
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2560,6 +2795,53 @@ declare const _default: {
|
|
|
2560
2795
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
2561
2796
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
2562
2797
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
2798
|
+
add_matter_to_fabric_box4_text2: string;
|
|
2799
|
+
matter_gradient_overview_headline_text: string;
|
|
2800
|
+
matter_gradient_light_on_title: string;
|
|
2801
|
+
matter_gradient_light_on_description_text: string;
|
|
2802
|
+
matter_gradient_light_off_title: string;
|
|
2803
|
+
matter_gradient_light_off_description_text: string;
|
|
2804
|
+
edit_timeschedule_headline_text: string;
|
|
2805
|
+
edit_wakeupschedule_headline_text: string;
|
|
2806
|
+
edit_sleepschedule_headline_text: string;
|
|
2807
|
+
edit_trigger_time_headline_text: string;
|
|
2808
|
+
edit_trigger_time_button_delete_text: string;
|
|
2809
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
2810
|
+
bio_ryhthm_reset_description_text: string;
|
|
2811
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
2812
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
2813
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
2814
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
2815
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
2816
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
2817
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
2818
|
+
contact_sensor_specific_settings: string;
|
|
2819
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
2820
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
2821
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
2822
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
2823
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
2824
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
2825
|
+
group_feature_music_secondsection_note: string;
|
|
2826
|
+
devicemusic_switch_tab_device: string;
|
|
2827
|
+
devicemusic_switch_tab_smartphone: string;
|
|
2828
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
2829
|
+
strip_lights_modes_meteor_text: string;
|
|
2830
|
+
strip_lights_modes_pileup_text: string;
|
|
2831
|
+
strip_lights_modes_rainbow_text: string;
|
|
2832
|
+
strip_lights_modes_rebound_text: string;
|
|
2833
|
+
strip_lights_modes_shuttle_text: string;
|
|
2834
|
+
strip_lights_modes_switch_text: string;
|
|
2835
|
+
strip_lights_modes_breath_text: string;
|
|
2836
|
+
strip_lights_modes_flash_text: string;
|
|
2837
|
+
strip_lights_modes_flashing_text: string;
|
|
2838
|
+
strip_lights_modes_flow_text: string;
|
|
2839
|
+
strip_lights_modes_flutter_text: string;
|
|
2840
|
+
strip_lights_modes_follow_text: string;
|
|
2841
|
+
strip_lights_modes_fall_text: string;
|
|
2842
|
+
string_lights_modes_blink_text: string;
|
|
2843
|
+
string_lights_modes_chase_text: string;
|
|
2844
|
+
string_lights_modes_dazzle_text: string;
|
|
2563
2845
|
};
|
|
2564
2846
|
el: {
|
|
2565
2847
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2987,6 +3269,53 @@ declare const _default: {
|
|
|
2987
3269
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
2988
3270
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
2989
3271
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
3272
|
+
add_matter_to_fabric_box4_text2: string;
|
|
3273
|
+
matter_gradient_overview_headline_text: string;
|
|
3274
|
+
matter_gradient_light_on_title: string;
|
|
3275
|
+
matter_gradient_light_on_description_text: string;
|
|
3276
|
+
matter_gradient_light_off_title: string;
|
|
3277
|
+
matter_gradient_light_off_description_text: string;
|
|
3278
|
+
edit_timeschedule_headline_text: string;
|
|
3279
|
+
edit_wakeupschedule_headline_text: string;
|
|
3280
|
+
edit_sleepschedule_headline_text: string;
|
|
3281
|
+
edit_trigger_time_headline_text: string;
|
|
3282
|
+
edit_trigger_time_button_delete_text: string;
|
|
3283
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
3284
|
+
bio_ryhthm_reset_description_text: string;
|
|
3285
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
3286
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
3287
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
3288
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
3289
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
3290
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
3291
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
3292
|
+
contact_sensor_specific_settings: string;
|
|
3293
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
3294
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
3295
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
3296
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
3297
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
3298
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
3299
|
+
group_feature_music_secondsection_note: string;
|
|
3300
|
+
devicemusic_switch_tab_device: string;
|
|
3301
|
+
devicemusic_switch_tab_smartphone: string;
|
|
3302
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
3303
|
+
strip_lights_modes_meteor_text: string;
|
|
3304
|
+
strip_lights_modes_pileup_text: string;
|
|
3305
|
+
strip_lights_modes_rainbow_text: string;
|
|
3306
|
+
strip_lights_modes_rebound_text: string;
|
|
3307
|
+
strip_lights_modes_shuttle_text: string;
|
|
3308
|
+
strip_lights_modes_switch_text: string;
|
|
3309
|
+
strip_lights_modes_breath_text: string;
|
|
3310
|
+
strip_lights_modes_flash_text: string;
|
|
3311
|
+
strip_lights_modes_flashing_text: string;
|
|
3312
|
+
strip_lights_modes_flow_text: string;
|
|
3313
|
+
strip_lights_modes_flutter_text: string;
|
|
3314
|
+
strip_lights_modes_follow_text: string;
|
|
3315
|
+
strip_lights_modes_fall_text: string;
|
|
3316
|
+
string_lights_modes_blink_text: string;
|
|
3317
|
+
string_lights_modes_chase_text: string;
|
|
3318
|
+
string_lights_modes_dazzle_text: string;
|
|
2990
3319
|
};
|
|
2991
3320
|
es: {
|
|
2992
3321
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3414,6 +3743,53 @@ declare const _default: {
|
|
|
3414
3743
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
3415
3744
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
3416
3745
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
3746
|
+
add_matter_to_fabric_box4_text2: string;
|
|
3747
|
+
matter_gradient_overview_headline_text: string;
|
|
3748
|
+
matter_gradient_light_on_title: string;
|
|
3749
|
+
matter_gradient_light_on_description_text: string;
|
|
3750
|
+
matter_gradient_light_off_title: string;
|
|
3751
|
+
matter_gradient_light_off_description_text: string;
|
|
3752
|
+
edit_timeschedule_headline_text: string;
|
|
3753
|
+
edit_wakeupschedule_headline_text: string;
|
|
3754
|
+
edit_sleepschedule_headline_text: string;
|
|
3755
|
+
edit_trigger_time_headline_text: string;
|
|
3756
|
+
edit_trigger_time_button_delete_text: string;
|
|
3757
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
3758
|
+
bio_ryhthm_reset_description_text: string;
|
|
3759
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
3760
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
3761
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
3762
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
3763
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
3764
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
3765
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
3766
|
+
contact_sensor_specific_settings: string;
|
|
3767
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
3768
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
3769
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
3770
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
3771
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
3772
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
3773
|
+
group_feature_music_secondsection_note: string;
|
|
3774
|
+
devicemusic_switch_tab_device: string;
|
|
3775
|
+
devicemusic_switch_tab_smartphone: string;
|
|
3776
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
3777
|
+
strip_lights_modes_meteor_text: string;
|
|
3778
|
+
strip_lights_modes_pileup_text: string;
|
|
3779
|
+
strip_lights_modes_rainbow_text: string;
|
|
3780
|
+
strip_lights_modes_rebound_text: string;
|
|
3781
|
+
strip_lights_modes_shuttle_text: string;
|
|
3782
|
+
strip_lights_modes_switch_text: string;
|
|
3783
|
+
strip_lights_modes_breath_text: string;
|
|
3784
|
+
strip_lights_modes_flash_text: string;
|
|
3785
|
+
strip_lights_modes_flashing_text: string;
|
|
3786
|
+
strip_lights_modes_flow_text: string;
|
|
3787
|
+
strip_lights_modes_flutter_text: string;
|
|
3788
|
+
strip_lights_modes_follow_text: string;
|
|
3789
|
+
strip_lights_modes_fall_text: string;
|
|
3790
|
+
string_lights_modes_blink_text: string;
|
|
3791
|
+
string_lights_modes_chase_text: string;
|
|
3792
|
+
string_lights_modes_dazzle_text: string;
|
|
3417
3793
|
};
|
|
3418
3794
|
et: {
|
|
3419
3795
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3841,6 +4217,53 @@ declare const _default: {
|
|
|
3841
4217
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
3842
4218
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
3843
4219
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
4220
|
+
add_matter_to_fabric_box4_text2: string;
|
|
4221
|
+
matter_gradient_overview_headline_text: string;
|
|
4222
|
+
matter_gradient_light_on_title: string;
|
|
4223
|
+
matter_gradient_light_on_description_text: string;
|
|
4224
|
+
matter_gradient_light_off_title: string;
|
|
4225
|
+
matter_gradient_light_off_description_text: string;
|
|
4226
|
+
edit_timeschedule_headline_text: string;
|
|
4227
|
+
edit_wakeupschedule_headline_text: string;
|
|
4228
|
+
edit_sleepschedule_headline_text: string;
|
|
4229
|
+
edit_trigger_time_headline_text: string;
|
|
4230
|
+
edit_trigger_time_button_delete_text: string;
|
|
4231
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
4232
|
+
bio_ryhthm_reset_description_text: string;
|
|
4233
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
4234
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
4235
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
4236
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
4237
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
4238
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
4239
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
4240
|
+
contact_sensor_specific_settings: string;
|
|
4241
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
4242
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
4243
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
4244
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
4245
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
4246
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
4247
|
+
group_feature_music_secondsection_note: string;
|
|
4248
|
+
devicemusic_switch_tab_device: string;
|
|
4249
|
+
devicemusic_switch_tab_smartphone: string;
|
|
4250
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
4251
|
+
strip_lights_modes_meteor_text: string;
|
|
4252
|
+
strip_lights_modes_pileup_text: string;
|
|
4253
|
+
strip_lights_modes_rainbow_text: string;
|
|
4254
|
+
strip_lights_modes_rebound_text: string;
|
|
4255
|
+
strip_lights_modes_shuttle_text: string;
|
|
4256
|
+
strip_lights_modes_switch_text: string;
|
|
4257
|
+
strip_lights_modes_breath_text: string;
|
|
4258
|
+
strip_lights_modes_flash_text: string;
|
|
4259
|
+
strip_lights_modes_flashing_text: string;
|
|
4260
|
+
strip_lights_modes_flow_text: string;
|
|
4261
|
+
strip_lights_modes_flutter_text: string;
|
|
4262
|
+
strip_lights_modes_follow_text: string;
|
|
4263
|
+
strip_lights_modes_fall_text: string;
|
|
4264
|
+
string_lights_modes_blink_text: string;
|
|
4265
|
+
string_lights_modes_chase_text: string;
|
|
4266
|
+
string_lights_modes_dazzle_text: string;
|
|
3844
4267
|
};
|
|
3845
4268
|
fi: {
|
|
3846
4269
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4268,6 +4691,53 @@ declare const _default: {
|
|
|
4268
4691
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
4269
4692
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
4270
4693
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
4694
|
+
add_matter_to_fabric_box4_text2: string;
|
|
4695
|
+
matter_gradient_overview_headline_text: string;
|
|
4696
|
+
matter_gradient_light_on_title: string;
|
|
4697
|
+
matter_gradient_light_on_description_text: string;
|
|
4698
|
+
matter_gradient_light_off_title: string;
|
|
4699
|
+
matter_gradient_light_off_description_text: string;
|
|
4700
|
+
edit_timeschedule_headline_text: string;
|
|
4701
|
+
edit_wakeupschedule_headline_text: string;
|
|
4702
|
+
edit_sleepschedule_headline_text: string;
|
|
4703
|
+
edit_trigger_time_headline_text: string;
|
|
4704
|
+
edit_trigger_time_button_delete_text: string;
|
|
4705
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
4706
|
+
bio_ryhthm_reset_description_text: string;
|
|
4707
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
4708
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
4709
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
4710
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
4711
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
4712
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
4713
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
4714
|
+
contact_sensor_specific_settings: string;
|
|
4715
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
4716
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
4717
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
4718
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
4719
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
4720
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
4721
|
+
group_feature_music_secondsection_note: string;
|
|
4722
|
+
devicemusic_switch_tab_device: string;
|
|
4723
|
+
devicemusic_switch_tab_smartphone: string;
|
|
4724
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
4725
|
+
strip_lights_modes_meteor_text: string;
|
|
4726
|
+
strip_lights_modes_pileup_text: string;
|
|
4727
|
+
strip_lights_modes_rainbow_text: string;
|
|
4728
|
+
strip_lights_modes_rebound_text: string;
|
|
4729
|
+
strip_lights_modes_shuttle_text: string;
|
|
4730
|
+
strip_lights_modes_switch_text: string;
|
|
4731
|
+
strip_lights_modes_breath_text: string;
|
|
4732
|
+
strip_lights_modes_flash_text: string;
|
|
4733
|
+
strip_lights_modes_flashing_text: string;
|
|
4734
|
+
strip_lights_modes_flow_text: string;
|
|
4735
|
+
strip_lights_modes_flutter_text: string;
|
|
4736
|
+
strip_lights_modes_follow_text: string;
|
|
4737
|
+
strip_lights_modes_fall_text: string;
|
|
4738
|
+
string_lights_modes_blink_text: string;
|
|
4739
|
+
string_lights_modes_chase_text: string;
|
|
4740
|
+
string_lights_modes_dazzle_text: string;
|
|
4271
4741
|
};
|
|
4272
4742
|
fr: {
|
|
4273
4743
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4695,6 +5165,53 @@ declare const _default: {
|
|
|
4695
5165
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
4696
5166
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
4697
5167
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
5168
|
+
add_matter_to_fabric_box4_text2: string;
|
|
5169
|
+
matter_gradient_overview_headline_text: string;
|
|
5170
|
+
matter_gradient_light_on_title: string;
|
|
5171
|
+
matter_gradient_light_on_description_text: string;
|
|
5172
|
+
matter_gradient_light_off_title: string;
|
|
5173
|
+
matter_gradient_light_off_description_text: string;
|
|
5174
|
+
edit_timeschedule_headline_text: string;
|
|
5175
|
+
edit_wakeupschedule_headline_text: string;
|
|
5176
|
+
edit_sleepschedule_headline_text: string;
|
|
5177
|
+
edit_trigger_time_headline_text: string;
|
|
5178
|
+
edit_trigger_time_button_delete_text: string;
|
|
5179
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
5180
|
+
bio_ryhthm_reset_description_text: string;
|
|
5181
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
5182
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
5183
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
5184
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
5185
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
5186
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
5187
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
5188
|
+
contact_sensor_specific_settings: string;
|
|
5189
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
5190
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
5191
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
5192
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
5193
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
5194
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
5195
|
+
group_feature_music_secondsection_note: string;
|
|
5196
|
+
devicemusic_switch_tab_device: string;
|
|
5197
|
+
devicemusic_switch_tab_smartphone: string;
|
|
5198
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
5199
|
+
strip_lights_modes_meteor_text: string;
|
|
5200
|
+
strip_lights_modes_pileup_text: string;
|
|
5201
|
+
strip_lights_modes_rainbow_text: string;
|
|
5202
|
+
strip_lights_modes_rebound_text: string;
|
|
5203
|
+
strip_lights_modes_shuttle_text: string;
|
|
5204
|
+
strip_lights_modes_switch_text: string;
|
|
5205
|
+
strip_lights_modes_breath_text: string;
|
|
5206
|
+
strip_lights_modes_flash_text: string;
|
|
5207
|
+
strip_lights_modes_flashing_text: string;
|
|
5208
|
+
strip_lights_modes_flow_text: string;
|
|
5209
|
+
strip_lights_modes_flutter_text: string;
|
|
5210
|
+
strip_lights_modes_follow_text: string;
|
|
5211
|
+
strip_lights_modes_fall_text: string;
|
|
5212
|
+
string_lights_modes_blink_text: string;
|
|
5213
|
+
string_lights_modes_chase_text: string;
|
|
5214
|
+
string_lights_modes_dazzle_text: string;
|
|
4698
5215
|
};
|
|
4699
5216
|
hr: {
|
|
4700
5217
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5122,6 +5639,53 @@ declare const _default: {
|
|
|
5122
5639
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
5123
5640
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
5124
5641
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
5642
|
+
add_matter_to_fabric_box4_text2: string;
|
|
5643
|
+
matter_gradient_overview_headline_text: string;
|
|
5644
|
+
matter_gradient_light_on_title: string;
|
|
5645
|
+
matter_gradient_light_on_description_text: string;
|
|
5646
|
+
matter_gradient_light_off_title: string;
|
|
5647
|
+
matter_gradient_light_off_description_text: string;
|
|
5648
|
+
edit_timeschedule_headline_text: string;
|
|
5649
|
+
edit_wakeupschedule_headline_text: string;
|
|
5650
|
+
edit_sleepschedule_headline_text: string;
|
|
5651
|
+
edit_trigger_time_headline_text: string;
|
|
5652
|
+
edit_trigger_time_button_delete_text: string;
|
|
5653
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
5654
|
+
bio_ryhthm_reset_description_text: string;
|
|
5655
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
5656
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
5657
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
5658
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
5659
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
5660
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
5661
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
5662
|
+
contact_sensor_specific_settings: string;
|
|
5663
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
5664
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
5665
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
5666
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
5667
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
5668
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
5669
|
+
group_feature_music_secondsection_note: string;
|
|
5670
|
+
devicemusic_switch_tab_device: string;
|
|
5671
|
+
devicemusic_switch_tab_smartphone: string;
|
|
5672
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
5673
|
+
strip_lights_modes_meteor_text: string;
|
|
5674
|
+
strip_lights_modes_pileup_text: string;
|
|
5675
|
+
strip_lights_modes_rainbow_text: string;
|
|
5676
|
+
strip_lights_modes_rebound_text: string;
|
|
5677
|
+
strip_lights_modes_shuttle_text: string;
|
|
5678
|
+
strip_lights_modes_switch_text: string;
|
|
5679
|
+
strip_lights_modes_breath_text: string;
|
|
5680
|
+
strip_lights_modes_flash_text: string;
|
|
5681
|
+
strip_lights_modes_flashing_text: string;
|
|
5682
|
+
strip_lights_modes_flow_text: string;
|
|
5683
|
+
strip_lights_modes_flutter_text: string;
|
|
5684
|
+
strip_lights_modes_follow_text: string;
|
|
5685
|
+
strip_lights_modes_fall_text: string;
|
|
5686
|
+
string_lights_modes_blink_text: string;
|
|
5687
|
+
string_lights_modes_chase_text: string;
|
|
5688
|
+
string_lights_modes_dazzle_text: string;
|
|
5125
5689
|
};
|
|
5126
5690
|
hu: {
|
|
5127
5691
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5549,6 +6113,53 @@ declare const _default: {
|
|
|
5549
6113
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
5550
6114
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
5551
6115
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
6116
|
+
add_matter_to_fabric_box4_text2: string;
|
|
6117
|
+
matter_gradient_overview_headline_text: string;
|
|
6118
|
+
matter_gradient_light_on_title: string;
|
|
6119
|
+
matter_gradient_light_on_description_text: string;
|
|
6120
|
+
matter_gradient_light_off_title: string;
|
|
6121
|
+
matter_gradient_light_off_description_text: string;
|
|
6122
|
+
edit_timeschedule_headline_text: string;
|
|
6123
|
+
edit_wakeupschedule_headline_text: string;
|
|
6124
|
+
edit_sleepschedule_headline_text: string;
|
|
6125
|
+
edit_trigger_time_headline_text: string;
|
|
6126
|
+
edit_trigger_time_button_delete_text: string;
|
|
6127
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
6128
|
+
bio_ryhthm_reset_description_text: string;
|
|
6129
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
6130
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
6131
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
6132
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
6133
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
6134
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
6135
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
6136
|
+
contact_sensor_specific_settings: string;
|
|
6137
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
6138
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
6139
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
6140
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
6141
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
6142
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
6143
|
+
group_feature_music_secondsection_note: string;
|
|
6144
|
+
devicemusic_switch_tab_device: string;
|
|
6145
|
+
devicemusic_switch_tab_smartphone: string;
|
|
6146
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
6147
|
+
strip_lights_modes_meteor_text: string;
|
|
6148
|
+
strip_lights_modes_pileup_text: string;
|
|
6149
|
+
strip_lights_modes_rainbow_text: string;
|
|
6150
|
+
strip_lights_modes_rebound_text: string;
|
|
6151
|
+
strip_lights_modes_shuttle_text: string;
|
|
6152
|
+
strip_lights_modes_switch_text: string;
|
|
6153
|
+
strip_lights_modes_breath_text: string;
|
|
6154
|
+
strip_lights_modes_flash_text: string;
|
|
6155
|
+
strip_lights_modes_flashing_text: string;
|
|
6156
|
+
strip_lights_modes_flow_text: string;
|
|
6157
|
+
strip_lights_modes_flutter_text: string;
|
|
6158
|
+
strip_lights_modes_follow_text: string;
|
|
6159
|
+
strip_lights_modes_fall_text: string;
|
|
6160
|
+
string_lights_modes_blink_text: string;
|
|
6161
|
+
string_lights_modes_chase_text: string;
|
|
6162
|
+
string_lights_modes_dazzle_text: string;
|
|
5552
6163
|
};
|
|
5553
6164
|
it: {
|
|
5554
6165
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5976,6 +6587,53 @@ declare const _default: {
|
|
|
5976
6587
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
5977
6588
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
5978
6589
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
6590
|
+
add_matter_to_fabric_box4_text2: string;
|
|
6591
|
+
matter_gradient_overview_headline_text: string;
|
|
6592
|
+
matter_gradient_light_on_title: string;
|
|
6593
|
+
matter_gradient_light_on_description_text: string;
|
|
6594
|
+
matter_gradient_light_off_title: string;
|
|
6595
|
+
matter_gradient_light_off_description_text: string;
|
|
6596
|
+
edit_timeschedule_headline_text: string;
|
|
6597
|
+
edit_wakeupschedule_headline_text: string;
|
|
6598
|
+
edit_sleepschedule_headline_text: string;
|
|
6599
|
+
edit_trigger_time_headline_text: string;
|
|
6600
|
+
edit_trigger_time_button_delete_text: string;
|
|
6601
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
6602
|
+
bio_ryhthm_reset_description_text: string;
|
|
6603
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
6604
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
6605
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
6606
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
6607
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
6608
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
6609
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
6610
|
+
contact_sensor_specific_settings: string;
|
|
6611
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
6612
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
6613
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
6614
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
6615
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
6616
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
6617
|
+
group_feature_music_secondsection_note: string;
|
|
6618
|
+
devicemusic_switch_tab_device: string;
|
|
6619
|
+
devicemusic_switch_tab_smartphone: string;
|
|
6620
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
6621
|
+
strip_lights_modes_meteor_text: string;
|
|
6622
|
+
strip_lights_modes_pileup_text: string;
|
|
6623
|
+
strip_lights_modes_rainbow_text: string;
|
|
6624
|
+
strip_lights_modes_rebound_text: string;
|
|
6625
|
+
strip_lights_modes_shuttle_text: string;
|
|
6626
|
+
strip_lights_modes_switch_text: string;
|
|
6627
|
+
strip_lights_modes_breath_text: string;
|
|
6628
|
+
strip_lights_modes_flash_text: string;
|
|
6629
|
+
strip_lights_modes_flashing_text: string;
|
|
6630
|
+
strip_lights_modes_flow_text: string;
|
|
6631
|
+
strip_lights_modes_flutter_text: string;
|
|
6632
|
+
strip_lights_modes_follow_text: string;
|
|
6633
|
+
strip_lights_modes_fall_text: string;
|
|
6634
|
+
string_lights_modes_blink_text: string;
|
|
6635
|
+
string_lights_modes_chase_text: string;
|
|
6636
|
+
string_lights_modes_dazzle_text: string;
|
|
5979
6637
|
};
|
|
5980
6638
|
ko: {
|
|
5981
6639
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -6403,6 +7061,53 @@ declare const _default: {
|
|
|
6403
7061
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
6404
7062
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
6405
7063
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
7064
|
+
add_matter_to_fabric_box4_text2: string;
|
|
7065
|
+
matter_gradient_overview_headline_text: string;
|
|
7066
|
+
matter_gradient_light_on_title: string;
|
|
7067
|
+
matter_gradient_light_on_description_text: string;
|
|
7068
|
+
matter_gradient_light_off_title: string;
|
|
7069
|
+
matter_gradient_light_off_description_text: string;
|
|
7070
|
+
edit_timeschedule_headline_text: string;
|
|
7071
|
+
edit_wakeupschedule_headline_text: string;
|
|
7072
|
+
edit_sleepschedule_headline_text: string;
|
|
7073
|
+
edit_trigger_time_headline_text: string;
|
|
7074
|
+
edit_trigger_time_button_delete_text: string;
|
|
7075
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
7076
|
+
bio_ryhthm_reset_description_text: string;
|
|
7077
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
7078
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
7079
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
7080
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
7081
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
7082
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
7083
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
7084
|
+
contact_sensor_specific_settings: string;
|
|
7085
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
7086
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
7087
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
7088
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
7089
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
7090
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
7091
|
+
group_feature_music_secondsection_note: string;
|
|
7092
|
+
devicemusic_switch_tab_device: string;
|
|
7093
|
+
devicemusic_switch_tab_smartphone: string;
|
|
7094
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
7095
|
+
strip_lights_modes_meteor_text: string;
|
|
7096
|
+
strip_lights_modes_pileup_text: string;
|
|
7097
|
+
strip_lights_modes_rainbow_text: string;
|
|
7098
|
+
strip_lights_modes_rebound_text: string;
|
|
7099
|
+
strip_lights_modes_shuttle_text: string;
|
|
7100
|
+
strip_lights_modes_switch_text: string;
|
|
7101
|
+
strip_lights_modes_breath_text: string;
|
|
7102
|
+
strip_lights_modes_flash_text: string;
|
|
7103
|
+
strip_lights_modes_flashing_text: string;
|
|
7104
|
+
strip_lights_modes_flow_text: string;
|
|
7105
|
+
strip_lights_modes_flutter_text: string;
|
|
7106
|
+
strip_lights_modes_follow_text: string;
|
|
7107
|
+
strip_lights_modes_fall_text: string;
|
|
7108
|
+
string_lights_modes_blink_text: string;
|
|
7109
|
+
string_lights_modes_chase_text: string;
|
|
7110
|
+
string_lights_modes_dazzle_text: string;
|
|
6406
7111
|
};
|
|
6407
7112
|
lt: {
|
|
6408
7113
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -6830,6 +7535,53 @@ declare const _default: {
|
|
|
6830
7535
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
6831
7536
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
6832
7537
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
7538
|
+
add_matter_to_fabric_box4_text2: string;
|
|
7539
|
+
matter_gradient_overview_headline_text: string;
|
|
7540
|
+
matter_gradient_light_on_title: string;
|
|
7541
|
+
matter_gradient_light_on_description_text: string;
|
|
7542
|
+
matter_gradient_light_off_title: string;
|
|
7543
|
+
matter_gradient_light_off_description_text: string;
|
|
7544
|
+
edit_timeschedule_headline_text: string;
|
|
7545
|
+
edit_wakeupschedule_headline_text: string;
|
|
7546
|
+
edit_sleepschedule_headline_text: string;
|
|
7547
|
+
edit_trigger_time_headline_text: string;
|
|
7548
|
+
edit_trigger_time_button_delete_text: string;
|
|
7549
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
7550
|
+
bio_ryhthm_reset_description_text: string;
|
|
7551
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
7552
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
7553
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
7554
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
7555
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
7556
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
7557
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
7558
|
+
contact_sensor_specific_settings: string;
|
|
7559
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
7560
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
7561
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
7562
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
7563
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
7564
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
7565
|
+
group_feature_music_secondsection_note: string;
|
|
7566
|
+
devicemusic_switch_tab_device: string;
|
|
7567
|
+
devicemusic_switch_tab_smartphone: string;
|
|
7568
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
7569
|
+
strip_lights_modes_meteor_text: string;
|
|
7570
|
+
strip_lights_modes_pileup_text: string;
|
|
7571
|
+
strip_lights_modes_rainbow_text: string;
|
|
7572
|
+
strip_lights_modes_rebound_text: string;
|
|
7573
|
+
strip_lights_modes_shuttle_text: string;
|
|
7574
|
+
strip_lights_modes_switch_text: string;
|
|
7575
|
+
strip_lights_modes_breath_text: string;
|
|
7576
|
+
strip_lights_modes_flash_text: string;
|
|
7577
|
+
strip_lights_modes_flashing_text: string;
|
|
7578
|
+
strip_lights_modes_flow_text: string;
|
|
7579
|
+
strip_lights_modes_flutter_text: string;
|
|
7580
|
+
strip_lights_modes_follow_text: string;
|
|
7581
|
+
strip_lights_modes_fall_text: string;
|
|
7582
|
+
string_lights_modes_blink_text: string;
|
|
7583
|
+
string_lights_modes_chase_text: string;
|
|
7584
|
+
string_lights_modes_dazzle_text: string;
|
|
6833
7585
|
};
|
|
6834
7586
|
lv: {
|
|
6835
7587
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -7257,6 +8009,53 @@ declare const _default: {
|
|
|
7257
8009
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
7258
8010
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
7259
8011
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
8012
|
+
add_matter_to_fabric_box4_text2: string;
|
|
8013
|
+
matter_gradient_overview_headline_text: string;
|
|
8014
|
+
matter_gradient_light_on_title: string;
|
|
8015
|
+
matter_gradient_light_on_description_text: string;
|
|
8016
|
+
matter_gradient_light_off_title: string;
|
|
8017
|
+
matter_gradient_light_off_description_text: string;
|
|
8018
|
+
edit_timeschedule_headline_text: string;
|
|
8019
|
+
edit_wakeupschedule_headline_text: string;
|
|
8020
|
+
edit_sleepschedule_headline_text: string;
|
|
8021
|
+
edit_trigger_time_headline_text: string;
|
|
8022
|
+
edit_trigger_time_button_delete_text: string;
|
|
8023
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
8024
|
+
bio_ryhthm_reset_description_text: string;
|
|
8025
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
8026
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
8027
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
8028
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
8029
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
8030
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
8031
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
8032
|
+
contact_sensor_specific_settings: string;
|
|
8033
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
8034
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
8035
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
8036
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
8037
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
8038
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
8039
|
+
group_feature_music_secondsection_note: string;
|
|
8040
|
+
devicemusic_switch_tab_device: string;
|
|
8041
|
+
devicemusic_switch_tab_smartphone: string;
|
|
8042
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
8043
|
+
strip_lights_modes_meteor_text: string;
|
|
8044
|
+
strip_lights_modes_pileup_text: string;
|
|
8045
|
+
strip_lights_modes_rainbow_text: string;
|
|
8046
|
+
strip_lights_modes_rebound_text: string;
|
|
8047
|
+
strip_lights_modes_shuttle_text: string;
|
|
8048
|
+
strip_lights_modes_switch_text: string;
|
|
8049
|
+
strip_lights_modes_breath_text: string;
|
|
8050
|
+
strip_lights_modes_flash_text: string;
|
|
8051
|
+
strip_lights_modes_flashing_text: string;
|
|
8052
|
+
strip_lights_modes_flow_text: string;
|
|
8053
|
+
strip_lights_modes_flutter_text: string;
|
|
8054
|
+
strip_lights_modes_follow_text: string;
|
|
8055
|
+
strip_lights_modes_fall_text: string;
|
|
8056
|
+
string_lights_modes_blink_text: string;
|
|
8057
|
+
string_lights_modes_chase_text: string;
|
|
8058
|
+
string_lights_modes_dazzle_text: string;
|
|
7260
8059
|
};
|
|
7261
8060
|
nb: {
|
|
7262
8061
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -7684,6 +8483,53 @@ declare const _default: {
|
|
|
7684
8483
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
7685
8484
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
7686
8485
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
8486
|
+
add_matter_to_fabric_box4_text2: string;
|
|
8487
|
+
matter_gradient_overview_headline_text: string;
|
|
8488
|
+
matter_gradient_light_on_title: string;
|
|
8489
|
+
matter_gradient_light_on_description_text: string;
|
|
8490
|
+
matter_gradient_light_off_title: string;
|
|
8491
|
+
matter_gradient_light_off_description_text: string;
|
|
8492
|
+
edit_timeschedule_headline_text: string;
|
|
8493
|
+
edit_wakeupschedule_headline_text: string;
|
|
8494
|
+
edit_sleepschedule_headline_text: string;
|
|
8495
|
+
edit_trigger_time_headline_text: string;
|
|
8496
|
+
edit_trigger_time_button_delete_text: string;
|
|
8497
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
8498
|
+
bio_ryhthm_reset_description_text: string;
|
|
8499
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
8500
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
8501
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
8502
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
8503
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
8504
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
8505
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
8506
|
+
contact_sensor_specific_settings: string;
|
|
8507
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
8508
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
8509
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
8510
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
8511
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
8512
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
8513
|
+
group_feature_music_secondsection_note: string;
|
|
8514
|
+
devicemusic_switch_tab_device: string;
|
|
8515
|
+
devicemusic_switch_tab_smartphone: string;
|
|
8516
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
8517
|
+
strip_lights_modes_meteor_text: string;
|
|
8518
|
+
strip_lights_modes_pileup_text: string;
|
|
8519
|
+
strip_lights_modes_rainbow_text: string;
|
|
8520
|
+
strip_lights_modes_rebound_text: string;
|
|
8521
|
+
strip_lights_modes_shuttle_text: string;
|
|
8522
|
+
strip_lights_modes_switch_text: string;
|
|
8523
|
+
strip_lights_modes_breath_text: string;
|
|
8524
|
+
strip_lights_modes_flash_text: string;
|
|
8525
|
+
strip_lights_modes_flashing_text: string;
|
|
8526
|
+
strip_lights_modes_flow_text: string;
|
|
8527
|
+
strip_lights_modes_flutter_text: string;
|
|
8528
|
+
strip_lights_modes_follow_text: string;
|
|
8529
|
+
strip_lights_modes_fall_text: string;
|
|
8530
|
+
string_lights_modes_blink_text: string;
|
|
8531
|
+
string_lights_modes_chase_text: string;
|
|
8532
|
+
string_lights_modes_dazzle_text: string;
|
|
7687
8533
|
};
|
|
7688
8534
|
nl: {
|
|
7689
8535
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -8111,6 +8957,53 @@ declare const _default: {
|
|
|
8111
8957
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
8112
8958
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
8113
8959
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
8960
|
+
add_matter_to_fabric_box4_text2: string;
|
|
8961
|
+
matter_gradient_overview_headline_text: string;
|
|
8962
|
+
matter_gradient_light_on_title: string;
|
|
8963
|
+
matter_gradient_light_on_description_text: string;
|
|
8964
|
+
matter_gradient_light_off_title: string;
|
|
8965
|
+
matter_gradient_light_off_description_text: string;
|
|
8966
|
+
edit_timeschedule_headline_text: string;
|
|
8967
|
+
edit_wakeupschedule_headline_text: string;
|
|
8968
|
+
edit_sleepschedule_headline_text: string;
|
|
8969
|
+
edit_trigger_time_headline_text: string;
|
|
8970
|
+
edit_trigger_time_button_delete_text: string;
|
|
8971
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
8972
|
+
bio_ryhthm_reset_description_text: string;
|
|
8973
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
8974
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
8975
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
8976
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
8977
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
8978
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
8979
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
8980
|
+
contact_sensor_specific_settings: string;
|
|
8981
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
8982
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
8983
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
8984
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
8985
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
8986
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
8987
|
+
group_feature_music_secondsection_note: string;
|
|
8988
|
+
devicemusic_switch_tab_device: string;
|
|
8989
|
+
devicemusic_switch_tab_smartphone: string;
|
|
8990
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
8991
|
+
strip_lights_modes_meteor_text: string;
|
|
8992
|
+
strip_lights_modes_pileup_text: string;
|
|
8993
|
+
strip_lights_modes_rainbow_text: string;
|
|
8994
|
+
strip_lights_modes_rebound_text: string;
|
|
8995
|
+
strip_lights_modes_shuttle_text: string;
|
|
8996
|
+
strip_lights_modes_switch_text: string;
|
|
8997
|
+
strip_lights_modes_breath_text: string;
|
|
8998
|
+
strip_lights_modes_flash_text: string;
|
|
8999
|
+
strip_lights_modes_flashing_text: string;
|
|
9000
|
+
strip_lights_modes_flow_text: string;
|
|
9001
|
+
strip_lights_modes_flutter_text: string;
|
|
9002
|
+
strip_lights_modes_follow_text: string;
|
|
9003
|
+
strip_lights_modes_fall_text: string;
|
|
9004
|
+
string_lights_modes_blink_text: string;
|
|
9005
|
+
string_lights_modes_chase_text: string;
|
|
9006
|
+
string_lights_modes_dazzle_text: string;
|
|
8114
9007
|
};
|
|
8115
9008
|
pl: {
|
|
8116
9009
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -8538,6 +9431,53 @@ declare const _default: {
|
|
|
8538
9431
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
8539
9432
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
8540
9433
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
9434
|
+
add_matter_to_fabric_box4_text2: string;
|
|
9435
|
+
matter_gradient_overview_headline_text: string;
|
|
9436
|
+
matter_gradient_light_on_title: string;
|
|
9437
|
+
matter_gradient_light_on_description_text: string;
|
|
9438
|
+
matter_gradient_light_off_title: string;
|
|
9439
|
+
matter_gradient_light_off_description_text: string;
|
|
9440
|
+
edit_timeschedule_headline_text: string;
|
|
9441
|
+
edit_wakeupschedule_headline_text: string;
|
|
9442
|
+
edit_sleepschedule_headline_text: string;
|
|
9443
|
+
edit_trigger_time_headline_text: string;
|
|
9444
|
+
edit_trigger_time_button_delete_text: string;
|
|
9445
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
9446
|
+
bio_ryhthm_reset_description_text: string;
|
|
9447
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
9448
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
9449
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
9450
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
9451
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
9452
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
9453
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
9454
|
+
contact_sensor_specific_settings: string;
|
|
9455
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
9456
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
9457
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
9458
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
9459
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
9460
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
9461
|
+
group_feature_music_secondsection_note: string;
|
|
9462
|
+
devicemusic_switch_tab_device: string;
|
|
9463
|
+
devicemusic_switch_tab_smartphone: string;
|
|
9464
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
9465
|
+
strip_lights_modes_meteor_text: string;
|
|
9466
|
+
strip_lights_modes_pileup_text: string;
|
|
9467
|
+
strip_lights_modes_rainbow_text: string;
|
|
9468
|
+
strip_lights_modes_rebound_text: string;
|
|
9469
|
+
strip_lights_modes_shuttle_text: string;
|
|
9470
|
+
strip_lights_modes_switch_text: string;
|
|
9471
|
+
strip_lights_modes_breath_text: string;
|
|
9472
|
+
strip_lights_modes_flash_text: string;
|
|
9473
|
+
strip_lights_modes_flashing_text: string;
|
|
9474
|
+
strip_lights_modes_flow_text: string;
|
|
9475
|
+
strip_lights_modes_flutter_text: string;
|
|
9476
|
+
strip_lights_modes_follow_text: string;
|
|
9477
|
+
strip_lights_modes_fall_text: string;
|
|
9478
|
+
string_lights_modes_blink_text: string;
|
|
9479
|
+
string_lights_modes_chase_text: string;
|
|
9480
|
+
string_lights_modes_dazzle_text: string;
|
|
8541
9481
|
};
|
|
8542
9482
|
'pt-BR': {
|
|
8543
9483
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -8965,6 +9905,53 @@ declare const _default: {
|
|
|
8965
9905
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
8966
9906
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
8967
9907
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
9908
|
+
add_matter_to_fabric_box4_text2: string;
|
|
9909
|
+
matter_gradient_overview_headline_text: string;
|
|
9910
|
+
matter_gradient_light_on_title: string;
|
|
9911
|
+
matter_gradient_light_on_description_text: string;
|
|
9912
|
+
matter_gradient_light_off_title: string;
|
|
9913
|
+
matter_gradient_light_off_description_text: string;
|
|
9914
|
+
edit_timeschedule_headline_text: string;
|
|
9915
|
+
edit_wakeupschedule_headline_text: string;
|
|
9916
|
+
edit_sleepschedule_headline_text: string;
|
|
9917
|
+
edit_trigger_time_headline_text: string;
|
|
9918
|
+
edit_trigger_time_button_delete_text: string;
|
|
9919
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
9920
|
+
bio_ryhthm_reset_description_text: string;
|
|
9921
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
9922
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
9923
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
9924
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
9925
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
9926
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
9927
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
9928
|
+
contact_sensor_specific_settings: string;
|
|
9929
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
9930
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
9931
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
9932
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
9933
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
9934
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
9935
|
+
group_feature_music_secondsection_note: string;
|
|
9936
|
+
devicemusic_switch_tab_device: string;
|
|
9937
|
+
devicemusic_switch_tab_smartphone: string;
|
|
9938
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
9939
|
+
strip_lights_modes_meteor_text: string;
|
|
9940
|
+
strip_lights_modes_pileup_text: string;
|
|
9941
|
+
strip_lights_modes_rainbow_text: string;
|
|
9942
|
+
strip_lights_modes_rebound_text: string;
|
|
9943
|
+
strip_lights_modes_shuttle_text: string;
|
|
9944
|
+
strip_lights_modes_switch_text: string;
|
|
9945
|
+
strip_lights_modes_breath_text: string;
|
|
9946
|
+
strip_lights_modes_flash_text: string;
|
|
9947
|
+
strip_lights_modes_flashing_text: string;
|
|
9948
|
+
strip_lights_modes_flow_text: string;
|
|
9949
|
+
strip_lights_modes_flutter_text: string;
|
|
9950
|
+
strip_lights_modes_follow_text: string;
|
|
9951
|
+
strip_lights_modes_fall_text: string;
|
|
9952
|
+
string_lights_modes_blink_text: string;
|
|
9953
|
+
string_lights_modes_chase_text: string;
|
|
9954
|
+
string_lights_modes_dazzle_text: string;
|
|
8968
9955
|
};
|
|
8969
9956
|
pt_BR: {
|
|
8970
9957
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -9392,6 +10379,53 @@ declare const _default: {
|
|
|
9392
10379
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
9393
10380
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
9394
10381
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
10382
|
+
add_matter_to_fabric_box4_text2: string;
|
|
10383
|
+
matter_gradient_overview_headline_text: string;
|
|
10384
|
+
matter_gradient_light_on_title: string;
|
|
10385
|
+
matter_gradient_light_on_description_text: string;
|
|
10386
|
+
matter_gradient_light_off_title: string;
|
|
10387
|
+
matter_gradient_light_off_description_text: string;
|
|
10388
|
+
edit_timeschedule_headline_text: string;
|
|
10389
|
+
edit_wakeupschedule_headline_text: string;
|
|
10390
|
+
edit_sleepschedule_headline_text: string;
|
|
10391
|
+
edit_trigger_time_headline_text: string;
|
|
10392
|
+
edit_trigger_time_button_delete_text: string;
|
|
10393
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
10394
|
+
bio_ryhthm_reset_description_text: string;
|
|
10395
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
10396
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
10397
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
10398
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
10399
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
10400
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
10401
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
10402
|
+
contact_sensor_specific_settings: string;
|
|
10403
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
10404
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
10405
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
10406
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
10407
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
10408
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
10409
|
+
group_feature_music_secondsection_note: string;
|
|
10410
|
+
devicemusic_switch_tab_device: string;
|
|
10411
|
+
devicemusic_switch_tab_smartphone: string;
|
|
10412
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
10413
|
+
strip_lights_modes_meteor_text: string;
|
|
10414
|
+
strip_lights_modes_pileup_text: string;
|
|
10415
|
+
strip_lights_modes_rainbow_text: string;
|
|
10416
|
+
strip_lights_modes_rebound_text: string;
|
|
10417
|
+
strip_lights_modes_shuttle_text: string;
|
|
10418
|
+
strip_lights_modes_switch_text: string;
|
|
10419
|
+
strip_lights_modes_breath_text: string;
|
|
10420
|
+
strip_lights_modes_flash_text: string;
|
|
10421
|
+
strip_lights_modes_flashing_text: string;
|
|
10422
|
+
strip_lights_modes_flow_text: string;
|
|
10423
|
+
strip_lights_modes_flutter_text: string;
|
|
10424
|
+
strip_lights_modes_follow_text: string;
|
|
10425
|
+
strip_lights_modes_fall_text: string;
|
|
10426
|
+
string_lights_modes_blink_text: string;
|
|
10427
|
+
string_lights_modes_chase_text: string;
|
|
10428
|
+
string_lights_modes_dazzle_text: string;
|
|
9395
10429
|
};
|
|
9396
10430
|
ro: {
|
|
9397
10431
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -9819,6 +10853,53 @@ declare const _default: {
|
|
|
9819
10853
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
9820
10854
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
9821
10855
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
10856
|
+
add_matter_to_fabric_box4_text2: string;
|
|
10857
|
+
matter_gradient_overview_headline_text: string;
|
|
10858
|
+
matter_gradient_light_on_title: string;
|
|
10859
|
+
matter_gradient_light_on_description_text: string;
|
|
10860
|
+
matter_gradient_light_off_title: string;
|
|
10861
|
+
matter_gradient_light_off_description_text: string;
|
|
10862
|
+
edit_timeschedule_headline_text: string;
|
|
10863
|
+
edit_wakeupschedule_headline_text: string;
|
|
10864
|
+
edit_sleepschedule_headline_text: string;
|
|
10865
|
+
edit_trigger_time_headline_text: string;
|
|
10866
|
+
edit_trigger_time_button_delete_text: string;
|
|
10867
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
10868
|
+
bio_ryhthm_reset_description_text: string;
|
|
10869
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
10870
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
10871
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
10872
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
10873
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
10874
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
10875
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
10876
|
+
contact_sensor_specific_settings: string;
|
|
10877
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
10878
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
10879
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
10880
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
10881
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
10882
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
10883
|
+
group_feature_music_secondsection_note: string;
|
|
10884
|
+
devicemusic_switch_tab_device: string;
|
|
10885
|
+
devicemusic_switch_tab_smartphone: string;
|
|
10886
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
10887
|
+
strip_lights_modes_meteor_text: string;
|
|
10888
|
+
strip_lights_modes_pileup_text: string;
|
|
10889
|
+
strip_lights_modes_rainbow_text: string;
|
|
10890
|
+
strip_lights_modes_rebound_text: string;
|
|
10891
|
+
strip_lights_modes_shuttle_text: string;
|
|
10892
|
+
strip_lights_modes_switch_text: string;
|
|
10893
|
+
strip_lights_modes_breath_text: string;
|
|
10894
|
+
strip_lights_modes_flash_text: string;
|
|
10895
|
+
strip_lights_modes_flashing_text: string;
|
|
10896
|
+
strip_lights_modes_flow_text: string;
|
|
10897
|
+
strip_lights_modes_flutter_text: string;
|
|
10898
|
+
strip_lights_modes_follow_text: string;
|
|
10899
|
+
strip_lights_modes_fall_text: string;
|
|
10900
|
+
string_lights_modes_blink_text: string;
|
|
10901
|
+
string_lights_modes_chase_text: string;
|
|
10902
|
+
string_lights_modes_dazzle_text: string;
|
|
9822
10903
|
};
|
|
9823
10904
|
ru: {
|
|
9824
10905
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -10246,6 +11327,53 @@ declare const _default: {
|
|
|
10246
11327
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
10247
11328
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
10248
11329
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
11330
|
+
add_matter_to_fabric_box4_text2: string;
|
|
11331
|
+
matter_gradient_overview_headline_text: string;
|
|
11332
|
+
matter_gradient_light_on_title: string;
|
|
11333
|
+
matter_gradient_light_on_description_text: string;
|
|
11334
|
+
matter_gradient_light_off_title: string;
|
|
11335
|
+
matter_gradient_light_off_description_text: string;
|
|
11336
|
+
edit_timeschedule_headline_text: string;
|
|
11337
|
+
edit_wakeupschedule_headline_text: string;
|
|
11338
|
+
edit_sleepschedule_headline_text: string;
|
|
11339
|
+
edit_trigger_time_headline_text: string;
|
|
11340
|
+
edit_trigger_time_button_delete_text: string;
|
|
11341
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
11342
|
+
bio_ryhthm_reset_description_text: string;
|
|
11343
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
11344
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
11345
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
11346
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
11347
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
11348
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
11349
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
11350
|
+
contact_sensor_specific_settings: string;
|
|
11351
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
11352
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
11353
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
11354
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
11355
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
11356
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
11357
|
+
group_feature_music_secondsection_note: string;
|
|
11358
|
+
devicemusic_switch_tab_device: string;
|
|
11359
|
+
devicemusic_switch_tab_smartphone: string;
|
|
11360
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
11361
|
+
strip_lights_modes_meteor_text: string;
|
|
11362
|
+
strip_lights_modes_pileup_text: string;
|
|
11363
|
+
strip_lights_modes_rainbow_text: string;
|
|
11364
|
+
strip_lights_modes_rebound_text: string;
|
|
11365
|
+
strip_lights_modes_shuttle_text: string;
|
|
11366
|
+
strip_lights_modes_switch_text: string;
|
|
11367
|
+
strip_lights_modes_breath_text: string;
|
|
11368
|
+
strip_lights_modes_flash_text: string;
|
|
11369
|
+
strip_lights_modes_flashing_text: string;
|
|
11370
|
+
strip_lights_modes_flow_text: string;
|
|
11371
|
+
strip_lights_modes_flutter_text: string;
|
|
11372
|
+
strip_lights_modes_follow_text: string;
|
|
11373
|
+
strip_lights_modes_fall_text: string;
|
|
11374
|
+
string_lights_modes_blink_text: string;
|
|
11375
|
+
string_lights_modes_chase_text: string;
|
|
11376
|
+
string_lights_modes_dazzle_text: string;
|
|
10249
11377
|
};
|
|
10250
11378
|
sk: {
|
|
10251
11379
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -10673,6 +11801,53 @@ declare const _default: {
|
|
|
10673
11801
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
10674
11802
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
10675
11803
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
11804
|
+
add_matter_to_fabric_box4_text2: string;
|
|
11805
|
+
matter_gradient_overview_headline_text: string;
|
|
11806
|
+
matter_gradient_light_on_title: string;
|
|
11807
|
+
matter_gradient_light_on_description_text: string;
|
|
11808
|
+
matter_gradient_light_off_title: string;
|
|
11809
|
+
matter_gradient_light_off_description_text: string;
|
|
11810
|
+
edit_timeschedule_headline_text: string;
|
|
11811
|
+
edit_wakeupschedule_headline_text: string;
|
|
11812
|
+
edit_sleepschedule_headline_text: string;
|
|
11813
|
+
edit_trigger_time_headline_text: string;
|
|
11814
|
+
edit_trigger_time_button_delete_text: string;
|
|
11815
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
11816
|
+
bio_ryhthm_reset_description_text: string;
|
|
11817
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
11818
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
11819
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
11820
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
11821
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
11822
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
11823
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
11824
|
+
contact_sensor_specific_settings: string;
|
|
11825
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
11826
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
11827
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
11828
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
11829
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
11830
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
11831
|
+
group_feature_music_secondsection_note: string;
|
|
11832
|
+
devicemusic_switch_tab_device: string;
|
|
11833
|
+
devicemusic_switch_tab_smartphone: string;
|
|
11834
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
11835
|
+
strip_lights_modes_meteor_text: string;
|
|
11836
|
+
strip_lights_modes_pileup_text: string;
|
|
11837
|
+
strip_lights_modes_rainbow_text: string;
|
|
11838
|
+
strip_lights_modes_rebound_text: string;
|
|
11839
|
+
strip_lights_modes_shuttle_text: string;
|
|
11840
|
+
strip_lights_modes_switch_text: string;
|
|
11841
|
+
strip_lights_modes_breath_text: string;
|
|
11842
|
+
strip_lights_modes_flash_text: string;
|
|
11843
|
+
strip_lights_modes_flashing_text: string;
|
|
11844
|
+
strip_lights_modes_flow_text: string;
|
|
11845
|
+
strip_lights_modes_flutter_text: string;
|
|
11846
|
+
strip_lights_modes_follow_text: string;
|
|
11847
|
+
strip_lights_modes_fall_text: string;
|
|
11848
|
+
string_lights_modes_blink_text: string;
|
|
11849
|
+
string_lights_modes_chase_text: string;
|
|
11850
|
+
string_lights_modes_dazzle_text: string;
|
|
10676
11851
|
};
|
|
10677
11852
|
sv: {
|
|
10678
11853
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -11100,6 +12275,53 @@ declare const _default: {
|
|
|
11100
12275
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
11101
12276
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
11102
12277
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
12278
|
+
add_matter_to_fabric_box4_text2: string;
|
|
12279
|
+
matter_gradient_overview_headline_text: string;
|
|
12280
|
+
matter_gradient_light_on_title: string;
|
|
12281
|
+
matter_gradient_light_on_description_text: string;
|
|
12282
|
+
matter_gradient_light_off_title: string;
|
|
12283
|
+
matter_gradient_light_off_description_text: string;
|
|
12284
|
+
edit_timeschedule_headline_text: string;
|
|
12285
|
+
edit_wakeupschedule_headline_text: string;
|
|
12286
|
+
edit_sleepschedule_headline_text: string;
|
|
12287
|
+
edit_trigger_time_headline_text: string;
|
|
12288
|
+
edit_trigger_time_button_delete_text: string;
|
|
12289
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
12290
|
+
bio_ryhthm_reset_description_text: string;
|
|
12291
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
12292
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
12293
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
12294
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
12295
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
12296
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
12297
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
12298
|
+
contact_sensor_specific_settings: string;
|
|
12299
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
12300
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
12301
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
12302
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
12303
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
12304
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
12305
|
+
group_feature_music_secondsection_note: string;
|
|
12306
|
+
devicemusic_switch_tab_device: string;
|
|
12307
|
+
devicemusic_switch_tab_smartphone: string;
|
|
12308
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
12309
|
+
strip_lights_modes_meteor_text: string;
|
|
12310
|
+
strip_lights_modes_pileup_text: string;
|
|
12311
|
+
strip_lights_modes_rainbow_text: string;
|
|
12312
|
+
strip_lights_modes_rebound_text: string;
|
|
12313
|
+
strip_lights_modes_shuttle_text: string;
|
|
12314
|
+
strip_lights_modes_switch_text: string;
|
|
12315
|
+
strip_lights_modes_breath_text: string;
|
|
12316
|
+
strip_lights_modes_flash_text: string;
|
|
12317
|
+
strip_lights_modes_flashing_text: string;
|
|
12318
|
+
strip_lights_modes_flow_text: string;
|
|
12319
|
+
strip_lights_modes_flutter_text: string;
|
|
12320
|
+
strip_lights_modes_follow_text: string;
|
|
12321
|
+
strip_lights_modes_fall_text: string;
|
|
12322
|
+
string_lights_modes_blink_text: string;
|
|
12323
|
+
string_lights_modes_chase_text: string;
|
|
12324
|
+
string_lights_modes_dazzle_text: string;
|
|
11103
12325
|
};
|
|
11104
12326
|
tr: {
|
|
11105
12327
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -11527,6 +12749,53 @@ declare const _default: {
|
|
|
11527
12749
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
11528
12750
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
11529
12751
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
12752
|
+
add_matter_to_fabric_box4_text2: string;
|
|
12753
|
+
matter_gradient_overview_headline_text: string;
|
|
12754
|
+
matter_gradient_light_on_title: string;
|
|
12755
|
+
matter_gradient_light_on_description_text: string;
|
|
12756
|
+
matter_gradient_light_off_title: string;
|
|
12757
|
+
matter_gradient_light_off_description_text: string;
|
|
12758
|
+
edit_timeschedule_headline_text: string;
|
|
12759
|
+
edit_wakeupschedule_headline_text: string;
|
|
12760
|
+
edit_sleepschedule_headline_text: string;
|
|
12761
|
+
edit_trigger_time_headline_text: string;
|
|
12762
|
+
edit_trigger_time_button_delete_text: string;
|
|
12763
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
12764
|
+
bio_ryhthm_reset_description_text: string;
|
|
12765
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
12766
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
12767
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
12768
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
12769
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
12770
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
12771
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
12772
|
+
contact_sensor_specific_settings: string;
|
|
12773
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
12774
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
12775
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
12776
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
12777
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
12778
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
12779
|
+
group_feature_music_secondsection_note: string;
|
|
12780
|
+
devicemusic_switch_tab_device: string;
|
|
12781
|
+
devicemusic_switch_tab_smartphone: string;
|
|
12782
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
12783
|
+
strip_lights_modes_meteor_text: string;
|
|
12784
|
+
strip_lights_modes_pileup_text: string;
|
|
12785
|
+
strip_lights_modes_rainbow_text: string;
|
|
12786
|
+
strip_lights_modes_rebound_text: string;
|
|
12787
|
+
strip_lights_modes_shuttle_text: string;
|
|
12788
|
+
strip_lights_modes_switch_text: string;
|
|
12789
|
+
strip_lights_modes_breath_text: string;
|
|
12790
|
+
strip_lights_modes_flash_text: string;
|
|
12791
|
+
strip_lights_modes_flashing_text: string;
|
|
12792
|
+
strip_lights_modes_flow_text: string;
|
|
12793
|
+
strip_lights_modes_flutter_text: string;
|
|
12794
|
+
strip_lights_modes_follow_text: string;
|
|
12795
|
+
strip_lights_modes_fall_text: string;
|
|
12796
|
+
string_lights_modes_blink_text: string;
|
|
12797
|
+
string_lights_modes_chase_text: string;
|
|
12798
|
+
string_lights_modes_dazzle_text: string;
|
|
11530
12799
|
};
|
|
11531
12800
|
uk: {
|
|
11532
12801
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -11954,6 +13223,53 @@ declare const _default: {
|
|
|
11954
13223
|
groups_settings_power_on_behavior_disturbbox_note: string;
|
|
11955
13224
|
groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
|
|
11956
13225
|
groups_settings_power_on_behavior_secondbox_status_value2_description: string;
|
|
13226
|
+
add_matter_to_fabric_box4_text2: string;
|
|
13227
|
+
matter_gradient_overview_headline_text: string;
|
|
13228
|
+
matter_gradient_light_on_title: string;
|
|
13229
|
+
matter_gradient_light_on_description_text: string;
|
|
13230
|
+
matter_gradient_light_off_title: string;
|
|
13231
|
+
matter_gradient_light_off_description_text: string;
|
|
13232
|
+
edit_timeschedule_headline_text: string;
|
|
13233
|
+
edit_wakeupschedule_headline_text: string;
|
|
13234
|
+
edit_sleepschedule_headline_text: string;
|
|
13235
|
+
edit_trigger_time_headline_text: string;
|
|
13236
|
+
edit_trigger_time_button_delete_text: string;
|
|
13237
|
+
motion_detection_time_schedule_notifications_warning_text: string;
|
|
13238
|
+
bio_ryhthm_reset_description_text: string;
|
|
13239
|
+
timeschedule_add_schedule_devicestate_sec_warning_text: string;
|
|
13240
|
+
device_menu_contact_sensors_secondbox_text1: string;
|
|
13241
|
+
device_menu_contact_sensors_secondbox_text2: string;
|
|
13242
|
+
device_menu_contact_sensors_secondbox_text3: string;
|
|
13243
|
+
device_menu_motion_sensors_secondbox_text1: string;
|
|
13244
|
+
device_menu_motion_sensors_secondbox_text2: string;
|
|
13245
|
+
device_menu_motion_sensors_secondbox_text3: string;
|
|
13246
|
+
contact_sensor_specific_settings: string;
|
|
13247
|
+
add_new_dynamic_mood_strip_lights_field_topic_text: string;
|
|
13248
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
|
|
13249
|
+
add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
|
|
13250
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
|
|
13251
|
+
add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
|
|
13252
|
+
add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
|
|
13253
|
+
group_feature_music_secondsection_note: string;
|
|
13254
|
+
devicemusic_switch_tab_device: string;
|
|
13255
|
+
devicemusic_switch_tab_smartphone: string;
|
|
13256
|
+
devicemusic_switch_tab_device_sensitivity: string;
|
|
13257
|
+
strip_lights_modes_meteor_text: string;
|
|
13258
|
+
strip_lights_modes_pileup_text: string;
|
|
13259
|
+
strip_lights_modes_rainbow_text: string;
|
|
13260
|
+
strip_lights_modes_rebound_text: string;
|
|
13261
|
+
strip_lights_modes_shuttle_text: string;
|
|
13262
|
+
strip_lights_modes_switch_text: string;
|
|
13263
|
+
strip_lights_modes_breath_text: string;
|
|
13264
|
+
strip_lights_modes_flash_text: string;
|
|
13265
|
+
strip_lights_modes_flashing_text: string;
|
|
13266
|
+
strip_lights_modes_flow_text: string;
|
|
13267
|
+
strip_lights_modes_flutter_text: string;
|
|
13268
|
+
strip_lights_modes_follow_text: string;
|
|
13269
|
+
strip_lights_modes_fall_text: string;
|
|
13270
|
+
string_lights_modes_blink_text: string;
|
|
13271
|
+
string_lights_modes_chase_text: string;
|
|
13272
|
+
string_lights_modes_dazzle_text: string;
|
|
11957
13273
|
};
|
|
11958
13274
|
};
|
|
11959
13275
|
export default _default;
|