es.js 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. /*!
  2. * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
  3. * License https://froala.com/wysiwyg-editor/terms/
  4. * Copyright 2014-2018 Froala Labs
  5. */
  6. (function (factory) {
  7. if (typeof define === 'function' && define.amd) {
  8. // AMD. Register as an anonymous module.
  9. define(['jquery'], factory);
  10. } else if (typeof module === 'object' && module.exports) {
  11. // Node/CommonJS
  12. module.exports = function( root, jQuery ) {
  13. if ( jQuery === undefined ) {
  14. // require('jQuery') returns a factory that requires window to
  15. // build a jQuery instance, we normalize how we use modules
  16. // that require this pattern but the window provided is a noop
  17. // if it's defined (how jquery works)
  18. if ( typeof window !== 'undefined' ) {
  19. jQuery = require('jquery');
  20. }
  21. else {
  22. jQuery = require('jquery')(root);
  23. }
  24. }
  25. return factory(jQuery);
  26. };
  27. } else {
  28. // Browser globals
  29. factory(window.jQuery);
  30. }
  31. }(function ($) {
  32. /**
  33. * Spanish
  34. */
  35. $.FE.LANGUAGE['es'] = {
  36. translation: {
  37. // Place holder
  38. "Type something": "Escriba algo",
  39. // Basic formatting
  40. "Bold": "Negrita",
  41. "Italic": "It\u00e1lica",
  42. "Underline": "Subrayado",
  43. "Strikethrough": "Tachado",
  44. // Main buttons
  45. "Insert": "Insertar",
  46. "Delete": "Borrar",
  47. "Cancel": "Cancelar",
  48. "OK": "Ok",
  49. "Back": "Atr\u00e1s",
  50. "Remove": "Quitar",
  51. "More": "M\u00e1s",
  52. "Update": "Actualizaci\u00f3n",
  53. "Style": "Estilo",
  54. // Font
  55. "Font Family": "Familia de fuentes",
  56. "Font Size": "Tama\u00f1o de fuente",
  57. // Colors
  58. "Colors": "Colores",
  59. "Background": "Fondo",
  60. "Text": "Texto",
  61. "HEX Color": "Color hexadecimal",
  62. // Paragraphs
  63. "Paragraph Format": "Formato de p\u00e1rrafo",
  64. "Normal": "Normal",
  65. "Code": "C\u00f3digo",
  66. "Heading 1": "Encabezado 1",
  67. "Heading 2": "Encabezado 2",
  68. "Heading 3": "Encabezado 3",
  69. "Heading 4": "Encabezado 4",
  70. // Style
  71. "Paragraph Style": "Estilo de p\u00e1rrafo",
  72. "Inline Style": "Estilo en l\u00ednea",
  73. // Alignment
  74. "Align": "Alinear",
  75. "Align Left": "Alinear a la izquierda",
  76. "Align Center": "Alinear al centro",
  77. "Align Right": "Alinear a la derecha",
  78. "Align Justify": "Justificar",
  79. "None": "Ninguno",
  80. // Lists
  81. "Ordered List": "Lista ordenada",
  82. "Unordered List": "Lista desordenada",
  83. // Indent
  84. "Decrease Indent": "Reducir sangr\u00eda",
  85. "Increase Indent": "Aumentar sangr\u00eda",
  86. // Links
  87. "Insert Link": "Insertar enlace",
  88. "Open in new tab": "Abrir en una nueva pesta\u00F1a",
  89. "Open Link": "Abrir enlace",
  90. "Edit Link": "Editar enlace",
  91. "Unlink": "Quitar enlace",
  92. "Choose Link": "Elegir enlace",
  93. // Images
  94. "Insert Image": "Insertar imagen",
  95. "Upload Image": "Cargar imagen",
  96. "By URL": "Por URL",
  97. "Browse": "Examinar",
  98. "Drop image": "Soltar la imagen",
  99. "or click": "o haga clic en",
  100. "Manage Images": "Administrar im\u00e1genes",
  101. "Loading": "Cargando",
  102. "Deleting": "Borrado",
  103. "Tags": "Etiquetas",
  104. "Are you sure? Image will be deleted.": "\u00bfEst\u00e1 seguro? Imagen ser\u00e1 borrada.",
  105. "Replace": "Reemplazar",
  106. "Uploading": "Carga",
  107. "Loading image": "Cargando imagen",
  108. "Display": "Mostrar",
  109. "Inline": "En l\u00ednea",
  110. "Break Text": "Romper texto",
  111. "Alternative Text": "Texto alternativo",
  112. "Change Size": "Cambiar tama\u00f1o",
  113. "Width": "Ancho",
  114. "Height": "Altura",
  115. "Something went wrong. Please try again.": "Algo sali\u00f3 mal. Por favor, vuelva a intentarlo.",
  116. "Image Caption": "Captura de imagen",
  117. "Advanced Edit": "Edición avanzada",
  118. // Video
  119. "Insert Video": "Insertar video",
  120. "Embedded Code": "C\u00f3digo incrustado",
  121. "Paste in a video URL": "Pegar en una URL de video",
  122. "Drop video": "Soltar video",
  123. "Your browser does not support HTML5 video.": "Su navegador no es compatible con video html5.",
  124. "Upload Video": "Subir video",
  125. // Tables
  126. "Insert Table": "Insertar tabla",
  127. "Table Header": "Encabezado de la tabla",
  128. "Remove Table": "Retire la tabla",
  129. "Table Style": "Estilo de tabla",
  130. "Horizontal Align": "Alinear horizontal",
  131. "Row": "Fila",
  132. "Insert row above": "Insertar fila antes",
  133. "Insert row below": "Insertar fila despu\u00e9s",
  134. "Delete row": "Eliminar fila",
  135. "Column": "Columna",
  136. "Insert column before": "Insertar columna antes",
  137. "Insert column after": "Insertar columna despu\u00e9s",
  138. "Delete column": "Eliminar columna",
  139. "Cell": "Celda",
  140. "Merge cells": "Combinar celdas",
  141. "Horizontal split": "Divisi\u00f3n horizontal",
  142. "Vertical split": "Divisi\u00f3n vertical",
  143. "Cell Background": "Fondo de la celda",
  144. "Vertical Align": "Alinear vertical",
  145. "Top": "Cima",
  146. "Middle": "Medio",
  147. "Bottom": "Del fondo",
  148. "Align Top": "Alinear a la parte superior",
  149. "Align Middle": "Alinear media",
  150. "Align Bottom": "Alinear abajo",
  151. "Cell Style": "Estilo de celda",
  152. // Files
  153. "Upload File": "Subir archivo",
  154. "Drop file": "Soltar archivo",
  155. // Emoticons
  156. "Emoticons": "Emoticones",
  157. "Grinning face": "Sonriendo cara",
  158. "Grinning face with smiling eyes": "Sonriendo cara con ojos sonrientes",
  159. "Face with tears of joy": "Cara con l\u00e1grimas de alegr\u00eda",
  160. "Smiling face with open mouth": "Cara sonriente con la boca abierta",
  161. "Smiling face with open mouth and smiling eyes": "Cara sonriente con la boca abierta y los ojos sonrientes",
  162. "Smiling face with open mouth and cold sweat": "Cara sonriente con la boca abierta y el sudor fr\u00edo",
  163. "Smiling face with open mouth and tightly-closed eyes": "Cara sonriente con la boca abierta y los ojos fuertemente cerrados",
  164. "Smiling face with halo": "Cara sonriente con halo",
  165. "Smiling face with horns": "Cara sonriente con cuernos",
  166. "Winking face": "Gui\u00f1o de la cara",
  167. "Smiling face with smiling eyes": "Cara sonriente con ojos sonrientes",
  168. "Face savoring delicious food": "Care saborear una deliciosa comida",
  169. "Relieved face": "Cara Aliviado",
  170. "Smiling face with heart-shaped eyes": "Cara sonriente con los ojos en forma de coraz\u00f3n",
  171. "Smiling face with sunglasses": "Cara sonriente con gafas de sol",
  172. "Smirking face": "Sonriendo cara",
  173. "Neutral face": "Cara neutral",
  174. "Expressionless face": "Rostro inexpresivo",
  175. "Unamused face": "Cara no divertido",
  176. "Face with cold sweat": "Cara con sudor fr\u00edo",
  177. "Pensive face": "Rostro pensativo",
  178. "Confused face": "Cara confusa",
  179. "Confounded face": "Cara Averg\u00fc\u00e9ncense",
  180. "Kissing face": "Besar la cara",
  181. "Face throwing a kiss": "Cara lanzando un beso",
  182. "Kissing face with smiling eyes": "Besar a cara con ojos sonrientes",
  183. "Kissing face with closed eyes": "Besar a cara con los ojos cerrados",
  184. "Face with stuck out tongue": "Cara con la lengua pegada",
  185. "Face with stuck out tongue and winking eye": "Cara con pegado a la lengua y los ojos gui\u00f1o",
  186. "Face with stuck out tongue and tightly-closed eyes": "Cara con la lengua pegada a y los ojos fuertemente cerrados",
  187. "Disappointed face": "Cara decepcionado",
  188. "Worried face": "Cara de preocupaci\u00f3n",
  189. "Angry face": "Cara enojada",
  190. "Pouting face": "Que pone mala cara",
  191. "Crying face": "Cara llorando",
  192. "Persevering face": "Perseverar cara",
  193. "Face with look of triumph": "Cara con expresi\u00f3n de triunfo",
  194. "Disappointed but relieved face": "Decepcionado pero el rostro aliviado",
  195. "Frowning face with open mouth": "Con el ce\u00f1o fruncido la cara con la boca abierta",
  196. "Anguished face": "Rostro angustiado",
  197. "Fearful face": "Cara Temeroso",
  198. "Weary face": "Rostro cansado",
  199. "Sleepy face": "Rostro so\u00f1oliento",
  200. "Tired face": "Rostro cansado",
  201. "Grimacing face": "Haciendo una mueca cara",
  202. "Loudly crying face": "Llorando en voz alta la cara",
  203. "Face with open mouth": "Cara con la boca abierta",
  204. "Hushed face": "Cara callada",
  205. "Face with open mouth and cold sweat": "Cara con la boca abierta y el sudor frío",
  206. "Face screaming in fear": "Cara gritando de miedo",
  207. "Astonished face": "Cara asombrosa",
  208. "Flushed face": "Cara enrojecida",
  209. "Sleeping face": "Rostro dormido",
  210. "Dizzy face": "Cara Mareado",
  211. "Face without mouth": "Cara sin boca",
  212. "Face with medical mask": "Cara con la m\u00e1scara m\u00e9dica",
  213. // Line breaker
  214. "Break": "Romper",
  215. // Math
  216. "Subscript": "Sub\u00edndice",
  217. "Superscript": "Super\u00edndice",
  218. // Full screen
  219. "Fullscreen": "Pantalla completa",
  220. // Horizontal line
  221. "Insert Horizontal Line": "Insertar l\u00ednea horizontal",
  222. // Clear formatting
  223. "Clear Formatting": "Quitar el formato",
  224. // Undo, redo
  225. "Undo": "Deshacer",
  226. "Redo": "Rehacer",
  227. // Select all
  228. "Select All": "Seleccionar todo",
  229. // Code view
  230. "Code View": "Vista de c\u00f3digo",
  231. // Quote
  232. "Quote": "Cita",
  233. "Increase": "Aumentar",
  234. "Decrease": "Disminuci\u00f3n",
  235. // Quick Insert
  236. "Quick Insert": "Inserci\u00f3n r\u00e1pida",
  237. // Spcial Characters
  238. "Special Characters": "Caracteres especiales",
  239. "Latin": "Latín",
  240. "Greek": "Griego",
  241. "Cyrillic": "Cirílico",
  242. "Punctuation": "Puntuación",
  243. "Currency": "Moneda",
  244. "Arrows": "Flechas",
  245. "Math": "Mates",
  246. "Misc": "Misc",
  247. // Print.
  248. "Print": "Impresión",
  249. // Spell Checker.
  250. "Spell Checker": "Corrector ortográfico",
  251. // Help
  252. "Help": "Ayuda",
  253. "Shortcuts": "Atajos",
  254. "Inline Editor": "Editor en línea",
  255. "Show the editor": "Mostrar al editor",
  256. "Common actions": "Acciones comunes",
  257. "Copy": "Dupdo",
  258. "Cut": "Cortar",
  259. "Paste": "Pegar",
  260. "Basic Formatting": "Formato básico",
  261. "Increase quote level": "Aumentar el nivel de cotización",
  262. "Decrease quote level": "Disminuir el nivel de cotización",
  263. "Image / Video": "Imagen / video",
  264. "Resize larger": "Redimensionar más grande",
  265. "Resize smaller": "Redimensionar más pequeño",
  266. "Table": "Mesa",
  267. "Select table cell": "Celda de tabla select",
  268. "Extend selection one cell": "Ampliar la selección una celda",
  269. "Extend selection one row": "Ampliar la selección una fila",
  270. "Navigation": "Navegación",
  271. "Focus popup / toolbar": "Focus popup / toolbar",
  272. "Return focus to previous position": "Volver al foco a la posición anterior",
  273. // Embed.ly
  274. "Embed URL": "URL de inserción",
  275. "Paste in a URL to embed": "Pegar en una url para incrustar",
  276. // Word Paste.
  277. "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "El contenido pegado viene de un documento de Microsoft Word. ¿Quieres mantener el formato o limpiarlo?",
  278. "Keep": "Guardar",
  279. "Clean": "Limpiar",
  280. "Word Paste Detected": "Palabra detectada"
  281. },
  282. direction: "ltr"
  283. };
  284. }));