Built files from Bizgaze WebServer
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

summernote-cs-CZ.js 4.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. (function($) {
  2. $.extend($.summernote.lang, {
  3. 'cs-CZ': {
  4. font: {
  5. bold: 'Tučné',
  6. italic: 'Kurzíva',
  7. underline: 'Podtržené',
  8. clear: 'Odstranit styl písma',
  9. height: 'Výška řádku',
  10. strikethrough: 'Přeškrtnuté',
  11. size: 'Velikost písma',
  12. },
  13. image: {
  14. image: 'Obrázek',
  15. insert: 'Vložit obrázek',
  16. resizeFull: 'Původní velikost',
  17. resizeHalf: 'Poloviční velikost',
  18. resizeQuarter: 'Čtvrteční velikost',
  19. floatLeft: 'Umístit doleva',
  20. floatRight: 'Umístit doprava',
  21. floatNone: 'Neobtékat textem',
  22. shapeRounded: 'Shape: Rounded',
  23. shapeCircle: 'Shape: Circle',
  24. shapeThumbnail: 'Shape: Thumbnail',
  25. shapeNone: 'Shape: None',
  26. dragImageHere: 'Přetáhnout sem obrázek',
  27. dropImage: 'Drop image or Text',
  28. selectFromFiles: 'Vybrat soubor',
  29. url: 'URL obrázku',
  30. remove: 'Remove Image',
  31. original: 'Original',
  32. },
  33. video: {
  34. video: 'Video',
  35. videoLink: 'Odkaz videa',
  36. insert: 'Vložit video',
  37. url: 'URL videa?',
  38. providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion nebo Youku)',
  39. },
  40. link: {
  41. link: 'Odkaz',
  42. insert: 'Vytvořit odkaz',
  43. unlink: 'Zrušit odkaz',
  44. edit: 'Upravit',
  45. textToDisplay: 'Zobrazovaný text',
  46. url: 'Na jaké URL má tento odkaz vést?',
  47. openInNewWindow: 'Otevřít v novém okně',
  48. },
  49. table: {
  50. table: 'Tabulka',
  51. addRowAbove: 'Add row above',
  52. addRowBelow: 'Add row below',
  53. addColLeft: 'Add column left',
  54. addColRight: 'Add column right',
  55. delRow: 'Delete row',
  56. delCol: 'Delete column',
  57. delTable: 'Delete table',
  58. },
  59. hr: {
  60. insert: 'Vložit vodorovnou čáru',
  61. },
  62. style: {
  63. style: 'Styl',
  64. p: 'Normální',
  65. blockquote: 'Citace',
  66. pre: 'Kód',
  67. h1: 'Nadpis 1',
  68. h2: 'Nadpis 2',
  69. h3: 'Nadpis 3',
  70. h4: 'Nadpis 4',
  71. h5: 'Nadpis 5',
  72. h6: 'Nadpis 6',
  73. },
  74. lists: {
  75. unordered: 'Odrážkový seznam',
  76. ordered: 'Číselný seznam',
  77. },
  78. options: {
  79. help: 'Nápověda',
  80. fullscreen: 'Celá obrazovka',
  81. codeview: 'HTML kód',
  82. },
  83. paragraph: {
  84. paragraph: 'Odstavec',
  85. outdent: 'Zvětšit odsazení',
  86. indent: 'Zmenšit odsazení',
  87. left: 'Zarovnat doleva',
  88. center: 'Zarovnat na střed',
  89. right: 'Zarovnat doprava',
  90. justify: 'Zarovnat oboustranně',
  91. },
  92. color: {
  93. recent: 'Aktuální barva',
  94. more: 'Další barvy',
  95. background: 'Barva pozadí',
  96. foreground: 'Barva písma',
  97. transparent: 'Průhlednost',
  98. setTransparent: 'Nastavit průhlednost',
  99. reset: 'Obnovit',
  100. resetToDefault: 'Obnovit výchozí',
  101. cpSelect: 'Vybrat',
  102. },
  103. shortcut: {
  104. shortcuts: 'Klávesové zkratky',
  105. close: 'Zavřít',
  106. textFormatting: 'Formátování textu',
  107. action: 'Akce',
  108. paragraphFormatting: 'Formátování odstavce',
  109. documentStyle: 'Styl dokumentu',
  110. },
  111. help: {
  112. 'insertParagraph': 'Insert Paragraph',
  113. 'undo': 'Undoes the last command',
  114. 'redo': 'Redoes the last command',
  115. 'tab': 'Tab',
  116. 'untab': 'Untab',
  117. 'bold': 'Set a bold style',
  118. 'italic': 'Set a italic style',
  119. 'underline': 'Set a underline style',
  120. 'strikethrough': 'Set a strikethrough style',
  121. 'removeFormat': 'Clean a style',
  122. 'justifyLeft': 'Set left align',
  123. 'justifyCenter': 'Set center align',
  124. 'justifyRight': 'Set right align',
  125. 'justifyFull': 'Set full align',
  126. 'insertUnorderedList': 'Toggle unordered list',
  127. 'insertOrderedList': 'Toggle ordered list',
  128. 'outdent': 'Outdent on current paragraph',
  129. 'indent': 'Indent on current paragraph',
  130. 'formatPara': 'Change current block\'s format as a paragraph(P tag)',
  131. 'formatH1': 'Change current block\'s format as H1',
  132. 'formatH2': 'Change current block\'s format as H2',
  133. 'formatH3': 'Change current block\'s format as H3',
  134. 'formatH4': 'Change current block\'s format as H4',
  135. 'formatH5': 'Change current block\'s format as H5',
  136. 'formatH6': 'Change current block\'s format as H6',
  137. 'insertHorizontalRule': 'Insert horizontal rule',
  138. 'linkDialog.show': 'Show Link Dialog',
  139. },
  140. history: {
  141. undo: 'Krok vzad',
  142. redo: 'Krok vpřed',
  143. },
  144. specialChar: {
  145. specialChar: 'SPECIAL CHARACTERS',
  146. select: 'Select Special characters',
  147. },
  148. },
  149. });
  150. })(jQuery);