zet-lib 1.0.45 → 1.0.46

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.
@@ -87,6 +87,13 @@ langs.user_access = "User Access";
87
87
  langs.help_center = 'Help Center';
88
88
  langs.base_currency = 'Base Currency';
89
89
  langs.settings_and_privacy = 'Settings and Privacy';
90
+ langs.users = 'Users';
91
+ langs.company = 'Company';
92
+ langs.access_role = "Access Role";
93
+
94
+ langs.home = "Home";
95
+ langs.plans = "Plans";
96
+ langs.systems = "Systems";
90
97
 
91
98
  langs['required_not_empty'] ='Required & can not empty ';
92
99
  langs['delete_confirm'] = 'Do you really want to delete selected ?';
@@ -87,6 +87,13 @@ langs.user_access = "User Access";
87
87
  langs.help_center = 'Help Center';
88
88
  langs.base_currency = 'Base Currency';
89
89
  langs.settings_and_privacy = 'Settings and Privacy';
90
+ langs.users = 'Users';
91
+ langs.company = 'Company';
92
+ langs.access_role = "Access Role";
93
+
94
+ langs.home = "Home";
95
+ langs.plans = "Plans";
96
+ langs.systems = "Systems";
90
97
 
91
98
  langs['required_not_empty'] ='Required & can not empty ';
92
99
  langs['delete_confirm'] = 'Do you really want to delete selected ?';
@@ -87,6 +87,14 @@ langs.user_access = "Akses Pengguna";
87
87
  langs.help_center = 'Pusat Bantuan';
88
88
  langs.base_currency = 'Mata uang dasar';
89
89
  langs.settings_and_privacy = 'Pengaturan dan Kerahasiaan';
90
+ langs.users = 'Pengguna';
91
+ langs.company = 'Perusahaan';
92
+ langs.access_role = "Pengaturan Akses";
93
+
94
+ langs.home = "Beranda";
95
+ langs.plans = "Rencana";
96
+ langs.systems = "Sistem";
97
+
90
98
 
91
99
  langs['required_not_empty'] ='Wajib diisi ';
92
100
  langs['delete_confirm'] = 'Hapus data ?';
@@ -87,6 +87,13 @@ langs.user_access = "User Access";
87
87
  langs.help_center = 'Help Center';
88
88
  langs.base_currency = 'Base Currency';
89
89
  langs.settings_and_privacy = 'Settings and Privacy';
90
+ langs.users = 'Users';
91
+ langs.company = 'Company';
92
+ langs.access_role = "Access Role";
93
+
94
+ langs.home = "Home";
95
+ langs.plans = "Plans";
96
+ langs.systems = "Systems";
90
97
 
91
98
  langs['required_not_empty'] ='Required & can not empty ';
92
99
  langs['delete_confirm'] = 'Do you really want to delete selected ?';
package/lib/zCache.js CHANGED
@@ -231,19 +231,19 @@ zCache.MENU = async() => {
231
231
  zCache.MENU_SYSTEMS = () => {
232
232
  let obj = {};
233
233
  obj.users = [{
234
- text: "Users",
234
+ text: LANGUAGE.users,
235
235
  href: "zuser",
236
236
  },
237
237
  {
238
- text: "Company",
238
+ text: LANGUAGE.company,
239
239
  href: "zcompany",
240
240
  },
241
241
  {
242
- text: "User Access",
242
+ text: LANGUAGE.user_access,
243
243
  href: "zuser_company",
244
244
  },
245
245
  {
246
- text: "Access Role",
246
+ text: LANGUAGE.access_role,
247
247
  href: "zrole",
248
248
  }];
249
249
  obj.systems = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"