3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
\r
4 <title>The source code</title>
\r
5 <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
\r
6 <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
\r
8 <body onload="prettyPrint();">
\r
9 <pre class="prettyprint lang-js"><div id="prop-Ext.state.Provider-"></div>/**
10 * List compiled by mystix on the extjs.com forums.
14 <div id="prop-Ext.state.Provider-indicatorText"></div>/**
15 * Vietnamese translation
17 * 12-April-2007 04:06PM
20 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Đang tải...</div>';
23 Ext.View.prototype.emptyText = "";
26 if(Ext.grid.GridPanel){
27 Ext.grid.GridPanel.prototype.ddText = "{0} dòng được chọn";
31 Ext.TabPanelItem.prototype.closeText = "Đóng thẻ này";
35 Ext.form.Field.prototype.invalidText = "Giá trị của ô này không hợp lệ.";
39 Ext.LoadMask.prototype.msg = "Đang tải...";
68 Ext.MessageBox.buttonText = {
77 Ext.util.Format.date = function(v, format){
79 if(!(v instanceof Date)) v = new Date(Date.parse(v));
80 return v.dateFormat(format || "d/m/Y");
85 Ext.apply(Ext.DatePicker.prototype, {
86 todayText : "Hôm nay",
87 minText : "Ngày này nhỏ hơn ngày nhỏ nhất",
88 maxText : "Ngày này lớn hơn ngày lớn nhất",
89 disabledDaysText : "",
90 disabledDatesText : "",
91 monthNames : Date.monthNames,
92 dayNames : Date.dayNames,
93 nextText : 'Tháng sau (Control+Right)',
94 prevText : 'Tháng trước (Control+Left)',
95 monthYearText : 'Chọn một tháng (Control+Up/Down để thay đổi năm)',
96 todayTip : "{0} (Spacebar - Phím trắng)",
101 if(Ext.PagingToolbar){
102 Ext.apply(Ext.PagingToolbar.prototype, {
103 beforePageText : "Trang",
104 afterPageText : "of {0}",
105 firstText : "Trang đầu",
106 prevText : "Trang trước",
107 nextText : "Trang sau",
108 lastText : "Trang cuối",
109 refreshText : "Tải lại",
110 displayMsg : "Hiển thị {0} - {1} của {2}",
111 emptyMsg : 'Không có dữ liệu để hiển thị'
115 if(Ext.form.TextField){
116 Ext.apply(Ext.form.TextField.prototype, {
117 minLengthText : "Chiều dài tối thiểu của ô này là {0}",
118 maxLengthText : "Chiều dài tối đa của ô này là {0}",
119 blankText : "Ô này cần phải nhập giá trị",
125 if(Ext.form.NumberField){
126 Ext.apply(Ext.form.NumberField.prototype, {
127 minText : "Giá trị nhỏ nhất của ô này là {0}",
128 maxText : "Giá trị lớn nhất của ô này là {0}",
129 nanText : "{0} hông phải là một số hợp lệ"
133 if(Ext.form.DateField){
134 Ext.apply(Ext.form.DateField.prototype, {
135 disabledDaysText : "Vô hiệu",
136 disabledDatesText : "Vô hiệu",
137 minText : "Ngày nhập trong ô này phải sau ngày {0}",
138 maxText : "Ngày nhập trong ô này phải trước ngày {0}",
139 invalidText : "{0} không phải là một ngày hợp lệ - phải có dạng {1}",
144 if(Ext.form.ComboBox){
145 Ext.apply(Ext.form.ComboBox.prototype, {
146 loadingText : "Đang tải...",
147 valueNotFoundText : undefined
152 Ext.apply(Ext.form.VTypes, {
153 emailText : 'Giá trị của ô này phải là một địa chỉ email có dạng như "ten@abc.com"',
154 urlText : 'Giá trị của ô này phải là một địa chỉ web(URL) hợp lệ, có dạng như "http:/'+'/www.example.com"',
155 alphaText : 'Ô này chỉ được nhập các kí tự và gạch dưới(_)',
156 alphanumText : 'Ô này chỉ được nhập các kí tự, số và gạch dưới(_)'
160 if(Ext.grid.GridView){
161 Ext.apply(Ext.grid.GridView.prototype, {
162 sortAscText : "Tăng dần",
163 sortDescText : "Giảm dần",
164 lockText : "Khóa cột",
165 unlockText : "Bỏ khóa cột",
166 columnsText : "Các cột"
170 if(Ext.grid.PropertyColumnModel){
171 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
173 valueText : "Giá trị",
178 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
179 Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
180 splitTip : "Kéo giữ chuột để thay đổi kích thước.",
181 collapsibleSplitTip : "Kéo giữ chuột để thay đổi kích thước. Nhấp đúp để ẩn đi."