@bigbinary/neeto-payments-frontend 4.0.12 → 4.0.13

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 (31) hide show
  1. package/app/javascript/src/translations/ar.json +260 -0
  2. package/app/javascript/src/translations/bg.json +260 -0
  3. package/app/javascript/src/translations/ca.json +260 -0
  4. package/app/javascript/src/translations/cs.json +260 -0
  5. package/app/javascript/src/translations/da.json +260 -0
  6. package/app/javascript/src/translations/es-MX.json +260 -0
  7. package/app/javascript/src/translations/et.json +260 -0
  8. package/app/javascript/src/translations/fi.json +260 -0
  9. package/app/javascript/src/translations/fil.json +260 -0
  10. package/app/javascript/src/translations/hi.json +260 -0
  11. package/app/javascript/src/translations/hr.json +260 -0
  12. package/app/javascript/src/translations/id.json +260 -0
  13. package/app/javascript/src/translations/it.json +260 -0
  14. package/app/javascript/src/translations/ja.json +260 -0
  15. package/app/javascript/src/translations/ko.json +260 -0
  16. package/app/javascript/src/translations/nl.json +260 -0
  17. package/app/javascript/src/translations/pl.json +260 -0
  18. package/app/javascript/src/translations/pt-BR.json +260 -0
  19. package/app/javascript/src/translations/pt.json +260 -0
  20. package/app/javascript/src/translations/ro.json +260 -0
  21. package/app/javascript/src/translations/ru.json +260 -0
  22. package/app/javascript/src/translations/sk.json +260 -0
  23. package/app/javascript/src/translations/sl.json +260 -0
  24. package/app/javascript/src/translations/sv.json +260 -0
  25. package/app/javascript/src/translations/th.json +260 -0
  26. package/app/javascript/src/translations/tr.json +260 -0
  27. package/app/javascript/src/translations/uk.json +260 -0
  28. package/app/javascript/src/translations/vi.json +260 -0
  29. package/app/javascript/src/translations/zh-CN.json +260 -0
  30. package/app/javascript/src/translations/zh-TW.json +260 -0
  31. package/package.json +1 -1
@@ -0,0 +1,260 @@
1
+ {
2
+ "neetoPayments": {
3
+ "countOf": {
4
+ "transferWithStatus": "{{count}} {{status}} 交易",
5
+ "transferWithStatus_other": "{{count}} {{status}} 交易",
6
+ "connected": "{{count}} 交易",
7
+ "connected_other": "{{count}} 交易",
8
+ "connectedWithStatus": "{{count}} {{status}} 交易",
9
+ "connectedWithStatus_other": "{{count}} {{status}} 交易",
10
+ "payment": "{{count}} 次付款",
11
+ "payment_other": "{{count}} 次付款",
12
+ "paymentWithStatus": "{{count}} {{status}} 次付款",
13
+ "paymentWithStatus_other": "{{count}} {{status}} 次付款",
14
+ "refund": "{{count}} 次退款",
15
+ "refund_other": "{{count}} 次退款",
16
+ "refundWithStatus": "{{count}} {{status}} 次退款",
17
+ "refundWithStatus_other": "{{count}} {{status}} 次退款",
18
+ "account": "{{count}} 个标准账户",
19
+ "account_other": "{{count}} 个标准账户",
20
+ "accountWithStatus": "{{count}} {{status}} 个标准账户",
21
+ "accountWithStatus_other": "{{count}} {{status}} 个标准账户",
22
+ "payout": "{{count}} 次支出",
23
+ "payout_other": "{{count}} 次支出",
24
+ "payoutWithStatus": "{{count}} {{status}} 次支出",
25
+ "payoutWithStatus_other": "{{count}} {{status}} 次支出",
26
+ "razorpayPayment": "{{count}} 次付款",
27
+ "razorpayPayment_other": "{{count}} 次付款",
28
+ "razorpayPaymentWithStatus": "{{count}} {{status}} 次付款",
29
+ "razorpayPaymentWithStatus_other": "{{count}} {{status}} 次付款",
30
+ "upiPayment": "{{count}} 次付款",
31
+ "upiPayment_other": "{{count}} 次付款",
32
+ "upiPaymentWithStatus": "{{count}} {{status}} 次付款",
33
+ "upiPaymentWithStatus_other": "{{count}} {{status}} 次付款"
34
+ },
35
+ "export": {
36
+ "title": {
37
+ "refund": "导出退款",
38
+ "split": "导出拆分付款",
39
+ "platform": "导出平台付款",
40
+ "connected": "导出付款",
41
+ "transfer": "导出付款",
42
+ "account": "导出标准账户",
43
+ "payout": "导出支出",
44
+ "razorpayPayment": "导出付款",
45
+ "splitTransfers": "导出拆分转账",
46
+ "payments": "导出付款",
47
+ "refunds": "导出退款"
48
+ },
49
+ "pleaseWait": "文件正在生成中。",
50
+ "fileReady": "文件已准备好下载。",
51
+ "download": {
52
+ "refund": "下载包含退款的单个CSV文件。",
53
+ "platform": "下载包含平台付款的单个CSV文件。",
54
+ "connected": "下载包含付款的单个CSV文件。",
55
+ "transfer": "下载包含付款的单个CSV文件。",
56
+ "split": "下载包含拆分付款的单个CSV文件。",
57
+ "account": "下载包含标准账户的单个CSV文件。",
58
+ "payout": "下载包含支出的单个CSV文件。",
59
+ "razorpayPayment": "下载包含付款的单个CSV文件。",
60
+ "splitTransfers": "下载包含拆分转账的单个CSV文件。",
61
+ "payments": "下载包含付款的单个CSV文件。",
62
+ "refunds": "下载包含退款的单个CSV文件。"
63
+ }
64
+ },
65
+ "integrationModal": {
66
+ "title": "连接您的Stripe账户",
67
+ "subtitle": "此账户尚未链接Stripe账户。\n连接您的Stripe账户或创建一个新账户。",
68
+ "createAccount": "创建新的Stripe账户",
69
+ "connectAccount": "使用现有的Stripe账户",
70
+ "linkedDescription": "您的账户已链接Stripe账户。继续使用您链接的账户或连接新账户。",
71
+ "failedButton": "再试一次",
72
+ "anotherAccount": "使用其他账户",
73
+ "alert": {
74
+ "changeTitle": "更换Stripe账户?",
75
+ "changeMessage": "您正在更换Stripe账户 <strong>{{account}}</strong>。"
76
+ },
77
+ "form": {
78
+ "label": "国家",
79
+ "helpText": "选择您的账户所在的国家。",
80
+ "placeholder": "选择国家"
81
+ },
82
+ "creating": "正在创建您的账户",
83
+ "account": {
84
+ "title": "账户详情"
85
+ }
86
+ },
87
+ "validations": {
88
+ "countryRequired": "国家是必需的",
89
+ "invalidUrl": "请输入有效的URL",
90
+ "nameRequired": "名称是必需的",
91
+ "kindRequired": "类型是必需的",
92
+ "valueRequired": "值是必需的",
93
+ "invalidField": "{{entity, anyCase}} 无效",
94
+ "length": "必须是 {{length}} 位数字"
95
+ },
96
+ "razorpay": {
97
+ "loadError": "加载Razorpay失败!!"
98
+ },
99
+ "cash": {
100
+ "confirmModal": {
101
+ "title": "确认现金付款?",
102
+ "notes": "备注(可选)",
103
+ "notesPlaceholder": "在此输入备注……"
104
+ }
105
+ },
106
+ "upi": {
107
+ "confirmModal": {
108
+ "title": "确认UPI付款?",
109
+ "upiTransactionId": "UPI交易ID: {{identifier}}",
110
+ "vpasIdRequired": "目的地UPI地址是必需的",
111
+ "notes": "备注(可选)",
112
+ "notesPlaceholder": "在此输入备注……",
113
+ "accountIdLabel": "收到付款的UPI ID"
114
+ },
115
+ "rejectModal": {
116
+ "title": "拒绝UPI付款?"
117
+ },
118
+ "alert": {
119
+ "title": "删除UPI ID?",
120
+ "message": "您将永久删除UPI ID <b>{{upiId}}</b>。此操作无法撤销。"
121
+ },
122
+ "form": {
123
+ "add": "添加UPI ID",
124
+ "enterUpi": "输入UPI ID",
125
+ "validation": {
126
+ "invalidUpi": "UPI ID格式无效。格式应为'name@bank'。",
127
+ "required": "UPI ID是必需的。"
128
+ }
129
+ },
130
+ "payment": {
131
+ "transaction": {
132
+ "label": "输入UPI交易ID",
133
+ "placeholder": "123456789012",
134
+ "required": "交易ID是必需的",
135
+ "sixCharacters": "交易ID应为6个字符"
136
+ },
137
+ "vpaText": "将上述金额发送到以下UPI ID并输入UPI交易ID。",
138
+ "vpaText_other": "将上述金额发送到以下任一UPI ID并输入UPI交易ID。",
139
+ "buttons": {
140
+ "submit": "提交",
141
+ "back": "返回",
142
+ "confirmPayment": "确认付款",
143
+ "rejectPayment": "拒绝付款",
144
+ "markAsPaid": "标记为已付款"
145
+ }
146
+ }
147
+ },
148
+ "splitTransferDetails": {
149
+ "title": "拆分转账详情",
150
+ "destinationDetails": "目的地详情",
151
+ "payoutInitiatedDate": "向银行发起的支出日期",
152
+ "payoutArrivalDate": "预计到账日期",
153
+ "discountCodeOfPercentageApplied": "{{code, anyCase}} - {{percentage}}% 折扣。",
154
+ "discountCodeOfAmountApplied": "{{code, anyCase}} - {{amount, anyCase}}折扣。",
155
+ "netAmountHelpTitle": "什么是净金额?",
156
+ "platformShareHelpTitle": "什么是平台分成?",
157
+ "netAmountDescription": "净金额是您在扣除支付提供商费用后的最终付款。",
158
+ "platformShareDescription": "平台分成是扣除所有服务提供商分成后将存入您银行账户的金额。(净金额 - 转账金额)",
159
+ "selectAll": "选择所有{{count}}个待处理的拆分转账",
160
+ "selectedSplitTransfers": "此页面上所有{{selectedCount}}个待处理的拆分转账已被选择",
161
+ "recordWithCount_one": "选择了{{count}}个拆分转账,共<span>{{recordsCount}}</span>个",
162
+ "recordWithCount_other": "选择了{{count}}个拆分转账,共<span>{{recordsCount}}</span>个"
163
+ },
164
+ "cancelSplitTransfers": {
165
+ "reasonRequired": "原因是必需的",
166
+ "modal": {
167
+ "title": "取消拆分转账?",
168
+ "message": "您将取消待处理的拆分转账。这是不可撤销的。",
169
+ "reason": "取消原因"
170
+ }
171
+ },
172
+ "resumeSplitTransfers": {
173
+ "modal": {
174
+ "title": "恢复拆分转账?",
175
+ "message": "您将恢复已取消的拆分转账。这是不可撤销的。",
176
+ "reason": "恢复原因"
177
+ }
178
+ },
179
+ "recurringPaymentSettings": {
180
+ "title": "定期付款",
181
+ "monthlyRecurringPayment": "每月定期付款",
182
+ "enableRecurringPayment": "<button>启用定期</button> 付款以配置定期付款设置",
183
+ "attemptOffsetDays": {
184
+ "label": "下一个定期付款应在提交日期前多少天进行?",
185
+ "isRequired": "尝试偏移天数是必需的",
186
+ "min": "必须大于1",
187
+ "max": "必须小于15"
188
+ }
189
+ },
190
+ "recurringPaymentCancel": {
191
+ "buttonLabel": "取消定期付款",
192
+ "alertTitle": "取消定期付款?",
193
+ "alertMessage": "您正在取消此提交的定期付款。这是不可撤销的。",
194
+ "reasonLabel": "取消原因(可选)",
195
+ "reasonPlaceholder": "在此输入原因……",
196
+ "message": "定期付款已取消"
197
+ },
198
+ "taxesDashboard": {
199
+ "title": "税款",
200
+ "noData": "没有税款可显示。",
201
+ "noFee": "您需要设置在线支付以配置税款。",
202
+ "table": {
203
+ "taxName": "税名",
204
+ "description": "描述",
205
+ "value": "值",
206
+ "type": "类型"
207
+ },
208
+ "buttons": {
209
+ "add": "添加新税",
210
+ "enablePayment": "启用付款"
211
+ },
212
+ "form": {
213
+ "title": {
214
+ "create": "添加税",
215
+ "edit": "编辑税"
216
+ },
217
+ "name": {
218
+ "label": "名称",
219
+ "placeholder": "输入名称"
220
+ },
221
+ "value": {
222
+ "label": "值",
223
+ "placeholder": "输入值"
224
+ },
225
+ "kind": {
226
+ "label": "选择税类型",
227
+ "percentage": "百分比",
228
+ "fixed": "固定"
229
+ },
230
+ "description": {
231
+ "label": "描述",
232
+ "placeholder": "输入描述"
233
+ }
234
+ }
235
+ },
236
+ "stripeConnect": {
237
+ "title": "连接您的Stripe账户",
238
+ "unlinkedDescription": "尚未与{{productNameLabel, anyCase}}链接Stripe账户。连接您的Stripe账户或创建一个新账户。",
239
+ "createNewAccount": "创建新的Stripe账户",
240
+ "useExistingAccount": "使用现有的Stripe账户",
241
+ "linkedDescription": "您的{{productNameLabel, anyCase}}已链接Stripe账户。",
242
+ "failedButton": "再试一次",
243
+ "countryHelpText": "选择您的账户所在的国家。",
244
+ "countryPlaceholder": "选择国家",
245
+ "verifyingMessage": "正在验证您的账户。请稍等..",
246
+ "failedProcessing": "验证您的账户失败。请再试一次。",
247
+ "accountNotActivated": "您的账户尚未激活。请激活后继续。"
248
+ },
249
+ "stripeManage": {
250
+ "viewStripeDashboard": "查看Stripe仪表板",
251
+ "checkoutSettings": {
252
+ "title": "Stripe结账字段",
253
+ "phoneNumber": "联系方式",
254
+ "address": "账单地址信息",
255
+ "phoneNumberDisabledMessage": "账单地址必须启用才能启用电话号码。",
256
+ "addressDisabledMessage": "对于印度Stripe账户,地址字段是必需的。"
257
+ }
258
+ }
259
+ }
260
+ }
@@ -0,0 +1,260 @@
1
+ {
2
+ "neetoPayments": {
3
+ "countOf": {
4
+ "transferWithStatus": "{{count}} {{status}} 交易",
5
+ "transferWithStatus_other": "{{count}} {{status}} 交易",
6
+ "connected": "{{count}} 交易",
7
+ "connected_other": "{{count}} 交易",
8
+ "connectedWithStatus": "{{count}} {{status}} 交易",
9
+ "connectedWithStatus_other": "{{count}} {{status}} 交易",
10
+ "payment": "{{count}} 次付款",
11
+ "payment_other": "{{count}} 次付款",
12
+ "paymentWithStatus": "{{count}} {{status}} 次付款",
13
+ "paymentWithStatus_other": "{{count}} {{status}} 次付款",
14
+ "refund": "{{count}} 次退款",
15
+ "refund_other": "{{count}} 次退款",
16
+ "refundWithStatus": "{{count}} {{status}} 次退款",
17
+ "refundWithStatus_other": "{{count}} {{status}} 次退款",
18
+ "account": "{{count}} 標準帳戶",
19
+ "account_other": "{{count}} 標準帳戶",
20
+ "accountWithStatus": "{{count}} {{status}} 標準帳戶",
21
+ "accountWithStatus_other": "{{count}} {{status}} 標準帳戶",
22
+ "payout": "{{count}} 支付",
23
+ "payout_other": "{{count}} 次支付",
24
+ "payoutWithStatus": "{{count}} {{status}} 支付",
25
+ "payoutWithStatus_other": "{{count}} {{status}} 次支付",
26
+ "razorpayPayment": "{{count}} 次付款",
27
+ "razorpayPayment_other": "{{count}} 次付款",
28
+ "razorpayPaymentWithStatus": "{{count}} {{status}} 次付款",
29
+ "razorpayPaymentWithStatus_other": "{{count}} {{status}} 次付款",
30
+ "upiPayment": "{{count}} 次付款",
31
+ "upiPayment_other": "{{count}} 次付款",
32
+ "upiPaymentWithStatus": "{{count}} {{status}} 次付款",
33
+ "upiPaymentWithStatus_other": "{{count}} {{status}} 次付款"
34
+ },
35
+ "export": {
36
+ "title": {
37
+ "refund": "匯出退款",
38
+ "split": "匯出分割付款",
39
+ "platform": "匯出平台付款",
40
+ "connected": "匯出付款",
41
+ "transfer": "匯出付款",
42
+ "account": "匯出標準帳戶",
43
+ "payout": "匯出支付",
44
+ "razorpayPayment": "匯出付款",
45
+ "splitTransfers": "匯出分割轉帳",
46
+ "payments": "匯出付款",
47
+ "refunds": "匯出退款"
48
+ },
49
+ "pleaseWait": "檔案正在生成中。",
50
+ "fileReady": "檔案已準備好下載。",
51
+ "download": {
52
+ "refund": "下載包含退款的單個 CSV 檔案。",
53
+ "platform": "下載包含平台付款的單個 CSV 檔案。",
54
+ "connected": "下載包含付款的單個 CSV 檔案。",
55
+ "transfer": "下載包含付款的單個 CSV 檔案。",
56
+ "split": "下載包含分割付款的單個 CSV 檔案。",
57
+ "account": "下載包含標準帳戶的單個 CSV 檔案。",
58
+ "payout": "下載包含支付的單個 CSV 檔案。",
59
+ "razorpayPayment": "下載包含付款的單個 CSV 檔案。",
60
+ "splitTransfers": "下載包含分割轉帳的單個 CSV 檔案。",
61
+ "payments": "下載包含付款的單個 CSV 檔案。",
62
+ "refunds": "下載包含退款的單個 CSV 檔案。"
63
+ }
64
+ },
65
+ "integrationModal": {
66
+ "title": "連接您的 Stripe 帳戶",
67
+ "subtitle": "這個帳戶還沒有鏈接到 Stripe 帳戶。\n連接您的 Stripe 帳戶或創建一個新的。",
68
+ "createAccount": "創建新的 Stripe 帳戶",
69
+ "connectAccount": "使用現有的 Stripe 帳戶",
70
+ "linkedDescription": "您的帳戶已鏈接到一個 Stripe 帳戶。繼續使用您的鏈接帳戶或連接一個新的帳戶。",
71
+ "failedButton": "再試一次",
72
+ "anotherAccount": "使用其他帳戶",
73
+ "alert": {
74
+ "changeTitle": "更改 stripe 帳戶?",
75
+ "changeMessage": "您正在更改 stripe 帳戶 <strong>{{account}}</strong>。"
76
+ },
77
+ "form": {
78
+ "label": "國家",
79
+ "helpText": "選擇您的帳戶所在的國家。",
80
+ "placeholder": "選擇國家"
81
+ },
82
+ "creating": "正在創建您的帳戶",
83
+ "account": {
84
+ "title": "帳戶詳細信息"
85
+ }
86
+ },
87
+ "validations": {
88
+ "countryRequired": "國家是必需的",
89
+ "invalidUrl": "請輸入有效的網址",
90
+ "nameRequired": "名稱是必需的",
91
+ "kindRequired": "類型是必需的",
92
+ "valueRequired": "值是必需的",
93
+ "invalidField": "{{entity, anyCase}} 無效",
94
+ "length": "必須為 {{length}} 位數字"
95
+ },
96
+ "razorpay": {
97
+ "loadError": "無法加載 Razorpay!!"
98
+ },
99
+ "cash": {
100
+ "confirmModal": {
101
+ "title": "確認現金付款?",
102
+ "notes": "備註(可選)",
103
+ "notesPlaceholder": "在這裡輸入備註..."
104
+ }
105
+ },
106
+ "upi": {
107
+ "confirmModal": {
108
+ "title": "確認 UPI 付款?",
109
+ "upiTransactionId": "UPI 交易 ID:{{identifier}}",
110
+ "vpasIdRequired": "需要目標 UPI 地址",
111
+ "notes": "備註(可選)",
112
+ "notesPlaceholder": "在這裡輸入備註...",
113
+ "accountIdLabel": "付款收到的 UPI ID"
114
+ },
115
+ "rejectModal": {
116
+ "title": "拒絕 UPI 付款?"
117
+ },
118
+ "alert": {
119
+ "title": "刪除 UPI ID?",
120
+ "message": "您正在永久刪除 UPI ID <b>{{upiId}}</b>。此操作無法撤消。"
121
+ },
122
+ "form": {
123
+ "add": "添加 UPI ID",
124
+ "enterUpi": "輸入 UPI ID",
125
+ "validation": {
126
+ "invalidUpi": "UPI ID 格式無效。它應該是 'name@bank' 格式。",
127
+ "required": "UPI ID 是必需的。"
128
+ }
129
+ },
130
+ "payment": {
131
+ "transaction": {
132
+ "label": "輸入 UPI 交易 ID",
133
+ "placeholder": "123456789012",
134
+ "required": "交易 ID 是必需的",
135
+ "sixCharacters": "交易 ID 必須有 6 個字符"
136
+ },
137
+ "vpaText": "將上述金額發送到以下 UPI ID 並輸入 UPI 交易 ID。",
138
+ "vpaText_other": "將上述金額發送到任何以下 UPI ID 並輸入 UPI 交易 ID。",
139
+ "buttons": {
140
+ "submit": "提交",
141
+ "back": "返回",
142
+ "confirmPayment": "確認付款",
143
+ "rejectPayment": "拒絕付款",
144
+ "markAsPaid": "標記為已付款"
145
+ }
146
+ }
147
+ },
148
+ "splitTransferDetails": {
149
+ "title": "分割轉帳詳細信息",
150
+ "destinationDetails": "目的地詳細信息",
151
+ "payoutInitiatedDate": "已發起支付至銀行的日期",
152
+ "payoutArrivalDate": "預計到達銀行的日期",
153
+ "discountCodeOfPercentageApplied": "{{code, anyCase}} - {{percentage}}% 折扣。",
154
+ "discountCodeOfAmountApplied": "{{code, anyCase}} - {{amount, anyCase}} 折扣。",
155
+ "netAmountHelpTitle": "什麼是淨額?",
156
+ "platformShareHelpTitle": "什麼是平台份額?",
157
+ "netAmountDescription": "淨額是支付提供商收取費用後您收到的最終支付金額。",
158
+ "platformShareDescription": "平台份額是扣除所有服務提供商份額後將存入您銀行帳戶的金額。(淨額 - 轉帳金額)",
159
+ "selectAll": "選擇所有 {{count}} 預期的分割轉帳",
160
+ "selectedSplitTransfers": "本頁上所有 {{selectedCount}} 預期的分割轉帳已選擇",
161
+ "recordWithCount_one": "選擇了 {{count}} 個分割轉帳,共 <span>{{recordsCount}}</span>",
162
+ "recordWithCount_other": "選擇了 {{count}} 個分割轉帳,共 <span>{{recordsCount}}</span>"
163
+ },
164
+ "cancelSplitTransfers": {
165
+ "reasonRequired": "需要理由",
166
+ "modal": {
167
+ "title": "取消分割轉帳?",
168
+ "message": "您即將取消待處理的分割轉帳。此操作無法撤消。",
169
+ "reason": "取消理由"
170
+ }
171
+ },
172
+ "resumeSplitTransfers": {
173
+ "modal": {
174
+ "title": "恢復分割轉帳?",
175
+ "message": "您即將恢復已取消的分割轉帳。此操作無法撤消。",
176
+ "reason": "恢復理由"
177
+ }
178
+ },
179
+ "recurringPaymentSettings": {
180
+ "title": "定期付款",
181
+ "monthlyRecurringPayment": "每月定期付款",
182
+ "enableRecurringPayment": "<button>啟用定期</button> 付款來配置定期付款設置",
183
+ "attemptOffsetDays": {
184
+ "label": "下次定期付款應在提交日期之前幾天進行?",
185
+ "isRequired": "嘗試的偏移天數是必需的",
186
+ "min": "必須大於 1",
187
+ "max": "必須小於 15"
188
+ }
189
+ },
190
+ "recurringPaymentCancel": {
191
+ "buttonLabel": "取消定期付款",
192
+ "alertTitle": "取消定期付款?",
193
+ "alertMessage": "您正在取消此提交的定期付款。此操作無法撤消。",
194
+ "reasonLabel": "取消理由(可選)",
195
+ "reasonPlaceholder": "在這裡輸入理由...",
196
+ "message": "定期付款已取消"
197
+ },
198
+ "taxesDashboard": {
199
+ "title": "稅務",
200
+ "noData": "沒有可顯示的稅務。",
201
+ "noFee": "您需要設置線上付款來配置稅務。",
202
+ "table": {
203
+ "taxName": "稅名",
204
+ "description": "描述",
205
+ "value": "值",
206
+ "type": "類型"
207
+ },
208
+ "buttons": {
209
+ "add": "添加新稅",
210
+ "enablePayment": "啟用付款"
211
+ },
212
+ "form": {
213
+ "title": {
214
+ "create": "添加稅",
215
+ "edit": "編輯稅"
216
+ },
217
+ "name": {
218
+ "label": "名稱",
219
+ "placeholder": "輸入名稱"
220
+ },
221
+ "value": {
222
+ "label": "值",
223
+ "placeholder": "輸入值"
224
+ },
225
+ "kind": {
226
+ "label": "選擇稅類型",
227
+ "percentage": "百分比",
228
+ "fixed": "固定"
229
+ },
230
+ "description": {
231
+ "label": "描述",
232
+ "placeholder": "輸入描述"
233
+ }
234
+ }
235
+ },
236
+ "stripeConnect": {
237
+ "title": "連接您的 Stripe 帳戶",
238
+ "unlinkedDescription": "尚未與 {{productNameLabel, anyCase}} 鏈接任何 Stripe 帳戶。請連接您的 Stripe 帳戶或創建一個新的。",
239
+ "createNewAccount": "創建新的 Stripe 帳戶",
240
+ "useExistingAccount": "使用現有的 Stripe 帳戶",
241
+ "linkedDescription": "您的 {{productNameLabel, anyCase}} 已鏈接到一個 Stripe 帳戶。",
242
+ "failedButton": "再試一次",
243
+ "countryHelpText": "選擇您的帳戶所在的國家。",
244
+ "countryPlaceholder": "選擇國家",
245
+ "verifyingMessage": "正在驗證您的帳戶。請稍候...",
246
+ "failedProcessing": "驗證您的帳戶失敗。請再試一次。",
247
+ "accountNotActivated": "您的帳戶尚未啟用。請啟用它以繼續。"
248
+ },
249
+ "stripeManage": {
250
+ "viewStripeDashboard": "查看 Stripe 儀表板",
251
+ "checkoutSettings": {
252
+ "title": "Stripe 結帳欄位",
253
+ "phoneNumber": "聯繫電話號碼",
254
+ "address": "帳單地址信息",
255
+ "phoneNumberDisabledMessage": "必須啟用帳單地址才能啟用電話號碼。",
256
+ "addressDisabledMessage": "對於印度的 Stripe 帳戶,地址欄位是必需的。"
257
+ }
258
+ }
259
+ }
260
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-payments-frontend",
3
- "version": "4.0.12",
3
+ "version": "4.0.13",
4
4
  "description": "To manage payments across the neeto products.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-payments-nano",