@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
|
@@ -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: ''
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'page.setting.item.background.title': string;
|
|
4
|
+
'page.setting.item.background.upload.text': string;
|
|
5
|
+
'page.setting.item.background.upload.hint': string;
|
|
6
|
+
'page.setting.item.background.description': string;
|
|
7
|
+
'page.setting.item.background.usage': string;
|
|
8
|
+
'page.setting.item.background.error.format': string;
|
|
9
|
+
'page.setting.item.background.error.size': string;
|
|
10
|
+
'page.setting.item.terms.title': string;
|
|
11
|
+
'page.setting.item.terms.subtitle': string;
|
|
12
|
+
'page.setting.item.terms.usage': string;
|
|
13
|
+
'page.setting.item.terms.table.name': string;
|
|
14
|
+
'page.setting.item.terms.table.url': string;
|
|
15
|
+
'page.setting.item.terms.table.action': string;
|
|
16
|
+
'page.setting.item.terms.table.name.placeholder': string;
|
|
17
|
+
'page.setting.item.terms.table.url.placeholder': string;
|
|
18
|
+
'page.setting.item.terms.button.add': string;
|
|
19
|
+
'page.setting.item.terms.error.name.required': string;
|
|
20
|
+
'page.setting.item.terms.error.url.required': string;
|
|
21
|
+
'page.setting.item.terms.error.url.invalid': string;
|
|
22
|
+
};
|
|
23
|
+
'zh-CN': {
|
|
24
|
+
'page.setting.item.background.title': string;
|
|
25
|
+
'page.setting.item.background.upload.text': string;
|
|
26
|
+
'page.setting.item.background.upload.hint': string;
|
|
27
|
+
'page.setting.item.background.description': string;
|
|
28
|
+
'page.setting.item.background.usage': string;
|
|
29
|
+
'page.setting.item.background.error.format': string;
|
|
30
|
+
'page.setting.item.background.error.size': string;
|
|
31
|
+
'page.setting.item.terms.title': string;
|
|
32
|
+
'page.setting.item.terms.subtitle': string;
|
|
33
|
+
'page.setting.item.terms.usage': string;
|
|
34
|
+
'page.setting.item.terms.table.name': string;
|
|
35
|
+
'page.setting.item.terms.table.url': string;
|
|
36
|
+
'page.setting.item.terms.table.action': string;
|
|
37
|
+
'page.setting.item.terms.table.name.placeholder': string;
|
|
38
|
+
'page.setting.item.terms.table.url.placeholder': string;
|
|
39
|
+
'page.setting.item.terms.button.add': string;
|
|
40
|
+
'page.setting.item.terms.error.name.required': string;
|
|
41
|
+
'page.setting.item.terms.error.url.required': string;
|
|
42
|
+
'page.setting.item.terms.error.url.invalid': string;
|
|
43
|
+
};
|
|
44
|
+
'zh-HK': {
|
|
45
|
+
'page.setting.item.background.title': string;
|
|
46
|
+
'page.setting.item.background.upload.text': string;
|
|
47
|
+
'page.setting.item.background.upload.hint': string;
|
|
48
|
+
'page.setting.item.background.description': string;
|
|
49
|
+
'page.setting.item.background.usage': string;
|
|
50
|
+
'page.setting.item.background.error.format': string;
|
|
51
|
+
'page.setting.item.background.error.size': string;
|
|
52
|
+
'page.setting.item.terms.title': string;
|
|
53
|
+
'page.setting.item.terms.subtitle': string;
|
|
54
|
+
'page.setting.item.terms.usage': string;
|
|
55
|
+
'page.setting.item.terms.table.name': string;
|
|
56
|
+
'page.setting.item.terms.table.url': string;
|
|
57
|
+
'page.setting.item.terms.table.action': string;
|
|
58
|
+
'page.setting.item.terms.table.name.placeholder': string;
|
|
59
|
+
'page.setting.item.terms.table.url.placeholder': string;
|
|
60
|
+
'page.setting.item.terms.button.add': string;
|
|
61
|
+
'page.setting.item.terms.error.name.required': string;
|
|
62
|
+
'page.setting.item.terms.error.url.required': string;
|
|
63
|
+
'page.setting.item.terms.error.url.invalid': string;
|
|
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
|
+
};
|
|
107
|
+
};
|
|
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
|
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface TranslationValue {
|
|
3
|
+
en: string;
|
|
4
|
+
'zh-CN': string;
|
|
5
|
+
'zh-HK': string;
|
|
6
|
+
ja: string;
|
|
7
|
+
pt: string;
|
|
8
|
+
original: string;
|
|
9
|
+
}
|
|
10
|
+
export interface TermsCondition {
|
|
11
|
+
name: TranslationValue;
|
|
12
|
+
url: string;
|
|
13
|
+
}
|
|
14
|
+
export interface PageSettingItemValue {
|
|
15
|
+
backgroundImage?: string;
|
|
16
|
+
termsConditions: TermsCondition[];
|
|
17
|
+
}
|
|
18
|
+
export interface PageSettingItemProps {
|
|
19
|
+
className?: string;
|
|
20
|
+
style?: React.CSSProperties;
|
|
21
|
+
value?: PageSettingItemValue;
|
|
22
|
+
onChange?: (value: PageSettingItemValue) => void;
|
|
23
|
+
/**
|
|
24
|
+
* 是否显示图片上传组件
|
|
25
|
+
* 默认为true,设置为false时隐藏背景图片上传功能
|
|
26
|
+
*/
|
|
27
|
+
showImageUpload?: boolean;
|
|
28
|
+
}
|
|
@@ -137,13 +137,15 @@ var SaaSManagermentAuth = function SaaSManagermentAuth(_ref) {
|
|
|
137
137
|
pageSettingValue.registerPage = {
|
|
138
138
|
backgroundImage: ((_page$register = page.register) === null || _page$register === void 0 ? void 0 : _page$register.background_image_url) || '',
|
|
139
139
|
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) {
|
|
140
|
-
var _term$name, _term$name2, _term$name3, _term$name4;
|
|
140
|
+
var _term$name, _term$name2, _term$name3, _term$name4, _term$name5, _term$name6;
|
|
141
141
|
return {
|
|
142
142
|
name: {
|
|
143
143
|
original: ((_term$name = term.name) === null || _term$name === void 0 ? void 0 : _term$name.original) || '',
|
|
144
144
|
en: ((_term$name2 = term.name) === null || _term$name2 === void 0 ? void 0 : _term$name2.en) || '',
|
|
145
145
|
'zh-CN': ((_term$name3 = term.name) === null || _term$name3 === void 0 ? void 0 : _term$name3['zh-CN']) || '',
|
|
146
|
-
'zh-HK': ((_term$name4 = term.name) === null || _term$name4 === void 0 ? void 0 : _term$name4['zh-HK']) || ''
|
|
146
|
+
'zh-HK': ((_term$name4 = term.name) === null || _term$name4 === void 0 ? void 0 : _term$name4['zh-HK']) || '',
|
|
147
|
+
ja: ((_term$name5 = term.name) === null || _term$name5 === void 0 ? void 0 : _term$name5['ja']) || '',
|
|
148
|
+
pt: ((_term$name6 = term.name) === null || _term$name6 === void 0 ? void 0 : _term$name6['pt']) || ''
|
|
147
149
|
},
|
|
148
150
|
url: term.url || ''
|
|
149
151
|
};
|
|
@@ -154,13 +156,15 @@ var SaaSManagermentAuth = function SaaSManagermentAuth(_ref) {
|
|
|
154
156
|
settings: (_page$login2 = page.login) !== null && _page$login2 !== void 0 && _page$login2.same_as_register ? undefined : {
|
|
155
157
|
backgroundImage: ((_page$login3 = page.login) === null || _page$login3 === void 0 ? void 0 : _page$login3.background_image_url) || '',
|
|
156
158
|
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) {
|
|
157
|
-
var _term$
|
|
159
|
+
var _term$name7, _term$name8, _term$name9, _term$name10, _term$name11, _term$name12;
|
|
158
160
|
return {
|
|
159
161
|
name: {
|
|
160
|
-
original: ((_term$
|
|
161
|
-
en: ((_term$
|
|
162
|
-
'zh-CN': ((_term$
|
|
163
|
-
'zh-HK': ((_term$
|
|
162
|
+
original: ((_term$name7 = term.name) === null || _term$name7 === void 0 ? void 0 : _term$name7.original) || '',
|
|
163
|
+
en: ((_term$name8 = term.name) === null || _term$name8 === void 0 ? void 0 : _term$name8.en) || '',
|
|
164
|
+
'zh-CN': ((_term$name9 = term.name) === null || _term$name9 === void 0 ? void 0 : _term$name9['zh-CN']) || '',
|
|
165
|
+
'zh-HK': ((_term$name10 = term.name) === null || _term$name10 === void 0 ? void 0 : _term$name10['zh-HK']) || '',
|
|
166
|
+
ja: ((_term$name11 = term.name) === null || _term$name11 === void 0 ? void 0 : _term$name11['ja']) || '',
|
|
167
|
+
pt: ((_term$name12 = term.name) === null || _term$name12 === void 0 ? void 0 : _term$name12['pt']) || ''
|
|
164
168
|
},
|
|
165
169
|
url: term.url || ''
|
|
166
170
|
};
|
|
@@ -202,7 +206,9 @@ var SaaSManagermentAuth = function SaaSManagermentAuth(_ref) {
|
|
|
202
206
|
original: term.name.original || '',
|
|
203
207
|
en: term.name.en || '',
|
|
204
208
|
'zh-CN': term.name['zh-CN'] || '',
|
|
205
|
-
'zh-HK': term.name['zh-HK'] || ''
|
|
209
|
+
'zh-HK': term.name['zh-HK'] || '',
|
|
210
|
+
ja: term.name['ja'] || '',
|
|
211
|
+
pt: term.name['pt'] || ''
|
|
206
212
|
},
|
|
207
213
|
url: term.url || ''
|
|
208
214
|
};
|
|
@@ -217,7 +223,9 @@ var SaaSManagermentAuth = function SaaSManagermentAuth(_ref) {
|
|
|
217
223
|
original: term.name.original || '',
|
|
218
224
|
en: term.name.en || '',
|
|
219
225
|
'zh-CN': term.name['zh-CN'] || '',
|
|
220
|
-
'zh-HK': term.name['zh-HK'] || ''
|
|
226
|
+
'zh-HK': term.name['zh-HK'] || '',
|
|
227
|
+
ja: term.name['ja'] || '',
|
|
228
|
+
pt: term.name['pt'] || ''
|
|
221
229
|
},
|
|
222
230
|
url: term.url || ''
|
|
223
231
|
};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'channel.auth.setting.title': string;
|
|
4
|
+
'channel.auth.setting.description': string;
|
|
5
|
+
'channel.auth.setting.tab.pageSetting': string;
|
|
6
|
+
'channel.auth.setting.tab.authenticationMethods': string;
|
|
7
|
+
'channel.auth.setting.tab.collectInfo': string;
|
|
8
|
+
'channel.auth.setting.button.cancel': string;
|
|
9
|
+
'channel.auth.setting.button.save': string;
|
|
10
|
+
'channel.auth.setting.message.saveSuccess': string;
|
|
11
|
+
'channel.auth.setting.message.saveError': string;
|
|
12
|
+
'channel.auth.setting.validation.error': string;
|
|
13
|
+
};
|
|
14
|
+
'zh-CN': {
|
|
15
|
+
'channel.auth.setting.title': string;
|
|
16
|
+
'channel.auth.setting.description': string;
|
|
17
|
+
'channel.auth.setting.tab.pageSetting': string;
|
|
18
|
+
'channel.auth.setting.tab.authenticationMethods': string;
|
|
19
|
+
'channel.auth.setting.tab.collectInfo': string;
|
|
20
|
+
'channel.auth.setting.button.cancel': string;
|
|
21
|
+
'channel.auth.setting.button.save': string;
|
|
22
|
+
'channel.auth.setting.message.saveSuccess': string;
|
|
23
|
+
'channel.auth.setting.message.saveError': string;
|
|
24
|
+
'channel.auth.setting.validation.error': string;
|
|
25
|
+
};
|
|
26
|
+
'zh-HK': {
|
|
27
|
+
'channel.auth.setting.title': string;
|
|
28
|
+
'channel.auth.setting.description': string;
|
|
29
|
+
'channel.auth.setting.tab.pageSetting': string;
|
|
30
|
+
'channel.auth.setting.tab.authenticationMethods': string;
|
|
31
|
+
'channel.auth.setting.tab.collectInfo': string;
|
|
32
|
+
'channel.auth.setting.button.cancel': string;
|
|
33
|
+
'channel.auth.setting.button.save': string;
|
|
34
|
+
'channel.auth.setting.message.saveSuccess': string;
|
|
35
|
+
'channel.auth.setting.message.saveError': string;
|
|
36
|
+
'channel.auth.setting.validation.error': string;
|
|
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
|
+
};
|
|
62
|
+
};
|
|
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
|
};
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'customer.auth.title': string;
|
|
4
|
+
'customer.auth.description': string;
|
|
5
|
+
'customer.auth.methods.title': string;
|
|
6
|
+
'customer.auth.methods.description': string;
|
|
7
|
+
'customer.password.settings.title': string;
|
|
8
|
+
'customer.password.settings.description': string;
|
|
9
|
+
'customer.password.rules.title': string;
|
|
10
|
+
'customer.password.rules.description': string;
|
|
11
|
+
'auth.button.cancel': string;
|
|
12
|
+
'auth.button.save': string;
|
|
13
|
+
'auth.button.settings': string;
|
|
14
|
+
'auth.save.success': string;
|
|
15
|
+
'auth.save.error': string;
|
|
16
|
+
'auth.oauth.config.message': string;
|
|
17
|
+
'auth.oauth.config.link': string;
|
|
18
|
+
'auth.category.general': string;
|
|
19
|
+
'auth.category.oauth': string;
|
|
20
|
+
'auth.category.passwordFree': string;
|
|
21
|
+
'auth.category.authFree': string;
|
|
22
|
+
};
|
|
23
|
+
'zh-CN': {
|
|
24
|
+
'customer.auth.title': string;
|
|
25
|
+
'customer.auth.description': string;
|
|
26
|
+
'customer.auth.methods.title': string;
|
|
27
|
+
'customer.auth.methods.description': string;
|
|
28
|
+
'customer.password.settings.title': string;
|
|
29
|
+
'customer.password.settings.description': string;
|
|
30
|
+
'customer.password.rules.title': string;
|
|
31
|
+
'customer.password.rules.description': string;
|
|
32
|
+
'auth.button.cancel': string;
|
|
33
|
+
'auth.button.save': string;
|
|
34
|
+
'auth.button.settings': string;
|
|
35
|
+
'auth.save.success': string;
|
|
36
|
+
'auth.save.error': string;
|
|
37
|
+
'auth.oauth.config.message': string;
|
|
38
|
+
'auth.oauth.config.link': string;
|
|
39
|
+
'auth.category.general': string;
|
|
40
|
+
'auth.category.oauth': string;
|
|
41
|
+
'auth.category.passwordFree': string;
|
|
42
|
+
'auth.category.authFree': string;
|
|
43
|
+
};
|
|
44
|
+
'zh-HK': {
|
|
45
|
+
'customer.auth.title': string;
|
|
46
|
+
'customer.auth.description': string;
|
|
47
|
+
'customer.auth.methods.title': string;
|
|
48
|
+
'customer.auth.methods.description': string;
|
|
49
|
+
'customer.password.settings.title': string;
|
|
50
|
+
'customer.password.settings.description': string;
|
|
51
|
+
'customer.password.rules.title': string;
|
|
52
|
+
'customer.password.rules.description': string;
|
|
53
|
+
'auth.button.cancel': string;
|
|
54
|
+
'auth.button.save': string;
|
|
55
|
+
'auth.button.settings': string;
|
|
56
|
+
'auth.save.success': string;
|
|
57
|
+
'auth.save.error': string;
|
|
58
|
+
'auth.oauth.config.message': string;
|
|
59
|
+
'auth.oauth.config.link': string;
|
|
60
|
+
'auth.category.general': string;
|
|
61
|
+
'auth.category.oauth': string;
|
|
62
|
+
'auth.category.passwordFree': string;
|
|
63
|
+
'auth.category.authFree': string;
|
|
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
|
+
};
|
|
107
|
+
};
|
|
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
|
};
|