@cobre-npm/library-onboarding-core 0.1.7 → 0.1.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/library-onboarding-core",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Shared configurations and resources for onboarding MFEs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -38,5 +38,13 @@
38
38
  "confirmRemoveDescription": "Are you sure you want to remove this person? This action cannot be undone.",
39
39
  "confirmRemoveYes": "Remove",
40
40
  "confirmRemoveNo": "Cancel"
41
+ },
42
+ "personMatch": {
43
+ "continueAsNew": "Continue with \"{value}\" as a new name"
44
+ },
45
+ "corporateEntities": {
46
+ "legal_representatives": "Legal Representatives",
47
+ "beneficial_owners": "Beneficial Owners",
48
+ "maximal_controllers": "Maximal Controllers"
41
49
  }
42
50
  }
@@ -38,5 +38,13 @@
38
38
  "confirmRemoveDescription": "¿Estás seguro de que deseas eliminar esta persona? Esta acción no se puede deshacer.",
39
39
  "confirmRemoveYes": "Eliminar",
40
40
  "confirmRemoveNo": "Cancelar"
41
+ },
42
+ "personMatch": {
43
+ "continueAsNew": "Continuar con \"{value}\" como nombre nuevo"
44
+ },
45
+ "corporateEntities": {
46
+ "legal_representatives": "Representantes Legales",
47
+ "beneficial_owners": "Beneficiarios Finales",
48
+ "maximal_controllers": "Controladores Máximos"
41
49
  }
42
50
  }