This commit is contained in:
Linus Rath
2026-04-14 14:30:22 +02:00
24 changed files with 475 additions and 187 deletions
+15 -15
View File
@@ -657,7 +657,7 @@
"filters": "필터",
"templates": "템플릿",
"folders": "폴더",
"keywords": "키워드",
"keywords": "태그",
"security": "보안",
"files": "파일",
"contacts": "연락처",
@@ -725,23 +725,23 @@
}
},
"keywords": {
"title": "이메일 키워드",
"description": "이메일을 분류할 키워드(라벨/태그)설정해 보세요. 설정한 키워드는 서버에 저장돼요.",
"add_keyword": "키워드 추가",
"title": "이메일 태그",
"description": "색상으로 이메일을 정리하기 위한 태그를 정의합니다. 서버에 JMAP 키워드로 저장됩니다.",
"add_keyword": "태그 추가",
"reset_defaults": "기본값으로 초기화",
"label_field": "표시 이름",
"label_placeholder": "예: 업무, 개인, 긴급",
"id_field": "키워드 ID",
"id_field": "태그 ID",
"id_placeholder": "예: work, personal",
"color_field": "색상",
"id_exists": "이미 존재하는 키워드 ID예요",
"edit": "키워드 수정",
"delete": "키워드 삭제",
"id_exists": "이 태그 ID는 이미 존재합니다",
"edit": "태그 편집",
"delete": "태그 삭제",
"save": "저장",
"add": "추가",
"cancel": "취소",
"migrating": "기존 이메일의 키워드를 업데이트하는 중...",
"migration_error": "기존 이메일의 키워드를 업데이트하지 못했어요"
"migrating": "기존 이메일의 태그 업데이트 중…",
"migration_error": "기존 이메일의 태그 업데이트에 실패했습니다"
},
"notifications": {
"test_sound": "알림음 테스트",
@@ -1337,7 +1337,7 @@
"forward": "다음으로 전달",
"mark_read": "읽은 상태로 표시",
"star": "별표 달기",
"add_label": "라벨(태그) 추가",
"add_label": "태그 추가",
"discard": "삭제 (조용히 지움)",
"reject": "메시지와 함께 수신 거부",
"keep": "받은편지함에 유지",
@@ -1349,8 +1349,8 @@
"forward_placeholder": "email@example.com",
"reject_message": "거부 메시지",
"reject_placeholder": "메일 수신이 거부되었습니다",
"label_name": "라벨 이름",
"label_placeholder": "예: important",
"label_name": "태그 이름",
"label_placeholder": "태그 선택",
"header_name": "헤더 이름",
"header_placeholder": "예: X-Mailing-List",
"size_bytes": "크기 (바이트)",
@@ -1524,8 +1524,8 @@
"delete": "삭제",
"mark_as_spam": "스팸 신고",
"not_spam": "정상 메일",
"color_tag": "라벨 지정",
"remove_color": "라벨 제거",
"color_tag": "태그",
"remove_color": "태그 제거",
"items_selected": "{count}개의 메일 선택됨",
"edit_draft": "임시보관 메일 수정"
},