@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
@@ -303,5 +303,209 @@ declare const _default: {
303
303
  'tocPay.text.domestic': string;
304
304
  'tocPay.text.rest-of-world': string;
305
305
  };
306
+ ja: {
307
+ 'tocPay.text.checkout': string;
308
+ 'tocPay.text.total': string;
309
+ 'tocPay.text.completePaymentIn': string;
310
+ 'tocPay.text.paymentInstruction': string;
311
+ 'tocPay.text.serviceCharge': string;
312
+ 'tocPay.text.noAvailablePaymentMethods': string;
313
+ 'tocPay.text.paymentMethod': string;
314
+ 'tocPay.text.connectingApplePay': string;
315
+ 'tocPay.text.connectingGooglePay': string;
316
+ 'tocPay.text.enterName': string;
317
+ 'tocPay.text.enterValidName': string;
318
+ 'tocPay.text.enterCardNumber': string;
319
+ 'tocPay.text.enterValidCardNumber': string;
320
+ 'tocPay.text.enterExpirationDate': string;
321
+ 'tocPay.text.enterCVV': string;
322
+ 'tocPay.text.enterValidCVV': string;
323
+ 'tocPay.text.addCard': string;
324
+ 'tocPay.text.creditorDebitCard': string;
325
+ 'tocPay.text.addCreditOrDebitCard': string;
326
+ 'tocPay.text.cardNumber': string;
327
+ 'tocPay.text.incorrectCardNumber': string;
328
+ 'tocPay.text.expiration': string;
329
+ 'tocPay.text.incorrectExpiryDate': string;
330
+ 'tocPay.text.securityCode': string;
331
+ 'tocPay.text.incorrectSecurityCode': string;
332
+ 'tocPay.text.cardholderName': string;
333
+ 'tocPay.text.enterEnglishName': string;
334
+ 'tocPay.text.incorrectName': string;
335
+ 'tocPay.text.saveCardForNextTime': string;
336
+ 'tocPay.text.secureBankInfo': string;
337
+ 'tocPay.text.pay': string;
338
+ 'tocPay.text.surcharge': string;
339
+ 'tocPay.text.done': string;
340
+ 'tocPay.text.manageCard': string;
341
+ 'tocPay.text.waitingForBankVerification': string;
342
+ 'tocPay.text.successBack': string;
343
+ 'tocPay.text.redirectingToAlipay': string;
344
+ 'tocPay.text.redirectingToPaypal': string;
345
+ 'tocPay.text.redirectingToWeChatPay': string;
346
+ 'tocPay.text.submit': string;
347
+ 'tocPay.text.clickSubmitToComplete': string;
348
+ 'tocPay.text.noExtraPayNeeded': string;
349
+ 'tocPay.text.continuePayment': string;
350
+ 'tocPay.text.prompt': string;
351
+ 'tocPay.text.confirmLeave': string;
352
+ 'tocPay.text.continuePay': string;
353
+ 'tocPay.text.leave': string;
354
+ 'tocPay.text.getParamsFail': string;
355
+ 'tocPay.text.walletPass': string;
356
+ 'tocPay.text.toUse': string;
357
+ 'tocPay.text.searchResult': string;
358
+ 'tocPay.text.select': string;
359
+ 'tocPay.text.couponCodesAdded': string;
360
+ 'tocPay.text.redeem': string;
361
+ 'tocPay.text.howToPay': string;
362
+ 'tocPay.text.congrats': string;
363
+ 'tocPay.text.creditHaveBeen': string;
364
+ 'tocPay.text.walletPassCodesTitle': string;
365
+ 'tocPay.text.scanBarQrCode': string;
366
+ 'tocPay.text.enterCodes': string;
367
+ 'tocPay.text.searchDescribe': string;
368
+ 'tocPay.text.walletPassEmpty': (walletName: string) => string;
369
+ 'tocPay.text.walletPassDisabled': string;
370
+ 'tocPay.text.walletPassPermanent': string;
371
+ 'tocPay.text.walletPassCompleteTitle': string;
372
+ 'tocPay.text.walletPassNoExtraPay': string;
373
+ 'tocPay.text.walletCanPay': string;
374
+ 'tocPay.text.paymentInstructions': string;
375
+ 'tocPay.text.walletSearchEmpty': string;
376
+ 'tocPay.text.detectIncognitoConfirm': string;
377
+ 'tocPay.text.copyLink': string;
378
+ 'tocPay.text.copySuccess': string;
379
+ 'tocPay.text.walletName': (shopName: string) => string;
380
+ 'tocPay.text.bestValueFound': string;
381
+ 'tocPay.text.welcomeToUseWalletPass': (walletName: string) => string;
382
+ 'tocPay.text.totalSavings': string;
383
+ 'tocPay.text.bestCombination': (walletName: string) => string;
384
+ 'tocPay.text.recommended': string;
385
+ 'tocPay.text.edit': string;
386
+ 'tocPay.text.confirm': string;
387
+ 'tocPay.text.unusedAndContinueToPayment': string;
388
+ 'tocPay.text.walletPassAvailable': (walletName: string) => string;
389
+ 'tocPay.text.useWalletPass': (walletName: string) => string;
390
+ 'tocPay.text.useWalletPassAdd': (walletName: string) => string;
391
+ 'tocPay.text.editWalletPass': (walletName: string) => string;
392
+ 'tocPay.text.skipAndContinueToPayment': string;
393
+ 'tocPay.text.youMightHaveAnEligibleWalletPass': (walletName: string) => string;
394
+ 'tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse': string;
395
+ 'tocPay.text.addPointsCard': string;
396
+ 'tocPay.text.hasNoWalletPassAmount': string;
397
+ 'tocPay.text.multipleSelectionAvailable': string;
398
+ 'tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment': (walletName: string) => string;
399
+ 'tocPay.text.bestValueCombination': string;
400
+ 'tocPay.text.viewDetail': string;
401
+ 'tocPay.text.returnAndSelectOtherPaymentMethod': string;
402
+ 'tocPay.text.paymentCompletedAndViewOrder': string;
403
+ 'tocPay.text.paymentFailed': string;
404
+ 'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
405
+ 'tocPay.text.domestic': string;
406
+ 'tocPay.text.rest-of-world': string;
407
+ };
408
+ pt: {
409
+ 'tocPay.text.checkout': string;
410
+ 'tocPay.text.total': string;
411
+ 'tocPay.text.completePaymentIn': string;
412
+ 'tocPay.text.paymentInstruction': string;
413
+ 'tocPay.text.serviceCharge': string;
414
+ 'tocPay.text.noAvailablePaymentMethods': string;
415
+ 'tocPay.text.paymentMethod': string;
416
+ 'tocPay.text.connectingApplePay': string;
417
+ 'tocPay.text.connectingGooglePay': string;
418
+ 'tocPay.text.enterName': string;
419
+ 'tocPay.text.enterValidName': string;
420
+ 'tocPay.text.enterCardNumber': string;
421
+ 'tocPay.text.enterValidCardNumber': string;
422
+ 'tocPay.text.enterExpirationDate': string;
423
+ 'tocPay.text.enterCVV': string;
424
+ 'tocPay.text.enterValidCVV': string;
425
+ 'tocPay.text.addCard': string;
426
+ 'tocPay.text.creditorDebitCard': string;
427
+ 'tocPay.text.addCreditOrDebitCard': string;
428
+ 'tocPay.text.cardNumber': string;
429
+ 'tocPay.text.incorrectCardNumber': string;
430
+ 'tocPay.text.expiration': string;
431
+ 'tocPay.text.incorrectExpiryDate': string;
432
+ 'tocPay.text.securityCode': string;
433
+ 'tocPay.text.incorrectSecurityCode': string;
434
+ 'tocPay.text.cardholderName': string;
435
+ 'tocPay.text.enterEnglishName': string;
436
+ 'tocPay.text.incorrectName': string;
437
+ 'tocPay.text.saveCardForNextTime': string;
438
+ 'tocPay.text.secureBankInfo': string;
439
+ 'tocPay.text.pay': string;
440
+ 'tocPay.text.surcharge': string;
441
+ 'tocPay.text.done': string;
442
+ 'tocPay.text.manageCard': string;
443
+ 'tocPay.text.waitingForBankVerification': string;
444
+ 'tocPay.text.successBack': string;
445
+ 'tocPay.text.redirectingToAlipay': string;
446
+ 'tocPay.text.redirectingToPaypal': string;
447
+ 'tocPay.text.redirectingToWeChatPay': string;
448
+ 'tocPay.text.submit': string;
449
+ 'tocPay.text.clickSubmitToComplete': string;
450
+ 'tocPay.text.noExtraPayNeeded': string;
451
+ 'tocPay.text.continuePayment': string;
452
+ 'tocPay.text.prompt': string;
453
+ 'tocPay.text.confirmLeave': string;
454
+ 'tocPay.text.continuePay': string;
455
+ 'tocPay.text.leave': string;
456
+ 'tocPay.text.getParamsFail': string;
457
+ 'tocPay.text.walletPass': string;
458
+ 'tocPay.text.toUse': string;
459
+ 'tocPay.text.searchResult': string;
460
+ 'tocPay.text.select': string;
461
+ 'tocPay.text.couponCodesAdded': string;
462
+ 'tocPay.text.redeem': string;
463
+ 'tocPay.text.howToPay': string;
464
+ 'tocPay.text.congrats': string;
465
+ 'tocPay.text.creditHaveBeen': string;
466
+ 'tocPay.text.walletPassCodesTitle': string;
467
+ 'tocPay.text.scanBarQrCode': string;
468
+ 'tocPay.text.enterCodes': string;
469
+ 'tocPay.text.searchDescribe': string;
470
+ 'tocPay.text.walletPassEmpty': (walletName: string) => string;
471
+ 'tocPay.text.walletPassDisabled': string;
472
+ 'tocPay.text.walletPassPermanent': string;
473
+ 'tocPay.text.walletPassCompleteTitle': string;
474
+ 'tocPay.text.walletPassNoExtraPay': string;
475
+ 'tocPay.text.walletCanPay': string;
476
+ 'tocPay.text.paymentInstructions': string;
477
+ 'tocPay.text.walletSearchEmpty': string;
478
+ 'tocPay.text.detectIncognitoConfirm': string;
479
+ 'tocPay.text.copyLink': string;
480
+ 'tocPay.text.copySuccess': string;
481
+ 'tocPay.text.walletName': (shopName: string) => string;
482
+ 'tocPay.text.bestValueFound': string;
483
+ 'tocPay.text.welcomeToUseWalletPass': (walletName: string) => string;
484
+ 'tocPay.text.totalSavings': string;
485
+ 'tocPay.text.bestCombination': (walletName: string) => string;
486
+ 'tocPay.text.recommended': string;
487
+ 'tocPay.text.edit': string;
488
+ 'tocPay.text.confirm': string;
489
+ 'tocPay.text.unusedAndContinueToPayment': string;
490
+ 'tocPay.text.walletPassAvailable': (walletName: string) => string;
491
+ 'tocPay.text.useWalletPass': (walletName: string) => string;
492
+ 'tocPay.text.useWalletPassAdd': (walletName: string) => string;
493
+ 'tocPay.text.editWalletPass': (walletName: string) => string;
494
+ 'tocPay.text.skipAndContinueToPayment': string;
495
+ 'tocPay.text.youMightHaveAnEligibleWalletPass': (walletName: string) => string;
496
+ 'tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse': string;
497
+ 'tocPay.text.addPointsCard': string;
498
+ 'tocPay.text.hasNoWalletPassAmount': string;
499
+ 'tocPay.text.multipleSelectionAvailable': string;
500
+ 'tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment': (walletName: string) => string;
501
+ 'tocPay.text.bestValueCombination': string;
502
+ 'tocPay.text.viewDetail': string;
503
+ 'tocPay.text.returnAndSelectOtherPaymentMethod': string;
504
+ 'tocPay.text.paymentCompletedAndViewOrder': string;
505
+ 'tocPay.text.paymentFailed': string;
506
+ 'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
507
+ 'tocPay.text.domestic': string;
508
+ 'tocPay.text.rest-of-world': string;
509
+ };
306
510
  };
307
511
  export default _default;
@@ -326,5 +326,209 @@ var locales_default = {
326
326
  "tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater": "我們正在確認您的支付狀態,請稍後查看訂單狀態。",
327
327
  "tocPay.text.domestic": "本國",
328
328
  "tocPay.text.rest-of-world": "國外"
329
+ },
330
+ ja: {
331
+ "tocPay.text.checkout": "チェックアウト",
332
+ "tocPay.text.total": "合計",
333
+ "tocPay.text.completePaymentIn": "支払いを完了",
334
+ "tocPay.text.paymentInstruction": "支払い説明",
335
+ "tocPay.text.serviceCharge": "手数料",
336
+ "tocPay.text.noAvailablePaymentMethods": "現在の店舗で利用可能な支払い方法がありません",
337
+ "tocPay.text.paymentMethod": "支払い方法",
338
+ "tocPay.text.connectingApplePay": "Apple Payに接続中、お待ちください...",
339
+ "tocPay.text.connectingGooglePay": "Google Payに接続中、お待ちください...",
340
+ "tocPay.text.enterName": "お名前を入力してください",
341
+ "tocPay.text.enterValidName": "有効な名前を入力してください",
342
+ "tocPay.text.enterCardNumber": "カード番号を入力してください",
343
+ "tocPay.text.enterValidCardNumber": "有効なカード番号を入力してください",
344
+ "tocPay.text.enterExpirationDate": "有効期限を入力してください",
345
+ "tocPay.text.enterCVV": "CVVを入力してください",
346
+ "tocPay.text.enterValidCVV": "有効なCVVを入力してください",
347
+ "tocPay.text.addCard": "カードを追加",
348
+ "tocPay.text.creditorDebitCard": "カード",
349
+ "tocPay.text.addCreditOrDebitCard": "カードを追加",
350
+ "tocPay.text.cardNumber": "カード番号",
351
+ "tocPay.text.incorrectCardNumber": "カード番号が正しくありません。もう一度お試しください。",
352
+ "tocPay.text.expiration": "有効期限",
353
+ "tocPay.text.incorrectExpiryDate": "有効期限が正しくありません。",
354
+ "tocPay.text.securityCode": "セキュリティコード",
355
+ "tocPay.text.incorrectSecurityCode": "セキュリティコードが正しくありません。",
356
+ "tocPay.text.cardholderName": "カード名義人",
357
+ "tocPay.text.enterEnglishName": "英語で名前と姓のみを入力してください。スペースで区切ってください。",
358
+ "tocPay.text.incorrectName": "カードのフルネーム",
359
+ "tocPay.text.saveCardForNextTime": "このカードを次回のために保存しますか?",
360
+ "tocPay.text.secureBankInfo": "お客様の銀行カード情報は専門の金融機関によって安全に保存されています。「支払う」をクリックすると、支払いプロセスに同意したことになります。",
361
+ "tocPay.text.pay": "支払う",
362
+ "tocPay.text.surcharge": "追加料金",
363
+ "tocPay.text.done": "完了",
364
+ "tocPay.text.manageCard": "カードを管理",
365
+ "tocPay.text.waitingForBankVerification": "銀行の確認を待機中です。5〜10秒お待ちください。カード発行銀行の確認ページにリダイレクトされる場合があります。",
366
+ "tocPay.text.successBack": "支払いが完了しました。注文に戻る",
367
+ "tocPay.text.redirectingToAlipay": "Alipayにリダイレクト中、お待ちください...",
368
+ "tocPay.text.redirectingToPaypal": "Paypalにリダイレクト中、お待ちください...",
369
+ "tocPay.text.redirectingToWeChatPay": "WeChat Payにリダイレクト中、お待ちください...",
370
+ "tocPay.text.submit": "送信",
371
+ "tocPay.text.clickSubmitToComplete": "完了するには下部の「送信」ボタンをクリックしてください",
372
+ "tocPay.text.noExtraPayNeeded": "追加の支払いは不要です",
373
+ "tocPay.text.continuePayment": "支払いを続行:",
374
+ "tocPay.text.prompt": "通知",
375
+ "tocPay.text.confirmLeave": "本当に離れますか?",
376
+ "tocPay.text.continuePay": "支払いを続行",
377
+ "tocPay.text.leave": "離れる",
378
+ "tocPay.text.getParamsFail": "支払いパラメータの取得に失敗しました",
379
+ "tocPay.text.walletPass": "ウォレットパス",
380
+ "tocPay.text.toUse": "使用する",
381
+ "tocPay.text.searchResult": "検索結果",
382
+ "tocPay.text.select": "選択",
383
+ "tocPay.text.couponCodesAdded": "コードが追加されました",
384
+ "tocPay.text.redeem": "引き換える",
385
+ "tocPay.text.howToPay": "どのように支払いますか?",
386
+ "tocPay.text.congrats": "おめでとうございます、",
387
+ "tocPay.text.creditHaveBeen": "クレジットが適用され、支払額が減額されました。",
388
+ "tocPay.text.walletPassCodesTitle": "手元にコードはありますか?",
389
+ "tocPay.text.scanBarQrCode": "バーコード/QRコードをスキャン",
390
+ "tocPay.text.enterCodes": "コードを入力",
391
+ "tocPay.text.searchDescribe": "コードまたはエンコードを入力してください",
392
+ "tocPay.text.walletPassEmpty": (walletName) => `${walletName}なし`,
393
+ "tocPay.text.walletPassDisabled": "無効",
394
+ "tocPay.text.walletPassPermanent": "永続",
395
+ "tocPay.text.walletPassCompleteTitle": "完了するには下部の「送信」ボタンをクリックしてください",
396
+ "tocPay.text.walletPassNoExtraPay": "追加の支払いは不要です",
397
+ "tocPay.text.walletCanPay": "ウォレットパスの残高またはその他の適格なバウチャータイプを使用して支払うことができます。",
398
+ "tocPay.text.paymentInstructions": "説明",
399
+ "tocPay.text.walletSearchEmpty": "結果が見つかりませんでした。",
400
+ "tocPay.text.detectIncognitoConfirm": "現在プライベートモードです。ウォレット支払いが成功しない可能性があります。リンクをコピーして、非プライベートブラウジングタブで支払いを続行してください。",
401
+ "tocPay.text.copyLink": "リンクをコピー",
402
+ "tocPay.text.copySuccess": "コピー成功",
403
+ "tocPay.text.walletName": (shopName) => `${shopName}のウォレット`,
404
+ "tocPay.text.bestValueFound": "あなたに最適なウォレットの組み合わせ!",
405
+ "tocPay.text.welcomeToUseWalletPass": (walletName) => `${walletName}のご利用を歓迎します`,
406
+ "tocPay.text.totalSavings": "合計節約額",
407
+ "tocPay.text.bestCombination": (walletName) => `利用可能な${walletName}オプションの最適な組み合わせ`,
408
+ "tocPay.text.recommended": "推奨",
409
+ "tocPay.text.edit": "編集",
410
+ "tocPay.text.confirm": "確認",
411
+ "tocPay.text.unusedAndContinueToPayment": "未使用で支払いを続行",
412
+ "tocPay.text.walletPassAvailable": (walletName) => `有効な${walletName}がありません`,
413
+ "tocPay.text.useWalletPass": (walletName) => `${walletName}に移動`,
414
+ "tocPay.text.useWalletPassAdd": (walletName) => `${walletName}に移動`,
415
+ "tocPay.text.editWalletPass": (walletName) => `組み合わせを変更`,
416
+ "tocPay.text.skipAndContinueToPayment": "スキップして支払いを続行",
417
+ "tocPay.text.youMightHaveAnEligibleWalletPass": (walletName) => `適格な${walletName}をお持ちの可能性があります`,
418
+ "tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse": "ポイントカード、チャージ可能なカード、またはバウチャーがあるか確認してください",
419
+ "tocPay.text.addPointsCard": "手元にポイントカード、チャージ可能なカード、またはバウチャーがある場合は追加してください。",
420
+ "tocPay.text.hasNoWalletPassAmount": "ポイントカード、チャージ可能なカード、またはバウチャーオプションを表示",
421
+ "tocPay.text.multipleSelectionAvailable": "複数選択可能",
422
+ "tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment": (walletName) => `複数の${walletName}を選択して組み合わせて支払うことができます`,
423
+ "tocPay.text.bestValueCombination": "最高価値の組み合わせ",
424
+ "tocPay.text.viewDetail": "詳細を表示",
425
+ "tocPay.text.returnAndSelectOtherPaymentMethod": "戻る / 別の支払い方法を選択",
426
+ "tocPay.text.paymentCompletedAndViewOrder": "支払い完了 / 注文を表示",
427
+ "tocPay.text.paymentFailed": "まだ支払われていません。支払いが成功したか確認してください",
428
+ "tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater": "支払いを確認中です。後で注文ステータスを確認してください。",
429
+ "tocPay.text.domestic": "国内",
430
+ "tocPay.text.rest-of-world": "海外"
431
+ },
432
+ pt: {
433
+ "tocPay.text.checkout": "Checkout",
434
+ "tocPay.text.total": "Total",
435
+ "tocPay.text.completePaymentIn": "Complete o pagamento em",
436
+ "tocPay.text.paymentInstruction": "Instruções de pagamento",
437
+ "tocPay.text.serviceCharge": "Taxa de serviço",
438
+ "tocPay.text.noAvailablePaymentMethods": "Nenhum método de pagamento disponível para a loja atual",
439
+ "tocPay.text.paymentMethod": "Método de pagamento",
440
+ "tocPay.text.connectingApplePay": "Conectando ao Apple Pay, aguarde...",
441
+ "tocPay.text.connectingGooglePay": "Conectando ao Google Pay, aguarde...",
442
+ "tocPay.text.enterName": "Por favor, insira seu nome",
443
+ "tocPay.text.enterValidName": "Por favor, insira um nome válido",
444
+ "tocPay.text.enterCardNumber": "Por favor, insira o número do cartão",
445
+ "tocPay.text.enterValidCardNumber": "Por favor, insira um número de cartão válido",
446
+ "tocPay.text.enterExpirationDate": "Por favor, insira a data de validade",
447
+ "tocPay.text.enterCVV": "Por favor, insira o CVV",
448
+ "tocPay.text.enterValidCVV": "Por favor, insira um CVV válido",
449
+ "tocPay.text.addCard": "Adicionar cartão",
450
+ "tocPay.text.creditorDebitCard": "Cartão",
451
+ "tocPay.text.addCreditOrDebitCard": "Adicionar cartão",
452
+ "tocPay.text.cardNumber": "Número do cartão",
453
+ "tocPay.text.incorrectCardNumber": "Número do cartão incorreto. Por favor, tente novamente.",
454
+ "tocPay.text.expiration": "Validade",
455
+ "tocPay.text.incorrectExpiryDate": "Data de validade incorreta.",
456
+ "tocPay.text.securityCode": "Código de segurança",
457
+ "tocPay.text.incorrectSecurityCode": "Código de segurança incorreto.",
458
+ "tocPay.text.cardholderName": "Nome do portador do cartão",
459
+ "tocPay.text.enterEnglishName": "Por favor, insira apenas seu primeiro e último nome em inglês, separados por um espaço.",
460
+ "tocPay.text.incorrectName": "Nome completo no cartão.",
461
+ "tocPay.text.saveCardForNextTime": "Salvar este cartão para a próxima vez?",
462
+ "tocPay.text.secureBankInfo": "As informações do seu cartão bancário são armazenadas com segurança por instituições financeiras profissionais. Ao clicar em 'Pagar', você concorda com o processo de pagamento.",
463
+ "tocPay.text.pay": "Pagar",
464
+ "tocPay.text.surcharge": "Taxa adicional",
465
+ "tocPay.text.done": "Concluído",
466
+ "tocPay.text.manageCard": "Gerenciar cartão",
467
+ "tocPay.text.waitingForBankVerification": "Aguardando verificação bancária, aguarde 5-10 segundos. Você pode ser redirecionado para a página de verificação do banco emissor do cartão para autorizar este pagamento.",
468
+ "tocPay.text.successBack": "Pagamento concluído, retornar ao pedido",
469
+ "tocPay.text.redirectingToAlipay": "Redirecionando para Alipay, aguarde...",
470
+ "tocPay.text.redirectingToPaypal": "Redirecionando para Paypal, aguarde...",
471
+ "tocPay.text.redirectingToWeChatPay": "Redirecionando para WeChat Pay, aguarde...",
472
+ "tocPay.text.submit": "Enviar",
473
+ "tocPay.text.clickSubmitToComplete": 'Por favor, clique no botão "Enviar" na parte inferior para concluir',
474
+ "tocPay.text.noExtraPayNeeded": "Nenhum pagamento extra necessário",
475
+ "tocPay.text.continuePayment": "Continuar pagamento:",
476
+ "tocPay.text.prompt": "Aviso",
477
+ "tocPay.text.confirmLeave": "Tem certeza de que deseja sair?",
478
+ "tocPay.text.continuePay": "Continuar a pagar",
479
+ "tocPay.text.leave": "Sair",
480
+ "tocPay.text.getParamsFail": "Falha ao obter parâmetros de pagamento",
481
+ "tocPay.text.walletPass": "Carteira Digital",
482
+ "tocPay.text.toUse": "Para usar",
483
+ "tocPay.text.searchResult": "Resultado da pesquisa",
484
+ "tocPay.text.select": "Selecionar",
485
+ "tocPay.text.couponCodesAdded": "Códigos adicionados",
486
+ "tocPay.text.redeem": "Resgatar",
487
+ "tocPay.text.howToPay": "Como você gostaria de pagar?",
488
+ "tocPay.text.congrats": "Parabéns,",
489
+ "tocPay.text.creditHaveBeen": "crédito foi aplicado para reduzir o valor devido.",
490
+ "tocPay.text.walletPassCodesTitle": "Você tem algum código em mãos?",
491
+ "tocPay.text.scanBarQrCode": "Escanear código de barras/QR",
492
+ "tocPay.text.enterCodes": "Inserir códigos",
493
+ "tocPay.text.searchDescribe": "Por favor, insira o código ou codifique",
494
+ "tocPay.text.walletPassEmpty": (walletName) => `Sem ${walletName}`,
495
+ "tocPay.text.walletPassDisabled": "Desabilitado",
496
+ "tocPay.text.walletPassPermanent": "Permanente",
497
+ "tocPay.text.walletPassCompleteTitle": 'Por favor, clique no botão "Enviar" na parte inferior para concluir',
498
+ "tocPay.text.walletPassNoExtraPay": "Nenhum pagamento extra necessário",
499
+ "tocPay.text.walletCanPay": "Você pode usar o saldo em sua carteira digital ou outros tipos de vale elegíveis para pagar.",
500
+ "tocPay.text.paymentInstructions": "Instruções",
501
+ "tocPay.text.walletSearchEmpty": "Nenhum resultado encontrado.",
502
+ "tocPay.text.detectIncognitoConfirm": "Você está atualmente no modo privado, o pagamento com carteira pode não ter sucesso. Por favor, copie o link e continue o pagamento em uma aba de navegação não privada.",
503
+ "tocPay.text.copyLink": "Copiar link",
504
+ "tocPay.text.copySuccess": "Cópia Bem-sucedida",
505
+ "tocPay.text.walletName": (shopName) => `Carteira de ${shopName}`,
506
+ "tocPay.text.bestValueFound": "Melhor combinação de carteira para você!",
507
+ "tocPay.text.welcomeToUseWalletPass": (walletName) => `Bem-vindo ao uso de ${walletName}`,
508
+ "tocPay.text.totalSavings": "Economia total",
509
+ "tocPay.text.bestCombination": (walletName) => `Melhor combinação de suas opções disponíveis de ${walletName}`,
510
+ "tocPay.text.recommended": "Recomendado",
511
+ "tocPay.text.edit": "Editar",
512
+ "tocPay.text.confirm": "Confirmar",
513
+ "tocPay.text.unusedAndContinueToPayment": "Não usado e continuar para pagamento",
514
+ "tocPay.text.walletPassAvailable": (walletName) => `Você não tem ${walletName} válido`,
515
+ "tocPay.text.useWalletPass": (walletName) => `Ir para ${walletName}`,
516
+ "tocPay.text.useWalletPassAdd": (walletName) => `Ir para ${walletName}`,
517
+ "tocPay.text.editWalletPass": (walletName) => `Alterar Combinação`,
518
+ "tocPay.text.skipAndContinueToPayment": "Pular e continuar para pagamento",
519
+ "tocPay.text.youMightHaveAnEligibleWalletPass": (walletName) => `Você pode ter um ${walletName} elegível`,
520
+ "tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse": "Verifique se você tem Cartão de Pontos, Cartão Recarregável ou Vales para usar",
521
+ "tocPay.text.addPointsCard": "Adicione cartão de pontos, cartão recarregável ou vales se tiver algum em mãos.",
522
+ "tocPay.text.hasNoWalletPassAmount": "Visualizar opções de cartão de pontos, cartão recarregável ou vales",
523
+ "tocPay.text.multipleSelectionAvailable": "Seleção múltipla disponível",
524
+ "tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment": (walletName) => `Você pode selecionar múltiplos ${walletName} para combinar para pagamento`,
525
+ "tocPay.text.bestValueCombination": "Melhor combinação de valor",
526
+ "tocPay.text.viewDetail": "Ver detalhes",
527
+ "tocPay.text.returnAndSelectOtherPaymentMethod": "Voltar / Escolher Outro Pagamento",
528
+ "tocPay.text.paymentCompletedAndViewOrder": "Pagamento Concluído / Ver Pedido",
529
+ "tocPay.text.paymentFailed": "Ainda não foi pago, por favor verifique se o pagamento foi bem-sucedido",
530
+ "tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater": "Estamos verificando seu pagamento. Por favor, verifique o status do seu pedido mais tarde.",
531
+ "tocPay.text.domestic": "Doméstico",
532
+ "tocPay.text.rest-of-world": "Resto do mundo"
329
533
  }
330
534
  };
@@ -49,6 +49,8 @@ export declare const getWalletNameAndPopupStatus: (values: {
49
49
  en: string;
50
50
  'zh-CN': string;
51
51
  'zh-HK': string;
52
+ 'ja': string;
53
+ 'pt': string;
52
54
  };
53
55
  };
54
56
  wallet_setting: {
@@ -23,5 +23,21 @@ declare const _default: {
23
23
  'pisell2.pin.modal.reset.pin': string;
24
24
  'pisell2.pin.modal.cancel': string;
25
25
  };
26
+ ja: {
27
+ 'pisell2.pin.modal.title': string;
28
+ 'pisell2.pin.modal.label': string;
29
+ 'pisell2.pin.modal.desc': string;
30
+ 'pisell2.pin.modal.time': string;
31
+ 'pisell2.pin.modal.reset.pin': string;
32
+ 'pisell2.pin.modal.cancel': string;
33
+ };
34
+ pt: {
35
+ 'pisell2.pin.modal.title': string;
36
+ 'pisell2.pin.modal.label': string;
37
+ 'pisell2.pin.modal.desc': string;
38
+ 'pisell2.pin.modal.time': string;
39
+ 'pisell2.pin.modal.reset.pin': string;
40
+ 'pisell2.pin.modal.cancel': string;
41
+ };
26
42
  };
27
43
  export default _default;
@@ -46,5 +46,21 @@ var locales_default = {
46
46
  "pisell2.pin.modal.time": "最後更新時間 : ",
47
47
  "pisell2.pin.modal.reset.pin": "重新生成PIN",
48
48
  "pisell2.pin.modal.cancel": "取消"
49
+ },
50
+ ja: {
51
+ "pisell2.pin.modal.title": "PINを表示",
52
+ "pisell2.pin.modal.label": "現在のPIN :",
53
+ "pisell2.pin.modal.desc": "このPINは72時間後に期限切れになります。PINを他人と共有しないでください。",
54
+ "pisell2.pin.modal.time": "最終更新時間 : ",
55
+ "pisell2.pin.modal.reset.pin": "PINを再生成",
56
+ "pisell2.pin.modal.cancel": "キャンセル"
57
+ },
58
+ pt: {
59
+ "pisell2.pin.modal.title": "Ver PIN",
60
+ "pisell2.pin.modal.label": "PIN Atual :",
61
+ "pisell2.pin.modal.desc": "Este PIN expirará em 72 horas. Não compartilhe seu PIN com outras pessoas.",
62
+ "pisell2.pin.modal.time": "Última Atualização : ",
63
+ "pisell2.pin.modal.reset.pin": "Regenerar PIN",
64
+ "pisell2.pin.modal.cancel": "Cancelar"
49
65
  }
50
66
  };
@@ -20,5 +20,19 @@ declare const _default: {
20
20
  'pisell2.pin.verify.modal.keyboard.desc': string;
21
21
  'pisell2.pin.verify.modal.keyboard.verify': string;
22
22
  };
23
+ ja: {
24
+ 'pisell2.pin.verify.modal.title': string;
25
+ 'pisell2.pin.verify.modal.wallet': string;
26
+ 'pisell2.pin.verify.modal.keyboard.title': string;
27
+ 'pisell2.pin.verify.modal.keyboard.desc': string;
28
+ 'pisell2.pin.verify.modal.keyboard.verify': string;
29
+ };
30
+ pt: {
31
+ 'pisell2.pin.verify.modal.title': string;
32
+ 'pisell2.pin.verify.modal.wallet': string;
33
+ 'pisell2.pin.verify.modal.keyboard.title': string;
34
+ 'pisell2.pin.verify.modal.keyboard.desc': string;
35
+ 'pisell2.pin.verify.modal.keyboard.verify': string;
36
+ };
23
37
  };
24
38
  export default _default;
@@ -43,5 +43,19 @@ var locales_default = {
43
43
  "pisell2.pin.verify.modal.keyboard.title": "請輸入該錢包的4位PIN碼以繼續",
44
44
  "pisell2.pin.verify.modal.keyboard.desc": "剩餘驗證次數 : ",
45
45
  "pisell2.pin.verify.modal.keyboard.verify": "驗證"
46
+ },
47
+ ja: {
48
+ "pisell2.pin.verify.modal.title": "ウォレット認証",
49
+ "pisell2.pin.verify.modal.wallet": "ウォレット : ",
50
+ "pisell2.pin.verify.modal.keyboard.title": "続行するには4桁のPINを入力してください",
51
+ "pisell2.pin.verify.modal.keyboard.desc": "残りの試行回数 : ",
52
+ "pisell2.pin.verify.modal.keyboard.verify": "認証"
53
+ },
54
+ pt: {
55
+ "pisell2.pin.verify.modal.title": "Verificação de Carteira",
56
+ "pisell2.pin.verify.modal.wallet": "Carteira : ",
57
+ "pisell2.pin.verify.modal.keyboard.title": "Digite o PIN de 4 dígitos para continuar",
58
+ "pisell2.pin.verify.modal.keyboard.desc": "Tentativas restantes : ",
59
+ "pisell2.pin.verify.modal.keyboard.verify": "Verificar"
46
60
  }
47
61
  };
@@ -77,5 +77,57 @@ declare const _default: {
77
77
  'pisell2.text.search-customer-by-phone-number': string;
78
78
  'pisell2.text.create': string;
79
79
  };
80
+ ja: {
81
+ 'pisell2.text.leave-empty-for-walk-in': string;
82
+ 'pisell2.text.date-year-text': string;
83
+ 'pisell2.text.date-month-text': string;
84
+ 'pisell2.text.date-day-text': string;
85
+ 'pisell2.text.gender': string;
86
+ 'pisell2.text.gender.male': string;
87
+ 'pisell2.text.gender.female': string;
88
+ 'pisell2.text.birthday': string;
89
+ 'pisell2.text.phone': string;
90
+ 'pisell2.text.email': string;
91
+ 'pisell2.text.lastname': string;
92
+ 'pisell2.text.firstname': string;
93
+ 'pisell2.text.email-error-message': string;
94
+ 'pisell2.text.notes': string;
95
+ 'pisell2.text.save': string;
96
+ 'pisell2.text.save-and-select': string;
97
+ 'pisell2.text.no-results-found': string;
98
+ 'pisell2.text.create-new-client': string;
99
+ 'pisell2.text.result-found': string;
100
+ 'pisell2.text.personnel-list': string;
101
+ 'pisell2.text.add-client.confirm': string;
102
+ 'pisell2.text.load-more': string;
103
+ 'pisell2.text.search-customer-by-phone-number': string;
104
+ 'pisell2.text.create': string;
105
+ };
106
+ pt: {
107
+ 'pisell2.text.leave-empty-for-walk-in': string;
108
+ 'pisell2.text.date-year-text': string;
109
+ 'pisell2.text.date-month-text': string;
110
+ 'pisell2.text.date-day-text': string;
111
+ 'pisell2.text.gender': string;
112
+ 'pisell2.text.gender.male': string;
113
+ 'pisell2.text.gender.female': string;
114
+ 'pisell2.text.birthday': string;
115
+ 'pisell2.text.phone': string;
116
+ 'pisell2.text.email': string;
117
+ 'pisell2.text.lastname': string;
118
+ 'pisell2.text.firstname': string;
119
+ 'pisell2.text.email-error-message': string;
120
+ 'pisell2.text.notes': string;
121
+ 'pisell2.text.save': string;
122
+ 'pisell2.text.save-and-select': string;
123
+ 'pisell2.text.no-results-found': string;
124
+ 'pisell2.text.create-new-client': string;
125
+ 'pisell2.text.result-found': string;
126
+ 'pisell2.text.personnel-list': string;
127
+ 'pisell2.text.add-client.confirm': string;
128
+ 'pisell2.text.load-more': string;
129
+ 'pisell2.text.search-customer-by-phone-number': string;
130
+ 'pisell2.text.create': string;
131
+ };
80
132
  };
81
133
  export default _default;
@@ -100,5 +100,57 @@ var locales_default = {
100
100
  "pisell2.text.load-more": "加載更多",
101
101
  "pisell2.text.search-customer-by-phone-number": "輸入手機號搜索客戶",
102
102
  "pisell2.text.create": "創建"
103
+ },
104
+ ja: {
105
+ "pisell2.text.leave-empty-for-walk-in": "ウォークインの場合は空のままにしてください",
106
+ "pisell2.text.date-year-text": "年",
107
+ "pisell2.text.date-month-text": "月",
108
+ "pisell2.text.date-day-text": "日",
109
+ "pisell2.text.gender": "性別",
110
+ "pisell2.text.gender.male": "男性",
111
+ "pisell2.text.gender.female": "女性",
112
+ "pisell2.text.birthday": "誕生日",
113
+ "pisell2.text.phone": "電話番号",
114
+ "pisell2.text.email": "メールアドレス",
115
+ "pisell2.text.lastname": "姓",
116
+ "pisell2.text.firstname": "名",
117
+ "pisell2.text.email-error-message": "メールアドレスの形式が正しくありません",
118
+ "pisell2.text.notes": "備考",
119
+ "pisell2.text.save": "保存",
120
+ "pisell2.text.save-and-select": "保存して選択",
121
+ "pisell2.text.no-results-found": "結果が見つかりませんでした",
122
+ "pisell2.text.create-new-client": "新規顧客を作成",
123
+ "pisell2.text.result-found": "検索結果",
124
+ "pisell2.text.personnel-list": "顧客リスト",
125
+ "pisell2.text.add-client.confirm": "名前、電話番号、メールアドレスのいずれか1つ以上を入力してください",
126
+ "pisell2.text.load-more": "さらに読み込む",
127
+ "pisell2.text.search-customer-by-phone-number": "電話番号で検索",
128
+ "pisell2.text.create": "作成"
129
+ },
130
+ pt: {
131
+ "pisell2.text.leave-empty-for-walk-in": "Deixe vazio para walk-in",
132
+ "pisell2.text.date-year-text": "AAAA",
133
+ "pisell2.text.date-month-text": "MM",
134
+ "pisell2.text.date-day-text": "DD",
135
+ "pisell2.text.gender": "Gênero",
136
+ "pisell2.text.gender.male": "Masculino",
137
+ "pisell2.text.gender.female": "Feminino",
138
+ "pisell2.text.birthday": "Data de Nascimento",
139
+ "pisell2.text.phone": "Número de Telefone",
140
+ "pisell2.text.email": "E-mail",
141
+ "pisell2.text.lastname": "Sobrenome",
142
+ "pisell2.text.firstname": "Nome",
143
+ "pisell2.text.email-error-message": "Formato de e-mail inválido",
144
+ "pisell2.text.notes": "Nota",
145
+ "pisell2.text.save": "Salvar",
146
+ "pisell2.text.save-and-select": "Salvar e selecionar",
147
+ "pisell2.text.no-results-found": "Nenhum resultado encontrado.",
148
+ "pisell2.text.create-new-client": "Criar novo cliente",
149
+ "pisell2.text.result-found": "Resultado encontrado",
150
+ "pisell2.text.personnel-list": "Lista de clientes",
151
+ "pisell2.text.add-client.confirm": "Preencha pelo menos um nome, número de telefone e endereço de e-mail",
152
+ "pisell2.text.load-more": "Carregar mais",
153
+ "pisell2.text.search-customer-by-phone-number": "Pesquisar por número de telefone",
154
+ "pisell2.text.create": "Criar"
103
155
  }
104
156
  };