Socialvoid-Web-Assets/assets/libs/parsleyjs/i18n/ua.extra.js

15 lines
927 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Validation errors messages for Parsley
// Load this after Parsley
Parsley.addMessages('ua', {
dateiso: "Це значення повинно бути коректною датою (РРРР-ММ-ДД).",
minwords: "Це значення повинно містити не менше %s слів.",
maxwords: "Це значення повинно містити не більше %s слів.",
words: "Це значення повинно містити від %s до %s слів.",
gt: "Це значення повинно бути більше.",
gte: "Це значення повинно бути більше або дорівнює.",
lt: "Це значення повинно бути менше.",
lte: "Це значення повинно бути менше або дорівнює.",
notequalto: "Це значення повинно відрізнятися."
});