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-gl-ES.js 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. (function($) {
  2. $.extend($.summernote.lang, {
  3. 'gl-ES': {
  4. font: {
  5. bold: 'Negrita',
  6. italic: 'Cursiva',
  7. underline: 'Subliñado',
  8. clear: 'Quitar estilo de fonte',
  9. height: 'Altura de liña',
  10. name: 'Fonte',
  11. strikethrough: 'Riscado',
  12. superscript: 'Superíndice',
  13. subscript: 'Subíndice',
  14. size: 'Tamaño da fonte',
  15. },
  16. image: {
  17. image: 'Imaxe',
  18. insert: 'Inserir imaxe',
  19. resizeFull: 'Redimensionar a tamaño completo',
  20. resizeHalf: 'Redimensionar á metade',
  21. resizeQuarter: 'Redimensionar a un cuarto',
  22. floatLeft: 'Flotar á esquerda',
  23. floatRight: 'Flotar á dereita',
  24. floatNone: 'Non flotar',
  25. shapeRounded: 'Forma: Redondeado',
  26. shapeCircle: 'Forma: Círculo',
  27. shapeThumbnail: 'Forma: Marco',
  28. shapeNone: 'Forma: Ningunha',
  29. dragImageHere: 'Arrastrar unha imaxe ou texto aquí',
  30. dropImage: 'Solta a imaxe ou texto',
  31. selectFromFiles: 'Seleccionar desde os arquivos',
  32. maximumFileSize: 'Tamaño máximo do arquivo',
  33. maximumFileSizeError: 'Superaches o tamaño máximo do arquivo.',
  34. url: 'URL da imaxe',
  35. remove: 'Eliminar imaxe',
  36. original: 'Original',
  37. },
  38. video: {
  39. video: 'Vídeo',
  40. videoLink: 'Ligazón do vídeo',
  41. insert: 'Insertar vídeo',
  42. url: 'URL do vídeo?',
  43. providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion, o Youku)',
  44. },
  45. link: {
  46. link: 'Ligazón',
  47. insert: 'Inserir Ligazón',
  48. unlink: 'Quitar Ligazón',
  49. edit: 'Editar',
  50. textToDisplay: 'Texto para amosar',
  51. url: 'Cara a que URL leva a ligazón?',
  52. openInNewWindow: 'Abrir nunha nova xanela',
  53. },
  54. table: {
  55. table: 'Táboa',
  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: 'Inserir liña horizontal',
  66. },
  67. style: {
  68. style: 'Estilo',
  69. p: 'Normal',
  70. blockquote: 'Cita',
  71. pre: 'Código',
  72. h1: 'Título 1',
  73. h2: 'Título 2',
  74. h3: 'Título 3',
  75. h4: 'Título 4',
  76. h5: 'Título 5',
  77. h6: 'Título 6',
  78. },
  79. lists: {
  80. unordered: 'Lista desordenada',
  81. ordered: 'Lista ordenada',
  82. },
  83. options: {
  84. help: 'Axuda',
  85. fullscreen: 'Pantalla completa',
  86. codeview: 'Ver código fonte',
  87. },
  88. paragraph: {
  89. paragraph: 'Parágrafo',
  90. outdent: 'Menos tabulación',
  91. indent: 'Máis tabulación',
  92. left: 'Aliñar á esquerda',
  93. center: 'Aliñar ao centro',
  94. right: 'Aliñar á dereita',
  95. justify: 'Xustificar',
  96. },
  97. color: {
  98. recent: 'Última cor',
  99. more: 'Máis cores',
  100. background: 'Cor de fondo',
  101. foreground: 'Cor de fuente',
  102. transparent: 'Transparente',
  103. setTransparent: 'Establecer transparente',
  104. reset: 'Restaurar',
  105. resetToDefault: 'Restaurar por defecto',
  106. },
  107. shortcut: {
  108. shortcuts: 'Atallos de teclado',
  109. close: 'Pechar',
  110. textFormatting: 'Formato de texto',
  111. action: 'Acción',
  112. paragraphFormatting: 'Formato de parágrafo',
  113. documentStyle: 'Estilo de documento',
  114. extraKeys: 'Teclas adicionais',
  115. },
  116. help: {
  117. 'insertParagraph': 'Inserir parágrafo',
  118. 'undo': 'Desfacer última acción',
  119. 'redo': 'Refacer última acción',
  120. 'tab': 'Tabular',
  121. 'untab': 'Eliminar tabulación',
  122. 'bold': 'Establecer estilo negrita',
  123. 'italic': 'Establecer estilo cursiva',
  124. 'underline': 'Establecer estilo subliñado',
  125. 'strikethrough': 'Establecer estilo riscado',
  126. 'removeFormat': 'Limpar estilo',
  127. 'justifyLeft': 'Aliñar á esquerda',
  128. 'justifyCenter': 'Aliñar ao centro',
  129. 'justifyRight': 'Aliñar á dereita',
  130. 'justifyFull': 'Xustificar',
  131. 'insertUnorderedList': 'Inserir lista desordenada',
  132. 'insertOrderedList': 'Inserir lista ordenada',
  133. 'outdent': 'Reducir tabulación do parágrafo',
  134. 'indent': 'Aumentar tabulación do parágrafo',
  135. 'formatPara': 'Mudar estilo do bloque a parágrafo (etiqueta P)',
  136. 'formatH1': 'Mudar estilo do bloque a H1',
  137. 'formatH2': 'Mudar estilo do bloque a H2',
  138. 'formatH3': 'Mudar estilo do bloque a H3',
  139. 'formatH4': 'Mudar estilo do bloque a H4',
  140. 'formatH5': 'Mudar estilo do bloque a H5',
  141. 'formatH6': 'Mudar estilo do bloque a H6',
  142. 'insertHorizontalRule': 'Inserir liña horizontal',
  143. 'linkDialog.show': 'Amosar panel ligazóns',
  144. },
  145. history: {
  146. undo: 'Desfacer',
  147. redo: 'Refacer',
  148. },
  149. specialChar: {
  150. specialChar: 'CARACTERES ESPECIAIS',
  151. select: 'Selecciona Caracteres especiais',
  152. },
  153. },
  154. });
  155. })(jQuery);