@decaf-ts/for-angular 0.0.85 → 0.0.87
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/assets/i18n/ew/en.json
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
+
"errors": {
|
|
3
|
+
"gtin": {
|
|
4
|
+
"digits": "Gtin length is 14. you are missing {0} more digits.",
|
|
5
|
+
"checksum": "To be a valid gtin your next digit must be {0}",
|
|
6
|
+
"fallback": "Not a valid Gtin."
|
|
7
|
+
}
|
|
8
|
+
},
|
|
2
9
|
"component": {
|
|
3
10
|
"modal_diffs": {
|
|
4
11
|
"property": "Property",
|