-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1fa483a
commit a76d058
Showing
11 changed files
with
26 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
#EXCEPTION MESSAGES | ||
OS-ADMIN-101-400=Invalid request status: {0} | ||
OS-ADMIN-201-404=Request not found by this id: {0} | ||
OS-ADMIN-SERVICE_UNAVAILABLE-503=The {0} service is currently unavailable. Please try again later | ||
OS-ADMIN-SECURITY=Security Exception: {0} | ||
OS-ADMIN-INTERNAL-500=Internal: {0} | ||
#SERVICE MESSAGES | ||
service.admin.change_status_request=Request to {0} {1} with id: {2} was successfully sent | ||
service.admin.toggle_account_lock_request=Request to set locked to: {0} of user with id: {1} was successfully sent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#EXCEPTION MESSAGES | ||
OS-LOGO-101-400=Logo upload failed: {0} | ||
OS-LOGO-102-400=Logo must have name | ||
OS-LOGO-INTERNAL-500=Internal: {0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
#EXCEPTION MESSAGES | ||
OS-MAIL-INTERNAL-500=Internal: {0} | ||
#SERVICE MESSAGES | ||
service.mail.rejected_registration_subject=Dear {0}! Your registration request were rejected! | ||
service.mail.accepted_registration_subject=Dear {0}! Your registration request were accepted! | ||
service.mail.confirm_mail_subject=Please, confirm your email address | ||
service.mail.registration_welcome_subject=Thank you for registration, {0}! | ||
OS-MAIL-INTERNAL-500=Internal: {0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#EXCEPTION MESSAGES | ||
OS-PURCHASE-101-404=Purchase not found with this id: {0} | ||
OS-PURCHASE-201-400=The customer does not have enough funds to purchase the product | ||
OS-PURCHASE-301-409=No products are currently available in stock | ||
OS-PURCHASE-SERVICE_UNAVAILABLE-503=The {0} service is currently unavailable. Please try again later | ||
OS-PURCHASE-INTERNAL-500=Internal: {0} | ||
OS-PURCHASE-SECURITY=Security Exception: {0} | ||
OS-PURCHASE-INTERNAL-500=Internal: {0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#EXCEPTION MESSAGES | ||
OS-REVIEW-101-400=A review with the same purchase ID: {0} already exists | ||
OS-REVIEW-SERVICE_UNAVAILABLE-503=The {0} service is currently unavailable. Please try again later | ||
OS-REVIEW-INTERNAL-500=Internal: {0} | ||
OS-REVIEW-SECURITY=Security Exception: {0} | ||
|
||
OS-REVIEW-INTERNAL-500=Internal: {0} | ||
#SERVICE MESSAGES | ||
service.review.deleted={0} reviews was successfully deleted |