vi.js 667 B

123456789101112131415161718
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'find', 'vi', {
  6. find: 'Tìm kiếm',
  7. findOptions: 'Tìm tùy chọn',
  8. findWhat: 'Tìm chuỗi:',
  9. matchCase: 'Phân biệt chữ hoa/thường',
  10. matchCyclic: 'Giống một phần',
  11. matchWord: 'Giống toàn bộ từ',
  12. notFoundMsg: 'Không tìm thấy chuỗi cần tìm.',
  13. replace: 'Thay thế',
  14. replaceAll: 'Thay thế tất cả',
  15. replaceSuccessMsg: '%1 vị trí đã được thay thế.',
  16. replaceWith: 'Thay bằng:',
  17. title: 'Tìm kiếm và thay thế'
  18. } );