chore: Update translations (#6999)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Chatwoot Bot
2023-04-28 07:58:03 -07:00
committed by GitHub
parent 02c467b6db
commit be3c75e858
611 changed files with 4830 additions and 2339 deletions

View File

@@ -1,44 +1,44 @@
{
"REGISTER": {
"TRY_WOOT": "Create an account",
"TITLE": "Register",
"TRY_WOOT": "Sukurti paskyrą",
"TITLE": "Registras",
"TESTIMONIAL_HEADER": "All it takes is one step to move forward",
"TESTIMONIAL_CONTENT": "You're one step away from engaging your customers, retaining them and finding new ones.",
"TERMS_ACCEPT": "By creating an account, you agree to our <a href=\"https://www.chatwoot.com/terms\">T & C</a> and <a href=\"https://www.chatwoot.com/privacy-policy\">Privacy policy</a>",
"OAUTH": {
"GOOGLE_SIGNUP": "Sign up with Google"
"GOOGLE_SIGNUP": "Užsiregistruoti su Google"
},
"COMPANY_NAME": {
"LABEL": "Company name",
"PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises",
"ERROR": "Company name is too short"
"LABEL": "Įmonės pavadinimas",
"PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises",
"ERROR": "Įmonės vardas pertrumpas."
},
"FULL_NAME": {
"LABEL": "Full name",
"PLACEHOLDER": "Enter your full name. eg: Bruce Wayne",
"ERROR": "Full name is too short"
"LABEL": "Pilnas vardas",
"PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne",
"ERROR": "Pilnas vardas per trumpas."
},
"EMAIL": {
"LABEL": "Work email",
"PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises",
"ERROR": "Please enter a valid work email address"
"LABEL": "Darbinis el. paštas",
"PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises",
"ERROR": "Please enter a valid work email address."
},
"PASSWORD": {
"LABEL": "Password",
"PLACEHOLDER": "Password",
"ERROR": "Password is too short",
"IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character"
"LABEL": "Slaptažodis",
"PLACEHOLDER": "Slaptažodis",
"ERROR": "Slaptažodis yra pertrumpas.",
"IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character."
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirm Password",
"PLACEHOLDER": "Confirm Password",
"ERROR": "Password doesnot match"
"LABEL": "Patvirtinti slaptažodį",
"PLACEHOLDER": "Patvirtinti slaptažodį",
"ERROR": "Password doesnot match."
},
"API": {
"SUCCESS_MESSAGE": "Registration Successfull",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
},
"SUBMIT": "Create account",
"HAVE_AN_ACCOUNT": "Already have an account?"
"SUBMIT": "Sukurti paskyrą",
"HAVE_AN_ACCOUNT": "Jau turi prisijungimo paskyrą?"
}
}