@ledvance/base 1.0.29 → 1.0.31
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/.prettierrc.js +0 -0
- package/package.json +1 -1
- package/src/components/DelteButton.tsx +36 -0
- package/src/i18n/strings.d.ts +420 -0
- package/src/i18n/strings.ts +57 -29
- 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/.prettierrc.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { TouchableOpacity, Text, StyleProp, ViewStyle, TextStyle } from 'react-native'
|
|
3
|
+
import { Utils } from 'tuya-panel-kit'
|
|
4
|
+
|
|
5
|
+
const cx = Utils.RatioUtils.convertX
|
|
6
|
+
interface DeleteButtonProps {
|
|
7
|
+
text: string,
|
|
8
|
+
onPress: () => void,
|
|
9
|
+
style?: StyleProp<ViewStyle>,
|
|
10
|
+
textStyle?: StyleProp<TextStyle>
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
const DeleteButton = (props: DeleteButtonProps) => {
|
|
14
|
+
const { text, onPress, style, textStyle } = props
|
|
15
|
+
return (
|
|
16
|
+
<TouchableOpacity
|
|
17
|
+
onPress={onPress}
|
|
18
|
+
style={[{
|
|
19
|
+
width: '100%',
|
|
20
|
+
height: cx(50),
|
|
21
|
+
backgroundColor: '#666',
|
|
22
|
+
alignItems: 'center',
|
|
23
|
+
justifyContent: 'center',
|
|
24
|
+
borderRadius: cx(8)
|
|
25
|
+
}, style]}
|
|
26
|
+
>
|
|
27
|
+
<Text style={[{
|
|
28
|
+
color: '#fff',
|
|
29
|
+
fontSize: cx(16),
|
|
30
|
+
fontFamily: 'helvetica_neue_lt_std_bd'
|
|
31
|
+
}, textStyle]}>{text}</Text>
|
|
32
|
+
</TouchableOpacity>
|
|
33
|
+
)
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export default DeleteButton
|
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;
|
package/src/i18n/strings.ts
CHANGED
|
@@ -371,7 +371,8 @@ export default {
|
|
|
371
371
|
cancel_dialog_leave_unsaved_timeschedule_note: "لاحظ أن تغييراتك ستفقد إذا تركت تحرير الجدول.",
|
|
372
372
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "لاحظ أن تغييراتك ستفقد إذا تركت تحرير جدول الاستيقاظ.",
|
|
373
373
|
string_light_pp_field_sm_add_error1: "الاسم قيد الاستخدام بالفعل.",
|
|
374
|
-
feature_activate_dialog_text: "لاحظ أنه من الضروري تشغيل الجهاز لتمكين هذه الميزة."
|
|
374
|
+
feature_activate_dialog_text: "لاحظ أنه من الضروري تشغيل الجهاز لتمكين هذه الميزة.",
|
|
375
|
+
edit_timeschedule_bttn_text: "حذف الجدول الزمني"
|
|
375
376
|
},
|
|
376
377
|
cs: {
|
|
377
378
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -745,7 +746,8 @@ export default {
|
|
|
745
746
|
cancel_dialog_leave_unsaved_timeschedule_note: "Pokud úpravu rozvrhu ukončíte, vaše změny budou ztraceny.",
|
|
746
747
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Pokud úpravu rozvrhu probuzení ukončíte, vaše změny budou ztraceny.",
|
|
747
748
|
string_light_pp_field_sm_add_error1: "Tento název je již používán.",
|
|
748
|
-
feature_activate_dialog_text: "Aby mohla být tato funkce povolena, musí být zařízení zapnuté."
|
|
749
|
+
feature_activate_dialog_text: "Aby mohla být tato funkce povolena, musí být zařízení zapnuté.",
|
|
750
|
+
edit_timeschedule_bttn_text: "Smazat rozvrh"
|
|
749
751
|
},
|
|
750
752
|
en: {
|
|
751
753
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -1119,7 +1121,8 @@ export default {
|
|
|
1119
1121
|
cancel_dialog_leave_unsaved_timeschedule_note: "Note that your changes will be lost if you leave edit the schedule.",
|
|
1120
1122
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Note that your changes will be lost if you leave edit the wake up schedule.",
|
|
1121
1123
|
string_light_pp_field_sm_add_error1: "The name is already in use.",
|
|
1122
|
-
feature_activate_dialog_text: "Note that it is necessary that the device is turned on to enable this feature."
|
|
1124
|
+
feature_activate_dialog_text: "Note that it is necessary that the device is turned on to enable this feature.",
|
|
1125
|
+
edit_timeschedule_bttn_text: "Delete schedule"
|
|
1123
1126
|
},
|
|
1124
1127
|
bg: {
|
|
1125
1128
|
add_new_dynamic_mood_color_changing_mode_value: "Градиент",
|
|
@@ -1493,7 +1496,8 @@ export default {
|
|
|
1493
1496
|
cancel_dialog_leave_unsaved_timeschedule_note: "Имайте предвид, че вашите промени ще бъдат загубени, ако напуснете редактиране на графика.",
|
|
1494
1497
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Имайте предвид, че вашите промени ще бъдат загубени, ако напуснете редактиране на графика за събуждане.",
|
|
1495
1498
|
string_light_pp_field_sm_add_error1: "Името вече се използва.",
|
|
1496
|
-
feature_activate_dialog_text: "Имайте предвид, че е необходимо устройството да е включено, за да активирате тази функция."
|
|
1499
|
+
feature_activate_dialog_text: "Имайте предвид, че е необходимо устройството да е включено, за да активирате тази функция.",
|
|
1500
|
+
edit_timeschedule_bttn_text: "Изтриване на график"
|
|
1497
1501
|
},
|
|
1498
1502
|
da: {
|
|
1499
1503
|
add_new_dynamic_mood_color_changing_mode_value: "Gradvist",
|
|
@@ -1867,7 +1871,8 @@ export default {
|
|
|
1867
1871
|
cancel_dialog_leave_unsaved_timeschedule_note: "Bemærk, at dine ændringer vil gå tabt, hvis du forlader 'rediger tidsplan'.",
|
|
1868
1872
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Bemærk, at dine ændringer vil gå tabt, hvis du forlader 'rediger vågn op-rutine'.",
|
|
1869
1873
|
string_light_pp_field_sm_add_error1: "Navnet er allerede i brug.",
|
|
1870
|
-
feature_activate_dialog_text: "Bemærk, at det er nødvendigt, at enheden er tændt for at aktivere denne funktion."
|
|
1874
|
+
feature_activate_dialog_text: "Bemærk, at det er nødvendigt, at enheden er tændt for at aktivere denne funktion.",
|
|
1875
|
+
edit_timeschedule_bttn_text: "Slet tidsplan"
|
|
1871
1876
|
},
|
|
1872
1877
|
de: {
|
|
1873
1878
|
add_new_dynamic_mood_color_changing_mode_value: "Fließend",
|
|
@@ -2241,7 +2246,8 @@ export default {
|
|
|
2241
2246
|
cancel_dialog_leave_unsaved_timeschedule_note: "Beachte, dass deine Änderungen verloren gehen, wenn Du die Bearbeitung des Zeitplans verlässt.",
|
|
2242
2247
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Beachte, dass deine Änderungen verloren gehen, wenn Du die Bearbeitung des Weckplans verlässt.",
|
|
2243
2248
|
string_light_pp_field_sm_add_error1: "Der Name wird bereits verwendet.",
|
|
2244
|
-
feature_activate_dialog_text: "Beachte, dass das Gerät eingeschaltet sein muss, um diese Funktion zu aktivieren."
|
|
2249
|
+
feature_activate_dialog_text: "Beachte, dass das Gerät eingeschaltet sein muss, um diese Funktion zu aktivieren.",
|
|
2250
|
+
edit_timeschedule_bttn_text: "Zeitplan löschen"
|
|
2245
2251
|
},
|
|
2246
2252
|
el: {
|
|
2247
2253
|
add_new_dynamic_mood_color_changing_mode_value: "Διαβάθμιση",
|
|
@@ -2615,7 +2621,8 @@ export default {
|
|
|
2615
2621
|
cancel_dialog_leave_unsaved_timeschedule_note: "Σημειώστε ότι οι αλλαγές σας θα χαθούν αν φύγετε από την επεξεργασία του προγράμματος.",
|
|
2616
2622
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Σημειώστε ότι οι αλλαγές σας θα χαθούν αν αποχωρήσετε από την επεξεργασία του προγράμματος αφύπνισης.",
|
|
2617
2623
|
string_light_pp_field_sm_add_error1: "Το όνομα χρησιμοποιείται ήδη.",
|
|
2618
|
-
feature_activate_dialog_text: "Σημειώστε ότι είναι απαραίτητο η συσκευή να είναι ενεργοποιημένη για να ενεργοποιήσετε αυτή τη λειτουργία."
|
|
2624
|
+
feature_activate_dialog_text: "Σημειώστε ότι είναι απαραίτητο η συσκευή να είναι ενεργοποιημένη για να ενεργοποιήσετε αυτή τη λειτουργία.",
|
|
2625
|
+
edit_timeschedule_bttn_text: "Διαγραφή προγράμματος"
|
|
2619
2626
|
},
|
|
2620
2627
|
es: {
|
|
2621
2628
|
add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
|
|
@@ -2989,7 +2996,8 @@ export default {
|
|
|
2989
2996
|
cancel_dialog_leave_unsaved_timeschedule_note: "Ten en cuenta que tus cambios se perderán si dejas de editar el horario.",
|
|
2990
2997
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Ten en cuenta que los cambios se perderán si dejas de editar el horario de despertador.",
|
|
2991
2998
|
string_light_pp_field_sm_add_error1: "El nombre ya está en uso.",
|
|
2992
|
-
feature_activate_dialog_text: "Ten en cuenta que es necesario que el dispositivo esté encendido para habilitar esta función"
|
|
2999
|
+
feature_activate_dialog_text: "Ten en cuenta que es necesario que el dispositivo esté encendido para habilitar esta función",
|
|
3000
|
+
edit_timeschedule_bttn_text: "Eliminar horario"
|
|
2993
3001
|
},
|
|
2994
3002
|
et: {
|
|
2995
3003
|
add_new_dynamic_mood_color_changing_mode_value: "Muutmisaste",
|
|
@@ -3363,7 +3371,8 @@ export default {
|
|
|
3363
3371
|
cancel_dialog_leave_unsaved_timeschedule_note: "Pane tähele, et ajakava muutmisest loobumisel lähevad sinu muudatused kaotsi.",
|
|
3364
3372
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Pane tähele, et äratuse ajakava muutmisest loobumisel lähevad sinu muudatused kaotsi.",
|
|
3365
3373
|
string_light_pp_field_sm_add_error1: "Nimi on juba kasutusel.",
|
|
3366
|
-
feature_activate_dialog_text: "Pane tähele, et selle funktsiooni aktiveerimiseks peab seade olema sisse lülitatud."
|
|
3374
|
+
feature_activate_dialog_text: "Pane tähele, et selle funktsiooni aktiveerimiseks peab seade olema sisse lülitatud.",
|
|
3375
|
+
edit_timeschedule_bttn_text: "Kustuta ajakava"
|
|
3367
3376
|
},
|
|
3368
3377
|
fi: {
|
|
3369
3378
|
add_new_dynamic_mood_color_changing_mode_value: "Liukuva",
|
|
@@ -3737,7 +3746,8 @@ export default {
|
|
|
3737
3746
|
cancel_dialog_leave_unsaved_timeschedule_note: "Huomaa, että muutokset menetetään, jos poistut aikataulun muokkauksesta.",
|
|
3738
3747
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Huomaa, että muutokset menetetään, jos poistut herätysaikataulun muokkauksesta.",
|
|
3739
3748
|
string_light_pp_field_sm_add_error1: "Nimi on jo käytössä.",
|
|
3740
|
-
feature_activate_dialog_text: "Huomaa, että laitteen on oltava päällä, jotta tämä ominaisuus voidaan ottaa käyttöön."
|
|
3749
|
+
feature_activate_dialog_text: "Huomaa, että laitteen on oltava päällä, jotta tämä ominaisuus voidaan ottaa käyttöön.",
|
|
3750
|
+
edit_timeschedule_bttn_text: "Poista aikataulu"
|
|
3741
3751
|
},
|
|
3742
3752
|
fr: {
|
|
3743
3753
|
add_new_dynamic_mood_color_changing_mode_value: "Fluide",
|
|
@@ -4111,7 +4121,8 @@ export default {
|
|
|
4111
4121
|
cancel_dialog_leave_unsaved_timeschedule_note: "Notez que vos modifications seront perdues si vous quittez l'édition du calendrier.",
|
|
4112
4122
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Notez que vos modifications seront perdues si vous laissez modifier l'horaire de réveil.",
|
|
4113
4123
|
string_light_pp_field_sm_add_error1: "Le nom est déjà utilisé.",
|
|
4114
|
-
feature_activate_dialog_text: "Notez qu'il est nécessaire que l'appareil soit allumé pour activer cette fonction."
|
|
4124
|
+
feature_activate_dialog_text: "Notez qu'il est nécessaire que l'appareil soit allumé pour activer cette fonction.",
|
|
4125
|
+
edit_timeschedule_bttn_text: "Delete schedule"
|
|
4115
4126
|
},
|
|
4116
4127
|
hr: {
|
|
4117
4128
|
add_new_dynamic_mood_color_changing_mode_value: "Prijelaz",
|
|
@@ -4485,7 +4496,8 @@ export default {
|
|
|
4485
4496
|
cancel_dialog_leave_unsaved_timeschedule_note: "Imajte na umu da će vaše promjene biti izgubljene ako napustite uređivanje rasporeda.",
|
|
4486
4497
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Imajte na umu da će vaše promjene biti izgubljene ako napustite uređivanje rasporeda buđenja.",
|
|
4487
4498
|
string_light_pp_field_sm_add_error1: "Naziv je već u upotrebi.",
|
|
4488
|
-
feature_activate_dialog_text: "Imajte na umu da je potrebno da je uređaj uključen kako bi se omogućila ova značajka."
|
|
4499
|
+
feature_activate_dialog_text: "Imajte na umu da je potrebno da je uređaj uključen kako bi se omogućila ova značajka.",
|
|
4500
|
+
edit_timeschedule_bttn_text: "Izbriši raspored"
|
|
4489
4501
|
},
|
|
4490
4502
|
hu: {
|
|
4491
4503
|
add_new_dynamic_mood_color_changing_mode_value: "Átmenet",
|
|
@@ -4859,7 +4871,8 @@ export default {
|
|
|
4859
4871
|
cancel_dialog_leave_unsaved_timeschedule_note: "Vegye figyelembe, hogy a módosítások elvesznek, ha kilép az ütemezés szerkesztéséből.",
|
|
4860
4872
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Vegye figyelembe, hogy a módosítások elvesznek, ha kilép az ébresztési ütemezés szerkesztéséből.",
|
|
4861
4873
|
string_light_pp_field_sm_add_error1: "A név már használatban van.",
|
|
4862
|
-
feature_activate_dialog_text: "Ne feledje, hogy a funkció engedélyezéséhez be kell kapcsolni az eszközt."
|
|
4874
|
+
feature_activate_dialog_text: "Ne feledje, hogy a funkció engedélyezéséhez be kell kapcsolni az eszközt.",
|
|
4875
|
+
edit_timeschedule_bttn_text: "Ütemezés törlése"
|
|
4863
4876
|
},
|
|
4864
4877
|
it: {
|
|
4865
4878
|
add_new_dynamic_mood_color_changing_mode_value: "Fluido",
|
|
@@ -5233,7 +5246,8 @@ export default {
|
|
|
5233
5246
|
cancel_dialog_leave_unsaved_timeschedule_note: "Attenzione: i dati inseriti saranno cancellati se interrompi la modifica del programma orario.",
|
|
5234
5247
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Attenzione: i dati inseriti saranno cancellati se interrompi la modifica del programma risveglio.",
|
|
5235
5248
|
string_light_pp_field_sm_add_error1: "Il nome è già in uso.",
|
|
5236
|
-
feature_activate_dialog_text: "Attenzione: è necessario che il dispositivo sia acceso per attivare questa funzione."
|
|
5249
|
+
feature_activate_dialog_text: "Attenzione: è necessario che il dispositivo sia acceso per attivare questa funzione.",
|
|
5250
|
+
edit_timeschedule_bttn_text: "Elimina programmazione"
|
|
5237
5251
|
},
|
|
5238
5252
|
ko: {
|
|
5239
5253
|
add_new_dynamic_mood_color_changing_mode_value: "그래디언트",
|
|
@@ -5607,7 +5621,8 @@ export default {
|
|
|
5607
5621
|
cancel_dialog_leave_unsaved_timeschedule_note: "일정 편집에서 나가면 변경 사항이 손실됩니다.",
|
|
5608
5622
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "기상 일정 편집에서 나가면 변경 사항이 손실됩니다.",
|
|
5609
5623
|
string_light_pp_field_sm_add_error1: "이미 사용 중인 이름입니다.",
|
|
5610
|
-
feature_activate_dialog_text: "이 기능을 활성화하려면 장치가 켜져 있어야 합니다."
|
|
5624
|
+
feature_activate_dialog_text: "이 기능을 활성화하려면 장치가 켜져 있어야 합니다.",
|
|
5625
|
+
edit_timeschedule_bttn_text: "일정 삭제"
|
|
5611
5626
|
},
|
|
5612
5627
|
lt: {
|
|
5613
5628
|
add_new_dynamic_mood_color_changing_mode_value: "Gradientas",
|
|
@@ -5981,7 +5996,8 @@ export default {
|
|
|
5981
5996
|
cancel_dialog_leave_unsaved_timeschedule_note: "Žinokite, kad jūsų įvesti duomenys nebus išsaugoti, jei nebaigsite redaguoti grafiko.",
|
|
5982
5997
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Žinokite, kad jūsų įvesti duomenys nebus išsaugoti, jei nebaigsite redaguoti pabudimo grafiko.",
|
|
5983
5998
|
string_light_pp_field_sm_add_error1: "Toks vardas jau naudojamas.",
|
|
5984
|
-
feature_activate_dialog_text: "Žinokite, kad norint įjungti šią funkciją, būtina, kad įtaisas būtų įjungtas."
|
|
5999
|
+
feature_activate_dialog_text: "Žinokite, kad norint įjungti šią funkciją, būtina, kad įtaisas būtų įjungtas.",
|
|
6000
|
+
edit_timeschedule_bttn_text: "Ištrinti grafiką"
|
|
5985
6001
|
},
|
|
5986
6002
|
lv: {
|
|
5987
6003
|
add_new_dynamic_mood_color_changing_mode_value: "Gradients",
|
|
@@ -6355,7 +6371,8 @@ export default {
|
|
|
6355
6371
|
cancel_dialog_leave_unsaved_timeschedule_note: "Ņemiet vērā, ka izmaiņas tiks zaudētas, ja pametīsit grafika labošanu.",
|
|
6356
6372
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Ņemiet vērā, ka izmaiņas tiks zaudētas, ja pametīsit modināšanas grafika labošanu.",
|
|
6357
6373
|
string_light_pp_field_sm_add_error1: "Nosaukums jau tiek lietots.",
|
|
6358
|
-
feature_activate_dialog_text: "Ņemiet vērā, ka, lai iespējotu šo funkciju, ierīcei ir jābūt ieslēgtai."
|
|
6374
|
+
feature_activate_dialog_text: "Ņemiet vērā, ka, lai iespējotu šo funkciju, ierīcei ir jābūt ieslēgtai.",
|
|
6375
|
+
edit_timeschedule_bttn_text: "Dzēst grafiku"
|
|
6359
6376
|
},
|
|
6360
6377
|
nb: {
|
|
6361
6378
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -6729,7 +6746,8 @@ export default {
|
|
|
6729
6746
|
cancel_dialog_leave_unsaved_timeschedule_note: "Merk at endringene dine vil gå tapt hvis du forlater redigeringen av tidsplanen.",
|
|
6730
6747
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Merk at endringene dine vil gå tapt hvis du forlater redigering av våkneplanen.",
|
|
6731
6748
|
string_light_pp_field_sm_add_error1: "Navnet er allerede i bruk.",
|
|
6732
|
-
feature_activate_dialog_text: "Merk at det er nødvendig at enheten er slått på for å aktivere denne funksjonen."
|
|
6749
|
+
feature_activate_dialog_text: "Merk at det er nødvendig at enheten er slått på for å aktivere denne funksjonen.",
|
|
6750
|
+
edit_timeschedule_bttn_text: "Slett tidsplanen"
|
|
6733
6751
|
},
|
|
6734
6752
|
nl: {
|
|
6735
6753
|
add_new_dynamic_mood_color_changing_mode_value: "Verloop",
|
|
@@ -7103,7 +7121,8 @@ export default {
|
|
|
7103
7121
|
cancel_dialog_leave_unsaved_timeschedule_note: "Houd er rekening mee dat uw wijzigingen verloren gaan als u het schema bewerken verlaat.",
|
|
7104
7122
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Houd er rekening mee dat uw wijzigingen verloren gaan als u het wekschema bewerken verlaat.",
|
|
7105
7123
|
string_light_pp_field_sm_add_error1: "De naam is al in gebruik.",
|
|
7106
|
-
feature_activate_dialog_text: "Houdt er rekening mee dat het noodzakelijk is dat het apparaat is ingeschakeld om deze functie in te schakelen."
|
|
7124
|
+
feature_activate_dialog_text: "Houdt er rekening mee dat het noodzakelijk is dat het apparaat is ingeschakeld om deze functie in te schakelen.",
|
|
7125
|
+
edit_timeschedule_bttn_text: "Schema verwijderen"
|
|
7107
7126
|
},
|
|
7108
7127
|
pl: {
|
|
7109
7128
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -7429,7 +7448,7 @@ export default {
|
|
|
7429
7448
|
consumption_data_price_per_kwh_currency_headline_text: "Waluta",
|
|
7430
7449
|
consumption_data_field3_co2_topic_text: "Zaoszczędzony ekwiwalent CO2",
|
|
7431
7450
|
consumption_data_field3_co2_topic_headline: "Jak obliczany jest ekwiwalent CO2:",
|
|
7432
|
-
consumption_data_monthly_overview_field1_text2: "
|
|
7451
|
+
consumption_data_monthly_overview_field1_text2: "Zaoszczędzone pieniądze",
|
|
7433
7452
|
consumption_data_price_per_kwh_headline_text: "Cena za kWh",
|
|
7434
7453
|
consumption_data_price_per_kwh_description_text: "Aby obliczyć wydane lub zaoszczędzone pieniądze, musisz podać swoją cenę za kWh.",
|
|
7435
7454
|
consumption_data_monthly_overview_field2_headline_text: "Przegląd miesięczny",
|
|
@@ -7477,7 +7496,8 @@ export default {
|
|
|
7477
7496
|
cancel_dialog_leave_unsaved_timeschedule_note: "Pamiętaj, że zmiany zostaną utracone, jeśli opuścisz edycję harmonogramu.",
|
|
7478
7497
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Pamiętaj, że zmiany zostaną utracone, jeśli opuścisz edycję harmonogramu budzenia.",
|
|
7479
7498
|
string_light_pp_field_sm_add_error1: "Nazwa jest już używana.",
|
|
7480
|
-
feature_activate_dialog_text: "Zauważ, że konieczne jest, aby urządzenie było włączone, aby włączyć tę funkcję."
|
|
7499
|
+
feature_activate_dialog_text: "Zauważ, że konieczne jest, aby urządzenie było włączone, aby włączyć tę funkcję.",
|
|
7500
|
+
edit_timeschedule_bttn_text: "Usuń harmonogram"
|
|
7481
7501
|
},
|
|
7482
7502
|
'pt-BR': {
|
|
7483
7503
|
add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
|
|
@@ -7851,7 +7871,8 @@ export default {
|
|
|
7851
7871
|
cancel_dialog_leave_unsaved_timeschedule_note: "Observe que suas alterações serão perdidas se você deixar de editar a agenda.",
|
|
7852
7872
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Observe que suas alterações serão perdidas se você deixar de editar a programação de despertar.",
|
|
7853
7873
|
string_light_pp_field_sm_add_error1: "O nome já está em uso.",
|
|
7854
|
-
feature_activate_dialog_text: "Observe que é necessário que o dispositivo esteja ativado para ativar esse recurso."
|
|
7874
|
+
feature_activate_dialog_text: "Observe que é necessário que o dispositivo esteja ativado para ativar esse recurso.",
|
|
7875
|
+
edit_timeschedule_bttn_text: "Excluir programação"
|
|
7855
7876
|
},
|
|
7856
7877
|
'pt_BR': {
|
|
7857
7878
|
add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
|
|
@@ -8225,7 +8246,8 @@ export default {
|
|
|
8225
8246
|
cancel_dialog_leave_unsaved_timeschedule_note: "Observe que suas alterações serão perdidas se você deixar de editar a agenda.",
|
|
8226
8247
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Observe que suas alterações serão perdidas se você deixar de editar a programação de despertar.",
|
|
8227
8248
|
string_light_pp_field_sm_add_error1: "O nome já está em uso.",
|
|
8228
|
-
feature_activate_dialog_text: "Observe que é necessário que o dispositivo esteja ativado para ativar esse recurso."
|
|
8249
|
+
feature_activate_dialog_text: "Observe que é necessário que o dispositivo esteja ativado para ativar esse recurso.",
|
|
8250
|
+
edit_timeschedule_bttn_text: "Excluir programação"
|
|
8229
8251
|
},
|
|
8230
8252
|
ro: {
|
|
8231
8253
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -8599,7 +8621,8 @@ export default {
|
|
|
8599
8621
|
cancel_dialog_leave_unsaved_timeschedule_note: "Rețineți că modificările dvs. se vor pierde dacă părăsiți editarea programului.",
|
|
8600
8622
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Rețineți că modificările dvs. se vor pierde dacă părăsiți editați programul de trezire.",
|
|
8601
8623
|
string_light_pp_field_sm_add_error1: "Numele este deja utilizat.",
|
|
8602
|
-
feature_activate_dialog_text: "Rețineți că este necesar ca dispozitivul să fie pornit pentru a activa această funcție."
|
|
8624
|
+
feature_activate_dialog_text: "Rețineți că este necesar ca dispozitivul să fie pornit pentru a activa această funcție.",
|
|
8625
|
+
edit_timeschedule_bttn_text: "Ștergerea programului"
|
|
8603
8626
|
},
|
|
8604
8627
|
ru: {
|
|
8605
8628
|
add_new_dynamic_mood_color_changing_mode_value: "Градиент",
|
|
@@ -8973,7 +8996,8 @@ export default {
|
|
|
8973
8996
|
cancel_dialog_leave_unsaved_timeschedule_note: "Обратите внимание, что ваши изменения будут потеряны, если вы прекратите редактирование расписания.",
|
|
8974
8997
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Обратите внимание, что ваши изменения будут потеряны, если вы оставите редактирование расписания пробуждения.",
|
|
8975
8998
|
string_light_pp_field_sm_add_error1: "Это название уже используется.",
|
|
8976
|
-
feature_activate_dialog_text: "Обратите внимание, что для включения этой функции необходимо, чтобы устройство было включено."
|
|
8999
|
+
feature_activate_dialog_text: "Обратите внимание, что для включения этой функции необходимо, чтобы устройство было включено.",
|
|
9000
|
+
edit_timeschedule_bttn_text: "Удалить расписание"
|
|
8977
9001
|
},
|
|
8978
9002
|
sk: {
|
|
8979
9003
|
add_new_dynamic_mood_color_changing_mode_value: "Prechod",
|
|
@@ -9347,7 +9371,8 @@ export default {
|
|
|
9347
9371
|
cancel_dialog_leave_unsaved_timeschedule_note: "Upozorňujeme, že vaše zmeny sa stratia, ak opustíte úpravu plánu.",
|
|
9348
9372
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Upozorňujeme, že ak opustíte úpravu plánu budenia, vaše zmeny sa stratia.",
|
|
9349
9373
|
string_light_pp_field_sm_add_error1: "Tento názov sa už používa.",
|
|
9350
|
-
feature_activate_dialog_text: "Upozorňujeme, že na aktiváciu tejto funkcie je potrebné, aby bolo zariadenie zapnuté."
|
|
9374
|
+
feature_activate_dialog_text: "Upozorňujeme, že na aktiváciu tejto funkcie je potrebné, aby bolo zariadenie zapnuté.",
|
|
9375
|
+
edit_timeschedule_bttn_text: "Odstrániť plán"
|
|
9351
9376
|
},
|
|
9352
9377
|
sv: {
|
|
9353
9378
|
add_new_dynamic_mood_color_changing_mode_value: "Toning",
|
|
@@ -9721,7 +9746,8 @@ export default {
|
|
|
9721
9746
|
cancel_dialog_leave_unsaved_timeschedule_note: "Observera att dina ändringar går förlorade om du lämnar redigeringen av schemat.",
|
|
9722
9747
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Observera att dina ändringar kommer att gå förlorade om du lämnar redigeringen av väckningsschemat.",
|
|
9723
9748
|
string_light_pp_field_sm_add_error1: "Namnet används redan.",
|
|
9724
|
-
feature_activate_dialog_text: "Observera att enheten måste vara påslagen för att den här funktionen ska kunna aktiveras."
|
|
9749
|
+
feature_activate_dialog_text: "Observera att enheten måste vara påslagen för att den här funktionen ska kunna aktiveras.",
|
|
9750
|
+
edit_timeschedule_bttn_text: "Ta bort schema"
|
|
9725
9751
|
},
|
|
9726
9752
|
tr: {
|
|
9727
9753
|
add_new_dynamic_mood_color_changing_mode_value: "Gradyan",
|
|
@@ -10095,7 +10121,8 @@ export default {
|
|
|
10095
10121
|
cancel_dialog_leave_unsaved_timeschedule_note: "Programı düzenlemeyi bırakırsanız yaptığınız değişikliklerin kaybolacağını unutmayın.",
|
|
10096
10122
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Uyandırma programını düzenlemeyi bırakırsanız yaptığınız değişikliklerin kaybolacağını unutmayın.",
|
|
10097
10123
|
string_light_pp_field_sm_add_error1: "Bu isim zaten kullanılıyor.",
|
|
10098
|
-
feature_activate_dialog_text: "Bu özelliği etkinleştirmek için cihazın açık olması gerektiğini unutmayın."
|
|
10124
|
+
feature_activate_dialog_text: "Bu özelliği etkinleştirmek için cihazın açık olması gerektiğini unutmayın.",
|
|
10125
|
+
edit_timeschedule_bttn_text: "Programı sil"
|
|
10099
10126
|
},
|
|
10100
10127
|
uk: {
|
|
10101
10128
|
add_new_dynamic_mood_color_changing_mode_value: "Градієнт",
|
|
@@ -10469,6 +10496,7 @@ export default {
|
|
|
10469
10496
|
cancel_dialog_leave_unsaved_timeschedule_note: "Зверніть увагу, що ваші зміни будуть втрачені, якщо ви вийдете з редагування розкладу.",
|
|
10470
10497
|
cancel_dialog_leave_unsaved_wakeupschedule_note: "Зверніть увагу, що ваші зміни будуть втрачені, якщо ви залишите редагування розкладу пробудження.",
|
|
10471
10498
|
string_light_pp_field_sm_add_error1: "Назва вже використовується.",
|
|
10472
|
-
feature_activate_dialog_text: "Зверніть увагу, що для ввімкнення цієї функції пристрій має бути увімкненим."
|
|
10499
|
+
feature_activate_dialog_text: "Зверніть увагу, що для ввімкнення цієї функції пристрій має бути увімкненим.",
|
|
10500
|
+
edit_timeschedule_bttn_text: "Видалити розклад"
|
|
10473
10501
|
}
|
|
10474
10502
|
}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Observable } from 'rxjs/Observable';
|
|
3
|
-
import { ActionsObservable } from 'redux-observable';
|
|
1
|
+
import { DpValue } from 'tuya-panel-kit';
|
|
4
2
|
import 'rxjs/add/observable/fromPromise';
|
|
5
3
|
import 'rxjs/add/observable/of';
|
|
6
4
|
import 'rxjs/add/observable/merge';
|
|
@@ -18,27 +16,21 @@ export interface Log {
|
|
|
18
16
|
time: string;
|
|
19
17
|
isSend: boolean;
|
|
20
18
|
}
|
|
21
|
-
declare type Logs = Array<Log>;
|
|
22
|
-
declare type UpdateDevInfoPayload = DevInfo;
|
|
23
|
-
declare type UpdateDpStatePayload = Partial<DpState> & {
|
|
24
|
-
[key: string]: DpValue;
|
|
25
|
-
};
|
|
26
19
|
export declare const actions: {
|
|
27
|
-
devInfoChange:
|
|
28
|
-
deviceChange:
|
|
29
|
-
responseUpdateDp:
|
|
30
|
-
updateDp:
|
|
31
|
-
consoleChange:
|
|
32
|
-
clearConsole:
|
|
20
|
+
devInfoChange: any;
|
|
21
|
+
deviceChange: any;
|
|
22
|
+
responseUpdateDp: any;
|
|
23
|
+
updateDp: any;
|
|
24
|
+
consoleChange: any;
|
|
25
|
+
clearConsole: any;
|
|
33
26
|
};
|
|
34
|
-
export
|
|
27
|
+
export type Actions = {
|
|
35
28
|
[K in keyof typeof actions]: ReturnType<typeof actions[K]>;
|
|
36
29
|
};
|
|
37
30
|
export declare const reducers: {
|
|
38
|
-
dpState:
|
|
39
|
-
devInfo:
|
|
40
|
-
logs:
|
|
41
|
-
ldvModules:
|
|
31
|
+
dpState: any;
|
|
32
|
+
devInfo: any;
|
|
33
|
+
logs: any;
|
|
34
|
+
ldvModules: any;
|
|
42
35
|
};
|
|
43
|
-
export declare const epics: ((action$: ActionsObservable<
|
|
44
|
-
export {};
|
|
36
|
+
export declare const epics: ((action$: ActionsObservable<any>) => any)[];
|
package/src/utils/common.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare const loopText: (loop: any) => string;
|
|
2
|
+
export declare const loopTommorrowText: (loop: any, isTommorrow: any) => string;
|
|
2
3
|
export declare const toFixed: (str: any, count: any) => string;
|
|
3
4
|
export declare function getArray(arr: any, size: any): string[];
|
|
4
5
|
export declare function getWeek(weekString: any): number[];
|
|
@@ -10,3 +11,24 @@ export declare function getWeek(weekString: any): number[];
|
|
|
10
11
|
*/
|
|
11
12
|
export declare function spliceByStep(str: string, step: number): string[];
|
|
12
13
|
export declare function hex2Int(hex: string): number;
|
|
14
|
+
export declare const localeNumber: (v: number | string, fixed?: number) => string | number;
|
|
15
|
+
export declare const exportFile: (list: any) => void;
|
|
16
|
+
export declare const exportHistoryFile: (list: any) => void;
|
|
17
|
+
export declare const monthFormat: (v: number | string) => string;
|
|
18
|
+
export declare const tagTitle: string[];
|
|
19
|
+
export declare function isTimeSpanValid(timeData: any): number;
|
|
20
|
+
export declare function modifyPopup(beforeValue: object, editValue: object): boolean;
|
|
21
|
+
interface DialogProps {
|
|
22
|
+
method: 'alert' | 'confirm';
|
|
23
|
+
title: string;
|
|
24
|
+
showCancelText?: boolean;
|
|
25
|
+
showConfirmText?: boolean;
|
|
26
|
+
cancelText?: string;
|
|
27
|
+
confirmText?: string;
|
|
28
|
+
subTitle?: string;
|
|
29
|
+
onConfirm: (data: any, args: {
|
|
30
|
+
close: () => void;
|
|
31
|
+
}) => void;
|
|
32
|
+
}
|
|
33
|
+
export declare function showDialog(props: DialogProps): any;
|
|
34
|
+
export {};
|
package/src/utils/common.ts
CHANGED
|
@@ -4,6 +4,7 @@ import { formatNumber, openDownloadFile } from 'api/native';
|
|
|
4
4
|
import dayjs from "dayjs"
|
|
5
5
|
import RNFetchBlob from 'rn-fetch-blob';
|
|
6
6
|
import { isEqual } from "lodash"
|
|
7
|
+
import { Dialog } from 'tuya-panel-kit'
|
|
7
8
|
|
|
8
9
|
const loopsText = [
|
|
9
10
|
I18n.getLang('timeschedule_add_schedule_weekday7_text'),
|
|
@@ -206,3 +207,35 @@ export function modifyPopup(beforeValue:object, editValue:object){
|
|
|
206
207
|
return !isEqual(beforeValue, editValue)
|
|
207
208
|
}
|
|
208
209
|
|
|
210
|
+
// dialog
|
|
211
|
+
interface DialogProps {
|
|
212
|
+
method: 'alert' | 'confirm'
|
|
213
|
+
title: string
|
|
214
|
+
showCancelText?: boolean
|
|
215
|
+
showConfirmText?: boolean
|
|
216
|
+
cancelText?: string
|
|
217
|
+
confirmText?: string
|
|
218
|
+
subTitle?: string
|
|
219
|
+
onConfirm: (data: any, args: { close: () => void }) => void
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
export function showDialog(props: DialogProps){
|
|
223
|
+
const { method , showCancelText = true, showConfirmText = true, title, cancelText, confirmText, subTitle, onConfirm } = props
|
|
224
|
+
return (
|
|
225
|
+
method === 'confirm' ?
|
|
226
|
+
Dialog.confirm({
|
|
227
|
+
title: title,
|
|
228
|
+
cancelText: showCancelText && (cancelText || I18n.getLang('conflict_dialog_save_item_fixedtimecycle_answer_no_text')) || '',
|
|
229
|
+
confirmText: showConfirmText && (confirmText || I18n.getLang('conflict_dialog_save_item_fixedtimecycle_answer_yes_text')) || '',
|
|
230
|
+
subTitle,
|
|
231
|
+
onConfirm
|
|
232
|
+
})
|
|
233
|
+
:
|
|
234
|
+
Dialog.alert({
|
|
235
|
+
title: title,
|
|
236
|
+
confirmText: showConfirmText && (confirmText || I18n.getLang('conflict_dialog_save_item_fixedtimecycle_answer_yes_text')) || '',
|
|
237
|
+
subTitle,
|
|
238
|
+
onConfirm
|
|
239
|
+
})
|
|
240
|
+
)
|
|
241
|
+
}
|