orderiom-api-package 0.2.21 → 0.2.22
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 +1 -1
- package/src/messages/de-api.json +23 -2
- package/src/messages/en-api.json +23 -2
package/package.json
CHANGED
package/src/messages/de-api.json
CHANGED
|
@@ -136,5 +136,26 @@
|
|
|
136
136
|
"request_submitted": "Ihre Anfrage wurde übermittelt!",
|
|
137
137
|
"restaurant_past_time": "Das Restaurant ist nicht zur gewünschten Zeit geöffnet.",
|
|
138
138
|
"we have updates! please refresh.": "wir haben Updates! bitte aktualisieren.",
|
|
139
|
-
"invoice": "Auf Rechnung"
|
|
140
|
-
|
|
139
|
+
"invoice": "Auf Rechnung",
|
|
140
|
+
"pattern_name_is_required": "Mustername ist erforderlich.",
|
|
141
|
+
"pattern_name_is_duplicate": "Mustername ist doppelt.",
|
|
142
|
+
"pattern_start_time_is_required": "Die Startzeit des Musters ist erforderlich.",
|
|
143
|
+
"pattern_product_is_required": "Musterprodukt erforderlich.",
|
|
144
|
+
"pattern_product_should_be_array": "Musterprodukt sollte Array sein.",
|
|
145
|
+
"weekdays_is_required": "Wochentage erforderlich.",
|
|
146
|
+
"weekdays_should_be_array": "Wochentage sollten Array sein.",
|
|
147
|
+
"weekdays_does_not_exists": "Wochentage existiert nicht.",
|
|
148
|
+
"date_cannot_be_in_the_past": "Datum kann nicht in der Vergangenheit liegen.",
|
|
149
|
+
"the_end_date_cannot_be_less_than_the_start_date": "das Enddatum darf nicht kleiner als das Startdatum sein.",
|
|
150
|
+
"break_pattern_successfully_stoped": "Unterbrechungsmuster erfolgreich gestoppt.",
|
|
151
|
+
"break_pattern_successfully_updated": "Unterbrechungsmuster erfolgreich aktualisiert.",
|
|
152
|
+
"break_pattern_id_is_required": "Unterbrechungsmuster-ID ist erforderlich.",
|
|
153
|
+
"break_pattern_id_does_not_exist": "Unterbrechungsmuster-ID existiert nicht.",
|
|
154
|
+
"pattern_id_is_required": "Muster-ID ist erforderlich.",
|
|
155
|
+
"pattern_id_does_not_exist": "Muster-ID existiert nicht.",
|
|
156
|
+
"pattern_successfully_created": "Muster erfolgreich erstellt.",
|
|
157
|
+
"pattern_successfully_deleted": "Muster erfolgreich gelöscht.",
|
|
158
|
+
"pattern_successfully_updated": "Muster erfolgreich aktualisiert.",
|
|
159
|
+
"start_or_end_date_break_is_required": "Start oder Enddatum unterbrechung ist erforderlich."
|
|
160
|
+
|
|
161
|
+
}
|
package/src/messages/en-api.json
CHANGED
|
@@ -136,5 +136,26 @@
|
|
|
136
136
|
"request_submitted": "your request has been submitted!",
|
|
137
137
|
"restaurant_past_time": "Restaurant is not open at your desired Time.",
|
|
138
138
|
"we have updates! please refresh.": "we have updates! please refresh.",
|
|
139
|
-
"invoice": "invoice"
|
|
140
|
-
|
|
139
|
+
"invoice": "invoice",
|
|
140
|
+
"pattern_name_is_required": "pattern name is required.",
|
|
141
|
+
"pattern_name_is_duplicate": "pattern name is duplicate",
|
|
142
|
+
"pattern_start_time_is_required": "pattern start time is required.",
|
|
143
|
+
"pattern_product_is_required": "pattern product is required.",
|
|
144
|
+
"pattern_product_should_be_array": "pattern product should be array.",
|
|
145
|
+
"weekdays_is_required": "weekdays is required.",
|
|
146
|
+
"weekdays_should_be_array": "weekdays should be array.",
|
|
147
|
+
"weekdays_does_not_exists": "weekdays does not exists.",
|
|
148
|
+
"date_cannot_be_in_the_past": "date can't be in the past.",
|
|
149
|
+
"the_end_date_cannot_be_less_than_the_start_date": "the end date can't be less than the start date.",
|
|
150
|
+
"break_pattern_successfully_stoped": "break pattern successfully stopped.",
|
|
151
|
+
"break_pattern_successfully_updated": "break pattern successfully updated.",
|
|
152
|
+
"break_pattern_id_is_required": "break pattern id is required.",
|
|
153
|
+
"break_pattern_id_does_not_exist": "break pattern id does not exist.",
|
|
154
|
+
"pattern_id_is_required": "pattern id is required.",
|
|
155
|
+
"pattern_id_does_not_exist": "pattern id does not exist.",
|
|
156
|
+
"pattern_successfully_created": "pattern successfully created.",
|
|
157
|
+
"pattern_successfully_deleted": "pattern successfully deleted.",
|
|
158
|
+
"pattern_successfully_updated": "pattern successfully updated.",
|
|
159
|
+
"start_or_end_date_break_is_required": "start or end date break is required."
|
|
160
|
+
|
|
161
|
+
}
|