inherit from oparent
[msb/discovery.git] / discovery-ui / src / main / resources / iui / microservices / js / jquery-validation / localization / messages_si.js
1 /*
2  * Copyright 2016 ZTE, Inc. and others.
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 (function( factory ) {
17         if ( typeof define === "function" && define.amd ) {
18                 define( ["jquery", "../jquery.validate"], factory );
19         } else {
20                 factory( jQuery );
21         }
22 }(function( $ ) {
23
24 /*
25  * Translated default messages for the jQuery validation plugin.
26  * Locale: SI (Slovenian)
27  */
28 $.extend($.validator.messages, {
29         required: "To polje je obvezno.",
30         remote: "Vpis v tem polju ni v pravi obliki.",
31         email: "Prosimo, vnesite pravi email naslov.",
32         url: "Prosimo, vnesite pravi URL.",
33         date: "Prosimo, vnesite pravi datum.",
34         dateISO: "Prosimo, vnesite pravi datum (ISO).",
35         number: "Prosimo, vnesite pravo številko.",
36         digits: "Prosimo, vnesite samo številke.",
37         creditcard: "Prosimo, vnesite pravo številko kreditne kartice.",
38         equalTo: "Prosimo, ponovno vnesite enako vsebino.",
39         extension: "Prosimo, vnesite vsebino z pravo končnico.",
40         maxlength: $.validator.format("Prosimo, da ne vnašate več kot {0} znakov."),
41         minlength: $.validator.format("Prosimo, vnesite vsaj {0} znakov."),
42         rangelength: $.validator.format("Prosimo, vnesite od {0} do {1} znakov."),
43         range: $.validator.format("Prosimo, vnesite vrednost med {0} in {1}."),
44         max: $.validator.format("Prosimo, vnesite vrednost manjšo ali enako {0}."),
45         min: $.validator.format("Prosimo, vnesite vrednost večjo ali enako {0}.")
46 });
47
48 }));