chore: Enable Finnish, Indonesian languages (#1495)

Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
Co-authored-by: Michael (msmits2011)
Co-authored-by: pixpack
Co-authored-by: vfasoulas
Co-authored-by: korho
Co-authored-by: Yovan Lutfi Arya (Regerta)
This commit is contained in:
Sojan Jose
2020-12-08 00:05:07 +05:30
committed by GitHub
parent 594871ed96
commit 2880f4942a
84 changed files with 1867 additions and 602 deletions

View File

@@ -1,32 +1,32 @@
{
"REGISTER": {
"TRY_WOOT": "Register an account",
"TITLE": "Register",
"TERMS_ACCEPT": "By signing up, 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>",
"TRY_WOOT": "Luo tili",
"TITLE": "Rekisteröidy",
"TERMS_ACCEPT": "Rekisteröitymällä hyväksyt <a href=\"https://www.chatwoot.com/terms\">käyttöehdot & säännöt</a> sekä <a href=\"https://www.chatwoot.com/privacy-policy\">yksityisyydensuojan</a>",
"ACCOUNT_NAME": {
"LABEL": "Account Name",
"LABEL": "Tilin nimi",
"PLACEHOLDER": "Wayne Enterprises",
"ERROR": "Account Name is too short"
"ERROR": "Tilin nimi on liian lyhyt"
},
"EMAIL": {
"LABEL": "Email",
"LABEL": "Sähköposti",
"PLACEHOLDER": "bruce@wayne.enterprises",
"ERROR": "Email is invalid"
"ERROR": "Sähköposti ei ole kelvollinen"
},
"PASSWORD": {
"LABEL": "Password",
"PLACEHOLDER": "Password",
"ERROR": "Password is too short"
"LABEL": "Salasana",
"PLACEHOLDER": "Salasana",
"ERROR": "Salasana on liian lyhyt"
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirm Password",
"PLACEHOLDER": "Confirm Password",
"ERROR": "Password doesnot match"
"LABEL": "Vahvista salasana",
"PLACEHOLDER": "Vahvista salasana",
"ERROR": "Salasanat eivät täsmää"
},
"API": {
"SUCCESS_MESSAGE": "Registration Successfull",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
"SUCCESS_MESSAGE": "Rekisteröinti onnistui",
"ERROR_MESSAGE": "Yhteyden muodostaminen Woot-palvelimelle ei onnistunut, yritä myöhemmin uudelleen"
},
"SUBMIT": "Submit"
"SUBMIT": "Lähetä"
}
}