chore: Update translations from Crowdin (#6283)

This commit is contained in:
Chatwoot Bot
2023-02-13 13:34:53 -08:00
committed by GitHub
parent 29025759d6
commit ff9cadc9a0
298 changed files with 1991 additions and 671 deletions

View File

@@ -35,6 +35,7 @@
"REMOVE_SELECTION": "선택 항목 제거",
"DOWNLOAD": "다운로드",
"UNKNOWN_FILE_TYPE": "알 수 없는 파일",
"SAVE_CONTACT": "Save",
"UPLOADING_ATTACHMENTS": "첨부 업로드 중...",
"SUCCESS_DELETE_MESSAGE": "Message deleted successfully",
"FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again",
@@ -132,6 +133,14 @@
"PLACEHOLDER": "Emails separated by commas",
"ERROR": "Please enter valid email addresses"
}
},
"UNDEFINED_VARIABLES": {
"TITLE": "Undefined variables",
"MESSAGE": "You have {undefinedVariablesCount} undefined variables in your message: {undefinedVariables}. Would you like to send the message anyway?",
"CONFIRM": {
"YES": "보내기",
"CANCEL": "취소"
}
}
},
"VISIBLE_TO_AGENTS": "개인 노트: 귀하와 귀하의 팀만 볼 수 있음",