From ff1572eae48c20e1ae56ade5c3a07661adff39bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my?= Date: Fri, 9 Oct 2020 06:55:39 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (6 of 6 strings) --- .../CoreBundle/Resources/translations/validators.zh.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.zh.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.zh.yml index c07a92e27..aaf551d6f 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/validators.zh.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/validators.zh.yml @@ -1,7 +1,7 @@ validator: password_must_match: '两次输入的密码必须匹配。' - password_too_short: '密码最少需要包含 8 个字符' - password_wrong_value: '当前密码输入错误' + password_too_short: '密码最少需要包含 8 个字符.' + password_wrong_value: '当前密码输入错误.' item_per_page_too_high: '这会让应用十分卡顿' feed_limit_too_high: '这会让应用十分卡顿' quote_length_too_high: '引用内容过长,最多不能超过 {{ limit }} 个字符。'