aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources')
-rw-r--r--app/Resources/CraueConfigBundle/translations/CraueConfigBundle.zh.yml40
-rwxr-xr-xapp/Resources/static/themes/material/index.js6
2 files changed, 43 insertions, 3 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 @@
1settings_changed: 配置已更新
2download_pictures: 在你的服务器上缓存图片
3carrot: 启用分享到 Carrot
4diaspora_url: diaspora* 链接,如果该服务已被启用
5export_epub: 启用 ePub 导出
6export_mobi: 启用 .mobi 导出
7export_pdf: 启用 PDF 导出
8export_csv: 启用 CSV 导出
9export_json: 启用 JSON 导出
10export_txt: 启用 TXT 导出
11export_xml: 启用 XML 导出
12import_with_rabbitmq: 启用 RabbitMQ 来异步导入数据
13import_with_redis: 启用 Redis 来异步导入数据
14shaarli_url: Shaarli 链接,如果该服务已被启用
15scuttle_url: Scuttle 链接,如果该服务已被启用
16unmark_url: Unmark 链接,如果该服务已被启用
17share_diaspora: 启用分享到 diaspora*
18share_mail: 启用邮件分享
19share_shaarli: 启用分享到 Shaarli
20share_scuttle: 启用分享到 Scuttle
21share_twitter: 启用分享到 Twitter
22share_unmark: 启用分享到 Unmark.it
23show_printlink: 展示一个用于打印内容的链接
24wallabag_support_url: wallabag 的支持链接
25entry: "文章"
26export: "导出"
27import: "导入"
28misc: "杂项"
29modify_settings: "申请"
30piwik_host: 你的网站在 Piwik 的主机名(不包括 http:// or https://)
31piwik_site_id: 你的网站在 Piwik 的 ID
32piwik_enabled: 启用 Piwik
33demo_mode_enabled: "启用演示模式?(仅用于 wallabag 公开演示)"
34demo_mode_username: "Demo user"
35share_public: 允许为项目启用公开链接
36download_images_enabled: 在本地缓存图片
37restricted_access: 启用针对带有付费墙网站的认证
38api_user_registration: 允许新用户通过 API 注册
39store_article_headers: 让 wallabag 存储每篇文章的 HTTP header
40shaarli_share_origin_url: 选择分享原始链接到 Shaarli,如果该服务已被启用
diff --git a/app/Resources/static/themes/material/index.js b/app/Resources/static/themes/material/index.js
index e808d75c..da055e80 100755
--- a/app/Resources/static/themes/material/index.js
+++ b/app/Resources/static/themes/material/index.js
@@ -57,9 +57,9 @@ $(document).ready(() => {
57 $('.datepicker').pickadate({ 57 $('.datepicker').pickadate({
58 selectMonths: true, 58 selectMonths: true,
59 selectYears: 15, 59 selectYears: 15,
60 formatSubmit: 'dd/mm/yyyy', 60 formatSubmit: 'yyyy-mm-dd',
61 hiddenName: true, 61 hiddenName: false,
62 format: 'dd/mm/yyyy', 62 format: 'yyyy-mm-dd',
63 container: 'body', 63 container: 'body',
64 }); 64 });
65 65