@ledvance/base 1.2.87 → 1.2.88
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 +13 -1
- package/package.json +1 -1
- package/src/composeLayout.tsx +1 -0
- package/src/i18n/strings.ts +361 -13
- package/src/models/modules/NativePropsSlice.tsx +3 -0
package/localazy.json
CHANGED
|
@@ -838,7 +838,19 @@
|
|
|
838
838
|
"MATCH:fixedTimeCycle_empty_filtering_information_text",
|
|
839
839
|
"MATCH:camera_settings_sd_storage_used_storage_percent",
|
|
840
840
|
"MATCH:camera_status_indicator",
|
|
841
|
-
"MATCH:camera_local_recording"
|
|
841
|
+
"MATCH:camera_local_recording",
|
|
842
|
+
"MATCH:Remotecontrol_Title",
|
|
843
|
+
"MATCH:Remotecontrol_description",
|
|
844
|
+
"MATCH:camera_settings_night_vision_mode_firstbox_topic1",
|
|
845
|
+
"MATCH:camera_settings_night_vision_mode_firstbox_topic2",
|
|
846
|
+
"MATCH:camera_settings_night_vision_mode_firstbox_topic3",
|
|
847
|
+
"MATCH:camera_settings_night_vision_mode_topic",
|
|
848
|
+
"MATCH:camera_settings_night_vision_mode_description",
|
|
849
|
+
"MATCH:privatemode_description",
|
|
850
|
+
"MATCH:groups_settings_optionbox_option3",
|
|
851
|
+
"MATCH:groups_settings_synchronize_solar_secondtopic",
|
|
852
|
+
"MATCH:btsolar_groups_inductionsync",
|
|
853
|
+
"MATCH:btsolar_groups_inductionsync_description"
|
|
842
854
|
],
|
|
843
855
|
"replacements": {
|
|
844
856
|
"REGEX:% %1\\$s.*?\\)%": "{0}",
|
package/package.json
CHANGED
package/src/composeLayout.tsx
CHANGED