New translations translation.json (Korean)

This commit is contained in:
AkiraFukushima 2019-11-19 01:00:06 +09:00
parent d2e9bce808
commit 3f49c03eb1
1 changed files with 346 additions and 254 deletions

View File

@ -2,364 +2,456 @@
"main_menu": { "main_menu": {
"application": { "application": {
"name": "Whalebird", "name": "Whalebird",
"about": "Whalebird 에 대하여", "about": "About Whalebird",
"preferences": "설정", "preferences": "Preferences...",
"services": "서비스", "services": "Services",
"hide": "Whalebird 숨기기", "hide": "Hide Whalebird",
"hide_others": "나머지 숨기기", "hide_others": "Hide Others",
"show_all": "모두 보이기", "show_all": "Show All",
"open": "창 열기", "open": "Open Window",
"quit": "나가기" "quit": "Quit"
}, },
"toot": { "toot": {
"name": "", "name": "Toot",
"new": "새 툿" "new": "New Toot"
}, },
"edit": { "edit": {
"name": "수정", "name": "Edit",
"undo": "되돌리기", "undo": "Undo",
"redo": "다시 실행", "redo": "Redo",
"cut": "잘라내기", "cut": "Cut",
"copy": "복사", "copy": "Copy",
"paste": "붙여넣기", "paste": "Paste",
"select_all": "모두 선택" "select_all": "Select All"
}, },
"view": { "view": {
"name": "보이기", "name": "View",
"toggle_full_screen": "전체화면 토글" "toggle_full_screen": "Toggle Full Screen"
}, },
"window": { "window": {
"name": "", "name": "Window",
"close": "창 닫기", "close": "Close Window",
"open": "창 열기", "open": "Open Window",
"minimize": "최소화", "minimize": "Minimize",
"jump_to": "이동" "jump_to": "Jump to"
} }
}, },
"global_header": { "global_header": {
"add_new_account": "계정 추가" "add_new_account": "Add new account"
}, },
"side_menu": { "side_menu": {
"profile": "프로필", "profile": "Profile",
"show_profile": "프로필 보기", "show_profile": "Show profile",
"edit_profile": "프로필 수정", "edit_profile": "Edit profile",
"settings": "설정", "settings": "Settings",
"collapse": "접기", "collapse": "Collapse",
"expand": "펼치기", "expand": "Expand",
"home": "홈", "home": "Home",
"notification": "알림", "notification": "Notification",
"direct": "메세지", "mention": "Mention",
"favourite": "즐겨찾기", "direct": "Direct messages",
"local": "로컬", "follow_requests": "Follow Requests",
"public": "연합", "favourite": "Favourite",
"hashtag": "해시태그", "local": "Local timeline",
"search": "검색", "public": "Public timeline",
"lists": "리스트" "hashtag": "Hashtag",
"search": "Search",
"lists": "Lists"
}, },
"header_menu": { "header_menu": {
"home": "홈", "home": "Home",
"notification": "알림", "notification": "Notification",
"favourite": "즐겨찾기", "mention": "Mention",
"direct_messages": "메세지", "favourite": "Favourite",
"local": "로컬", "follow_requests": "Follow Requests",
"public": "연합", "direct_messages": "Direct Messages",
"hashtag": "해시태그", "local": "Local timeline",
"search": "검색", "public": "Public timeline",
"lists": "리스트", "hashtag": "Hashtag",
"members": "멤버", "search": "Search",
"lists": "Lists",
"members": "Members",
"filter": { "filter": {
"title": "필터", "title": "Filter",
"placeholder": "정규식으로 필터링", "placeholder": "Filter out by regular expressions",
"show_reblogs": "부스트 표시", "show_dms": "Show direct messages",
"show_replies": "답글 표시", "show_reblogs": "Show reblogs",
"apply": "적용" "show_replies": "Show replies",
"apply": "Apply"
}, },
"new_toot": "", "new_toot": "Toot",
"reload": "새로고침", "reload": "Reload",
"settings": "설정" "settings": "Settings"
}, },
"settings": { "settings": {
"title": "설정", "title": "Settings",
"general": { "general": {
"title": "일반", "title": "General",
"toot": { "toot": {
"title": "", "title": "Toot",
"visibility": { "visibility": {
"description": "툿의 기본 공개범위를 변경합니다.", "description": "Customize default visibility of toot.",
"public": "공개", "public": "Public",
"unlisted": "미등록", "unlisted": "Unlisted",
"private": "비공개", "private": "Private",
"direct": "다이렉트" "direct": "Direct"
}, },
"sensitive": { "sensitive": {
"description": "자동으로 모든 미디어를 민감한 미디어로 분류" "description": "Mark media as sensitive by default"
} }
} }
}, },
"timeline": { "timeline": {
"title": "타임라인", "title": "Timeline",
"unread_notification": { "unread_notification": {
"title": "읽지 않은 알림", "title": "Unread Notification",
"description": "각 타임라인마다 새 알림 표시 여부를 설정합니다.", "description": "Customize unread notifications for each timeline.",
"direct": "메세지", "direct": "Direct Messages",
"local": "로컬", "local": "Local Timeline",
"public": "퍼블릭" "public": "Public Timeline"
} }
} }
}, },
"preferences": { "preferences": {
"title": "설정", "title": "Preferences",
"general": { "general": {
"title": "일반", "title": "General",
"sounds": { "sounds": {
"title": "사운드", "title": "Sounds",
"description": "피드백 소리를 설정해 주세요.", "description": "Please set feedback sounds.",
"fav_rb": "툿을 즐겨찾기하거나 부스트 했을 때", "fav_rb": "When you favorite or boost the toot",
"toot": "새 툿을 보낼 때" "toot": "When you post toot"
},
"timeline": {
"title": "Timeline",
"description": "Customize view in your timelines.",
"cw": "Always ignore contents warnings",
"nfsw": "Always ignore NFSW of medias",
"hideAllAttachments": "Hide all medias"
},
"other": {
"title": "Other options",
"launch": "Launch app on login"
} }
}, },
"appearance": { "appearance": {
"title": "외관", "title": "Appearance",
"theme_color": "테마 색상", "theme_color": "Theme color",
"theme": { "theme": {
"light": "밝은 테마", "light": "Light",
"dark": "어두운 테마", "dark": "Dark",
"solarized_light": "SolarizedLight", "solarized_light": "SolarizedLight",
"solarized_dark": "SolarizedDark", "solarized_dark": "SolarizedDark",
"kimbie_dark": "KimbieDark", "kimbie_dark": "KimbieDark",
"custom": "사용자 설정" "custom": "Custom"
}, },
"custom_theme": { "custom_theme": {
"background_color": "기본 배경 색상", "background_color": "Base background",
"selected_background_color": "선택 배경 색상", "selected_background_color": "Focused background",
"global_header_color": "계정 메뉴 색상", "global_header_color": "Account menu",
"side_menu_color": "사이드 바 색상", "side_menu_color": "Side menu",
"primary_color": "기본 글꼴 색상", "primary_color": "Primary font",
"regular_color": "레귤러 글꼴 색상", "regular_color": "Regular font",
"secondary_color": "보조 글꼴 색상", "secondary_color": "Secondary font",
"border_color": "경계선 색상", "border_color": "Border",
"header_menu_color": "헤더 메뉴 색상", "header_menu_color": "Header menu",
"wrapper_mask_color": "모달 랩퍼 색상" "wrapper_mask_color": "Modal wrapper"
}, },
"font_size": "글꼴 크기", "font_size": "Font size",
"font_family": "글꼴 패밀리", "font_family": "Font family",
"toot_padding": "Padding around toots",
"display_style": { "display_style": {
"title": "사용자 표시 형식", "title": "Display style of username",
"display_name_and_username": "닉네임과 아이디 모두 보이기", "display_name_and_username": "Display name and username",
"display_name": "닉네임만 보이기", "display_name": "Display name",
"username": "아이디만 보이기" "username": "Username"
}, },
"time_format":{ "time_format": {
"title": "시간 표시 형식", "title": "Time format",
"absolute": "고정 시각 표시", "absolute": "Absolute",
"relative": "상대 시간 표시" "relative": "Relative"
} }
}, },
"notification": { "notification": {
"title": "알림", "title": "Notification",
"enable": { "enable": {
"description": "알림 범위를 설정해 주세요.", "description": "Please set notification events.",
"reply": "답장을 받았을 때 알림을 받습니다", "reply": "Notify me when I receive a reply",
"reblog": "누군가 부스트했을 때 알림을 받습니다", "reblog": "Notify me when I receive a reblog",
"favourite": "누군가 즐겨찾기 했을 때 알림을 받습니다", "favourite": "Notify me when I receive a favourite",
"follow": "누군가 나를 팔로우 했을 때 알림을 받습니다" "follow": "Notify me when I receive a follow"
} }
}, },
"account": { "account": {
"title": "계정", "title": "Account",
"connected": "연결된 계정", "connected": "Connected Account",
"username": "닉네임", "username": "Username",
"domain": "도메인", "domain": "Domain",
"association": "연결된 계정", "association": "Association",
"order": "순서", "order": "Order",
"remove_association": "연결 해제", "remove_association": "Remove assocication",
"remove_all_associations": "모든 연결 해제", "remove_all_associations": "Remove all associations",
"confirm": "확인", "confirm": "Confirm",
"cancel": "취소", "cancel": "Cancel",
"confirm_message": "모든 연결을 해제하시겠습니까?" "confirm_message": "Are you sure to remove all associations?"
},
"network": {
"title": "Network",
"proxy": {
"title": "Proxy Configuration",
"no": "No proxy",
"system": "Use system proxy",
"manual": "Manual proxy configuration",
"protocol": "Protocol",
"host": "Proxy host",
"port": "Proxy port",
"username": "Proxy username",
"password": "Proxy password",
"protocol_list": {
"http": "http",
"https": "https",
"socks4": "socks4",
"socks4a": "socks4a",
"socks5": "socks5",
"socks5h": "socks5h"
}
},
"save": "Save"
}, },
"language": { "language": {
"title": "언어", "title": "Language",
"language_description": "Whalebird에서 사용할 언어를 선택해 주세요.", "language_description": "Choose the language you would like to use with Whalebird.",
"notice": "재실행이 필요합니다", "notice": "Requires relaunch",
"confirm": { "confirm": {
"title": "알림", "title": "Warning",
"message": "어플리케이션을 재실행해야 합니다. 계속할까요?", "message": "You have to restart this application. Continue?",
"ok": "지금 재실행", "ok": "Restart Now",
"cancel": "취소" "cancel": "Cancel"
} }
} }
}, },
"modals": { "modals": {
"new_toot": { "new_toot": {
"title": "새 툿", "title": "New Toot",
"cw": "여기에 경고 문구를 입력하세요", "cw": "Write your warning here",
"status": "무슨 생각을 하고 있나요?", "status": "What is on your mind?",
"cancel": "취소", "cancel": "Cancel",
"toot": "툿", "toot": "Toot",
"close_confirm": "툿 작성을 그만둘까요?", "close_confirm": "Are you sure you want to cancel the new toot?",
"close_confirm_ok": "예", "close_confirm_ok": "OK",
"close_confirm_cancel": "취소", "close_confirm_cancel": "Cancel",
"description": "시각장애인을 위한 설명", "description": "Describe for the visually impaired",
"footer": { "footer": {
"add_image": "이미지 추가", "add_image": "Add images",
"change_visibility": "공개 범위 변경", "poll": "Add a poll",
"change_sensitive": "민감한 미디어 설정", "change_visibility": "Change visibility",
"add_cw": "경고 문구 추가", "change_sensitive": "Change sensitive",
"pined_hashtag": "해시태그고정" "add_cw": "Add content warning",
"pined_hashtag": "Pin the hashtag"
},
"poll": {
"add_choice": "Add a choice",
"expires": {
"5_minutes": "5 minutes",
"30_minutes": "30 minutes",
"1_hour": "1 hour",
"6_hours": "6 hours",
"1_day": "1 day",
"3_days": "3 days",
"7_days": "7 days"
}
} }
}, },
"jump": { "jump": {
"jump_to": "이동" "jump_to": "Jump to..."
}, },
"add_list_member": { "add_list_member": {
"title": "리스트에 멤버 추가", "title": "Add Member to List",
"account_name": "계정 이름" "account_name": "Account name"
}, },
"list_membership": { "list_membership": {
"title": "리스트 멤버" "title": "List Memberships"
}, },
"mute_confirm": { "mute_confirm": {
"title": "정말로 뮤트하시겠습니까?", "title": "Are you sure you want to mute?",
"body": "이 사용자로부터의 모든 알림이 꺼집니다.", "body": "Hide notification from this user?",
"cancel": "취소", "cancel": "Cancel",
"ok": "뮤트" "ok": "Mute"
}, },
"shortcut": { "shortcut": {
"title": "키보드 단축키", "title": "Keyboard shortcuts",
"ctrl_number": "계정 변경", "ctrl_number": "Switch accounts",
"ctrl_k": "다른 타임라인으로 이동", "ctrl_k": "Jump to other timelines",
"ctrl_n": "새 툿 작성창 띄우기", "ctrl_n": "Open the new toot modal",
"ctrl_enter": "툿 보내기", "ctrl_enter": "Post the toot",
"j": "다음 툿으로 이동", "ctrl_r": "Reload current timeline",
"k": "이전 툿으로 이동", "j": "Select the next toot",
"h": "왼쪽 칼럼으로 포커스 이동", "k": "Select the previous toot",
"l": "오른쪽 칼럼으로 포커스 이동", "h": "Switch focus to the left column",
"r": "툿에 멘션 보내기", "l": "Switch focus to the right column",
"b": "툿 부스트", "r": "Reply to the toot",
"f": "툿 즐겨찾기", "b": "Reblog the toot",
"o": "툿 세부사항 열기", "f": "Favourite the toot",
"p": "툿 작성자 프로필 열기", "o": "Open details of the toot",
"i": "이미지 열기", "p": "Open account profile of the toot",
"x": "경고 문구 및 민감한 미디어 토글", "i": "Open the images",
"esc": "현재 페이지 닫기", "x": "Show/hide CW and NSFW",
"?": "이 도움말 보이기" "?": "Show this help",
"esc": "Close current page"
},
"report": {
"title": "Reporting this user",
"comment": "Additional comments",
"cancel": "Cancel",
"ok": "Report"
} }
}, },
"cards": { "cards": {
"toot": { "toot": {
"show_more": "더보기", "show_more": "Show more",
"hide": "숨기기", "hide": "Hide",
"sensitive": "민감한 미디어 표시", "sensitive": "Show sensitive content",
"view_toot_detail": "툿 자세히 보기", "view_toot_detail": "View Toot Detail",
"open_in_browser": "브라우저에서 열기", "open_in_browser": "Open in Browser",
"copy_link_to_toot": "툿 링크 복사하기", "copy_link_to_toot": "Copy Link to Toot",
"mute": "뮤트", "mute": "Mute",
"block": "차단", "block": "Block",
"report": "신고", "report": "Report",
"delete": "삭제", "delete": "Delete",
"via": "{{application}} 에서", "via": "via {{application}}",
"reply": "답장하기", "reply": "Reply",
"reblog": "부스트", "reblog": "Reblog",
"fav": "즐겨찾기", "fav": "Favourite",
"detail": "툿 자세히 보기", "detail": "Toot details",
"pinned": "고정 된 툿" "pinned": "Pinned toot",
"poll": {
"vote": "Vote",
"votes_count": "votes",
"until": "until {{datetime}}",
"left": "{{datetime}} left",
"refresh": "Refresh"
}
} }
}, },
"side_bar": { "side_bar": {
"account_profile": { "account_profile": {
"follows_you": "사용자를 팔로잉 중입니다", "follows_you": "Follows you",
"doesnt_follow_you": "사용자를 팔로잉하지 않습니다", "doesnt_follow_you": "Doesn't follow you",
"detail": "자세히", "detail": "Detail",
"follow": "팔로우", "follow": "Follow",
"unfollow": "언팔로우", "unfollow": "Unfollow",
"follow_requested": "팔로우 요청중", "follow_requested": "Follow requested",
"open_in_browser": "브라우저에서 열기", "open_in_browser": "Open in Browser",
"manage_list_memberships": "리스트 멤버 관리", "manage_list_memberships": "Manage List Memberships",
"mute": "뮤트", "mute": "Mute",
"unmute": "뮤트 해제", "unmute": "Unmute",
"unblock": "차단 해제", "unblock": "Unblock",
"block": "차단", "block": "Block",
"toots": "", "toots": "Toots",
"follows": "팔로잉", "follows": "Follows",
"followers": "팔로워" "followers": "Followers"
} }
}, },
"follow_requests": {
"accept": "Accept",
"reject": "Reject"
},
"hashtag": { "hashtag": {
"tag_name": "태그 이름", "tag_name": "Tag name",
"delete_tag": "태그 삭제", "delete_tag": "Delete tag",
"save_tag": "태그 저장" "save_tag": "Save tag"
}, },
"search": { "search": {
"search": "검색", "search": "Search",
"account": "계정", "account": "Account",
"keyword": "키워드", "tag": "Hashtag",
"toot": "툿", "keyword": "keyword",
"tag": "해시태그" "toot": "Toot"
}, },
"lists": { "lists": {
"index": { "index": {
"new_list": "새 리스트", "new_list": "New List",
"edit": "수정" "edit": "Edit"
} }
}, },
"login": { "login": {
"domain_name_label": "우선, 마스토돈 인스턴스에 로그인 할 거예요. 인스턴스 도메인 주소를 입력해주세요.", "domain_name_label": "First, let's log in to a Mastodon server. Please enter a server domain name.",
"search": "검색", "proxy_info": "If you want to use proxy server, please setup your proxy in",
"login": "로그인" "proxy_here": " here",
"search": "Search",
"login": "Login"
}, },
"authorize": { "authorize": {
"manually_1": "브라우저에서 인증 페이지가 열렸어요.", "manually_1": "An authorization page has opened in your browser.",
"manually_2": "만약 열리지 않았다면, 아래 링크를 복사해서 브라우저에 입력해주세요.", "manually_2": "If it has not opened, please go to the following URL manually.",
"code_label": "브라우저에 나타난 인증 코드를 복사해서 붙여넣어 주세요:", "code_label": "Please paste the authorization code from your browser:",
"submit": "제출" "submit": "Submit"
}, },
"receive_drop": { "receive_drop": {
"drop_message": "여기에 놓아 업로드하세요" "drop_message": "Drop to Upload to Mastodon"
}, },
"message": { "message": {
"account_load_error": "계정을 읽어 올 수 없습니다", "account_load_error": "Failed to load accounts",
"account_remove_error": "계정을 제거할 수 없습니다", "account_remove_error": "Failed to remove the account",
"preferences_load_error": "설정을 읽을 수 없습니다", "preferences_load_error": "Failed to load preferences",
"timeline_fetch_error": "타임라인을 가져올 수 없습니다", "timeline_fetch_error": "Failed to fetch timeline",
"notification_fetch_error": "알림을 가져올 수 없습니다", "notification_fetch_error": "Failed to fetch notification",
"favourite_fetch_error": "즐겨찾기를 가져올 수 없습니다", "favourite_fetch_error": "Failed to fetch favorite",
"start_streaming_error": "스트리밍을 시작할 수 없습니다", "follow_request_accept_error": "Failed to accept the request",
"attach_error": "파일을 첨부할 수 없습니다", "follow_reuqest_reject_error": "failed to reject the request",
"authorize_duplicate_error": "같은 도메인의 같은 계정을 중복 등록할 수 없습니다", "start_streaming_error": "Failed to start streaming",
"authorize_error": "인증에 실패했습니다", "start_all_streamings_error": "Failed to start streaming of {{domain}}",
"followers_fetch_error": "팔로워 정보를 가져올 수 없습니다", "attach_error": "Could not attach the file",
"follows_fetch_error": "팔로우 정보를 가져올 수 없습니다", "authorize_duplicate_error": "Can not login the same account of the same domain",
"toot_fetch_error": "툿 세부사항을 가져올 수 없습니다", "authorize_error": "Failed to authorize",
"follow_error": "사용자를 팔로우할 수 없습니다", "followers_fetch_error": "Failed to fetch followers",
"unfollow_error": "사용자를 언팔로우할 수 없습니다", "follows_fetch_error": "Failed to fetch follows",
"lists_fetch_error": "리스트를 가져올 수 없습니다", "toot_fetch_error": "Failed to fetch the toot detail",
"list_create_error": "리스트를 생성할 수 없습니다", "follow_error": "Failed to follow the user",
"members_fetch_error": "멤버를 가져올 수 없습니다", "unfollow_error": "Failed to unfollow the user",
"remove_user_error": "사용자를 제거할 수 없습니다", "lists_fetch_error": "Failed to fetch lists",
"find_account_error": "계정을 찾을 수 없습니다", "list_create_error": "Failed to create a list",
"reblog_error": "부스트할 수 없습니다", "members_fetch_error": "Failed to fetch members",
"unreblog_error": "부스트를 취소할 수 없습니다", "remove_user_error": "Failed to remove the user",
"favourite_error": "즐겨찾기를 설정할 수 없습니다", "find_account_error": "Account not found",
"unfavourite_error": "즐겨찾기를 해제할 수 없습니다", "reblog_error": "Failed to reblog",
"delete_error": "툿을 삭제할 수 없습니다", "unreblog_error": "Failed to unreblog",
"search_error": "찾을 수 없습니다", "favourite_error": "Failed to favourite",
"toot_error": "툿을 보낼 수 없습니다", "unfavourite_error": "Failed to unfavourite",
"update_list_memberships_error": "리스트 멤버를 업데이트할 수 없습니다", "delete_error": "Failed to delete the toot",
"add_user_error": "사용자를 추가할 수 없습니다", "search_error": "Failed to search",
"authorize_url_error": "인증 URL을 가져올 수 없습니다", "toot_error": "Failed to toot",
"domain_confirmed": "{{domain}} 도메인이 확인되었습니다. 로그인 해주세요.", "update_list_memberships_error": "Failed to update the list memberships",
"loading": "로딩중..." "add_user_error": "Failed to add user",
"authorize_url_error": "Failed to get authorize url",
"domain_confirmed": "{{domain}} is confirmed, please login",
"domain_doesnt_exist": "Failed to connect {{domain}}, make sure the server URL",
"loading": "Loading..."
}, },
"validation": { "validation": {
"login": { "login": {
"require_domain_name": "도메인 주소가 필요합니다", "require_domain_name": "A domain name is required",
"domain_format": "도메인 주소만 입력해주세요" "domain_format": "Please only enter the domain name"
}, },
"new_toot": { "new_toot": {
"toot_length": "툿 글자수는 최소 {{min}} 자 에서 최대 {{max}} 자 입니다", "toot_length": "Toot length should be {{min}} to {{max}}",
"attach_length": "사진은 최대 {{max}} 장 까지 첨부할 수 있습니다", "attach_length": "You can only attach up to {{max}} images",
"attach_image": "이미지나 비디오만 첨부할 수 있습니다" "attach_image": "You can only attach images or videos",
"poll_invalid": "Invalid poll choices"
}
},
"notification": {
"favourite": {
"title": "Favourite",
"body": "{{username}} favourited your status"
},
"follow": {
"title": "Follow",
"body": "{{username}} is now following you"
},
"reblog": {
"title": "Reblog",
"body": "{{username}} boosted your status"
} }
} }
} }