]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blob - sources/lang/tt.js
Validation initiale
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / lang / tt.js
1 /**
2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6 /**
7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
8 * Tatar language.
9 */
10
11 /**#@+
12 @type String
13 @example
14 */
15
16 /**
17 * Contains the dictionary of language entries.
18 * @namespace
19 */
20 CKEDITOR.lang[ 'tt' ] = {
21 // ARIA description.
22 editor: 'Форматлаулы текст өлкәсе',
23 editorPanel: 'Rich Text Editor panel', // MISSING
24
25 // Common messages and labels.
26 common: {
27 // Screenreader titles. Please note that screenreaders are not always capable
28 // of reading non-English words. So be careful while translating it.
29 editorHelp: 'Ярдәм өчен ALT 0 басыгыз',
30
31 browseServer: 'Сервер карап чыгу',
32 url: 'Сылталама',
33 protocol: 'Протокол',
34 upload: 'Йөкләү',
35 uploadSubmit: 'Серверга җибәрү',
36 image: 'Рәсем',
37 flash: 'Флеш',
38 form: 'Форма',
39 checkbox: 'Чекбокс',
40 radio: 'Радио төймә',
41 textField: 'Текст кыры',
42 textarea: 'Текст мәйданы',
43 hiddenField: 'Яшерен кыр',
44 button: 'Төймə',
45 select: 'Сайлау кыры',
46 imageButton: 'Рәсемле төймə',
47 notSet: '<билгеләнмәгән>',
48 id: 'Id',
49 name: 'Исем',
50 langDir: 'Язылыш юнəлеше',
51 langDirLtr: 'Сулдан уңга язылыш (LTR)',
52 langDirRtl: 'Уңнан сулга язылыш (RTL)',
53 langCode: 'Тел коды',
54 longDescr: 'Җентекле тасвирламага сылталама',
55 cssClass: 'Стильләр класслары',
56 advisoryTitle: 'Киңәш исем',
57 cssStyle: 'Стиль',
58 ok: 'Тәмам',
59 cancel: 'Баш тарту',
60 close: 'Чыгу',
61 preview: 'Карап алу',
62 resize: 'Зурлыкны үзгәртү',
63 generalTab: 'Төп',
64 advancedTab: 'Киңәйтелгән көйләүләр',
65 validateNumberFailed: 'Әлеге кыйммәт сан түгел.',
66 confirmNewPage: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
67 confirmCancel: 'You have changed some options. Are you sure you want to close the dialog window?', // MISSING
68 options: 'Үзлекләр',
69 target: 'Максат',
70 targetNew: 'Яңа тәрәзә (_blank)',
71 targetTop: 'Өске тәрәзә (_top)',
72 targetSelf: 'Шул үк тәрәзә (_self)',
73 targetParent: 'Ана тәрәзә (_parent)',
74 langDirLTR: 'Сулдан уңга язылыш (LTR)',
75 langDirRTL: 'Уңнан сулга язылыш (RTL)',
76 styles: 'Стиль',
77 cssClasses: 'Стильләр класслары',
78 width: 'Киңлек',
79 height: 'Биеклек',
80 align: 'Тигезләү',
81 alignLeft: 'Сул якка',
82 alignRight: 'Уң якка',
83 alignCenter: 'Үзәккә',
84 alignJustify: 'Киңлеккә карап тигезләү',
85 alignTop: 'Өскә',
86 alignMiddle: 'Уртага',
87 alignBottom: 'Аска',
88 alignNone: 'Һичбер',
89 invalidValue: 'Дөрес булмаган кыйммәт.',
90 invalidHeight: 'Биеклек сан булырга тиеш.',
91 invalidWidth: 'Киңлек сан булырга тиеш.',
92 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
93 invalidHtmlLength: 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
94 invalidInlineStyle: 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING
95 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
96
97 // Put the voice-only part of the label in the span.
98 unavailable: '%1<span class="cke_accessibility">, unavailable</span>', // MISSING
99
100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
101 keyboard: {
102 8: 'Кайтару',
103 13: 'Enter',
104 16: 'Shift',
105 17: 'Ctrl',
106 18: 'Alt',
107 32: 'Space', // MISSING
108 35: 'End',
109 36: 'Home',
110 46: 'Бетерү',
111 224: 'Command' // MISSING
112 },
113
114 // Prepended to ARIA labels with shortcuts.
115 keyboardShortcut: 'Keyboard shortcut' // MISSING
116 }
117 };