@pisell/private-materials 6.6.34 → 6.6.35
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 +7 -7
- package/build/lowcode/render/default/view.js +7 -7
- package/build/lowcode/view.js +8 -8
- package/es/components/appointmentBooking/components/Date/state.js +3 -1
- package/es/components/appointmentBooking/locales.d.ts +240 -0
- package/es/components/appointmentBooking/locales.js +276 -0
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +164 -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 +54 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +46 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +16 -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 +42 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +24 -0
- package/es/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +42 -0
- package/es/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +70 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +36 -0
- package/es/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +58 -0
- package/es/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +34 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +30 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +34 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/es/components/booking/editBookingModal/locales.d.ts +12 -0
- package/es/components/booking/editBookingModal/locales.js +12 -0
- package/es/components/booking/editBookingModal/mock.d.ts +186 -2
- package/es/components/booking/editBookingModal/mock.js +22 -0
- package/es/components/booking/info2/cartClientCard/locales.d.ts +12 -0
- package/es/components/booking/info2/cartClientCard/locales.js +16 -0
- package/es/components/booking/info2/service/addService/mock.d.ts +2 -0
- package/es/components/booking/info2/service/addService/mock.js +4 -0
- package/es/components/booking/locales.d.ts +632 -0
- package/es/components/booking/locales.js +726 -0
- package/es/components/checkout/components/AdditionalModule/locales.d.ts +22 -0
- package/es/components/checkout/components/AdditionalModule/locales.js +22 -0
- package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
- package/es/components/checkout/locales.d.ts +340 -0
- package/es/components/checkout/locales.js +368 -0
- package/es/components/eftpos/locales.d.ts +64 -0
- package/es/components/eftpos/locales.js +80 -0
- package/es/components/eftposPay/locales.d.ts +242 -0
- package/es/components/eftposPay/locales.js +326 -0
- package/es/components/eventBooking/locales.d.ts +162 -0
- package/es/components/eventBooking/locales.js +186 -0
- package/es/components/list/locales.d.ts +42 -0
- package/es/components/list/locales.js +70 -0
- package/es/components/list/utils/getText.d.ts +1 -1
- package/es/components/login/locales.d.ts +14 -0
- package/es/components/login/locales.js +14 -0
- package/es/components/pay/toB/locales.d.ts +34 -0
- package/es/components/pay/toB/locales.js +42 -0
- package/es/components/pay/toC/locales.d.ts +204 -0
- package/es/components/pay/toC/locales.js +244 -0
- package/es/components/pay/toC/serve.d.ts +2 -0
- package/es/components/pinModal/locales.d.ts +16 -0
- package/es/components/pinModal/locales.js +16 -0
- package/es/components/pinVerifyModal/locales.d.ts +14 -0
- package/es/components/pinVerifyModal/locales.js +14 -0
- package/es/components/pisellSelectCustomerModal/locales.d.ts +52 -0
- package/es/components/pisellSelectCustomerModal/locales.js +52 -0
- package/es/components/productExtension/locales.d.ts +30 -0
- package/es/components/productExtension/locales.js +30 -0
- package/es/components/productSelect/locales.d.ts +10 -0
- package/es/components/productSelect/locales.js +10 -0
- package/es/components/ruleSetting/locales.d.ts +30 -0
- package/es/components/ruleSetting/locales.js +30 -0
- package/es/components/schedules/locales.d.ts +56 -0
- package/es/components/schedules/locales.js +56 -0
- package/es/components/shoppingCart/locales.d.ts +22 -0
- package/es/components/shoppingCart/locales.js +30 -0
- package/es/components/stepController/locales.d.ts +16 -0
- package/es/components/stepController/locales.js +20 -0
- package/es/components/subTotal/locales.d.ts +26 -0
- package/es/components/subTotal/locales.js +26 -0
- package/es/components/systemSettings/registry/components/ItemModal.js +10 -0
- package/es/components/systemSettings/registry/locales.d.ts +184 -0
- package/es/components/systemSettings/registry/locales.js +184 -0
- package/es/components/systemSettings/registry/types.d.ts +2 -0
- package/es/components/taxSelect/locales.d.ts +14 -0
- package/es/components/taxSelect/locales.js +14 -0
- package/es/components/ticketBooking/locales.d.ts +130 -0
- package/es/components/ticketBooking/locales.js +156 -0
- package/es/components/ticketBooking/utils/formatTime.d.ts +2 -0
- package/es/components/ticketBooking/utils/formatTime.js +8 -2
- package/es/components/wallet/utils.d.ts +1 -1
- package/es/components/walletList/index.js +10 -0
- package/es/components/walletList/locales.d.ts +16 -0
- package/es/components/walletList/locales.js +16 -0
- package/es/components/walletList/types/index.d.ts +2 -0
- package/es/plus/clientCard/locales.d.ts +10 -0
- package/es/plus/clientCard/locales.js +10 -0
- package/es/plus/clinetSearch/locales.d.ts +70 -0
- package/es/plus/clinetSearch/locales.js +70 -0
- package/es/plus/contactInfo/locales.d.ts +8 -0
- package/es/plus/contactInfo/locales.js +8 -0
- package/es/plus/contactInfoModal/locales.d.ts +42 -0
- package/es/plus/contactInfoModal/locales.js +42 -0
- package/es/plus/noteModal/locales.d.ts +20 -0
- package/es/plus/noteModal/locales.js +20 -0
- package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +26 -0
- package/es/plus/productSelect/ProductCard/SkuCard/locales.js +26 -0
- package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +2 -0
- package/es/plus/productSelect/ProductCard/SkuCard/status.js +2 -0
- package/es/plus/productSelect/locales.d.ts +10 -0
- package/es/plus/productSelect/locales.js +10 -0
- package/es/plus/saasAttendance/locales.d.ts +210 -0
- package/es/plus/saasAttendance/locales.js +234 -0
- package/es/plus/saasAttendance/settings/components/MapField.js +4 -2
- package/es/plus/saasAttendance/settings/types.d.ts +2 -0
- package/es/plus/saasCreateOrganization/locales.d.ts +8 -0
- package/es/plus/saasCreateOrganization/locales.js +8 -0
- package/es/plus/saasLogin/locales.d.ts +32 -0
- package/es/plus/saasLogin/locales.js +32 -0
- package/es/plus/saasRegister/locales.d.ts +76 -0
- package/es/plus/saasRegister/locales.js +76 -0
- package/es/plus/saasRole/locales.d.ts +126 -0
- package/es/plus/saasRole/locales.js +126 -0
- package/es/plus/saasRole/types.d.ts +2 -0
- package/es/plus/saasTeamMembers/locales.d.ts +216 -0
- package/es/plus/saasTeamMembers/locales.js +216 -0
- package/es/plus/saasTeamMembers/type.d.ts +2 -0
- package/es/plus/selectHolder/locales.d.ts +14 -0
- package/es/plus/selectHolder/locales.js +18 -0
- 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 +88 -0
- package/es/plus/walletEditor/locales.js +100 -0
- package/es/plus/walletEditor/types.d.ts +2 -0
- package/es/plus/walletPassGallery/locales.d.ts +188 -0
- package/es/plus/walletPassGallery/locales.js +192 -0
- package/es/plus/walletPassGallery/utils.d.ts +1 -1
- package/es/pro/Login2.0/locales.d.ts +360 -0
- package/es/pro/Login2.0/locales.js +360 -0
- package/es/pro/Login2.0/shared/types.d.ts +2 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +8 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
- package/es/pro/comprehensiveSearch/locales.d.ts +8 -0
- package/es/pro/comprehensiveSearch/locales.js +8 -0
- package/es/pro/numberKeyboard/locales.d.ts +6 -0
- package/es/pro/numberKeyboard/locales.js +6 -0
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +6 -0
- package/es/pro/pisellPhoneKeyboard/locales.js +6 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +24 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/locales.js +26 -0
- package/es/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +26 -0
- package/es/pro/priceKeyboard/components/discountKeyboard/locales.js +28 -0
- package/es/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +28 -0
- package/es/pro/priceKeyboard/components/paymentKeyboard/locales.js +30 -0
- package/es/pro/skuDetailModal/locales.d.ts +30 -0
- package/es/pro/skuDetailModal/locales.js +30 -0
- package/es/pro/skuDetailModal/types.d.ts +4 -0
- package/lib/components/appointmentBooking/components/Date/state.js +3 -1
- package/lib/components/appointmentBooking/locales.d.ts +240 -0
- package/lib/components/appointmentBooking/locales.js +240 -0
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +164 -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 +54 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +46 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +16 -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 +42 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +24 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +42 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +70 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +36 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +58 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +34 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +30 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +34 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/lib/components/booking/editBookingModal/locales.d.ts +12 -0
- package/lib/components/booking/editBookingModal/locales.js +12 -0
- package/lib/components/booking/editBookingModal/mock.d.ts +186 -2
- package/lib/components/booking/editBookingModal/mock.js +22 -0
- package/lib/components/booking/info2/cartClientCard/locales.d.ts +12 -0
- package/lib/components/booking/info2/cartClientCard/locales.js +16 -0
- package/lib/components/booking/info2/service/addService/mock.d.ts +2 -0
- package/lib/components/booking/info2/service/addService/mock.js +4 -0
- package/lib/components/booking/locales.d.ts +632 -0
- package/lib/components/booking/locales.js +684 -0
- package/lib/components/checkout/components/AdditionalModule/locales.d.ts +22 -0
- package/lib/components/checkout/components/AdditionalModule/locales.js +22 -0
- package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
- package/lib/components/checkout/locales.d.ts +340 -0
- package/lib/components/checkout/locales.js +340 -0
- package/lib/components/eftpos/locales.d.ts +64 -0
- package/lib/components/eftpos/locales.js +76 -0
- package/lib/components/eftposPay/locales.d.ts +242 -0
- package/lib/components/eftposPay/locales.js +250 -0
- package/lib/components/eventBooking/locales.d.ts +162 -0
- package/lib/components/eventBooking/locales.js +162 -0
- package/lib/components/list/locales.d.ts +42 -0
- package/lib/components/list/locales.js +58 -0
- package/lib/components/list/utils/getText.d.ts +1 -1
- package/lib/components/login/locales.d.ts +14 -0
- package/lib/components/login/locales.js +14 -0
- package/lib/components/pay/toB/locales.d.ts +34 -0
- package/lib/components/pay/toB/locales.js +34 -0
- package/lib/components/pay/toC/locales.d.ts +204 -0
- package/lib/components/pay/toC/locales.js +204 -0
- package/lib/components/pay/toC/serve.d.ts +2 -0
- package/lib/components/pinModal/locales.d.ts +16 -0
- package/lib/components/pinModal/locales.js +16 -0
- package/lib/components/pinVerifyModal/locales.d.ts +14 -0
- package/lib/components/pinVerifyModal/locales.js +14 -0
- package/lib/components/pisellSelectCustomerModal/locales.d.ts +52 -0
- package/lib/components/pisellSelectCustomerModal/locales.js +52 -0
- package/lib/components/productExtension/locales.d.ts +30 -0
- package/lib/components/productExtension/locales.js +30 -0
- package/lib/components/productSelect/locales.d.ts +10 -0
- package/lib/components/productSelect/locales.js +10 -0
- package/lib/components/ruleSetting/locales.d.ts +30 -0
- package/lib/components/ruleSetting/locales.js +30 -0
- package/lib/components/schedules/locales.d.ts +56 -0
- package/lib/components/schedules/locales.js +56 -0
- package/lib/components/shoppingCart/locales.d.ts +22 -0
- package/lib/components/shoppingCart/locales.js +22 -0
- package/lib/components/stepController/locales.d.ts +16 -0
- package/lib/components/stepController/locales.js +16 -0
- package/lib/components/subTotal/locales.d.ts +26 -0
- package/lib/components/subTotal/locales.js +26 -0
- package/lib/components/systemSettings/registry/components/ItemModal.js +10 -0
- package/lib/components/systemSettings/registry/locales.d.ts +184 -0
- package/lib/components/systemSettings/registry/locales.js +184 -0
- package/lib/components/systemSettings/registry/types.d.ts +2 -0
- package/lib/components/taxSelect/locales.d.ts +14 -0
- package/lib/components/taxSelect/locales.js +14 -0
- package/lib/components/ticketBooking/locales.d.ts +130 -0
- package/lib/components/ticketBooking/locales.js +136 -0
- package/lib/components/ticketBooking/utils/formatTime.d.ts +2 -0
- package/lib/components/ticketBooking/utils/formatTime.js +8 -2
- package/lib/components/wallet/utils.d.ts +1 -1
- package/lib/components/walletList/index.js +10 -0
- package/lib/components/walletList/locales.d.ts +16 -0
- package/lib/components/walletList/locales.js +16 -0
- package/lib/components/walletList/types/index.d.ts +2 -0
- package/lib/plus/clientCard/locales.d.ts +10 -0
- package/lib/plus/clientCard/locales.js +10 -0
- package/lib/plus/clinetSearch/locales.d.ts +70 -0
- package/lib/plus/clinetSearch/locales.js +70 -0
- package/lib/plus/contactInfo/locales.d.ts +8 -0
- package/lib/plus/contactInfo/locales.js +8 -0
- package/lib/plus/contactInfoModal/locales.d.ts +42 -0
- package/lib/plus/contactInfoModal/locales.js +42 -0
- package/lib/plus/noteModal/locales.d.ts +20 -0
- package/lib/plus/noteModal/locales.js +20 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +26 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/locales.js +26 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +2 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/status.js +2 -0
- package/lib/plus/productSelect/locales.d.ts +10 -0
- package/lib/plus/productSelect/locales.js +10 -0
- package/lib/plus/saasAttendance/locales.d.ts +210 -0
- package/lib/plus/saasAttendance/locales.js +210 -0
- package/lib/plus/saasAttendance/settings/components/MapField.js +2 -2
- package/lib/plus/saasAttendance/settings/types.d.ts +2 -0
- package/lib/plus/saasCreateOrganization/locales.d.ts +8 -0
- package/lib/plus/saasCreateOrganization/locales.js +8 -0
- package/lib/plus/saasLogin/locales.d.ts +32 -0
- package/lib/plus/saasLogin/locales.js +32 -0
- package/lib/plus/saasRegister/locales.d.ts +76 -0
- package/lib/plus/saasRegister/locales.js +76 -0
- package/lib/plus/saasRole/locales.d.ts +126 -0
- package/lib/plus/saasRole/locales.js +126 -0
- package/lib/plus/saasRole/types.d.ts +2 -0
- package/lib/plus/saasTeamMembers/locales.d.ts +216 -0
- package/lib/plus/saasTeamMembers/locales.js +216 -0
- package/lib/plus/saasTeamMembers/type.d.ts +2 -0
- package/lib/plus/selectHolder/locales.d.ts +14 -0
- package/lib/plus/selectHolder/locales.js +14 -0
- 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 +88 -0
- package/lib/plus/walletEditor/locales.js +100 -0
- package/lib/plus/walletEditor/types.d.ts +2 -0
- package/lib/plus/walletPassGallery/locales.d.ts +188 -0
- package/lib/plus/walletPassGallery/locales.js +192 -0
- package/lib/plus/walletPassGallery/utils.d.ts +1 -1
- package/lib/pro/Login2.0/locales.d.ts +360 -0
- package/lib/pro/Login2.0/locales.js +360 -0
- package/lib/pro/Login2.0/shared/types.d.ts +2 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +8 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
- package/lib/pro/comprehensiveSearch/locales.d.ts +8 -0
- package/lib/pro/comprehensiveSearch/locales.js +8 -0
- package/lib/pro/numberKeyboard/locales.d.ts +6 -0
- package/lib/pro/numberKeyboard/locales.js +6 -0
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +6 -0
- package/lib/pro/pisellPhoneKeyboard/locales.js +6 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +24 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/locales.js +26 -0
- package/lib/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +26 -0
- package/lib/pro/priceKeyboard/components/discountKeyboard/locales.js +28 -0
- package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +28 -0
- package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.js +30 -0
- package/lib/pro/skuDetailModal/locales.d.ts +30 -0
- package/lib/pro/skuDetailModal/locales.js +30 -0
- package/lib/pro/skuDetailModal/types.d.ts +4 -0
- package/package.json +2 -2
|
@@ -82,5 +82,51 @@ export default {
|
|
|
82
82
|
'collect.info.optional': '非必填',
|
|
83
83
|
'collect.info.skip': '允許跳過',
|
|
84
84
|
'collect.info.disallow.skip': '不允許跳過'
|
|
85
|
+
},
|
|
86
|
+
ja: {
|
|
87
|
+
'page.setting.login.form.menu.title': '登録後に顧客情報を収集',
|
|
88
|
+
'page.setting.login.form.menu.desc': 'ユーザーが登録後に情報を送信せずにページを閉じた場合、次回ログイン時に再度入力が求められます。',
|
|
89
|
+
'collect.info.enable': '顧客情報の収集を有効化',
|
|
90
|
+
'collect.info.account': 'アカウント情報を収集',
|
|
91
|
+
'collect.info.allow.skip': 'スキップを許可',
|
|
92
|
+
'collect.info.prompt': 'ヒント',
|
|
93
|
+
'collect.info.fields': 'フィールド',
|
|
94
|
+
'collect.info.sort': '並び替え',
|
|
95
|
+
'collect.info.customer.form': '顧客フォーム',
|
|
96
|
+
'collect.info.field.phone': '電話',
|
|
97
|
+
'collect.info.field.phone.desc': 'システムは電話番号の正確性を確認します。',
|
|
98
|
+
'collect.info.field.email': 'メール',
|
|
99
|
+
'collect.info.field.email.desc': 'システムはメールの正確性を確認します。',
|
|
100
|
+
'collect.info.field.avatar': 'アバター',
|
|
101
|
+
'collect.info.field.nickname': 'ニックネーム',
|
|
102
|
+
'collect.info.field.gender': '性別',
|
|
103
|
+
'collect.info.field.name': '名',
|
|
104
|
+
'collect.info.required': '必須',
|
|
105
|
+
'collect.info.optional': '任意',
|
|
106
|
+
'collect.info.skip': 'スキップを許可',
|
|
107
|
+
'collect.info.disallow.skip': 'スキップを許可しない'
|
|
108
|
+
},
|
|
109
|
+
pt: {
|
|
110
|
+
'page.setting.login.form.menu.title': 'Coletar Informações do Cliente Após Registro',
|
|
111
|
+
'page.setting.login.form.menu.desc': 'Se o usuário não enviar informações e fechar a página após o registro, será solicitado a preenchê-las novamente no próximo login.',
|
|
112
|
+
'collect.info.enable': 'Habilitar Coleta de Informações do Cliente',
|
|
113
|
+
'collect.info.account': 'Coletar Informações da Conta',
|
|
114
|
+
'collect.info.allow.skip': 'Permitir Pular',
|
|
115
|
+
'collect.info.prompt': 'Dicas',
|
|
116
|
+
'collect.info.fields': 'Campos',
|
|
117
|
+
'collect.info.sort': 'Ordenar',
|
|
118
|
+
'collect.info.customer.form': 'Formulário do cliente',
|
|
119
|
+
'collect.info.field.phone': 'Telefone',
|
|
120
|
+
'collect.info.field.phone.desc': 'O sistema verificará a correção do número de telefone.',
|
|
121
|
+
'collect.info.field.email': 'E-mail',
|
|
122
|
+
'collect.info.field.email.desc': 'O sistema verificará a correção do e-mail.',
|
|
123
|
+
'collect.info.field.avatar': 'Avatar',
|
|
124
|
+
'collect.info.field.nickname': 'Apelido',
|
|
125
|
+
'collect.info.field.gender': 'Gênero',
|
|
126
|
+
'collect.info.field.name': 'Nome',
|
|
127
|
+
'collect.info.required': 'Obrigatório',
|
|
128
|
+
'collect.info.optional': 'Opcional',
|
|
129
|
+
'collect.info.skip': 'Permitir Pular',
|
|
130
|
+
'collect.info.disallow.skip': 'Não Permitir Pular'
|
|
85
131
|
}
|
|
86
132
|
};
|
|
@@ -142,13 +142,15 @@ var Onlineshopauth = function Onlineshopauth(_ref) {
|
|
|
142
142
|
pageSettingValue.registerPage = {
|
|
143
143
|
backgroundImage: ((_page$register = page.register) === null || _page$register === void 0 ? void 0 : _page$register.background_image_url) || '',
|
|
144
144
|
termsConditions: ((_page$register2 = page.register) === null || _page$register2 === void 0 || (_page$register2 = _page$register2.terms) === null || _page$register2 === void 0 ? void 0 : _page$register2.map(function (term) {
|
|
145
|
-
var _term$name, _term$name2, _term$name3, _term$name4;
|
|
145
|
+
var _term$name, _term$name2, _term$name3, _term$name4, _term$name5, _term$name6;
|
|
146
146
|
return {
|
|
147
147
|
name: {
|
|
148
148
|
original: ((_term$name = term.name) === null || _term$name === void 0 ? void 0 : _term$name.original) || '',
|
|
149
149
|
en: ((_term$name2 = term.name) === null || _term$name2 === void 0 ? void 0 : _term$name2.en) || '',
|
|
150
150
|
'zh-CN': ((_term$name3 = term.name) === null || _term$name3 === void 0 ? void 0 : _term$name3['zh-CN']) || '',
|
|
151
|
-
'zh-HK': ((_term$name4 = term.name) === null || _term$name4 === void 0 ? void 0 : _term$name4['zh-HK']) || ''
|
|
151
|
+
'zh-HK': ((_term$name4 = term.name) === null || _term$name4 === void 0 ? void 0 : _term$name4['zh-HK']) || '',
|
|
152
|
+
ja: ((_term$name5 = term.name) === null || _term$name5 === void 0 ? void 0 : _term$name5['ja']) || '',
|
|
153
|
+
pt: ((_term$name6 = term.name) === null || _term$name6 === void 0 ? void 0 : _term$name6['pt']) || ''
|
|
152
154
|
},
|
|
153
155
|
url: term.url || ''
|
|
154
156
|
};
|
|
@@ -159,13 +161,15 @@ var Onlineshopauth = function Onlineshopauth(_ref) {
|
|
|
159
161
|
settings: (_page$login2 = page.login) !== null && _page$login2 !== void 0 && _page$login2.same_as_register ? undefined : {
|
|
160
162
|
backgroundImage: ((_page$login3 = page.login) === null || _page$login3 === void 0 ? void 0 : _page$login3.background_image_url) || '',
|
|
161
163
|
termsConditions: ((_page$login4 = page.login) === null || _page$login4 === void 0 || (_page$login4 = _page$login4.terms) === null || _page$login4 === void 0 ? void 0 : _page$login4.map(function (term) {
|
|
162
|
-
var _term$
|
|
164
|
+
var _term$name7, _term$name8, _term$name9, _term$name10, _term$name11, _term$name12;
|
|
163
165
|
return {
|
|
164
166
|
name: {
|
|
165
|
-
original: ((_term$
|
|
166
|
-
en: ((_term$
|
|
167
|
-
'zh-CN': ((_term$
|
|
168
|
-
'zh-HK': ((_term$
|
|
167
|
+
original: ((_term$name7 = term.name) === null || _term$name7 === void 0 ? void 0 : _term$name7.original) || '',
|
|
168
|
+
en: ((_term$name8 = term.name) === null || _term$name8 === void 0 ? void 0 : _term$name8.en) || '',
|
|
169
|
+
'zh-CN': ((_term$name9 = term.name) === null || _term$name9 === void 0 ? void 0 : _term$name9['zh-CN']) || '',
|
|
170
|
+
'zh-HK': ((_term$name10 = term.name) === null || _term$name10 === void 0 ? void 0 : _term$name10['zh-HK']) || '',
|
|
171
|
+
ja: ((_term$name11 = term.name) === null || _term$name11 === void 0 ? void 0 : _term$name11['ja']) || '',
|
|
172
|
+
pt: ((_term$name12 = term.name) === null || _term$name12 === void 0 ? void 0 : _term$name12['pt']) || ''
|
|
169
173
|
},
|
|
170
174
|
url: term.url || ''
|
|
171
175
|
};
|
|
@@ -282,7 +286,9 @@ var Onlineshopauth = function Onlineshopauth(_ref) {
|
|
|
282
286
|
original: term.name.original || '',
|
|
283
287
|
en: term.name.en || '',
|
|
284
288
|
'zh-CN': term.name['zh-CN'] || '',
|
|
285
|
-
'zh-HK': term.name['zh-HK'] || ''
|
|
289
|
+
'zh-HK': term.name['zh-HK'] || '',
|
|
290
|
+
ja: term.name['ja'] || '',
|
|
291
|
+
pt: term.name['pt'] || ''
|
|
286
292
|
},
|
|
287
293
|
url: term.url || ''
|
|
288
294
|
};
|
|
@@ -297,7 +303,9 @@ var Onlineshopauth = function Onlineshopauth(_ref) {
|
|
|
297
303
|
original: term.name.original || '',
|
|
298
304
|
en: term.name.en || '',
|
|
299
305
|
'zh-CN': term.name['zh-CN'] || '',
|
|
300
|
-
'zh-HK': term.name['zh-HK'] || ''
|
|
306
|
+
'zh-HK': term.name['zh-HK'] || '',
|
|
307
|
+
ja: term.name['ja'] || '',
|
|
308
|
+
pt: term.name['pt'] || ''
|
|
301
309
|
},
|
|
302
310
|
url: term.url || ''
|
|
303
311
|
};
|
|
@@ -23,5 +23,21 @@ declare const _default: {
|
|
|
23
23
|
'page.setting.login.sameAsRegister': string;
|
|
24
24
|
'page.setting.login.sameAsRegister.description': string;
|
|
25
25
|
};
|
|
26
|
+
ja: {
|
|
27
|
+
'page.setting.register.title': string;
|
|
28
|
+
'page.setting.register.description': string;
|
|
29
|
+
'page.setting.login.title': string;
|
|
30
|
+
'page.setting.login.description': string;
|
|
31
|
+
'page.setting.login.sameAsRegister': string;
|
|
32
|
+
'page.setting.login.sameAsRegister.description': string;
|
|
33
|
+
};
|
|
34
|
+
pt: {
|
|
35
|
+
'page.setting.register.title': string;
|
|
36
|
+
'page.setting.register.description': string;
|
|
37
|
+
'page.setting.login.title': string;
|
|
38
|
+
'page.setting.login.description': string;
|
|
39
|
+
'page.setting.login.sameAsRegister': string;
|
|
40
|
+
'page.setting.login.sameAsRegister.description': string;
|
|
41
|
+
};
|
|
26
42
|
};
|
|
27
43
|
export default _default;
|
|
@@ -28,5 +28,21 @@ export default {
|
|
|
28
28
|
'page.setting.login.description': '配置登錄頁面外觀和條款。',
|
|
29
29
|
'page.setting.login.sameAsRegister': '與註冊頁面設置相同',
|
|
30
30
|
'page.setting.login.sameAsRegister.description': '使用與註冊頁面相同的設置'
|
|
31
|
+
},
|
|
32
|
+
ja: {
|
|
33
|
+
'page.setting.register.title': '登録ページ',
|
|
34
|
+
'page.setting.register.description': '登録ページの外観と条項を設定します。',
|
|
35
|
+
'page.setting.login.title': 'ログインページ',
|
|
36
|
+
'page.setting.login.description': 'ログインページの外観と条項を設定します。',
|
|
37
|
+
'page.setting.login.sameAsRegister': '登録ページ設定と同じ',
|
|
38
|
+
'page.setting.login.sameAsRegister.description': '登録ページと同じ設定を使用'
|
|
39
|
+
},
|
|
40
|
+
pt: {
|
|
41
|
+
'page.setting.register.title': 'Página de Registro',
|
|
42
|
+
'page.setting.register.description': 'Configure a aparência e os termos da página de registro.',
|
|
43
|
+
'page.setting.login.title': 'Página de Login',
|
|
44
|
+
'page.setting.login.description': 'Configure a aparência e os termos da página de login.',
|
|
45
|
+
'page.setting.login.sameAsRegister': 'Mesmo que as Configurações da Página de Registro',
|
|
46
|
+
'page.setting.login.sameAsRegister.description': 'Usar as mesmas configurações da página de registro'
|
|
31
47
|
}
|
|
32
48
|
};
|
|
@@ -49,6 +49,8 @@ var PageSettingItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
49
49
|
en: '',
|
|
50
50
|
'zh-CN': '',
|
|
51
51
|
'zh-HK': '',
|
|
52
|
+
ja: '',
|
|
53
|
+
pt: '',
|
|
52
54
|
original: ''
|
|
53
55
|
};
|
|
54
56
|
form.setFieldsValue({
|
|
@@ -58,7 +60,9 @@ var PageSettingItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
58
60
|
en: 'Terms of Service',
|
|
59
61
|
'zh-CN': '服务条款',
|
|
60
62
|
'zh-HK': '服務條款',
|
|
61
|
-
original: 'Terms of Service'
|
|
63
|
+
original: 'Terms of Service',
|
|
64
|
+
ja: '利用規約',
|
|
65
|
+
pt: 'Termos de Serviço'
|
|
62
66
|
},
|
|
63
67
|
url: 'https://example.com/terms'
|
|
64
68
|
}, {
|
|
@@ -66,7 +70,9 @@ var PageSettingItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
66
70
|
en: 'Privacy Policy',
|
|
67
71
|
'zh-CN': '隐私政策',
|
|
68
72
|
'zh-HK': '隱私政策',
|
|
69
|
-
original: 'Privacy Policy'
|
|
73
|
+
original: 'Privacy Policy',
|
|
74
|
+
ja: 'プライバシーポリシー',
|
|
75
|
+
pt: 'Política de Privacidade'
|
|
70
76
|
},
|
|
71
77
|
url: 'https://example.com/privacy'
|
|
72
78
|
}]
|
|
@@ -201,6 +207,8 @@ var PageSettingItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
201
207
|
en: '',
|
|
202
208
|
'zh-CN': '',
|
|
203
209
|
'zh-HK': '',
|
|
210
|
+
ja: '',
|
|
211
|
+
pt: '',
|
|
204
212
|
original: ''
|
|
205
213
|
},
|
|
206
214
|
url: ''
|
|
@@ -62,5 +62,47 @@ declare const _default: {
|
|
|
62
62
|
'page.setting.item.terms.error.url.required': string;
|
|
63
63
|
'page.setting.item.terms.error.url.invalid': string;
|
|
64
64
|
};
|
|
65
|
+
ja: {
|
|
66
|
+
'page.setting.item.background.title': string;
|
|
67
|
+
'page.setting.item.background.upload.text': string;
|
|
68
|
+
'page.setting.item.background.upload.hint': string;
|
|
69
|
+
'page.setting.item.background.description': string;
|
|
70
|
+
'page.setting.item.background.usage': string;
|
|
71
|
+
'page.setting.item.background.error.format': string;
|
|
72
|
+
'page.setting.item.background.error.size': string;
|
|
73
|
+
'page.setting.item.terms.title': string;
|
|
74
|
+
'page.setting.item.terms.subtitle': string;
|
|
75
|
+
'page.setting.item.terms.usage': string;
|
|
76
|
+
'page.setting.item.terms.table.name': string;
|
|
77
|
+
'page.setting.item.terms.table.url': string;
|
|
78
|
+
'page.setting.item.terms.table.action': string;
|
|
79
|
+
'page.setting.item.terms.table.name.placeholder': string;
|
|
80
|
+
'page.setting.item.terms.table.url.placeholder': string;
|
|
81
|
+
'page.setting.item.terms.button.add': string;
|
|
82
|
+
'page.setting.item.terms.error.name.required': string;
|
|
83
|
+
'page.setting.item.terms.error.url.required': string;
|
|
84
|
+
'page.setting.item.terms.error.url.invalid': string;
|
|
85
|
+
};
|
|
86
|
+
pt: {
|
|
87
|
+
'page.setting.item.background.title': string;
|
|
88
|
+
'page.setting.item.background.upload.text': string;
|
|
89
|
+
'page.setting.item.background.upload.hint': string;
|
|
90
|
+
'page.setting.item.background.description': string;
|
|
91
|
+
'page.setting.item.background.usage': string;
|
|
92
|
+
'page.setting.item.background.error.format': string;
|
|
93
|
+
'page.setting.item.background.error.size': string;
|
|
94
|
+
'page.setting.item.terms.title': string;
|
|
95
|
+
'page.setting.item.terms.subtitle': string;
|
|
96
|
+
'page.setting.item.terms.usage': string;
|
|
97
|
+
'page.setting.item.terms.table.name': string;
|
|
98
|
+
'page.setting.item.terms.table.url': string;
|
|
99
|
+
'page.setting.item.terms.table.action': string;
|
|
100
|
+
'page.setting.item.terms.table.name.placeholder': string;
|
|
101
|
+
'page.setting.item.terms.table.url.placeholder': string;
|
|
102
|
+
'page.setting.item.terms.button.add': string;
|
|
103
|
+
'page.setting.item.terms.error.name.required': string;
|
|
104
|
+
'page.setting.item.terms.error.url.required': string;
|
|
105
|
+
'page.setting.item.terms.error.url.invalid': string;
|
|
106
|
+
};
|
|
65
107
|
};
|
|
66
108
|
export default _default;
|
|
@@ -67,5 +67,47 @@ export default {
|
|
|
67
67
|
'page.setting.item.terms.error.name.required': '名稱不能為空',
|
|
68
68
|
'page.setting.item.terms.error.url.required': 'URL不能為空',
|
|
69
69
|
'page.setting.item.terms.error.url.invalid': '請輸入有效的URL'
|
|
70
|
+
},
|
|
71
|
+
ja: {
|
|
72
|
+
'page.setting.item.background.title': '背景画像',
|
|
73
|
+
'page.setting.item.background.upload.text': 'クリックまたはドラッグしてファイルをアップロード',
|
|
74
|
+
'page.setting.item.background.upload.hint': 'JPG、PNG形式をサポート、最大2MB',
|
|
75
|
+
'page.setting.item.background.description': '登録ページの背景画像',
|
|
76
|
+
'page.setting.item.background.usage': 'ブランド表示と視覚的な強化に使用',
|
|
77
|
+
'page.setting.item.background.error.format': 'JPGとPNG形式のみサポート',
|
|
78
|
+
'page.setting.item.background.error.size': 'ファイルサイズは2MBを超えてはいけません',
|
|
79
|
+
'page.setting.item.terms.title': '利用規約',
|
|
80
|
+
'page.setting.item.terms.subtitle': '登録ページに表示される法的合意とポリシーリンク',
|
|
81
|
+
'page.setting.item.terms.usage': '利用規約、プライバシーポリシーなどの追加をサポート',
|
|
82
|
+
'page.setting.item.terms.table.name': '名前',
|
|
83
|
+
'page.setting.item.terms.table.url': 'URL',
|
|
84
|
+
'page.setting.item.terms.table.action': '操作',
|
|
85
|
+
'page.setting.item.terms.table.name.placeholder': '利用規約',
|
|
86
|
+
'page.setting.item.terms.table.url.placeholder': 'https://example.com/terms',
|
|
87
|
+
'page.setting.item.terms.button.add': '追加',
|
|
88
|
+
'page.setting.item.terms.error.name.required': '名前は必須です',
|
|
89
|
+
'page.setting.item.terms.error.url.required': 'URLは必須です',
|
|
90
|
+
'page.setting.item.terms.error.url.invalid': '有効なURLを入力してください'
|
|
91
|
+
},
|
|
92
|
+
pt: {
|
|
93
|
+
'page.setting.item.background.title': 'Imagem de Fundo',
|
|
94
|
+
'page.setting.item.background.upload.text': 'Clique ou arraste o arquivo para fazer upload',
|
|
95
|
+
'page.setting.item.background.upload.hint': 'Suporta formato JPG, PNG, máximo 2MB',
|
|
96
|
+
'page.setting.item.background.description': 'Imagem de fundo para página de registro',
|
|
97
|
+
'page.setting.item.background.usage': 'Usado para exibição da marca e aprimoramento visual',
|
|
98
|
+
'page.setting.item.background.error.format': 'Apenas formatos JPG e PNG são suportados',
|
|
99
|
+
'page.setting.item.background.error.size': 'O tamanho do arquivo não deve exceder 2MB',
|
|
100
|
+
'page.setting.item.terms.title': 'Termos e Condições',
|
|
101
|
+
'page.setting.item.terms.subtitle': 'Acordos legais e links de política exibidos na página de registro',
|
|
102
|
+
'page.setting.item.terms.usage': 'Suporta adicionar termos de serviço, política de privacidade, etc.',
|
|
103
|
+
'page.setting.item.terms.table.name': 'Nome',
|
|
104
|
+
'page.setting.item.terms.table.url': 'URL',
|
|
105
|
+
'page.setting.item.terms.table.action': 'Ação',
|
|
106
|
+
'page.setting.item.terms.table.name.placeholder': 'Termos de Serviço',
|
|
107
|
+
'page.setting.item.terms.table.url.placeholder': 'https://example.com/terms',
|
|
108
|
+
'page.setting.item.terms.button.add': 'Adicionar',
|
|
109
|
+
'page.setting.item.terms.error.name.required': 'Nome é obrigatório',
|
|
110
|
+
'page.setting.item.terms.error.url.required': 'URL é obrigatória',
|
|
111
|
+
'page.setting.item.terms.error.url.invalid': 'Por favor, insira uma URL válida'
|
|
70
112
|
}
|
|
71
113
|
};
|
|
@@ -136,13 +136,15 @@ var SaaSManagermentAuth = function SaaSManagermentAuth(_ref) {
|
|
|
136
136
|
pageSettingValue.registerPage = {
|
|
137
137
|
backgroundImage: ((_page$register = page.register) === null || _page$register === void 0 ? void 0 : _page$register.background_image_url) || '',
|
|
138
138
|
termsConditions: ((_page$register2 = page.register) === null || _page$register2 === void 0 || (_page$register2 = _page$register2.terms) === null || _page$register2 === void 0 ? void 0 : _page$register2.map(function (term) {
|
|
139
|
-
var _term$name, _term$name2, _term$name3, _term$name4;
|
|
139
|
+
var _term$name, _term$name2, _term$name3, _term$name4, _term$name5, _term$name6;
|
|
140
140
|
return {
|
|
141
141
|
name: {
|
|
142
142
|
original: ((_term$name = term.name) === null || _term$name === void 0 ? void 0 : _term$name.original) || '',
|
|
143
143
|
en: ((_term$name2 = term.name) === null || _term$name2 === void 0 ? void 0 : _term$name2.en) || '',
|
|
144
144
|
'zh-CN': ((_term$name3 = term.name) === null || _term$name3 === void 0 ? void 0 : _term$name3['zh-CN']) || '',
|
|
145
|
-
'zh-HK': ((_term$name4 = term.name) === null || _term$name4 === void 0 ? void 0 : _term$name4['zh-HK']) || ''
|
|
145
|
+
'zh-HK': ((_term$name4 = term.name) === null || _term$name4 === void 0 ? void 0 : _term$name4['zh-HK']) || '',
|
|
146
|
+
ja: ((_term$name5 = term.name) === null || _term$name5 === void 0 ? void 0 : _term$name5['ja']) || '',
|
|
147
|
+
pt: ((_term$name6 = term.name) === null || _term$name6 === void 0 ? void 0 : _term$name6['pt']) || ''
|
|
146
148
|
},
|
|
147
149
|
url: term.url || ''
|
|
148
150
|
};
|
|
@@ -153,13 +155,15 @@ var SaaSManagermentAuth = function SaaSManagermentAuth(_ref) {
|
|
|
153
155
|
settings: (_page$login2 = page.login) !== null && _page$login2 !== void 0 && _page$login2.same_as_register ? undefined : {
|
|
154
156
|
backgroundImage: ((_page$login3 = page.login) === null || _page$login3 === void 0 ? void 0 : _page$login3.background_image_url) || '',
|
|
155
157
|
termsConditions: ((_page$login4 = page.login) === null || _page$login4 === void 0 || (_page$login4 = _page$login4.terms) === null || _page$login4 === void 0 ? void 0 : _page$login4.map(function (term) {
|
|
156
|
-
var _term$
|
|
158
|
+
var _term$name7, _term$name8, _term$name9, _term$name10, _term$name11, _term$name12;
|
|
157
159
|
return {
|
|
158
160
|
name: {
|
|
159
|
-
original: ((_term$
|
|
160
|
-
en: ((_term$
|
|
161
|
-
'zh-CN': ((_term$
|
|
162
|
-
'zh-HK': ((_term$
|
|
161
|
+
original: ((_term$name7 = term.name) === null || _term$name7 === void 0 ? void 0 : _term$name7.original) || '',
|
|
162
|
+
en: ((_term$name8 = term.name) === null || _term$name8 === void 0 ? void 0 : _term$name8.en) || '',
|
|
163
|
+
'zh-CN': ((_term$name9 = term.name) === null || _term$name9 === void 0 ? void 0 : _term$name9['zh-CN']) || '',
|
|
164
|
+
'zh-HK': ((_term$name10 = term.name) === null || _term$name10 === void 0 ? void 0 : _term$name10['zh-HK']) || '',
|
|
165
|
+
ja: ((_term$name11 = term.name) === null || _term$name11 === void 0 ? void 0 : _term$name11['ja']) || '',
|
|
166
|
+
pt: ((_term$name12 = term.name) === null || _term$name12 === void 0 ? void 0 : _term$name12['pt']) || ''
|
|
163
167
|
},
|
|
164
168
|
url: term.url || ''
|
|
165
169
|
};
|
|
@@ -201,7 +205,9 @@ var SaaSManagermentAuth = function SaaSManagermentAuth(_ref) {
|
|
|
201
205
|
original: term.name.original || '',
|
|
202
206
|
en: term.name.en || '',
|
|
203
207
|
'zh-CN': term.name['zh-CN'] || '',
|
|
204
|
-
'zh-HK': term.name['zh-HK'] || ''
|
|
208
|
+
'zh-HK': term.name['zh-HK'] || '',
|
|
209
|
+
ja: term.name['ja'] || '',
|
|
210
|
+
pt: term.name['pt'] || ''
|
|
205
211
|
},
|
|
206
212
|
url: term.url || ''
|
|
207
213
|
};
|
|
@@ -216,7 +222,9 @@ var SaaSManagermentAuth = function SaaSManagermentAuth(_ref) {
|
|
|
216
222
|
original: term.name.original || '',
|
|
217
223
|
en: term.name.en || '',
|
|
218
224
|
'zh-CN': term.name['zh-CN'] || '',
|
|
219
|
-
'zh-HK': term.name['zh-HK'] || ''
|
|
225
|
+
'zh-HK': term.name['zh-HK'] || '',
|
|
226
|
+
ja: term.name['ja'] || '',
|
|
227
|
+
pt: term.name['pt'] || ''
|
|
220
228
|
},
|
|
221
229
|
url: term.url || ''
|
|
222
230
|
};
|
|
@@ -35,5 +35,29 @@ declare const _default: {
|
|
|
35
35
|
'channel.auth.setting.message.saveError': string;
|
|
36
36
|
'channel.auth.setting.validation.error': string;
|
|
37
37
|
};
|
|
38
|
+
ja: {
|
|
39
|
+
'channel.auth.setting.title': string;
|
|
40
|
+
'channel.auth.setting.description': string;
|
|
41
|
+
'channel.auth.setting.tab.pageSetting': string;
|
|
42
|
+
'channel.auth.setting.tab.authenticationMethods': string;
|
|
43
|
+
'channel.auth.setting.tab.collectInfo': string;
|
|
44
|
+
'channel.auth.setting.button.cancel': string;
|
|
45
|
+
'channel.auth.setting.button.save': string;
|
|
46
|
+
'channel.auth.setting.message.saveSuccess': string;
|
|
47
|
+
'channel.auth.setting.message.saveError': string;
|
|
48
|
+
'channel.auth.setting.validation.error': string;
|
|
49
|
+
};
|
|
50
|
+
pt: {
|
|
51
|
+
'channel.auth.setting.title': string;
|
|
52
|
+
'channel.auth.setting.description': string;
|
|
53
|
+
'channel.auth.setting.tab.pageSetting': string;
|
|
54
|
+
'channel.auth.setting.tab.authenticationMethods': string;
|
|
55
|
+
'channel.auth.setting.tab.collectInfo': string;
|
|
56
|
+
'channel.auth.setting.button.cancel': string;
|
|
57
|
+
'channel.auth.setting.button.save': string;
|
|
58
|
+
'channel.auth.setting.message.saveSuccess': string;
|
|
59
|
+
'channel.auth.setting.message.saveError': string;
|
|
60
|
+
'channel.auth.setting.validation.error': string;
|
|
61
|
+
};
|
|
38
62
|
};
|
|
39
63
|
export default _default;
|
|
@@ -46,5 +46,29 @@ export default {
|
|
|
46
46
|
'channel.auth.setting.message.saveSuccess': '保存成功',
|
|
47
47
|
'channel.auth.setting.message.saveError': '保存失敗,請重試',
|
|
48
48
|
'channel.auth.setting.validation.error': '請檢查表單填寫是否正確'
|
|
49
|
+
},
|
|
50
|
+
ja: {
|
|
51
|
+
'channel.auth.setting.title': '登録とログイン',
|
|
52
|
+
'channel.auth.setting.description': 'チャネルの認証設定を設定',
|
|
53
|
+
'channel.auth.setting.tab.pageSetting': 'ページ設定',
|
|
54
|
+
'channel.auth.setting.tab.authenticationMethods': '認証方法',
|
|
55
|
+
'channel.auth.setting.tab.collectInfo': '登録後にユーザー情報を収集',
|
|
56
|
+
'channel.auth.setting.button.cancel': 'キャンセル',
|
|
57
|
+
'channel.auth.setting.button.save': '保存',
|
|
58
|
+
'channel.auth.setting.message.saveSuccess': '正常に保存されました',
|
|
59
|
+
'channel.auth.setting.message.saveError': '保存に失敗しました。もう一度お試しください',
|
|
60
|
+
'channel.auth.setting.validation.error': 'フォームにエラーがないか確認してください'
|
|
61
|
+
},
|
|
62
|
+
pt: {
|
|
63
|
+
'channel.auth.setting.title': 'Registro e Login',
|
|
64
|
+
'channel.auth.setting.description': 'Configurar configurações de autenticação para o canal',
|
|
65
|
+
'channel.auth.setting.tab.pageSetting': 'Configurações de Página',
|
|
66
|
+
'channel.auth.setting.tab.authenticationMethods': 'Métodos de Autenticação',
|
|
67
|
+
'channel.auth.setting.tab.collectInfo': 'Coletar Informações do Usuário Após Registro',
|
|
68
|
+
'channel.auth.setting.button.cancel': 'Cancelar',
|
|
69
|
+
'channel.auth.setting.button.save': 'Salvar',
|
|
70
|
+
'channel.auth.setting.message.saveSuccess': 'Salvo com sucesso',
|
|
71
|
+
'channel.auth.setting.message.saveError': 'Falha ao salvar, por favor tente novamente',
|
|
72
|
+
'channel.auth.setting.validation.error': 'Por favor, verifique o formulário para erros'
|
|
49
73
|
}
|
|
50
74
|
};
|
|
@@ -62,5 +62,47 @@ declare const _default: {
|
|
|
62
62
|
'auth.category.passwordFree': string;
|
|
63
63
|
'auth.category.authFree': string;
|
|
64
64
|
};
|
|
65
|
+
ja: {
|
|
66
|
+
'customer.auth.title': string;
|
|
67
|
+
'customer.auth.description': string;
|
|
68
|
+
'customer.auth.methods.title': string;
|
|
69
|
+
'customer.auth.methods.description': string;
|
|
70
|
+
'customer.password.settings.title': string;
|
|
71
|
+
'customer.password.settings.description': string;
|
|
72
|
+
'customer.password.rules.title': string;
|
|
73
|
+
'customer.password.rules.description': string;
|
|
74
|
+
'auth.button.cancel': string;
|
|
75
|
+
'auth.button.save': string;
|
|
76
|
+
'auth.button.settings': string;
|
|
77
|
+
'auth.save.success': string;
|
|
78
|
+
'auth.save.error': string;
|
|
79
|
+
'auth.oauth.config.message': string;
|
|
80
|
+
'auth.oauth.config.link': string;
|
|
81
|
+
'auth.category.general': string;
|
|
82
|
+
'auth.category.oauth': string;
|
|
83
|
+
'auth.category.passwordFree': string;
|
|
84
|
+
'auth.category.authFree': string;
|
|
85
|
+
};
|
|
86
|
+
pt: {
|
|
87
|
+
'customer.auth.title': string;
|
|
88
|
+
'customer.auth.description': string;
|
|
89
|
+
'customer.auth.methods.title': string;
|
|
90
|
+
'customer.auth.methods.description': string;
|
|
91
|
+
'customer.password.settings.title': string;
|
|
92
|
+
'customer.password.settings.description': string;
|
|
93
|
+
'customer.password.rules.title': string;
|
|
94
|
+
'customer.password.rules.description': string;
|
|
95
|
+
'auth.button.cancel': string;
|
|
96
|
+
'auth.button.save': string;
|
|
97
|
+
'auth.button.settings': string;
|
|
98
|
+
'auth.save.success': string;
|
|
99
|
+
'auth.save.error': string;
|
|
100
|
+
'auth.oauth.config.message': string;
|
|
101
|
+
'auth.oauth.config.link': string;
|
|
102
|
+
'auth.category.general': string;
|
|
103
|
+
'auth.category.oauth': string;
|
|
104
|
+
'auth.category.passwordFree': string;
|
|
105
|
+
'auth.category.authFree': string;
|
|
106
|
+
};
|
|
65
107
|
};
|
|
66
108
|
export default _default;
|
|
@@ -82,5 +82,47 @@ export default {
|
|
|
82
82
|
'auth.category.oauth': 'OAuth',
|
|
83
83
|
'auth.category.passwordFree': '免密碼',
|
|
84
84
|
'auth.category.authFree': '免認證'
|
|
85
|
+
},
|
|
86
|
+
ja: {
|
|
87
|
+
'customer.auth.title': '顧客認証',
|
|
88
|
+
'customer.auth.description': 'オンラインストア、キオスク、その他の顧客向けチャネルにアクセスする顧客ユーザーの認証方法を設定します。',
|
|
89
|
+
'customer.auth.methods.title': '認証方法',
|
|
90
|
+
'customer.auth.methods.description': '顧客が利用できる認証方法を設定します。ドラッグして優先順位を変更します。',
|
|
91
|
+
'customer.password.settings.title': 'パスワード設定',
|
|
92
|
+
'customer.password.settings.description': '顧客アカウント専用のパスワード要件を設定します。これらのルールはすべての顧客ユーザーに適用されます。',
|
|
93
|
+
'customer.password.rules.title': '顧客パスワードルール',
|
|
94
|
+
'customer.password.rules.description': '顧客アカウントのパスワード複雑度要件を定義',
|
|
95
|
+
'auth.button.cancel': 'キャンセル',
|
|
96
|
+
'auth.button.save': '保存',
|
|
97
|
+
'auth.button.settings': '設定',
|
|
98
|
+
'auth.save.success': '設定が正常に保存されました',
|
|
99
|
+
'auth.save.error': '設定の保存に失敗しました',
|
|
100
|
+
'auth.oauth.config.message': 'まず認証設定ページでOAuth設定を設定してください',
|
|
101
|
+
'auth.oauth.config.link': '設定をクリック',
|
|
102
|
+
'auth.category.general': '一般',
|
|
103
|
+
'auth.category.oauth': 'OAuth',
|
|
104
|
+
'auth.category.passwordFree': 'パスワードなし',
|
|
105
|
+
'auth.category.authFree': '認証なし'
|
|
106
|
+
},
|
|
107
|
+
pt: {
|
|
108
|
+
'customer.auth.title': 'Autenticação do Cliente',
|
|
109
|
+
'customer.auth.description': 'Configure métodos de autenticação para usuários clientes que acessam lojas online, quiosques e outros canais voltados para o cliente.',
|
|
110
|
+
'customer.auth.methods.title': 'Métodos de Autenticação',
|
|
111
|
+
'customer.auth.methods.description': 'Configure métodos de autenticação que estarão disponíveis para clientes. Arraste para reordenar por prioridade.',
|
|
112
|
+
'customer.password.settings.title': 'Configurações de Senha',
|
|
113
|
+
'customer.password.settings.description': 'Configure requisitos de senha especificamente para contas de clientes. Essas regras se aplicam a todos os usuários clientes.',
|
|
114
|
+
'customer.password.rules.title': 'Regras de Senha do Cliente',
|
|
115
|
+
'customer.password.rules.description': 'Definir requisitos de complexidade de senha para contas de clientes',
|
|
116
|
+
'auth.button.cancel': 'Cancelar',
|
|
117
|
+
'auth.button.save': 'Salvar',
|
|
118
|
+
'auth.button.settings': 'Configurações',
|
|
119
|
+
'auth.save.success': 'Configurações salvas com sucesso',
|
|
120
|
+
'auth.save.error': 'Falha ao salvar configurações',
|
|
121
|
+
'auth.oauth.config.message': 'Configure as configurações OAuth na página de Configuração de Autenticação primeiro',
|
|
122
|
+
'auth.oauth.config.link': 'clique para configurar',
|
|
123
|
+
'auth.category.general': 'Geral',
|
|
124
|
+
'auth.category.oauth': 'OAuth',
|
|
125
|
+
'auth.category.passwordFree': 'Sem senha',
|
|
126
|
+
'auth.category.authFree': 'Sem autenticação'
|
|
85
127
|
}
|
|
86
128
|
};
|
|
@@ -104,5 +104,75 @@ declare const _default: {
|
|
|
104
104
|
'oauth.save.success': string;
|
|
105
105
|
'oauth.save.error': string;
|
|
106
106
|
};
|
|
107
|
+
ja: {
|
|
108
|
+
'oauth.config.title': string;
|
|
109
|
+
'oauth.config.description': string;
|
|
110
|
+
'oauth.providers.title': string;
|
|
111
|
+
'oauth.providers.description': string;
|
|
112
|
+
'oauth.provider.google': string;
|
|
113
|
+
'oauth.provider.google.description': string;
|
|
114
|
+
'oauth.provider.apple': string;
|
|
115
|
+
'oauth.provider.apple.description': string;
|
|
116
|
+
'oauth.provider.facebook': string;
|
|
117
|
+
'oauth.provider.facebook.description': string;
|
|
118
|
+
'oauth.status.configured': string;
|
|
119
|
+
'oauth.status.not.configured': string;
|
|
120
|
+
'oauth.button.settings': string;
|
|
121
|
+
'oauth.button.save': string;
|
|
122
|
+
'oauth.button.cancel': string;
|
|
123
|
+
'oauth.drawer.title': string;
|
|
124
|
+
'oauth.apple.identifier': string;
|
|
125
|
+
'oauth.apple.identifier.required': string;
|
|
126
|
+
'oauth.apple.identifier.placeholder': string;
|
|
127
|
+
'oauth.facebook.appId': string;
|
|
128
|
+
'oauth.facebook.appId.required': string;
|
|
129
|
+
'oauth.facebook.appId.placeholder': string;
|
|
130
|
+
'oauth.facebook.appSecret': string;
|
|
131
|
+
'oauth.facebook.appSecret.required': string;
|
|
132
|
+
'oauth.facebook.appSecret.placeholder': string;
|
|
133
|
+
'oauth.google.clientId': string;
|
|
134
|
+
'oauth.google.clientId.required': string;
|
|
135
|
+
'oauth.google.clientId.placeholder': string;
|
|
136
|
+
'oauth.google.clientSecret': string;
|
|
137
|
+
'oauth.google.clientSecret.required': string;
|
|
138
|
+
'oauth.google.clientSecret.placeholder': string;
|
|
139
|
+
'oauth.save.success': string;
|
|
140
|
+
'oauth.save.error': string;
|
|
141
|
+
};
|
|
142
|
+
pt: {
|
|
143
|
+
'oauth.config.title': string;
|
|
144
|
+
'oauth.config.description': string;
|
|
145
|
+
'oauth.providers.title': string;
|
|
146
|
+
'oauth.providers.description': string;
|
|
147
|
+
'oauth.provider.google': string;
|
|
148
|
+
'oauth.provider.google.description': string;
|
|
149
|
+
'oauth.provider.apple': string;
|
|
150
|
+
'oauth.provider.apple.description': string;
|
|
151
|
+
'oauth.provider.facebook': string;
|
|
152
|
+
'oauth.provider.facebook.description': string;
|
|
153
|
+
'oauth.status.configured': string;
|
|
154
|
+
'oauth.status.not.configured': string;
|
|
155
|
+
'oauth.button.settings': string;
|
|
156
|
+
'oauth.button.save': string;
|
|
157
|
+
'oauth.button.cancel': string;
|
|
158
|
+
'oauth.drawer.title': string;
|
|
159
|
+
'oauth.apple.identifier': string;
|
|
160
|
+
'oauth.apple.identifier.required': string;
|
|
161
|
+
'oauth.apple.identifier.placeholder': string;
|
|
162
|
+
'oauth.facebook.appId': string;
|
|
163
|
+
'oauth.facebook.appId.required': string;
|
|
164
|
+
'oauth.facebook.appId.placeholder': string;
|
|
165
|
+
'oauth.facebook.appSecret': string;
|
|
166
|
+
'oauth.facebook.appSecret.required': string;
|
|
167
|
+
'oauth.facebook.appSecret.placeholder': string;
|
|
168
|
+
'oauth.google.clientId': string;
|
|
169
|
+
'oauth.google.clientId.required': string;
|
|
170
|
+
'oauth.google.clientId.placeholder': string;
|
|
171
|
+
'oauth.google.clientSecret': string;
|
|
172
|
+
'oauth.google.clientSecret.required': string;
|
|
173
|
+
'oauth.google.clientSecret.placeholder': string;
|
|
174
|
+
'oauth.save.success': string;
|
|
175
|
+
'oauth.save.error': string;
|
|
176
|
+
};
|
|
107
177
|
};
|
|
108
178
|
export default _default;
|