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