@hed-hog/billing 0.0.2 → 0.0.285
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/README.md +420 -0
- package/dist/billing-contracts.controller.d.ts +85 -4
- package/dist/billing-contracts.controller.d.ts.map +1 -1
- package/dist/billing-coupons.controller.d.ts +60 -4
- package/dist/billing-coupons.controller.d.ts.map +1 -1
- package/dist/billing-dashboard.controller.d.ts +20 -5
- package/dist/billing-dashboard.controller.d.ts.map +1 -1
- package/dist/billing-entitlements.controller.d.ts +28 -2
- package/dist/billing-entitlements.controller.d.ts.map +1 -1
- package/dist/billing-gateways.controller.d.ts +18 -2
- package/dist/billing-gateways.controller.d.ts.map +1 -1
- package/dist/billing-invoices.controller.d.ts +56 -2
- package/dist/billing-invoices.controller.d.ts.map +1 -1
- package/dist/billing-offers.controller.d.ts +61 -4
- package/dist/billing-offers.controller.d.ts.map +1 -1
- package/dist/billing-orders.controller.d.ts +39 -2
- package/dist/billing-orders.controller.d.ts.map +1 -1
- package/dist/billing-payments.controller.d.ts +16 -1
- package/dist/billing-payments.controller.d.ts.map +1 -1
- package/dist/billing-prices.controller.d.ts +80 -4
- package/dist/billing-prices.controller.d.ts.map +1 -1
- package/dist/billing-products.controller.d.ts +62 -4
- package/dist/billing-products.controller.d.ts.map +1 -1
- package/dist/billing-subscriptions.controller.d.ts +138 -5
- package/dist/billing-subscriptions.controller.d.ts.map +1 -1
- package/dist/billing.service.d.ts +663 -39
- package/dist/billing.service.d.ts.map +1 -1
- package/dist/billing.service.js +135 -16
- package/dist/billing.service.js.map +1 -1
- package/hedhog/data/menu.yaml +1 -1
- package/hedhog/frontend/app/contracts/page.tsx.ejs +68 -64
- package/hedhog/frontend/app/coupons/page.tsx.ejs +81 -77
- package/hedhog/frontend/app/entitlements/page.tsx.ejs +59 -58
- package/hedhog/frontend/app/gateways/page.tsx.ejs +125 -57
- package/hedhog/frontend/app/invoices/page.tsx.ejs +49 -43
- package/hedhog/frontend/app/offers/page.tsx.ejs +68 -64
- package/hedhog/frontend/app/orders/page.tsx.ejs +47 -46
- package/hedhog/frontend/app/page.tsx.ejs +186 -186
- package/hedhog/frontend/app/payments/page.tsx.ejs +51 -45
- package/hedhog/frontend/app/prices/page.tsx.ejs +81 -75
- package/hedhog/frontend/app/products/page.tsx.ejs +79 -73
- package/hedhog/frontend/app/refunds/page.tsx.ejs +50 -44
- package/hedhog/frontend/app/reports/page.tsx.ejs +1 -1
- package/hedhog/frontend/app/seats/page.tsx.ejs +826 -0
- package/hedhog/frontend/app/subscriptions/page.tsx.ejs +95 -90
- package/hedhog/frontend/app/webhooks/page.tsx.ejs +47 -39
- package/hedhog/frontend/messages/en.json +640 -551
- package/hedhog/frontend/messages/pt.json +652 -563
- package/hedhog/table/billing_payment_method.yaml +1 -1
- package/package.json +4 -3
- package/src/billing.service.ts +299 -17
|
@@ -1,563 +1,652 @@
|
|
|
1
|
-
{
|
|
2
|
-
"BillingDashboardPage": {
|
|
3
|
-
"title": "Dashboard de Billing",
|
|
4
|
-
"description": "Acompanhe receita, assinaturas e
|
|
5
|
-
"breadcrumbs": {
|
|
6
|
-
"home": "
|
|
7
|
-
"billing": "Billing",
|
|
8
|
-
"dashboard": "Dashboard"
|
|
9
|
-
},
|
|
10
|
-
"stats": {
|
|
11
|
-
"mrr": "MRR",
|
|
12
|
-
"activeSubscriptions": "Assinaturas Ativas",
|
|
13
|
-
"failedPayments": "Pagamentos Falhos",
|
|
14
|
-
"overdueInvoices": "Faturas em Atraso"
|
|
15
|
-
},
|
|
16
|
-
"revenueTrend": {
|
|
17
|
-
"title": "
|
|
18
|
-
"description": "Receita recorrente dos
|
|
19
|
-
"legend": "Receita"
|
|
20
|
-
},
|
|
21
|
-
"recentPayments": {
|
|
22
|
-
"title": "Pagamentos Recentes",
|
|
23
|
-
"description": "
|
|
24
|
-
"columns": {
|
|
25
|
-
"provider": "Provedor",
|
|
26
|
-
"method": "
|
|
27
|
-
"status": "Status",
|
|
28
|
-
"amount": "Valor",
|
|
29
|
-
"paidAt": "Pago em"
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"BillingProductsPage": {
|
|
34
|
-
"title": "Produtos",
|
|
35
|
-
"description": "Gerencie os produtos
|
|
36
|
-
"breadcrumbs": {
|
|
37
|
-
"home": "
|
|
38
|
-
"billing": "Billing",
|
|
39
|
-
"products": "Produtos"
|
|
40
|
-
},
|
|
41
|
-
"actions": { "create": "Novo Produto", "save": "Salvar" },
|
|
42
|
-
"filters": {
|
|
43
|
-
"searchPlaceholder": "Buscar produtos...",
|
|
44
|
-
"statusLabel": "Status",
|
|
45
|
-
"statusAll": "Todos",
|
|
46
|
-
"statusActive": "Ativo",
|
|
47
|
-
"statusInactive": "Inativo"
|
|
48
|
-
},
|
|
49
|
-
"table": {
|
|
50
|
-
"columns": {
|
|
51
|
-
"name": "Nome",
|
|
52
|
-
"code": "
|
|
53
|
-
"productType": "Tipo",
|
|
54
|
-
"isActive": "Ativo",
|
|
55
|
-
"createdAt": "Criado em",
|
|
56
|
-
"actions": "
|
|
57
|
-
},
|
|
58
|
-
"empty": "Nenhum produto encontrado."
|
|
59
|
-
},
|
|
60
|
-
"sheet": {
|
|
61
|
-
"createTitle": "Criar Produto",
|
|
62
|
-
"editTitle": "Editar Produto",
|
|
63
|
-
"description": "Preencha os dados do produto."
|
|
64
|
-
},
|
|
65
|
-
"form": {
|
|
66
|
-
"name": "Nome",
|
|
67
|
-
"namePlaceholder": "SaaS Pro",
|
|
68
|
-
"code": "
|
|
69
|
-
"codePlaceholder": "SAAS-PRO",
|
|
70
|
-
"description": "
|
|
71
|
-
"descriptionPlaceholder": "Descreva este produto",
|
|
72
|
-
"productType": "Tipo de Produto",
|
|
73
|
-
"productTypePlaceholder": "Selecione um tipo",
|
|
74
|
-
"isActive": "Ativo"
|
|
75
|
-
},
|
|
76
|
-
"status": { "active": "Ativo", "inactive": "Inativo" },
|
|
77
|
-
"messages": {
|
|
78
|
-
"saveSuccess": "Produto salvo com sucesso.",
|
|
79
|
-
"saveError": "
|
|
80
|
-
"deleteSuccess": "Produto removido com sucesso.",
|
|
81
|
-
"deleteError": "
|
|
82
|
-
},
|
|
83
|
-
"deleteDialog": {
|
|
84
|
-
"title": "Excluir produto",
|
|
85
|
-
"description": "Deseja realmente excluir este produto?",
|
|
86
|
-
"cancel": "Cancelar",
|
|
87
|
-
"confirm": "Excluir"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"BillingPricesPage": {
|
|
91
|
-
"title": "
|
|
92
|
-
"description": "Gerencie
|
|
93
|
-
"breadcrumbs": {
|
|
94
|
-
"home": "
|
|
95
|
-
"billing": "Billing",
|
|
96
|
-
"prices": "
|
|
97
|
-
},
|
|
98
|
-
"actions": { "create": "Novo
|
|
99
|
-
"filters": {
|
|
100
|
-
"searchPlaceholder": "Buscar
|
|
101
|
-
"all": "Todos",
|
|
102
|
-
"billingType": "Tipo de
|
|
103
|
-
},
|
|
104
|
-
"table": {
|
|
105
|
-
"columns": {
|
|
106
|
-
"name": "Nome",
|
|
107
|
-
"product": "Produto",
|
|
108
|
-
"billingType": "Tipo",
|
|
109
|
-
"amount": "Valor",
|
|
110
|
-
"intervalUnit": "Intervalo",
|
|
111
|
-
"isActive": "Ativo",
|
|
112
|
-
"actions": "
|
|
113
|
-
},
|
|
114
|
-
"empty": "Nenhum
|
|
115
|
-
},
|
|
116
|
-
"sheet": {
|
|
117
|
-
"createTitle": "Criar
|
|
118
|
-
"editTitle": "Editar
|
|
119
|
-
"description": "Configure os dados do
|
|
120
|
-
},
|
|
121
|
-
"form": {
|
|
122
|
-
"name": "Nome",
|
|
123
|
-
"namePlaceholder": "SaaS Pro Mensal",
|
|
124
|
-
"product": "Produto",
|
|
125
|
-
"productPlaceholder": "Selecione um produto",
|
|
126
|
-
"billingType": "Tipo de
|
|
127
|
-
"currency": "Moeda",
|
|
128
|
-
"amount": "Valor",
|
|
129
|
-
"intervalUnit": "Unidade de Intervalo",
|
|
130
|
-
"intervalCount": "Quantidade de Intervalo",
|
|
131
|
-
"trialDays": "Dias de Trial",
|
|
132
|
-
"isActive": "Ativo"
|
|
133
|
-
},
|
|
134
|
-
"status": { "active": "Ativo", "inactive": "Inativo" },
|
|
135
|
-
"messages": {
|
|
136
|
-
"saveSuccess": "
|
|
137
|
-
"saveError": "
|
|
138
|
-
"deleteSuccess": "
|
|
139
|
-
"deleteError": "
|
|
140
|
-
},
|
|
141
|
-
"deleteDialog": {
|
|
142
|
-
"title": "Excluir
|
|
143
|
-
"description": "Deseja realmente excluir este
|
|
144
|
-
"cancel": "Cancelar",
|
|
145
|
-
"confirm": "Excluir"
|
|
146
|
-
}
|
|
147
|
-
},
|
|
148
|
-
"BillingOffersPage": {
|
|
149
|
-
"title": "Ofertas",
|
|
150
|
-
"description": "Gerencie ofertas promocionais.",
|
|
151
|
-
"breadcrumbs": {
|
|
152
|
-
"home": "
|
|
153
|
-
"billing": "Billing",
|
|
154
|
-
"offers": "Ofertas"
|
|
155
|
-
},
|
|
156
|
-
"actions": { "create": "Nova Oferta", "save": "Salvar" },
|
|
157
|
-
"filters": {
|
|
158
|
-
"searchPlaceholder": "Buscar ofertas...",
|
|
159
|
-
"all": "Todas",
|
|
160
|
-
"status": "Status"
|
|
161
|
-
},
|
|
162
|
-
"table": {
|
|
163
|
-
"columns": {
|
|
164
|
-
"code": "
|
|
165
|
-
"name": "Nome",
|
|
166
|
-
"status": "Status",
|
|
167
|
-
"createdAt": "Criado em",
|
|
168
|
-
"actions": "
|
|
169
|
-
},
|
|
170
|
-
"empty": "Nenhuma oferta encontrada."
|
|
171
|
-
},
|
|
172
|
-
"sheet": {
|
|
173
|
-
"createTitle": "Criar Oferta",
|
|
174
|
-
"editTitle": "Editar Oferta",
|
|
175
|
-
"description": "Configure sua oferta."
|
|
176
|
-
},
|
|
177
|
-
"form": {
|
|
178
|
-
"code": "
|
|
179
|
-
"codePlaceholder": "WELCOME25",
|
|
180
|
-
"name": "Nome",
|
|
181
|
-
"namePlaceholder": "Oferta de Boas-vindas",
|
|
182
|
-
"description": "
|
|
183
|
-
"descriptionPlaceholder": "Detalhes da oferta",
|
|
184
|
-
"status": "Status"
|
|
185
|
-
},
|
|
186
|
-
"messages": {
|
|
187
|
-
"saveSuccess": "Oferta salva com sucesso.",
|
|
188
|
-
"saveError": "
|
|
189
|
-
"deleteSuccess": "Oferta removida com sucesso.",
|
|
190
|
-
"deleteError": "
|
|
191
|
-
},
|
|
192
|
-
"deleteDialog": {
|
|
193
|
-
"title": "Excluir oferta",
|
|
194
|
-
"description": "Deseja realmente excluir esta oferta?",
|
|
195
|
-
"cancel": "Cancelar",
|
|
196
|
-
"confirm": "Excluir"
|
|
197
|
-
}
|
|
198
|
-
},
|
|
199
|
-
"BillingCouponsPage": {
|
|
200
|
-
"title": "Cupons",
|
|
201
|
-
"description": "Gerencie cupons de desconto.",
|
|
202
|
-
"breadcrumbs": {
|
|
203
|
-
"home": "
|
|
204
|
-
"billing": "Billing",
|
|
205
|
-
"coupons": "Cupons"
|
|
206
|
-
},
|
|
207
|
-
"actions": { "create": "Novo Cupom", "save": "Salvar" },
|
|
208
|
-
"filters": {
|
|
209
|
-
"searchPlaceholder": "Buscar cupons...",
|
|
210
|
-
"all": "Todos",
|
|
211
|
-
"status": "Status"
|
|
212
|
-
},
|
|
213
|
-
"table": {
|
|
214
|
-
"columns": {
|
|
215
|
-
"code": "
|
|
216
|
-
"name": "Nome",
|
|
217
|
-
"discountType": "Tipo de Desconto",
|
|
218
|
-
"discountValue": "Desconto",
|
|
219
|
-
"uses": "Usos",
|
|
220
|
-
"status": "Status",
|
|
221
|
-
"actions": "
|
|
222
|
-
},
|
|
223
|
-
"empty": "Nenhum cupom encontrado."
|
|
224
|
-
},
|
|
225
|
-
"sheet": {
|
|
226
|
-
"createTitle": "Criar Cupom",
|
|
227
|
-
"editTitle": "Editar Cupom",
|
|
228
|
-
"description": "Configure os dados do cupom."
|
|
229
|
-
},
|
|
230
|
-
"form": {
|
|
231
|
-
"code": "
|
|
232
|
-
"codePlaceholder": "SUMMER20",
|
|
233
|
-
"name": "Nome",
|
|
234
|
-
"namePlaceholder": "Desconto de
|
|
235
|
-
"discountType": "Tipo de Desconto",
|
|
236
|
-
"discountValue": "Valor do Desconto",
|
|
237
|
-
"currency": "Moeda",
|
|
238
|
-
"maxUses": "
|
|
239
|
-
"startsAt": "
|
|
240
|
-
"endsAt": "Fim",
|
|
241
|
-
"status": "Status"
|
|
242
|
-
},
|
|
243
|
-
"messages": {
|
|
244
|
-
"saveSuccess": "Cupom salvo com sucesso.",
|
|
245
|
-
"saveError": "
|
|
246
|
-
"deleteSuccess": "Cupom removido com sucesso.",
|
|
247
|
-
"deleteError": "
|
|
248
|
-
},
|
|
249
|
-
"deleteDialog": {
|
|
250
|
-
"title": "Excluir cupom",
|
|
251
|
-
"description": "Deseja realmente excluir este cupom?",
|
|
252
|
-
"cancel": "Cancelar",
|
|
253
|
-
"confirm": "Excluir"
|
|
254
|
-
}
|
|
255
|
-
},
|
|
256
|
-
"BillingOrdersPage": {
|
|
257
|
-
"title": "Pedidos",
|
|
258
|
-
"description": "Acompanhe e crie pedidos de billing.",
|
|
259
|
-
"breadcrumbs": {
|
|
260
|
-
"home": "
|
|
261
|
-
"billing": "Billing",
|
|
262
|
-
"orders": "Pedidos"
|
|
263
|
-
},
|
|
264
|
-
"actions": { "create": "Novo Pedido", "save": "Salvar" },
|
|
265
|
-
"filters": { "searchPlaceholder": "Buscar pedidos..." },
|
|
266
|
-
"table": {
|
|
267
|
-
"columns": {
|
|
268
|
-
"id": "ID",
|
|
269
|
-
"status": "Status",
|
|
270
|
-
"currency": "Moeda",
|
|
271
|
-
"total": "Total",
|
|
272
|
-
"source": "Origem",
|
|
273
|
-
"createdAt": "Criado em"
|
|
274
|
-
},
|
|
275
|
-
"empty": "Nenhum pedido encontrado."
|
|
276
|
-
},
|
|
277
|
-
"sheet": {
|
|
278
|
-
"createTitle": "Criar Pedido",
|
|
279
|
-
"description": "Preencha os dados do pedido."
|
|
280
|
-
},
|
|
281
|
-
"form": {
|
|
282
|
-
"contactId": "ID do Contato",
|
|
283
|
-
"status": "Status",
|
|
284
|
-
"currency": "Moeda",
|
|
285
|
-
"subtotal": "Subtotal",
|
|
286
|
-
"total": "Total",
|
|
287
|
-
"source": "Origem",
|
|
288
|
-
"notes": "
|
|
289
|
-
},
|
|
290
|
-
"messages": {
|
|
291
|
-
"createSuccess": "Pedido criado com sucesso.",
|
|
292
|
-
"createError": "
|
|
293
|
-
}
|
|
294
|
-
},
|
|
295
|
-
"BillingSubscriptionsPage": {
|
|
296
|
-
"title": "Assinaturas",
|
|
297
|
-
"description": "Gerencie o ciclo de vida das assinaturas.",
|
|
298
|
-
"breadcrumbs": {
|
|
299
|
-
"home": "
|
|
300
|
-
"billing": "Billing",
|
|
301
|
-
"subscriptions": "Assinaturas"
|
|
302
|
-
},
|
|
303
|
-
"filters": { "searchPlaceholder": "Buscar assinaturas..." },
|
|
304
|
-
"table": {
|
|
305
|
-
"columns": {
|
|
306
|
-
"id": "ID",
|
|
307
|
-
"product": "Produto",
|
|
308
|
-
"price": "
|
|
309
|
-
"status": "Status",
|
|
310
|
-
"gateway": "Gateway",
|
|
311
|
-
"currentPeriodEnd": "Fim do
|
|
312
|
-
"createdAt": "Criado em",
|
|
313
|
-
"actions": "
|
|
314
|
-
},
|
|
315
|
-
"empty": "Nenhuma assinatura encontrada."
|
|
316
|
-
},
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
|
|
320
|
-
"
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
"
|
|
325
|
-
"
|
|
326
|
-
"
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
"
|
|
332
|
-
"
|
|
333
|
-
|
|
334
|
-
"
|
|
335
|
-
"
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
"
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
"
|
|
342
|
-
"
|
|
343
|
-
"
|
|
344
|
-
"
|
|
345
|
-
"
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
"
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
"
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
"
|
|
364
|
-
"
|
|
365
|
-
"
|
|
366
|
-
"
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
"
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
"
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
"
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
"
|
|
416
|
-
},
|
|
417
|
-
"
|
|
418
|
-
"
|
|
419
|
-
"
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
-
"
|
|
425
|
-
"
|
|
426
|
-
"
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
"
|
|
430
|
-
"
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
"
|
|
436
|
-
"
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
"
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
"
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
"
|
|
470
|
-
"
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
"
|
|
474
|
-
"
|
|
475
|
-
"
|
|
476
|
-
"
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
"
|
|
480
|
-
"
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
"
|
|
486
|
-
"
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
"
|
|
508
|
-
"
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
"
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
"
|
|
524
|
-
},
|
|
525
|
-
"
|
|
526
|
-
|
|
527
|
-
"
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
"
|
|
543
|
-
"
|
|
544
|
-
"
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
"
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
"
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
"
|
|
558
|
-
"
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
1
|
+
{
|
|
2
|
+
"BillingDashboardPage": {
|
|
3
|
+
"title": "Dashboard de Billing",
|
|
4
|
+
"description": "Acompanhe receita, assinaturas e saúde dos pagamentos.",
|
|
5
|
+
"breadcrumbs": {
|
|
6
|
+
"home": "Início",
|
|
7
|
+
"billing": "Billing",
|
|
8
|
+
"dashboard": "Dashboard"
|
|
9
|
+
},
|
|
10
|
+
"stats": {
|
|
11
|
+
"mrr": "MRR",
|
|
12
|
+
"activeSubscriptions": "Assinaturas Ativas",
|
|
13
|
+
"failedPayments": "Pagamentos Falhos",
|
|
14
|
+
"overdueInvoices": "Faturas em Atraso"
|
|
15
|
+
},
|
|
16
|
+
"revenueTrend": {
|
|
17
|
+
"title": "Tendência de Receita",
|
|
18
|
+
"description": "Receita recorrente dos últimos 6 meses.",
|
|
19
|
+
"legend": "Receita"
|
|
20
|
+
},
|
|
21
|
+
"recentPayments": {
|
|
22
|
+
"title": "Pagamentos Recentes",
|
|
23
|
+
"description": "Últimos 10 pagamentos processados.",
|
|
24
|
+
"columns": {
|
|
25
|
+
"provider": "Provedor",
|
|
26
|
+
"method": "Método",
|
|
27
|
+
"status": "Status",
|
|
28
|
+
"amount": "Valor",
|
|
29
|
+
"paidAt": "Pago em"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"BillingProductsPage": {
|
|
34
|
+
"title": "Produtos",
|
|
35
|
+
"description": "Gerencie os produtos disponíveis para cobrança.",
|
|
36
|
+
"breadcrumbs": {
|
|
37
|
+
"home": "Início",
|
|
38
|
+
"billing": "Billing",
|
|
39
|
+
"products": "Produtos"
|
|
40
|
+
},
|
|
41
|
+
"actions": { "create": "Novo Produto", "save": "Salvar" },
|
|
42
|
+
"filters": {
|
|
43
|
+
"searchPlaceholder": "Buscar produtos...",
|
|
44
|
+
"statusLabel": "Status",
|
|
45
|
+
"statusAll": "Todos",
|
|
46
|
+
"statusActive": "Ativo",
|
|
47
|
+
"statusInactive": "Inativo"
|
|
48
|
+
},
|
|
49
|
+
"table": {
|
|
50
|
+
"columns": {
|
|
51
|
+
"name": "Nome",
|
|
52
|
+
"code": "Código",
|
|
53
|
+
"productType": "Tipo",
|
|
54
|
+
"isActive": "Ativo",
|
|
55
|
+
"createdAt": "Criado em",
|
|
56
|
+
"actions": "Ações"
|
|
57
|
+
},
|
|
58
|
+
"empty": "Nenhum produto encontrado."
|
|
59
|
+
},
|
|
60
|
+
"sheet": {
|
|
61
|
+
"createTitle": "Criar Produto",
|
|
62
|
+
"editTitle": "Editar Produto",
|
|
63
|
+
"description": "Preencha os dados do produto."
|
|
64
|
+
},
|
|
65
|
+
"form": {
|
|
66
|
+
"name": "Nome",
|
|
67
|
+
"namePlaceholder": "SaaS Pro",
|
|
68
|
+
"code": "Código",
|
|
69
|
+
"codePlaceholder": "SAAS-PRO",
|
|
70
|
+
"description": "Descrição",
|
|
71
|
+
"descriptionPlaceholder": "Descreva este produto",
|
|
72
|
+
"productType": "Tipo de Produto",
|
|
73
|
+
"productTypePlaceholder": "Selecione um tipo",
|
|
74
|
+
"isActive": "Ativo"
|
|
75
|
+
},
|
|
76
|
+
"status": { "active": "Ativo", "inactive": "Inativo" },
|
|
77
|
+
"messages": {
|
|
78
|
+
"saveSuccess": "Produto salvo com sucesso.",
|
|
79
|
+
"saveError": "Não foi possível salvar o produto.",
|
|
80
|
+
"deleteSuccess": "Produto removido com sucesso.",
|
|
81
|
+
"deleteError": "Não foi possível remover o produto."
|
|
82
|
+
},
|
|
83
|
+
"deleteDialog": {
|
|
84
|
+
"title": "Excluir produto",
|
|
85
|
+
"description": "Deseja realmente excluir este produto?",
|
|
86
|
+
"cancel": "Cancelar",
|
|
87
|
+
"confirm": "Excluir"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"BillingPricesPage": {
|
|
91
|
+
"title": "Preços",
|
|
92
|
+
"description": "Gerencie preços e intervalos de cobrança.",
|
|
93
|
+
"breadcrumbs": {
|
|
94
|
+
"home": "Início",
|
|
95
|
+
"billing": "Billing",
|
|
96
|
+
"prices": "Preços"
|
|
97
|
+
},
|
|
98
|
+
"actions": { "create": "Novo Preço", "save": "Salvar" },
|
|
99
|
+
"filters": {
|
|
100
|
+
"searchPlaceholder": "Buscar preços...",
|
|
101
|
+
"all": "Todos",
|
|
102
|
+
"billingType": "Tipo de Cobrança"
|
|
103
|
+
},
|
|
104
|
+
"table": {
|
|
105
|
+
"columns": {
|
|
106
|
+
"name": "Nome",
|
|
107
|
+
"product": "Produto",
|
|
108
|
+
"billingType": "Tipo",
|
|
109
|
+
"amount": "Valor",
|
|
110
|
+
"intervalUnit": "Intervalo",
|
|
111
|
+
"isActive": "Ativo",
|
|
112
|
+
"actions": "Ações"
|
|
113
|
+
},
|
|
114
|
+
"empty": "Nenhum preço encontrado."
|
|
115
|
+
},
|
|
116
|
+
"sheet": {
|
|
117
|
+
"createTitle": "Criar Preço",
|
|
118
|
+
"editTitle": "Editar Preço",
|
|
119
|
+
"description": "Configure os dados do preço."
|
|
120
|
+
},
|
|
121
|
+
"form": {
|
|
122
|
+
"name": "Nome",
|
|
123
|
+
"namePlaceholder": "SaaS Pro Mensal",
|
|
124
|
+
"product": "Produto",
|
|
125
|
+
"productPlaceholder": "Selecione um produto",
|
|
126
|
+
"billingType": "Tipo de Cobrança",
|
|
127
|
+
"currency": "Moeda",
|
|
128
|
+
"amount": "Valor",
|
|
129
|
+
"intervalUnit": "Unidade de Intervalo",
|
|
130
|
+
"intervalCount": "Quantidade de Intervalo",
|
|
131
|
+
"trialDays": "Dias de Trial",
|
|
132
|
+
"isActive": "Ativo"
|
|
133
|
+
},
|
|
134
|
+
"status": { "active": "Ativo", "inactive": "Inativo" },
|
|
135
|
+
"messages": {
|
|
136
|
+
"saveSuccess": "Preço salvo com sucesso.",
|
|
137
|
+
"saveError": "Não foi possível salvar o preço.",
|
|
138
|
+
"deleteSuccess": "Preço removido com sucesso.",
|
|
139
|
+
"deleteError": "Não foi possível remover o preço."
|
|
140
|
+
},
|
|
141
|
+
"deleteDialog": {
|
|
142
|
+
"title": "Excluir preço",
|
|
143
|
+
"description": "Deseja realmente excluir este preço?",
|
|
144
|
+
"cancel": "Cancelar",
|
|
145
|
+
"confirm": "Excluir"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"BillingOffersPage": {
|
|
149
|
+
"title": "Ofertas",
|
|
150
|
+
"description": "Gerencie ofertas promocionais.",
|
|
151
|
+
"breadcrumbs": {
|
|
152
|
+
"home": "Início",
|
|
153
|
+
"billing": "Billing",
|
|
154
|
+
"offers": "Ofertas"
|
|
155
|
+
},
|
|
156
|
+
"actions": { "create": "Nova Oferta", "save": "Salvar" },
|
|
157
|
+
"filters": {
|
|
158
|
+
"searchPlaceholder": "Buscar ofertas...",
|
|
159
|
+
"all": "Todas",
|
|
160
|
+
"status": "Status"
|
|
161
|
+
},
|
|
162
|
+
"table": {
|
|
163
|
+
"columns": {
|
|
164
|
+
"code": "Código",
|
|
165
|
+
"name": "Nome",
|
|
166
|
+
"status": "Status",
|
|
167
|
+
"createdAt": "Criado em",
|
|
168
|
+
"actions": "Ações"
|
|
169
|
+
},
|
|
170
|
+
"empty": "Nenhuma oferta encontrada."
|
|
171
|
+
},
|
|
172
|
+
"sheet": {
|
|
173
|
+
"createTitle": "Criar Oferta",
|
|
174
|
+
"editTitle": "Editar Oferta",
|
|
175
|
+
"description": "Configure sua oferta."
|
|
176
|
+
},
|
|
177
|
+
"form": {
|
|
178
|
+
"code": "Código",
|
|
179
|
+
"codePlaceholder": "WELCOME25",
|
|
180
|
+
"name": "Nome",
|
|
181
|
+
"namePlaceholder": "Oferta de Boas-vindas",
|
|
182
|
+
"description": "Descrição",
|
|
183
|
+
"descriptionPlaceholder": "Detalhes da oferta",
|
|
184
|
+
"status": "Status"
|
|
185
|
+
},
|
|
186
|
+
"messages": {
|
|
187
|
+
"saveSuccess": "Oferta salva com sucesso.",
|
|
188
|
+
"saveError": "Não foi possível salvar a oferta.",
|
|
189
|
+
"deleteSuccess": "Oferta removida com sucesso.",
|
|
190
|
+
"deleteError": "Não foi possível remover a oferta."
|
|
191
|
+
},
|
|
192
|
+
"deleteDialog": {
|
|
193
|
+
"title": "Excluir oferta",
|
|
194
|
+
"description": "Deseja realmente excluir esta oferta?",
|
|
195
|
+
"cancel": "Cancelar",
|
|
196
|
+
"confirm": "Excluir"
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"BillingCouponsPage": {
|
|
200
|
+
"title": "Cupons",
|
|
201
|
+
"description": "Gerencie cupons de desconto.",
|
|
202
|
+
"breadcrumbs": {
|
|
203
|
+
"home": "Início",
|
|
204
|
+
"billing": "Billing",
|
|
205
|
+
"coupons": "Cupons"
|
|
206
|
+
},
|
|
207
|
+
"actions": { "create": "Novo Cupom", "save": "Salvar" },
|
|
208
|
+
"filters": {
|
|
209
|
+
"searchPlaceholder": "Buscar cupons...",
|
|
210
|
+
"all": "Todos",
|
|
211
|
+
"status": "Status"
|
|
212
|
+
},
|
|
213
|
+
"table": {
|
|
214
|
+
"columns": {
|
|
215
|
+
"code": "Código",
|
|
216
|
+
"name": "Nome",
|
|
217
|
+
"discountType": "Tipo de Desconto",
|
|
218
|
+
"discountValue": "Desconto",
|
|
219
|
+
"uses": "Usos",
|
|
220
|
+
"status": "Status",
|
|
221
|
+
"actions": "Ações"
|
|
222
|
+
},
|
|
223
|
+
"empty": "Nenhum cupom encontrado."
|
|
224
|
+
},
|
|
225
|
+
"sheet": {
|
|
226
|
+
"createTitle": "Criar Cupom",
|
|
227
|
+
"editTitle": "Editar Cupom",
|
|
228
|
+
"description": "Configure os dados do cupom."
|
|
229
|
+
},
|
|
230
|
+
"form": {
|
|
231
|
+
"code": "Código",
|
|
232
|
+
"codePlaceholder": "SUMMER20",
|
|
233
|
+
"name": "Nome",
|
|
234
|
+
"namePlaceholder": "Desconto de Verão",
|
|
235
|
+
"discountType": "Tipo de Desconto",
|
|
236
|
+
"discountValue": "Valor do Desconto",
|
|
237
|
+
"currency": "Moeda",
|
|
238
|
+
"maxUses": "Máximo de Usos",
|
|
239
|
+
"startsAt": "Início",
|
|
240
|
+
"endsAt": "Fim",
|
|
241
|
+
"status": "Status"
|
|
242
|
+
},
|
|
243
|
+
"messages": {
|
|
244
|
+
"saveSuccess": "Cupom salvo com sucesso.",
|
|
245
|
+
"saveError": "Não foi possível salvar o cupom.",
|
|
246
|
+
"deleteSuccess": "Cupom removido com sucesso.",
|
|
247
|
+
"deleteError": "Não foi possível remover o cupom."
|
|
248
|
+
},
|
|
249
|
+
"deleteDialog": {
|
|
250
|
+
"title": "Excluir cupom",
|
|
251
|
+
"description": "Deseja realmente excluir este cupom?",
|
|
252
|
+
"cancel": "Cancelar",
|
|
253
|
+
"confirm": "Excluir"
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
"BillingOrdersPage": {
|
|
257
|
+
"title": "Pedidos",
|
|
258
|
+
"description": "Acompanhe e crie pedidos de billing.",
|
|
259
|
+
"breadcrumbs": {
|
|
260
|
+
"home": "Início",
|
|
261
|
+
"billing": "Billing",
|
|
262
|
+
"orders": "Pedidos"
|
|
263
|
+
},
|
|
264
|
+
"actions": { "create": "Novo Pedido", "save": "Salvar" },
|
|
265
|
+
"filters": { "searchPlaceholder": "Buscar pedidos..." },
|
|
266
|
+
"table": {
|
|
267
|
+
"columns": {
|
|
268
|
+
"id": "ID",
|
|
269
|
+
"status": "Status",
|
|
270
|
+
"currency": "Moeda",
|
|
271
|
+
"total": "Total",
|
|
272
|
+
"source": "Origem",
|
|
273
|
+
"createdAt": "Criado em"
|
|
274
|
+
},
|
|
275
|
+
"empty": "Nenhum pedido encontrado."
|
|
276
|
+
},
|
|
277
|
+
"sheet": {
|
|
278
|
+
"createTitle": "Criar Pedido",
|
|
279
|
+
"description": "Preencha os dados do pedido."
|
|
280
|
+
},
|
|
281
|
+
"form": {
|
|
282
|
+
"contactId": "ID do Contato",
|
|
283
|
+
"status": "Status",
|
|
284
|
+
"currency": "Moeda",
|
|
285
|
+
"subtotal": "Subtotal",
|
|
286
|
+
"total": "Total",
|
|
287
|
+
"source": "Origem",
|
|
288
|
+
"notes": "Observações"
|
|
289
|
+
},
|
|
290
|
+
"messages": {
|
|
291
|
+
"createSuccess": "Pedido criado com sucesso.",
|
|
292
|
+
"createError": "Não foi possível criar o pedido."
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
"BillingSubscriptionsPage": {
|
|
296
|
+
"title": "Assinaturas",
|
|
297
|
+
"description": "Gerencie o ciclo de vida das assinaturas.",
|
|
298
|
+
"breadcrumbs": {
|
|
299
|
+
"home": "Início",
|
|
300
|
+
"billing": "Billing",
|
|
301
|
+
"subscriptions": "Assinaturas"
|
|
302
|
+
},
|
|
303
|
+
"filters": { "searchPlaceholder": "Buscar assinaturas..." },
|
|
304
|
+
"table": {
|
|
305
|
+
"columns": {
|
|
306
|
+
"id": "ID",
|
|
307
|
+
"product": "Produto",
|
|
308
|
+
"price": "Preço",
|
|
309
|
+
"status": "Status",
|
|
310
|
+
"gateway": "Gateway",
|
|
311
|
+
"currentPeriodEnd": "Fim do Período",
|
|
312
|
+
"createdAt": "Criado em",
|
|
313
|
+
"actions": "Ações"
|
|
314
|
+
},
|
|
315
|
+
"empty": "Nenhuma assinatura encontrada."
|
|
316
|
+
},
|
|
317
|
+
"emptyAction": "Limpar filtros",
|
|
318
|
+
"actions": { "cancel": "Cancelar", "pause": "Pausar", "resume": "Retomar" },
|
|
319
|
+
"messages": {
|
|
320
|
+
"actionSuccess": "Assinatura atualizada.",
|
|
321
|
+
"actionError": "Não foi possível atualizar a assinatura."
|
|
322
|
+
},
|
|
323
|
+
"cancelDialog": {
|
|
324
|
+
"title": "Cancelar assinatura",
|
|
325
|
+
"description": "Deseja realmente cancelar esta assinatura?",
|
|
326
|
+
"cancel": "Voltar",
|
|
327
|
+
"confirm": "Confirmar cancelamento"
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"BillingInvoicesPage": {
|
|
331
|
+
"title": "Faturas",
|
|
332
|
+
"description": "Visualize o ciclo de vida das faturas.",
|
|
333
|
+
"breadcrumbs": {
|
|
334
|
+
"home": "Início",
|
|
335
|
+
"billing": "Billing",
|
|
336
|
+
"invoices": "Faturas"
|
|
337
|
+
},
|
|
338
|
+
"filters": { "searchPlaceholder": "Buscar faturas..." },
|
|
339
|
+
"table": {
|
|
340
|
+
"columns": {
|
|
341
|
+
"invoiceNumber": "Numero da Fatura",
|
|
342
|
+
"status": "Status",
|
|
343
|
+
"currency": "Moeda",
|
|
344
|
+
"total": "Total",
|
|
345
|
+
"dueDate": "Vencimento",
|
|
346
|
+
"paidAt": "Pagamento"
|
|
347
|
+
},
|
|
348
|
+
"empty": "Nenhuma fatura encontrada."
|
|
349
|
+
},
|
|
350
|
+
"emptyAction": "Limpar filtros"
|
|
351
|
+
},
|
|
352
|
+
"BillingPaymentsPage": {
|
|
353
|
+
"title": "Pagamentos",
|
|
354
|
+
"description": "Monitore transações de pagamento.",
|
|
355
|
+
"breadcrumbs": {
|
|
356
|
+
"home": "Início",
|
|
357
|
+
"billing": "Billing",
|
|
358
|
+
"payments": "Pagamentos"
|
|
359
|
+
},
|
|
360
|
+
"filters": { "searchPlaceholder": "Buscar pagamentos..." },
|
|
361
|
+
"table": {
|
|
362
|
+
"columns": {
|
|
363
|
+
"provider": "Provedor",
|
|
364
|
+
"methodType": "Método",
|
|
365
|
+
"status": "Status",
|
|
366
|
+
"amount": "Valor",
|
|
367
|
+
"currency": "Moeda",
|
|
368
|
+
"paidAt": "Pago em"
|
|
369
|
+
},
|
|
370
|
+
"empty": "Nenhum pagamento encontrado."
|
|
371
|
+
},
|
|
372
|
+
"emptyAction": "Limpar filtros"
|
|
373
|
+
},
|
|
374
|
+
"BillingRefundsPage": {
|
|
375
|
+
"title": "Reembolsos",
|
|
376
|
+
"description": "Acompanhe o status dos reembolsos.",
|
|
377
|
+
"breadcrumbs": {
|
|
378
|
+
"home": "Início",
|
|
379
|
+
"billing": "Billing",
|
|
380
|
+
"refunds": "Reembolsos"
|
|
381
|
+
},
|
|
382
|
+
"filters": { "searchPlaceholder": "Buscar reembolsos..." },
|
|
383
|
+
"table": {
|
|
384
|
+
"columns": {
|
|
385
|
+
"amount": "Valor",
|
|
386
|
+
"reason": "Motivo",
|
|
387
|
+
"status": "Status",
|
|
388
|
+
"completedAt": "Concluído em"
|
|
389
|
+
},
|
|
390
|
+
"empty": "Nenhum reembolso encontrado."
|
|
391
|
+
},
|
|
392
|
+
"emptyAction": "Limpar filtros"
|
|
393
|
+
},
|
|
394
|
+
"BillingEntitlementsPage": {
|
|
395
|
+
"title": "Acessos",
|
|
396
|
+
"description": "Gerencie direitos de acesso dos contatos.",
|
|
397
|
+
"breadcrumbs": {
|
|
398
|
+
"home": "Início",
|
|
399
|
+
"billing": "Billing",
|
|
400
|
+
"entitlements": "Acessos"
|
|
401
|
+
},
|
|
402
|
+
"actions": { "create": "Novo Acesso", "save": "Salvar" },
|
|
403
|
+
"filters": { "searchPlaceholder": "Buscar acessos..." },
|
|
404
|
+
"table": {
|
|
405
|
+
"columns": {
|
|
406
|
+
"contactId": "ID do Contato",
|
|
407
|
+
"sourceType": "Tipo Origem",
|
|
408
|
+
"targetType": "Tipo Destino",
|
|
409
|
+
"accessType": "Tipo de Acesso",
|
|
410
|
+
"status": "Status",
|
|
411
|
+
"startsAt": "Início",
|
|
412
|
+
"endsAt": "Fim",
|
|
413
|
+
"actions": "Ações"
|
|
414
|
+
},
|
|
415
|
+
"empty": "Nenhum acesso encontrado."
|
|
416
|
+
},
|
|
417
|
+
"sheet": {
|
|
418
|
+
"createTitle": "Criar Acesso",
|
|
419
|
+
"description": "Preencha os dados do acesso."
|
|
420
|
+
},
|
|
421
|
+
"form": {
|
|
422
|
+
"contactId": "ID do Contato",
|
|
423
|
+
"sourceType": "Tipo Origem",
|
|
424
|
+
"sourceId": "ID Origem",
|
|
425
|
+
"targetType": "Tipo Destino",
|
|
426
|
+
"targetId": "ID Destino",
|
|
427
|
+
"accessType": "Tipo de Acesso",
|
|
428
|
+
"startsAt": "Início",
|
|
429
|
+
"endsAt": "Fim",
|
|
430
|
+
"status": "Status"
|
|
431
|
+
},
|
|
432
|
+
"messages": {
|
|
433
|
+
"createSuccess": "Acesso criado.",
|
|
434
|
+
"createError": "Não foi possível criar o acesso.",
|
|
435
|
+
"deleteSuccess": "Acesso revogado.",
|
|
436
|
+
"deleteError": "Não foi possível revogar o acesso."
|
|
437
|
+
},
|
|
438
|
+
"deleteDialog": {
|
|
439
|
+
"title": "Revogar acesso",
|
|
440
|
+
"description": "Deseja realmente revogar este acesso?",
|
|
441
|
+
"cancel": "Cancelar",
|
|
442
|
+
"confirm": "Revogar"
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
"BillingContractsPage": {
|
|
446
|
+
"title": "Contratos",
|
|
447
|
+
"description": "Gerencie contratos de clientes e assentos.",
|
|
448
|
+
"breadcrumbs": {
|
|
449
|
+
"home": "Início",
|
|
450
|
+
"billing": "Billing",
|
|
451
|
+
"contracts": "Contratos"
|
|
452
|
+
},
|
|
453
|
+
"actions": { "create": "Novo Contrato", "save": "Salvar" },
|
|
454
|
+
"filters": { "searchPlaceholder": "Buscar contratos..." },
|
|
455
|
+
"table": {
|
|
456
|
+
"columns": {
|
|
457
|
+
"name": "Nome",
|
|
458
|
+
"contactId": "ID do Contato",
|
|
459
|
+
"status": "Status",
|
|
460
|
+
"totalSeats": "Total de Assentos",
|
|
461
|
+
"startsAt": "Início",
|
|
462
|
+
"endsAt": "Fim",
|
|
463
|
+
"actions": "Ações"
|
|
464
|
+
},
|
|
465
|
+
"empty": "Nenhum contrato encontrado."
|
|
466
|
+
},
|
|
467
|
+
"sheet": {
|
|
468
|
+
"createTitle": "Criar Contrato",
|
|
469
|
+
"editTitle": "Editar Contrato",
|
|
470
|
+
"description": "Preencha os dados do contrato."
|
|
471
|
+
},
|
|
472
|
+
"form": {
|
|
473
|
+
"contactId": "ID do Contato",
|
|
474
|
+
"name": "Nome",
|
|
475
|
+
"description": "Descrição",
|
|
476
|
+
"startsAt": "Início",
|
|
477
|
+
"endsAt": "Fim",
|
|
478
|
+
"totalSeats": "Total de Assentos",
|
|
479
|
+
"status": "Status",
|
|
480
|
+
"signedAt": "Assinado em"
|
|
481
|
+
},
|
|
482
|
+
"messages": {
|
|
483
|
+
"saveSuccess": "Contrato salvo.",
|
|
484
|
+
"saveError": "Não foi possível salvar o contrato.",
|
|
485
|
+
"deleteSuccess": "Contrato removido.",
|
|
486
|
+
"deleteError": "Não foi possível remover o contrato."
|
|
487
|
+
},
|
|
488
|
+
"deleteDialog": {
|
|
489
|
+
"title": "Excluir contrato",
|
|
490
|
+
"description": "Deseja realmente excluir este contrato?",
|
|
491
|
+
"cancel": "Cancelar",
|
|
492
|
+
"confirm": "Excluir"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
"BillingSeatsPage": {
|
|
496
|
+
"title": "Assentos",
|
|
497
|
+
"description": "Gerencie as licencas contratadas e sua alocacao para usuarios dos clientes.",
|
|
498
|
+
"breadcrumbs": {
|
|
499
|
+
"home": "Inicio",
|
|
500
|
+
"billing": "Billing",
|
|
501
|
+
"seats": "Assentos"
|
|
502
|
+
},
|
|
503
|
+
"actions": { "create": "Novo Assento", "save": "Salvar" },
|
|
504
|
+
"stats": {
|
|
505
|
+
"contractedSeats": "Assentos Contratados",
|
|
506
|
+
"allocatedSeats": "Assentos Alocados",
|
|
507
|
+
"availableSeats": "Assentos Disponiveis",
|
|
508
|
+
"releasedSeats": "Assentos Liberados"
|
|
509
|
+
},
|
|
510
|
+
"filters": {
|
|
511
|
+
"searchPlaceholder": "Buscar por contrato, empresa, produto ou usuario..."
|
|
512
|
+
},
|
|
513
|
+
"table": {
|
|
514
|
+
"columns": {
|
|
515
|
+
"contract": "Contrato",
|
|
516
|
+
"company": "Empresa",
|
|
517
|
+
"seat": "Assento",
|
|
518
|
+
"assignedTo": "Usuario",
|
|
519
|
+
"status": "Status",
|
|
520
|
+
"allocatedAt": "Alocado em",
|
|
521
|
+
"actions": "Acoes"
|
|
522
|
+
},
|
|
523
|
+
"empty": "Nenhum assento encontrado."
|
|
524
|
+
},
|
|
525
|
+
"empty": {
|
|
526
|
+
"description": "Ajuste os filtros ou limpe a busca para visualizar assentos novamente.",
|
|
527
|
+
"action": "Limpar busca"
|
|
528
|
+
},
|
|
529
|
+
"sheet": {
|
|
530
|
+
"createTitle": "Alocar Assento",
|
|
531
|
+
"editTitle": "Editar Alocacao",
|
|
532
|
+
"description": "Preencha os dados da licenca contratada e da pessoa responsavel por ela."
|
|
533
|
+
},
|
|
534
|
+
"form": {
|
|
535
|
+
"contract": "Contrato",
|
|
536
|
+
"contractPlaceholder": "Selecione um contrato",
|
|
537
|
+
"seat": "Licenca",
|
|
538
|
+
"seatPlaceholder": "Selecione uma licenca",
|
|
539
|
+
"assignedTo": "Usuario responsavel",
|
|
540
|
+
"assignedToPlaceholder": "Ex.: Marina Souza",
|
|
541
|
+
"assignedEmail": "E-mail do usuario",
|
|
542
|
+
"assignedEmailPlaceholder": "nome@empresa.com",
|
|
543
|
+
"status": "Status",
|
|
544
|
+
"allocatedAt": "Data da alocacao",
|
|
545
|
+
"notes": "Observacoes",
|
|
546
|
+
"notesPlaceholder": "Contexto da alocacao, time, centro de custo ou observacoes operacionais."
|
|
547
|
+
},
|
|
548
|
+
"status": {
|
|
549
|
+
"active": "Ativo",
|
|
550
|
+
"pending": "Pendente",
|
|
551
|
+
"released": "Liberado"
|
|
552
|
+
},
|
|
553
|
+
"messages": {
|
|
554
|
+
"saveSuccess": "Assento salvo com sucesso.",
|
|
555
|
+
"saveError": "Nao foi possivel salvar o assento.",
|
|
556
|
+
"deleteSuccess": "Assento liberado com sucesso.",
|
|
557
|
+
"deleteError": "Nao foi possivel liberar o assento.",
|
|
558
|
+
"localMode": "Esta tela esta em modo local temporario ate a API de seats ficar pronta. As alteracoes ficam somente na sessao atual."
|
|
559
|
+
},
|
|
560
|
+
"deleteDialog": {
|
|
561
|
+
"title": "Liberar assento",
|
|
562
|
+
"description": "Deseja realmente liberar esta licenca para reutilizacao?",
|
|
563
|
+
"cancel": "Cancelar",
|
|
564
|
+
"confirm": "Liberar"
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
"BillingGatewaysPage": {
|
|
568
|
+
"title": "Gateways de Pagamento",
|
|
569
|
+
"description": "Configure os provedores de pagamento disponíveis.",
|
|
570
|
+
"breadcrumbs": {
|
|
571
|
+
"home": "Início",
|
|
572
|
+
"billing": "Billing",
|
|
573
|
+
"gateways": "Gateways"
|
|
574
|
+
},
|
|
575
|
+
"filters": { "searchPlaceholder": "Buscar gateways..." },
|
|
576
|
+
"table": {
|
|
577
|
+
"columns": {
|
|
578
|
+
"name": "Nome",
|
|
579
|
+
"slug": "Slug",
|
|
580
|
+
"status": "Status",
|
|
581
|
+
"active": "Ativo",
|
|
582
|
+
"actions": "Ações"
|
|
583
|
+
},
|
|
584
|
+
"empty": "Nenhum gateway encontrado."
|
|
585
|
+
},
|
|
586
|
+
"emptyAction": "Limpar filtros",
|
|
587
|
+
"fields": { "active": "Ativo" },
|
|
588
|
+
"status": { "active": "Ativo", "inactive": "Inativo" },
|
|
589
|
+
"actions": { "configure": "Configurar", "save": "Salvar" },
|
|
590
|
+
"sheet": {
|
|
591
|
+
"title": "Configuração do Gateway",
|
|
592
|
+
"description": "Edite as configurações e o JSON bruto do gateway."
|
|
593
|
+
},
|
|
594
|
+
"form": {
|
|
595
|
+
"name": "Nome",
|
|
596
|
+
"isActive": "Ativo",
|
|
597
|
+
"configJson": "Configuração (JSON)"
|
|
598
|
+
},
|
|
599
|
+
"messages": {
|
|
600
|
+
"saveSuccess": "Gateway atualizado.",
|
|
601
|
+
"saveError": "Não foi possível atualizar o gateway.",
|
|
602
|
+
"toggleError": "Não foi possível atualizar o status do gateway."
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
"BillingWebhooksPage": {
|
|
606
|
+
"title": "Eventos de Webhook",
|
|
607
|
+
"description": "Visualize os eventos de webhook de billing.",
|
|
608
|
+
"breadcrumbs": {
|
|
609
|
+
"home": "Início",
|
|
610
|
+
"billing": "Billing",
|
|
611
|
+
"webhooks": "Webhooks"
|
|
612
|
+
},
|
|
613
|
+
"filters": { "searchPlaceholder": "Buscar eventos de webhook..." },
|
|
614
|
+
"table": {
|
|
615
|
+
"columns": {
|
|
616
|
+
"eventType": "Tipo de Evento",
|
|
617
|
+
"externalEventId": "ID Externo",
|
|
618
|
+
"processed": "Processado",
|
|
619
|
+
"processedAt": "Processado em",
|
|
620
|
+
"createdAt": "Criado em"
|
|
621
|
+
},
|
|
622
|
+
"empty": "Nenhum evento de webhook encontrado."
|
|
623
|
+
},
|
|
624
|
+
"emptyAction": "Limpar filtros",
|
|
625
|
+
"status": { "processed": "Processado", "pending": "Pendente" }
|
|
626
|
+
},
|
|
627
|
+
"BillingReportsPage": {
|
|
628
|
+
"title": "Relatórios de Billing",
|
|
629
|
+
"description": "Analise receita e performance de assinaturas.",
|
|
630
|
+
"breadcrumbs": {
|
|
631
|
+
"home": "Início",
|
|
632
|
+
"billing": "Billing",
|
|
633
|
+
"reports": "Relatórios"
|
|
634
|
+
},
|
|
635
|
+
"revenueSummary": {
|
|
636
|
+
"title": "Resumo de Receita",
|
|
637
|
+
"description": "Receita por mês.",
|
|
638
|
+
"revenue": "Receita"
|
|
639
|
+
},
|
|
640
|
+
"subscriptionCohort": {
|
|
641
|
+
"title": "Coorte de Assinaturas",
|
|
642
|
+
"description": "Novas assinaturas por mês.",
|
|
643
|
+
"subscriptions": "Assinaturas"
|
|
644
|
+
},
|
|
645
|
+
"paymentSuccessRate": {
|
|
646
|
+
"title": "Taxa de Sucesso de Pagamentos",
|
|
647
|
+
"description": "Pagos vs falhos.",
|
|
648
|
+
"success": "Pago",
|
|
649
|
+
"failed": "Falho"
|
|
650
|
+
}
|
|
651
|
+
}
|
|
652
|
+
}
|