X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fku.js;fp=sources%2Flang%2Fku.js;h=171059b995f16c4f5fd3c61425452020033562f2;hp=0ed14a410032872f0c86d2c3f87da7c4cd7bb889;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/ku.js b/sources/lang/ku.js index 0ed14a4..171059b 100644 --- a/sources/lang/ku.js +++ b/sources/lang/ku.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 */ @@ -85,7 +85,7 @@ CKEDITOR.lang[ 'ku' ] = { alignMiddle: 'ناوەند', alignBottom: 'ژێرەوە', alignNone: 'هیچ', - invalidValue : 'نرخێکی نادرووست.', + invalidValue: 'نرخێکی نادرووست.', invalidHeight: 'درێژی دەبێت ژمارە بێت.', invalidWidth: 'پانی دەبێت ژمارە بێت.', invalidCssLength: 'ئەم نرخەی دراوە بۆ خانەی "%1" دەبێت ژمارەکی درووست بێت یان بێ ناونیشانی ئامرازی (px, %, in, cm, mm, em, ex, pt, یان pc).', @@ -94,6 +94,23 @@ CKEDITOR.lang[ 'ku' ] = { cssLengthTooltip: 'ژمارەیەك بنووسه‌ بۆ نرخی piksel یان ئامرازێکی درووستی CSS (px, %, in, cm, mm, em, ex, pt, یان pc).', // Put the voice-only part of the label in the span. - unavailable: '%1, ئامادە نیە' + unavailable: '%1, ئامادە نیە', + + // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. + keyboard: { + 8: 'Backspace', + 13: 'Enter', + 16: 'Shift', + 17: 'Ctrl', + 18: 'Alt', + 32: 'Space', + 35: 'End', + 36: 'Home', + 46: 'Delete', + 224: 'فەرمان' + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: 'کورتبڕی تەختەکلیل' } };