Files
leadchat/app/javascript/dashboard/i18n/locale/ko/signup.json
Shivam Mishra 2a832f8ed5 fix: parsing of @ in i18n values (#10334)
Vue i18n has a new [linked message
syntax.](https://vue-i18n.intlify.dev/guide/essentials/syntax.html#linked-messages)
When it encounters `@` it assumes that we're trying to use a linked
message. And tries to parse it as such, in any case, it breaks since the
syntax is not valid and the params are not present. So it causes an
error. This works on dev but on production the error is bubbled up to
the top and rendering breaks.

A lot of folks use Chatwoot with default locale set in the env, this
surfaced the issue for the languages for which the syntax was not
updated

Fixes: https://github.com/chatwoot/chatwoot/issues/10313
2024-10-22 15:43:01 +05:30

45 lines
1.8 KiB
JSON

{
"REGISTER": {
"TRY_WOOT": "Create an account",
"TITLE": "회원가입",
"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"
},
"COMPANY_NAME": {
"LABEL": "Company name",
"PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises",
"ERROR": "Company name is too short"
},
"FULL_NAME": {
"LABEL": "전체 이름",
"PLACEHOLDER": "전체 이름을 입력합니다. 예: Taeyeon Kim",
"ERROR": "계정 이름이 너무 짧음"
},
"EMAIL": {
"LABEL": "회사 이메일",
"PLACEHOLDER": "회사 이메일 주소를 입력하세요. 예: taeyeon{'@'}girls.generation",
"ERROR": "Please enter a valid work email address"
},
"PASSWORD": {
"LABEL": "비밀번호",
"PLACEHOLDER": "비밀번호",
"ERROR": "비밀번호가 너무 짧음",
"IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character"
},
"CONFIRM_PASSWORD": {
"LABEL": "비밀번호 확인",
"PLACEHOLDER": "비밀번호 확인",
"ERROR": "비밀번호가 일치하지 않음"
},
"API": {
"SUCCESS_MESSAGE": "등록 성공",
"ERROR_MESSAGE": "Woot Server에 연결할 수 없음. 나중에 다시 시도하십시오."
},
"SUBMIT": "Create account",
"HAVE_AN_ACCOUNT": "이미 계정이 있습니까?"
}
}