@ledvance/base 1.2.82 → 1.2.83
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/.babelrc +31 -31
- package/.eslintignore +5 -5
- package/.eslintrc.js +27 -27
- package/.prettierrc.js +1 -1
- package/.versionrc +5 -5
- package/localazy.json +848 -848
- package/localazy.keys.json +4 -4
- package/package.json +74 -74
- package/rn-cli.config.js +8 -8
- package/src/api/native.d.ts +71 -71
- package/src/api/native.ts +423 -423
- package/src/api/nativeEventEmitter.d.ts +3 -3
- package/src/api/nativeEventEmitter.ts +125 -125
- package/src/components/AdvanceCard.d.ts +25 -25
- package/src/components/AdvanceCard.tsx +117 -117
- package/src/components/AdvanceList.d.ts +9 -9
- package/src/components/AdvanceList.tsx +69 -69
- package/src/components/ApplyForDeviceItem.d.ts +6 -6
- package/src/components/ApplyForDeviceItem.tsx +83 -83
- package/src/components/ApplyForDeviceList.d.ts +7 -7
- package/src/components/ApplyForDeviceList.tsx +61 -61
- package/src/components/ApplyForText.d.ts +6 -6
- package/src/components/ApplyForText.tsx +52 -52
- package/src/components/Card.d.ts +10 -10
- package/src/components/Card.tsx +40 -40
- package/src/components/Cell.d.ts +21 -21
- package/src/components/Cell.tsx +69 -69
- package/src/components/CircularProgress.d.ts +8 -8
- package/src/components/CircularProgress.tsx +42 -42
- package/src/components/ColorAdjustView.d.ts +12 -12
- package/src/components/ColorAdjustView.tsx +64 -64
- package/src/components/ColorExtractor.d.ts +73 -73
- package/src/components/ColorExtractor.tsx +374 -374
- package/src/components/ColorTempAdjustView.d.ts +13 -13
- package/src/components/ColorTempAdjustView.tsx +57 -57
- package/src/components/ColorsLine.d.ts +7 -7
- package/src/components/ColorsLine.tsx +47 -47
- package/src/components/CustomListDialog.d.ts +15 -15
- package/src/components/CustomListDialog.tsx +66 -65
- package/src/components/DeleteButton.d.ts +10 -10
- package/src/components/DeleteButton.tsx +40 -40
- package/src/components/Dialog.d.ts +10 -10
- package/src/components/Dialog.tsx +38 -38
- package/src/components/DrawToolView.d.ts +46 -46
- package/src/components/DrawToolView.tsx +262 -262
- package/src/components/FanAdjustView.d.ts +23 -23
- package/src/components/FanAdjustView.tsx +141 -141
- package/src/components/InfoText.d.ts +11 -11
- package/src/components/InfoText.tsx +45 -45
- package/src/components/LampAdjustView.d.ts +10 -10
- package/src/components/LampAdjustView.tsx +75 -75
- package/src/components/LampAdjustView2.d.ts +24 -24
- package/src/components/LampAdjustView2.tsx +104 -104
- package/src/components/LinearGradientLine.d.ts +9 -9
- package/src/components/LinearGradientLine.tsx +63 -63
- package/src/components/LoadingView.tsx +39 -39
- package/src/components/MoodColorsLine.d.ts +9 -9
- package/src/components/MoodColorsLine.tsx +38 -38
- package/src/components/Page.d.ts +21 -21
- package/src/components/Page.tsx +104 -104
- package/src/components/Popup.d.ts +7 -7
- package/src/components/Popup.tsx +71 -71
- package/src/components/Segmented.d.ts +14 -14
- package/src/components/Segmented.tsx +76 -76
- package/src/components/ShowSelect.d.ts +1 -1
- package/src/components/ShowSelect.tsx +158 -158
- package/src/components/SocketItem.d.ts +13 -13
- package/src/components/SocketItem.tsx +87 -87
- package/src/components/Spacer.d.ts +7 -7
- package/src/components/Spacer.tsx +13 -13
- package/src/components/Stepper.d.ts +19 -19
- package/src/components/Stepper.tsx +130 -130
- package/src/components/StripAdjustView.d.ts +16 -16
- package/src/components/StripAdjustView.tsx +129 -129
- package/src/components/StripLightView.d.ts +14 -14
- package/src/components/StripLightView.tsx +24 -24
- package/src/components/Summary.tsx +116 -116
- package/src/components/Tag.d.ts +8 -8
- package/src/components/Tag.tsx +56 -56
- package/src/components/TextButton.d.ts +9 -9
- package/src/components/TextButton.tsx +31 -31
- package/src/components/TextField.d.ts +9 -9
- package/src/components/TextField.tsx +92 -92
- package/src/components/TextFieldStyleButton.d.ts +8 -8
- package/src/components/TextFieldStyleButton.tsx +85 -85
- package/src/components/UATabTitle.d.ts +6 -6
- package/src/components/UATabTitle.tsx +31 -31
- package/src/components/UATabs.d.ts +12 -12
- package/src/components/UATabs.tsx +77 -77
- package/src/components/connect.d.ts +10 -10
- package/src/components/connect.tsx +20 -20
- package/src/components/ldvColorBrightness.d.ts +1 -1
- package/src/components/ldvColorBrightness.tsx +18 -18
- package/src/components/ldvColorSlider.d.ts +14 -14
- package/src/components/ldvColorSlider.tsx +131 -131
- package/src/components/ldvItemView.d.ts +12 -12
- package/src/components/ldvItemView.tsx +43 -43
- package/src/components/ldvPickerView.d.ts +13 -13
- package/src/components/ldvPickerView.tsx +97 -97
- package/src/components/ldvPresetView.d.ts +2 -2
- package/src/components/ldvPresetView.tsx +86 -86
- package/src/components/ldvSaturation.d.ts +2 -2
- package/src/components/ldvSaturation.tsx +22 -22
- package/src/components/ldvSlider.d.ts +15 -15
- package/src/components/ldvSlider.tsx +103 -103
- package/src/components/ldvSwitch.d.ts +10 -10
- package/src/components/ldvSwitch.tsx +52 -52
- package/src/components/ldvTemperatureSlider.d.ts +13 -13
- package/src/components/ldvTemperatureSlider.tsx +139 -139
- package/src/components/ldvTopBar.d.ts +10 -10
- package/src/components/ldvTopBar.tsx +76 -76
- package/src/components/ldvTopName.d.ts +9 -9
- package/src/components/ldvTopName.tsx +63 -63
- package/src/components/segmentControl.d.ts +1 -1
- package/src/components/segmentControl.tsx +65 -65
- package/src/components/weekSelect.d.ts +7 -7
- package/src/components/weekSelect.tsx +98 -98
- package/src/composeLayout.d.ts +30 -30
- package/src/composeLayout.tsx +261 -261
- package/src/config/dark-theme.ts +61 -61
- package/src/config/light-theme.ts +61 -61
- package/src/hooks/Hooks.d.ts +2 -2
- package/src/hooks/Hooks.ts +8 -8
- package/src/i18n/index.d.ts +16 -16
- package/src/i18n/index.ts +37 -37
- package/src/i18n/strings.d.ts +15953 -15953
- package/src/i18n/strings.ts +23723 -23723
- package/src/main.tsx +9 -9
- package/src/models/GlobalParams.d.ts +14 -14
- package/src/models/GlobalParams.ts +14 -14
- package/src/models/TuyaApi.d.ts +29 -29
- package/src/models/TuyaApi.ts +92 -92
- package/src/models/combine.d.ts +26 -26
- package/src/models/combine.ts +17 -17
- package/src/models/configureStore.d.ts +9 -9
- package/src/models/configureStore.ts +33 -33
- package/src/models/index.d.ts +31 -31
- package/src/models/index.ts +22 -22
- package/src/models/modules/NativePropsSlice.d.ts +61 -61
- package/src/models/modules/NativePropsSlice.tsx +467 -467
- package/src/models/modules/Result.d.ts +14 -14
- package/src/models/modules/Result.ts +15 -15
- package/src/models/modules/common.d.ts +44 -44
- package/src/models/modules/common.ts +161 -161
- package/src/res/index.d.ts +70 -70
- package/src/res/index.ts +73 -73
- package/src/utils/ColorParser.d.ts +66 -66
- package/src/utils/ColorParser.ts +189 -189
- package/src/utils/ColorUtils.d.ts +71 -71
- package/src/utils/ColorUtils.tsx +448 -448
- package/src/utils/Support.d.ts +13 -13
- package/src/utils/Support.ts +108 -108
- package/src/utils/TypeUtils.d.ts +3 -3
- package/src/utils/cctUtils.d.ts +1 -1
- package/src/utils/cctUtils.ts +110 -110
- package/src/utils/common.d.ts +35 -35
- package/src/utils/common.ts +379 -379
- package/src/utils/index.d.ts +26 -26
- package/src/utils/index.ts +191 -191
- package/src/utils/interface.d.ts +6 -6
- package/src/utils/interface.ts +50 -11
- package/src/utils/loopsCompare.d.ts +1 -1
- package/src/utils/loopsCompare.ts +62 -62
- package/tsconfig.json +50 -50
- package/update-localazy.py +52 -52
package/localazy.json
CHANGED
|
@@ -1,849 +1,849 @@
|
|
|
1
|
-
{
|
|
2
|
-
"conversion": {
|
|
3
|
-
"actions": {
|
|
4
|
-
"output": "strings.json",
|
|
5
|
-
"type": "json-multilingual",
|
|
6
|
-
"includeKeys": [
|
|
7
|
-
"MATCH:add_new_dynamic_mood_color_changing_mode_value",
|
|
8
|
-
"MATCH:power_off_memory_default_state_title",
|
|
9
|
-
"MATCH:sockets_ce",
|
|
10
|
-
"MATCH:history_overview_empty_information_text",
|
|
11
|
-
"MATCH:history_powerstrip_field1_text",
|
|
12
|
-
"MATCH:history_powerstrip_field1_text2",
|
|
13
|
-
"MATCH:history_contact_sensor_description_text",
|
|
14
|
-
"MATCH:power_off_memory_default_state_description",
|
|
15
|
-
"MATCH:power_off_memory_restore_memory_title",
|
|
16
|
-
"MATCH:power_off_memory_restore_memory_description",
|
|
17
|
-
"MATCH:power_off_memory_customized_description",
|
|
18
|
-
"MATCH:feature_summary_action_txt_1",
|
|
19
|
-
"MATCH:sockets_specific_settings_relay_status",
|
|
20
|
-
"MATCH:light_sources_specific_settings_power_off",
|
|
21
|
-
"MATCH:add_new_dynamic_mood_color_changing_mode_value2",
|
|
22
|
-
"MATCH:add_new_dynamic_mood_lights_field_headline2_text",
|
|
23
|
-
"MATCH:add_new_dynamic_mood_lights_field_saturation_text",
|
|
24
|
-
"MATCH:add_new_static_mood_headline_text",
|
|
25
|
-
"MATCH:add_new_static_mood_lights_field_brightness_text",
|
|
26
|
-
"MATCH:add_new_static_mood_lights_field_saturation_text",
|
|
27
|
-
"MATCH:add_new_static_mood_lights_field_text",
|
|
28
|
-
"MATCH:add_new_static_mood_lights_schedule_switch_tab_color_text",
|
|
29
|
-
"MATCH:add_new_static_mood_lights_schedule_switch_tab_white_text",
|
|
30
|
-
"MATCH:add_new_static_mood_system_back",
|
|
31
|
-
"MATCH:add_new_trigger_time_field_brightness_text",
|
|
32
|
-
"MATCH:add_new_trigger_time_field_headline_text3",
|
|
33
|
-
"MATCH:add_new_trigger_time_field_text",
|
|
34
|
-
"MATCH:add_new_trigger_time_inputfield_value_text",
|
|
35
|
-
"MATCH:add_new_trigger_time_subheadline_text",
|
|
36
|
-
"MATCH:add_new_trigger_time_system_back_text",
|
|
37
|
-
"MATCH:add_randomtimecycle_timestart_topic",
|
|
38
|
-
"MATCH:add_randomtimecycle_timeend_topic",
|
|
39
|
-
"MATCH:add_sleepschedule_one_source_switch_tab_color_text",
|
|
40
|
-
"MATCH:add_sleepschedule_one_source_switch_tab_white_text",
|
|
41
|
-
"MATCH:add_sleepschedule_one_source_system_back_text",
|
|
42
|
-
"MATCH:add_sleepschedule_two_source_field_text",
|
|
43
|
-
"MATCH:add_sleepschedule_two_source_field_text3",
|
|
44
|
-
"MATCH:feature_summary_action_txt_10",
|
|
45
|
-
"MATCH:feature_summary_action_txt_11",
|
|
46
|
-
"MATCH:auto_scan_button_Device_a",
|
|
47
|
-
"MATCH:auto_scan_system_cancel",
|
|
48
|
-
"MATCH:auto_scan_system_wifi_confirm",
|
|
49
|
-
"MATCH:auto_scan_system_task_conflict",
|
|
50
|
-
"MATCH:bio_ryhthm_default_button_reset_text",
|
|
51
|
-
"MATCH:bio_ryhthm_default_field_field_brightness_text",
|
|
52
|
-
"MATCH:bio_ryhthm_default_field_text2",
|
|
53
|
-
"MATCH:bio_ryhthm_default_field_text3",
|
|
54
|
-
"MATCH:bio_ryhthm_default_field_text4",
|
|
55
|
-
"MATCH:bio_ryhthm_default_field_text5",
|
|
56
|
-
"MATCH:bio_ryhthm_default_selectionfield_topic_text",
|
|
57
|
-
"MATCH:bio_ryhthm_default_weekday1_text",
|
|
58
|
-
"MATCH:bio_ryhthm_default_weekday2_text",
|
|
59
|
-
"MATCH:bio_ryhthm_default_weekday3_text",
|
|
60
|
-
"MATCH:bio_ryhthm_default_weekday4_text",
|
|
61
|
-
"MATCH:bio_ryhthm_default_weekday5_text",
|
|
62
|
-
"MATCH:bio_ryhthm_default_weekday6_text",
|
|
63
|
-
"MATCH:bio_ryhthm_default_weekday7_text",
|
|
64
|
-
"MATCH:camera_tile_dim_lighting_headline",
|
|
65
|
-
"MATCH:devicemusic_headline_text",
|
|
66
|
-
"MATCH:edit_device_textfield_name",
|
|
67
|
-
"MATCH:flashing_fs_toggle_state1",
|
|
68
|
-
"MATCH:flashing_fs_toggle_state2",
|
|
69
|
-
"MATCH:light_sources_tile_dim_lighting_brightness",
|
|
70
|
-
"MATCH:light_sources_tile_main_lighting_headline",
|
|
71
|
-
"MATCH:light_sources_tile_main_lighting_shade",
|
|
72
|
-
"MATCH:light_sources_tile_rgb_lighting_brightness",
|
|
73
|
-
"MATCH:light_sources_tile_rgb_lighting_headline",
|
|
74
|
-
"MATCH:light_sources_tile_rgb_lighting_saturation",
|
|
75
|
-
"MATCH:light_sources_tile_rgb_lighting_shade",
|
|
76
|
-
"MATCH:light_sources_tile_rgb_lighting_tab_color",
|
|
77
|
-
"MATCH:light_sources_tile_rgb_lighting_tab_white",
|
|
78
|
-
"MATCH:light_sources_tile_sec_lighting_headline",
|
|
79
|
-
"MATCH:light_sources_tile_sec_lighting_shade",
|
|
80
|
-
"MATCH:light_sources_tile_tw_lighting_brightness",
|
|
81
|
-
"MATCH:light_sources_tile_tw_lighting_headline",
|
|
82
|
-
"MATCH:mesh_device_detail_lighting_color_mode",
|
|
83
|
-
"MATCH:mesh_device_detail_lighting_goodnight",
|
|
84
|
-
"MATCH:mesh_device_detail_lighting_leisure",
|
|
85
|
-
"MATCH:mesh_device_detail_lighting_read",
|
|
86
|
-
"MATCH:mesh_device_detail_lighting_white_mode",
|
|
87
|
-
"MATCH:mesh_device_detail_lighting_work",
|
|
88
|
-
"MATCH:mesh_device_detail_mode",
|
|
89
|
-
"MATCH:mesh_device_seting_delete",
|
|
90
|
-
"MATCH:mood_overview_add_mood_text",
|
|
91
|
-
"MATCH:mood_overview_add_mood_text2",
|
|
92
|
-
"MATCH:mood_overview_field_chip_2",
|
|
93
|
-
"MATCH:mood_overview_field_chip_text",
|
|
94
|
-
"MATCH:mood_overview_filter_name_text1",
|
|
95
|
-
"MATCH:mood_overview_filter_name_text2",
|
|
96
|
-
"MATCH:mood_overview_headline_text",
|
|
97
|
-
"MATCH:mood_overview_information_text",
|
|
98
|
-
"MATCH:motion_detection_add_time_schedule_headline_text",
|
|
99
|
-
"MATCH:motion_detection_add_time_schedule_selectionfield_text",
|
|
100
|
-
"MATCH:motion_detection_add_time_schedule_system_back_text",
|
|
101
|
-
"MATCH:motion_detection_time_schedule_notifications_field_weekdays_text2",
|
|
102
|
-
"MATCH:timeschedule_add_schedule_text",
|
|
103
|
-
"MATCH:motion_detection_time_schedule_notifications_field_weekdays_text4",
|
|
104
|
-
"MATCH:other_lights_modes_gradient_text",
|
|
105
|
-
"MATCH:other_lights_modes_jump_text",
|
|
106
|
-
"MATCH:solar_bt_pp_field_dm",
|
|
107
|
-
"MATCH:timer_ceiling_fan_headline_text",
|
|
108
|
-
"MATCH:timer_nightplug_headline_text",
|
|
109
|
-
"MATCH:timer_ceiling_fan_lighting_switched_off_text",
|
|
110
|
-
"MATCH:timer_ceiling_fan_lighting_switched_on_text",
|
|
111
|
-
"MATCH:timer_sockets_button_text",
|
|
112
|
-
"MATCH:timeschedule_add_schedule_nightlight_plug_selectionfield_text2",
|
|
113
|
-
"MATCH:timeschedule_add_schedule_subheadline2_text",
|
|
114
|
-
"MATCH:timeschedule_add_schedule_subheadline4_text",
|
|
115
|
-
"MATCH:timeschedule_add_schedule_subheadline_text",
|
|
116
|
-
"MATCH:timeschedule_add_schedule_switch_tab_manual_text",
|
|
117
|
-
"MATCH:timeschedule_add_schedule_switch_tab_mood_text",
|
|
118
|
-
"MATCH:timeschedule_add_schedule_system_back_text",
|
|
119
|
-
"MATCH:timeschedule_add_schedule_text2",
|
|
120
|
-
"MATCH:timeschedule_add_schedule_weekday1_text",
|
|
121
|
-
"MATCH:timeschedule_add_schedule_weekday2_text",
|
|
122
|
-
"MATCH:timeschedule_add_schedule_weekday3_text",
|
|
123
|
-
"MATCH:timeschedule_add_schedule_weekday4_text",
|
|
124
|
-
"MATCH:timeschedule_add_schedule_weekday5_text",
|
|
125
|
-
"MATCH:timeschedule_add_schedule_weekday6_text",
|
|
126
|
-
"MATCH:timeschedule_add_schedule_weekday7_text",
|
|
127
|
-
"MATCH:timeschedule_overview_empty_information_text",
|
|
128
|
-
"MATCH:timeschedule_overview_headline_text",
|
|
129
|
-
"MATCH:timeschedule_overview_description_text",
|
|
130
|
-
"MATCH:timeschedule_overview_empty_button_add_text",
|
|
131
|
-
"MATCH:ceiling_fan_feature_2_light_text_min_off",
|
|
132
|
-
"MATCH:ceiling_fan_feature_2_light_text_min_on",
|
|
133
|
-
"MATCH:add_new_dynamic_mood_color_changing_mode_headline",
|
|
134
|
-
"MATCH:add_new_dynamic_mood_lights_field_speed_topic_text",
|
|
135
|
-
"MATCH:add_new_dynamic_mood_lights_field_headline_text1",
|
|
136
|
-
"MATCH:add_new_dynamic_mood_system_back",
|
|
137
|
-
"MATCH:edit_static_mood_inputfield_topic_text",
|
|
138
|
-
"MATCH:add_new_static_mood_lights_inputfield_text",
|
|
139
|
-
"MATCH:feature_summary_action_txt_2",
|
|
140
|
-
"MATCH:sleepwakeschedule_empty_information_text",
|
|
141
|
-
"MATCH:sleepwakeschedule_field_3_Times_chips2_text",
|
|
142
|
-
"MATCH:sleepwakeschedule_field_3_Times_chips_text",
|
|
143
|
-
"MATCH:sleepwakeschedule_field_speed_text",
|
|
144
|
-
"MATCH:cancel_dialog_delete_item_timeschedule_titel",
|
|
145
|
-
"MATCH:cancel_dialog_delete_item_sleepschedule_titel",
|
|
146
|
-
"MATCH:cancel_dialog_delete_item_wakeupschedule_titel",
|
|
147
|
-
"MATCH:fixedTimeCycle_socket_headline",
|
|
148
|
-
"MATCH:randomtimecycle_sockets_headline_text",
|
|
149
|
-
"MATCH:history_socket_headline_text",
|
|
150
|
-
"MATCH:feature_summary_action_component_5",
|
|
151
|
-
"MATCH:feature_summary_action_component_6",
|
|
152
|
-
"MATCH:feature_summary_action_component_7",
|
|
153
|
-
"MATCH:feature_summary_action_component_8",
|
|
154
|
-
"MATCH:feature_summary_action_component_9",
|
|
155
|
-
"MATCH:sockets_feature_2_socket_text_min_off",
|
|
156
|
-
"MATCH:sockets_feature_2_socket_text_min_on",
|
|
157
|
-
"MATCH:timer_powerstrip_socket1_switched_off_text",
|
|
158
|
-
"MATCH:timer_powerstrip_socket1_switched_on_text",
|
|
159
|
-
"MATCH:set_pw_button_save",
|
|
160
|
-
"MATCH:consumption_data_field2_value_text1",
|
|
161
|
-
"MATCH:consumption_data_field2_value_text2",
|
|
162
|
-
"MATCH:consumption_data_field2_value_text3",
|
|
163
|
-
"MATCH:timer_nightplug_active_timer_subheadline2_text",
|
|
164
|
-
"MATCH:addTimeCycle_settings_sec_text",
|
|
165
|
-
"MATCH:addTimeCycle_settings_sec_text2",
|
|
166
|
-
"MATCH:power_strip_tile_socket_4_headline",
|
|
167
|
-
"MATCH:conflict_dialog_active_item_fixedtimecycle_description",
|
|
168
|
-
"MATCH:conflict_dialog_active_item_randomtimecycle_description",
|
|
169
|
-
"MATCH:timeschedule_add_schedule_Lighting_applyfor_selection2_text",
|
|
170
|
-
"MATCH:timeschedule_add_schedule_Lighting_applyfor_selection_text",
|
|
171
|
-
"MATCH:light_sources_specific_settings_remote_control",
|
|
172
|
-
"MATCH:conflict_dialog_save_item_bio_rhythm_answer_no_text",
|
|
173
|
-
"MATCH:conflict_dialog_save_item_bio_rhythm_answer_yes_text",
|
|
174
|
-
"MATCH:conflict_dialog_save_item_randomtimecycle_answer_no_text",
|
|
175
|
-
"MATCH:conflict_dialog_save_item_randomtimecycle_answer_yes_text",
|
|
176
|
-
"MATCH:conflict_dialog_save_item_randomtimecycle_description",
|
|
177
|
-
"MATCH:conflict_dialog_save_item_randomtimecycle_titel",
|
|
178
|
-
"MATCH:conflict_dialog_save_item_bio_rhythm_description",
|
|
179
|
-
"MATCH:conflict_dialog_save_item_bio_rhythm_titel",
|
|
180
|
-
"MATCH:conflict_dialog_save_item_sleepschedule_answer_no_text",
|
|
181
|
-
"MATCH:conflict_dialog_save_item_sleepschedule_answer_yes_text",
|
|
182
|
-
"MATCH:conflict_dialog_save_item_sleepschedule_description",
|
|
183
|
-
"MATCH:conflict_dialog_save_item_sleepschedule_titel",
|
|
184
|
-
"MATCH:conflict_dialog_save_item_wakeupschedule_answer_no_text",
|
|
185
|
-
"MATCH:conflict_dialog_save_item_wakeupschedule_answer_yes_text",
|
|
186
|
-
"MATCH:conflict_dialog_save_item_wakeupschedule_description",
|
|
187
|
-
"MATCH:conflict_dialog_save_item_wakeupschedule_titel",
|
|
188
|
-
"MATCH:sockets_specific_settings_relay_status_remember",
|
|
189
|
-
"MATCH:motion_detection_with_safe_mode_safetymode_value4_text",
|
|
190
|
-
"MATCH:consumption_data_annual_bar_chart_system_back_text",
|
|
191
|
-
"MATCH:motion_detection_time_schedule_notifications_field_weekdays_text3",
|
|
192
|
-
"MATCH:timer_ceiling_fan_lighting_switched_de_off_text",
|
|
193
|
-
"MATCH:timer_ceiling_fan_lighting_switched_de_on_text",
|
|
194
|
-
"MATCH:timer_powerstrip_socket1_switched_de_off_text",
|
|
195
|
-
"MATCH:timer_powerstrip_socket1_switched_de_on_text",
|
|
196
|
-
"MATCH:sleepwakeschedule_empty_filtering_information_text",
|
|
197
|
-
"MATCH:timer_ceiling_fan_selectionfield_no_components_text",
|
|
198
|
-
"MATCH:timer_nightplug_active_timer_field_description_off_text",
|
|
199
|
-
"MATCH:timer_nightplug_active_timer_field_description_on_text",
|
|
200
|
-
"MATCH:conflict_dialog_save_item_fixedtimecycle_answer_no_text",
|
|
201
|
-
"MATCH:conflict_dialog_save_item_fixedtimecycle_answer_yes_text",
|
|
202
|
-
"MATCH:conflict_dialog_save_item_fixedtimecycle_description",
|
|
203
|
-
"MATCH:conflict_dialog_save_item_fixedtimecycle_titel",
|
|
204
|
-
"MATCH:bio_ryhthm_default_field_text",
|
|
205
|
-
"MATCH:timeschedule_add_schedule_no_device_warning_text",
|
|
206
|
-
"MATCH:add_new_dynamic_mood_alert_text",
|
|
207
|
-
"MATCH:add_new_trigger_time_information_text",
|
|
208
|
-
"MATCH:sleepwakeschedule_warning_max_number_both_text",
|
|
209
|
-
"MATCH:sleepwakeschedule_warning_max_number_sleep_text",
|
|
210
|
-
"MATCH:sleepwakeschedule_warning_max_number_wakeup_text",
|
|
211
|
-
"MATCH:fixedTimeCycle_information_text",
|
|
212
|
-
"MATCH:fixedTimeCycle_bttn_text",
|
|
213
|
-
"MATCH:addTimeCycle_warning_text",
|
|
214
|
-
"MATCH:cancel_dialog_delete_item_timeschedule_description",
|
|
215
|
-
"MATCH:cancel_dialog_delete_item_timeschedule_answer_no_text",
|
|
216
|
-
"MATCH:cancel_dialog_delete_item_timeschedule_answer_yes_text",
|
|
217
|
-
"MATCH:cancel_dialog_delete_item_fixedtimecycle_titel",
|
|
218
|
-
"MATCH:cancel_dialog_delete_item_fixedtimecycle_description",
|
|
219
|
-
"MATCH:cancel_dialog_delete_item_fixedtimecycle_answer_yes_text",
|
|
220
|
-
"MATCH:cancel_dialog_delete_item_fixedtimecycle_answer_no_text",
|
|
221
|
-
"MATCH:cancel_dialog_delete_item_randomtimecycle_titel",
|
|
222
|
-
"MATCH:cancel_dialog_delete_item_randomtimecycle_description",
|
|
223
|
-
"MATCH:cancel_dialog_delete_item_sleepschedule_answer_yes_text",
|
|
224
|
-
"MATCH:cancel_dialog_delete_item_sleepschedule_answer_no_text",
|
|
225
|
-
"MATCH:fixedtimecycle_warning_max_number_text",
|
|
226
|
-
"MATCH:randomtimecycle_warning_max_number_text",
|
|
227
|
-
"MATCH:sockets_specific_settings_child_lock",
|
|
228
|
-
"MATCH:sockets_specific_settings_switch_inching",
|
|
229
|
-
"MATCH:switchinching_overview_description_text",
|
|
230
|
-
"MATCH:childlock_overview_description_text",
|
|
231
|
-
"MATCH:conflict_dialog_save_item_timer_titel",
|
|
232
|
-
"MATCH:conflict_dialog_save_item_timer_description",
|
|
233
|
-
"MATCH:conflict_dialog_save_item_timer_answer_no_text",
|
|
234
|
-
"MATCH:conflict_dialog_save_item_timer_answer_yes_text",
|
|
235
|
-
"MATCH:conflict_dialog_save_item_inching_titel",
|
|
236
|
-
"MATCH:conflict_dialog_save_item_inching_description",
|
|
237
|
-
"MATCH:conflict_dialog_save_item_inching_answer_no_text",
|
|
238
|
-
"MATCH:conflict_dialog_save_item_inching_answer_yes_text",
|
|
239
|
-
"MATCH:cancel_dialog_delete_item_sleepschedule_description",
|
|
240
|
-
"MATCH:cancel_dialog_delete_item_wakeupschedule_answer_no_text",
|
|
241
|
-
"MATCH:cancel_dialog_delete_item_wakeupschedule_answer_yes_text",
|
|
242
|
-
"MATCH:cancel_dialog_delete_item_wakeupschedule_description",
|
|
243
|
-
"MATCH:randomtimecycle_empty_bttn_text",
|
|
244
|
-
"MATCH:randomtimecycle_empty_information_text",
|
|
245
|
-
"MATCH:conflict_dialog_save_item_randomtimecycle_tips",
|
|
246
|
-
"MATCH:conflict_dialog_save_item_randomtimecycle_interval_description",
|
|
247
|
-
"MATCH:conflict_dialog_save_item_randomtimecycle_answer_confirm_text",
|
|
248
|
-
"MATCH:light_sources_specific_settings_do_not_disturb_title",
|
|
249
|
-
"MATCH:light_sources_specific_settings_do_not_disturb_introduce",
|
|
250
|
-
"MATCH:devicemusic_ball_game_text",
|
|
251
|
-
"MATCH:devicemusic_game_text",
|
|
252
|
-
"MATCH:devicemusic_romantic_text",
|
|
253
|
-
"MATCH:devicemusic_music_text",
|
|
254
|
-
"MATCH:light_sources_feature_2_text_min_off",
|
|
255
|
-
"MATCH:light_sources_feature_2_text_min_on",
|
|
256
|
-
"MATCH:light_sources_feature_2_switched_off_text",
|
|
257
|
-
"MATCH:light_sources_feature_2_switched_on_text",
|
|
258
|
-
"MATCH:switch_overcharge_headline_text",
|
|
259
|
-
"MATCH:switch_overcharge_headline_description",
|
|
260
|
-
"MATCH:conflict_dialog_save_item_timeschedule_titel",
|
|
261
|
-
"MATCH:conflict_dialog_active_item_timeschedule_description",
|
|
262
|
-
"MATCH:conflict_dialog_save_item_timeschedule_answer_no_text",
|
|
263
|
-
"MATCH:conflict_dialog_save_item_timeschedule_answer_yes_text",
|
|
264
|
-
"MATCH:light_sources_feature_4_text_name",
|
|
265
|
-
"MATCH:bio_ryhthm_non_sun_home_products_description_text",
|
|
266
|
-
"MATCH:bio_ryhthm_default_description_text",
|
|
267
|
-
"MATCH:bio_ryhthm_default_subheadline_text",
|
|
268
|
-
"MATCH:add_new_trigger_time_warning_max_number_text",
|
|
269
|
-
"MATCH:devicemusic_subheadline_text",
|
|
270
|
-
"MATCH:biorhythm_product_link",
|
|
271
|
-
"MATCH:devicemusic_description_text",
|
|
272
|
-
"MATCH:sleepwakeschedule_add_button_text1",
|
|
273
|
-
"MATCH:sleepwakeschedule_add_button_text2",
|
|
274
|
-
"MATCH:add_sleepschedule_one_source_headline_text",
|
|
275
|
-
"MATCH:add_wakeupschedule_one_source_headline_text",
|
|
276
|
-
"MATCH:add_sleepschedule_one_source_settings_text",
|
|
277
|
-
"MATCH:add_sleepschedule_one_source_settings_text2",
|
|
278
|
-
"MATCH:add_wakeupschedule_settings_text",
|
|
279
|
-
"MATCH:add_wakeupschedule_settings_text2",
|
|
280
|
-
"MATCH:add_wakeupschedule_settings_text3",
|
|
281
|
-
"MATCH:add_wakeupschedule_settings_text4",
|
|
282
|
-
"MATCH:add_wakeupschedule_settings_text5",
|
|
283
|
-
"MATCH:feature_summary_frequency_headline",
|
|
284
|
-
"MATCH:feature_summary_time_headline",
|
|
285
|
-
"MATCH:motion_detection_add_time_schedule_actions_text1",
|
|
286
|
-
"MATCH:add_new_static_mood_field_headline_text1",
|
|
287
|
-
"MATCH:add_new_static_mood_field_headline_text2",
|
|
288
|
-
"MATCH:add_new_static_mood_field_headline_text3",
|
|
289
|
-
"MATCH:add_new_static_mood_field_headline_text4",
|
|
290
|
-
"MATCH:add_new_static_mood_description_text",
|
|
291
|
-
"MATCH:add_new_dynamic_mood_description_text",
|
|
292
|
-
"MATCH:add_new_dynamic_mood_headline_text",
|
|
293
|
-
"MATCH:add_new_dynamic_mood_field_headline_text1",
|
|
294
|
-
"MATCH:add_new_dynamic_mood_field_headline_text2",
|
|
295
|
-
"MATCH:add_new_dynamic_mood_field_headline_text3",
|
|
296
|
-
"MATCH:add_new_dynamic_mood_field_headline_text4",
|
|
297
|
-
"MATCH:feature_summary_action_txt_12",
|
|
298
|
-
"MATCH:add_randomtimecycle_subheadline_text",
|
|
299
|
-
"MATCH:feature_summary_action_txt_4",
|
|
300
|
-
"MATCH:feature_summary_action_txt_6",
|
|
301
|
-
"MATCH:edit_fixedtimecycle_bttn_text",
|
|
302
|
-
"MATCH:sockets_headline_power",
|
|
303
|
-
"MATCH:edit_static_mood_button_delete_text",
|
|
304
|
-
"MATCH:edit_static_mood_headline_text",
|
|
305
|
-
"MATCH:mood_overview_warning_max_number_text",
|
|
306
|
-
"MATCH:music_reactivate_dialog_text",
|
|
307
|
-
"MATCH:add_new_trigger_time_text",
|
|
308
|
-
"MATCH:feature_summary_frequency_txt_1",
|
|
309
|
-
"MATCH:feature_summary_frequency_txt_2",
|
|
310
|
-
"MATCH:feature_summary_frequency_txt_3",
|
|
311
|
-
"MATCH:feature_summary_frequency_txt_4",
|
|
312
|
-
"MATCH:add_new_trigger_time_headline_text",
|
|
313
|
-
"MATCH:consumption_data_field4_month10_value_text",
|
|
314
|
-
"MATCH:consumption_data_field4_month11_value_text",
|
|
315
|
-
"MATCH:consumption_data_field4_month12_value_text",
|
|
316
|
-
"MATCH:consumption_data_field4_month1_value_text",
|
|
317
|
-
"MATCH:consumption_data_field4_month2_value_text",
|
|
318
|
-
"MATCH:consumption_data_field4_month3_value_text",
|
|
319
|
-
"MATCH:consumption_data_field4_month4_value_text",
|
|
320
|
-
"MATCH:consumption_data_field4_month5_value_text",
|
|
321
|
-
"MATCH:consumption_data_field4_month6_value_text",
|
|
322
|
-
"MATCH:consumption_data_field4_month7_value_text",
|
|
323
|
-
"MATCH:consumption_data_field4_month8_value_text",
|
|
324
|
-
"MATCH:consumption_data_field4_month9_value_text",
|
|
325
|
-
"MATCH:consumption_data_field1_headline_text",
|
|
326
|
-
"MATCH:consumption_data_field2_headline_text",
|
|
327
|
-
"MATCH:consumption_data_field3_headline_text",
|
|
328
|
-
"MATCH:consumption_data_field3_value_text2",
|
|
329
|
-
"MATCH:consumption_data_field4_headline_text",
|
|
330
|
-
"MATCH:consumption_data_field3_button_text",
|
|
331
|
-
"MATCH:consumption_data_description_text",
|
|
332
|
-
"MATCH:consumption_data_price_per_kwh_currency_headline_text",
|
|
333
|
-
"MATCH:consumption_data_field3_co2_topic_text",
|
|
334
|
-
"MATCH:consumption_data_field3_co2_topic_headline",
|
|
335
|
-
"MATCH:consumption_data_monthly_overview_field1_text2",
|
|
336
|
-
"MATCH:consumption_data_price_per_kwh_headline_text",
|
|
337
|
-
"MATCH:consumption_data_price_per_kwh_description_text",
|
|
338
|
-
"MATCH:consumption_data_monthly_overview_field2_headline_text",
|
|
339
|
-
"MATCH:consumption_data_price_per_kwh_currency_value1",
|
|
340
|
-
"MATCH:consumption_data_price_per_kwh_currency_value2",
|
|
341
|
-
"MATCH:consumption_data_price_per_kwh_currency_value3",
|
|
342
|
-
"MATCH:consumption_data_price_per_kwh_currency_value4",
|
|
343
|
-
"MATCH:add_fixedtimecycle_headline_text",
|
|
344
|
-
"MATCH:edit_fixedtimecycle_headline_text",
|
|
345
|
-
"MATCH:manage_user_unsaved_changes_dialog_headline",
|
|
346
|
-
"MATCH:cancel_dialog_delete_item_bio_rhythm_titel",
|
|
347
|
-
"MATCH:string_light_pp_dialog_sm_add_headline_c",
|
|
348
|
-
"MATCH:strip_light_static_mood_add_step_2_dialog_text",
|
|
349
|
-
"MATCH:strip_light_static_mood_editor_step_2_dialog_text",
|
|
350
|
-
"MATCH:cancel_dialog_leave_unsaved_bio_rhythm_note",
|
|
351
|
-
"MATCH:power_strip_specific_settings_desc_socket_1",
|
|
352
|
-
"MATCH:power_strip_specific_settings_desc_socket_2",
|
|
353
|
-
"MATCH:power_strip_specific_settings_desc_socket_3",
|
|
354
|
-
"MATCH:power_strip_specific_settings_desc_socket_usb",
|
|
355
|
-
"MATCH:consumption_data_field3_co2_inforamtion_decription_text",
|
|
356
|
-
"MATCH:home_screen_home_dialog_yes_con",
|
|
357
|
-
"MATCH:add_new_dynamic_mood_ceiling_fan_field_headline",
|
|
358
|
-
"MATCH:timer_ceiling_fan_switched_off_text",
|
|
359
|
-
"MATCH:timer_ceiling_fan_switched_on_text",
|
|
360
|
-
"MATCH:timeschedule_add_schedule_ceiling_fan_selectionfield_text",
|
|
361
|
-
"MATCH:timeschedule_add_schedule_ceiling_fan_selectionfield_text2",
|
|
362
|
-
"MATCH:ceiling_fan_tile_uvc_fan_speed",
|
|
363
|
-
"MATCH:routines_add_edit_name",
|
|
364
|
-
"MATCH:string_light_pp_dialog_sm_ed_headline_d",
|
|
365
|
-
"MATCH:strip_light_static_mood_edit_dialog_text",
|
|
366
|
-
"MATCH:power_strip_feature_2_socket_1_text_min_on",
|
|
367
|
-
"MATCH:power_strip_feature_2_socket_1_text_min_off",
|
|
368
|
-
"MATCH:power_strip_feature_2_socket_2_text_min_on",
|
|
369
|
-
"MATCH:power_strip_feature_2_socket_2_text_min_off",
|
|
370
|
-
"MATCH:power_strip_feature_2_socket_3_text_min_on",
|
|
371
|
-
"MATCH:power_strip_feature_2_socket_3_text_min_off",
|
|
372
|
-
"MATCH:power_strip_feature_2_socket_usb_text_min_off",
|
|
373
|
-
"MATCH:power_strip_feature_2_socket_usb_text_min_on",
|
|
374
|
-
"MATCH:generation_data_description_text",
|
|
375
|
-
"MATCH:add_new_dynamic_mood_ceiling_fan_field_text",
|
|
376
|
-
"MATCH:add_new_dynamic_mood_ceiling_fan_field_headline",
|
|
377
|
-
"MATCH:cancel_dialog_leave_unsaved_titel",
|
|
378
|
-
"MATCH:cancel_dialog_leave_unsaved_randomtimecycle_note",
|
|
379
|
-
"MATCH:cancel_dialog_leave_unsaved_fixedtimecycle_note",
|
|
380
|
-
"MATCH:cancel_dialog_leave_unsaved_sleepschedule_note",
|
|
381
|
-
"MATCH:cancel_dialog_leave_unsaved_timeschedule_note",
|
|
382
|
-
"MATCH:cancel_dialog_leave_unsaved_wakeupschedule_note",
|
|
383
|
-
"MATCH:string_light_pp_field_sm_add_error1",
|
|
384
|
-
"MATCH:feature_activate_dialog_text",
|
|
385
|
-
"MATCH:edit_timeschedule_bttn_text",
|
|
386
|
-
"MATCH:edit_wakeupschedule_bttn_text",
|
|
387
|
-
"MATCH:edit_sleepschedule_bttn_text",
|
|
388
|
-
"MATCH:ceiling_fan_direction_info_option_1_headline",
|
|
389
|
-
"MATCH:ceiling_fan_direction_info_option_2_headline",
|
|
390
|
-
"MATCH:ceiling_fan_direction_info_description_text",
|
|
391
|
-
"MATCH:ceiling_fan_direction_info_headline",
|
|
392
|
-
"MATCH:ceiling_fan_direction_info_option_1_text",
|
|
393
|
-
"MATCH:ceiling_fan_direction_info_option_2_text",
|
|
394
|
-
"MATCH:ceiling_fan_feature_2_fan_text_hour_off",
|
|
395
|
-
"MATCH:ceiling_fan_feature_2_fan_text_hour_on",
|
|
396
|
-
"MATCH:ceiling_fan_feature_2_fan_text_min_off",
|
|
397
|
-
"MATCH:ceiling_fan_feature_2_fan_text_min_on",
|
|
398
|
-
"MATCH:ceiling_fan_mode_info_headline",
|
|
399
|
-
"MATCH:ceiling_fan_mode_info_option_1_headline",
|
|
400
|
-
"MATCH:ceiling_fan_mode_info_option_2_headline",
|
|
401
|
-
"MATCH:ceiling_fan_tile_uvc_fan_direction",
|
|
402
|
-
"MATCH:ceiling_fan_direction_info_button_label",
|
|
403
|
-
"MATCH:ceiling_fan_mode_info_description_text",
|
|
404
|
-
"MATCH:ceiling_fan_mode_info_option_1_text",
|
|
405
|
-
"MATCH:ceiling_fan_mode_info_option_2_text",
|
|
406
|
-
"MATCH:ceiling_fan_tile_uvc_fan_disinfect",
|
|
407
|
-
"MATCH:ceiling_fan_tile_uvc_fan_mode",
|
|
408
|
-
"MATCH:history_contact_sensor_headline_text",
|
|
409
|
-
"MATCH:history_overview_contact_motion_field1_text",
|
|
410
|
-
"MATCH:history_overview_contact_motion_field2_text",
|
|
411
|
-
"MATCH:history_sensors_automation_empty_headline_text",
|
|
412
|
-
"MATCH:motion_detector_battery__state4",
|
|
413
|
-
"MATCH:contact_sensor_tile_headline",
|
|
414
|
-
"MATCH:contact_sensor_tile_status_1",
|
|
415
|
-
"MATCH:contact_sensor_tile_status_2",
|
|
416
|
-
"MATCH:motion_detector_tile_headline",
|
|
417
|
-
"MATCH:motion_detector_tile_status_1",
|
|
418
|
-
"MATCH:motion_detector_tile_status_2",
|
|
419
|
-
"MATCH:solar_bt_pp_battery_headline",
|
|
420
|
-
"MATCH:history_contact_sensor_field2_text",
|
|
421
|
-
"MATCH:history_contact_sensor_field2_text2",
|
|
422
|
-
"MATCH:ceiling_fan_feature_2_fan_text_hour_off",
|
|
423
|
-
"MATCH:ceiling_fan_feature_2_fan_text_hour_on",
|
|
424
|
-
"MATCH:ceiling_fan_feature_2_fan_text_min_off",
|
|
425
|
-
"MATCH:ceiling_fan_feature_2_fan_text_min_on",
|
|
426
|
-
"MATCH:ceiling_fan_feature_2_light_text_hour_off",
|
|
427
|
-
"MATCH:ceiling_fan_feature_2_light_text_hour_on",
|
|
428
|
-
"MATCH:ceiling_fan_tile_uvc_fan_direction_opt_1",
|
|
429
|
-
"MATCH:ceiling_fan_tile_uvc_fan_direction_opt_2",
|
|
430
|
-
"MATCH:ceiling_fan_tile_uvc_fan_mode_opt_1",
|
|
431
|
-
"MATCH:ceiling_fan_tile_uvc_fan_mode_opt_2",
|
|
432
|
-
"MATCH:groups_settings_power_on_behavior_secondbox_topic",
|
|
433
|
-
"MATCH:light_settings_default_secondtopic",
|
|
434
|
-
"MATCH:light_settings_default_secondbox_text",
|
|
435
|
-
"MATCH:groups_settings_power_on_behavior_secondbox_status_value1_topic",
|
|
436
|
-
"MATCH:groups_settings_power_on_behavior_secondbox_status_value1_description",
|
|
437
|
-
"MATCH:groups_settings_power_on_behavior_secondbox_status_value3_description",
|
|
438
|
-
"MATCH:groups_settings_power_on_behavior_secondbox_status_value3_topic",
|
|
439
|
-
"MATCH:groups_settings_power_on_behavior_disturbbox_note",
|
|
440
|
-
"MATCH:groups_settings_power_on_behavior_secondbox_status_value2_topic",
|
|
441
|
-
"MATCH:groups_settings_power_on_behavior_secondbox_status_value2_description",
|
|
442
|
-
"MATCH:add_matter_to_fabric_box4_text2",
|
|
443
|
-
"MATCH:matter_gradient_overview_headline_text",
|
|
444
|
-
"MATCH:matter_gradient_light_on_title",
|
|
445
|
-
"MATCH:matter_gradient_light_on_description_text",
|
|
446
|
-
"MATCH:matter_gradient_light_off_title",
|
|
447
|
-
"MATCH:matter_gradient_light_off_description_text",
|
|
448
|
-
"MATCH:edit_timeschedule_headline_text",
|
|
449
|
-
"MATCH:edit_wakeupschedule_headline_text",
|
|
450
|
-
"MATCH:edit_sleepschedule_headline_text",
|
|
451
|
-
"MATCH:edit_trigger_time_headline_text",
|
|
452
|
-
"MATCH:edit_trigger_time_button_delete_text",
|
|
453
|
-
"MATCH:motion_detection_time_schedule_notifications_warning_text",
|
|
454
|
-
"MATCH:bio_ryhthm_reset_description_text",
|
|
455
|
-
"MATCH:timeschedule_add_schedule_devicestate_sec_warning_text",
|
|
456
|
-
"MATCH:device_menu_contact_sensors_secondbox_text1",
|
|
457
|
-
"MATCH:device_menu_contact_sensors_secondbox_text2",
|
|
458
|
-
"MATCH:device_menu_contact_sensors_secondbox_text3",
|
|
459
|
-
"MATCH:device_menu_motion_sensors_secondbox_text1",
|
|
460
|
-
"MATCH:device_menu_motion_sensors_secondbox_text2",
|
|
461
|
-
"MATCH:device_menu_motion_sensors_secondbox_text3",
|
|
462
|
-
"MATCH:contact_sensor_specific_settings",
|
|
463
|
-
"MATCH:add_new_dynamic_mood_strip_lights_field_topic_text",
|
|
464
|
-
"MATCH:add_new_dynamic_mood_strip_lights_switch_tab_text1",
|
|
465
|
-
"MATCH:add_new_dynamic_mood_strip_lights_switch_tab_text2",
|
|
466
|
-
"MATCH:add_new_dynamic_mood_strip_lights_selectionfield2_topic_text",
|
|
467
|
-
"MATCH:add_new_dynamic_mood_strip_lights_selectionfield_value_text",
|
|
468
|
-
"MATCH:add_new_dynamic_mood_strip_lights_selectionfield2_value_text",
|
|
469
|
-
"MATCH:group_feature_music_secondsection_note",
|
|
470
|
-
"MATCH:devicemusic_switch_tab_device",
|
|
471
|
-
"MATCH:devicemusic_switch_tab_smartphone",
|
|
472
|
-
"MATCH:devicemusic_switch_tab_device_sensitivity",
|
|
473
|
-
"MATCH:strip_lights_modes_meteor_text",
|
|
474
|
-
"MATCH:strip_lights_modes_pileup_text",
|
|
475
|
-
"MATCH:strip_lights_modes_rainbow_text",
|
|
476
|
-
"MATCH:strip_lights_modes_rebound_text",
|
|
477
|
-
"MATCH:strip_lights_modes_shuttle_text",
|
|
478
|
-
"MATCH:strip_lights_modes_switch_text",
|
|
479
|
-
"MATCH:strip_lights_modes_random_text",
|
|
480
|
-
"MATCH:strip_lights_modes_breath_text",
|
|
481
|
-
"MATCH:strip_lights_modes_flash_text",
|
|
482
|
-
"MATCH:strip_lights_modes_flashing_text",
|
|
483
|
-
"MATCH:strip_lights_modes_flow_text",
|
|
484
|
-
"MATCH:strip_lights_modes_flutter_text",
|
|
485
|
-
"MATCH:strip_lights_modes_follow_text",
|
|
486
|
-
"MATCH:strip_lights_modes_fall_text",
|
|
487
|
-
"MATCH:string_lights_modes_blink_text",
|
|
488
|
-
"MATCH:string_lights_modes_chase_text",
|
|
489
|
-
"MATCH:string_lights_modes_dazzle_text",
|
|
490
|
-
"MATCH:devicemusic_devicemic_description_text",
|
|
491
|
-
"MATCH:strip_lights_modes_magic_rebound_text",
|
|
492
|
-
"MATCH:strip_lights_modes_magic_meteor",
|
|
493
|
-
"MATCH:string_lights_set_bulbs_title",
|
|
494
|
-
"MATCH:add_new_dynamic_mood_strip_lights_switch_tab_text3",
|
|
495
|
-
"MATCH:add_new_dynamic_mood_strip_lights_switch_tab_text4",
|
|
496
|
-
"MATCH:add_new_dynamic_mood_strip_lights_switch_tab_text5",
|
|
497
|
-
"MATCH:add_new_dynamic_mood_strip_lights_switch_tab_text6",
|
|
498
|
-
"MATCH:add_new_dynamic_mood_strip_lights_schedule_switch_tab_combination_text",
|
|
499
|
-
"MATCH:string_lights_set_bulbs_description_text",
|
|
500
|
-
"MATCH:strip_lights_mood_text1",
|
|
501
|
-
"MATCH:strip_lights_mood_text2",
|
|
502
|
-
"MATCH:strip_lights_mood_text3",
|
|
503
|
-
"MATCH:strip_lights_mood_text4",
|
|
504
|
-
"MATCH:strip_lights_mood_text5",
|
|
505
|
-
"MATCH:strip_lights_mood_text6",
|
|
506
|
-
"MATCH:strip_lights_mood_text7",
|
|
507
|
-
"MATCH:strip_lights_mood_text8",
|
|
508
|
-
"MATCH:strip_lights_mood_text9",
|
|
509
|
-
"MATCH:strip_lights_mood_text10",
|
|
510
|
-
"MATCH:strip_lights_mood_text11",
|
|
511
|
-
"MATCH:strip_lights_mood_text12",
|
|
512
|
-
"MATCH:strip_lights_mood_text13",
|
|
513
|
-
"MATCH:strip_lights_mood_text14",
|
|
514
|
-
"MATCH:strip_lights_mood_text15",
|
|
515
|
-
"MATCH:strip_lights_mood_text16",
|
|
516
|
-
"MATCH:strip_lights_mood_text17",
|
|
517
|
-
"MATCH:strip_lights_mood_text18",
|
|
518
|
-
"MATCH:strip_lights_mood_text19",
|
|
519
|
-
"MATCH:strip_lights_mood_text20",
|
|
520
|
-
"MATCH:strip_lights_mood_text21",
|
|
521
|
-
"MATCH:strip_lights_mood_text22",
|
|
522
|
-
"MATCH:strip_lights_mood_text23",
|
|
523
|
-
"MATCH:strip_lights_mood_text24",
|
|
524
|
-
"MATCH:strip_lights_mood_text25",
|
|
525
|
-
"MATCH:strip_lights_mood_text26",
|
|
526
|
-
"MATCH:strip_lights_mood_text27",
|
|
527
|
-
"MATCH:strip_lights_mood_text28",
|
|
528
|
-
"MATCH:strip_lights_mood_text29",
|
|
529
|
-
"MATCH:strip_lights_mood_text30",
|
|
530
|
-
"MATCH:strip_lights_mood_text31",
|
|
531
|
-
"MATCH:strip_lights_mood_text32",
|
|
532
|
-
"MATCH:strip_lights_mood_text33",
|
|
533
|
-
"MATCH:strip_lights_mood_text34",
|
|
534
|
-
"MATCH:strip_lights_mood_text35",
|
|
535
|
-
"MATCH:strip_lights_mood_text36",
|
|
536
|
-
"MATCH:strip_lights_mood_text37",
|
|
537
|
-
"MATCH:strip_lights_mood_text38",
|
|
538
|
-
"MATCH:strip_lights_mood_text39",
|
|
539
|
-
"MATCH:strip_lights_mood_text40",
|
|
540
|
-
"MATCH:strip_lights_mood_text41",
|
|
541
|
-
"MATCH:strip_lights_mood_text42",
|
|
542
|
-
"MATCH:strip_lights_mood_text43",
|
|
543
|
-
"MATCH:strip_lights_mood_text44",
|
|
544
|
-
"MATCH:devicemusic_classical_text",
|
|
545
|
-
"MATCH:devicemusic_techno_text",
|
|
546
|
-
"MATCH:strip_lights_headline_text",
|
|
547
|
-
"MATCH:strip_lights_top_strip_light_text",
|
|
548
|
-
"MATCH:strip_lights_bottom_strip_light_text",
|
|
549
|
-
"MATCH:strip_lights_left_strip_light_text",
|
|
550
|
-
"MATCH:strip_lights_right_strip_light_text",
|
|
551
|
-
"MATCH:strip_lights_start_sync_text",
|
|
552
|
-
"MATCH:strip_lights_await_sync_text",
|
|
553
|
-
"MATCH:cancel_dialog_exit_sync_title",
|
|
554
|
-
"MATCH:cancel_dialog_exit_sync_description",
|
|
555
|
-
"MATCH:socket_settings_firstbox_topic",
|
|
556
|
-
"MATCH:socket_settings_firstbox_status1_description",
|
|
557
|
-
"MATCH:socket_settings_firstbox_status2_description",
|
|
558
|
-
"MATCH:socket_settings_firstbox_status3_description",
|
|
559
|
-
"MATCH:striplight_lengthadaptationtext",
|
|
560
|
-
"MATCH:bt_shs_google_button_cancel_enabling",
|
|
561
|
-
"MATCH:striplight_adaptbutton",
|
|
562
|
-
"MATCH:striplight_lengthtitle",
|
|
563
|
-
"MATCH:striplight_actuallength",
|
|
564
|
-
"MATCH:add_sleepschedule_one_source_subheadline4_text",
|
|
565
|
-
"MATCH:manage_user_calendar_label_am",
|
|
566
|
-
"MATCH:manage_user_calendar_label_pm",
|
|
567
|
-
"MATCH:country_DE",
|
|
568
|
-
"MATCH:country_BE",
|
|
569
|
-
"MATCH:country_FR",
|
|
570
|
-
"MATCH:country_PT",
|
|
571
|
-
"MATCH:country_ES",
|
|
572
|
-
"MATCH:country_TR",
|
|
573
|
-
"MATCH:country_AT",
|
|
574
|
-
"MATCH:country_HU",
|
|
575
|
-
"MATCH:country_SK",
|
|
576
|
-
"MATCH:country_AL",
|
|
577
|
-
"MATCH:country_DK",
|
|
578
|
-
"MATCH:country_NL",
|
|
579
|
-
"MATCH:country_RO",
|
|
580
|
-
"MATCH:country_CH",
|
|
581
|
-
"MATCH:country_RS",
|
|
582
|
-
"MATCH:country_IT",
|
|
583
|
-
"MATCH:country_SI",
|
|
584
|
-
"MATCH:country_HR",
|
|
585
|
-
"MATCH:country_SE",
|
|
586
|
-
"MATCH:country_NO",
|
|
587
|
-
"MATCH:country_PL",
|
|
588
|
-
"MATCH:country_CZ",
|
|
589
|
-
"MATCH:country_scotland",
|
|
590
|
-
"MATCH:country_england",
|
|
591
|
-
"MATCH:Feature_devicepanel_flags",
|
|
592
|
-
"MATCH:month_short_april",
|
|
593
|
-
"MATCH:month_short_august",
|
|
594
|
-
"MATCH:month_short_december",
|
|
595
|
-
"MATCH:month_short_february",
|
|
596
|
-
"MATCH:month_short_january",
|
|
597
|
-
"MATCH:month_short_july",
|
|
598
|
-
"MATCH:month_short_june",
|
|
599
|
-
"MATCH:month_short_march",
|
|
600
|
-
"MATCH:month_short_may",
|
|
601
|
-
"MATCH:month_short_november",
|
|
602
|
-
"MATCH:month_short_october",
|
|
603
|
-
"MATCH:month_short_september",
|
|
604
|
-
"MATCH:consumption_data_annual_bar_chart_text",
|
|
605
|
-
"MATCH:flag_addanewflag",
|
|
606
|
-
"MATCH:flag_edittheflag",
|
|
607
|
-
"MATCH:flag_deleteflag",
|
|
608
|
-
"MATCH:flag_deletepopup",
|
|
609
|
-
"MATCH:flag_canceladding",
|
|
610
|
-
"MATCH:flag_cancelinfo",
|
|
611
|
-
"MATCH:flag_canceledit",
|
|
612
|
-
"MATCH:flag_leverkusen",
|
|
613
|
-
"MATCH:contact_sensor_battery_state1",
|
|
614
|
-
"MATCH:contact_sensor_battery_state2",
|
|
615
|
-
"MATCH:contact_sensor_battery_state3",
|
|
616
|
-
"MATCH:ldv_pir_sensitivity",
|
|
617
|
-
"MATCH:ldv_pir_delay",
|
|
618
|
-
"MATCH:ldv_second",
|
|
619
|
-
"MATCH:conflict_dialog_active_item_timeschedule_titel",
|
|
620
|
-
"MATCH:group_conflict_feature",
|
|
621
|
-
"MATCH:registration_dialog_button_yes",
|
|
622
|
-
"MATCH:registration_dialog_button_no",
|
|
623
|
-
"MATCH:socket_settings_switch_off_min",
|
|
624
|
-
"MATCH:socket_settings_switch_off_s",
|
|
625
|
-
"MATCH:socket_settings_switch_off_firstbox_text",
|
|
626
|
-
"MATCH:socket_settings_switch_off_secondtopic",
|
|
627
|
-
"MATCH:country_selection_textfield_headline_search",
|
|
628
|
-
"MATCH:country_UA",
|
|
629
|
-
"MATCH:ceiling_light_title_lighting_headline",
|
|
630
|
-
"MATCH:energy_saving_switch",
|
|
631
|
-
"MATCH:energy_saving_switch_description",
|
|
632
|
-
"MATCH:motion_detection_headline_text",
|
|
633
|
-
"MATCH:motion_detection_description_text",
|
|
634
|
-
"MATCH:motion_detection_subheadline_text",
|
|
635
|
-
"MATCH:motion_detection_trigger_text",
|
|
636
|
-
"MATCH:motion_detection_selectionfield_topic_text",
|
|
637
|
-
"MATCH:motion_detection_selectionfield2_topic_text",
|
|
638
|
-
"MATCH:motion_detection_selectionfield2_value_text",
|
|
639
|
-
"MATCH:motion_detection_selectionfield2_value2_text",
|
|
640
|
-
"MATCH:motion_detection_selectionfield2_value3_text",
|
|
641
|
-
"MATCH:motion_detection_selectionfield2_value4_text",
|
|
642
|
-
"MATCH:motion_detection_selectionfield2_value5_text",
|
|
643
|
-
"MATCH:motion_detection_standby_light_brightness_text",
|
|
644
|
-
"MATCH:motion_detection_standby_light_text1",
|
|
645
|
-
"MATCH:motion_detection_switched_off_text",
|
|
646
|
-
"MATCH:motion_detection_standby_light_text2",
|
|
647
|
-
"MATCH:motion_detection_with_safe_mode_switch_off_text2",
|
|
648
|
-
"MATCH:lux_value_headline_text",
|
|
649
|
-
"MATCH:lux_value_headline_description",
|
|
650
|
-
"MATCH:time_unit_h",
|
|
651
|
-
"MATCH:standby_light_information_text",
|
|
652
|
-
"MATCH:device_menu_solar_lights_secondbox_text1",
|
|
653
|
-
"MATCH:device_menu_solar_lights_secondbox_note",
|
|
654
|
-
"MATCH:dynamicmoods_forest",
|
|
655
|
-
"MATCH:dynamicmoods_desert",
|
|
656
|
-
"MATCH:dynamicmoods_dreams",
|
|
657
|
-
"MATCH:dynamicmoods_breeze",
|
|
658
|
-
"MATCH:dynamicmoods_waters",
|
|
659
|
-
"MATCH:dynamicmoods_splash",
|
|
660
|
-
"MATCH:dynamicmoods_sunrise",
|
|
661
|
-
"MATCH:dynamicmoods_wonderland",
|
|
662
|
-
"MATCH:dynamicmoods_Twilight",
|
|
663
|
-
"MATCH:dynamicmoods_symphony",
|
|
664
|
-
"MATCH:dynamicmoods_sorbet",
|
|
665
|
-
"MATCH:dynamicmoods_mansion",
|
|
666
|
-
"MATCH:dynamicmoods_hour",
|
|
667
|
-
"MATCH:dynamicmoods_isle",
|
|
668
|
-
"MATCH:dynamicmoods_Beat",
|
|
669
|
-
"MATCH:dynamicmoods_glamour",
|
|
670
|
-
"MATCH:dynamicmoods_edreams",
|
|
671
|
-
"MATCH:dynamicmoods_sunset",
|
|
672
|
-
"MATCH:dynamicmoods_carnival",
|
|
673
|
-
"MATCH:dynamicmoods_serenade",
|
|
674
|
-
"MATCH:dynamicmoods_glow",
|
|
675
|
-
"MATCH:dynamicmoods_Canopy",
|
|
676
|
-
"MATCH:dynamicmoods_Burst",
|
|
677
|
-
"MATCH:dynamicmoods_Lights",
|
|
678
|
-
"MATCH:dynamicmoods_Dreamscape",
|
|
679
|
-
"MATCH:dynamicmoods_NLights",
|
|
680
|
-
"MATCH:dynamicmoods_paradise",
|
|
681
|
-
"MATCH:dynamicmoods_ice",
|
|
682
|
-
"MATCH:dynamicmoods_voyage",
|
|
683
|
-
"MATCH:dynamicmoods_wave",
|
|
684
|
-
"MATCH:energyconsumption_Daylimit",
|
|
685
|
-
"MATCH:energyconsumption_hourlylimit",
|
|
686
|
-
"MATCH:mood_preview",
|
|
687
|
-
"MATCH:group_feature_biological_rhythm_applyfor_information",
|
|
688
|
-
"MATCH:conflict_dialog_active_item_fixedtimecycle_titel",
|
|
689
|
-
"MATCH:conflict_dialog_active_item_randomtimecycle_titel",
|
|
690
|
-
"MATCH:conflict_dialog_active_item_bio_rhythm_titel",
|
|
691
|
-
"MATCH:Onoff_button_socket",
|
|
692
|
-
"MATCH:country_IE",
|
|
693
|
-
"MATCH:country_IL",
|
|
694
|
-
"MATCH:country_US",
|
|
695
|
-
"MATCH:country_CA",
|
|
696
|
-
"MATCH:country_MX",
|
|
697
|
-
"MATCH:country_SA",
|
|
698
|
-
"MATCH:country_AU",
|
|
699
|
-
"MATCH:country_JP",
|
|
700
|
-
"MATCH:country_BR",
|
|
701
|
-
"MATCH:country_AR",
|
|
702
|
-
"MATCH:country_AF",
|
|
703
|
-
"MATCH:country_EG",
|
|
704
|
-
"MATCH:country_ET",
|
|
705
|
-
"MATCH:country_BB",
|
|
706
|
-
"MATCH:country_BO",
|
|
707
|
-
"MATCH:country_CN",
|
|
708
|
-
"MATCH:country_EC",
|
|
709
|
-
"MATCH:country_SV",
|
|
710
|
-
"MATCH:country_CI",
|
|
711
|
-
"MATCH:country_GH",
|
|
712
|
-
"MATCH:country_GL",
|
|
713
|
-
"MATCH:country_GT",
|
|
714
|
-
"MATCH:country_HK",
|
|
715
|
-
"MATCH:country_IN",
|
|
716
|
-
"MATCH:country_ID",
|
|
717
|
-
"MATCH:country_JM",
|
|
718
|
-
"MATCH:country_CA",
|
|
719
|
-
"MATCH:country_QA",
|
|
720
|
-
"MATCH:country_KE",
|
|
721
|
-
"MATCH:country_CO",
|
|
722
|
-
"MATCH:country_CG",
|
|
723
|
-
"MATCH:country_LV",
|
|
724
|
-
"MATCH:country_LY",
|
|
725
|
-
"MATCH:country_LT",
|
|
726
|
-
"MATCH:country_LU",
|
|
727
|
-
"MATCH:country_MG",
|
|
728
|
-
"MATCH:country_MT",
|
|
729
|
-
"MATCH:country_MA",
|
|
730
|
-
"MATCH:country_MX",
|
|
731
|
-
"MATCH:country_NA",
|
|
732
|
-
"MATCH:country_NZ",
|
|
733
|
-
"MATCH:country_NG",
|
|
734
|
-
"MATCH:country_PK",
|
|
735
|
-
"MATCH:country_PS",
|
|
736
|
-
"MATCH:country_PY",
|
|
737
|
-
"MATCH:country_PH",
|
|
738
|
-
"MATCH:country_PR",
|
|
739
|
-
"MATCH:country_RU",
|
|
740
|
-
"MATCH:country_ZA",
|
|
741
|
-
"MATCH:country_TH",
|
|
742
|
-
"MATCH:country_TN",
|
|
743
|
-
"MATCH:country_UG",
|
|
744
|
-
"MATCH:country_UY",
|
|
745
|
-
"MATCH:country_VE",
|
|
746
|
-
"MATCH:country_VN",
|
|
747
|
-
"MATCH:country_CY",
|
|
748
|
-
"MATCH:matterplug_LED",
|
|
749
|
-
"MATCH:matterplug_description",
|
|
750
|
-
"MATCH:matterplug_heading",
|
|
751
|
-
"MATCH:matterplug_option1title",
|
|
752
|
-
"MATCH:matterplug_option1description",
|
|
753
|
-
"MATCH:matterplug_option2title",
|
|
754
|
-
"MATCH:matterplug_option2description",
|
|
755
|
-
"MATCH:matterplug_option3title",
|
|
756
|
-
"MATCH:matterplug_option3description",
|
|
757
|
-
"MATCH:matterplug_option4title",
|
|
758
|
-
"MATCH:matterplug_option4description",
|
|
759
|
-
"MATCH:camera_tile_camera_headline",
|
|
760
|
-
"MATCH:camera_tile_camera_button_label_photo",
|
|
761
|
-
"MATCH:camera_tile_camera_button_label_video",
|
|
762
|
-
"MATCH:camera_tile_camera_record_msg",
|
|
763
|
-
"MATCH:camera_tile_camera_save_msg",
|
|
764
|
-
"MATCH:camera_feature_1_headline",
|
|
765
|
-
"MATCH:camera_feature_2_headline",
|
|
766
|
-
"MATCH:camera_settings_talk_mode_topic",
|
|
767
|
-
"MATCH:camera_settings_talk_mode_secondtopic",
|
|
768
|
-
"MATCH:camera_settings_talk_mode_firstbox_option1_topic",
|
|
769
|
-
"MATCH:camera_settings_talk_mode_firstbox_option1_description",
|
|
770
|
-
"MATCH:camera_settings_talk_mode_firstbox_option2_topic",
|
|
771
|
-
"MATCH:camera_settings_talk_mode_firstbox_option2_description",
|
|
772
|
-
"MATCH:motion_detection_description_text",
|
|
773
|
-
"MATCH:motion_detection_no_safe_mode_trigger_text",
|
|
774
|
-
"MATCH:motion_detection_selectionfield_topic_text",
|
|
775
|
-
"MATCH:motion_detection_no_safe_mode_text",
|
|
776
|
-
"MATCH:motion_detection_with_safe_mode_subheadline_text",
|
|
777
|
-
"MATCH:motion_detection_with_safe_mode_safetymode_sensing_text",
|
|
778
|
-
"MATCH:motion_detection_with_safe_mode_safetymode_value4_text",
|
|
779
|
-
"MATCH:motion_detection_with_safe_mode_brightness_text",
|
|
780
|
-
"MATCH:motion_detection_with_safe_mode_siren_text",
|
|
781
|
-
"MATCH:camera_feature_5_headline",
|
|
782
|
-
"MATCH:device_menu_camera_fourthbox_topic",
|
|
783
|
-
"MATCH:recordings_sd_storage_headline_text",
|
|
784
|
-
"MATCH:recordings_overview_field1_text",
|
|
785
|
-
"MATCH:recordings_overview_field3_text",
|
|
786
|
-
"MATCH:recordings_cloud_headline_text",
|
|
787
|
-
"MATCH:camera_settings_night_vision_firstbox_topic1",
|
|
788
|
-
"MATCH:camera_settings_night_vision_firstbox_topic1_description",
|
|
789
|
-
"MATCH:camera_settings_night_vision_firstbox_topic2",
|
|
790
|
-
"MATCH:camera_settings_night_vision_firstbox_topic2_description",
|
|
791
|
-
"MATCH:watchapp_entitystate_off",
|
|
792
|
-
"MATCH:camera_settings_night_vision_firstbox_topic3_description",
|
|
793
|
-
"MATCH:camera_settings_night_vision_topic",
|
|
794
|
-
"MATCH:camera_settings_night_vision_description",
|
|
795
|
-
"MATCH:camera_settings_recording_mode_firstbox_topic1",
|
|
796
|
-
"MATCH:camera_settings_recording_mode_firstbox_topic1_description",
|
|
797
|
-
"MATCH:camera_settings_recording_mode_firstbox_topic2",
|
|
798
|
-
"MATCH:camera_settings_recording_mode_firstbox_topic2_description",
|
|
799
|
-
"MATCH:device_menu_camera_fourthbox_text2",
|
|
800
|
-
"MATCH:camera_settings_recording_mode_question_topic",
|
|
801
|
-
"MATCH:camera_settings_recording_mode_question_note",
|
|
802
|
-
"MATCH:camera_private_mode_sleep",
|
|
803
|
-
"MATCH:camera_private_mode_sleep_close",
|
|
804
|
-
"MATCH:camera_video_get_stream_ing",
|
|
805
|
-
"MATCH:camera_video_get_stream_failure",
|
|
806
|
-
"MATCH:camera_video_stream_retry",
|
|
807
|
-
"MATCH:camera_video_stream_retry_play",
|
|
808
|
-
"MATCH:camera_net_err",
|
|
809
|
-
"MATCH:camera_re_connect_stream",
|
|
810
|
-
"MATCH:camera_video_device_busy",
|
|
811
|
-
"MATCH:camera_mic_two_way_talking",
|
|
812
|
-
"MATCH:camera_video_channel_pause",
|
|
813
|
-
"MATCH:software_update_found_failed_update_error_5012",
|
|
814
|
-
"MATCH:motion_detection_cloud_camera_settings_text2",
|
|
815
|
-
"MATCH:motion_detection_cloud_camera_settings_text",
|
|
816
|
-
"MATCH:camera_settings_sd_storage_topic",
|
|
817
|
-
"MATCH:device_menu_camera_secondbox_text4",
|
|
818
|
-
"MATCH:device_menu_camera_secondbox_text3",
|
|
819
|
-
"MATCH:camera_settings_sd_storage_firstbox_text",
|
|
820
|
-
"MATCH:camera_settings_sd_storage_firstbox_note",
|
|
821
|
-
"MATCH:camera_settings_format_sd_card_topic",
|
|
822
|
-
"MATCH:camera_settings_format_sd_card_note",
|
|
823
|
-
"MATCH:camera_settings_button_text",
|
|
824
|
-
"MATCH:motion_detection_with_safe_mode_subheadline3_text",
|
|
825
|
-
"MATCH:country_gb",
|
|
826
|
-
"MATCH:country_AE",
|
|
827
|
-
"MATCH:country_cu",
|
|
828
|
-
"MATCH:country_ir",
|
|
829
|
-
"MATCH:country_IS",
|
|
830
|
-
"MATCH:country_sy",
|
|
831
|
-
"MATCH:country_pe",
|
|
832
|
-
"MATCH:flag_resetbutton",
|
|
833
|
-
"MATCH:flag_resetdescription",
|
|
834
|
-
"MATCH:device_menu_camera_thirdbox_text1",
|
|
835
|
-
"MATCH:camera_human_private_mode",
|
|
836
|
-
"MATCH:camera_human_body_filtering",
|
|
837
|
-
"MATCH:randomtimecycle_empty_filtering_information_text",
|
|
838
|
-
"MATCH:fixedTimeCycle_empty_filtering_information_text"
|
|
839
|
-
],
|
|
840
|
-
"replacements": {
|
|
841
|
-
"REGEX:% %1\\$s.*?\\)%": "{0}",
|
|
842
|
-
"REGEX:%1\\$s.*?\\)%": "{0}",
|
|
843
|
-
"REGEX:%1\\$s.*?\\)": "{0}",
|
|
844
|
-
"REGEX:%1$s": "{0}",
|
|
845
|
-
"REGEX:%2\\$s\\(.*?\\)": "{1}"
|
|
846
|
-
}
|
|
847
|
-
}
|
|
848
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"conversion": {
|
|
3
|
+
"actions": {
|
|
4
|
+
"output": "strings.json",
|
|
5
|
+
"type": "json-multilingual",
|
|
6
|
+
"includeKeys": [
|
|
7
|
+
"MATCH:add_new_dynamic_mood_color_changing_mode_value",
|
|
8
|
+
"MATCH:power_off_memory_default_state_title",
|
|
9
|
+
"MATCH:sockets_ce",
|
|
10
|
+
"MATCH:history_overview_empty_information_text",
|
|
11
|
+
"MATCH:history_powerstrip_field1_text",
|
|
12
|
+
"MATCH:history_powerstrip_field1_text2",
|
|
13
|
+
"MATCH:history_contact_sensor_description_text",
|
|
14
|
+
"MATCH:power_off_memory_default_state_description",
|
|
15
|
+
"MATCH:power_off_memory_restore_memory_title",
|
|
16
|
+
"MATCH:power_off_memory_restore_memory_description",
|
|
17
|
+
"MATCH:power_off_memory_customized_description",
|
|
18
|
+
"MATCH:feature_summary_action_txt_1",
|
|
19
|
+
"MATCH:sockets_specific_settings_relay_status",
|
|
20
|
+
"MATCH:light_sources_specific_settings_power_off",
|
|
21
|
+
"MATCH:add_new_dynamic_mood_color_changing_mode_value2",
|
|
22
|
+
"MATCH:add_new_dynamic_mood_lights_field_headline2_text",
|
|
23
|
+
"MATCH:add_new_dynamic_mood_lights_field_saturation_text",
|
|
24
|
+
"MATCH:add_new_static_mood_headline_text",
|
|
25
|
+
"MATCH:add_new_static_mood_lights_field_brightness_text",
|
|
26
|
+
"MATCH:add_new_static_mood_lights_field_saturation_text",
|
|
27
|
+
"MATCH:add_new_static_mood_lights_field_text",
|
|
28
|
+
"MATCH:add_new_static_mood_lights_schedule_switch_tab_color_text",
|
|
29
|
+
"MATCH:add_new_static_mood_lights_schedule_switch_tab_white_text",
|
|
30
|
+
"MATCH:add_new_static_mood_system_back",
|
|
31
|
+
"MATCH:add_new_trigger_time_field_brightness_text",
|
|
32
|
+
"MATCH:add_new_trigger_time_field_headline_text3",
|
|
33
|
+
"MATCH:add_new_trigger_time_field_text",
|
|
34
|
+
"MATCH:add_new_trigger_time_inputfield_value_text",
|
|
35
|
+
"MATCH:add_new_trigger_time_subheadline_text",
|
|
36
|
+
"MATCH:add_new_trigger_time_system_back_text",
|
|
37
|
+
"MATCH:add_randomtimecycle_timestart_topic",
|
|
38
|
+
"MATCH:add_randomtimecycle_timeend_topic",
|
|
39
|
+
"MATCH:add_sleepschedule_one_source_switch_tab_color_text",
|
|
40
|
+
"MATCH:add_sleepschedule_one_source_switch_tab_white_text",
|
|
41
|
+
"MATCH:add_sleepschedule_one_source_system_back_text",
|
|
42
|
+
"MATCH:add_sleepschedule_two_source_field_text",
|
|
43
|
+
"MATCH:add_sleepschedule_two_source_field_text3",
|
|
44
|
+
"MATCH:feature_summary_action_txt_10",
|
|
45
|
+
"MATCH:feature_summary_action_txt_11",
|
|
46
|
+
"MATCH:auto_scan_button_Device_a",
|
|
47
|
+
"MATCH:auto_scan_system_cancel",
|
|
48
|
+
"MATCH:auto_scan_system_wifi_confirm",
|
|
49
|
+
"MATCH:auto_scan_system_task_conflict",
|
|
50
|
+
"MATCH:bio_ryhthm_default_button_reset_text",
|
|
51
|
+
"MATCH:bio_ryhthm_default_field_field_brightness_text",
|
|
52
|
+
"MATCH:bio_ryhthm_default_field_text2",
|
|
53
|
+
"MATCH:bio_ryhthm_default_field_text3",
|
|
54
|
+
"MATCH:bio_ryhthm_default_field_text4",
|
|
55
|
+
"MATCH:bio_ryhthm_default_field_text5",
|
|
56
|
+
"MATCH:bio_ryhthm_default_selectionfield_topic_text",
|
|
57
|
+
"MATCH:bio_ryhthm_default_weekday1_text",
|
|
58
|
+
"MATCH:bio_ryhthm_default_weekday2_text",
|
|
59
|
+
"MATCH:bio_ryhthm_default_weekday3_text",
|
|
60
|
+
"MATCH:bio_ryhthm_default_weekday4_text",
|
|
61
|
+
"MATCH:bio_ryhthm_default_weekday5_text",
|
|
62
|
+
"MATCH:bio_ryhthm_default_weekday6_text",
|
|
63
|
+
"MATCH:bio_ryhthm_default_weekday7_text",
|
|
64
|
+
"MATCH:camera_tile_dim_lighting_headline",
|
|
65
|
+
"MATCH:devicemusic_headline_text",
|
|
66
|
+
"MATCH:edit_device_textfield_name",
|
|
67
|
+
"MATCH:flashing_fs_toggle_state1",
|
|
68
|
+
"MATCH:flashing_fs_toggle_state2",
|
|
69
|
+
"MATCH:light_sources_tile_dim_lighting_brightness",
|
|
70
|
+
"MATCH:light_sources_tile_main_lighting_headline",
|
|
71
|
+
"MATCH:light_sources_tile_main_lighting_shade",
|
|
72
|
+
"MATCH:light_sources_tile_rgb_lighting_brightness",
|
|
73
|
+
"MATCH:light_sources_tile_rgb_lighting_headline",
|
|
74
|
+
"MATCH:light_sources_tile_rgb_lighting_saturation",
|
|
75
|
+
"MATCH:light_sources_tile_rgb_lighting_shade",
|
|
76
|
+
"MATCH:light_sources_tile_rgb_lighting_tab_color",
|
|
77
|
+
"MATCH:light_sources_tile_rgb_lighting_tab_white",
|
|
78
|
+
"MATCH:light_sources_tile_sec_lighting_headline",
|
|
79
|
+
"MATCH:light_sources_tile_sec_lighting_shade",
|
|
80
|
+
"MATCH:light_sources_tile_tw_lighting_brightness",
|
|
81
|
+
"MATCH:light_sources_tile_tw_lighting_headline",
|
|
82
|
+
"MATCH:mesh_device_detail_lighting_color_mode",
|
|
83
|
+
"MATCH:mesh_device_detail_lighting_goodnight",
|
|
84
|
+
"MATCH:mesh_device_detail_lighting_leisure",
|
|
85
|
+
"MATCH:mesh_device_detail_lighting_read",
|
|
86
|
+
"MATCH:mesh_device_detail_lighting_white_mode",
|
|
87
|
+
"MATCH:mesh_device_detail_lighting_work",
|
|
88
|
+
"MATCH:mesh_device_detail_mode",
|
|
89
|
+
"MATCH:mesh_device_seting_delete",
|
|
90
|
+
"MATCH:mood_overview_add_mood_text",
|
|
91
|
+
"MATCH:mood_overview_add_mood_text2",
|
|
92
|
+
"MATCH:mood_overview_field_chip_2",
|
|
93
|
+
"MATCH:mood_overview_field_chip_text",
|
|
94
|
+
"MATCH:mood_overview_filter_name_text1",
|
|
95
|
+
"MATCH:mood_overview_filter_name_text2",
|
|
96
|
+
"MATCH:mood_overview_headline_text",
|
|
97
|
+
"MATCH:mood_overview_information_text",
|
|
98
|
+
"MATCH:motion_detection_add_time_schedule_headline_text",
|
|
99
|
+
"MATCH:motion_detection_add_time_schedule_selectionfield_text",
|
|
100
|
+
"MATCH:motion_detection_add_time_schedule_system_back_text",
|
|
101
|
+
"MATCH:motion_detection_time_schedule_notifications_field_weekdays_text2",
|
|
102
|
+
"MATCH:timeschedule_add_schedule_text",
|
|
103
|
+
"MATCH:motion_detection_time_schedule_notifications_field_weekdays_text4",
|
|
104
|
+
"MATCH:other_lights_modes_gradient_text",
|
|
105
|
+
"MATCH:other_lights_modes_jump_text",
|
|
106
|
+
"MATCH:solar_bt_pp_field_dm",
|
|
107
|
+
"MATCH:timer_ceiling_fan_headline_text",
|
|
108
|
+
"MATCH:timer_nightplug_headline_text",
|
|
109
|
+
"MATCH:timer_ceiling_fan_lighting_switched_off_text",
|
|
110
|
+
"MATCH:timer_ceiling_fan_lighting_switched_on_text",
|
|
111
|
+
"MATCH:timer_sockets_button_text",
|
|
112
|
+
"MATCH:timeschedule_add_schedule_nightlight_plug_selectionfield_text2",
|
|
113
|
+
"MATCH:timeschedule_add_schedule_subheadline2_text",
|
|
114
|
+
"MATCH:timeschedule_add_schedule_subheadline4_text",
|
|
115
|
+
"MATCH:timeschedule_add_schedule_subheadline_text",
|
|
116
|
+
"MATCH:timeschedule_add_schedule_switch_tab_manual_text",
|
|
117
|
+
"MATCH:timeschedule_add_schedule_switch_tab_mood_text",
|
|
118
|
+
"MATCH:timeschedule_add_schedule_system_back_text",
|
|
119
|
+
"MATCH:timeschedule_add_schedule_text2",
|
|
120
|
+
"MATCH:timeschedule_add_schedule_weekday1_text",
|
|
121
|
+
"MATCH:timeschedule_add_schedule_weekday2_text",
|
|
122
|
+
"MATCH:timeschedule_add_schedule_weekday3_text",
|
|
123
|
+
"MATCH:timeschedule_add_schedule_weekday4_text",
|
|
124
|
+
"MATCH:timeschedule_add_schedule_weekday5_text",
|
|
125
|
+
"MATCH:timeschedule_add_schedule_weekday6_text",
|
|
126
|
+
"MATCH:timeschedule_add_schedule_weekday7_text",
|
|
127
|
+
"MATCH:timeschedule_overview_empty_information_text",
|
|
128
|
+
"MATCH:timeschedule_overview_headline_text",
|
|
129
|
+
"MATCH:timeschedule_overview_description_text",
|
|
130
|
+
"MATCH:timeschedule_overview_empty_button_add_text",
|
|
131
|
+
"MATCH:ceiling_fan_feature_2_light_text_min_off",
|
|
132
|
+
"MATCH:ceiling_fan_feature_2_light_text_min_on",
|
|
133
|
+
"MATCH:add_new_dynamic_mood_color_changing_mode_headline",
|
|
134
|
+
"MATCH:add_new_dynamic_mood_lights_field_speed_topic_text",
|
|
135
|
+
"MATCH:add_new_dynamic_mood_lights_field_headline_text1",
|
|
136
|
+
"MATCH:add_new_dynamic_mood_system_back",
|
|
137
|
+
"MATCH:edit_static_mood_inputfield_topic_text",
|
|
138
|
+
"MATCH:add_new_static_mood_lights_inputfield_text",
|
|
139
|
+
"MATCH:feature_summary_action_txt_2",
|
|
140
|
+
"MATCH:sleepwakeschedule_empty_information_text",
|
|
141
|
+
"MATCH:sleepwakeschedule_field_3_Times_chips2_text",
|
|
142
|
+
"MATCH:sleepwakeschedule_field_3_Times_chips_text",
|
|
143
|
+
"MATCH:sleepwakeschedule_field_speed_text",
|
|
144
|
+
"MATCH:cancel_dialog_delete_item_timeschedule_titel",
|
|
145
|
+
"MATCH:cancel_dialog_delete_item_sleepschedule_titel",
|
|
146
|
+
"MATCH:cancel_dialog_delete_item_wakeupschedule_titel",
|
|
147
|
+
"MATCH:fixedTimeCycle_socket_headline",
|
|
148
|
+
"MATCH:randomtimecycle_sockets_headline_text",
|
|
149
|
+
"MATCH:history_socket_headline_text",
|
|
150
|
+
"MATCH:feature_summary_action_component_5",
|
|
151
|
+
"MATCH:feature_summary_action_component_6",
|
|
152
|
+
"MATCH:feature_summary_action_component_7",
|
|
153
|
+
"MATCH:feature_summary_action_component_8",
|
|
154
|
+
"MATCH:feature_summary_action_component_9",
|
|
155
|
+
"MATCH:sockets_feature_2_socket_text_min_off",
|
|
156
|
+
"MATCH:sockets_feature_2_socket_text_min_on",
|
|
157
|
+
"MATCH:timer_powerstrip_socket1_switched_off_text",
|
|
158
|
+
"MATCH:timer_powerstrip_socket1_switched_on_text",
|
|
159
|
+
"MATCH:set_pw_button_save",
|
|
160
|
+
"MATCH:consumption_data_field2_value_text1",
|
|
161
|
+
"MATCH:consumption_data_field2_value_text2",
|
|
162
|
+
"MATCH:consumption_data_field2_value_text3",
|
|
163
|
+
"MATCH:timer_nightplug_active_timer_subheadline2_text",
|
|
164
|
+
"MATCH:addTimeCycle_settings_sec_text",
|
|
165
|
+
"MATCH:addTimeCycle_settings_sec_text2",
|
|
166
|
+
"MATCH:power_strip_tile_socket_4_headline",
|
|
167
|
+
"MATCH:conflict_dialog_active_item_fixedtimecycle_description",
|
|
168
|
+
"MATCH:conflict_dialog_active_item_randomtimecycle_description",
|
|
169
|
+
"MATCH:timeschedule_add_schedule_Lighting_applyfor_selection2_text",
|
|
170
|
+
"MATCH:timeschedule_add_schedule_Lighting_applyfor_selection_text",
|
|
171
|
+
"MATCH:light_sources_specific_settings_remote_control",
|
|
172
|
+
"MATCH:conflict_dialog_save_item_bio_rhythm_answer_no_text",
|
|
173
|
+
"MATCH:conflict_dialog_save_item_bio_rhythm_answer_yes_text",
|
|
174
|
+
"MATCH:conflict_dialog_save_item_randomtimecycle_answer_no_text",
|
|
175
|
+
"MATCH:conflict_dialog_save_item_randomtimecycle_answer_yes_text",
|
|
176
|
+
"MATCH:conflict_dialog_save_item_randomtimecycle_description",
|
|
177
|
+
"MATCH:conflict_dialog_save_item_randomtimecycle_titel",
|
|
178
|
+
"MATCH:conflict_dialog_save_item_bio_rhythm_description",
|
|
179
|
+
"MATCH:conflict_dialog_save_item_bio_rhythm_titel",
|
|
180
|
+
"MATCH:conflict_dialog_save_item_sleepschedule_answer_no_text",
|
|
181
|
+
"MATCH:conflict_dialog_save_item_sleepschedule_answer_yes_text",
|
|
182
|
+
"MATCH:conflict_dialog_save_item_sleepschedule_description",
|
|
183
|
+
"MATCH:conflict_dialog_save_item_sleepschedule_titel",
|
|
184
|
+
"MATCH:conflict_dialog_save_item_wakeupschedule_answer_no_text",
|
|
185
|
+
"MATCH:conflict_dialog_save_item_wakeupschedule_answer_yes_text",
|
|
186
|
+
"MATCH:conflict_dialog_save_item_wakeupschedule_description",
|
|
187
|
+
"MATCH:conflict_dialog_save_item_wakeupschedule_titel",
|
|
188
|
+
"MATCH:sockets_specific_settings_relay_status_remember",
|
|
189
|
+
"MATCH:motion_detection_with_safe_mode_safetymode_value4_text",
|
|
190
|
+
"MATCH:consumption_data_annual_bar_chart_system_back_text",
|
|
191
|
+
"MATCH:motion_detection_time_schedule_notifications_field_weekdays_text3",
|
|
192
|
+
"MATCH:timer_ceiling_fan_lighting_switched_de_off_text",
|
|
193
|
+
"MATCH:timer_ceiling_fan_lighting_switched_de_on_text",
|
|
194
|
+
"MATCH:timer_powerstrip_socket1_switched_de_off_text",
|
|
195
|
+
"MATCH:timer_powerstrip_socket1_switched_de_on_text",
|
|
196
|
+
"MATCH:sleepwakeschedule_empty_filtering_information_text",
|
|
197
|
+
"MATCH:timer_ceiling_fan_selectionfield_no_components_text",
|
|
198
|
+
"MATCH:timer_nightplug_active_timer_field_description_off_text",
|
|
199
|
+
"MATCH:timer_nightplug_active_timer_field_description_on_text",
|
|
200
|
+
"MATCH:conflict_dialog_save_item_fixedtimecycle_answer_no_text",
|
|
201
|
+
"MATCH:conflict_dialog_save_item_fixedtimecycle_answer_yes_text",
|
|
202
|
+
"MATCH:conflict_dialog_save_item_fixedtimecycle_description",
|
|
203
|
+
"MATCH:conflict_dialog_save_item_fixedtimecycle_titel",
|
|
204
|
+
"MATCH:bio_ryhthm_default_field_text",
|
|
205
|
+
"MATCH:timeschedule_add_schedule_no_device_warning_text",
|
|
206
|
+
"MATCH:add_new_dynamic_mood_alert_text",
|
|
207
|
+
"MATCH:add_new_trigger_time_information_text",
|
|
208
|
+
"MATCH:sleepwakeschedule_warning_max_number_both_text",
|
|
209
|
+
"MATCH:sleepwakeschedule_warning_max_number_sleep_text",
|
|
210
|
+
"MATCH:sleepwakeschedule_warning_max_number_wakeup_text",
|
|
211
|
+
"MATCH:fixedTimeCycle_information_text",
|
|
212
|
+
"MATCH:fixedTimeCycle_bttn_text",
|
|
213
|
+
"MATCH:addTimeCycle_warning_text",
|
|
214
|
+
"MATCH:cancel_dialog_delete_item_timeschedule_description",
|
|
215
|
+
"MATCH:cancel_dialog_delete_item_timeschedule_answer_no_text",
|
|
216
|
+
"MATCH:cancel_dialog_delete_item_timeschedule_answer_yes_text",
|
|
217
|
+
"MATCH:cancel_dialog_delete_item_fixedtimecycle_titel",
|
|
218
|
+
"MATCH:cancel_dialog_delete_item_fixedtimecycle_description",
|
|
219
|
+
"MATCH:cancel_dialog_delete_item_fixedtimecycle_answer_yes_text",
|
|
220
|
+
"MATCH:cancel_dialog_delete_item_fixedtimecycle_answer_no_text",
|
|
221
|
+
"MATCH:cancel_dialog_delete_item_randomtimecycle_titel",
|
|
222
|
+
"MATCH:cancel_dialog_delete_item_randomtimecycle_description",
|
|
223
|
+
"MATCH:cancel_dialog_delete_item_sleepschedule_answer_yes_text",
|
|
224
|
+
"MATCH:cancel_dialog_delete_item_sleepschedule_answer_no_text",
|
|
225
|
+
"MATCH:fixedtimecycle_warning_max_number_text",
|
|
226
|
+
"MATCH:randomtimecycle_warning_max_number_text",
|
|
227
|
+
"MATCH:sockets_specific_settings_child_lock",
|
|
228
|
+
"MATCH:sockets_specific_settings_switch_inching",
|
|
229
|
+
"MATCH:switchinching_overview_description_text",
|
|
230
|
+
"MATCH:childlock_overview_description_text",
|
|
231
|
+
"MATCH:conflict_dialog_save_item_timer_titel",
|
|
232
|
+
"MATCH:conflict_dialog_save_item_timer_description",
|
|
233
|
+
"MATCH:conflict_dialog_save_item_timer_answer_no_text",
|
|
234
|
+
"MATCH:conflict_dialog_save_item_timer_answer_yes_text",
|
|
235
|
+
"MATCH:conflict_dialog_save_item_inching_titel",
|
|
236
|
+
"MATCH:conflict_dialog_save_item_inching_description",
|
|
237
|
+
"MATCH:conflict_dialog_save_item_inching_answer_no_text",
|
|
238
|
+
"MATCH:conflict_dialog_save_item_inching_answer_yes_text",
|
|
239
|
+
"MATCH:cancel_dialog_delete_item_sleepschedule_description",
|
|
240
|
+
"MATCH:cancel_dialog_delete_item_wakeupschedule_answer_no_text",
|
|
241
|
+
"MATCH:cancel_dialog_delete_item_wakeupschedule_answer_yes_text",
|
|
242
|
+
"MATCH:cancel_dialog_delete_item_wakeupschedule_description",
|
|
243
|
+
"MATCH:randomtimecycle_empty_bttn_text",
|
|
244
|
+
"MATCH:randomtimecycle_empty_information_text",
|
|
245
|
+
"MATCH:conflict_dialog_save_item_randomtimecycle_tips",
|
|
246
|
+
"MATCH:conflict_dialog_save_item_randomtimecycle_interval_description",
|
|
247
|
+
"MATCH:conflict_dialog_save_item_randomtimecycle_answer_confirm_text",
|
|
248
|
+
"MATCH:light_sources_specific_settings_do_not_disturb_title",
|
|
249
|
+
"MATCH:light_sources_specific_settings_do_not_disturb_introduce",
|
|
250
|
+
"MATCH:devicemusic_ball_game_text",
|
|
251
|
+
"MATCH:devicemusic_game_text",
|
|
252
|
+
"MATCH:devicemusic_romantic_text",
|
|
253
|
+
"MATCH:devicemusic_music_text",
|
|
254
|
+
"MATCH:light_sources_feature_2_text_min_off",
|
|
255
|
+
"MATCH:light_sources_feature_2_text_min_on",
|
|
256
|
+
"MATCH:light_sources_feature_2_switched_off_text",
|
|
257
|
+
"MATCH:light_sources_feature_2_switched_on_text",
|
|
258
|
+
"MATCH:switch_overcharge_headline_text",
|
|
259
|
+
"MATCH:switch_overcharge_headline_description",
|
|
260
|
+
"MATCH:conflict_dialog_save_item_timeschedule_titel",
|
|
261
|
+
"MATCH:conflict_dialog_active_item_timeschedule_description",
|
|
262
|
+
"MATCH:conflict_dialog_save_item_timeschedule_answer_no_text",
|
|
263
|
+
"MATCH:conflict_dialog_save_item_timeschedule_answer_yes_text",
|
|
264
|
+
"MATCH:light_sources_feature_4_text_name",
|
|
265
|
+
"MATCH:bio_ryhthm_non_sun_home_products_description_text",
|
|
266
|
+
"MATCH:bio_ryhthm_default_description_text",
|
|
267
|
+
"MATCH:bio_ryhthm_default_subheadline_text",
|
|
268
|
+
"MATCH:add_new_trigger_time_warning_max_number_text",
|
|
269
|
+
"MATCH:devicemusic_subheadline_text",
|
|
270
|
+
"MATCH:biorhythm_product_link",
|
|
271
|
+
"MATCH:devicemusic_description_text",
|
|
272
|
+
"MATCH:sleepwakeschedule_add_button_text1",
|
|
273
|
+
"MATCH:sleepwakeschedule_add_button_text2",
|
|
274
|
+
"MATCH:add_sleepschedule_one_source_headline_text",
|
|
275
|
+
"MATCH:add_wakeupschedule_one_source_headline_text",
|
|
276
|
+
"MATCH:add_sleepschedule_one_source_settings_text",
|
|
277
|
+
"MATCH:add_sleepschedule_one_source_settings_text2",
|
|
278
|
+
"MATCH:add_wakeupschedule_settings_text",
|
|
279
|
+
"MATCH:add_wakeupschedule_settings_text2",
|
|
280
|
+
"MATCH:add_wakeupschedule_settings_text3",
|
|
281
|
+
"MATCH:add_wakeupschedule_settings_text4",
|
|
282
|
+
"MATCH:add_wakeupschedule_settings_text5",
|
|
283
|
+
"MATCH:feature_summary_frequency_headline",
|
|
284
|
+
"MATCH:feature_summary_time_headline",
|
|
285
|
+
"MATCH:motion_detection_add_time_schedule_actions_text1",
|
|
286
|
+
"MATCH:add_new_static_mood_field_headline_text1",
|
|
287
|
+
"MATCH:add_new_static_mood_field_headline_text2",
|
|
288
|
+
"MATCH:add_new_static_mood_field_headline_text3",
|
|
289
|
+
"MATCH:add_new_static_mood_field_headline_text4",
|
|
290
|
+
"MATCH:add_new_static_mood_description_text",
|
|
291
|
+
"MATCH:add_new_dynamic_mood_description_text",
|
|
292
|
+
"MATCH:add_new_dynamic_mood_headline_text",
|
|
293
|
+
"MATCH:add_new_dynamic_mood_field_headline_text1",
|
|
294
|
+
"MATCH:add_new_dynamic_mood_field_headline_text2",
|
|
295
|
+
"MATCH:add_new_dynamic_mood_field_headline_text3",
|
|
296
|
+
"MATCH:add_new_dynamic_mood_field_headline_text4",
|
|
297
|
+
"MATCH:feature_summary_action_txt_12",
|
|
298
|
+
"MATCH:add_randomtimecycle_subheadline_text",
|
|
299
|
+
"MATCH:feature_summary_action_txt_4",
|
|
300
|
+
"MATCH:feature_summary_action_txt_6",
|
|
301
|
+
"MATCH:edit_fixedtimecycle_bttn_text",
|
|
302
|
+
"MATCH:sockets_headline_power",
|
|
303
|
+
"MATCH:edit_static_mood_button_delete_text",
|
|
304
|
+
"MATCH:edit_static_mood_headline_text",
|
|
305
|
+
"MATCH:mood_overview_warning_max_number_text",
|
|
306
|
+
"MATCH:music_reactivate_dialog_text",
|
|
307
|
+
"MATCH:add_new_trigger_time_text",
|
|
308
|
+
"MATCH:feature_summary_frequency_txt_1",
|
|
309
|
+
"MATCH:feature_summary_frequency_txt_2",
|
|
310
|
+
"MATCH:feature_summary_frequency_txt_3",
|
|
311
|
+
"MATCH:feature_summary_frequency_txt_4",
|
|
312
|
+
"MATCH:add_new_trigger_time_headline_text",
|
|
313
|
+
"MATCH:consumption_data_field4_month10_value_text",
|
|
314
|
+
"MATCH:consumption_data_field4_month11_value_text",
|
|
315
|
+
"MATCH:consumption_data_field4_month12_value_text",
|
|
316
|
+
"MATCH:consumption_data_field4_month1_value_text",
|
|
317
|
+
"MATCH:consumption_data_field4_month2_value_text",
|
|
318
|
+
"MATCH:consumption_data_field4_month3_value_text",
|
|
319
|
+
"MATCH:consumption_data_field4_month4_value_text",
|
|
320
|
+
"MATCH:consumption_data_field4_month5_value_text",
|
|
321
|
+
"MATCH:consumption_data_field4_month6_value_text",
|
|
322
|
+
"MATCH:consumption_data_field4_month7_value_text",
|
|
323
|
+
"MATCH:consumption_data_field4_month8_value_text",
|
|
324
|
+
"MATCH:consumption_data_field4_month9_value_text",
|
|
325
|
+
"MATCH:consumption_data_field1_headline_text",
|
|
326
|
+
"MATCH:consumption_data_field2_headline_text",
|
|
327
|
+
"MATCH:consumption_data_field3_headline_text",
|
|
328
|
+
"MATCH:consumption_data_field3_value_text2",
|
|
329
|
+
"MATCH:consumption_data_field4_headline_text",
|
|
330
|
+
"MATCH:consumption_data_field3_button_text",
|
|
331
|
+
"MATCH:consumption_data_description_text",
|
|
332
|
+
"MATCH:consumption_data_price_per_kwh_currency_headline_text",
|
|
333
|
+
"MATCH:consumption_data_field3_co2_topic_text",
|
|
334
|
+
"MATCH:consumption_data_field3_co2_topic_headline",
|
|
335
|
+
"MATCH:consumption_data_monthly_overview_field1_text2",
|
|
336
|
+
"MATCH:consumption_data_price_per_kwh_headline_text",
|
|
337
|
+
"MATCH:consumption_data_price_per_kwh_description_text",
|
|
338
|
+
"MATCH:consumption_data_monthly_overview_field2_headline_text",
|
|
339
|
+
"MATCH:consumption_data_price_per_kwh_currency_value1",
|
|
340
|
+
"MATCH:consumption_data_price_per_kwh_currency_value2",
|
|
341
|
+
"MATCH:consumption_data_price_per_kwh_currency_value3",
|
|
342
|
+
"MATCH:consumption_data_price_per_kwh_currency_value4",
|
|
343
|
+
"MATCH:add_fixedtimecycle_headline_text",
|
|
344
|
+
"MATCH:edit_fixedtimecycle_headline_text",
|
|
345
|
+
"MATCH:manage_user_unsaved_changes_dialog_headline",
|
|
346
|
+
"MATCH:cancel_dialog_delete_item_bio_rhythm_titel",
|
|
347
|
+
"MATCH:string_light_pp_dialog_sm_add_headline_c",
|
|
348
|
+
"MATCH:strip_light_static_mood_add_step_2_dialog_text",
|
|
349
|
+
"MATCH:strip_light_static_mood_editor_step_2_dialog_text",
|
|
350
|
+
"MATCH:cancel_dialog_leave_unsaved_bio_rhythm_note",
|
|
351
|
+
"MATCH:power_strip_specific_settings_desc_socket_1",
|
|
352
|
+
"MATCH:power_strip_specific_settings_desc_socket_2",
|
|
353
|
+
"MATCH:power_strip_specific_settings_desc_socket_3",
|
|
354
|
+
"MATCH:power_strip_specific_settings_desc_socket_usb",
|
|
355
|
+
"MATCH:consumption_data_field3_co2_inforamtion_decription_text",
|
|
356
|
+
"MATCH:home_screen_home_dialog_yes_con",
|
|
357
|
+
"MATCH:add_new_dynamic_mood_ceiling_fan_field_headline",
|
|
358
|
+
"MATCH:timer_ceiling_fan_switched_off_text",
|
|
359
|
+
"MATCH:timer_ceiling_fan_switched_on_text",
|
|
360
|
+
"MATCH:timeschedule_add_schedule_ceiling_fan_selectionfield_text",
|
|
361
|
+
"MATCH:timeschedule_add_schedule_ceiling_fan_selectionfield_text2",
|
|
362
|
+
"MATCH:ceiling_fan_tile_uvc_fan_speed",
|
|
363
|
+
"MATCH:routines_add_edit_name",
|
|
364
|
+
"MATCH:string_light_pp_dialog_sm_ed_headline_d",
|
|
365
|
+
"MATCH:strip_light_static_mood_edit_dialog_text",
|
|
366
|
+
"MATCH:power_strip_feature_2_socket_1_text_min_on",
|
|
367
|
+
"MATCH:power_strip_feature_2_socket_1_text_min_off",
|
|
368
|
+
"MATCH:power_strip_feature_2_socket_2_text_min_on",
|
|
369
|
+
"MATCH:power_strip_feature_2_socket_2_text_min_off",
|
|
370
|
+
"MATCH:power_strip_feature_2_socket_3_text_min_on",
|
|
371
|
+
"MATCH:power_strip_feature_2_socket_3_text_min_off",
|
|
372
|
+
"MATCH:power_strip_feature_2_socket_usb_text_min_off",
|
|
373
|
+
"MATCH:power_strip_feature_2_socket_usb_text_min_on",
|
|
374
|
+
"MATCH:generation_data_description_text",
|
|
375
|
+
"MATCH:add_new_dynamic_mood_ceiling_fan_field_text",
|
|
376
|
+
"MATCH:add_new_dynamic_mood_ceiling_fan_field_headline",
|
|
377
|
+
"MATCH:cancel_dialog_leave_unsaved_titel",
|
|
378
|
+
"MATCH:cancel_dialog_leave_unsaved_randomtimecycle_note",
|
|
379
|
+
"MATCH:cancel_dialog_leave_unsaved_fixedtimecycle_note",
|
|
380
|
+
"MATCH:cancel_dialog_leave_unsaved_sleepschedule_note",
|
|
381
|
+
"MATCH:cancel_dialog_leave_unsaved_timeschedule_note",
|
|
382
|
+
"MATCH:cancel_dialog_leave_unsaved_wakeupschedule_note",
|
|
383
|
+
"MATCH:string_light_pp_field_sm_add_error1",
|
|
384
|
+
"MATCH:feature_activate_dialog_text",
|
|
385
|
+
"MATCH:edit_timeschedule_bttn_text",
|
|
386
|
+
"MATCH:edit_wakeupschedule_bttn_text",
|
|
387
|
+
"MATCH:edit_sleepschedule_bttn_text",
|
|
388
|
+
"MATCH:ceiling_fan_direction_info_option_1_headline",
|
|
389
|
+
"MATCH:ceiling_fan_direction_info_option_2_headline",
|
|
390
|
+
"MATCH:ceiling_fan_direction_info_description_text",
|
|
391
|
+
"MATCH:ceiling_fan_direction_info_headline",
|
|
392
|
+
"MATCH:ceiling_fan_direction_info_option_1_text",
|
|
393
|
+
"MATCH:ceiling_fan_direction_info_option_2_text",
|
|
394
|
+
"MATCH:ceiling_fan_feature_2_fan_text_hour_off",
|
|
395
|
+
"MATCH:ceiling_fan_feature_2_fan_text_hour_on",
|
|
396
|
+
"MATCH:ceiling_fan_feature_2_fan_text_min_off",
|
|
397
|
+
"MATCH:ceiling_fan_feature_2_fan_text_min_on",
|
|
398
|
+
"MATCH:ceiling_fan_mode_info_headline",
|
|
399
|
+
"MATCH:ceiling_fan_mode_info_option_1_headline",
|
|
400
|
+
"MATCH:ceiling_fan_mode_info_option_2_headline",
|
|
401
|
+
"MATCH:ceiling_fan_tile_uvc_fan_direction",
|
|
402
|
+
"MATCH:ceiling_fan_direction_info_button_label",
|
|
403
|
+
"MATCH:ceiling_fan_mode_info_description_text",
|
|
404
|
+
"MATCH:ceiling_fan_mode_info_option_1_text",
|
|
405
|
+
"MATCH:ceiling_fan_mode_info_option_2_text",
|
|
406
|
+
"MATCH:ceiling_fan_tile_uvc_fan_disinfect",
|
|
407
|
+
"MATCH:ceiling_fan_tile_uvc_fan_mode",
|
|
408
|
+
"MATCH:history_contact_sensor_headline_text",
|
|
409
|
+
"MATCH:history_overview_contact_motion_field1_text",
|
|
410
|
+
"MATCH:history_overview_contact_motion_field2_text",
|
|
411
|
+
"MATCH:history_sensors_automation_empty_headline_text",
|
|
412
|
+
"MATCH:motion_detector_battery__state4",
|
|
413
|
+
"MATCH:contact_sensor_tile_headline",
|
|
414
|
+
"MATCH:contact_sensor_tile_status_1",
|
|
415
|
+
"MATCH:contact_sensor_tile_status_2",
|
|
416
|
+
"MATCH:motion_detector_tile_headline",
|
|
417
|
+
"MATCH:motion_detector_tile_status_1",
|
|
418
|
+
"MATCH:motion_detector_tile_status_2",
|
|
419
|
+
"MATCH:solar_bt_pp_battery_headline",
|
|
420
|
+
"MATCH:history_contact_sensor_field2_text",
|
|
421
|
+
"MATCH:history_contact_sensor_field2_text2",
|
|
422
|
+
"MATCH:ceiling_fan_feature_2_fan_text_hour_off",
|
|
423
|
+
"MATCH:ceiling_fan_feature_2_fan_text_hour_on",
|
|
424
|
+
"MATCH:ceiling_fan_feature_2_fan_text_min_off",
|
|
425
|
+
"MATCH:ceiling_fan_feature_2_fan_text_min_on",
|
|
426
|
+
"MATCH:ceiling_fan_feature_2_light_text_hour_off",
|
|
427
|
+
"MATCH:ceiling_fan_feature_2_light_text_hour_on",
|
|
428
|
+
"MATCH:ceiling_fan_tile_uvc_fan_direction_opt_1",
|
|
429
|
+
"MATCH:ceiling_fan_tile_uvc_fan_direction_opt_2",
|
|
430
|
+
"MATCH:ceiling_fan_tile_uvc_fan_mode_opt_1",
|
|
431
|
+
"MATCH:ceiling_fan_tile_uvc_fan_mode_opt_2",
|
|
432
|
+
"MATCH:groups_settings_power_on_behavior_secondbox_topic",
|
|
433
|
+
"MATCH:light_settings_default_secondtopic",
|
|
434
|
+
"MATCH:light_settings_default_secondbox_text",
|
|
435
|
+
"MATCH:groups_settings_power_on_behavior_secondbox_status_value1_topic",
|
|
436
|
+
"MATCH:groups_settings_power_on_behavior_secondbox_status_value1_description",
|
|
437
|
+
"MATCH:groups_settings_power_on_behavior_secondbox_status_value3_description",
|
|
438
|
+
"MATCH:groups_settings_power_on_behavior_secondbox_status_value3_topic",
|
|
439
|
+
"MATCH:groups_settings_power_on_behavior_disturbbox_note",
|
|
440
|
+
"MATCH:groups_settings_power_on_behavior_secondbox_status_value2_topic",
|
|
441
|
+
"MATCH:groups_settings_power_on_behavior_secondbox_status_value2_description",
|
|
442
|
+
"MATCH:add_matter_to_fabric_box4_text2",
|
|
443
|
+
"MATCH:matter_gradient_overview_headline_text",
|
|
444
|
+
"MATCH:matter_gradient_light_on_title",
|
|
445
|
+
"MATCH:matter_gradient_light_on_description_text",
|
|
446
|
+
"MATCH:matter_gradient_light_off_title",
|
|
447
|
+
"MATCH:matter_gradient_light_off_description_text",
|
|
448
|
+
"MATCH:edit_timeschedule_headline_text",
|
|
449
|
+
"MATCH:edit_wakeupschedule_headline_text",
|
|
450
|
+
"MATCH:edit_sleepschedule_headline_text",
|
|
451
|
+
"MATCH:edit_trigger_time_headline_text",
|
|
452
|
+
"MATCH:edit_trigger_time_button_delete_text",
|
|
453
|
+
"MATCH:motion_detection_time_schedule_notifications_warning_text",
|
|
454
|
+
"MATCH:bio_ryhthm_reset_description_text",
|
|
455
|
+
"MATCH:timeschedule_add_schedule_devicestate_sec_warning_text",
|
|
456
|
+
"MATCH:device_menu_contact_sensors_secondbox_text1",
|
|
457
|
+
"MATCH:device_menu_contact_sensors_secondbox_text2",
|
|
458
|
+
"MATCH:device_menu_contact_sensors_secondbox_text3",
|
|
459
|
+
"MATCH:device_menu_motion_sensors_secondbox_text1",
|
|
460
|
+
"MATCH:device_menu_motion_sensors_secondbox_text2",
|
|
461
|
+
"MATCH:device_menu_motion_sensors_secondbox_text3",
|
|
462
|
+
"MATCH:contact_sensor_specific_settings",
|
|
463
|
+
"MATCH:add_new_dynamic_mood_strip_lights_field_topic_text",
|
|
464
|
+
"MATCH:add_new_dynamic_mood_strip_lights_switch_tab_text1",
|
|
465
|
+
"MATCH:add_new_dynamic_mood_strip_lights_switch_tab_text2",
|
|
466
|
+
"MATCH:add_new_dynamic_mood_strip_lights_selectionfield2_topic_text",
|
|
467
|
+
"MATCH:add_new_dynamic_mood_strip_lights_selectionfield_value_text",
|
|
468
|
+
"MATCH:add_new_dynamic_mood_strip_lights_selectionfield2_value_text",
|
|
469
|
+
"MATCH:group_feature_music_secondsection_note",
|
|
470
|
+
"MATCH:devicemusic_switch_tab_device",
|
|
471
|
+
"MATCH:devicemusic_switch_tab_smartphone",
|
|
472
|
+
"MATCH:devicemusic_switch_tab_device_sensitivity",
|
|
473
|
+
"MATCH:strip_lights_modes_meteor_text",
|
|
474
|
+
"MATCH:strip_lights_modes_pileup_text",
|
|
475
|
+
"MATCH:strip_lights_modes_rainbow_text",
|
|
476
|
+
"MATCH:strip_lights_modes_rebound_text",
|
|
477
|
+
"MATCH:strip_lights_modes_shuttle_text",
|
|
478
|
+
"MATCH:strip_lights_modes_switch_text",
|
|
479
|
+
"MATCH:strip_lights_modes_random_text",
|
|
480
|
+
"MATCH:strip_lights_modes_breath_text",
|
|
481
|
+
"MATCH:strip_lights_modes_flash_text",
|
|
482
|
+
"MATCH:strip_lights_modes_flashing_text",
|
|
483
|
+
"MATCH:strip_lights_modes_flow_text",
|
|
484
|
+
"MATCH:strip_lights_modes_flutter_text",
|
|
485
|
+
"MATCH:strip_lights_modes_follow_text",
|
|
486
|
+
"MATCH:strip_lights_modes_fall_text",
|
|
487
|
+
"MATCH:string_lights_modes_blink_text",
|
|
488
|
+
"MATCH:string_lights_modes_chase_text",
|
|
489
|
+
"MATCH:string_lights_modes_dazzle_text",
|
|
490
|
+
"MATCH:devicemusic_devicemic_description_text",
|
|
491
|
+
"MATCH:strip_lights_modes_magic_rebound_text",
|
|
492
|
+
"MATCH:strip_lights_modes_magic_meteor",
|
|
493
|
+
"MATCH:string_lights_set_bulbs_title",
|
|
494
|
+
"MATCH:add_new_dynamic_mood_strip_lights_switch_tab_text3",
|
|
495
|
+
"MATCH:add_new_dynamic_mood_strip_lights_switch_tab_text4",
|
|
496
|
+
"MATCH:add_new_dynamic_mood_strip_lights_switch_tab_text5",
|
|
497
|
+
"MATCH:add_new_dynamic_mood_strip_lights_switch_tab_text6",
|
|
498
|
+
"MATCH:add_new_dynamic_mood_strip_lights_schedule_switch_tab_combination_text",
|
|
499
|
+
"MATCH:string_lights_set_bulbs_description_text",
|
|
500
|
+
"MATCH:strip_lights_mood_text1",
|
|
501
|
+
"MATCH:strip_lights_mood_text2",
|
|
502
|
+
"MATCH:strip_lights_mood_text3",
|
|
503
|
+
"MATCH:strip_lights_mood_text4",
|
|
504
|
+
"MATCH:strip_lights_mood_text5",
|
|
505
|
+
"MATCH:strip_lights_mood_text6",
|
|
506
|
+
"MATCH:strip_lights_mood_text7",
|
|
507
|
+
"MATCH:strip_lights_mood_text8",
|
|
508
|
+
"MATCH:strip_lights_mood_text9",
|
|
509
|
+
"MATCH:strip_lights_mood_text10",
|
|
510
|
+
"MATCH:strip_lights_mood_text11",
|
|
511
|
+
"MATCH:strip_lights_mood_text12",
|
|
512
|
+
"MATCH:strip_lights_mood_text13",
|
|
513
|
+
"MATCH:strip_lights_mood_text14",
|
|
514
|
+
"MATCH:strip_lights_mood_text15",
|
|
515
|
+
"MATCH:strip_lights_mood_text16",
|
|
516
|
+
"MATCH:strip_lights_mood_text17",
|
|
517
|
+
"MATCH:strip_lights_mood_text18",
|
|
518
|
+
"MATCH:strip_lights_mood_text19",
|
|
519
|
+
"MATCH:strip_lights_mood_text20",
|
|
520
|
+
"MATCH:strip_lights_mood_text21",
|
|
521
|
+
"MATCH:strip_lights_mood_text22",
|
|
522
|
+
"MATCH:strip_lights_mood_text23",
|
|
523
|
+
"MATCH:strip_lights_mood_text24",
|
|
524
|
+
"MATCH:strip_lights_mood_text25",
|
|
525
|
+
"MATCH:strip_lights_mood_text26",
|
|
526
|
+
"MATCH:strip_lights_mood_text27",
|
|
527
|
+
"MATCH:strip_lights_mood_text28",
|
|
528
|
+
"MATCH:strip_lights_mood_text29",
|
|
529
|
+
"MATCH:strip_lights_mood_text30",
|
|
530
|
+
"MATCH:strip_lights_mood_text31",
|
|
531
|
+
"MATCH:strip_lights_mood_text32",
|
|
532
|
+
"MATCH:strip_lights_mood_text33",
|
|
533
|
+
"MATCH:strip_lights_mood_text34",
|
|
534
|
+
"MATCH:strip_lights_mood_text35",
|
|
535
|
+
"MATCH:strip_lights_mood_text36",
|
|
536
|
+
"MATCH:strip_lights_mood_text37",
|
|
537
|
+
"MATCH:strip_lights_mood_text38",
|
|
538
|
+
"MATCH:strip_lights_mood_text39",
|
|
539
|
+
"MATCH:strip_lights_mood_text40",
|
|
540
|
+
"MATCH:strip_lights_mood_text41",
|
|
541
|
+
"MATCH:strip_lights_mood_text42",
|
|
542
|
+
"MATCH:strip_lights_mood_text43",
|
|
543
|
+
"MATCH:strip_lights_mood_text44",
|
|
544
|
+
"MATCH:devicemusic_classical_text",
|
|
545
|
+
"MATCH:devicemusic_techno_text",
|
|
546
|
+
"MATCH:strip_lights_headline_text",
|
|
547
|
+
"MATCH:strip_lights_top_strip_light_text",
|
|
548
|
+
"MATCH:strip_lights_bottom_strip_light_text",
|
|
549
|
+
"MATCH:strip_lights_left_strip_light_text",
|
|
550
|
+
"MATCH:strip_lights_right_strip_light_text",
|
|
551
|
+
"MATCH:strip_lights_start_sync_text",
|
|
552
|
+
"MATCH:strip_lights_await_sync_text",
|
|
553
|
+
"MATCH:cancel_dialog_exit_sync_title",
|
|
554
|
+
"MATCH:cancel_dialog_exit_sync_description",
|
|
555
|
+
"MATCH:socket_settings_firstbox_topic",
|
|
556
|
+
"MATCH:socket_settings_firstbox_status1_description",
|
|
557
|
+
"MATCH:socket_settings_firstbox_status2_description",
|
|
558
|
+
"MATCH:socket_settings_firstbox_status3_description",
|
|
559
|
+
"MATCH:striplight_lengthadaptationtext",
|
|
560
|
+
"MATCH:bt_shs_google_button_cancel_enabling",
|
|
561
|
+
"MATCH:striplight_adaptbutton",
|
|
562
|
+
"MATCH:striplight_lengthtitle",
|
|
563
|
+
"MATCH:striplight_actuallength",
|
|
564
|
+
"MATCH:add_sleepschedule_one_source_subheadline4_text",
|
|
565
|
+
"MATCH:manage_user_calendar_label_am",
|
|
566
|
+
"MATCH:manage_user_calendar_label_pm",
|
|
567
|
+
"MATCH:country_DE",
|
|
568
|
+
"MATCH:country_BE",
|
|
569
|
+
"MATCH:country_FR",
|
|
570
|
+
"MATCH:country_PT",
|
|
571
|
+
"MATCH:country_ES",
|
|
572
|
+
"MATCH:country_TR",
|
|
573
|
+
"MATCH:country_AT",
|
|
574
|
+
"MATCH:country_HU",
|
|
575
|
+
"MATCH:country_SK",
|
|
576
|
+
"MATCH:country_AL",
|
|
577
|
+
"MATCH:country_DK",
|
|
578
|
+
"MATCH:country_NL",
|
|
579
|
+
"MATCH:country_RO",
|
|
580
|
+
"MATCH:country_CH",
|
|
581
|
+
"MATCH:country_RS",
|
|
582
|
+
"MATCH:country_IT",
|
|
583
|
+
"MATCH:country_SI",
|
|
584
|
+
"MATCH:country_HR",
|
|
585
|
+
"MATCH:country_SE",
|
|
586
|
+
"MATCH:country_NO",
|
|
587
|
+
"MATCH:country_PL",
|
|
588
|
+
"MATCH:country_CZ",
|
|
589
|
+
"MATCH:country_scotland",
|
|
590
|
+
"MATCH:country_england",
|
|
591
|
+
"MATCH:Feature_devicepanel_flags",
|
|
592
|
+
"MATCH:month_short_april",
|
|
593
|
+
"MATCH:month_short_august",
|
|
594
|
+
"MATCH:month_short_december",
|
|
595
|
+
"MATCH:month_short_february",
|
|
596
|
+
"MATCH:month_short_january",
|
|
597
|
+
"MATCH:month_short_july",
|
|
598
|
+
"MATCH:month_short_june",
|
|
599
|
+
"MATCH:month_short_march",
|
|
600
|
+
"MATCH:month_short_may",
|
|
601
|
+
"MATCH:month_short_november",
|
|
602
|
+
"MATCH:month_short_october",
|
|
603
|
+
"MATCH:month_short_september",
|
|
604
|
+
"MATCH:consumption_data_annual_bar_chart_text",
|
|
605
|
+
"MATCH:flag_addanewflag",
|
|
606
|
+
"MATCH:flag_edittheflag",
|
|
607
|
+
"MATCH:flag_deleteflag",
|
|
608
|
+
"MATCH:flag_deletepopup",
|
|
609
|
+
"MATCH:flag_canceladding",
|
|
610
|
+
"MATCH:flag_cancelinfo",
|
|
611
|
+
"MATCH:flag_canceledit",
|
|
612
|
+
"MATCH:flag_leverkusen",
|
|
613
|
+
"MATCH:contact_sensor_battery_state1",
|
|
614
|
+
"MATCH:contact_sensor_battery_state2",
|
|
615
|
+
"MATCH:contact_sensor_battery_state3",
|
|
616
|
+
"MATCH:ldv_pir_sensitivity",
|
|
617
|
+
"MATCH:ldv_pir_delay",
|
|
618
|
+
"MATCH:ldv_second",
|
|
619
|
+
"MATCH:conflict_dialog_active_item_timeschedule_titel",
|
|
620
|
+
"MATCH:group_conflict_feature",
|
|
621
|
+
"MATCH:registration_dialog_button_yes",
|
|
622
|
+
"MATCH:registration_dialog_button_no",
|
|
623
|
+
"MATCH:socket_settings_switch_off_min",
|
|
624
|
+
"MATCH:socket_settings_switch_off_s",
|
|
625
|
+
"MATCH:socket_settings_switch_off_firstbox_text",
|
|
626
|
+
"MATCH:socket_settings_switch_off_secondtopic",
|
|
627
|
+
"MATCH:country_selection_textfield_headline_search",
|
|
628
|
+
"MATCH:country_UA",
|
|
629
|
+
"MATCH:ceiling_light_title_lighting_headline",
|
|
630
|
+
"MATCH:energy_saving_switch",
|
|
631
|
+
"MATCH:energy_saving_switch_description",
|
|
632
|
+
"MATCH:motion_detection_headline_text",
|
|
633
|
+
"MATCH:motion_detection_description_text",
|
|
634
|
+
"MATCH:motion_detection_subheadline_text",
|
|
635
|
+
"MATCH:motion_detection_trigger_text",
|
|
636
|
+
"MATCH:motion_detection_selectionfield_topic_text",
|
|
637
|
+
"MATCH:motion_detection_selectionfield2_topic_text",
|
|
638
|
+
"MATCH:motion_detection_selectionfield2_value_text",
|
|
639
|
+
"MATCH:motion_detection_selectionfield2_value2_text",
|
|
640
|
+
"MATCH:motion_detection_selectionfield2_value3_text",
|
|
641
|
+
"MATCH:motion_detection_selectionfield2_value4_text",
|
|
642
|
+
"MATCH:motion_detection_selectionfield2_value5_text",
|
|
643
|
+
"MATCH:motion_detection_standby_light_brightness_text",
|
|
644
|
+
"MATCH:motion_detection_standby_light_text1",
|
|
645
|
+
"MATCH:motion_detection_switched_off_text",
|
|
646
|
+
"MATCH:motion_detection_standby_light_text2",
|
|
647
|
+
"MATCH:motion_detection_with_safe_mode_switch_off_text2",
|
|
648
|
+
"MATCH:lux_value_headline_text",
|
|
649
|
+
"MATCH:lux_value_headline_description",
|
|
650
|
+
"MATCH:time_unit_h",
|
|
651
|
+
"MATCH:standby_light_information_text",
|
|
652
|
+
"MATCH:device_menu_solar_lights_secondbox_text1",
|
|
653
|
+
"MATCH:device_menu_solar_lights_secondbox_note",
|
|
654
|
+
"MATCH:dynamicmoods_forest",
|
|
655
|
+
"MATCH:dynamicmoods_desert",
|
|
656
|
+
"MATCH:dynamicmoods_dreams",
|
|
657
|
+
"MATCH:dynamicmoods_breeze",
|
|
658
|
+
"MATCH:dynamicmoods_waters",
|
|
659
|
+
"MATCH:dynamicmoods_splash",
|
|
660
|
+
"MATCH:dynamicmoods_sunrise",
|
|
661
|
+
"MATCH:dynamicmoods_wonderland",
|
|
662
|
+
"MATCH:dynamicmoods_Twilight",
|
|
663
|
+
"MATCH:dynamicmoods_symphony",
|
|
664
|
+
"MATCH:dynamicmoods_sorbet",
|
|
665
|
+
"MATCH:dynamicmoods_mansion",
|
|
666
|
+
"MATCH:dynamicmoods_hour",
|
|
667
|
+
"MATCH:dynamicmoods_isle",
|
|
668
|
+
"MATCH:dynamicmoods_Beat",
|
|
669
|
+
"MATCH:dynamicmoods_glamour",
|
|
670
|
+
"MATCH:dynamicmoods_edreams",
|
|
671
|
+
"MATCH:dynamicmoods_sunset",
|
|
672
|
+
"MATCH:dynamicmoods_carnival",
|
|
673
|
+
"MATCH:dynamicmoods_serenade",
|
|
674
|
+
"MATCH:dynamicmoods_glow",
|
|
675
|
+
"MATCH:dynamicmoods_Canopy",
|
|
676
|
+
"MATCH:dynamicmoods_Burst",
|
|
677
|
+
"MATCH:dynamicmoods_Lights",
|
|
678
|
+
"MATCH:dynamicmoods_Dreamscape",
|
|
679
|
+
"MATCH:dynamicmoods_NLights",
|
|
680
|
+
"MATCH:dynamicmoods_paradise",
|
|
681
|
+
"MATCH:dynamicmoods_ice",
|
|
682
|
+
"MATCH:dynamicmoods_voyage",
|
|
683
|
+
"MATCH:dynamicmoods_wave",
|
|
684
|
+
"MATCH:energyconsumption_Daylimit",
|
|
685
|
+
"MATCH:energyconsumption_hourlylimit",
|
|
686
|
+
"MATCH:mood_preview",
|
|
687
|
+
"MATCH:group_feature_biological_rhythm_applyfor_information",
|
|
688
|
+
"MATCH:conflict_dialog_active_item_fixedtimecycle_titel",
|
|
689
|
+
"MATCH:conflict_dialog_active_item_randomtimecycle_titel",
|
|
690
|
+
"MATCH:conflict_dialog_active_item_bio_rhythm_titel",
|
|
691
|
+
"MATCH:Onoff_button_socket",
|
|
692
|
+
"MATCH:country_IE",
|
|
693
|
+
"MATCH:country_IL",
|
|
694
|
+
"MATCH:country_US",
|
|
695
|
+
"MATCH:country_CA",
|
|
696
|
+
"MATCH:country_MX",
|
|
697
|
+
"MATCH:country_SA",
|
|
698
|
+
"MATCH:country_AU",
|
|
699
|
+
"MATCH:country_JP",
|
|
700
|
+
"MATCH:country_BR",
|
|
701
|
+
"MATCH:country_AR",
|
|
702
|
+
"MATCH:country_AF",
|
|
703
|
+
"MATCH:country_EG",
|
|
704
|
+
"MATCH:country_ET",
|
|
705
|
+
"MATCH:country_BB",
|
|
706
|
+
"MATCH:country_BO",
|
|
707
|
+
"MATCH:country_CN",
|
|
708
|
+
"MATCH:country_EC",
|
|
709
|
+
"MATCH:country_SV",
|
|
710
|
+
"MATCH:country_CI",
|
|
711
|
+
"MATCH:country_GH",
|
|
712
|
+
"MATCH:country_GL",
|
|
713
|
+
"MATCH:country_GT",
|
|
714
|
+
"MATCH:country_HK",
|
|
715
|
+
"MATCH:country_IN",
|
|
716
|
+
"MATCH:country_ID",
|
|
717
|
+
"MATCH:country_JM",
|
|
718
|
+
"MATCH:country_CA",
|
|
719
|
+
"MATCH:country_QA",
|
|
720
|
+
"MATCH:country_KE",
|
|
721
|
+
"MATCH:country_CO",
|
|
722
|
+
"MATCH:country_CG",
|
|
723
|
+
"MATCH:country_LV",
|
|
724
|
+
"MATCH:country_LY",
|
|
725
|
+
"MATCH:country_LT",
|
|
726
|
+
"MATCH:country_LU",
|
|
727
|
+
"MATCH:country_MG",
|
|
728
|
+
"MATCH:country_MT",
|
|
729
|
+
"MATCH:country_MA",
|
|
730
|
+
"MATCH:country_MX",
|
|
731
|
+
"MATCH:country_NA",
|
|
732
|
+
"MATCH:country_NZ",
|
|
733
|
+
"MATCH:country_NG",
|
|
734
|
+
"MATCH:country_PK",
|
|
735
|
+
"MATCH:country_PS",
|
|
736
|
+
"MATCH:country_PY",
|
|
737
|
+
"MATCH:country_PH",
|
|
738
|
+
"MATCH:country_PR",
|
|
739
|
+
"MATCH:country_RU",
|
|
740
|
+
"MATCH:country_ZA",
|
|
741
|
+
"MATCH:country_TH",
|
|
742
|
+
"MATCH:country_TN",
|
|
743
|
+
"MATCH:country_UG",
|
|
744
|
+
"MATCH:country_UY",
|
|
745
|
+
"MATCH:country_VE",
|
|
746
|
+
"MATCH:country_VN",
|
|
747
|
+
"MATCH:country_CY",
|
|
748
|
+
"MATCH:matterplug_LED",
|
|
749
|
+
"MATCH:matterplug_description",
|
|
750
|
+
"MATCH:matterplug_heading",
|
|
751
|
+
"MATCH:matterplug_option1title",
|
|
752
|
+
"MATCH:matterplug_option1description",
|
|
753
|
+
"MATCH:matterplug_option2title",
|
|
754
|
+
"MATCH:matterplug_option2description",
|
|
755
|
+
"MATCH:matterplug_option3title",
|
|
756
|
+
"MATCH:matterplug_option3description",
|
|
757
|
+
"MATCH:matterplug_option4title",
|
|
758
|
+
"MATCH:matterplug_option4description",
|
|
759
|
+
"MATCH:camera_tile_camera_headline",
|
|
760
|
+
"MATCH:camera_tile_camera_button_label_photo",
|
|
761
|
+
"MATCH:camera_tile_camera_button_label_video",
|
|
762
|
+
"MATCH:camera_tile_camera_record_msg",
|
|
763
|
+
"MATCH:camera_tile_camera_save_msg",
|
|
764
|
+
"MATCH:camera_feature_1_headline",
|
|
765
|
+
"MATCH:camera_feature_2_headline",
|
|
766
|
+
"MATCH:camera_settings_talk_mode_topic",
|
|
767
|
+
"MATCH:camera_settings_talk_mode_secondtopic",
|
|
768
|
+
"MATCH:camera_settings_talk_mode_firstbox_option1_topic",
|
|
769
|
+
"MATCH:camera_settings_talk_mode_firstbox_option1_description",
|
|
770
|
+
"MATCH:camera_settings_talk_mode_firstbox_option2_topic",
|
|
771
|
+
"MATCH:camera_settings_talk_mode_firstbox_option2_description",
|
|
772
|
+
"MATCH:motion_detection_description_text",
|
|
773
|
+
"MATCH:motion_detection_no_safe_mode_trigger_text",
|
|
774
|
+
"MATCH:motion_detection_selectionfield_topic_text",
|
|
775
|
+
"MATCH:motion_detection_no_safe_mode_text",
|
|
776
|
+
"MATCH:motion_detection_with_safe_mode_subheadline_text",
|
|
777
|
+
"MATCH:motion_detection_with_safe_mode_safetymode_sensing_text",
|
|
778
|
+
"MATCH:motion_detection_with_safe_mode_safetymode_value4_text",
|
|
779
|
+
"MATCH:motion_detection_with_safe_mode_brightness_text",
|
|
780
|
+
"MATCH:motion_detection_with_safe_mode_siren_text",
|
|
781
|
+
"MATCH:camera_feature_5_headline",
|
|
782
|
+
"MATCH:device_menu_camera_fourthbox_topic",
|
|
783
|
+
"MATCH:recordings_sd_storage_headline_text",
|
|
784
|
+
"MATCH:recordings_overview_field1_text",
|
|
785
|
+
"MATCH:recordings_overview_field3_text",
|
|
786
|
+
"MATCH:recordings_cloud_headline_text",
|
|
787
|
+
"MATCH:camera_settings_night_vision_firstbox_topic1",
|
|
788
|
+
"MATCH:camera_settings_night_vision_firstbox_topic1_description",
|
|
789
|
+
"MATCH:camera_settings_night_vision_firstbox_topic2",
|
|
790
|
+
"MATCH:camera_settings_night_vision_firstbox_topic2_description",
|
|
791
|
+
"MATCH:watchapp_entitystate_off",
|
|
792
|
+
"MATCH:camera_settings_night_vision_firstbox_topic3_description",
|
|
793
|
+
"MATCH:camera_settings_night_vision_topic",
|
|
794
|
+
"MATCH:camera_settings_night_vision_description",
|
|
795
|
+
"MATCH:camera_settings_recording_mode_firstbox_topic1",
|
|
796
|
+
"MATCH:camera_settings_recording_mode_firstbox_topic1_description",
|
|
797
|
+
"MATCH:camera_settings_recording_mode_firstbox_topic2",
|
|
798
|
+
"MATCH:camera_settings_recording_mode_firstbox_topic2_description",
|
|
799
|
+
"MATCH:device_menu_camera_fourthbox_text2",
|
|
800
|
+
"MATCH:camera_settings_recording_mode_question_topic",
|
|
801
|
+
"MATCH:camera_settings_recording_mode_question_note",
|
|
802
|
+
"MATCH:camera_private_mode_sleep",
|
|
803
|
+
"MATCH:camera_private_mode_sleep_close",
|
|
804
|
+
"MATCH:camera_video_get_stream_ing",
|
|
805
|
+
"MATCH:camera_video_get_stream_failure",
|
|
806
|
+
"MATCH:camera_video_stream_retry",
|
|
807
|
+
"MATCH:camera_video_stream_retry_play",
|
|
808
|
+
"MATCH:camera_net_err",
|
|
809
|
+
"MATCH:camera_re_connect_stream",
|
|
810
|
+
"MATCH:camera_video_device_busy",
|
|
811
|
+
"MATCH:camera_mic_two_way_talking",
|
|
812
|
+
"MATCH:camera_video_channel_pause",
|
|
813
|
+
"MATCH:software_update_found_failed_update_error_5012",
|
|
814
|
+
"MATCH:motion_detection_cloud_camera_settings_text2",
|
|
815
|
+
"MATCH:motion_detection_cloud_camera_settings_text",
|
|
816
|
+
"MATCH:camera_settings_sd_storage_topic",
|
|
817
|
+
"MATCH:device_menu_camera_secondbox_text4",
|
|
818
|
+
"MATCH:device_menu_camera_secondbox_text3",
|
|
819
|
+
"MATCH:camera_settings_sd_storage_firstbox_text",
|
|
820
|
+
"MATCH:camera_settings_sd_storage_firstbox_note",
|
|
821
|
+
"MATCH:camera_settings_format_sd_card_topic",
|
|
822
|
+
"MATCH:camera_settings_format_sd_card_note",
|
|
823
|
+
"MATCH:camera_settings_button_text",
|
|
824
|
+
"MATCH:motion_detection_with_safe_mode_subheadline3_text",
|
|
825
|
+
"MATCH:country_gb",
|
|
826
|
+
"MATCH:country_AE",
|
|
827
|
+
"MATCH:country_cu",
|
|
828
|
+
"MATCH:country_ir",
|
|
829
|
+
"MATCH:country_IS",
|
|
830
|
+
"MATCH:country_sy",
|
|
831
|
+
"MATCH:country_pe",
|
|
832
|
+
"MATCH:flag_resetbutton",
|
|
833
|
+
"MATCH:flag_resetdescription",
|
|
834
|
+
"MATCH:device_menu_camera_thirdbox_text1",
|
|
835
|
+
"MATCH:camera_human_private_mode",
|
|
836
|
+
"MATCH:camera_human_body_filtering",
|
|
837
|
+
"MATCH:randomtimecycle_empty_filtering_information_text",
|
|
838
|
+
"MATCH:fixedTimeCycle_empty_filtering_information_text"
|
|
839
|
+
],
|
|
840
|
+
"replacements": {
|
|
841
|
+
"REGEX:% %1\\$s.*?\\)%": "{0}",
|
|
842
|
+
"REGEX:%1\\$s.*?\\)%": "{0}",
|
|
843
|
+
"REGEX:%1\\$s.*?\\)": "{0}",
|
|
844
|
+
"REGEX:%1$s": "{0}",
|
|
845
|
+
"REGEX:%2\\$s\\(.*?\\)": "{1}"
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
}
|
|
849
849
|
}
|