X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Ftt.js;fp=sources%2Flang%2Ftt.js;h=c63170bb09b32435f91a8e534c7608e8f2f556a2;hp=20354469319e7803d2e36517b15286e9a38c83c9;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/tt.js b/sources/lang/tt.js index 2035446..c63170b 100644 --- a/sources/lang/tt.js +++ b/sources/lang/tt.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[ 'tt' ] = { alignMiddle: 'Уртага', alignBottom: 'Аска', alignNone: 'Һичбер', - invalidValue : 'Дөрес булмаган кыйммәт.', + invalidValue: 'Дөрес булмаган кыйммәт.', invalidHeight: 'Биеклек сан булырга тиеш.', invalidWidth: 'Киңлек сан булырга тиеш.', 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 @@ -95,6 +95,23 @@ CKEDITOR.lang[ 'tt' ] = { 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, unavailable' // MISSING + unavailable: '%1, unavailable', // MISSING + + // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. + keyboard: { + 8: 'Кайтару', + 13: 'Enter', + 16: 'Shift', + 17: 'Ctrl', + 18: 'Alt', + 32: 'Space', // MISSING + 35: 'End', + 36: 'Home', + 46: 'Бетерү', + 224: 'Command' // MISSING + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: 'Keyboard shortcut' // MISSING } };