@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}} transaktion",
5
+ "transferWithStatus_other": "{{count}} {{status}} transaktioner",
6
+ "connected": "{{count}} transaktion",
7
+ "connected_other": "{{count}} transaktioner",
8
+ "connectedWithStatus": "{{count}} {{status}} transaktion",
9
+ "connectedWithStatus_other": "{{count}} {{status}} transaktioner",
10
+ "payment": "{{count}} betaling",
11
+ "payment_other": "{{count}} betalinger",
12
+ "paymentWithStatus": "{{count}} {{status}} betaling",
13
+ "paymentWithStatus_other": "{{count}} {{status}} betalinger",
14
+ "refund": "{{count}} refund",
15
+ "refund_other": "{{count}} refunds",
16
+ "refundWithStatus": "{{count}} {{status}} refund",
17
+ "refundWithStatus_other": "{{count}} {{status}} refunds",
18
+ "account": "{{count}} standard konto",
19
+ "account_other": "{{count}} standard konti",
20
+ "accountWithStatus": "{{count}} {{status}} standard konto",
21
+ "accountWithStatus_other": "{{count}} {{status}} standard konti",
22
+ "payout": "{{count}} udbetaling",
23
+ "payout_other": "{{count}} udbetalinger",
24
+ "payoutWithStatus": "{{count}} {{status}} udbetaling",
25
+ "payoutWithStatus_other": "{{count}} {{status}} udbetalinger",
26
+ "razorpayPayment": "{{count}} betaling",
27
+ "razorpayPayment_other": "{{count}} betalinger",
28
+ "razorpayPaymentWithStatus": "{{count}} {{status}} betaling",
29
+ "razorpayPaymentWithStatus_other": "{{count}} {{status}} betalinger",
30
+ "upiPayment": "{{count}} betaling",
31
+ "upiPayment_other": "{{count}} betalinger",
32
+ "upiPaymentWithStatus": "{{count}} {{status}} betaling",
33
+ "upiPaymentWithStatus_other": "{{count}} {{status}} betalinger"
34
+ },
35
+ "export": {
36
+ "title": {
37
+ "refund": "Eksportér refunds",
38
+ "split": "Eksportér splittede betalinger",
39
+ "platform": "Eksportér platform betalinger",
40
+ "connected": "Eksportér betalinger",
41
+ "transfer": "Eksportér betalinger",
42
+ "account": "Eksportér standard konti",
43
+ "payout": "Eksportér udbetalinger",
44
+ "razorpayPayment": "Eksportér betalinger",
45
+ "splitTransfers": "Eksportér delte overførsler",
46
+ "payments": "Eksportér betalinger",
47
+ "refunds": "Eksportér refunds"
48
+ },
49
+ "pleaseWait": "Filen bliver genereret.",
50
+ "fileReady": "Filen er klar til download.",
51
+ "download": {
52
+ "refund": "Download en enkelt CSV-fil med refunds.",
53
+ "platform": "Download en enkelt CSV-fil med platform betalinger.",
54
+ "connected": "Download en enkelt CSV-fil med betalinger.",
55
+ "transfer": "Download en enkelt CSV-fil med betalinger.",
56
+ "split": "Download en enkelt CSV-fil med splittede betalinger.",
57
+ "account": "Download en enkelt CSV-fil med standard konti.",
58
+ "payout": "Download en enkelt CSV-fil med udbetalinger.",
59
+ "razorpayPayment": "Download en enkelt CSV-fil med betalinger.",
60
+ "splitTransfers": "Download en enkelt CSV-fil med delte overførsler.",
61
+ "payments": "Download en enkelt CSV-fil med betalinger.",
62
+ "refunds": "Download en enkelt CSV-fil med refunds."
63
+ }
64
+ },
65
+ "integrationModal": {
66
+ "title": "Tilslut din Stripe-konto",
67
+ "subtitle": "Der er endnu ingen Stripe-konto tilsluttet denne konto.\nTilslut din Stripe-konto eller opret en ny.",
68
+ "createAccount": "Opret ny Stripe-konto",
69
+ "connectAccount": "Brug eksisterende Stripe-konto",
70
+ "linkedDescription": "Der er en Stripe-konto tilsluttet din konto. Fortsæt med din tilsluttede konto eller tilslut en ny.",
71
+ "failedButton": "Prøv igen",
72
+ "anotherAccount": "Brug en anden konto",
73
+ "alert": {
74
+ "changeTitle": "Ændre stripe konto?",
75
+ "changeMessage": "Du ændrer stripe konto <strong>{{account}}</strong>."
76
+ },
77
+ "form": {
78
+ "label": "Land",
79
+ "helpText": "Vælg det land, hvor din konto er placeret.",
80
+ "placeholder": "Vælg land"
81
+ },
82
+ "creating": "Opretter din konto",
83
+ "account": {
84
+ "title": "Kontooplysninger"
85
+ }
86
+ },
87
+ "validations": {
88
+ "countryRequired": "Land er påkrævet",
89
+ "invalidUrl": "Indtast en gyldig URL",
90
+ "nameRequired": "Navn er påkrævet",
91
+ "kindRequired": "Type er påkrævet",
92
+ "valueRequired": "Værdi er påkrævet",
93
+ "invalidField": "{{entity, anyCase}} er ugyldig",
94
+ "length": "Skal være {{length}} cifre"
95
+ },
96
+ "razorpay": {
97
+ "loadError": "Kunne ikke indlæse Razorpay!!"
98
+ },
99
+ "cash": {
100
+ "confirmModal": {
101
+ "title": "Bekræft kontantbetaling?",
102
+ "notes": "Notater (valgfrit)",
103
+ "notesPlaceholder": "Skriv notater her..."
104
+ }
105
+ },
106
+ "upi": {
107
+ "confirmModal": {
108
+ "title": "Bekræft UPI-betaling?",
109
+ "upiTransactionId": "UPI transaktions-id: {{identifier}}",
110
+ "vpasIdRequired": "Destination UPI-adresse er påkrævet",
111
+ "notes": "Notater (valgfrit)",
112
+ "notesPlaceholder": "Skriv notater her...",
113
+ "accountIdLabel": "Betaling modtaget UPI ID"
114
+ },
115
+ "rejectModal": {
116
+ "title": "Afvis UPI-betaling?"
117
+ },
118
+ "alert": {
119
+ "title": "Slet UPI ID?",
120
+ "message": "Du sletter permanent UPI ID <b>{{upiId}}</b>. Denne handling kan ikke fortrydes."
121
+ },
122
+ "form": {
123
+ "add": "Tilføj UPI ID",
124
+ "enterUpi": "Indtast UPI ID",
125
+ "validation": {
126
+ "invalidUpi": "Ugyldigt UPI ID-format. Det skal være i formatet 'navn@bank'.",
127
+ "required": "UPI ID er påkrævet."
128
+ }
129
+ },
130
+ "payment": {
131
+ "transaction": {
132
+ "label": "Indtast UPI transaktions-ID",
133
+ "placeholder": "123456789012",
134
+ "required": "Transaktions-ID er påkrævet",
135
+ "sixCharacters": "Transaktions-ID skal have 6 tegn"
136
+ },
137
+ "vpaText": "Send det førnævnte beløb til følgende UPI ID og indtast UPI transaktions-ID.",
138
+ "vpaText_other": "Send det førnævnte beløb til nogen af de følgende UPI IDs og indtast UPI transaktions-ID.",
139
+ "buttons": {
140
+ "submit": "Indsend",
141
+ "back": "Tilbage",
142
+ "confirmPayment": "Bekræft betaling",
143
+ "rejectPayment": "Afvis betaling",
144
+ "markAsPaid": "Marker som betalt"
145
+ }
146
+ }
147
+ },
148
+ "splitTransferDetails": {
149
+ "title": "Splittede overførselsdetaljer",
150
+ "destinationDetails": "Destination detaljer",
151
+ "payoutInitiatedDate": "Udbetaling til bank initieret den",
152
+ "payoutArrivalDate": "Estimeret bank ankomstdato",
153
+ "discountCodeOfPercentageApplied": "{{code, anyCase}} - {{percentage}}% rabat.",
154
+ "discountCodeOfAmountApplied": "{{code, anyCase}} - {{amount, anyCase}}rabatt.",
155
+ "netAmountHelpTitle": "Hvad er nettobeløbet?",
156
+ "platformShareHelpTitle": "Hvad er platformens andel?",
157
+ "netAmountDescription": "Nettobeløbet er den endelige betaling, du modtager efter fradrag af betalingsudbyderens gebyrer.",
158
+ "platformShareDescription": "Platformens andel er det beløb, der vil blive indsat på din bankkonto efter fradrag af alle serviceudbyderandeles. (netto beløb - overført beløb)",
159
+ "selectAll": "Vælg alle {{count}} ventende splittede overførsler",
160
+ "selectedSplitTransfers": "Alle {{selectedCount}} ventende splittede overførsler på denne side er valgt",
161
+ "recordWithCount_one": "{{count}} splittet overførsel valgt af <span>{{recordsCount}}</span>",
162
+ "recordWithCount_other": "{{count}} splittede overførsler valgt af <span>{{recordsCount}}</span>"
163
+ },
164
+ "cancelSplitTransfers": {
165
+ "reasonRequired": "Årsag er påkrævet",
166
+ "modal": {
167
+ "title": "Annuller splittede overførsler?",
168
+ "message": "Du er ved at annullere ventende splittede overførsler. Dette kan ikke fortrydes.",
169
+ "reason": "Årsag til annullering"
170
+ }
171
+ },
172
+ "resumeSplitTransfers": {
173
+ "modal": {
174
+ "title": "Genoptag splittede overførsler?",
175
+ "message": "Du er ved at genoptage annullerede splittede overførsler. Dette kan ikke fortrydes.",
176
+ "reason": "Årsag til genoptagelse"
177
+ }
178
+ },
179
+ "recurringPaymentSettings": {
180
+ "title": "Tilbagevendende betaling",
181
+ "monthlyRecurringPayment": "Månedlig tilbagevendende betaling",
182
+ "enableRecurringPayment": "<button>Aktivér tilbagevendende</button> betaling i din formular for at konfigurere indstillinger for tilbagevendende betalinger",
183
+ "attemptOffsetDays": {
184
+ "label": "Hvor mange dage før indsendelsesdatoen skal den næste tilbagevendende betaling forsøges?",
185
+ "isRequired": "Forsøgsdage er påkrævet",
186
+ "min": "Skal være større end 1",
187
+ "max": "Skal være mindre end 15"
188
+ }
189
+ },
190
+ "recurringPaymentCancel": {
191
+ "buttonLabel": "Annuller tilbagevendende betaling",
192
+ "alertTitle": "Annuller tilbagevendende betaling?",
193
+ "alertMessage": "Du annullerer den tilbagevendende betaling for denne indsendelse. Dette kan ikke fortrydes.",
194
+ "reasonLabel": "Årsag til annullering (valgfrit)",
195
+ "reasonPlaceholder": "Skriv årsag her...",
196
+ "message": "Tilbagevendende betaling annulleret"
197
+ },
198
+ "taxesDashboard": {
199
+ "title": "Skatter",
200
+ "noData": "Der er ingen skatter at vise.",
201
+ "noFee": "Du skal opsætte online betalinger for at konfigurere skatter.",
202
+ "table": {
203
+ "taxName": "Skattenavn",
204
+ "description": "Beskrivelse",
205
+ "value": "Værdi",
206
+ "type": "Type"
207
+ },
208
+ "buttons": {
209
+ "add": "Tilføj ny skat",
210
+ "enablePayment": "Aktiver betaling"
211
+ },
212
+ "form": {
213
+ "title": {
214
+ "create": "Tilføj skat",
215
+ "edit": "Rediger skat"
216
+ },
217
+ "name": {
218
+ "label": "Navn",
219
+ "placeholder": "Indtast navn"
220
+ },
221
+ "value": {
222
+ "label": "Værdi",
223
+ "placeholder": "Indtast værdi"
224
+ },
225
+ "kind": {
226
+ "label": "Vælg skatte type",
227
+ "percentage": "Procentdel",
228
+ "fixed": "Fast"
229
+ },
230
+ "description": {
231
+ "label": "Beskrivelse",
232
+ "placeholder": "Indtast beskrivelse"
233
+ }
234
+ }
235
+ },
236
+ "stripeConnect": {
237
+ "title": "Tilslut din Stripe-konto",
238
+ "unlinkedDescription": "Der er endnu ingen Stripe-konto tilsluttet {{productNameLabel, anyCase}}. Tilslut din Stripe-konto eller opret en ny.",
239
+ "createNewAccount": "Opret ny Stripe-konto",
240
+ "useExistingAccount": "Brug eksisterende Stripe-konto",
241
+ "linkedDescription": "Der er en Stripe-konto tilsluttet din {{productNameLabel, anyCase}}.",
242
+ "failedButton": "Prøv igen",
243
+ "countryHelpText": "Vælg det land, hvor din konto er placeret.",
244
+ "countryPlaceholder": "Vælg land",
245
+ "verifyingMessage": "Verificerer din konto. Vent venligst..",
246
+ "failedProcessing": "Kunne ikke verificere din konto. Prøv venligst igen.",
247
+ "accountNotActivated": "Din konto er ikke aktiveret. Aktivér den for at fortsætte."
248
+ },
249
+ "stripeManage": {
250
+ "viewStripeDashboard": "Se Stripe-dashboard",
251
+ "checkoutSettings": {
252
+ "title": "Stripe checkout felter",
253
+ "phoneNumber": "Kontakt telefonnummer",
254
+ "address": "Faktureringsadresse oplysninger",
255
+ "phoneNumberDisabledMessage": "Faktureringsadressen skal være aktiveret for at aktivere telefonnummeret.",
256
+ "addressDisabledMessage": "For en indisk Stripe-konto er feltet for adresse påkrævet."
257
+ }
258
+ }
259
+ }
260
+ }
@@ -0,0 +1,260 @@
1
+ {
2
+ "neetoPayments": {
3
+ "countOf": {
4
+ "transferWithStatus": "{{count}} {{status}} transacción",
5
+ "transferWithStatus_other": "{{count}} {{status}} transacciones",
6
+ "connected": "{{count}} transacción",
7
+ "connected_other": "{{count}} transacciones",
8
+ "connectedWithStatus": "{{count}} {{status}} transacción",
9
+ "connectedWithStatus_other": "{{count}} {{status}} transacciones",
10
+ "payment": "{{count}} pago",
11
+ "payment_other": "{{count}} pagos",
12
+ "paymentWithStatus": "{{count}} {{status}} pago",
13
+ "paymentWithStatus_other": "{{count}} {{status}} pagos",
14
+ "refund": "{{count}} reembolso",
15
+ "refund_other": "{{count}} reembolsos",
16
+ "refundWithStatus": "{{count}} {{status}} reembolso",
17
+ "refundWithStatus_other": "{{count}} {{status}} reembolsos",
18
+ "account": "{{count}} cuenta estándar",
19
+ "account_other": "{{count}} cuentas estándar",
20
+ "accountWithStatus": "{{count}} {{status}} cuenta estándar",
21
+ "accountWithStatus_other": "{{count}} {{status}} cuentas estándar",
22
+ "payout": "{{count}} pago",
23
+ "payout_other": "{{count}} pagos",
24
+ "payoutWithStatus": "{{count}} {{status}} pago",
25
+ "payoutWithStatus_other": "{{count}} {{status}} pagos",
26
+ "razorpayPayment": "{{count}} pago",
27
+ "razorpayPayment_other": "{{count}} pagos",
28
+ "razorpayPaymentWithStatus": "{{count}} {{status}} pago",
29
+ "razorpayPaymentWithStatus_other": "{{count}} {{status}} pagos",
30
+ "upiPayment": "{{count}} pago",
31
+ "upiPayment_other": "{{count}} pagos",
32
+ "upiPaymentWithStatus": "{{count}} {{status}} pago",
33
+ "upiPaymentWithStatus_other": "{{count}} {{status}} pagos"
34
+ },
35
+ "export": {
36
+ "title": {
37
+ "refund": "Exportar reembolsos",
38
+ "split": "Exportar pagos divididos",
39
+ "platform": "Exportar pagos de la plataforma",
40
+ "connected": "Exportar pagos",
41
+ "transfer": "Exportar pagos",
42
+ "account": "Exportar cuentas estándar",
43
+ "payout": "Exportar pagos",
44
+ "razorpayPayment": "Exportar pagos",
45
+ "splitTransfers": "Exportar transferencias divididas",
46
+ "payments": "Exportar pagos",
47
+ "refunds": "Exportar reembolsos"
48
+ },
49
+ "pleaseWait": "El archivo se está generando.",
50
+ "fileReady": "El archivo está listo para descargar.",
51
+ "download": {
52
+ "refund": "Descargar un solo archivo CSV que contenga los reembolsos.",
53
+ "platform": "Descargar un solo archivo CSV que contenga los pagos de la plataforma.",
54
+ "connected": "Descargar un solo archivo CSV que contenga los pagos.",
55
+ "transfer": "Descargar un solo archivo CSV que contenga los pagos.",
56
+ "split": "Descargar un solo archivo CSV que contenga los pagos divididos.",
57
+ "account": "Descargar un solo archivo CSV que contenga las cuentas estándar.",
58
+ "payout": "Descargar un solo archivo CSV que contenga los pagos.",
59
+ "razorpayPayment": "Descargar un solo archivo CSV que contenga los pagos.",
60
+ "splitTransfers": "Descargar un solo archivo CSV que contenga las transferencias divididas.",
61
+ "payments": "Descargar un solo archivo CSV que contenga los pagos.",
62
+ "refunds": "Descargar un solo archivo CSV que contenga los reembolsos."
63
+ }
64
+ },
65
+ "integrationModal": {
66
+ "title": "Conecta tu cuenta de Stripe",
67
+ "subtitle": "No hay ninguna cuenta de Stripe vinculada a esta cuenta aún.\nConecta tu cuenta de Stripe o crea una nueva.",
68
+ "createAccount": "Crear nueva cuenta de Stripe",
69
+ "connectAccount": "Usar cuenta de Stripe existente",
70
+ "linkedDescription": "Hay una cuenta de Stripe vinculada a tu cuenta. Continúa con tu cuenta vinculada o conecta una nueva.",
71
+ "failedButton": "Intenta nuevamente",
72
+ "anotherAccount": "Usar otra cuenta",
73
+ "alert": {
74
+ "changeTitle": "¿Cambiar cuenta de Stripe?",
75
+ "changeMessage": "Estás cambiando la cuenta de Stripe <strong>{{account}}</strong>."
76
+ },
77
+ "form": {
78
+ "label": "País",
79
+ "helpText": "Selecciona el país donde reside tu cuenta.",
80
+ "placeholder": "Seleccionar país"
81
+ },
82
+ "creating": "Creando tu cuenta",
83
+ "account": {
84
+ "title": "Detalles de la cuenta"
85
+ }
86
+ },
87
+ "validations": {
88
+ "countryRequired": "El país es requerido",
89
+ "invalidUrl": "Ingresa una URL válida",
90
+ "nameRequired": "El nombre es requerido",
91
+ "kindRequired": "El tipo es requerido",
92
+ "valueRequired": "El valor es requerido",
93
+ "invalidField": "{{entity, anyCase}} es inválido",
94
+ "length": "Debe tener {{length}} dígitos"
95
+ },
96
+ "razorpay": {
97
+ "loadError": "¡Error al cargar Razorpay!"
98
+ },
99
+ "cash": {
100
+ "confirmModal": {
101
+ "title": "¿Confirmar pago en efectivo?",
102
+ "notes": "Notas (opcional)",
103
+ "notesPlaceholder": "Escribe notas aquí..."
104
+ }
105
+ },
106
+ "upi": {
107
+ "confirmModal": {
108
+ "title": "¿Confirmar pago UPI?",
109
+ "upiTransactionId": "ID de transacción UPI: {{identifier}}",
110
+ "vpasIdRequired": "El ID de destino UPI es requerido",
111
+ "notes": "Notas (opcional)",
112
+ "notesPlaceholder": "Escribe notas aquí...",
113
+ "accountIdLabel": "ID UPI donde se recibió el pago"
114
+ },
115
+ "rejectModal": {
116
+ "title": "¿Rechazar pago UPI?"
117
+ },
118
+ "alert": {
119
+ "title": "¿Eliminar ID UPI?",
120
+ "message": "Estás eliminando permanentemente el ID UPI <b>{{upiId}}</b>. Esta acción no se puede deshacer."
121
+ },
122
+ "form": {
123
+ "add": "Agregar ID UPI",
124
+ "enterUpi": "Ingresa ID UPI",
125
+ "validation": {
126
+ "invalidUpi": "Formato de ID UPI inválido. Debe estar en el formato 'nombre@banco'.",
127
+ "required": "El ID UPI es requerido."
128
+ }
129
+ },
130
+ "payment": {
131
+ "transaction": {
132
+ "label": "Ingresa el ID de transacción UPI",
133
+ "placeholder": "123456789012",
134
+ "required": "Se requiere ID de transacción",
135
+ "sixCharacters": "El ID de transacción debe tener 6 caracteres"
136
+ },
137
+ "vpaText": "Envía la cantidad mencionada arriba al siguiente ID UPI e ingresa el ID de transacción UPI.",
138
+ "vpaText_other": "Envía la cantidad mencionada arriba a cualquiera de los siguientes ID UPI e ingresa el ID de transacción UPI.",
139
+ "buttons": {
140
+ "submit": "Enviar",
141
+ "back": "Regresar",
142
+ "confirmPayment": "Confirmar pago",
143
+ "rejectPayment": "Rechazar pago",
144
+ "markAsPaid": "Marcar como pagado"
145
+ }
146
+ }
147
+ },
148
+ "splitTransferDetails": {
149
+ "title": "Detalles de la transferencia dividida",
150
+ "destinationDetails": "Detalles de destino",
151
+ "payoutInitiatedDate": "Pago a banco iniciado el",
152
+ "payoutArrivalDate": "Fecha estimada de llegada al banco",
153
+ "discountCodeOfPercentageApplied": "{{code, anyCase}} - {{percentage}}% de descuento.",
154
+ "discountCodeOfAmountApplied": "{{code, anyCase}} - {{amount, anyCase}} descuento.",
155
+ "netAmountHelpTitle": "¿Qué es el monto neto?",
156
+ "platformShareHelpTitle": "¿Qué es el porcentaje de la plataforma?",
157
+ "netAmountDescription": "El monto neto es el pago final que recibes después de deducir las tarifas del proveedor de pagos.",
158
+ "platformShareDescription": "El porcentaje de la plataforma es el monto que se depositará en tu cuenta bancaria después de restar todas las comisiones del proveedor de servicios. (monto neto - monto transferido)",
159
+ "selectAll": "Seleccionar todos los {{count}} pagos divididos pendientes",
160
+ "selectedSplitTransfers": "Todos los {{selectedCount}} pagos divididos pendientes en esta página están seleccionados",
161
+ "recordWithCount_one": "{{count}} pago dividido seleccionado de <span>{{recordsCount}}</span>",
162
+ "recordWithCount_other": "{{count}} pagos divididos seleccionados de <span>{{recordsCount}}</span>"
163
+ },
164
+ "cancelSplitTransfers": {
165
+ "reasonRequired": "Se requiere razón",
166
+ "modal": {
167
+ "title": "¿Cancelar transferencias divididas?",
168
+ "message": "Estás a punto de cancelar transferencias divididas pendientes. Esto no se puede deshacer.",
169
+ "reason": "Razón de la cancelación"
170
+ }
171
+ },
172
+ "resumeSplitTransfers": {
173
+ "modal": {
174
+ "title": "¿Reanudar transferencias divididas?",
175
+ "message": "Estás a punto de reanudar transferencias divididas canceladas. Esto no se puede deshacer.",
176
+ "reason": "Razón de la reanudación"
177
+ }
178
+ },
179
+ "recurringPaymentSettings": {
180
+ "title": "Pago recurrente",
181
+ "monthlyRecurringPayment": "Pago recurrente mensual",
182
+ "enableRecurringPayment": "<button>Habilitar</button> pago recurrente en tu formulario para configurar la configuración de pagos recurrentes",
183
+ "attemptOffsetDays": {
184
+ "label": "¿Cuántos días antes de la fecha de envío se debe intentar el siguiente pago recurrente?",
185
+ "isRequired": "Los días de intento son requeridos",
186
+ "min": "Debe ser mayor que 1",
187
+ "max": "Debe ser menos de 15"
188
+ }
189
+ },
190
+ "recurringPaymentCancel": {
191
+ "buttonLabel": "Cancelar pago recurrente",
192
+ "alertTitle": "¿Cancelar pago recurrente?",
193
+ "alertMessage": "Estás cancelando el pago recurrente para este envío. Esto no se puede deshacer.",
194
+ "reasonLabel": "Razón para la cancelación (opcional)",
195
+ "reasonPlaceholder": "Escribe la razón aquí...",
196
+ "message": "Pago recurrente cancelado"
197
+ },
198
+ "taxesDashboard": {
199
+ "title": "Impuestos",
200
+ "noData": "No hay impuestos para mostrar.",
201
+ "noFee": "Necesitas configurar pagos en línea para configurar impuestos.",
202
+ "table": {
203
+ "taxName": "Nombre del impuesto",
204
+ "description": "Descripción",
205
+ "value": "Valor",
206
+ "type": "Tipo"
207
+ },
208
+ "buttons": {
209
+ "add": "Agregar nuevo impuesto",
210
+ "enablePayment": "Habilitar pago"
211
+ },
212
+ "form": {
213
+ "title": {
214
+ "create": "Agregar impuesto",
215
+ "edit": "Editar impuesto"
216
+ },
217
+ "name": {
218
+ "label": "Nombre",
219
+ "placeholder": "Ingresa el nombre"
220
+ },
221
+ "value": {
222
+ "label": "Valor",
223
+ "placeholder": "Ingresa el valor"
224
+ },
225
+ "kind": {
226
+ "label": "Elegir tipo de impuesto",
227
+ "percentage": "Porcentaje",
228
+ "fixed": "Fijo"
229
+ },
230
+ "description": {
231
+ "label": "Descripción",
232
+ "placeholder": "Ingresa la descripción"
233
+ }
234
+ }
235
+ },
236
+ "stripeConnect": {
237
+ "title": "Conecta tu cuenta de Stripe",
238
+ "unlinkedDescription": "No hay ninguna cuenta de Stripe vinculada a {{productNameLabel, anyCase}} aún. Conecta tu cuenta de Stripe o crea una nueva.",
239
+ "createNewAccount": "Crear nueva cuenta de Stripe",
240
+ "useExistingAccount": "Usar cuenta de Stripe existente",
241
+ "linkedDescription": "Hay una cuenta de Stripe vinculada a tu {{productNameLabel, anyCase}}.",
242
+ "failedButton": "Intenta de nuevo",
243
+ "countryHelpText": "Selecciona el país donde reside tu cuenta.",
244
+ "countryPlaceholder": "Seleccionar país",
245
+ "verifyingMessage": "Verificando tu cuenta. Por favor, espera...",
246
+ "failedProcessing": "Error al verificar tu cuenta. Por favor, intenta de nuevo.",
247
+ "accountNotActivated": "Tu cuenta no está activada. Actívala para continuar."
248
+ },
249
+ "stripeManage": {
250
+ "viewStripeDashboard": "Ver panel de Stripe",
251
+ "checkoutSettings": {
252
+ "title": "Campos de pago de Stripe",
253
+ "phoneNumber": "Número de teléfono de contacto",
254
+ "address": "Información de dirección de facturación",
255
+ "phoneNumberDisabledMessage": "La dirección de facturación debe estar habilitada para habilitar el número de teléfono.",
256
+ "addressDisabledMessage": "Para una cuenta de Stripe en India, el campo de dirección es obligatorio."
257
+ }
258
+ }
259
+ }
260
+ }