Created
June 16, 2013 04:53
-
-
Save musubu/5790822 to your computer and use it in GitHub Desktop.
validates_timelinessの日本語ロケール
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ja: | |
errors: | |
messages: | |
invalid_date: "は不正な日付です。" | |
invalid_time: "は不正な時間です。" | |
invalid_datetime: "は不正な日時です。" | |
is_at: "は%{restriction}にしてください。" | |
before: "は%{restriction}より前にしてください。" | |
on_or_before: 'は%{restriction}以前にしてください。' | |
after: "は%{restriction}より後にしてください。" | |
on_or_after: 'は%{restriction}以降にしてください。' | |
validates_timeliness: | |
error_value_formats: | |
date: '%Y-%m-%d' | |
time: '%H:%M:%S' | |
datetime: '%Y-%m-%d %H:%M:%S' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment