@ledvance/base 1.3.113 → 1.3.115
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 +3 -1
- package/package.json +1 -1
- package/src/i18n/strings.ts +283 -223
- package/translateKey.txt +3 -1
package/localazy.json
CHANGED
|
@@ -1311,7 +1311,9 @@
|
|
|
1311
1311
|
"MATCH:country_DZ",
|
|
1312
1312
|
"MATCH:country_UZ",
|
|
1313
1313
|
"MATCH:timeschedule_preset_format",
|
|
1314
|
-
"MATCH:setting_set_user"
|
|
1314
|
+
"MATCH:setting_set_user",
|
|
1315
|
+
"MATCH:setting_account_title",
|
|
1316
|
+
"MATCH:camera_settings_onvif_set_username_tips"
|
|
1315
1317
|
],
|
|
1316
1318
|
"replacements": {
|
|
1317
1319
|
"REGEX:% %1\\$s.*?\\)%": "{0}",
|