gentelella/vendors/parsleyjs/dist/i18n/ru.extra.js

10 lines
513 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

// Validation errors messages for Parsley
// Load this after Parsley
Parsley.addMessages('ru', {
dateiso: "Это значение должно быть корректной датой (ГГГГ-ММ-ДД).",
minwords: "Это значение должно содержать не менее %s слов.",
maxwords: "Это значение должно содержать не более %s слов.",
words: "Это значение должно содержать от %s до %s слов."
});