X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fvi.js;h=76c7e853e2bf77bc1194449a2f2cfa87f674ebcc;hb=e73319a12b56100b29ef456fd74114fe5519e01c;hp=965f890f9a2df3437ff13f85db3b56691d03c4ba;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba;p=ckeditor.git diff --git a/_source/lang/vi.js b/_source/lang/vi.js index 965f890..76c7e85 100644 --- a/_source/lang/vi.js +++ b/_source/lang/vi.js @@ -14,7 +14,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * Constains the dictionary of language entries. + * Contains the dictionary of language entries. * @namespace */ CKEDITOR.lang['vi'] = @@ -121,6 +121,10 @@ CKEDITOR.lang['vi'] = alignBottom : 'Dưới', invalidHeight : 'Chiều cao phải là số nguyên.', invalidWidth : 'Chiều rộng phải là số nguyên.', + invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING + invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING + cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, không có' @@ -201,7 +205,8 @@ CKEDITOR.lang['vi'] = menu : 'Thuộc tính điểm neo', title : 'Thuộc tính điểm neo', name : 'Tên của điểm neo', - errorName : 'Hãy nhập vào tên của điểm neo' + errorName : 'Hãy nhập vào tên của điểm neo', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -237,6 +242,7 @@ CKEDITOR.lang['vi'] = findWhat : 'Tìm chuỗi:', replaceWith : 'Thay bằng:', notFoundMsg : 'Không tìm thấy chuỗi cần tìm.', + findOptions : 'Find Options', // MISSING matchCase : 'Phân biệt chữ hoa/thường', matchWord : 'Giống toàn bộ từ', matchCyclic : 'Giống một phần', @@ -413,7 +419,6 @@ CKEDITOR.lang['vi'] = upload : 'Tải lên', alt : 'Chú thích ảnh', lockRatio : 'Giữ nguyên tỷ lệ', - unlockRatio : 'Phá bỏ tỷ lệ', resetSize : 'Kích thước gốc', border : 'Đường viền', hSpace : 'Khoảng đệm ngang', @@ -770,41 +775,41 @@ CKEDITOR.lang['vi'] = docprops : { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING + label : 'Thuộc tính Tài liệu', + title : 'Thuộc tính Tài liệu', design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING - chooseColor : 'Choose', // MISSING - other : 'Other...', // MISSING - docTitle : 'Page Title', // MISSING - charset : 'Character Set Encoding', // MISSING - charsetOther : 'Other Character Set Encoding', // MISSING + meta : 'Siêu dữ liệu', + chooseColor : 'Chọn màu', + other : '', + docTitle : 'Tiêu đề Trang', + charset : 'Bảng mã ký tự', + charsetOther : 'Bảng mã ký tự khác', charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING + charsetCE : 'Trung Âu', + charsetCT : 'Tiếng Trung Quốc (Big5)', + charsetCR : 'Tiếng Kirin', + charsetGR : 'Tiếng Hy Lạp', + charsetJP : 'Tiếng Nhật', + charsetKR : 'Tiếng Hàn', + charsetTR : 'Tiếng Thổ Nhĩ Kỳ', charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Document Type Heading', // MISSING - docTypeOther : 'Other Document Type Heading', // MISSING - xhtmlDec : 'Include XHTML Declarations', // MISSING - bgColor : 'Background Color', // MISSING - bgImage : 'Background Image URL', // MISSING - bgFixed : 'Non-scrolling (Fixed) Background', // MISSING - txtColor : 'Text Color', // MISSING - margin : 'Page Margins', // MISSING - marginTop : 'Top', // MISSING - marginLeft : 'Left', // MISSING - marginRight : 'Right', // MISSING - marginBottom : 'Bottom', // MISSING - metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING - metaDescription : 'Document Description', // MISSING - metaAuthor : 'Author', // MISSING - metaCopyright : 'Copyright', // MISSING + charsetWE : 'Tây Âu', + docType : 'Kiểu Đề mục Tài liệu', + docTypeOther : 'Kiểu Đề mục Tài liệu khác', + xhtmlDec : 'Bao gồm cả định nghĩa XHTML', + bgColor : 'Màu nền', + bgImage : 'URL của Hình ảnh nền', + bgFixed : 'Không cuộn nền', + txtColor : 'Màu chữ', + margin : 'Đường biên của Trang', + marginTop : 'Trên', + marginLeft : 'Trái', + marginRight : 'Phải', + marginBottom : 'Dưới', + metaKeywords : 'Các từ khóa chỉ mục tài liệu (phân cách bởi dấu phẩy)', + metaDescription : 'Mô tả tài liệu', + metaAuthor : 'Tác giả', + metaCopyright : 'Bản quyền', previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };