diff options
author | 2024-10-07 11:12:00 +0800 | |
---|---|---|
committer | 2024-10-06 20:12:00 -0700 | |
commit | ee8c6621e9b4ede634fe0d630ef972809e1f083c (patch) | |
tree | 8c7b57683b19a6f093ad08f8f9e14f8728b6b900 /internal/locale/translations/zh_CN.json | |
parent | f748513df61cbf6ac83a9722b342e2a79ca322f2 (diff) | |
download | v2-ee8c6621e9b4ede634fe0d630ef972809e1f083c.tar.gz v2-ee8c6621e9b4ede634fe0d630ef972809e1f083c.tar.zst v2-ee8c6621e9b4ede634fe0d630ef972809e1f083c.zip |
feat(locale): update zh_CN translations
Diffstat (limited to 'internal/locale/translations/zh_CN.json')
-rw-r--r-- | internal/locale/translations/zh_CN.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/locale/translations/zh_CN.json b/internal/locale/translations/zh_CN.json index 8309e7a7..7ec1eed4 100644 --- a/internal/locale/translations/zh_CN.json +++ b/internal/locale/translations/zh_CN.json @@ -393,9 +393,9 @@ "form.prefs.fieldset.authentication_settings": "用户认证设置", "form.prefs.fieldset.reader_settings": "阅读器设置", "form.prefs.fieldset.global_feed_settings": "全局订阅源设置", - "form.prefs.label.external_font_hosts": "External font hosts", - "form.prefs.help.external_font_hosts": "Space separated list of external font hosts to allow. For example: \"fonts.gstatic.com fonts.googleapis.com\".", - "error.settings_invalid_domain_list": "Invalid domain list. Please provide a space separated list of domains.", + "form.prefs.label.external_font_hosts": "外部字体托管", + "form.prefs.help.external_font_hosts": "允许外部字体托管的空格分隔列表。例如:\"fonts.gstatic.com fonts.googleapis.com\"。", + "error.settings_invalid_domain_list": "域名列表无效。请提供一个用空格分隔的域名列表。", "form.import.label.file": "OPML 文件", "form.import.label.url": "URL", "form.integration.betula_activate": "保存文章到 Betula", |