@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;
|
|
@@ -157,5 +157,75 @@ var locales_default = {
|
|
|
157
157
|
// Messages
|
|
158
158
|
"oauth.save.success": "保存成功",
|
|
159
159
|
"oauth.save.error": "保存失敗"
|
|
160
|
+
},
|
|
161
|
+
ja: {
|
|
162
|
+
"oauth.config.title": "OAuth設定",
|
|
163
|
+
"oauth.config.description": "クイックログイン用のサードパーティOAuthプロバイダーを設定します。",
|
|
164
|
+
"oauth.providers.title": "OAuthプロバイダー",
|
|
165
|
+
"oauth.providers.description": "サードパーティOAuthプロバイダーを設定します。",
|
|
166
|
+
"oauth.provider.google": "Google",
|
|
167
|
+
"oauth.provider.google.description": "Googleアカウントでサインイン",
|
|
168
|
+
"oauth.provider.apple": "Apple",
|
|
169
|
+
"oauth.provider.apple.description": "Apple IDでサインイン",
|
|
170
|
+
"oauth.provider.facebook": "Facebook",
|
|
171
|
+
"oauth.provider.facebook.description": "Facebookアカウントでサインイン",
|
|
172
|
+
"oauth.status.configured": "設定済み",
|
|
173
|
+
"oauth.status.not.configured": "未設定",
|
|
174
|
+
"oauth.button.settings": "設定",
|
|
175
|
+
"oauth.button.save": "保存",
|
|
176
|
+
"oauth.button.cancel": "キャンセル",
|
|
177
|
+
"oauth.drawer.title": "設定",
|
|
178
|
+
"oauth.apple.identifier": "識別子",
|
|
179
|
+
"oauth.apple.identifier.required": "識別子を入力してください",
|
|
180
|
+
"oauth.apple.identifier.placeholder": "識別子を入力してください",
|
|
181
|
+
"oauth.facebook.appId": "AppId",
|
|
182
|
+
"oauth.facebook.appId.required": "AppIdを入力してください",
|
|
183
|
+
"oauth.facebook.appId.placeholder": "AppIdを入力してください",
|
|
184
|
+
"oauth.facebook.appSecret": "AppSecret",
|
|
185
|
+
"oauth.facebook.appSecret.required": "AppSecretを入力してください",
|
|
186
|
+
"oauth.facebook.appSecret.placeholder": "AppSecretを入力してください",
|
|
187
|
+
"oauth.google.clientId": "クライアントID",
|
|
188
|
+
"oauth.google.clientId.required": "クライアントIDを入力してください",
|
|
189
|
+
"oauth.google.clientId.placeholder": "クライアントIDを入力してください",
|
|
190
|
+
"oauth.google.clientSecret": "クライアントシークレット",
|
|
191
|
+
"oauth.google.clientSecret.required": "クライアントシークレットを入力してください",
|
|
192
|
+
"oauth.google.clientSecret.placeholder": "クライアントシークレットを入力してください",
|
|
193
|
+
"oauth.save.success": "正常に保存されました",
|
|
194
|
+
"oauth.save.error": "保存に失敗しました"
|
|
195
|
+
},
|
|
196
|
+
pt: {
|
|
197
|
+
"oauth.config.title": "Configuração OAuth",
|
|
198
|
+
"oauth.config.description": "Configure provedores OAuth de terceiros para login rápido.",
|
|
199
|
+
"oauth.providers.title": "Provedores OAuth",
|
|
200
|
+
"oauth.providers.description": "Configure provedores OAuth de terceiros.",
|
|
201
|
+
"oauth.provider.google": "Google",
|
|
202
|
+
"oauth.provider.google.description": "Entrar com conta do Google",
|
|
203
|
+
"oauth.provider.apple": "Apple",
|
|
204
|
+
"oauth.provider.apple.description": "Entrar com Apple ID",
|
|
205
|
+
"oauth.provider.facebook": "Facebook",
|
|
206
|
+
"oauth.provider.facebook.description": "Entrar com conta do Facebook",
|
|
207
|
+
"oauth.status.configured": "Configurado",
|
|
208
|
+
"oauth.status.not.configured": "Não Configurado",
|
|
209
|
+
"oauth.button.settings": "Configurações",
|
|
210
|
+
"oauth.button.save": "Salvar",
|
|
211
|
+
"oauth.button.cancel": "Cancelar",
|
|
212
|
+
"oauth.drawer.title": "Configurações",
|
|
213
|
+
"oauth.apple.identifier": "Identificador",
|
|
214
|
+
"oauth.apple.identifier.required": "Por favor, insira o identificador",
|
|
215
|
+
"oauth.apple.identifier.placeholder": "Por favor, insira o identificador",
|
|
216
|
+
"oauth.facebook.appId": "AppId",
|
|
217
|
+
"oauth.facebook.appId.required": "Por favor, insira o AppId",
|
|
218
|
+
"oauth.facebook.appId.placeholder": "Por favor, insira o AppId",
|
|
219
|
+
"oauth.facebook.appSecret": "AppSecret",
|
|
220
|
+
"oauth.facebook.appSecret.required": "Por favor, insira o AppSecret",
|
|
221
|
+
"oauth.facebook.appSecret.placeholder": "Por favor, insira o AppSecret",
|
|
222
|
+
"oauth.google.clientId": "ID do Cliente",
|
|
223
|
+
"oauth.google.clientId.required": "Por favor, insira o ID do Cliente",
|
|
224
|
+
"oauth.google.clientId.placeholder": "Por favor, insira o ID do Cliente",
|
|
225
|
+
"oauth.google.clientSecret": "Segredo do Cliente",
|
|
226
|
+
"oauth.google.clientSecret.required": "Por favor, insira o Segredo do Cliente",
|
|
227
|
+
"oauth.google.clientSecret.placeholder": "Por favor, insira o Segredo do Cliente",
|
|
228
|
+
"oauth.save.success": "Salvo com sucesso",
|
|
229
|
+
"oauth.save.error": "Falha ao salvar"
|
|
160
230
|
}
|
|
161
231
|
};
|
|
@@ -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;
|
|
@@ -94,5 +94,41 @@ var locales_default = {
|
|
|
94
94
|
// Category badges
|
|
95
95
|
"auth.category.general": "通用",
|
|
96
96
|
"auth.category.passwordFree": "免密碼"
|
|
97
|
+
},
|
|
98
|
+
ja: {
|
|
99
|
+
"device.auth.title": "デバイス認証",
|
|
100
|
+
"device.auth.description": "POS端末およびキオスクを含むデバイス認証の認証方法を設定します。",
|
|
101
|
+
"device.auth.methods.title": "認証方法",
|
|
102
|
+
"device.auth.methods.description": "POS端末およびキオスクを含むデバイス認証の認証方法を設定します。ドラッグして優先順位を変更します。",
|
|
103
|
+
"device.auth.method.team-member.title": "チームメンバー",
|
|
104
|
+
"device.auth.method.team-member.description": "チームメンバー認証方法を使用",
|
|
105
|
+
"device.auth.method.team-member.inherit": "チームメンバー認証設定から継承",
|
|
106
|
+
"device.auth.method.device-passcode.title": "デバイスパスコード",
|
|
107
|
+
"device.auth.method.device-passcode.description": "動的デバイスパスコード認証によるパスワードなしログイン",
|
|
108
|
+
"auth.button.cancel": "キャンセル",
|
|
109
|
+
"auth.button.save": "保存",
|
|
110
|
+
"auth.button.settings": "設定",
|
|
111
|
+
"auth.save.success": "設定が正常に保存されました",
|
|
112
|
+
"auth.save.error": "設定の保存に失敗しました",
|
|
113
|
+
"auth.category.general": "一般",
|
|
114
|
+
"auth.category.passwordFree": "パスワードなし"
|
|
115
|
+
},
|
|
116
|
+
pt: {
|
|
117
|
+
"device.auth.title": "Autenticação de Dispositivo",
|
|
118
|
+
"device.auth.description": "Configure métodos de autenticação para autorização de dispositivos, incluindo terminais POS e quiosques.",
|
|
119
|
+
"device.auth.methods.title": "Métodos de Autenticação",
|
|
120
|
+
"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.",
|
|
121
|
+
"device.auth.method.team-member.title": "Membro da Equipe",
|
|
122
|
+
"device.auth.method.team-member.description": "Usar métodos de autenticação de membro da equipe",
|
|
123
|
+
"device.auth.method.team-member.inherit": "Herdado das configurações de autenticação de membro da equipe",
|
|
124
|
+
"device.auth.method.device-passcode.title": "Senha do Dispositivo",
|
|
125
|
+
"device.auth.method.device-passcode.description": "Login sem senha com autenticação de senha dinâmica do dispositivo",
|
|
126
|
+
"auth.button.cancel": "Cancelar",
|
|
127
|
+
"auth.button.save": "Salvar",
|
|
128
|
+
"auth.button.settings": "Configurações",
|
|
129
|
+
"auth.save.success": "Configurações salvas com sucesso",
|
|
130
|
+
"auth.save.error": "Falha ao salvar configurações",
|
|
131
|
+
"auth.category.general": "Geral",
|
|
132
|
+
"auth.category.passwordFree": "Sem senha"
|
|
97
133
|
}
|
|
98
134
|
};
|
|
@@ -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;
|
|
@@ -136,5 +136,63 @@ var locales_default = {
|
|
|
136
136
|
// Messages
|
|
137
137
|
"oauth.save.success": "配置保存成功",
|
|
138
138
|
"oauth.save.error": "配置保存失敗"
|
|
139
|
+
},
|
|
140
|
+
ja: {
|
|
141
|
+
"oauth.config.title": "OAuth設定",
|
|
142
|
+
"oauth.config.description": "クイックログイン用のサードパーティOAuthプロバイダーを設定します。",
|
|
143
|
+
"oauth.providers.title": "OAuthプロバイダー",
|
|
144
|
+
"oauth.providers.description": "サードパーティOAuthプロバイダーを設定します。",
|
|
145
|
+
"oauth.provider.google": "Google",
|
|
146
|
+
"oauth.provider.google.description": "Googleアカウントでサインイン",
|
|
147
|
+
"oauth.provider.apple": "Apple",
|
|
148
|
+
"oauth.provider.apple.description": "Apple IDでサインイン",
|
|
149
|
+
"oauth.provider.facebook": "Facebook",
|
|
150
|
+
"oauth.provider.facebook.description": "Facebookアカウントでサインイン",
|
|
151
|
+
"oauth.status.configured": "設定済み",
|
|
152
|
+
"oauth.status.not.configured": "未設定",
|
|
153
|
+
"oauth.button.settings": "設定",
|
|
154
|
+
"oauth.button.save": "保存",
|
|
155
|
+
"oauth.button.cancel": "キャンセル",
|
|
156
|
+
"oauth.drawer.title": "設定",
|
|
157
|
+
"oauth.apple.identifier": "識別子",
|
|
158
|
+
"oauth.apple.identifier.required": "識別子を入力してください",
|
|
159
|
+
"oauth.apple.identifier.placeholder": "com.mypisell.app.dev.web",
|
|
160
|
+
"oauth.facebook.appId": "AppId",
|
|
161
|
+
"oauth.facebook.appId.required": "AppIdを入力してください",
|
|
162
|
+
"oauth.facebook.appId.placeholder": "Facebook App IDを入力してください",
|
|
163
|
+
"oauth.facebook.appSecret": "AppSecret",
|
|
164
|
+
"oauth.facebook.appSecret.required": "AppSecretを入力してください",
|
|
165
|
+
"oauth.facebook.appSecret.placeholder": "Facebook App Secretを入力してください",
|
|
166
|
+
"oauth.save.success": "設定が正常に保存されました",
|
|
167
|
+
"oauth.save.error": "設定の保存に失敗しました"
|
|
168
|
+
},
|
|
169
|
+
pt: {
|
|
170
|
+
"oauth.config.title": "Configuração OAuth",
|
|
171
|
+
"oauth.config.description": "Configure provedores OAuth de terceiros para login rápido.",
|
|
172
|
+
"oauth.providers.title": "Provedores OAuth",
|
|
173
|
+
"oauth.providers.description": "Configure provedores OAuth de terceiros.",
|
|
174
|
+
"oauth.provider.google": "Google",
|
|
175
|
+
"oauth.provider.google.description": "Entrar com conta do Google",
|
|
176
|
+
"oauth.provider.apple": "Apple",
|
|
177
|
+
"oauth.provider.apple.description": "Entrar com Apple ID",
|
|
178
|
+
"oauth.provider.facebook": "Facebook",
|
|
179
|
+
"oauth.provider.facebook.description": "Entrar com conta do Facebook",
|
|
180
|
+
"oauth.status.configured": "Configurado",
|
|
181
|
+
"oauth.status.not.configured": "Não Configurado",
|
|
182
|
+
"oauth.button.settings": "Configurações",
|
|
183
|
+
"oauth.button.save": "Salvar",
|
|
184
|
+
"oauth.button.cancel": "Cancelar",
|
|
185
|
+
"oauth.drawer.title": "Configurações",
|
|
186
|
+
"oauth.apple.identifier": "Identificador",
|
|
187
|
+
"oauth.apple.identifier.required": "Por favor, insira o identificador",
|
|
188
|
+
"oauth.apple.identifier.placeholder": "com.mypisell.app.dev.web",
|
|
189
|
+
"oauth.facebook.appId": "AppId",
|
|
190
|
+
"oauth.facebook.appId.required": "Por favor, insira o AppId",
|
|
191
|
+
"oauth.facebook.appId.placeholder": "Por favor, insira o Facebook App ID",
|
|
192
|
+
"oauth.facebook.appSecret": "AppSecret",
|
|
193
|
+
"oauth.facebook.appSecret.required": "Por favor, insira o AppSecret",
|
|
194
|
+
"oauth.facebook.appSecret.placeholder": "Por favor, insira o Facebook App Secret",
|
|
195
|
+
"oauth.save.success": "Configuração salva com sucesso",
|
|
196
|
+
"oauth.save.error": "Falha ao salvar configuração"
|
|
139
197
|
}
|
|
140
198
|
};
|