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