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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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. original: 'Original',
  37. },
  38. video: {
  39. video: 'Vídeo',
  40. videoLink: 'Link del vídeo',
  41. insert: 'Insertar vídeo',
  42. url: '¿URL del vídeo?',
  43. providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion o Youku)',
  44. },
  45. link: {
  46. link: 'Link',
  47. insert: 'Insertar link',
  48. unlink: 'Quitar link',
  49. edit: 'Editar',
  50. textToDisplay: 'Texto para mostrar',
  51. url: '¿Hacia que URL lleva el link?',
  52. openInNewWindow: 'Abrir en una nueva ventana',
  53. },
  54. table: {
  55. table: 'Tabla',
  56. addRowAbove: 'Añadir fila encima',
  57. addRowBelow: 'Añadir fila debajo',
  58. addColLeft: 'Añadir columna izquierda',
  59. addColRight: 'Añadir columna derecha',
  60. delRow: 'Borrar fila',
  61. delCol: 'Eliminar columna',
  62. delTable: 'Eliminar tabla',
  63. },
  64. hr: {
  65. insert: 'Insertar línea horizontal',
  66. },
  67. style: {
  68. style: 'Estilo',
  69. p: 'p',
  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: 'Ayuda',
  85. fullscreen: 'Pantalla completa',
  86. codeview: 'Ver código fuente',
  87. },
  88. paragraph: {
  89. paragraph: 'Párrafo',
  90. outdent: 'Menos tabulación',
  91. indent: 'Más tabulación',
  92. left: 'Alinear a la izquierda',
  93. center: 'Alinear al centro',
  94. right: 'Alinear a la derecha',
  95. justify: 'Justificar',
  96. },
  97. color: {
  98. recent: 'Último color',
  99. more: 'Más colores',
  100. background: 'Color de fondo',
  101. foreground: 'Color de fuente',
  102. transparent: 'Transparente',
  103. setTransparent: 'Establecer transparente',
  104. reset: 'Restaurar',
  105. resetToDefault: 'Restaurar por defecto',
  106. },
  107. shortcut: {
  108. shortcuts: 'Atajos de teclado',
  109. close: 'Cerrar',
  110. textFormatting: 'Formato de texto',
  111. action: 'Acción',
  112. paragraphFormatting: 'Formato de párrafo',
  113. documentStyle: 'Estilo de documento',
  114. extraKeys: 'Teclas adicionales',
  115. },
  116. help: {
  117. 'insertParagraph': 'Insertar párrafo',
  118. 'undo': 'Deshacer última acción',
  119. 'redo': 'Rehacer ú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 subrayado',
  125. 'strikethrough': 'Establecer estilo tachado',
  126. 'removeFormat': 'Limpiar estilo',
  127. 'justifyLeft': 'Alinear a la izquierda',
  128. 'justifyCenter': 'Alinear al centro',
  129. 'justifyRight': 'Alinear a la derecha',
  130. 'justifyFull': 'Justificar',
  131. 'insertUnorderedList': 'Insertar lista desordenada',
  132. 'insertOrderedList': 'Insertar lista ordenada',
  133. 'outdent': 'Reducir tabulación del párrafo',
  134. 'indent': 'Aumentar tabulación del párrafo',
  135. 'formatPara': 'Cambiar estilo del bloque a párrafo (etiqueta P)',
  136. 'formatH1': 'Cambiar estilo del bloque a H1',
  137. 'formatH2': 'Cambiar estilo del bloque a H2',
  138. 'formatH3': 'Cambiar estilo del bloque a H3',
  139. 'formatH4': 'Cambiar estilo del bloque a H4',
  140. 'formatH5': 'Cambiar estilo del bloque a H5',
  141. 'formatH6': 'Cambiar estilo del bloque a H6',
  142. 'insertHorizontalRule': 'Insertar línea horizontal',
  143. 'linkDialog.show': 'Mostrar panel enlaces',
  144. },
  145. history: {
  146. undo: 'Deshacer',
  147. redo: 'Rehacer',
  148. },
  149. specialChar: {
  150. specialChar: 'CARACTERES ESPECIALES',
  151. select: 'Selecciona Caracteres especiales',
  152. },
  153. },
  154. });
  155. })(jQuery);