@pisell/private-materials 6.3.96 → 6.3.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +8 -8
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +10 -10
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +10 -10
- package/es/components/Sales/Cart/index.d.ts +53 -0
- package/es/components/Sales/Summary/utils.d.ts +58 -0
- package/es/components/appointmentBooking/components/Date/state.d.ts +63 -0
- package/es/components/appointmentBooking/components/Date/state.js +3 -1
- package/es/components/appointmentBooking/locales.d.ts +606 -0
- package/es/components/appointmentBooking/locales.js +276 -0
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +413 -0
- package/es/components/authentication/admin/AuthMethods/locales.js +164 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +27 -9
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +138 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +108 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
- package/es/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
- package/es/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
- package/es/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
- package/es/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/es/components/booking/addons/index.d.ts +17 -0
- package/es/components/booking/components/footer/amount.d.ts +25 -0
- package/es/components/booking/components/tabPane/index.d.ts +4 -0
- package/es/components/booking/components/voucher/utils.d.ts +4 -0
- package/es/components/booking/dashboard/serve.d.ts +1 -0
- package/es/components/booking/deposit/ClientItem/index.d.ts +18 -0
- package/es/components/booking/deposit/DepositItem/index.d.ts +25 -0
- package/es/components/booking/deposit/index.d.ts +3 -0
- package/es/components/booking/editBookingModal/locales.d.ts +33 -0
- package/es/components/booking/editBookingModal/locales.js +12 -0
- package/es/components/booking/editBookingModal/mock.d.ts +991 -0
- package/es/components/booking/editBookingModal/mock.js +22 -0
- package/es/components/booking/editBookingModal/utils.d.ts +12 -0
- package/es/components/booking/forms/forms.d.ts +30 -0
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +2 -1
- package/es/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/es/components/booking/info/addServiceVariant/index.d.ts +7 -0
- package/es/components/booking/info/client/index.d.ts +4 -0
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/es/components/booking/info/clientVariant/utils.d.ts +1 -0
- package/es/components/booking/info/clientVariant/vertical/index.d.ts +8 -0
- package/es/components/booking/info/hooks/useHolderConfig.d.ts +9 -0
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +9 -0
- package/es/components/booking/info/index.d.ts +4 -0
- package/es/components/booking/info/main.d.ts +12 -0
- package/es/components/booking/info/model.d.ts +14 -0
- package/es/components/booking/info/service/Lists.d.ts +3 -0
- package/es/components/booking/info/service/addService/index.d.ts +12 -0
- package/es/components/booking/info/service/serve.d.ts +20 -0
- package/es/components/booking/info/service/serviceList/index.d.ts +6 -0
- package/es/components/booking/info/service/serviceManager/index.d.ts +20 -0
- package/es/components/booking/info/service2/Group/utils.d.ts +14 -0
- package/es/components/booking/info/service2/Lists.d.ts +3 -0
- package/es/components/booking/info/service2/utils.d.ts +248 -0
- package/es/components/booking/info/utils.d.ts +50 -0
- package/es/components/booking/info2/index.d.ts +12 -0
- package/es/components/booking/info2/service/addService/index.d.ts +12 -0
- package/es/components/booking/info2/service/addService/mock.d.ts +216 -0
- package/es/components/booking/info2/service/addService/mock.js +4 -0
- package/es/components/booking/info2/service/addService/utils.d.ts +98 -0
- package/es/components/booking/info2/service/addTimeModal/index.d.ts +4 -0
- package/es/components/booking/info2/service/editService/utils.d.ts +13 -0
- package/es/components/booking/info2/service/index.d.ts +4 -0
- package/es/components/booking/info2/service/serviceList/index.d.ts +6 -0
- package/es/components/booking/info2/utilsByBooking.d.ts +35 -0
- package/es/components/booking/locales.d.ts +1474 -0
- package/es/components/booking/locales.js +722 -0
- package/es/components/booking/notes/addNote/index.d.ts +4 -0
- package/es/components/booking/utils.d.ts +175 -0
- package/es/components/ecocup/components/CupInfoCard/index.d.ts +8 -0
- package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +5 -0
- package/es/components/ecocup/components/CustomerCard/index.d.ts +7 -0
- package/es/components/ecocup/cupList/hooks/useCupApi.d.ts +32 -0
- package/es/components/ecocup/cupProject/const.d.ts +7 -0
- package/es/components/ecocup/locales.d.ts +224 -0
- package/es/components/ecocup/locales.js +228 -0
- package/es/components/eftpos/const.d.ts +64 -0
- package/es/components/eftpos/device.d.ts +9 -0
- package/es/components/eftpos/hooks.d.ts +33 -0
- package/es/components/eftpos/locales.d.ts +163 -0
- package/es/components/eftpos/locales.js +80 -0
- package/es/components/eftposPay/app.d.ts +11 -0
- package/es/components/eftposPay/component/fail/failCustom.d.ts +4 -0
- package/es/components/eftposPay/component/fail/index.d.ts +4 -0
- package/es/components/eftposPay/const.d.ts +184 -0
- package/es/components/eftposPay/device.d.ts +24 -0
- package/es/components/eftposPay/hooks.d.ts +35 -0
- package/es/components/eftposPay/index.d.ts +5 -0
- package/es/components/eftposPay/locales.d.ts +572 -0
- package/es/components/eftposPay/locales.js +326 -0
- package/es/components/eftposPay/manufacturer.d.ts +7 -0
- package/es/components/eftposPay/pay.d.ts +21 -0
- package/es/components/eftposPay/store/index.d.ts +355 -0
- package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/es/components/eftposPay/tyro/index.d.ts +9 -0
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/es/components/eventBooking/components/Voucher/components/locales.d.ts +22 -0
- package/es/components/eventBooking/components/Voucher/components/locales.js +22 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
- package/es/components/eventBooking/locales.d.ts +408 -0
- package/es/components/eventBooking/locales.js +186 -0
- package/es/components/kioskSkuDetail/index.js +39 -10
- package/es/components/kioskSkuDetail/locales.d.ts +21 -0
- package/es/components/kioskSkuDetail/locales.js +24 -3
- package/es/components/login/locales.d.ts +38 -0
- package/es/components/login/locales.js +14 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +3 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.js +18 -7
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +2 -1
- package/es/components/pay/toC/locales.d.ts +511 -0
- package/es/components/pay/toC/locales.js +244 -0
- package/es/components/pay/toC/serve.d.ts +64 -0
- package/es/components/pinModal/locales.d.ts +43 -0
- package/es/components/pinModal/locales.js +16 -0
- package/es/components/pinVerifyModal/locales.d.ts +38 -0
- package/es/components/pinVerifyModal/locales.js +14 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +3 -0
- package/es/components/pisellSelectCustomerModal/locales.d.ts +133 -0
- package/es/components/pisellSelectCustomerModal/locales.js +52 -0
- package/es/components/productExtension/locales.d.ts +78 -0
- package/es/components/productExtension/locales.js +30 -0
- package/es/components/productSelect/components/pisellPriceText/index.js +8 -4
- package/es/components/productSelect/locales.d.ts +38 -0
- package/es/components/productSelect/locales.js +23 -3
- package/es/components/ruleSetting/locales.d.ts +78 -0
- package/es/components/ruleSetting/locales.js +30 -0
- package/es/components/schedules/locales.d.ts +143 -0
- package/es/components/schedules/locales.js +56 -0
- package/es/components/schedules/model.d.ts +9 -1
- package/es/components/shoppingCart/locales.d.ts +53 -0
- package/es/components/shoppingCart/locales.js +24 -0
- package/es/components/shoppingCart/type.d.ts +48 -0
- package/es/components/stepController/locales.d.ts +43 -0
- package/es/components/stepController/locales.js +20 -0
- package/es/components/subTotal/locales.d.ts +68 -0
- package/es/components/subTotal/locales.js +26 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +59 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +390 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +70 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +367 -0
- package/es/components/systemSettings/registry/components/ItemModal.js +169 -35
- package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +8 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +163 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/index.d.ts +10 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/index.js +127 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/index.less +37 -0
- package/es/components/systemSettings/registry/index.js +20 -16
- package/es/components/systemSettings/registry/index.less +6 -7
- package/es/components/systemSettings/registry/locales.d.ts +525 -0
- package/es/components/systemSettings/registry/locales.js +262 -3
- package/es/components/systemSettings/registry/services.d.ts +20 -0
- package/es/components/systemSettings/registry/types.d.ts +139 -0
- package/es/components/taxSelect/locales.d.ts +38 -0
- package/es/components/taxSelect/locales.js +14 -0
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +7 -0
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +5 -0
- package/es/components/ticketBooking/index.d.ts +8 -0
- package/es/components/ticketBooking/locales.d.ts +304 -0
- package/es/components/ticketBooking/locales.js +156 -0
- package/es/components/ticketBooking/serve.d.ts +287 -0
- package/es/components/ticketBooking/utils/formatTime.d.ts +33 -0
- package/es/components/ticketBooking/utils/formatTime.js +8 -2
- package/es/components/ticketBooking/utils/index.d.ts +25 -0
- package/es/components/wallet/utils.d.ts +48 -0
- package/es/components/walletList/index.js +10 -0
- package/es/components/walletList/locales.d.ts +43 -0
- package/es/components/walletList/locales.js +16 -0
- package/es/components/walletList/types/index.d.ts +196 -0
- package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
- package/es/components/workSpaceList/components/Card/constants.d.ts +2 -0
- package/es/hooks/useEngineContext.d.ts +11 -0
- package/es/hooks/usePaymentLogger.d.ts +1 -0
- package/es/hooks/useWindowSize.d.ts +5 -0
- package/es/plus/clientCard/locales.d.ts +28 -0
- package/es/plus/clientCard/locales.js +10 -0
- package/es/plus/clientCard/types.d.ts +135 -0
- package/es/plus/clinetSearch/locales.d.ts +178 -0
- package/es/plus/clinetSearch/locales.js +70 -0
- package/es/plus/contactInfo/locales.d.ts +23 -0
- package/es/plus/contactInfo/locales.js +8 -0
- package/es/plus/contactInfoModal/locales.d.ts +108 -0
- package/es/plus/contactInfoModal/locales.js +42 -0
- package/es/plus/orderList/config.d.ts +2 -2
- package/es/plus/orderList/locales.d.ts +246 -0
- package/es/plus/orderList/locales.js +274 -0
- package/es/plus/productSelect/CategoryTabs/index.d.ts +21 -0
- package/es/plus/productSelect/components/pisellPriceText/index.js +8 -4
- package/es/plus/productSelect/locales.d.ts +38 -0
- package/es/plus/productSelect/locales.js +23 -3
- package/es/plus/saasAttendance/locales.d.ts +210 -0
- package/es/plus/saasAttendance/locales.js +234 -0
- package/es/plus/saasAttendance/settings/components/MapField.js +4 -2
- package/es/plus/saasAttendance/settings/types.d.ts +2 -0
- package/es/plus/saasCreateOrganization/locales.d.ts +23 -0
- package/es/plus/saasCreateOrganization/locales.js +8 -0
- package/es/plus/saasLogin/locales.d.ts +83 -0
- package/es/plus/saasLogin/locales.js +32 -0
- package/es/plus/saasRegister/locales.d.ts +193 -0
- package/es/plus/saasRegister/locales.js +76 -0
- package/es/plus/saasRole/locales.d.ts +319 -0
- package/es/plus/saasRole/locales.js +126 -0
- package/es/plus/saasRole/types.d.ts +177 -0
- package/es/plus/saasTeamMembers/locales.d.ts +546 -0
- package/es/plus/saasTeamMembers/locales.js +216 -0
- package/es/plus/saasTeamMembers/type.d.ts +158 -0
- package/es/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/es/plus/selectHolder/locales.d.ts +35 -0
- package/es/plus/selectHolder/locales.js +17 -5
- package/es/plus/skuOptionsSelection/locales.d.ts +20 -0
- package/es/plus/skuOptionsSelection/locales.js +20 -0
- package/es/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +2 -0
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.js +12 -4
- package/es/plus/walletEditor/locales.d.ts +223 -0
- package/es/plus/walletEditor/locales.js +100 -0
- package/es/plus/walletEditor/types.d.ts +54 -0
- package/es/plus/walletPassGallery/locales.d.ts +473 -0
- package/es/plus/walletPassGallery/locales.js +192 -0
- package/es/plus/walletPassGallery/utils.d.ts +48 -0
- package/es/pro/Login2.0/components/PhoneInput.d.ts +53 -0
- package/es/pro/Login2.0/locales.d.ts +903 -0
- package/es/pro/Login2.0/locales.js +360 -0
- package/es/pro/Login2.0/shared/types.d.ts +234 -0
- package/es/pro/Selector/locales.d.ts +22 -0
- package/es/pro/Selector/locales.js +58 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
- package/es/pro/comprehensiveSearch/locales.d.ts +23 -0
- package/es/pro/comprehensiveSearch/locales.js +8 -0
- package/es/pro/keyboards/locales.d.ts +14 -0
- package/es/pro/keyboards/locales.js +22 -0
- package/es/pro/numberKeyboard/locales.d.ts +18 -0
- package/es/pro/numberKeyboard/locales.js +6 -0
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
- package/es/pro/pisellPhoneKeyboard/locales.js +6 -0
- package/es/test/setup.d.ts +1 -0
- package/lib/components/Sales/Cart/index.d.ts +53 -0
- package/lib/components/Sales/Summary/utils.d.ts +58 -0
- package/lib/components/appointmentBooking/components/Date/state.d.ts +63 -0
- package/lib/components/appointmentBooking/components/Date/state.js +3 -1
- package/lib/components/appointmentBooking/locales.d.ts +606 -0
- package/lib/components/appointmentBooking/locales.js +240 -0
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +413 -0
- package/lib/components/authentication/admin/AuthMethods/locales.js +164 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +17 -9
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +138 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +108 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/lib/components/booking/addons/index.d.ts +17 -0
- package/lib/components/booking/components/footer/amount.d.ts +25 -0
- package/lib/components/booking/components/tabPane/index.d.ts +4 -0
- package/lib/components/booking/components/voucher/utils.d.ts +4 -0
- package/lib/components/booking/dashboard/serve.d.ts +1 -0
- package/lib/components/booking/deposit/ClientItem/index.d.ts +18 -0
- package/lib/components/booking/deposit/DepositItem/index.d.ts +25 -0
- package/lib/components/booking/deposit/index.d.ts +3 -0
- package/lib/components/booking/editBookingModal/locales.d.ts +33 -0
- package/lib/components/booking/editBookingModal/locales.js +12 -0
- package/lib/components/booking/editBookingModal/mock.d.ts +991 -0
- package/lib/components/booking/editBookingModal/mock.js +22 -0
- package/lib/components/booking/editBookingModal/utils.d.ts +12 -0
- package/lib/components/booking/forms/forms.d.ts +30 -0
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +2 -1
- package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/lib/components/booking/info/addServiceVariant/index.d.ts +7 -0
- package/lib/components/booking/info/client/index.d.ts +4 -0
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/lib/components/booking/info/clientVariant/utils.d.ts +1 -0
- package/lib/components/booking/info/clientVariant/vertical/index.d.ts +8 -0
- package/lib/components/booking/info/hooks/useHolderConfig.d.ts +9 -0
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +9 -0
- package/lib/components/booking/info/index.d.ts +4 -0
- package/lib/components/booking/info/main.d.ts +12 -0
- package/lib/components/booking/info/model.d.ts +14 -0
- package/lib/components/booking/info/service/Lists.d.ts +3 -0
- package/lib/components/booking/info/service/addService/index.d.ts +12 -0
- package/lib/components/booking/info/service/serve.d.ts +20 -0
- package/lib/components/booking/info/service/serviceList/index.d.ts +6 -0
- package/lib/components/booking/info/service/serviceManager/index.d.ts +20 -0
- package/lib/components/booking/info/service2/Group/utils.d.ts +14 -0
- package/lib/components/booking/info/service2/Lists.d.ts +3 -0
- package/lib/components/booking/info/service2/utils.d.ts +248 -0
- package/lib/components/booking/info/utils.d.ts +50 -0
- package/lib/components/booking/info2/index.d.ts +12 -0
- package/lib/components/booking/info2/service/addService/index.d.ts +12 -0
- package/lib/components/booking/info2/service/addService/mock.d.ts +216 -0
- package/lib/components/booking/info2/service/addService/mock.js +4 -0
- package/lib/components/booking/info2/service/addService/utils.d.ts +98 -0
- package/lib/components/booking/info2/service/addTimeModal/index.d.ts +4 -0
- package/lib/components/booking/info2/service/editService/utils.d.ts +13 -0
- package/lib/components/booking/info2/service/index.d.ts +4 -0
- package/lib/components/booking/info2/service/serviceList/index.d.ts +6 -0
- package/lib/components/booking/info2/utilsByBooking.d.ts +35 -0
- package/lib/components/booking/locales.d.ts +1474 -0
- package/lib/components/booking/locales.js +680 -0
- package/lib/components/booking/notes/addNote/index.d.ts +4 -0
- package/lib/components/booking/utils.d.ts +175 -0
- package/lib/components/ecocup/components/CupInfoCard/index.d.ts +8 -0
- package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +5 -0
- package/lib/components/ecocup/components/CustomerCard/index.d.ts +7 -0
- package/lib/components/ecocup/cupList/hooks/useCupApi.d.ts +32 -0
- package/lib/components/ecocup/cupProject/const.d.ts +7 -0
- package/lib/components/ecocup/locales.d.ts +224 -0
- package/lib/components/ecocup/locales.js +224 -0
- package/lib/components/eftpos/const.d.ts +64 -0
- package/lib/components/eftpos/device.d.ts +9 -0
- package/lib/components/eftpos/hooks.d.ts +33 -0
- package/lib/components/eftpos/locales.d.ts +163 -0
- package/lib/components/eftpos/locales.js +76 -0
- package/lib/components/eftposPay/app.d.ts +11 -0
- package/lib/components/eftposPay/component/fail/failCustom.d.ts +4 -0
- package/lib/components/eftposPay/component/fail/index.d.ts +4 -0
- package/lib/components/eftposPay/const.d.ts +184 -0
- package/lib/components/eftposPay/device.d.ts +24 -0
- package/lib/components/eftposPay/hooks.d.ts +35 -0
- package/lib/components/eftposPay/index.d.ts +5 -0
- package/lib/components/eftposPay/locales.d.ts +572 -0
- package/lib/components/eftposPay/locales.js +250 -0
- package/lib/components/eftposPay/manufacturer.d.ts +7 -0
- package/lib/components/eftposPay/pay.d.ts +21 -0
- package/lib/components/eftposPay/store/index.d.ts +355 -0
- package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/lib/components/eftposPay/tyro/index.d.ts +9 -0
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Voucher/components/locales.d.ts +22 -0
- package/lib/components/eventBooking/components/Voucher/components/locales.js +22 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
- package/lib/components/eventBooking/locales.d.ts +408 -0
- package/lib/components/eventBooking/locales.js +162 -0
- package/lib/components/kioskSkuDetail/index.js +27 -3
- package/lib/components/kioskSkuDetail/locales.d.ts +21 -0
- package/lib/components/kioskSkuDetail/locales.js +24 -3
- package/lib/components/login/locales.d.ts +38 -0
- package/lib/components/login/locales.js +14 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +3 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.js +7 -1
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +2 -1
- package/lib/components/pay/toC/locales.d.ts +511 -0
- package/lib/components/pay/toC/locales.js +204 -0
- package/lib/components/pay/toC/serve.d.ts +64 -0
- package/lib/components/pinModal/locales.d.ts +43 -0
- package/lib/components/pinModal/locales.js +16 -0
- package/lib/components/pinVerifyModal/locales.d.ts +38 -0
- package/lib/components/pinVerifyModal/locales.js +14 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +3 -0
- package/lib/components/pisellSelectCustomerModal/locales.d.ts +133 -0
- package/lib/components/pisellSelectCustomerModal/locales.js +52 -0
- package/lib/components/productExtension/locales.d.ts +78 -0
- package/lib/components/productExtension/locales.js +30 -0
- package/lib/components/productSelect/components/pisellPriceText/index.js +6 -4
- package/lib/components/productSelect/locales.d.ts +38 -0
- package/lib/components/productSelect/locales.js +23 -3
- package/lib/components/ruleSetting/locales.d.ts +78 -0
- package/lib/components/ruleSetting/locales.js +30 -0
- package/lib/components/schedules/locales.d.ts +143 -0
- package/lib/components/schedules/locales.js +56 -0
- package/lib/components/schedules/model.d.ts +9 -1
- package/lib/components/shoppingCart/locales.d.ts +53 -0
- package/lib/components/shoppingCart/locales.js +20 -0
- package/lib/components/shoppingCart/type.d.ts +48 -0
- package/lib/components/stepController/locales.d.ts +43 -0
- package/lib/components/stepController/locales.js +16 -0
- package/lib/components/subTotal/locales.d.ts +68 -0
- package/lib/components/subTotal/locales.js +26 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +59 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +228 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +70 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +195 -0
- package/lib/components/systemSettings/registry/components/ItemModal.js +294 -225
- package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +8 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +166 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.d.ts +10 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.js +210 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.less +37 -0
- package/lib/components/systemSettings/registry/index.js +20 -16
- package/lib/components/systemSettings/registry/index.less +6 -7
- package/lib/components/systemSettings/registry/locales.d.ts +525 -0
- package/lib/components/systemSettings/registry/locales.js +262 -3
- package/lib/components/systemSettings/registry/services.d.ts +20 -0
- package/lib/components/systemSettings/registry/types.d.ts +139 -0
- package/lib/components/taxSelect/locales.d.ts +38 -0
- package/lib/components/taxSelect/locales.js +14 -0
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +7 -0
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +5 -0
- package/lib/components/ticketBooking/index.d.ts +8 -0
- package/lib/components/ticketBooking/locales.d.ts +304 -0
- package/lib/components/ticketBooking/locales.js +136 -0
- package/lib/components/ticketBooking/serve.d.ts +287 -0
- package/lib/components/ticketBooking/utils/formatTime.d.ts +33 -0
- package/lib/components/ticketBooking/utils/formatTime.js +8 -2
- package/lib/components/ticketBooking/utils/index.d.ts +25 -0
- package/lib/components/wallet/utils.d.ts +48 -0
- package/lib/components/walletList/index.js +10 -0
- package/lib/components/walletList/locales.d.ts +43 -0
- package/lib/components/walletList/locales.js +16 -0
- package/lib/components/walletList/types/index.d.ts +196 -0
- package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
- package/lib/components/workSpaceList/components/Card/constants.d.ts +2 -0
- package/lib/hooks/useEngineContext.d.ts +11 -0
- package/lib/hooks/usePaymentLogger.d.ts +1 -0
- package/lib/hooks/useWindowSize.d.ts +5 -0
- package/lib/plus/clientCard/locales.d.ts +28 -0
- package/lib/plus/clientCard/locales.js +10 -0
- package/lib/plus/clientCard/types.d.ts +135 -0
- package/lib/plus/clinetSearch/locales.d.ts +178 -0
- package/lib/plus/clinetSearch/locales.js +70 -0
- package/lib/plus/contactInfo/locales.d.ts +23 -0
- package/lib/plus/contactInfo/locales.js +8 -0
- package/lib/plus/contactInfoModal/locales.d.ts +108 -0
- package/lib/plus/contactInfoModal/locales.js +42 -0
- package/lib/plus/orderList/config.d.ts +2 -2
- package/lib/plus/orderList/locales.d.ts +246 -0
- package/lib/plus/orderList/locales.js +266 -0
- package/lib/plus/productSelect/CategoryTabs/index.d.ts +21 -0
- package/lib/plus/productSelect/components/pisellPriceText/index.js +6 -4
- package/lib/plus/productSelect/locales.d.ts +38 -0
- package/lib/plus/productSelect/locales.js +23 -3
- package/lib/plus/saasAttendance/locales.d.ts +210 -0
- package/lib/plus/saasAttendance/locales.js +210 -0
- package/lib/plus/saasAttendance/settings/components/MapField.js +2 -2
- package/lib/plus/saasAttendance/settings/types.d.ts +2 -0
- package/lib/plus/saasCreateOrganization/locales.d.ts +23 -0
- package/lib/plus/saasCreateOrganization/locales.js +8 -0
- package/lib/plus/saasLogin/locales.d.ts +83 -0
- package/lib/plus/saasLogin/locales.js +32 -0
- package/lib/plus/saasRegister/locales.d.ts +193 -0
- package/lib/plus/saasRegister/locales.js +76 -0
- package/lib/plus/saasRole/locales.d.ts +319 -0
- package/lib/plus/saasRole/locales.js +126 -0
- package/lib/plus/saasRole/types.d.ts +177 -0
- package/lib/plus/saasTeamMembers/locales.d.ts +546 -0
- package/lib/plus/saasTeamMembers/locales.js +216 -0
- package/lib/plus/saasTeamMembers/type.d.ts +158 -0
- package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/lib/plus/selectHolder/locales.d.ts +35 -0
- package/lib/plus/selectHolder/locales.js +13 -5
- package/lib/plus/skuOptionsSelection/locales.d.ts +20 -0
- package/lib/plus/skuOptionsSelection/locales.js +20 -0
- package/lib/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +2 -0
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.js +12 -4
- package/lib/plus/walletEditor/locales.d.ts +223 -0
- package/lib/plus/walletEditor/locales.js +100 -0
- package/lib/plus/walletEditor/types.d.ts +54 -0
- package/lib/plus/walletPassGallery/locales.d.ts +473 -0
- package/lib/plus/walletPassGallery/locales.js +192 -0
- package/lib/plus/walletPassGallery/utils.d.ts +48 -0
- package/lib/pro/Login2.0/components/PhoneInput.d.ts +53 -0
- package/lib/pro/Login2.0/locales.d.ts +903 -0
- package/lib/pro/Login2.0/locales.js +360 -0
- package/lib/pro/Login2.0/shared/types.d.ts +234 -0
- package/lib/pro/Selector/locales.d.ts +22 -0
- package/lib/pro/Selector/locales.js +50 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
- package/lib/pro/comprehensiveSearch/locales.d.ts +23 -0
- package/lib/pro/comprehensiveSearch/locales.js +8 -0
- package/lib/pro/keyboards/locales.d.ts +14 -0
- package/lib/pro/keyboards/locales.js +14 -0
- package/lib/pro/numberKeyboard/locales.d.ts +18 -0
- package/lib/pro/numberKeyboard/locales.js +6 -0
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
- package/lib/pro/pisellPhoneKeyboard/locales.js +6 -0
- package/lib/test/setup.d.ts +1 -0
- package/lowcode/eco-cup-list/meta.ts +1 -1
- package/lowcode/eco-customer-list/meta.ts +1 -1
- package/package.json +1 -1
|
@@ -467,5 +467,271 @@ var locales_default = {
|
|
|
467
467
|
"page.order.void": "作廢訂單",
|
|
468
468
|
"page.order.cancelleds": "取消訂單",
|
|
469
469
|
"page.order.completeds": "完成訂單"
|
|
470
|
+
},
|
|
471
|
+
ja: {
|
|
472
|
+
"pisell2.orderList.title": "注文リスト",
|
|
473
|
+
"pisell2.orderList.column.orderNumber": "注文番号",
|
|
474
|
+
"pisell2.orderList.column.customerInfo": "顧客情報",
|
|
475
|
+
"pisell2.orderList.column.contactInfo": "連絡先情報",
|
|
476
|
+
"pisell2.orderList.column.tags": "タグ",
|
|
477
|
+
"pisell2.orderList.column.deliveryMethod": "配送方法",
|
|
478
|
+
"pisell2.orderList.column.paymentInfo": "支払い情報",
|
|
479
|
+
"pisell2.orderList.column.orderChannel": "注文チャネル",
|
|
480
|
+
"pisell2.orderList.column.productQuantity": "商品数量",
|
|
481
|
+
"pisell2.orderList.column.device": "デバイス",
|
|
482
|
+
"pisell2.orderList.column.business": "ビジネス",
|
|
483
|
+
"pisell2.orderList.column.orderStatus": "注文ステータス",
|
|
484
|
+
"pisell2.orderList.column.processStatus": "処理ステータス",
|
|
485
|
+
"pisell2.orderList.column.createInfo": "作成情報",
|
|
486
|
+
"pisell2.orderList.column.moreInfo": "詳細情報",
|
|
487
|
+
"pisell2.orderList.deliveryType.nil": "配送不要",
|
|
488
|
+
"pisell2.orderList.deliveryType.shipping": "配送",
|
|
489
|
+
"pisell2.orderList.deliveryType.local_delivery": "ローカル配送",
|
|
490
|
+
"pisell2.orderList.deliveryType.pickup": "店頭受取",
|
|
491
|
+
"pisell2.orderList.deliveryType.shop_service": "店舗サービス",
|
|
492
|
+
"pisell2.orderList.shopServiceType.dine-in": "店内飲食",
|
|
493
|
+
"pisell2.orderList.shopServiceType.takeaway": "テイクアウト",
|
|
494
|
+
"pisell2.orderList.platform.online_store": "オンラインストア",
|
|
495
|
+
"pisell2.orderList.platform.wholesalebusiness": "卸売ビジネス",
|
|
496
|
+
"pisell2.orderList.platform.table-order": "テーブル注文",
|
|
497
|
+
"pisell2.orderList.platform.mobile_order": "モバイル注文",
|
|
498
|
+
"pisell2.orderList.platform.kiosk": "キオスク",
|
|
499
|
+
"pisell2.orderList.platform.pos": "POS",
|
|
500
|
+
"pisell2.orderList.orderStatus.open": "未完了",
|
|
501
|
+
"pisell2.orderList.orderStatus.completed": "完了",
|
|
502
|
+
"pisell2.orderList.orderStatus.cancelled": "キャンセル",
|
|
503
|
+
"pisell2.orderList.shippingStatus.falseulfilled": "処理済み",
|
|
504
|
+
"pisell2.orderList.shippingStatus.unfulfilled": "未処理",
|
|
505
|
+
"pisell2.orderList.shippingStatus.fulfilling": "処理中",
|
|
506
|
+
"pisell2.orderList.shippingStatus.partial_fulfilled": "一部処理済み",
|
|
507
|
+
"pisell2.orderList.paymentStatus.authorized": "承認済み",
|
|
508
|
+
"pisell2.orderList.paymentStatus.paid": "支払済み",
|
|
509
|
+
"pisell2.orderList.paymentStatus.partially_paid": "一部支払済み",
|
|
510
|
+
"pisell2.orderList.paymentStatus.partially_refunded": "一部返金済み",
|
|
511
|
+
"pisell2.orderList.paymentStatus.payment_pending": "支払い待ち",
|
|
512
|
+
"pisell2.orderList.paymentStatus.refunded": "返金済み",
|
|
513
|
+
"pisell2.orderList.paymentStatus.unpaid": "未払い",
|
|
514
|
+
"pisell2.orderList.paymentStatus.voided": "無効",
|
|
515
|
+
"pisell2.orderList.paymentStatus.payment_processing": "支払い処理中",
|
|
516
|
+
"pisell2.orderList.common.note": "備考",
|
|
517
|
+
"pisell2.orderList.common.itemsCount": " 件の商品",
|
|
518
|
+
"pisell2.orderList.common.totalAmount": "合計",
|
|
519
|
+
"pisell2.orderList.common.paidAmount": "支払済み",
|
|
520
|
+
"pisell2.orderList.common.dueAmount": "未払い",
|
|
521
|
+
"pisell2.orderList.common.refundedAmount": "返金済み",
|
|
522
|
+
"pisell2.orderList.common.unpaidAmount": "未払い",
|
|
523
|
+
"pisell2.orderList.common.reset": "リセット",
|
|
524
|
+
"pisell2.orderList.common.guest": "ゲスト",
|
|
525
|
+
"pisell2.orderList.quickFilter.keyword.placeholder": "注文を検索",
|
|
526
|
+
"pisell2.orderList.quickFilter.orderDate.label": "注文日",
|
|
527
|
+
"pisell2.orderList.quickFilter.orderDate.placeholder": "注文日を選択してください",
|
|
528
|
+
"pisell2.orderList.filter.orderStatus.label": "注文ステータス",
|
|
529
|
+
"pisell2.orderList.filter.orderStatus.placeholder": "注文ステータスを選択してください",
|
|
530
|
+
"pisell2.orderList.filter.paymentStatus.label": "支払いステータス",
|
|
531
|
+
"pisell2.orderList.filter.paymentStatus.placeholder": "支払いステータスを選択してください",
|
|
532
|
+
"pisell2.orderList.filter.shippingStatus.label": "処理ステータス",
|
|
533
|
+
"pisell2.orderList.filter.shippingStatus.placeholder": "処理ステータスを選択してください",
|
|
534
|
+
"pisell2.orderList.filter.customer.label": "顧客",
|
|
535
|
+
"pisell2.orderList.filter.customer.placeholder": "顧客を選択してください",
|
|
536
|
+
"pisell2.orderList.filter.salesChannel.label": "販売チャネル",
|
|
537
|
+
"pisell2.orderList.filter.salesChannel.placeholder": "販売チャネルを選択してください",
|
|
538
|
+
"pisell2.orderList.filter.paymentMethod.label": "支払い方法",
|
|
539
|
+
"pisell2.orderList.filter.paymentMethod.placeholder": "支払い方法を選択してください",
|
|
540
|
+
"pisell2.orderList.filter.totalAmount.label": "注文金額範囲",
|
|
541
|
+
"pisell2.orderList.filter.totalAmount.placeholder": "入力してください",
|
|
542
|
+
"pisell2.orderList.filter.tags.label": "タグ",
|
|
543
|
+
"pisell2.orderList.filter.tags.placeholder": "タグを選択してください",
|
|
544
|
+
"pisell2.orderList.filter.shippingType.label": "配送タイプ",
|
|
545
|
+
"pisell2.orderList.filter.shippingType.placeholder": "配送タイプを選択してください",
|
|
546
|
+
"pisell2.orderList.filter.deliveryZone.label": "配送ゾーン",
|
|
547
|
+
"pisell2.orderList.filter.deliveryZone.placeholder": "配送ゾーンを選択してください",
|
|
548
|
+
"pisell2.orderList.filter.pickupLocation.label": "受取場所",
|
|
549
|
+
"pisell2.orderList.filter.pickupLocation.placeholder": "受取場所を選択してください",
|
|
550
|
+
"pisell2.orderList.filter.trackingNumber.label": "追跡番号",
|
|
551
|
+
"pisell2.orderList.filter.trackingNumber.placeholder": "追跡番号を入力してください",
|
|
552
|
+
"pisell2.orderList.filter.logistics.label": "物流会社",
|
|
553
|
+
"pisell2.orderList.filter.logistics.placeholder": "物流会社を選択してください",
|
|
554
|
+
"pisell2.orderList.filter.zipCode.label": "郵便番号",
|
|
555
|
+
"pisell2.orderList.filter.zipCode.placeholder": "郵便番号を入力してください",
|
|
556
|
+
"pisell2.orderList.sort.orderNumber": "注文番号",
|
|
557
|
+
"pisell2.orderList.sort.createdAt": "作成時間",
|
|
558
|
+
"pisell2.orderList.sort.updatedAt": "更新時間",
|
|
559
|
+
"pisell2.orderList.sort.customerName": "顧客名",
|
|
560
|
+
"pisell2.orderList.sort.paymentStatus": "支払いステータス",
|
|
561
|
+
"pisell2.orderList.sort.shippingStatus": "配送ステータス",
|
|
562
|
+
"pisell2.orderList.sort.totalAmount": "注文金額",
|
|
563
|
+
"pisell2.orderList.sort.deliveryStartAt": "予約時間",
|
|
564
|
+
"pisell2.orderList.filterButton.todayOrders": "今日の注文",
|
|
565
|
+
"pisell2.orderList.filterButton.todayPending": "今日の支払い待ち",
|
|
566
|
+
"pisell2.orderList.filterButton.todayRefunds": "今日の返金",
|
|
567
|
+
"pisell2.orderList.filterButton.last7Days": "過去7日間",
|
|
568
|
+
"page.order.table.shipping_status.mark.fulfilled": "処理済みとしてマーク",
|
|
569
|
+
"page.order.table.sale.confirmdeliver.content": "選択した注文は「処理済み」としてマークされます",
|
|
570
|
+
"page.order.fa.check": "処理通知を顧客に送信します",
|
|
571
|
+
"pisell2.orderList.batchAction.ship.title": (count) => `処理(${count}件の注文)`,
|
|
572
|
+
"pisell2.orderList.batchAction.ship.content": "選択した注文は「処理済み」としてマークされます",
|
|
573
|
+
"pisell2.orderList.batchAction.addTags.title": (count) => `${count}件の注文にタグを追加`,
|
|
574
|
+
"pisell2.orderList.batchAction.removeTags.title": (count) => `${count}件の注文からタグを削除`,
|
|
575
|
+
"pisell2.orderList.batchAction.button.cancel": "キャンセル",
|
|
576
|
+
"pisell2.orderList.batchAction.button.ok": "OK",
|
|
577
|
+
"pisell2.orderList.batchAction.button.onlyCancel": "キャンセルのみ",
|
|
578
|
+
"pisell2.orderList.batchAction.button.cancelAndVoid": "キャンセルして無効化",
|
|
579
|
+
"pisell2.orderList.batchAction.void.title": "選択した注文を無効化してもよろしいですか?",
|
|
580
|
+
"page.order.table.list.button.send.invoice": "請求書を送信",
|
|
581
|
+
"page.order.table.list.button.send.invoice.tip": "請求書を送信してもよろしいですか?",
|
|
582
|
+
"page.order.table.list.button.send.invoice.success": "請求書の送信に成功しました",
|
|
583
|
+
"page.order.table.list.printpack": "配送伝票を印刷",
|
|
584
|
+
"page.order.table.list.printpink": "ピッキングリストを印刷",
|
|
585
|
+
"page.order.text.addtags.button": "タグを追加",
|
|
586
|
+
"page.order.table.list.deletetag": "タグを削除",
|
|
587
|
+
"page.order.open": "この注文を開く",
|
|
588
|
+
"page.order.lists.cancel.content": (open, completed, cancelled, text, custome, status) => {
|
|
589
|
+
let confirm = `注文を${text}ステータスに一括変更してもよろしいですか?注文ステータスの変更は支払い${!custome ? "と処理" : ""}ステータスを変更しません。`;
|
|
590
|
+
if (status === "void") {
|
|
591
|
+
confirm = `注文ステータスをキャンセルに変更し、注文を無効化してもよろしいですか?
|
|
592
|
+
操作を確認すると、元に戻せません。
|
|
593
|
+
`;
|
|
594
|
+
}
|
|
595
|
+
return `選択した注文には${open > 0 ? `${open}件の未完了${open > 1 ? "注文" : "注文"}、` : ""}${completed > 0 ? `${completed}件の完了${completed > 1 ? "注文" : "注文"}、` : ""}${cancelled > 0 ? `${cancelled}件のキャンセル${cancelled > 1 ? "注文" : "注文"}が含まれています。` : ""}${confirm}`;
|
|
596
|
+
},
|
|
597
|
+
"page.order.cancel.title": (text, num) => {
|
|
598
|
+
return `${num > 1 ? "注文" : "注文"}を${text}ステータスに変更してもよろしいですか?`;
|
|
599
|
+
},
|
|
600
|
+
"page.order.void": "注文を無効化",
|
|
601
|
+
"page.order.completeds": "注文を完了",
|
|
602
|
+
"page.order.cancelleds": "注文をキャンセル"
|
|
603
|
+
},
|
|
604
|
+
pt: {
|
|
605
|
+
"pisell2.orderList.title": "Lista de Pedidos",
|
|
606
|
+
"pisell2.orderList.column.orderNumber": "Número do Pedido",
|
|
607
|
+
"pisell2.orderList.column.customerInfo": "Informações do Cliente",
|
|
608
|
+
"pisell2.orderList.column.contactInfo": "Informações de Contato",
|
|
609
|
+
"pisell2.orderList.column.tags": "Tags",
|
|
610
|
+
"pisell2.orderList.column.deliveryMethod": "Método de Entrega",
|
|
611
|
+
"pisell2.orderList.column.paymentInfo": "Informações de Pagamento",
|
|
612
|
+
"pisell2.orderList.column.orderChannel": "Canal do Pedido",
|
|
613
|
+
"pisell2.orderList.column.productQuantity": "Quantidade de Produtos",
|
|
614
|
+
"pisell2.orderList.column.device": "Dispositivo",
|
|
615
|
+
"pisell2.orderList.column.business": "Negócio",
|
|
616
|
+
"pisell2.orderList.column.orderStatus": "Status do Pedido",
|
|
617
|
+
"pisell2.orderList.column.processStatus": "Status do Processamento",
|
|
618
|
+
"pisell2.orderList.column.createInfo": "Informações de Criação",
|
|
619
|
+
"pisell2.orderList.column.moreInfo": "Mais Informações",
|
|
620
|
+
"pisell2.orderList.deliveryType.nil": "Sem Entrega Necessária",
|
|
621
|
+
"pisell2.orderList.deliveryType.shipping": "Envio",
|
|
622
|
+
"pisell2.orderList.deliveryType.local_delivery": "Entrega Local",
|
|
623
|
+
"pisell2.orderList.deliveryType.pickup": "Retirada",
|
|
624
|
+
"pisell2.orderList.deliveryType.shop_service": "Serviço na Loja",
|
|
625
|
+
"pisell2.orderList.shopServiceType.dine-in": "Refeição no Local",
|
|
626
|
+
"pisell2.orderList.shopServiceType.takeaway": "Para Viagem",
|
|
627
|
+
"pisell2.orderList.platform.online_store": "Loja Online",
|
|
628
|
+
"pisell2.orderList.platform.wholesalebusiness": "Negócio Atacadista",
|
|
629
|
+
"pisell2.orderList.platform.table-order": "Pedido na Mesa",
|
|
630
|
+
"pisell2.orderList.platform.mobile_order": "Pedido Móvel",
|
|
631
|
+
"pisell2.orderList.platform.kiosk": "Quiosque",
|
|
632
|
+
"pisell2.orderList.platform.pos": "POS",
|
|
633
|
+
"pisell2.orderList.orderStatus.open": "Aberto",
|
|
634
|
+
"pisell2.orderList.orderStatus.completed": "Concluído",
|
|
635
|
+
"pisell2.orderList.orderStatus.cancelled": "Cancelado",
|
|
636
|
+
"pisell2.orderList.shippingStatus.falseulfilled": "Atendido",
|
|
637
|
+
"pisell2.orderList.shippingStatus.unfulfilled": "Não Atendido",
|
|
638
|
+
"pisell2.orderList.shippingStatus.fulfilling": "Atendendo",
|
|
639
|
+
"pisell2.orderList.shippingStatus.partial_fulfilled": "Parcialmente Atendido",
|
|
640
|
+
"pisell2.orderList.paymentStatus.authorized": "Autorizado",
|
|
641
|
+
"pisell2.orderList.paymentStatus.paid": "Pago",
|
|
642
|
+
"pisell2.orderList.paymentStatus.partially_paid": "Parcialmente Pago",
|
|
643
|
+
"pisell2.orderList.paymentStatus.partially_refunded": "Parcialmente Reembolsado",
|
|
644
|
+
"pisell2.orderList.paymentStatus.payment_pending": "Pagamento Pendente",
|
|
645
|
+
"pisell2.orderList.paymentStatus.refunded": "Reembolsado",
|
|
646
|
+
"pisell2.orderList.paymentStatus.unpaid": "Não Pago",
|
|
647
|
+
"pisell2.orderList.paymentStatus.voided": "Anulado",
|
|
648
|
+
"pisell2.orderList.paymentStatus.payment_processing": "Processando Pagamento",
|
|
649
|
+
"pisell2.orderList.common.note": "Nota",
|
|
650
|
+
"pisell2.orderList.common.itemsCount": " itens",
|
|
651
|
+
"pisell2.orderList.common.totalAmount": "Total",
|
|
652
|
+
"pisell2.orderList.common.paidAmount": "Pago",
|
|
653
|
+
"pisell2.orderList.common.dueAmount": "Devido",
|
|
654
|
+
"pisell2.orderList.common.refundedAmount": "Reembolsado",
|
|
655
|
+
"pisell2.orderList.common.unpaidAmount": "Não Pago",
|
|
656
|
+
"pisell2.orderList.common.reset": "Redefinir",
|
|
657
|
+
"pisell2.orderList.common.guest": "Convidado",
|
|
658
|
+
"pisell2.orderList.quickFilter.keyword.placeholder": "Pesquisar pedidos",
|
|
659
|
+
"pisell2.orderList.quickFilter.orderDate.label": "Data do Pedido",
|
|
660
|
+
"pisell2.orderList.quickFilter.orderDate.placeholder": "Por favor, selecione a data do pedido",
|
|
661
|
+
"pisell2.orderList.filter.orderStatus.label": "Status do Pedido",
|
|
662
|
+
"pisell2.orderList.filter.orderStatus.placeholder": "Por favor, selecione o status do pedido",
|
|
663
|
+
"pisell2.orderList.filter.paymentStatus.label": "Status do Pagamento",
|
|
664
|
+
"pisell2.orderList.filter.paymentStatus.placeholder": "Por favor, selecione o status do pagamento",
|
|
665
|
+
"pisell2.orderList.filter.shippingStatus.label": "Status do Envio",
|
|
666
|
+
"pisell2.orderList.filter.shippingStatus.placeholder": "Por favor, selecione o status do envio",
|
|
667
|
+
"pisell2.orderList.filter.customer.label": "Cliente",
|
|
668
|
+
"pisell2.orderList.filter.customer.placeholder": "Por favor, selecione o cliente",
|
|
669
|
+
"pisell2.orderList.filter.salesChannel.label": "Canal de Vendas",
|
|
670
|
+
"pisell2.orderList.filter.salesChannel.placeholder": "Por favor, selecione o canal de vendas",
|
|
671
|
+
"pisell2.orderList.filter.paymentMethod.label": "Método de Pagamento",
|
|
672
|
+
"pisell2.orderList.filter.paymentMethod.placeholder": "Por favor, selecione o método de pagamento",
|
|
673
|
+
"pisell2.orderList.filter.totalAmount.label": "Faixa de Valor do Pedido",
|
|
674
|
+
"pisell2.orderList.filter.totalAmount.placeholder": "Por favor, insira",
|
|
675
|
+
"pisell2.orderList.filter.tags.label": "Tags",
|
|
676
|
+
"pisell2.orderList.filter.tags.placeholder": "Por favor, selecione as tags",
|
|
677
|
+
"pisell2.orderList.filter.shippingType.label": "Tipo de Envio",
|
|
678
|
+
"pisell2.orderList.filter.shippingType.placeholder": "Por favor, selecione o tipo de envio",
|
|
679
|
+
"pisell2.orderList.filter.deliveryZone.label": "Zona de Entrega",
|
|
680
|
+
"pisell2.orderList.filter.deliveryZone.placeholder": "Por favor, selecione a zona de entrega",
|
|
681
|
+
"pisell2.orderList.filter.pickupLocation.label": "Local de Retirada",
|
|
682
|
+
"pisell2.orderList.filter.pickupLocation.placeholder": "Por favor, selecione o local de retirada",
|
|
683
|
+
"pisell2.orderList.filter.trackingNumber.label": "Número de Rastreamento",
|
|
684
|
+
"pisell2.orderList.filter.trackingNumber.placeholder": "Por favor, insira o número de rastreamento",
|
|
685
|
+
"pisell2.orderList.filter.logistics.label": "Empresa de Logística",
|
|
686
|
+
"pisell2.orderList.filter.logistics.placeholder": "Por favor, selecione a empresa de logística",
|
|
687
|
+
"pisell2.orderList.filter.zipCode.label": "CEP",
|
|
688
|
+
"pisell2.orderList.filter.zipCode.placeholder": "Por favor, insira o CEP",
|
|
689
|
+
"pisell2.orderList.sort.orderNumber": "Número do Pedido",
|
|
690
|
+
"pisell2.orderList.sort.createdAt": "Hora de Criação",
|
|
691
|
+
"pisell2.orderList.sort.updatedAt": "Hora de Atualização",
|
|
692
|
+
"pisell2.orderList.sort.customerName": "Nome do Cliente",
|
|
693
|
+
"pisell2.orderList.sort.paymentStatus": "Status do Pagamento",
|
|
694
|
+
"pisell2.orderList.sort.shippingStatus": "Status do Envio",
|
|
695
|
+
"pisell2.orderList.sort.totalAmount": "Valor do Pedido",
|
|
696
|
+
"pisell2.orderList.sort.deliveryStartAt": "Hora do Agendamento",
|
|
697
|
+
"pisell2.orderList.filterButton.todayOrders": "Pedidos de Hoje",
|
|
698
|
+
"pisell2.orderList.filterButton.todayPending": "Pagamentos Pendentes de Hoje",
|
|
699
|
+
"pisell2.orderList.filterButton.todayRefunds": "Reembolsos de Hoje",
|
|
700
|
+
"pisell2.orderList.filterButton.last7Days": "Últimos 7 Dias",
|
|
701
|
+
"page.order.table.shipping_status.mark.fulfilled": "Marcar como Atendido",
|
|
702
|
+
"page.order.table.sale.confirmdeliver.content": "Os pedidos selecionados serão marcados como 'Atendidos'",
|
|
703
|
+
"page.order.fa.check": "Enviar a notificação de atendimento ao seu cliente agora.",
|
|
704
|
+
"pisell2.orderList.batchAction.ship.title": (count) => `Processar (${count} pedidos)`,
|
|
705
|
+
"pisell2.orderList.batchAction.ship.content": 'Os pedidos selecionados serão marcados como "Atendidos"',
|
|
706
|
+
"pisell2.orderList.batchAction.addTags.title": (count) => `Adicionar tags a ${count} pedidos`,
|
|
707
|
+
"pisell2.orderList.batchAction.removeTags.title": (count) => `Remover tags de ${count} pedidos`,
|
|
708
|
+
"pisell2.orderList.batchAction.button.cancel": "Cancelar",
|
|
709
|
+
"pisell2.orderList.batchAction.button.ok": "OK",
|
|
710
|
+
"pisell2.orderList.batchAction.button.onlyCancel": "Apenas Cancelar",
|
|
711
|
+
"pisell2.orderList.batchAction.button.cancelAndVoid": "Cancelar e Anular",
|
|
712
|
+
"pisell2.orderList.batchAction.void.title": "Tem certeza de que deseja anular os pedidos selecionados?",
|
|
713
|
+
"page.order.table.list.button.send.invoice": "Enviar fatura",
|
|
714
|
+
"page.order.table.list.button.send.invoice.tip": "Tem certeza de que deseja enviar a fatura?",
|
|
715
|
+
"page.order.table.list.button.send.invoice.success": "Fatura enviada com sucesso",
|
|
716
|
+
"page.order.table.list.printpack": "Imprimir Etiquetas de Embalagem",
|
|
717
|
+
"page.order.table.list.printpink": "Imprimir Lista de Coleta",
|
|
718
|
+
"page.order.text.addtags.button": "Adicionar tags",
|
|
719
|
+
"page.order.table.list.deletetag": "Remover tags",
|
|
720
|
+
"page.order.open": "Abrir este pedido",
|
|
721
|
+
"page.order.lists.cancel.content": (open, completed, cancelled, text, custome, status) => {
|
|
722
|
+
let confirm = `Tem certeza de que deseja alterar em lote os pedidos para o status ${text}? Modificar o status do pedido não altera o status do pagamento${!custome ? " e do atendimento" : ""}.`;
|
|
723
|
+
if (status === "void") {
|
|
724
|
+
confirm = `Tem certeza de que deseja alterar o status do pedido para cancelado e anular o pedido?
|
|
725
|
+
Após confirmar a operação, não poderá ser desfeita.
|
|
726
|
+
`;
|
|
727
|
+
}
|
|
728
|
+
return `Os pedidos que você selecionou contêm ${open > 0 ? `${open} ${open > 1 ? "pedidos" : "pedido"} aberto${open > 1 ? "s" : ""}, ` : ""}${completed > 0 ? `${completed} ${completed > 1 ? "pedidos" : "pedido"} concluído${completed > 1 ? "s" : ""}, ` : ""}${cancelled > 0 ? `e ${cancelled} ${cancelled > 1 ? "pedidos" : "pedido"} cancelado${cancelled > 1 ? "s" : ""}.` : ""}${confirm}`;
|
|
729
|
+
},
|
|
730
|
+
"page.order.cancel.title": (text, num) => {
|
|
731
|
+
return `Tem certeza de alterar o ${num > 1 ? "pedidos" : "pedido"} para o status ${text}?`;
|
|
732
|
+
},
|
|
733
|
+
"page.order.void": "Anular pedidos",
|
|
734
|
+
"page.order.completeds": "Completar pedidos",
|
|
735
|
+
"page.order.cancelleds": "Cancelar pedidos"
|
|
470
736
|
}
|
|
471
737
|
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import '../components/TabsStructure/TabsStructure.less';
|
|
3
|
+
import CategorySkeleton from './CategorySkeleton';
|
|
4
|
+
declare type TabItem = {
|
|
5
|
+
key: string;
|
|
6
|
+
label: React.ReactNode;
|
|
7
|
+
icon?: React.ReactNode;
|
|
8
|
+
};
|
|
9
|
+
interface IProps {
|
|
10
|
+
className?: string;
|
|
11
|
+
items: TabItem[];
|
|
12
|
+
activeKey: string;
|
|
13
|
+
onChange: (key: string) => void;
|
|
14
|
+
loading?: boolean;
|
|
15
|
+
skeleton?: React.ReactNode;
|
|
16
|
+
style?: React.CSSProperties;
|
|
17
|
+
id?: string;
|
|
18
|
+
}
|
|
19
|
+
declare const CategoryTabs: React.ForwardRefExoticComponent<IProps & React.RefAttributes<unknown>>;
|
|
20
|
+
export default CategoryTabs;
|
|
21
|
+
export { CategorySkeleton };
|
|
@@ -36,6 +36,7 @@ var import_react = __toESM(require("react"));
|
|
|
36
36
|
var import_materials = require("@pisell/materials");
|
|
37
37
|
var import_classnames = __toESM(require("classnames"));
|
|
38
38
|
var import_useEngineContext = __toESM(require("../../../../hooks/useEngineContext"));
|
|
39
|
+
var import_locales = __toESM(require("../../locales"));
|
|
39
40
|
var import_index = require("./index.less");
|
|
40
41
|
var index = (props) => {
|
|
41
42
|
var _a, _b;
|
|
@@ -44,10 +45,11 @@ var index = (props) => {
|
|
|
44
45
|
const locale = ((_b = (_a = context.appHelper.utils) == null ? void 0 : _a.storage) == null ? void 0 : _b.get("umi_locale")) || "en";
|
|
45
46
|
const [_prefix, _suffix] = (0, import_react.useMemo)(() => {
|
|
46
47
|
if (!props.isMini) return ["", ""];
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
48
|
+
const localText = import_locales.default[locale] || import_locales.default.en;
|
|
49
|
+
const prefixText = localText["pisell2.product-select.price.prefix"] || "From";
|
|
50
|
+
const suffixText = localText["pisell2.product-select.price.suffix"] || "";
|
|
51
|
+
return [prefixText, suffixText];
|
|
52
|
+
}, [props.isMini, locale]);
|
|
51
53
|
return /* @__PURE__ */ import_react.default.createElement("div", { className: (0, import_classnames.default)("pisell-price-text", props.className) }, props.prefix, _prefix ? /* @__PURE__ */ import_react.default.createElement(
|
|
52
54
|
"span",
|
|
53
55
|
{
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'pisell2.product-select.search': string;
|
|
4
|
+
'pisell2.product-select.stock': string;
|
|
5
|
+
'pisell2.product-select.empty': string;
|
|
6
|
+
'pisell2.product-select.price.prefix': string;
|
|
7
|
+
'pisell2.product-select.price.suffix': string;
|
|
8
|
+
};
|
|
9
|
+
'zh-CN': {
|
|
10
|
+
'pisell2.product-select.search': string;
|
|
11
|
+
'pisell2.product-select.stock': string;
|
|
12
|
+
'pisell2.product-select.empty': string;
|
|
13
|
+
'pisell2.product-select.price.prefix': string;
|
|
14
|
+
'pisell2.product-select.price.suffix': string;
|
|
15
|
+
};
|
|
16
|
+
'zh-HK': {
|
|
17
|
+
'pisell2.product-select.search': string;
|
|
18
|
+
'pisell2.product-select.stock': string;
|
|
19
|
+
'pisell2.product-select.empty': string;
|
|
20
|
+
'pisell2.product-select.price.prefix': string;
|
|
21
|
+
'pisell2.product-select.price.suffix': string;
|
|
22
|
+
};
|
|
23
|
+
ja: {
|
|
24
|
+
'pisell2.product-select.search': string;
|
|
25
|
+
'pisell2.product-select.stock': string;
|
|
26
|
+
'pisell2.product-select.empty': string;
|
|
27
|
+
'pisell2.product-select.price.prefix': string;
|
|
28
|
+
'pisell2.product-select.price.suffix': string;
|
|
29
|
+
};
|
|
30
|
+
pt: {
|
|
31
|
+
'pisell2.product-select.search': string;
|
|
32
|
+
'pisell2.product-select.stock': string;
|
|
33
|
+
'pisell2.product-select.empty': string;
|
|
34
|
+
'pisell2.product-select.price.prefix': string;
|
|
35
|
+
'pisell2.product-select.price.suffix': string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
@@ -26,16 +26,36 @@ var locales_default = {
|
|
|
26
26
|
en: {
|
|
27
27
|
"pisell2.product-select.search": "Search",
|
|
28
28
|
"pisell2.product-select.stock": "Stock",
|
|
29
|
-
"pisell2.product-select.empty": "No Data"
|
|
29
|
+
"pisell2.product-select.empty": "No Data",
|
|
30
|
+
"pisell2.product-select.price.prefix": "From",
|
|
31
|
+
"pisell2.product-select.price.suffix": ""
|
|
30
32
|
},
|
|
31
33
|
"zh-CN": {
|
|
32
34
|
"pisell2.product-select.search": "搜索",
|
|
33
35
|
"pisell2.product-select.stock": "库存",
|
|
34
|
-
"pisell2.product-select.empty": "暂无数据"
|
|
36
|
+
"pisell2.product-select.empty": "暂无数据",
|
|
37
|
+
"pisell2.product-select.price.prefix": "",
|
|
38
|
+
"pisell2.product-select.price.suffix": "起"
|
|
35
39
|
},
|
|
36
40
|
"zh-HK": {
|
|
37
41
|
"pisell2.product-select.search": "搜索",
|
|
38
42
|
"pisell2.product-select.stock": "庫存",
|
|
39
|
-
"pisell2.product-select.empty": "暂无数据"
|
|
43
|
+
"pisell2.product-select.empty": "暂无数据",
|
|
44
|
+
"pisell2.product-select.price.prefix": "",
|
|
45
|
+
"pisell2.product-select.price.suffix": "起"
|
|
46
|
+
},
|
|
47
|
+
ja: {
|
|
48
|
+
"pisell2.product-select.search": "検索",
|
|
49
|
+
"pisell2.product-select.stock": "在庫",
|
|
50
|
+
"pisell2.product-select.empty": "データなし",
|
|
51
|
+
"pisell2.product-select.price.prefix": "",
|
|
52
|
+
"pisell2.product-select.price.suffix": "から"
|
|
53
|
+
},
|
|
54
|
+
pt: {
|
|
55
|
+
"pisell2.product-select.search": "Pesquisar",
|
|
56
|
+
"pisell2.product-select.stock": "Estoque",
|
|
57
|
+
"pisell2.product-select.empty": "Sem Dados",
|
|
58
|
+
"pisell2.product-select.price.prefix": "A partir de",
|
|
59
|
+
"pisell2.product-select.price.suffix": ""
|
|
40
60
|
}
|
|
41
61
|
};
|
|
@@ -377,5 +377,215 @@ declare const _default: {
|
|
|
377
377
|
'pisell2.attendance.group-settings.correction-policy.reset-period.custom-period.desc': string;
|
|
378
378
|
'pisell2.attendance.group-settings.correction-policy.reset-period.custom-period.required': string;
|
|
379
379
|
};
|
|
380
|
+
ja: {
|
|
381
|
+
'pisell2.attendance.group-settings.title': string;
|
|
382
|
+
'pisell2.attendance.group-settings.sub-title': string;
|
|
383
|
+
'pisell2.attendance.group-settings.basic-info': string;
|
|
384
|
+
'pisell2.attendance.group-settings.basic-info.label.name': string;
|
|
385
|
+
'pisell2.attendance.group-settings.basic-info.name-tip': string;
|
|
386
|
+
'pisell2.attendance.group-settings.basic-info.name-required': string;
|
|
387
|
+
'pisell2.attendance.group-settings.basic-info.name-max-length': (len: number) => string;
|
|
388
|
+
'pisell2.attendance.group-settings.basic-info.label.time-zone': string;
|
|
389
|
+
'pisell2.attendance.group-settings.basic-info.time-zone-tip': string;
|
|
390
|
+
'pisell2.attendance.group-settings.basic-info.label.members': string;
|
|
391
|
+
'pisell2.attendance.group-settings.basic-info.add-members': string;
|
|
392
|
+
'pisell2.attendance.group-settings.basic-info.members-count': (count: number) => string;
|
|
393
|
+
'pisell2.attendance.group-settings.basic-info.members-tip': string;
|
|
394
|
+
'pisell2.attendance.group-settings.basic-info.members-required': string;
|
|
395
|
+
'pisell2.attendance.group-settings.basic-info.members-drawer.title': string;
|
|
396
|
+
'pisell2.attendance.group-settings.basic-info.members-drawer.columns.name': string;
|
|
397
|
+
'pisell2.attendance.group-settings.basic-info.members-drawer.columns.email': string;
|
|
398
|
+
'pisell2.attendance.group-settings.shift-schedule': string;
|
|
399
|
+
'pisell2.attendance.group-settings.clock-in-method': string;
|
|
400
|
+
'pisell2.attendance.group-settings.correction-policy': string;
|
|
401
|
+
'pisell2.attendance.group-settings.actions.search': string;
|
|
402
|
+
'pisell2.attendance.group-settings.actions.cancel': string;
|
|
403
|
+
'pisell2.attendance.group-settings.actions.confirm': string;
|
|
404
|
+
'pisell2.attendance.group-settings.actions.delete': string;
|
|
405
|
+
'pisell2.attendance.group-settings.actions.save-settings': string;
|
|
406
|
+
'pisell2.attendance.group-settings.actions.add-location': string;
|
|
407
|
+
'pisell2.attendance.group-settings.actions.add-location-confirm': string;
|
|
408
|
+
'pisell2.attendance.group-settings.shift-schedule.fixed-shifts.title': string;
|
|
409
|
+
'pisell2.attendance.group-settings.shift-schedule.fixed-shifts.desc': string;
|
|
410
|
+
'pisell2.attendance.group-settings.shift-schedule.scheduled-shifts.set-shifts': string;
|
|
411
|
+
'pisell2.attendance.group-settings.shift-schedule.scheduled-shifts.change-shifts': string;
|
|
412
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.title': string;
|
|
413
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.1': string;
|
|
414
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.2': string;
|
|
415
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.3': string;
|
|
416
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.4': string;
|
|
417
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.5': string;
|
|
418
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.6': string;
|
|
419
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.7': string;
|
|
420
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.no-shift': string;
|
|
421
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.add-time': string;
|
|
422
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.start': string;
|
|
423
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.end': string;
|
|
424
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.validation.start-required': string;
|
|
425
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.validation.end-required': string;
|
|
426
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.validation.range': string;
|
|
427
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.validation.overlap': string;
|
|
428
|
+
'pisell2.attendance.group-settings.shift-schedule.validation.fixed-required': string;
|
|
429
|
+
'pisell2.attendance.group-settings.shift-schedule.attendance-type.label': string;
|
|
430
|
+
'pisell2.attendance.group-settings.shift-schedule.attendance-type.scheduled-shifts.title': string;
|
|
431
|
+
'pisell2.attendance.group-settings.shift-schedule.attendance-type.scheduled-shifts.desc': string;
|
|
432
|
+
'pisell2.attendance.group-settings.clock-in-method.gps.title': string;
|
|
433
|
+
'pisell2.attendance.group-settings.clock-in-method.gps.desc': string;
|
|
434
|
+
'pisell2.attendance.group-settings.clock-in-method.approved-locations.label': (max: number) => string;
|
|
435
|
+
'pisell2.attendance.group-settings.clock-in-method.approved-locations.empty.title': string;
|
|
436
|
+
'pisell2.attendance.group-settings.clock-in-method.approved-locations.empty.desc': string;
|
|
437
|
+
'pisell2.attendance.group-settings.clock-in-method.default-valid-range.label': string;
|
|
438
|
+
'pisell2.attendance.group-settings.clock-in-method.default-valid-range.desc': string;
|
|
439
|
+
'pisell2.attendance.group-settings.clock-in-method.meters': (val: number) => string;
|
|
440
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.title': string;
|
|
441
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.location-name.label': string;
|
|
442
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.location-name.placeholder': string;
|
|
443
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.location-name.validation': string;
|
|
444
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.latitude.label': string;
|
|
445
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.latitude.placeholder': string;
|
|
446
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.latitude.validation': string;
|
|
447
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.longitude.label': string;
|
|
448
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.longitude.placeholder': string;
|
|
449
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.longitude.validation': string;
|
|
450
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.valid-range.label': string;
|
|
451
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.tip.google-maps': string;
|
|
452
|
+
'pisell2.attendance.group-settings.correction-policy.allow-corrections.title': string;
|
|
453
|
+
'pisell2.attendance.group-settings.correction-policy.allow-corrections.desc': string;
|
|
454
|
+
'pisell2.attendance.group-settings.correction-policy.types.label': string;
|
|
455
|
+
'pisell2.attendance.group-settings.correction-policy.types.missing.title': string;
|
|
456
|
+
'pisell2.attendance.group-settings.correction-policy.types.missing.desc': string;
|
|
457
|
+
'pisell2.attendance.group-settings.correction-policy.types.late.title': string;
|
|
458
|
+
'pisell2.attendance.group-settings.correction-policy.types.late.desc': string;
|
|
459
|
+
'pisell2.attendance.group-settings.correction-policy.types.early-out.title': string;
|
|
460
|
+
'pisell2.attendance.group-settings.correction-policy.types.early-out.desc': string;
|
|
461
|
+
'pisell2.attendance.group-settings.correction-policy.types.normal.title': string;
|
|
462
|
+
'pisell2.attendance.group-settings.correction-policy.types.normal.desc': string;
|
|
463
|
+
'pisell2.attendance.group-settings.correction-policy.approver.label': string;
|
|
464
|
+
'pisell2.attendance.group-settings.correction-policy.approver.placeholder': string;
|
|
465
|
+
'pisell2.attendance.group-settings.correction-policy.approver.required': string;
|
|
466
|
+
'pisell2.attendance.group-settings.correction-policy.time-limit.label': string;
|
|
467
|
+
'pisell2.attendance.group-settings.correction-policy.time-limit.required': string;
|
|
468
|
+
'pisell2.attendance.group-settings.correction-policy.time-limit.request-past-days': (days: number) => string;
|
|
469
|
+
'pisell2.attendance.group-settings.correction-policy.time-limit.request-past-days.prefix': string;
|
|
470
|
+
'pisell2.attendance.group-settings.correction-policy.time-limit.request-past-days.suffix': string;
|
|
471
|
+
'pisell2.attendance.group-settings.correction-policy.time-limit.helper': string;
|
|
472
|
+
'pisell2.attendance.group-settings.correction-policy.monthly-limit.label': string;
|
|
473
|
+
'pisell2.attendance.group-settings.correction-policy.monthly-limit.required': string;
|
|
474
|
+
'pisell2.attendance.group-settings.correction-policy.monthly-limit.maximum': (count: number) => string;
|
|
475
|
+
'pisell2.attendance.group-settings.correction-policy.monthly-limit.maximum.prefix': string;
|
|
476
|
+
'pisell2.attendance.group-settings.correction-policy.monthly-limit.maximum.suffix': string;
|
|
477
|
+
'pisell2.attendance.group-settings.correction-policy.monthly-limit.helper': string;
|
|
478
|
+
'pisell2.attendance.group-settings.correction-policy.reset-period.label': string;
|
|
479
|
+
'pisell2.attendance.group-settings.correction-policy.reset-period.calendar-month.title': string;
|
|
480
|
+
'pisell2.attendance.group-settings.correction-policy.reset-period.calendar-month.desc': string;
|
|
481
|
+
'pisell2.attendance.group-settings.correction-policy.reset-period.custom-period.title': string;
|
|
482
|
+
'pisell2.attendance.group-settings.correction-policy.reset-period.custom-period.desc': string;
|
|
483
|
+
'pisell2.attendance.group-settings.correction-policy.reset-period.custom-period.required': string;
|
|
484
|
+
};
|
|
485
|
+
pt: {
|
|
486
|
+
'pisell2.attendance.group-settings.title': string;
|
|
487
|
+
'pisell2.attendance.group-settings.sub-title': string;
|
|
488
|
+
'pisell2.attendance.group-settings.basic-info': string;
|
|
489
|
+
'pisell2.attendance.group-settings.basic-info.label.name': string;
|
|
490
|
+
'pisell2.attendance.group-settings.basic-info.name-tip': string;
|
|
491
|
+
'pisell2.attendance.group-settings.basic-info.name-required': string;
|
|
492
|
+
'pisell2.attendance.group-settings.basic-info.name-max-length': (len: number) => string;
|
|
493
|
+
'pisell2.attendance.group-settings.basic-info.label.time-zone': string;
|
|
494
|
+
'pisell2.attendance.group-settings.basic-info.time-zone-tip': string;
|
|
495
|
+
'pisell2.attendance.group-settings.basic-info.label.members': string;
|
|
496
|
+
'pisell2.attendance.group-settings.basic-info.add-members': string;
|
|
497
|
+
'pisell2.attendance.group-settings.basic-info.members-count': (count: number) => string;
|
|
498
|
+
'pisell2.attendance.group-settings.basic-info.members-tip': string;
|
|
499
|
+
'pisell2.attendance.group-settings.basic-info.members-required': string;
|
|
500
|
+
'pisell2.attendance.group-settings.basic-info.members-drawer.title': string;
|
|
501
|
+
'pisell2.attendance.group-settings.basic-info.members-drawer.columns.name': string;
|
|
502
|
+
'pisell2.attendance.group-settings.basic-info.members-drawer.columns.email': string;
|
|
503
|
+
'pisell2.attendance.group-settings.shift-schedule': string;
|
|
504
|
+
'pisell2.attendance.group-settings.clock-in-method': string;
|
|
505
|
+
'pisell2.attendance.group-settings.correction-policy': string;
|
|
506
|
+
'pisell2.attendance.group-settings.actions.search': string;
|
|
507
|
+
'pisell2.attendance.group-settings.actions.cancel': string;
|
|
508
|
+
'pisell2.attendance.group-settings.actions.confirm': string;
|
|
509
|
+
'pisell2.attendance.group-settings.actions.delete': string;
|
|
510
|
+
'pisell2.attendance.group-settings.actions.save-settings': string;
|
|
511
|
+
'pisell2.attendance.group-settings.actions.add-location': string;
|
|
512
|
+
'pisell2.attendance.group-settings.actions.add-location-confirm': string;
|
|
513
|
+
'pisell2.attendance.group-settings.shift-schedule.fixed-shifts.title': string;
|
|
514
|
+
'pisell2.attendance.group-settings.shift-schedule.fixed-shifts.desc': string;
|
|
515
|
+
'pisell2.attendance.group-settings.shift-schedule.scheduled-shifts.set-shifts': string;
|
|
516
|
+
'pisell2.attendance.group-settings.shift-schedule.scheduled-shifts.change-shifts': string;
|
|
517
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.title': string;
|
|
518
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.1': string;
|
|
519
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.2': string;
|
|
520
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.3': string;
|
|
521
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.4': string;
|
|
522
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.5': string;
|
|
523
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.6': string;
|
|
524
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.7': string;
|
|
525
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.no-shift': string;
|
|
526
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.add-time': string;
|
|
527
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.start': string;
|
|
528
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.end': string;
|
|
529
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.validation.start-required': string;
|
|
530
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.validation.end-required': string;
|
|
531
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.validation.range': string;
|
|
532
|
+
'pisell2.attendance.group-settings.shift-schedule.modal.validation.overlap': string;
|
|
533
|
+
'pisell2.attendance.group-settings.shift-schedule.validation.fixed-required': string;
|
|
534
|
+
'pisell2.attendance.group-settings.shift-schedule.attendance-type.label': string;
|
|
535
|
+
'pisell2.attendance.group-settings.shift-schedule.attendance-type.scheduled-shifts.title': string;
|
|
536
|
+
'pisell2.attendance.group-settings.shift-schedule.attendance-type.scheduled-shifts.desc': string;
|
|
537
|
+
'pisell2.attendance.group-settings.clock-in-method.gps.title': string;
|
|
538
|
+
'pisell2.attendance.group-settings.clock-in-method.gps.desc': string;
|
|
539
|
+
'pisell2.attendance.group-settings.clock-in-method.approved-locations.label': (max: number) => string;
|
|
540
|
+
'pisell2.attendance.group-settings.clock-in-method.approved-locations.empty.title': string;
|
|
541
|
+
'pisell2.attendance.group-settings.clock-in-method.approved-locations.empty.desc': string;
|
|
542
|
+
'pisell2.attendance.group-settings.clock-in-method.default-valid-range.label': string;
|
|
543
|
+
'pisell2.attendance.group-settings.clock-in-method.default-valid-range.desc': string;
|
|
544
|
+
'pisell2.attendance.group-settings.clock-in-method.meters': (val: number) => string;
|
|
545
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.title': string;
|
|
546
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.location-name.label': string;
|
|
547
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.location-name.placeholder': string;
|
|
548
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.location-name.validation': string;
|
|
549
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.latitude.label': string;
|
|
550
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.latitude.placeholder': string;
|
|
551
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.latitude.validation': string;
|
|
552
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.longitude.label': string;
|
|
553
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.longitude.placeholder': string;
|
|
554
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.longitude.validation': string;
|
|
555
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.valid-range.label': string;
|
|
556
|
+
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.tip.google-maps': string;
|
|
557
|
+
'pisell2.attendance.group-settings.correction-policy.allow-corrections.title': string;
|
|
558
|
+
'pisell2.attendance.group-settings.correction-policy.allow-corrections.desc': string;
|
|
559
|
+
'pisell2.attendance.group-settings.correction-policy.types.label': string;
|
|
560
|
+
'pisell2.attendance.group-settings.correction-policy.types.missing.title': string;
|
|
561
|
+
'pisell2.attendance.group-settings.correction-policy.types.missing.desc': string;
|
|
562
|
+
'pisell2.attendance.group-settings.correction-policy.types.late.title': string;
|
|
563
|
+
'pisell2.attendance.group-settings.correction-policy.types.late.desc': string;
|
|
564
|
+
'pisell2.attendance.group-settings.correction-policy.types.early-out.title': string;
|
|
565
|
+
'pisell2.attendance.group-settings.correction-policy.types.early-out.desc': string;
|
|
566
|
+
'pisell2.attendance.group-settings.correction-policy.types.normal.title': string;
|
|
567
|
+
'pisell2.attendance.group-settings.correction-policy.types.normal.desc': string;
|
|
568
|
+
'pisell2.attendance.group-settings.correction-policy.approver.label': string;
|
|
569
|
+
'pisell2.attendance.group-settings.correction-policy.approver.placeholder': string;
|
|
570
|
+
'pisell2.attendance.group-settings.correction-policy.approver.required': string;
|
|
571
|
+
'pisell2.attendance.group-settings.correction-policy.time-limit.label': string;
|
|
572
|
+
'pisell2.attendance.group-settings.correction-policy.time-limit.required': string;
|
|
573
|
+
'pisell2.attendance.group-settings.correction-policy.time-limit.request-past-days': (days: number) => string;
|
|
574
|
+
'pisell2.attendance.group-settings.correction-policy.time-limit.request-past-days.prefix': string;
|
|
575
|
+
'pisell2.attendance.group-settings.correction-policy.time-limit.request-past-days.suffix': string;
|
|
576
|
+
'pisell2.attendance.group-settings.correction-policy.time-limit.helper': string;
|
|
577
|
+
'pisell2.attendance.group-settings.correction-policy.monthly-limit.label': string;
|
|
578
|
+
'pisell2.attendance.group-settings.correction-policy.monthly-limit.required': string;
|
|
579
|
+
'pisell2.attendance.group-settings.correction-policy.monthly-limit.maximum': (count: number) => string;
|
|
580
|
+
'pisell2.attendance.group-settings.correction-policy.monthly-limit.maximum.prefix': string;
|
|
581
|
+
'pisell2.attendance.group-settings.correction-policy.monthly-limit.maximum.suffix': string;
|
|
582
|
+
'pisell2.attendance.group-settings.correction-policy.monthly-limit.helper': string;
|
|
583
|
+
'pisell2.attendance.group-settings.correction-policy.reset-period.label': string;
|
|
584
|
+
'pisell2.attendance.group-settings.correction-policy.reset-period.calendar-month.title': string;
|
|
585
|
+
'pisell2.attendance.group-settings.correction-policy.reset-period.calendar-month.desc': string;
|
|
586
|
+
'pisell2.attendance.group-settings.correction-policy.reset-period.custom-period.title': string;
|
|
587
|
+
'pisell2.attendance.group-settings.correction-policy.reset-period.custom-period.desc': string;
|
|
588
|
+
'pisell2.attendance.group-settings.correction-policy.reset-period.custom-period.required': string;
|
|
589
|
+
};
|
|
380
590
|
};
|
|
381
591
|
export default _default;
|