procurement-frontend2/messages/en.json
2024-08-28 11:21:16 +06:00

123 lines
4.2 KiB
JSON

{
"general": {
"date": "Date",
"address": "Address",
"status": "Status",
"description": "Description",
"reviews": "Reviews",
"rating": "Rating",
"review": "Review",
"write_comment": "Write Comment",
"search": "Search",
"search_for": "Search For",
"city": "City",
"added_roads": "Added Roads",
"broken_roads": "Broken Roads",
"accident_hotspots": "Accident Hotspots",
"local_defects": "Local Defects",
"repair_plans": "Repair Plans",
"repaired": "Repaired",
"fixed_local_defects": "Fixed Local Defects",
"news": "News",
"details": "Details",
"navigation": "Navigation",
"contacts": "Contacts",
"download_our_app": "Download our app",
"back": "Back",
"save": "Save",
"saving": "Saving",
"cancel": "Cancel",
"cancellation": "Cancellation",
"save_changes": "Save Changes",
"send": "Send",
"receive": "Receive",
"delete": "Delete",
"show_on_map": "Show on Map",
"author_of_appeal": "Author of Appeal",
"enter_city": "Enter City",
"page_not_found": "Page Not Found (404)",
"incorrect_address_or_nonexistent_page": "Incorrect Address or Nonexistent Page.",
"home": "Home",
"first_name": "First Name",
"last_name": "Last Name",
"email": "Email"
},
"disclaimer": {
"text": "This website is funded by the European Union. Its contents are the sole responsibility of Transparency International Kyrgyzstan and do not necessarily reflect the views of the European Union."
},
"navigation": {
"home": "Home",
"news": "News",
"profile": "Profile",
"login": "Login",
"tenders": "Tenders",
"contacts": "Contacts"
},
"home": {
"instructions": "Instructions",
"instructionsInfo": "In the instructions you can learn about your rights and obligations of government employees, familiarize yourself with the forms and samples of the necessary documents, find out the operating hours, addresses and telephone numbers of the necessary government organizations.",
"articles": "Articles",
"articlesBtn": "Read all articles"
},
"rights": {
"text": "All rights reserved"
},
"confirmEmail": {
"checkEmail": "Check your email",
"codeSent": "We sent the code by email",
"code": "Confirmation code",
"submitBtn": "Submit",
"resendIn": "Resend code via",
"resendBtn": "Resend code",
"error": "An error occurred"
},
"signIn": {
"login": "Login to your account",
"info": "Please enter your details",
"emailInp": "Enter email",
"password": "Password",
"passwordInp": "Enter password",
"error": "Invalid email or password",
"passwordForget": "Forgot your password?",
"loginBtn": "Login",
"loginGoogle": "Login with Google",
"noAccount": "Don't have an account yet?",
"register": "Register",
"emailFormat": "Invalid email format",
"passwordMin": "Password must be at least 8 characters long"
},
"forgotPasswordEmail": {
"enter": "Enter email",
"desc": "Enter your email and create a password recovery code",
"sendCode": "Get code",
"error": "An error occurred while sending the email",
"emailFormat": "Invalid email format",
"userNotFound": "User with this email was not found",
"serverError": "Server side error",
"errorOccured": "An unexpected error occurred"
},
"confirmCodeForgot": {
"enterCode": "Enter code",
"enterInfo": "Enter the code to reset and recover your password",
"code": "Confirmation code",
"getPassword": "Reset password",
"getCode": "Get code",
"min": "The verification code consists of 6 digits",
"incorrect": "Incorrect code",
"serverError": "Error on the server side",
"errorOccured": "An unexpected error occurred"
},
"resetCode": {
"enterPassword": "Enter new password",
"passInfo": "Password must contain at least 8 characters, 1 capital letter and a number",
"enterPass": "Enter password",
"repeatPassword": "Repeat password",
"repeatPass": "Repeat new password",
"save": "Save",
"noMatch": "Passwords do not match",
"serverError": "Error on the server side",
"noPassword": "Weak password, please avoid obvious passwords",
"errorOccured": "An unexpected error occurred"
}
}