Files
leadchat/app/javascript/dashboard/i18n/locale/ko/auditLogs.json
Jungu Lee b866886b55 feat(i18n): complete Korean (ko) translations to 100% coverage (#13583)
Translate all English strings to Korean across 41 frontend locale files
and 2 backend locale files. Add structurally missing keys and translate
existing keys that were left in English.

# Pull Request Template

## Description

Please include a summary of the change and issue(s) fixed. Also, mention
relevant motivation, context, and any dependencies that this change
requires.
Fixes # (issue)

## Type of change

Please delete options that are not relevant.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality not to work as expected)
- [ ] This change requires a documentation update

## How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration.


## Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [x] I have commented on my code, particularly in hard-to-understand
areas
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [x] Any dependent changes have been merged and published in downstream
modules

Co-authored-by: Sojan Jose <sojan@pepalo.com>
2026-03-16 16:54:26 -07:00

78 lines
3.7 KiB
JSON

{
"AUDIT_LOGS": {
"HEADER": "감사 로그",
"HEADER_BTN_TXT": "감사 로그 추가",
"LOADING": "감사 로그를 가져오는 중",
"DESCRIPTION": "감사 로그는 계정의 활동 기록을 유지하여 계정, 팀 또는 서비스를 추적하고 감사할 수 있도록 합니다.",
"LEARN_MORE": "감사 로그에 대해 알아보기",
"SEARCH_404": "이 쿼리와 일치하는 항목이 없습니다.",
"SIDEBAR_TXT": "<p><b>감사 로그</b> </p><p> 감사 로그는 Chatwoot 시스템의 이벤트 및 작업에 대한 기록입니다. </p>",
"LIST": {
"404": "이 계정에 사용 가능한 감사 로그가 없습니다.",
"TITLE": "감사 로그 관리",
"DESC": "감사 로그는 Chatwoot 시스템의 이벤트 및 작업에 대한 기록입니다.",
"TABLE_HEADER": {
"ACTIVITY": "활동",
"TIME": "시간",
"IP_ADDRESS": "IP 주소"
}
},
"API": {
"SUCCESS_MESSAGE": "감사 로그를 성공적으로 가져왔습니다.",
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없습니다. 나중에 다시 시도하십시오."
},
"DEFAULT_USER": "시스템",
"AUTOMATION_RULE": {
"ADD": "{agentName}님이 새 자동화 규칙을 생성했습니다 (#{id})",
"EDIT": "{agentName}님이 자동화 규칙을 업데이트했습니다 (#{id})",
"DELETE": "{agentName}님이 자동화 규칙을 삭제했습니다 (#{id})"
},
"ACCOUNT_USER": {
"ADD": "{agentName}님이 {invitee}님을 {role}(으)로 계정에 초대했습니다",
"EDIT": {
"SELF": "{agentName}님이 자신의 {attributes}을(를) {values}(으)로 변경했습니다",
"OTHER": "{agentName}님이 {user}님의 {attributes}을(를) {values}(으)로 변경했습니다",
"DELETED": "{agentName}님이 삭제된 사용자의 {attributes}을(를) {values}(으)로 변경했습니다"
}
},
"INBOX": {
"ADD": "{agentName}님이 새 받은 메시지함을 생성했습니다 (#{id})",
"EDIT": "{agentName}님이 받은 메시지함을 업데이트했습니다 (#{id})",
"DELETE": "{agentName}님이 받은 메시지함을 삭제했습니다 (#{id})"
},
"WEBHOOK": {
"ADD": "{agentName}님이 새 웹훅을 생성했습니다 (#{id})",
"EDIT": "{agentName}님이 웹훅을 업데이트했습니다 (#{id})",
"DELETE": "{agentName}님이 웹훅을 삭제했습니다 (#{id})"
},
"USER_ACTION": {
"SIGN_IN": "{agentName}님이 로그인했습니다",
"SIGN_OUT": "{agentName}님이 로그아웃했습니다"
},
"TEAM": {
"ADD": "{agentName}님이 새 팀을 생성했습니다 (#{id})",
"EDIT": "{agentName}님이 팀을 업데이트했습니다 (#{id})",
"DELETE": "{agentName}님이 팀을 삭제했습니다 (#{id})"
},
"MACRO": {
"ADD": "{agentName}님이 새 매크로를 생성했습니다 (#{id})",
"EDIT": "{agentName}님이 매크로를 업데이트했습니다 (#{id})",
"DELETE": "{agentName}님이 매크로를 삭제했습니다 (#{id})"
},
"INBOX_MEMBER": {
"ADD": "{agentName}님이 {user}님을 받은 메시지함(#{inbox_id})에 추가했습니다",
"REMOVE": "{agentName}님이 {user}님을 받은 메시지함(#{inbox_id})에서 제거했습니다"
},
"TEAM_MEMBER": {
"ADD": "{agentName}님이 {user}님을 팀(#{team_id})에 추가했습니다",
"REMOVE": "{agentName}님이 {user}님을 팀(#{team_id})에서 제거했습니다"
},
"ACCOUNT": {
"EDIT": "{agentName}님이 계정 구성을 업데이트했습니다 (#{id})"
},
"CONVERSATION": {
"DELETE": "{agentName}님이 대화 #{id}을(를) 삭제했습니다"
}
}
}