Skip to content

Instantly share code, notes, and snippets.

@swordray
Last active August 29, 2015 14:11
Show Gist options
  • Save swordray/ffc24d21df9e94150d3b to your computer and use it in GitHub Desktop.
Save swordray/ffc24d21df9e94150d3b to your computer and use it in GitHub Desktop.
validates_timeliness.zh_CN.yml
zh-CN:
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