@pisell/materials 1.8.41 → 1.8.42
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/meta.js +3 -3
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +51 -216
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +51 -216
- package/es/components/Pagination/index.js +43 -9
- package/es/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.$tab-dev.md +2 -5
- package/es/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.$tab-test.md +171 -169
- package/es/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.md +27 -87
- package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +7 -18
- package/es/components/PisellCards/components/TextCard/TextCard.js +3 -2
- package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.js +6 -20
- package/es/components/PisellCards/components/TextCard/components/TextContent.js +1 -3
- package/es/components/PisellCards/components/TextCard/docs/TextCard.$tab-dev.md +5 -36
- package/es/components/PisellCards/components/TextCard/docs/TextCard.$tab-test.md +258 -2434
- package/es/components/PisellCards/components/TextCard/docs/TextCard.md +13 -78
- package/es/components/PisellCards/index.d.ts +0 -3
- package/es/components/PisellCards/index.js +1 -3
- package/es/components/PisellLayouts/index.d.ts +1 -1
- package/es/components/PisellProcedure/components/ProcedureHeader.js +1 -1
- package/es/components/PisellTabbar/PisellTabbar.js +1 -1
- package/es/components/PisellTabbar/template/Template1/PisellTabbar.js +1 -1
- package/es/components/SafeAreaTop/index.d.ts +6 -0
- package/es/components/SafeAreaTop/index.js +112 -0
- package/es/components/SafeAreaTop/index.less +11 -0
- package/es/components/SafeAreaTop/types.d.ts +13 -0
- package/es/components/appVersionControl/index.js +2 -3
- package/es/components/dataSourceComponents/dataSourceForm/BaseForm.js +4 -4
- package/es/components/dataSourceComponents/dataSourceForm/formItem.js +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/index.js +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.js +3 -3
- package/es/components/dataSourceComponents/dataSourceForm/utils.js +3 -3
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.js +1 -1
- package/es/components/dataSourceComponents/dataSourceSubForm/index.js +1 -1
- package/es/components/dataSourceComponents/dataSourceTable/BaseTable.js +2 -2
- package/es/components/dataSourceComponents/dataSourceTable/filter/index.js +1 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.js +2 -3
- package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.js +1 -1
- package/es/components/dataSourceComponents/fields/DatePicker/WithMode.js +0 -4
- package/es/components/dataSourceComponents/fields/IconSelect/WithMode.js +1 -1
- package/es/components/dataSourceComponents/fields/Input/WithMode.js +1 -1
- package/es/components/dataSourceComponents/fields/Input.Phone/serve.js +1 -4
- package/es/components/dataSourceComponents/fields/Radio/WithMode.js +1 -1
- package/es/components/dataSourceComponents/fields/TimePicker/WithMode.js +1 -1
- package/es/components/dataSourceComponents/hooks/useActions.js +1 -1
- package/es/components/dataSourceComponents/provider/dataSource/DataSourceProvider.js +1 -1
- package/es/components/drag-sort-tree/index.d.ts +0 -1
- package/es/components/drag-sort-tree/index.js +1 -0
- package/es/components/drawer/index.js +6 -7
- package/es/components/filter/components/Dropdown/index.js +4 -2
- package/es/components/filter/components/Dropdown/index.less +186 -0
- package/es/components/filter/components/FilterButton/index.js +41 -13
- package/es/components/filter/components/FilterButton/index.less +29 -0
- package/es/components/filter/components/FilterButton/types.d.ts +5 -0
- package/es/components/filter/components/FilterItem/index.js +93 -16
- package/es/components/filter/components/QuickFilter/index.js +7 -4
- package/es/components/filter/types.d.ts +4 -0
- package/es/components/login-and-register/index.js +5 -4
- package/es/components/page/index.js +1 -1
- package/es/components/pisellAppCard/PisellAppCard.js +1 -1
- package/es/components/pisellCardList/index.js +1 -1
- package/es/components/pisellCurrency/PisellCurrency.js +6 -13
- package/es/components/pisellCurrency/PisellCurrency.less +123 -0
- package/es/components/pisellDataSourceContainer/components/Pagination/index.js +9 -3
- package/es/components/pisellDataSourceContainer/docs/PisellDataSourceContainer.md +240 -189
- package/es/components/pisellDataSourceContainer/type.d.ts +1 -1
- package/es/components/pisellDateTimeDisplay/docs/pisellDateTimeDisplay.md +556 -556
- package/es/components/pisellEmail/PisellEmail.js +6 -13
- package/es/components/pisellEmail/PisellEmail.less +92 -0
- package/es/components/pisellEmpty/index.d.ts +1 -1
- package/es/components/pisellFilter/docs/PisellFilter.md +2 -2
- package/es/components/pisellFilter/index.js +7 -3
- package/es/components/pisellFind/docs/pisellFind.md +2 -2
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +2 -1
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +480 -88
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.less +62 -0
- package/es/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +4 -0
- package/es/components/pisellFloorMapLayout/appearance/floorMapAppearance.js +22 -0
- package/es/components/pisellFloorMapLayout/components/CanvasTabs.js +18 -3
- package/es/components/pisellFloorMapLayout/components/CanvasTabs.less +23 -0
- package/es/components/pisellFloorMapLayout/components/EditableItemLayer.js +3 -2
- package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +2 -2
- package/es/components/pisellFloorMapLayout/components/FigmaTableCard.js +209 -74
- package/es/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.d.ts +11 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.js +123 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.js +88 -12
- package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.less +15 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +169 -23
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +95 -1
- package/es/components/pisellFloorMapLayout/components/FloorMapOverview.js +94 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapOverview.less +65 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.js +153 -38
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.less +178 -4
- package/es/components/pisellFloorMapLayout/components/HistoryIcons.js +64 -0
- package/es/components/pisellFloorMapLayout/components/ItemLayer.js +32 -10
- package/es/components/pisellFloorMapLayout/components/ItemLayer.less +30 -2
- package/es/components/pisellFloorMapLayout/components/ViewControls.js +119 -65
- package/es/components/pisellFloorMapLayout/components/ViewControls.less +263 -50
- package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +4 -0
- package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.js +3 -1
- package/es/components/pisellFloorMapLayout/docs/pisellFloorMapLayout.md +559 -194
- package/es/components/pisellFloorMapLayout/floorMapLayoutConstants.js +21 -0
- package/es/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.js +47 -0
- package/es/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.js +95 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +105 -25
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +400 -66
- package/es/components/pisellFloorMapLayout/index.d.ts +5 -2
- package/es/components/pisellFloorMapLayout/locales-ja.js +39 -1
- package/es/components/pisellFloorMapLayout/locales-pt.js +39 -1
- package/es/components/pisellFloorMapLayout/locales.js +117 -3
- package/es/components/pisellFloorMapLayout/types.d.ts +86 -10
- package/es/components/pisellFloorMapLayout/types.js +7 -1
- package/es/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.d.ts +46 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.js +533 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapCanvasStage.js +139 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.js +11 -2
- package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.js +3 -1
- package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +3 -1
- package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +31 -7
- package/es/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +52 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.js +61 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.js +12 -1
- package/es/components/pisellFloorMapLayout/utils/floorMapOverviewLayout.js +64 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.js +3 -2
- package/es/components/pisellGoodPassCard/index.less +1 -0
- package/es/components/pisellGridPro/GridView/docs/GridView.md +47 -48
- package/es/components/pisellGridPro/ToolBar/docs/ToolBar.$tab-dev.md +4 -2
- package/es/components/pisellGridPro/ToolBar/docs/ToolBar.md +95 -81
- package/es/components/pisellGridPro/ToolBar/index.less +5 -4
- package/es/components/pisellGridPro/docs/PisellGridPro.md +173 -262
- package/es/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.$tab-dev.md +3 -6
- package/es/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.$tab-test.md +3 -4
- package/es/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.md +1 -2
- package/es/components/pisellLongText/PisellLongText.js +6 -13
- package/es/components/pisellLongText/PisellLongText.less +67 -0
- package/es/components/pisellLookup/PisellLookup.js +1 -1
- package/es/components/pisellLookup/PisellLookup.less +46 -4
- package/es/components/pisellLookup/components/LookupResultHost.js +1 -1
- package/es/components/pisellLookup/components/LookupTrigger.js +6 -8
- package/es/components/pisellLookup/docs/pisellLookup.md +1 -1
- package/es/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.d.ts +9 -0
- package/es/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.js +149 -0
- package/es/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.less +73 -0
- package/es/components/pisellMobileDateRangePicker/index.d.ts +2 -0
- package/es/components/pisellMobileDateRangePicker/types.d.ts +31 -0
- package/es/components/pisellMobileDateRangePicker/types.js +4 -0
- package/es/components/pisellMultipleSelect/PisellMultipleSelect.js +5 -7
- package/es/components/pisellMultipleSelect/PisellMultipleSelect.less +139 -18
- package/es/components/pisellMultipleSelect/components/EditView.js +0 -1
- package/es/components/pisellNavigationMenu/PisellNavigationMenu.js +0 -4
- package/es/components/pisellNumber/PisellNumber.js +6 -13
- package/es/components/pisellNumber/PisellNumber.less +103 -0
- package/es/components/pisellPhone/PisellPhone.js +6 -13
- package/es/components/pisellPhone/PisellPhone.less +119 -0
- package/es/components/pisellPhone/components/EditView.js +19 -37
- package/es/components/pisellPhone/constants/countryCodes.js +25 -26
- package/es/components/pisellPhone/types.d.ts +2 -2
- package/es/components/pisellPhone/utils/countryCodeHelper.js +2 -2
- package/es/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.md +1 -1
- package/es/components/pisellRating/PisellRating.js +3 -5
- package/es/components/pisellRecordBoard/PisellRecordBoard.js +29 -10
- package/es/components/pisellRecordBoard/README.md +12 -0
- package/es/components/pisellRecordBoard/docs/PisellRecordBoard.md +716 -70
- package/es/components/pisellRecordBoard/docs/ShellFrame.md +62 -44
- package/es/components/pisellRecordBoard/index.d.ts +8 -1
- package/es/components/pisellRecordBoard/index.js +5 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +174 -17
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.less +79 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.js +758 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.less +313 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +5 -1
- package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.js +10 -8
- package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.js +191 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.js +22 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +1 -1
- package/es/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.js +39 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.js +74 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.js +61 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.js +26 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.js +79 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.js +61 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.js +37 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.js +20 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.js +532 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.js +17 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.js +31 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.js +583 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.js +41 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.js +111 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.js +612 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.js +168 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.js +8 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.js +33 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.js +37 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.js +18 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.js +33 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.js +29 -0
- package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +2 -1
- package/es/components/pisellRecordBoard/shellFrame/Pagination/index.js +7 -1
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.js +43 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +14 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.js +436 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +11 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.js +9 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.js +179 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.js +62 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.js +57 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewport.less +88 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.js +83 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.js +218 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.less +339 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallMarquee.less +52 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.js +153 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +32 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.js +170 -0
- package/es/components/pisellRecordBoard/shellFrame/Search/index.js +1 -1
- package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +5 -1
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +30 -3
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.js +157 -68
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.js +11 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.js +56 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolbar.less +406 -14
- package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.js +14 -4
- package/es/components/pisellRecordBoard/shellFrame/index.d.ts +9 -2
- package/es/components/pisellRecordBoard/shellFrame/index.js +73 -19
- package/es/components/pisellRecordBoard/types.d.ts +413 -8
- package/es/components/pisellRecordBoard/types.js +12 -0
- package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.js +16 -0
- package/es/components/pisellRecordBoard/utils/recordBoardPhoneGrid.d.ts +22 -0
- package/es/components/pisellRecordBoard/utils/recordBoardPhoneGrid.js +46 -0
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.js +67 -15
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.less +23 -0
- package/es/components/pisellReservationSchedule/locales.js +21 -3
- package/es/components/pisellReservationSchedule/types.d.ts +5 -0
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +11 -6
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +37 -4
- package/es/components/pisellReservationScheduleBand/index.d.ts +2 -1
- package/es/components/pisellReservationScheduleBand/types.d.ts +13 -2
- package/es/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.d.ts +13 -0
- package/es/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.js +17 -0
- package/es/components/pisellShellFrame/PisellShellFrame.js +2 -2
- package/es/components/pisellShellFrame/PisellShellFrame.less +18 -2
- package/es/components/pisellShellFrame/types.d.ts +6 -0
- package/es/components/pisellSingleLineText/PisellSingleLineText.js +14 -21
- package/es/components/pisellSingleLineText/PisellSingleLineText.less +143 -0
- package/es/components/pisellSingleLineText/docs/pisellSingleLineText.md +256 -256
- package/es/components/pisellSingleSelect/PisellSingleSelect.js +4 -7
- package/es/components/pisellSingleSelect/PisellSingleSelect.less +106 -5
- package/es/components/pisellSingleSelect/docs/pisellSingleSelect.md +428 -525
- package/es/components/pisellSort/docs/PisellSort.md +131 -67
- package/es/components/pisellStatisticList/index.js +0 -1
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.js +227 -58
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.less +128 -15
- package/es/components/pisellTimeNavigator/components/CursorLayer.js +3 -3
- package/es/components/pisellTimeNavigator/components/GestureLayer.js +12 -3
- package/es/components/pisellTimeNavigator/components/ScaleLayer.js +34 -6
- package/es/components/pisellTimeNavigator/docs/pisellTimeNavigator.$tab-dev.md +26 -42
- package/es/components/pisellTimeNavigator/docs/pisellTimeNavigator.$tab-test.md +5 -5
- package/es/components/pisellTimeNavigator/hooks/useTimeAxis.js +43 -23
- package/es/components/pisellTimeNavigator/index.d.ts +1 -1
- package/es/components/pisellTimeNavigator/types.d.ts +15 -0
- package/es/components/pisellTimeNavigator/utils/index.d.ts +25 -4
- package/es/components/pisellTimeNavigator/utils/index.js +85 -17
- package/es/components/pisellTimeRangeDisplay/docs/pisellTimeRangeDisplay.md +226 -227
- package/es/components/pisellUrl/PisellUrl.js +6 -13
- package/es/components/pisellWalletPassCard/index.js +5 -11
- package/es/components/productCard/cartSkuCard/components/Gift/index.js +34 -0
- package/es/components/productCard/cartSkuCard/components/Gift/index.less +84 -0
- package/es/components/productCard/cartSkuCard/components/Promotion/index.js +23 -0
- package/es/components/productCard/cartSkuCard/components/Promotion/index.less +16 -0
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.js +65 -4
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.less +80 -1
- package/es/components/productCard/cartSkuCard/components/holders/index.js +1 -1
- package/es/components/productCard/cartSkuCard/components/packages/index.js +24 -9
- package/es/components/productCard/cartSkuCard/components/specs/index.js +22 -7
- package/es/components/productCard/cartSkuCard/components/specs/index.less +11 -0
- package/es/components/productCard/cartSkuCard/components/timeRange/index.js +2 -1
- package/es/components/productCard/cartSkuCard/components/weighing/index.js +27 -0
- package/es/components/productCard/cartSkuCard/components/weighing/index.less +25 -0
- package/es/components/productCard/cartSkuCard/index.js +68 -8
- package/es/components/productCard/cartSkuCard/locales.js +40 -5
- package/es/components/productCard/components/Header/DeleteButton/index.js +2 -2
- package/es/components/productCard/components/Header/DeleteButton/index.less +1 -2
- package/es/components/productCard/components/Header/EditButton/index.js +2 -1
- package/es/components/productCard/components/Header/index.less +1 -1
- package/es/components/productCard/components/Time/components/SelectHolder/index.js +2 -3
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.js +1 -1
- package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.js +2 -2
- package/es/components/productCard/components/Time/components/SelectResource/index.js +3 -6
- package/es/components/productCard/components/Time/index.js +2 -3
- package/es/components/productCard/index.d.ts +1 -0
- package/es/components/productCard/index.js +2 -0
- package/es/components/productCard/lineItem/BookingLineItem.js +173 -0
- package/es/components/productCard/lineItem/index.js +195 -0
- package/es/components/productCard/lineItem/index.less +195 -0
- package/es/components/productCard/lineItem/locales.js +25 -0
- package/es/components/productCard/status.js +3 -0
- package/es/components/productCard/types.d.ts +10 -0
- package/es/components/productCard/utils.js +1 -1
- package/es/components/select/index.js +1 -1
- package/es/components/select-time/index.js +1 -0
- package/es/components/table/Actions/component/ExportImport/index.js +4 -3
- package/es/components/table/Actions/component/GallerySetting/index.js +9 -10
- package/es/components/table/Actions/component/ViewMode/index.js +3 -4
- package/es/components/table/Actions/index.js +1 -1
- package/es/components/table/BasicTable/index.js +3 -4
- package/es/components/table/Gallery/components/GalleryItem/components/Title/index.less +1 -1
- package/es/components/table/Gallery/components/GalleryItem/index.js +4 -12
- package/es/components/table/Gallery/components/GalleryItem/index.less +0 -1
- package/es/components/table/Gallery/index.js +3 -11
- package/es/components/table/Table/fields/text/Show/index.js +1 -1
- package/es/components/table/Table/index.js +1 -2
- package/es/components/table/Table/tableConfig/header/index.js +1 -1
- package/es/components/table/Table/utils.js +1 -5
- package/es/components/table/hooks/useTableSetting.js +0 -3
- package/es/components/table/hooks/useTransDataSource.js +3 -4
- package/es/components/table/index.js +1 -1
- package/es/components/tabs/index.less +1 -1
- package/es/components/translation/index.d.ts +0 -1
- package/es/components/translation/index.js +10 -36
- package/es/components/translation/index.less +0 -12
- package/es/components/versionModal/index.d.ts +0 -1
- package/es/components/versionModal/index.js +2 -2
- package/es/components/versionSelect/index.js +1 -1
- package/es/components/virtual-keyboard/Amount/index.js +1 -1
- package/es/index.d.ts +101 -106
- package/es/index.js +97 -94
- package/es/locales/en-US.js +195 -70
- package/es/locales/ja.js +196 -13
- package/es/locales/pt.js +196 -13
- package/es/locales/zh-CN.js +189 -64
- package/es/locales/zh-TW.js +194 -69
- package/es/pisell-materials.tw.css +0 -1
- package/es/tailwind-input.css +3 -1
- package/lib/components/Pagination/index.js +42 -8
- package/lib/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.$tab-dev.md +2 -5
- package/lib/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.$tab-test.md +171 -169
- package/lib/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.md +27 -87
- package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +7 -18
- package/lib/components/PisellCards/components/TextCard/TextCard.js +3 -2
- package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.js +6 -20
- package/lib/components/PisellCards/components/TextCard/components/TextContent.js +1 -3
- package/lib/components/PisellCards/components/TextCard/docs/TextCard.$tab-dev.md +5 -36
- package/lib/components/PisellCards/components/TextCard/docs/TextCard.$tab-test.md +258 -2434
- package/lib/components/PisellCards/components/TextCard/docs/TextCard.md +13 -78
- package/lib/components/PisellCards/index.d.ts +0 -3
- package/lib/components/PisellCards/index.js +1 -3
- package/lib/components/PisellLayouts/index.d.ts +1 -1
- package/lib/components/PisellProcedure/components/ProcedureHeader.js +1 -1
- package/lib/components/PisellTabbar/PisellTabbar.js +6 -6
- package/lib/components/PisellTabbar/template/Template1/PisellTabbar.js +6 -6
- package/lib/components/SafeAreaTop/index.d.ts +6 -0
- package/lib/components/SafeAreaTop/index.js +115 -0
- package/lib/components/SafeAreaTop/index.less +11 -0
- package/lib/components/SafeAreaTop/types.d.ts +13 -0
- package/lib/components/appVersionControl/index.js +11 -12
- package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.js +6 -6
- package/lib/components/dataSourceComponents/dataSourceForm/formItem.js +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/index.js +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.js +3 -3
- package/lib/components/dataSourceComponents/dataSourceForm/utils.js +3 -3
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.js +1 -1
- package/lib/components/dataSourceComponents/dataSourceSubForm/index.js +1 -1
- package/lib/components/dataSourceComponents/dataSourceTable/BaseTable.js +2 -2
- package/lib/components/dataSourceComponents/dataSourceTable/filter/index.js +1 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.js +2 -3
- package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.js +1 -1
- package/lib/components/dataSourceComponents/fields/DatePicker/WithMode.js +0 -4
- package/lib/components/dataSourceComponents/fields/IconSelect/WithMode.js +1 -1
- package/lib/components/dataSourceComponents/fields/Input/WithMode.js +1 -1
- package/lib/components/dataSourceComponents/fields/Input.Phone/serve.js +1 -4
- package/lib/components/dataSourceComponents/fields/Radio/WithMode.js +1 -1
- package/lib/components/dataSourceComponents/fields/TimePicker/WithMode.js +4 -4
- package/lib/components/dataSourceComponents/hooks/useActions.js +1 -1
- package/lib/components/dataSourceComponents/provider/dataSource/DataSourceProvider.js +1 -1
- package/lib/components/drag-sort-tree/index.d.ts +0 -1
- package/lib/components/drag-sort-tree/index.js +1 -0
- package/lib/components/drawer/index.js +6 -7
- package/lib/components/filter/components/Dropdown/index.js +5 -2
- package/lib/components/filter/components/Dropdown/index.less +186 -0
- package/lib/components/filter/components/FilterButton/index.js +40 -12
- package/lib/components/filter/components/FilterButton/index.less +29 -0
- package/lib/components/filter/components/FilterButton/types.d.ts +5 -0
- package/lib/components/filter/components/FilterItem/index.js +94 -16
- package/lib/components/filter/components/QuickFilter/index.js +7 -4
- package/lib/components/filter/types.d.ts +4 -0
- package/lib/components/login-and-register/index.js +5 -4
- package/lib/components/page/index.js +1 -1
- package/lib/components/pisellAppCard/PisellAppCard.js +7 -7
- package/lib/components/pisellCardList/index.js +6 -6
- package/lib/components/pisellCurrency/PisellCurrency.js +6 -13
- package/lib/components/pisellCurrency/PisellCurrency.less +123 -0
- package/lib/components/pisellDataSourceContainer/components/Pagination/index.js +9 -3
- package/lib/components/pisellDataSourceContainer/docs/PisellDataSourceContainer.md +240 -189
- package/lib/components/pisellDataSourceContainer/type.d.ts +1 -1
- package/lib/components/pisellDateTimeDisplay/docs/pisellDateTimeDisplay.md +556 -556
- package/lib/components/pisellEmail/PisellEmail.js +6 -13
- package/lib/components/pisellEmail/PisellEmail.less +92 -0
- package/lib/components/pisellEmpty/index.d.ts +1 -1
- package/lib/components/pisellFilter/docs/PisellFilter.md +2 -2
- package/lib/components/pisellFilter/index.js +7 -3
- package/lib/components/pisellFind/docs/pisellFind.md +2 -2
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +2 -1
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +478 -86
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.less +62 -0
- package/lib/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +4 -0
- package/lib/components/pisellFloorMapLayout/appearance/floorMapAppearance.js +22 -0
- package/lib/components/pisellFloorMapLayout/components/CanvasTabs.js +18 -3
- package/lib/components/pisellFloorMapLayout/components/CanvasTabs.less +23 -0
- package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.js +3 -2
- package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +2 -2
- package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.js +209 -74
- package/lib/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.d.ts +11 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.js +125 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.js +86 -10
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.less +15 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +168 -22
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +95 -1
- package/lib/components/pisellFloorMapLayout/components/FloorMapOverview.js +97 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapOverview.less +65 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.js +150 -35
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.less +178 -4
- package/lib/components/pisellFloorMapLayout/components/HistoryIcons.js +67 -0
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.js +32 -10
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.less +30 -2
- package/lib/components/pisellFloorMapLayout/components/ViewControls.js +118 -64
- package/lib/components/pisellFloorMapLayout/components/ViewControls.less +263 -50
- package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +4 -0
- package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.js +3 -1
- package/lib/components/pisellFloorMapLayout/docs/pisellFloorMapLayout.md +559 -194
- package/lib/components/pisellFloorMapLayout/floorMapLayoutConstants.js +25 -0
- package/lib/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.js +52 -0
- package/lib/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.js +96 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +104 -24
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +399 -65
- package/lib/components/pisellFloorMapLayout/index.d.ts +5 -2
- package/lib/components/pisellFloorMapLayout/locales-ja.js +39 -1
- package/lib/components/pisellFloorMapLayout/locales-pt.js +39 -1
- package/lib/components/pisellFloorMapLayout/locales.js +117 -3
- package/lib/components/pisellFloorMapLayout/types.d.ts +86 -10
- package/lib/components/pisellFloorMapLayout/types.js +7 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.d.ts +46 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.js +536 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasStage.js +140 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.js +11 -2
- package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.js +3 -1
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +3 -1
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +30 -5
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +52 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.js +64 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.js +11 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapOverviewLayout.js +64 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.js +4 -2
- package/lib/components/pisellGoodPassCard/index.less +1 -0
- package/lib/components/pisellGridPro/GridView/docs/GridView.md +47 -48
- package/lib/components/pisellGridPro/ToolBar/docs/ToolBar.$tab-dev.md +4 -2
- package/lib/components/pisellGridPro/ToolBar/docs/ToolBar.md +95 -81
- package/lib/components/pisellGridPro/ToolBar/index.less +5 -4
- package/lib/components/pisellGridPro/docs/PisellGridPro.md +173 -262
- package/lib/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.$tab-dev.md +3 -6
- package/lib/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.$tab-test.md +3 -4
- package/lib/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.md +1 -2
- package/lib/components/pisellLongText/PisellLongText.js +6 -13
- package/lib/components/pisellLongText/PisellLongText.less +67 -0
- package/lib/components/pisellLookup/PisellLookup.js +1 -1
- package/lib/components/pisellLookup/PisellLookup.less +46 -4
- package/lib/components/pisellLookup/components/LookupResultHost.js +1 -1
- package/lib/components/pisellLookup/components/LookupTrigger.js +6 -8
- package/lib/components/pisellLookup/docs/pisellLookup.md +1 -1
- package/lib/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.d.ts +9 -0
- package/lib/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.js +160 -0
- package/lib/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.less +73 -0
- package/lib/components/pisellMobileDateRangePicker/index.d.ts +2 -0
- package/lib/components/pisellMobileDateRangePicker/types.d.ts +31 -0
- package/lib/components/pisellMobileDateRangePicker/types.js +4 -0
- package/lib/components/pisellMultipleSelect/PisellMultipleSelect.js +4 -6
- package/lib/components/pisellMultipleSelect/PisellMultipleSelect.less +139 -18
- package/lib/components/pisellMultipleSelect/components/EditView.js +0 -1
- package/lib/components/pisellNavigationMenu/PisellNavigationMenu.js +0 -4
- package/lib/components/pisellNumber/PisellNumber.js +6 -13
- package/lib/components/pisellNumber/PisellNumber.less +103 -0
- package/lib/components/pisellPhone/PisellPhone.js +6 -13
- package/lib/components/pisellPhone/PisellPhone.less +119 -0
- package/lib/components/pisellPhone/components/EditView.js +19 -37
- package/lib/components/pisellPhone/constants/countryCodes.js +25 -26
- package/lib/components/pisellPhone/types.d.ts +2 -2
- package/lib/components/pisellPhone/utils/countryCodeHelper.js +2 -2
- package/lib/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.md +1 -1
- package/lib/components/pisellRating/PisellRating.js +2 -4
- package/lib/components/pisellRecordBoard/PisellRecordBoard.js +29 -10
- package/lib/components/pisellRecordBoard/README.md +12 -0
- package/lib/components/pisellRecordBoard/docs/PisellRecordBoard.md +716 -70
- package/lib/components/pisellRecordBoard/docs/ShellFrame.md +62 -44
- package/lib/components/pisellRecordBoard/index.d.ts +8 -1
- package/lib/components/pisellRecordBoard/index.js +5 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +174 -16
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.less +79 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.js +760 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.less +313 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +5 -1
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.js +11 -8
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.js +197 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.js +23 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +1 -1
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.js +44 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.js +75 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.js +63 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.js +28 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.js +81 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.js +64 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.js +39 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.js +21 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.js +562 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.js +17 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.js +33 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.js +585 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.js +43 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.js +113 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.js +614 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.js +170 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.js +10 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.js +34 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.js +38 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.js +19 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.js +34 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.js +30 -0
- package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +2 -1
- package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.js +7 -1
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.js +45 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +14 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.js +439 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +11 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.js +9 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.js +181 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.js +64 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.js +57 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewport.less +88 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.js +85 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.js +220 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.less +339 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallMarquee.less +52 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.js +153 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +32 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.js +181 -0
- package/lib/components/pisellRecordBoard/shellFrame/Search/index.js +1 -1
- package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +5 -1
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +30 -3
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.js +170 -81
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.js +14 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.js +63 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolbar.less +406 -14
- package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.js +14 -4
- package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +9 -2
- package/lib/components/pisellRecordBoard/shellFrame/index.js +73 -19
- package/lib/components/pisellRecordBoard/types.d.ts +413 -8
- package/lib/components/pisellRecordBoard/types.js +12 -0
- package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.js +16 -0
- package/lib/components/pisellRecordBoard/utils/recordBoardPhoneGrid.d.ts +22 -0
- package/lib/components/pisellRecordBoard/utils/recordBoardPhoneGrid.js +50 -0
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.js +67 -15
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.less +23 -0
- package/lib/components/pisellReservationSchedule/locales.js +21 -3
- package/lib/components/pisellReservationSchedule/types.d.ts +5 -0
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +11 -6
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +37 -4
- package/lib/components/pisellReservationScheduleBand/index.d.ts +2 -1
- package/lib/components/pisellReservationScheduleBand/types.d.ts +13 -2
- package/lib/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.d.ts +13 -0
- package/lib/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.js +17 -0
- package/lib/components/pisellShellFrame/PisellShellFrame.js +2 -2
- package/lib/components/pisellShellFrame/PisellShellFrame.less +18 -2
- package/lib/components/pisellShellFrame/types.d.ts +6 -0
- package/lib/components/pisellSingleLineText/PisellSingleLineText.js +14 -21
- package/lib/components/pisellSingleLineText/PisellSingleLineText.less +143 -0
- package/lib/components/pisellSingleLineText/docs/pisellSingleLineText.md +256 -256
- package/lib/components/pisellSingleSelect/PisellSingleSelect.js +4 -7
- package/lib/components/pisellSingleSelect/PisellSingleSelect.less +106 -5
- package/lib/components/pisellSingleSelect/docs/pisellSingleSelect.md +428 -525
- package/lib/components/pisellSort/docs/PisellSort.md +131 -67
- package/lib/components/pisellStatisticList/index.js +0 -1
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.js +226 -57
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.less +128 -15
- package/lib/components/pisellTimeNavigator/components/CursorLayer.js +3 -3
- package/lib/components/pisellTimeNavigator/components/GestureLayer.js +12 -3
- package/lib/components/pisellTimeNavigator/components/ScaleLayer.js +34 -6
- package/lib/components/pisellTimeNavigator/docs/pisellTimeNavigator.$tab-dev.md +26 -42
- package/lib/components/pisellTimeNavigator/docs/pisellTimeNavigator.$tab-test.md +5 -5
- package/lib/components/pisellTimeNavigator/hooks/useTimeAxis.js +42 -22
- package/lib/components/pisellTimeNavigator/index.d.ts +1 -1
- package/lib/components/pisellTimeNavigator/types.d.ts +15 -0
- package/lib/components/pisellTimeNavigator/utils/index.d.ts +25 -4
- package/lib/components/pisellTimeNavigator/utils/index.js +88 -17
- package/lib/components/pisellTimeRangeDisplay/docs/pisellTimeRangeDisplay.md +226 -227
- package/lib/components/pisellUrl/PisellUrl.js +6 -13
- package/lib/components/pisellWalletPassCard/index.js +5 -11
- package/lib/components/productCard/cartSkuCard/components/Gift/index.js +36 -0
- package/lib/components/productCard/cartSkuCard/components/Gift/index.less +84 -0
- package/lib/components/productCard/cartSkuCard/components/Promotion/index.js +25 -0
- package/lib/components/productCard/cartSkuCard/components/Promotion/index.less +16 -0
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.js +69 -8
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.less +80 -1
- package/lib/components/productCard/cartSkuCard/components/holders/index.js +1 -1
- package/lib/components/productCard/cartSkuCard/components/packages/index.js +26 -11
- package/lib/components/productCard/cartSkuCard/components/specs/index.js +23 -8
- package/lib/components/productCard/cartSkuCard/components/specs/index.less +11 -0
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.js +2 -1
- package/lib/components/productCard/cartSkuCard/components/weighing/index.js +29 -0
- package/lib/components/productCard/cartSkuCard/components/weighing/index.less +25 -0
- package/lib/components/productCard/cartSkuCard/index.js +68 -8
- package/lib/components/productCard/cartSkuCard/locales.js +40 -5
- package/lib/components/productCard/components/Header/DeleteButton/index.js +2 -2
- package/lib/components/productCard/components/Header/DeleteButton/index.less +1 -2
- package/lib/components/productCard/components/Header/EditButton/index.js +2 -1
- package/lib/components/productCard/components/Header/index.less +1 -1
- package/lib/components/productCard/components/Time/components/SelectHolder/index.js +2 -3
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.js +5 -5
- package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.js +2 -2
- package/lib/components/productCard/components/Time/components/SelectResource/index.js +3 -6
- package/lib/components/productCard/components/Time/index.js +2 -3
- package/lib/components/productCard/index.d.ts +1 -0
- package/lib/components/productCard/index.js +2 -0
- package/lib/components/productCard/lineItem/BookingLineItem.js +177 -0
- package/lib/components/productCard/lineItem/index.js +197 -0
- package/lib/components/productCard/lineItem/index.less +195 -0
- package/lib/components/productCard/lineItem/locales.js +25 -0
- package/lib/components/productCard/status.js +3 -0
- package/lib/components/productCard/types.d.ts +10 -0
- package/lib/components/productCard/utils.js +1 -1
- package/lib/components/select/index.js +1 -1
- package/lib/components/select-time/index.js +1 -0
- package/lib/components/table/Actions/component/ExportImport/index.js +4 -3
- package/lib/components/table/Actions/component/GallerySetting/index.js +11 -12
- package/lib/components/table/Actions/component/ViewMode/index.js +5 -6
- package/lib/components/table/Actions/index.js +1 -1
- package/lib/components/table/BasicTable/index.js +3 -4
- package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.less +1 -1
- package/lib/components/table/Gallery/components/GalleryItem/index.js +9 -17
- package/lib/components/table/Gallery/components/GalleryItem/index.less +0 -1
- package/lib/components/table/Gallery/index.js +3 -11
- package/lib/components/table/Table/fields/text/Show/index.js +1 -1
- package/lib/components/table/Table/index.js +1 -2
- package/lib/components/table/Table/tableConfig/header/index.js +2 -2
- package/lib/components/table/Table/utils.js +1 -5
- package/lib/components/table/hooks/useTableSetting.js +0 -3
- package/lib/components/table/hooks/useTransDataSource.js +3 -4
- package/lib/components/table/index.js +1 -1
- package/lib/components/tabs/index.less +1 -1
- package/lib/components/translation/index.d.ts +0 -1
- package/lib/components/translation/index.js +9 -35
- package/lib/components/translation/index.less +0 -12
- package/lib/components/versionModal/index.d.ts +0 -1
- package/lib/components/versionModal/index.js +2 -2
- package/lib/components/versionSelect/index.js +4 -4
- package/lib/components/virtual-keyboard/Amount/index.js +4 -4
- package/lib/index.d.ts +101 -106
- package/lib/index.js +314 -298
- package/lib/locales/en-US.js +195 -70
- package/lib/locales/ja.js +196 -13
- package/lib/locales/pt.js +196 -13
- package/lib/locales/zh-CN.js +189 -64
- package/lib/locales/zh-TW.js +194 -69
- package/lib/pisell-materials.tw.css +0 -1
- package/lib/tailwind-input.css +3 -1
- package/package.json +1 -1
- package/es/components/PisellContactBrief/PisellContactBrief.d.ts +0 -34
- package/es/components/PisellContactBrief/PisellContactBrief.js +0 -156
- package/es/components/PisellContactBrief/PisellContactBrief.less +0 -192
- package/es/components/PisellContactBrief/components/ContactFormModal.js +0 -140
- package/es/components/PisellContactBrief/docs/PisellContactBrief.$tab-design.md +0 -109
- package/es/components/PisellContactBrief/docs/PisellContactBrief.$tab-dev.md +0 -106
- package/es/components/PisellContactBrief/docs/PisellContactBrief.$tab-test.md +0 -125
- package/es/components/PisellContactBrief/docs/PisellContactBrief.md +0 -129
- package/es/components/PisellContactBrief/index.d.ts +0 -2
- package/es/components/PisellContactBrief/locales.js +0 -57
- package/es/components/PisellContactBrief/types.d.ts +0 -86
- package/es/components/Template/[ComponentName].less +0 -1
- package/es/components/Template/docs/[ComponentName].$tab-design.md +0 -7
- package/es/components/Template/docs/[ComponentName].$tab-dev.md +0 -1137
- package/es/components/Template/docs/[ComponentName].$tab-test.md +0 -7
- package/es/components/Template/docs/[ComponentName].md +0 -510
- package/es/components/hardwareErrorTip/errorCard/index.d.ts +0 -25
- package/es/components/hardwareErrorTip/errorCard/index.js +0 -68
- package/es/components/hardwareErrorTip/errorCard/index.less +0 -137
- package/es/components/hardwareErrorTip/errorTipStatistics/index.d.ts +0 -10
- package/es/components/hardwareErrorTip/errorTipStatistics/index.js +0 -31
- package/es/components/hardwareErrorTip/errorTipStatistics/index.less +0 -34
- package/es/components/hardwareErrorTip/index.d.ts +0 -20
- package/es/components/hardwareErrorTip/index.js +0 -151
- package/es/components/hardwareErrorTip/index.less +0 -95
- package/es/components/hardwareErrorTip/logCard/index.d.ts +0 -25
- package/es/components/hardwareErrorTip/logCard/index.js +0 -72
- package/es/components/hardwareErrorTip/logCard/index.less +0 -121
- package/es/components/hardwareErrorTip/readme.md +0 -309
- package/es/components/hardwareErrorTip/types.js +0 -54
- package/es/components/pisellActionPanel/PisellActionPanel.d.ts +0 -24
- package/es/components/pisellActionPanel/PisellActionPanel.js +0 -68
- package/es/components/pisellActionPanel/PisellActionPanel.less +0 -69
- package/es/components/pisellActionPanel/docs/pisellActionPanel.$tab-design.md +0 -148
- package/es/components/pisellActionPanel/docs/pisellActionPanel.$tab-dev.md +0 -53
- package/es/components/pisellActionPanel/docs/pisellActionPanel.$tab-test.md +0 -64
- package/es/components/pisellActionPanel/docs/pisellActionPanel.md +0 -160
- package/es/components/pisellActionPanel/index.d.ts +0 -2
- package/es/components/pisellActionPanel/types.d.ts +0 -87
- package/es/components/pisellBaseCard/PisellBaseCard.d.ts +0 -20
- package/es/components/pisellBaseCard/PisellBaseCard.js +0 -73
- package/es/components/pisellBaseCard/PisellBaseCard.less +0 -25
- package/es/components/pisellBaseCard/docs/pisellBaseCard.$tab-design.md +0 -144
- package/es/components/pisellBaseCard/docs/pisellBaseCard.$tab-dev.md +0 -92
- package/es/components/pisellBaseCard/docs/pisellBaseCard.$tab-test.md +0 -86
- package/es/components/pisellBaseCard/docs/pisellBaseCard.md +0 -165
- package/es/components/pisellBaseCard/index.d.ts +0 -2
- package/es/components/pisellBaseCard/types.d.ts +0 -49
- package/es/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +0 -57
- package/es/components/pisellCustomerBrief/PisellCustomerBrief.js +0 -92
- package/es/components/pisellCustomerBrief/PisellCustomerBrief.less +0 -8
- package/es/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-design.md +0 -115
- package/es/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-dev.md +0 -73
- package/es/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-test.md +0 -66
- package/es/components/pisellCustomerBrief/docs/pisellCustomerBrief.md +0 -132
- package/es/components/pisellCustomerBrief/index.d.ts +0 -2
- package/es/components/pisellCustomerBrief/types.d.ts +0 -86
- package/es/components/pisellEntityCard/PisellEntityCard.d.ts +0 -47
- package/es/components/pisellEntityCard/PisellEntityCard.js +0 -315
- package/es/components/pisellEntityCard/PisellEntityCard.less +0 -362
- package/es/components/pisellEntityCard/docs/pisellEntityCard.$tab-design.md +0 -209
- package/es/components/pisellEntityCard/docs/pisellEntityCard.$tab-dev.md +0 -82
- package/es/components/pisellEntityCard/docs/pisellEntityCard.$tab-test.md +0 -122
- package/es/components/pisellEntityCard/docs/pisellEntityCard.md +0 -176
- package/es/components/pisellEntityCard/index.d.ts +0 -2
- package/es/components/pisellEntityCard/types.d.ts +0 -148
- package/es/components/pisellExport/PisellExport.d.ts +0 -11
- package/es/components/pisellExport/PisellExport.js +0 -44
- package/es/components/pisellExport/PisellExport.less +0 -141
- package/es/components/pisellExport/docs/pisellExport.$tab-design.md +0 -116
- package/es/components/pisellExport/docs/pisellExport.$tab-dev.md +0 -132
- package/es/components/pisellExport/docs/pisellExport.$tab-test.md +0 -61
- package/es/components/pisellExport/docs/pisellExport.md +0 -162
- package/es/components/pisellExport/index.d.ts +0 -2
- package/es/components/pisellExport/types.d.ts +0 -67
- package/es/components/pisellImport/PisellImport.d.ts +0 -11
- package/es/components/pisellImport/PisellImport.js +0 -81
- package/es/components/pisellImport/PisellImport.less +0 -141
- package/es/components/pisellImport/docs/pisellImport.$tab-design.md +0 -121
- package/es/components/pisellImport/docs/pisellImport.$tab-dev.md +0 -137
- package/es/components/pisellImport/docs/pisellImport.$tab-test.md +0 -69
- package/es/components/pisellImport/docs/pisellImport.md +0 -174
- package/es/components/pisellImport/index.d.ts +0 -2
- package/es/components/pisellImport/types.d.ts +0 -89
- package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.js +0 -3811
- package/es/components/productCard/components/Header/Actions/index.less +0 -15
- package/es/theme/pisell-components.js +0 -76
- package/lib/components/PisellContactBrief/PisellContactBrief.d.ts +0 -34
- package/lib/components/PisellContactBrief/PisellContactBrief.js +0 -158
- package/lib/components/PisellContactBrief/PisellContactBrief.less +0 -192
- package/lib/components/PisellContactBrief/components/ContactFormModal.js +0 -139
- package/lib/components/PisellContactBrief/docs/PisellContactBrief.$tab-design.md +0 -109
- package/lib/components/PisellContactBrief/docs/PisellContactBrief.$tab-dev.md +0 -106
- package/lib/components/PisellContactBrief/docs/PisellContactBrief.$tab-test.md +0 -125
- package/lib/components/PisellContactBrief/docs/PisellContactBrief.md +0 -129
- package/lib/components/PisellContactBrief/index.d.ts +0 -2
- package/lib/components/PisellContactBrief/locales.js +0 -57
- package/lib/components/PisellContactBrief/types.d.ts +0 -86
- package/lib/components/Template/[ComponentName].less +0 -1
- package/lib/components/Template/docs/[ComponentName].$tab-design.md +0 -7
- package/lib/components/Template/docs/[ComponentName].$tab-dev.md +0 -1137
- package/lib/components/Template/docs/[ComponentName].$tab-test.md +0 -7
- package/lib/components/Template/docs/[ComponentName].md +0 -510
- package/lib/components/hardwareErrorTip/errorCard/index.d.ts +0 -25
- package/lib/components/hardwareErrorTip/errorCard/index.js +0 -71
- package/lib/components/hardwareErrorTip/errorCard/index.less +0 -137
- package/lib/components/hardwareErrorTip/errorTipStatistics/index.d.ts +0 -10
- package/lib/components/hardwareErrorTip/errorTipStatistics/index.js +0 -34
- package/lib/components/hardwareErrorTip/errorTipStatistics/index.less +0 -34
- package/lib/components/hardwareErrorTip/index.d.ts +0 -20
- package/lib/components/hardwareErrorTip/index.js +0 -153
- package/lib/components/hardwareErrorTip/index.less +0 -95
- package/lib/components/hardwareErrorTip/logCard/index.d.ts +0 -25
- package/lib/components/hardwareErrorTip/logCard/index.js +0 -75
- package/lib/components/hardwareErrorTip/logCard/index.less +0 -121
- package/lib/components/hardwareErrorTip/readme.md +0 -309
- package/lib/components/hardwareErrorTip/types.js +0 -57
- package/lib/components/pisellActionPanel/PisellActionPanel.d.ts +0 -24
- package/lib/components/pisellActionPanel/PisellActionPanel.js +0 -71
- package/lib/components/pisellActionPanel/PisellActionPanel.less +0 -69
- package/lib/components/pisellActionPanel/docs/pisellActionPanel.$tab-design.md +0 -148
- package/lib/components/pisellActionPanel/docs/pisellActionPanel.$tab-dev.md +0 -53
- package/lib/components/pisellActionPanel/docs/pisellActionPanel.$tab-test.md +0 -64
- package/lib/components/pisellActionPanel/docs/pisellActionPanel.md +0 -160
- package/lib/components/pisellActionPanel/index.d.ts +0 -2
- package/lib/components/pisellActionPanel/types.d.ts +0 -87
- package/lib/components/pisellBaseCard/PisellBaseCard.d.ts +0 -20
- package/lib/components/pisellBaseCard/PisellBaseCard.js +0 -76
- package/lib/components/pisellBaseCard/PisellBaseCard.less +0 -25
- package/lib/components/pisellBaseCard/docs/pisellBaseCard.$tab-design.md +0 -144
- package/lib/components/pisellBaseCard/docs/pisellBaseCard.$tab-dev.md +0 -92
- package/lib/components/pisellBaseCard/docs/pisellBaseCard.$tab-test.md +0 -86
- package/lib/components/pisellBaseCard/docs/pisellBaseCard.md +0 -165
- package/lib/components/pisellBaseCard/index.d.ts +0 -2
- package/lib/components/pisellBaseCard/types.d.ts +0 -49
- package/lib/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +0 -57
- package/lib/components/pisellCustomerBrief/PisellCustomerBrief.js +0 -94
- package/lib/components/pisellCustomerBrief/PisellCustomerBrief.less +0 -8
- package/lib/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-design.md +0 -115
- package/lib/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-dev.md +0 -73
- package/lib/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-test.md +0 -66
- package/lib/components/pisellCustomerBrief/docs/pisellCustomerBrief.md +0 -132
- package/lib/components/pisellCustomerBrief/index.d.ts +0 -2
- package/lib/components/pisellCustomerBrief/types.d.ts +0 -86
- package/lib/components/pisellEntityCard/PisellEntityCard.d.ts +0 -47
- package/lib/components/pisellEntityCard/PisellEntityCard.js +0 -318
- package/lib/components/pisellEntityCard/PisellEntityCard.less +0 -362
- package/lib/components/pisellEntityCard/docs/pisellEntityCard.$tab-design.md +0 -209
- package/lib/components/pisellEntityCard/docs/pisellEntityCard.$tab-dev.md +0 -82
- package/lib/components/pisellEntityCard/docs/pisellEntityCard.$tab-test.md +0 -122
- package/lib/components/pisellEntityCard/docs/pisellEntityCard.md +0 -176
- package/lib/components/pisellEntityCard/index.d.ts +0 -2
- package/lib/components/pisellEntityCard/types.d.ts +0 -148
- package/lib/components/pisellExport/PisellExport.d.ts +0 -11
- package/lib/components/pisellExport/PisellExport.js +0 -47
- package/lib/components/pisellExport/PisellExport.less +0 -141
- package/lib/components/pisellExport/docs/pisellExport.$tab-design.md +0 -116
- package/lib/components/pisellExport/docs/pisellExport.$tab-dev.md +0 -132
- package/lib/components/pisellExport/docs/pisellExport.$tab-test.md +0 -61
- package/lib/components/pisellExport/docs/pisellExport.md +0 -162
- package/lib/components/pisellExport/index.d.ts +0 -2
- package/lib/components/pisellExport/types.d.ts +0 -67
- package/lib/components/pisellImport/PisellImport.d.ts +0 -11
- package/lib/components/pisellImport/PisellImport.js +0 -84
- package/lib/components/pisellImport/PisellImport.less +0 -141
- package/lib/components/pisellImport/docs/pisellImport.$tab-design.md +0 -121
- package/lib/components/pisellImport/docs/pisellImport.$tab-dev.md +0 -137
- package/lib/components/pisellImport/docs/pisellImport.$tab-test.md +0 -69
- package/lib/components/pisellImport/docs/pisellImport.md +0 -174
- package/lib/components/pisellImport/index.d.ts +0 -2
- package/lib/components/pisellImport/types.d.ts +0 -89
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.js +0 -3813
- package/lib/components/productCard/components/Header/Actions/index.less +0 -15
- package/lib/theme/pisell-components.js +0 -76
- /package/es/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-design.md +0 -0
- /package/es/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-dev.md +0 -0
- /package/es/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-test.md +0 -0
- /package/lib/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-design.md +0 -0
- /package/lib/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-dev.md +0 -0
- /package/lib/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-test.md +0 -0
package/lib/locales/en-US.js
CHANGED
|
@@ -21,10 +21,10 @@ var en_US_default = {
|
|
|
21
21
|
"sort-z-a": "Z to A",
|
|
22
22
|
"sort-from-morning-to-night": "From morning to night",
|
|
23
23
|
"sort-from-evening-to-morning": "From evening to morning",
|
|
24
|
-
"sort-0-9": "0
|
|
25
|
-
"sort-9-0": "9
|
|
26
|
-
"sort-first-last": "First
|
|
27
|
-
"sort-last-first": "Last
|
|
24
|
+
"sort-0-9": "0 ??? 9",
|
|
25
|
+
"sort-9-0": "9 ??? 0",
|
|
26
|
+
"sort-first-last": "First ??? Last",
|
|
27
|
+
"sort-last-first": "Last ??? First",
|
|
28
28
|
"table-action-filter-button": "Filter",
|
|
29
29
|
"table-action-filter-quick-filter": "Quick Filter",
|
|
30
30
|
"table-action-filter-quick-filter-tip": (count) => `Enable quick filtering directly on the page for convenient filtering operations, with a maximum of ${count} filters allowed.`,
|
|
@@ -33,24 +33,12 @@ var en_US_default = {
|
|
|
33
33
|
"table-action-group-by-title": "Group by",
|
|
34
34
|
"table-action-group-by-title-tip": "Please select the field from the dropdown menu to group the data for better organization and browsing.",
|
|
35
35
|
"table-action-column-title": "Header settings",
|
|
36
|
-
"table-action-gallery-display-mode": "Mode",
|
|
37
|
-
"table-action-gallery-display-mode-default": "Default",
|
|
38
|
-
"table-action-gallery-display-mode-compact": "Compact",
|
|
39
|
-
"table-action-gallery-display-field-name": "Display field name",
|
|
40
|
-
"table-action-gallery-no-cover": "No cover",
|
|
41
|
-
"table-action-gallery-cover-content": "Cover content",
|
|
42
|
-
"table-action-gallery-cover-effect": "Cover effect",
|
|
43
|
-
"table-action-gallery-cover-fit-fill": "Fit",
|
|
44
|
-
"table-action-gallery-cover-fit-cover": "Crop",
|
|
45
36
|
"table-column-group-records": "records",
|
|
46
37
|
"table-column-group-lock-tip": "Fixed column immutable order",
|
|
47
38
|
"record-board-uniform-summary-empty": "-",
|
|
48
39
|
"record-board-uniform-summary-same": "Same",
|
|
49
40
|
"table-column-drag-sort-disabled-tip": "Automatic sorting is enabled, manual dragging is disabled.",
|
|
50
41
|
"table-action-filter-no-filter": "No filter options available.",
|
|
51
|
-
"table-action-view-mode-grid": "Grid",
|
|
52
|
-
"table-action-view-mode-gallery": "Gallery",
|
|
53
|
-
"table-action-view-mode-kanban": "Kanban",
|
|
54
42
|
"table-action-range-picker-placeholder-start": "Start date",
|
|
55
43
|
"table-action-range-picker-placeholder-end": "End date",
|
|
56
44
|
"table-action-range-picker-presets-today": "Today",
|
|
@@ -106,18 +94,190 @@ var en_US_default = {
|
|
|
106
94
|
"record-board-toolbar-default-filter-disabled": "Disabled",
|
|
107
95
|
"record-board-toolbar-default-filter-keyword": "Keyword",
|
|
108
96
|
"record-board-toolbar-default-placeholder": "Please enter",
|
|
97
|
+
"record-board-infinite-scroll-loading-more": "Loading more…",
|
|
98
|
+
"record-board-infinite-scroll-all-loaded": "All data loaded",
|
|
99
|
+
"record-board-infinite-scroll-pull-hint": "Scroll down to load more",
|
|
100
|
+
"pisell-resource-wall-appearance-light": "Light",
|
|
101
|
+
"pisell-resource-wall-appearance-dark": "Dark",
|
|
102
|
+
"pisell-resource-wall-control-open": "Control panel",
|
|
103
|
+
"pisell-resource-wall-page-indicator": "Page {cur} / {total}",
|
|
104
|
+
"pisell-resource-wall-layout-custom": "Custom",
|
|
105
|
+
"pisell-resource-wall-control-title": "Resource wall control",
|
|
106
|
+
"pisell-resource-wall-control-cancel": "Cancel",
|
|
107
|
+
"pisell-resource-wall-control-apply": "Apply",
|
|
108
|
+
"pisell-resource-wall-control-close": "Close",
|
|
109
|
+
"pisell-resource-wall-control-eyebrow": "Backstage Control",
|
|
110
|
+
"pisell-resource-wall-control-subtitle": "Board Layout & Paging Rules",
|
|
111
|
+
"pisell-resource-wall-display-mode": "Display mode",
|
|
112
|
+
"pisell-resource-wall-carousel-paging-mode": "Carousel paging",
|
|
113
|
+
"pisell-resource-wall-summary-pagination": "Pager / countdown",
|
|
114
|
+
"pisell-resource-wall-summary-page-sec": "??? � {sec}s/page",
|
|
115
|
+
"pisell-resource-wall-modal-select-all": "Select all",
|
|
116
|
+
"pisell-resource-wall-modal-clear-all": "Clear all",
|
|
117
|
+
"pisell-resource-wall-modal-resource-hint": "Resources (showing up to {n}); current layout capacity {cap}; max {max} selected.",
|
|
118
|
+
"pisell-resource-wall-status-table-title": "Status copy & color",
|
|
119
|
+
"pisell-resource-wall-tab-layout": "Resources & layout",
|
|
120
|
+
"pisell-resource-wall-tab-colors": "Colors",
|
|
121
|
+
"pisell-resource-wall-tab-status": "Status copy & color",
|
|
122
|
+
"pisell-resource-wall-resources-section": "Resources to show",
|
|
123
|
+
"pisell-resource-wall-select-all": "Fill selection limit",
|
|
124
|
+
"pisell-resource-wall-clear-selection": "Clear",
|
|
125
|
+
"pisell-resource-wall-max-selection": "Up to {n} resources",
|
|
126
|
+
"pisell-resource-wall-layout-preset": "Layout preset",
|
|
127
|
+
"pisell-resource-wall-page-duration": "Seconds per page",
|
|
128
|
+
"pisell-resource-wall-custom-cols": "Columns",
|
|
129
|
+
"pisell-resource-wall-custom-rows": "Rows",
|
|
130
|
+
"pisell-resource-wall-occupied-color": "In-use color",
|
|
131
|
+
"pisell-resource-wall-available-color": "Available color",
|
|
132
|
+
"pisell-resource-wall-boarding-soon-min": "Boarding soon (minutes before start)",
|
|
133
|
+
"pisell-resource-wall-status-col-key": "Status",
|
|
134
|
+
"pisell-resource-wall-status-col-label": "Tag label",
|
|
135
|
+
"pisell-resource-wall-status-col-note": "Note",
|
|
136
|
+
"pisell-resource-wall-status-col-color": "Color",
|
|
137
|
+
"pisell-resource-wall-status-col-notebg": "Note background",
|
|
138
|
+
"pisell-resource-wall-carousel-dwell-sec-label": "Carousel dwell (seconds)",
|
|
139
|
+
"pisell-resource-wall-layout-placeholder": "Select a layout",
|
|
140
|
+
"pisell-resource-wall-layout-field-label": "Layout",
|
|
141
|
+
"pisell-resource-wall-panel-custom-cols": "Custom columns",
|
|
142
|
+
"pisell-resource-wall-panel-custom-rows": "Custom rows",
|
|
143
|
+
"pisell-resource-wall-hero-width-ratio": "Hero text max width ratio",
|
|
144
|
+
"pisell-resource-wall-hero-width-hint": "Baseline copy sets hero font size; other cards align to that height.",
|
|
145
|
+
"pisell-resource-wall-hero-benchmark-placeholder": "e.g. 60m overtime",
|
|
146
|
+
"pisell-resource-wall-hero-benchmark-sample": "60m overtime",
|
|
147
|
+
"pisell-resource-wall-resources-select-with-count": "Select resources ({n})",
|
|
148
|
+
"pisell-resource-wall-resources-capacity-carousel-hint": "This layout fits {cap} cards; when exceeded, carousel uses full-screen pages.",
|
|
149
|
+
"pisell-resource-wall-occupied-card-color-label": "Occupied tone (dark cards)",
|
|
150
|
+
"pisell-resource-wall-available-card-color-label": "Available tone (light cards)",
|
|
151
|
+
"pisell-resource-wall-status-col-explain": "Explanatory copy",
|
|
152
|
+
"pisell-resource-wall-carousel-countdown-line": "Page {cur} / {tot} � {sec}s/page",
|
|
153
|
+
"pisell-resource-wall-countdown-overtime": "{n} overtime",
|
|
154
|
+
"pisell-resource-wall-countdown-ending-now": "Ending now",
|
|
155
|
+
"pisell-resource-wall-countdown-left": "{n} left",
|
|
156
|
+
"pisell-resource-wall-countdown-zero-overtime": "0m overtime",
|
|
157
|
+
"pisell-resource-wall-fullscreen-enter": "Full screen",
|
|
158
|
+
"pisell-resource-wall-fullscreen-exit": "Exit full screen",
|
|
159
|
+
"pisell-resource-wall-card-hero-available": "Empty",
|
|
160
|
+
"pisell-resource-wall-card-label-current": "Current",
|
|
161
|
+
"pisell-resource-wall-card-label-next": "Next",
|
|
162
|
+
"pisell-resource-wall-card-next-line": "Next � {time}",
|
|
163
|
+
"pisell-resource-wall-card-starts-in": "Starts in {n}",
|
|
164
|
+
"pisell-resource-wall-card-late": "Late +{n}",
|
|
165
|
+
"pisell-resource-wall-card-current-not-in-use": "Not in use",
|
|
166
|
+
"pisell-resource-wall-floor-status-empty": "Empty",
|
|
167
|
+
"pisell-resource-wall-floor-status-reserved": "Reserved",
|
|
168
|
+
"pisell-resource-wall-floor-status-late": "Late",
|
|
169
|
+
"pisell-resource-wall-floor-status-occupied": "In use",
|
|
170
|
+
"pisell-resource-wall-floor-status-expired": "Expired",
|
|
171
|
+
"pisell-resource-wall-marquee-ending-soon": "Please leave on time to avoid overtime charges.",
|
|
172
|
+
"pisell-resource-wall-card-session-complete": "Session ended",
|
|
173
|
+
"pisell-resource-wall-card-check-in-prompt": "Please check in to start",
|
|
174
|
+
"pisell-resource-wall-status-id-inUse": "In use",
|
|
175
|
+
"pisell-resource-wall-status-id-endingSoon": "Ending soon",
|
|
176
|
+
"pisell-resource-wall-status-id-expired": "Expired",
|
|
177
|
+
"pisell-resource-wall-status-id-available": "Available",
|
|
178
|
+
"pisell-resource-wall-status-id-boardingSoon": "Boarding soon",
|
|
179
|
+
"pisell-resource-wall-status-id-late": "Late",
|
|
180
|
+
"pisell-resource-wall-tone-inUse-label": "In Use",
|
|
181
|
+
"pisell-resource-wall-tone-inUse-note": "This court is currently in use.",
|
|
182
|
+
"pisell-resource-wall-tone-endingSoon-label": "Ending Soon",
|
|
183
|
+
"pisell-resource-wall-tone-endingSoon-note": "Please leave on time to avoid overtime charges.",
|
|
184
|
+
"pisell-resource-wall-tone-expired-label": "Expired",
|
|
185
|
+
"pisell-resource-wall-tone-expired-note": "This booking has ended. Please clear the court.",
|
|
186
|
+
"pisell-resource-wall-tone-available-label": "Available",
|
|
187
|
+
"pisell-resource-wall-tone-available-note": "This court is now available.",
|
|
188
|
+
"pisell-resource-wall-tone-boardingSoon-label": "Boarding Soon",
|
|
189
|
+
"pisell-resource-wall-tone-boardingSoon-note": "Please check in to start.",
|
|
190
|
+
"pisell-resource-wall-tone-late-label": "Late",
|
|
191
|
+
"pisell-resource-wall-tone-late-note": "Please check in as soon as possible.",
|
|
109
192
|
"pisell2.recordBoard.toolbar.find": "Find",
|
|
110
193
|
"pisell2.recordBoard.toolbar.findPlaceholder": "Please enter search content",
|
|
111
194
|
"pisell2.recordBoard.toolbar.sort": "Sort",
|
|
195
|
+
"pisell2.recordBoard.toolbar.sortStatus": "Status",
|
|
196
|
+
"pisell2.recordBoard.toolbar.sortStatusFreeFirst": "Available first",
|
|
197
|
+
"pisell2.recordBoard.toolbar.sortStatusOccupiedFirst": "In use first",
|
|
112
198
|
"pisell2.recordBoard.toolbar.filter": "Filter",
|
|
113
199
|
"pisell2.recordBoard.toolbar.reset": "Reset",
|
|
114
200
|
"pisell2.recordBoard.toolbar.viewGrid": "Table",
|
|
115
201
|
"pisell2.recordBoard.toolbar.viewFloorMap": "Floor map",
|
|
116
202
|
"pisell2.recordBoard.toolbar.viewCalendar": "Calendar",
|
|
203
|
+
"pisell2.recordBoard.toolbar.viewResourceWall": "Wall",
|
|
204
|
+
"pisell2.recordBoard.toolbar.columnSetting": "Columns",
|
|
205
|
+
"pisell2.recordBoard.toolbar.moreSettings": "More settings",
|
|
117
206
|
"pisell2.recordBoard.filter.placeholderEnter": "Enter {label}",
|
|
207
|
+
"pisell2.recordBoard.calendar.common.close": "Close",
|
|
208
|
+
"pisell2.recordBoard.calendar.common.cancel": "Cancel",
|
|
209
|
+
"pisell2.recordBoard.calendar.common.save": "Save",
|
|
210
|
+
"pisell2.recordBoard.calendar.common.saving": "Saving???",
|
|
211
|
+
"pisell2.recordBoard.calendar.common.resourceFallback": "Resource",
|
|
212
|
+
"pisell2.recordBoard.calendar.common.newBookingName": "New booking",
|
|
213
|
+
"pisell2.recordBoard.calendar.weekday.mon": "Mon",
|
|
214
|
+
"pisell2.recordBoard.calendar.weekday.tue": "Tue",
|
|
215
|
+
"pisell2.recordBoard.calendar.weekday.wed": "Wed",
|
|
216
|
+
"pisell2.recordBoard.calendar.weekday.thu": "Thu",
|
|
217
|
+
"pisell2.recordBoard.calendar.weekday.fri": "Fri",
|
|
218
|
+
"pisell2.recordBoard.calendar.weekday.sat": "Sat",
|
|
219
|
+
"pisell2.recordBoard.calendar.weekday.sun": "Sun",
|
|
220
|
+
"pisell2.recordBoard.calendar.resource.monthUnit": "",
|
|
221
|
+
"pisell2.recordBoard.calendar.block.panelTitle": "New blocked time",
|
|
222
|
+
"pisell2.recordBoard.calendar.block.defaultTitle": "Blocked time",
|
|
223
|
+
"pisell2.recordBoard.calendar.block.fieldTitle": "Title",
|
|
224
|
+
"pisell2.recordBoard.calendar.block.fieldNote": "Note",
|
|
225
|
+
"pisell2.recordBoard.calendar.block.fieldResource": "Resource",
|
|
226
|
+
"pisell2.recordBoard.calendar.block.fieldTimeRange": "Blocked period",
|
|
227
|
+
"pisell2.recordBoard.calendar.block.placeholderTitle": "Blocked time",
|
|
228
|
+
"pisell2.recordBoard.calendar.block.placeholderNote": "Optional",
|
|
229
|
+
"pisell2.recordBoard.calendar.block.noResource": "No resource",
|
|
230
|
+
"pisell2.recordBoard.calendar.block.closeAria": "Close",
|
|
231
|
+
"pisell2.recordBoard.calendar.block.warnSelectTime": "Please select a blocked period.",
|
|
232
|
+
"pisell2.recordBoard.calendar.block.warnEndAfterStart": "End time must be after start time.",
|
|
233
|
+
"pisell2.recordBoard.calendar.block.warnSelectResource": "Please select a resource.",
|
|
234
|
+
"pisell2.recordBoard.calendar.overflow.bookingsForDay": "Bookings for this day",
|
|
235
|
+
"pisell2.recordBoard.calendar.overflow.listTitleBookings": "{date} � Bookings",
|
|
236
|
+
"pisell2.recordBoard.calendar.overflow.listTitleAllBookings": "{date} � All bookings",
|
|
237
|
+
"pisell2.recordBoard.calendar.overflow.moreCount": "{count} more",
|
|
238
|
+
"pisell2.recordBoard.calendar.move.title": "Booking information",
|
|
239
|
+
"pisell2.recordBoard.calendar.move.subtitle": "Update customer, court, date and time for this booking.",
|
|
240
|
+
"pisell2.recordBoard.calendar.move.customer": "Customer",
|
|
241
|
+
"pisell2.recordBoard.calendar.move.court": "Court",
|
|
242
|
+
"pisell2.recordBoard.calendar.move.newDate": "New date",
|
|
243
|
+
"pisell2.recordBoard.calendar.move.newStartTime": "New start time",
|
|
244
|
+
"pisell2.recordBoard.calendar.move.newEndTime": "New end time",
|
|
245
|
+
"pisell2.recordBoard.calendar.move.previousInfo": "Previous booking info",
|
|
246
|
+
"pisell2.recordBoard.calendar.move.original": "Original",
|
|
247
|
+
"pisell2.recordBoard.calendar.move.dropTarget": "Drop target",
|
|
248
|
+
"pisell2.recordBoard.calendar.move.updated": "Updated",
|
|
249
|
+
"pisell2.recordBoard.calendar.move.confirm": "Confirm",
|
|
250
|
+
"pisell2.recordBoard.calendar.move.noPhone": "No phone",
|
|
251
|
+
"pisell2.recordBoard.calendar.move.noEmail": "No email",
|
|
252
|
+
"pisell2.recordBoard.calendar.move.courtFallback": "Court",
|
|
253
|
+
"pisell2.recordBoard.calendar.move.slotDisabled": "??? {time}",
|
|
254
|
+
"pisell2.recordBoard.calendar.week.headerCourtDate": "Court / date",
|
|
255
|
+
"pisell2.recordBoard.calendar.week.fullyBooked": "Fully booked",
|
|
256
|
+
"pisell2.recordBoard.calendar.week.available": "Available",
|
|
257
|
+
"pisell2.recordBoard.calendar.day.outsideHours": "Outside hours",
|
|
258
|
+
"pisell2.recordBoard.calendar.day.selectedBlock": "Selected block",
|
|
259
|
+
"pisell2.recordBoard.calendar.day.selected": "Selected",
|
|
260
|
+
"pisell2.recordBoard.calendar.day.deselectAll": "Deselect all",
|
|
261
|
+
"pisell2.recordBoard.calendar.day.openSlot": "Open slot",
|
|
262
|
+
"pisell2.recordBoard.calendar.day.block": "Block",
|
|
263
|
+
"pisell2.recordBoard.calendar.day.createBooking": "Create a booking",
|
|
264
|
+
"pisell2.recordBoard.calendar.day.freeRatio": "{remaining}/{total} empty",
|
|
265
|
+
"pisell2.recordBoard.calendar.card.continuesNext": "??? Continues next day",
|
|
266
|
+
"pisell2.recordBoard.calendar.card.blockBy": "by {name}",
|
|
267
|
+
"pisell2.recordBoard.calendar.card.lateMinutesBadge": "{n}min",
|
|
268
|
+
"pisell2.recordBoard.calendar.card.lateMinutesDetail": "{n}min late",
|
|
269
|
+
"pisell2.recordBoard.calendar.status.cancel": "Cancel",
|
|
270
|
+
"pisell2.recordBoard.calendar.status.change": "Change",
|
|
271
|
+
"pisell2.recordBoard.calendar.status.checkedIn": "Checked-in",
|
|
272
|
+
"pisell2.recordBoard.calendar.status.pending": "Pending",
|
|
273
|
+
"pisell2.recordBoard.calendar.status.new": "New",
|
|
274
|
+
"pisell2.recordBoard.calendar.status.late": "Late",
|
|
275
|
+
"pisell2.recordBoard.calendar.status.noShow": "No-show",
|
|
276
|
+
"pisell2.recordBoard.calendar.detail.staff": "Staff",
|
|
277
|
+
"pisell2.recordBoard.calendar.detail.orderNote": "Order note",
|
|
118
278
|
"pisell2.salesManagement.pagination.previous": "Previous",
|
|
119
279
|
"pisell2.salesManagement.pagination.next": "Next",
|
|
120
|
-
"pisell2.salesManagement.pagination.showTotal": (
|
|
280
|
+
"pisell2.salesManagement.pagination.showTotal": (currentPage, totalPages) => `Page ${currentPage} of ${totalPages}`,
|
|
121
281
|
"pisell2.salesManagement.pagination.total": (current, max) => `Page ${current} of ${max}`,
|
|
122
282
|
"pisell2.salesManagement.batchActionBar.selectedCount": (count) => `${count} item(s) selected`,
|
|
123
283
|
"pisell2.salesManagement.batchActionBar.more": "More",
|
|
@@ -132,9 +292,6 @@ var en_US_default = {
|
|
|
132
292
|
"pisell2.salesManagement.batchActionBar.deleteConfirmCancel": "Cancel",
|
|
133
293
|
"shell-frame-statistic-expand": "Expand statistics",
|
|
134
294
|
"shell-frame-statistic-collapse": "Collapse statistics",
|
|
135
|
-
"pisell-export-button-label": "Export",
|
|
136
|
-
"pisell-import-button-label": "Import",
|
|
137
|
-
"pisell-import-error-max-size": "File exceeds size limit. Please select file(s) within {{maxSize}}MB",
|
|
138
295
|
"table-action-export-import-export-success": "Export successful! ",
|
|
139
296
|
"table-action-export-import-button": "Export",
|
|
140
297
|
"table-action-export-import-export-range": "Export Range",
|
|
@@ -256,8 +413,8 @@ var en_US_default = {
|
|
|
256
413
|
"pisell-upload-multilingual-title": "Multilingual",
|
|
257
414
|
"pisell-upload-multilingual-item-title-original": "Original",
|
|
258
415
|
"pisell-upload-multilingual-item-title-en": "English",
|
|
259
|
-
"pisell-upload-multilingual-item-title-zh-CN": "
|
|
260
|
-
"pisell-upload-multilingual-item-title-zh-HK": "
|
|
416
|
+
"pisell-upload-multilingual-item-title-zh-CN": "????????",
|
|
417
|
+
"pisell-upload-multilingual-item-title-zh-HK": "???????",
|
|
261
418
|
"pisell-color-picker-default": "Default",
|
|
262
419
|
"pisell-action-get-data": "Please get data first",
|
|
263
420
|
"pisell-action-delete-success": "Deleted successfully",
|
|
@@ -311,7 +468,6 @@ var en_US_default = {
|
|
|
311
468
|
"pisell-lowcode-app-version-control-promote-version-ok": "Promote",
|
|
312
469
|
"pisell-lowcode-app-version-control-promote-version-cancel": "Cancel",
|
|
313
470
|
"pisell-lowcode-app-version-control-version-exists": "Version already exists",
|
|
314
|
-
"pisell-lowcode-app-version-control-version-create-title": "Create new version",
|
|
315
471
|
"pisell-lowcode-drop-sort-add": "Add",
|
|
316
472
|
"pisell-lowcode-navigation-menu-add-sub-menu": "Add submenu",
|
|
317
473
|
"pisell-lowcode-navigation-menu-add-page": "Add page",
|
|
@@ -319,7 +475,6 @@ var en_US_default = {
|
|
|
319
475
|
"pisell-lowcode-navigation-menu-tag-base": "Base",
|
|
320
476
|
"pisell-lowcode-navigation-menu-tag-proCode": "Pro code",
|
|
321
477
|
"pisell-lowcode-navigation-menu-tag-pisell1": "Pisell 1.0",
|
|
322
|
-
"pisell-lowcode-navigation-menu-tag-dynamic-route": "Dynamic route",
|
|
323
478
|
"pisell-lowcode-navigation-menu-tag-group": "Group",
|
|
324
479
|
"pisell-lowcode-navigation-menu-tag-sub-menu": "Submenu",
|
|
325
480
|
"pisell-lowcode-navigation-menu-tag-custom": "Custom",
|
|
@@ -361,41 +516,6 @@ var en_US_default = {
|
|
|
361
516
|
"pisell-login-and-register-register-button-text": "Create account",
|
|
362
517
|
"pisell-login-and-register-remember-me": "Remember me",
|
|
363
518
|
"pisell-login-and-register-forgot-password": "Forgot password?",
|
|
364
|
-
"pisell-login-and-register-register-password-error": "Please input your password!",
|
|
365
|
-
"pisell-login-and-register-register-password-error-valid": "Password must be at least 6 characters!",
|
|
366
|
-
"pisell2.wallet-card.add-holder-tip": "To ensure your benefits, please\r\nassign a holder to activate this card.",
|
|
367
|
-
"pisell2.wallet-card.add-holder-button-text": "Set Holder",
|
|
368
|
-
"pisell2.text.hardware-error.fatal": "Fatal",
|
|
369
|
-
"pisell2.text.hardware-error.critical": "Critical",
|
|
370
|
-
"pisell2.text.hardware-error.normal": "Normal",
|
|
371
|
-
"pisell2.text.hardware-error.info": "Info",
|
|
372
|
-
"pisell2.text.hardware-error.error-center": "Error Center",
|
|
373
|
-
"pisell2.text.hardware-error.error-list": "Error List",
|
|
374
|
-
"pisell2.text.hardware-error.error-code": "Error Code",
|
|
375
|
-
"pisell2.text.hardware-error.time": "Time",
|
|
376
|
-
"pisell2.text.hardware-error.error-description": "Error Description",
|
|
377
|
-
"pisell2.text.hardware-error.solution": "Solution",
|
|
378
|
-
"pisell2.text.hardware-error.info-number": "Info Number",
|
|
379
|
-
"pisell2.text.hardware-error.tip-content": "Tip Content",
|
|
380
|
-
"pisell2.text.hardware-error.device.all": "All Devices",
|
|
381
|
-
"pisell2.text.hardware-error.device.printer": "Printer",
|
|
382
|
-
"pisell2.text.hardware-error.device.barcode-scanner": "Barcode Scanner",
|
|
383
|
-
"pisell2.text.hardware-error.device.cds": "CDS",
|
|
384
|
-
"pisell2.text.hardware-error.device.kds": "KDS",
|
|
385
|
-
"pisell2.text.hardware-error.device.display": "Display",
|
|
386
|
-
"pisell2.text.hardware-error.device.card-reader": "Card Reader",
|
|
387
|
-
"pisell2.text.hardware-error.device.till": "Till",
|
|
388
|
-
"pisell2.text.hardware-error.device.scale": "Scale",
|
|
389
|
-
"pisell2.text.hardware-error.error-logs": "Error Logs",
|
|
390
|
-
"pisell2.text.hardware-error.all-devices": "All Devices",
|
|
391
|
-
"pisell2.text.hardware-error.all-levels": "All Levels",
|
|
392
|
-
"pisell2.text.hardware-error.debug-info": "Debug Info",
|
|
393
|
-
"pisell2.text.hardware-error.important-info": "Important Operation Info",
|
|
394
|
-
"pisell2.text.hardware-error.error-info": "Error Info",
|
|
395
|
-
"pisell2.text.hardware-error.search-logs": "Search logs...",
|
|
396
|
-
"pisell2.text.hardware-error.export-logs": "Export Logs",
|
|
397
|
-
"pisell2.text.hardware-error.no-errors": "No error information",
|
|
398
|
-
"pisell2.text.hardware-error.no-logs": "No log records",
|
|
399
519
|
"pisell2.text.goodpass.product-vouchers": "Promotions & Vouchers",
|
|
400
520
|
"pisell2.text.goodpass.last-settlement": "(Last payment)",
|
|
401
521
|
"pisell2.text.goodpass.view-more": "View More",
|
|
@@ -407,16 +527,8 @@ var en_US_default = {
|
|
|
407
527
|
"pisell-wallet-pass-card-status-lastPayment": "Last Payment",
|
|
408
528
|
"pisell-wallet-pass-card-reset": "Reset",
|
|
409
529
|
"pisell-wallet-pass-card-done": "Done",
|
|
410
|
-
"
|
|
411
|
-
"
|
|
412
|
-
"pisell-list-load-more": "Load More",
|
|
413
|
-
"pisell-list-view-less": "View Less",
|
|
414
|
-
"pisell-list-pagination-total": (start, end, total) => `Showing ${start}-${end} of ${total} items`,
|
|
415
|
-
"pisell-list-scroll-down": "Scroll Down",
|
|
416
|
-
"pisell-list-scroll-right": "Scroll Right",
|
|
417
|
-
"pisell-list-pagination-page-of": (current, total) => `Page ${current} of ${total}`,
|
|
418
|
-
"pisell-list-pagination-previous": "Previous",
|
|
419
|
-
"pisell-list-pagination-next": "Next",
|
|
530
|
+
"pisell2.wallet-card.add-holder-tip": "To ensure your benefits, please\r\nassign a holder to activate this card.",
|
|
531
|
+
"pisell2.wallet-card.add-holder-button-text": "Set Holder",
|
|
420
532
|
"pisell-camera-no-camera-accessible": "No camera accessible",
|
|
421
533
|
"pisell-camera-permission-denied": "Permission denied",
|
|
422
534
|
"pisell-camera-switch-camera": "Switch camera",
|
|
@@ -427,6 +539,16 @@ var en_US_default = {
|
|
|
427
539
|
"pisell-upload-camera-capture": "Capture",
|
|
428
540
|
"pisell-upload-camera-retake": "Retake",
|
|
429
541
|
"pisell-upload-camera-use": "Use photo",
|
|
542
|
+
"pisell-list-tab-group-default": "Field",
|
|
543
|
+
"pisell-list-empty-text-default": "No data available",
|
|
544
|
+
"pisell-list-load-more": "Load More",
|
|
545
|
+
"pisell-list-view-less": "View Less",
|
|
546
|
+
"pisell-list-pagination-total": (start, end, total) => `Showing ${start}-${end} of ${total} items`,
|
|
547
|
+
"pisell-list-scroll-down": "Scroll Down",
|
|
548
|
+
"pisell-list-scroll-right": "Scroll Right",
|
|
549
|
+
"pisell-list-pagination-page-of": (current, total) => `Page ${current} of ${total}`,
|
|
550
|
+
"pisell-list-pagination-previous": "Previous",
|
|
551
|
+
"pisell-list-pagination-next": "Next",
|
|
430
552
|
"pisell-procedure-header-back-confirm-title": "Hint",
|
|
431
553
|
"pisell-procedure-header-back-confirm-desc": "Do you want to keep the data before this step, or clear the relevant data of this step based on the data changed in the previous step?",
|
|
432
554
|
"pisell-procedure-header-back-confirm-no": "Keep",
|
|
@@ -435,7 +557,10 @@ var en_US_default = {
|
|
|
435
557
|
"pisell-procedure-header-close-confirm-desc": "All entered information will be lost. Are you sure you want to exit?",
|
|
436
558
|
"pisell-procedure-header-close-confirm-no": "Continue",
|
|
437
559
|
"pisell-procedure-header-close-confirm-yes": "Exit",
|
|
438
|
-
"pisell-procedure-footer-more": "More"
|
|
560
|
+
"pisell-procedure-footer-more": "More",
|
|
561
|
+
"pisell-mobile-date-range-picker-placeholder": "Pick date range",
|
|
562
|
+
"pisell-mobile-date-range-picker-title": "Select date range",
|
|
563
|
+
"pisell-mobile-date-range-picker-confirm": "Confirm"
|
|
439
564
|
};
|
|
440
565
|
//#endregion
|
|
441
566
|
exports.default = en_US_default;
|
package/lib/locales/ja.js
CHANGED
|
@@ -30,24 +30,15 @@ var ja_default = {
|
|
|
30
30
|
"table-action-group-by-title": "グループ化",
|
|
31
31
|
"table-action-group-by-title-tip": "データをより適切に整理して閲覧するために、ドロップダウンメニューからフィールドを選択してグループ化してください。",
|
|
32
32
|
"table-action-column-title": "ヘッダー設定",
|
|
33
|
-
"table-action-gallery-display-mode": "表示モード",
|
|
34
|
-
"table-action-gallery-display-mode-default": "標準",
|
|
35
|
-
"table-action-gallery-display-mode-compact": "コンパクト",
|
|
36
|
-
"table-action-gallery-display-field-name": "フィールド名を表示",
|
|
37
|
-
"table-action-gallery-no-cover": "カバーなし",
|
|
38
|
-
"table-action-gallery-cover-content": "カバー内容",
|
|
39
|
-
"table-action-gallery-cover-effect": "カバー効果",
|
|
40
|
-
"table-action-gallery-cover-fit-fill": "フィット",
|
|
41
|
-
"table-action-gallery-cover-fit-cover": "トリミング",
|
|
42
33
|
"table-column-group-records": "件のレコード",
|
|
43
34
|
"table-column-group-lock-tip": "固定列は順序を変更できません",
|
|
44
35
|
"record-board-uniform-summary-empty": "-",
|
|
45
36
|
"record-board-uniform-summary-same": "同一",
|
|
37
|
+
"record-board-infinite-scroll-loading-more": "読み込み中…",
|
|
38
|
+
"record-board-infinite-scroll-all-loaded": "すべて読み込み済み",
|
|
39
|
+
"record-board-infinite-scroll-pull-hint": "下にスクロールしてさらに読み込む",
|
|
46
40
|
"table-column-drag-sort-disabled-tip": "自動並び替えが有効になっているため、手動ドラッグは無効です。",
|
|
47
41
|
"table-action-filter-no-filter": "利用可能なフィルターオプションがありません。",
|
|
48
|
-
"table-action-view-mode-grid": "グリッド",
|
|
49
|
-
"table-action-view-mode-gallery": "ギャラリー",
|
|
50
|
-
"table-action-view-mode-kanban": "カンバン",
|
|
51
42
|
"table-action-range-picker-presets-today": "今日",
|
|
52
43
|
"table-action-range-picker-presets-yesterday": "昨日",
|
|
53
44
|
"table-action-range-picker-presets-last-3-day": "過去3日",
|
|
@@ -337,14 +328,203 @@ var ja_default = {
|
|
|
337
328
|
"pisell-lookup-no-data": "データがありません",
|
|
338
329
|
"pisell-find-button-text": "検索",
|
|
339
330
|
"pisell-find-placeholder": "検索内容を入力してください",
|
|
331
|
+
"batch-action-bar-select-all": "全選",
|
|
332
|
+
"batch-action-bar-invert": "反選",
|
|
333
|
+
"batch-action-bar-clear": "選択解除",
|
|
334
|
+
"batch-action-bar-delete": "削除",
|
|
335
|
+
"batch-action-bar-more": "更多",
|
|
336
|
+
"batch-action-bar-selected-count": (count) => `${count} ${count > 1 ? "件" : "件"}`,
|
|
337
|
+
"batch-action-bar-confirm-title": "確認",
|
|
338
|
+
"batch-action-bar-delete-confirm-title": "削除確認",
|
|
339
|
+
"batch-action-bar-delete-confirm-content": (count) => `選択した${count}件を削除してもよろしいですか?`,
|
|
340
|
+
"batch-action-bar-delete-confirm-ok": "はい",
|
|
341
|
+
"batch-action-bar-delete-confirm-cancel": "いいえ",
|
|
342
|
+
"pisell-procedure-header-back-confirm-title": "確認",
|
|
343
|
+
"pisell-procedure-header-back-confirm-desc": "このステップの前のデータを保持するか、前のステップで変更されたデータを使用してこのステップのデータを更新しますか?",
|
|
344
|
+
"pisell-procedure-header-back-confirm-no": "保持",
|
|
345
|
+
"pisell-procedure-header-back-confirm-yes": "クリア",
|
|
346
|
+
"pisell-procedure-header-close-confirm-title": "確認退出?",
|
|
347
|
+
"pisell-procedure-header-close-confirm-desc": "退出後、すべての入力情報が失われます。本当に退出しますか?",
|
|
348
|
+
"pisell-procedure-header-close-confirm-no": "続行",
|
|
349
|
+
"pisell-procedure-header-close-confirm-yes": "閉じる",
|
|
350
|
+
"pisell-procedure-footer-more": "もっと見る",
|
|
340
351
|
"pisell2.recordBoard.toolbar.find": "検索",
|
|
341
352
|
"pisell2.recordBoard.toolbar.findPlaceholder": "検索キーワードを入力",
|
|
342
353
|
"pisell2.recordBoard.toolbar.sort": "並び替え",
|
|
354
|
+
"pisell2.recordBoard.toolbar.sortStatus": "状態",
|
|
355
|
+
"pisell2.recordBoard.toolbar.sortStatusFreeFirst": "空き優先",
|
|
356
|
+
"pisell2.recordBoard.toolbar.sortStatusOccupiedFirst": "使用中優先",
|
|
343
357
|
"pisell2.recordBoard.toolbar.filter": "絞り込み",
|
|
344
358
|
"pisell2.recordBoard.toolbar.reset": "リセット",
|
|
345
359
|
"pisell2.recordBoard.toolbar.viewGrid": "表",
|
|
346
360
|
"pisell2.recordBoard.toolbar.viewFloorMap": "フロア図",
|
|
347
361
|
"pisell2.recordBoard.toolbar.viewCalendar": "カレンダー",
|
|
362
|
+
"pisell2.recordBoard.toolbar.viewResourceWall": "リソースウォール",
|
|
363
|
+
"pisell2.recordBoard.toolbar.columnSetting": "列表示",
|
|
364
|
+
"pisell2.recordBoard.toolbar.moreSettings": "その他の設定",
|
|
365
|
+
"pisell2.recordBoard.calendar.common.close": "閉じる",
|
|
366
|
+
"pisell2.recordBoard.calendar.common.cancel": "キャンセル",
|
|
367
|
+
"pisell2.recordBoard.calendar.common.save": "保存",
|
|
368
|
+
"pisell2.recordBoard.calendar.common.saving": "保存中…",
|
|
369
|
+
"pisell2.recordBoard.calendar.common.resourceFallback": "リソース",
|
|
370
|
+
"pisell2.recordBoard.calendar.common.newBookingName": "新規予約",
|
|
371
|
+
"pisell2.recordBoard.calendar.weekday.mon": "月",
|
|
372
|
+
"pisell2.recordBoard.calendar.weekday.tue": "火",
|
|
373
|
+
"pisell2.recordBoard.calendar.weekday.wed": "水",
|
|
374
|
+
"pisell2.recordBoard.calendar.weekday.thu": "木",
|
|
375
|
+
"pisell2.recordBoard.calendar.weekday.fri": "金",
|
|
376
|
+
"pisell2.recordBoard.calendar.weekday.sat": "土",
|
|
377
|
+
"pisell2.recordBoard.calendar.weekday.sun": "日",
|
|
378
|
+
"pisell2.recordBoard.calendar.block.panelTitle": "ブロック時間を追加",
|
|
379
|
+
"pisell2.recordBoard.calendar.block.defaultTitle": "ブロック時間",
|
|
380
|
+
"pisell2.recordBoard.calendar.block.fieldTitle": "タイトル",
|
|
381
|
+
"pisell2.recordBoard.calendar.block.fieldNote": "メモ",
|
|
382
|
+
"pisell2.recordBoard.calendar.block.fieldResource": "リソース",
|
|
383
|
+
"pisell2.recordBoard.calendar.block.fieldTimeRange": "ブロック時間帯",
|
|
384
|
+
"pisell2.recordBoard.calendar.block.placeholderTitle": "ブロック時間",
|
|
385
|
+
"pisell2.recordBoard.calendar.block.placeholderNote": "任意",
|
|
386
|
+
"pisell2.recordBoard.calendar.block.noResource": "リソースなし",
|
|
387
|
+
"pisell2.recordBoard.calendar.block.closeAria": "閉じる",
|
|
388
|
+
"pisell2.recordBoard.calendar.block.warnSelectTime": "ブロックする時間帯を選択してください。",
|
|
389
|
+
"pisell2.recordBoard.calendar.block.warnEndAfterStart": "終了時刻は開始時刻より後にしてください。",
|
|
390
|
+
"pisell2.recordBoard.calendar.block.warnSelectResource": "リソースを選択してください。",
|
|
391
|
+
"pisell2.recordBoard.calendar.overflow.bookingsForDay": "当日の予約",
|
|
392
|
+
"pisell2.recordBoard.calendar.overflow.listTitleBookings": "{date} · 予約一覧",
|
|
393
|
+
"pisell2.recordBoard.calendar.overflow.listTitleAllBookings": "{date} · すべての予約",
|
|
394
|
+
"pisell2.recordBoard.calendar.overflow.moreCount": "あと{count}件",
|
|
395
|
+
"pisell2.recordBoard.calendar.move.title": "予約情報",
|
|
396
|
+
"pisell2.recordBoard.calendar.move.subtitle": "顧客・コート・日付・時間を更新します。",
|
|
397
|
+
"pisell2.recordBoard.calendar.move.customer": "顧客",
|
|
398
|
+
"pisell2.recordBoard.calendar.move.court": "コート",
|
|
399
|
+
"pisell2.recordBoard.calendar.move.newDate": "新しい日付",
|
|
400
|
+
"pisell2.recordBoard.calendar.move.newStartTime": "新しい開始時刻",
|
|
401
|
+
"pisell2.recordBoard.calendar.move.newEndTime": "新しい終了時刻",
|
|
402
|
+
"pisell2.recordBoard.calendar.move.previousInfo": "変更前の予約",
|
|
403
|
+
"pisell2.recordBoard.calendar.move.original": "変更前",
|
|
404
|
+
"pisell2.recordBoard.calendar.move.dropTarget": "ドロップ先",
|
|
405
|
+
"pisell2.recordBoard.calendar.move.updated": "更新後",
|
|
406
|
+
"pisell2.recordBoard.calendar.move.confirm": "確定",
|
|
407
|
+
"pisell2.recordBoard.calendar.move.noPhone": "電話なし",
|
|
408
|
+
"pisell2.recordBoard.calendar.move.noEmail": "メールなし",
|
|
409
|
+
"pisell2.recordBoard.calendar.move.courtFallback": "コート",
|
|
410
|
+
"pisell2.recordBoard.calendar.move.slotDisabled": "⛔ {time}",
|
|
411
|
+
"pisell2.recordBoard.calendar.week.headerCourtDate": "コート / 日付",
|
|
412
|
+
"pisell2.recordBoard.calendar.resource.monthUnit": "月",
|
|
413
|
+
"pisell2.recordBoard.calendar.week.fullyBooked": "満席",
|
|
414
|
+
"pisell2.recordBoard.calendar.week.available": "空きあり",
|
|
415
|
+
"pisell2.recordBoard.calendar.day.outsideHours": "営業時間外",
|
|
416
|
+
"pisell2.recordBoard.calendar.day.selectedBlock": "選択中のブロック",
|
|
417
|
+
"pisell2.recordBoard.calendar.day.selected": "選択済み",
|
|
418
|
+
"pisell2.recordBoard.calendar.day.deselectAll": "選択を解除",
|
|
419
|
+
"pisell2.recordBoard.calendar.day.openSlot": "スロットを開く",
|
|
420
|
+
"pisell2.recordBoard.calendar.day.block": "ブロック",
|
|
421
|
+
"pisell2.recordBoard.calendar.day.createBooking": "予約を作成",
|
|
422
|
+
"pisell2.recordBoard.calendar.day.freeRatio": "{remaining}/{total} 空",
|
|
423
|
+
"pisell2.recordBoard.calendar.card.continuesNext": "→ 翌日に続く",
|
|
424
|
+
"pisell2.recordBoard.calendar.card.blockBy": "{name} がブロック",
|
|
425
|
+
"pisell2.recordBoard.calendar.card.lateMinutesBadge": "{n}分",
|
|
426
|
+
"pisell2.recordBoard.calendar.card.lateMinutesDetail": "遅刻 {n} 分",
|
|
427
|
+
"pisell2.recordBoard.calendar.status.cancel": "キャンセル",
|
|
428
|
+
"pisell2.recordBoard.calendar.status.change": "変更",
|
|
429
|
+
"pisell2.recordBoard.calendar.status.checkedIn": "チェックイン済み",
|
|
430
|
+
"pisell2.recordBoard.calendar.status.pending": "保留",
|
|
431
|
+
"pisell2.recordBoard.calendar.status.new": "新規",
|
|
432
|
+
"pisell2.recordBoard.calendar.status.late": "遅刻",
|
|
433
|
+
"pisell2.recordBoard.calendar.status.noShow": "無断キャンセル",
|
|
434
|
+
"pisell2.recordBoard.calendar.detail.staff": "スタッフ",
|
|
435
|
+
"pisell2.recordBoard.calendar.detail.orderNote": "注文メモ",
|
|
436
|
+
"pisell-resource-wall-appearance-light": "ライト",
|
|
437
|
+
"pisell-resource-wall-appearance-dark": "ダーク",
|
|
438
|
+
"pisell-resource-wall-control-open": "コントロール",
|
|
439
|
+
"pisell-resource-wall-page-indicator": "{total} ページ中 {cur} ページ目",
|
|
440
|
+
"pisell-resource-wall-layout-custom": "カスタム",
|
|
441
|
+
"pisell-resource-wall-control-title": "リソースウォール設定",
|
|
442
|
+
"pisell-resource-wall-control-cancel": "キャンセル",
|
|
443
|
+
"pisell-resource-wall-control-apply": "適用",
|
|
444
|
+
"pisell-resource-wall-control-close": "閉じる",
|
|
445
|
+
"pisell-resource-wall-control-eyebrow": "バックステージ",
|
|
446
|
+
"pisell-resource-wall-control-subtitle": "ボードレイアウトとページング",
|
|
447
|
+
"pisell-resource-wall-display-mode": "表示モード",
|
|
448
|
+
"pisell-resource-wall-carousel-paging-mode": "カルーセルページング",
|
|
449
|
+
"pisell-resource-wall-summary-pagination": "ページャ / カウントダウン",
|
|
450
|
+
"pisell-resource-wall-summary-page-sec": "— · {sec}秒/ページ",
|
|
451
|
+
"pisell-resource-wall-modal-select-all": "すべて選択",
|
|
452
|
+
"pisell-resource-wall-modal-clear-all": "すべて解除",
|
|
453
|
+
"pisell-resource-wall-modal-resource-hint": "リソース(最大{n}件表示)現在レイアウト容量{cap}、最大{max}件まで選択。",
|
|
454
|
+
"pisell-resource-wall-status-table-title": "ステータス文と配色",
|
|
455
|
+
"pisell-resource-wall-tab-layout": "リソースとレイアウト",
|
|
456
|
+
"pisell-resource-wall-tab-colors": "配色",
|
|
457
|
+
"pisell-resource-wall-tab-status": "ステータス文と色",
|
|
458
|
+
"pisell-resource-wall-resources-section": "表示するリソース",
|
|
459
|
+
"pisell-resource-wall-select-all": "上限まで選択",
|
|
460
|
+
"pisell-resource-wall-clear-selection": "クリア",
|
|
461
|
+
"pisell-resource-wall-max-selection": "最大 {n} 件まで選択",
|
|
462
|
+
"pisell-resource-wall-layout-preset": "レイアウトプリセット",
|
|
463
|
+
"pisell-resource-wall-page-duration": "1ページの表示秒数",
|
|
464
|
+
"pisell-resource-wall-custom-cols": "列数",
|
|
465
|
+
"pisell-resource-wall-custom-rows": "行数",
|
|
466
|
+
"pisell-resource-wall-occupied-color": "使用中の色",
|
|
467
|
+
"pisell-resource-wall-available-color": "空きの色",
|
|
468
|
+
"pisell-resource-wall-boarding-soon-min": "まもなく開始(開始前の分)",
|
|
469
|
+
"pisell-resource-wall-status-col-key": "状態",
|
|
470
|
+
"pisell-resource-wall-status-col-label": "ラベル",
|
|
471
|
+
"pisell-resource-wall-status-col-note": "説明",
|
|
472
|
+
"pisell-resource-wall-status-col-color": "色",
|
|
473
|
+
"pisell-resource-wall-status-col-notebg": "説明背景",
|
|
474
|
+
"pisell-resource-wall-carousel-dwell-sec-label": "カルーセル表示秒数",
|
|
475
|
+
"pisell-resource-wall-layout-placeholder": "レイアウトを選択",
|
|
476
|
+
"pisell-resource-wall-layout-field-label": "レイアウト",
|
|
477
|
+
"pisell-resource-wall-panel-custom-cols": "列数(カスタム)",
|
|
478
|
+
"pisell-resource-wall-panel-custom-rows": "行数(カスタム)",
|
|
479
|
+
"pisell-resource-wall-hero-width-ratio": "メイン文言の基準幅の割合",
|
|
480
|
+
"pisell-resource-wall-hero-width-hint": "基準文言でメイン領域の文字サイズを決め、他カードの高さを揃えます。",
|
|
481
|
+
"pisell-resource-wall-hero-benchmark-placeholder": "例: 60m overtime",
|
|
482
|
+
"pisell-resource-wall-hero-benchmark-sample": "60m overtime",
|
|
483
|
+
"pisell-resource-wall-resources-select-with-count": "リソースを選択({n})",
|
|
484
|
+
"pisell-resource-wall-resources-capacity-carousel-hint": "現在のレイアウトは {cap} 枚まで。超過時はカルーセルで全画面ページに分割されます。",
|
|
485
|
+
"pisell-resource-wall-occupied-card-color-label": "使用中の色(ダークカード)",
|
|
486
|
+
"pisell-resource-wall-available-card-color-label": "空きの色(ライトカード)",
|
|
487
|
+
"pisell-resource-wall-status-col-explain": "説明文",
|
|
488
|
+
"pisell-resource-wall-carousel-countdown-line": "{tot} ページ中 {cur} ページ目 · {sec} 秒/ページ",
|
|
489
|
+
"pisell-resource-wall-countdown-overtime": "超過 {n}",
|
|
490
|
+
"pisell-resource-wall-countdown-ending-now": "まもなく終了",
|
|
491
|
+
"pisell-resource-wall-countdown-left": "残り {n}",
|
|
492
|
+
"pisell-resource-wall-countdown-zero-overtime": "超過 0m",
|
|
493
|
+
"pisell-resource-wall-fullscreen-enter": "全画面",
|
|
494
|
+
"pisell-resource-wall-fullscreen-exit": "全画面を終了",
|
|
495
|
+
"pisell-resource-wall-card-hero-available": "空き",
|
|
496
|
+
"pisell-resource-wall-card-label-current": "現在",
|
|
497
|
+
"pisell-resource-wall-card-label-next": "次",
|
|
498
|
+
"pisell-resource-wall-card-next-line": "次 · {time}",
|
|
499
|
+
"pisell-resource-wall-card-starts-in": "あと {n} で開始",
|
|
500
|
+
"pisell-resource-wall-card-late": "遅刻 +{n}",
|
|
501
|
+
"pisell-resource-wall-card-current-not-in-use": "未使用",
|
|
502
|
+
"pisell-resource-wall-floor-status-empty": "空き",
|
|
503
|
+
"pisell-resource-wall-floor-status-reserved": "予約中",
|
|
504
|
+
"pisell-resource-wall-floor-status-late": "遅刻",
|
|
505
|
+
"pisell-resource-wall-floor-status-occupied": "使用中",
|
|
506
|
+
"pisell-resource-wall-floor-status-expired": "超過",
|
|
507
|
+
"pisell-resource-wall-marquee-ending-soon": "時間までにご退場ください。延長料を避けるため。",
|
|
508
|
+
"pisell-resource-wall-card-session-complete": "セッション終了",
|
|
509
|
+
"pisell-resource-wall-card-check-in-prompt": "チェックインして開始してください",
|
|
510
|
+
"pisell-resource-wall-status-id-inUse": "使用中",
|
|
511
|
+
"pisell-resource-wall-status-id-endingSoon": "まもなく終了",
|
|
512
|
+
"pisell-resource-wall-status-id-expired": "終了済み",
|
|
513
|
+
"pisell-resource-wall-status-id-available": "空き",
|
|
514
|
+
"pisell-resource-wall-status-id-boardingSoon": "まもなく開始",
|
|
515
|
+
"pisell-resource-wall-status-id-late": "遅刻",
|
|
516
|
+
"pisell-resource-wall-tone-inUse-label": "使用中",
|
|
517
|
+
"pisell-resource-wall-tone-inUse-note": "このコートは現在使用中です。",
|
|
518
|
+
"pisell-resource-wall-tone-endingSoon-label": "まもなく終了",
|
|
519
|
+
"pisell-resource-wall-tone-endingSoon-note": "時間内に退場し、延長料金を避けてください。",
|
|
520
|
+
"pisell-resource-wall-tone-expired-label": "終了済み",
|
|
521
|
+
"pisell-resource-wall-tone-expired-note": "予約は終了しました。コートを空けてください。",
|
|
522
|
+
"pisell-resource-wall-tone-available-label": "空き",
|
|
523
|
+
"pisell-resource-wall-tone-available-note": "このコートは現在空いています。",
|
|
524
|
+
"pisell-resource-wall-tone-boardingSoon-label": "まもなく開始",
|
|
525
|
+
"pisell-resource-wall-tone-boardingSoon-note": "チェックインして開始してください。",
|
|
526
|
+
"pisell-resource-wall-tone-late-label": "遅刻",
|
|
527
|
+
"pisell-resource-wall-tone-late-note": "できるだけ早くチェックインしてください。",
|
|
348
528
|
"pisell2.recordBoard.filter.placeholderEnter": "{label}を入力",
|
|
349
529
|
"batch-action-bar-select-all": "全選",
|
|
350
530
|
"batch-action-bar-invert": "反選",
|
|
@@ -356,7 +536,10 @@ var ja_default = {
|
|
|
356
536
|
"batch-action-bar-delete-confirm-title": "削除確認",
|
|
357
537
|
"batch-action-bar-delete-confirm-content": (count) => `選択した${count}件を削除してもよろしいですか?`,
|
|
358
538
|
"batch-action-bar-delete-confirm-ok": "はい",
|
|
359
|
-
"batch-action-bar-delete-confirm-cancel": "いいえ"
|
|
539
|
+
"batch-action-bar-delete-confirm-cancel": "いいえ",
|
|
540
|
+
"pisell-mobile-date-range-picker-placeholder": "期間を選択",
|
|
541
|
+
"pisell-mobile-date-range-picker-title": "期間を選択",
|
|
542
|
+
"pisell-mobile-date-range-picker-confirm": "確定"
|
|
360
543
|
};
|
|
361
544
|
//#endregion
|
|
362
545
|
exports.default = ja_default;
|