Rearranged Queue Manager + Ukraine Flag fix
This commit is contained in:
@@ -141,7 +141,6 @@
|
||||
"credentials_transport_warning": "<b>Warning</b>: Adding a new transport map entry will update the credentials for all entries with a matching nexthop column.",
|
||||
"customer_id": "고객 ID",
|
||||
"customize": "사용자 정의",
|
||||
"delete_queue": "전부 삭제",
|
||||
"destination": "목적지",
|
||||
"dkim_add_key": "ARC/DKIM key 추가",
|
||||
"dkim_domains_selector": "선택기",
|
||||
@@ -174,7 +173,6 @@
|
||||
"f2b_retry_window": "최대 시도 횟수",
|
||||
"f2b_whitelist": "화이트리스트에 저장된 네트워크/호스트",
|
||||
"filter_table": "필터 테이블",
|
||||
"flush_queue": "큐 비우기",
|
||||
"forwarding_hosts": "포워딩 호스트",
|
||||
"forwarding_hosts_add_hint": "IPv4/IPv6 주소, CIDR 방식의 네트워크, 호스트 이름 (IP 주소로 확인된 호스트 이름), 또는 도메인 이름 (SPF 레코드를 쿼리하거나 MX레코드가 없는 경우 IP 주소로 확인된 도메인 이름)을 지정할 수 있습니다.",
|
||||
"forwarding_hosts_hint": "수신된 메시지는 여기에 나열된 모든 호스트에 무조건 허용됩니다. 받은 다음에 이 호스트들은 DNSML에 대해 검사되지 않거나 그레이리스트에 포함되지 않습니다. 이들에게서 받은 스팸은 절대 거부되지 않지만, 선택적으로 정크 폴더에 저장될 수 있습니다. 일반적으로 수신받은 메일을 mailcow 서버로 전달하는 메일 서버를 지정하는 용도로 사용됩니다.",
|
||||
@@ -230,13 +228,6 @@
|
||||
"quarantine_release_format_att": "첨부 파일",
|
||||
"quarantine_release_format_raw": "수정되지 않은 원본",
|
||||
"quarantine_retention_size": "메일함당 보관:<br><small>0은 <b>비활성</b>을 나타냅니다.</small>",
|
||||
"queue_ays": "현재 대기열에서 모든 항목을 삭제할지 확인하십시오.",
|
||||
"queue_deliver_mail": "Deliver",
|
||||
"queue_hold_mail": "Hold",
|
||||
"queue_manager": "대기열 관리자",
|
||||
"queue_unban": "대기열 밴 해제",
|
||||
"queue_unhold_mail": "Unhold",
|
||||
"queue_show_message": "메시지 표시",
|
||||
"quota_notification_html": "알림 이메일 탬플릿:<br><small>없으면 기본 템플릿이 복구됩니다.</small>",
|
||||
"quota_notification_sender": "이메일 발신자 알림",
|
||||
"quota_notification_subject": "이메일 주제 알림",
|
||||
@@ -572,7 +563,7 @@
|
||||
"administration": "Configuration & Details",
|
||||
"apps": "Apps",
|
||||
"debug": "System Information",
|
||||
"mailboxes": "Mail Setup",
|
||||
"email": "E-Mail",
|
||||
"mailcow_config": "Configuration",
|
||||
"quarantine": "Quarantine",
|
||||
"restart_netfilter": "Restart netfilter",
|
||||
@@ -774,6 +765,17 @@
|
||||
"text_plain_content": "내용 (text/plain)",
|
||||
"toggle_all": "선택 반전"
|
||||
},
|
||||
"queue": {
|
||||
"delete_queue": "전부 삭제",
|
||||
"flush_queue": "큐 비우기",
|
||||
"queue_ays": "현재 대기열에서 모든 항목을 삭제할지 확인하십시오.",
|
||||
"queue_deliver_mail": "Deliver",
|
||||
"queue_hold_mail": "Hold",
|
||||
"queue_manager": "대기열 관리자",
|
||||
"queue_unban": "대기열 밴 해제",
|
||||
"queue_unhold_mail": "Unhold",
|
||||
"queue_show_message": "메시지 표시"
|
||||
},
|
||||
"start": {
|
||||
"help": "Show/Hide help panel",
|
||||
"imap_smtp_server_auth_info": "Please use your full email address and the PLAIN authentication mechanism.<br>\r\nYour login data will be encrypted by the server-side mandatory encryption.",
|
||||
|
Reference in New Issue
Block a user