Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translated boolean and timezone in ja/validation.php #318

Merged
merged 2 commits into from
Dec 19, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ja/reminders.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

"sent" => "パスワードリマインダーを送信しました!",

"reset" => "Password has been reset!",
"reset" => "パスワードがリセットされました!",

);
4 changes: 2 additions & 2 deletions ja/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"string" => ":attributeは:min文字から:max文字までとなります。",
"array" => ":attributeは:min個から:max個までとなります。"
),
"boolean" => "The :attribute field must be true or false",
"boolean" => ":attributeは真偽値で指定してください。",
"confirmed" => ":attributeは確認用フィールドと一致していません。",
"date" => ":attributeは正しい日付ではありません。",
"date_format" => ":attributeは日付フォーマット(:format)と一致していません。",
Expand Down Expand Up @@ -68,7 +68,7 @@
"string" => ":attributeは:size文字で指定してください。",
"array" => ":attributeは:size個で指定してください。"
),
"timezone" => "The :attribute must be a valid zone.",
"timezone" => ":attributeはタイムゾーンを指定してください。",
"unique" => ":attributeが既に存在しています。",
"url" => ":attributeにはURLを指定してください。",

Expand Down