forked from Archives/Athou_commafeed
Added Korean translation and updated language.properties.
This commit is contained in:
94
src/main/resources/i18n/ko.properties
Normal file
94
src/main/resources/i18n/ko.properties
Normal file
@@ -0,0 +1,94 @@
|
||||
+global.save=저장
|
||||
+global.cancel=취소
|
||||
+global.delete=삭제
|
||||
+global.required=필수
|
||||
+
|
||||
+tree.subscribe=구독
|
||||
+tree.import=임포트
|
||||
+tree.new_category=새로운 카테고리
|
||||
+tree.all=전체
|
||||
+tree.starred=스타
|
||||
+
|
||||
+subscribe.feed_url=피드 URL
|
||||
+subscribe.feed_name=피드 이름
|
||||
+subscribe.category=카테로기
|
||||
+
|
||||
+import.google_reader_prefix=당신의 Google Reader
|
||||
+import.google_reader_suffix= 에서 피드들을 가져오겠습니다.
|
||||
+import.google_download=아니면, subscription.xml 파일을 업로드 해주세요.
|
||||
+import.google_download_link=다운로드 링크
|
||||
+import.xml_file=XML File
|
||||
+
|
||||
+new_category.name=이름
|
||||
+new_category.parent=카테고리 주소로 가기
|
||||
+
|
||||
+toolbar.unread=안읽음
|
||||
+toolbar.all=전체
|
||||
+toolbar.refresh=리프래쉬
|
||||
+toolbar.mark_all_as_read=읽음표시
|
||||
+toolbar.settings=설정
|
||||
+toolbar.profile=프로필
|
||||
+toolbar.admin=괸리자
|
||||
+toolbar.about=더보기
|
||||
+toolbar.logout=로그아웃
|
||||
+toolbar.donate=기부하기
|
||||
+
|
||||
+view.error_while_loading_feed=피드로딩중 에러
|
||||
+view.keep_unread=안읽은것 저장
|
||||
+view.no_unread_items= 읽지않은 항목이 없읍니다.
|
||||
+
|
||||
+settings.general=일반
|
||||
+settings.general.language=일반 언어
|
||||
+settings.general.language.contribute=번역 도움하기
|
||||
+settings.general.show_unread=안읽은 항목들이 있는 피드와 카테고리 보여주기
|
||||
+settings.general.social_buttons=소셜미디아 버튼들 보여주기
|
||||
+settings.general.scroll_marks=Expanded View에서 스크롤하면 항목들을 읽음으로 저장하기
|
||||
+settings.custom_css=커스톰 CSS
|
||||
+
|
||||
+details.feed_details=피드 세부
|
||||
+details.url=유알엘
|
||||
+details.name=이름
|
||||
+details.category=카테고리
|
||||
+details.last_refresh=마지막 리프래쉬
|
||||
+details.feed_url=피드 유알엘
|
||||
+details.generate_api_key_first=당신의 프로필을 위해 API Key를 먼저 생성하세요.
|
||||
+details.unsubscribe=주소 삭제
|
||||
+details.category_details=카테고리 세부
|
||||
+details.parent_category=부모 카테고리
|
||||
+
|
||||
+profile.user_name=사용자 이름
|
||||
+profile.email=이메일
|
||||
+profile.change_password=비밀번호변경
|
||||
+profile.confirm_password=비밀번호확인
|
||||
+profile.minimum_6_chars=최소로 6자문자가 필요합니다.
|
||||
+profile.passwords_do_not_match=비밀번호가 일치하지 않습니다.
|
||||
+profile.api_key=API key
|
||||
+profile.api_key_not_generated=아직 API Key가 생성되지 않았습니다.
|
||||
+profile.generate_new_api_key=API Key 생성하기
|
||||
+profile.generate_new_api_key_info=비밀번호를 변경하면 새로운 API Key가 생성됩니다.
|
||||
+profile.delete_account=프로필삭제
|
||||
+
|
||||
+about.rest_api=REST API
|
||||
+about.keyboard_shortcuts=단축기
|
||||
+about.line1_prefix=CommaFeed는 오픈 소스프로젝트입니다. 소스는
|
||||
+about.line1_suffix=에 있습니다.
|
||||
+about.line2_prefix=문제가 발생하는 경우
|
||||
+about.line2_suffix= 프로젝트 문제페이지에 보고하십시요.
|
||||
+about.line3=이 프로젝트를 좋아하시면 개발자를 지원하고 웹사이트 유지용비를 충당하는 데 도움이되는 기부금을 고려하시기 바랍니다.
|
||||
+about.goodies=Goodies
|
||||
+about.translation=번역
|
||||
+about.translation.message=CommaFeed를 번역할려면 당신의 도움이 필요합니다.
|
||||
+about.translation.link=번역에 기여하기
|
||||
+about.announcements=공지
|
||||
+about.rest_api.line1=CommaFeed는 JAX-RS하고 AngularJS를 이용해서 만들었습니다. 그렇기 때문에 REST API를 사용할수있습니다.
|
||||
+about.rest_api.link_to_documentation=문서 링크.
|
||||
+
|
||||
+about.shortcuts.mouse_middleclick=마우시 미들클릭
|
||||
+about.shortcuts.open_next_entry=다음 항목 열기
|
||||
+about.shortcuts.open_previous_entry=이전 항목 열기
|
||||
+about.shortcuts.open_close_current_entry=현재 항목 열기/닫기
|
||||
+about.shortcuts.open_current_entry_in_new_window=새 창에서 현재 항목열기
|
||||
+about.shortcuts.star_unstar=현재 항목 스타/스타제거
|
||||
+about.shortcuts.mark_current_entry=현재 항목 읽음/안읽음 표시
|
||||
+about.shortcuts.mark_all_as_read=모든 항목 읽음으로 표시
|
||||
+about.shortcuts.open_in_new_tab_mark_as_read=읽음으로 표시하고 새로운 탭에서 열기
|
||||
@@ -3,6 +3,7 @@ es=Español
|
||||
de=Deutsch
|
||||
fr=Français
|
||||
hu=Magyar
|
||||
ko=한국어
|
||||
nl=Nederlands
|
||||
no=Norsk
|
||||
pt=Português
|
||||
|
||||
Reference in New Issue
Block a user