@ketvietlab/ketsuite 0.1.3 → 0.1.6
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/dist/cli.js +1 -1
- package/dist/deployment.d.ts.map +1 -1
- package/dist/deployment.js +3 -0
- package/dist/deployment.js.map +1 -1
- package/dist/index.d.ts +8 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/dist/modules/account_staff_channel/channel-routes.d.ts.map +1 -1
- package/dist/modules/account_staff_channel/channel-routes.js +1 -12
- package/dist/modules/account_staff_channel/channel-routes.js.map +1 -1
- package/dist/modules/attendance/channel-routes.d.ts.map +1 -1
- package/dist/modules/attendance/channel-routes.js +1 -12
- package/dist/modules/attendance/channel-routes.js.map +1 -1
- package/dist/modules/backend/design/HANDOFF.md +2 -2
- package/dist/modules/backend/design/auth.css +12 -0
- package/dist/modules/backend/design/client/table-selection.d.mts +3 -3
- package/dist/modules/backend/design/client/table-selection.d.mts.map +1 -1
- package/dist/modules/backend/design/client/table-selection.mjs +1 -1
- package/dist/modules/backend/design/client/table-selection.mjs.map +4 -4
- package/dist/modules/backend/design/content.css +43 -0
- package/dist/modules/backend/design/design-system.css +1 -1
- package/dist/modules/backend/design/forms.css +84 -1
- package/dist/modules/backend/design/lists.css +26 -18
- package/dist/modules/backend/design/record.css +5 -2
- package/dist/modules/backend/design/responsive.css +5 -6
- package/dist/modules/backend/design/user-workflow.css +257 -0
- package/dist/modules/backend/forms.d.ts +38 -1
- package/dist/modules/backend/forms.d.ts.map +1 -1
- package/dist/modules/backend/forms.js +29 -0
- package/dist/modules/backend/forms.js.map +1 -1
- package/dist/modules/backend/index.d.ts +3 -2
- package/dist/modules/backend/index.d.ts.map +1 -1
- package/dist/modules/backend/index.js +3 -2
- package/dist/modules/backend/index.js.map +1 -1
- package/dist/modules/backend/messages.d.ts.map +1 -1
- package/dist/modules/backend/messages.js +42 -2
- package/dist/modules/backend/messages.js.map +1 -1
- package/dist/modules/channel_api/core.d.ts +30 -0
- package/dist/modules/channel_api/core.d.ts.map +1 -1
- package/dist/modules/channel_api/core.js +28 -0
- package/dist/modules/channel_api/core.js.map +1 -1
- package/dist/modules/crm/functions.d.ts +5 -0
- package/dist/modules/crm/functions.d.ts.map +1 -1
- package/dist/modules/crm/functions.js +105 -10
- package/dist/modules/crm/functions.js.map +1 -1
- package/dist/modules/crm/jobs.d.ts.map +1 -1
- package/dist/modules/crm/jobs.js +1 -0
- package/dist/modules/crm/jobs.js.map +1 -1
- package/dist/modules/crm/operations.d.ts.map +1 -1
- package/dist/modules/crm/operations.js +2 -1
- package/dist/modules/crm/operations.js.map +1 -1
- package/dist/modules/crm_backend/index.d.ts.map +1 -1
- package/dist/modules/crm_backend/index.js +5 -2
- package/dist/modules/crm_backend/index.js.map +1 -1
- package/dist/modules/crm_backend/messages.d.ts +116 -0
- package/dist/modules/crm_backend/messages.d.ts.map +1 -1
- package/dist/modules/crm_backend/messages.js +122 -6
- package/dist/modules/crm_backend/messages.js.map +1 -1
- package/dist/modules/crm_backend/routes.d.ts.map +1 -1
- package/dist/modules/crm_backend/routes.js +434 -174
- package/dist/modules/crm_backend/routes.js.map +1 -1
- package/dist/modules/crm_backend/screens/case-create.d.ts +7 -0
- package/dist/modules/crm_backend/screens/case-create.d.ts.map +1 -1
- package/dist/modules/crm_backend/screens/case-create.js +13 -4
- package/dist/modules/crm_backend/screens/case-create.js.map +1 -1
- package/dist/modules/crm_backend/screens/case-detail.d.ts +6 -0
- package/dist/modules/crm_backend/screens/case-detail.d.ts.map +1 -1
- package/dist/modules/crm_backend/screens/case-detail.js +73 -23
- package/dist/modules/crm_backend/screens/case-detail.js.map +1 -1
- package/dist/modules/crm_backend/screens/configuration.d.ts +21 -3
- package/dist/modules/crm_backend/screens/configuration.d.ts.map +1 -1
- package/dist/modules/crm_backend/screens/configuration.js +260 -55
- package/dist/modules/crm_backend/screens/configuration.js.map +1 -1
- package/dist/modules/crm_backend/screens/index.d.ts +3 -3
- package/dist/modules/crm_backend/screens/index.d.ts.map +1 -1
- package/dist/modules/crm_backend/screens/index.js +2 -2
- package/dist/modules/crm_backend/screens/index.js.map +1 -1
- package/dist/modules/crm_staff_channel/channel-routes.d.ts.map +1 -1
- package/dist/modules/crm_staff_channel/channel-routes.js +1 -12
- package/dist/modules/crm_staff_channel/channel-routes.js.map +1 -1
- package/dist/modules/flow/membership.d.ts.map +1 -1
- package/dist/modules/flow/membership.js +7 -1
- package/dist/modules/flow/membership.js.map +1 -1
- package/dist/modules/flow/operations.d.ts +10 -4
- package/dist/modules/flow/operations.d.ts.map +1 -1
- package/dist/modules/flow/operations.js +10 -4
- package/dist/modules/flow/operations.js.map +1 -1
- package/dist/modules/flow_staff_channel/channel-routes.d.ts.map +1 -1
- package/dist/modules/flow_staff_channel/channel-routes.js +1 -20
- package/dist/modules/flow_staff_channel/channel-routes.js.map +1 -1
- package/dist/modules/hospitality_core/messages.d.ts.map +1 -1
- package/dist/modules/hospitality_core/messages.js +44 -0
- package/dist/modules/hospitality_core/messages.js.map +1 -1
- package/dist/modules/hospitality_core/night-audit.d.ts.map +1 -1
- package/dist/modules/hospitality_core/night-audit.js +7 -0
- package/dist/modules/hospitality_core/night-audit.js.map +1 -1
- package/dist/modules/hospitality_core/operations.d.ts.map +1 -1
- package/dist/modules/hospitality_core/operations.js +150 -40
- package/dist/modules/hospitality_core/operations.js.map +1 -1
- package/dist/modules/hospitality_core/routes.d.ts.map +1 -1
- package/dist/modules/hospitality_core/routes.js +24 -2
- package/dist/modules/hospitality_core/routes.js.map +1 -1
- package/dist/modules/hospitality_core/screens/check-out-prep.d.ts +46 -0
- package/dist/modules/hospitality_core/screens/check-out-prep.d.ts.map +1 -0
- package/dist/modules/hospitality_core/screens/check-out-prep.js +133 -0
- package/dist/modules/hospitality_core/screens/check-out-prep.js.map +1 -0
- package/dist/modules/hospitality_core/screens/folio-detail.d.ts.map +1 -1
- package/dist/modules/hospitality_core/screens/folio-detail.js +2 -4
- package/dist/modules/hospitality_core/screens/folio-detail.js.map +1 -1
- package/dist/modules/hospitality_core/screens/index.d.ts +2 -0
- package/dist/modules/hospitality_core/screens/index.d.ts.map +1 -1
- package/dist/modules/hospitality_core/screens/index.js +1 -0
- package/dist/modules/hospitality_core/screens/index.js.map +1 -1
- package/dist/modules/hospitality_core/screens/reservation-detail.d.ts.map +1 -1
- package/dist/modules/hospitality_core/screens/reservation-detail.js +8 -1
- package/dist/modules/hospitality_core/screens/reservation-detail.js.map +1 -1
- package/dist/modules/hospitality_core/screens/shared.d.ts +12 -0
- package/dist/modules/hospitality_core/screens/shared.d.ts.map +1 -1
- package/dist/modules/hospitality_core/screens/shared.js +25 -4
- package/dist/modules/hospitality_core/screens/shared.js.map +1 -1
- package/dist/modules/hospitality_core/services.d.ts +48 -0
- package/dist/modules/hospitality_core/services.d.ts.map +1 -1
- package/dist/modules/hospitality_core/services.js +70 -0
- package/dist/modules/hospitality_core/services.js.map +1 -1
- package/dist/modules/hospitality_staff_channel/channel-routes.d.ts.map +1 -1
- package/dist/modules/hospitality_staff_channel/channel-routes.js +1 -12
- package/dist/modules/hospitality_staff_channel/channel-routes.js.map +1 -1
- package/dist/modules/inventory_staff_channel/channel-routes.d.ts.map +1 -1
- package/dist/modules/inventory_staff_channel/channel-routes.js +1 -12
- package/dist/modules/inventory_staff_channel/channel-routes.js.map +1 -1
- package/dist/modules/loyalty/admin-functions.d.ts +2 -0
- package/dist/modules/loyalty/admin-functions.d.ts.map +1 -1
- package/dist/modules/loyalty/admin-functions.js +96 -20
- package/dist/modules/loyalty/admin-functions.js.map +1 -1
- package/dist/modules/loyalty/engine.d.ts +4 -1
- package/dist/modules/loyalty/engine.d.ts.map +1 -1
- package/dist/modules/loyalty/engine.js +125 -18
- package/dist/modules/loyalty/engine.js.map +1 -1
- package/dist/modules/loyalty/index.d.ts.map +1 -1
- package/dist/modules/loyalty/index.js +4 -3
- package/dist/modules/loyalty/index.js.map +1 -1
- package/dist/modules/loyalty/jobs.d.ts.map +1 -1
- package/dist/modules/loyalty/jobs.js +0 -1
- package/dist/modules/loyalty/jobs.js.map +1 -1
- package/dist/modules/loyalty/membership-functions.d.ts +5 -0
- package/dist/modules/loyalty/membership-functions.d.ts.map +1 -1
- package/dist/modules/loyalty/membership-functions.js +37 -23
- package/dist/modules/loyalty/membership-functions.js.map +1 -1
- package/dist/modules/loyalty/messages.d.ts +14 -0
- package/dist/modules/loyalty/messages.d.ts.map +1 -1
- package/dist/modules/loyalty/messages.js +14 -0
- package/dist/modules/loyalty/messages.js.map +1 -1
- package/dist/modules/loyalty/models.d.ts.map +1 -1
- package/dist/modules/loyalty/models.js +17 -0
- package/dist/modules/loyalty/models.js.map +1 -1
- package/dist/modules/loyalty/order-functions.d.ts.map +1 -1
- package/dist/modules/loyalty/order-functions.js +70 -17
- package/dist/modules/loyalty/order-functions.js.map +1 -1
- package/dist/modules/loyalty/program-design.d.ts +11 -0
- package/dist/modules/loyalty/program-design.d.ts.map +1 -0
- package/dist/modules/loyalty/program-design.js +356 -0
- package/dist/modules/loyalty/program-design.js.map +1 -0
- package/dist/modules/loyalty/stats.d.ts +0 -13
- package/dist/modules/loyalty/stats.d.ts.map +1 -1
- package/dist/modules/loyalty/stats.js +11 -6
- package/dist/modules/loyalty/stats.js.map +1 -1
- package/dist/modules/loyalty/stored-value.d.ts.map +1 -1
- package/dist/modules/loyalty/stored-value.js +7 -2
- package/dist/modules/loyalty/stored-value.js.map +1 -1
- package/dist/modules/loyalty/types.d.ts +1 -1
- package/dist/modules/loyalty/types.d.ts.map +1 -1
- package/dist/modules/loyalty_backend/design-messages.d.ts +221 -0
- package/dist/modules/loyalty_backend/design-messages.d.ts.map +1 -0
- package/dist/modules/loyalty_backend/design-messages.js +221 -0
- package/dist/modules/loyalty_backend/design-messages.js.map +1 -0
- package/dist/modules/loyalty_backend/index.js +224 -412
- package/dist/modules/loyalty_backend/index.js.map +1 -1
- package/dist/modules/loyalty_backend/messages.d.ts +642 -214
- package/dist/modules/loyalty_backend/messages.d.ts.map +1 -1
- package/dist/modules/loyalty_backend/messages.js +19 -13
- package/dist/modules/loyalty_backend/messages.js.map +1 -1
- package/dist/modules/loyalty_backend/program-workspace.d.ts +4 -0
- package/dist/modules/loyalty_backend/program-workspace.d.ts.map +1 -0
- package/dist/modules/loyalty_backend/program-workspace.js +600 -0
- package/dist/modules/loyalty_backend/program-workspace.js.map +1 -0
- package/dist/modules/loyalty_backend/screens/index.d.ts +12 -36
- package/dist/modules/loyalty_backend/screens/index.d.ts.map +1 -1
- package/dist/modules/loyalty_backend/screens/index.js +148 -292
- package/dist/modules/loyalty_backend/screens/index.js.map +1 -1
- package/dist/modules/loyalty_backend/screens/page-frame.d.ts.map +1 -1
- package/dist/modules/loyalty_backend/screens/page-frame.js +2 -2
- package/dist/modules/loyalty_backend/screens/page-frame.js.map +1 -1
- package/dist/modules/loyalty_pos/functions.d.ts.map +1 -1
- package/dist/modules/loyalty_pos/functions.js +1 -0
- package/dist/modules/loyalty_pos/functions.js.map +1 -1
- package/dist/modules/loyalty_pos/index.js +1 -1
- package/dist/modules/loyalty_pos/index.js.map +1 -1
- package/dist/modules/loyalty_sale/functions.d.ts +1 -0
- package/dist/modules/loyalty_sale/functions.d.ts.map +1 -1
- package/dist/modules/loyalty_sale/functions.js +1 -0
- package/dist/modules/loyalty_sale/functions.js.map +1 -1
- package/dist/modules/partner_backend/client/partner.css +3 -1
- package/dist/modules/partner_backend/index.d.ts.map +1 -1
- package/dist/modules/partner_backend/index.js +4 -0
- package/dist/modules/partner_backend/index.js.map +1 -1
- package/dist/modules/partner_backend/routes.d.ts.map +1 -1
- package/dist/modules/partner_backend/routes.js +6 -1
- package/dist/modules/partner_backend/routes.js.map +1 -1
- package/dist/modules/partner_backend/screens/form.d.ts +1 -0
- package/dist/modules/partner_backend/screens/form.d.ts.map +1 -1
- package/dist/modules/partner_backend/screens/form.js +1 -0
- package/dist/modules/partner_backend/screens/form.js.map +1 -1
- package/dist/modules/purchase_staff_channel/order-routes.d.ts.map +1 -1
- package/dist/modules/purchase_staff_channel/order-routes.js +1 -12
- package/dist/modules/purchase_staff_channel/order-routes.js.map +1 -1
- package/dist/modules/quality_staff_channel/channel-routes.d.ts.map +1 -1
- package/dist/modules/quality_staff_channel/channel-routes.js +1 -12
- package/dist/modules/quality_staff_channel/channel-routes.js.map +1 -1
- package/dist/modules/sale/functions.d.ts.map +1 -1
- package/dist/modules/sale/functions.js +27 -17
- package/dist/modules/sale/functions.js.map +1 -1
- package/dist/modules/sale_staff_channel/channel-routes.d.ts.map +1 -1
- package/dist/modules/sale_staff_channel/channel-routes.js +1 -12
- package/dist/modules/sale_staff_channel/channel-routes.js.map +1 -1
- package/dist/modules/sale_staff_channel/order-routes.d.ts.map +1 -1
- package/dist/modules/sale_staff_channel/order-routes.js +1 -12
- package/dist/modules/sale_staff_channel/order-routes.js.map +1 -1
- package/dist/modules/stock_staff_channel/operation-routes.d.ts.map +1 -1
- package/dist/modules/stock_staff_channel/operation-routes.js +1 -12
- package/dist/modules/stock_staff_channel/operation-routes.js.map +1 -1
- package/dist/modules/user/authorization.d.ts +64 -1
- package/dist/modules/user/authorization.d.ts.map +1 -1
- package/dist/modules/user/authorization.js +445 -53
- package/dist/modules/user/authorization.js.map +1 -1
- package/dist/modules/user/functions.d.ts.map +1 -1
- package/dist/modules/user/functions.js +45 -23
- package/dist/modules/user/functions.js.map +1 -1
- package/dist/modules/user/index.d.ts +2 -1
- package/dist/modules/user/index.d.ts.map +1 -1
- package/dist/modules/user/index.js +1 -1
- package/dist/modules/user/index.js.map +1 -1
- package/dist/modules/user/models.d.ts.map +1 -1
- package/dist/modules/user/models.js +5 -0
- package/dist/modules/user/models.js.map +1 -1
- package/dist/modules/user/roles.d.ts.map +1 -1
- package/dist/modules/user/roles.js +2 -1
- package/dist/modules/user/roles.js.map +1 -1
- package/dist/modules/user_backend/access-routes.d.ts +31 -0
- package/dist/modules/user_backend/access-routes.d.ts.map +1 -0
- package/dist/modules/user_backend/access-routes.js +447 -0
- package/dist/modules/user_backend/access-routes.js.map +1 -0
- package/dist/modules/user_backend/index.d.ts +1 -0
- package/dist/modules/user_backend/index.d.ts.map +1 -1
- package/dist/modules/user_backend/index.js +1 -0
- package/dist/modules/user_backend/index.js.map +1 -1
- package/dist/modules/user_backend/messages.d.ts +4 -0
- package/dist/modules/user_backend/messages.d.ts.map +1 -1
- package/dist/modules/user_backend/messages.js +4 -0
- package/dist/modules/user_backend/messages.js.map +1 -1
- package/dist/modules/user_backend/routes.d.ts.map +1 -1
- package/dist/modules/user_backend/routes.js +38 -3
- package/dist/modules/user_backend/routes.js.map +1 -1
- package/dist/modules/user_backend/screens/user-form.d.ts +1 -0
- package/dist/modules/user_backend/screens/user-form.d.ts.map +1 -1
- package/dist/modules/user_backend/screens/user-form.js +28 -0
- package/dist/modules/user_backend/screens/user-form.js.map +1 -1
- package/dist/modules/website/cms.d.ts.map +1 -1
- package/dist/modules/website/cms.js +283 -6
- package/dist/modules/website/cms.js.map +1 -1
- package/dist/modules/website/index.d.ts.map +1 -1
- package/dist/modules/website/index.js +12 -0
- package/dist/modules/website/index.js.map +1 -1
- package/dist/modules/website/media-usage.d.ts +38 -0
- package/dist/modules/website/media-usage.d.ts.map +1 -0
- package/dist/modules/website/media-usage.js +87 -0
- package/dist/modules/website/media-usage.js.map +1 -0
- package/dist/modules/website/paths.js +1 -1
- package/dist/modules/website/paths.js.map +1 -1
- package/dist/modules/website/sections.d.ts.map +1 -1
- package/dist/modules/website/sections.js +12 -1
- package/dist/modules/website/sections.js.map +1 -1
- package/dist/modules/website_backend/index.js +138 -0
- package/dist/modules/website_backend/index.js.map +1 -1
- package/dist/modules/website_backend/menus.d.ts.map +1 -1
- package/dist/modules/website_backend/menus.js +11 -0
- package/dist/modules/website_backend/menus.js.map +1 -1
- package/dist/modules/website_backend/routes.d.ts.map +1 -1
- package/dist/modules/website_backend/routes.js +414 -31
- package/dist/modules/website_backend/routes.js.map +1 -1
- package/dist/modules/website_backend/screens/index.d.ts +98 -6
- package/dist/modules/website_backend/screens/index.d.ts.map +1 -1
- package/dist/modules/website_backend/screens/index.js +600 -154
- package/dist/modules/website_backend/screens/index.js.map +1 -1
- package/dist/modules/website_backend/screens/page-frame.d.ts +3 -1
- package/dist/modules/website_backend/screens/page-frame.d.ts.map +1 -1
- package/dist/modules/website_backend/screens/page-frame.js +1 -1
- package/dist/modules/website_backend/screens/page-frame.js.map +1 -1
- package/dist/modules/website_menu/functions.d.ts.map +1 -1
- package/dist/modules/website_menu/functions.js +51 -0
- package/dist/modules/website_menu/functions.js.map +1 -1
- package/dist/modules/website_menu/index.js +2 -0
- package/dist/modules/website_menu/index.js.map +1 -1
- package/dist/modules/website_search/functions.d.ts.map +1 -1
- package/dist/modules/website_search/functions.js +10 -120
- package/dist/modules/website_search/functions.js.map +1 -1
- package/dist/modules/website_search/index.js +2 -0
- package/dist/modules/website_search/index.js.map +1 -1
- package/dist/modules/website_search/jobs.d.ts +3 -0
- package/dist/modules/website_search/jobs.d.ts.map +1 -0
- package/dist/modules/website_search/jobs.js +101 -0
- package/dist/modules/website_search/jobs.js.map +1 -0
- package/dist/modules/website_search/rebuild.d.ts +33 -0
- package/dist/modules/website_search/rebuild.d.ts.map +1 -0
- package/dist/modules/website_search/rebuild.js +125 -0
- package/dist/modules/website_search/rebuild.js.map +1 -0
- package/dist/permission-catalogue.d.ts.map +1 -1
- package/dist/permission-catalogue.js +21 -1
- package/dist/permission-catalogue.js.map +1 -1
- package/dist/scaffold/index.js +1 -1
- package/dist/ui/chrome.d.ts +8 -0
- package/dist/ui/chrome.d.ts.map +1 -1
- package/dist/ui/chrome.js +9 -1
- package/dist/ui/chrome.js.map +1 -1
- package/dist/ui/client/table-selection-view.d.ts.map +1 -1
- package/dist/ui/client/table-selection-view.js +161 -5
- package/dist/ui/client/table-selection-view.js.map +1 -1
- package/dist/ui/client/user-workflow.d.ts +2 -0
- package/dist/ui/client/user-workflow.d.ts.map +1 -0
- package/dist/ui/client/user-workflow.js +141 -0
- package/dist/ui/client/user-workflow.js.map +1 -0
- package/dist/ui/form.d.ts +9 -0
- package/dist/ui/form.d.ts.map +1 -1
- package/dist/ui/form.js +29 -15
- package/dist/ui/form.js.map +1 -1
- package/dist/ui/icons.d.ts.map +1 -1
- package/dist/ui/icons.js +2 -0
- package/dist/ui/icons.js.map +1 -1
- package/dist/ui/index.d.ts +7 -3
- package/dist/ui/index.d.ts.map +1 -1
- package/dist/ui/index.js +6 -3
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/layout.d.ts.map +1 -1
- package/dist/ui/layout.js +14 -4
- package/dist/ui/layout.js.map +1 -1
- package/dist/ui/nav.d.ts.map +1 -1
- package/dist/ui/nav.js +2 -1
- package/dist/ui/nav.js.map +1 -1
- package/dist/ui/state.d.ts +20 -1
- package/dist/ui/state.d.ts.map +1 -1
- package/dist/ui/state.js +17 -0
- package/dist/ui/state.js.map +1 -1
- package/dist/ui/table.js +1 -1
- package/dist/ui/table.js.map +1 -1
- package/dist/ui/user-workflow.d.ts +72 -0
- package/dist/ui/user-workflow.d.ts.map +1 -0
- package/dist/ui/user-workflow.js +144 -0
- package/dist/ui/user-workflow.js.map +1 -0
- package/package.json +8 -4
|
@@ -1,219 +1,647 @@
|
|
|
1
1
|
export declare const messages: {
|
|
2
2
|
vi: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
3
|
+
'field.date': string;
|
|
4
|
+
'field.warehouseId': string;
|
|
5
|
+
'design.allWarehouses': string;
|
|
6
|
+
'field.rewardProductId': string;
|
|
7
|
+
'field.rewardProductQuantity': string;
|
|
8
|
+
'field.partnerId': string;
|
|
9
|
+
'design.advanced': string;
|
|
10
|
+
'design.moreLines': string;
|
|
11
|
+
'design.saveBeforeLeave': string;
|
|
12
|
+
'design.trace.stock': string;
|
|
13
|
+
'design.trace.customer': string;
|
|
14
|
+
'design.back': string;
|
|
15
|
+
'design.cancel': string;
|
|
16
|
+
'design.save': string;
|
|
17
|
+
'design.createSetup': string;
|
|
18
|
+
'design.activate': string;
|
|
19
|
+
'design.archive': string;
|
|
20
|
+
'design.restore': string;
|
|
21
|
+
'design.rule': string;
|
|
22
|
+
'design.reward': string;
|
|
23
|
+
'design.add.rule': string;
|
|
24
|
+
'design.add.reward': string;
|
|
25
|
+
'design.scope': string;
|
|
26
|
+
'design.all': string;
|
|
27
|
+
'design.specific': string;
|
|
28
|
+
'design.enabled': string;
|
|
29
|
+
'design.disabled': string;
|
|
30
|
+
'design.disable': string;
|
|
31
|
+
'design.enable': string;
|
|
32
|
+
'design.points': string;
|
|
33
|
+
'design.rate': string;
|
|
34
|
+
'design.line': string;
|
|
35
|
+
'design.noProduct': string;
|
|
36
|
+
'design.none': string;
|
|
37
|
+
'design.guest': string;
|
|
38
|
+
'design.untaxedPrice': string;
|
|
39
|
+
'design.taxedPrice': string;
|
|
40
|
+
'design.calculate': string;
|
|
41
|
+
'design.result': string;
|
|
42
|
+
'design.earned': string;
|
|
43
|
+
'design.available': string;
|
|
44
|
+
'design.cost': string;
|
|
45
|
+
'design.discount': string;
|
|
46
|
+
'design.ready': string;
|
|
47
|
+
'design.notReady': string;
|
|
48
|
+
'design.calendar': string;
|
|
49
|
+
'design.voucherValidity': string;
|
|
50
|
+
'design.usage': string;
|
|
51
|
+
'design.companyScope': string;
|
|
52
|
+
'design.setup': string;
|
|
53
|
+
'design.readyHint': string;
|
|
54
|
+
'design.saveActive': string;
|
|
55
|
+
'design.activateConfirm': string;
|
|
56
|
+
'design.stopPoints': string;
|
|
57
|
+
'design.stopMoney': string;
|
|
58
|
+
'design.restoreConfirm': string;
|
|
59
|
+
'design.unsaved': string;
|
|
60
|
+
'design.rulesAdd': string;
|
|
61
|
+
'design.groups': string;
|
|
62
|
+
'design.oneReward': string;
|
|
63
|
+
'design.threshold': string;
|
|
64
|
+
'design.rateHint': string;
|
|
65
|
+
'design.discountUnits': string;
|
|
66
|
+
'design.cap': string;
|
|
67
|
+
'design.shipping': string;
|
|
68
|
+
'design.stock': string;
|
|
69
|
+
'design.fixedPoints': string;
|
|
70
|
+
'design.toggleHint': string;
|
|
71
|
+
'design.preview': string;
|
|
72
|
+
'design.balancePreview': string;
|
|
73
|
+
'design.purpose.loyalty': string;
|
|
74
|
+
'design.purpose.promotion': string;
|
|
75
|
+
'design.purpose.promo_code': string;
|
|
76
|
+
'design.purpose.coupons': string;
|
|
77
|
+
'design.purpose.buy_x_get_y': string;
|
|
78
|
+
'design.purpose.next_order_coupons': string;
|
|
79
|
+
'design.purpose.gift_card': string;
|
|
80
|
+
'design.purpose.ewallet': string;
|
|
81
|
+
'design.tab.overview': string;
|
|
82
|
+
'design.tab.rules': string;
|
|
83
|
+
'design.tab.rewards': string;
|
|
84
|
+
'design.tab.simulator': string;
|
|
85
|
+
'design.trace.scope': string;
|
|
86
|
+
'design.trace.stopped': string;
|
|
87
|
+
'design.trace.schedule': string;
|
|
88
|
+
'design.trace.currency': string;
|
|
89
|
+
'design.trace.channel': string;
|
|
90
|
+
'design.trace.pricelist': string;
|
|
91
|
+
'design.trace.usage': string;
|
|
92
|
+
'design.trace.expired': string;
|
|
93
|
+
'design.trace.code': string;
|
|
94
|
+
'design.trace.rulePassed': string;
|
|
95
|
+
'design.trace.ruleFailed': string;
|
|
96
|
+
'design.trace.points': string;
|
|
97
|
+
'design.trace.issuance': string;
|
|
98
|
+
'design.trace.rewardAvailable': string;
|
|
99
|
+
'design.trace.rewardUnavailable': string;
|
|
100
|
+
'field.startDate': string;
|
|
101
|
+
'field.endDate': string;
|
|
102
|
+
'field.pricelistIds': string;
|
|
103
|
+
'field.productIds': string;
|
|
104
|
+
'field.voucherValidityDays': string;
|
|
105
|
+
'field.shipping': string;
|
|
106
|
+
'field.availablePoints': string;
|
|
107
|
+
'field.channel': string;
|
|
108
|
+
'field.quantity': string;
|
|
109
|
+
'state.draft': string;
|
|
110
|
+
'app.title': 'Khách hàng thân thiết';
|
|
111
|
+
'app.summary': 'Chương trình ưu đãi, ví điểm, thành viên và sổ cái Loyalty.';
|
|
112
|
+
'app.category': 'Bán hàng';
|
|
113
|
+
'menu.app': 'Loyalty';
|
|
114
|
+
'menu.dashboard': 'Tổng quan';
|
|
115
|
+
'menu.programs': 'Chương trình';
|
|
116
|
+
'menu.wallets': 'Ví và thẻ';
|
|
117
|
+
'menu.memberships': 'Hạng & điểm';
|
|
118
|
+
'menu.ledger': 'Sổ cái';
|
|
119
|
+
'dashboard.title': 'Tổng quan Loyalty';
|
|
120
|
+
'dashboard.records': 'Bản ghi';
|
|
121
|
+
'dashboard.ledgerTitle': 'Lịch sử bất biến';
|
|
122
|
+
'dashboard.ledgerHint': 'Mọi lần tích, đổi, điều chỉnh, hết hạn và đảo giao dịch đều được ghi thành bút toán riêng.';
|
|
123
|
+
'programs.title': 'Chương trình Loyalty';
|
|
124
|
+
'program.detail': 'Thiết lập chương trình';
|
|
125
|
+
'rules.title': 'Quy tắc tích điểm';
|
|
126
|
+
'rules.hint': 'Các quy tắc đủ điều kiện được xét ổn định theo độ ưu tiên.';
|
|
127
|
+
'rewards.title': 'Phần thưởng';
|
|
128
|
+
'rewards.hint': 'Hỗ trợ giảm giá, sản phẩm miễn phí và miễn phí giao hàng.';
|
|
129
|
+
'wallets.title': 'Ví và thẻ Loyalty';
|
|
130
|
+
'wallet.adjust': 'Điều chỉnh số dư';
|
|
131
|
+
'wallet.adjustHint': 'Ghi một bút toán điều chỉnh; số dư cũ vẫn giữ nguyên trong sổ cái.';
|
|
132
|
+
'wallet.recent': 'Giao dịch gần đây';
|
|
133
|
+
'wallet.about': 'Thông tin ví / thẻ';
|
|
134
|
+
'wallet.entries': 'Số giao dịch';
|
|
135
|
+
'wallet.quickActions': 'Thao tác nhanh';
|
|
136
|
+
'wallet.inLedger': 'Xem trong sổ cái';
|
|
137
|
+
'tab.overview': 'Thông tin chung';
|
|
138
|
+
'tab.ledger': 'Số dư & giao dịch';
|
|
139
|
+
'tab.rules': 'Quy tắc tích điểm';
|
|
140
|
+
'tab.rewards': 'Phần thưởng';
|
|
141
|
+
'ledger.title': 'Sổ cái Loyalty';
|
|
142
|
+
'memberships.title': 'Hạng thành viên';
|
|
143
|
+
'memberships.hint': 'Mỗi hạng xác định mức chi tiêu và khoảng thời gian xét riêng.';
|
|
144
|
+
'memberships.windowExamples': 'Ví dụ: 6 tháng, 12 tháng = 1 năm, 120 tháng = 10 năm.';
|
|
145
|
+
'memberships.members': 'Danh sách thành viên';
|
|
146
|
+
'tiers.title': 'Các hạng';
|
|
147
|
+
'tiers.hint': 'Bấm vào một dòng để mở và chỉnh sửa hạng.';
|
|
148
|
+
'portal.title': 'Loyalty của tôi';
|
|
149
|
+
'portal.wallets': 'Ví và quyền lợi';
|
|
150
|
+
'portal.history': 'Lịch sử điểm';
|
|
151
|
+
'order.title': 'Loyalty · {order}';
|
|
152
|
+
'order.code': 'Mã ưu đãi hoặc mã ví';
|
|
153
|
+
'order.pointsEarned': 'Đơn hàng này dự kiến tích {points} điểm.';
|
|
154
|
+
'order.ineligible': 'Chưa đủ điều kiện';
|
|
155
|
+
'order.rewardDetails': 'Quyền lợi';
|
|
156
|
+
'validation.title': 'Không thể hoàn tất';
|
|
157
|
+
'empty.title': 'Chưa có dữ liệu';
|
|
158
|
+
'empty.hint': 'Tạo bản ghi đầu tiên để bắt đầu.';
|
|
159
|
+
'action.createProgram': 'Tạo chương trình';
|
|
160
|
+
'action.createWallet': 'Tạo ví';
|
|
161
|
+
'action.save': 'Lưu thay đổi';
|
|
162
|
+
'action.archive': 'Lưu trữ';
|
|
163
|
+
'action.restore': 'Khôi phục';
|
|
164
|
+
'action.addRule': 'Thêm quy tắc';
|
|
165
|
+
'action.addReward': 'Thêm phần thưởng';
|
|
166
|
+
'action.adjust': 'Ghi điều chỉnh';
|
|
167
|
+
'action.addTier': 'Thêm hạng';
|
|
168
|
+
'action.editTier': 'Sửa hạng';
|
|
169
|
+
'action.cancel': 'Hủy';
|
|
170
|
+
'action.applyCode': 'Áp mã';
|
|
171
|
+
'action.applyReward': 'Đổi phần thưởng';
|
|
172
|
+
'action.removeReward': 'Bỏ phần thưởng';
|
|
173
|
+
'action.backOrder': 'Quay lại đơn hàng';
|
|
174
|
+
'action.openOrderLoyalty': 'Mở ưu đãi Loyalty';
|
|
175
|
+
'field.name': 'Tên';
|
|
176
|
+
'field.program': 'Chương trình';
|
|
177
|
+
'field.programType': 'Loại chương trình';
|
|
178
|
+
'field.state': 'Trạng thái';
|
|
179
|
+
'field.sequence': 'Thứ tự';
|
|
180
|
+
'field.currency': 'Tiền tệ';
|
|
181
|
+
'field.dateFrom': 'Từ ngày';
|
|
182
|
+
'field.dateTo': 'Đến ngày';
|
|
183
|
+
'field.limitUsage': 'Giới hạn lượt dùng';
|
|
184
|
+
'field.maxUsage': 'Số lượt tối đa';
|
|
185
|
+
'field.appliesOn': 'Áp dụng trên';
|
|
186
|
+
'field.trigger': 'Kích hoạt';
|
|
187
|
+
'field.portalVisible': 'Hiển thị ở portal';
|
|
188
|
+
'field.pointName': 'Tên đơn vị điểm';
|
|
189
|
+
'field.availableSale': 'Dùng cho Bán hàng';
|
|
190
|
+
'field.availablePos': 'Dùng cho POS';
|
|
191
|
+
'field.availableOn': 'Kênh';
|
|
192
|
+
'field.priority': 'Độ ưu tiên';
|
|
193
|
+
'field.pointAmount': 'Số điểm';
|
|
194
|
+
'field.pointMode': 'Cơ sở tính';
|
|
195
|
+
'field.pointSplit': 'Tách thành nhiều phiếu';
|
|
196
|
+
'field.minimumQuantity': 'Số lượng tối thiểu';
|
|
197
|
+
'field.minimumAmount': 'Giá trị tối thiểu';
|
|
198
|
+
'field.taxMode': 'Cơ sở thuế';
|
|
199
|
+
'field.mode': 'Cách kích hoạt';
|
|
200
|
+
'field.code': 'Mã';
|
|
201
|
+
'field.description': 'Mô tả';
|
|
202
|
+
'field.rewardType': 'Loại phần thưởng';
|
|
203
|
+
'field.discount': 'Mức giảm';
|
|
204
|
+
'field.discountMode': 'Kiểu giảm';
|
|
205
|
+
'field.discountApplicability': 'Phạm vi giảm';
|
|
206
|
+
'field.discountMaximum': 'Giảm tối đa';
|
|
207
|
+
'field.rewardProduct': 'Sản phẩm tặng';
|
|
208
|
+
'field.requiredPoints': 'Điểm cần đổi';
|
|
209
|
+
'field.clearWallet': 'Dùng toàn bộ số dư';
|
|
210
|
+
'field.partner': 'Khách hàng';
|
|
211
|
+
'field.initialBalance': 'Số dư đầu';
|
|
212
|
+
'field.expiresAt': 'Hết hạn';
|
|
213
|
+
'field.balance': 'Số dư';
|
|
214
|
+
'field.reserved': 'Đang giữ';
|
|
215
|
+
'field.available': 'Có thể dùng';
|
|
216
|
+
'field.unit': 'Đơn vị';
|
|
217
|
+
'field.amount': 'Số lượng';
|
|
218
|
+
'field.note': 'Ghi chú';
|
|
219
|
+
'field.sourceId': 'Mã tham chiếu';
|
|
220
|
+
'field.createdAt': 'Thời điểm';
|
|
221
|
+
'field.wallet': 'Ví';
|
|
222
|
+
'field.operation': 'Nghiệp vụ';
|
|
223
|
+
'field.balanceDelta': 'Biến động số dư';
|
|
224
|
+
'field.source': 'Nguồn';
|
|
225
|
+
'field.tier': 'Hạng';
|
|
226
|
+
'field.minimumSpend': 'Doanh số tối thiểu';
|
|
227
|
+
'field.redeemPercent': 'Trần đổi điểm';
|
|
228
|
+
'field.rollingSpend': 'Doanh số lũy kế';
|
|
229
|
+
'field.points': 'Điểm';
|
|
230
|
+
'field.refreshedAt': 'Cập nhật lúc';
|
|
231
|
+
'field.windowMonths': 'Khoảng thời gian chi tiêu (tháng)';
|
|
232
|
+
'field.pointValue': 'Giá trị mỗi điểm';
|
|
233
|
+
'field.minimumRedeemStep': 'Bước đổi tối thiểu';
|
|
234
|
+
'field.fallbackCurrencyPerPoint': 'Giá trị tích mặc định';
|
|
235
|
+
'field.fallbackEnabled': 'Bật cách tính mặc định';
|
|
236
|
+
'state.active': 'Đang hoạt động';
|
|
237
|
+
'state.archived': 'Đã lưu trữ';
|
|
238
|
+
'state.running': 'Đang chạy';
|
|
239
|
+
'state.upcoming': 'Sắp bắt đầu';
|
|
240
|
+
'state.ended': 'Đã kết thúc';
|
|
241
|
+
'state.locked': 'Tạm khoá';
|
|
242
|
+
'state.expired': 'Hết hạn';
|
|
243
|
+
'state.dormant': 'Không hoạt động';
|
|
244
|
+
'channel.sale': 'Bán hàng';
|
|
245
|
+
'channel.pos': 'POS';
|
|
246
|
+
'channel.portal': 'Cổng khách hàng';
|
|
247
|
+
'field.period': 'Thời gian';
|
|
248
|
+
'period.always': 'Không giới hạn';
|
|
249
|
+
'period.from': 'Từ {date}';
|
|
250
|
+
'period.until': 'Đến {date}';
|
|
251
|
+
'period.month': 'Tháng này';
|
|
252
|
+
'period.quarter': 'Quý này';
|
|
253
|
+
'period.year': 'Năm nay';
|
|
254
|
+
'period.all': 'Toàn bộ';
|
|
255
|
+
'value.months': '{count} tháng';
|
|
256
|
+
'chrome.searchPrograms': 'Tìm theo tên chương trình…';
|
|
257
|
+
'chrome.searchWallets': 'Tìm theo mã ví / thẻ…';
|
|
258
|
+
'chrome.searchLedger': 'Tìm trong sổ cái…';
|
|
259
|
+
'chrome.searchMembers': 'Tìm thành viên…';
|
|
260
|
+
'programs.hint': 'Chương trình ưu đãi, tích điểm và hạng thành viên đang chạy.';
|
|
261
|
+
'wallets.hint': 'Ví và thẻ của khách, cùng số dư đang nắm giữ.';
|
|
262
|
+
'ledger.hint': 'Mọi thay đổi số dư, ghi bất biến theo thời điểm phát sinh.';
|
|
263
|
+
'stat.programs': 'Tổng chương trình';
|
|
264
|
+
'stat.running': 'Đang chạy';
|
|
265
|
+
'stat.upcoming': 'Sắp bắt đầu';
|
|
266
|
+
'stat.archived': 'Đã lưu trữ';
|
|
267
|
+
'stat.archivedHint': 'Không hiển thị với khách';
|
|
268
|
+
'stat.ended': 'Đã kết thúc';
|
|
269
|
+
'stat.wallets': 'Tổng ví / thẻ';
|
|
270
|
+
'stat.balance': 'Tổng số dư';
|
|
271
|
+
'stat.walletsActive': 'Đang hoạt động';
|
|
272
|
+
'stat.walletsLocked': 'Tạm khoá';
|
|
273
|
+
'stat.walletsExpired': 'Đã hết hạn';
|
|
274
|
+
'stat.members': 'Tổng thành viên';
|
|
275
|
+
'stat.membersActive': 'Đang hoạt động';
|
|
276
|
+
'stat.membersDormant': 'Không hoạt động';
|
|
277
|
+
'stat.points': 'Điểm tích luỹ';
|
|
278
|
+
'stat.spend': 'Chi tiêu trong kỳ';
|
|
279
|
+
'stat.entries': 'Tổng giao dịch';
|
|
280
|
+
'stat.credit': 'Tổng cộng phát sinh';
|
|
281
|
+
'stat.debit': 'Tổng cộng ghi nợ';
|
|
282
|
+
'stat.opening': 'Số dư đầu kỳ';
|
|
283
|
+
'stat.closing': 'Số dư cuối kỳ';
|
|
284
|
+
'programType.coupons': 'Phiếu giảm giá';
|
|
285
|
+
'programType.gift_card': 'Thẻ quà tặng';
|
|
286
|
+
'programType.loyalty': 'Thẻ thành viên';
|
|
287
|
+
'programType.promotion': 'Khuyến mãi';
|
|
288
|
+
'programType.ewallet': 'Ví điện tử';
|
|
289
|
+
'programType.promo_code': 'Mã khuyến mãi';
|
|
290
|
+
'programType.buy_x_get_y': 'Mua X tặng Y';
|
|
291
|
+
'programType.next_order_coupons': 'Phiếu cho đơn kế tiếp';
|
|
292
|
+
'trigger.auto': 'Tự động';
|
|
293
|
+
'trigger.with_code': 'Bằng mã';
|
|
294
|
+
'appliesOn.current': 'Đơn hiện tại';
|
|
295
|
+
'appliesOn.future': 'Đơn tương lai';
|
|
296
|
+
'appliesOn.both': 'Hiện tại và tương lai';
|
|
297
|
+
'pointMode.order': 'Theo đơn hàng';
|
|
298
|
+
'pointMode.money': 'Theo giá trị';
|
|
299
|
+
'pointMode.unit': 'Theo số lượng';
|
|
300
|
+
'taxMode.incl': 'Có thuế';
|
|
301
|
+
'taxMode.excl': 'Chưa thuế';
|
|
302
|
+
'rewardType.discount': 'Giảm giá';
|
|
303
|
+
'rewardType.product': 'Sản phẩm miễn phí';
|
|
304
|
+
'rewardType.shipping': 'Miễn phí giao hàng';
|
|
305
|
+
'discountMode.percent': 'Phần trăm';
|
|
306
|
+
'discountMode.per_order': 'Số tiền cố định';
|
|
307
|
+
'discountMode.per_point': 'Theo điểm';
|
|
308
|
+
'discountApplicability.order': 'Toàn đơn';
|
|
309
|
+
'discountApplicability.cheapest': 'Sản phẩm rẻ nhất';
|
|
310
|
+
'discountApplicability.specific': 'Sản phẩm chỉ định';
|
|
311
|
+
'walletUnit.points': 'Điểm';
|
|
312
|
+
'walletUnit.currency': 'Tiền tệ';
|
|
313
|
+
'operation.earn': 'Tích';
|
|
314
|
+
'operation.issue': 'Phát hành';
|
|
315
|
+
'operation.redeem': 'Đổi';
|
|
316
|
+
'operation.refund': 'Hoàn lại';
|
|
317
|
+
'operation.adjust': 'Điều chỉnh';
|
|
318
|
+
'operation.expire': 'Hết hạn';
|
|
319
|
+
'operation.reverse': 'Đảo giao dịch';
|
|
320
|
+
'error.invalid': 'Dữ liệu chưa hợp lệ. Vui lòng kiểm tra lại.';
|
|
321
|
+
'error.notFound': 'Không tìm thấy bản ghi.';
|
|
322
|
+
'error.partnerRequired': 'Tài khoản chưa được liên kết với hồ sơ khách hàng.';
|
|
323
|
+
};
|
|
324
|
+
en: {
|
|
325
|
+
'field.date': string;
|
|
326
|
+
'field.warehouseId': string;
|
|
327
|
+
'design.allWarehouses': string;
|
|
328
|
+
'field.rewardProductId': string;
|
|
329
|
+
'field.rewardProductQuantity': string;
|
|
330
|
+
'field.partnerId': string;
|
|
331
|
+
'design.advanced': string;
|
|
332
|
+
'design.moreLines': string;
|
|
333
|
+
'design.saveBeforeLeave': string;
|
|
334
|
+
'design.trace.stock': string;
|
|
335
|
+
'design.trace.customer': string;
|
|
336
|
+
'design.back': string;
|
|
337
|
+
'design.cancel': string;
|
|
338
|
+
'design.save': string;
|
|
339
|
+
'design.createSetup': string;
|
|
340
|
+
'design.activate': string;
|
|
341
|
+
'design.archive': string;
|
|
342
|
+
'design.restore': string;
|
|
343
|
+
'design.rule': string;
|
|
344
|
+
'design.reward': string;
|
|
345
|
+
'design.add.rule': string;
|
|
346
|
+
'design.add.reward': string;
|
|
347
|
+
'design.scope': string;
|
|
348
|
+
'design.all': string;
|
|
349
|
+
'design.specific': string;
|
|
350
|
+
'design.enabled': string;
|
|
351
|
+
'design.disabled': string;
|
|
352
|
+
'design.disable': string;
|
|
353
|
+
'design.enable': string;
|
|
354
|
+
'design.points': string;
|
|
355
|
+
'design.rate': string;
|
|
356
|
+
'design.line': string;
|
|
357
|
+
'design.noProduct': string;
|
|
358
|
+
'design.none': string;
|
|
359
|
+
'design.guest': string;
|
|
360
|
+
'design.untaxedPrice': string;
|
|
361
|
+
'design.taxedPrice': string;
|
|
362
|
+
'design.calculate': string;
|
|
363
|
+
'design.result': string;
|
|
364
|
+
'design.earned': string;
|
|
365
|
+
'design.available': string;
|
|
366
|
+
'design.cost': string;
|
|
367
|
+
'design.discount': string;
|
|
368
|
+
'design.ready': string;
|
|
369
|
+
'design.notReady': string;
|
|
370
|
+
'design.calendar': string;
|
|
371
|
+
'design.voucherValidity': string;
|
|
372
|
+
'design.usage': string;
|
|
373
|
+
'design.companyScope': string;
|
|
374
|
+
'design.setup': string;
|
|
375
|
+
'design.readyHint': string;
|
|
376
|
+
'design.saveActive': string;
|
|
377
|
+
'design.activateConfirm': string;
|
|
378
|
+
'design.stopPoints': string;
|
|
379
|
+
'design.stopMoney': string;
|
|
380
|
+
'design.restoreConfirm': string;
|
|
381
|
+
'design.unsaved': string;
|
|
382
|
+
'design.rulesAdd': string;
|
|
383
|
+
'design.groups': string;
|
|
384
|
+
'design.oneReward': string;
|
|
385
|
+
'design.threshold': string;
|
|
386
|
+
'design.rateHint': string;
|
|
387
|
+
'design.discountUnits': string;
|
|
388
|
+
'design.cap': string;
|
|
389
|
+
'design.shipping': string;
|
|
390
|
+
'design.stock': string;
|
|
391
|
+
'design.fixedPoints': string;
|
|
392
|
+
'design.toggleHint': string;
|
|
393
|
+
'design.preview': string;
|
|
394
|
+
'design.balancePreview': string;
|
|
395
|
+
'design.purpose.loyalty': string;
|
|
396
|
+
'design.purpose.promotion': string;
|
|
397
|
+
'design.purpose.promo_code': string;
|
|
398
|
+
'design.purpose.coupons': string;
|
|
399
|
+
'design.purpose.buy_x_get_y': string;
|
|
400
|
+
'design.purpose.next_order_coupons': string;
|
|
401
|
+
'design.purpose.gift_card': string;
|
|
402
|
+
'design.purpose.ewallet': string;
|
|
403
|
+
'design.tab.overview': string;
|
|
404
|
+
'design.tab.rules': string;
|
|
405
|
+
'design.tab.rewards': string;
|
|
406
|
+
'design.tab.simulator': string;
|
|
407
|
+
'design.trace.scope': string;
|
|
408
|
+
'design.trace.stopped': string;
|
|
409
|
+
'design.trace.schedule': string;
|
|
410
|
+
'design.trace.currency': string;
|
|
411
|
+
'design.trace.channel': string;
|
|
412
|
+
'design.trace.pricelist': string;
|
|
413
|
+
'design.trace.usage': string;
|
|
414
|
+
'design.trace.expired': string;
|
|
415
|
+
'design.trace.code': string;
|
|
416
|
+
'design.trace.rulePassed': string;
|
|
417
|
+
'design.trace.ruleFailed': string;
|
|
418
|
+
'design.trace.points': string;
|
|
419
|
+
'design.trace.issuance': string;
|
|
420
|
+
'design.trace.rewardAvailable': string;
|
|
421
|
+
'design.trace.rewardUnavailable': string;
|
|
422
|
+
'field.startDate': string;
|
|
423
|
+
'field.endDate': string;
|
|
424
|
+
'field.pricelistIds': string;
|
|
425
|
+
'field.productIds': string;
|
|
426
|
+
'field.voucherValidityDays': string;
|
|
427
|
+
'field.shipping': string;
|
|
428
|
+
'field.availablePoints': string;
|
|
429
|
+
'field.channel': string;
|
|
430
|
+
'field.quantity': string;
|
|
431
|
+
'state.draft': string;
|
|
432
|
+
"action.addReward": string;
|
|
433
|
+
"action.addRule": string;
|
|
434
|
+
"action.addTier": string;
|
|
435
|
+
"action.adjust": string;
|
|
436
|
+
"action.applyCode": string;
|
|
437
|
+
"action.applyReward": string;
|
|
438
|
+
"action.archive": string;
|
|
439
|
+
"action.backOrder": string;
|
|
440
|
+
"action.cancel": string;
|
|
441
|
+
"action.createProgram": string;
|
|
442
|
+
"action.createWallet": string;
|
|
443
|
+
"action.editTier": string;
|
|
444
|
+
"action.openOrderLoyalty": string;
|
|
445
|
+
"action.removeReward": string;
|
|
446
|
+
"action.restore": string;
|
|
447
|
+
"action.save": string;
|
|
448
|
+
"app.category": string;
|
|
449
|
+
"app.summary": string;
|
|
450
|
+
"app.title": string;
|
|
451
|
+
"appliesOn.both": string;
|
|
452
|
+
"appliesOn.current": string;
|
|
453
|
+
"appliesOn.future": string;
|
|
454
|
+
"channel.portal": string;
|
|
455
|
+
"channel.pos": string;
|
|
456
|
+
"channel.sale": string;
|
|
457
|
+
"chrome.searchLedger": string;
|
|
458
|
+
"chrome.searchMembers": string;
|
|
459
|
+
"chrome.searchPrograms": string;
|
|
460
|
+
"chrome.searchWallets": string;
|
|
461
|
+
"dashboard.ledgerHint": string;
|
|
462
|
+
"dashboard.ledgerTitle": string;
|
|
463
|
+
"dashboard.records": string;
|
|
464
|
+
"dashboard.title": string;
|
|
465
|
+
"discountApplicability.cheapest": string;
|
|
466
|
+
"discountApplicability.order": string;
|
|
467
|
+
"discountApplicability.specific": string;
|
|
468
|
+
"discountMode.per_order": string;
|
|
469
|
+
"discountMode.per_point": string;
|
|
470
|
+
"discountMode.percent": string;
|
|
471
|
+
"empty.hint": string;
|
|
472
|
+
"empty.title": string;
|
|
473
|
+
"error.invalid": string;
|
|
474
|
+
"error.notFound": string;
|
|
475
|
+
"error.partnerRequired": string;
|
|
476
|
+
"field.amount": string;
|
|
477
|
+
"field.appliesOn": string;
|
|
478
|
+
"field.available": string;
|
|
479
|
+
"field.availableOn": string;
|
|
480
|
+
"field.availablePos": string;
|
|
481
|
+
"field.availableSale": string;
|
|
482
|
+
"field.balance": string;
|
|
483
|
+
"field.balanceDelta": string;
|
|
484
|
+
"field.clearWallet": string;
|
|
485
|
+
"field.code": string;
|
|
486
|
+
"field.createdAt": string;
|
|
487
|
+
"field.currency": string;
|
|
488
|
+
"field.dateFrom": string;
|
|
489
|
+
"field.dateTo": string;
|
|
490
|
+
"field.description": string;
|
|
491
|
+
"field.discount": string;
|
|
492
|
+
"field.discountApplicability": string;
|
|
493
|
+
"field.discountMaximum": string;
|
|
494
|
+
"field.discountMode": string;
|
|
495
|
+
"field.expiresAt": string;
|
|
496
|
+
"field.fallbackCurrencyPerPoint": string;
|
|
497
|
+
"field.fallbackEnabled": string;
|
|
498
|
+
"field.initialBalance": string;
|
|
499
|
+
"field.limitUsage": string;
|
|
500
|
+
"field.maxUsage": string;
|
|
501
|
+
"field.minimumAmount": string;
|
|
502
|
+
"field.minimumQuantity": string;
|
|
503
|
+
"field.minimumRedeemStep": string;
|
|
504
|
+
"field.minimumSpend": string;
|
|
505
|
+
"field.mode": string;
|
|
506
|
+
"field.name": string;
|
|
507
|
+
"field.note": string;
|
|
508
|
+
"field.operation": string;
|
|
509
|
+
"field.partner": string;
|
|
510
|
+
"field.period": string;
|
|
511
|
+
"field.pointAmount": string;
|
|
512
|
+
"field.pointMode": string;
|
|
513
|
+
"field.pointName": string;
|
|
514
|
+
"field.pointSplit": string;
|
|
515
|
+
"field.pointValue": string;
|
|
516
|
+
"field.points": string;
|
|
517
|
+
"field.portalVisible": string;
|
|
518
|
+
"field.priority": string;
|
|
519
|
+
"field.program": string;
|
|
520
|
+
"field.programType": string;
|
|
521
|
+
"field.redeemPercent": string;
|
|
522
|
+
"field.refreshedAt": string;
|
|
523
|
+
"field.requiredPoints": string;
|
|
524
|
+
"field.reserved": string;
|
|
525
|
+
"field.rewardProduct": string;
|
|
526
|
+
"field.rewardType": string;
|
|
527
|
+
"field.rollingSpend": string;
|
|
528
|
+
"field.sequence": string;
|
|
529
|
+
"field.source": string;
|
|
530
|
+
"field.sourceId": string;
|
|
531
|
+
"field.state": string;
|
|
532
|
+
"field.taxMode": string;
|
|
533
|
+
"field.tier": string;
|
|
534
|
+
"field.trigger": string;
|
|
535
|
+
"field.unit": string;
|
|
536
|
+
"field.wallet": string;
|
|
537
|
+
"field.windowMonths": string;
|
|
538
|
+
"ledger.hint": string;
|
|
539
|
+
"ledger.title": string;
|
|
540
|
+
"memberships.hint": string;
|
|
541
|
+
"memberships.members": string;
|
|
542
|
+
"memberships.title": string;
|
|
543
|
+
"memberships.windowExamples": string;
|
|
544
|
+
"menu.app": string;
|
|
545
|
+
"menu.dashboard": string;
|
|
546
|
+
"menu.ledger": string;
|
|
547
|
+
"menu.memberships": string;
|
|
548
|
+
"menu.programs": string;
|
|
549
|
+
"menu.wallets": string;
|
|
550
|
+
"operation.adjust": string;
|
|
551
|
+
"operation.earn": string;
|
|
552
|
+
"operation.expire": string;
|
|
553
|
+
"operation.issue": string;
|
|
554
|
+
"operation.redeem": string;
|
|
555
|
+
"operation.refund": string;
|
|
556
|
+
"operation.reverse": string;
|
|
557
|
+
"order.code": string;
|
|
558
|
+
"order.ineligible": string;
|
|
559
|
+
"order.pointsEarned": string;
|
|
560
|
+
"order.rewardDetails": string;
|
|
561
|
+
"order.title": string;
|
|
562
|
+
"period.all": string;
|
|
563
|
+
"period.always": string;
|
|
564
|
+
"period.from": string;
|
|
565
|
+
"period.month": string;
|
|
566
|
+
"period.quarter": string;
|
|
567
|
+
"period.until": string;
|
|
568
|
+
"period.year": string;
|
|
569
|
+
"pointMode.money": string;
|
|
570
|
+
"pointMode.order": string;
|
|
571
|
+
"pointMode.unit": string;
|
|
572
|
+
"portal.history": string;
|
|
573
|
+
"portal.title": string;
|
|
574
|
+
"portal.wallets": string;
|
|
575
|
+
"program.detail": string;
|
|
576
|
+
"programType.buy_x_get_y": string;
|
|
577
|
+
"programType.coupons": string;
|
|
578
|
+
"programType.ewallet": string;
|
|
579
|
+
"programType.gift_card": string;
|
|
580
|
+
"programType.loyalty": string;
|
|
581
|
+
"programType.next_order_coupons": string;
|
|
582
|
+
"programType.promo_code": string;
|
|
583
|
+
"programType.promotion": string;
|
|
584
|
+
"programs.hint": string;
|
|
585
|
+
"programs.title": string;
|
|
586
|
+
"rewardType.discount": string;
|
|
587
|
+
"rewardType.product": string;
|
|
588
|
+
"rewardType.shipping": string;
|
|
589
|
+
"rewards.hint": string;
|
|
590
|
+
"rewards.title": string;
|
|
591
|
+
"rules.hint": string;
|
|
592
|
+
"rules.title": string;
|
|
593
|
+
"stat.archived": string;
|
|
594
|
+
"stat.archivedHint": string;
|
|
595
|
+
"stat.balance": string;
|
|
596
|
+
"stat.closing": string;
|
|
597
|
+
"stat.credit": string;
|
|
598
|
+
"stat.debit": string;
|
|
599
|
+
"stat.ended": string;
|
|
600
|
+
"stat.entries": string;
|
|
601
|
+
"stat.members": string;
|
|
602
|
+
"stat.membersActive": string;
|
|
603
|
+
"stat.membersDormant": string;
|
|
604
|
+
"stat.opening": string;
|
|
605
|
+
"stat.points": string;
|
|
606
|
+
"stat.programs": string;
|
|
607
|
+
"stat.running": string;
|
|
608
|
+
"stat.spend": string;
|
|
609
|
+
"stat.upcoming": string;
|
|
610
|
+
"stat.wallets": string;
|
|
611
|
+
"stat.walletsActive": string;
|
|
612
|
+
"stat.walletsExpired": string;
|
|
613
|
+
"stat.walletsLocked": string;
|
|
614
|
+
"state.active": string;
|
|
615
|
+
"state.archived": string;
|
|
616
|
+
"state.dormant": string;
|
|
617
|
+
"state.ended": string;
|
|
618
|
+
"state.expired": string;
|
|
619
|
+
"state.locked": string;
|
|
620
|
+
"state.running": string;
|
|
621
|
+
"state.upcoming": string;
|
|
622
|
+
"tab.ledger": string;
|
|
623
|
+
"tab.overview": string;
|
|
624
|
+
"tab.rewards": string;
|
|
625
|
+
"tab.rules": string;
|
|
626
|
+
"taxMode.excl": string;
|
|
627
|
+
"taxMode.incl": string;
|
|
628
|
+
"tiers.hint": string;
|
|
629
|
+
"tiers.title": string;
|
|
630
|
+
"trigger.auto": string;
|
|
631
|
+
"trigger.with_code": string;
|
|
632
|
+
"validation.title": string;
|
|
633
|
+
"value.months": string;
|
|
634
|
+
"wallet.about": string;
|
|
635
|
+
"wallet.adjust": string;
|
|
636
|
+
"wallet.adjustHint": string;
|
|
637
|
+
"wallet.entries": string;
|
|
638
|
+
"wallet.inLedger": string;
|
|
639
|
+
"wallet.quickActions": string;
|
|
640
|
+
"wallet.recent": string;
|
|
641
|
+
"walletUnit.currency": string;
|
|
642
|
+
"walletUnit.points": string;
|
|
643
|
+
"wallets.hint": string;
|
|
644
|
+
"wallets.title": string;
|
|
216
645
|
};
|
|
217
|
-
en: Record<"action.addReward" | "action.addRule" | "action.addTier" | "action.adjust" | "action.applyCode" | "action.applyReward" | "action.archive" | "action.backOrder" | "action.createProgram" | "action.createWallet" | "action.openOrderLoyalty" | "action.removeReward" | "action.restore" | "action.save" | "action.saveConfig" | "app.category" | "app.summary" | "app.title" | "appliesOn.both" | "appliesOn.current" | "appliesOn.future" | "channel.portal" | "channel.pos" | "channel.sale" | "chrome.searchLedger" | "chrome.searchMembers" | "chrome.searchPrograms" | "chrome.searchWallets" | "dashboard.ledgerHint" | "dashboard.ledgerTitle" | "dashboard.records" | "dashboard.title" | "discountApplicability.cheapest" | "discountApplicability.order" | "discountApplicability.specific" | "discountMode.per_order" | "discountMode.per_point" | "discountMode.percent" | "empty.hint" | "empty.title" | "error.invalid" | "error.notFound" | "error.partnerRequired" | "field.amount" | "field.appliesOn" | "field.available" | "field.availableOn" | "field.availablePos" | "field.availableSale" | "field.balance" | "field.balanceDelta" | "field.clearWallet" | "field.code" | "field.createdAt" | "field.currency" | "field.dateFrom" | "field.dateTo" | "field.description" | "field.discount" | "field.discountApplicability" | "field.discountMaximum" | "field.discountMode" | "field.expiresAt" | "field.fallbackCurrencyPerPoint" | "field.fallbackEnabled" | "field.initialBalance" | "field.limitUsage" | "field.maxUsage" | "field.minimumAmount" | "field.minimumQuantity" | "field.minimumRedeemStep" | "field.minimumSpend" | "field.mode" | "field.name" | "field.note" | "field.operation" | "field.partner" | "field.period" | "field.pointAmount" | "field.pointMode" | "field.pointName" | "field.pointSplit" | "field.pointValue" | "field.points" | "field.portalVisible" | "field.priority" | "field.program" | "field.programType" | "field.redeemPercent" | "field.refreshedAt" | "field.requiredPoints" | "field.reserved" | "field.rewardProduct" | "field.rewardProductQuantity" | "field.rewardType" | "field.rollingSpend" | "field.sequence" | "field.source" | "field.sourceId" | "field.state" | "field.taxMode" | "field.tier" | "field.trigger" | "field.unit" | "field.wallet" | "field.windowMonths" | "ledger.hint" | "ledger.title" | "memberships.config" | "memberships.hint" | "memberships.members" | "memberships.title" | "memberships.windowHint" | "menu.app" | "menu.dashboard" | "menu.ledger" | "menu.memberships" | "menu.programs" | "menu.wallets" | "operation.adjust" | "operation.earn" | "operation.expire" | "operation.issue" | "operation.redeem" | "operation.refund" | "operation.reverse" | "order.code" | "order.ineligible" | "order.pointsEarned" | "order.rewardDetails" | "order.title" | "period.all" | "period.always" | "period.from" | "period.month" | "period.quarter" | "period.until" | "period.year" | "pointMode.money" | "pointMode.order" | "pointMode.unit" | "portal.history" | "portal.title" | "portal.wallets" | "program.detail" | "programType.buy_x_get_y" | "programType.coupons" | "programType.ewallet" | "programType.gift_card" | "programType.loyalty" | "programType.next_order_coupons" | "programType.promo_code" | "programType.promotion" | "programs.hint" | "programs.title" | "rewardType.discount" | "rewardType.product" | "rewardType.shipping" | "rewards.hint" | "rewards.title" | "rules.hint" | "rules.title" | "stat.archived" | "stat.archivedHint" | "stat.balance" | "stat.closing" | "stat.credit" | "stat.debit" | "stat.ended" | "stat.entries" | "stat.members" | "stat.membersActive" | "stat.membersDormant" | "stat.opening" | "stat.points" | "stat.programs" | "stat.running" | "stat.spend" | "stat.upcoming" | "stat.wallets" | "stat.walletsActive" | "stat.walletsExpired" | "stat.walletsLocked" | "state.active" | "state.archived" | "state.dormant" | "state.ended" | "state.expired" | "state.locked" | "state.running" | "state.upcoming" | "tab.ledger" | "tab.overview" | "tab.rewards" | "tab.rules" | "taxMode.excl" | "taxMode.incl" | "tiers.title" | "trigger.auto" | "trigger.with_code" | "validation.title" | "value.months" | "wallet.about" | "wallet.adjust" | "wallet.adjustHint" | "wallet.entries" | "wallet.inLedger" | "wallet.quickActions" | "wallet.recent" | "walletUnit.currency" | "walletUnit.points" | "wallets.hint" | "wallets.title", string>;
|
|
218
646
|
};
|
|
219
647
|
//# sourceMappingURL=messages.d.ts.map
|