@acvtech5b9/vms-multi-language-locals 33.0.0 → 35.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 +4 -3
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -1372,13 +1372,14 @@
1372
1372
  "external_apis_form": "External APIs Form",
1373
1373
  "basic_details": "Basic Details",
1374
1374
  "additional_details": "Additional Details",
1375
+ "refresh_cache": "Refresh Cache",
1375
1376
  "api_name": "API Name",
1376
1377
  "vendor_name": "Vendor Name",
1377
- "api_key": "API Key",
1378
+ "api_keys": "API Keys",
1378
1379
  "allowed_ips": "Allowed IPs",
1379
1380
  "purpose": "Purpose",
1380
- "username": "Username",
1381
- "password": "Password",
1381
+ "usernames": "Usernames",
1382
+ "passwords": "Passwords",
1382
1383
  "description": "Description",
1383
1384
  "is_enabled": "Is Enabled",
1384
1385
  "rate_limit_rpm": "Rate Limit (RPM)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "33.0.0",
3
+ "version": "35.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,