@ledvance/base 1.3.50 → 1.3.51
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/localazy.json +30 -1
- package/package.json +1 -1
- package/src/api/nativeEventEmitter.ts +1 -0
- package/src/components/SocketItem.tsx +1 -1
- package/src/i18n/strings.ts +1012 -229
- package/src/models/modules/NativePropsSlice.tsx +8 -0
- package/src/res/index.ts +4 -0
- package/translateKey.txt +30 -1
package/localazy.json
CHANGED
|
@@ -1083,7 +1083,36 @@
|
|
|
1083
1083
|
"MATCH:timer_switch2_active_timer_field_description_on_text",
|
|
1084
1084
|
"MATCH:timer_switch_active_timer_field_description_off_text",
|
|
1085
1085
|
"MATCH:timer_switch1_active_timer_field_description_off_text",
|
|
1086
|
-
"MATCH:timer_switch2_active_timer_field_description_off_text"
|
|
1086
|
+
"MATCH:timer_switch2_active_timer_field_description_off_text",
|
|
1087
|
+
"MATCH:switch_active_timer_field_small_off_text",
|
|
1088
|
+
"MATCH:switch1_active_timer_field_small_off_text",
|
|
1089
|
+
"MATCH:switch2_active_timer_field_small_off_text",
|
|
1090
|
+
"MATCH:switch_active_timer_field_small_on_text",
|
|
1091
|
+
"MATCH:switch1_active_timer_field_small_on_text",
|
|
1092
|
+
"MATCH:switch2_active_timer_field_small_on_text",
|
|
1093
|
+
"MATCH:curtain_control_title",
|
|
1094
|
+
"MATCH:curtain_control_headline_text",
|
|
1095
|
+
"MATCH:curtain_summary_action_txt_1",
|
|
1096
|
+
"MATCH:curtain_summary_action_txt_2",
|
|
1097
|
+
"MATCH:curtain_motor_steering",
|
|
1098
|
+
"MATCH:curtain_motor_steering_tip",
|
|
1099
|
+
"MATCH:curtain_motor_steering1",
|
|
1100
|
+
"MATCH:curtain_motor_steering1_description",
|
|
1101
|
+
"MATCH:curtain_motor_steering2",
|
|
1102
|
+
"MATCH:curtain_motor_steering2_description",
|
|
1103
|
+
"MATCH:curation_calibration_nextbtn_text",
|
|
1104
|
+
"MATCH:curation_calibration_callibrate_btn_text",
|
|
1105
|
+
"MATCH:curtain_intelligent_calibration",
|
|
1106
|
+
"MATCH:curtain_intelligent_calibration_step1",
|
|
1107
|
+
"MATCH:curtain_intelligent_calibration_step2",
|
|
1108
|
+
"MATCH:curtain_fast_calibration",
|
|
1109
|
+
"MATCH:curtain_fast_calibration_step1",
|
|
1110
|
+
"MATCH:curtain_fast_calibration_step2",
|
|
1111
|
+
"MATCH:curtain_fast_toast_text",
|
|
1112
|
+
"MATCH:curtain_calibration_success_text",
|
|
1113
|
+
"MATCH:curtain_calibration_failed_text",
|
|
1114
|
+
"MATCH:curtain_calibration_progress_text",
|
|
1115
|
+
"MATCH:curtain_calibration_tryagin_text"
|
|
1087
1116
|
],
|
|
1088
1117
|
"replacements": {
|
|
1089
1118
|
"REGEX:% %1\\$s.*?\\)%": "{0}",
|
package/package.json
CHANGED