aboutsummaryrefslogtreecommitdiff
path: root/sources/lang/ug.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/lang/ug.js')
-rw-r--r--sources/lang/ug.js23
1 files changed, 20 insertions, 3 deletions
diff --git a/sources/lang/ug.js b/sources/lang/ug.js
index f7d3283..13a256d 100644
--- a/sources/lang/ug.js
+++ b/sources/lang/ug.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
@@ -85,7 +85,7 @@ CKEDITOR.lang[ 'ug' ] = {
85 alignMiddle: 'ئوتتۇرا', 85 alignMiddle: 'ئوتتۇرا',
86 alignBottom: 'ئاستى', 86 alignBottom: 'ئاستى',
87 alignNone: 'يوق', 87 alignNone: 'يوق',
88 invalidValue : 'ئىناۋەتسىز قىممەت.', 88 invalidValue: 'ئىناۋەتسىز قىممەت.',
89 invalidHeight: 'ئېگىزلىك چوقۇم رەقەم پىچىمىدا بولۇشى زۆرۈر', 89 invalidHeight: 'ئېگىزلىك چوقۇم رەقەم پىچىمىدا بولۇشى زۆرۈر',
90 invalidWidth: 'كەڭلىك چوقۇم رەقەم پىچىمىدا بولۇشى زۆرۈر', 90 invalidWidth: 'كەڭلىك چوقۇم رەقەم پىچىمىدا بولۇشى زۆرۈر',
91 invalidCssLength: 'بۇ سۆز بۆلىكى چوقۇم مۇۋاپىق بولغان CSS ئۇزۇنلۇق قىممىتى بولۇشى زۆرۈر، بىرلىكى (px, %, in, cm, mm, em, ex, pt ياكى pc)', 91 invalidCssLength: 'بۇ سۆز بۆلىكى چوقۇم مۇۋاپىق بولغان CSS ئۇزۇنلۇق قىممىتى بولۇشى زۆرۈر، بىرلىكى (px, %, in, cm, mm, em, ex, pt ياكى pc)',
@@ -94,6 +94,23 @@ CKEDITOR.lang[ 'ug' ] = {
94 cssLengthTooltip: 'بۇ سۆز بۆلىكى بىرىكمە CSS ئۇزۇنلۇق قىممىتى بولۇشى كېرەك. ئۆز ئىچىگە ئالىدىغان بىرلىك (px, %, in, cm, mm, em, ex, pt ياكى pc)', 94 cssLengthTooltip: 'بۇ سۆز بۆلىكى بىرىكمە CSS ئۇزۇنلۇق قىممىتى بولۇشى كېرەك. ئۆز ئىچىگە ئالىدىغان بىرلىك (px, %, in, cm, mm, em, ex, pt ياكى pc)',
95 95
96 // Put the voice-only part of the label in the span. 96 // Put the voice-only part of the label in the span.
97 unavailable: '%1<span class=\\\\"cke_accessibility\\\\">، ئىشلەتكىلى بولمايدۇ</span>' 97 unavailable: '%1<span class=\\\\"cke_accessibility\\\\">، ئىشلەتكىلى بولمايدۇ</span>',
98
99 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
100 keyboard: {
101 8: 'Backspace',
102 13: 'Enter',
103 16: 'Shift',
104 17: 'Ctrl',
105 18: 'Alt',
106 32: 'Space', // MISSING
107 35: 'End',
108 36: 'Home',
109 46: 'ئۆچۈر',
110 224: 'Command' // MISSING
111 },
112
113 // Prepended to ARIA labels with shortcuts.
114 keyboardShortcut: 'Keyboard shortcut' // MISSING
98 } 115 }
99}; 116};