]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Resources/translations/validators.zh.yml
Merge pull request #4281 from lizyn/zh_translation
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / translations / validators.zh.yml
1 validator:
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 }} 个字符。'