aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/validators.ja.yml
diff options
context:
space:
mode:
authorAKKED <47494316+AKKED@users.noreply.github.com>2020-01-28 23:33:03 +0900
committerJeremy Benoist <jeremy.benoist@gmail.com>2020-03-28 16:47:44 +0100
commit7d4176b27be7ff8b2abc9f27bf81710c8ed4cc25 (patch)
tree6095a2dc460aef0ce60dfc790f9a6037200c4313 /src/Wallabag/CoreBundle/Resources/translations/validators.ja.yml
parentd8a40d703e96c10118de025eb5cdcfdd69f26f6a (diff)
downloadwallabag-7d4176b27be7ff8b2abc9f27bf81710c8ed4cc25.tar.gz
wallabag-7d4176b27be7ff8b2abc9f27bf81710c8ed4cc25.tar.zst
wallabag-7d4176b27be7ff8b2abc9f27bf81710c8ed4cc25.zip
Add Japanese translation
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/validators.ja.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.ja.yml7
1 files changed, 7 insertions, 0 deletions
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 @@
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 }} 文字以下にする必要があります。'