msb protocol synch change
[msb/apigateway.git] / msb-core / apiroute / apiroute-service / src / main / resources / iui-route / js / jquery-validation / localization / messages_et.js
1 /*
2  * Copyright 2016 2015-2016 ZTE, Inc. and others. All rights reserved.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16  *     Author: Zhaoxing Meng
17  *     email: meng.zhaoxing1@zte.com.cn
18  */
19 (function( factory ) {
20         if ( typeof define === "function" && define.amd ) {
21                 define( ["jquery", "../jquery.validate"], factory );
22         } else {
23                 factory( jQuery );
24         }
25 }(function( $ ) {
26
27 /*
28  * Translated default messages for the jQuery validation plugin.
29  * Locale: ET (Estonian; eesti, eesti keel)
30  */
31 $.extend($.validator.messages, {
32         required: "See väli peab olema täidetud.",
33         maxlength: $.validator.format("Palun sisestage vähem kui {0} tähemärki."),
34         minlength: $.validator.format("Palun sisestage vähemalt {0} tähemärki."),
35         rangelength: $.validator.format("Palun sisestage väärtus vahemikus {0} kuni {1} tähemärki."),
36         email: "Palun sisestage korrektne e-maili aadress.",
37         url: "Palun sisestage korrektne URL.",
38         date: "Palun sisestage korrektne kuupäev.",
39         dateISO: "Palun sisestage korrektne kuupäev (YYYY-MM-DD).",
40         number: "Palun sisestage korrektne number.",
41         digits: "Palun sisestage ainult numbreid.",
42         equalTo: "Palun sisestage sama väärtus uuesti.",
43         range: $.validator.format("Palun sisestage väärtus vahemikus {0} kuni {1}."),
44         max: $.validator.format("Palun sisestage väärtus, mis on väiksem või võrdne arvuga {0}."),
45         min: $.validator.format("Palun sisestage väärtus, mis on suurem või võrdne arvuga {0}."),
46         creditcard: "Palun sisestage korrektne krediitkaardi number."
47 });
48
49 }));