@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
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'oauth.config.title': string;
|
|
4
|
+
'oauth.config.description': string;
|
|
5
|
+
'oauth.providers.title': string;
|
|
6
|
+
'oauth.providers.description': string;
|
|
7
|
+
'oauth.provider.google': string;
|
|
8
|
+
'oauth.provider.google.description': string;
|
|
9
|
+
'oauth.provider.apple': string;
|
|
10
|
+
'oauth.provider.apple.description': string;
|
|
11
|
+
'oauth.provider.facebook': string;
|
|
12
|
+
'oauth.provider.facebook.description': string;
|
|
13
|
+
'oauth.status.configured': string;
|
|
14
|
+
'oauth.status.not.configured': string;
|
|
15
|
+
'oauth.button.settings': string;
|
|
16
|
+
'oauth.button.save': string;
|
|
17
|
+
'oauth.button.cancel': string;
|
|
18
|
+
'oauth.drawer.title': string;
|
|
19
|
+
'oauth.apple.identifier': string;
|
|
20
|
+
'oauth.apple.identifier.required': string;
|
|
21
|
+
'oauth.apple.identifier.placeholder': string;
|
|
22
|
+
'oauth.facebook.appId': string;
|
|
23
|
+
'oauth.facebook.appId.required': string;
|
|
24
|
+
'oauth.facebook.appId.placeholder': string;
|
|
25
|
+
'oauth.facebook.appSecret': string;
|
|
26
|
+
'oauth.facebook.appSecret.required': string;
|
|
27
|
+
'oauth.facebook.appSecret.placeholder': string;
|
|
28
|
+
'oauth.google.clientId': string;
|
|
29
|
+
'oauth.google.clientId.required': string;
|
|
30
|
+
'oauth.google.clientId.placeholder': string;
|
|
31
|
+
'oauth.google.clientSecret': string;
|
|
32
|
+
'oauth.google.clientSecret.required': string;
|
|
33
|
+
'oauth.google.clientSecret.placeholder': string;
|
|
34
|
+
'oauth.save.success': string;
|
|
35
|
+
'oauth.save.error': string;
|
|
36
|
+
};
|
|
37
|
+
'zh-CN': {
|
|
38
|
+
'oauth.config.title': string;
|
|
39
|
+
'oauth.config.description': string;
|
|
40
|
+
'oauth.providers.title': string;
|
|
41
|
+
'oauth.providers.description': string;
|
|
42
|
+
'oauth.provider.google': string;
|
|
43
|
+
'oauth.provider.google.description': string;
|
|
44
|
+
'oauth.provider.apple': string;
|
|
45
|
+
'oauth.provider.apple.description': string;
|
|
46
|
+
'oauth.provider.facebook': string;
|
|
47
|
+
'oauth.provider.facebook.description': string;
|
|
48
|
+
'oauth.status.configured': string;
|
|
49
|
+
'oauth.status.not.configured': string;
|
|
50
|
+
'oauth.button.settings': string;
|
|
51
|
+
'oauth.button.save': string;
|
|
52
|
+
'oauth.button.cancel': string;
|
|
53
|
+
'oauth.drawer.title': string;
|
|
54
|
+
'oauth.apple.identifier': string;
|
|
55
|
+
'oauth.apple.identifier.required': string;
|
|
56
|
+
'oauth.apple.identifier.placeholder': string;
|
|
57
|
+
'oauth.facebook.appId': string;
|
|
58
|
+
'oauth.facebook.appId.required': string;
|
|
59
|
+
'oauth.facebook.appId.placeholder': string;
|
|
60
|
+
'oauth.facebook.appSecret': string;
|
|
61
|
+
'oauth.facebook.appSecret.required': string;
|
|
62
|
+
'oauth.facebook.appSecret.placeholder': string;
|
|
63
|
+
'oauth.google.clientId': string;
|
|
64
|
+
'oauth.google.clientId.required': string;
|
|
65
|
+
'oauth.google.clientId.placeholder': string;
|
|
66
|
+
'oauth.google.clientSecret': string;
|
|
67
|
+
'oauth.google.clientSecret.required': string;
|
|
68
|
+
'oauth.google.clientSecret.placeholder': string;
|
|
69
|
+
'oauth.save.success': string;
|
|
70
|
+
'oauth.save.error': string;
|
|
71
|
+
};
|
|
72
|
+
'zh-HK': {
|
|
73
|
+
'oauth.config.title': string;
|
|
74
|
+
'oauth.config.description': string;
|
|
75
|
+
'oauth.providers.title': string;
|
|
76
|
+
'oauth.providers.description': string;
|
|
77
|
+
'oauth.provider.google': string;
|
|
78
|
+
'oauth.provider.google.description': string;
|
|
79
|
+
'oauth.provider.apple': string;
|
|
80
|
+
'oauth.provider.apple.description': string;
|
|
81
|
+
'oauth.provider.facebook': string;
|
|
82
|
+
'oauth.provider.facebook.description': string;
|
|
83
|
+
'oauth.status.configured': string;
|
|
84
|
+
'oauth.status.not.configured': string;
|
|
85
|
+
'oauth.button.settings': string;
|
|
86
|
+
'oauth.button.save': string;
|
|
87
|
+
'oauth.button.cancel': string;
|
|
88
|
+
'oauth.drawer.title': string;
|
|
89
|
+
'oauth.apple.identifier': string;
|
|
90
|
+
'oauth.apple.identifier.required': string;
|
|
91
|
+
'oauth.apple.identifier.placeholder': string;
|
|
92
|
+
'oauth.facebook.appId': string;
|
|
93
|
+
'oauth.facebook.appId.required': string;
|
|
94
|
+
'oauth.facebook.appId.placeholder': string;
|
|
95
|
+
'oauth.facebook.appSecret': string;
|
|
96
|
+
'oauth.facebook.appSecret.required': string;
|
|
97
|
+
'oauth.facebook.appSecret.placeholder': string;
|
|
98
|
+
'oauth.google.clientId': string;
|
|
99
|
+
'oauth.google.clientId.required': string;
|
|
100
|
+
'oauth.google.clientId.placeholder': string;
|
|
101
|
+
'oauth.google.clientSecret': string;
|
|
102
|
+
'oauth.google.clientSecret.required': string;
|
|
103
|
+
'oauth.google.clientSecret.placeholder': string;
|
|
104
|
+
'oauth.save.success': string;
|
|
105
|
+
'oauth.save.error': string;
|
|
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
|
+
};
|
|
177
|
+
};
|
|
178
|
+
export default _default;
|
|
@@ -133,5 +133,75 @@ export default {
|
|
|
133
133
|
// Messages
|
|
134
134
|
'oauth.save.success': '保存成功',
|
|
135
135
|
'oauth.save.error': '保存失敗'
|
|
136
|
+
},
|
|
137
|
+
ja: {
|
|
138
|
+
'oauth.config.title': 'OAuth設定',
|
|
139
|
+
'oauth.config.description': 'クイックログイン用のサードパーティOAuthプロバイダーを設定します。',
|
|
140
|
+
'oauth.providers.title': 'OAuthプロバイダー',
|
|
141
|
+
'oauth.providers.description': 'サードパーティOAuthプロバイダーを設定します。',
|
|
142
|
+
'oauth.provider.google': 'Google',
|
|
143
|
+
'oauth.provider.google.description': 'Googleアカウントでサインイン',
|
|
144
|
+
'oauth.provider.apple': 'Apple',
|
|
145
|
+
'oauth.provider.apple.description': 'Apple IDでサインイン',
|
|
146
|
+
'oauth.provider.facebook': 'Facebook',
|
|
147
|
+
'oauth.provider.facebook.description': 'Facebookアカウントでサインイン',
|
|
148
|
+
'oauth.status.configured': '設定済み',
|
|
149
|
+
'oauth.status.not.configured': '未設定',
|
|
150
|
+
'oauth.button.settings': '設定',
|
|
151
|
+
'oauth.button.save': '保存',
|
|
152
|
+
'oauth.button.cancel': 'キャンセル',
|
|
153
|
+
'oauth.drawer.title': '設定',
|
|
154
|
+
'oauth.apple.identifier': '識別子',
|
|
155
|
+
'oauth.apple.identifier.required': '識別子を入力してください',
|
|
156
|
+
'oauth.apple.identifier.placeholder': '識別子を入力してください',
|
|
157
|
+
'oauth.facebook.appId': 'AppId',
|
|
158
|
+
'oauth.facebook.appId.required': 'AppIdを入力してください',
|
|
159
|
+
'oauth.facebook.appId.placeholder': 'AppIdを入力してください',
|
|
160
|
+
'oauth.facebook.appSecret': 'AppSecret',
|
|
161
|
+
'oauth.facebook.appSecret.required': 'AppSecretを入力してください',
|
|
162
|
+
'oauth.facebook.appSecret.placeholder': 'AppSecretを入力してください',
|
|
163
|
+
'oauth.google.clientId': 'クライアントID',
|
|
164
|
+
'oauth.google.clientId.required': 'クライアントIDを入力してください',
|
|
165
|
+
'oauth.google.clientId.placeholder': 'クライアントIDを入力してください',
|
|
166
|
+
'oauth.google.clientSecret': 'クライアントシークレット',
|
|
167
|
+
'oauth.google.clientSecret.required': 'クライアントシークレットを入力してください',
|
|
168
|
+
'oauth.google.clientSecret.placeholder': 'クライアントシークレットを入力してください',
|
|
169
|
+
'oauth.save.success': '正常に保存されました',
|
|
170
|
+
'oauth.save.error': '保存に失敗しました'
|
|
171
|
+
},
|
|
172
|
+
pt: {
|
|
173
|
+
'oauth.config.title': 'Configuração OAuth',
|
|
174
|
+
'oauth.config.description': 'Configure provedores OAuth de terceiros para login rápido.',
|
|
175
|
+
'oauth.providers.title': 'Provedores OAuth',
|
|
176
|
+
'oauth.providers.description': 'Configure provedores OAuth de terceiros.',
|
|
177
|
+
'oauth.provider.google': 'Google',
|
|
178
|
+
'oauth.provider.google.description': 'Entrar com conta do Google',
|
|
179
|
+
'oauth.provider.apple': 'Apple',
|
|
180
|
+
'oauth.provider.apple.description': 'Entrar com Apple ID',
|
|
181
|
+
'oauth.provider.facebook': 'Facebook',
|
|
182
|
+
'oauth.provider.facebook.description': 'Entrar com conta do Facebook',
|
|
183
|
+
'oauth.status.configured': 'Configurado',
|
|
184
|
+
'oauth.status.not.configured': 'Não Configurado',
|
|
185
|
+
'oauth.button.settings': 'Configurações',
|
|
186
|
+
'oauth.button.save': 'Salvar',
|
|
187
|
+
'oauth.button.cancel': 'Cancelar',
|
|
188
|
+
'oauth.drawer.title': 'Configurações',
|
|
189
|
+
'oauth.apple.identifier': 'Identificador',
|
|
190
|
+
'oauth.apple.identifier.required': 'Por favor, insira o identificador',
|
|
191
|
+
'oauth.apple.identifier.placeholder': 'Por favor, insira o identificador',
|
|
192
|
+
'oauth.facebook.appId': 'AppId',
|
|
193
|
+
'oauth.facebook.appId.required': 'Por favor, insira o AppId',
|
|
194
|
+
'oauth.facebook.appId.placeholder': 'Por favor, insira o AppId',
|
|
195
|
+
'oauth.facebook.appSecret': 'AppSecret',
|
|
196
|
+
'oauth.facebook.appSecret.required': 'Por favor, insira o AppSecret',
|
|
197
|
+
'oauth.facebook.appSecret.placeholder': 'Por favor, insira o AppSecret',
|
|
198
|
+
'oauth.google.clientId': 'ID do Cliente',
|
|
199
|
+
'oauth.google.clientId.required': 'Por favor, insira o ID do Cliente',
|
|
200
|
+
'oauth.google.clientId.placeholder': 'Por favor, insira o ID do Cliente',
|
|
201
|
+
'oauth.google.clientSecret': 'Segredo do Cliente',
|
|
202
|
+
'oauth.google.clientSecret.required': 'Por favor, insira o Segredo do Cliente',
|
|
203
|
+
'oauth.google.clientSecret.placeholder': 'Por favor, insira o Segredo do Cliente',
|
|
204
|
+
'oauth.save.success': 'Salvo com sucesso',
|
|
205
|
+
'oauth.save.error': 'Falha ao salvar'
|
|
136
206
|
}
|
|
137
207
|
};
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'device.auth.title': string;
|
|
4
|
+
'device.auth.description': string;
|
|
5
|
+
'device.auth.methods.title': string;
|
|
6
|
+
'device.auth.methods.description': string;
|
|
7
|
+
'device.auth.method.team-member.title': string;
|
|
8
|
+
'device.auth.method.team-member.description': string;
|
|
9
|
+
'device.auth.method.team-member.inherit': string;
|
|
10
|
+
'device.auth.method.device-passcode.title': string;
|
|
11
|
+
'device.auth.method.device-passcode.description': string;
|
|
12
|
+
'auth.button.cancel': string;
|
|
13
|
+
'auth.button.save': string;
|
|
14
|
+
'auth.button.settings': string;
|
|
15
|
+
'auth.save.success': string;
|
|
16
|
+
'auth.save.error': string;
|
|
17
|
+
'auth.category.general': string;
|
|
18
|
+
'auth.category.passwordFree': string;
|
|
19
|
+
};
|
|
20
|
+
'zh-CN': {
|
|
21
|
+
'device.auth.title': string;
|
|
22
|
+
'device.auth.description': string;
|
|
23
|
+
'device.auth.methods.title': string;
|
|
24
|
+
'device.auth.methods.description': string;
|
|
25
|
+
'device.auth.method.team-member.title': string;
|
|
26
|
+
'device.auth.method.team-member.description': string;
|
|
27
|
+
'device.auth.method.team-member.inherit': string;
|
|
28
|
+
'device.auth.method.device-passcode.title': string;
|
|
29
|
+
'device.auth.method.device-passcode.description': string;
|
|
30
|
+
'auth.button.cancel': string;
|
|
31
|
+
'auth.button.save': string;
|
|
32
|
+
'auth.button.settings': string;
|
|
33
|
+
'auth.save.success': string;
|
|
34
|
+
'auth.save.error': string;
|
|
35
|
+
'auth.category.general': string;
|
|
36
|
+
'auth.category.passwordFree': string;
|
|
37
|
+
};
|
|
38
|
+
'zh-HK': {
|
|
39
|
+
'device.auth.title': string;
|
|
40
|
+
'device.auth.description': string;
|
|
41
|
+
'device.auth.methods.title': string;
|
|
42
|
+
'device.auth.methods.description': string;
|
|
43
|
+
'device.auth.method.team-member.title': string;
|
|
44
|
+
'device.auth.method.team-member.description': string;
|
|
45
|
+
'device.auth.method.team-member.inherit': string;
|
|
46
|
+
'device.auth.method.device-passcode.title': string;
|
|
47
|
+
'device.auth.method.device-passcode.description': string;
|
|
48
|
+
'auth.button.cancel': string;
|
|
49
|
+
'auth.button.save': string;
|
|
50
|
+
'auth.button.settings': string;
|
|
51
|
+
'auth.save.success': string;
|
|
52
|
+
'auth.save.error': string;
|
|
53
|
+
'auth.category.general': string;
|
|
54
|
+
'auth.category.passwordFree': string;
|
|
55
|
+
};
|
|
56
|
+
ja: {
|
|
57
|
+
'device.auth.title': string;
|
|
58
|
+
'device.auth.description': string;
|
|
59
|
+
'device.auth.methods.title': string;
|
|
60
|
+
'device.auth.methods.description': string;
|
|
61
|
+
'device.auth.method.team-member.title': string;
|
|
62
|
+
'device.auth.method.team-member.description': string;
|
|
63
|
+
'device.auth.method.team-member.inherit': string;
|
|
64
|
+
'device.auth.method.device-passcode.title': string;
|
|
65
|
+
'device.auth.method.device-passcode.description': string;
|
|
66
|
+
'auth.button.cancel': string;
|
|
67
|
+
'auth.button.save': string;
|
|
68
|
+
'auth.button.settings': string;
|
|
69
|
+
'auth.save.success': string;
|
|
70
|
+
'auth.save.error': string;
|
|
71
|
+
'auth.category.general': string;
|
|
72
|
+
'auth.category.passwordFree': string;
|
|
73
|
+
};
|
|
74
|
+
pt: {
|
|
75
|
+
'device.auth.title': string;
|
|
76
|
+
'device.auth.description': string;
|
|
77
|
+
'device.auth.methods.title': string;
|
|
78
|
+
'device.auth.methods.description': string;
|
|
79
|
+
'device.auth.method.team-member.title': string;
|
|
80
|
+
'device.auth.method.team-member.description': string;
|
|
81
|
+
'device.auth.method.team-member.inherit': string;
|
|
82
|
+
'device.auth.method.device-passcode.title': string;
|
|
83
|
+
'device.auth.method.device-passcode.description': string;
|
|
84
|
+
'auth.button.cancel': string;
|
|
85
|
+
'auth.button.save': string;
|
|
86
|
+
'auth.button.settings': string;
|
|
87
|
+
'auth.save.success': string;
|
|
88
|
+
'auth.save.error': string;
|
|
89
|
+
'auth.category.general': string;
|
|
90
|
+
'auth.category.passwordFree': string;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
export default _default;
|
|
@@ -70,5 +70,41 @@ export default {
|
|
|
70
70
|
// Category badges
|
|
71
71
|
'auth.category.general': '通用',
|
|
72
72
|
'auth.category.passwordFree': '免密碼'
|
|
73
|
+
},
|
|
74
|
+
ja: {
|
|
75
|
+
'device.auth.title': 'デバイス認証',
|
|
76
|
+
'device.auth.description': 'POS端末およびキオスクを含むデバイス認証の認証方法を設定します。',
|
|
77
|
+
'device.auth.methods.title': '認証方法',
|
|
78
|
+
'device.auth.methods.description': 'POS端末およびキオスクを含むデバイス認証の認証方法を設定します。ドラッグして優先順位を変更します。',
|
|
79
|
+
'device.auth.method.team-member.title': 'チームメンバー',
|
|
80
|
+
'device.auth.method.team-member.description': 'チームメンバー認証方法を使用',
|
|
81
|
+
'device.auth.method.team-member.inherit': 'チームメンバー認証設定から継承',
|
|
82
|
+
'device.auth.method.device-passcode.title': 'デバイスパスコード',
|
|
83
|
+
'device.auth.method.device-passcode.description': '動的デバイスパスコード認証によるパスワードなしログイン',
|
|
84
|
+
'auth.button.cancel': 'キャンセル',
|
|
85
|
+
'auth.button.save': '保存',
|
|
86
|
+
'auth.button.settings': '設定',
|
|
87
|
+
'auth.save.success': '設定が正常に保存されました',
|
|
88
|
+
'auth.save.error': '設定の保存に失敗しました',
|
|
89
|
+
'auth.category.general': '一般',
|
|
90
|
+
'auth.category.passwordFree': 'パスワードなし'
|
|
91
|
+
},
|
|
92
|
+
pt: {
|
|
93
|
+
'device.auth.title': 'Autenticação de Dispositivo',
|
|
94
|
+
'device.auth.description': 'Configure métodos de autenticação para autorização de dispositivos, incluindo terminais POS e quiosques.',
|
|
95
|
+
'device.auth.methods.title': 'Métodos de Autenticação',
|
|
96
|
+
'device.auth.methods.description': 'Configure métodos de autenticação para autorização de dispositivos, incluindo terminais POS e quiosques. Arraste para reordenar por prioridade.',
|
|
97
|
+
'device.auth.method.team-member.title': 'Membro da Equipe',
|
|
98
|
+
'device.auth.method.team-member.description': 'Usar métodos de autenticação de membro da equipe',
|
|
99
|
+
'device.auth.method.team-member.inherit': 'Herdado das configurações de autenticação de membro da equipe',
|
|
100
|
+
'device.auth.method.device-passcode.title': 'Senha do Dispositivo',
|
|
101
|
+
'device.auth.method.device-passcode.description': 'Login sem senha com autenticação de senha dinâmica do dispositivo',
|
|
102
|
+
'auth.button.cancel': 'Cancelar',
|
|
103
|
+
'auth.button.save': 'Salvar',
|
|
104
|
+
'auth.button.settings': 'Configurações',
|
|
105
|
+
'auth.save.success': 'Configurações salvas com sucesso',
|
|
106
|
+
'auth.save.error': 'Falha ao salvar configurações',
|
|
107
|
+
'auth.category.general': 'Geral',
|
|
108
|
+
'auth.category.passwordFree': 'Sem senha'
|
|
73
109
|
}
|
|
74
110
|
};
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'oauth.config.title': string;
|
|
4
|
+
'oauth.config.description': string;
|
|
5
|
+
'oauth.providers.title': string;
|
|
6
|
+
'oauth.providers.description': string;
|
|
7
|
+
'oauth.provider.google': string;
|
|
8
|
+
'oauth.provider.google.description': string;
|
|
9
|
+
'oauth.provider.apple': string;
|
|
10
|
+
'oauth.provider.apple.description': string;
|
|
11
|
+
'oauth.provider.facebook': string;
|
|
12
|
+
'oauth.provider.facebook.description': string;
|
|
13
|
+
'oauth.status.configured': string;
|
|
14
|
+
'oauth.status.not.configured': string;
|
|
15
|
+
'oauth.button.settings': string;
|
|
16
|
+
'oauth.button.save': string;
|
|
17
|
+
'oauth.button.cancel': string;
|
|
18
|
+
'oauth.drawer.title': string;
|
|
19
|
+
'oauth.apple.identifier': string;
|
|
20
|
+
'oauth.apple.identifier.required': string;
|
|
21
|
+
'oauth.apple.identifier.placeholder': string;
|
|
22
|
+
'oauth.facebook.appId': string;
|
|
23
|
+
'oauth.facebook.appId.required': string;
|
|
24
|
+
'oauth.facebook.appId.placeholder': string;
|
|
25
|
+
'oauth.facebook.appSecret': string;
|
|
26
|
+
'oauth.facebook.appSecret.required': string;
|
|
27
|
+
'oauth.facebook.appSecret.placeholder': string;
|
|
28
|
+
'oauth.save.success': string;
|
|
29
|
+
'oauth.save.error': string;
|
|
30
|
+
};
|
|
31
|
+
'zh-CN': {
|
|
32
|
+
'oauth.config.title': string;
|
|
33
|
+
'oauth.config.description': string;
|
|
34
|
+
'oauth.providers.title': string;
|
|
35
|
+
'oauth.providers.description': string;
|
|
36
|
+
'oauth.provider.google': string;
|
|
37
|
+
'oauth.provider.google.description': string;
|
|
38
|
+
'oauth.provider.apple': string;
|
|
39
|
+
'oauth.provider.apple.description': string;
|
|
40
|
+
'oauth.provider.facebook': string;
|
|
41
|
+
'oauth.provider.facebook.description': string;
|
|
42
|
+
'oauth.status.configured': string;
|
|
43
|
+
'oauth.status.not.configured': string;
|
|
44
|
+
'oauth.button.settings': string;
|
|
45
|
+
'oauth.button.save': string;
|
|
46
|
+
'oauth.button.cancel': string;
|
|
47
|
+
'oauth.drawer.title': string;
|
|
48
|
+
'oauth.apple.identifier': string;
|
|
49
|
+
'oauth.apple.identifier.required': string;
|
|
50
|
+
'oauth.apple.identifier.placeholder': string;
|
|
51
|
+
'oauth.facebook.appId': string;
|
|
52
|
+
'oauth.facebook.appId.required': string;
|
|
53
|
+
'oauth.facebook.appId.placeholder': string;
|
|
54
|
+
'oauth.facebook.appSecret': string;
|
|
55
|
+
'oauth.facebook.appSecret.required': string;
|
|
56
|
+
'oauth.facebook.appSecret.placeholder': string;
|
|
57
|
+
'oauth.save.success': string;
|
|
58
|
+
'oauth.save.error': string;
|
|
59
|
+
};
|
|
60
|
+
'zh-HK': {
|
|
61
|
+
'oauth.config.title': string;
|
|
62
|
+
'oauth.config.description': string;
|
|
63
|
+
'oauth.providers.title': string;
|
|
64
|
+
'oauth.providers.description': string;
|
|
65
|
+
'oauth.provider.google': string;
|
|
66
|
+
'oauth.provider.google.description': string;
|
|
67
|
+
'oauth.provider.apple': string;
|
|
68
|
+
'oauth.provider.apple.description': string;
|
|
69
|
+
'oauth.provider.facebook': string;
|
|
70
|
+
'oauth.provider.facebook.description': string;
|
|
71
|
+
'oauth.status.configured': string;
|
|
72
|
+
'oauth.status.not.configured': string;
|
|
73
|
+
'oauth.button.settings': string;
|
|
74
|
+
'oauth.button.save': string;
|
|
75
|
+
'oauth.button.cancel': string;
|
|
76
|
+
'oauth.drawer.title': string;
|
|
77
|
+
'oauth.apple.identifier': string;
|
|
78
|
+
'oauth.apple.identifier.required': string;
|
|
79
|
+
'oauth.apple.identifier.placeholder': string;
|
|
80
|
+
'oauth.facebook.appId': string;
|
|
81
|
+
'oauth.facebook.appId.required': string;
|
|
82
|
+
'oauth.facebook.appId.placeholder': string;
|
|
83
|
+
'oauth.facebook.appSecret': string;
|
|
84
|
+
'oauth.facebook.appSecret.required': string;
|
|
85
|
+
'oauth.facebook.appSecret.placeholder': string;
|
|
86
|
+
'oauth.save.success': string;
|
|
87
|
+
'oauth.save.error': string;
|
|
88
|
+
};
|
|
89
|
+
ja: {
|
|
90
|
+
'oauth.config.title': string;
|
|
91
|
+
'oauth.config.description': string;
|
|
92
|
+
'oauth.providers.title': string;
|
|
93
|
+
'oauth.providers.description': string;
|
|
94
|
+
'oauth.provider.google': string;
|
|
95
|
+
'oauth.provider.google.description': string;
|
|
96
|
+
'oauth.provider.apple': string;
|
|
97
|
+
'oauth.provider.apple.description': string;
|
|
98
|
+
'oauth.provider.facebook': string;
|
|
99
|
+
'oauth.provider.facebook.description': string;
|
|
100
|
+
'oauth.status.configured': string;
|
|
101
|
+
'oauth.status.not.configured': string;
|
|
102
|
+
'oauth.button.settings': string;
|
|
103
|
+
'oauth.button.save': string;
|
|
104
|
+
'oauth.button.cancel': string;
|
|
105
|
+
'oauth.drawer.title': string;
|
|
106
|
+
'oauth.apple.identifier': string;
|
|
107
|
+
'oauth.apple.identifier.required': string;
|
|
108
|
+
'oauth.apple.identifier.placeholder': string;
|
|
109
|
+
'oauth.facebook.appId': string;
|
|
110
|
+
'oauth.facebook.appId.required': string;
|
|
111
|
+
'oauth.facebook.appId.placeholder': string;
|
|
112
|
+
'oauth.facebook.appSecret': string;
|
|
113
|
+
'oauth.facebook.appSecret.required': string;
|
|
114
|
+
'oauth.facebook.appSecret.placeholder': string;
|
|
115
|
+
'oauth.save.success': string;
|
|
116
|
+
'oauth.save.error': string;
|
|
117
|
+
};
|
|
118
|
+
pt: {
|
|
119
|
+
'oauth.config.title': string;
|
|
120
|
+
'oauth.config.description': string;
|
|
121
|
+
'oauth.providers.title': string;
|
|
122
|
+
'oauth.providers.description': string;
|
|
123
|
+
'oauth.provider.google': string;
|
|
124
|
+
'oauth.provider.google.description': string;
|
|
125
|
+
'oauth.provider.apple': string;
|
|
126
|
+
'oauth.provider.apple.description': string;
|
|
127
|
+
'oauth.provider.facebook': string;
|
|
128
|
+
'oauth.provider.facebook.description': string;
|
|
129
|
+
'oauth.status.configured': string;
|
|
130
|
+
'oauth.status.not.configured': string;
|
|
131
|
+
'oauth.button.settings': string;
|
|
132
|
+
'oauth.button.save': string;
|
|
133
|
+
'oauth.button.cancel': string;
|
|
134
|
+
'oauth.drawer.title': string;
|
|
135
|
+
'oauth.apple.identifier': string;
|
|
136
|
+
'oauth.apple.identifier.required': string;
|
|
137
|
+
'oauth.apple.identifier.placeholder': string;
|
|
138
|
+
'oauth.facebook.appId': string;
|
|
139
|
+
'oauth.facebook.appId.required': string;
|
|
140
|
+
'oauth.facebook.appId.placeholder': string;
|
|
141
|
+
'oauth.facebook.appSecret': string;
|
|
142
|
+
'oauth.facebook.appSecret.required': string;
|
|
143
|
+
'oauth.facebook.appSecret.placeholder': string;
|
|
144
|
+
'oauth.save.success': string;
|
|
145
|
+
'oauth.save.error': string;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
export default _default;
|
|
@@ -112,5 +112,63 @@ export default {
|
|
|
112
112
|
// Messages
|
|
113
113
|
'oauth.save.success': '配置保存成功',
|
|
114
114
|
'oauth.save.error': '配置保存失敗'
|
|
115
|
+
},
|
|
116
|
+
ja: {
|
|
117
|
+
'oauth.config.title': 'OAuth設定',
|
|
118
|
+
'oauth.config.description': 'クイックログイン用のサードパーティOAuthプロバイダーを設定します。',
|
|
119
|
+
'oauth.providers.title': 'OAuthプロバイダー',
|
|
120
|
+
'oauth.providers.description': 'サードパーティOAuthプロバイダーを設定します。',
|
|
121
|
+
'oauth.provider.google': 'Google',
|
|
122
|
+
'oauth.provider.google.description': 'Googleアカウントでサインイン',
|
|
123
|
+
'oauth.provider.apple': 'Apple',
|
|
124
|
+
'oauth.provider.apple.description': 'Apple IDでサインイン',
|
|
125
|
+
'oauth.provider.facebook': 'Facebook',
|
|
126
|
+
'oauth.provider.facebook.description': 'Facebookアカウントでサインイン',
|
|
127
|
+
'oauth.status.configured': '設定済み',
|
|
128
|
+
'oauth.status.not.configured': '未設定',
|
|
129
|
+
'oauth.button.settings': '設定',
|
|
130
|
+
'oauth.button.save': '保存',
|
|
131
|
+
'oauth.button.cancel': 'キャンセル',
|
|
132
|
+
'oauth.drawer.title': '設定',
|
|
133
|
+
'oauth.apple.identifier': '識別子',
|
|
134
|
+
'oauth.apple.identifier.required': '識別子を入力してください',
|
|
135
|
+
'oauth.apple.identifier.placeholder': 'com.mypisell.app.dev.web',
|
|
136
|
+
'oauth.facebook.appId': 'AppId',
|
|
137
|
+
'oauth.facebook.appId.required': 'AppIdを入力してください',
|
|
138
|
+
'oauth.facebook.appId.placeholder': 'Facebook App IDを入力してください',
|
|
139
|
+
'oauth.facebook.appSecret': 'AppSecret',
|
|
140
|
+
'oauth.facebook.appSecret.required': 'AppSecretを入力してください',
|
|
141
|
+
'oauth.facebook.appSecret.placeholder': 'Facebook App Secretを入力してください',
|
|
142
|
+
'oauth.save.success': '設定が正常に保存されました',
|
|
143
|
+
'oauth.save.error': '設定の保存に失敗しました'
|
|
144
|
+
},
|
|
145
|
+
pt: {
|
|
146
|
+
'oauth.config.title': 'Configuração OAuth',
|
|
147
|
+
'oauth.config.description': 'Configure provedores OAuth de terceiros para login rápido.',
|
|
148
|
+
'oauth.providers.title': 'Provedores OAuth',
|
|
149
|
+
'oauth.providers.description': 'Configure provedores OAuth de terceiros.',
|
|
150
|
+
'oauth.provider.google': 'Google',
|
|
151
|
+
'oauth.provider.google.description': 'Entrar com conta do Google',
|
|
152
|
+
'oauth.provider.apple': 'Apple',
|
|
153
|
+
'oauth.provider.apple.description': 'Entrar com Apple ID',
|
|
154
|
+
'oauth.provider.facebook': 'Facebook',
|
|
155
|
+
'oauth.provider.facebook.description': 'Entrar com conta do Facebook',
|
|
156
|
+
'oauth.status.configured': 'Configurado',
|
|
157
|
+
'oauth.status.not.configured': 'Não Configurado',
|
|
158
|
+
'oauth.button.settings': 'Configurações',
|
|
159
|
+
'oauth.button.save': 'Salvar',
|
|
160
|
+
'oauth.button.cancel': 'Cancelar',
|
|
161
|
+
'oauth.drawer.title': 'Configurações',
|
|
162
|
+
'oauth.apple.identifier': 'Identificador',
|
|
163
|
+
'oauth.apple.identifier.required': 'Por favor, insira o identificador',
|
|
164
|
+
'oauth.apple.identifier.placeholder': 'com.mypisell.app.dev.web',
|
|
165
|
+
'oauth.facebook.appId': 'AppId',
|
|
166
|
+
'oauth.facebook.appId.required': 'Por favor, insira o AppId',
|
|
167
|
+
'oauth.facebook.appId.placeholder': 'Por favor, insira o Facebook App ID',
|
|
168
|
+
'oauth.facebook.appSecret': 'AppSecret',
|
|
169
|
+
'oauth.facebook.appSecret.required': 'Por favor, insira o AppSecret',
|
|
170
|
+
'oauth.facebook.appSecret.placeholder': 'Por favor, insira o Facebook App Secret',
|
|
171
|
+
'oauth.save.success': 'Configuração salva com sucesso',
|
|
172
|
+
'oauth.save.error': 'Falha ao salvar configuração'
|
|
115
173
|
}
|
|
116
174
|
};
|