Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / docs / source / ext-lang-fa.html
1 <html>\r
2 <head>\r
3   <title>The source code</title>\r
4     <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
5     <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
6 </head>\r
7 <body  onload="prettyPrint();">\r
8     <pre class="prettyprint lang-js">/*
9  * Farsi (Persian) translation
10  * By Mohaqa
11  * 03-10-2007, 06:23 PM
12  */
13
14 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">در حال بارگذاری ...</div>';
15
16 if(Ext.View){
17    Ext.View.prototype.emptyText = "";
18 }
19
20 if(Ext.grid.GridPanel){
21    Ext.grid.GridPanel.prototype.ddText = "{0} رکورد انتخاب شده";
22 }
23
24 if(Ext.TabPanelItem){
25    Ext.TabPanelItem.prototype.closeText = "بستن";
26 }
27
28 if(Ext.form.Field){
29    Ext.form.Field.prototype.invalidText = "مقدار فیلد صحیح نیست";
30 }
31
32 if(Ext.LoadMask){
33     Ext.LoadMask.prototype.msg = "در حال بارگذاری ...";
34 }
35
36 Date.monthNames = [
37    "ژانویه",
38    "فوریه",
39    "مارس",
40    "آپریل",
41    "می",
42    "ژوئن",
43    "جولای",
44    "آگوست",
45    "سپتامبر",
46    "اکتبر",
47    "نوامبر",
48    "دسامبر"
49 ];
50
51 Date.monthNumbers = {
52   Jan : 0,
53   Feb : 1,
54   Mar : 2,
55   Apr : 3,
56   May : 4,
57   Jun : 5,
58   Jul : 6,
59   Aug : 7,
60   Sep : 8,
61   Oct : 9,
62   Nov : 10,
63   Dec : 11
64 };
65
66 Date.dayNames = [
67    "یکشنبه",
68    "دوشنبه",
69    "سه شنبه",
70    "چهارشنبه",
71    "پنجشنبه",
72    "جمعه",
73    "شنبه"
74 ];
75
76 if(Ext.MessageBox){
77    Ext.MessageBox.buttonText = {
78       ok     : "تایید",
79       cancel : "بازگشت",
80       yes    : "بله",
81       no     : "خیر"
82    };
83 }
84
85 if(Ext.util.Format){
86    Ext.util.Format.date = function(v, format){
87       if(!v) return "";
88       if(!(v instanceof Date)) v = new Date(Date.parse(v));
89       return v.dateFormat(format || "Y/m/d");
90    };
91 }
92
93 if(Ext.DatePicker){
94   Ext.apply(Ext.DatePicker.prototype, {
95     todayText         : "امروز",
96     minText           : "این تاریخ قبل از محدوده مجاز است",
97     maxText           : "این تاریخ پس از محدوده مجاز است",
98     disabledDaysText  : "",
99     disabledDatesText : "",
100     monthNames        : Date.monthNames,
101     dayNames          : Date.dayNames,
102     nextText          : 'ماه بعد (Control + Right)',
103     prevText          : 'ماه قبل (Control+Left)',
104     monthYearText     : 'یک ماه را انتخاب کنید (Control+Up/Down برای انتقال در سال)',
105     todayTip          : "{0} (Spacebar)",
106     format            : "y/m/d",
107     okText            : "&#160;OK&#160;",
108     cancelText        : "Cancel",
109     startDay          : 0
110    });
111 }
112
113 if(Ext.PagingToolbar){
114    Ext.apply(Ext.PagingToolbar.prototype, {
115       beforePageText : "صفحه",
116       afterPageText  : "از {0}",
117       firstText      : "صفحه اول",
118       prevText       : "صفحه قبل",
119       nextText       : "صفحه بعد",
120       lastText       : "صفحه آخر",
121       refreshText    : "بازخوانی",
122       displayMsg     : "نمایش {0} - {1} of {2}",
123       emptyMsg       : 'داده ای برای نمایش وجود ندارد'
124    });
125 }
126
127 if(Ext.form.TextField){
128    Ext.apply(Ext.form.TextField.prototype, {
129       minLengthText : "حداقل طول این فیلد برابر است با {0}",
130       maxLengthText : "حداکثر طول این فیلد برابر است با {0}",
131       blankText     : "این فیلد باید مقداری داشته باشد",
132       regexText     : "",
133       emptyText     : null
134    });
135 }
136
137 if(Ext.form.NumberField){
138    Ext.apply(Ext.form.NumberField.prototype, {
139       minText : "حداقل مقدار این فیلد برابر است با {0}",
140       maxText : "حداکثر مقدار این فیلد برابر است با {0}",
141       nanText : "{0} یک عدد نیست"
142    });
143 }
144
145 if(Ext.form.DateField){
146    Ext.apply(Ext.form.DateField.prototype, {
147       disabledDaysText  : "غیرفعال",
148       disabledDatesText : "غیرفعال",
149       minText           : "تاریخ باید پس از {0} باشد",
150       maxText           : "تاریخ باید پس از {0} باشد",
151       invalidText       : "{0} تاریخ صحیحی نیست - فرمت صحیح {1}",
152       format            : "y/m/d"
153    });
154 }
155
156 if(Ext.form.ComboBox){
157    Ext.apply(Ext.form.ComboBox.prototype, {
158       loadingText       : "در حال بارگذاری ...",
159       valueNotFoundText : undefined
160    });
161 }
162
163 if(Ext.form.VTypes){
164    Ext.apply(Ext.form.VTypes, {
165       emailText    : 'مقدار این فیلد باید یک ایمیل با این فرمت باشد "user@example.com"',
166       urlText      : 'مقدار این آدرس باید یک آدرس سایت با این فرمت باشد "http:/'+'/www.example.com"',
167       alphaText    : 'مقدار این فیلد باید فقط از حروف الفبا و _ تشکیل شده باشد ',
168       alphanumText : 'مقدار این فیلد باید فقط از حروف الفبا، اعداد و _ تشکیل شده باشد'
169    });
170 }
171
172 if(Ext.form.HtmlEditor){
173   Ext.apply(Ext.form.HtmlEditor.prototype, {
174     createLinkText : 'لطفا آدرس لینک را وارد کنید:',
175     buttonTips : {
176       bold : {
177         title: 'تیره (Ctrl+B)',
178         text: 'متن انتخاب شده را تیره می کند.',
179         cls: 'x-html-editor-tip'
180       },
181       italic : {
182         title: 'ایتالیک (Ctrl+I)',
183         text: 'متن انتخاب شده را ایتالیک می کند.',
184         cls: 'x-html-editor-tip'
185       },
186       underline : {
187         title: 'زیرخط (Ctrl+U)',
188         text: 'زیر هر نوشته یک خط نمایش می دهد.',
189         cls: 'x-html-editor-tip'
190       },
191       increasefontsize : {
192         title: 'افزایش اندازه',
193         text: 'اندازه فونت را افزایش می دهد.',
194         cls: 'x-html-editor-tip'
195       },
196       decreasefontsize : {
197         title: 'کاهش اندازه',
198         text: 'اندازه متن را کاهش می دهد.',
199         cls: 'x-html-editor-tip'
200       },
201       backcolor : {
202         title: 'رنگ زمینه متن',
203         text: 'برای تغییر رنگ زمینه متن استفاده می شود.',
204         cls: 'x-html-editor-tip'
205       },
206       forecolor : {
207         title: 'رنگ قلم',
208         text: 'رنگ  قلم متن را تغییر می دهد.',
209         cls: 'x-html-editor-tip'
210       },
211       justifyleft : {
212         title: 'چیدن متن از سمت چپ',
213         text: 'متن از سمت چپ چیده شده می شود.',
214         cls: 'x-html-editor-tip'
215       },
216       justifycenter : {
217         title: 'متن در وسط ',
218         text: 'نمایش متن در قسمت وسط صفحه و رعابت سمت چپ و راست.',
219         cls: 'x-html-editor-tip'
220       },
221       justifyright : {
222         title: 'چیدن متن از سمت راست',
223         text: 'متن از سمت راست پیده خواهد شد.',
224         cls: 'x-html-editor-tip'
225       },
226       insertunorderedlist : {
227         title: 'لیست همراه با علامت',
228         text: 'یک لیست جدید ایجاد می کند.',
229         cls: 'x-html-editor-tip'
230       },
231       insertorderedlist : {
232         title: 'لیست عددی',
233         text: 'یک لیست عددی ایجاد می کند. ',
234         cls: 'x-html-editor-tip'
235       },
236       createlink : {
237         title: 'لینک',
238         text: 'متن انتخاب شده را به لینک تبدیل کنید.',
239         cls: 'x-html-editor-tip'
240       },
241       sourceedit : {
242         title: 'ویرایش سورس',
243         text: 'رفتن به حالت ویرایش سورس.',
244         cls: 'x-html-editor-tip'
245       }
246     }
247   });
248 }
249
250 if(Ext.grid.GridView){
251    Ext.apply(Ext.grid.GridView.prototype, {
252       sortAscText  : "مرتب سازی افزایشی",
253       sortDescText : "مرتب سازی کاهشی",
254       lockText     : "قفل ستون ها",
255       unlockText   : "بازکردن ستون ها",
256       columnsText  : "ستون ها"
257    });
258 }
259
260 if(Ext.grid.PropertyColumnModel){
261    Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
262       nameText   : "نام",
263       valueText  : "مقدار",
264       dateFormat : "Y/m/d"
265    });
266 }
267
268 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
269    Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
270       splitTip            : "درگ برای تغییر اندازه.",
271       collapsibleSplitTip : "برای تغییر اندازه درگ کنید."
272    });
273 }
274 </pre>    \r
275 </body>\r
276 </html>