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-es-EU.js 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. (function($) {
  2. $.extend($.summernote.lang, {
  3. 'es-EU': {
  4. font: {
  5. bold: 'Lodia',
  6. italic: 'Etzana',
  7. underline: 'Azpimarratua',
  8. clear: 'Estiloa kendu',
  9. height: 'Lerro altuera',
  10. name: 'Tipografia',
  11. strikethrough: 'Marratua',
  12. subscript: 'Subscript',
  13. superscript: 'Superscript',
  14. size: 'Letren neurria',
  15. },
  16. image: {
  17. image: 'Irudia',
  18. insert: 'Irudi bat txertatu',
  19. resizeFull: 'Jatorrizko neurrira aldatu',
  20. resizeHalf: 'Neurria erdira aldatu',
  21. resizeQuarter: 'Neurria laurdenera aldatu',
  22. floatLeft: 'Ezkerrean kokatu',
  23. floatRight: 'Eskuinean kokatu',
  24. floatNone: 'Kokapenik ez ezarri',
  25. shapeRounded: 'Shape: Rounded',
  26. shapeCircle: 'Shape: Circle',
  27. shapeThumbnail: 'Shape: Thumbnail',
  28. shapeNone: 'Shape: None',
  29. dragImageHere: 'Irudi bat ezarri hemen',
  30. dropImage: 'Drop image or Text',
  31. selectFromFiles: 'Zure fitxategi bat aukeratu',
  32. maximumFileSize: 'Maximum file size',
  33. maximumFileSizeError: 'Maximum file size exceeded.',
  34. url: 'Irudiaren URL helbidea',
  35. remove: 'Remove Image',
  36. original: 'Original',
  37. },
  38. video: {
  39. video: 'Bideoa',
  40. videoLink: 'Bideorako esteka',
  41. insert: 'Bideo berri bat txertatu',
  42. url: 'Bideoaren URL helbidea',
  43. providers: '(YouTube, Vimeo, Vine, Instagram edo DailyMotion)',
  44. },
  45. link: {
  46. link: 'Esteka',
  47. insert: 'Esteka bat txertatu',
  48. unlink: 'Esteka ezabatu',
  49. edit: 'Editatu',
  50. textToDisplay: 'Estekaren testua',
  51. url: 'Estekaren URL helbidea',
  52. openInNewWindow: 'Leiho berri batean ireki',
  53. },
  54. table: {
  55. table: 'Taula',
  56. addRowAbove: 'Add row above',
  57. addRowBelow: 'Add row below',
  58. addColLeft: 'Add column left',
  59. addColRight: 'Add column right',
  60. delRow: 'Delete row',
  61. delCol: 'Delete column',
  62. delTable: 'Delete table',
  63. },
  64. hr: {
  65. insert: 'Marra horizontala txertatu',
  66. },
  67. style: {
  68. style: 'Estiloa',
  69. p: 'p',
  70. blockquote: 'Aipamena',
  71. pre: 'Kodea',
  72. h1: '1. izenburua',
  73. h2: '2. izenburua',
  74. h3: '3. izenburua',
  75. h4: '4. izenburua',
  76. h5: '5. izenburua',
  77. h6: '6. izenburua',
  78. },
  79. lists: {
  80. unordered: 'Ordenatu gabeko zerrenda',
  81. ordered: 'Zerrenda ordenatua',
  82. },
  83. options: {
  84. help: 'Laguntza',
  85. fullscreen: 'Pantaila osoa',
  86. codeview: 'Kodea ikusi',
  87. },
  88. paragraph: {
  89. paragraph: 'Paragrafoa',
  90. outdent: 'Koska txikiagoa',
  91. indent: 'Koska handiagoa',
  92. left: 'Ezkerrean kokatu',
  93. center: 'Erdian kokatu',
  94. right: 'Eskuinean kokatu',
  95. justify: 'Justifikatu',
  96. },
  97. color: {
  98. recent: 'Azken kolorea',
  99. more: 'Kolore gehiago',
  100. background: 'Atzeko planoa',
  101. foreground: 'Aurreko planoa',
  102. transparent: 'Gardena',
  103. setTransparent: 'Gardendu',
  104. reset: 'Lehengoratu',
  105. resetToDefault: 'Berrezarri lehenetsia',
  106. },
  107. shortcut: {
  108. shortcuts: 'Lasterbideak',
  109. close: 'Itxi',
  110. textFormatting: 'Testuaren formatua',
  111. action: 'Ekintza',
  112. paragraphFormatting: 'Paragrafoaren formatua',
  113. documentStyle: 'Dokumentuaren estiloa',
  114. },
  115. help: {
  116. 'insertParagraph': 'Insert Paragraph',
  117. 'undo': 'Undoes the last command',
  118. 'redo': 'Redoes the last command',
  119. 'tab': 'Tab',
  120. 'untab': 'Untab',
  121. 'bold': 'Set a bold style',
  122. 'italic': 'Set a italic style',
  123. 'underline': 'Set a underline style',
  124. 'strikethrough': 'Set a strikethrough style',
  125. 'removeFormat': 'Clean a style',
  126. 'justifyLeft': 'Set left align',
  127. 'justifyCenter': 'Set center align',
  128. 'justifyRight': 'Set right align',
  129. 'justifyFull': 'Set full align',
  130. 'insertUnorderedList': 'Toggle unordered list',
  131. 'insertOrderedList': 'Toggle ordered list',
  132. 'outdent': 'Outdent on current paragraph',
  133. 'indent': 'Indent on current paragraph',
  134. 'formatPara': 'Change current block\'s format as a paragraph(P tag)',
  135. 'formatH1': 'Change current block\'s format as H1',
  136. 'formatH2': 'Change current block\'s format as H2',
  137. 'formatH3': 'Change current block\'s format as H3',
  138. 'formatH4': 'Change current block\'s format as H4',
  139. 'formatH5': 'Change current block\'s format as H5',
  140. 'formatH6': 'Change current block\'s format as H6',
  141. 'insertHorizontalRule': 'Insert horizontal rule',
  142. 'linkDialog.show': 'Show Link Dialog',
  143. },
  144. history: {
  145. undo: 'Desegin',
  146. redo: 'Berregin',
  147. },
  148. specialChar: {
  149. specialChar: 'SPECIAL CHARACTERS',
  150. select: 'Select Special characters',
  151. },
  152. },
  153. });
  154. })(jQuery);