/*!
 * Ext JS Library 3.0.3
 * Copyright(c) 2006-2009 Ext JS, LLC
 * licensing@extjs.com
 * http://www.extjs.com/license
 */

/** * List compiled by mystix on the extjs.com forums. * Thank you Mystix! */
/** * Vietnamese translation * By bpmtri * 12-April-2007 04:06PM */ Ext.UpdateManager.defaults.indicatorText = '
Ä?ang tải...
'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "{0} dòng được chá»?n"; } if(Ext.TabPanelItem){ Ext.TabPanelItem.prototype.closeText = "Ä?óng thẻ này"; } if(Ext.form.Field){ Ext.form.Field.prototype.invalidText = "Giá trị của ô này không hợp lệ."; } if(Ext.LoadMask){ Ext.LoadMask.prototype.msg = "Ä?ang tải..."; } Date.monthNames = [ "Tháng 1", "Tháng 2", "Tháng 3", "Tháng 4", "Tháng 5", "Tháng 6", "Tháng 7", "Tháng 8", "Tháng 9", "Tháng 10", "Tháng 11", "Tháng 12" ]; Date.dayNames = [ "Chủ nhật", "Thứ hai", "Thứ ba", "Thứ tÆ°", "Thứ năm", "Thứ sáu", "Thứ bảy" ]; if(Ext.MessageBox){ Ext.MessageBox.buttonText = { ok : "Ä?ồng ý", cancel : "Hủy bá»?", yes : "Có", no : "Không" }; } if(Ext.util.Format){ Ext.util.Format.date = function(v, format){ if(!v) return ""; if(!(v instanceof Date)) v = new Date(Date.parse(v)); return v.dateFormat(format || "d/m/Y"); }; } if(Ext.DatePicker){ Ext.apply(Ext.DatePicker.prototype, { todayText : "Hôm nay", minText : "Ngày này nhá»? hÆ¡n ngày nhá»? nhất", maxText : "Ngày này lá»›n hÆ¡n ngày lá»›n nhất", disabledDaysText : "", disabledDatesText : "", monthNames : Date.monthNames, dayNames : Date.dayNames, nextText : 'Tháng sau (Control+Right)', prevText : 'Tháng trÆ°á»›c (Control+Left)', monthYearText : 'Chá»?n má»™t tháng (Control+Up/Down để thay đổi năm)', todayTip : "{0} (Spacebar - Phím trắng)", format : "d/m/y" }); } if(Ext.PagingToolbar){ Ext.apply(Ext.PagingToolbar.prototype, { beforePageText : "Trang", afterPageText : "of {0}", firstText : "Trang đầu", prevText : "Trang trÆ°á»›c", nextText : "Trang sau", lastText : "Trang cuối", refreshText : "Tải lại", displayMsg : "Hiển thị {0} - {1} của {2}", emptyMsg : 'Không có dữ liệu để hiển thị' }); } if(Ext.form.TextField){ Ext.apply(Ext.form.TextField.prototype, { minLengthText : "Chiá»?u dài tối thiểu của ô này là {0}", maxLengthText : "Chiá»?u dài tối Ä‘a của ô này là {0}", blankText : "Ô này cần phải nhập giá trị", regexText : "", emptyText : null }); } if(Ext.form.NumberField){ Ext.apply(Ext.form.NumberField.prototype, { minText : "Giá trị nhá»? nhất của ô này là {0}", maxText : "Giá trị lá»›n nhất của ô này là {0}", nanText : "{0} hông phải là má»™t số hợp lệ" }); } if(Ext.form.DateField){ Ext.apply(Ext.form.DateField.prototype, { disabledDaysText : "Vô hiệu", disabledDatesText : "Vô hiệu", minText : "Ngày nhập trong ô này phải sau ngày {0}", maxText : "Ngày nhập trong ô này phải trÆ°á»›c ngày {0}", invalidText : "{0} không phải là má»™t ngày hợp lệ - phải có dạng {1}", format : "d/m/y" }); } if(Ext.form.ComboBox){ Ext.apply(Ext.form.ComboBox.prototype, { loadingText : "Ä?ang tải...", valueNotFoundText : undefined }); } if(Ext.form.VTypes){ Ext.apply(Ext.form.VTypes, { emailText : 'Giá trị của ô này phải là má»™t địa chỉ email có dạng nhÆ° "ten@abc.com"', 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"', alphaText : 'Ô này chỉ được nhập các kí tá»± và gạch dÆ°á»›i(_)', alphanumText : 'Ô này chỉ được nhập các kí tá»±, số và gạch dÆ°á»›i(_)' }); } if(Ext.grid.GridView){ Ext.apply(Ext.grid.GridView.prototype, { sortAscText : "Tăng dần", sortDescText : "Giảm dần", lockText : "Khóa cá»™t", unlockText : "Bá»? khóa cá»™t", columnsText : "Các cá»™t" }); } if(Ext.grid.PropertyColumnModel){ Ext.apply(Ext.grid.PropertyColumnModel.prototype, { nameText : "Tên", valueText : "Giá trị", dateFormat : "j/m/Y" }); } if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){ Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, { splitTip : "Kéo giữ chuá»™t để thay đổi kích thÆ°á»›c.", collapsibleSplitTip : "Kéo giữ chuá»™t để thay đổi kích thÆ°á»›c. Nhấp đúp để ẩn Ä‘i." }); }