diff options
Diffstat (limited to 'i18n/locales/en/translation.json')
| -rw-r--r-- | i18n/locales/en/translation.json | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/i18n/locales/en/translation.json b/i18n/locales/en/translation.json new file mode 100644 index 00000000..99ac1acc --- /dev/null +++ b/i18n/locales/en/translation.json @@ -0,0 +1,75 @@ +{ + "verifyYourEmailTitle": "Verify your email to sign in", + "greeting": "Hello", + "receivedSignInAttempt": "We have received a sign-in attempt from {{location}}.", + "enterCodeInstruction": "To complete the sign-in process; enter the 6-digit code in the original window, or enter it in a new one by going to the link below:", + "securityWarning": "If you didn't attempt to sign in but received this email, or if the location doesn't match, please ignore this email. Don't share or forward the 6-digit code with anyone. Our customer service will never ask for it. Do not read this code out loud. Be cautious of phishing attempts and always verify the sender and domain (shi.com) before acting. If you are concerned about your account's safety, please visit our Help page to get in touch with us.", + "Filters":"Filters", + "nofilters":"No filters applied", + "addfilters":"Add filters to refine your results.", + "Where":"Where", + "noFields":"No fields found.", + "searchFileds":"Search fields...", + "resetFilters":"Reset filters", + "addFilter":"Add filter", + "filterInputPlaceholder":"Enter a value...", + "Contains":"Contains", + "Does not contain":"Does not contain", + "Is":"Is", + "Is not":"Is not", + "Is empty":"Is empty", + "Is not empty":"Is not empty", + "Is less than":"Is less than", + "Is less than or equal to":"Is less than or equal to", + "Is greater than":"Is greater than", + "Is greater than or equal to":"Is greater than or equal to", + "Is before":"Is before", + "Is after": "Is after", + "Is on or before":"Is on or before", + "Is on or after": "Is on or after", + "Is between":"Is between", + "Is relative to today":"Is relative to today", + "And":"And", + "Or":"Or", + "Asc":"Asc", + "Desc":"Desc", + "Select options":" Select options...", + + "adminCreated": { + "title": "eVCP Admin Account Created", + "greeting": "Hello", + "body1": "Your Admin account has been created successfully. You can now access eVCP via the link below.", + "loginCTA": "Go to Login", + "supportMsg": "If you have any questions, please contact support or your administrator at any time.", + "footerDisclaimer": "This email was sent automatically from the eVCP system. If you received it by mistake, please contact customer support." + }, + + "adminEmailChanged": { + "title": "Your Admin Email Has Been Updated", + "greeting": "Hello", + "body": { + "intro": "We noticed that your admin email address has recently changed.", + "oldEmail": "Old Email", + "newEmail": "New Email" + }, + "loginCTA": "Go to Login", + "supportMsg": "If you have any questions, please contact support or your administrator.", + "footerDisclaimer": "This is an automated email from eVCP. If you received this email by mistake, please contact support." + }, + "rfqInvite": { + "title": "RFQ Invitation", + "heading": "Invitation to RFQ", + "greeting": "Hello", + "bodyIntro": "We are pleased to invite you to the following project:", + "projectName": "Project Name", + "projectCode": "Project Code", + "dueDate": "Due Date", + "description": "Description", + "itemListTitle": "Below is the list of requested items:", + "moreDetail": "For more details, please log in to our portal.", + "viewButton": "View RFQ", + "supportMsg": "If you have any questions, please contact us at your earliest convenience.", + "footerDisclaimer": "This email was sent automatically. Please do not reply." + } + + }
\ No newline at end of file |
