orderiom-api-package 0.2.13 → 0.2.14
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
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"Restaurant_is_not_Open": "Das Restaurant ist nicht zur gewünschten Zeit geöffnet.",
|
|
107
107
|
"these_credentials_do_not_match": "Es wurde kein Benutzer mit diesem Profil gefunden",
|
|
108
108
|
"total_price_is_zero": "Gesamtpreis ist Null.",
|
|
109
|
-
"Your_total_price_cannot_be_less_than": "Ihr Gesamtpreis kann nicht niedriger sein als",
|
|
109
|
+
"Your_total_price_cannot_be_less_than": "Ihr Gesamtpreis kann nicht niedriger sein als {limit}",
|
|
110
110
|
"you_are_a_user_already": "Sie haben bereits ein Konto",
|
|
111
111
|
"code_invalid": "Code ungültig",
|
|
112
112
|
"code_expired": "Dieser Code ist abgelaufen",
|
|
@@ -133,5 +133,6 @@
|
|
|
133
133
|
"Password doesn't match": "Passwort nicht übereinstimmen",
|
|
134
134
|
"Please fill out this field": "Bitte füllen Sie dieses Feld aus",
|
|
135
135
|
"resources_have_been_reached": "Leider ist die maximale Bestellmenge erreicht. Aktuell können keine weiteren Bestellungen erfolgen. Bitte versuchen Sie es in paar Minuten nochmals. Vielen Dank für Ihr Verständnis.",
|
|
136
|
-
"request_submitted": "Ihre Anfrage wurde übermittelt!"
|
|
136
|
+
"request_submitted": "Ihre Anfrage wurde übermittelt!",
|
|
137
|
+
"restaurant_past_time": "Das Restaurant ist nicht zur gewünschten Zeit geöffnet."
|
|
137
138
|
}
|
package/src/messages/en-api.json
CHANGED
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"Restaurant_is_not_Open": "Restaurant is not Open at your desired Time.",
|
|
107
107
|
"these_credentials_do_not_match": "No user was found with this profile",
|
|
108
108
|
"total_price_is_zero": "total price is zero.",
|
|
109
|
-
"Your_total_price_cannot_be_less_than": "Your total price cannot be less than",
|
|
109
|
+
"Your_total_price_cannot_be_less_than": "Your total price cannot be less than {limit}",
|
|
110
110
|
"you_are_a_user_already": "Already have an account",
|
|
111
111
|
"code_invalid": "code invalid",
|
|
112
112
|
"code_expired": "this code expired",
|
|
@@ -133,5 +133,6 @@
|
|
|
133
133
|
"Password doesn't match": "Password doesn't match",
|
|
134
134
|
"Please fill out this field": "Please fill out this field",
|
|
135
135
|
"resources_have_been_reached": "Unfortunately, we have reached the maximum number of orders. please try again in some minutes. thanks for your understanding.",
|
|
136
|
-
"request_submitted": "your request has been submitted!"
|
|
136
|
+
"request_submitted": "your request has been submitted!",
|
|
137
|
+
"restaurant_past_time": "Restaurant is not open at your desired Time."
|
|
137
138
|
}
|