@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
@@ -268,5 +268,189 @@ declare const _default: {
268
268
  'registry.scope.channel': string;
269
269
  'registry.scope.board': string;
270
270
  };
271
+ ja: {
272
+ 'registry.title': string;
273
+ 'registry.sections.title': string;
274
+ 'registry.sections.empty': string;
275
+ 'registry.sections.loadMore': string;
276
+ 'registry.sections.noMore': string;
277
+ 'registry.table.title': string;
278
+ 'registry.table.name': string;
279
+ 'registry.table.key': string;
280
+ 'registry.table.type': string;
281
+ 'registry.table.interface': string;
282
+ 'registry.table.scopes': string;
283
+ 'registry.table.default': string;
284
+ 'registry.table.description': string;
285
+ 'registry.table.actions': string;
286
+ 'registry.level.group': string;
287
+ 'registry.level.item': string;
288
+ 'registry.action.add.group': string;
289
+ 'registry.action.add.item': string;
290
+ 'registry.action.edit': string;
291
+ 'registry.action.delete': string;
292
+ 'registry.action.expand': string;
293
+ 'registry.action.collapse': string;
294
+ 'registry.modal.add.group': string;
295
+ 'registry.modal.edit.group': string;
296
+ 'registry.modal.add.item': string;
297
+ 'registry.modal.edit.item': string;
298
+ 'registry.modal.delete.title': string;
299
+ 'registry.modal.delete.group.content': string;
300
+ 'registry.modal.delete.group.hasItems.title': string;
301
+ 'registry.modal.delete.group.hasItems.content': string;
302
+ 'registry.modal.delete.item.content': string;
303
+ 'registry.form.title': string;
304
+ 'registry.form.name': string;
305
+ 'registry.form.name.placeholder': string;
306
+ 'registry.form.code': string;
307
+ 'registry.form.code.placeholder': string;
308
+ 'registry.form.key': string;
309
+ 'registry.form.key.placeholder': string;
310
+ 'registry.form.fieldType': string;
311
+ 'registry.form.fieldType.placeholder': string;
312
+ 'registry.form.interfaceType': string;
313
+ 'registry.form.interfaceType.placeholder': string;
314
+ 'registry.form.scopes': string;
315
+ 'registry.form.scopes.placeholder': string;
316
+ 'registry.form.description': string;
317
+ 'registry.form.description.placeholder': string;
318
+ 'registry.form.systemDefaultValue': string;
319
+ 'registry.form.systemDefaultValue.placeholder': string;
320
+ 'registry.form.uiSchema': string;
321
+ 'registry.form.uiSchema.placeholder': string;
322
+ 'registry.button.ok': string;
323
+ 'registry.button.cancel': string;
324
+ 'registry.button.save': string;
325
+ 'registry.message.save.success': string;
326
+ 'registry.message.delete.success': string;
327
+ 'registry.message.required': string;
328
+ 'registry.message.code.exists': string;
329
+ 'registry.message.key.exists': string;
330
+ 'registry.message.code.pattern': string;
331
+ 'registry.message.key.pattern': string;
332
+ 'registry.message.code.format': string;
333
+ 'registry.message.code.start': string;
334
+ 'registry.message.code.end': string;
335
+ 'registry.message.code.consecutive': string;
336
+ 'registry.message.name.maxLength': string;
337
+ 'registry.message.key.maxLength': string;
338
+ 'registry.message.description.maxLength': string;
339
+ 'registry.message.uiSchema.invalid': string;
340
+ 'registry.message.select.section': string;
341
+ 'registry.message.loading.groups': string;
342
+ 'registry.message.no.settings': string;
343
+ 'registry.message.load.failed': string;
344
+ 'registry.message.create.group.error': string;
345
+ 'registry.drag.drop.here': string;
346
+ 'registry.empty.container.placeholder': string;
347
+ 'registry.message.update.group.error': string;
348
+ 'registry.message.delete.group.error': string;
349
+ 'registry.message.create.item.error': string;
350
+ 'registry.message.update.item.error': string;
351
+ 'registry.message.delete.item.error': string;
352
+ 'registry.message.reorder.success': string;
353
+ 'registry.message.reorder.error': string;
354
+ 'registry.message.move.success': string;
355
+ 'registry.message.move.error': string;
356
+ 'registry.scope.systemDefault': string;
357
+ 'registry.scope.saasDefault': string;
358
+ 'registry.scope.organization': string;
359
+ 'registry.scope.business': string;
360
+ 'registry.scope.channel': string;
361
+ 'registry.scope.board': string;
362
+ };
363
+ pt: {
364
+ 'registry.title': string;
365
+ 'registry.sections.title': string;
366
+ 'registry.sections.empty': string;
367
+ 'registry.sections.loadMore': string;
368
+ 'registry.sections.noMore': string;
369
+ 'registry.table.title': string;
370
+ 'registry.table.name': string;
371
+ 'registry.table.key': string;
372
+ 'registry.table.type': string;
373
+ 'registry.table.interface': string;
374
+ 'registry.table.scopes': string;
375
+ 'registry.table.default': string;
376
+ 'registry.table.description': string;
377
+ 'registry.table.actions': string;
378
+ 'registry.level.group': string;
379
+ 'registry.level.item': string;
380
+ 'registry.action.add.group': string;
381
+ 'registry.action.add.item': string;
382
+ 'registry.action.edit': string;
383
+ 'registry.action.delete': string;
384
+ 'registry.action.expand': string;
385
+ 'registry.action.collapse': string;
386
+ 'registry.modal.add.group': string;
387
+ 'registry.modal.edit.group': string;
388
+ 'registry.modal.add.item': string;
389
+ 'registry.modal.edit.item': string;
390
+ 'registry.modal.delete.title': string;
391
+ 'registry.modal.delete.group.content': string;
392
+ 'registry.modal.delete.group.hasItems.title': string;
393
+ 'registry.modal.delete.group.hasItems.content': string;
394
+ 'registry.modal.delete.item.content': string;
395
+ 'registry.form.title': string;
396
+ 'registry.form.name': string;
397
+ 'registry.form.name.placeholder': string;
398
+ 'registry.form.code': string;
399
+ 'registry.form.code.placeholder': string;
400
+ 'registry.form.key': string;
401
+ 'registry.form.key.placeholder': string;
402
+ 'registry.form.fieldType': string;
403
+ 'registry.form.fieldType.placeholder': string;
404
+ 'registry.form.interfaceType': string;
405
+ 'registry.form.interfaceType.placeholder': string;
406
+ 'registry.form.scopes': string;
407
+ 'registry.form.scopes.placeholder': string;
408
+ 'registry.form.description': string;
409
+ 'registry.form.description.placeholder': string;
410
+ 'registry.form.systemDefaultValue': string;
411
+ 'registry.form.systemDefaultValue.placeholder': string;
412
+ 'registry.form.uiSchema': string;
413
+ 'registry.form.uiSchema.placeholder': string;
414
+ 'registry.button.ok': string;
415
+ 'registry.button.cancel': string;
416
+ 'registry.button.save': string;
417
+ 'registry.message.save.success': string;
418
+ 'registry.message.delete.success': string;
419
+ 'registry.message.required': string;
420
+ 'registry.message.code.exists': string;
421
+ 'registry.message.key.exists': string;
422
+ 'registry.message.code.pattern': string;
423
+ 'registry.message.key.pattern': string;
424
+ 'registry.message.code.format': string;
425
+ 'registry.message.code.start': string;
426
+ 'registry.message.code.end': string;
427
+ 'registry.message.code.consecutive': string;
428
+ 'registry.message.name.maxLength': string;
429
+ 'registry.message.key.maxLength': string;
430
+ 'registry.message.description.maxLength': string;
431
+ 'registry.message.uiSchema.invalid': string;
432
+ 'registry.message.select.section': string;
433
+ 'registry.message.loading.groups': string;
434
+ 'registry.message.no.settings': string;
435
+ 'registry.message.load.failed': string;
436
+ 'registry.message.create.group.error': string;
437
+ 'registry.drag.drop.here': string;
438
+ 'registry.empty.container.placeholder': string;
439
+ 'registry.message.update.group.error': string;
440
+ 'registry.message.delete.group.error': string;
441
+ 'registry.message.create.item.error': string;
442
+ 'registry.message.update.item.error': string;
443
+ 'registry.message.delete.item.error': string;
444
+ 'registry.message.reorder.success': string;
445
+ 'registry.message.reorder.error': string;
446
+ 'registry.message.move.success': string;
447
+ 'registry.message.move.error': string;
448
+ 'registry.scope.systemDefault': string;
449
+ 'registry.scope.saasDefault': string;
450
+ 'registry.scope.organization': string;
451
+ 'registry.scope.business': string;
452
+ 'registry.scope.channel': string;
453
+ 'registry.scope.board': string;
454
+ };
271
455
  };
272
456
  export default _default;
@@ -296,5 +296,189 @@ export default {
296
296
  'registry.scope.business': '業務級',
297
297
  'registry.scope.channel': '渠道級',
298
298
  'registry.scope.board': '業務×渠道'
299
+ },
300
+ ja: {
301
+ 'registry.title': '設定レジストリ',
302
+ 'registry.sections.title': 'セクション',
303
+ 'registry.sections.empty': '設定されたセクションがありません',
304
+ 'registry.sections.loadMore': 'スクロールしてさらに読み込む',
305
+ 'registry.sections.noMore': 'これ以上データがありません',
306
+ 'registry.table.title': 'タイトル',
307
+ 'registry.table.name': '名前',
308
+ 'registry.table.key': 'キー',
309
+ 'registry.table.type': 'タイプ',
310
+ 'registry.table.interface': 'インターフェース',
311
+ 'registry.table.scopes': 'スコープ',
312
+ 'registry.table.default': 'デフォルト',
313
+ 'registry.table.description': '説明',
314
+ 'registry.table.actions': '操作',
315
+ 'registry.level.group': 'グループ',
316
+ 'registry.level.item': '項目',
317
+ 'registry.action.add.group': 'グループを追加',
318
+ 'registry.action.add.item': 'フィールドを追加',
319
+ 'registry.action.edit': '編集',
320
+ 'registry.action.delete': '削除',
321
+ 'registry.action.expand': '展開',
322
+ 'registry.action.collapse': '折りたたむ',
323
+ 'registry.modal.add.group': 'グループを作成',
324
+ 'registry.modal.edit.group': 'グループを編集',
325
+ 'registry.modal.add.item': '設定項目を追加',
326
+ 'registry.modal.edit.item': '設定項目を編集',
327
+ 'registry.modal.delete.title': '削除を確認',
328
+ 'registry.modal.delete.group.content': 'このグループとそのすべての項目を削除してもよろしいですか?',
329
+ 'registry.modal.delete.group.hasItems.title': 'グループを削除できません',
330
+ 'registry.modal.delete.group.hasItems.content': 'フィールドを含むグループは削除できません。まずすべてのフィールドを削除または移動してください。',
331
+ 'registry.modal.delete.item.content': 'この設定項目を削除してもよろしいですか?',
332
+ 'registry.form.title': 'タイトル',
333
+ 'registry.form.name': '名前',
334
+ 'registry.form.name.placeholder': '名前を入力してください',
335
+ 'registry.form.code': 'コード',
336
+ 'registry.form.code.placeholder': 'コードを入力してください',
337
+ 'registry.form.key': 'キー',
338
+ 'registry.form.key.placeholder': 'キーを入力してください',
339
+ 'registry.form.fieldType': 'フィールドタイプ',
340
+ 'registry.form.fieldType.placeholder': 'フィールドタイプを選択してください',
341
+ 'registry.form.interfaceType': 'インターフェースタイプ',
342
+ 'registry.form.interfaceType.placeholder': 'インターフェースタイプを選択してください',
343
+ 'registry.form.scopes': 'スコープ',
344
+ 'registry.form.scopes.placeholder': 'スコープを選択してください',
345
+ 'registry.form.description': '説明',
346
+ 'registry.form.description.placeholder': '説明を入力してください',
347
+ 'registry.form.systemDefaultValue': 'システムデフォルト値',
348
+ 'registry.form.systemDefaultValue.placeholder': 'システムデフォルト値を入力してください',
349
+ 'registry.form.uiSchema': 'UIスキーマ(JSON)',
350
+ 'registry.form.uiSchema.placeholder': 'JSON形式でUIスキーマを入力してください',
351
+ 'registry.button.ok': 'OK',
352
+ 'registry.button.cancel': 'キャンセル',
353
+ 'registry.button.save': '保存',
354
+ 'registry.message.save.success': '正常に保存されました',
355
+ 'registry.message.delete.success': '正常に削除されました',
356
+ 'registry.message.required': 'このフィールドは必須です',
357
+ 'registry.message.code.exists': 'コードは既に存在します',
358
+ 'registry.message.key.exists': 'キーは既に存在します',
359
+ 'registry.message.code.pattern': 'コードには文字、数字、ドット、アンダースコア、ハイフンのみを含めることができます',
360
+ 'registry.message.key.pattern': 'キーには小文字、数字、ドット、アンダースコアのみを含めることができます',
361
+ 'registry.message.code.format': '小文字、数字、ドット、アンダースコアのみを含めることができます',
362
+ 'registry.message.code.start': '文字で始まる必要があります',
363
+ 'registry.message.code.end': 'ドットまたはアンダースコアで終わることはできません',
364
+ 'registry.message.code.consecutive': '連続するドットまたはアンダースコアを含めることはできません',
365
+ 'registry.message.name.maxLength': '名前の最大長は100文字です',
366
+ 'registry.message.key.maxLength': 'キーの最大長は100文字です',
367
+ 'registry.message.description.maxLength': '説明の最大長は500文字です',
368
+ 'registry.message.uiSchema.invalid': '有効なJSON形式を入力してください',
369
+ 'registry.message.select.section': 'セクションを選択してください',
370
+ 'registry.message.loading.groups': 'グループデータを読み込み中...',
371
+ 'registry.message.no.settings': '利用可能な設定がありません',
372
+ 'registry.message.load.failed': 'データの読み込みに失敗しました',
373
+ 'registry.message.create.group.error': '作成に失敗しました',
374
+ 'registry.drag.drop.here': 'ここに項目をドロップ',
375
+ 'registry.empty.container.placeholder': '設定項目をこのグループにドラッグ',
376
+ 'registry.message.update.group.error': '更新に失敗しました',
377
+ 'registry.message.delete.group.error': '削除に失敗しました',
378
+ 'registry.message.create.item.error': '作成に失敗しました',
379
+ 'registry.message.update.item.error': '更新に失敗しました',
380
+ 'registry.message.delete.item.error': '削除に失敗しました',
381
+ 'registry.message.reorder.success': '正常に更新されました',
382
+ 'registry.message.reorder.error': '更新に失敗しました',
383
+ 'registry.message.move.success': '正常に更新されました',
384
+ 'registry.message.move.error': '更新に失敗しました',
385
+ 'registry.scope.systemDefault': 'システムデフォルト',
386
+ 'registry.scope.saasDefault': 'SaaSデフォルト',
387
+ 'registry.scope.organization': '組織',
388
+ 'registry.scope.business': 'ビジネス',
389
+ 'registry.scope.channel': 'チャネル',
390
+ 'registry.scope.board': 'ボード'
391
+ },
392
+ pt: {
393
+ 'registry.title': 'Registro de Configurações',
394
+ 'registry.sections.title': 'Seções',
395
+ 'registry.sections.empty': 'Nenhuma seção configurada',
396
+ 'registry.sections.loadMore': 'Role para carregar mais',
397
+ 'registry.sections.noMore': 'Sem mais dados',
398
+ 'registry.table.title': 'Título',
399
+ 'registry.table.name': 'Nome',
400
+ 'registry.table.key': 'Chave',
401
+ 'registry.table.type': 'Tipo',
402
+ 'registry.table.interface': 'Interface',
403
+ 'registry.table.scopes': 'Escopos',
404
+ 'registry.table.default': 'Padrão',
405
+ 'registry.table.description': 'Descrição',
406
+ 'registry.table.actions': 'Ações',
407
+ 'registry.level.group': 'Grupo',
408
+ 'registry.level.item': 'Item',
409
+ 'registry.action.add.group': 'Adicionar Grupo',
410
+ 'registry.action.add.item': 'Adicionar Campo',
411
+ 'registry.action.edit': 'Editar',
412
+ 'registry.action.delete': 'Excluir',
413
+ 'registry.action.expand': 'Expandir',
414
+ 'registry.action.collapse': 'Recolher',
415
+ 'registry.modal.add.group': 'Criar Grupo',
416
+ 'registry.modal.edit.group': 'Editar Grupo',
417
+ 'registry.modal.add.item': 'Adicionar Item de Configuração',
418
+ 'registry.modal.edit.item': 'Editar Item de Configuração',
419
+ 'registry.modal.delete.title': 'Confirmar Exclusão',
420
+ 'registry.modal.delete.group.content': 'Tem certeza de que deseja excluir este grupo e todos os seus itens?',
421
+ 'registry.modal.delete.group.hasItems.title': 'Não é possível excluir grupo',
422
+ 'registry.modal.delete.group.hasItems.content': 'Não é possível excluir um grupo que contém campos. Remova ou mova todos os campos primeiro.',
423
+ 'registry.modal.delete.item.content': 'Tem certeza de que deseja excluir este item de configuração?',
424
+ 'registry.form.title': 'Título',
425
+ 'registry.form.name': 'Nome',
426
+ 'registry.form.name.placeholder': 'Por favor, insira o nome',
427
+ 'registry.form.code': 'Código',
428
+ 'registry.form.code.placeholder': 'Por favor, insira o código',
429
+ 'registry.form.key': 'Chave',
430
+ 'registry.form.key.placeholder': 'Por favor, insira a chave',
431
+ 'registry.form.fieldType': 'Tipo de Campo',
432
+ 'registry.form.fieldType.placeholder': 'Por favor, selecione o tipo de campo',
433
+ 'registry.form.interfaceType': 'Tipo de Interface',
434
+ 'registry.form.interfaceType.placeholder': 'Por favor, selecione o tipo de interface',
435
+ 'registry.form.scopes': 'Escopos',
436
+ 'registry.form.scopes.placeholder': 'Por favor, selecione os escopos',
437
+ 'registry.form.description': 'Descrição',
438
+ 'registry.form.description.placeholder': 'Por favor, insira a descrição',
439
+ 'registry.form.systemDefaultValue': 'Valor Padrão do Sistema',
440
+ 'registry.form.systemDefaultValue.placeholder': 'Por favor, insira o valor padrão do sistema',
441
+ 'registry.form.uiSchema': 'UI Schema (JSON)',
442
+ 'registry.form.uiSchema.placeholder': 'Por favor, insira o esquema UI em formato JSON',
443
+ 'registry.button.ok': 'OK',
444
+ 'registry.button.cancel': 'Cancelar',
445
+ 'registry.button.save': 'Salvar',
446
+ 'registry.message.save.success': 'Salvo com sucesso',
447
+ 'registry.message.delete.success': 'Excluído com sucesso',
448
+ 'registry.message.required': 'Este campo é obrigatório',
449
+ 'registry.message.code.exists': 'Código já existe',
450
+ 'registry.message.key.exists': 'Chave já existe',
451
+ 'registry.message.code.pattern': 'O código pode conter apenas letras, números, pontos, sublinhados e hífens',
452
+ 'registry.message.key.pattern': 'A chave pode conter apenas letras minúsculas, números, pontos, sublinhados',
453
+ 'registry.message.code.format': 'Pode conter apenas letras minúsculas, números, pontos e sublinhados',
454
+ 'registry.message.code.start': 'Deve começar com uma letra',
455
+ 'registry.message.code.end': 'Não pode terminar com um ponto ou sublinhado',
456
+ 'registry.message.code.consecutive': 'Não pode conter pontos ou sublinhados consecutivos',
457
+ 'registry.message.name.maxLength': 'O comprimento máximo do nome é de 100 caracteres',
458
+ 'registry.message.key.maxLength': 'O comprimento máximo da chave é de 100 caracteres',
459
+ 'registry.message.description.maxLength': 'O comprimento máximo da descrição é de 500 caracteres',
460
+ 'registry.message.uiSchema.invalid': 'Por favor, insira um formato JSON válido',
461
+ 'registry.message.select.section': 'Por favor, selecione uma seção',
462
+ 'registry.message.loading.groups': 'Carregando dados do grupo...',
463
+ 'registry.message.no.settings': 'Nenhuma configuração disponível',
464
+ 'registry.message.load.failed': 'Falha ao carregar dados',
465
+ 'registry.message.create.group.error': 'Falha ao criar',
466
+ 'registry.drag.drop.here': 'Solte o item aqui',
467
+ 'registry.empty.container.placeholder': 'Arraste itens de configuração para este grupo',
468
+ 'registry.message.update.group.error': 'Falha ao atualizar',
469
+ 'registry.message.delete.group.error': 'Falha ao excluir',
470
+ 'registry.message.create.item.error': 'Falha ao criar',
471
+ 'registry.message.update.item.error': 'Falha ao atualizar',
472
+ 'registry.message.delete.item.error': 'Falha ao excluir',
473
+ 'registry.message.reorder.success': 'Atualizado com sucesso',
474
+ 'registry.message.reorder.error': 'Falha ao atualizar',
475
+ 'registry.message.move.success': 'Atualizado com sucesso',
476
+ 'registry.message.move.error': 'Falha ao atualizar',
477
+ 'registry.scope.systemDefault': 'Padrão do Sistema',
478
+ 'registry.scope.saasDefault': 'Padrão SaaS',
479
+ 'registry.scope.organization': 'Organização',
480
+ 'registry.scope.business': 'Negócio',
481
+ 'registry.scope.channel': 'Canal',
482
+ 'registry.scope.board': 'Quadro'
299
483
  }
300
484
  };
@@ -3,6 +3,8 @@ export interface MultiLanguageText {
3
3
  en: string;
4
4
  'zh-CN': string;
5
5
  'zh-HK': string;
6
+ 'ja': string;
7
+ 'pt': string;
6
8
  original: string;
7
9
  }
8
10
  export interface BaseItem {
@@ -20,5 +20,19 @@ declare const _default: {
20
20
  'pisell2.text.confirm': string;
21
21
  'pisell2.text.please-enter': string;
22
22
  };
23
+ ja: {
24
+ 'pisell2.text.tax-free': string;
25
+ 'pisell2.text.custom': string;
26
+ 'pisell2.text.cancel': string;
27
+ 'pisell2.text.confirm': string;
28
+ 'pisell2.text.please-enter': string;
29
+ };
30
+ pt: {
31
+ 'pisell2.text.tax-free': string;
32
+ 'pisell2.text.custom': string;
33
+ 'pisell2.text.cancel': string;
34
+ 'pisell2.text.confirm': string;
35
+ 'pisell2.text.please-enter': string;
36
+ };
23
37
  };
24
38
  export default _default;
@@ -19,5 +19,19 @@ export default {
19
19
  'pisell2.text.cancel': '取消',
20
20
  'pisell2.text.confirm': '確認',
21
21
  'pisell2.text.please-enter': '請輸入'
22
+ },
23
+ ja: {
24
+ 'pisell2.text.tax-free': '無税',
25
+ 'pisell2.text.custom': 'カスタム',
26
+ 'pisell2.text.cancel': 'キャンセル',
27
+ 'pisell2.text.confirm': '確認',
28
+ 'pisell2.text.please-enter': '入力してください'
29
+ },
30
+ pt: {
31
+ 'pisell2.text.tax-free': 'Isento de Imposto',
32
+ 'pisell2.text.custom': 'Customizado',
33
+ 'pisell2.text.cancel': 'Cancelar',
34
+ 'pisell2.text.confirm': 'Confirmar',
35
+ 'pisell2.text.please-enter': 'Digite'
22
36
  }
23
37
  };
@@ -194,5 +194,135 @@ declare const _default: {
194
194
  'pisell2.ticket-booking.collapse': string;
195
195
  'pisell2.ticket-booking.expand': string;
196
196
  };
197
+ ja: {
198
+ 'pisell2.ticket-booking.info': string;
199
+ 'pisell2.ticket-booking.notes': string;
200
+ 'pisell2.ticket-booking.note': string;
201
+ 'pisell2.ticket-booking.forms': string;
202
+ 'pisell2.ticket-booking.sales': string;
203
+ 'pisell2.ticket-booking.payment': string;
204
+ 'pisell2.ticket-booking.unsaved-changes': string;
205
+ 'pisell2.ticket-booking.exit-confirm': string;
206
+ 'pisell2.ticket-booking.go-back': string;
207
+ 'pisell2.ticket-booking.exit': string;
208
+ 'pisell2.ticket-booking.deposit': string;
209
+ 'pisell2.ticket-booking.copy-success': string;
210
+ 'pisell2.ticket-booking.no-data': string;
211
+ 'pisell2.ticket-booking.authorized': string;
212
+ 'pisell2.ticket-booking.paid': string;
213
+ 'pisell2.ticket-booking.partially-paid': string;
214
+ 'pisell2.ticket-booking.partially-refunded': string;
215
+ 'pisell2.ticket-booking.payment-pending': string;
216
+ 'pisell2.ticket-booking.refunded': string;
217
+ 'pisell2.ticket-booking.unpaid': string;
218
+ 'pisell2.ticket-booking.voided': string;
219
+ 'pisell2.ticket-booking.pending': string;
220
+ 'pisell2.ticket-booking.all': string;
221
+ 'pisell2.ticket-booking.not-started': string;
222
+ 'pisell2.ticket-booking.started': string;
223
+ 'pisell2.ticket-booking.finished': string;
224
+ 'pisell2.ticket-booking.canceled': string;
225
+ 'pisell2.ticket-booking.inform': string;
226
+ 'pisell2.ticket-booking.check-management': string;
227
+ 'pisell2.ticket-booking.confirm': string;
228
+ 'pisell2.ticket-booking.dashboard': string;
229
+ 'pisell2.ticket-booking.booking-list': string;
230
+ 'pisell2.ticket-booking.full-data': string;
231
+ 'pisell2.ticket-booking.today': string;
232
+ 'pisell2.ticket-booking.now': string;
233
+ 'pisell2.ticket-booking.start-time': string;
234
+ 'pisell2.ticket-booking.create-time': string;
235
+ 'pisell2.ticket-booking.customer': string;
236
+ 'pisell2.ticket-booking.total': string;
237
+ 'pisell2.ticket-booking.search': string;
238
+ 'pisell2.ticket-booking.refresh-success': string;
239
+ 'pisell2.ticket-booking.loading': string;
240
+ 'pisell2.ticket-booking.appointment-not-found': string;
241
+ 'pisell2.ticket-booking.scan': string;
242
+ 'pisell2.ticket-booking.create-new': string;
243
+ 'pisell2.ticket-booking.add-to-cart': string;
244
+ 'pisell2.ticket-booking.not-available-title': string;
245
+ 'pisell2.ticket-booking.not-available-ok': string;
246
+ 'pisell2.ticket-booking.in-cart': (number: number) => string;
247
+ 'pisell2.product.card.cart-items': (number: number) => string;
248
+ 'pisell2.product.card.subtotal': string;
249
+ 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
250
+ 'pisell2.product.card.day': (val: number) => string;
251
+ 'pisell2.product.card.day.event': (val: number) => string;
252
+ 'pisell2.product.card.minute': (val: number) => string;
253
+ 'pisell2.ticket-booking.reload': string;
254
+ 'pisell2.text.scan-global-failed': string;
255
+ 'pisell2.ticket-booking.terminal-upgrade-title': string;
256
+ 'pisell2.ticket-booking.terminal-upgrade-description': string;
257
+ 'pisell2.ticket-booking.terminal-upgrade-ok': string;
258
+ 'pisell2.ticket-booking.terminal-upgrade-cancel': string;
259
+ 'pisell2.ticket-booking.collapse': string;
260
+ 'pisell2.ticket-booking.expand': string;
261
+ };
262
+ pt: {
263
+ 'pisell2.ticket-booking.info': string;
264
+ 'pisell2.ticket-booking.notes': string;
265
+ 'pisell2.ticket-booking.note': string;
266
+ 'pisell2.ticket-booking.forms': string;
267
+ 'pisell2.ticket-booking.sales': string;
268
+ 'pisell2.ticket-booking.payment': string;
269
+ 'pisell2.ticket-booking.unsaved-changes': string;
270
+ 'pisell2.ticket-booking.exit-confirm': string;
271
+ 'pisell2.ticket-booking.go-back': string;
272
+ 'pisell2.ticket-booking.exit': string;
273
+ 'pisell2.ticket-booking.deposit': string;
274
+ 'pisell2.ticket-booking.copy-success': string;
275
+ 'pisell2.ticket-booking.no-data': string;
276
+ 'pisell2.ticket-booking.authorized': string;
277
+ 'pisell2.ticket-booking.paid': string;
278
+ 'pisell2.ticket-booking.partially-paid': string;
279
+ 'pisell2.ticket-booking.partially-refunded': string;
280
+ 'pisell2.ticket-booking.payment-pending': string;
281
+ 'pisell2.ticket-booking.refunded': string;
282
+ 'pisell2.ticket-booking.unpaid': string;
283
+ 'pisell2.ticket-booking.voided': string;
284
+ 'pisell2.ticket-booking.pending': string;
285
+ 'pisell2.ticket-booking.all': string;
286
+ 'pisell2.ticket-booking.not-started': string;
287
+ 'pisell2.ticket-booking.started': string;
288
+ 'pisell2.ticket-booking.finished': string;
289
+ 'pisell2.ticket-booking.canceled': string;
290
+ 'pisell2.ticket-booking.inform': string;
291
+ 'pisell2.ticket-booking.check-management': string;
292
+ 'pisell2.ticket-booking.confirm': string;
293
+ 'pisell2.ticket-booking.dashboard': string;
294
+ 'pisell2.ticket-booking.booking-list': string;
295
+ 'pisell2.ticket-booking.full-data': string;
296
+ 'pisell2.ticket-booking.today': string;
297
+ 'pisell2.ticket-booking.now': string;
298
+ 'pisell2.ticket-booking.start-time': string;
299
+ 'pisell2.ticket-booking.create-time': string;
300
+ 'pisell2.ticket-booking.customer': string;
301
+ 'pisell2.ticket-booking.total': string;
302
+ 'pisell2.ticket-booking.search': string;
303
+ 'pisell2.ticket-booking.refresh-success': string;
304
+ 'pisell2.ticket-booking.loading': string;
305
+ 'pisell2.ticket-booking.appointment-not-found': string;
306
+ 'pisell2.ticket-booking.scan': string;
307
+ 'pisell2.ticket-booking.create-new': string;
308
+ 'pisell2.ticket-booking.add-to-cart': string;
309
+ 'pisell2.ticket-booking.not-available-title': string;
310
+ 'pisell2.ticket-booking.not-available-ok': string;
311
+ 'pisell2.ticket-booking.in-cart': (number: number) => string;
312
+ 'pisell2.product.card.cart-items': (number: number) => string;
313
+ 'pisell2.product.card.subtotal': string;
314
+ 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
315
+ 'pisell2.product.card.day': (val: number) => string;
316
+ 'pisell2.product.card.day.event': (val: number) => string;
317
+ 'pisell2.product.card.minute': (val: number) => string;
318
+ 'pisell2.ticket-booking.reload': string;
319
+ 'pisell2.text.scan-global-failed': string;
320
+ 'pisell2.ticket-booking.terminal-upgrade-title': string;
321
+ 'pisell2.ticket-booking.terminal-upgrade-description': string;
322
+ 'pisell2.ticket-booking.terminal-upgrade-ok': string;
323
+ 'pisell2.ticket-booking.terminal-upgrade-cancel': string;
324
+ 'pisell2.ticket-booking.collapse': string;
325
+ 'pisell2.ticket-booking.expand': string;
326
+ };
197
327
  };
198
328
  export default _default;