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

10 lines
495 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('uk', {
dateiso: "Це значення має бути коректною датою (РРРР-ММ-ДД).",
minwords: "Це значення повинно містити не менше %s слів.",
maxwords: "Це значення повинно містити не більше %s слів.",
words: "Це значення повинно містити від %s до %s слів."
});