?? ext-lang-vn.js
字號:
?/** * 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 = '<div class="loading-indicator">?ang t?i...</div>';if(Ext.View){ Ext.View.prototype.emptyText = "";}if(Ext.grid.Grid){ Ext.grid.Grid.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 y", 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.domain.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.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." });}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -