From 7d4176b27be7ff8b2abc9f27bf81710c8ed4cc25 Mon Sep 17 00:00:00 2001 From: AKKED <47494316+AKKED@users.noreply.github.com> Date: Tue, 28 Jan 2020 23:33:03 +0900 Subject: Add Japanese translation --- src/Wallabag/CoreBundle/Resources/translations/validators.ja.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/Wallabag/CoreBundle/Resources/translations/validators.ja.yml (limited to 'src/Wallabag/CoreBundle/Resources/translations/validators.ja.yml') diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.ja.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.ja.yml new file mode 100644 index 00000000..6c85a384 --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/translations/validators.ja.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