Skip to content

Commit

Permalink
Ja extra (#1140)
Browse files Browse the repository at this point in the history
* added ja.extra
  • Loading branch information
hiro-hori authored and marcandre committed Oct 24, 2016
1 parent 06e43c3 commit 96fb28f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/i18n/ja.extra.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Validation errors messages for Parsley
import Parsley from '../parsley';

Parsley.addMessages('ja', {
dateiso: "有効な日付を入力してください。 (YYYY-MM-DD).",
minwords: "語句が短すぎます。 %s 語以上で入力してください。",
maxwords: "語句が長すぎます。 %s 語以内で入力してください。",
words: "語句の長さが正しくありません。 %s 語から %s 語の間で入力してください。",
gt: "より大きい値を入力してください。",
gte: "より大きいか、同じ値を入力してください。",
lt: "より小さい値を入力してください。",
lte: "より小さいか、同じ値を入力してください。",
notequalto: "異なる値を入力してください。"
});

0 comments on commit 96fb28f

Please sign in to comment.