@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
|
@@ -123,7 +123,32 @@ var locales_default = {
|
|
|
123
123
|
"registry.scope.organization": "Organization",
|
|
124
124
|
"registry.scope.business": "Business",
|
|
125
125
|
"registry.scope.channel": "Channel",
|
|
126
|
-
"registry.scope.board": "Board"
|
|
126
|
+
"registry.scope.board": "Board",
|
|
127
|
+
// 选项数据源
|
|
128
|
+
"registry.optionDataSource.type.title": "Options Data Source Type",
|
|
129
|
+
"registry.optionDataSource.type.desc": "Configure where the options for this field come from.",
|
|
130
|
+
"registry.optionDataSource.type.default-label": "Pre-defined",
|
|
131
|
+
"registry.optionDataSource.type.default-desc": "Use the default options provided by the system.",
|
|
132
|
+
"registry.optionDataSource.type.api-label": "API",
|
|
133
|
+
"registry.optionDataSource.type.api-desc": "Load options from an API data source (Table, API endpoint, etc.)",
|
|
134
|
+
"registry.optionDataSource.type.custom-label": "Not Set",
|
|
135
|
+
"registry.optionDataSource.type.custom-desc": "Do not define options here. Configure them when building pages.",
|
|
136
|
+
"registry.optionDataSource.type.custom.warning-title": "Options Not Defined in Metadata",
|
|
137
|
+
"registry.optionDataSource.type.custom.warning-description": "Be cautious. Options will be configured when building pages. This may lead to inconsistent options across different pages.",
|
|
138
|
+
"registry.optionDataSource.api.dataSource-label": "API",
|
|
139
|
+
"registry.optionDataSource.api.dataSource-required": "Please select an API data source.",
|
|
140
|
+
"registry.optionDataSource.api.extraParams-label": "Additional Parameters",
|
|
141
|
+
"registry.optionDataSource.api.extraParams-desc": "Optional: Filter parameters in JSON format. Used to filter the API results.",
|
|
142
|
+
// 选项配置表格
|
|
143
|
+
"registry.optionDataSource.options.label": "Options",
|
|
144
|
+
"registry.optionDataSource.options.label-field": "Label",
|
|
145
|
+
"registry.optionDataSource.options.label-placeholder": "Please enter label",
|
|
146
|
+
"registry.optionDataSource.options.value-field": "Value",
|
|
147
|
+
"registry.optionDataSource.options.value-placeholder": "Please enter value",
|
|
148
|
+
"registry.optionDataSource.options.drag-desc": "Drag rows to reorder.",
|
|
149
|
+
"registry.optionDataSource.options.required-desc": "Each option must have a value and a label.",
|
|
150
|
+
"registry.optionDataSource.options.empty": "Please add at least one option for Pre-defined data source.",
|
|
151
|
+
"registry.optionDataSource.options.add": "Add Option"
|
|
127
152
|
},
|
|
128
153
|
"zh-CN": {
|
|
129
154
|
// 页面标题
|
|
@@ -225,7 +250,32 @@ var locales_default = {
|
|
|
225
250
|
"registry.scope.organization": "企业租户",
|
|
226
251
|
"registry.scope.business": "业务级",
|
|
227
252
|
"registry.scope.channel": "渠道级",
|
|
228
|
-
"registry.scope.board": "业务×渠道"
|
|
253
|
+
"registry.scope.board": "业务×渠道",
|
|
254
|
+
// 选项数据源
|
|
255
|
+
"registry.optionDataSource.type.title": "选项数据源类型",
|
|
256
|
+
"registry.optionDataSource.type.desc": "配置此字段的选项来源。",
|
|
257
|
+
"registry.optionDataSource.type.default-label": "预设枚举",
|
|
258
|
+
"registry.optionDataSource.type.default-desc": "直接在元数据中定义选项。",
|
|
259
|
+
"registry.optionDataSource.type.api-label": "API数据源",
|
|
260
|
+
"registry.optionDataSource.type.api-desc": "从API数据源动态加载选项(数据表、API端点等)",
|
|
261
|
+
"registry.optionDataSource.type.custom-label": "不设置",
|
|
262
|
+
"registry.optionDataSource.type.custom-desc": "不在此处定义选项,在制作页面时配置。",
|
|
263
|
+
"registry.optionDataSource.type.custom.warning-title": "元数据中未定义选项",
|
|
264
|
+
"registry.optionDataSource.type.custom.warning-description": "请谨慎使用。选项将在制作页面时配置,这可能导致不同页面的选项不一致。",
|
|
265
|
+
"registry.optionDataSource.api.dataSource-label": "API数据源",
|
|
266
|
+
"registry.optionDataSource.api.dataSource-required": "请选择一个API数据源。",
|
|
267
|
+
"registry.optionDataSource.api.extraParams-label": "额外参数",
|
|
268
|
+
"registry.optionDataSource.api.extraParams-desc": "可选:JSON格式的筛选参数,用于过滤API结果。",
|
|
269
|
+
// 选项配置表格
|
|
270
|
+
"registry.optionDataSource.options.label": "选项列表",
|
|
271
|
+
"registry.optionDataSource.options.label-field": "标签",
|
|
272
|
+
"registry.optionDataSource.options.label-placeholder": "请输入标签",
|
|
273
|
+
"registry.optionDataSource.options.value-field": "选项值",
|
|
274
|
+
"registry.optionDataSource.options.value-placeholder": "请输入选项值",
|
|
275
|
+
"registry.optionDataSource.options.drag-desc": "拖拽行可调整顺序。",
|
|
276
|
+
"registry.optionDataSource.options.required-desc": "每个选项必须有选项值和标签。",
|
|
277
|
+
"registry.optionDataSource.options.empty": "预设类型至少需要添加一个选项。",
|
|
278
|
+
"registry.optionDataSource.options.add": "添加选项"
|
|
229
279
|
},
|
|
230
280
|
"zh-HK": {
|
|
231
281
|
// 页面标题
|
|
@@ -319,6 +369,215 @@ var locales_default = {
|
|
|
319
369
|
"registry.scope.organization": "企業租戶",
|
|
320
370
|
"registry.scope.business": "業務級",
|
|
321
371
|
"registry.scope.channel": "渠道級",
|
|
322
|
-
"registry.scope.board": "業務×渠道"
|
|
372
|
+
"registry.scope.board": "業務×渠道",
|
|
373
|
+
// 选项数据源
|
|
374
|
+
"registry.optionDataSource.type.title": "選項數據源類型",
|
|
375
|
+
"registry.optionDataSource.type.desc": "配置此字段的選項來源。",
|
|
376
|
+
"registry.optionDataSource.type.default-label": "預設枚舉",
|
|
377
|
+
"registry.optionDataSource.type.default-desc": "直接在元數據中定義選項。",
|
|
378
|
+
"registry.optionDataSource.type.api-label": "API數據源",
|
|
379
|
+
"registry.optionDataSource.type.api-desc": "從API數據源動態加載選項(數據表、API端點等)",
|
|
380
|
+
"registry.optionDataSource.type.custom-label": "不設置",
|
|
381
|
+
"registry.optionDataSource.type.custom-desc": "不在此處定義選項,在製作頁面時配置。",
|
|
382
|
+
"registry.optionDataSource.type.custom.warning-title": "元數據中未定義選項",
|
|
383
|
+
"registry.optionDataSource.type.custom.warning-description": "請謹慎使用。選項將在製作頁面時配置,這可能導致不同頁面的選項不一致。",
|
|
384
|
+
"registry.optionDataSource.api.dataSource-label": "API數據源",
|
|
385
|
+
"registry.optionDataSource.api.dataSource-required": "請選擇一個API數據源。",
|
|
386
|
+
"registry.optionDataSource.api.extraParams-label": "額外參數",
|
|
387
|
+
"registry.optionDataSource.api.extraParams-desc": "可選:JSON格式的篩選參數,用於過濾API結果。",
|
|
388
|
+
// 选项配置表格
|
|
389
|
+
"registry.optionDataSource.options.label": "選項列表",
|
|
390
|
+
"registry.optionDataSource.options.label-field": "標籤",
|
|
391
|
+
"registry.optionDataSource.options.label-placeholder": "請輸入標籤",
|
|
392
|
+
"registry.optionDataSource.options.value-field": "選項值",
|
|
393
|
+
"registry.optionDataSource.options.value-placeholder": "請輸入選項值",
|
|
394
|
+
"registry.optionDataSource.options.drag-desc": "拖拽行可調整順序。",
|
|
395
|
+
"registry.optionDataSource.options.required-desc": "每個選項必須有選項值和標籤。",
|
|
396
|
+
"registry.optionDataSource.options.empty": "預設類型至少需要添加一個選項。",
|
|
397
|
+
"registry.optionDataSource.options.add": "添加選項"
|
|
398
|
+
},
|
|
399
|
+
ja: {
|
|
400
|
+
"registry.title": "設定レジストリ",
|
|
401
|
+
"registry.sections.title": "セクション",
|
|
402
|
+
"registry.sections.empty": "設定されたセクションがありません",
|
|
403
|
+
"registry.sections.loadMore": "スクロールしてさらに読み込む",
|
|
404
|
+
"registry.sections.noMore": "これ以上データがありません",
|
|
405
|
+
"registry.table.title": "タイトル",
|
|
406
|
+
"registry.table.name": "名前",
|
|
407
|
+
"registry.table.key": "キー",
|
|
408
|
+
"registry.table.type": "タイプ",
|
|
409
|
+
"registry.table.interface": "インターフェース",
|
|
410
|
+
"registry.table.scopes": "スコープ",
|
|
411
|
+
"registry.table.default": "デフォルト",
|
|
412
|
+
"registry.table.description": "説明",
|
|
413
|
+
"registry.table.actions": "操作",
|
|
414
|
+
"registry.level.group": "グループ",
|
|
415
|
+
"registry.level.item": "項目",
|
|
416
|
+
"registry.action.add.group": "グループを追加",
|
|
417
|
+
"registry.action.add.item": "フィールドを追加",
|
|
418
|
+
"registry.action.edit": "編集",
|
|
419
|
+
"registry.action.delete": "削除",
|
|
420
|
+
"registry.action.expand": "展開",
|
|
421
|
+
"registry.action.collapse": "折りたたむ",
|
|
422
|
+
"registry.modal.add.group": "グループを作成",
|
|
423
|
+
"registry.modal.edit.group": "グループを編集",
|
|
424
|
+
"registry.modal.add.item": "設定項目を追加",
|
|
425
|
+
"registry.modal.edit.item": "設定項目を編集",
|
|
426
|
+
"registry.modal.delete.title": "削除を確認",
|
|
427
|
+
"registry.modal.delete.group.content": "このグループとそのすべての項目を削除してもよろしいですか?",
|
|
428
|
+
"registry.modal.delete.group.hasItems.title": "グループを削除できません",
|
|
429
|
+
"registry.modal.delete.group.hasItems.content": "フィールドを含むグループは削除できません。まずすべてのフィールドを削除または移動してください。",
|
|
430
|
+
"registry.modal.delete.item.content": "この設定項目を削除してもよろしいですか?",
|
|
431
|
+
"registry.form.title": "タイトル",
|
|
432
|
+
"registry.form.name": "名前",
|
|
433
|
+
"registry.form.name.placeholder": "名前を入力してください",
|
|
434
|
+
"registry.form.code": "コード",
|
|
435
|
+
"registry.form.code.placeholder": "コードを入力してください",
|
|
436
|
+
"registry.form.key": "キー",
|
|
437
|
+
"registry.form.key.placeholder": "キーを入力してください",
|
|
438
|
+
"registry.form.fieldType": "フィールドタイプ",
|
|
439
|
+
"registry.form.fieldType.placeholder": "フィールドタイプを選択してください",
|
|
440
|
+
"registry.form.interfaceType": "インターフェースタイプ",
|
|
441
|
+
"registry.form.interfaceType.placeholder": "インターフェースタイプを選択してください",
|
|
442
|
+
"registry.form.scopes": "スコープ",
|
|
443
|
+
"registry.form.scopes.placeholder": "スコープを選択してください",
|
|
444
|
+
"registry.form.description": "説明",
|
|
445
|
+
"registry.form.description.placeholder": "説明を入力してください",
|
|
446
|
+
"registry.form.systemDefaultValue": "システムデフォルト値",
|
|
447
|
+
"registry.form.systemDefaultValue.placeholder": "システムデフォルト値を入力してください",
|
|
448
|
+
"registry.form.uiSchema": "UIスキーマ(JSON)",
|
|
449
|
+
"registry.form.uiSchema.placeholder": "JSON形式でUIスキーマを入力してください",
|
|
450
|
+
"registry.button.ok": "OK",
|
|
451
|
+
"registry.button.cancel": "キャンセル",
|
|
452
|
+
"registry.button.save": "保存",
|
|
453
|
+
"registry.message.save.success": "正常に保存されました",
|
|
454
|
+
"registry.message.delete.success": "正常に削除されました",
|
|
455
|
+
"registry.message.required": "このフィールドは必須です",
|
|
456
|
+
"registry.message.code.exists": "コードは既に存在します",
|
|
457
|
+
"registry.message.key.exists": "キーは既に存在します",
|
|
458
|
+
"registry.message.code.pattern": "コードには文字、数字、ドット、アンダースコア、ハイフンのみを含めることができます",
|
|
459
|
+
"registry.message.key.pattern": "キーには小文字、数字、ドット、アンダースコアのみを含めることができます",
|
|
460
|
+
"registry.message.code.format": "小文字、数字、ドット、アンダースコアのみを含めることができます",
|
|
461
|
+
"registry.message.code.start": "文字で始まる必要があります",
|
|
462
|
+
"registry.message.code.end": "ドットまたはアンダースコアで終わることはできません",
|
|
463
|
+
"registry.message.code.consecutive": "連続するドットまたはアンダースコアを含めることはできません",
|
|
464
|
+
"registry.message.name.maxLength": "名前の最大長は100文字です",
|
|
465
|
+
"registry.message.key.maxLength": "キーの最大長は100文字です",
|
|
466
|
+
"registry.message.description.maxLength": "説明の最大長は500文字です",
|
|
467
|
+
"registry.message.uiSchema.invalid": "有効なJSON形式を入力してください",
|
|
468
|
+
"registry.message.select.section": "セクションを選択してください",
|
|
469
|
+
"registry.message.loading.groups": "グループデータを読み込み中...",
|
|
470
|
+
"registry.message.no.settings": "利用可能な設定がありません",
|
|
471
|
+
"registry.message.load.failed": "データの読み込みに失敗しました",
|
|
472
|
+
"registry.message.create.group.error": "作成に失敗しました",
|
|
473
|
+
"registry.drag.drop.here": "ここに項目をドロップ",
|
|
474
|
+
"registry.empty.container.placeholder": "設定項目をこのグループにドラッグ",
|
|
475
|
+
"registry.message.update.group.error": "更新に失敗しました",
|
|
476
|
+
"registry.message.delete.group.error": "削除に失敗しました",
|
|
477
|
+
"registry.message.create.item.error": "作成に失敗しました",
|
|
478
|
+
"registry.message.update.item.error": "更新に失敗しました",
|
|
479
|
+
"registry.message.delete.item.error": "削除に失敗しました",
|
|
480
|
+
"registry.message.reorder.success": "正常に更新されました",
|
|
481
|
+
"registry.message.reorder.error": "更新に失敗しました",
|
|
482
|
+
"registry.message.move.success": "正常に更新されました",
|
|
483
|
+
"registry.message.move.error": "更新に失敗しました",
|
|
484
|
+
"registry.scope.systemDefault": "システムデフォルト",
|
|
485
|
+
"registry.scope.saasDefault": "SaaSデフォルト",
|
|
486
|
+
"registry.scope.organization": "組織",
|
|
487
|
+
"registry.scope.business": "ビジネス",
|
|
488
|
+
"registry.scope.channel": "チャネル",
|
|
489
|
+
"registry.scope.board": "ボード"
|
|
490
|
+
},
|
|
491
|
+
pt: {
|
|
492
|
+
"registry.title": "Registro de Configurações",
|
|
493
|
+
"registry.sections.title": "Seções",
|
|
494
|
+
"registry.sections.empty": "Nenhuma seção configurada",
|
|
495
|
+
"registry.sections.loadMore": "Role para carregar mais",
|
|
496
|
+
"registry.sections.noMore": "Sem mais dados",
|
|
497
|
+
"registry.table.title": "Título",
|
|
498
|
+
"registry.table.name": "Nome",
|
|
499
|
+
"registry.table.key": "Chave",
|
|
500
|
+
"registry.table.type": "Tipo",
|
|
501
|
+
"registry.table.interface": "Interface",
|
|
502
|
+
"registry.table.scopes": "Escopos",
|
|
503
|
+
"registry.table.default": "Padrão",
|
|
504
|
+
"registry.table.description": "Descrição",
|
|
505
|
+
"registry.table.actions": "Ações",
|
|
506
|
+
"registry.level.group": "Grupo",
|
|
507
|
+
"registry.level.item": "Item",
|
|
508
|
+
"registry.action.add.group": "Adicionar Grupo",
|
|
509
|
+
"registry.action.add.item": "Adicionar Campo",
|
|
510
|
+
"registry.action.edit": "Editar",
|
|
511
|
+
"registry.action.delete": "Excluir",
|
|
512
|
+
"registry.action.expand": "Expandir",
|
|
513
|
+
"registry.action.collapse": "Recolher",
|
|
514
|
+
"registry.modal.add.group": "Criar Grupo",
|
|
515
|
+
"registry.modal.edit.group": "Editar Grupo",
|
|
516
|
+
"registry.modal.add.item": "Adicionar Item de Configuração",
|
|
517
|
+
"registry.modal.edit.item": "Editar Item de Configuração",
|
|
518
|
+
"registry.modal.delete.title": "Confirmar Exclusão",
|
|
519
|
+
"registry.modal.delete.group.content": "Tem certeza de que deseja excluir este grupo e todos os seus itens?",
|
|
520
|
+
"registry.modal.delete.group.hasItems.title": "Não é possível excluir grupo",
|
|
521
|
+
"registry.modal.delete.group.hasItems.content": "Não é possível excluir um grupo que contém campos. Remova ou mova todos os campos primeiro.",
|
|
522
|
+
"registry.modal.delete.item.content": "Tem certeza de que deseja excluir este item de configuração?",
|
|
523
|
+
"registry.form.title": "Título",
|
|
524
|
+
"registry.form.name": "Nome",
|
|
525
|
+
"registry.form.name.placeholder": "Por favor, insira o nome",
|
|
526
|
+
"registry.form.code": "Código",
|
|
527
|
+
"registry.form.code.placeholder": "Por favor, insira o código",
|
|
528
|
+
"registry.form.key": "Chave",
|
|
529
|
+
"registry.form.key.placeholder": "Por favor, insira a chave",
|
|
530
|
+
"registry.form.fieldType": "Tipo de Campo",
|
|
531
|
+
"registry.form.fieldType.placeholder": "Por favor, selecione o tipo de campo",
|
|
532
|
+
"registry.form.interfaceType": "Tipo de Interface",
|
|
533
|
+
"registry.form.interfaceType.placeholder": "Por favor, selecione o tipo de interface",
|
|
534
|
+
"registry.form.scopes": "Escopos",
|
|
535
|
+
"registry.form.scopes.placeholder": "Por favor, selecione os escopos",
|
|
536
|
+
"registry.form.description": "Descrição",
|
|
537
|
+
"registry.form.description.placeholder": "Por favor, insira a descrição",
|
|
538
|
+
"registry.form.systemDefaultValue": "Valor Padrão do Sistema",
|
|
539
|
+
"registry.form.systemDefaultValue.placeholder": "Por favor, insira o valor padrão do sistema",
|
|
540
|
+
"registry.form.uiSchema": "UI Schema (JSON)",
|
|
541
|
+
"registry.form.uiSchema.placeholder": "Por favor, insira o esquema UI em formato JSON",
|
|
542
|
+
"registry.button.ok": "OK",
|
|
543
|
+
"registry.button.cancel": "Cancelar",
|
|
544
|
+
"registry.button.save": "Salvar",
|
|
545
|
+
"registry.message.save.success": "Salvo com sucesso",
|
|
546
|
+
"registry.message.delete.success": "Excluído com sucesso",
|
|
547
|
+
"registry.message.required": "Este campo é obrigatório",
|
|
548
|
+
"registry.message.code.exists": "Código já existe",
|
|
549
|
+
"registry.message.key.exists": "Chave já existe",
|
|
550
|
+
"registry.message.code.pattern": "O código pode conter apenas letras, números, pontos, sublinhados e hífens",
|
|
551
|
+
"registry.message.key.pattern": "A chave pode conter apenas letras minúsculas, números, pontos, sublinhados",
|
|
552
|
+
"registry.message.code.format": "Pode conter apenas letras minúsculas, números, pontos e sublinhados",
|
|
553
|
+
"registry.message.code.start": "Deve começar com uma letra",
|
|
554
|
+
"registry.message.code.end": "Não pode terminar com um ponto ou sublinhado",
|
|
555
|
+
"registry.message.code.consecutive": "Não pode conter pontos ou sublinhados consecutivos",
|
|
556
|
+
"registry.message.name.maxLength": "O comprimento máximo do nome é de 100 caracteres",
|
|
557
|
+
"registry.message.key.maxLength": "O comprimento máximo da chave é de 100 caracteres",
|
|
558
|
+
"registry.message.description.maxLength": "O comprimento máximo da descrição é de 500 caracteres",
|
|
559
|
+
"registry.message.uiSchema.invalid": "Por favor, insira um formato JSON válido",
|
|
560
|
+
"registry.message.select.section": "Por favor, selecione uma seção",
|
|
561
|
+
"registry.message.loading.groups": "Carregando dados do grupo...",
|
|
562
|
+
"registry.message.no.settings": "Nenhuma configuração disponível",
|
|
563
|
+
"registry.message.load.failed": "Falha ao carregar dados",
|
|
564
|
+
"registry.message.create.group.error": "Falha ao criar",
|
|
565
|
+
"registry.drag.drop.here": "Solte o item aqui",
|
|
566
|
+
"registry.empty.container.placeholder": "Arraste itens de configuração para este grupo",
|
|
567
|
+
"registry.message.update.group.error": "Falha ao atualizar",
|
|
568
|
+
"registry.message.delete.group.error": "Falha ao excluir",
|
|
569
|
+
"registry.message.create.item.error": "Falha ao criar",
|
|
570
|
+
"registry.message.update.item.error": "Falha ao atualizar",
|
|
571
|
+
"registry.message.delete.item.error": "Falha ao excluir",
|
|
572
|
+
"registry.message.reorder.success": "Atualizado com sucesso",
|
|
573
|
+
"registry.message.reorder.error": "Falha ao atualizar",
|
|
574
|
+
"registry.message.move.success": "Atualizado com sucesso",
|
|
575
|
+
"registry.message.move.error": "Falha ao atualizar",
|
|
576
|
+
"registry.scope.systemDefault": "Padrão do Sistema",
|
|
577
|
+
"registry.scope.saasDefault": "Padrão SaaS",
|
|
578
|
+
"registry.scope.organization": "Organização",
|
|
579
|
+
"registry.scope.business": "Negócio",
|
|
580
|
+
"registry.scope.channel": "Canal",
|
|
581
|
+
"registry.scope.board": "Quadro"
|
|
323
582
|
}
|
|
324
583
|
};
|
|
@@ -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;
|
|
@@ -43,5 +43,19 @@ var locales_default = {
|
|
|
43
43
|
"pisell2.text.cancel": "取消",
|
|
44
44
|
"pisell2.text.confirm": "確認",
|
|
45
45
|
"pisell2.text.please-enter": "請輸入"
|
|
46
|
+
},
|
|
47
|
+
ja: {
|
|
48
|
+
"pisell2.text.tax-free": "無料",
|
|
49
|
+
"pisell2.text.custom": "カスタム",
|
|
50
|
+
"pisell2.text.cancel": "キャンセル",
|
|
51
|
+
"pisell2.text.confirm": "確認",
|
|
52
|
+
"pisell2.text.please-enter": "入力してください"
|
|
53
|
+
},
|
|
54
|
+
pt: {
|
|
55
|
+
"pisell2.text.tax-free": " grátis",
|
|
56
|
+
"pisell2.text.custom": "Personalizado",
|
|
57
|
+
"pisell2.text.cancel": "Cancelar",
|
|
58
|
+
"pisell2.text.confirm": "Confirmar",
|
|
59
|
+
"pisell2.text.please-enter": "Por favor, insira"
|
|
46
60
|
}
|
|
47
61
|
};
|