|
@@ -26,16 +26,22 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
|
|
|
static String m2(count) => "${count} Characters";
|
|
|
|
|
|
- static String m3(time) => "Not Approved on ${time}";
|
|
|
+ static String m3(name) => "Good Afternoon,${name}";
|
|
|
|
|
|
- static String m4(count, date) =>
|
|
|
+ static String m4(name) => "Good Evening,${name}";
|
|
|
+
|
|
|
+ static String m5(name) => "Good Morning,${name}";
|
|
|
+
|
|
|
+ static String m6(time) => "Not Approved on ${time}";
|
|
|
+
|
|
|
+ static String m7(count, date) =>
|
|
|
"You have ${count}x quota left (resets on ${date})";
|
|
|
|
|
|
- static String m5(time) => "Sent on ${time}";
|
|
|
+ static String m8(time) => "Sent on ${time}";
|
|
|
|
|
|
- static String m6(name) => "Thank you ${name}";
|
|
|
+ static String m9(name) => "Thank you ${name}";
|
|
|
|
|
|
- static String m7(name) => "Welcome ${name}";
|
|
|
+ static String m10(name) => "Welcome ${name}";
|
|
|
|
|
|
final messages = _notInlinedMessages(_notInlinedMessages);
|
|
|
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
|
@@ -182,6 +188,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("let\'s get started"),
|
|
|
"get_verification_code":
|
|
|
MessageLookupByLibrary.simpleMessage("Get Verification Code"),
|
|
|
+ "good_afternoon": m3,
|
|
|
+ "good_evening": m4,
|
|
|
+ "good_morning": m5,
|
|
|
"gourmet_pavilion":
|
|
|
MessageLookupByLibrary.simpleMessage("Gourmet Pavilion"),
|
|
|
"guest_mobile_number":
|
|
@@ -263,7 +272,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"next": MessageLookupByLibrary.simpleMessage("Next"),
|
|
|
"no": MessageLookupByLibrary.simpleMessage("No"),
|
|
|
"not_approved": MessageLookupByLibrary.simpleMessage("Not Approved"),
|
|
|
- "not_approved_on_sometime": m3,
|
|
|
+ "not_approved_on_sometime": m6,
|
|
|
"notes": MessageLookupByLibrary.simpleMessage("Notes"),
|
|
|
"notes_to_management":
|
|
|
MessageLookupByLibrary.simpleMessage("NOTES TO MANAGEMENT"),
|
|
@@ -331,7 +340,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"Your feedback has been successfully sent! We will reply to you as soon as possible! thank you!"),
|
|
|
"published_successfully":
|
|
|
MessageLookupByLibrary.simpleMessage("Published Successfully"),
|
|
|
- "quota_left_msg": m4,
|
|
|
+ "quota_left_msg": m7,
|
|
|
"rate_us": MessageLookupByLibrary.simpleMessage("Rate Us"),
|
|
|
"re_registration_of_1_vehicle_owner":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
@@ -370,7 +379,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"send_feedback": MessageLookupByLibrary.simpleMessage("Send FeedBack"),
|
|
|
"send_feedback_management": MessageLookupByLibrary.simpleMessage(
|
|
|
"If you would like more information,please send a feedback to the Management"),
|
|
|
- "send_on_sometime": m5,
|
|
|
+ "send_on_sometime": m8,
|
|
|
"send_sms_successful": MessageLookupByLibrary.simpleMessage(
|
|
|
"Sending SMS successfully, please enter SMS verification code"),
|
|
|
"sent": MessageLookupByLibrary.simpleMessage("Sent"),
|
|
@@ -420,7 +429,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("Terms & Conditions"),
|
|
|
"terms_of_service":
|
|
|
MessageLookupByLibrary.simpleMessage("Terms of Service"),
|
|
|
- "thank_you_name": m6,
|
|
|
+ "thank_you_name": m9,
|
|
|
"time_of_arrival":
|
|
|
MessageLookupByLibrary.simpleMessage("TIME OF ARRIVAL"),
|
|
|
"title": MessageLookupByLibrary.simpleMessage("Title"),
|
|
@@ -464,7 +473,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("Visitor Registration"),
|
|
|
"waiting_for_the_administrator": MessageLookupByLibrary.simpleMessage(
|
|
|
"Waiting for the administrator"),
|
|
|
- "welcome_name": m7,
|
|
|
+ "welcome_name": m10,
|
|
|
"who_are_owners":
|
|
|
MessageLookupByLibrary.simpleMessage("Who are owners?"),
|
|
|
"who_are_tenants":
|