pcm-shared-components 2.1.381 → 2.1.382

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.
@@ -23,7 +23,12 @@
23
23
  "required_error_select_multiple": "Please select at least one option.",
24
24
  "required_error_number": "Please enter a number.",
25
25
  "required_error_date": "Please choose a date.",
26
- "required_error_yes_no": "Please choose Yes or No."
26
+ "required_error_yes_no": "Please choose Yes or No.",
27
+ "section_title": "Animals",
28
+ "animal_count": "{{count}} animal",
29
+ "animal_count_plural": "{{count}} animals",
30
+ "add_animal": "Add animal",
31
+ "required_information": "Required information"
27
32
  },
28
33
  "app": {
29
34
  "common": {
@@ -23,7 +23,12 @@
23
23
  "required_error_select_multiple": "Por favor, seleccione al menos una opción.",
24
24
  "required_error_number": "Por favor, ingrese un número.",
25
25
  "required_error_date": "Por favor, elija una fecha.",
26
- "required_error_yes_no": "Por favor, elija Sí o No."
26
+ "required_error_yes_no": "Por favor, elija Sí o No.",
27
+ "section_title": "Animales",
28
+ "animal_count": "{{count}} animal",
29
+ "animal_count_plural": "{{count}} animales",
30
+ "add_animal": "Agregar animal",
31
+ "required_information": "Información requerida"
27
32
  },
28
33
  "app": {
29
34
  "common": {
@@ -23,7 +23,12 @@
23
23
  "required_error_select_multiple": "Veuillez sélectionner au moins une option.",
24
24
  "required_error_number": "Veuillez entrer un nombre.",
25
25
  "required_error_date": "Veuillez choisir une date.",
26
- "required_error_yes_no": "Veuillez choisir Oui ou Non."
26
+ "required_error_yes_no": "Veuillez choisir Oui ou Non.",
27
+ "section_title": "Animaux",
28
+ "animal_count": "{{count}} animal",
29
+ "animal_count_plural": "{{count}} animaux",
30
+ "add_animal": "Ajouter un animal",
31
+ "required_information": "Informations requises"
27
32
  },
28
33
  "app": {
29
34
  "common": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.381",
3
+ "version": "2.1.382",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {