aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/validators.zh.yml
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2020-03-28 16:39:17 +0100
committerGitHub <noreply@github.com>2020-03-28 16:39:17 +0100
commitd8a40d703e96c10118de025eb5cdcfdd69f26f6a (patch)
tree5d6a0ffc3f97968d31b4bc4236f6fb58c0e0a684 /src/Wallabag/CoreBundle/Resources/translations/validators.zh.yml
parent26467fa6b48d5ac2ea5fdab0e17eb1e585aee330 (diff)
parent9ce18f06c33e1cfb56fc0021c4992696442bac91 (diff)
downloadwallabag-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 'src/Wallabag/CoreBundle/Resources/translations/validators.zh.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.zh.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.zh.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.zh.yml
new file mode 100644
index 00000000..3541c768
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/translations/validators.zh.yml
@@ -0,0 +1,7 @@
1validator:
2 password_must_match: '两次输入的密码必须匹配。'
3 password_too_short: '密码最少需要包含 8 个字符'
4 password_wrong_value: '当前密码输入错误'
5 item_per_page_too_high: '这会让应用十分卡顿'
6 feed_limit_too_high: '这会让应用十分卡顿'
7 quote_length_too_high: '引用内容过长,最多不能超过 {{ limit }} 个字符。'