fix: add missing lang texts, feat: add ukrainian lang, add flags
This commit is contained in:
+37
-14
@@ -496,10 +496,10 @@
|
||||
"smime_unlock_button": "잠금 해제",
|
||||
"smime_passphrase_placeholder": "비밀번호",
|
||||
"forgot_attachment": {
|
||||
"title": "Did you forget an attachment?",
|
||||
"message": "Your message mentions \"{keyword}\" but no file is attached. Send anyway?",
|
||||
"send_anyway": "Send anyway",
|
||||
"back": "Back to editing"
|
||||
"title": "첨부 파일을 잊으셨나요?",
|
||||
"message": "메시지에 \"{keyword}\"이(가) 언급되어 있지만 파일이 첨부되지 않았습니다. 그래도 보내시겠습니까?",
|
||||
"send_anyway": "그래도 보내기",
|
||||
"back": "편집으로 돌아가기"
|
||||
}
|
||||
},
|
||||
"confirm_dialog": {
|
||||
@@ -612,7 +612,25 @@
|
||||
"switch_to_dutch": "네덜란드어로 변경",
|
||||
"switch_to_portuguese": "포르투갈어로 변경",
|
||||
"switch_to_russian": "러시아어로 변경",
|
||||
"switching": "언어를 변경하는 중..."
|
||||
"switching": "언어를 변경하는 중...",
|
||||
"switch": "언어 변경",
|
||||
"current": "현재 언어",
|
||||
"polish": "Polski",
|
||||
"switch_to_polish": "폴란드어로 전환",
|
||||
"en": "English",
|
||||
"fr": "Français",
|
||||
"de": "Deutsch",
|
||||
"es": "Español",
|
||||
"it": "Italiano",
|
||||
"ja": "日本語",
|
||||
"ko": "한국어",
|
||||
"lv": "Latviešu",
|
||||
"nl": "Nederlands",
|
||||
"pl": "Polski",
|
||||
"pt": "Português",
|
||||
"ru": "Русский",
|
||||
"uk": "Українська",
|
||||
"zh": "简体中文"
|
||||
},
|
||||
"settings": {
|
||||
"title": "설정",
|
||||
@@ -893,7 +911,10 @@
|
||||
"remove": "삭제",
|
||||
"close": "닫기",
|
||||
"invalid_email": "올바른 이메일 주소를 입력해 주세요",
|
||||
"already_added": "이미 신뢰하는 보낸 사람으로 추가되어 있어요"
|
||||
"already_added": "이미 신뢰하는 보낸 사람으로 추가되어 있어요",
|
||||
"save_error": "저장에 실패했습니다 - 자세한 내용은 연락처 디버그 로그를 확인하세요",
|
||||
"use_address_book_label": "주소록과 동기화",
|
||||
"use_address_book_description": "신뢰 발신자를 전용 \"신뢰 발신자\" 주소록에 저장하여 모든 기기에서 동기화합니다"
|
||||
},
|
||||
"hover_actions": {
|
||||
"label": "빠른 호버 액션",
|
||||
@@ -922,13 +943,13 @@
|
||||
"error": "이 브라우저에서는 이 기능을 지원하지 않아요"
|
||||
},
|
||||
"attachment_reminder": {
|
||||
"label": "Attachment Reminder",
|
||||
"description": "Warn before sending when your message mentions attachments but none are attached",
|
||||
"keywords_label": "Trigger keywords",
|
||||
"keywords_description": "Words or phrases that trigger the reminder when found in your message",
|
||||
"add_placeholder": "Add keyword...",
|
||||
"label": "첨부 파일 알림",
|
||||
"description": "메시지에 첨부 파일이 언급되었지만 첨부되지 않은 경우 보내기 전에 경고합니다",
|
||||
"keywords_label": "트리거 키워드",
|
||||
"keywords_description": "메시지에서 발견되면 알림을 표시하는 단어 또는 구문",
|
||||
"add_placeholder": "키워드 추가...",
|
||||
"add": "Add",
|
||||
"remove": "Remove"
|
||||
"remove": "삭제"
|
||||
}
|
||||
},
|
||||
"composer": {
|
||||
@@ -1197,7 +1218,9 @@
|
||||
"email": "이메일 보기",
|
||||
"email_description": "이메일 렌더링, TNEF 처리 및 읽음 표시",
|
||||
"push": "푸시 알림",
|
||||
"push_description": "푸시 알림 설정 및 전송"
|
||||
"push_description": "푸시 알림 설정 및 전송",
|
||||
"contacts": "연락처 및 주소록",
|
||||
"contacts_description": "연락처 동기화, 주소록 작업, 신뢰 발신자"
|
||||
},
|
||||
"settings_sync": {
|
||||
"label": "설정 동기화",
|
||||
@@ -2511,4 +2534,4 @@
|
||||
"quota_title": "저장 공간 사용량",
|
||||
"quota_desc": "편지함 용량을 여기서 확인하세요. 공간을 많이 쓸수록 원이 점점 채워질 거예요."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user