chore: Update translations (#12555)

This commit is contained in:
Chatwoot Bot
2025-10-02 05:54:12 -07:00
committed by GitHub
parent 66cfef9298
commit c29a08f0ca
156 changed files with 833 additions and 209 deletions

View File

@@ -227,6 +227,13 @@
"YES": "보내기",
"CANCEL": "취소"
}
},
"QUOTED_REPLY": {
"ENABLE_TOOLTIP": "Include quoted email thread",
"DISABLE_TOOLTIP": "Don't include quoted email thread",
"REMOVE_PREVIEW": "Remove quoted email thread",
"COLLAPSE": "Collapse preview",
"EXPAND": "Expand preview"
}
},
"VISIBLE_TO_AGENTS": "개인 노트: 귀하와 귀하의 팀만 볼 수 있음",

View File

@@ -24,7 +24,7 @@
"CREATE_NEW_ACCOUNT": "계정 생성",
"SUBMIT": "로그인",
"SAML": {
"LABEL": "Log in via SSO",
"LABEL": "Login via SSO",
"TITLE": "Initiate Single Sign-on (SSO)",
"SUBTITLE": "Enter your work email to access your organization",
"BACK_TO_LOGIN": "Login via Password",

View File

@@ -27,15 +27,20 @@
"LABEL": "비밀번호",
"PLACEHOLDER": "비밀번호",
"ERROR": "비밀번호가 너무 짧음",
"IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character"
"IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character",
"REQUIREMENTS_LENGTH": "At least 6 characters long",
"REQUIREMENTS_UPPERCASE": "At least one uppercase letter",
"REQUIREMENTS_LOWERCASE": "At least one lowercase letter",
"REQUIREMENTS_NUMBER": "At least one number",
"REQUIREMENTS_SPECIAL": "At least one special character"
},
"CONFIRM_PASSWORD": {
"LABEL": "비밀번호 확인",
"PLACEHOLDER": "비밀번호 확인",
"ERROR": "비밀번호가 일치하지 않음"
"ERROR": "비밀번호가 일치하지 않음."
},
"API": {
"SUCCESS_MESSAGE": "등록 성공",
"SUCCESS_MESSAGE": "Registration Successful",
"ERROR_MESSAGE": "Woot Server에 연결할 수 없음. 나중에 다시 시도하십시오."
},
"SUBMIT": "Create account",