modify copyright year
[msb/discovery.git] / discovery-ui / src / main / resources / iui / microservices / js / jquery-validation / localization / messages_fa.js
1 /*
2  * Copyright 2016-2017 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: FA (Persian; فارسی)
27  */
28 $.extend($.validator.messages, {
29         required: "تکمیل این فیلد اجباری است.",
30         remote: "لطفا این فیلد را تصحیح کنید.",
31         email: ".لطفا یک ایمیل صحیح وارد کنید",
32         url: "لطفا آدرس صحیح وارد کنید.",
33         date: "لطفا یک تاریخ صحیح وارد کنید",
34         dateFA: "لطفا یک تاریخ صحیح وارد کنید",
35         dateISO: "لطفا تاریخ صحیح وارد کنید (ISO).",
36         number: "لطفا عدد صحیح وارد کنید.",
37         digits: "لطفا تنها رقم وارد کنید",
38         creditcard: "لطفا کریدیت کارت صحیح وارد کنید.",
39         equalTo: "لطفا مقدار برابری وارد کنید",
40         extension: "لطفا مقداری وارد کنید که ",
41         maxlength: $.validator.format("لطفا بیشتر از {0} حرف وارد نکنید."),
42         minlength: $.validator.format("لطفا کمتر از {0} حرف وارد نکنید."),
43         rangelength: $.validator.format("لطفا مقداری بین {0} تا {1} حرف وارد کنید."),
44         range: $.validator.format("لطفا مقداری بین {0} تا {1} حرف وارد کنید."),
45         max: $.validator.format("لطفا مقداری کمتر از {0} حرف وارد کنید."),
46         min: $.validator.format("لطفا مقداری بیشتر از {0} حرف وارد کنید."),
47         minWords: $.validator.format("لطفا حداقل {0} کلمه وارد کنید."),
48         maxWords: $.validator.format("لطفا حداکثر {0} کلمه وارد کنید.")
49 });
50
51 }));