@pisell/private-materials 6.3.97 → 6.3.99
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/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.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.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.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/model.d.ts +10 -1
- 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/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/model.d.ts +10 -1
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
- 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/hooks/useInfoHolder.d.ts +0 -1
- package/es/components/booking/info/model.d.ts +10 -1
- package/es/components/booking/info/service/addService/utils.d.ts +1 -1
- 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 +1 -1
- package/es/components/booking/info2/service/editService/utils.d.ts +13 -0
- package/es/components/booking/locales.d.ts +628 -0
- package/es/components/booking/locales.js +722 -0
- package/es/components/booking/model.d.ts +9 -1
- package/es/components/booking/notes/addNote/index.d.ts +4 -0
- package/es/components/booking/notes/model.d.ts +10 -1
- package/es/components/booking/payments/model.d.ts +10 -1
- package/es/components/booking/utils.d.ts +2 -2
- 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/const.d.ts +133 -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/hooks.d.ts +49 -0
- package/es/components/ecocup/locales.d.ts +563 -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/index.d.ts +47 -0
- package/es/components/eftpos/locales.d.ts +163 -0
- package/es/components/eftpos/locales.js +80 -0
- package/es/components/eftposPay/amount.d.ts +1 -1
- package/es/components/eftposPay/component/fail/unknow.d.ts +10 -0
- package/es/components/eftposPay/const.d.ts +184 -0
- package/es/components/eftposPay/device.d.ts +1 -1
- package/es/components/eftposPay/hooks.d.ts +35 -0
- package/es/components/eftposPay/linkly/const.d.ts +23 -0
- package/es/components/eftposPay/locales.d.ts +572 -0
- package/es/components/eftposPay/locales.js +326 -0
- package/es/components/eftposPay/payo/config.d.ts +13 -0
- package/es/components/eftposPay/payo/const.d.ts +26 -0
- package/es/components/eftposPay/store/index.d.ts +355 -0
- package/es/components/eftposPay/tyro/const.d.ts +17 -0
- package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/es/components/eftposPay/tyro/index.d.ts +9 -0
- package/es/components/eftposPay/windcave/const.d.ts +119 -0
- package/es/components/eftposPay/windcave/helper.d.ts +23 -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/CallToBook/index.d.ts +0 -1
- 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/locales.d.ts +511 -0
- package/es/components/pay/toC/locales.js +244 -0
- package/es/components/pay/toC/model.d.ts +40 -0
- package/es/components/pay/toC/serve.d.ts +2 -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/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 +30 -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 +97 -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/locales.d.ts +304 -0
- package/es/components/ticketBooking/locales.js +156 -0
- package/es/components/ticketBooking/utils/formatTime.d.ts +33 -0
- package/es/components/ticketBooking/utils/formatTime.js +8 -2
- 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/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/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/locales.d.ts +246 -0
- package/es/plus/orderList/locales.js +274 -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 +591 -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 +136 -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/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/components/passDetail/index.d.ts +0 -1
- package/es/plus/walletPassGallery/components/passDetail/index.js +2 -26
- package/es/plus/walletPassGallery/components/passList/index.js +8 -1
- package/es/plus/walletPassGallery/index.js +0 -31
- 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/Selector.d.ts +1 -1
- 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/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.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.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.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/model.d.ts +10 -1
- 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/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/model.d.ts +10 -1
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
- 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/hooks/useInfoHolder.d.ts +0 -1
- package/lib/components/booking/info/model.d.ts +10 -1
- package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
- 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 +1 -1
- package/lib/components/booking/info2/service/editService/utils.d.ts +13 -0
- package/lib/components/booking/locales.d.ts +628 -0
- package/lib/components/booking/locales.js +680 -0
- package/lib/components/booking/model.d.ts +9 -1
- package/lib/components/booking/notes/addNote/index.d.ts +4 -0
- package/lib/components/booking/notes/model.d.ts +10 -1
- package/lib/components/booking/payments/model.d.ts +10 -1
- package/lib/components/booking/utils.d.ts +2 -2
- 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/const.d.ts +133 -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/hooks.d.ts +49 -0
- package/lib/components/ecocup/locales.d.ts +563 -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/index.d.ts +47 -0
- package/lib/components/eftpos/locales.d.ts +163 -0
- package/lib/components/eftpos/locales.js +76 -0
- package/lib/components/eftposPay/amount.d.ts +1 -1
- package/lib/components/eftposPay/component/fail/unknow.d.ts +10 -0
- package/lib/components/eftposPay/const.d.ts +184 -0
- package/lib/components/eftposPay/device.d.ts +1 -1
- package/lib/components/eftposPay/hooks.d.ts +35 -0
- package/lib/components/eftposPay/linkly/const.d.ts +23 -0
- package/lib/components/eftposPay/locales.d.ts +572 -0
- package/lib/components/eftposPay/locales.js +250 -0
- package/lib/components/eftposPay/payo/config.d.ts +13 -0
- package/lib/components/eftposPay/payo/const.d.ts +26 -0
- package/lib/components/eftposPay/store/index.d.ts +355 -0
- package/lib/components/eftposPay/tyro/const.d.ts +17 -0
- package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/lib/components/eftposPay/tyro/index.d.ts +9 -0
- package/lib/components/eftposPay/windcave/const.d.ts +119 -0
- package/lib/components/eftposPay/windcave/helper.d.ts +23 -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/CallToBook/index.d.ts +0 -1
- 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/locales.d.ts +511 -0
- package/lib/components/pay/toC/locales.js +204 -0
- package/lib/components/pay/toC/model.d.ts +40 -0
- package/lib/components/pay/toC/serve.d.ts +2 -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/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 +30 -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 +97 -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/locales.d.ts +304 -0
- package/lib/components/ticketBooking/locales.js +136 -0
- package/lib/components/ticketBooking/utils/formatTime.d.ts +33 -0
- package/lib/components/ticketBooking/utils/formatTime.js +8 -2
- 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/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/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/locales.d.ts +246 -0
- package/lib/plus/orderList/locales.js +266 -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 +591 -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 +136 -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/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/components/passDetail/index.d.ts +0 -1
- package/lib/plus/walletPassGallery/components/passDetail/index.js +1 -16
- package/lib/plus/walletPassGallery/components/passList/index.js +9 -3
- package/lib/plus/walletPassGallery/index.js +0 -29
- 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/Selector.d.ts +1 -1
- 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
|
@@ -746,5 +746,331 @@ export default {
|
|
|
746
746
|
}
|
|
747
747
|
return key;
|
|
748
748
|
}
|
|
749
|
+
},
|
|
750
|
+
ja: {
|
|
751
|
+
'page.eftpos-pay.text.loading': function pageEftposPayTextLoading(mode) {
|
|
752
|
+
return "".concat(mode === 'pay' || mode === 'fullPay' ? '支払い' : '返金', "\u9032\u884C\u4E2D...");
|
|
753
|
+
},
|
|
754
|
+
'page.eftpos-pay.text.wait': function pageEftposPayTextWait(val, mode) {
|
|
755
|
+
return mode === 'pay' || mode === 'fullPay' ? "EFTPOS\u306B".concat(val, "\u306E\u652F\u6255\u3044\u3092\u53D7\u3051\u5165\u308C\u308B\u3088\u3046\u4F9D\u983C\u3057\u307E\u3057\u305F") : "EFTPOS\u306B".concat(val, "\u306E\u8FD4\u91D1\u3092\u53D7\u3051\u5165\u308C\u308B\u3088\u3046\u4F9D\u983C\u3057\u307E\u3057\u305F\u3002");
|
|
756
|
+
},
|
|
757
|
+
'page.eftpos-pay.text.surcharge': '顧客が追加料金を受け入れるのを待機中',
|
|
758
|
+
'page.eftpos-pay.text.card': '顧客がカードを提示するのを待機中',
|
|
759
|
+
'page.eftpos-pay.text.account': '顧客がアカウントを選択するのを待機中',
|
|
760
|
+
'page.eftpos-pay.text.pin': '顧客がPINを入力するかレシートに署名するのを待機中',
|
|
761
|
+
'page.eftpos-pay.text.receipt': '顧客にレシートに署名してもらう',
|
|
762
|
+
'page.eftpos-pay.text.receipt.again.title': '署名を確認',
|
|
763
|
+
'page.eftpos-pay.text.receipt.again.text': '署名が正しい場合は「承認」をクリックしてください。署名が間違っている場合は「拒否」をクリックしてください。',
|
|
764
|
+
'page.eftpos-pay.text.signature.title': '署名の拒否を確認しますか?',
|
|
765
|
+
'page.eftpos-pay.text.signature.text': function pageEftposPayTextSignatureText(mode) {
|
|
766
|
+
return mode === 'pay' || mode === 'fullPay' ? "\u62D2\u5426\u3059\u308B\u3068\u652F\u6255\u3044\u304C\u5931\u6557\u3057\u3001\u518D\u5EA6\u652F\u6255\u3046\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002" : "\u62D2\u5426\u3059\u308B\u3068\u8FD4\u91D1\u304C\u5931\u6557\u3057\u3001\u8FD4\u91D1\u3092\u518D\u5EA6\u51E6\u7406\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002";
|
|
767
|
+
},
|
|
768
|
+
'page.eftpos-pay.text.timedout.title': '申し訳ございませんが、リクエストがタイムアウトしました。',
|
|
769
|
+
'page.eftpos-pay.text.timedout.text': function pageEftposPayTextTimedoutText(mode) {
|
|
770
|
+
return mode === 'pay' || mode === 'fullPay' ? 'カードリーダーに表示されている支払いステータスに基づいて、手動で支払い結果をマークしてください。取引の正確性を確保するためです。' : "\u30AB\u30FC\u30C9\u30EA\u30FC\u30C0\u30FC\u306B\u8868\u793A\u3055\u308C\u3066\u3044\u308B\u8FD4\u91D1\u30B9\u30C6\u30FC\u30BF\u30B9\u306B\u57FA\u3065\u3044\u3066\u3001\u624B\u52D5\u3067\u8FD4\u91D1\u7D50\u679C\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u53D6\u5F15\u306E\u6B63\u78BA\u6027\u3092\u78BA\u4FDD\u3059\u308B\u305F\u3081\u3067\u3059\u3002";
|
|
771
|
+
},
|
|
772
|
+
'page.eftpos-pay.text.request.title': function pageEftposPayTextRequestTitle(mode) {
|
|
773
|
+
return "".concat(mode === 'pay' || mode === 'fullPay' ? '支払い' : '返金', "\u30EA\u30AF\u30A8\u30B9\u30C8\u9032\u884C\u4E2D...");
|
|
774
|
+
},
|
|
775
|
+
'page.eftpos-pay.text.request.text': function pageEftposPayTextRequestText(mode) {
|
|
776
|
+
return mode === 'pay' || mode === 'fullPay' ? 'カードリーダーに表示されている支払いステータスに基づいて、手動で支払い結果をマークしてください。取引の正確性を確保するためです。' : "\u30AB\u30FC\u30C9\u30EA\u30FC\u30C0\u30FC\u306B\u8868\u793A\u3055\u308C\u3066\u3044\u308B\u8FD4\u91D1\u30B9\u30C6\u30FC\u30BF\u30B9\u306B\u57FA\u3065\u3044\u3066\u3001\u624B\u52D5\u3067\u8FD4\u91D1\u7D50\u679C\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u53D6\u5F15\u306E\u6B63\u78BA\u6027\u3092\u78BA\u4FDD\u3059\u308B\u305F\u3081\u3067\u3059\u3002";
|
|
777
|
+
},
|
|
778
|
+
'page.eftpos-pay.text.request.unknown.title': function pageEftposPayTextRequestUnknownTitle(mode) {
|
|
779
|
+
return "\u7533\u3057\u8A33\u3054\u3056\u3044\u307E\u305B\u3093\u304C\u3001".concat(mode === 'pay' || mode === 'fullPay' ? '支払い' : '返金', "\u30D7\u30ED\u30BB\u30B9\u4E2D\u306B\u4E0D\u660E\u306A\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002");
|
|
780
|
+
},
|
|
781
|
+
'page.eftpos-pay.text.request.unknown.text': function pageEftposPayTextRequestUnknownText(mode) {
|
|
782
|
+
return mode === 'pay' || mode === 'fullPay' ? 'カードリーダーに表示されている支払いステータスに基づいて、手動で支払い結果をマークしてください。取引の正確性を確保するためです。' : "\u30AB\u30FC\u30C9\u30EA\u30FC\u30C0\u30FC\u306B\u8868\u793A\u3055\u308C\u3066\u3044\u308B\u8FD4\u91D1\u30B9\u30C6\u30FC\u30BF\u30B9\u306B\u57FA\u3065\u3044\u3066\u3001\u624B\u52D5\u3067\u8FD4\u91D1\u7D50\u679C\u3092\u30DE\u30FC\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u53D6\u5F15\u306E\u6B63\u78BA\u6027\u3092\u78BA\u4FDD\u3059\u308B\u305F\u3081\u3067\u3059\u3002";
|
|
783
|
+
},
|
|
784
|
+
'page.eftpos-pay.text.interrupted': 'EFTPOSデバイスの接続が中断されました',
|
|
785
|
+
'page.eftpos-pay.text.reconnect': 'EFTPOSへの再接続を試みています...',
|
|
786
|
+
'page.eftpos-pay.text.waiting.pay': function pageEftposPayTextWaitingPay(mode) {
|
|
787
|
+
return mode === 'pay' || mode === 'fullPay' ? 'EFTPOSで支払いステータスを確認した場合は、手動マークボタンを押してスキップできます。' : 'EFTPOSで返金ステータスを確認した場合は、手動マークボタンを押してスキップできます。';
|
|
788
|
+
},
|
|
789
|
+
'page.eftpos-pay.text.restored': 'ネットワーク接続が復元されました',
|
|
790
|
+
'page.eftpos-pay.text.disconnected': 'このiPadのネットワークが切断されました',
|
|
791
|
+
'page.eftpos-pay.text.waiting.network': 'ネットワークの回復を待機中...',
|
|
792
|
+
'page.eftpos-pay.text.waiting.wifi.title': 'デバイスのネットワークを確認してください。',
|
|
793
|
+
'page.eftpos-pay.text.waiting.wifi.connection': '1. Wi-Fi接続を確認してください。',
|
|
794
|
+
'page.eftpos-pay.text.waiting.wifi.router': '2. ルーターを再起動してください。',
|
|
795
|
+
'page.eftpos-pay.text.waiting.wifi.forget.reconnect': '3. ネットワークを忘れて再接続',
|
|
796
|
+
'page.eftpos-pay.text.accept': '承認',
|
|
797
|
+
'page.eftpos-pay.text.decline': '拒否',
|
|
798
|
+
'page.eftpos-pay.text.manual.marking': '手動マーク',
|
|
799
|
+
'page.eftpos-pay.text.manual.title': '支払い金額を確認',
|
|
800
|
+
'page.eftpos-pay.text.manual.subtitle': function pageEftposPayTextManualSubtitle(money) {
|
|
801
|
+
return "\u3053\u306E\u53D6\u5F15\u3067\u652F\u6255\u308F\u308C\u305F\u91D1\u984D\uFF1A".concat(money, "\u3002");
|
|
802
|
+
},
|
|
803
|
+
'page.eftpos-pay.text.manual.confirm': '支払い金額がEFTPOSの金額と一致するか確認してください。',
|
|
804
|
+
'page.eftpos-pay.text.manual.btn.confirm': function pageEftposPayTextManualBtnConfirm(money) {
|
|
805
|
+
return "\u78BA\u8A8D(".concat(money, ")");
|
|
806
|
+
},
|
|
807
|
+
'page.eftpos-pay.text.manual.diff': '一致しない場合は、下の入力ボックスに実際の取引金額を入力してください。',
|
|
808
|
+
'page.eftpos-pay.text.manual.tip': '支払い金額(追加料金を含む)',
|
|
809
|
+
'page.eftpos-pay.text.manual.cancel': '現在の取引をキャンセル',
|
|
810
|
+
'page.eftpos-pay.text.manual.print_receipt': 'レシートを印刷',
|
|
811
|
+
'page.eftpos-pay.text.modify.payment.info': function pageEftposPayTextModifyPaymentInfo(mode) {
|
|
812
|
+
return mode === 'pay' || mode === 'fullPay' ? '支払い情報を変更' : '返金情報を変更';
|
|
813
|
+
},
|
|
814
|
+
'page.eftpos-pay.text.successful': function pageEftposPayTextSuccessful(mode) {
|
|
815
|
+
return "".concat(mode === 'pay' || mode === 'fullPay' ? '支払い' : '返金', "\u6210\u529F");
|
|
816
|
+
},
|
|
817
|
+
'page.eftpos-pay.text.failed': function pageEftposPayTextFailed(mode) {
|
|
818
|
+
return "".concat(mode === 'pay' || mode === 'fullPay' ? '支払い' : '返金', "\u5931\u6557");
|
|
819
|
+
},
|
|
820
|
+
'page.eftpos-pay.text.confirm': '確認',
|
|
821
|
+
'page.eftpos-pay.text.confirm.decline': '拒否を確認',
|
|
822
|
+
'page.eftpos-pay.text.back': '戻る',
|
|
823
|
+
'page.eftpos-pay.text.cancel': 'キャンセル',
|
|
824
|
+
'page.eftpos-pay.text.waiting.processing': '処理を待機中',
|
|
825
|
+
'page.eftpos-pay.text.waiting.signature': '署名の確認を待機中',
|
|
826
|
+
'page.eftpos-pay.text.waiting.decline': '拒否を待機中',
|
|
827
|
+
'page.eftpos-pay.text.processing': '処理中',
|
|
828
|
+
'page.eftpos-pay.text.transaction.processing': '取引進行中',
|
|
829
|
+
'page.eftpos-pay.text.retry': '再試行',
|
|
830
|
+
'page.eftpos-pay.text.sure': '確認',
|
|
831
|
+
'page.eftpos-pay.text.device': 'デバイスを選択してください',
|
|
832
|
+
'page.eftpos-pay.text.leave': 'このページを離れないでください',
|
|
833
|
+
'page.eftpos-pay.text.latest.success': 'この注文で成功した支払いが検出されました!',
|
|
834
|
+
'page.eftpos-pay.text.latest.amount': '金額',
|
|
835
|
+
'page.eftpos-pay.text.latest.surcharge': '追加料金',
|
|
836
|
+
'page.eftpos-pay.text.latest.time': '時間',
|
|
837
|
+
'page.eftpos-pay.text.latest.confirm': '確認',
|
|
838
|
+
'page.eftpos-pay.text.amount.to.pay': '支払うべき金額',
|
|
839
|
+
'page.eftpos-pay.text.surcharge.percentage': 'パーセンテージ',
|
|
840
|
+
'page.eftpos-pay.text.surcharge.fixed': '固定',
|
|
841
|
+
'page.eftpos-pay.text.surcharge.percentage-fixed': '追加料金 = パーセンテージ + 固定',
|
|
842
|
+
'page.eftpos-pay.text.surcharge.edit.title': '支払い追加料金を編集',
|
|
843
|
+
'page.eftpos-pay.text.input.title': function pageEftposPayTextInputTitle(name) {
|
|
844
|
+
return "".concat(name, "\u3067\u652F\u6255\u3046\u91D1\u984D");
|
|
845
|
+
},
|
|
846
|
+
'page.eftpos-pay.text.amount.cash.left.pay.paid': function pageEftposPayTextAmountCashLeftPayPaid(money) {
|
|
847
|
+
return "".concat(money, " \u652F\u6255\u3044\u6B8B\u308A");
|
|
848
|
+
},
|
|
849
|
+
'page.eftpos-pay.text.surcharge.edit.actual.pay': '実際の支払い',
|
|
850
|
+
'page.eftpos-pay.text.surcharge.edit.inc.surcharge': '追加料金を含む',
|
|
851
|
+
'page.eftpos-pay.text.surcharge.edit.rate': 'レート',
|
|
852
|
+
'page.eftpos-pay.text.surcharge.edit.surcharge': '追加料金を編集',
|
|
853
|
+
'page.eftpos-pay.text.transaction.end': '取引終了',
|
|
854
|
+
'page.eftpos-pay.text.transaction.user.declined.title': '署名が拒否されました',
|
|
855
|
+
'page.eftpos-pay.text.transaction.user.declined.text': '署名の拒否により、この取引は失敗しました。',
|
|
856
|
+
'page.eftpos-pay.text.transaction.user.config.title': '設定パラメータエラー',
|
|
857
|
+
'page.eftpos-pay.text.transaction.user.config.text': '申し訳ございませんが、デバイス設定の設定パラメータが正しく入力されているか確認してください。',
|
|
858
|
+
'page.eftpos-pay.text.transaction.back.declined.title': '取引が拒否されました',
|
|
859
|
+
'page.eftpos-pay.text.transaction.back.declined.text': '申し訳ございませんが、銀行がこの取引を拒否しました。別のカードをお試しください。',
|
|
860
|
+
'page.eftpos-pay.text.transaction.fail': '取引失敗。',
|
|
861
|
+
'page.eftpos-pay.text.transaction.fail.timeout': '取引タイムアウト。',
|
|
862
|
+
'page.eftpos-pay.text.transaction.pay.fail.timeout': '取引タイムアウト。',
|
|
863
|
+
'page.eftpos-pay.text.transaction.fail.terminal.title': 'EFTPOS繁忙',
|
|
864
|
+
'page.eftpos-pay.text.transaction.fail.terminal': '別の取引を処理中であるため、EFTPOS端末は一時的に利用できません。',
|
|
865
|
+
'page.eftpos-pay.text.transaction.fail.cancel.title': '取引をキャンセル',
|
|
866
|
+
'page.eftpos-pay.text.transaction.fail.cancel': 'EFTPOSが取引をキャンセルしました。',
|
|
867
|
+
'page.eftpos-pay.text.transaction.fail.socket': 'EFTPOSデバイスの接続に失敗しました。',
|
|
868
|
+
'page.eftpos-pay.text.transaction.eftpos.fail': 'EFTPOSデバイスの接続が中断されました',
|
|
869
|
+
'page.eftpos-pay.text.transaction.eftpos.fail.title': 'デバイスを確認してください',
|
|
870
|
+
'page.eftpos-pay.text.transaction.eftpos.fail.power': '1. デバイスの電源を確認してください。',
|
|
871
|
+
'page.eftpos-pay.text.transaction.eftpos.fail.device': '2. デバイスがオンになっているか確認してください。',
|
|
872
|
+
'page.eftpos-pay.text.transaction.eftpos.fail.network': '3. デバイスのネットワークを確認してください。',
|
|
873
|
+
'page.eftpos-pay.text.transaction.eftpos.fail.if': function pageEftposPayTextTransactionEftposFailIf(mode) {
|
|
874
|
+
return mode === 'pay' || mode === 'fullPay' ? 'この注文の支払いステータスを確認した場合は、手動マークをクリックしてください。' : 'この注文の返金ステータスを確認した場合は、手動マークをクリックしてください。';
|
|
875
|
+
},
|
|
876
|
+
'page.eftpos-pay.text.transaction.eftpos.fail.other': '支払いに問題が検出されました。レシートを印刷してスタッフに連絡してください。',
|
|
877
|
+
'page.eftpos-pay.text.application': '顧客がアプリケーションを選択するのを待機中',
|
|
878
|
+
'page.eftpos-pay.text.approved': '承認済み',
|
|
879
|
+
'page.eftpos-pay.text.device.no.title': 'まだデバイスが追加されていません。続行するにはデバイスを追加してください。',
|
|
880
|
+
'page.eftpos-pay.text.device.no.add': 'デバイスを追加するには:',
|
|
881
|
+
'page.eftpos-pay.text.device.no.web': "\u7BA1\u7406\u30D1\u30CD\u30EB\uFF1A\u8A2D\u5B9A > \u652F\u6255\u3044 > EFTPOS > \u30D9\u30F3\u30C0\u30FC\u306E\u6A2A\u306E\u300C\u7BA1\u7406\u300D\u3092\u30AF\u30EA\u30C3\u30AF > \u30C7\u30D0\u30A4\u30B9\u3092\u8FFD\u52A0",
|
|
882
|
+
'page.eftpos-pay.text.device.no.terminal': "\u30BF\u30FC\u30DF\u30CA\u30EB\uFF1A\u8A2D\u5B9A > EFTPOS > \u30D9\u30F3\u30C0\u30FC\u306E\u6A2A\u306E\u300C\u7BA1\u7406\u300D\u3092\u30AF\u30EA\u30C3\u30AF > \u30C7\u30D0\u30A4\u30B9\u3092\u8FFD\u52A0",
|
|
883
|
+
'page.eftpos-pay.text.waiting.decline.signature': '署名の拒否を待機中',
|
|
884
|
+
'page.eftpos-pay.text.unknown.title': function pageEftposPayTextUnknownTitle(mode) {
|
|
885
|
+
return "".concat(mode === 'pay' || mode === 'fullPay' ? '支払い' : '返金', "\u30B9\u30C6\u30FC\u30BF\u30B9\u3092\u30DE\u30FC\u30AF");
|
|
886
|
+
},
|
|
887
|
+
'page.eftpos-pay.text.unknown.text': function pageEftposPayTextUnknownText(mode) {
|
|
888
|
+
return "\u7533\u3057\u8A33\u3054\u3056\u3044\u307E\u305B\u3093\u304C\u3001".concat(mode === 'pay' || mode === 'fullPay' ? '支払い' : '返金', "\u30D7\u30ED\u30BB\u30B9\u4E2D\u306B\u4E0D\u660E\u306A\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u3053\u306E").concat(mode === 'pay' || mode === 'fullPay' ? '支払い' : '返金', "\u306E\u30B9\u30C6\u30FC\u30BF\u30B9\u3092\u624B\u52D5\u3067\u30DE\u30FC\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002");
|
|
889
|
+
},
|
|
890
|
+
'page.eftpos-pay.text.reconnecting': '再接続中',
|
|
891
|
+
'page.eftpos-pay.text.reconnect.network': 'ネットワークを再接続',
|
|
892
|
+
'page.eftpos-pay.text.network.disconnected': 'ネットワークが切断されました',
|
|
893
|
+
'page.eftpos-pay.text.not.connected': 'ネットワークが接続されていません',
|
|
894
|
+
'page.eftpos-pay.text.tyro-btn': function pageEftposPayTextTyroBtn(key) {
|
|
895
|
+
return key;
|
|
896
|
+
},
|
|
897
|
+
'page.eftpos-pay.text.tyro': function pageEftposPayTextTyro(key) {
|
|
898
|
+
return key;
|
|
899
|
+
},
|
|
900
|
+
'page.eftpos-pay.text.huifu.scan.title': 'スキャンして支払い(Alipay・WeChat Pay・UnionPay)',
|
|
901
|
+
'page.eftpos-pay.text.huifu.scan.gun.connected': 'スキャナーが接続されました',
|
|
902
|
+
'page.eftpos-pay.text.huifu.scan.gun.connected-desc': '顧客の支払いコードをスキャンして支払いを回収',
|
|
903
|
+
'page.eftpos-pay.text.huifu.scan.gun.not-connected': 'スキャナーが接続されていません',
|
|
904
|
+
'page.eftpos-pay.text.huifu.scan.gun.not-connected-desc': 'スキャナーを接続して顧客の支払いコードをスキャン',
|
|
905
|
+
'page.eftpos-pay.text.huifu.scan.camera-title': 'クリックしてカメラを使用',
|
|
906
|
+
'page.eftpos-pay.text.huifu.scan.camera-desc': '顧客の支払いコードをフレーム内に配置',
|
|
907
|
+
'page.eftpos-pay.text.huifu.scan.input-title': 'または手動で支払いコードを入力',
|
|
908
|
+
'page.eftpos-pay.text.huifu.scan.input-placeholder': '支払いコードを入力',
|
|
909
|
+
'page.eftpos-pay.text.huifu.scan.input-tip': 'ヒント:支払いコードは18桁の数字です',
|
|
910
|
+
'page.eftpos-pay.text.huifu.scan.cancel': 'キャンセル',
|
|
911
|
+
'page.eftpos-pay.text.huifu.scan.confirm': '支払いを確認'
|
|
912
|
+
},
|
|
913
|
+
pt: {
|
|
914
|
+
'page.eftpos-pay.text.loading': function pageEftposPayTextLoading(mode) {
|
|
915
|
+
return "".concat(mode === 'pay' || mode === 'fullPay' ? 'Pagamento' : 'Reembolso', " em andamento...");
|
|
916
|
+
},
|
|
917
|
+
'page.eftpos-pay.text.wait': function pageEftposPayTextWait(val, mode) {
|
|
918
|
+
return mode === 'pay' || mode === 'fullPay' ? "Solicitado ao EFTPOS para aceitar pagamento para Compra ".concat(val) : "Solicitado ao EFTPOS para aceitar o reembolso para ".concat(val, ".");
|
|
919
|
+
},
|
|
920
|
+
'page.eftpos-pay.text.surcharge': 'Aguardando cliente aceitar taxa adicional',
|
|
921
|
+
'page.eftpos-pay.text.card': 'Aguardando cliente apresentar cartão',
|
|
922
|
+
'page.eftpos-pay.text.account': 'Aguardando cliente selecionar conta',
|
|
923
|
+
'page.eftpos-pay.text.pin': 'Aguardando cliente inserir PIN ou assinar o recibo',
|
|
924
|
+
'page.eftpos-pay.text.receipt': 'Peça ao cliente para assinar o recibo',
|
|
925
|
+
'page.eftpos-pay.text.receipt.again.title': 'Verificar assinatura',
|
|
926
|
+
'page.eftpos-pay.text.receipt.again.text': 'Se a assinatura estiver correta, clique em "Aceitar". Se a assinatura estiver incorreta, clique em "Recusar".',
|
|
927
|
+
'page.eftpos-pay.text.signature.title': 'Confirmar recusar assinatura?',
|
|
928
|
+
'page.eftpos-pay.text.signature.text': function pageEftposPayTextSignatureText(mode) {
|
|
929
|
+
return mode === 'pay' || mode === 'fullPay' ? "Recusar causar\xE1 falha no pagamento, \xE9 necess\xE1rio pagar novamente." : "Recusar causar\xE1 falha no reembolso; um reembolso precisa ser processado novamente.";
|
|
930
|
+
},
|
|
931
|
+
'page.eftpos-pay.text.timedout.title': 'Desculpe, a solicitação expirou.',
|
|
932
|
+
'page.eftpos-pay.text.timedout.text': function pageEftposPayTextTimedoutText(mode) {
|
|
933
|
+
return mode === 'pay' || mode === 'fullPay' ? 'Por favor, marque manualmente o resultado do pagamento com base no status do pagamento exibido no leitor de cartão, para garantir a precisão da transação.' : "Por favor, verifique manualmente o resultado do reembolso com base no status do reembolso exibido no leitor de cart\xE3o para garantir a precis\xE3o da transa\xE7\xE3o.";
|
|
934
|
+
},
|
|
935
|
+
'page.eftpos-pay.text.request.title': function pageEftposPayTextRequestTitle(mode) {
|
|
936
|
+
return "Solicita\xE7\xE3o de ".concat(mode === 'pay' || mode === 'fullPay' ? 'pagamento' : 'reembolso', " em andamento...");
|
|
937
|
+
},
|
|
938
|
+
'page.eftpos-pay.text.request.text': function pageEftposPayTextRequestText(mode) {
|
|
939
|
+
return mode === 'pay' || mode === 'fullPay' ? 'Por favor, marque manualmente o resultado do pagamento com base no status do pagamento exibido no leitor de cartão, para garantir a precisão da transação.' : "Por favor, verifique manualmente o resultado do reembolso com base no status do reembolso exibido no leitor de cart\xE3o para garantir a precis\xE3o da transa\xE7\xE3o.";
|
|
940
|
+
},
|
|
941
|
+
'page.eftpos-pay.text.request.unknown.title': function pageEftposPayTextRequestUnknownTitle(mode) {
|
|
942
|
+
return "Desculpe, ocorreu um erro desconhecido durante o processo de ".concat(mode === 'pay' || mode === 'fullPay' ? 'pagamento' : 'reembolso', ".");
|
|
943
|
+
},
|
|
944
|
+
'page.eftpos-pay.text.request.unknown.text': function pageEftposPayTextRequestUnknownText(mode) {
|
|
945
|
+
return mode === 'pay' || mode === 'fullPay' ? 'Por favor, marque manualmente o resultado do pagamento com base no status do pagamento exibido no leitor de cartão, para garantir a precisão da transação.' : "Por favor, marque manualmente o resultado do reembolso com base no status do reembolso exibido no leitor de cart\xE3o, para garantir a precis\xE3o da transa\xE7\xE3o.";
|
|
946
|
+
},
|
|
947
|
+
'page.eftpos-pay.text.interrupted': 'Conexão do dispositivo EFTPOS interrompida',
|
|
948
|
+
'page.eftpos-pay.text.reconnect': 'Tentando reconectar o EFTPOS...',
|
|
949
|
+
'page.eftpos-pay.text.waiting.pay': function pageEftposPayTextWaitingPay(mode) {
|
|
950
|
+
return mode === 'pay' || mode === 'fullPay' ? 'Se você já confirmou o status do pagamento no EFTPOS, pode pressionar o botão Marcação manual para pular.' : 'Se você já confirmou o status do reembolso no EFTPOS, pode pressionar o botão Marcação Manual para pular.';
|
|
951
|
+
},
|
|
952
|
+
'page.eftpos-pay.text.restored': 'Conexão de rede restaurada',
|
|
953
|
+
'page.eftpos-pay.text.disconnected': 'Rede deste iPad desconectada',
|
|
954
|
+
'page.eftpos-pay.text.waiting.network': 'Aguardando recuperação da rede...',
|
|
955
|
+
'page.eftpos-pay.text.waiting.wifi.title': "Por favor, verifique a rede do seu dispositivo.",
|
|
956
|
+
'page.eftpos-pay.text.waiting.wifi.connection': '1. Verifique a conexão Wi-Fi.',
|
|
957
|
+
'page.eftpos-pay.text.waiting.wifi.router': '2. Reinicie o roteador.',
|
|
958
|
+
'page.eftpos-pay.text.waiting.wifi.forget.reconnect': '3. Esquecer rede e reconectar',
|
|
959
|
+
'page.eftpos-pay.text.accept': 'Aceitar',
|
|
960
|
+
'page.eftpos-pay.text.decline': 'Recusar',
|
|
961
|
+
'page.eftpos-pay.text.manual.marking': 'Marcação manual',
|
|
962
|
+
'page.eftpos-pay.text.manual.title': 'Confirmar valor do pagamento',
|
|
963
|
+
'page.eftpos-pay.text.manual.subtitle': function pageEftposPayTextManualSubtitle(money) {
|
|
964
|
+
return "Valor pago para esta transa\xE7\xE3o:".concat(money, ".");
|
|
965
|
+
},
|
|
966
|
+
'page.eftpos-pay.text.manual.confirm': 'Por favor, verifique se o valor do pagamento corresponde ao valor no EFTPOS.',
|
|
967
|
+
'page.eftpos-pay.text.manual.btn.confirm': function pageEftposPayTextManualBtnConfirm(money) {
|
|
968
|
+
return "Confirmar(".concat(money, ")");
|
|
969
|
+
},
|
|
970
|
+
'page.eftpos-pay.text.manual.diff': "Se não corresponder, por favor insira o valor real da transação na caixa de entrada abaixo.",
|
|
971
|
+
'page.eftpos-pay.text.manual.tip': 'Valor pago (incl. taxa adicional)',
|
|
972
|
+
'page.eftpos-pay.text.manual.cancel': 'Cancelar transação atual',
|
|
973
|
+
'page.eftpos-pay.text.manual.print_receipt': 'Imprimir Recibo',
|
|
974
|
+
'page.eftpos-pay.text.modify.payment.info': function pageEftposPayTextModifyPaymentInfo(mode) {
|
|
975
|
+
return mode === 'pay' || mode === 'fullPay' ? 'Modificar informações de pagamento' : 'Modificar informações de reembolso';
|
|
976
|
+
},
|
|
977
|
+
'page.eftpos-pay.text.successful': function pageEftposPayTextSuccessful(mode) {
|
|
978
|
+
return "".concat(mode === 'pay' || mode === 'fullPay' ? 'Pagamento' : 'Reembolso', " bem-sucedido");
|
|
979
|
+
},
|
|
980
|
+
'page.eftpos-pay.text.failed': function pageEftposPayTextFailed(mode) {
|
|
981
|
+
return "".concat(mode === 'pay' || mode === 'fullPay' ? 'Pagamento' : 'Reembolso', " falhou");
|
|
982
|
+
},
|
|
983
|
+
'page.eftpos-pay.text.confirm': 'Confirmar',
|
|
984
|
+
'page.eftpos-pay.text.confirm.decline': 'Confirmar recusa',
|
|
985
|
+
'page.eftpos-pay.text.back': 'Voltar',
|
|
986
|
+
'page.eftpos-pay.text.cancel': 'Cancelar',
|
|
987
|
+
'page.eftpos-pay.text.waiting.processing': 'Aguardando processamento',
|
|
988
|
+
'page.eftpos-pay.text.waiting.signature': 'Aguardando você verificar assinatura',
|
|
989
|
+
'page.eftpos-pay.text.waiting.decline': 'Aguardando recusa',
|
|
990
|
+
'page.eftpos-pay.text.processing': 'Processando',
|
|
991
|
+
'page.eftpos-pay.text.transaction.processing': 'Transação em andamento',
|
|
992
|
+
'page.eftpos-pay.text.retry': 'Tentar Novamente',
|
|
993
|
+
'page.eftpos-pay.text.sure': 'Certo',
|
|
994
|
+
'page.eftpos-pay.text.device': 'Por favor, selecione o dispositivo',
|
|
995
|
+
'page.eftpos-pay.text.leave': 'Por favor, não saia desta página',
|
|
996
|
+
'page.eftpos-pay.text.latest.success': 'Um Pagamento Bem-sucedido Detectado para Este Pedido!',
|
|
997
|
+
'page.eftpos-pay.text.latest.amount': 'Valor',
|
|
998
|
+
'page.eftpos-pay.text.latest.surcharge': 'Taxa Adicional',
|
|
999
|
+
'page.eftpos-pay.text.latest.time': 'Hora',
|
|
1000
|
+
'page.eftpos-pay.text.latest.confirm': 'Confirmar',
|
|
1001
|
+
'page.eftpos-pay.text.amount.to.pay': 'Valor a pagar',
|
|
1002
|
+
'page.eftpos-pay.text.surcharge.percentage': 'Porcentagem',
|
|
1003
|
+
'page.eftpos-pay.text.surcharge.fixed': 'Fixo',
|
|
1004
|
+
'page.eftpos-pay.text.surcharge.percentage-fixed': 'Taxa Adicional = Porcentagem + Fixo',
|
|
1005
|
+
'page.eftpos-pay.text.surcharge.edit.title': 'Editar taxa adicional de pagamento',
|
|
1006
|
+
'page.eftpos-pay.text.input.title': function pageEftposPayTextInputTitle(name) {
|
|
1007
|
+
return "Valor a pagar em ".concat(name);
|
|
1008
|
+
},
|
|
1009
|
+
'page.eftpos-pay.text.amount.cash.left.pay.paid': function pageEftposPayTextAmountCashLeftPayPaid(money) {
|
|
1010
|
+
return "".concat(money, " restante para pagar");
|
|
1011
|
+
},
|
|
1012
|
+
'page.eftpos-pay.text.surcharge.edit.actual.pay': 'Pagamento Real',
|
|
1013
|
+
'page.eftpos-pay.text.surcharge.edit.inc.surcharge': 'Incl. Taxa Adicional',
|
|
1014
|
+
'page.eftpos-pay.text.surcharge.edit.rate': 'Taxa',
|
|
1015
|
+
'page.eftpos-pay.text.surcharge.edit.surcharge': 'Editar Taxa Adicional',
|
|
1016
|
+
'page.eftpos-pay.text.transaction.end': 'Fim da transação',
|
|
1017
|
+
'page.eftpos-pay.text.transaction.user.declined.title': 'Assinatura recusada',
|
|
1018
|
+
'page.eftpos-pay.text.transaction.user.declined.text': 'A transação falhou devido à recusa da assinatura.',
|
|
1019
|
+
'page.eftpos-pay.text.transaction.user.config.title': 'Erro de Parâmetro de Configuração',
|
|
1020
|
+
'page.eftpos-pay.text.transaction.user.config.text': 'Desculpe, por favor verifique se os parâmetros de configuração nas configurações do dispositivo estão preenchidos corretamente.',
|
|
1021
|
+
'page.eftpos-pay.text.transaction.back.declined.title': 'Transação Recusada',
|
|
1022
|
+
'page.eftpos-pay.text.transaction.back.declined.text': "Lamentamos, o banco recusou esta transação. Por favor, tente outro cartão.",
|
|
1023
|
+
'page.eftpos-pay.text.transaction.fail': 'Transação falhou.',
|
|
1024
|
+
'page.eftpos-pay.text.transaction.fail.timeout': 'Tempo limite da transação.',
|
|
1025
|
+
'page.eftpos-pay.text.transaction.pay.fail.timeout': 'Tempo limite da transação.',
|
|
1026
|
+
'page.eftpos-pay.text.transaction.fail.terminal.title': 'EFTPOS ocupado',
|
|
1027
|
+
'page.eftpos-pay.text.transaction.fail.terminal': 'O terminal EFTPOS está temporariamente indisponível devido ao processamento de outra transação.',
|
|
1028
|
+
'page.eftpos-pay.text.transaction.fail.cancel.title': 'Cancela transação',
|
|
1029
|
+
'page.eftpos-pay.text.transaction.fail.cancel': 'EFTPOS cancela transação..',
|
|
1030
|
+
'page.eftpos-pay.text.transaction.fail.socket': 'Falha na conexão do dispositivo EFTPOS.',
|
|
1031
|
+
'page.eftpos-pay.text.transaction.eftpos.fail': 'Conexão do dispositivo EFTPOS interrompida',
|
|
1032
|
+
'page.eftpos-pay.text.transaction.eftpos.fail.title': 'Por favor, verifique seu dispositivo',
|
|
1033
|
+
'page.eftpos-pay.text.transaction.eftpos.fail.power': '1. Verifique a energia do dispositivo.',
|
|
1034
|
+
'page.eftpos-pay.text.transaction.eftpos.fail.device': '2. Verifique se o dispositivo está ligado.',
|
|
1035
|
+
'page.eftpos-pay.text.transaction.eftpos.fail.network': '3. Verifique a rede do dispositivo.',
|
|
1036
|
+
'page.eftpos-pay.text.transaction.eftpos.fail.if': function pageEftposPayTextTransactionEftposFailIf(mode) {
|
|
1037
|
+
return mode === 'pay' || mode === 'fullPay' ? 'Se você já confirmou o status do pagamento deste pedido, por favor clique em Marcação manual.' : 'Se você já confirmou o status do reembolso deste pedido, por favor clique em Marcação Manual.';
|
|
1038
|
+
},
|
|
1039
|
+
'page.eftpos-pay.text.transaction.eftpos.fail.other': 'Problema de pagamento detectado. Por favor, imprima o recibo e entre em contato com a equipe para assistência.',
|
|
1040
|
+
'page.eftpos-pay.text.application': 'Aguardando cliente selecionar aplicativo',
|
|
1041
|
+
'page.eftpos-pay.text.approved': 'Aprovado',
|
|
1042
|
+
'page.eftpos-pay.text.device.no.title': 'Nenhum dispositivo adicionado ainda. Por favor, adicione dispositivos para prosseguir.',
|
|
1043
|
+
'page.eftpos-pay.text.device.no.add': 'Para adicionar dispositivos:',
|
|
1044
|
+
'page.eftpos-pay.text.device.no.web': "Painel Admin: Configura\xE7\xF5es > Pagamento > EFTPOS > Clique em 'Gerenciar' ao lado do fornecedor > Adicionar Dispositivo",
|
|
1045
|
+
'page.eftpos-pay.text.device.no.terminal': "Terminal: Configura\xE7\xF5es > EFTPOS > Clique em 'Gerenciar' ao lado do fornecedor > Adicionar Dispositivo",
|
|
1046
|
+
'page.eftpos-pay.text.waiting.decline.signature': ' Aguardando a recusa da assinatura',
|
|
1047
|
+
'page.eftpos-pay.text.unknown.title': function pageEftposPayTextUnknownTitle(mode) {
|
|
1048
|
+
return "Marcar status de ".concat(mode === 'pay' || mode === 'fullPay' ? 'pagamento' : 'reembolso');
|
|
1049
|
+
},
|
|
1050
|
+
'page.eftpos-pay.text.unknown.text': function pageEftposPayTextUnknownText(mode) {
|
|
1051
|
+
return "Desculpe, ocorreu um erro desconhecido durante o processo de ".concat(mode === 'pay' || mode === 'fullPay' ? 'pagamento' : 'reembolso', ". Por favor, marque manualmente o status deste ").concat(mode === 'pay' || mode === 'fullPay' ? 'pagamento' : 'reembolso');
|
|
1052
|
+
},
|
|
1053
|
+
'page.eftpos-pay.text.reconnecting': 'Reconectando',
|
|
1054
|
+
'page.eftpos-pay.text.reconnect.network': 'Reconectar rede',
|
|
1055
|
+
'page.eftpos-pay.text.network.disconnected': 'Rede desconectada',
|
|
1056
|
+
'page.eftpos-pay.text.not.connected': 'A rede não está conectada',
|
|
1057
|
+
'page.eftpos-pay.text.tyro-btn': function pageEftposPayTextTyroBtn(key) {
|
|
1058
|
+
return key;
|
|
1059
|
+
},
|
|
1060
|
+
'page.eftpos-pay.text.tyro': function pageEftposPayTextTyro(key) {
|
|
1061
|
+
return key;
|
|
1062
|
+
},
|
|
1063
|
+
'page.eftpos-pay.text.huifu.scan.title': 'Escanear para Pagar (Alipay · WeChat Pay · UnionPay)',
|
|
1064
|
+
'page.eftpos-pay.text.huifu.scan.gun.connected': 'Scanner Conectado',
|
|
1065
|
+
'page.eftpos-pay.text.huifu.scan.gun.connected-desc': 'Escaneie o código de pagamento do cliente para coletar pagamento',
|
|
1066
|
+
'page.eftpos-pay.text.huifu.scan.gun.not-connected': 'Scanner Não Conectado',
|
|
1067
|
+
'page.eftpos-pay.text.huifu.scan.gun.not-connected-desc': 'Conecte o scanner para escanear o código de pagamento do cliente',
|
|
1068
|
+
'page.eftpos-pay.text.huifu.scan.camera-title': 'Clique para usar a câmera',
|
|
1069
|
+
'page.eftpos-pay.text.huifu.scan.camera-desc': 'Alinhe o código de pagamento do cliente dentro da moldura',
|
|
1070
|
+
'page.eftpos-pay.text.huifu.scan.input-title': 'Ou digite o código de pagamento manualmente',
|
|
1071
|
+
'page.eftpos-pay.text.huifu.scan.input-placeholder': 'Digite o código de pagamento',
|
|
1072
|
+
'page.eftpos-pay.text.huifu.scan.input-tip': 'Dica: O código de pagamento tem 18 dígitos',
|
|
1073
|
+
'page.eftpos-pay.text.huifu.scan.cancel': 'Cancelar',
|
|
1074
|
+
'page.eftpos-pay.text.huifu.scan.confirm': 'Confirmar Pagamento'
|
|
749
1075
|
}
|
|
750
1076
|
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { StatusEnum } from '../const';
|
|
3
|
+
export declare const POS: ({ api, onChange, }: {
|
|
4
|
+
api: {
|
|
5
|
+
[key: string]: (...agrn: unknown[]) => Promise<unknown>;
|
|
6
|
+
};
|
|
7
|
+
onChange: (status: `${StatusEnum.Success}` | `${StatusEnum.Fail}`, params?: {
|
|
8
|
+
[keys: string]: unknown;
|
|
9
|
+
} | undefined) => void;
|
|
10
|
+
}) => React.JSX.Element;
|
|
11
|
+
export declare const Action: ({ onChange }: {
|
|
12
|
+
onChange: any;
|
|
13
|
+
}) => React.JSX.Element;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Amount, ModeEnum } from '../const';
|
|
2
|
+
import { State } from '../store';
|
|
3
|
+
/**
|
|
4
|
+
* @title: payo 步骤信息
|
|
5
|
+
* @description:
|
|
6
|
+
* @return {*}
|
|
7
|
+
* @Author: hongbing.wang
|
|
8
|
+
* @Date: 2024-08-12 10:19
|
|
9
|
+
*/
|
|
10
|
+
export declare const getStep: (mode?: ModeEnum) => State['steps'];
|
|
11
|
+
/**
|
|
12
|
+
* @title: 初始化 payo 数据
|
|
13
|
+
* @description:
|
|
14
|
+
* @Author: hongbing.wang
|
|
15
|
+
* @Date: 2024-08-12 10:19
|
|
16
|
+
*/
|
|
17
|
+
declare const _default: (params: any) => State;
|
|
18
|
+
export default _default;
|
|
19
|
+
/**
|
|
20
|
+
* @title: payo 金额信息
|
|
21
|
+
* @description: 在 amount 页面设置则使用 pay ,如果有 setting 则使用 setting 信息 ,都没有则设置0
|
|
22
|
+
* @param {State} store : 全局store数据管理
|
|
23
|
+
* @Author: hongbing.wang
|
|
24
|
+
* @Date: 2024-08-12 10:24
|
|
25
|
+
*/
|
|
26
|
+
export declare function getAmonunt(store: State): Amount;
|