1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
|
<?php
return array(
'action' => array(
'actualize' => '새 글 가져오기',
'back_to_rss_feeds' => '← RSS 피드로 돌아가기',
'cancel' => '취소',
'create' => '생성',
'disable' => '비활성화',
'empty' => '비우기',
'enable' => '활성화',
'export' => '내보내기',
'filter' => '해당하는 글 보기',
'import' => '불러오기',
'manage' => '관리',
'mark_favorite' => '즐겨찾기에 등록',
'mark_read' => '읽음으로 표시',
'remove' => '삭제',
'see_website' => '웹사이트 열기',
'submit' => '설정 저장',
'truncate' => '모든 글 삭제',
'update' => '변경',
),
'auth' => array(
'email' => '메일 주소',
'keep_logged_in' => '로그인 유지 <small>(%s 일)</small>',
'login' => '로그인',
'logout' => '로그아웃',
'password' => array(
'_' => '암호',
'format' => '<small>7 글자 이상이어야 합니다</small>',
),
'registration' => array(
'_' => '새 계정',
'ask' => '새 계정을 만들까요?',
'title' => '계정 생성',
),
'reset' => '인증 초기화',
'username' => array(
'_' => '사용자 이름',
'admin' => '관리자 이름',
'format' => '<small>알파벳과 숫자를 포함할 수 있고 최대 16 글자</small>',
),
),
'date' => array(
'Apr' => '\\A\\p\\r\\i\\l',
'Aug' => '\\A\\u\\g\\u\\s\\t',
'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r',
'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y',
'Jan' => '\\J\\a\\n\\u\\a\\r\\y',
'Jul' => '\\J\\u\\l\\y',
'Jun' => '\\J\\u\\n\\e',
'Mar' => '\\M\\a\\r\\c\\h',
'May' => '\\M\\a\\y',
'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r',
'Oct' => '\\O\\c\\t\\o\\b\\e\\r',
'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r',
'apr' => '4월',
'april' => '4월',
'aug' => '8월',
'august' => '8월',
'before_yesterday' => '어제 이전',
'dec' => '12월',
'december' => '12월',
'feb' => '2월',
'february' => '2월',
'format_date' => 'Y년 m월 d일',
'format_date_hour' => 'Y년 m월 d일 H시 i분',
'fri' => '금',
'jan' => '1월',
'january' => '1월',
'jul' => '7월',
'july' => '7월',
'jun' => '6월',
'june' => '6월',
'last_3_month' => '최근 3 개월',
'last_6_month' => '최근 6 개월',
'last_month' => '최근 한 달',
'last_week' => '최근 한 주',
'last_year' => '최근 일 년',
'mar' => '3월',
'march' => '3월',
'may' => '5월',
'may_' => '5월',
'mon' => '월',
'month' => '개월',
'nov' => '11월',
'november' => '11월',
'oct' => '10월',
'october' => '10월',
'sat' => '토',
'sep' => '9월',
'september' => '9월',
'sun' => '일',
'thu' => '목',
'today' => '오늘',
'tue' => '화',
'wed' => '수',
'yesterday' => '어제',
),
'freshrss' => array(
'_' => 'FreshRSS',
'about' => '정보',
),
'js' => array(
'category_empty' => '빈 카테고리',
'confirm_action' => '정말 이 작업을 수행하시겠습니까? 이 작업은 되돌릴 수 없습니다!',
'confirm_action_feed_cat' => '정말 이 작업을 수행하시겠습니까? 관련된 즐겨찾기와 사용자 쿼리가 삭제됩니다. 이 작업은 되돌릴 수 없습니다!!',
'feedback' => array(
'body_new_articles' => '%%d 개의 새 글이 FreshRSS에 있습니다.',
'request_failed' => '요청한 작업을 수행할 수 없습니다. 인터넷 연결에 문제가 발생한 것 같습니다.',
'title_new_articles' => 'FreshRSS: 새 글이 있습니다!',
),
'new_article' => '새 글이 있습니다. 여기를 클릭하면 페이지를 다시 불러옵니다.',
'should_be_activated' => '자바스크립트를 사용하도록 설정해야합니다',
),
'lang' => array(
'cz' => 'Čeština',
'de' => 'Deutsch',
'en' => 'English',
'es' => 'Español',
'fr' => 'Français',
'he' => 'עברית',
'it' => 'Italiano',
'kr' => '한국어',
'nl' => 'Nederlands',
'pt-br' => 'Português (Brasil)',
'ru' => 'Русский',
'tr' => 'Türkçe',
'zh-cn' => '简体中文',
),
'menu' => array(
'about' => '정보',
'admin' => '관리',
'archiving' => '보관',
'authentication' => '인증',
'check_install' => '설치 요구사항 확인',
'configuration' => '설정',
'display' => '표시',
'extensions' => '확장 기능',
'logs' => '로그',
'queries' => '사용자 쿼리',
'reading' => '읽기',
'search' => '단어 또는 #태그 검색',
'sharing' => '공유',
'shortcuts' => '단축키',
'stats' => '통계',
'system' => '시스템 설정',
'update' => '업데이트',
'user_management' => '사용자 관리',
'user_profile' => '프로필',
),
'pagination' => array(
'first' => 'First',
'last' => 'Last',
'load_more' => '글 더 불러오기',
'mark_all_read' => '모두 읽음으로 표시',
'next' => 'Next',
'nothing_to_load' => '더 이상 글이 없습니다',
'previous' => 'Previous',
),
'share' => array(
'Known' => 'Known based sites',
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
'email' => '메일',
'facebook' => 'Facebook',
'g+' => 'Google+',
'gnusocial' => 'GNU social',
'jdh' => 'Journal du hacker',
'linkedin' => 'LinkedIn',
'mastodon' => 'Mastodon',
'movim' => 'Movim',
'pocket' => 'Pocket',
'print' => '인쇄',
'shaarli' => 'Shaarli',
'twitter' => 'Twitter',
'wallabag' => 'wallabag v1',
'wallabagv2' => 'wallabag v2',
),
'short' => array(
'attention' => '경고!',
'blank_to_disable' => '빈 칸으로 두면 비활성화',
'by_author' => 'By <em>%s</em>',
'by_default' => '기본값',
'damn' => '이런!',
'default_category' => '분류 없음',
'no' => '아니요',
'not_applicable' => '사용할 수 없음',
'ok' => 'Ok!',
'or' => '또는',
'yes' => '네',
),
);
|