@bigbinary/neeto-payments-frontend 4.0.12 → 4.0.14

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 +568 -0
  2. package/app/javascript/src/translations/bg.json +568 -0
  3. package/app/javascript/src/translations/ca.json +568 -0
  4. package/app/javascript/src/translations/cs.json +568 -0
  5. package/app/javascript/src/translations/da.json +568 -0
  6. package/app/javascript/src/translations/es-MX.json +568 -0
  7. package/app/javascript/src/translations/et.json +568 -0
  8. package/app/javascript/src/translations/fi.json +568 -0
  9. package/app/javascript/src/translations/fil.json +568 -0
  10. package/app/javascript/src/translations/hi.json +568 -0
  11. package/app/javascript/src/translations/hr.json +568 -0
  12. package/app/javascript/src/translations/id.json +568 -0
  13. package/app/javascript/src/translations/it.json +568 -0
  14. package/app/javascript/src/translations/ja.json +568 -0
  15. package/app/javascript/src/translations/ko.json +568 -0
  16. package/app/javascript/src/translations/nl.json +568 -0
  17. package/app/javascript/src/translations/pl.json +568 -0
  18. package/app/javascript/src/translations/pt-BR.json +568 -0
  19. package/app/javascript/src/translations/pt.json +568 -0
  20. package/app/javascript/src/translations/ro.json +568 -0
  21. package/app/javascript/src/translations/ru.json +568 -0
  22. package/app/javascript/src/translations/sk.json +568 -0
  23. package/app/javascript/src/translations/sl.json +568 -0
  24. package/app/javascript/src/translations/sv.json +568 -0
  25. package/app/javascript/src/translations/th.json +568 -0
  26. package/app/javascript/src/translations/tr.json +568 -0
  27. package/app/javascript/src/translations/uk.json +568 -0
  28. package/app/javascript/src/translations/vi.json +568 -0
  29. package/app/javascript/src/translations/zh-CN.json +568 -0
  30. package/app/javascript/src/translations/zh-TW.json +568 -0
  31. package/package.json +11 -11
@@ -0,0 +1,568 @@
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
+ "platform": "{{count}} 거래",
35
+ "platform_other": "{{count}} 거래들",
36
+ "platformWithStatus": "{{count}} {{status}} 거래",
37
+ "platformWithStatus_other": "{{count}} {{status}} 거래들",
38
+ "split": "{{count}} 분할 이체",
39
+ "split_other": "{{count}} 분할 이체들",
40
+ "splitWithStatus": "{{count}} {{status}} 분할 이체",
41
+ "splitWithStatus_other": "{{count}} {{status}} 분할 이체들",
42
+ "splitTransfer": "{{count}} 분할 이체",
43
+ "splitTransfer_other": "{{count}} 분할 이체들",
44
+ "splitTransferWithStatus": "{{count}} {{status}} 분할 이체",
45
+ "splitTransferWithStatus_other": "{{count}} {{status}} 분할 이체들",
46
+ "transfer": "{{count}} 거래",
47
+ "transfer_other": "{{count}} 거래들"
48
+ },
49
+ "export": {
50
+ "title": {
51
+ "refund": "환불 내보내기",
52
+ "split": "분할 결제 내보내기",
53
+ "platform": "플랫폼 결제 내보내기",
54
+ "connected": "결제 내보내기",
55
+ "transfer": "결제 내보내기",
56
+ "account": "표준 계좌 내보내기",
57
+ "payout": "지급 내보내기",
58
+ "razorpayPayment": "결제 내보내기",
59
+ "splitTransfers": "분할 이체 내보내기",
60
+ "payments": "결제 내보내기",
61
+ "refunds": "환불 내보내기"
62
+ },
63
+ "pleaseWait": "파일을 생성 중입니다.",
64
+ "fileReady": "파일이 다운로드 준비가 완료되었습니다.",
65
+ "download": {
66
+ "refund": "환불을 포함하는 단일 CSV 파일 다운로드.",
67
+ "platform": "플랫폼 결제를 포함하는 단일 CSV 파일 다운로드.",
68
+ "connected": "결제를 포함하는 단일 CSV 파일 다운로드.",
69
+ "transfer": "결제를 포함하는 단일 CSV 파일 다운로드.",
70
+ "split": "분할 결제를 포함하는 단일 CSV 파일 다운로드.",
71
+ "account": "표준 계좌를 포함하는 단일 CSV 파일 다운로드.",
72
+ "payout": "지급을 포함하는 단일 CSV 파일 다운로드.",
73
+ "razorpayPayment": "결제를 포함하는 단일 CSV 파일 다운로드.",
74
+ "splitTransfers": "분할 이체를 포함하는 단일 CSV 파일 다운로드.",
75
+ "payments": "결제를 포함하는 단일 CSV 파일 다운로드.",
76
+ "refunds": "환불을 포함하는 단일 CSV 파일 다운로드."
77
+ }
78
+ },
79
+ "integrationModal": {
80
+ "title": "Stripe 계좌 연결",
81
+ "subtitle": "이 계좌에 연결된 Stripe 계좌가 없습니다.\nStripe 계좌를 연결하거나 새 계좌를 생성하세요.",
82
+ "createAccount": "새 Stripe 계좌 생성",
83
+ "connectAccount": "기존 Stripe 계좌 사용",
84
+ "linkedDescription": "귀하의 계좌에 연결된 Stripe 계좌가 있습니다. 연결된 계좌로 계속하거나 새 계좌를 연결하세요.",
85
+ "failedButton": "다시 시도",
86
+ "anotherAccount": "다른 계좌 사용",
87
+ "alert": {
88
+ "changeTitle": "Stripe 계좌 변경?",
89
+ "changeMessage": "Stripe 계좌 <strong>{{account}}</strong>를 변경하려고 합니다."
90
+ },
91
+ "form": {
92
+ "label": "국가",
93
+ "helpText": "귀하의 계좌가 위치한 국가를 선택하세요.",
94
+ "placeholder": "국가 선택"
95
+ },
96
+ "creating": "귀하의 계좌 생성 중",
97
+ "account": {
98
+ "title": "계좌 정보"
99
+ }
100
+ },
101
+ "validations": {
102
+ "countryRequired": "국가는 필수입니다",
103
+ "invalidUrl": "유효한 URL을 입력하세요",
104
+ "nameRequired": "이름은 필수입니다",
105
+ "kindRequired": "종류는 필수입니다",
106
+ "valueRequired": "값은 필수입니다",
107
+ "invalidField": "{{entity, anyCase}}가 유효하지 않습니다",
108
+ "length": "최소 {{length}} 자이어야 합니다"
109
+ },
110
+ "razorpay": {
111
+ "loadError": "Razorpay를 로드하는 데 실패했습니다!!"
112
+ },
113
+ "cash": {
114
+ "confirmModal": {
115
+ "title": "현금 결제를 확인하시겠습니까?",
116
+ "notes": "메모 (선택 사항)",
117
+ "notesPlaceholder": "여기에 메모를 입력하세요..."
118
+ }
119
+ },
120
+ "upi": {
121
+ "confirmModal": {
122
+ "title": "UPI 결제를 확인하시겠습니까?",
123
+ "upiTransactionId": "UPI 거래 ID: {{identifier}}",
124
+ "vpasIdRequired": "목적지 UPI 주소가 필요합니다",
125
+ "notes": "메모 (선택 사항)",
126
+ "notesPlaceholder": "여기에 메모를 입력하세요...",
127
+ "accountIdLabel": "결제가 수신된 UPI ID"
128
+ },
129
+ "rejectModal": {
130
+ "title": "UPI 결제를 거부하시겠습니까?"
131
+ },
132
+ "alert": {
133
+ "title": "UPI ID 삭제?",
134
+ "message": "UPI ID <b>{{upiId}}</b>를 영구적으로 삭제하려고 합니다. 이 작업은 취소할 수 없습니다."
135
+ },
136
+ "form": {
137
+ "add": "UPI ID 추가",
138
+ "enterUpi": "UPI ID 입력",
139
+ "validation": {
140
+ "invalidUpi": "유효하지 않은 UPI ID 형식입니다. 'name@bank' 형식이어야 합니다.",
141
+ "required": "UPI ID는 필수입니다."
142
+ }
143
+ },
144
+ "payment": {
145
+ "transaction": {
146
+ "label": "UPI 거래 ID 입력",
147
+ "placeholder": "123456789012",
148
+ "required": "거래 ID는 필수입니다",
149
+ "sixCharacters": "거래 ID는 6자여야 합니다"
150
+ },
151
+ "vpaText": "위에 언급된 금액을 다음 UPI ID로 보내고 UPI 거래 ID를 입력하세요.",
152
+ "vpaText_other": "위에 언급된 금액을 다음 UPI ID 중 하나로 보내고 UPI 거래 ID를 입력하세요.",
153
+ "buttons": {
154
+ "submit": "제출",
155
+ "back": "뒤로",
156
+ "confirmPayment": "결제 확인",
157
+ "rejectPayment": "결제 거부",
158
+ "markAsPaid": "결제 완료로 표시"
159
+ }
160
+ }
161
+ },
162
+ "splitTransferDetails": {
163
+ "title": "분할 이체 세부정보",
164
+ "destinationDetails": "목적지 세부정보",
165
+ "payoutInitiatedDate": "은행으로의 지급 시작일",
166
+ "payoutArrivalDate": "예상 은행 도착일",
167
+ "discountCodeOfPercentageApplied": "{{code, anyCase}} - {{percentage}}% 할인.",
168
+ "discountCodeOfAmountApplied": "{{code, anyCase}} - {{amount, anyCase}} 할인.",
169
+ "netAmountHelpTitle": "순 금액이란 무엇입니까?",
170
+ "platformShareHelpTitle": "플랫폼 몫이란 무엇입니까?",
171
+ "netAmountDescription": "순 금액은 결제 제공자의 수수료를 차감한 후의 최종 결제 금액입니다.",
172
+ "platformShareDescription": "플랫폼 몫은 모든 서비스 제공자 몫을 차감한 후 귀하의 은행 계좌에 입금될 금액입니다. (순 금액 - 전송된 금액)",
173
+ "selectAll": "{{count}} 개의 보류 중인 분할 이체 모두 선택",
174
+ "selectedSplitTransfers": "이 페이지의 모든 {{selectedCount}} 보류 중인 분할 이체가 선택되었습니다",
175
+ "recordWithCount_one": "<span>{{recordsCount}}</span> 중 {{count}} 분할 이체 선택됨",
176
+ "recordWithCount_other": "<span>{{recordsCount}}</span> 중 {{count}} 분할 이체 선택됨"
177
+ },
178
+ "cancelSplitTransfers": {
179
+ "reasonRequired": "사유는 필수입니다",
180
+ "modal": {
181
+ "title": "분할 이체 취소?",
182
+ "message": "보류 중인 분할 이체를 취소하려고 합니다. 이 작업은 취소할 수 없습니다.",
183
+ "reason": "취소 사유"
184
+ }
185
+ },
186
+ "resumeSplitTransfers": {
187
+ "modal": {
188
+ "title": "분할 이체 재개?",
189
+ "message": "취소된 분할 이체를 재개하려고 합니다. 이 작업은 취소할 수 없습니다.",
190
+ "reason": "재개 사유"
191
+ }
192
+ },
193
+ "recurringPaymentSettings": {
194
+ "title": "정기 결제",
195
+ "monthlyRecurringPayment": "매월 정기 결제",
196
+ "enableRecurringPayment": "<button>정기적인</button> 결제를 활성화하여 정기 결제 설정을 구성합니다",
197
+ "attemptOffsetDays": {
198
+ "label": "다음 정기 결제가 제출일 기준 며칠 전 시도되어야 합니까?",
199
+ "isRequired": "시도 오프셋일은 필수입니다",
200
+ "min": "1보다 커야 합니다",
201
+ "max": "15보다 작아야 합니다"
202
+ }
203
+ },
204
+ "recurringPaymentCancel": {
205
+ "buttonLabel": "정기 결제 취소",
206
+ "alertTitle": "정기 결제 취소?",
207
+ "alertMessage": "이번 제출에 대한 정기 결제를 취소하고 있습니다. 이 작업은 취소할 수 없습니다.",
208
+ "reasonLabel": "취소 사유 (선택 사항)",
209
+ "reasonPlaceholder": "여기에 사유를 입력하세요...",
210
+ "message": "정기 결제가 취소되었습니다"
211
+ },
212
+ "taxesDashboard": {
213
+ "title": "세금",
214
+ "noData": "표시할 세금이 없습니다.",
215
+ "noFee": "세금을 구성하려면 온라인 결제를 설정해야 합니다.",
216
+ "table": {
217
+ "taxName": "세금 이름",
218
+ "description": "설명",
219
+ "value": "값",
220
+ "type": "유형"
221
+ },
222
+ "buttons": {
223
+ "add": "새 세금 추가",
224
+ "enablePayment": "결제 활성화"
225
+ },
226
+ "form": {
227
+ "title": {
228
+ "create": "세금 추가",
229
+ "edit": "세금 수정"
230
+ },
231
+ "name": {
232
+ "label": "이름",
233
+ "placeholder": "이름 입력"
234
+ },
235
+ "value": {
236
+ "label": "값",
237
+ "placeholder": "값 입력"
238
+ },
239
+ "kind": {
240
+ "label": "세금 유형 선택",
241
+ "percentage": "백분율",
242
+ "fixed": "고정"
243
+ },
244
+ "description": {
245
+ "label": "설명",
246
+ "placeholder": "설명 입력"
247
+ }
248
+ }
249
+ },
250
+ "stripeConnect": {
251
+ "title": "Stripe 계좌 연결",
252
+ "unlinkedDescription": "{{productNameLabel, anyCase}}와 연결된 Stripe 계좌가 없습니다. Stripe 계좌를 연결하거나 새 계좌를 생성하세요.",
253
+ "createNewAccount": "새 Stripe 계좌 생성",
254
+ "useExistingAccount": "기존 Stripe 계좌 사용",
255
+ "linkedDescription": "{{productNameLabel, anyCase}}과 연결된 Stripe 계좌가 있습니다.",
256
+ "failedButton": "다시 시도",
257
+ "countryHelpText": "귀하의 계좌가 위치한 국가를 선택하세요.",
258
+ "countryPlaceholder": "국가 선택",
259
+ "verifyingMessage": "계정을 확인 중입니다. 잠시 기다려 주십시오..",
260
+ "failedProcessing": "계정을 확인하지 못했습니다. 다시 시도해 주십시오.",
261
+ "accountNotActivated": "귀하의 계좌가 활성화되지 않았습니다. 계속하려면 활성화하세요."
262
+ },
263
+ "stripeManage": {
264
+ "viewStripeDashboard": "Stripe 대시보드 보기",
265
+ "checkoutSettings": {
266
+ "title": "Stripe 체크아웃 필드",
267
+ "phoneNumber": "연락처 전화번호",
268
+ "address": "청구 주소 정보",
269
+ "phoneNumberDisabledMessage": "청구 주소가 활성화되어야 전화번호를 활성화할 수 있습니다.",
270
+ "addressDisabledMessage": "인도 Stripe 계좌의 경우 주소 필드가 필수입니다."
271
+ }
272
+ },
273
+ "common": {
274
+ "yes": "예",
275
+ "no": "아니요",
276
+ "payments": "지불",
277
+ "id": "ID",
278
+ "identifier": "식별자",
279
+ "amount": "금액",
280
+ "currency": "통화",
281
+ "platformShare": "플랫폼 수익",
282
+ "status": "상태",
283
+ "paymentTime": "지불 시간",
284
+ "all": "전체",
285
+ "pending": "보류 중",
286
+ "successful": "성공",
287
+ "declined": "거절됨",
288
+ "refunded": "환불됨",
289
+ "cancelled": "취소됨",
290
+ "kind": "종류",
291
+ "refundAmount": "환불 금액",
292
+ "refundTime": "환불 시간",
293
+ "splits": "분할",
294
+ "platformPayment": "플랫폼 지불",
295
+ "platformTransaction": "플랫폼 거래",
296
+ "connectedTransaction": "연결된 거래",
297
+ "transferTime": "전송 시간",
298
+ "paymentIdentifier": "지불 식별자",
299
+ "notAvailable": "-",
300
+ "notCalculated": "*",
301
+ "rejected": "거부됨",
302
+ "razorpayPayments": "Razorpay 지불",
303
+ "upiPayments": "UPI 지불",
304
+ "completed": "완료됨",
305
+ "failed": "실패",
306
+ "accountIdentifier": "목적지 계좌 식별자",
307
+ "download": "다운로드",
308
+ "export": "내보내기",
309
+ "cancel": "취소",
310
+ "paymentAmount": "지불 금액",
311
+ "taxAmount": "세금 금액",
312
+ "totalAmount": "총 금액",
313
+ "transferredAmount": "전송 금액",
314
+ "search": "검색",
315
+ "takeAction": "조치 취하기",
316
+ "confirm": "확인",
317
+ "createdAt": "생성일",
318
+ "country": "국가",
319
+ "email": "이메일",
320
+ "name": "이름",
321
+ "connected": "연결됨",
322
+ "disconnected": "연결 안 됨",
323
+ "incomplete": "미완료",
324
+ "paid": "지불됨",
325
+ "inTransit": "전송 중",
326
+ "canceled": "취소됨",
327
+ "arrivalDate": "도착 날짜",
328
+ "payoutArrivalDate": "지급 도착 날짜",
329
+ "payoutTraceId": "지급 추적 ID",
330
+ "destinationIdentifier": "목적지 식별자",
331
+ "continue": "계속",
332
+ "connect": "연결",
333
+ "configure": "설정",
334
+ "finish": "완료",
335
+ "pay": "지불",
336
+ "upiId": "UPI ID",
337
+ "upiIds": "UPI IDs",
338
+ "delete": "삭제",
339
+ "transactionId": "거래 ID",
340
+ "paymentProvider": "지불 제공자",
341
+ "provider": "제공자",
342
+ "destinationAccountIdentifier": "계좌 식별자",
343
+ "destinationAccountName": "계좌 이름",
344
+ "destinationAccountEmail": "계좌 이메일",
345
+ "discountCode": "할인 코드",
346
+ "netAmount": "순 금액",
347
+ "payoutStatus": "지급 상태",
348
+ "searchByIdentifier": "식별자로 검색",
349
+ "submit": "제출",
350
+ "edit": "수정",
351
+ "resume": "재개",
352
+ "upi": "UPI",
353
+ "proceed": "진행",
354
+ "confirmPayment": "지불 확인",
355
+ "tipAmount": "팁 금액",
356
+ "reject": "거부",
357
+ "tryAgain": "다시 시도"
358
+ },
359
+ "alert": {
360
+ "stripe": {
361
+ "connectRestrictionTitle": "Stripe 분할 지불에 이미 연결됨",
362
+ "connectRestrictionMessage": "이미 Stripe 분할 지불을 통합했습니다. Stripe 표준 지불과 연결하려면 Stripe 분할 지불에서 연결을 해제하십시오."
363
+ },
364
+ "stripePlatform": {
365
+ "connectRestrictionTitle": "Stripe 표준 지불에 이미 연결됨",
366
+ "connectRestrictionMessage": "이미 Stripe 표준 지불을 통합했습니다. Stripe 분할 지불과 연결하려면 Stripe 표준 지불에서 연결을 해제하십시오."
367
+ },
368
+ "delete": {
369
+ "tax": {
370
+ "title": "세금을 삭제하시겠습니까?",
371
+ "message": "세금 <strong>{{name, anyCase}}</strong>를 삭제하시겠습니까? 이 작업은 되돌릴 수 없습니다."
372
+ }
373
+ }
374
+ },
375
+ "title": {
376
+ "connected": "Stripe 거래",
377
+ "platform": "Stripe 거래",
378
+ "split": "Stripe 분할 이체",
379
+ "splitTransfers": "분할 이체",
380
+ "transfer": "Stripe 표준 거래",
381
+ "refund": "Stripe 환불",
382
+ "account": "표준 계좌",
383
+ "payouts": "Stripe 지급",
384
+ "payments": "지불",
385
+ "refunds": "환불"
386
+ },
387
+ "emptyState": {
388
+ "payments": "지불이 없습니다.",
389
+ "paymentsWithStatus": "{{status}} 지불이 없습니다.",
390
+ "connected": "거래가 없습니다.",
391
+ "connectedWithStatus": "{{status}} 거래가 없습니다.",
392
+ "platform": "거래가 없습니다.",
393
+ "platformWithStatus": "{{status}} 거래가 없습니다.",
394
+ "splitTransfers": "분할 이체가 없습니다.",
395
+ "splitTransfersWithStatus": "{{status}} 분할 이체가 없습니다.",
396
+ "split": "분할 이체가 없습니다.",
397
+ "splitWithStatus": "{{status}} 분할 이체가 없습니다.",
398
+ "transfer": "거래가 없습니다.",
399
+ "transferWithStatus": "{{status}} 거래가 없습니다.",
400
+ "refund": "환불이 없습니다.",
401
+ "refundWithStatus": "{{status}} 환불이 없습니다.",
402
+ "account": "표준 계좌가 없습니다.",
403
+ "accountWithStatus": "{{status}} 표준 계좌가 없습니다.",
404
+ "razorpayPayment": "지불이 없습니다.",
405
+ "razorpayPaymentWithStatus": "{{status}} 지불이 없습니다.",
406
+ "upiPayment": "지불이 없습니다.",
407
+ "upiPaymentWithStatus": "{{status}} 지불이 없습니다.",
408
+ "payouts": {
409
+ "all": "표시할 지급이 없습니다.",
410
+ "paid": "지급된 지급이 없습니다.",
411
+ "inTransit": "전송 중인 지급이 없습니다.",
412
+ "canceled": "취소된 지급이 없습니다.",
413
+ "pending": "보류 중인 지급이 없습니다.",
414
+ "failed": "실패한 지급이 없습니다."
415
+ }
416
+ },
417
+ "tagLabels": {
418
+ "account": {
419
+ "connected": "연결됨",
420
+ "disconnected": "연결 안 됨",
421
+ "incomplete": "미완료"
422
+ },
423
+ "payout": {
424
+ "paid": "지급됨",
425
+ "inTransit": "전송 중",
426
+ "canceled": "취소됨",
427
+ "pending": "보류 중",
428
+ "failed": "실패"
429
+ },
430
+ "refund": {
431
+ "full": "환불됨",
432
+ "partial": "부분적으로 환불됨",
433
+ "successful": "성공적으로 환불됨",
434
+ "pending": "환불 보류 중",
435
+ "requires_action": "조치 필요",
436
+ "declined": "환불 거부됨",
437
+ "canceled": "환불 취소됨",
438
+ "initiated": "환불 시작됨",
439
+ "completed": "환불 완료됨",
440
+ "rejected": "환불 요청 거부됨"
441
+ },
442
+ "transaction": {
443
+ "connected": "표준",
444
+ "transfer": "분할",
445
+ "declined": "거부됨",
446
+ "successful": "성공",
447
+ "refunded": "환불됨",
448
+ "pending": "보류 중",
449
+ "initiated": "시작됨",
450
+ "requires_action": "조치 필요",
451
+ "cancelled": "취소됨",
452
+ "confirmationPending": "확인 보류 중",
453
+ "rejected": "거부됨"
454
+ },
455
+ "upiTransaction": {
456
+ "initiated": "시작됨",
457
+ "completed": "완료됨",
458
+ "failed": "실패",
459
+ "declined": "거부됨",
460
+ "successful": "성공",
461
+ "pending": "보류 중"
462
+ },
463
+ "payment": {
464
+ "initiated": "시작됨",
465
+ "completed": "완료됨",
466
+ "failed": "실패",
467
+ "declined": "거부됨",
468
+ "successful": "성공",
469
+ "refunded": "환불됨",
470
+ "pending": "보류 중"
471
+ },
472
+ "split": {
473
+ "successful": "성공",
474
+ "pending": "보류 중",
475
+ "cancelled": "취소됨",
476
+ "initiated": "시작됨"
477
+ },
478
+ "splitTransfers": {
479
+ "successful": "성공",
480
+ "pending": "보류 중",
481
+ "cancelled": "취소됨",
482
+ "initiated": "시작됨"
483
+ }
484
+ },
485
+ "tooltipContent": {
486
+ "identifierUnavailable": "분할이 성공적으로 완료되면 식별자가 사용 가능해집니다.",
487
+ "paymentIdentifierUnavailable": "고객이 지불 세부정보를 제출하면 식별자가 사용 가능해집니다.",
488
+ "dateUnavailable": "분할이 성공적으로 완료되면 전송 시간이 표시됩니다.",
489
+ "platformShareUnavailable": "플랫폼 수익이 아직 계산되지 않았습니다.",
490
+ "connectedTransactionUnavailable": "연결된 거래는 분할이 성공적으로 완료되면 사용 가능해집니다.",
491
+ "transaction": {
492
+ "successful": "지불이 완료되었습니다.",
493
+ "declined": "이 지불은 발급 은행이 거부했기 때문에 실패했습니다.",
494
+ "initiated": "고객이 지불 방법을 입력하지 않았습니다.",
495
+ "pending": "거래가 승인되었지만 자금이 아직 포착되지 않았습니다.",
496
+ "refunded": "거래가 환불되었습니다.",
497
+ "cancelled": "거래가 취소되었습니다.",
498
+ "requires_action": "프로세스가 완료되려면 고객의 추가 작업이 필요합니다."
499
+ },
500
+ "upiTransaction": {
501
+ "initiated": "이 거래는 아직 확인되지 않았습니다.",
502
+ "declined": "이 거래가 거부되었습니다.",
503
+ "successful": "이 거래는 확인된 것으로 표시되었습니다."
504
+ },
505
+ "refund": {
506
+ "successful": "환불이 성공적으로 처리되었습니다.",
507
+ "pending": "환불 요청이 시작되었지만 지불 제공자가 아직 처리 중입니다.",
508
+ "declined": "환불 프로세스가 거부되었습니다.",
509
+ "requires_action": "프로세스가 완료되려면 고객의 추가 작업이 필요합니다.",
510
+ "canceled": "환불 프로세스가 취소되었습니다.",
511
+ "initiated": "환불 요청이 은행에 제출되지 않았습니다.",
512
+ "completed": "환불이 성공적으로 처리되었습니다.",
513
+ "rejected": "환불 요청이 은행에 의해 거부되었습니다."
514
+ },
515
+ "split": {
516
+ "successful": "성공적인 분할",
517
+ "pending": "보류 중인 분할",
518
+ "cancelled": "분할 거래가 취소되었습니다."
519
+ },
520
+ "splitTransfers": {
521
+ "successful": "성공적인 분할",
522
+ "pending": "보류 중인 분할",
523
+ "cancelled": "분할 거래가 취소되었습니다.",
524
+ "cancelledRecordsSelected": "취소된 분할 이체가 선택되었습니다.",
525
+ "pendingRecordsSelected": "보류 중인 분할 이체가 선택되었습니다."
526
+ },
527
+ "payment": {
528
+ "completed": "지불이 완료되었습니다.",
529
+ "failed": "지불 프로세스가 실패했습니다.",
530
+ "successful": "지불이 완료되었습니다.",
531
+ "declined": "이 지불은 발급 은행이 거부했기 때문에 실패했습니다.",
532
+ "initiated": "고객이 지불 방법을 입력하지 않았습니다.",
533
+ "pending": "거래가 승인되었지만 자금이 아직 포착되지 않았습니다.",
534
+ "refunded": "거래가 환불되었습니다."
535
+ },
536
+ "account": {
537
+ "connected": "계정이 연결되었습니다.",
538
+ "disconnected": "계정이 연결 해제되었습니다.",
539
+ "incomplete": "사용자가 Stripe 계정을 완전히 설정하지 않았습니다."
540
+ },
541
+ "payout": {
542
+ "paid": "지급이 완료되었습니다.",
543
+ "inTransit": "지급이 전송 중입니다.",
544
+ "canceled": "지급이 취소되었습니다.",
545
+ "pending": "지급이 보류 중입니다.",
546
+ "failed": "지급이 실패하였습니다."
547
+ }
548
+ },
549
+ "transactionPane": {
550
+ "transactionId": "거래 ID:",
551
+ "amount": "금액:",
552
+ "status": "상태:",
553
+ "netAmount": "순 금액:",
554
+ "paidOn": "지불일:"
555
+ },
556
+ "payoutsPage": {
557
+ "title": "지급 세부정보",
558
+ "payoutId": "지급 ID:",
559
+ "status": "상태:",
560
+ "amount": "금액:",
561
+ "arrivalDate": "도착 날짜:",
562
+ "createdAt": "생성 일:",
563
+ "destinationId": "목적지 ID:",
564
+ "failureMessage": "실패 메시지:",
565
+ "automatic": "자동:"
566
+ }
567
+ }
568
+ }