summernote-es-ES.js 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. (function ($) {
  2. $.extend($.summernote.lang, {
  3. 'es-ES': {
  4. font: {
  5. bold: 'Negrita',
  6. italic: 'Cursiva',
  7. underline: 'Subrayado',
  8. clear: 'Quitar estilo de fuente',
  9. height: 'Altura de línea',
  10. name: 'Fuente',
  11. strikethrough: 'Tachado',
  12. superscript: 'Superíndice',
  13. subscript: 'Subíndice',
  14. size: 'Tamaño de la fuente'
  15. },
  16. image: {
  17. image: 'Imagen',
  18. insert: 'Insertar imagen',
  19. resizeFull: 'Redimensionar a tamaño completo',
  20. resizeHalf: 'Redimensionar a la mitad',
  21. resizeQuarter: 'Redimensionar a un cuarto',
  22. floatLeft: 'Flotar a la izquierda',
  23. floatRight: 'Flotar a la derecha',
  24. floatNone: 'No flotar',
  25. shapeRounded: 'Forma: Redondeado',
  26. shapeCircle: 'Forma: Círculo',
  27. shapeThumbnail: 'Forma: Marco',
  28. shapeNone: 'Forma: Ninguna',
  29. dragImageHere: 'Arrastrar una imagen o texto aquí',
  30. dropImage: 'Suelta la imagen o texto',
  31. selectFromFiles: 'Seleccionar desde los archivos',
  32. maximumFileSize: 'Tamaño máximo del archivo',
  33. maximumFileSizeError: 'Has superado el tamaño máximo del archivo.',
  34. url: 'URL de la imagen',
  35. remove: 'Eliminar imagen'
  36. },
  37. video: {
  38. video: 'Vídeo',
  39. videoLink: 'Link del vídeo',
  40. insert: 'Insertar vídeo',
  41. url: '¿URL del vídeo?',
  42. providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion o Youku)'
  43. },
  44. link: {
  45. link: 'Link',
  46. insert: 'Insertar link',
  47. unlink: 'Quitar link',
  48. edit: 'Editar',
  49. textToDisplay: 'Texto para mostrar',
  50. url: '¿Hacia que URL lleva el link?',
  51. openInNewWindow: 'Abrir en una nueva ventana'
  52. },
  53. table: {
  54. table: 'Tabla'
  55. },
  56. hr: {
  57. insert: 'Insertar línea horizontal'
  58. },
  59. style: {
  60. style: 'Estilo',
  61. p: 'p',
  62. blockquote: 'Cita',
  63. pre: 'Código',
  64. h1: 'Título 1',
  65. h2: 'Título 2',
  66. h3: 'Título 3',
  67. h4: 'Título 4',
  68. h5: 'Título 5',
  69. h6: 'Título 6'
  70. },
  71. lists: {
  72. unordered: 'Lista desordenada',
  73. ordered: 'Lista ordenada'
  74. },
  75. options: {
  76. help: 'Ayuda',
  77. fullscreen: 'Pantalla completa',
  78. codeview: 'Ver código fuente'
  79. },
  80. paragraph: {
  81. paragraph: 'Párrafo',
  82. outdent: 'Menos tabulación',
  83. indent: 'Más tabulación',
  84. left: 'Alinear a la izquierda',
  85. center: 'Alinear al centro',
  86. right: 'Alinear a la derecha',
  87. justify: 'Justificar'
  88. },
  89. color: {
  90. recent: 'Último color',
  91. more: 'Más colores',
  92. background: 'Color de fondo',
  93. foreground: 'Color de fuente',
  94. transparent: 'Transparente',
  95. setTransparent: 'Establecer transparente',
  96. reset: 'Restaurar',
  97. resetToDefault: 'Restaurar por defecto'
  98. },
  99. shortcut: {
  100. shortcuts: 'Atajos de teclado',
  101. close: 'Cerrar',
  102. textFormatting: 'Formato de texto',
  103. action: 'Acción',
  104. paragraphFormatting: 'Formato de párrafo',
  105. documentStyle: 'Estilo de documento',
  106. extraKeys: 'Teclas adicionales'
  107. },
  108. help : {
  109. 'insertParagraph': 'Insertar párrafo',
  110. 'undo': 'Deshacer última acción',
  111. 'redo': 'Rehacer última acción',
  112. 'tab': 'Tabular',
  113. 'untab': 'Eliminar tabulación',
  114. 'bold': 'Establecer estilo negrita',
  115. 'italic': 'Establecer estilo cursiva',
  116. 'underline': 'Establecer estilo subrayado',
  117. 'strikethrough': 'Establecer estilo tachado',
  118. 'removeFormat': 'Limpiar estilo',
  119. 'justifyLeft': 'Alinear a la izquierda',
  120. 'justifyCenter': 'Alinear al centro',
  121. 'justifyRight': 'Alinear a la derecha',
  122. 'justifyFull': 'Justificar',
  123. 'insertUnorderedList': 'Insertar lista desordenada',
  124. 'insertOrderedList': 'Insertar lista ordenada',
  125. 'outdent': 'Reducir tabulación del párrafo',
  126. 'indent': 'Aumentar tabulación del párrafo',
  127. 'formatPara': 'Cambiar estilo del bloque a párrafo (etiqueta P)',
  128. 'formatH1': 'Cambiar estilo del bloque a H1',
  129. 'formatH2': 'Cambiar estilo del bloque a H2',
  130. 'formatH3': 'Cambiar estilo del bloque a H3',
  131. 'formatH4': 'Cambiar estilo del bloque a H4',
  132. 'formatH5': 'Cambiar estilo del bloque a H5',
  133. 'formatH6': 'Cambiar estilo del bloque a H6',
  134. 'insertHorizontalRule': 'Insertar línea horizontal',
  135. 'linkDialog.show': 'Mostrar panel enlaces'
  136. },
  137. history: {
  138. undo: 'Deshacer',
  139. redo: 'Rehacer'
  140. },
  141. specialChar: {
  142. specialChar: 'CARACTERES ESPECIALES',
  143. select: 'Selecciona Caracteres especiales'
  144. }
  145. }
  146. });
  147. })(jQuery);