@pisell/private-materials 6.6.34 → 6.6.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (339) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +7 -7
  7. package/build/lowcode/render/default/view.js +7 -7
  8. package/build/lowcode/view.js +8 -8
  9. package/es/components/appointmentBooking/components/Date/state.js +3 -1
  10. package/es/components/appointmentBooking/locales.d.ts +240 -0
  11. package/es/components/appointmentBooking/locales.js +276 -0
  12. package/es/components/authentication/admin/AuthMethods/locales.d.ts +164 -0
  13. package/es/components/authentication/admin/AuthMethods/locales.js +164 -0
  14. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +27 -9
  15. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +54 -0
  16. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
  17. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +2 -0
  18. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
  19. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +46 -0
  20. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
  21. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +2 -0
  22. package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +17 -9
  23. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +16 -0
  24. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
  25. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
  26. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +42 -0
  27. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
  28. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +2 -0
  29. package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +17 -9
  30. package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +24 -0
  31. package/es/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
  32. package/es/components/authentication/admin/CustomerAuth/locales.d.ts +42 -0
  33. package/es/components/authentication/admin/CustomerAuth/locales.js +42 -0
  34. package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +70 -0
  35. package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
  36. package/es/components/authentication/admin/DeviceAuth/locales.d.ts +36 -0
  37. package/es/components/authentication/admin/DeviceAuth/locales.js +36 -0
  38. package/es/components/authentication/admin/OAuthConfig/locales.d.ts +58 -0
  39. package/es/components/authentication/admin/OAuthConfig/locales.js +58 -0
  40. package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +34 -0
  41. package/es/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
  42. package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +30 -0
  43. package/es/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
  44. package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +34 -0
  45. package/es/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
  46. package/es/components/booking/editBookingModal/locales.d.ts +12 -0
  47. package/es/components/booking/editBookingModal/locales.js +12 -0
  48. package/es/components/booking/editBookingModal/mock.d.ts +186 -2
  49. package/es/components/booking/editBookingModal/mock.js +22 -0
  50. package/es/components/booking/info2/cartClientCard/locales.d.ts +12 -0
  51. package/es/components/booking/info2/cartClientCard/locales.js +16 -0
  52. package/es/components/booking/info2/service/addService/mock.d.ts +2 -0
  53. package/es/components/booking/info2/service/addService/mock.js +4 -0
  54. package/es/components/booking/locales.d.ts +632 -0
  55. package/es/components/booking/locales.js +726 -0
  56. package/es/components/checkout/components/AdditionalModule/locales.d.ts +22 -0
  57. package/es/components/checkout/components/AdditionalModule/locales.js +22 -0
  58. package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
  59. package/es/components/checkout/locales.d.ts +340 -0
  60. package/es/components/checkout/locales.js +368 -0
  61. package/es/components/eftpos/locales.d.ts +64 -0
  62. package/es/components/eftpos/locales.js +80 -0
  63. package/es/components/eftposPay/locales.d.ts +242 -0
  64. package/es/components/eftposPay/locales.js +326 -0
  65. package/es/components/eventBooking/locales.d.ts +162 -0
  66. package/es/components/eventBooking/locales.js +186 -0
  67. package/es/components/list/locales.d.ts +42 -0
  68. package/es/components/list/locales.js +70 -0
  69. package/es/components/list/utils/getText.d.ts +1 -1
  70. package/es/components/login/locales.d.ts +14 -0
  71. package/es/components/login/locales.js +14 -0
  72. package/es/components/pay/toB/locales.d.ts +34 -0
  73. package/es/components/pay/toB/locales.js +42 -0
  74. package/es/components/pay/toC/locales.d.ts +204 -0
  75. package/es/components/pay/toC/locales.js +244 -0
  76. package/es/components/pay/toC/serve.d.ts +2 -0
  77. package/es/components/pinModal/locales.d.ts +16 -0
  78. package/es/components/pinModal/locales.js +16 -0
  79. package/es/components/pinVerifyModal/locales.d.ts +14 -0
  80. package/es/components/pinVerifyModal/locales.js +14 -0
  81. package/es/components/pisellSelectCustomerModal/locales.d.ts +52 -0
  82. package/es/components/pisellSelectCustomerModal/locales.js +52 -0
  83. package/es/components/productExtension/locales.d.ts +30 -0
  84. package/es/components/productExtension/locales.js +30 -0
  85. package/es/components/productSelect/locales.d.ts +10 -0
  86. package/es/components/productSelect/locales.js +10 -0
  87. package/es/components/ruleSetting/locales.d.ts +30 -0
  88. package/es/components/ruleSetting/locales.js +30 -0
  89. package/es/components/schedules/locales.d.ts +56 -0
  90. package/es/components/schedules/locales.js +56 -0
  91. package/es/components/shoppingCart/locales.d.ts +22 -0
  92. package/es/components/shoppingCart/locales.js +30 -0
  93. package/es/components/stepController/locales.d.ts +16 -0
  94. package/es/components/stepController/locales.js +20 -0
  95. package/es/components/subTotal/locales.d.ts +26 -0
  96. package/es/components/subTotal/locales.js +26 -0
  97. package/es/components/systemSettings/registry/components/ItemModal.js +10 -0
  98. package/es/components/systemSettings/registry/locales.d.ts +184 -0
  99. package/es/components/systemSettings/registry/locales.js +184 -0
  100. package/es/components/systemSettings/registry/types.d.ts +2 -0
  101. package/es/components/taxSelect/locales.d.ts +14 -0
  102. package/es/components/taxSelect/locales.js +14 -0
  103. package/es/components/ticketBooking/locales.d.ts +130 -0
  104. package/es/components/ticketBooking/locales.js +156 -0
  105. package/es/components/ticketBooking/utils/formatTime.d.ts +2 -0
  106. package/es/components/ticketBooking/utils/formatTime.js +8 -2
  107. package/es/components/wallet/utils.d.ts +1 -1
  108. package/es/components/walletList/index.js +10 -0
  109. package/es/components/walletList/locales.d.ts +16 -0
  110. package/es/components/walletList/locales.js +16 -0
  111. package/es/components/walletList/types/index.d.ts +2 -0
  112. package/es/plus/clientCard/locales.d.ts +10 -0
  113. package/es/plus/clientCard/locales.js +10 -0
  114. package/es/plus/clinetSearch/locales.d.ts +70 -0
  115. package/es/plus/clinetSearch/locales.js +70 -0
  116. package/es/plus/contactInfo/locales.d.ts +8 -0
  117. package/es/plus/contactInfo/locales.js +8 -0
  118. package/es/plus/contactInfoModal/locales.d.ts +42 -0
  119. package/es/plus/contactInfoModal/locales.js +42 -0
  120. package/es/plus/noteModal/locales.d.ts +20 -0
  121. package/es/plus/noteModal/locales.js +20 -0
  122. package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +26 -0
  123. package/es/plus/productSelect/ProductCard/SkuCard/locales.js +26 -0
  124. package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +2 -0
  125. package/es/plus/productSelect/ProductCard/SkuCard/status.js +2 -0
  126. package/es/plus/productSelect/locales.d.ts +10 -0
  127. package/es/plus/productSelect/locales.js +10 -0
  128. package/es/plus/saasAttendance/locales.d.ts +210 -0
  129. package/es/plus/saasAttendance/locales.js +234 -0
  130. package/es/plus/saasAttendance/settings/components/MapField.js +4 -2
  131. package/es/plus/saasAttendance/settings/types.d.ts +2 -0
  132. package/es/plus/saasCreateOrganization/locales.d.ts +8 -0
  133. package/es/plus/saasCreateOrganization/locales.js +8 -0
  134. package/es/plus/saasLogin/locales.d.ts +32 -0
  135. package/es/plus/saasLogin/locales.js +32 -0
  136. package/es/plus/saasRegister/locales.d.ts +76 -0
  137. package/es/plus/saasRegister/locales.js +76 -0
  138. package/es/plus/saasRole/locales.d.ts +126 -0
  139. package/es/plus/saasRole/locales.js +126 -0
  140. package/es/plus/saasRole/types.d.ts +2 -0
  141. package/es/plus/saasTeamMembers/locales.d.ts +216 -0
  142. package/es/plus/saasTeamMembers/locales.js +216 -0
  143. package/es/plus/saasTeamMembers/type.d.ts +2 -0
  144. package/es/plus/selectHolder/locales.d.ts +14 -0
  145. package/es/plus/selectHolder/locales.js +18 -0
  146. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +2 -0
  147. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.js +12 -4
  148. package/es/plus/walletEditor/locales.d.ts +88 -0
  149. package/es/plus/walletEditor/locales.js +100 -0
  150. package/es/plus/walletEditor/types.d.ts +2 -0
  151. package/es/plus/walletPassGallery/locales.d.ts +188 -0
  152. package/es/plus/walletPassGallery/locales.js +192 -0
  153. package/es/plus/walletPassGallery/utils.d.ts +1 -1
  154. package/es/pro/Login2.0/locales.d.ts +360 -0
  155. package/es/pro/Login2.0/locales.js +360 -0
  156. package/es/pro/Login2.0/shared/types.d.ts +2 -0
  157. package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +8 -0
  158. package/es/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
  159. package/es/pro/comprehensiveSearch/locales.d.ts +8 -0
  160. package/es/pro/comprehensiveSearch/locales.js +8 -0
  161. package/es/pro/numberKeyboard/locales.d.ts +6 -0
  162. package/es/pro/numberKeyboard/locales.js +6 -0
  163. package/es/pro/pisellPhoneKeyboard/locales.d.ts +6 -0
  164. package/es/pro/pisellPhoneKeyboard/locales.js +6 -0
  165. package/es/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +24 -0
  166. package/es/pro/priceKeyboard/components/cashKeyboard/locales.js +26 -0
  167. package/es/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +26 -0
  168. package/es/pro/priceKeyboard/components/discountKeyboard/locales.js +28 -0
  169. package/es/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +28 -0
  170. package/es/pro/priceKeyboard/components/paymentKeyboard/locales.js +30 -0
  171. package/es/pro/skuDetailModal/locales.d.ts +30 -0
  172. package/es/pro/skuDetailModal/locales.js +30 -0
  173. package/es/pro/skuDetailModal/types.d.ts +4 -0
  174. package/lib/components/appointmentBooking/components/Date/state.js +3 -1
  175. package/lib/components/appointmentBooking/locales.d.ts +240 -0
  176. package/lib/components/appointmentBooking/locales.js +240 -0
  177. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +164 -0
  178. package/lib/components/authentication/admin/AuthMethods/locales.js +164 -0
  179. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +17 -9
  180. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +54 -0
  181. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
  182. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +2 -0
  183. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
  184. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +46 -0
  185. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
  186. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +2 -0
  187. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +14 -6
  188. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +16 -0
  189. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
  190. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
  191. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +42 -0
  192. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
  193. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +2 -0
  194. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +14 -6
  195. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +24 -0
  196. package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
  197. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +42 -0
  198. package/lib/components/authentication/admin/CustomerAuth/locales.js +42 -0
  199. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +70 -0
  200. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
  201. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +36 -0
  202. package/lib/components/authentication/admin/DeviceAuth/locales.js +36 -0
  203. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +58 -0
  204. package/lib/components/authentication/admin/OAuthConfig/locales.js +58 -0
  205. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +34 -0
  206. package/lib/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
  207. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +30 -0
  208. package/lib/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
  209. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +34 -0
  210. package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
  211. package/lib/components/booking/editBookingModal/locales.d.ts +12 -0
  212. package/lib/components/booking/editBookingModal/locales.js +12 -0
  213. package/lib/components/booking/editBookingModal/mock.d.ts +186 -2
  214. package/lib/components/booking/editBookingModal/mock.js +22 -0
  215. package/lib/components/booking/info2/cartClientCard/locales.d.ts +12 -0
  216. package/lib/components/booking/info2/cartClientCard/locales.js +16 -0
  217. package/lib/components/booking/info2/service/addService/mock.d.ts +2 -0
  218. package/lib/components/booking/info2/service/addService/mock.js +4 -0
  219. package/lib/components/booking/locales.d.ts +632 -0
  220. package/lib/components/booking/locales.js +684 -0
  221. package/lib/components/checkout/components/AdditionalModule/locales.d.ts +22 -0
  222. package/lib/components/checkout/components/AdditionalModule/locales.js +22 -0
  223. package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
  224. package/lib/components/checkout/locales.d.ts +340 -0
  225. package/lib/components/checkout/locales.js +340 -0
  226. package/lib/components/eftpos/locales.d.ts +64 -0
  227. package/lib/components/eftpos/locales.js +76 -0
  228. package/lib/components/eftposPay/locales.d.ts +242 -0
  229. package/lib/components/eftposPay/locales.js +250 -0
  230. package/lib/components/eventBooking/locales.d.ts +162 -0
  231. package/lib/components/eventBooking/locales.js +162 -0
  232. package/lib/components/list/locales.d.ts +42 -0
  233. package/lib/components/list/locales.js +58 -0
  234. package/lib/components/list/utils/getText.d.ts +1 -1
  235. package/lib/components/login/locales.d.ts +14 -0
  236. package/lib/components/login/locales.js +14 -0
  237. package/lib/components/pay/toB/locales.d.ts +34 -0
  238. package/lib/components/pay/toB/locales.js +34 -0
  239. package/lib/components/pay/toC/locales.d.ts +204 -0
  240. package/lib/components/pay/toC/locales.js +204 -0
  241. package/lib/components/pay/toC/serve.d.ts +2 -0
  242. package/lib/components/pinModal/locales.d.ts +16 -0
  243. package/lib/components/pinModal/locales.js +16 -0
  244. package/lib/components/pinVerifyModal/locales.d.ts +14 -0
  245. package/lib/components/pinVerifyModal/locales.js +14 -0
  246. package/lib/components/pisellSelectCustomerModal/locales.d.ts +52 -0
  247. package/lib/components/pisellSelectCustomerModal/locales.js +52 -0
  248. package/lib/components/productExtension/locales.d.ts +30 -0
  249. package/lib/components/productExtension/locales.js +30 -0
  250. package/lib/components/productSelect/locales.d.ts +10 -0
  251. package/lib/components/productSelect/locales.js +10 -0
  252. package/lib/components/ruleSetting/locales.d.ts +30 -0
  253. package/lib/components/ruleSetting/locales.js +30 -0
  254. package/lib/components/schedules/locales.d.ts +56 -0
  255. package/lib/components/schedules/locales.js +56 -0
  256. package/lib/components/shoppingCart/locales.d.ts +22 -0
  257. package/lib/components/shoppingCart/locales.js +22 -0
  258. package/lib/components/stepController/locales.d.ts +16 -0
  259. package/lib/components/stepController/locales.js +16 -0
  260. package/lib/components/subTotal/locales.d.ts +26 -0
  261. package/lib/components/subTotal/locales.js +26 -0
  262. package/lib/components/systemSettings/registry/components/ItemModal.js +10 -0
  263. package/lib/components/systemSettings/registry/locales.d.ts +184 -0
  264. package/lib/components/systemSettings/registry/locales.js +184 -0
  265. package/lib/components/systemSettings/registry/types.d.ts +2 -0
  266. package/lib/components/taxSelect/locales.d.ts +14 -0
  267. package/lib/components/taxSelect/locales.js +14 -0
  268. package/lib/components/ticketBooking/locales.d.ts +130 -0
  269. package/lib/components/ticketBooking/locales.js +136 -0
  270. package/lib/components/ticketBooking/utils/formatTime.d.ts +2 -0
  271. package/lib/components/ticketBooking/utils/formatTime.js +8 -2
  272. package/lib/components/wallet/utils.d.ts +1 -1
  273. package/lib/components/walletList/index.js +10 -0
  274. package/lib/components/walletList/locales.d.ts +16 -0
  275. package/lib/components/walletList/locales.js +16 -0
  276. package/lib/components/walletList/types/index.d.ts +2 -0
  277. package/lib/plus/clientCard/locales.d.ts +10 -0
  278. package/lib/plus/clientCard/locales.js +10 -0
  279. package/lib/plus/clinetSearch/locales.d.ts +70 -0
  280. package/lib/plus/clinetSearch/locales.js +70 -0
  281. package/lib/plus/contactInfo/locales.d.ts +8 -0
  282. package/lib/plus/contactInfo/locales.js +8 -0
  283. package/lib/plus/contactInfoModal/locales.d.ts +42 -0
  284. package/lib/plus/contactInfoModal/locales.js +42 -0
  285. package/lib/plus/noteModal/locales.d.ts +20 -0
  286. package/lib/plus/noteModal/locales.js +20 -0
  287. package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +26 -0
  288. package/lib/plus/productSelect/ProductCard/SkuCard/locales.js +26 -0
  289. package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +2 -0
  290. package/lib/plus/productSelect/ProductCard/SkuCard/status.js +2 -0
  291. package/lib/plus/productSelect/locales.d.ts +10 -0
  292. package/lib/plus/productSelect/locales.js +10 -0
  293. package/lib/plus/saasAttendance/locales.d.ts +210 -0
  294. package/lib/plus/saasAttendance/locales.js +210 -0
  295. package/lib/plus/saasAttendance/settings/components/MapField.js +2 -2
  296. package/lib/plus/saasAttendance/settings/types.d.ts +2 -0
  297. package/lib/plus/saasCreateOrganization/locales.d.ts +8 -0
  298. package/lib/plus/saasCreateOrganization/locales.js +8 -0
  299. package/lib/plus/saasLogin/locales.d.ts +32 -0
  300. package/lib/plus/saasLogin/locales.js +32 -0
  301. package/lib/plus/saasRegister/locales.d.ts +76 -0
  302. package/lib/plus/saasRegister/locales.js +76 -0
  303. package/lib/plus/saasRole/locales.d.ts +126 -0
  304. package/lib/plus/saasRole/locales.js +126 -0
  305. package/lib/plus/saasRole/types.d.ts +2 -0
  306. package/lib/plus/saasTeamMembers/locales.d.ts +216 -0
  307. package/lib/plus/saasTeamMembers/locales.js +216 -0
  308. package/lib/plus/saasTeamMembers/type.d.ts +2 -0
  309. package/lib/plus/selectHolder/locales.d.ts +14 -0
  310. package/lib/plus/selectHolder/locales.js +14 -0
  311. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +2 -0
  312. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.js +12 -4
  313. package/lib/plus/walletEditor/locales.d.ts +88 -0
  314. package/lib/plus/walletEditor/locales.js +100 -0
  315. package/lib/plus/walletEditor/types.d.ts +2 -0
  316. package/lib/plus/walletPassGallery/locales.d.ts +188 -0
  317. package/lib/plus/walletPassGallery/locales.js +192 -0
  318. package/lib/plus/walletPassGallery/utils.d.ts +1 -1
  319. package/lib/pro/Login2.0/locales.d.ts +360 -0
  320. package/lib/pro/Login2.0/locales.js +360 -0
  321. package/lib/pro/Login2.0/shared/types.d.ts +2 -0
  322. package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +8 -0
  323. package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
  324. package/lib/pro/comprehensiveSearch/locales.d.ts +8 -0
  325. package/lib/pro/comprehensiveSearch/locales.js +8 -0
  326. package/lib/pro/numberKeyboard/locales.d.ts +6 -0
  327. package/lib/pro/numberKeyboard/locales.js +6 -0
  328. package/lib/pro/pisellPhoneKeyboard/locales.d.ts +6 -0
  329. package/lib/pro/pisellPhoneKeyboard/locales.js +6 -0
  330. package/lib/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +24 -0
  331. package/lib/pro/priceKeyboard/components/cashKeyboard/locales.js +26 -0
  332. package/lib/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +26 -0
  333. package/lib/pro/priceKeyboard/components/discountKeyboard/locales.js +28 -0
  334. package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +28 -0
  335. package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.js +30 -0
  336. package/lib/pro/skuDetailModal/locales.d.ts +30 -0
  337. package/lib/pro/skuDetailModal/locales.js +30 -0
  338. package/lib/pro/skuDetailModal/types.d.ts +4 -0
  339. package/package.json +2 -2
@@ -245,5 +245,169 @@ declare const _default: {
245
245
  'auth.oauth.config.link': string;
246
246
  'auth.settings.no.additional': string;
247
247
  };
248
+ ja: {
249
+ 'auth.method.email.title': string;
250
+ 'auth.method.email.description': string;
251
+ 'auth.method.phone.title': string;
252
+ 'auth.method.phone.description': string;
253
+ 'auth.method.facebook.title': string;
254
+ 'auth.method.facebook.description': string;
255
+ 'auth.method.apple.title': string;
256
+ 'auth.method.apple.description': string;
257
+ 'auth.method.guest.title': string;
258
+ 'auth.method.guest.description': string;
259
+ 'auth.login.method.password.title': string;
260
+ 'auth.login.method.password.email.description': string;
261
+ 'auth.login.method.password.phone.description': string;
262
+ 'auth.login.method.magic-link.title': string;
263
+ 'auth.login.method.magic-link.description': string;
264
+ 'auth.login.method.verification-code.title': string;
265
+ 'auth.login.method.verification-code.description': string;
266
+ 'auth.login.method.sms.title': string;
267
+ 'auth.login.method.sms.description': string;
268
+ 'auth.email.settings': string;
269
+ 'auth.phone.settings': string;
270
+ 'auth.email.registration.title': string;
271
+ 'auth.email.registration.enable': string;
272
+ 'auth.email.registration.enable.description': string;
273
+ 'auth.email.verification.title': string;
274
+ 'auth.email.verification.description': string;
275
+ 'auth.email.verification.link': string;
276
+ 'auth.email.verification.link.description': string;
277
+ 'auth.email.verification.code': string;
278
+ 'auth.email.verification.code.description': string;
279
+ 'auth.email.verification.note': string;
280
+ 'auth.email.verification.note.description': string;
281
+ 'auth.email.login.title': string;
282
+ 'auth.email.login.description': string;
283
+ 'auth.email.login.password': string;
284
+ 'auth.email.login.password.description': string;
285
+ 'auth.email.login.magic-link': string;
286
+ 'auth.email.login.magic-link.description': string;
287
+ 'auth.email.login.verification-code': string;
288
+ 'auth.email.login.verification-code.description': string;
289
+ 'auth.phone.registration.title': string;
290
+ 'auth.phone.registration.enable': string;
291
+ 'auth.phone.registration.enable.description': string;
292
+ 'auth.phone.verification.title': string;
293
+ 'auth.phone.verification.description': string;
294
+ 'auth.phone.verification.sms': string;
295
+ 'auth.phone.verification.sms.description': string;
296
+ 'auth.phone.login.title': string;
297
+ 'auth.phone.login.description': string;
298
+ 'auth.phone.login.password': string;
299
+ 'auth.phone.login.password.description': string;
300
+ 'auth.phone.login.sms': string;
301
+ 'auth.phone.login.sms.description': string;
302
+ 'auth.password.settings': string;
303
+ 'auth.password.rules.title': string;
304
+ 'auth.password.rules.description': string;
305
+ 'auth.password.requirements.title': string;
306
+ 'auth.password.requirements.description': string;
307
+ 'auth.password.min.length': string;
308
+ 'auth.password.min.length.description': string;
309
+ 'auth.password.requirements': string;
310
+ 'auth.password.requirements.character': string;
311
+ 'auth.password.require.uppercase': string;
312
+ 'auth.password.require.uppercase.description': string;
313
+ 'auth.password.require.lowercase': string;
314
+ 'auth.password.require.lowercase.description': string;
315
+ 'auth.password.require.numbers': string;
316
+ 'auth.password.require.numbers.description': string;
317
+ 'auth.password.require.special': string;
318
+ 'auth.password.require.special.description': string;
319
+ 'auth.button.cancel': string;
320
+ 'auth.button.save': string;
321
+ 'auth.button.settings': string;
322
+ 'auth.category.general': string;
323
+ 'auth.category.password-free': string;
324
+ 'auth.category.auth-free': string;
325
+ 'auth.category.oauth': string;
326
+ 'auth.oauth.config.message': string;
327
+ 'auth.oauth.config.link': string;
328
+ 'auth.settings.no.additional': string;
329
+ };
330
+ pt: {
331
+ 'auth.method.email.title': string;
332
+ 'auth.method.email.description': string;
333
+ 'auth.method.phone.title': string;
334
+ 'auth.method.phone.description': string;
335
+ 'auth.method.facebook.title': string;
336
+ 'auth.method.facebook.description': string;
337
+ 'auth.method.apple.title': string;
338
+ 'auth.method.apple.description': string;
339
+ 'auth.method.guest.title': string;
340
+ 'auth.method.guest.description': string;
341
+ 'auth.login.method.password.title': string;
342
+ 'auth.login.method.password.email.description': string;
343
+ 'auth.login.method.password.phone.description': string;
344
+ 'auth.login.method.magic-link.title': string;
345
+ 'auth.login.method.magic-link.description': string;
346
+ 'auth.login.method.verification-code.title': string;
347
+ 'auth.login.method.verification-code.description': string;
348
+ 'auth.login.method.sms.title': string;
349
+ 'auth.login.method.sms.description': string;
350
+ 'auth.email.settings': string;
351
+ 'auth.phone.settings': string;
352
+ 'auth.email.registration.title': string;
353
+ 'auth.email.registration.enable': string;
354
+ 'auth.email.registration.enable.description': string;
355
+ 'auth.email.verification.title': string;
356
+ 'auth.email.verification.description': string;
357
+ 'auth.email.verification.link': string;
358
+ 'auth.email.verification.link.description': string;
359
+ 'auth.email.verification.code': string;
360
+ 'auth.email.verification.code.description': string;
361
+ 'auth.email.verification.note': string;
362
+ 'auth.email.verification.note.description': string;
363
+ 'auth.email.login.title': string;
364
+ 'auth.email.login.description': string;
365
+ 'auth.email.login.password': string;
366
+ 'auth.email.login.password.description': string;
367
+ 'auth.email.login.magic-link': string;
368
+ 'auth.email.login.magic-link.description': string;
369
+ 'auth.email.login.verification-code': string;
370
+ 'auth.email.login.verification-code.description': string;
371
+ 'auth.phone.registration.title': string;
372
+ 'auth.phone.registration.enable': string;
373
+ 'auth.phone.registration.enable.description': string;
374
+ 'auth.phone.verification.title': string;
375
+ 'auth.phone.verification.description': string;
376
+ 'auth.phone.verification.sms': string;
377
+ 'auth.phone.verification.sms.description': string;
378
+ 'auth.phone.login.title': string;
379
+ 'auth.phone.login.description': string;
380
+ 'auth.phone.login.password': string;
381
+ 'auth.phone.login.password.description': string;
382
+ 'auth.phone.login.sms': string;
383
+ 'auth.phone.login.sms.description': string;
384
+ 'auth.password.settings': string;
385
+ 'auth.password.rules.title': string;
386
+ 'auth.password.rules.description': string;
387
+ 'auth.password.requirements.title': string;
388
+ 'auth.password.requirements.description': string;
389
+ 'auth.password.min.length': string;
390
+ 'auth.password.min.length.description': string;
391
+ 'auth.password.requirements': string;
392
+ 'auth.password.requirements.character': string;
393
+ 'auth.password.require.uppercase': string;
394
+ 'auth.password.require.uppercase.description': string;
395
+ 'auth.password.require.lowercase': string;
396
+ 'auth.password.require.lowercase.description': string;
397
+ 'auth.password.require.numbers': string;
398
+ 'auth.password.require.numbers.description': string;
399
+ 'auth.password.require.special': string;
400
+ 'auth.password.require.special.description': string;
401
+ 'auth.button.cancel': string;
402
+ 'auth.button.save': string;
403
+ 'auth.button.settings': string;
404
+ 'auth.category.general': string;
405
+ 'auth.category.password-free': string;
406
+ 'auth.category.auth-free': string;
407
+ 'auth.category.oauth': string;
408
+ 'auth.oauth.config.message': string;
409
+ 'auth.oauth.config.link': string;
410
+ 'auth.settings.no.additional': string;
411
+ };
248
412
  };
249
413
  export default _default;
@@ -286,5 +286,169 @@ export default {
286
286
  'auth.oauth.config.link': '點擊配置',
287
287
  // Empty state
288
288
  'auth.settings.no.additional': '此認證方法沒有額外的設置選項。'
289
+ },
290
+ ja: {
291
+ 'auth.method.email.title': 'メール',
292
+ 'auth.method.email.description': 'メールで登録およびログイン',
293
+ 'auth.method.phone.title': '電話番号',
294
+ 'auth.method.phone.description': '電話番号で登録およびログイン',
295
+ 'auth.method.facebook.title': 'Facebook',
296
+ 'auth.method.facebook.description': 'Facebookアカウントでログイン',
297
+ 'auth.method.apple.title': 'Apple',
298
+ 'auth.method.apple.description': 'Apple IDでログイン',
299
+ 'auth.method.guest.title': 'ゲスト',
300
+ 'auth.method.guest.description': '登録プロセスなしでゲストがアクセスできるようにする',
301
+ 'auth.login.method.password.title': 'パスワード',
302
+ 'auth.login.method.password.email.description': 'メールとパスワードでログイン',
303
+ 'auth.login.method.password.phone.description': '電話番号とパスワードでログイン',
304
+ 'auth.login.method.magic-link.title': 'マジックリンク',
305
+ 'auth.login.method.magic-link.description': 'メールにマジックリンクを送信',
306
+ 'auth.login.method.verification-code.title': '確認コード',
307
+ 'auth.login.method.verification-code.description': 'メールに確認コードを送信',
308
+ 'auth.login.method.sms.title': 'SMSコード',
309
+ 'auth.login.method.sms.description': 'SMS経由で確認コードを送信',
310
+ 'auth.email.settings': 'メール設定',
311
+ 'auth.phone.settings': '電話番号設定',
312
+ 'auth.email.registration.title': 'メール登録',
313
+ 'auth.email.registration.enable': 'メール登録を有効化',
314
+ 'auth.email.registration.enable.description': 'ユーザーがメールアドレスを使用して登録できるようにする',
315
+ 'auth.email.verification.title': '登録確認',
316
+ 'auth.email.verification.description': '登録時のメール確認方法を選択します。',
317
+ 'auth.email.verification.link': '確認リンク',
318
+ 'auth.email.verification.link.description': '確認リンクをユーザーのメールに送信し、ユーザーがリンクをクリックして登録を完了',
319
+ 'auth.email.verification.code': '確認コード',
320
+ 'auth.email.verification.code.description': '確認コードをユーザーのメールに送信し、ユーザーが確認コードを入力して登録を完了',
321
+ 'auth.email.verification.note': '注意:',
322
+ 'auth.email.verification.note.description': 'キオスクなどのセルフサービスデバイスでは、より良いユーザー体験のために、システムは自動的に確認リンクではなく確認コードモードを使用します。',
323
+ 'auth.email.login.title': 'ログイン確認方法',
324
+ 'auth.email.login.description': 'ドラッグしてログイン方法の優先順位を変更します。',
325
+ 'auth.email.login.password': 'パスワードログイン',
326
+ 'auth.email.login.password.description': 'ユーザーがパスワードを入力して認証',
327
+ 'auth.email.login.magic-link': 'マジックリンクログイン',
328
+ 'auth.email.login.magic-link.description': 'ログインリンクをユーザーのメールに送信し、リンクをクリックしてログインを完了',
329
+ 'auth.email.login.verification-code': 'メール確認コード',
330
+ 'auth.email.login.verification-code.description': '確認コードをユーザーのメールに送信し、ユーザーがコードを入力してログイン',
331
+ 'auth.phone.registration.title': '電話番号登録',
332
+ 'auth.phone.registration.enable': '電話番号登録を有効化',
333
+ 'auth.phone.registration.enable.description': 'ユーザーが電話番号を使用して登録できるようにする',
334
+ 'auth.phone.verification.title': '登録確認',
335
+ 'auth.phone.verification.description': '登録時の電話確認方法を選択します。',
336
+ 'auth.phone.verification.sms': 'SMS確認コード',
337
+ 'auth.phone.verification.sms.description': '確認コードをユーザーの電話番号に送信し、ユーザーがコードを入力して登録を完了',
338
+ 'auth.phone.login.title': 'ログイン確認方法',
339
+ 'auth.phone.login.description': 'ドラッグしてログイン方法の優先順位を変更します。',
340
+ 'auth.phone.login.password': 'パスワードログイン',
341
+ 'auth.phone.login.password.description': 'ユーザーがパスワードを入力して認証',
342
+ 'auth.phone.login.sms': 'SMS確認コード',
343
+ 'auth.phone.login.sms.description': '確認コードをユーザーの電話番号に送信し、ユーザーがコードを入力してログイン',
344
+ 'auth.password.settings': 'パスワード設定',
345
+ 'auth.password.rules.title': 'パスワードルール',
346
+ 'auth.password.rules.description': 'アカウントのパスワード複雑度要件を定義',
347
+ 'auth.password.requirements.title': 'パスワード要件',
348
+ 'auth.password.requirements.description': 'ユーザーアカウントのパスワード複雑度要件を定義します。',
349
+ 'auth.password.min.length': '最小長',
350
+ 'auth.password.min.length.description': 'パスワード長要件',
351
+ 'auth.password.requirements': '要件',
352
+ 'auth.password.requirements.character': '文字タイプ要件',
353
+ 'auth.password.require.uppercase': '大文字を要求',
354
+ 'auth.password.require.uppercase.description': '少なくとも1つの大文字(A-Z)',
355
+ 'auth.password.require.lowercase': '小文字を要求',
356
+ 'auth.password.require.lowercase.description': '少なくとも1つの小文字(a-z)',
357
+ 'auth.password.require.numbers': '数字を要求',
358
+ 'auth.password.require.numbers.description': '少なくとも1つの数字(0-9)',
359
+ 'auth.password.require.special': '特殊文字を要求',
360
+ 'auth.password.require.special.description': '少なくとも1つの特殊文字(!@#$%^&*)',
361
+ 'auth.button.cancel': 'キャンセル',
362
+ 'auth.button.save': '保存',
363
+ 'auth.button.settings': '設定',
364
+ 'auth.category.general': '一般',
365
+ 'auth.category.password-free': 'パスワードなし',
366
+ 'auth.category.auth-free': '認証なし',
367
+ 'auth.category.oauth': 'OAuth',
368
+ 'auth.oauth.config.message': 'まず認証設定ページでOAuth設定を設定してください',
369
+ 'auth.oauth.config.link': '設定をクリック',
370
+ 'auth.settings.no.additional': 'この認証方法には追加の設定オプションがありません。'
371
+ },
372
+ pt: {
373
+ 'auth.method.email.title': 'E-mail',
374
+ 'auth.method.email.description': 'Registrar e fazer login via e-mail',
375
+ 'auth.method.phone.title': 'Número de Telefone',
376
+ 'auth.method.phone.description': 'Registrar e fazer login via número de telefone',
377
+ 'auth.method.facebook.title': 'Facebook',
378
+ 'auth.method.facebook.description': 'Entrar com conta do Facebook',
379
+ 'auth.method.apple.title': 'Apple',
380
+ 'auth.method.apple.description': 'Entrar com Apple ID',
381
+ 'auth.method.guest.title': 'Convidado',
382
+ 'auth.method.guest.description': 'Permitir que convidados acessem sem processo de registro',
383
+ 'auth.login.method.password.title': 'Senha',
384
+ 'auth.login.method.password.email.description': 'Entrar usando e-mail e senha',
385
+ 'auth.login.method.password.phone.description': 'Entrar usando telefone e senha',
386
+ 'auth.login.method.magic-link.title': 'Link Mágico',
387
+ 'auth.login.method.magic-link.description': 'Enviar um link mágico para o e-mail',
388
+ 'auth.login.method.verification-code.title': 'Código de Verificação',
389
+ 'auth.login.method.verification-code.description': 'Enviar um código de verificação para o e-mail',
390
+ 'auth.login.method.sms.title': 'Código SMS',
391
+ 'auth.login.method.sms.description': 'Enviar um código de verificação via SMS',
392
+ 'auth.email.settings': 'Configurações de E-mail',
393
+ 'auth.phone.settings': 'Configurações de Número de Telefone',
394
+ 'auth.email.registration.title': 'Registro por E-mail',
395
+ 'auth.email.registration.enable': 'Habilitar Registro por E-mail',
396
+ 'auth.email.registration.enable.description': 'Permitir que usuários se registrem usando endereço de e-mail',
397
+ 'auth.email.verification.title': 'Verificação de Registro',
398
+ 'auth.email.verification.description': 'Selecione o método de verificação de e-mail para registro.',
399
+ 'auth.email.verification.link': 'Link de Verificação',
400
+ 'auth.email.verification.link.description': 'Enviar link de verificação para o e-mail do usuário, usuário clica no link para concluir o registro',
401
+ 'auth.email.verification.code': 'Código de Verificação',
402
+ 'auth.email.verification.code.description': 'Enviar código de verificação para o e-mail do usuário, usuário precisa inserir o código de verificação para concluir o registro',
403
+ 'auth.email.verification.note': 'Nota:',
404
+ 'auth.email.verification.note.description': 'Em dispositivos de autoatendimento como Kiosk, o sistema usará automaticamente o modo Código de Verificação em vez de Link de Verificação para melhor experiência do usuário.',
405
+ 'auth.email.login.title': 'Métodos de Verificação de Login',
406
+ 'auth.email.login.description': 'Arraste para reordenar métodos de login por prioridade.',
407
+ 'auth.email.login.password': 'Login com Senha',
408
+ 'auth.email.login.password.description': 'Usuário insere sua senha para autenticação',
409
+ 'auth.email.login.magic-link': 'Login com Link Mágico',
410
+ 'auth.email.login.magic-link.description': 'Enviar link de login para o e-mail do usuário, clicar no link para concluir o login',
411
+ 'auth.email.login.verification-code': 'Código de Verificação por E-mail',
412
+ 'auth.email.login.verification-code.description': 'Enviar código de verificação para o e-mail do usuário, usuário insere o código para fazer login',
413
+ 'auth.phone.registration.title': 'Registro por Número de Telefone',
414
+ 'auth.phone.registration.enable': 'Habilitar Registro por Número de Telefone',
415
+ 'auth.phone.registration.enable.description': 'Permitir que usuários se registrem usando número de telefone',
416
+ 'auth.phone.verification.title': 'Verificação de Registro',
417
+ 'auth.phone.verification.description': 'Selecione o método de verificação de telefone para registro.',
418
+ 'auth.phone.verification.sms': 'Código de Verificação SMS',
419
+ 'auth.phone.verification.sms.description': 'Enviar código de verificação para o número de telefone do usuário, usuário insere o código para concluir o registro',
420
+ 'auth.phone.login.title': 'Métodos de Verificação de Login',
421
+ 'auth.phone.login.description': 'Arraste para reordenar métodos de login por prioridade.',
422
+ 'auth.phone.login.password': 'Login com Senha',
423
+ 'auth.phone.login.password.description': 'Usuário insere sua senha para autenticação',
424
+ 'auth.phone.login.sms': 'Código de Verificação SMS',
425
+ 'auth.phone.login.sms.description': 'Enviar código de verificação para o número de telefone do usuário, usuário insere o código para fazer login',
426
+ 'auth.password.settings': 'Configurações de Senha',
427
+ 'auth.password.rules.title': 'Regras de Senha',
428
+ 'auth.password.rules.description': 'Definir requisitos de complexidade de senha para contas',
429
+ 'auth.password.requirements.title': 'Requisitos de Senha',
430
+ 'auth.password.requirements.description': 'Definir requisitos de complexidade de senha para contas de usuário.',
431
+ 'auth.password.min.length': 'Comprimento Mínimo',
432
+ 'auth.password.min.length.description': 'Requisito de comprimento de senha',
433
+ 'auth.password.requirements': 'Requisitos',
434
+ 'auth.password.requirements.character': 'Requisitos de tipo de caractere',
435
+ 'auth.password.require.uppercase': 'Requerer letras maiúsculas',
436
+ 'auth.password.require.uppercase.description': 'Pelo menos uma letra maiúscula (A-Z)',
437
+ 'auth.password.require.lowercase': 'Requerer letras minúsculas',
438
+ 'auth.password.require.lowercase.description': 'Pelo menos uma letra minúscula (a-z)',
439
+ 'auth.password.require.numbers': 'Requerer números',
440
+ 'auth.password.require.numbers.description': 'Pelo menos um número (0-9)',
441
+ 'auth.password.require.special': 'Requerer caracteres especiais',
442
+ 'auth.password.require.special.description': 'Pelo menos um caractere especial (!@#$%^&*)',
443
+ 'auth.button.cancel': 'Cancelar',
444
+ 'auth.button.save': 'Salvar',
445
+ 'auth.button.settings': 'Configurações',
446
+ 'auth.category.general': 'Geral',
447
+ 'auth.category.password-free': 'Sem senha',
448
+ 'auth.category.auth-free': 'Sem autenticação',
449
+ 'auth.category.oauth': 'OAuth',
450
+ 'auth.oauth.config.message': 'Configure as configurações OAuth na página de Configuração de Autenticação primeiro',
451
+ 'auth.oauth.config.link': 'clique para configurar',
452
+ 'auth.settings.no.additional': 'Nenhuma configuração adicional disponível para este método de autenticação.'
289
453
  }
290
454
  };
@@ -74,27 +74,37 @@ var convertApiDataToComponent = function convertApiDataToComponent(apiData) {
74
74
  email: {
75
75
  en: 'Email',
76
76
  'zh-CN': '邮箱',
77
- 'zh-HK': '郵箱'
77
+ 'zh-HK': '郵箱',
78
+ ja: 'メール',
79
+ pt: 'E-mail'
78
80
  },
79
81
  phone: {
80
82
  en: 'Phone Number',
81
83
  'zh-CN': '手机号',
82
- 'zh-HK': '手機號'
84
+ 'zh-HK': '手機號',
85
+ ja: '電話番号',
86
+ pt: 'Número de Telefone'
83
87
  },
84
88
  facebook: {
85
89
  en: 'Facebook',
86
90
  'zh-CN': 'Facebook',
87
- 'zh-HK': 'Facebook'
91
+ 'zh-HK': 'Facebook',
92
+ ja: 'Facebook',
93
+ pt: 'Facebook'
88
94
  },
89
95
  apple: {
90
96
  en: 'Apple',
91
97
  'zh-CN': 'Apple',
92
- 'zh-HK': 'Apple'
98
+ 'zh-HK': 'Apple',
99
+ ja: 'Apple',
100
+ pt: 'Apple'
93
101
  },
94
102
  guest: {
95
103
  en: 'Guest',
96
104
  'zh-CN': '访客',
97
- 'zh-HK': '訪客'
105
+ 'zh-HK': '訪客',
106
+ ja: 'ゲスト',
107
+ pt: 'Convidado'
98
108
  }
99
109
  };
100
110
  return {
@@ -120,7 +130,9 @@ var mockGlobalMethods = [{
120
130
  label: {
121
131
  en: 'Email',
122
132
  'zh-CN': '邮箱',
123
- 'zh-HK': '郵箱'
133
+ 'zh-HK': '郵箱',
134
+ ja: 'メール',
135
+ pt: 'E-mail'
124
136
  }
125
137
  }, {
126
138
  method: 'phoneNumber',
@@ -128,7 +140,9 @@ var mockGlobalMethods = [{
128
140
  label: {
129
141
  en: 'Phone Number',
130
142
  'zh-CN': '手机号',
131
- 'zh-HK': '手機號'
143
+ 'zh-HK': '手機號',
144
+ ja: '電話番号',
145
+ pt: 'Número de Telefone'
132
146
  }
133
147
  }, {
134
148
  method: 'facebook',
@@ -136,7 +150,9 @@ var mockGlobalMethods = [{
136
150
  label: {
137
151
  en: 'Facebook',
138
152
  'zh-CN': 'Facebook',
139
- 'zh-HK': 'Facebook'
153
+ 'zh-HK': 'Facebook',
154
+ ja: 'Facebook',
155
+ pt: 'Facebook'
140
156
  }
141
157
  }, {
142
158
  method: 'apple',
@@ -144,7 +160,9 @@ var mockGlobalMethods = [{
144
160
  label: {
145
161
  en: 'Apple',
146
162
  'zh-CN': 'Apple',
147
- 'zh-HK': 'Apple'
163
+ 'zh-HK': 'Apple',
164
+ ja: 'Apple',
165
+ pt: 'Apple'
148
166
  }
149
167
  }];
150
168
  var AuthenticationMethods = function AuthenticationMethods(_ref) {
@@ -80,5 +80,59 @@ declare const _default: {
80
80
  'auth.methods.button.cancel': string;
81
81
  'auth.methods.button.save': string;
82
82
  };
83
+ ja: {
84
+ 'auth.methods.title': string;
85
+ 'auth.methods.mode.default.title': string;
86
+ 'auth.methods.mode.default.description': string;
87
+ 'auth.methods.mode.default.configure': string;
88
+ 'auth.methods.mode.custom.title': string;
89
+ 'auth.methods.mode.custom.description': string;
90
+ 'auth.methods.custom.warning.title': string;
91
+ 'auth.methods.custom.warning.description': string;
92
+ 'auth.methods.preview.title': string;
93
+ 'auth.methods.preview.description': string;
94
+ 'auth.methods.preview.inherited': string;
95
+ 'auth.methods.customer.title': string;
96
+ 'auth.methods.customer.description': string;
97
+ 'auth.methods.label.email': string;
98
+ 'auth.methods.label.phoneNumber': string;
99
+ 'auth.methods.label.walletCode': string;
100
+ 'auth.methods.label.guest': string;
101
+ 'auth.methods.label.walkIn': string;
102
+ 'auth.methods.label.google': string;
103
+ 'auth.methods.label.facebook': string;
104
+ 'auth.methods.label.apple': string;
105
+ 'auth.methods.status.enabled': string;
106
+ 'auth.methods.status.disabled': string;
107
+ 'auth.methods.button.cancel': string;
108
+ 'auth.methods.button.save': string;
109
+ };
110
+ pt: {
111
+ 'auth.methods.title': string;
112
+ 'auth.methods.mode.default.title': string;
113
+ 'auth.methods.mode.default.description': string;
114
+ 'auth.methods.mode.default.configure': string;
115
+ 'auth.methods.mode.custom.title': string;
116
+ 'auth.methods.mode.custom.description': string;
117
+ 'auth.methods.custom.warning.title': string;
118
+ 'auth.methods.custom.warning.description': string;
119
+ 'auth.methods.preview.title': string;
120
+ 'auth.methods.preview.description': string;
121
+ 'auth.methods.preview.inherited': string;
122
+ 'auth.methods.customer.title': string;
123
+ 'auth.methods.customer.description': string;
124
+ 'auth.methods.label.email': string;
125
+ 'auth.methods.label.phoneNumber': string;
126
+ 'auth.methods.label.walletCode': string;
127
+ 'auth.methods.label.guest': string;
128
+ 'auth.methods.label.walkIn': string;
129
+ 'auth.methods.label.google': string;
130
+ 'auth.methods.label.facebook': string;
131
+ 'auth.methods.label.apple': string;
132
+ 'auth.methods.status.enabled': string;
133
+ 'auth.methods.status.disabled': string;
134
+ 'auth.methods.button.cancel': string;
135
+ 'auth.methods.button.save': string;
136
+ };
83
137
  };
84
138
  export default _default;
@@ -103,5 +103,59 @@ export default {
103
103
  // Buttons
104
104
  'auth.methods.button.cancel': '取消',
105
105
  'auth.methods.button.save': '保存'
106
+ },
107
+ ja: {
108
+ 'auth.methods.title': '認証設定モード',
109
+ 'auth.methods.mode.default.title': 'デフォルト認証設定を使用',
110
+ 'auth.methods.mode.default.description': '組織設定で設定されたグローバル認証設定を使用します。チャネル間の一貫性のために推奨されます。',
111
+ 'auth.methods.mode.default.configure': 'グローバル認証設定を設定 →',
112
+ 'auth.methods.mode.custom.title': 'カスタム認証設定を使用',
113
+ 'auth.methods.mode.custom.description': 'このチャネルのみにカスタム認証設定を使用してグローバル設定を上書きします。',
114
+ 'auth.methods.custom.warning.title': 'カスタム認証設定',
115
+ 'auth.methods.custom.warning.description': 'ここでは認証方法の有効化または無効化のみが可能です。方法設定(OAuthキー、パスワードルールなど)を設定するには、グローバル認証設定を使用してください。',
116
+ 'auth.methods.preview.title': 'グローバル認証設定を使用',
117
+ 'auth.methods.preview.description': 'このチャネルはグローバル認証設定を使用します。グローバル設定から有効化されたすべての方法がこのチャネルで利用可能になります。',
118
+ 'auth.methods.preview.inherited': '認証方法はグローバル設定から継承されます:',
119
+ 'auth.methods.customer.title': '顧客',
120
+ 'auth.methods.customer.description': 'チャネルを使用するエンド顧客',
121
+ 'auth.methods.label.email': 'メール',
122
+ 'auth.methods.label.phoneNumber': '電話番号',
123
+ 'auth.methods.label.walletCode': 'ウォレットコード',
124
+ 'auth.methods.label.guest': 'ゲスト',
125
+ 'auth.methods.label.walkIn': '来店',
126
+ 'auth.methods.label.google': 'Google',
127
+ 'auth.methods.label.facebook': 'Facebook',
128
+ 'auth.methods.label.apple': 'Apple',
129
+ 'auth.methods.status.enabled': '有効',
130
+ 'auth.methods.status.disabled': '無効',
131
+ 'auth.methods.button.cancel': 'キャンセル',
132
+ 'auth.methods.button.save': '変更を保存'
133
+ },
134
+ pt: {
135
+ 'auth.methods.title': 'Modo de Configuração de Autenticação',
136
+ 'auth.methods.mode.default.title': 'Usar Configurações de Autenticação Padrão',
137
+ 'auth.methods.mode.default.description': 'Usar as configurações de autenticação globais configuradas nas configurações da organização. Isso é recomendado para consistência entre canais.',
138
+ 'auth.methods.mode.default.configure': 'Configurar configurações de autenticação globais →',
139
+ 'auth.methods.mode.custom.title': 'Usar Configurações de Autenticação Personalizadas',
140
+ 'auth.methods.mode.custom.description': 'Substituir configurações globais com configuração de autenticação personalizada apenas para este canal.',
141
+ 'auth.methods.custom.warning.title': 'Configurações de Autenticação Personalizadas',
142
+ 'auth.methods.custom.warning.description': 'Você só pode habilitar ou desabilitar métodos de autenticação aqui. Para configurar configurações de método (chaves OAuth, regras de senha, etc.), use as configurações de autenticação globais.',
143
+ 'auth.methods.preview.title': 'Usando Configurações de Autenticação Globais',
144
+ 'auth.methods.preview.description': 'Este canal usará a configuração de autenticação global. Todos os métodos habilitados das configurações globais estarão disponíveis para este canal.',
145
+ 'auth.methods.preview.inherited': 'Os métodos de autenticação serão herdados das configurações globais:',
146
+ 'auth.methods.customer.title': 'Cliente',
147
+ 'auth.methods.customer.description': 'Clientes finais usando o canal',
148
+ 'auth.methods.label.email': 'E-mail',
149
+ 'auth.methods.label.phoneNumber': 'Número de Telefone',
150
+ 'auth.methods.label.walletCode': 'Código da Carteira',
151
+ 'auth.methods.label.guest': 'Convidado',
152
+ 'auth.methods.label.walkIn': 'Cliente Avulso',
153
+ 'auth.methods.label.google': 'Google',
154
+ 'auth.methods.label.facebook': 'Facebook',
155
+ 'auth.methods.label.apple': 'Apple',
156
+ 'auth.methods.status.enabled': 'Habilitado',
157
+ 'auth.methods.status.disabled': 'Desabilitado',
158
+ 'auth.methods.button.cancel': 'Cancelar',
159
+ 'auth.methods.button.save': 'Salvar Alterações'
106
160
  }
107
161
  };
@@ -7,6 +7,8 @@ export interface GlobalAuthMethod {
7
7
  en: string;
8
8
  'zh-CN': string;
9
9
  'zh-HK': string;
10
+ ja: string;
11
+ pt: string;
10
12
  };
11
13
  }
12
14
  export declare type AuthenticationSettingsMode = 'default' | 'custom';
@@ -81,6 +81,8 @@ var DEFAULT_TRANSLATION = {
81
81
  en: 'Please provide the following account information to help us serve you better. Make sure your information is accurate.111',
82
82
  'zh-CN': '请提供以下账户信息以帮助我们更好地为您服务。请确保您的信息准确。111',
83
83
  'zh-HK': '請提供以下賬戶信息以幫助我們更好地為您服務。請確保您的信息準確。111',
84
+ ja: '以下のアカウント情報を提供してください。正確な情報を確認してください。111',
85
+ pt: 'Por favor, forneça as seguintes informações da conta para nos ajudar a melhorar o nosso atendimento. Certifique-se de que suas informações são precisas.111',
84
86
  original: 'Please provide the following account information to help us serve you better. Make sure your information is accurate.111'
85
87
  };
86
88
 
@@ -68,5 +68,51 @@ declare const _default: {
68
68
  'collect.info.skip': string;
69
69
  'collect.info.disallow.skip': string;
70
70
  };
71
+ ja: {
72
+ 'page.setting.login.form.menu.title': string;
73
+ 'page.setting.login.form.menu.desc': string;
74
+ 'collect.info.enable': string;
75
+ 'collect.info.account': string;
76
+ 'collect.info.allow.skip': string;
77
+ 'collect.info.prompt': string;
78
+ 'collect.info.fields': string;
79
+ 'collect.info.sort': string;
80
+ 'collect.info.customer.form': string;
81
+ 'collect.info.field.phone': string;
82
+ 'collect.info.field.phone.desc': string;
83
+ 'collect.info.field.email': string;
84
+ 'collect.info.field.email.desc': string;
85
+ 'collect.info.field.avatar': string;
86
+ 'collect.info.field.nickname': string;
87
+ 'collect.info.field.gender': string;
88
+ 'collect.info.field.name': string;
89
+ 'collect.info.required': string;
90
+ 'collect.info.optional': string;
91
+ 'collect.info.skip': string;
92
+ 'collect.info.disallow.skip': string;
93
+ };
94
+ pt: {
95
+ 'page.setting.login.form.menu.title': string;
96
+ 'page.setting.login.form.menu.desc': string;
97
+ 'collect.info.enable': string;
98
+ 'collect.info.account': string;
99
+ 'collect.info.allow.skip': string;
100
+ 'collect.info.prompt': string;
101
+ 'collect.info.fields': string;
102
+ 'collect.info.sort': string;
103
+ 'collect.info.customer.form': string;
104
+ 'collect.info.field.phone': string;
105
+ 'collect.info.field.phone.desc': string;
106
+ 'collect.info.field.email': string;
107
+ 'collect.info.field.email.desc': string;
108
+ 'collect.info.field.avatar': string;
109
+ 'collect.info.field.nickname': string;
110
+ 'collect.info.field.gender': string;
111
+ 'collect.info.field.name': string;
112
+ 'collect.info.required': string;
113
+ 'collect.info.optional': string;
114
+ 'collect.info.skip': string;
115
+ 'collect.info.disallow.skip': string;
116
+ };
71
117
  };
72
118
  export default _default;