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

15 lines
1.0 KiB
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('el', {
dateiso: "Η τιμή πρέπει να είναι μια έγκυρη ημερομηνία (YYYY-MM-DD).",
minwords: "Το κείμενο είναι πολύ μικρό. Πρέπει να έχει %s ή και περισσότερες λέξεις.",
maxwords: "Το κείμενο είναι πολύ μεγάλο. Πρέπει να έχει %s ή και λιγότερες λέξεις.",
words: "Το μήκος του κειμένου είναι μη έγκυρο. Πρέπει να είναι μεταξύ %s και %s λεξεων.",
gt: "Η τιμή πρέπει να είναι μεγαλύτερη.",
gte: "Η τιμή πρέπει να είναι μεγαλύτερη ή ίση.",
lt: "Η τιμή πρέπει να είναι μικρότερη.",
lte: "Η τιμή πρέπει να είναι μικρότερη ή ίση.",
notequalto: "Η τιμή πρέπει να είναι διαφορετική."
});