mapa-frontend-i18n 1.3.3 → 1.3.5

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.
@@ -4119,6 +4119,18 @@ const PT_RUNTIME_TRANSLATIONS$5 = {
4119
4119
  "common.failure": "Falha!",
4120
4120
  "common.filters": "Filtros",
4121
4121
  "common.moneyPlaceholder": "0,00",
4122
+ "common.month.april": "abril",
4123
+ "common.month.august": "agosto",
4124
+ "common.month.december": "dezembro",
4125
+ "common.month.february": "fevereiro",
4126
+ "common.month.january": "janeiro",
4127
+ "common.month.july": "julho",
4128
+ "common.month.june": "junho",
4129
+ "common.month.march": "março",
4130
+ "common.month.may": "maio",
4131
+ "common.month.november": "novembro",
4132
+ "common.month.october": "outubro",
4133
+ "common.month.september": "setembro",
4122
4134
  "common.no": "Não",
4123
4135
  "common.observation": "Observações",
4124
4136
  "common.search.company": "Pesquisar empresa",
@@ -4441,7 +4453,8 @@ const PT_RUNTIME_TRANSLATIONS$5 = {
4441
4453
  "statement.list.section.title": "Movimentações",
4442
4454
  "statement.page.description": "Consulte seu histórico de uso na plataforma.",
4443
4455
  "statement.page.title": "Extrato de uso",
4444
- "statement.transaction.usedEvaluations": "{VAR_PLURAL, plural, =1 {1 avaliação utilizada} other {{INTERPOLATION} avaliações utilizadas}}",
4456
+ "statement.transaction.usedEvaluationSingular": "1 avaliação utilizada",
4457
+ "statement.transaction.usedEvaluationsPlural": "{$INTERPOLATION} avaliações utilizadas",
4445
4458
  "statement.summary.availableCredits": "Créditos disponíveis",
4446
4459
  "statement.summary.contractInfo": "Informações Contratuais",
4447
4460
  "statement.summary.lastPurchase": "Última compra",
@@ -5305,6 +5318,54 @@ const MISSING_RUNTIME_TRANSLATIONS$3 = {
5305
5318
  en: "0.00",
5306
5319
  es: "0,00",
5307
5320
  },
5321
+ "common.month.april": {
5322
+ en: "april",
5323
+ es: "abril",
5324
+ },
5325
+ "common.month.august": {
5326
+ en: "august",
5327
+ es: "agosto",
5328
+ },
5329
+ "common.month.december": {
5330
+ en: "december",
5331
+ es: "diciembre",
5332
+ },
5333
+ "common.month.february": {
5334
+ en: "february",
5335
+ es: "febrero",
5336
+ },
5337
+ "common.month.january": {
5338
+ en: "january",
5339
+ es: "enero",
5340
+ },
5341
+ "common.month.july": {
5342
+ en: "july",
5343
+ es: "julio",
5344
+ },
5345
+ "common.month.june": {
5346
+ en: "june",
5347
+ es: "junio",
5348
+ },
5349
+ "common.month.march": {
5350
+ en: "march",
5351
+ es: "marzo",
5352
+ },
5353
+ "common.month.may": {
5354
+ en: "may",
5355
+ es: "mayo",
5356
+ },
5357
+ "common.month.november": {
5358
+ en: "november",
5359
+ es: "noviembre",
5360
+ },
5361
+ "common.month.october": {
5362
+ en: "october",
5363
+ es: "octubre",
5364
+ },
5365
+ "common.month.september": {
5366
+ en: "september",
5367
+ es: "septiembre",
5368
+ },
5308
5369
  "common.no": {
5309
5370
  en: "No",
5310
5371
  es: "No",
@@ -6593,9 +6654,13 @@ const MISSING_RUNTIME_TRANSLATIONS$3 = {
6593
6654
  en: "Usage statement",
6594
6655
  es: "Extracto de uso",
6595
6656
  },
6596
- "statement.transaction.usedEvaluations": {
6597
- en: "{VAR_PLURAL, plural, =1 {1 used evaluation} other {{INTERPOLATION} used evaluations}}",
6598
- es: "{VAR_PLURAL, plural, =1 {1 evaluación utilizada} other {{INTERPOLATION} evaluaciones utilizadas}}",
6657
+ "statement.transaction.usedEvaluationSingular": {
6658
+ en: "1 used evaluation",
6659
+ es: "1 evaluación utilizada",
6660
+ },
6661
+ "statement.transaction.usedEvaluationsPlural": {
6662
+ en: "{$INTERPOLATION} used evaluations",
6663
+ es: "{$INTERPOLATION} evaluaciones utilizadas",
6599
6664
  },
6600
6665
  "statement.summary.availableCredits": {
6601
6666
  en: "Available credits",