Created
June 7, 2016 08:22
-
-
Save yurijmi/e3d9647db3ad643ebc2af7bb76a40b06 to your computer and use it in GitHub Desktop.
Russian locale for validates_timeliness gem
This file contains hidden or 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
ru: | |
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: "%d.%m.%Y" | |
time: "%H:%M:%S" | |
datetime: "%d.%m.%Y, %H:%M:%S" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment