-
Code's Tags
-
Your Codes
-
Reffers
-
Linked Codes
|
Code:
Short link for Twitter:
HTML:
HTML view:
Copy Source | Copy HTML en: errors: # Полный формат ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð¾Ð± ошибке по умолчанию. format: "{{attribute}} {{message}}" # Ð—Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ :model, :attribute и :value вÑегда доÑтупны Ð´Ð»Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ # Значение :count доÑтупно еÑли оно применимо. Может быть иÑпользовано Ð´Ð»Ñ Ð¼Ð½Ð¾Ð¶ÐµÑтвенного чиÑла. messages: inclusion: "is not included in the list" exclusion: "is reserved" invalid: "is invalid" confirmation: "doesn't match confirmation" accepted: "must be accepted" empty: "can't be empty" blank: "can't be blank" too_long: "is too long (maximum is {{count}} characters)" too_short: "is too short (minimum is {{count}} characters)" wrong_length: "is the wrong length (should be {{count}} characters)" not_a_number: "is not a number" greater_than: "must be greater than {{count}}" greater_than_or_equal_to: "must be greater than or equal to {{count}}" equal_to: "must be equal to {{count}}" less_than: "must be less than {{count}}" less_than_or_equal_to: "must be less than or equal to {{count}}" odd: "must be odd" even: "must be even"
|