diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2020-03-28 16:39:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 16:39:17 +0100 |
commit | d8a40d703e96c10118de025eb5cdcfdd69f26f6a (patch) | |
tree | 5d6a0ffc3f97968d31b4bc4236f6fb58c0e0a684 /app | |
parent | 26467fa6b48d5ac2ea5fdab0e17eb1e585aee330 (diff) | |
parent | 9ce18f06c33e1cfb56fc0021c4992696442bac91 (diff) | |
download | wallabag-d8a40d703e96c10118de025eb5cdcfdd69f26f6a.tar.gz wallabag-d8a40d703e96c10118de025eb5cdcfdd69f26f6a.tar.zst wallabag-d8a40d703e96c10118de025eb5cdcfdd69f26f6a.zip |
Merge pull request #4281 from lizyn/zh_translation
Added language support for Simplified Chinese(简体中文)
Diffstat (limited to 'app')
-rw-r--r-- | app/Resources/CraueConfigBundle/translations/CraueConfigBundle.zh.yml | 40 | ||||
-rw-r--r-- | app/config/wallabag.yml | 1 |
2 files changed, 41 insertions, 0 deletions
diff --git a/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.zh.yml b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.zh.yml new file mode 100644 index 00000000..59dd7f1b --- /dev/null +++ b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.zh.yml | |||
@@ -0,0 +1,40 @@ | |||
1 | settings_changed: 配置已更新 | ||
2 | download_pictures: 在你的服务器上缓存图片 | ||
3 | carrot: 启用分享到 Carrot | ||
4 | diaspora_url: diaspora* 链接,如果该服务已被启用 | ||
5 | export_epub: 启用 ePub 导出 | ||
6 | export_mobi: 启用 .mobi 导出 | ||
7 | export_pdf: 启用 PDF 导出 | ||
8 | export_csv: 启用 CSV 导出 | ||
9 | export_json: 启用 JSON 导出 | ||
10 | export_txt: 启用 TXT 导出 | ||
11 | export_xml: 启用 XML 导出 | ||
12 | import_with_rabbitmq: 启用 RabbitMQ 来异步导入数据 | ||
13 | import_with_redis: 启用 Redis 来异步导入数据 | ||
14 | shaarli_url: Shaarli 链接,如果该服务已被启用 | ||
15 | scuttle_url: Scuttle 链接,如果该服务已被启用 | ||
16 | unmark_url: Unmark 链接,如果该服务已被启用 | ||
17 | share_diaspora: 启用分享到 diaspora* | ||
18 | share_mail: 启用邮件分享 | ||
19 | share_shaarli: 启用分享到 Shaarli | ||
20 | share_scuttle: 启用分享到 Scuttle | ||
21 | share_twitter: 启用分享到 Twitter | ||
22 | share_unmark: 启用分享到 Unmark.it | ||
23 | show_printlink: 展示一个用于打印内容的链接 | ||
24 | wallabag_support_url: wallabag 的支持链接 | ||
25 | entry: "文章" | ||
26 | export: "导出" | ||
27 | import: "导入" | ||
28 | misc: "杂项" | ||
29 | modify_settings: "申请" | ||
30 | piwik_host: 你的网站在 Piwik 的主机名(不包括 http:// or https://) | ||
31 | piwik_site_id: 你的网站在 Piwik 的 ID | ||
32 | piwik_enabled: 启用 Piwik | ||
33 | demo_mode_enabled: "启用演示模式?(仅用于 wallabag 公开演示)" | ||
34 | demo_mode_username: "Demo user" | ||
35 | share_public: 允许为项目启用公开链接 | ||
36 | download_images_enabled: 在本地缓存图片 | ||
37 | restricted_access: 启用针对带有付费墙网站的认证 | ||
38 | api_user_registration: 允许新用户通过 API 注册 | ||
39 | store_article_headers: 让 wallabag 存储每篇文章的 HTTP header | ||
40 | shaarli_share_origin_url: 选择分享原始链接到 Shaarli,如果该服务已被启用 | ||
diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index c54d7eb7..611c8414 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml | |||
@@ -16,6 +16,7 @@ wallabag_core: | |||
16 | it: 'Italiano' | 16 | it: 'Italiano' |
17 | pt: 'Português' | 17 | pt: 'Português' |
18 | ru: 'Русский' | 18 | ru: 'Русский' |
19 | zh: '简体中文' | ||
19 | items_on_page: 12 | 20 | items_on_page: 12 |
20 | theme: material | 21 | theme: material |
21 | language: '%locale%' | 22 | language: '%locale%' |