From 4a654ae49a6a39b7bdf32df7680b12e30babe62d Mon Sep 17 00:00:00 2001 From: lizyn Date: Mon, 24 Feb 2020 23:37:27 +0800 Subject: =?UTF-8?q?Added=20translation=20in=20Simplified=20Chinese?= =?UTF-8?q?=EF=BC=88=E7=AE=80=E4=BD=93=E4=B8=AD=E6=96=87=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Wallabag/CoreBundle/Resources/translations/validators.zh.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/Wallabag/CoreBundle/Resources/translations/validators.zh.yml (limited to 'src/Wallabag/CoreBundle/Resources/translations/validators.zh.yml') 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 @@ +validator: + password_must_match: '两次输入的密码必须匹配。' + password_too_short: '密码最少需要包含 8 个字符' + password_wrong_value: '当前密码输入错误' + item_per_page_too_high: '这会让应用十分卡顿' + feed_limit_too_high: '这会让应用十分卡顿' + quote_length_too_high: '引用内容过长,最多不能超过 {{ limit }} 个字符。' -- cgit v1.2.3