mapa-frontend-i18n 1.2.3 → 1.3.0

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.
@@ -14546,6 +14546,14 @@ const MAPA_UI_TEXTS_PT_BR = {
14546
14546
  rangeLabel: (page, pageSize, length) => formatPaginatorRange(page, pageSize, length, "pt-BR"),
14547
14547
  showingRangeLabel: (page, pageSize, length) => formatPaginatorShowingRange(page, pageSize, length, "pt-BR"),
14548
14548
  },
14549
+ warning: {
14550
+ lowReliabilityTitle: "Nível baixo de confiabilidade no(s) teste(s):",
14551
+ expirationLimitTitle: "O prazo de validade do(s) teste(s) está no limite:",
14552
+ },
14553
+ table: {
14554
+ emptyTitle: "Não foram encontrados resultados",
14555
+ emptySubtitle: "",
14556
+ },
14549
14557
  validation: {
14550
14558
  cnpj: "CNPJ inválido",
14551
14559
  cpf: "CPF inválido",
@@ -14590,6 +14598,14 @@ const MAPA_UI_TEXTS_ES = {
14590
14598
  rangeLabel: (page, pageSize, length) => formatPaginatorRange(page, pageSize, length, "es"),
14591
14599
  showingRangeLabel: (page, pageSize, length) => formatPaginatorShowingRange(page, pageSize, length, "es"),
14592
14600
  },
14601
+ warning: {
14602
+ lowReliabilityTitle: "Nivel bajo de confiabilidad en la(s) prueba(s):",
14603
+ expirationLimitTitle: "El plazo de validez de la(s) prueba(s) está en el límite:",
14604
+ },
14605
+ table: {
14606
+ emptyTitle: "No se encontraron resultados",
14607
+ emptySubtitle: "",
14608
+ },
14593
14609
  validation: {
14594
14610
  cnpj: "CNPJ inválido",
14595
14611
  cpf: "CPF inválido",
@@ -14634,6 +14650,14 @@ const MAPA_UI_TEXTS_EN = {
14634
14650
  rangeLabel: (page, pageSize, length) => formatPaginatorRange(page, pageSize, length, "en"),
14635
14651
  showingRangeLabel: (page, pageSize, length) => formatPaginatorShowingRange(page, pageSize, length, "en"),
14636
14652
  },
14653
+ warning: {
14654
+ lowReliabilityTitle: "Low reliability level in test(s):",
14655
+ expirationLimitTitle: "The expiration date of the test(s) is approaching the limit:",
14656
+ },
14657
+ table: {
14658
+ emptyTitle: "No results found",
14659
+ emptySubtitle: "",
14660
+ },
14637
14661
  validation: {
14638
14662
  cnpj: "Invalid CNPJ",
14639
14663
  cpf: "Invalid CPF",