vms-multilanguage-locals 3.0.0 → 4.0.0

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.
Files changed (2) hide show
  1. package/locales/en.json +3 -1
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -1238,7 +1238,9 @@
1238
1238
  "success_details": "Success Details",
1239
1239
  "error_details": "Error Details",
1240
1240
  "disable_now": "Disable Now",
1241
- "enable_now": "Enable Now"
1241
+ "enable_now": "Enable Now",
1242
+ "enabled": "Enabled",
1243
+ "disbaled": "Disbaled"
1242
1244
  },
1243
1245
  "p_notifications": {
1244
1246
  "module": "Module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "3.0.0",
3
+ "version": "4.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,