зеркало из https://github.com/nextcloud/news.git
34 строки
1.5 KiB
PHP
34 строки
1.5 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"News" => "뉴스",
|
|
"Add Website" => "웹사이트 추가",
|
|
"Address" => "주소",
|
|
"Add" => "추가",
|
|
"New folder" => "새로운 폴더",
|
|
"Folder" => "폴더",
|
|
"Choose folder" => "폴더 선택",
|
|
"Folder name" => "폴더 이름",
|
|
"Starred" => "별표",
|
|
"Unread articles" => "읽지 않은 항목",
|
|
"All articles" => "모든 항목",
|
|
"Mark all read" => "모두 읽은 글로 표시",
|
|
"from" => "원본 사이트",
|
|
"by" => "작성:",
|
|
"Cant play audio format" => "오디오 포맷을 재생할 수 없습니다.",
|
|
"Keep unread" => "읽지 않은 글로 두기",
|
|
"Delete feed" => "피드 삭제",
|
|
"Collapse" => "접기",
|
|
"Delete folder" => "폴더 삭제",
|
|
"Rename folder" => "폴더 이름 바꾸기",
|
|
"Import / Export OPML" => "가져오기 / 내보내기 OPML",
|
|
"Import" => "가져오기",
|
|
"Export" => "내보내기",
|
|
"Subscribelet" => "구독물",
|
|
"Show all" => "모두 보기",
|
|
"Show only unread" => "읽지 않은 글만 보기",
|
|
"Drag this to your browser bookmarks and click on it whenever you want to subscribe to a webpage quickly:" => "웹 브라우저 책갈피 항목에 다음 링크를 끌어다 놓으면 나중에 볼 웹 페이지를 빠르게 구독할 때 사용할 수 있습니다:",
|
|
"Subscribe" => "구독",
|
|
"An error occurred" => "오류가 발생하였습니다.",
|
|
"Nice! You have subscribed to " => "좋습니다! 다음 피드를 구독합니다:",
|
|
"You had already subscribed to this feed!" => "이 피드를 이미 구독하고 있습니다!"
|
|
);
|