best-unit 2.0.25 → 2.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/local/en.ts CHANGED
@@ -103,6 +103,10 @@ export const en: Record<string, string> = {
103
103
  转账后提交银行回单提示:
104
104
  "Please make sure to submit the bank transaction slip after the transfer, otherwise the payment may not be verified in time",
105
105
  温馨提示: "Friendly Reminder",
106
+ "我们强烈建议,转账时在备注中输入您的ID:":
107
+ "We strongly recommend that you enter your ID: ",
108
+ "。这可以": " in the payment memo when transferring. This will ",
109
+ 加速资金审核: "speed up the fund verification process",
106
110
  "创建付款时请勿填写敏感备注,例如:topup ads、order等、建议填写数字代码":
107
111
  "Do not include sensitive notes when creating a payment (e.g., “topup ads”, “order”). We recommend using a numeric code instead.",
108
112
  "请填写正确的支付金额、币种、支付时间,相同的交易请勿重复提交。":
@@ -127,6 +131,13 @@ export const en: Record<string, string> = {
127
131
  提交审核: "Submit for Review",
128
132
  请选择转账时间: "Please select transfer time",
129
133
  请输入转账金额: "Please enter transfer amount",
134
+ 是否使用资金分配: "Use fund allocation",
135
+ 是: "Yes",
136
+ 否: "No",
137
+ 请输入子业务占比: "Please enter the sub-business percentage",
138
+ "子业务占比总和必须为100%":
139
+ "The total sub-business percentage must equal 100%",
140
+ "must total 100%": "must total 100%",
130
141
 
131
142
  // Date picker related
132
143
  请选择日期: "Please select date",
package/src/local/zh.ts CHANGED
@@ -73,6 +73,9 @@ export const zh: Record<string, string> = {
73
73
  确认转账详情: "确认转账详情",
74
74
  转账后提交银行回单提示: "请在转账后提交银行回单,否则可能无法及时核验",
75
75
  温馨提示: "温馨提示",
76
+ "我们强烈建议,转账时在备注中输入您的ID:": "我们强烈建议,转账时在备注中输入您的ID:",
77
+ "。这可以": "。这可以",
78
+ 加速资金审核: "加速资金审核",
76
79
  "创建付款时请勿填写敏感备注,例如:topup ads、order等、建议填写数字代码": "创建付款时请勿填写敏感备注,例如:topup ads、order等、建议填写数字代码",
77
80
  "请填写正确的支付金额、币种、支付时间,相同的交易请勿重复提交。": "请填写正确的支付金额、币种、支付时间,相同的交易请勿重复提交。",
78
81
  "请上传交易凭证,否则无法核验并及时添加余额。": "请上传交易凭证,否则无法核验并及时添加余额。",
@@ -91,6 +94,12 @@ export const zh: Record<string, string> = {
91
94
  提交审核: "提交审核",
92
95
  请选择转账时间: "请选择转账时间",
93
96
  请输入转账金额: "请输入转账金额",
97
+ 是否使用资金分配: "是否使用资金分配",
98
+ 是: "是",
99
+ 否: "否",
100
+ 请输入子业务占比: "请输入子业务占比",
101
+ "子业务占比总和必须为100%": "子业务占比总和必须为100%",
102
+ "must total 100%": "总和必须为100%",
94
103
 
95
104
  // 日期选择器相关
96
105
  请选择日期: "请选择日期",