X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fvi.js;fp=sources%2Flang%2Fvi.js;h=45d3d30510a0c48f78a724b03a20ce156d8e5b81;hp=d1b5dc4206bcaf05c629a7af1f46e8922dd280a7;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/vi.js b/sources/lang/vi.js index d1b5dc4..45d3d30 100644 --- a/sources/lang/vi.js +++ b/sources/lang/vi.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -86,7 +86,7 @@ CKEDITOR.lang[ 'vi' ] = { alignMiddle: 'Giữa', alignBottom: 'Dưới', alignNone: 'Không', - invalidValue : 'Giá trị không hợp lệ.', + invalidValue: 'Giá trị không hợp lệ.', invalidHeight: 'Chiều cao phải là số nguyên.', invalidWidth: 'Chiều rộng phải là số nguyên.', invalidCssLength: 'Giá trị quy định cho trường "%1" phải là một số dương có hoặc không có một đơn vị đo CSS hợp lệ (px, %, in, cm, mm, em, ex, pt, hoặc pc).', @@ -95,6 +95,23 @@ CKEDITOR.lang[ 'vi' ] = { cssLengthTooltip: 'Nhập một giá trị theo pixel hoặc một số với một đơn vị CSS hợp lệ (px, %, in, cm, mm, em, ex, pt, hoặc pc).', // Put the voice-only part of the label in the span. - unavailable: '%1, không có' + unavailable: '%1, không có', + + // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. + keyboard: { + 8: 'Phím Backspace', + 13: 'Enter', + 16: 'Shift', // MISSING + 17: 'Ctrl', // MISSING + 18: 'Alt', // MISSING + 32: 'Space', // MISSING + 35: 'End', // MISSING + 36: 'Home', // MISSING + 46: 'Xóa', + 224: 'Command' // MISSING + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: 'Keyboard shortcut' // MISSING } };