@pisell/materials 1.0.848 → 1.0.850
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +22 -22
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +10 -10
- package/es/components/batch-editor/index.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
- package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/index.d.ts +3 -2
- package/es/components/date-picker/index.d.ts +1 -0
- package/es/components/page/index.d.ts +1 -0
- package/es/components/pisellInput/index.d.ts +1 -0
- package/es/components/pisellModal/components/IpadModal/index.d.ts +1 -0
- package/es/components/pisellModal/components/MobileModal/index.d.ts +1 -0
- package/es/components/pisellModal/components/index.d.ts +1 -0
- package/es/components/productCard/components/AmountFooter/index.js +1 -1
- package/es/components/productCard/components/Packages/utils.d.ts +1 -1
- package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +1 -0
- package/es/components/table/Actions/component/GallerySetting/index.d.ts +1 -0
- package/es/components/table/Actions/component/Group/index.d.ts +1 -0
- package/es/components/table/Actions/index.d.ts +1 -0
- package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -0
- package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -0
- package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
- package/es/components/table/Table/SelectField/index.d.ts +1 -0
- package/es/components/table/Table/fields/date/index.d.ts +1 -0
- package/es/components/table/Table/fields/image/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/image/index.d.ts +1 -0
- package/es/components/table/Table/fields/index.d.ts +3 -2
- package/es/components/table/Table/fields/link/index.d.ts +1 -0
- package/es/components/table/Table/fields/number/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/number/index.d.ts +1 -0
- package/es/components/table/Table/fields/numberRange/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/numberRange/index.d.ts +1 -0
- package/es/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
- package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/pSwitch/index.d.ts +1 -0
- package/es/components/table/Table/fields/rangePicker/index.d.ts +1 -0
- package/es/components/table/Table/fields/search/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/search/index.d.ts +1 -0
- package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
- package/es/components/table/Table/fields/text/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/text/index.d.ts +1 -0
- package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
- package/es/components/versionSelect/index.d.ts +1 -0
- package/es/components/walletCard/index.js +30 -3
- package/es/components/walletCard/index.less +17 -0
- package/es/locales/en-US.js +164 -59
- package/es/locales/zh-CN.js +158 -59
- package/es/locales/zh-TW.js +103 -102
- package/es/utils/index.d.ts +1 -1
- package/es/utils/platform.d.ts +1 -1
- package/lib/components/batch-editor/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
- package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/index.d.ts +3 -2
- package/lib/components/date-picker/index.d.ts +1 -0
- package/lib/components/page/index.d.ts +1 -0
- package/lib/components/pisellInput/index.d.ts +1 -0
- package/lib/components/pisellModal/components/IpadModal/index.d.ts +1 -0
- package/lib/components/pisellModal/components/MobileModal/index.d.ts +1 -0
- package/lib/components/pisellModal/components/index.d.ts +1 -0
- package/lib/components/productCard/components/AmountFooter/index.js +1 -1
- package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
- package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +1 -0
- package/lib/components/table/Actions/component/GallerySetting/index.d.ts +1 -0
- package/lib/components/table/Actions/component/Group/index.d.ts +1 -0
- package/lib/components/table/Actions/index.d.ts +1 -0
- package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -0
- package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -0
- package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
- package/lib/components/table/Table/SelectField/index.d.ts +1 -0
- package/lib/components/table/Table/fields/date/index.d.ts +1 -0
- package/lib/components/table/Table/fields/image/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/image/index.d.ts +1 -0
- package/lib/components/table/Table/fields/index.d.ts +3 -2
- package/lib/components/table/Table/fields/link/index.d.ts +1 -0
- package/lib/components/table/Table/fields/number/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/number/index.d.ts +1 -0
- package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/numberRange/index.d.ts +1 -0
- package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
- package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/pSwitch/index.d.ts +1 -0
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +1 -0
- package/lib/components/table/Table/fields/search/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/search/index.d.ts +1 -0
- package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
- package/lib/components/table/Table/fields/text/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/text/index.d.ts +1 -0
- package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
- package/lib/components/versionSelect/index.d.ts +1 -0
- package/lib/components/walletCard/index.js +26 -3
- package/lib/components/walletCard/index.less +17 -0
- package/lib/locales/en-US.js +1 -8
- package/lib/locales/zh-CN.js +1 -7
- package/lib/locales/zh-TW.js +1 -0
- package/lib/utils/index.d.ts +1 -1
- package/lib/utils/platform.d.ts +1 -1
- package/lowcode/wallet-card/meta.ts +81 -63
- package/package.json +3 -3
- package/es/components/appVersionControl/index.d.ts +0 -4
- package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +0 -56
- package/es/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +0 -8
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -39
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +0 -98
- package/es/components/dataSourceComponents/fields/Input.Mobile/WithMode.d.ts +0 -16
- package/es/components/dataSourceComponents/fields/Input.Phone/WithMode.d.ts +0 -16
- package/es/components/dataSourceComponents/fields/utils.d.ts +0 -3
- package/es/components/date-picker/datePickerCpt.d.ts +0 -8
- package/es/components/div/index.d.ts +0 -19
- package/es/components/pisell-config-provider/index.d.ts +0 -12
- package/es/components/pisellAdjustPrice/index.d.ts +0 -4
- package/es/components/pisellAvatar/index.d.ts +0 -19
- package/es/components/pisellCardList/index.d.ts +0 -73
- package/es/components/pisellCheckboxGroup/index.d.ts +0 -36
- package/es/components/pisellCustomCheckboxGroup/index.d.ts +0 -16
- package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +0 -9
- package/es/components/pisellDraggable/components/TreeItem/TreeItem.d.ts +0 -24
- package/es/components/pisellDraggable/components/TreeItem/index.d.ts +0 -2
- package/es/components/pisellDraggable/index.d.ts +0 -35
- package/es/components/pisellDropSort/PisellDropSort.d.ts +0 -5
- package/es/components/pisellDropSort/components/SortableItem/index.d.ts +0 -26
- package/es/components/pisellDropSort/types.d.ts +0 -58
- package/es/components/pisellGoodPassCard/index.d.ts +0 -49
- package/es/components/pisellInformationEntry/hooks/useNativeScanner.d.ts +0 -4
- package/es/components/pisellInformationEntry/index.d.ts +0 -33
- package/es/components/pisellMenu/PisellMenu.d.ts +0 -11
- package/es/components/pisellMenu/types.d.ts +0 -27
- package/es/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +0 -5
- package/es/components/pisellNavigationMenu/types.d.ts +0 -85
- package/es/components/pisellText/components/Amount/index.d.ts +0 -20
- package/es/components/pisellWalletPassCard/index.d.ts +0 -84
- package/es/components/productCard/components/AmountFooter/index.d.ts +0 -3
- package/es/components/productCard/components/Header/EditButton/index.d.ts +0 -3
- package/es/components/productCard/components/Header/index.d.ts +0 -3
- package/es/components/productCard/components/MultiDay/index.d.ts +0 -3
- package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
- package/es/components/productCard/components/Sales/index.d.ts +0 -3
- package/es/components/productCard/components/Time/components/Like/index.d.ts +0 -10
- package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -3
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -13
- package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -2
- package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +0 -18
- package/es/components/productCard/components/Time/index.d.ts +0 -3
- package/es/components/productCard/index.d.ts +0 -5
- package/es/components/productCard/locales.d.ts +0 -81
- package/es/components/productCard/status.d.ts +0 -32
- package/es/components/productCard/types.d.ts +0 -83
- package/es/components/productCard/utils.d.ts +0 -31
- package/es/components/table/Actions/component/ExportImport/index.d.ts +0 -7
- package/es/components/table/Gallery/components/GalleryItem/index.d.ts +0 -14
- package/es/components/table/Gallery/index.d.ts +0 -5
- package/es/components/table/Table/index.d.ts +0 -4
- package/es/components/table/Table/utils.d.ts +0 -173
- package/es/components/table/hooks/useTableSetting.d.ts +0 -22
- package/es/components/table/hooks/useTransDataSource.d.ts +0 -12
- package/es/components/translation/index.d.ts +0 -14
- package/es/components/versionModal/index.d.ts +0 -24
- package/es/components/virtual-keyboard/Amount/index.d.ts +0 -32
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -21
- package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
- package/es/components/walletCard/Guide/index.d.ts +0 -4
- package/es/components/walletCard/index.d.ts +0 -67
- package/es/index.d.ts +0 -142
- package/lib/components/appVersionControl/index.d.ts +0 -4
- package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +0 -56
- package/lib/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +0 -8
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -39
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +0 -98
- package/lib/components/dataSourceComponents/fields/Input.Mobile/WithMode.d.ts +0 -16
- package/lib/components/dataSourceComponents/fields/Input.Phone/WithMode.d.ts +0 -16
- package/lib/components/dataSourceComponents/fields/utils.d.ts +0 -3
- package/lib/components/date-picker/datePickerCpt.d.ts +0 -8
- package/lib/components/div/index.d.ts +0 -19
- package/lib/components/pisell-config-provider/index.d.ts +0 -12
- package/lib/components/pisellAdjustPrice/index.d.ts +0 -4
- package/lib/components/pisellAvatar/index.d.ts +0 -19
- package/lib/components/pisellCardList/index.d.ts +0 -73
- package/lib/components/pisellCheckboxGroup/index.d.ts +0 -36
- package/lib/components/pisellCustomCheckboxGroup/index.d.ts +0 -16
- package/lib/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +0 -9
- package/lib/components/pisellDraggable/components/TreeItem/TreeItem.d.ts +0 -24
- package/lib/components/pisellDraggable/components/TreeItem/index.d.ts +0 -2
- package/lib/components/pisellDraggable/index.d.ts +0 -35
- package/lib/components/pisellDropSort/PisellDropSort.d.ts +0 -5
- package/lib/components/pisellDropSort/components/SortableItem/index.d.ts +0 -26
- package/lib/components/pisellDropSort/types.d.ts +0 -58
- package/lib/components/pisellGoodPassCard/index.d.ts +0 -49
- package/lib/components/pisellInformationEntry/hooks/useNativeScanner.d.ts +0 -4
- package/lib/components/pisellInformationEntry/index.d.ts +0 -33
- package/lib/components/pisellMenu/PisellMenu.d.ts +0 -11
- package/lib/components/pisellMenu/types.d.ts +0 -27
- package/lib/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +0 -5
- package/lib/components/pisellNavigationMenu/types.d.ts +0 -85
- package/lib/components/pisellText/components/Amount/index.d.ts +0 -20
- package/lib/components/pisellWalletPassCard/index.d.ts +0 -84
- package/lib/components/productCard/components/AmountFooter/index.d.ts +0 -3
- package/lib/components/productCard/components/Header/EditButton/index.d.ts +0 -3
- package/lib/components/productCard/components/Header/index.d.ts +0 -3
- package/lib/components/productCard/components/MultiDay/index.d.ts +0 -3
- package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
- package/lib/components/productCard/components/Sales/index.d.ts +0 -3
- package/lib/components/productCard/components/Time/components/Like/index.d.ts +0 -10
- package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -3
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -13
- package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -2
- package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +0 -18
- package/lib/components/productCard/components/Time/index.d.ts +0 -3
- package/lib/components/productCard/index.d.ts +0 -5
- package/lib/components/productCard/locales.d.ts +0 -81
- package/lib/components/productCard/status.d.ts +0 -32
- package/lib/components/productCard/types.d.ts +0 -83
- package/lib/components/productCard/utils.d.ts +0 -31
- package/lib/components/table/Actions/component/ExportImport/index.d.ts +0 -7
- package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +0 -14
- package/lib/components/table/Gallery/index.d.ts +0 -5
- package/lib/components/table/Table/index.d.ts +0 -4
- package/lib/components/table/Table/utils.d.ts +0 -173
- package/lib/components/table/hooks/useTableSetting.d.ts +0 -22
- package/lib/components/table/hooks/useTransDataSource.d.ts +0 -12
- package/lib/components/translation/index.d.ts +0 -14
- package/lib/components/versionModal/index.d.ts +0 -24
- package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -32
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -21
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
- package/lib/components/walletCard/Guide/index.d.ts +0 -4
- package/lib/components/walletCard/index.d.ts +0 -67
- package/lib/index.d.ts +0 -142
package/es/locales/en-US.js
CHANGED
|
@@ -1,55 +1,50 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"table-filter-min": "Min",
|
|
11
|
-
"table-filter-max": "Max",
|
|
12
|
-
"table-pagination-previous": "Previous",
|
|
13
|
-
"table-pagination-next": "Next",
|
|
14
|
-
"table-pagination-total": function tablePaginationTotal(current, total) {
|
|
1
|
+
export default {
|
|
2
|
+
'table-filter-search': 'Search',
|
|
3
|
+
'table-filter-clear': 'Clear',
|
|
4
|
+
'table-filter-filter': 'Filter',
|
|
5
|
+
'table-filter-min': 'Min',
|
|
6
|
+
'table-filter-max': 'Max',
|
|
7
|
+
'table-pagination-previous': 'Previous',
|
|
8
|
+
'table-pagination-next': 'Next',
|
|
9
|
+
'table-pagination-total': function tablePaginationTotal(current, total) {
|
|
15
10
|
return "Page ".concat(current, " of ").concat(total);
|
|
16
11
|
},
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
12
|
+
'select-dropdown-render-select-all': 'Select all',
|
|
13
|
+
'select-dropdown-render-search': 'Search',
|
|
14
|
+
'sort-button-text': 'Sort',
|
|
15
|
+
'sort-oldest-to-newest': 'Oldest to newest',
|
|
16
|
+
'sort-newest-to-oldest': 'Newest to oldest',
|
|
17
|
+
'sort-a-z': 'A to Z',
|
|
18
|
+
'sort-z-a': 'Z to A',
|
|
19
|
+
'sort-from-morning-to-night': 'From morning to night',
|
|
20
|
+
'sort-from-evening-to-morning': 'From evening to morning',
|
|
21
|
+
'sort-0-9': '0 ~ 9',
|
|
22
|
+
'sort-9-0': '9 ~ 0',
|
|
23
|
+
'table-action-filter-button': 'Filter',
|
|
24
|
+
'table-action-filter-quick-filter': 'Quick Filter',
|
|
25
|
+
'table-action-filter-quick-filter-tip': function tableActionFilterQuickFilterTip(count) {
|
|
31
26
|
return "Enable quick filtering directly on the page for convenient filtering operations, with a maximum of ".concat(count, " filters allowed.");
|
|
32
27
|
},
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
return
|
|
28
|
+
'table-action-filter-other-filter': 'Filter',
|
|
29
|
+
'table-action-filter-other-filter-tip': function tableActionFilterOtherFilterTip() {
|
|
30
|
+
return 'Select filter criteria in the list to perform filtering operations and display corresponding results.';
|
|
36
31
|
},
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
32
|
+
'table-action-group-by-title': 'Group by',
|
|
33
|
+
'table-action-group-by-title-tip': 'Please select the field from the dropdown menu to group the data for better organization and browsing.',
|
|
34
|
+
'table-action-column-title': 'Header settings',
|
|
35
|
+
'table-column-group-records': 'records',
|
|
36
|
+
'table-column-group-lock-tip': 'Fixed column immutable order',
|
|
37
|
+
'table-column-drag-sort-disabled-tip': 'Automatic sorting is enabled, manual dragging is disabled.',
|
|
38
|
+
'table-action-filter-no-filter': 'No filter options available.',
|
|
39
|
+
'table-action-range-picker-presets-today': 'Today',
|
|
40
|
+
'table-action-range-picker-presets-yesterday': 'Yesterday',
|
|
41
|
+
'table-action-range-picker-presets-last-3-day': 'Last 3 Days',
|
|
42
|
+
'table-action-range-picker-presets-last-7-day': 'Last 7 Days',
|
|
43
|
+
'table-action-range-picker-presets-last-14-day': 'Last 14 Days',
|
|
44
|
+
'table-action-range-picker-presets-last-30-day': 'Last 30 Days',
|
|
45
|
+
'table-action-range-picker-presets-last-90-day': 'Last 90 Days',
|
|
46
|
+
'virtual-keyboard-time-now': 'Now',
|
|
47
|
+
'virtual-keyboard-time-ok': 'OK',
|
|
53
48
|
'batch-editor-batch-edit': 'Batch edit',
|
|
54
49
|
'batch-editor-actions': 'Actions',
|
|
55
50
|
'batch-editor-remove': 'Remove',
|
|
@@ -59,7 +54,7 @@ export default (_tableFilterSearch$ = {
|
|
|
59
54
|
'batch-editor-confirm': 'Confirm',
|
|
60
55
|
'batch-editor-batch-remove': 'Batch remove',
|
|
61
56
|
'batch-editor-quick-edit': 'Quick edit',
|
|
62
|
-
'batch-editor-what-price':
|
|
57
|
+
'batch-editor-what-price': 'What price',
|
|
63
58
|
'batch-editor-quick-edit-title': function batchEditorQuickEditTitle(product, num) {
|
|
64
59
|
return "You have selected ".concat(num, " products including ").concat(product);
|
|
65
60
|
},
|
|
@@ -136,7 +131,7 @@ export default (_tableFilterSearch$ = {
|
|
|
136
131
|
'date-picker-first_day_of_next_month': 'First day of next month',
|
|
137
132
|
'date-picker-last_day_of_last_month': 'Last day of last month',
|
|
138
133
|
'date-picker-invalid-date': 'Invalid date',
|
|
139
|
-
|
|
134
|
+
'date-picker-apply': 'Apply',
|
|
140
135
|
'date-picker-shortcut-custom': 'Custom',
|
|
141
136
|
'pisell-input-copy-success': 'Copy Success',
|
|
142
137
|
'pisell-input-copy': 'Copy',
|
|
@@ -160,12 +155,12 @@ export default (_tableFilterSearch$ = {
|
|
|
160
155
|
'pisell-wallet-pass-card-required': 'This field is required',
|
|
161
156
|
'pisell-wallet-pass-card-expireDate': 'Long term',
|
|
162
157
|
// 金额修改组件
|
|
163
|
-
'pisell-adjust-price-price-override':
|
|
164
|
-
'pisell-adjust-price-discount':
|
|
165
|
-
'pisell-adjust-price-discount-amount':
|
|
166
|
-
'pisell-adjust-price-discount-percentage':
|
|
167
|
-
'pisell-adjust-price-total-after-discount':
|
|
168
|
-
'pisell-adjust-price-discount-can-be-maximum':
|
|
158
|
+
'pisell-adjust-price-price-override': 'Price override',
|
|
159
|
+
'pisell-adjust-price-discount': 'Discount',
|
|
160
|
+
'pisell-adjust-price-discount-amount': 'Amount',
|
|
161
|
+
'pisell-adjust-price-discount-percentage': 'Percentage',
|
|
162
|
+
'pisell-adjust-price-total-after-discount': 'Total after discount: ',
|
|
163
|
+
'pisell-adjust-price-discount-can-be-maximum': 'Discount can be maximum',
|
|
169
164
|
'pisell-discount-card-title': 'Discount',
|
|
170
165
|
'pisell-discount-card-unit': 'off',
|
|
171
166
|
// 数据源表格
|
|
@@ -203,6 +198,7 @@ export default (_tableFilterSearch$ = {
|
|
|
203
198
|
'walletCard-done': 'Done',
|
|
204
199
|
'walletCard-qrcode': 'QR code',
|
|
205
200
|
'walletCard-barcode': 'Bar code',
|
|
201
|
+
'walletCard-viewPin': 'View PIN',
|
|
206
202
|
// 上传组件
|
|
207
203
|
'pisell-upload-button': 'Upload',
|
|
208
204
|
'pisell-upload-setting-size-error': function pisellUploadSettingSizeError(maxSize) {
|
|
@@ -270,7 +266,116 @@ export default (_tableFilterSearch$ = {
|
|
|
270
266
|
'pisell-icon-select-two-tone': 'Two-tone',
|
|
271
267
|
'pisell-icon-select-iconfont': 'Iconfont',
|
|
272
268
|
'pisell-icon-select-search': 'Search icon',
|
|
273
|
-
'pisell-icon-select-select': 'Select icon'
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
269
|
+
'pisell-icon-select-select': 'Select icon',
|
|
270
|
+
// 应用版本控制组件
|
|
271
|
+
'pisell-lowcode-app-version-control-live': 'Live',
|
|
272
|
+
'pisell-lowcode-app-version-control-draft': 'Draft',
|
|
273
|
+
'pisell-lowcode-app-version-control-deprecated': 'Deprecated',
|
|
274
|
+
'pisell-lowcode-app-version-control-new-version': 'New version',
|
|
275
|
+
'pisell-lowcode-app-version-control-promote-to-live': 'Promote to live',
|
|
276
|
+
'pisell-lowcode-app-version-control-promote-version': function pisellLowcodeAppVersionControlPromoteVersion(version) {
|
|
277
|
+
return "Promote version ".concat(version || '', "?");
|
|
278
|
+
},
|
|
279
|
+
'pisell-lowcode-app-version-control-promote-version-describe': 'Are you sure you want to promote this version?',
|
|
280
|
+
'pisell-lowcode-app-version-control-promote-version-ok': 'Promote',
|
|
281
|
+
'pisell-lowcode-app-version-control-promote-version-cancel': 'Cancel',
|
|
282
|
+
'pisell-lowcode-app-version-control-version-exists': 'Version already exists',
|
|
283
|
+
'pisell-lowcode-app-version-control-version-create-title': 'Create new version',
|
|
284
|
+
// 拖拽排序组件
|
|
285
|
+
'pisell-lowcode-drop-sort-add': 'Add',
|
|
286
|
+
// 导航菜单组件
|
|
287
|
+
'pisell-lowcode-navigation-menu-add-sub-menu': 'Add submenu',
|
|
288
|
+
'pisell-lowcode-navigation-menu-add-page': 'Add page',
|
|
289
|
+
'pisell-lowcode-navigation-menu-add-page-tip': 'No navigation found. Please add a submenu or page.',
|
|
290
|
+
'pisell-lowcode-navigation-menu-tag-base': 'Base',
|
|
291
|
+
'pisell-lowcode-navigation-menu-tag-proCode': 'Pro code',
|
|
292
|
+
'pisell-lowcode-navigation-menu-tag-pisell1': 'Pisell 1.0',
|
|
293
|
+
'pisell-lowcode-navigation-menu-tag-group': 'Group',
|
|
294
|
+
'pisell-lowcode-navigation-menu-tag-sub-menu': 'Submenu',
|
|
295
|
+
'pisell-lowcode-navigation-menu-tag-custom': 'Custom',
|
|
296
|
+
// 应用标识符
|
|
297
|
+
'pisell-data-source-form-app-identifier-pattern': 'Can only contain lowercase letters, numbers, hyphens, dots, and underscores',
|
|
298
|
+
'pisell-data-source-form-app-identifier-start-with-letter': 'Must start with a letter',
|
|
299
|
+
// TODO(reilly): Added new properties to `zh-CN.ts`, so adding them here to avoid errors.
|
|
300
|
+
// Please update these translations as needed
|
|
301
|
+
'pisell-group-permissions-rule-required': 'Required',
|
|
302
|
+
'pisell-group-permissions-rule-limit': 'Maximum {{num}} characters',
|
|
303
|
+
'pisell-data-source-form-app-identifier-letters-only': 'Must start with a letter',
|
|
304
|
+
'pisell-data-source-form-app-identifier-alphanumeric': 'Can only contain letters, numbers, hyphens, dots, and underscores',
|
|
305
|
+
'pisell-data-source-form-app-identifier-special-ends': 'Cannot end with a hyphen, dot, or underscore',
|
|
306
|
+
'pisell-data-source-form-app-identifier-consecutive-special': 'Cannot contain consecutive hyphens, dots, or underscores',
|
|
307
|
+
// QR Scanner related texts
|
|
308
|
+
'qrscanner-loading': 'Recognizing QR code...',
|
|
309
|
+
'qrscanner-success': 'Successfully recognized: ',
|
|
310
|
+
'qrscanner-success-qrcode': 'QR code successfully recognized: ',
|
|
311
|
+
'qrscanner-success-barcode': 'Barcode successfully recognized: ',
|
|
312
|
+
'qrscanner-error-upload-image': 'Please upload an image file',
|
|
313
|
+
'qrscanner-error-load-failed': 'Failed to read file',
|
|
314
|
+
'qrscanner-error-no-code': 'No QR code or barcode detected.',
|
|
315
|
+
'qrscanner-error-camera-init': "Cannot start camera. Please make sure it's authorized.",
|
|
316
|
+
'qrscanner-error-process-image': 'Error processing image',
|
|
317
|
+
// 登录注册组件
|
|
318
|
+
'pisell-login-and-register-title': 'Log in to your account',
|
|
319
|
+
'pisell-login-and-register-subtitle': 'Welcome back! Please enter your details.',
|
|
320
|
+
'pisell-login-and-register-email-label': 'Email',
|
|
321
|
+
'pisell-login-and-register-email-placeholder': 'Enter your email',
|
|
322
|
+
'pisell-login-and-register-password-label': 'Password',
|
|
323
|
+
'pisell-login-and-register-password-placeholder': 'Enter your password',
|
|
324
|
+
'pisell-login-and-register-email-error': 'Please input your email!',
|
|
325
|
+
'pisell-login-and-register-email-error-valid': 'Please enter a valid email!',
|
|
326
|
+
'pisell-login-and-register-password-error': 'Please enter the correct password',
|
|
327
|
+
'pisell-login-and-register-login': 'Log in',
|
|
328
|
+
'pisell-login-and-register-google': 'Continue with Google',
|
|
329
|
+
'pisell-login-and-register-facebook': 'Continue with Facebook',
|
|
330
|
+
'pisell-login-and-register-apple': 'Continue with Apple',
|
|
331
|
+
'pisell-login-and-register-sign-up': "Don't have an account? Sign up",
|
|
332
|
+
'pisell-login-and-register-login-tab': 'Login',
|
|
333
|
+
'pisell-login-and-register-register-tab': 'Register',
|
|
334
|
+
'pisell-login-and-register-register-email-placeholder': 'Enter your email',
|
|
335
|
+
'pisell-login-and-register-register-password-placeholder': 'Create a password',
|
|
336
|
+
'pisell-login-and-register-register-button-text': 'Create account',
|
|
337
|
+
'pisell-login-and-register-remember-me': 'Remember me',
|
|
338
|
+
'pisell-login-and-register-forgot-password': 'Forgot password?',
|
|
339
|
+
'pisell-login-and-register-register-password-error': 'Please input your password!',
|
|
340
|
+
'pisell-login-and-register-register-password-error-valid': 'Password must be at least 6 characters!',
|
|
341
|
+
// 商品券组件
|
|
342
|
+
'pisell2.text.goodpass.product-vouchers': 'Promotions & Vouchers',
|
|
343
|
+
'pisell2.text.goodpass.last-settlement': '(Last payment)',
|
|
344
|
+
'pisell2.text.goodpass.view-more': 'View More',
|
|
345
|
+
'pisell2.text.goodpass.save': 'Save',
|
|
346
|
+
// 硬件报错标准提示
|
|
347
|
+
'pisell2.text.hardware-error.fatal': 'Fatal',
|
|
348
|
+
'pisell2.text.hardware-error.critical': 'Critical',
|
|
349
|
+
'pisell2.text.hardware-error.normal': 'Normal',
|
|
350
|
+
'pisell2.text.hardware-error.info': 'Info',
|
|
351
|
+
// 错误中心相关
|
|
352
|
+
'pisell2.text.hardware-error.error-center': 'Error Center',
|
|
353
|
+
'pisell2.text.hardware-error.error-list': 'Error List',
|
|
354
|
+
'pisell2.text.hardware-error.error-code': 'Error Code',
|
|
355
|
+
'pisell2.text.hardware-error.time': 'Time',
|
|
356
|
+
'pisell2.text.hardware-error.error-description': 'Error Description',
|
|
357
|
+
'pisell2.text.hardware-error.solution': 'Solution',
|
|
358
|
+
'pisell2.text.hardware-error.info-number': 'Info Number',
|
|
359
|
+
'pisell2.text.hardware-error.tip-content': 'Tip Content',
|
|
360
|
+
// 设备类型
|
|
361
|
+
'pisell2.text.hardware-error.device.all': 'All Devices',
|
|
362
|
+
'pisell2.text.hardware-error.device.printer': 'Printer',
|
|
363
|
+
'pisell2.text.hardware-error.device.barcode-scanner': 'Barcode Scanner',
|
|
364
|
+
'pisell2.text.hardware-error.device.cds': 'CDS',
|
|
365
|
+
'pisell2.text.hardware-error.device.kds': 'KDS',
|
|
366
|
+
'pisell2.text.hardware-error.device.display': 'Display',
|
|
367
|
+
'pisell2.text.hardware-error.device.card-reader': 'Card Reader',
|
|
368
|
+
'pisell2.text.hardware-error.device.till': 'Till',
|
|
369
|
+
'pisell2.text.hardware-error.device.scale': 'Scale',
|
|
370
|
+
// 错误日志
|
|
371
|
+
'pisell2.text.hardware-error.error-logs': 'Error Logs',
|
|
372
|
+
'pisell2.text.hardware-error.all-devices': 'All Devices',
|
|
373
|
+
'pisell2.text.hardware-error.all-levels': 'All Levels',
|
|
374
|
+
'pisell2.text.hardware-error.debug-info': 'Debug Info',
|
|
375
|
+
'pisell2.text.hardware-error.important-info': 'Important Operation Info',
|
|
376
|
+
'pisell2.text.hardware-error.error-info': 'Error Info',
|
|
377
|
+
'pisell2.text.hardware-error.search-logs': 'Search logs...',
|
|
378
|
+
'pisell2.text.hardware-error.export-logs': 'Export Logs',
|
|
379
|
+
'pisell2.text.hardware-error.no-errors': 'No error information',
|
|
380
|
+
'pisell2.text.hardware-error.no-logs': 'No log records'
|
|
381
|
+
};
|
package/es/locales/zh-CN.js
CHANGED
|
@@ -1,55 +1,50 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"table-filter-min": "最小",
|
|
11
|
-
"table-filter-max": "最大",
|
|
12
|
-
"table-pagination-previous": "上一页",
|
|
13
|
-
"table-pagination-next": "下一页",
|
|
14
|
-
"table-pagination-total": function tablePaginationTotal(current, total) {
|
|
1
|
+
export default {
|
|
2
|
+
'table-filter-search': '搜索',
|
|
3
|
+
'table-filter-clear': '清除',
|
|
4
|
+
'table-filter-filter': '筛选',
|
|
5
|
+
'table-filter-min': '最小',
|
|
6
|
+
'table-filter-max': '最大',
|
|
7
|
+
'table-pagination-previous': '上一页',
|
|
8
|
+
'table-pagination-next': '下一页',
|
|
9
|
+
'table-pagination-total': function tablePaginationTotal(current, total) {
|
|
15
10
|
return "\u7B2C".concat(current, "\u9875 \u5171").concat(total, "\u9875");
|
|
16
11
|
},
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
12
|
+
'select-dropdown-render-select-all': '全选',
|
|
13
|
+
'select-dropdown-render-search': '搜索',
|
|
14
|
+
'sort-button-text': '排序',
|
|
15
|
+
'sort-oldest-to-newest': '从旧到新',
|
|
16
|
+
'sort-newest-to-oldest': '从新到旧',
|
|
17
|
+
'sort-a-z': 'A 到 Z',
|
|
18
|
+
'sort-z-a': 'Z 到 A',
|
|
19
|
+
'sort-from-morning-to-night': '从早到晚',
|
|
20
|
+
'sort-from-evening-to-morning': '从晚到早',
|
|
21
|
+
'sort-0-9': '0 ~ 9',
|
|
22
|
+
'sort-9-0': '9 ~ 0',
|
|
23
|
+
'table-action-filter-button': '筛选',
|
|
24
|
+
'table-action-filter-quick-filter': '快捷筛选',
|
|
25
|
+
'table-action-filter-quick-filter-tip': function tableActionFilterQuickFilterTip(count) {
|
|
31
26
|
return "\u5728\u9875\u9762\u4E0A\u76F4\u63A5\u542F\u7528\u5FEB\u901F\u7B5B\u9009\uFF0C\u4EE5\u4FBF\u8FDB\u884C\u65B9\u4FBF\u7684\u7B5B\u9009\u64CD\u4F5C\uFF0C\u6700\u591A\u5141\u8BB8\u4F7F\u7528".concat(count, "\u4E2A\u7B5B\u9009\u5668\u3002");
|
|
32
27
|
},
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
return
|
|
28
|
+
'table-action-filter-other-filter': '筛选',
|
|
29
|
+
'table-action-filter-other-filter-tip': function tableActionFilterOtherFilterTip() {
|
|
30
|
+
return '在列表中选择筛选条件进行筛选操作,并显示相应的结果。';
|
|
36
31
|
},
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
32
|
+
'table-action-group-by-title': '分组条件',
|
|
33
|
+
'table-action-group-by-title-tip': '请从下拉菜单中选择要分组的字段,以便更好地组织和浏览数据。',
|
|
34
|
+
'table-action-column-title': '表头设置',
|
|
35
|
+
'table-column-group-records': '条记录',
|
|
36
|
+
'table-column-group-lock-tip': '固定列不可移动顺序',
|
|
37
|
+
'table-column-drag-sort-disabled-tip': '已开启自动排序,无法手动拖拽',
|
|
38
|
+
'table-action-filter-no-filter': '没有可用的筛选器。',
|
|
39
|
+
'table-action-range-picker-presets-today': '今天',
|
|
40
|
+
'table-action-range-picker-presets-yesterday': '昨天',
|
|
41
|
+
'table-action-range-picker-presets-last-3-day': '过去3天',
|
|
42
|
+
'table-action-range-picker-presets-last-7-day': '过去7天',
|
|
43
|
+
'table-action-range-picker-presets-last-14-day': '过去14天',
|
|
44
|
+
'table-action-range-picker-presets-last-30-day': '过去30天',
|
|
45
|
+
'table-action-range-picker-presets-last-90-day': '过去90天',
|
|
46
|
+
'virtual-keyboard-time-now': '此刻',
|
|
47
|
+
'virtual-keyboard-time-ok': '确定',
|
|
53
48
|
'batch-editor-batch-edit': '批量编辑',
|
|
54
49
|
'batch-editor-actions': '操作',
|
|
55
50
|
'batch-editor-remove': '移除',
|
|
@@ -59,7 +54,7 @@ export default (_tableFilterSearch$ = {
|
|
|
59
54
|
'batch-editor-confirm': '确认',
|
|
60
55
|
'batch-editor-batch-remove': '批量移除',
|
|
61
56
|
'batch-editor-quick-edit': '快速编辑',
|
|
62
|
-
'batch-editor-what-price':
|
|
57
|
+
'batch-editor-what-price': '什么价格',
|
|
63
58
|
'batch-editor-quick-edit-title': function batchEditorQuickEditTitle(product, num) {
|
|
64
59
|
return "\u60A8\u5DF2\u9009\u62E9 ".concat(product, " \u7B49").concat(num, "\u4EF6\u5546\u54C1");
|
|
65
60
|
},
|
|
@@ -136,7 +131,7 @@ export default (_tableFilterSearch$ = {
|
|
|
136
131
|
'date-picker-first_day_of_next_month': '下个月的第一天',
|
|
137
132
|
'date-picker-last_day_of_last_month': '上个月的最后一天',
|
|
138
133
|
'date-picker-invalid-date': '无效日期',
|
|
139
|
-
|
|
134
|
+
'date-picker-apply': '确定',
|
|
140
135
|
'date-picker-shortcut-custom': '自定义',
|
|
141
136
|
'pisell-input-copy-success': '复制成功',
|
|
142
137
|
'pisell-input-copy': '复制',
|
|
@@ -160,12 +155,12 @@ export default (_tableFilterSearch$ = {
|
|
|
160
155
|
'pisell-wallet-pass-card-required': '此字段必填',
|
|
161
156
|
'pisell-wallet-pass-card-expireDate': '长期',
|
|
162
157
|
// 金额修改组件
|
|
163
|
-
'pisell-adjust-price-price-override':
|
|
164
|
-
'pisell-adjust-price-discount':
|
|
165
|
-
'pisell-adjust-price-discount-amount':
|
|
166
|
-
'pisell-adjust-price-discount-percentage':
|
|
167
|
-
'pisell-adjust-price-total-after-discount':
|
|
168
|
-
'pisell-adjust-price-discount-can-be-maximum':
|
|
158
|
+
'pisell-adjust-price-price-override': '一口价',
|
|
159
|
+
'pisell-adjust-price-discount': '折扣',
|
|
160
|
+
'pisell-adjust-price-discount-amount': '金额',
|
|
161
|
+
'pisell-adjust-price-discount-percentage': '百分比',
|
|
162
|
+
'pisell-adjust-price-total-after-discount': '打折后总价',
|
|
163
|
+
'pisell-adjust-price-discount-can-be-maximum': '折扣最高可达',
|
|
169
164
|
'pisell-discount-card-title': '折扣',
|
|
170
165
|
'pisell-discount-card-unit': '折扣',
|
|
171
166
|
'pisell-data-source-table-add': '添加',
|
|
@@ -202,6 +197,7 @@ export default (_tableFilterSearch$ = {
|
|
|
202
197
|
'walletCard-done': '完成',
|
|
203
198
|
'walletCard-qrcode': '二维码',
|
|
204
199
|
'walletCard-barcode': '条形码',
|
|
200
|
+
'walletCard-viewPin': '查看PIN',
|
|
205
201
|
// 上传组件
|
|
206
202
|
'pisell-upload-button': '上传',
|
|
207
203
|
'pisell-upload-setting-size-error': function pisellUploadSettingSizeError(maxSize) {
|
|
@@ -267,7 +263,110 @@ export default (_tableFilterSearch$ = {
|
|
|
267
263
|
'pisell-icon-select-two-tone': '双色风格',
|
|
268
264
|
'pisell-icon-select-iconfont': 'Iconfont',
|
|
269
265
|
'pisell-icon-select-search': '搜索图标',
|
|
270
|
-
'pisell-icon-select-select': '选择图标'
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
266
|
+
'pisell-icon-select-select': '选择图标',
|
|
267
|
+
// 应用版本控制组件
|
|
268
|
+
'pisell-lowcode-app-version-control-live': '正式版',
|
|
269
|
+
'pisell-lowcode-app-version-control-draft': '草稿',
|
|
270
|
+
'pisell-lowcode-app-version-control-deprecated': '已废弃',
|
|
271
|
+
'pisell-lowcode-app-version-control-new-version': '新版本',
|
|
272
|
+
'pisell-lowcode-app-version-control-promote-to-live': '发布正式版',
|
|
273
|
+
'pisell-lowcode-app-version-control-promote-version': function pisellLowcodeAppVersionControlPromoteVersion(version) {
|
|
274
|
+
return "\u53D1\u5E03\u7248\u672C ".concat(version || '', "?");
|
|
275
|
+
},
|
|
276
|
+
'pisell-lowcode-app-version-control-promote-version-describe': '您确定要发布此版本吗?',
|
|
277
|
+
'pisell-lowcode-app-version-control-promote-version-ok': '发布',
|
|
278
|
+
'pisell-lowcode-app-version-control-promote-version-cancel': '取消',
|
|
279
|
+
'pisell-lowcode-app-version-control-version-exists': '版本已存在',
|
|
280
|
+
'pisell-lowcode-app-version-control-version-create-title': '创建新版本',
|
|
281
|
+
// 拖拽排序组件
|
|
282
|
+
'pisell-lowcode-drop-sort-add': '添加',
|
|
283
|
+
// 导航菜单组件
|
|
284
|
+
'pisell-lowcode-navigation-menu-add-sub-menu': '添加子菜单',
|
|
285
|
+
'pisell-lowcode-navigation-menu-add-page': '添加页面',
|
|
286
|
+
'pisell-lowcode-navigation-menu-add-page-tip': '没有找到导航,请添加子菜单或页面。',
|
|
287
|
+
'pisell-lowcode-navigation-menu-tag-base': '基础',
|
|
288
|
+
'pisell-lowcode-navigation-menu-tag-proCode': 'Pro code',
|
|
289
|
+
'pisell-lowcode-navigation-menu-tag-pisell1': 'Pisell 1.0',
|
|
290
|
+
'pisell-lowcode-navigation-menu-tag-group': '分组',
|
|
291
|
+
'pisell-lowcode-navigation-menu-tag-sub-menu': '子菜单',
|
|
292
|
+
'pisell-lowcode-navigation-menu-tag-custom': '自定义',
|
|
293
|
+
// 应用标识符
|
|
294
|
+
'pisell-data-source-form-app-identifier-pattern': '只能包含小写字母、数字、连字符、点和下划线',
|
|
295
|
+
'pisell-data-source-form-app-identifier-start-with-letter': '必须以字母开头',
|
|
296
|
+
'pisell-data-source-form-app-identifier-special-ends': '不能以连字符、点或下划线结尾',
|
|
297
|
+
'pisell-data-source-form-app-identifier-consecutive-special': '不能包含连续的连字符、点或下划线',
|
|
298
|
+
// QR Scanner 相关文案
|
|
299
|
+
'qrscanner-loading': '正在识别二维码...',
|
|
300
|
+
'qrscanner-success': '识别成功: ',
|
|
301
|
+
'qrscanner-success-qrcode': '二维码识别成功: ',
|
|
302
|
+
'qrscanner-success-barcode': '条形码识别成功: ',
|
|
303
|
+
'qrscanner-error-upload-image': '请上传图片文件',
|
|
304
|
+
'qrscanner-error-load-failed': '读取文件失败',
|
|
305
|
+
'qrscanner-error-no-code': '未检测到二维码或条形码',
|
|
306
|
+
'qrscanner-error-camera-init': '无法启动摄像头,请确保已授权',
|
|
307
|
+
'qrscanner-error-process-image': '处理图像时出错',
|
|
308
|
+
// 登录注册组件
|
|
309
|
+
'pisell-login-and-register-title': '登录到您的账户',
|
|
310
|
+
'pisell-login-and-register-subtitle': '欢迎回来!请输入您的详细信息。',
|
|
311
|
+
'pisell-login-and-register-email-label': '邮箱',
|
|
312
|
+
'pisell-login-and-register-email-placeholder': '输入您的邮箱',
|
|
313
|
+
'pisell-login-and-register-password-label': '密码',
|
|
314
|
+
'pisell-login-and-register-password-placeholder': '输入您的密码',
|
|
315
|
+
'pisell-login-and-register-email-error': '请输入您的邮箱!',
|
|
316
|
+
'pisell-login-and-register-email-error-valid': '请输入有效的邮箱!',
|
|
317
|
+
'pisell-login-and-register-password-error': '请输入正确的密码',
|
|
318
|
+
'pisell-login-and-register-login': '登录',
|
|
319
|
+
'pisell-login-and-register-google': '继续使用Google',
|
|
320
|
+
'pisell-login-and-register-facebook': '继续使用Facebook',
|
|
321
|
+
'pisell-login-and-register-apple': '继续使用Apple',
|
|
322
|
+
'pisell-login-and-register-sign-up': '没有账户?注册',
|
|
323
|
+
'pisell-login-and-register-login-tab': '登录',
|
|
324
|
+
'pisell-login-and-register-register-tab': '注册',
|
|
325
|
+
'pisell-login-and-register-register-email-placeholder': '输入您的邮箱',
|
|
326
|
+
'pisell-login-and-register-register-password-placeholder': '创建密码',
|
|
327
|
+
'pisell-login-and-register-register-button-text': '创建账户',
|
|
328
|
+
'pisell-login-and-register-remember-me': '记住我',
|
|
329
|
+
'pisell-login-and-register-forgot-password': '忘记密码?',
|
|
330
|
+
'pisell-login-and-register-register-password-error': '请输入您的密码!',
|
|
331
|
+
'pisell-login-and-register-register-password-error-valid': '密码必须至少为6个字符!',
|
|
332
|
+
// 商品券
|
|
333
|
+
'pisell2.text.goodpass.product-vouchers': '优惠促销',
|
|
334
|
+
'pisell2.text.goodpass.last-settlement': '(上次结算)',
|
|
335
|
+
'pisell2.text.goodpass.view-more': '查看更多',
|
|
336
|
+
'pisell2.text.goodpass.save': '节省',
|
|
337
|
+
// 硬件报错标准提示
|
|
338
|
+
'pisell2.text.hardware-error.fatal': '致命错误',
|
|
339
|
+
'pisell2.text.hardware-error.critical': '严重错误',
|
|
340
|
+
'pisell2.text.hardware-error.normal': '一般错误',
|
|
341
|
+
'pisell2.text.hardware-error.info': '提示信息',
|
|
342
|
+
// 错误中心相关
|
|
343
|
+
'pisell2.text.hardware-error.error-center': '错误中心',
|
|
344
|
+
'pisell2.text.hardware-error.error-list': '错误列表',
|
|
345
|
+
'pisell2.text.hardware-error.error-code': '错误代码',
|
|
346
|
+
'pisell2.text.hardware-error.time': '时间',
|
|
347
|
+
'pisell2.text.hardware-error.error-description': '错误描述',
|
|
348
|
+
'pisell2.text.hardware-error.solution': '解决方案',
|
|
349
|
+
'pisell2.text.hardware-error.info-number': '信息编号',
|
|
350
|
+
'pisell2.text.hardware-error.tip-content': '提示内容',
|
|
351
|
+
// 设备类型
|
|
352
|
+
'pisell2.text.hardware-error.device.all': '全部设备',
|
|
353
|
+
'pisell2.text.hardware-error.device.printer': '打印机',
|
|
354
|
+
'pisell2.text.hardware-error.device.barcode-scanner': '扫码枪',
|
|
355
|
+
'pisell2.text.hardware-error.device.cds': 'CDS客显',
|
|
356
|
+
'pisell2.text.hardware-error.device.kds': 'KDS厨显',
|
|
357
|
+
'pisell2.text.hardware-error.device.display': '扩展屏',
|
|
358
|
+
'pisell2.text.hardware-error.device.card-reader': '刷卡机',
|
|
359
|
+
'pisell2.text.hardware-error.device.till': '钱箱',
|
|
360
|
+
'pisell2.text.hardware-error.device.scale': '称重设备',
|
|
361
|
+
// 错误日志
|
|
362
|
+
'pisell2.text.hardware-error.error-logs': '错误日志',
|
|
363
|
+
'pisell2.text.hardware-error.all-devices': '全部设备',
|
|
364
|
+
'pisell2.text.hardware-error.all-levels': '全部级别',
|
|
365
|
+
'pisell2.text.hardware-error.debug-info': '调试信息',
|
|
366
|
+
'pisell2.text.hardware-error.important-info': '重要操作信息',
|
|
367
|
+
'pisell2.text.hardware-error.error-info': '错误信息',
|
|
368
|
+
'pisell2.text.hardware-error.search-logs': '搜索日志...',
|
|
369
|
+
'pisell2.text.hardware-error.export-logs': '导出日志',
|
|
370
|
+
'pisell2.text.hardware-error.no-errors': '暂无错误信息',
|
|
371
|
+
'pisell2.text.hardware-error.no-logs': '暂无日志记录'
|
|
372
|
+
};
|