Comparing version 0.3.13 to 0.3.14
@@ -24,3 +24,4 @@ { | ||
"event-has-passed": "Event has already finished", | ||
"event-has-passed": "Event has already finished.", | ||
"event-cutoff": "The deadline to make a booking for this event has passed.", | ||
@@ -27,0 +28,0 @@ "proposal-cant-be-created-for-someone-else": "You can't create a proposal for someone else.", |
{ | ||
"aap-name-is-invalid": "Invalid app name", | ||
"administrator-email-is-required": "User email is required", | ||
"administrator-email-is-invalid": "Invalid user email", | ||
"administrator-full-name-is-required": "User full name is required", | ||
"administrator-full-name-gt-maxlength": "Invalid user contact name", | ||
"administrator-full-name-lt-minlength": "Invalid user contact name", | ||
@@ -23,16 +27,23 @@ "affiliate-company-name-is-required": "User company name is required", | ||
"activity-description-lt-minlength": "Invalid activity description", | ||
"activity-time-zone-is-required": "Time zone is required!", | ||
"activity-title-is-required": "Title is required", | ||
"activity-title-lt-minlength": "Invalid activity title", | ||
"activity-title-gt-maxlength": "Invalid activity title", | ||
"activity-time-zone-is-required": "Time zone is required!", | ||
"customer-does-not-exists": "Customer does not exist", | ||
"customer-email-is-invalid": "Customer email is invalid", | ||
"customer-email-is-required": "Customer email is required", | ||
"customer-full-name-is-required": "Customer full name is required", | ||
"customer-phone-number-is-required": "Customer phone number is required", | ||
"customer-full-name-is-required": "Customer full name is required", | ||
"customer-email-is-required": "Customer email is required", | ||
"customer-email-is-invalid": "Customer email is invalid", | ||
"contract-description-is-required": "Description is required", | ||
"contract-description-gt-maxlength": "Invalid contract description", | ||
"contract-description-lt-minlength": "Invalid contract description", | ||
"contract-title-is-required": "Title is required", | ||
"contract-title-lt-minlength": "Invalid contract title", | ||
"contract-title-gt-maxlength": "Invalid contract title", | ||
"coupon-amount-is-required": "Amount is required", | ||
"coupon-amount-gt-100-percent": "Amount should not be greater than 100%", | ||
"coupon-amount-lt-0": "Amount should be greater than zero", | ||
"coupon-amount-gt-100-percent": "Amount should not be greater than 100%", | ||
"coupon-currency-is-required": "Currency should be present when amount is not a percentage", | ||
@@ -45,2 +56,3 @@ "coupon-currency-unsupported": "Currency is not supported", | ||
"event-description-gt-maxlength": "Invalid event description", | ||
"event-end-time-is-invalid": "endTime is invalid", | ||
"event-max-occ-is-required": "max occupancy is required", | ||
@@ -55,27 +67,26 @@ "event-max-occ-is-not-integer": "Value should be an integer", | ||
"event-title-gt-maxlength": "Invalid event title", | ||
"event-end-time-is-invalid": "endTime is invalid", | ||
"event-start-time-is-invalid": "startTime is invalid", | ||
"guide-phone-number-is-required": "Guide phone number is required", | ||
"guide-full-name-is-required": "Guide full name is required", | ||
"guide-email-is-required": "Guide email is required", | ||
"guide-email-is-invalid": "Guide email is invalid", | ||
"guide-full-name-is-required": "Guide full name is required", | ||
"guide-phone-number-is-required": "Guide phone number is required", | ||
"operator-phone-number-is-required": "Invalid user phone", | ||
"operator-phone-number-is-invalid": "Invalid user phone", | ||
"operator-full-name-is-required": "User full name is required", | ||
"operator-company-name-is-required": "User company name is required", | ||
"operator-company-name-gt-maxlength": "Invalid user company name", | ||
"operator-company-name-lt-minlength": "Invalid user company name", | ||
"operator-role-is-required": "User role is required", | ||
"operator-domain-name-lt-minlength": "Invalid user domain", | ||
"operator-domain-name-gt-maxlength": "Invalid user domain", | ||
"operator-email-is-required": "User email is required", | ||
"operator-email-is-invalid": "Invalid user email", | ||
"operator-role-is-invalid": "Invalid user role", | ||
"operator-full-name-is-required": "User full name is required", | ||
"operator-full-name-gt-maxlength": "Invalid user contact name", | ||
"operator-full-name-lt-minlength": "Invalid user contact name", | ||
"operator-passwords-dont-match": "Passwords do not match", | ||
"operator-password-is-required": "Password cannot be blank", | ||
"operator-password-is-weak": "Password is too weak", | ||
"operator-domain-name-lt-minlength": "Invalid user domain", | ||
"operator-domain-name-gt-maxlength": "Invalid user domain", | ||
"operator-full-name-lt-minlength": "Invalid user contact name", | ||
"operator-full-name-gt-maxlength": "Invalid user contact name", | ||
"operator-phone-number-is-required": "Invalid user phone", | ||
"operator-phone-number-is-invalid": "Invalid user phone", | ||
"operator-role-is-invalid": "Invalid user role", | ||
"operator-role-is-required": "User role is required", | ||
@@ -82,0 +93,0 @@ "time-slot-days-running-is-invalid": "daysRunning is invalid", |
{ | ||
"name": "abl-lang", | ||
"title": "ABL - lang", | ||
"version": "0.3.13", | ||
"version": "0.3.14", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "description": "description", |
29866
682