tt.js 4.0 KB

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