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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
|
<?php
/******************************************************************************
* Each entry of that file can be associated with a comment to indicate its *
* state. When there is no comment, it means the entry is fully translated. *
* The recognized comments are (comment matching is case-insensitive): *
* + TODO: the entry has never been translated. *
* + DIRTY: the entry has been translated but needs to be updated. *
* + IGNORE: the entry does not need to be translated. *
* When a comment is not recognized, it is discarded. *
******************************************************************************/
return array(
'action' => array(
'actualize' => '更新订阅源',
'add' => '添加',
'back_to_rss_feeds' => '← 返回订阅源',
'cancel' => '取消',
'close' => '关闭',
'create' => '创建',
'delete_all_feeds' => '删除所有订阅源',
'delete_errored_feeds' => '删除出错的订阅源',
'delete_muted_feeds' => '删除已暂停的订阅源',
'demote' => '撤销管理员',
'disable' => '禁用',
'download' => '下载',
'empty' => '清空',
'enable' => '启用',
'export' => '导出',
'filter' => '过滤',
'import' => '导入',
'load_default_shortcuts' => '加载默认快捷键',
'manage' => '管理',
'mark_read' => '标记已读',
'menu' => array(
'open' => '打开菜单',
),
'nav_buttons' => array(
'next' => '下一篇文章',
'prev' => '上一篇文章',
'up' => '向上',
),
'open_url' => '打开链接',
'promote' => '设为管理员',
'purge' => '清理',
'refresh_opml' => '刷新订阅源动态列表',
'remove' => '删除',
'rename' => '重命名',
'see_website' => '网站中查看',
'submit' => '提交',
'truncate' => '删除所有文章',
'update' => '更新',
),
'auth' => array(
'accept_tos' => '我接受 <a href="%s">服务条款</a>',
'email' => 'Email 地址',
'keep_logged_in' => '<small>%s</small> 天内保持登录',
'login' => '登录',
'logout' => '登出',
'password' => array(
'_' => '密码',
'format' => '<small>至少 7 个字符</small>',
),
'reauth' => array(
'header' => '需要重新认证',
'tip' => '在<u>%d 分钟</u>内不会再要求您登录。',
'title' => '重新认证',
),
'registration' => array(
'_' => '新用户',
'ask' => '创建新用户?',
'title' => '用户创建',
),
'username' => array(
'_' => '用户名',
'format' => '<small>最多 16 个数字或字母</small>',
),
),
'date' => array(
'Apr' => '\\四\\月',
'Aug' => '\\八\\月',
'Dec' => '\\十\\二\\月',
'Feb' => '\\二\\月',
'Jan' => '\\一\\月',
'Jul' => '\\七\\月',
'Jun' => '\\六\\月',
'Mar' => '\\三\\月',
'May' => '\\五\\月',
'Nov' => '\\十\\一\\月',
'Oct' => '\\十\\月',
'Sep' => '\\九\\月',
'apr' => '四月',
'april' => '四月',
'aug' => '八月',
'august' => '八月',
'before_yesterday' => '昨天以前',
'dec' => '十二月',
'december' => '十二月',
'feb' => '二月',
'february' => '二月',
'format_date' => 'Y\\年n\\月j\\日',
'format_date_hour' => 'Y\\年n\\月j\\日 H\\:i',
'fri' => '周五',
'jan' => '一月',
'january' => '一月',
'jul' => '七月',
'july' => '七月',
'jun' => '六月',
'june' => '六月',
'last_2_year' => '过去两年',
'last_3_month' => '最近三个月',
'last_3_year' => '过去三年',
'last_5_year' => '过去五年',
'last_6_month' => '最近六个月',
'last_month' => '上月',
'last_week' => '上周',
'last_year' => '去年',
'mar' => '三月',
'march' => '三月',
'may' => '五月',
'may_' => '五月',
'mon' => '周一',
'month' => '个月',
'nov' => '十一月',
'november' => '十一月',
'oct' => '十月',
'october' => '十月',
'sat' => '周六',
'sep' => '九月',
'september' => '九月',
'sun' => '周日',
'thu' => '周四',
'today' => '今天',
'tue' => '周二',
'wed' => '周三',
'yesterday' => '昨天',
),
'dir' => 'ltr', // IGNORE
'freshrss' => array(
'_' => 'FreshRSS', // IGNORE
'about' => '关于 FreshRSS',
),
'js' => array(
'category_empty' => '清空分类',
'confirm_action' => '你确定要执行此操作吗?这将不可撤销!',
'confirm_action_feed_cat' => '你确定要执行此操作吗?你将丢失相关的收藏和自定义查询,这将不可撤销!',
'confirm_exit_slider' => '您确定要放弃未保存的设置吗?',
'feedback' => array(
'body_new_articles' => 'FreshRSS 中有 %%d 篇文章等待阅读。',
'body_unread_articles' => '(未读: %%d)',
'request_failed' => '请求失败,这可能是因为网络连接问题。',
'title_new_articles' => 'FreshRSS: 新文章!',
),
'labels_empty' => '无标签',
'new_article' => '发现新文章,点击刷新页面。',
'should_be_activated' => '必须启用 JavaScript',
'unsafe_csp_header' => '当前使用的 CSP 头部不安全,FreshRSS 可能容易受到 XSS 攻击。<a target="_blank" href="https://freshrss.github.io/FreshRSS/en/admins/10_ServerConfig.html#security">查看文档</a>',
),
'lang' => array(
'cs' => 'Čeština', // IGNORE
'de' => 'Deutsch', // IGNORE
'el' => 'Ελληνικά', // IGNORE
'en' => 'English', // IGNORE
'en-US' => 'English (United States)', // IGNORE
'es' => 'Español', // IGNORE
'fa' => 'فارسی', // IGNORE
'fi' => 'Suomi', // IGNORE
'fr' => 'Français', // IGNORE
'he' => 'עברית', // IGNORE
'hu' => 'Magyar', // IGNORE
'id' => 'Bahasa Indonesia', // IGNORE
'it' => 'Italiano', // IGNORE
'ja' => '日本語', // IGNORE
'ko' => '한국어', // IGNORE
'lv' => 'Latviešu', // IGNORE
'nl' => 'Nederlands', // IGNORE
'oc' => 'Occitan', // IGNORE
'pl' => 'Polski', // IGNORE
'pt-BR' => 'Português (Brasil)', // IGNORE
'pt-PT' => 'Português (Portugal)', // IGNORE
'ru' => 'Русский', // IGNORE
'sk' => 'Slovenčina', // IGNORE
'tr' => 'Türkçe', // IGNORE
'uk' => 'Українська', // IGNORE
'zh-CN' => '简体中文', // IGNORE
'zh-TW' => '正體中文', // IGNORE
),
'menu' => array(
'about' => '关于',
'account' => '账户',
'admin' => '管理',
'advanced_search' => '高级搜索',
'archiving' => '归档',
'authentication' => '认证',
'check_install' => '环境检查',
'configuration' => '配置',
'display' => '显示',
'extensions' => '扩展',
'logs' => '日志',
'privacy' => '隐私',
'queries' => '自定义查询',
'reading' => '阅读',
'search' => '搜索内容或#文章标签',
'search_help' => '查阅文档获取支持的 <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">搜索参数</a>',
'sharing' => '分享',
'shortcuts' => '快捷键',
'stats' => '统计',
'system' => '系统配置',
'update' => '更新',
'user_management' => '用户管理',
'user_profile' => '帐户',
),
'period' => array(
'days' => '天',
'hours' => '时',
'months' => '月',
'weeks' => '周',
'years' => '年',
),
'readme' => array(
'contribute' => 'contribute', // IGNORE
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
'search' => array(
'advanced_search_help' => '此表单帮助构建搜索查询,但手写查询更加强大。',
'authors' => '作者',
'categories' => '类别',
'content' => '内容',
'date_from' => '从',
'date_past' => '过去', // DIRTY
'date_published' => '发布日期',
'date_range' => '日期范围',
'date_received' => '接收日期',
'date_to' => '到',
'date_user' => '用户修改日期',
'feeds' => '订阅源',
'free_text' => '自由文本', // DIRTY
'free_text_help' => '在标题和内容中搜索',
'full_documentation' => '查看 <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">完整搜索文档</a>',
'labels' => '我的标签',
'multiple_help' => '选择一个或多个(按住 <kbd>Ctrl</kbd> 或 <kbd>Cmd</kbd>)',
'sources' => '来源',
'tags' => '文章标签',
'text' => '文本搜索',
'text_help' => '多行通过逻辑 <i>或</i> 组合。也支持 <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">正则表达式</a>。',
'text_placeholder' => '关键词',
'title' => '标题',
'url' => 'URL', // IGNORE
'user_queries' => '用户查询',
),
'share' => array(
'Known' => '基于 Known 的站点',
'archiveIS' => 'archive.is', // IGNORE
'archiveORG' => 'archive.org', // IGNORE
'archivePH' => 'archive.ph', // IGNORE
'bluesky' => 'Bluesky', // IGNORE
'buffer' => 'Buffer', // IGNORE
'clipboard' => '剪贴板',
'diaspora' => 'Diaspora*', // IGNORE
'email' => 'Email', // IGNORE
'email-webmail-firefox-fix' => 'Email (webmail - 兼容 Firefox)',
'facebook' => 'Facebook', // IGNORE
'gnusocial' => 'GNU social', // IGNORE
'jdh' => 'Journal du hacker', // IGNORE
'lemmy' => 'Lemmy', // IGNORE
'linkding' => 'Linkding', // IGNORE
'linkedin' => 'LinkedIn', // IGNORE
'mastodon' => 'Mastodon', // IGNORE
'movim' => 'Movim', // IGNORE
'omnivore' => 'Omnivore', // IGNORE
'pinboard' => 'Pinboard', // IGNORE
'pinterest' => 'Pinterest', // IGNORE
'print' => '打印',
'raindrop' => 'Raindrop.io', // IGNORE
'reddit' => 'Reddit', // IGNORE
'shaarli' => 'Shaarli', // IGNORE
'telegram' => 'Telegram', // IGNORE
'twitter' => 'Twitter', // IGNORE
'wallabag' => 'Wallabag v1', // IGNORE
'wallabagv2' => 'Wallabag v2', // IGNORE
'web-sharing-api' => '系统分享',
'whatsapp' => 'Whatsapp', // IGNORE
'xing' => 'Xing', // IGNORE
),
'short' => array(
'attention' => '警告!',
'blank_to_disable' => '留空以禁用',
'by_author' => '作者',
'by_default' => '默认',
'damn' => '错误!',
'default_category' => '未分类',
'no' => '否',
'not_applicable' => '不可用',
'ok' => '正常!',
'or' => '或',
'yes' => '是',
),
'stream' => array(
'load_more' => '载入更多文章',
'mark_all_read' => '全部设为已读',
'nothing_to_load' => '没有更多文章',
),
);
|