tickera-angular-components 0.0.1-dev.55 → 0.0.1-dev.57
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/i18n/en.json
CHANGED
|
@@ -19,6 +19,13 @@
|
|
|
19
19
|
"5": "Friday",
|
|
20
20
|
"6": "Saturday",
|
|
21
21
|
"7": "Sunday"
|
|
22
|
+
},
|
|
23
|
+
"documentTypes": {
|
|
24
|
+
"cc": "National Identity Card",
|
|
25
|
+
"ce": "Foreigner's Identity Card",
|
|
26
|
+
"nit": "Tax Identification Number (NIT)",
|
|
27
|
+
"pp": "Passport",
|
|
28
|
+
"ti": "Identity Card"
|
|
22
29
|
}
|
|
23
30
|
},
|
|
24
31
|
"fileUpload": {
|
package/i18n/es.json
CHANGED
|
@@ -19,6 +19,13 @@
|
|
|
19
19
|
"5": "Viernes",
|
|
20
20
|
"6": "Sábado",
|
|
21
21
|
"7": "Domingo"
|
|
22
|
+
},
|
|
23
|
+
"documentTypes": {
|
|
24
|
+
"cc": "Cedula de ciudadania",
|
|
25
|
+
"ce": "Cedula de extrangería",
|
|
26
|
+
"nit": "NIT",
|
|
27
|
+
"pp": "Pasaporte",
|
|
28
|
+
"ti": "Tarjeta de identidad"
|
|
22
29
|
}
|
|
23
30
|
},
|
|
24
31
|
"fileUpload": {
|