@ledvance/base 1.0.34 → 1.0.36
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/components/DeleteButton.tsx +36 -0
- package/src/components/FanAdjustView.tsx +44 -0
- package/src/i18n/strings.d.ts +420 -0
- package/src/i18n/strings.ts +114 -30
- package/src/models/modules/common.d.ts +13 -21
- package/src/utils/common.d.ts +22 -0
- package/src/utils/common.ts +33 -0
package/src/i18n/strings.d.ts
CHANGED
|
@@ -322,6 +322,8 @@ declare const _default: {
|
|
|
322
322
|
consumption_data_description_text: string;
|
|
323
323
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
324
324
|
consumption_data_field3_co2_topic_text: string;
|
|
325
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
326
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
325
327
|
consumption_data_price_per_kwh_headline_text: string;
|
|
326
328
|
consumption_data_price_per_kwh_description_text: string;
|
|
327
329
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -358,6 +360,19 @@ declare const _default: {
|
|
|
358
360
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
359
361
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
360
362
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
363
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
364
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
365
|
+
generation_data_description_text: string;
|
|
366
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
367
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
368
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
369
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
370
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
371
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
372
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
373
|
+
string_light_pp_field_sm_add_error1: string;
|
|
374
|
+
feature_activate_dialog_text: string;
|
|
375
|
+
edit_timeschedule_bttn_text: string;
|
|
361
376
|
};
|
|
362
377
|
cs: {
|
|
363
378
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -682,6 +697,8 @@ declare const _default: {
|
|
|
682
697
|
consumption_data_description_text: string;
|
|
683
698
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
684
699
|
consumption_data_field3_co2_topic_text: string;
|
|
700
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
701
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
685
702
|
consumption_data_price_per_kwh_headline_text: string;
|
|
686
703
|
consumption_data_price_per_kwh_description_text: string;
|
|
687
704
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -718,6 +735,19 @@ declare const _default: {
|
|
|
718
735
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
719
736
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
720
737
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
738
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
739
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
740
|
+
generation_data_description_text: string;
|
|
741
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
742
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
743
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
744
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
745
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
746
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
747
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
748
|
+
string_light_pp_field_sm_add_error1: string;
|
|
749
|
+
feature_activate_dialog_text: string;
|
|
750
|
+
edit_timeschedule_bttn_text: string;
|
|
721
751
|
};
|
|
722
752
|
en: {
|
|
723
753
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1042,6 +1072,8 @@ declare const _default: {
|
|
|
1042
1072
|
consumption_data_description_text: string;
|
|
1043
1073
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
1044
1074
|
consumption_data_field3_co2_topic_text: string;
|
|
1075
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
1076
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
1045
1077
|
consumption_data_price_per_kwh_headline_text: string;
|
|
1046
1078
|
consumption_data_price_per_kwh_description_text: string;
|
|
1047
1079
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -1078,6 +1110,19 @@ declare const _default: {
|
|
|
1078
1110
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
1079
1111
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
1080
1112
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
1113
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
1114
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
1115
|
+
generation_data_description_text: string;
|
|
1116
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
1117
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
1118
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
1119
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
1120
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
1121
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
1122
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
1123
|
+
string_light_pp_field_sm_add_error1: string;
|
|
1124
|
+
feature_activate_dialog_text: string;
|
|
1125
|
+
edit_timeschedule_bttn_text: string;
|
|
1081
1126
|
};
|
|
1082
1127
|
bg: {
|
|
1083
1128
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1402,6 +1447,8 @@ declare const _default: {
|
|
|
1402
1447
|
consumption_data_description_text: string;
|
|
1403
1448
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
1404
1449
|
consumption_data_field3_co2_topic_text: string;
|
|
1450
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
1451
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
1405
1452
|
consumption_data_price_per_kwh_headline_text: string;
|
|
1406
1453
|
consumption_data_price_per_kwh_description_text: string;
|
|
1407
1454
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -1438,6 +1485,19 @@ declare const _default: {
|
|
|
1438
1485
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
1439
1486
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
1440
1487
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
1488
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
1489
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
1490
|
+
generation_data_description_text: string;
|
|
1491
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
1492
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
1493
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
1494
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
1495
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
1496
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
1497
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
1498
|
+
string_light_pp_field_sm_add_error1: string;
|
|
1499
|
+
feature_activate_dialog_text: string;
|
|
1500
|
+
edit_timeschedule_bttn_text: string;
|
|
1441
1501
|
};
|
|
1442
1502
|
da: {
|
|
1443
1503
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1762,6 +1822,8 @@ declare const _default: {
|
|
|
1762
1822
|
consumption_data_description_text: string;
|
|
1763
1823
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
1764
1824
|
consumption_data_field3_co2_topic_text: string;
|
|
1825
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
1826
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
1765
1827
|
consumption_data_price_per_kwh_headline_text: string;
|
|
1766
1828
|
consumption_data_price_per_kwh_description_text: string;
|
|
1767
1829
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -1798,6 +1860,19 @@ declare const _default: {
|
|
|
1798
1860
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
1799
1861
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
1800
1862
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
1863
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
1864
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
1865
|
+
generation_data_description_text: string;
|
|
1866
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
1867
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
1868
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
1869
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
1870
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
1871
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
1872
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
1873
|
+
string_light_pp_field_sm_add_error1: string;
|
|
1874
|
+
feature_activate_dialog_text: string;
|
|
1875
|
+
edit_timeschedule_bttn_text: string;
|
|
1801
1876
|
};
|
|
1802
1877
|
de: {
|
|
1803
1878
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2122,6 +2197,8 @@ declare const _default: {
|
|
|
2122
2197
|
consumption_data_description_text: string;
|
|
2123
2198
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
2124
2199
|
consumption_data_field3_co2_topic_text: string;
|
|
2200
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
2201
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
2125
2202
|
consumption_data_price_per_kwh_headline_text: string;
|
|
2126
2203
|
consumption_data_price_per_kwh_description_text: string;
|
|
2127
2204
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -2158,6 +2235,19 @@ declare const _default: {
|
|
|
2158
2235
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
2159
2236
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
2160
2237
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
2238
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
2239
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
2240
|
+
generation_data_description_text: string;
|
|
2241
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
2242
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
2243
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
2244
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
2245
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
2246
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
2247
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
2248
|
+
string_light_pp_field_sm_add_error1: string;
|
|
2249
|
+
feature_activate_dialog_text: string;
|
|
2250
|
+
edit_timeschedule_bttn_text: string;
|
|
2161
2251
|
};
|
|
2162
2252
|
el: {
|
|
2163
2253
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2482,6 +2572,8 @@ declare const _default: {
|
|
|
2482
2572
|
consumption_data_description_text: string;
|
|
2483
2573
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
2484
2574
|
consumption_data_field3_co2_topic_text: string;
|
|
2575
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
2576
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
2485
2577
|
consumption_data_price_per_kwh_headline_text: string;
|
|
2486
2578
|
consumption_data_price_per_kwh_description_text: string;
|
|
2487
2579
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -2518,6 +2610,19 @@ declare const _default: {
|
|
|
2518
2610
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
2519
2611
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
2520
2612
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
2613
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
2614
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
2615
|
+
generation_data_description_text: string;
|
|
2616
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
2617
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
2618
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
2619
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
2620
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
2621
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
2622
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
2623
|
+
string_light_pp_field_sm_add_error1: string;
|
|
2624
|
+
feature_activate_dialog_text: string;
|
|
2625
|
+
edit_timeschedule_bttn_text: string;
|
|
2521
2626
|
};
|
|
2522
2627
|
es: {
|
|
2523
2628
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2842,6 +2947,8 @@ declare const _default: {
|
|
|
2842
2947
|
consumption_data_description_text: string;
|
|
2843
2948
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
2844
2949
|
consumption_data_field3_co2_topic_text: string;
|
|
2950
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
2951
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
2845
2952
|
consumption_data_price_per_kwh_headline_text: string;
|
|
2846
2953
|
consumption_data_price_per_kwh_description_text: string;
|
|
2847
2954
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -2878,6 +2985,19 @@ declare const _default: {
|
|
|
2878
2985
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
2879
2986
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
2880
2987
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
2988
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
2989
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
2990
|
+
generation_data_description_text: string;
|
|
2991
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
2992
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
2993
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
2994
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
2995
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
2996
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
2997
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
2998
|
+
string_light_pp_field_sm_add_error1: string;
|
|
2999
|
+
feature_activate_dialog_text: string;
|
|
3000
|
+
edit_timeschedule_bttn_text: string;
|
|
2881
3001
|
};
|
|
2882
3002
|
et: {
|
|
2883
3003
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3202,6 +3322,8 @@ declare const _default: {
|
|
|
3202
3322
|
consumption_data_description_text: string;
|
|
3203
3323
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
3204
3324
|
consumption_data_field3_co2_topic_text: string;
|
|
3325
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
3326
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
3205
3327
|
consumption_data_price_per_kwh_headline_text: string;
|
|
3206
3328
|
consumption_data_price_per_kwh_description_text: string;
|
|
3207
3329
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -3238,6 +3360,19 @@ declare const _default: {
|
|
|
3238
3360
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
3239
3361
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
3240
3362
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
3363
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
3364
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
3365
|
+
generation_data_description_text: string;
|
|
3366
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
3367
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
3368
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
3369
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
3370
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
3371
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
3372
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
3373
|
+
string_light_pp_field_sm_add_error1: string;
|
|
3374
|
+
feature_activate_dialog_text: string;
|
|
3375
|
+
edit_timeschedule_bttn_text: string;
|
|
3241
3376
|
};
|
|
3242
3377
|
fi: {
|
|
3243
3378
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3562,6 +3697,8 @@ declare const _default: {
|
|
|
3562
3697
|
consumption_data_description_text: string;
|
|
3563
3698
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
3564
3699
|
consumption_data_field3_co2_topic_text: string;
|
|
3700
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
3701
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
3565
3702
|
consumption_data_price_per_kwh_headline_text: string;
|
|
3566
3703
|
consumption_data_price_per_kwh_description_text: string;
|
|
3567
3704
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -3598,6 +3735,19 @@ declare const _default: {
|
|
|
3598
3735
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
3599
3736
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
3600
3737
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
3738
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
3739
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
3740
|
+
generation_data_description_text: string;
|
|
3741
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
3742
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
3743
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
3744
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
3745
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
3746
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
3747
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
3748
|
+
string_light_pp_field_sm_add_error1: string;
|
|
3749
|
+
feature_activate_dialog_text: string;
|
|
3750
|
+
edit_timeschedule_bttn_text: string;
|
|
3601
3751
|
};
|
|
3602
3752
|
fr: {
|
|
3603
3753
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3922,6 +4072,8 @@ declare const _default: {
|
|
|
3922
4072
|
consumption_data_description_text: string;
|
|
3923
4073
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
3924
4074
|
consumption_data_field3_co2_topic_text: string;
|
|
4075
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
4076
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
3925
4077
|
consumption_data_price_per_kwh_headline_text: string;
|
|
3926
4078
|
consumption_data_price_per_kwh_description_text: string;
|
|
3927
4079
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -3958,6 +4110,19 @@ declare const _default: {
|
|
|
3958
4110
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
3959
4111
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
3960
4112
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
4113
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
4114
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
4115
|
+
generation_data_description_text: string;
|
|
4116
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
4117
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
4118
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
4119
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
4120
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
4121
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
4122
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
4123
|
+
string_light_pp_field_sm_add_error1: string;
|
|
4124
|
+
feature_activate_dialog_text: string;
|
|
4125
|
+
edit_timeschedule_bttn_text: string;
|
|
3961
4126
|
};
|
|
3962
4127
|
hr: {
|
|
3963
4128
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4282,6 +4447,8 @@ declare const _default: {
|
|
|
4282
4447
|
consumption_data_description_text: string;
|
|
4283
4448
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
4284
4449
|
consumption_data_field3_co2_topic_text: string;
|
|
4450
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
4451
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
4285
4452
|
consumption_data_price_per_kwh_headline_text: string;
|
|
4286
4453
|
consumption_data_price_per_kwh_description_text: string;
|
|
4287
4454
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -4318,6 +4485,19 @@ declare const _default: {
|
|
|
4318
4485
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
4319
4486
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
4320
4487
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
4488
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
4489
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
4490
|
+
generation_data_description_text: string;
|
|
4491
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
4492
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
4493
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
4494
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
4495
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
4496
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
4497
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
4498
|
+
string_light_pp_field_sm_add_error1: string;
|
|
4499
|
+
feature_activate_dialog_text: string;
|
|
4500
|
+
edit_timeschedule_bttn_text: string;
|
|
4321
4501
|
};
|
|
4322
4502
|
hu: {
|
|
4323
4503
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4642,6 +4822,8 @@ declare const _default: {
|
|
|
4642
4822
|
consumption_data_description_text: string;
|
|
4643
4823
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
4644
4824
|
consumption_data_field3_co2_topic_text: string;
|
|
4825
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
4826
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
4645
4827
|
consumption_data_price_per_kwh_headline_text: string;
|
|
4646
4828
|
consumption_data_price_per_kwh_description_text: string;
|
|
4647
4829
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -4678,6 +4860,19 @@ declare const _default: {
|
|
|
4678
4860
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
4679
4861
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
4680
4862
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
4863
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
4864
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
4865
|
+
generation_data_description_text: string;
|
|
4866
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
4867
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
4868
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
4869
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
4870
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
4871
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
4872
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
4873
|
+
string_light_pp_field_sm_add_error1: string;
|
|
4874
|
+
feature_activate_dialog_text: string;
|
|
4875
|
+
edit_timeschedule_bttn_text: string;
|
|
4681
4876
|
};
|
|
4682
4877
|
it: {
|
|
4683
4878
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5002,6 +5197,8 @@ declare const _default: {
|
|
|
5002
5197
|
consumption_data_description_text: string;
|
|
5003
5198
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
5004
5199
|
consumption_data_field3_co2_topic_text: string;
|
|
5200
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
5201
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
5005
5202
|
consumption_data_price_per_kwh_headline_text: string;
|
|
5006
5203
|
consumption_data_price_per_kwh_description_text: string;
|
|
5007
5204
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -5038,6 +5235,19 @@ declare const _default: {
|
|
|
5038
5235
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
5039
5236
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
5040
5237
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
5238
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
5239
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
5240
|
+
generation_data_description_text: string;
|
|
5241
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
5242
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
5243
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
5244
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
5245
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
5246
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
5247
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
5248
|
+
string_light_pp_field_sm_add_error1: string;
|
|
5249
|
+
feature_activate_dialog_text: string;
|
|
5250
|
+
edit_timeschedule_bttn_text: string;
|
|
5041
5251
|
};
|
|
5042
5252
|
ko: {
|
|
5043
5253
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5362,6 +5572,8 @@ declare const _default: {
|
|
|
5362
5572
|
consumption_data_description_text: string;
|
|
5363
5573
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
5364
5574
|
consumption_data_field3_co2_topic_text: string;
|
|
5575
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
5576
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
5365
5577
|
consumption_data_price_per_kwh_headline_text: string;
|
|
5366
5578
|
consumption_data_price_per_kwh_description_text: string;
|
|
5367
5579
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -5398,6 +5610,19 @@ declare const _default: {
|
|
|
5398
5610
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
5399
5611
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
5400
5612
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
5613
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
5614
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
5615
|
+
generation_data_description_text: string;
|
|
5616
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
5617
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
5618
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
5619
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
5620
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
5621
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
5622
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
5623
|
+
string_light_pp_field_sm_add_error1: string;
|
|
5624
|
+
feature_activate_dialog_text: string;
|
|
5625
|
+
edit_timeschedule_bttn_text: string;
|
|
5401
5626
|
};
|
|
5402
5627
|
lt: {
|
|
5403
5628
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5722,6 +5947,8 @@ declare const _default: {
|
|
|
5722
5947
|
consumption_data_description_text: string;
|
|
5723
5948
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
5724
5949
|
consumption_data_field3_co2_topic_text: string;
|
|
5950
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
5951
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
5725
5952
|
consumption_data_price_per_kwh_headline_text: string;
|
|
5726
5953
|
consumption_data_price_per_kwh_description_text: string;
|
|
5727
5954
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -5758,6 +5985,19 @@ declare const _default: {
|
|
|
5758
5985
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
5759
5986
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
5760
5987
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
5988
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
5989
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
5990
|
+
generation_data_description_text: string;
|
|
5991
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
5992
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
5993
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
5994
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
5995
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
5996
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
5997
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
5998
|
+
string_light_pp_field_sm_add_error1: string;
|
|
5999
|
+
feature_activate_dialog_text: string;
|
|
6000
|
+
edit_timeschedule_bttn_text: string;
|
|
5761
6001
|
};
|
|
5762
6002
|
lv: {
|
|
5763
6003
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -6082,6 +6322,8 @@ declare const _default: {
|
|
|
6082
6322
|
consumption_data_description_text: string;
|
|
6083
6323
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
6084
6324
|
consumption_data_field3_co2_topic_text: string;
|
|
6325
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
6326
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
6085
6327
|
consumption_data_price_per_kwh_headline_text: string;
|
|
6086
6328
|
consumption_data_price_per_kwh_description_text: string;
|
|
6087
6329
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -6118,6 +6360,19 @@ declare const _default: {
|
|
|
6118
6360
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
6119
6361
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
6120
6362
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
6363
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
6364
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
6365
|
+
generation_data_description_text: string;
|
|
6366
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
6367
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
6368
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
6369
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
6370
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
6371
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
6372
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
6373
|
+
string_light_pp_field_sm_add_error1: string;
|
|
6374
|
+
feature_activate_dialog_text: string;
|
|
6375
|
+
edit_timeschedule_bttn_text: string;
|
|
6121
6376
|
};
|
|
6122
6377
|
nb: {
|
|
6123
6378
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -6442,6 +6697,8 @@ declare const _default: {
|
|
|
6442
6697
|
consumption_data_description_text: string;
|
|
6443
6698
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
6444
6699
|
consumption_data_field3_co2_topic_text: string;
|
|
6700
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
6701
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
6445
6702
|
consumption_data_price_per_kwh_headline_text: string;
|
|
6446
6703
|
consumption_data_price_per_kwh_description_text: string;
|
|
6447
6704
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -6478,6 +6735,19 @@ declare const _default: {
|
|
|
6478
6735
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
6479
6736
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
6480
6737
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
6738
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
6739
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
6740
|
+
generation_data_description_text: string;
|
|
6741
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
6742
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
6743
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
6744
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
6745
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
6746
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
6747
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
6748
|
+
string_light_pp_field_sm_add_error1: string;
|
|
6749
|
+
feature_activate_dialog_text: string;
|
|
6750
|
+
edit_timeschedule_bttn_text: string;
|
|
6481
6751
|
};
|
|
6482
6752
|
nl: {
|
|
6483
6753
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -6802,6 +7072,8 @@ declare const _default: {
|
|
|
6802
7072
|
consumption_data_description_text: string;
|
|
6803
7073
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
6804
7074
|
consumption_data_field3_co2_topic_text: string;
|
|
7075
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
7076
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
6805
7077
|
consumption_data_price_per_kwh_headline_text: string;
|
|
6806
7078
|
consumption_data_price_per_kwh_description_text: string;
|
|
6807
7079
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -6838,6 +7110,19 @@ declare const _default: {
|
|
|
6838
7110
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
6839
7111
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
6840
7112
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
7113
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
7114
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
7115
|
+
generation_data_description_text: string;
|
|
7116
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
7117
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
7118
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
7119
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
7120
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
7121
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
7122
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
7123
|
+
string_light_pp_field_sm_add_error1: string;
|
|
7124
|
+
feature_activate_dialog_text: string;
|
|
7125
|
+
edit_timeschedule_bttn_text: string;
|
|
6841
7126
|
};
|
|
6842
7127
|
pl: {
|
|
6843
7128
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -7162,6 +7447,8 @@ declare const _default: {
|
|
|
7162
7447
|
consumption_data_description_text: string;
|
|
7163
7448
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
7164
7449
|
consumption_data_field3_co2_topic_text: string;
|
|
7450
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
7451
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
7165
7452
|
consumption_data_price_per_kwh_headline_text: string;
|
|
7166
7453
|
consumption_data_price_per_kwh_description_text: string;
|
|
7167
7454
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -7198,6 +7485,19 @@ declare const _default: {
|
|
|
7198
7485
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
7199
7486
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
7200
7487
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
7488
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
7489
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
7490
|
+
generation_data_description_text: string;
|
|
7491
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
7492
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
7493
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
7494
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
7495
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
7496
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
7497
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
7498
|
+
string_light_pp_field_sm_add_error1: string;
|
|
7499
|
+
feature_activate_dialog_text: string;
|
|
7500
|
+
edit_timeschedule_bttn_text: string;
|
|
7201
7501
|
};
|
|
7202
7502
|
'pt-BR': {
|
|
7203
7503
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -7522,6 +7822,8 @@ declare const _default: {
|
|
|
7522
7822
|
consumption_data_description_text: string;
|
|
7523
7823
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
7524
7824
|
consumption_data_field3_co2_topic_text: string;
|
|
7825
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
7826
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
7525
7827
|
consumption_data_price_per_kwh_headline_text: string;
|
|
7526
7828
|
consumption_data_price_per_kwh_description_text: string;
|
|
7527
7829
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -7558,6 +7860,19 @@ declare const _default: {
|
|
|
7558
7860
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
7559
7861
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
7560
7862
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
7863
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
7864
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
7865
|
+
generation_data_description_text: string;
|
|
7866
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
7867
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
7868
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
7869
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
7870
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
7871
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
7872
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
7873
|
+
string_light_pp_field_sm_add_error1: string;
|
|
7874
|
+
feature_activate_dialog_text: string;
|
|
7875
|
+
edit_timeschedule_bttn_text: string;
|
|
7561
7876
|
};
|
|
7562
7877
|
pt_BR: {
|
|
7563
7878
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -7882,6 +8197,8 @@ declare const _default: {
|
|
|
7882
8197
|
consumption_data_description_text: string;
|
|
7883
8198
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
7884
8199
|
consumption_data_field3_co2_topic_text: string;
|
|
8200
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
8201
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
7885
8202
|
consumption_data_price_per_kwh_headline_text: string;
|
|
7886
8203
|
consumption_data_price_per_kwh_description_text: string;
|
|
7887
8204
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -7918,6 +8235,19 @@ declare const _default: {
|
|
|
7918
8235
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
7919
8236
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
7920
8237
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
8238
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
8239
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
8240
|
+
generation_data_description_text: string;
|
|
8241
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
8242
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
8243
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
8244
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
8245
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
8246
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
8247
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
8248
|
+
string_light_pp_field_sm_add_error1: string;
|
|
8249
|
+
feature_activate_dialog_text: string;
|
|
8250
|
+
edit_timeschedule_bttn_text: string;
|
|
7921
8251
|
};
|
|
7922
8252
|
ro: {
|
|
7923
8253
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -8242,6 +8572,8 @@ declare const _default: {
|
|
|
8242
8572
|
consumption_data_description_text: string;
|
|
8243
8573
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
8244
8574
|
consumption_data_field3_co2_topic_text: string;
|
|
8575
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
8576
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
8245
8577
|
consumption_data_price_per_kwh_headline_text: string;
|
|
8246
8578
|
consumption_data_price_per_kwh_description_text: string;
|
|
8247
8579
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -8278,6 +8610,19 @@ declare const _default: {
|
|
|
8278
8610
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
8279
8611
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
8280
8612
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
8613
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
8614
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
8615
|
+
generation_data_description_text: string;
|
|
8616
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
8617
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
8618
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
8619
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
8620
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
8621
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
8622
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
8623
|
+
string_light_pp_field_sm_add_error1: string;
|
|
8624
|
+
feature_activate_dialog_text: string;
|
|
8625
|
+
edit_timeschedule_bttn_text: string;
|
|
8281
8626
|
};
|
|
8282
8627
|
ru: {
|
|
8283
8628
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -8602,6 +8947,8 @@ declare const _default: {
|
|
|
8602
8947
|
consumption_data_description_text: string;
|
|
8603
8948
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
8604
8949
|
consumption_data_field3_co2_topic_text: string;
|
|
8950
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
8951
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
8605
8952
|
consumption_data_price_per_kwh_headline_text: string;
|
|
8606
8953
|
consumption_data_price_per_kwh_description_text: string;
|
|
8607
8954
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -8638,6 +8985,19 @@ declare const _default: {
|
|
|
8638
8985
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
8639
8986
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
8640
8987
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
8988
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
8989
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
8990
|
+
generation_data_description_text: string;
|
|
8991
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
8992
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
8993
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
8994
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
8995
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
8996
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
8997
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
8998
|
+
string_light_pp_field_sm_add_error1: string;
|
|
8999
|
+
feature_activate_dialog_text: string;
|
|
9000
|
+
edit_timeschedule_bttn_text: string;
|
|
8641
9001
|
};
|
|
8642
9002
|
sk: {
|
|
8643
9003
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -8962,6 +9322,8 @@ declare const _default: {
|
|
|
8962
9322
|
consumption_data_description_text: string;
|
|
8963
9323
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
8964
9324
|
consumption_data_field3_co2_topic_text: string;
|
|
9325
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
9326
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
8965
9327
|
consumption_data_price_per_kwh_headline_text: string;
|
|
8966
9328
|
consumption_data_price_per_kwh_description_text: string;
|
|
8967
9329
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -8998,6 +9360,19 @@ declare const _default: {
|
|
|
8998
9360
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
8999
9361
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
9000
9362
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
9363
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
9364
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
9365
|
+
generation_data_description_text: string;
|
|
9366
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
9367
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
9368
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
9369
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
9370
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
9371
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
9372
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
9373
|
+
string_light_pp_field_sm_add_error1: string;
|
|
9374
|
+
feature_activate_dialog_text: string;
|
|
9375
|
+
edit_timeschedule_bttn_text: string;
|
|
9001
9376
|
};
|
|
9002
9377
|
sv: {
|
|
9003
9378
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -9322,6 +9697,8 @@ declare const _default: {
|
|
|
9322
9697
|
consumption_data_description_text: string;
|
|
9323
9698
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
9324
9699
|
consumption_data_field3_co2_topic_text: string;
|
|
9700
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
9701
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
9325
9702
|
consumption_data_price_per_kwh_headline_text: string;
|
|
9326
9703
|
consumption_data_price_per_kwh_description_text: string;
|
|
9327
9704
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -9358,6 +9735,19 @@ declare const _default: {
|
|
|
9358
9735
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
9359
9736
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
9360
9737
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
9738
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
9739
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
9740
|
+
generation_data_description_text: string;
|
|
9741
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
9742
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
9743
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
9744
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
9745
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
9746
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
9747
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
9748
|
+
string_light_pp_field_sm_add_error1: string;
|
|
9749
|
+
feature_activate_dialog_text: string;
|
|
9750
|
+
edit_timeschedule_bttn_text: string;
|
|
9361
9751
|
};
|
|
9362
9752
|
tr: {
|
|
9363
9753
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -9682,6 +10072,8 @@ declare const _default: {
|
|
|
9682
10072
|
consumption_data_description_text: string;
|
|
9683
10073
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
9684
10074
|
consumption_data_field3_co2_topic_text: string;
|
|
10075
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
10076
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
9685
10077
|
consumption_data_price_per_kwh_headline_text: string;
|
|
9686
10078
|
consumption_data_price_per_kwh_description_text: string;
|
|
9687
10079
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -9718,6 +10110,19 @@ declare const _default: {
|
|
|
9718
10110
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
9719
10111
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
9720
10112
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
10113
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
10114
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
10115
|
+
generation_data_description_text: string;
|
|
10116
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
10117
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
10118
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
10119
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
10120
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
10121
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
10122
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
10123
|
+
string_light_pp_field_sm_add_error1: string;
|
|
10124
|
+
feature_activate_dialog_text: string;
|
|
10125
|
+
edit_timeschedule_bttn_text: string;
|
|
9721
10126
|
};
|
|
9722
10127
|
uk: {
|
|
9723
10128
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -10042,6 +10447,8 @@ declare const _default: {
|
|
|
10042
10447
|
consumption_data_description_text: string;
|
|
10043
10448
|
consumption_data_price_per_kwh_currency_headline_text: string;
|
|
10044
10449
|
consumption_data_field3_co2_topic_text: string;
|
|
10450
|
+
consumption_data_field3_co2_topic_headline: string;
|
|
10451
|
+
consumption_data_monthly_overview_field1_text2: string;
|
|
10045
10452
|
consumption_data_price_per_kwh_headline_text: string;
|
|
10046
10453
|
consumption_data_price_per_kwh_description_text: string;
|
|
10047
10454
|
consumption_data_monthly_overview_field2_headline_text: string;
|
|
@@ -10078,6 +10485,19 @@ declare const _default: {
|
|
|
10078
10485
|
power_strip_feature_2_socket_2_text_min_off: string;
|
|
10079
10486
|
power_strip_feature_2_socket_3_text_min_on: string;
|
|
10080
10487
|
power_strip_feature_2_socket_3_text_min_off: string;
|
|
10488
|
+
power_strip_feature_2_socket_usb_text_min_off: string;
|
|
10489
|
+
power_strip_feature_2_socket_usb_text_min_on: string;
|
|
10490
|
+
generation_data_description_text: string;
|
|
10491
|
+
add_new_dynamic_mood_ceiling_fan_field_text: string;
|
|
10492
|
+
cancel_dialog_leave_unsaved_titel: string;
|
|
10493
|
+
cancel_dialog_leave_unsaved_randomtimecycle_note: string;
|
|
10494
|
+
cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
|
|
10495
|
+
cancel_dialog_leave_unsaved_sleepschedule_note: string;
|
|
10496
|
+
cancel_dialog_leave_unsaved_timeschedule_note: string;
|
|
10497
|
+
cancel_dialog_leave_unsaved_wakeupschedule_note: string;
|
|
10498
|
+
string_light_pp_field_sm_add_error1: string;
|
|
10499
|
+
feature_activate_dialog_text: string;
|
|
10500
|
+
edit_timeschedule_bttn_text: string;
|
|
10081
10501
|
};
|
|
10082
10502
|
};
|
|
10083
10503
|
export default _default;
|