orderiom-api-package 0.2.23 → 0.2.26
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
package/src/messages/de-api.json
CHANGED
|
@@ -157,5 +157,6 @@
|
|
|
157
157
|
"pattern_successfully_deleted": "Muster erfolgreich gelöscht.",
|
|
158
158
|
"pattern_successfully_updated": "Muster erfolgreich aktualisiert.",
|
|
159
159
|
"start_or_end_date_break_is_required": "Start oder Enddatum unterbrechung ist erforderlich.",
|
|
160
|
-
"pattern_is_required": "Sie müssen Ihrem Muster Produkte hinzufügen."
|
|
160
|
+
"pattern_is_required": "Sie müssen Ihrem Muster Produkte hinzufügen.",
|
|
161
|
+
"newsletter_successfully_added": "Ihre E-Mail wurde erfolgreich hinzugefügt."
|
|
161
162
|
}
|
package/src/messages/en-api.json
CHANGED
|
@@ -157,5 +157,6 @@
|
|
|
157
157
|
"pattern_successfully_deleted": "pattern successfully deleted.",
|
|
158
158
|
"pattern_successfully_updated": "pattern successfully updated.",
|
|
159
159
|
"start_or_end_date_break_is_required": "start or end date break is required.",
|
|
160
|
-
"pattern_is_required": "you have to add products to your pattern."
|
|
160
|
+
"pattern_is_required": "you have to add products to your pattern.",
|
|
161
|
+
"newsletter_successfully_added": "Your email has been added successfuly."
|
|
161
162
|
}
|
package/src/modules/auth.js
CHANGED