@pisell/materials 6.6.10 → 6.6.12
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 +2 -2
- package/build/lowcode/preview.js +8 -8
- package/build/lowcode/render/default/view.js +24 -24
- package/build/lowcode/view.js +23 -23
- package/es/components/DragSortList/index.d.ts +38 -0
- package/es/components/auto-complete/index.d.ts +2 -0
- package/es/components/auto-complete-number/index.d.ts +10 -0
- package/es/components/calendar/index.d.ts +2 -0
- package/es/components/cascader/index.d.ts +2 -0
- package/es/components/classicLayout/index.d.ts +4 -0
- package/es/components/component/index.d.ts +11 -0
- package/es/components/config-provider/index.js +6 -0
- package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.js +8 -0
- package/es/components/dataSourceComponents/fields/Upload/constants.js +1 -1
- package/es/components/dataSourceComponents/fields/Upload/utils.js +1 -1
- package/es/components/dropdown/index.d.ts +3 -0
- package/es/components/filter/components/items/index.d.ts +41 -0
- package/es/components/filter/components/items/text/Editor/index.d.ts +2 -0
- package/es/components/filter/components/items/text/Preview/index.d.ts +2 -0
- package/es/components/filter/components/items/text/index.d.ts +11 -0
- package/es/components/filter/index.d.ts +4 -0
- package/es/components/icon/index.d.ts +12 -0
- package/es/components/input/index.d.ts +11 -0
- package/es/components/input-number-range/index.d.ts +15 -0
- package/es/components/list/index.d.ts +7 -0
- package/es/components/lowCodePage/index.d.ts +6 -0
- package/es/components/modal/index.d.ts +2 -0
- package/es/components/page/index.js +11 -1
- package/es/components/productCard/cartSkuCard/components/timeRange/index.js +5 -1
- package/es/components/productCard/cartSkuCard/locales.js +16 -0
- package/es/components/productCard/components/Time/components/SelectHolder/index.js +3 -1
- package/es/components/productCard/locales.js +84 -0
- package/es/components/productCard/utils.js +8 -2
- package/es/components/qrcode/index.d.ts +3 -0
- package/es/components/select-time/index.d.ts +14 -0
- package/es/components/select-time/utils.d.ts +9 -0
- package/es/components/skeleton/index.d.ts +2 -0
- package/es/components/slider/index.d.ts +3 -0
- package/es/components/sort/components/InlineMenu/index.d.ts +15 -0
- package/es/components/table/Actions/component/ButtonIcon/index.d.ts +8 -0
- package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +7 -0
- package/es/components/table/Actions/component/ColumnsSetting/utils.d.ts +1 -0
- package/es/components/table/Actions/component/GallerySetting/index.d.ts +9 -0
- package/es/components/table/Actions/component/Group/index.d.ts +13 -0
- package/es/components/table/Actions/component/ViewMode/index.js +4 -3
- package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +10 -0
- package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +11 -0
- package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +9 -0
- package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +5 -0
- package/es/components/table/Gallery/components/VirtualGrid/useGenGridProps.d.ts +14 -0
- package/es/components/table/Gallery/types.d.ts +10 -0
- package/es/components/table/Header/Buttons/index.d.ts +3 -0
- package/es/components/table/Summary/index.d.ts +4 -0
- package/es/components/table/Table/SelectField/index.d.ts +3 -0
- package/es/components/table/Table/fields/date/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/date/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/date/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/date/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/date/filterUtil/index.d.ts +13 -0
- package/es/components/table/Table/fields/date/index.d.ts +15 -0
- package/es/components/table/Table/fields/image/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/image/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/image/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/image/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/image/index.d.ts +13 -0
- package/es/components/table/Table/fields/link/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/link/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/link/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/link/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/link/index.d.ts +13 -0
- package/es/components/table/Table/fields/number/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/number/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/number/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/number/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/number/filterUtil/index.d.ts +5 -0
- package/es/components/table/Table/fields/number/index.d.ts +15 -0
- package/es/components/table/Table/fields/numberRange/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/numberRange/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/numberRange/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/numberRange/filterUtil/index.d.ts +8 -0
- package/es/components/table/Table/fields/numberRange/index.d.ts +15 -0
- package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/pSwitch/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/pSwitch/index.d.ts +13 -0
- package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/rangePicker/filterUtil/index.d.ts +13 -0
- package/es/components/table/Table/fields/rangePicker/index.d.ts +15 -0
- package/es/components/table/Table/fields/search/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/search/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/search/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/search/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/search/filterUtil/index.d.ts +5 -0
- package/es/components/table/Table/fields/search/index.d.ts +15 -0
- package/es/components/table/Table/fields/select/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/select/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/select/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/select/index.d.ts +15 -0
- package/es/components/table/Table/fields/text/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/text/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/text/Show/index.d.ts +5 -0
- package/es/components/table/Table/fields/text/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/text/filterUtil/index.d.ts +5 -0
- package/es/components/table/Table/fields/text/index.d.ts +15 -0
- package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/treeSelect/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +5 -0
- package/es/components/table/Table/fields/treeSelect/index.d.ts +15 -0
- package/es/components/table/Table/fields/utils/index.d.ts +1 -0
- package/es/components/table/Table/tableConfig/SortRow/index.d.ts +4 -0
- package/es/components/table/Table/tableConfig/body/CellContent/index.d.ts +4 -0
- package/es/components/table/Table/tableConfig/body/CellProvider/index.d.ts +4 -0
- package/es/components/table/Table/tableConfig/header/CellProvider/index.d.ts +14 -0
- package/es/components/table/Table/tableConfig/header/index.d.ts +19 -0
- package/es/components/table/Table/tableConfig/summary/index.d.ts +3 -0
- package/es/components/table/TableFilter/SortIcon.d.ts +6 -0
- package/es/components/table/TableFilter/numberFilter.d.ts +6 -0
- package/es/components/table/TableFilter/selectFilter.d.ts +10 -0
- package/es/components/table/TableFilter/stringFilter.d.ts +6 -0
- package/es/components/table/hooks/useGenTableComponents.d.ts +16 -0
- package/es/components/table/hooks/useIsMobileTable.d.ts +2 -0
- package/es/components/table/hooks/useMergeColumnSetting.d.ts +18 -0
- package/es/components/table/hooks/useTransDataSourceGroupSetting.d.ts +7 -0
- package/es/components/table/hooks/useTransFilterSetting.d.ts +7 -0
- package/es/components/table/hooks/useTransSortSetting.d.ts +7 -0
- package/es/components/time-picker/index.d.ts +2 -0
- package/es/components/translation/index.js +12 -0
- package/es/components/translation/utils.js +3 -1
- package/es/components/tree-select/index.d.ts +2 -0
- package/es/components/upload/index.d.ts +2 -0
- package/es/components/virtual-keyboard/Time/utils.d.ts +9 -0
- package/es/components/walletCard/index.js +11 -3
- package/es/hooks/index.d.ts +3 -0
- package/es/hooks/useResponsive.d.ts +4 -0
- package/es/hooks/useSharedState.d.ts +11 -0
- package/es/locales/en-US.js +3 -0
- package/es/locales/index.js +6 -2
- package/es/locales/ja.js +385 -0
- package/es/locales/pt.js +385 -0
- package/es/locales/zh-CN.js +3 -0
- package/es/locales/zh-TW.js +3 -0
- package/es/utils/hoc.d.ts +17 -0
- package/es/utils/miniRedux.d.ts +17 -0
- package/es/utils/platform.d.ts +1 -0
- package/es/utils/warning.d.ts +1 -0
- package/lib/components/DragSortList/index.d.ts +38 -0
- package/lib/components/auto-complete/index.d.ts +2 -0
- package/lib/components/auto-complete-number/index.d.ts +10 -0
- package/lib/components/calendar/index.d.ts +2 -0
- package/lib/components/cascader/index.d.ts +2 -0
- package/lib/components/classicLayout/index.d.ts +4 -0
- package/lib/components/component/index.d.ts +11 -0
- package/lib/components/config-provider/index.js +6 -0
- package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.js +5 -1
- package/lib/components/dataSourceComponents/fields/Upload/constants.js +1 -1
- package/lib/components/dataSourceComponents/fields/Upload/utils.js +1 -1
- package/lib/components/dropdown/index.d.ts +3 -0
- package/lib/components/filter/components/items/index.d.ts +41 -0
- package/lib/components/filter/components/items/text/Editor/index.d.ts +2 -0
- package/lib/components/filter/components/items/text/Preview/index.d.ts +2 -0
- package/lib/components/filter/components/items/text/index.d.ts +11 -0
- package/lib/components/filter/index.d.ts +4 -0
- package/lib/components/icon/index.d.ts +12 -0
- package/lib/components/input/index.d.ts +11 -0
- package/lib/components/input-number-range/index.d.ts +15 -0
- package/lib/components/list/index.d.ts +7 -0
- package/lib/components/lowCodePage/index.d.ts +6 -0
- package/lib/components/modal/index.d.ts +2 -0
- package/lib/components/page/index.js +11 -1
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.js +5 -1
- package/lib/components/productCard/cartSkuCard/locales.js +18 -0
- package/lib/components/productCard/components/Time/components/SelectHolder/index.js +2 -1
- package/lib/components/productCard/locales.js +60 -0
- package/lib/components/productCard/utils.js +8 -2
- package/lib/components/qrcode/index.d.ts +3 -0
- package/lib/components/select-time/index.d.ts +14 -0
- package/lib/components/select-time/utils.d.ts +9 -0
- package/lib/components/skeleton/index.d.ts +2 -0
- package/lib/components/slider/index.d.ts +3 -0
- package/lib/components/sort/components/InlineMenu/index.d.ts +15 -0
- package/lib/components/table/Actions/component/ButtonIcon/index.d.ts +8 -0
- package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +7 -0
- package/lib/components/table/Actions/component/ColumnsSetting/utils.d.ts +1 -0
- package/lib/components/table/Actions/component/GallerySetting/index.d.ts +9 -0
- package/lib/components/table/Actions/component/Group/index.d.ts +13 -0
- package/lib/components/table/Actions/component/ViewMode/index.js +4 -3
- package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +10 -0
- package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +11 -0
- package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +9 -0
- package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +5 -0
- package/lib/components/table/Gallery/components/VirtualGrid/useGenGridProps.d.ts +14 -0
- package/lib/components/table/Gallery/types.d.ts +10 -0
- package/lib/components/table/Header/Buttons/index.d.ts +3 -0
- package/lib/components/table/Summary/index.d.ts +4 -0
- package/lib/components/table/Table/SelectField/index.d.ts +3 -0
- package/lib/components/table/Table/fields/date/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/date/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/date/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/date/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/date/filterUtil/index.d.ts +13 -0
- package/lib/components/table/Table/fields/date/index.d.ts +15 -0
- package/lib/components/table/Table/fields/image/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/image/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/image/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/image/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/image/index.d.ts +13 -0
- package/lib/components/table/Table/fields/link/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/link/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/link/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/link/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/link/index.d.ts +13 -0
- package/lib/components/table/Table/fields/number/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/number/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/number/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/number/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/number/filterUtil/index.d.ts +5 -0
- package/lib/components/table/Table/fields/number/index.d.ts +15 -0
- package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/numberRange/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/numberRange/filterUtil/index.d.ts +8 -0
- package/lib/components/table/Table/fields/numberRange/index.d.ts +15 -0
- package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/pSwitch/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/pSwitch/index.d.ts +13 -0
- package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/rangePicker/filterUtil/index.d.ts +13 -0
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +15 -0
- package/lib/components/table/Table/fields/search/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/search/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/search/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/search/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/search/filterUtil/index.d.ts +5 -0
- package/lib/components/table/Table/fields/search/index.d.ts +15 -0
- package/lib/components/table/Table/fields/select/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/select/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/select/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/select/index.d.ts +15 -0
- package/lib/components/table/Table/fields/text/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/text/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/text/Show/index.d.ts +5 -0
- package/lib/components/table/Table/fields/text/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/text/filterUtil/index.d.ts +5 -0
- package/lib/components/table/Table/fields/text/index.d.ts +15 -0
- package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/treeSelect/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +5 -0
- package/lib/components/table/Table/fields/treeSelect/index.d.ts +15 -0
- package/lib/components/table/Table/fields/utils/index.d.ts +1 -0
- package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +4 -0
- package/lib/components/table/Table/tableConfig/body/CellContent/index.d.ts +4 -0
- package/lib/components/table/Table/tableConfig/body/CellProvider/index.d.ts +4 -0
- package/lib/components/table/Table/tableConfig/header/CellProvider/index.d.ts +14 -0
- package/lib/components/table/Table/tableConfig/header/index.d.ts +19 -0
- package/lib/components/table/Table/tableConfig/summary/index.d.ts +3 -0
- package/lib/components/table/TableFilter/SortIcon.d.ts +6 -0
- package/lib/components/table/TableFilter/numberFilter.d.ts +6 -0
- package/lib/components/table/TableFilter/selectFilter.d.ts +10 -0
- package/lib/components/table/TableFilter/stringFilter.d.ts +6 -0
- package/lib/components/table/hooks/useGenTableComponents.d.ts +16 -0
- package/lib/components/table/hooks/useIsMobileTable.d.ts +2 -0
- package/lib/components/table/hooks/useMergeColumnSetting.d.ts +18 -0
- package/lib/components/table/hooks/useTransDataSourceGroupSetting.d.ts +7 -0
- package/lib/components/table/hooks/useTransFilterSetting.d.ts +7 -0
- package/lib/components/table/hooks/useTransSortSetting.d.ts +7 -0
- package/lib/components/time-picker/index.d.ts +2 -0
- package/lib/components/translation/index.js +14 -0
- package/lib/components/translation/utils.js +3 -1
- package/lib/components/tree-select/index.d.ts +2 -0
- package/lib/components/upload/index.d.ts +2 -0
- package/lib/components/virtual-keyboard/Time/utils.d.ts +9 -0
- package/lib/components/walletCard/index.js +11 -3
- package/lib/hooks/index.d.ts +3 -0
- package/lib/hooks/useResponsive.d.ts +4 -0
- package/lib/hooks/useSharedState.d.ts +11 -0
- package/lib/locales/en-US.js +3 -0
- package/lib/locales/index.js +6 -2
- package/lib/locales/ja.js +369 -0
- package/lib/locales/pt.js +369 -0
- package/lib/locales/zh-CN.js +3 -0
- package/lib/locales/zh-TW.js +3 -0
- package/lib/utils/hoc.d.ts +17 -0
- package/lib/utils/miniRedux.d.ts +17 -0
- package/lib/utils/platform.d.ts +1 -0
- package/lib/utils/warning.d.ts +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Context } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @title: 使用状态管理器的自定义钩子函数
|
|
4
|
+
* @description:
|
|
5
|
+
* @param {useMyContext} MyContext
|
|
6
|
+
* @return {*}
|
|
7
|
+
* @Author: zhiwei.Wang
|
|
8
|
+
* @Date: 2023-07-05 10:23
|
|
9
|
+
*/
|
|
10
|
+
declare const useSharedState: <T>(MyContext: Context<T>) => NonNullable<T>;
|
|
11
|
+
export default useSharedState;
|
package/lib/locales/en-US.js
CHANGED
|
@@ -54,6 +54,9 @@ var en_US_default = {
|
|
|
54
54
|
"table-column-group-lock-tip": "Fixed column immutable order",
|
|
55
55
|
"table-column-drag-sort-disabled-tip": "Automatic sorting is enabled, manual dragging is disabled.",
|
|
56
56
|
"table-action-filter-no-filter": "No filter options available.",
|
|
57
|
+
"table-action-view-mode-grid": "Grid",
|
|
58
|
+
"table-action-view-mode-gallery": "Gallery",
|
|
59
|
+
"table-action-view-mode-kanban": "Kanban",
|
|
57
60
|
"table-action-range-picker-presets-today": "Today",
|
|
58
61
|
"table-action-range-picker-presets-yesterday": "Yesterday",
|
|
59
62
|
"table-action-range-picker-presets-last-3-day": "Last 3 Days",
|
package/lib/locales/index.js
CHANGED
|
@@ -35,6 +35,8 @@ module.exports = __toCommonJS(locales_exports);
|
|
|
35
35
|
var import_zh_CN = __toESM(require("./zh-CN"));
|
|
36
36
|
var import_en_US = __toESM(require("./en-US"));
|
|
37
37
|
var import_zh_TW = __toESM(require("./zh-TW"));
|
|
38
|
+
var import_ja = __toESM(require("./ja"));
|
|
39
|
+
var import_pt = __toESM(require("./pt"));
|
|
38
40
|
var import_locale = require("../utils/locale");
|
|
39
41
|
var langMap = {
|
|
40
42
|
"zh-CN": import_zh_CN.default,
|
|
@@ -42,7 +44,9 @@ var langMap = {
|
|
|
42
44
|
"zh-TW": import_zh_TW.default,
|
|
43
45
|
"zh-HK": import_zh_TW.default,
|
|
44
46
|
"en": import_en_US.default,
|
|
45
|
-
"original": import_en_US.default
|
|
47
|
+
"original": import_en_US.default,
|
|
48
|
+
"ja": import_ja.default,
|
|
49
|
+
"pt": import_pt.default
|
|
46
50
|
};
|
|
47
51
|
var getText = (id) => {
|
|
48
52
|
var _a;
|
|
@@ -50,7 +54,7 @@ var getText = (id) => {
|
|
|
50
54
|
return;
|
|
51
55
|
}
|
|
52
56
|
let locale = (0, import_locale.getCurrentLocale)();
|
|
53
|
-
return ((_a = langMap == null ? void 0 : langMap[locale]) == null ? void 0 : _a[id]) || id;
|
|
57
|
+
return ((_a = langMap == null ? void 0 : langMap[locale]) == null ? void 0 : _a[id]) || langMap["en-US"][id] || id;
|
|
54
58
|
};
|
|
55
59
|
// Annotate the CommonJS export names for ESM import in node:
|
|
56
60
|
0 && (module.exports = {
|
|
@@ -0,0 +1,369 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/locales/ja.ts
|
|
20
|
+
var ja_exports = {};
|
|
21
|
+
__export(ja_exports, {
|
|
22
|
+
default: () => ja_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(ja_exports);
|
|
25
|
+
var ja_default = {
|
|
26
|
+
"table-filter-search": "検索",
|
|
27
|
+
"table-filter-clear": "クリア",
|
|
28
|
+
"table-filter-filter": "フィルター",
|
|
29
|
+
"table-filter-min": "最小",
|
|
30
|
+
"table-filter-max": "最大",
|
|
31
|
+
"table-pagination-previous": "前へ",
|
|
32
|
+
"table-pagination-next": "次へ",
|
|
33
|
+
"table-pagination-total": (current, total) => `${total}ページ中${current}ページ`,
|
|
34
|
+
"select-dropdown-render-select-all": "すべて選択",
|
|
35
|
+
"select-dropdown-render-search": "検索",
|
|
36
|
+
"sort-button-text": "並び替え",
|
|
37
|
+
"sort-oldest-to-newest": "古い順",
|
|
38
|
+
"sort-newest-to-oldest": "新しい順",
|
|
39
|
+
"sort-a-z": "AからZ",
|
|
40
|
+
"sort-z-a": "ZからA",
|
|
41
|
+
"sort-from-morning-to-night": "朝から夜",
|
|
42
|
+
"sort-from-evening-to-morning": "夜から朝",
|
|
43
|
+
"sort-0-9": "0〜9",
|
|
44
|
+
"sort-9-0": "9〜0",
|
|
45
|
+
"table-action-filter-button": "フィルター",
|
|
46
|
+
"table-action-filter-quick-filter": "クイックフィルター",
|
|
47
|
+
"table-action-filter-quick-filter-tip": (count) => `ページ上で直接クイックフィルタリングを有効にして、便利なフィルタリング操作を行えます。最大${count}個のフィルターを使用できます。`,
|
|
48
|
+
"table-action-filter-other-filter": "フィルター",
|
|
49
|
+
"table-action-filter-other-filter-tip": () => "リストからフィルター条件を選択してフィルタリング操作を実行し、対応する結果を表示します。",
|
|
50
|
+
"table-action-group-by-title": "グループ化",
|
|
51
|
+
"table-action-group-by-title-tip": "データをより適切に整理して閲覧するために、ドロップダウンメニューからフィールドを選択してグループ化してください。",
|
|
52
|
+
"table-action-column-title": "ヘッダー設定",
|
|
53
|
+
"table-column-group-records": "件のレコード",
|
|
54
|
+
"table-column-group-lock-tip": "固定列は順序を変更できません",
|
|
55
|
+
"table-column-drag-sort-disabled-tip": "自動並び替えが有効になっているため、手動ドラッグは無効です。",
|
|
56
|
+
"table-action-filter-no-filter": "利用可能なフィルターオプションがありません。",
|
|
57
|
+
"table-action-view-mode-grid": "グリッド",
|
|
58
|
+
"table-action-view-mode-gallery": "ギャラリー",
|
|
59
|
+
"table-action-view-mode-kanban": "カンバン",
|
|
60
|
+
"table-action-range-picker-presets-today": "今日",
|
|
61
|
+
"table-action-range-picker-presets-yesterday": "昨日",
|
|
62
|
+
"table-action-range-picker-presets-last-3-day": "過去3日",
|
|
63
|
+
"table-action-range-picker-presets-last-7-day": "過去7日",
|
|
64
|
+
"table-action-range-picker-presets-last-14-day": "過去14日",
|
|
65
|
+
"table-action-range-picker-presets-last-30-day": "過去30日",
|
|
66
|
+
"table-action-range-picker-presets-last-90-day": "過去90日",
|
|
67
|
+
"virtual-keyboard-time-now": "今",
|
|
68
|
+
"virtual-keyboard-time-ok": "OK",
|
|
69
|
+
"batch-editor-batch-edit": "一括編集",
|
|
70
|
+
"batch-editor-actions": "操作",
|
|
71
|
+
"batch-editor-remove": "削除",
|
|
72
|
+
"batch-editor-price": "価格",
|
|
73
|
+
"batch-editor-cancel": "キャンセル",
|
|
74
|
+
"batch-editor-search": "検索",
|
|
75
|
+
"batch-editor-confirm": "確認",
|
|
76
|
+
"batch-editor-batch-remove": "一括削除",
|
|
77
|
+
"batch-editor-quick-edit": "クイック編集",
|
|
78
|
+
"batch-editor-what-price": "価格",
|
|
79
|
+
"batch-editor-quick-edit-title": (product, num) => `${product}を含む${num}件の商品を選択しました`,
|
|
80
|
+
"batch-editor-quick-edit-title-2": (product) => `${product}を選択しました`,
|
|
81
|
+
// 导出
|
|
82
|
+
"table-action-export-import-export-success": "エクスポート成功!",
|
|
83
|
+
"table-action-export-import-button": "エクスポート",
|
|
84
|
+
"table-action-export-import-export-range": "エクスポート範囲",
|
|
85
|
+
"table-action-export-import-current-page": "現在のページ",
|
|
86
|
+
"table-action-export-import-all-records": "すべてのレコード",
|
|
87
|
+
"table-action-export-import-selected-records": "選択したレコード",
|
|
88
|
+
"table-action-export-import-selected": "選択済み",
|
|
89
|
+
"table-action-export-import-item": (length) => `${length}${length > 1 ? "件" : "件"}`,
|
|
90
|
+
"table-action-export-import-product": "商品をエクスポート",
|
|
91
|
+
// 导入
|
|
92
|
+
"table-action-export-import-table-text-input-title": "クリックまたはファイルをこの領域にドラッグしてアップロード",
|
|
93
|
+
"table-action-export-import-table-text-input-describe": "単一および一括アップロードをサポートします。サポートされているテンプレート以外のデータファイルはアップロードしないでください。",
|
|
94
|
+
"table-action-export-import-table-error-file": ".csv、.xls、.xlsx形式のファイルのみアップロードをサポートしています。",
|
|
95
|
+
"table-action-export-import-import-success": "インポート成功!",
|
|
96
|
+
"table-action-export-import-import-phone": "同じ携帯電話番号のデータを置き換えますか?",
|
|
97
|
+
"table-action-export-import-table-success-download": "ダウンロード成功",
|
|
98
|
+
"table-action-export-import-table-textimport-product": "商品をインポート",
|
|
99
|
+
"table-action-export-import-table-text-product-template": "インポートテンプレート",
|
|
100
|
+
"table-action-export-import-table-text-click-download": "クリックしてダウンロード",
|
|
101
|
+
"table-action-export-import-table-text-edit-file": "ファイルを置き換え",
|
|
102
|
+
"table-action-export-import-button-import": "インポート",
|
|
103
|
+
"table-action-export-import-cancel": "キャンセル",
|
|
104
|
+
"table-action-export-import-file-completed": "完了",
|
|
105
|
+
"table-action-export-import-file-processing": "処理中",
|
|
106
|
+
"table-action-export-import-file-pending": "保留中",
|
|
107
|
+
"table-action-export-import-file-refresh": "更新",
|
|
108
|
+
"table-action-export-import-export-title": "エクスポートファイル",
|
|
109
|
+
"table-action-export-import-file-hint": "最後の10件のエクスポート履歴のみ表示",
|
|
110
|
+
"table-action-export-import-file-name": "エクスポートファイル",
|
|
111
|
+
"table-action-export-import-file-content": "コンテンツ",
|
|
112
|
+
"table-action-export-import-file-content-all": "すべて",
|
|
113
|
+
"table-action-export-import-file-content-part": "選択済み",
|
|
114
|
+
"table-action-export-import-file-status": "ステータス",
|
|
115
|
+
"table-action-export-import-file-account": "オペレーター",
|
|
116
|
+
"table-action-export-import-file-created": "操作時間",
|
|
117
|
+
"table-action-export-import-file-record": (length) => `${length}${length > 1 ? "件のレコード" : "件のレコード"}`,
|
|
118
|
+
// 导入日志
|
|
119
|
+
"table-action-export-import-import-title": "インポートログ",
|
|
120
|
+
"table-action-export-import-log-hint": "最後の10件のインポート履歴のみ表示",
|
|
121
|
+
"table-action-export-import-log-name": "インポートファイル",
|
|
122
|
+
"table-action-export-import-log-result": "インポート結果",
|
|
123
|
+
"table-action-export-import-log-ok": (num) => `${num}件成功`,
|
|
124
|
+
"table-action-export-import-log-err": (num) => `、${num}件失敗`,
|
|
125
|
+
"table-action-export-import-log-check": `詳細を見る`,
|
|
126
|
+
// 导入详情
|
|
127
|
+
"table-action-export-import-log-detail-title": "インポート詳細",
|
|
128
|
+
"table-action-export-import-log-err-log": "失敗ログ",
|
|
129
|
+
"table-action-export-import-log-copy": "コピー",
|
|
130
|
+
"table-action-export-import-table-success-copy": "コピー成功",
|
|
131
|
+
"drag-sort-tree-unavailable-today-tip": "今日は利用できません",
|
|
132
|
+
// 日期组件
|
|
133
|
+
"date-picker-today": "今日",
|
|
134
|
+
"date-picker-yesterday": "昨日",
|
|
135
|
+
"date-picker-tomorrow": "明日",
|
|
136
|
+
"date-picker-next_monday": "次の月曜日",
|
|
137
|
+
"date-picker-last_friday": "前の金曜日",
|
|
138
|
+
"date-picker-first_day_of_this_month": "今月の最初の日",
|
|
139
|
+
"date-picker-last_day_of_this_month": "今月の最後の日",
|
|
140
|
+
"date-picker-first_day_of_next_month": "来月の最初の日",
|
|
141
|
+
"date-picker-last_day_of_last_month": "先月の最後の日",
|
|
142
|
+
"date-picker-invalid-date": "無効な日付",
|
|
143
|
+
"date-picker-apply": "適用",
|
|
144
|
+
"date-picker-shortcut-custom": "カスタム",
|
|
145
|
+
"pisell-input-copy-success": "コピー成功",
|
|
146
|
+
"pisell-input-copy": "コピー",
|
|
147
|
+
// 空状态
|
|
148
|
+
"pisell-empty-description-no-data": "データなし",
|
|
149
|
+
// 信息录入组件
|
|
150
|
+
"pisell-information-entry-input-search": "検索",
|
|
151
|
+
"pisell-information-entry-input-confirm": "確認",
|
|
152
|
+
"pisell-information-entry-scan-exit": "終了",
|
|
153
|
+
// 钱包卡片组件
|
|
154
|
+
"pisell-wallet-pass-card-detail": "詳細",
|
|
155
|
+
"pisell-wallet-pass-card-edit": "編集",
|
|
156
|
+
"pisell-wallet-pass-card-name": "名前",
|
|
157
|
+
"pisell-wallet-pass-card-store-name": "店舗名",
|
|
158
|
+
"pisell-wallet-pass-card-balance": "残高",
|
|
159
|
+
"pisell-wallet-pass-card-redeem": "使用",
|
|
160
|
+
"pisell-wallet-pass-card-code": "コード",
|
|
161
|
+
"pisell-wallet-pass-card-valid-to": "有効期限",
|
|
162
|
+
"pisell-wallet-pass-card-valid": "有効",
|
|
163
|
+
"pisell-wallet-pass-card-confirm": "確認",
|
|
164
|
+
"pisell-wallet-pass-card-cancel": "キャンセル",
|
|
165
|
+
"pisell-wallet-pass-card-required": "このフィールドは必須です",
|
|
166
|
+
"pisell-wallet-pass-card-expireDate": "長期",
|
|
167
|
+
// 金额修改组件
|
|
168
|
+
"pisell-adjust-price-price-override": "価格上書き",
|
|
169
|
+
"pisell-adjust-price-discount": "割引",
|
|
170
|
+
"pisell-adjust-price-discount-amount": "金額",
|
|
171
|
+
"pisell-adjust-price-discount-percentage": "パーセンテージ",
|
|
172
|
+
"pisell-adjust-price-total-after-discount": "割引後の合計:",
|
|
173
|
+
"pisell-adjust-price-discount-can-be-maximum": "割引は最大",
|
|
174
|
+
"pisell-discount-card-title": "割引",
|
|
175
|
+
"pisell-discount-card-unit": "OFF",
|
|
176
|
+
"pisell-discount-card-fixed-amount-prefix": "節約",
|
|
177
|
+
// 数据源表格
|
|
178
|
+
"pisell-data-source-table-add": "追加",
|
|
179
|
+
"pisell-data-source-table-edit": "編集",
|
|
180
|
+
"pisell-data-source-table-detail": "詳細",
|
|
181
|
+
"pisell-data-source-table-delete": "削除",
|
|
182
|
+
// recordView组件
|
|
183
|
+
"pisell-record-view-available": "利用可能",
|
|
184
|
+
"pisell-record-view-unavailable": "利用不可",
|
|
185
|
+
"pisell-data-source-form-required-message": "このフィールドは必須です",
|
|
186
|
+
"pisell-data-source-form-email-message": "有効なメールアドレスを入力してください",
|
|
187
|
+
"pisell-data-source-form-domain-message": "有効なドメインを入力してください",
|
|
188
|
+
"pisell-data-source-form-url-message": "有効なURLを入力してください",
|
|
189
|
+
"pisell-data-source-form-phone-message": "有効な電話番号を入力してください",
|
|
190
|
+
"pisell-data-source-form-min-length-message": (minLength) => `長さは少なくとも${minLength}文字である必要があります`,
|
|
191
|
+
"pisell-data-source-form-max-length-message": (maxLength) => `長さは最大${maxLength}文字である必要があります`,
|
|
192
|
+
"pisell-data-source-form-min-value-message": (minValue) => `値は${minValue}以上である必要があります`,
|
|
193
|
+
"pisell-data-source-form-max-value-message": (maxValue) => `値は${maxValue}以下である必要があります`,
|
|
194
|
+
"pisell-data-source-form-mobile-message": "有効な携帯電話番号を入力してください",
|
|
195
|
+
"pisell-data-source-form-pattern-message": "正しい形式を入力してください",
|
|
196
|
+
// Number formatting
|
|
197
|
+
"pisell-number-format-thousand": "K",
|
|
198
|
+
"pisell-number-format-million": "M",
|
|
199
|
+
"pisell-number-format-billion": "B",
|
|
200
|
+
//walletCard 组件
|
|
201
|
+
"walletCard-done": "完了",
|
|
202
|
+
"walletCard-qrcode": "QRコード",
|
|
203
|
+
"walletCard-barcode": "バーコード",
|
|
204
|
+
"walletCard-viewPin": "PINを表示",
|
|
205
|
+
// 上传组件
|
|
206
|
+
"pisell-upload-button": "アップロード",
|
|
207
|
+
"pisell-upload-setting-size-error": (maxSize) => `各ファイルのサイズは${maxSize}MBを超えないでください。`,
|
|
208
|
+
"pisell-upload-setting-type-error": (type) => `${type}ファイルタイプはアップロードをサポートしていません。`,
|
|
209
|
+
"pisell-upload-count-error": (count) => `${count}ファイルをアップロードしてください`,
|
|
210
|
+
"pisell-upload-error": (name) => `${name}のアップロードに失敗しました`,
|
|
211
|
+
"pisell-upload-multilingual-title": "多言語",
|
|
212
|
+
"pisell-upload-multilingual-item-title-original": "オリジナル",
|
|
213
|
+
"pisell-upload-multilingual-item-title-en": "English",
|
|
214
|
+
"pisell-upload-multilingual-item-title-zh-CN": "简体中文",
|
|
215
|
+
"pisell-upload-multilingual-item-title-zh-HK": "繁體中文",
|
|
216
|
+
// 颜色组件
|
|
217
|
+
"pisell-color-picker-default": "デフォルト",
|
|
218
|
+
// 获取数据
|
|
219
|
+
"pisell-action-get-data": "まずデータを取得してください",
|
|
220
|
+
"pisell-action-delete-success": "削除に成功しました",
|
|
221
|
+
"pisell-action-delete-failed": "削除に失敗しました。もう一度お試しください",
|
|
222
|
+
"walletCard-point": "ポイント",
|
|
223
|
+
"walletCard-rechargeable": "残高",
|
|
224
|
+
"walletCard-voucher": "バウチャー",
|
|
225
|
+
"walletCard-discount": "割引",
|
|
226
|
+
//PisellQrcode组件
|
|
227
|
+
"pisellQrcode-done": "完了",
|
|
228
|
+
"pisellQrcode-qrcode": "QRコード",
|
|
229
|
+
"pisell-delete-confirm-title": "削除の確認",
|
|
230
|
+
"pisell-delete-confirm-content": "このレコードを削除してもよろしいですか?この操作は元に戻せません。",
|
|
231
|
+
"pisell-delete-confirm-ok": "削除",
|
|
232
|
+
"pisell-delete-confirm-cancel": "キャンセル",
|
|
233
|
+
"pisell-design-mode-action-disabled": "編集モードではこの操作は許可されていません",
|
|
234
|
+
"pisell-translation-original": "オリジナル",
|
|
235
|
+
// 版本升级组件
|
|
236
|
+
"pisell-version-modal-title": "新しいバージョンを公開",
|
|
237
|
+
"pisell-version-modal-current-version": "現在のバージョン",
|
|
238
|
+
"pisell-version-modal-version": "バージョン",
|
|
239
|
+
"pisell-version-modal-update-notes": "更新ノート",
|
|
240
|
+
"pisell-version-modal-patch": "パッチ",
|
|
241
|
+
"pisell-version-modal-minor": "マイナー",
|
|
242
|
+
"pisell-version-modal-major": "メジャー",
|
|
243
|
+
"pisell-version-modal-custom": "カスタムバージョン",
|
|
244
|
+
"pisell-version-modal-cancel": "キャンセル",
|
|
245
|
+
"pisell-version-modal-confirm": "確認",
|
|
246
|
+
"pisell-version-modal-describe-update-notes": "このバージョンの主な変更点を説明してください...",
|
|
247
|
+
"pisell-version-modal-version-error": "バージョン番号は現在のバージョンより大きい必要があります",
|
|
248
|
+
"pisell-version-modal-version-required": "バージョン番号は必須です",
|
|
249
|
+
"pisell-version-modal-based-on-version": "バージョンに基づく",
|
|
250
|
+
// 子域名校验错误
|
|
251
|
+
"subdomain-error-too-short": "サブドメインは少なくとも2文字である必要があります",
|
|
252
|
+
"subdomain-error-too-long": "サブドメインは60文字を超えることはできません",
|
|
253
|
+
"subdomain-error-pattern": "サブドメインには小文字、数字、ハイフンのみを含めることができます",
|
|
254
|
+
"subdomain-error-numbers-only": "サブドメインは数字のみを含むことはできません",
|
|
255
|
+
"subdomain-error-hyphen-ends": "サブドメインはハイフンで始まるか終わることはできません",
|
|
256
|
+
"subdomain-error-consecutive-hyphens": "サブドメインには連続するハイフンを含めることはできません",
|
|
257
|
+
"subdomain-error-required": "サブドメインを入力してください",
|
|
258
|
+
// 图标选择组件
|
|
259
|
+
"pisell-icon-select-outlined": "アウトライン",
|
|
260
|
+
"pisell-icon-select-filled": "塗りつぶし",
|
|
261
|
+
"pisell-icon-select-two-tone": "ツートーン",
|
|
262
|
+
"pisell-icon-select-iconfont": "Iconfont",
|
|
263
|
+
"pisell-icon-select-search": "アイコンを検索",
|
|
264
|
+
"pisell-icon-select-select": "アイコンを選択",
|
|
265
|
+
// 应用版本控制组件
|
|
266
|
+
"pisell-lowcode-app-version-control-live": "本番",
|
|
267
|
+
"pisell-lowcode-app-version-control-draft": "ドラフト",
|
|
268
|
+
"pisell-lowcode-app-version-control-deprecated": "非推奨",
|
|
269
|
+
"pisell-lowcode-app-version-control-new-version": "新しいバージョン",
|
|
270
|
+
"pisell-lowcode-app-version-control-promote-to-live": "本番に昇格",
|
|
271
|
+
"pisell-lowcode-app-version-control-promote-version": (version) => `バージョン${version || ""}を昇格しますか?`,
|
|
272
|
+
"pisell-lowcode-app-version-control-promote-version-describe": "このバージョンを昇格してもよろしいですか?",
|
|
273
|
+
"pisell-lowcode-app-version-control-promote-version-ok": "昇格",
|
|
274
|
+
"pisell-lowcode-app-version-control-promote-version-cancel": "キャンセル",
|
|
275
|
+
"pisell-lowcode-app-version-control-version-exists": "バージョンは既に存在します",
|
|
276
|
+
// 拖拽排序组件
|
|
277
|
+
"pisell-lowcode-drop-sort-add": "追加",
|
|
278
|
+
// 导航菜单组件
|
|
279
|
+
"pisell-lowcode-navigation-menu-add-sub-menu": "サブメニューを追加",
|
|
280
|
+
"pisell-lowcode-navigation-menu-add-page": "ページを追加",
|
|
281
|
+
"pisell-lowcode-navigation-menu-add-page-tip": "ナビゲーションが見つかりません。サブメニューまたはページを追加してください。",
|
|
282
|
+
"pisell-lowcode-navigation-menu-tag-base": "ベース",
|
|
283
|
+
"pisell-lowcode-navigation-menu-tag-proCode": "Pro code",
|
|
284
|
+
"pisell-lowcode-navigation-menu-tag-pisell1": "Pisell 1.0",
|
|
285
|
+
"pisell-lowcode-navigation-menu-tag-group": "グループ",
|
|
286
|
+
"pisell-lowcode-navigation-menu-tag-sub-menu": "サブメニュー",
|
|
287
|
+
"pisell-lowcode-navigation-menu-tag-custom": "カスタム",
|
|
288
|
+
// 应用标识符
|
|
289
|
+
"pisell-data-source-form-app-identifier-pattern": "小文字、数字、ハイフン、ドット、アンダースコアのみを含めることができます",
|
|
290
|
+
"pisell-data-source-form-app-identifier-start-with-letter": "文字で始まる必要があります",
|
|
291
|
+
// TODO(reilly): Added new properties to `zh-CN.ts`, so adding them here to avoid errors.
|
|
292
|
+
// Please update these translations as needed
|
|
293
|
+
"pisell-group-permissions-rule-required": "必須",
|
|
294
|
+
"pisell-group-permissions-rule-limit": "最大{{num}}文字",
|
|
295
|
+
"pisell-data-source-form-app-identifier-letters-only": "文字で始まる必要があります",
|
|
296
|
+
"pisell-data-source-form-app-identifier-alphanumeric": "文字、数字、ハイフン、ドット、アンダースコアのみを含めることができます",
|
|
297
|
+
"pisell-data-source-form-app-identifier-special-ends": "ハイフン、ドット、またはアンダースコアで終わることはできません",
|
|
298
|
+
"pisell-data-source-form-app-identifier-consecutive-special": "連続するハイフン、ドット、またはアンダースコアを含めることはできません",
|
|
299
|
+
// QR Scanner related texts
|
|
300
|
+
"qrscanner-loading": "QRコードを認識中...",
|
|
301
|
+
"qrscanner-success": "正常に認識されました:",
|
|
302
|
+
"qrscanner-success-qrcode": "QRコードが正常に認識されました:",
|
|
303
|
+
"qrscanner-success-barcode": "バーコードが正常に認識されました:",
|
|
304
|
+
"qrscanner-error-upload-image": "画像ファイルをアップロードしてください",
|
|
305
|
+
"qrscanner-error-load-failed": "ファイルの読み込みに失敗しました",
|
|
306
|
+
"qrscanner-error-no-code": "QRコードまたはバーコードが検出されませんでした。",
|
|
307
|
+
"qrscanner-error-camera-init": "カメラを起動できません。権限が付与されていることを確認してください。",
|
|
308
|
+
"qrscanner-error-process-image": "画像の処理中にエラーが発生しました",
|
|
309
|
+
// 登录注册组件
|
|
310
|
+
"pisell-login-and-register-title": "アカウントにログイン",
|
|
311
|
+
"pisell-login-and-register-subtitle": "おかえりなさい!詳細を入力してください。",
|
|
312
|
+
"pisell-login-and-register-email-label": "メール",
|
|
313
|
+
"pisell-login-and-register-email-placeholder": "メールアドレスを入力",
|
|
314
|
+
"pisell-login-and-register-password-label": "パスワード",
|
|
315
|
+
"pisell-login-and-register-password-placeholder": "パスワードを入力",
|
|
316
|
+
"pisell-login-and-register-email-error": "メールアドレスを入力してください!",
|
|
317
|
+
"pisell-login-and-register-email-error-valid": "有効なメールアドレスを入力してください!",
|
|
318
|
+
"pisell-login-and-register-password-error": "正しいパスワードを入力してください",
|
|
319
|
+
"pisell-login-and-register-login": "ログイン",
|
|
320
|
+
"pisell-login-and-register-google": "Googleで続行",
|
|
321
|
+
"pisell-login-and-register-facebook": "Facebookで続行",
|
|
322
|
+
"pisell-login-and-register-apple": "Appleで続行",
|
|
323
|
+
"pisell-login-and-register-sign-up": "アカウントをお持ちでない場合は、登録",
|
|
324
|
+
"pisell-login-and-register-login-tab": "ログイン",
|
|
325
|
+
"pisell-login-and-register-register-tab": "登録",
|
|
326
|
+
"pisell-login-and-register-register-email-placeholder": "メールアドレスを入力",
|
|
327
|
+
"pisell-login-and-register-register-password-placeholder": "パスワードを作成",
|
|
328
|
+
"pisell-login-and-register-register-button-text": "アカウントを作成",
|
|
329
|
+
"pisell-login-and-register-remember-me": "ログイン状態を保持",
|
|
330
|
+
"pisell-login-and-register-forgot-password": "パスワードをお忘れですか?",
|
|
331
|
+
// 商品券组件
|
|
332
|
+
"pisell2.text.goodpass.product-vouchers": "プロモーション&バウチャー",
|
|
333
|
+
"pisell2.text.goodpass.last-settlement": "(前回の支払い)",
|
|
334
|
+
"pisell2.text.goodpass.view-more": "もっと見る",
|
|
335
|
+
"pisell2.text.goodpass.save": "節約",
|
|
336
|
+
// 钱包卡片组件
|
|
337
|
+
"pisell-wallet-pass-card-status-used": "使用済み",
|
|
338
|
+
"pisell-wallet-pass-card-status-expired": "期限切れ",
|
|
339
|
+
"pisell-wallet-pass-card-status-disabled": "無効",
|
|
340
|
+
"pisell-wallet-pass-card-status-conflict": "競合",
|
|
341
|
+
"pisell-wallet-pass-card-status-lastPayment": "前回の支払い",
|
|
342
|
+
"pisell-wallet-pass-card-reset": "リセット",
|
|
343
|
+
"pisell-wallet-pass-card-done": "完了",
|
|
344
|
+
"pisell2.wallet-card.add-holder-tip": "あなたの利益を確保するために、\r\nこのカードを有効にするには所有者を割り当ててください。",
|
|
345
|
+
"pisell2.wallet-card.add-holder-button-text": "所有者を設定",
|
|
346
|
+
// 相机组件
|
|
347
|
+
"pisell-camera-no-camera-accessible": "カメラにアクセスできません",
|
|
348
|
+
"pisell-camera-permission-denied": "権限が拒否されました",
|
|
349
|
+
"pisell-camera-switch-camera": "カメラを切り替え",
|
|
350
|
+
"pisell-camera-canvas": "Canvasはサポートされていません",
|
|
351
|
+
"pisell-camera-checking": "カメラを検出中...",
|
|
352
|
+
"pisell-camera-no-camera-desc": "デバイスにカメラがあるか、ブラウザにカメラへのアクセス権限が付与されているかを確認してください",
|
|
353
|
+
// 拍照组件
|
|
354
|
+
"pisell-upload-camera-local-files": "ローカルファイル",
|
|
355
|
+
"pisell-upload-camera-capture": "キャプチャ",
|
|
356
|
+
"pisell-upload-camera-retake": "再撮影",
|
|
357
|
+
"pisell-upload-camera-use": "写真を使用",
|
|
358
|
+
// 列表组件
|
|
359
|
+
"pisell-list-tab-group-default": "フィールド",
|
|
360
|
+
"pisell-list-empty-text-default": "データがありません",
|
|
361
|
+
"pisell-list-load-more": "もっと見る",
|
|
362
|
+
"pisell-list-view-less": "少なく表示",
|
|
363
|
+
"pisell-list-pagination-total": (start, end, total) => `${total}件中${start}-${end}件を表示`,
|
|
364
|
+
"pisell-list-scroll-down": "下にスクロール",
|
|
365
|
+
"pisell-list-scroll-right": "右にスクロール",
|
|
366
|
+
"pisell-list-pagination-page-of": (current, total) => `${total}ページ中${current}ページ`,
|
|
367
|
+
"pisell-list-pagination-previous": "前へ",
|
|
368
|
+
"pisell-list-pagination-next": "次へ"
|
|
369
|
+
};
|