@ledvance/base 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/i18n/strings.d.ts +207 -0
- package/src/i18n/strings.ts +615 -181
- package/src/utils/common.d.ts +1 -0
- package/src/utils/common.ts +4 -0
package/package.json
CHANGED
package/src/i18n/strings.d.ts
CHANGED
|
@@ -135,6 +135,7 @@ declare const _default: {
|
|
|
135
135
|
sleepwakeschedule_empty_information_text: string;
|
|
136
136
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
137
137
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
138
|
+
sleepwakeschedule_field_speed_text: string;
|
|
138
139
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
139
140
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
140
141
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -187,6 +188,14 @@ declare const _default: {
|
|
|
187
188
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
188
189
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
189
190
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
191
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
192
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
193
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
194
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
195
|
+
bio_ryhthm_default_field_text: string;
|
|
196
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
197
|
+
add_new_dynamic_mood_alert_text: string;
|
|
198
|
+
add_new_trigger_time_information_text: string;
|
|
190
199
|
};
|
|
191
200
|
cs: {
|
|
192
201
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -324,6 +333,7 @@ declare const _default: {
|
|
|
324
333
|
sleepwakeschedule_empty_information_text: string;
|
|
325
334
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
326
335
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
336
|
+
sleepwakeschedule_field_speed_text: string;
|
|
327
337
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
328
338
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
329
339
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -376,6 +386,14 @@ declare const _default: {
|
|
|
376
386
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
377
387
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
378
388
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
389
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
390
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
391
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
392
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
393
|
+
bio_ryhthm_default_field_text: string;
|
|
394
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
395
|
+
add_new_dynamic_mood_alert_text: string;
|
|
396
|
+
add_new_trigger_time_information_text: string;
|
|
379
397
|
};
|
|
380
398
|
en: {
|
|
381
399
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -513,6 +531,7 @@ declare const _default: {
|
|
|
513
531
|
sleepwakeschedule_empty_information_text: string;
|
|
514
532
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
515
533
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
534
|
+
sleepwakeschedule_field_speed_text: string;
|
|
516
535
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
517
536
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
518
537
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -565,6 +584,14 @@ declare const _default: {
|
|
|
565
584
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
566
585
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
567
586
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
587
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
588
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
589
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
590
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
591
|
+
bio_ryhthm_default_field_text: string;
|
|
592
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
593
|
+
add_new_dynamic_mood_alert_text: string;
|
|
594
|
+
add_new_trigger_time_information_text: string;
|
|
568
595
|
};
|
|
569
596
|
bg: {
|
|
570
597
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -702,6 +729,7 @@ declare const _default: {
|
|
|
702
729
|
sleepwakeschedule_empty_information_text: string;
|
|
703
730
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
704
731
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
732
|
+
sleepwakeschedule_field_speed_text: string;
|
|
705
733
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
706
734
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
707
735
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -754,6 +782,14 @@ declare const _default: {
|
|
|
754
782
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
755
783
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
756
784
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
785
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
786
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
787
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
788
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
789
|
+
bio_ryhthm_default_field_text: string;
|
|
790
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
791
|
+
add_new_dynamic_mood_alert_text: string;
|
|
792
|
+
add_new_trigger_time_information_text: string;
|
|
757
793
|
};
|
|
758
794
|
de: {
|
|
759
795
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -891,6 +927,7 @@ declare const _default: {
|
|
|
891
927
|
sleepwakeschedule_empty_information_text: string;
|
|
892
928
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
893
929
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
930
|
+
sleepwakeschedule_field_speed_text: string;
|
|
894
931
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
895
932
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
896
933
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -943,6 +980,14 @@ declare const _default: {
|
|
|
943
980
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
944
981
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
945
982
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
983
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
984
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
985
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
986
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
987
|
+
bio_ryhthm_default_field_text: string;
|
|
988
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
989
|
+
add_new_dynamic_mood_alert_text: string;
|
|
990
|
+
add_new_trigger_time_information_text: string;
|
|
946
991
|
};
|
|
947
992
|
el: {
|
|
948
993
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1080,6 +1125,7 @@ declare const _default: {
|
|
|
1080
1125
|
sleepwakeschedule_empty_information_text: string;
|
|
1081
1126
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
1082
1127
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
1128
|
+
sleepwakeschedule_field_speed_text: string;
|
|
1083
1129
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
1084
1130
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
1085
1131
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -1132,6 +1178,14 @@ declare const _default: {
|
|
|
1132
1178
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
1133
1179
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
1134
1180
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
1181
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
1182
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
1183
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
1184
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
1185
|
+
bio_ryhthm_default_field_text: string;
|
|
1186
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
1187
|
+
add_new_dynamic_mood_alert_text: string;
|
|
1188
|
+
add_new_trigger_time_information_text: string;
|
|
1135
1189
|
};
|
|
1136
1190
|
es: {
|
|
1137
1191
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1269,6 +1323,7 @@ declare const _default: {
|
|
|
1269
1323
|
sleepwakeschedule_empty_information_text: string;
|
|
1270
1324
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
1271
1325
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
1326
|
+
sleepwakeschedule_field_speed_text: string;
|
|
1272
1327
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
1273
1328
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
1274
1329
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -1321,6 +1376,14 @@ declare const _default: {
|
|
|
1321
1376
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
1322
1377
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
1323
1378
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
1379
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
1380
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
1381
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
1382
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
1383
|
+
bio_ryhthm_default_field_text: string;
|
|
1384
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
1385
|
+
add_new_dynamic_mood_alert_text: string;
|
|
1386
|
+
add_new_trigger_time_information_text: string;
|
|
1324
1387
|
};
|
|
1325
1388
|
fr: {
|
|
1326
1389
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1458,6 +1521,7 @@ declare const _default: {
|
|
|
1458
1521
|
sleepwakeschedule_empty_information_text: string;
|
|
1459
1522
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
1460
1523
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
1524
|
+
sleepwakeschedule_field_speed_text: string;
|
|
1461
1525
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
1462
1526
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
1463
1527
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -1510,6 +1574,14 @@ declare const _default: {
|
|
|
1510
1574
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
1511
1575
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
1512
1576
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
1577
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
1578
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
1579
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
1580
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
1581
|
+
bio_ryhthm_default_field_text: string;
|
|
1582
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
1583
|
+
add_new_dynamic_mood_alert_text: string;
|
|
1584
|
+
add_new_trigger_time_information_text: string;
|
|
1513
1585
|
};
|
|
1514
1586
|
hr: {
|
|
1515
1587
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1647,6 +1719,7 @@ declare const _default: {
|
|
|
1647
1719
|
sleepwakeschedule_empty_information_text: string;
|
|
1648
1720
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
1649
1721
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
1722
|
+
sleepwakeschedule_field_speed_text: string;
|
|
1650
1723
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
1651
1724
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
1652
1725
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -1699,6 +1772,14 @@ declare const _default: {
|
|
|
1699
1772
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
1700
1773
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
1701
1774
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
1775
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
1776
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
1777
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
1778
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
1779
|
+
bio_ryhthm_default_field_text: string;
|
|
1780
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
1781
|
+
add_new_dynamic_mood_alert_text: string;
|
|
1782
|
+
add_new_trigger_time_information_text: string;
|
|
1702
1783
|
};
|
|
1703
1784
|
hu: {
|
|
1704
1785
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1836,6 +1917,7 @@ declare const _default: {
|
|
|
1836
1917
|
sleepwakeschedule_empty_information_text: string;
|
|
1837
1918
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
1838
1919
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
1920
|
+
sleepwakeschedule_field_speed_text: string;
|
|
1839
1921
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
1840
1922
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
1841
1923
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -1888,6 +1970,14 @@ declare const _default: {
|
|
|
1888
1970
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
1889
1971
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
1890
1972
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
1973
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
1974
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
1975
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
1976
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
1977
|
+
bio_ryhthm_default_field_text: string;
|
|
1978
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
1979
|
+
add_new_dynamic_mood_alert_text: string;
|
|
1980
|
+
add_new_trigger_time_information_text: string;
|
|
1891
1981
|
};
|
|
1892
1982
|
it: {
|
|
1893
1983
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2025,6 +2115,7 @@ declare const _default: {
|
|
|
2025
2115
|
sleepwakeschedule_empty_information_text: string;
|
|
2026
2116
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
2027
2117
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
2118
|
+
sleepwakeschedule_field_speed_text: string;
|
|
2028
2119
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
2029
2120
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
2030
2121
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -2077,6 +2168,14 @@ declare const _default: {
|
|
|
2077
2168
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
2078
2169
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
2079
2170
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
2171
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
2172
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
2173
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
2174
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
2175
|
+
bio_ryhthm_default_field_text: string;
|
|
2176
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
2177
|
+
add_new_dynamic_mood_alert_text: string;
|
|
2178
|
+
add_new_trigger_time_information_text: string;
|
|
2080
2179
|
};
|
|
2081
2180
|
ko: {
|
|
2082
2181
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2214,6 +2313,7 @@ declare const _default: {
|
|
|
2214
2313
|
sleepwakeschedule_empty_information_text: string;
|
|
2215
2314
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
2216
2315
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
2316
|
+
sleepwakeschedule_field_speed_text: string;
|
|
2217
2317
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
2218
2318
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
2219
2319
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -2266,6 +2366,14 @@ declare const _default: {
|
|
|
2266
2366
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
2267
2367
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
2268
2368
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
2369
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
2370
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
2371
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
2372
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
2373
|
+
bio_ryhthm_default_field_text: string;
|
|
2374
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
2375
|
+
add_new_dynamic_mood_alert_text: string;
|
|
2376
|
+
add_new_trigger_time_information_text: string;
|
|
2269
2377
|
};
|
|
2270
2378
|
nb: {
|
|
2271
2379
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2403,6 +2511,7 @@ declare const _default: {
|
|
|
2403
2511
|
sleepwakeschedule_empty_information_text: string;
|
|
2404
2512
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
2405
2513
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
2514
|
+
sleepwakeschedule_field_speed_text: string;
|
|
2406
2515
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
2407
2516
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
2408
2517
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -2455,6 +2564,14 @@ declare const _default: {
|
|
|
2455
2564
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
2456
2565
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
2457
2566
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
2567
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
2568
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
2569
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
2570
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
2571
|
+
bio_ryhthm_default_field_text: string;
|
|
2572
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
2573
|
+
add_new_dynamic_mood_alert_text: string;
|
|
2574
|
+
add_new_trigger_time_information_text: string;
|
|
2458
2575
|
};
|
|
2459
2576
|
nl: {
|
|
2460
2577
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2592,6 +2709,7 @@ declare const _default: {
|
|
|
2592
2709
|
sleepwakeschedule_empty_information_text: string;
|
|
2593
2710
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
2594
2711
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
2712
|
+
sleepwakeschedule_field_speed_text: string;
|
|
2595
2713
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
2596
2714
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
2597
2715
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -2644,6 +2762,14 @@ declare const _default: {
|
|
|
2644
2762
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
2645
2763
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
2646
2764
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
2765
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
2766
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
2767
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
2768
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
2769
|
+
bio_ryhthm_default_field_text: string;
|
|
2770
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
2771
|
+
add_new_dynamic_mood_alert_text: string;
|
|
2772
|
+
add_new_trigger_time_information_text: string;
|
|
2647
2773
|
};
|
|
2648
2774
|
pl: {
|
|
2649
2775
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2781,6 +2907,7 @@ declare const _default: {
|
|
|
2781
2907
|
sleepwakeschedule_empty_information_text: string;
|
|
2782
2908
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
2783
2909
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
2910
|
+
sleepwakeschedule_field_speed_text: string;
|
|
2784
2911
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
2785
2912
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
2786
2913
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -2833,6 +2960,14 @@ declare const _default: {
|
|
|
2833
2960
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
2834
2961
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
2835
2962
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
2963
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
2964
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
2965
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
2966
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
2967
|
+
bio_ryhthm_default_field_text: string;
|
|
2968
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
2969
|
+
add_new_dynamic_mood_alert_text: string;
|
|
2970
|
+
add_new_trigger_time_information_text: string;
|
|
2836
2971
|
};
|
|
2837
2972
|
"pt-BR": {
|
|
2838
2973
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2970,6 +3105,7 @@ declare const _default: {
|
|
|
2970
3105
|
sleepwakeschedule_empty_information_text: string;
|
|
2971
3106
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
2972
3107
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
3108
|
+
sleepwakeschedule_field_speed_text: string;
|
|
2973
3109
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
2974
3110
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
2975
3111
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -3022,6 +3158,14 @@ declare const _default: {
|
|
|
3022
3158
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
3023
3159
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
3024
3160
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
3161
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
3162
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
3163
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
3164
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
3165
|
+
bio_ryhthm_default_field_text: string;
|
|
3166
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
3167
|
+
add_new_dynamic_mood_alert_text: string;
|
|
3168
|
+
add_new_trigger_time_information_text: string;
|
|
3025
3169
|
};
|
|
3026
3170
|
pt_BR: {
|
|
3027
3171
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3159,6 +3303,7 @@ declare const _default: {
|
|
|
3159
3303
|
sleepwakeschedule_empty_information_text: string;
|
|
3160
3304
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
3161
3305
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
3306
|
+
sleepwakeschedule_field_speed_text: string;
|
|
3162
3307
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
3163
3308
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
3164
3309
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -3211,6 +3356,14 @@ declare const _default: {
|
|
|
3211
3356
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
3212
3357
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
3213
3358
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
3359
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
3360
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
3361
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
3362
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
3363
|
+
bio_ryhthm_default_field_text: string;
|
|
3364
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
3365
|
+
add_new_dynamic_mood_alert_text: string;
|
|
3366
|
+
add_new_trigger_time_information_text: string;
|
|
3214
3367
|
};
|
|
3215
3368
|
ro: {
|
|
3216
3369
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3348,6 +3501,7 @@ declare const _default: {
|
|
|
3348
3501
|
sleepwakeschedule_empty_information_text: string;
|
|
3349
3502
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
3350
3503
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
3504
|
+
sleepwakeschedule_field_speed_text: string;
|
|
3351
3505
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
3352
3506
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
3353
3507
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -3400,6 +3554,14 @@ declare const _default: {
|
|
|
3400
3554
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
3401
3555
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
3402
3556
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
3557
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
3558
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
3559
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
3560
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
3561
|
+
bio_ryhthm_default_field_text: string;
|
|
3562
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
3563
|
+
add_new_dynamic_mood_alert_text: string;
|
|
3564
|
+
add_new_trigger_time_information_text: string;
|
|
3403
3565
|
};
|
|
3404
3566
|
ru: {
|
|
3405
3567
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3537,6 +3699,7 @@ declare const _default: {
|
|
|
3537
3699
|
sleepwakeschedule_empty_information_text: string;
|
|
3538
3700
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
3539
3701
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
3702
|
+
sleepwakeschedule_field_speed_text: string;
|
|
3540
3703
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
3541
3704
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
3542
3705
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -3589,6 +3752,14 @@ declare const _default: {
|
|
|
3589
3752
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
3590
3753
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
3591
3754
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
3755
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
3756
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
3757
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
3758
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
3759
|
+
bio_ryhthm_default_field_text: string;
|
|
3760
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
3761
|
+
add_new_dynamic_mood_alert_text: string;
|
|
3762
|
+
add_new_trigger_time_information_text: string;
|
|
3592
3763
|
};
|
|
3593
3764
|
sk: {
|
|
3594
3765
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3726,6 +3897,7 @@ declare const _default: {
|
|
|
3726
3897
|
sleepwakeschedule_empty_information_text: string;
|
|
3727
3898
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
3728
3899
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
3900
|
+
sleepwakeschedule_field_speed_text: string;
|
|
3729
3901
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
3730
3902
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
3731
3903
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -3778,6 +3950,14 @@ declare const _default: {
|
|
|
3778
3950
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
3779
3951
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
3780
3952
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
3953
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
3954
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
3955
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
3956
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
3957
|
+
bio_ryhthm_default_field_text: string;
|
|
3958
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
3959
|
+
add_new_dynamic_mood_alert_text: string;
|
|
3960
|
+
add_new_trigger_time_information_text: string;
|
|
3781
3961
|
};
|
|
3782
3962
|
sv: {
|
|
3783
3963
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3915,6 +4095,7 @@ declare const _default: {
|
|
|
3915
4095
|
sleepwakeschedule_empty_information_text: string;
|
|
3916
4096
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
3917
4097
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
4098
|
+
sleepwakeschedule_field_speed_text: string;
|
|
3918
4099
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
3919
4100
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
3920
4101
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -3967,6 +4148,14 @@ declare const _default: {
|
|
|
3967
4148
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
3968
4149
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
3969
4150
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
4151
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
4152
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
4153
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
4154
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
4155
|
+
bio_ryhthm_default_field_text: string;
|
|
4156
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
4157
|
+
add_new_dynamic_mood_alert_text: string;
|
|
4158
|
+
add_new_trigger_time_information_text: string;
|
|
3970
4159
|
};
|
|
3971
4160
|
tr: {
|
|
3972
4161
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4104,6 +4293,7 @@ declare const _default: {
|
|
|
4104
4293
|
sleepwakeschedule_empty_information_text: string;
|
|
4105
4294
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
4106
4295
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
4296
|
+
sleepwakeschedule_field_speed_text: string;
|
|
4107
4297
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
4108
4298
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
4109
4299
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -4156,6 +4346,14 @@ declare const _default: {
|
|
|
4156
4346
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
4157
4347
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
4158
4348
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
4349
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
4350
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
4351
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
4352
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
4353
|
+
bio_ryhthm_default_field_text: string;
|
|
4354
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
4355
|
+
add_new_dynamic_mood_alert_text: string;
|
|
4356
|
+
add_new_trigger_time_information_text: string;
|
|
4159
4357
|
};
|
|
4160
4358
|
uk: {
|
|
4161
4359
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4293,6 +4491,7 @@ declare const _default: {
|
|
|
4293
4491
|
sleepwakeschedule_empty_information_text: string;
|
|
4294
4492
|
sleepwakeschedule_field_3_Times_chips2_text: string;
|
|
4295
4493
|
sleepwakeschedule_field_3_Times_chips_text: string;
|
|
4494
|
+
sleepwakeschedule_field_speed_text: string;
|
|
4296
4495
|
cancel_dialog_delete_item_timeschedule_titel: string;
|
|
4297
4496
|
cancel_dialog_delete_item_sleepschedule_titel: string;
|
|
4298
4497
|
cancel_dialog_delete_item_wakeupschedule_titel: string;
|
|
@@ -4345,6 +4544,14 @@ declare const _default: {
|
|
|
4345
4544
|
timer_ceiling_fan_selectionfield_no_components_text: string;
|
|
4346
4545
|
timer_nightplug_active_timer_field_description_off_text: string;
|
|
4347
4546
|
timer_nightplug_active_timer_field_description_on_text: string;
|
|
4547
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
|
|
4548
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
|
|
4549
|
+
conflict_dialog_save_item_fixedtimecycle_description: string;
|
|
4550
|
+
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
4551
|
+
bio_ryhthm_default_field_text: string;
|
|
4552
|
+
timeschedule_add_schedule_no_device_warning_text: string;
|
|
4553
|
+
add_new_dynamic_mood_alert_text: string;
|
|
4554
|
+
add_new_trigger_time_information_text: string;
|
|
4348
4555
|
};
|
|
4349
4556
|
};
|
|
4350
4557
|
export default _default;
|