@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
|
@@ -99,7 +99,32 @@ export default {
|
|
|
99
99
|
'registry.scope.organization': 'Organization',
|
|
100
100
|
'registry.scope.business': 'Business',
|
|
101
101
|
'registry.scope.channel': 'Channel',
|
|
102
|
-
'registry.scope.board': 'Board'
|
|
102
|
+
'registry.scope.board': 'Board',
|
|
103
|
+
// 选项数据源
|
|
104
|
+
'registry.optionDataSource.type.title': 'Options Data Source Type',
|
|
105
|
+
'registry.optionDataSource.type.desc': 'Configure where the options for this field come from.',
|
|
106
|
+
'registry.optionDataSource.type.default-label': 'Pre-defined',
|
|
107
|
+
'registry.optionDataSource.type.default-desc': 'Use the default options provided by the system.',
|
|
108
|
+
'registry.optionDataSource.type.api-label': 'API',
|
|
109
|
+
'registry.optionDataSource.type.api-desc': 'Load options from an API data source (Table, API endpoint, etc.)',
|
|
110
|
+
'registry.optionDataSource.type.custom-label': 'Not Set',
|
|
111
|
+
'registry.optionDataSource.type.custom-desc': 'Do not define options here. Configure them when building pages.',
|
|
112
|
+
'registry.optionDataSource.type.custom.warning-title': 'Options Not Defined in Metadata',
|
|
113
|
+
'registry.optionDataSource.type.custom.warning-description': 'Be cautious. Options will be configured when building pages. This may lead to inconsistent options across different pages.',
|
|
114
|
+
'registry.optionDataSource.api.dataSource-label': 'API',
|
|
115
|
+
'registry.optionDataSource.api.dataSource-required': 'Please select an API data source.',
|
|
116
|
+
'registry.optionDataSource.api.extraParams-label': 'Additional Parameters',
|
|
117
|
+
'registry.optionDataSource.api.extraParams-desc': 'Optional: Filter parameters in JSON format. Used to filter the API results.',
|
|
118
|
+
// 选项配置表格
|
|
119
|
+
'registry.optionDataSource.options.label': 'Options',
|
|
120
|
+
'registry.optionDataSource.options.label-field': 'Label',
|
|
121
|
+
'registry.optionDataSource.options.label-placeholder': 'Please enter label',
|
|
122
|
+
'registry.optionDataSource.options.value-field': 'Value',
|
|
123
|
+
'registry.optionDataSource.options.value-placeholder': 'Please enter value',
|
|
124
|
+
'registry.optionDataSource.options.drag-desc': 'Drag rows to reorder.',
|
|
125
|
+
'registry.optionDataSource.options.required-desc': 'Each option must have a value and a label.',
|
|
126
|
+
'registry.optionDataSource.options.empty': 'Please add at least one option for Pre-defined data source.',
|
|
127
|
+
'registry.optionDataSource.options.add': 'Add Option'
|
|
103
128
|
},
|
|
104
129
|
'zh-CN': {
|
|
105
130
|
// 页面标题
|
|
@@ -201,7 +226,32 @@ export default {
|
|
|
201
226
|
'registry.scope.organization': '企业租户',
|
|
202
227
|
'registry.scope.business': '业务级',
|
|
203
228
|
'registry.scope.channel': '渠道级',
|
|
204
|
-
'registry.scope.board': '业务×渠道'
|
|
229
|
+
'registry.scope.board': '业务×渠道',
|
|
230
|
+
// 选项数据源
|
|
231
|
+
'registry.optionDataSource.type.title': '选项数据源类型',
|
|
232
|
+
'registry.optionDataSource.type.desc': '配置此字段的选项来源。',
|
|
233
|
+
'registry.optionDataSource.type.default-label': '预设枚举',
|
|
234
|
+
'registry.optionDataSource.type.default-desc': '直接在元数据中定义选项。',
|
|
235
|
+
'registry.optionDataSource.type.api-label': 'API数据源',
|
|
236
|
+
'registry.optionDataSource.type.api-desc': '从API数据源动态加载选项(数据表、API端点等)',
|
|
237
|
+
'registry.optionDataSource.type.custom-label': '不设置',
|
|
238
|
+
'registry.optionDataSource.type.custom-desc': '不在此处定义选项,在制作页面时配置。',
|
|
239
|
+
'registry.optionDataSource.type.custom.warning-title': '元数据中未定义选项',
|
|
240
|
+
'registry.optionDataSource.type.custom.warning-description': '请谨慎使用。选项将在制作页面时配置,这可能导致不同页面的选项不一致。',
|
|
241
|
+
'registry.optionDataSource.api.dataSource-label': 'API数据源',
|
|
242
|
+
'registry.optionDataSource.api.dataSource-required': '请选择一个API数据源。',
|
|
243
|
+
'registry.optionDataSource.api.extraParams-label': '额外参数',
|
|
244
|
+
'registry.optionDataSource.api.extraParams-desc': '可选:JSON格式的筛选参数,用于过滤API结果。',
|
|
245
|
+
// 选项配置表格
|
|
246
|
+
'registry.optionDataSource.options.label': '选项列表',
|
|
247
|
+
'registry.optionDataSource.options.label-field': '标签',
|
|
248
|
+
'registry.optionDataSource.options.label-placeholder': '请输入标签',
|
|
249
|
+
'registry.optionDataSource.options.value-field': '选项值',
|
|
250
|
+
'registry.optionDataSource.options.value-placeholder': '请输入选项值',
|
|
251
|
+
'registry.optionDataSource.options.drag-desc': '拖拽行可调整顺序。',
|
|
252
|
+
'registry.optionDataSource.options.required-desc': '每个选项必须有选项值和标签。',
|
|
253
|
+
'registry.optionDataSource.options.empty': '预设类型至少需要添加一个选项。',
|
|
254
|
+
'registry.optionDataSource.options.add': '添加选项'
|
|
205
255
|
},
|
|
206
256
|
'zh-HK': {
|
|
207
257
|
// 页面标题
|
|
@@ -295,6 +345,215 @@ export default {
|
|
|
295
345
|
'registry.scope.organization': '企業租戶',
|
|
296
346
|
'registry.scope.business': '業務級',
|
|
297
347
|
'registry.scope.channel': '渠道級',
|
|
298
|
-
'registry.scope.board': '業務×渠道'
|
|
348
|
+
'registry.scope.board': '業務×渠道',
|
|
349
|
+
// 选项数据源
|
|
350
|
+
'registry.optionDataSource.type.title': '選項數據源類型',
|
|
351
|
+
'registry.optionDataSource.type.desc': '配置此字段的選項來源。',
|
|
352
|
+
'registry.optionDataSource.type.default-label': '預設枚舉',
|
|
353
|
+
'registry.optionDataSource.type.default-desc': '直接在元數據中定義選項。',
|
|
354
|
+
'registry.optionDataSource.type.api-label': 'API數據源',
|
|
355
|
+
'registry.optionDataSource.type.api-desc': '從API數據源動態加載選項(數據表、API端點等)',
|
|
356
|
+
'registry.optionDataSource.type.custom-label': '不設置',
|
|
357
|
+
'registry.optionDataSource.type.custom-desc': '不在此處定義選項,在製作頁面時配置。',
|
|
358
|
+
'registry.optionDataSource.type.custom.warning-title': '元數據中未定義選項',
|
|
359
|
+
'registry.optionDataSource.type.custom.warning-description': '請謹慎使用。選項將在製作頁面時配置,這可能導致不同頁面的選項不一致。',
|
|
360
|
+
'registry.optionDataSource.api.dataSource-label': 'API數據源',
|
|
361
|
+
'registry.optionDataSource.api.dataSource-required': '請選擇一個API數據源。',
|
|
362
|
+
'registry.optionDataSource.api.extraParams-label': '額外參數',
|
|
363
|
+
'registry.optionDataSource.api.extraParams-desc': '可選:JSON格式的篩選參數,用於過濾API結果。',
|
|
364
|
+
// 选项配置表格
|
|
365
|
+
'registry.optionDataSource.options.label': '選項列表',
|
|
366
|
+
'registry.optionDataSource.options.label-field': '標籤',
|
|
367
|
+
'registry.optionDataSource.options.label-placeholder': '請輸入標籤',
|
|
368
|
+
'registry.optionDataSource.options.value-field': '選項值',
|
|
369
|
+
'registry.optionDataSource.options.value-placeholder': '請輸入選項值',
|
|
370
|
+
'registry.optionDataSource.options.drag-desc': '拖拽行可調整順序。',
|
|
371
|
+
'registry.optionDataSource.options.required-desc': '每個選項必須有選項值和標籤。',
|
|
372
|
+
'registry.optionDataSource.options.empty': '預設類型至少需要添加一個選項。',
|
|
373
|
+
'registry.optionDataSource.options.add': '添加選項'
|
|
374
|
+
},
|
|
375
|
+
ja: {
|
|
376
|
+
'registry.title': '設定レジストリ',
|
|
377
|
+
'registry.sections.title': 'セクション',
|
|
378
|
+
'registry.sections.empty': '設定されたセクションがありません',
|
|
379
|
+
'registry.sections.loadMore': 'スクロールしてさらに読み込む',
|
|
380
|
+
'registry.sections.noMore': 'これ以上データがありません',
|
|
381
|
+
'registry.table.title': 'タイトル',
|
|
382
|
+
'registry.table.name': '名前',
|
|
383
|
+
'registry.table.key': 'キー',
|
|
384
|
+
'registry.table.type': 'タイプ',
|
|
385
|
+
'registry.table.interface': 'インターフェース',
|
|
386
|
+
'registry.table.scopes': 'スコープ',
|
|
387
|
+
'registry.table.default': 'デフォルト',
|
|
388
|
+
'registry.table.description': '説明',
|
|
389
|
+
'registry.table.actions': '操作',
|
|
390
|
+
'registry.level.group': 'グループ',
|
|
391
|
+
'registry.level.item': '項目',
|
|
392
|
+
'registry.action.add.group': 'グループを追加',
|
|
393
|
+
'registry.action.add.item': 'フィールドを追加',
|
|
394
|
+
'registry.action.edit': '編集',
|
|
395
|
+
'registry.action.delete': '削除',
|
|
396
|
+
'registry.action.expand': '展開',
|
|
397
|
+
'registry.action.collapse': '折りたたむ',
|
|
398
|
+
'registry.modal.add.group': 'グループを作成',
|
|
399
|
+
'registry.modal.edit.group': 'グループを編集',
|
|
400
|
+
'registry.modal.add.item': '設定項目を追加',
|
|
401
|
+
'registry.modal.edit.item': '設定項目を編集',
|
|
402
|
+
'registry.modal.delete.title': '削除を確認',
|
|
403
|
+
'registry.modal.delete.group.content': 'このグループとそのすべての項目を削除してもよろしいですか?',
|
|
404
|
+
'registry.modal.delete.group.hasItems.title': 'グループを削除できません',
|
|
405
|
+
'registry.modal.delete.group.hasItems.content': 'フィールドを含むグループは削除できません。まずすべてのフィールドを削除または移動してください。',
|
|
406
|
+
'registry.modal.delete.item.content': 'この設定項目を削除してもよろしいですか?',
|
|
407
|
+
'registry.form.title': 'タイトル',
|
|
408
|
+
'registry.form.name': '名前',
|
|
409
|
+
'registry.form.name.placeholder': '名前を入力してください',
|
|
410
|
+
'registry.form.code': 'コード',
|
|
411
|
+
'registry.form.code.placeholder': 'コードを入力してください',
|
|
412
|
+
'registry.form.key': 'キー',
|
|
413
|
+
'registry.form.key.placeholder': 'キーを入力してください',
|
|
414
|
+
'registry.form.fieldType': 'フィールドタイプ',
|
|
415
|
+
'registry.form.fieldType.placeholder': 'フィールドタイプを選択してください',
|
|
416
|
+
'registry.form.interfaceType': 'インターフェースタイプ',
|
|
417
|
+
'registry.form.interfaceType.placeholder': 'インターフェースタイプを選択してください',
|
|
418
|
+
'registry.form.scopes': 'スコープ',
|
|
419
|
+
'registry.form.scopes.placeholder': 'スコープを選択してください',
|
|
420
|
+
'registry.form.description': '説明',
|
|
421
|
+
'registry.form.description.placeholder': '説明を入力してください',
|
|
422
|
+
'registry.form.systemDefaultValue': 'システムデフォルト値',
|
|
423
|
+
'registry.form.systemDefaultValue.placeholder': 'システムデフォルト値を入力してください',
|
|
424
|
+
'registry.form.uiSchema': 'UIスキーマ(JSON)',
|
|
425
|
+
'registry.form.uiSchema.placeholder': 'JSON形式でUIスキーマを入力してください',
|
|
426
|
+
'registry.button.ok': 'OK',
|
|
427
|
+
'registry.button.cancel': 'キャンセル',
|
|
428
|
+
'registry.button.save': '保存',
|
|
429
|
+
'registry.message.save.success': '正常に保存されました',
|
|
430
|
+
'registry.message.delete.success': '正常に削除されました',
|
|
431
|
+
'registry.message.required': 'このフィールドは必須です',
|
|
432
|
+
'registry.message.code.exists': 'コードは既に存在します',
|
|
433
|
+
'registry.message.key.exists': 'キーは既に存在します',
|
|
434
|
+
'registry.message.code.pattern': 'コードには文字、数字、ドット、アンダースコア、ハイフンのみを含めることができます',
|
|
435
|
+
'registry.message.key.pattern': 'キーには小文字、数字、ドット、アンダースコアのみを含めることができます',
|
|
436
|
+
'registry.message.code.format': '小文字、数字、ドット、アンダースコアのみを含めることができます',
|
|
437
|
+
'registry.message.code.start': '文字で始まる必要があります',
|
|
438
|
+
'registry.message.code.end': 'ドットまたはアンダースコアで終わることはできません',
|
|
439
|
+
'registry.message.code.consecutive': '連続するドットまたはアンダースコアを含めることはできません',
|
|
440
|
+
'registry.message.name.maxLength': '名前の最大長は100文字です',
|
|
441
|
+
'registry.message.key.maxLength': 'キーの最大長は100文字です',
|
|
442
|
+
'registry.message.description.maxLength': '説明の最大長は500文字です',
|
|
443
|
+
'registry.message.uiSchema.invalid': '有効なJSON形式を入力してください',
|
|
444
|
+
'registry.message.select.section': 'セクションを選択してください',
|
|
445
|
+
'registry.message.loading.groups': 'グループデータを読み込み中...',
|
|
446
|
+
'registry.message.no.settings': '利用可能な設定がありません',
|
|
447
|
+
'registry.message.load.failed': 'データの読み込みに失敗しました',
|
|
448
|
+
'registry.message.create.group.error': '作成に失敗しました',
|
|
449
|
+
'registry.drag.drop.here': 'ここに項目をドロップ',
|
|
450
|
+
'registry.empty.container.placeholder': '設定項目をこのグループにドラッグ',
|
|
451
|
+
'registry.message.update.group.error': '更新に失敗しました',
|
|
452
|
+
'registry.message.delete.group.error': '削除に失敗しました',
|
|
453
|
+
'registry.message.create.item.error': '作成に失敗しました',
|
|
454
|
+
'registry.message.update.item.error': '更新に失敗しました',
|
|
455
|
+
'registry.message.delete.item.error': '削除に失敗しました',
|
|
456
|
+
'registry.message.reorder.success': '正常に更新されました',
|
|
457
|
+
'registry.message.reorder.error': '更新に失敗しました',
|
|
458
|
+
'registry.message.move.success': '正常に更新されました',
|
|
459
|
+
'registry.message.move.error': '更新に失敗しました',
|
|
460
|
+
'registry.scope.systemDefault': 'システムデフォルト',
|
|
461
|
+
'registry.scope.saasDefault': 'SaaSデフォルト',
|
|
462
|
+
'registry.scope.organization': '組織',
|
|
463
|
+
'registry.scope.business': 'ビジネス',
|
|
464
|
+
'registry.scope.channel': 'チャネル',
|
|
465
|
+
'registry.scope.board': 'ボード'
|
|
466
|
+
},
|
|
467
|
+
pt: {
|
|
468
|
+
'registry.title': 'Registro de Configurações',
|
|
469
|
+
'registry.sections.title': 'Seções',
|
|
470
|
+
'registry.sections.empty': 'Nenhuma seção configurada',
|
|
471
|
+
'registry.sections.loadMore': 'Role para carregar mais',
|
|
472
|
+
'registry.sections.noMore': 'Sem mais dados',
|
|
473
|
+
'registry.table.title': 'Título',
|
|
474
|
+
'registry.table.name': 'Nome',
|
|
475
|
+
'registry.table.key': 'Chave',
|
|
476
|
+
'registry.table.type': 'Tipo',
|
|
477
|
+
'registry.table.interface': 'Interface',
|
|
478
|
+
'registry.table.scopes': 'Escopos',
|
|
479
|
+
'registry.table.default': 'Padrão',
|
|
480
|
+
'registry.table.description': 'Descrição',
|
|
481
|
+
'registry.table.actions': 'Ações',
|
|
482
|
+
'registry.level.group': 'Grupo',
|
|
483
|
+
'registry.level.item': 'Item',
|
|
484
|
+
'registry.action.add.group': 'Adicionar Grupo',
|
|
485
|
+
'registry.action.add.item': 'Adicionar Campo',
|
|
486
|
+
'registry.action.edit': 'Editar',
|
|
487
|
+
'registry.action.delete': 'Excluir',
|
|
488
|
+
'registry.action.expand': 'Expandir',
|
|
489
|
+
'registry.action.collapse': 'Recolher',
|
|
490
|
+
'registry.modal.add.group': 'Criar Grupo',
|
|
491
|
+
'registry.modal.edit.group': 'Editar Grupo',
|
|
492
|
+
'registry.modal.add.item': 'Adicionar Item de Configuração',
|
|
493
|
+
'registry.modal.edit.item': 'Editar Item de Configuração',
|
|
494
|
+
'registry.modal.delete.title': 'Confirmar Exclusão',
|
|
495
|
+
'registry.modal.delete.group.content': 'Tem certeza de que deseja excluir este grupo e todos os seus itens?',
|
|
496
|
+
'registry.modal.delete.group.hasItems.title': 'Não é possível excluir grupo',
|
|
497
|
+
'registry.modal.delete.group.hasItems.content': 'Não é possível excluir um grupo que contém campos. Remova ou mova todos os campos primeiro.',
|
|
498
|
+
'registry.modal.delete.item.content': 'Tem certeza de que deseja excluir este item de configuração?',
|
|
499
|
+
'registry.form.title': 'Título',
|
|
500
|
+
'registry.form.name': 'Nome',
|
|
501
|
+
'registry.form.name.placeholder': 'Por favor, insira o nome',
|
|
502
|
+
'registry.form.code': 'Código',
|
|
503
|
+
'registry.form.code.placeholder': 'Por favor, insira o código',
|
|
504
|
+
'registry.form.key': 'Chave',
|
|
505
|
+
'registry.form.key.placeholder': 'Por favor, insira a chave',
|
|
506
|
+
'registry.form.fieldType': 'Tipo de Campo',
|
|
507
|
+
'registry.form.fieldType.placeholder': 'Por favor, selecione o tipo de campo',
|
|
508
|
+
'registry.form.interfaceType': 'Tipo de Interface',
|
|
509
|
+
'registry.form.interfaceType.placeholder': 'Por favor, selecione o tipo de interface',
|
|
510
|
+
'registry.form.scopes': 'Escopos',
|
|
511
|
+
'registry.form.scopes.placeholder': 'Por favor, selecione os escopos',
|
|
512
|
+
'registry.form.description': 'Descrição',
|
|
513
|
+
'registry.form.description.placeholder': 'Por favor, insira a descrição',
|
|
514
|
+
'registry.form.systemDefaultValue': 'Valor Padrão do Sistema',
|
|
515
|
+
'registry.form.systemDefaultValue.placeholder': 'Por favor, insira o valor padrão do sistema',
|
|
516
|
+
'registry.form.uiSchema': 'UI Schema (JSON)',
|
|
517
|
+
'registry.form.uiSchema.placeholder': 'Por favor, insira o esquema UI em formato JSON',
|
|
518
|
+
'registry.button.ok': 'OK',
|
|
519
|
+
'registry.button.cancel': 'Cancelar',
|
|
520
|
+
'registry.button.save': 'Salvar',
|
|
521
|
+
'registry.message.save.success': 'Salvo com sucesso',
|
|
522
|
+
'registry.message.delete.success': 'Excluído com sucesso',
|
|
523
|
+
'registry.message.required': 'Este campo é obrigatório',
|
|
524
|
+
'registry.message.code.exists': 'Código já existe',
|
|
525
|
+
'registry.message.key.exists': 'Chave já existe',
|
|
526
|
+
'registry.message.code.pattern': 'O código pode conter apenas letras, números, pontos, sublinhados e hífens',
|
|
527
|
+
'registry.message.key.pattern': 'A chave pode conter apenas letras minúsculas, números, pontos, sublinhados',
|
|
528
|
+
'registry.message.code.format': 'Pode conter apenas letras minúsculas, números, pontos e sublinhados',
|
|
529
|
+
'registry.message.code.start': 'Deve começar com uma letra',
|
|
530
|
+
'registry.message.code.end': 'Não pode terminar com um ponto ou sublinhado',
|
|
531
|
+
'registry.message.code.consecutive': 'Não pode conter pontos ou sublinhados consecutivos',
|
|
532
|
+
'registry.message.name.maxLength': 'O comprimento máximo do nome é de 100 caracteres',
|
|
533
|
+
'registry.message.key.maxLength': 'O comprimento máximo da chave é de 100 caracteres',
|
|
534
|
+
'registry.message.description.maxLength': 'O comprimento máximo da descrição é de 500 caracteres',
|
|
535
|
+
'registry.message.uiSchema.invalid': 'Por favor, insira um formato JSON válido',
|
|
536
|
+
'registry.message.select.section': 'Por favor, selecione uma seção',
|
|
537
|
+
'registry.message.loading.groups': 'Carregando dados do grupo...',
|
|
538
|
+
'registry.message.no.settings': 'Nenhuma configuração disponível',
|
|
539
|
+
'registry.message.load.failed': 'Falha ao carregar dados',
|
|
540
|
+
'registry.message.create.group.error': 'Falha ao criar',
|
|
541
|
+
'registry.drag.drop.here': 'Solte o item aqui',
|
|
542
|
+
'registry.empty.container.placeholder': 'Arraste itens de configuração para este grupo',
|
|
543
|
+
'registry.message.update.group.error': 'Falha ao atualizar',
|
|
544
|
+
'registry.message.delete.group.error': 'Falha ao excluir',
|
|
545
|
+
'registry.message.create.item.error': 'Falha ao criar',
|
|
546
|
+
'registry.message.update.item.error': 'Falha ao atualizar',
|
|
547
|
+
'registry.message.delete.item.error': 'Falha ao excluir',
|
|
548
|
+
'registry.message.reorder.success': 'Atualizado com sucesso',
|
|
549
|
+
'registry.message.reorder.error': 'Falha ao atualizar',
|
|
550
|
+
'registry.message.move.success': 'Atualizado com sucesso',
|
|
551
|
+
'registry.message.move.error': 'Falha ao atualizar',
|
|
552
|
+
'registry.scope.systemDefault': 'Padrão do Sistema',
|
|
553
|
+
'registry.scope.saasDefault': 'Padrão SaaS',
|
|
554
|
+
'registry.scope.organization': 'Organização',
|
|
555
|
+
'registry.scope.business': 'Negócio',
|
|
556
|
+
'registry.scope.channel': 'Canal',
|
|
557
|
+
'registry.scope.board': 'Quadro'
|
|
299
558
|
}
|
|
300
559
|
};
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { ApiResponse, MultiLanguageText, SettingGroup, Section, SettingItem } from './types';
|
|
2
|
+
export interface CreateGroupParams {
|
|
3
|
+
section_code: string;
|
|
4
|
+
code: string;
|
|
5
|
+
title: MultiLanguageText;
|
|
6
|
+
sort: number;
|
|
7
|
+
}
|
|
8
|
+
export interface UpdateGroupParams {
|
|
9
|
+
id: number;
|
|
10
|
+
code: string;
|
|
11
|
+
title: MultiLanguageText;
|
|
12
|
+
}
|
|
13
|
+
export interface DeleteGroupParams {
|
|
14
|
+
id: number;
|
|
15
|
+
}
|
|
16
|
+
export interface SortGroupParams {
|
|
17
|
+
section_code: string;
|
|
18
|
+
group_ids: number[];
|
|
19
|
+
}
|
|
20
|
+
export declare const createGroup: (request: any, params: CreateGroupParams) => Promise<ApiResponse<SettingGroup>>;
|
|
21
|
+
export declare const updateGroup: (request: any, params: UpdateGroupParams) => Promise<ApiResponse<SettingGroup>>;
|
|
22
|
+
export declare const deleteGroup: (request: any, params: DeleteGroupParams) => Promise<any>;
|
|
23
|
+
export declare const sortGroups: (request: any, params: SortGroupParams) => Promise<any>;
|
|
24
|
+
export declare const getSectionList: (request: any, params: {
|
|
25
|
+
page?: number;
|
|
26
|
+
pageSize?: number;
|
|
27
|
+
filter?: Record<string, any>;
|
|
28
|
+
}) => Promise<ApiResponse<Section>>;
|
|
29
|
+
export declare const getGroupList: (request: any, params: {
|
|
30
|
+
page?: number;
|
|
31
|
+
pageSize?: number;
|
|
32
|
+
filter?: Record<string, any>;
|
|
33
|
+
}) => Promise<ApiResponse<SettingGroup>>;
|
|
34
|
+
export interface CreateItemParams {
|
|
35
|
+
section_code: string;
|
|
36
|
+
group_id: number;
|
|
37
|
+
code: string;
|
|
38
|
+
title: MultiLanguageText;
|
|
39
|
+
description?: MultiLanguageText;
|
|
40
|
+
type: string;
|
|
41
|
+
interface?: string;
|
|
42
|
+
default?: string | null;
|
|
43
|
+
scopes?: string[];
|
|
44
|
+
schema?: any;
|
|
45
|
+
optionConfig?: {
|
|
46
|
+
sourceType?: string;
|
|
47
|
+
options?: Array<{
|
|
48
|
+
label: string;
|
|
49
|
+
value: string;
|
|
50
|
+
}>;
|
|
51
|
+
labelField?: string;
|
|
52
|
+
valueField?: string;
|
|
53
|
+
dataSource?: any;
|
|
54
|
+
};
|
|
55
|
+
sort?: number;
|
|
56
|
+
}
|
|
57
|
+
export interface UpdateItemParams {
|
|
58
|
+
id: number;
|
|
59
|
+
section_code: string;
|
|
60
|
+
group_id: number;
|
|
61
|
+
code: string;
|
|
62
|
+
title: MultiLanguageText;
|
|
63
|
+
description?: MultiLanguageText;
|
|
64
|
+
type: string;
|
|
65
|
+
interface?: string;
|
|
66
|
+
default?: string | null;
|
|
67
|
+
scopes?: string[];
|
|
68
|
+
schema?: any;
|
|
69
|
+
optionConfig?: {
|
|
70
|
+
sourceType?: string;
|
|
71
|
+
options?: Array<{
|
|
72
|
+
label: string;
|
|
73
|
+
value: string;
|
|
74
|
+
}>;
|
|
75
|
+
labelField?: string;
|
|
76
|
+
valueField?: string;
|
|
77
|
+
dataSource?: any;
|
|
78
|
+
};
|
|
79
|
+
sort?: number;
|
|
80
|
+
}
|
|
81
|
+
export interface DeleteItemParams {
|
|
82
|
+
id: number;
|
|
83
|
+
}
|
|
84
|
+
export interface SortItemParams {
|
|
85
|
+
id: number;
|
|
86
|
+
group_id: string;
|
|
87
|
+
item_ids: number[];
|
|
88
|
+
}
|
|
89
|
+
export declare const createItem: (request: any, params: CreateItemParams) => Promise<ApiResponse<SettingItem>>;
|
|
90
|
+
export declare const updateItem: (request: any, params: UpdateItemParams) => Promise<ApiResponse<SettingItem>>;
|
|
91
|
+
export declare const deleteItem: (request: any, params: DeleteItemParams) => Promise<any>;
|
|
92
|
+
export declare const sortItems: (request: any, params: SortItemParams) => Promise<any>;
|
|
93
|
+
export declare const getItemList: (request: any, params: {
|
|
94
|
+
page?: number;
|
|
95
|
+
pageSize?: number;
|
|
96
|
+
filter?: Record<string, any>;
|
|
97
|
+
}) => Promise<ApiResponse<SettingItem>>;
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import { CSSProperties } from 'react';
|
|
2
|
+
export interface MultiLanguageText {
|
|
3
|
+
en: string;
|
|
4
|
+
'zh-CN': string;
|
|
5
|
+
'zh-HK': string;
|
|
6
|
+
'ja': string;
|
|
7
|
+
'pt': string;
|
|
8
|
+
original: string;
|
|
9
|
+
}
|
|
10
|
+
export interface BaseItem {
|
|
11
|
+
id: number;
|
|
12
|
+
name: string | MultiLanguageText;
|
|
13
|
+
code: string;
|
|
14
|
+
order?: number;
|
|
15
|
+
}
|
|
16
|
+
export interface SettingItem extends BaseItem {
|
|
17
|
+
key?: string;
|
|
18
|
+
scopes?: string[];
|
|
19
|
+
groupId?: number;
|
|
20
|
+
group_id?: number;
|
|
21
|
+
fieldType?: string;
|
|
22
|
+
type?: string;
|
|
23
|
+
interfaceType?: string;
|
|
24
|
+
interface?: string;
|
|
25
|
+
description?: string | MultiLanguageText;
|
|
26
|
+
systemDefaultValue?: string;
|
|
27
|
+
default?: string;
|
|
28
|
+
schema?: any;
|
|
29
|
+
title?: string | MultiLanguageText;
|
|
30
|
+
sort: number;
|
|
31
|
+
created_at?: string | null;
|
|
32
|
+
updated_at?: string | null;
|
|
33
|
+
deleted_at?: string | null;
|
|
34
|
+
}
|
|
35
|
+
export interface SettingGroup extends BaseItem {
|
|
36
|
+
items: SettingItem[];
|
|
37
|
+
expanded?: boolean;
|
|
38
|
+
sort: number;
|
|
39
|
+
}
|
|
40
|
+
export interface Section extends BaseItem {
|
|
41
|
+
icon?: string;
|
|
42
|
+
description?: string | MultiLanguageText;
|
|
43
|
+
groups: SettingGroup[];
|
|
44
|
+
created_at?: string | null;
|
|
45
|
+
updated_at?: string | null;
|
|
46
|
+
deleted_at?: string | null;
|
|
47
|
+
}
|
|
48
|
+
export interface TreeNode {
|
|
49
|
+
key: string;
|
|
50
|
+
type: 'group' | 'item';
|
|
51
|
+
data: SettingGroup | SettingItem;
|
|
52
|
+
children?: TreeNode[];
|
|
53
|
+
parentKey?: string;
|
|
54
|
+
}
|
|
55
|
+
export declare type OperationType = 'add' | 'edit' | 'delete';
|
|
56
|
+
export interface DragItem {
|
|
57
|
+
id: number;
|
|
58
|
+
type: 'group' | 'item';
|
|
59
|
+
groupId?: number;
|
|
60
|
+
}
|
|
61
|
+
export interface RegistryProps {
|
|
62
|
+
className?: string;
|
|
63
|
+
style?: CSSProperties;
|
|
64
|
+
sections?: Section[];
|
|
65
|
+
selectedSectionId?: number;
|
|
66
|
+
onSectionSelect?: (sectionId: number) => void;
|
|
67
|
+
onDataChange?: (sections: Section[]) => void;
|
|
68
|
+
}
|
|
69
|
+
export interface SectionListProps {
|
|
70
|
+
sections: Section[];
|
|
71
|
+
selectedSectionId?: number;
|
|
72
|
+
onSectionSelect: (sectionId: number) => void;
|
|
73
|
+
loading?: boolean;
|
|
74
|
+
hasMore?: boolean;
|
|
75
|
+
onLoadMore?: () => void;
|
|
76
|
+
}
|
|
77
|
+
export interface SettingsTableProps {
|
|
78
|
+
section?: Section;
|
|
79
|
+
groupList?: SettingGroup[];
|
|
80
|
+
groupLoading?: boolean;
|
|
81
|
+
onDataChange?: (section: Section) => void;
|
|
82
|
+
onEditGroup?: (group: SettingGroup) => void;
|
|
83
|
+
onDeleteGroup?: (groupId: number) => void;
|
|
84
|
+
onAddItem?: (groupId: number) => void;
|
|
85
|
+
onEditItem?: (item: SettingItem) => void;
|
|
86
|
+
onDeleteItem?: (itemId: number) => void;
|
|
87
|
+
onGroupReorder?: (groupIds: number[]) => void;
|
|
88
|
+
onItemMove?: (itemId: number, targetGroupId: number, newOrder: number) => void;
|
|
89
|
+
}
|
|
90
|
+
export interface GroupFormData {
|
|
91
|
+
title: MultiLanguageText;
|
|
92
|
+
code: string;
|
|
93
|
+
}
|
|
94
|
+
export interface ItemFormData {
|
|
95
|
+
name: MultiLanguageText;
|
|
96
|
+
key: string;
|
|
97
|
+
fieldType: string;
|
|
98
|
+
interfaceType?: string;
|
|
99
|
+
scopes: string[];
|
|
100
|
+
description?: MultiLanguageText;
|
|
101
|
+
default?: string | null;
|
|
102
|
+
schema?: Record<string, any>;
|
|
103
|
+
xDataSource?: {
|
|
104
|
+
type?: string;
|
|
105
|
+
options?: Array<{
|
|
106
|
+
id?: string;
|
|
107
|
+
label: string | MultiLanguageText;
|
|
108
|
+
value: string;
|
|
109
|
+
color?: string;
|
|
110
|
+
}>;
|
|
111
|
+
dataSource?: Record<string, any>;
|
|
112
|
+
extraParams?: string;
|
|
113
|
+
};
|
|
114
|
+
xCustomUiSchema?: string;
|
|
115
|
+
}
|
|
116
|
+
export interface GroupModalProps {
|
|
117
|
+
open: boolean;
|
|
118
|
+
type: OperationType;
|
|
119
|
+
data?: SettingGroup;
|
|
120
|
+
onOk: (data: GroupFormData) => void | Promise<void>;
|
|
121
|
+
onCancel: () => void;
|
|
122
|
+
}
|
|
123
|
+
export interface ItemModalProps {
|
|
124
|
+
open: boolean;
|
|
125
|
+
type: OperationType;
|
|
126
|
+
data?: SettingItem;
|
|
127
|
+
section?: Section;
|
|
128
|
+
onOk: (data: ItemFormData) => void | Promise<void>;
|
|
129
|
+
onCancel: () => void;
|
|
130
|
+
}
|
|
131
|
+
export interface ApiResponse<T> {
|
|
132
|
+
data: T[];
|
|
133
|
+
meta: {
|
|
134
|
+
count: number;
|
|
135
|
+
page: number;
|
|
136
|
+
pageSize: number;
|
|
137
|
+
totalPage: number;
|
|
138
|
+
};
|
|
139
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'pisell2.text.tax-free': string;
|
|
4
|
+
'pisell2.text.custom': string;
|
|
5
|
+
'pisell2.text.cancel': string;
|
|
6
|
+
'pisell2.text.confirm': string;
|
|
7
|
+
'pisell2.text.please-enter': string;
|
|
8
|
+
};
|
|
9
|
+
'zh-CN': {
|
|
10
|
+
'pisell2.text.tax-free': string;
|
|
11
|
+
'pisell2.text.custom': string;
|
|
12
|
+
'pisell2.text.cancel': string;
|
|
13
|
+
'pisell2.text.confirm': string;
|
|
14
|
+
'pisell2.text.please-enter': string;
|
|
15
|
+
};
|
|
16
|
+
'zh-HK': {
|
|
17
|
+
'pisell2.text.tax-free': string;
|
|
18
|
+
'pisell2.text.custom': string;
|
|
19
|
+
'pisell2.text.cancel': string;
|
|
20
|
+
'pisell2.text.confirm': string;
|
|
21
|
+
'pisell2.text.please-enter': string;
|
|
22
|
+
};
|
|
23
|
+
ja: {
|
|
24
|
+
'pisell2.text.tax-free': string;
|
|
25
|
+
'pisell2.text.custom': string;
|
|
26
|
+
'pisell2.text.cancel': string;
|
|
27
|
+
'pisell2.text.confirm': string;
|
|
28
|
+
'pisell2.text.please-enter': string;
|
|
29
|
+
};
|
|
30
|
+
pt: {
|
|
31
|
+
'pisell2.text.tax-free': string;
|
|
32
|
+
'pisell2.text.custom': string;
|
|
33
|
+
'pisell2.text.cancel': string;
|
|
34
|
+
'pisell2.text.confirm': string;
|
|
35
|
+
'pisell2.text.please-enter': string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
@@ -19,5 +19,19 @@ export default {
|
|
|
19
19
|
'pisell2.text.cancel': '取消',
|
|
20
20
|
'pisell2.text.confirm': '確認',
|
|
21
21
|
'pisell2.text.please-enter': '請輸入'
|
|
22
|
+
},
|
|
23
|
+
ja: {
|
|
24
|
+
'pisell2.text.tax-free': '無料',
|
|
25
|
+
'pisell2.text.custom': 'カスタム',
|
|
26
|
+
'pisell2.text.cancel': 'キャンセル',
|
|
27
|
+
'pisell2.text.confirm': '確認',
|
|
28
|
+
'pisell2.text.please-enter': '入力してください'
|
|
29
|
+
},
|
|
30
|
+
pt: {
|
|
31
|
+
'pisell2.text.tax-free': ' grátis',
|
|
32
|
+
'pisell2.text.custom': 'Personalizado',
|
|
33
|
+
'pisell2.text.cancel': 'Cancelar',
|
|
34
|
+
'pisell2.text.confirm': 'Confirmar',
|
|
35
|
+
'pisell2.text.please-enter': 'Por favor, insira'
|
|
22
36
|
}
|
|
23
37
|
};
|