@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 계좌가 없습니다.\nStripe 계좌를 연결하거나 새 계좌를 생성하세요.",
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": "<span>{{recordsCount}}</span> 중 {{count}} 분할 이체 선택됨",
162
+ "recordWithCount_other": "<span>{{recordsCount}}</span> 중 {{count}} 분할 이체 선택됨"
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}} transactie",
5
+ "transferWithStatus_other": "{{count}} {{status}} transacties",
6
+ "connected": "{{count}} transactie",
7
+ "connected_other": "{{count}} transacties",
8
+ "connectedWithStatus": "{{count}} {{status}} transactie",
9
+ "connectedWithStatus_other": "{{count}} {{status}} transacties",
10
+ "payment": "{{count}} betaling",
11
+ "payment_other": "{{count}} betalingen",
12
+ "paymentWithStatus": "{{count}} {{status}} betaling",
13
+ "paymentWithStatus_other": "{{count}} {{status}} betalingen",
14
+ "refund": "{{count}} terugbetaling",
15
+ "refund_other": "{{count}} terugbetalingen",
16
+ "refundWithStatus": "{{count}} {{status}} terugbetaling",
17
+ "refundWithStatus_other": "{{count}} {{status}} terugbetalingen",
18
+ "account": "{{count}} standaardaccount",
19
+ "account_other": "{{count}} standaardaccounts",
20
+ "accountWithStatus": "{{count}} {{status}} standaardaccount",
21
+ "accountWithStatus_other": "{{count}} {{status}} standaardaccounts",
22
+ "payout": "{{count}} uitbetaling",
23
+ "payout_other": "{{count}} uitbetalingen",
24
+ "payoutWithStatus": "{{count}} {{status}} uitbetaling",
25
+ "payoutWithStatus_other": "{{count}} {{status}} uitbetalingen",
26
+ "razorpayPayment": "{{count}} betaling",
27
+ "razorpayPayment_other": "{{count}} betalingen",
28
+ "razorpayPaymentWithStatus": "{{count}} {{status}} betaling",
29
+ "razorpayPaymentWithStatus_other": "{{count}} {{status}} betalingen",
30
+ "upiPayment": "{{count}} betaling",
31
+ "upiPayment_other": "{{count}} betalingen",
32
+ "upiPaymentWithStatus": "{{count}} {{status}} betaling",
33
+ "upiPaymentWithStatus_other": "{{count}} {{status}} betalingen"
34
+ },
35
+ "export": {
36
+ "title": {
37
+ "refund": "Terugbetalingen exporteren",
38
+ "split": "Gesplitste betalingen exporteren",
39
+ "platform": "Platformbetalingen exporteren",
40
+ "connected": "Betalingen exporteren",
41
+ "transfer": "Betalingen exporteren",
42
+ "account": "Standaardaccounts exporteren",
43
+ "payout": "Uitbetalingen exporteren",
44
+ "razorpayPayment": "Betalingen exporteren",
45
+ "splitTransfers": "Gesplitste overboekingen exporteren",
46
+ "payments": "Betalingen exporteren",
47
+ "refunds": "Terugbetalingen exporteren"
48
+ },
49
+ "pleaseWait": "Het bestand wordt aangemaakt.",
50
+ "fileReady": "Het bestand is klaar voor download.",
51
+ "download": {
52
+ "refund": "Download een enkel CSV-bestand met de terugbetalingen.",
53
+ "platform": "Download een enkel CSV-bestand met de platformbetalingen.",
54
+ "connected": "Download een enkel CSV-bestand met de betalingen.",
55
+ "transfer": "Download een enkel CSV-bestand met de betalingen.",
56
+ "split": "Download een enkel CSV-bestand met de gesplitste betalingen.",
57
+ "account": "Download een enkel CSV-bestand met de standaardaccounts.",
58
+ "payout": "Download een enkel CSV-bestand met de uitbetalingen.",
59
+ "razorpayPayment": "Download een enkel CSV-bestand met de betalingen.",
60
+ "splitTransfers": "Download een enkel CSV-bestand met de gesplitste overboekingen.",
61
+ "payments": "Download een enkel CSV-bestand met de betalingen.",
62
+ "refunds": "Download een enkel CSV-bestand met de terugbetalingen."
63
+ }
64
+ },
65
+ "integrationModal": {
66
+ "title": "Verbind uw Stripe-account",
67
+ "subtitle": "Er is nog geen Stripe-account aan dit account gekoppeld.\nVerbind uw Stripe-account of maak een nieuwe aan.",
68
+ "createAccount": "Maak een nieuw Stripe-account aan",
69
+ "connectAccount": "Gebruik bestaand Stripe-account",
70
+ "linkedDescription": "Er is een Stripe-account aan uw account gekoppeld. Ga verder met uw gekoppelde account of verbind een nieuwe.",
71
+ "failedButton": "Probeer opnieuw",
72
+ "anotherAccount": "Gebruik een ander account",
73
+ "alert": {
74
+ "changeTitle": "Stripe-account veranderen?",
75
+ "changeMessage": "U verandert Stripe-account <strong>{{account}}</strong>."
76
+ },
77
+ "form": {
78
+ "label": "Land",
79
+ "helpText": "Selecteer het land waar uw account is gevestigd.",
80
+ "placeholder": "Selecteer land"
81
+ },
82
+ "creating": "Uw account wordt aangemaakt",
83
+ "account": {
84
+ "title": "Accountgegevens"
85
+ }
86
+ },
87
+ "validations": {
88
+ "countryRequired": "Land is verplicht",
89
+ "invalidUrl": "Voer een geldige URL in",
90
+ "nameRequired": "Naam is verplicht",
91
+ "kindRequired": "Soort is verplicht",
92
+ "valueRequired": "Waarde is verplicht",
93
+ "invalidField": "{{entity, anyCase}} is ongeldig",
94
+ "length": "Moet {{length}} cijfers bevatten"
95
+ },
96
+ "razorpay": {
97
+ "loadError": "Razorpay kon niet worden geladen!!"
98
+ },
99
+ "cash": {
100
+ "confirmModal": {
101
+ "title": "Bevestig contante betaling?",
102
+ "notes": "Notities (optioneel)",
103
+ "notesPlaceholder": "Typ hier notities..."
104
+ }
105
+ },
106
+ "upi": {
107
+ "confirmModal": {
108
+ "title": "Bevestig UPI-betaling?",
109
+ "upiTransactionId": "UPI-transactie-ID: {{identifier}}",
110
+ "vpasIdRequired": "Bestemmings- UPI-adres is vereist",
111
+ "notes": "Notities (optioneel)",
112
+ "notesPlaceholder": "Typ hier notities...",
113
+ "accountIdLabel": "Betaling ontvangen UPI-ID"
114
+ },
115
+ "rejectModal": {
116
+ "title": "Weigeren UPI-betaling?"
117
+ },
118
+ "alert": {
119
+ "title": "UPI-ID verwijderen?",
120
+ "message": "U verwijdert permanent de UPI-ID <b>{{upiId}}</b>. Deze actie kan niet ongedaan worden gemaakt."
121
+ },
122
+ "form": {
123
+ "add": "Voeg UPI-ID toe",
124
+ "enterUpi": "Voer UPI-ID in",
125
+ "validation": {
126
+ "invalidUpi": "Ongeldig UPI-ID-formaat. Het moet in het formaat 'naam@bank' zijn.",
127
+ "required": "UPI-ID is verplicht."
128
+ }
129
+ },
130
+ "payment": {
131
+ "transaction": {
132
+ "label": "Voer de UPI-transactie-ID in",
133
+ "placeholder": "123456789012",
134
+ "required": "Transactie-ID is verplicht",
135
+ "sixCharacters": "Transactie-ID moet 6 tekens bevatten"
136
+ },
137
+ "vpaText": "Stuur het hierboven vermelde bedrag naar de volgende UPI-ID en voer de UPI-transactie-ID in.",
138
+ "vpaText_other": "Stuur het hierboven vermelde bedrag naar een van de volgende UPI-ID's en voer de UPI-transactie-ID in.",
139
+ "buttons": {
140
+ "submit": "Indienen",
141
+ "back": "Terug",
142
+ "confirmPayment": "Bevestig betaling",
143
+ "rejectPayment": "Weigeren betaling",
144
+ "markAsPaid": "Markeer als betaald"
145
+ }
146
+ }
147
+ },
148
+ "splitTransferDetails": {
149
+ "title": "Details van gesplitste overdracht",
150
+ "destinationDetails": "Bestemmingsdetails",
151
+ "payoutInitiatedDate": "Uitbetaling naar bank gestart op",
152
+ "payoutArrivalDate": "Geschatte aankomstdatum bij de bank",
153
+ "discountCodeOfPercentageApplied": "{{code, anyCase}} - {{percentage}}% korting.",
154
+ "discountCodeOfAmountApplied": "{{code, anyCase}} - {{amount, anyCase}}korting.",
155
+ "netAmountHelpTitle": "Wat is het nettobedrag?",
156
+ "platformShareHelpTitle": "Wat is het platformaandeel?",
157
+ "netAmountDescription": "Het nettobedrag is de uiteindelijke betaling die u ontvangt na aftrek van de kosten van de betalingsprovider.",
158
+ "platformShareDescription": "Het platformaandeel is het bedrag dat op uw bankrekening wordt gestort na aftrek van alle shares van dienstverleners. (nettobedrag - overgemaakt bedrag)",
159
+ "selectAll": "Selecteer alle {{count}} wachtende gesplitste overboekingen",
160
+ "selectedSplitTransfers": "Alle {{selectedCount}} wachtende gesplitste overboekingen op deze pagina zijn geselecteerd",
161
+ "recordWithCount_one": "{{count}} gesplitste overdracht geselecteerd van <span>{{recordsCount}}</span>",
162
+ "recordWithCount_other": "{{count}} gesplitste overboekingen geselecteerd van <span>{{recordsCount}}</span>"
163
+ },
164
+ "cancelSplitTransfers": {
165
+ "reasonRequired": "Reden is vereist",
166
+ "modal": {
167
+ "title": "Gesplitste overboekingen annuleren?",
168
+ "message": "U staat op het punt om wachtende gesplitste overboekingen te annuleren. Dit kan niet ongedaan worden gemaakt.",
169
+ "reason": "Reden voor annulering"
170
+ }
171
+ },
172
+ "resumeSplitTransfers": {
173
+ "modal": {
174
+ "title": "Herstart gesplitste overboekingen?",
175
+ "message": "U staat op het punt om geannuleerde gesplitste overboekingen te herstarten. Dit kan niet ongedaan worden gemaakt.",
176
+ "reason": "Reden voor herstart"
177
+ }
178
+ },
179
+ "recurringPaymentSettings": {
180
+ "title": "Terugkerende betaling",
181
+ "monthlyRecurringPayment": "Maandelijkse terugkerende betaling",
182
+ "enableRecurringPayment": "<button>Stel terugkerende</button> betaling in uw formulier in om de instellingen voor terugkerende betalingen te configureren",
183
+ "attemptOffsetDays": {
184
+ "label": "Hoeveel dagen voor de indieningsdatum moet de volgende terugkerende betaling worden geprobeerd?",
185
+ "isRequired": "Poging offsetdagen zijn vereist",
186
+ "min": "Moet groter zijn dan 1",
187
+ "max": "Moet minder zijn dan 15"
188
+ }
189
+ },
190
+ "recurringPaymentCancel": {
191
+ "buttonLabel": "Annuleer terugkerende betaling",
192
+ "alertTitle": "Annuleer terugkerende betaling?",
193
+ "alertMessage": "U annuleert de terugkerende betaling voor deze indiening. Dit kan niet ongedaan worden gemaakt.",
194
+ "reasonLabel": "Reden voor annulering (optioneel)",
195
+ "reasonPlaceholder": "Typ hier reden...",
196
+ "message": "Terugkerende betaling geannuleerd"
197
+ },
198
+ "taxesDashboard": {
199
+ "title": "Belastingen",
200
+ "noData": "Er zijn geen belastingen om weer te geven.",
201
+ "noFee": "U moet online betalingen instellen om belastingen te configureren.",
202
+ "table": {
203
+ "taxName": "Belastingnaam",
204
+ "description": "Omschrijving",
205
+ "value": "Waarde",
206
+ "type": "Type"
207
+ },
208
+ "buttons": {
209
+ "add": "Voeg nieuwe belasting toe",
210
+ "enablePayment": "Betaal inschakelen"
211
+ },
212
+ "form": {
213
+ "title": {
214
+ "create": "Voeg belasting toe",
215
+ "edit": "Bewerk belasting"
216
+ },
217
+ "name": {
218
+ "label": "Naam",
219
+ "placeholder": "Voer naam in"
220
+ },
221
+ "value": {
222
+ "label": "Waarde",
223
+ "placeholder": "Voer waarde in"
224
+ },
225
+ "kind": {
226
+ "label": "Kies belastingtype",
227
+ "percentage": "Percentage",
228
+ "fixed": "Vast"
229
+ },
230
+ "description": {
231
+ "label": "Omschrijving",
232
+ "placeholder": "Voer omschrijving in"
233
+ }
234
+ }
235
+ },
236
+ "stripeConnect": {
237
+ "title": "Verbind uw Stripe-account",
238
+ "unlinkedDescription": "Er is nog geen Stripe-account gekoppeld met {{productNameLabel, anyCase}}. Verbind uw Stripe-account of maak een nieuwe aan.",
239
+ "createNewAccount": "Maak nieuw Stripe-account aan",
240
+ "useExistingAccount": "Gebruik bestaand Stripe-account",
241
+ "linkedDescription": "Er is een Stripe-account gekoppeld aan uw {{productNameLabel, anyCase}}.",
242
+ "failedButton": "Probeer opnieuw",
243
+ "countryHelpText": "Selecteer het land waar uw account is gevestigd.",
244
+ "countryPlaceholder": "Selecteer land",
245
+ "verifyingMessage": "Uw account wordt geverifieerd. Even geduld...",
246
+ "failedProcessing": "Verificatie van uw account is mislukt. Probeer het opnieuw.",
247
+ "accountNotActivated": "Uw account is niet geactiveerd. Activeer het om door te gaan."
248
+ },
249
+ "stripeManage": {
250
+ "viewStripeDashboard": "Bekijk Stripe-dashboard",
251
+ "checkoutSettings": {
252
+ "title": "Stripe-afrekenvelden",
253
+ "phoneNumber": "Contact telefoonnummer",
254
+ "address": "Factuuradresinformatie",
255
+ "phoneNumberDisabledMessage": "Het factuuradres moet zijn ingeschakeld om het telefoonnummer in te schakelen.",
256
+ "addressDisabledMessage": "Voor een Indiaas Stripe-account is het adresveld vereist."
257
+ }
258
+ }
259
+ }
260
+ }