зеркало из https://github.com/nextcloud/news.git
51 строка
2.2 KiB
PHP
51 строка
2.2 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"News" => "뉴스",
|
|
"Can not add feed: Exists already" => "피드를 추가할 수 없음: 이미 존재함",
|
|
"Can not add feed: URL does not exist or has invalid xml" => "피드를 추가할 수 없음: URL이 존재하지 않거나 XML이 올바르지 않음",
|
|
"Articles without feed" => "피드가 없는 글",
|
|
"Can not add folder: Exists already" => "폴더를 추가할 수 없음: 이미 존재함",
|
|
" " => " ",
|
|
"_" => "_",
|
|
"status" => "상태",
|
|
"Undo deletion of %s" => "%s 삭제 실행 취소",
|
|
"Add Website" => "웹 사이트 추가",
|
|
"Error: address exists already!" => "오류: 주소가 이미 존재합니다!",
|
|
"Error: folder exists already" => "오류: 폴더가 이미 존재합니다",
|
|
"Address" => "주소",
|
|
"Add" => "추가",
|
|
"New folder" => "새 폴더",
|
|
"Folder" => "폴더",
|
|
"Choose folder" => "폴더 선택",
|
|
"Folder name" => "폴더 이름",
|
|
"Back to folder selection" => "폴더 선택으로 돌아가기",
|
|
"Create folder" => "폴더 만들기",
|
|
"Starred" => "별표",
|
|
"Unread articles" => "읽지 않은 글",
|
|
"All articles" => "모든 글",
|
|
"Mark read" => "읽은 것으로 표시",
|
|
"Welcome to the ownCloud News app!" => "ownCloud 뉴스 앱에 오신 것을 환영합니다!",
|
|
"read on website" => "웹 사이트에서 읽기",
|
|
"star" => "별표",
|
|
"from" => "원본 사이트",
|
|
"by" => "작성:",
|
|
"Download" => "다운로드",
|
|
"Keep unread" => "읽지 않은 글로 두기",
|
|
"Cancel" => "취소",
|
|
"Save" => "저장",
|
|
"Delete website" => "웹 사이트 삭제",
|
|
"Rename feed" => "피드 이름 바꾸기",
|
|
"Collapse" => "접기",
|
|
"Delete folder" => "폴더 삭제",
|
|
"Rename folder" => "폴더 이름 바꾸기",
|
|
"Settings" => "설정",
|
|
"Use compact view" => "간략한 보기 사용",
|
|
"Subscriptions (OPML)" => "구독 (OPML)",
|
|
"Import" => "가져오기",
|
|
"Export" => "내보내기",
|
|
"Error when importing: file does not contain valid OPML" => "가져오기 오류: 파일이 올바른 OPML을 포함하지 않음",
|
|
"Unread/Starred Articles" => "읽지 않은/별표한 글",
|
|
"Error when importing: file does not contain valid JSON" => "가져오기 오류: 파일이 올바른 JSON을 포함하지 않음",
|
|
"Show read articles" => "읽은 글 보이기",
|
|
"Hide read articles" => "읽은 글 숨기기"
|
|
);
|