es.js 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /*!
  2. * froala_editor v1.2.2 (http://editor.froala.com)
  3. * Copyright 2014-2014 Froala
  4. */
  5. /**
  6. * Spanish
  7. */
  8. $.Editable.LANGS['es'] = {
  9. translation: {
  10. "Bold": "Negrita",
  11. "Italic": "It\u00e1lica",
  12. "Underline": "Subrayado",
  13. "Strikethrough": "Tachado",
  14. "Font Size": "Tama\u00f1o de fuente",
  15. "Color": "Color",
  16. "Background Color": "Color de fondo",
  17. "Text Color": "Color del texto",
  18. "Format Block": "Formatos",
  19. "Normal": "Normal",
  20. "Paragraph": "P\u00e1rrafo",
  21. "Code": "C\u00f3digo",
  22. "Quote": "Bloque de cita",
  23. "Heading 1": "Encabezado 1",
  24. "Heading 2": "Encabezado 2",
  25. "Heading 3": "Encabezado 3",
  26. "Heading 4": "Encabezado 4",
  27. "Heading 5": "Encabezado 5",
  28. "Heading 6": "Encabezado 6",
  29. "Block Style": "Estilo de bloque",
  30. "Alignment": "Alineaci\u00f3n",
  31. "Align Left": "Alinear a la izquierda",
  32. "Align Center": "Alinear al centro",
  33. "Align Right": "Alinear a la derecha",
  34. "Justify": "Justificar",
  35. "Numbered List": "Lista numerada",
  36. "Bulleted List": "Lista de vi\u00f1etas",
  37. "Indent Less": "Disminuir sangr\u00eda",
  38. "Indent More": "Incrementar sangr\u00eda",
  39. "Select All": "Seleccionar todo",
  40. "Insert Link": "Insertar enlace",
  41. "Insert Image": "Insertar imagen",
  42. "Insert Video": "Insertar video",
  43. "Undo": "Deshacer",
  44. "Redo": "Rehacer",
  45. "Show HTML": "Mostrar HTML",
  46. "Float Left": "Izquierda",
  47. "Float None": "Ninguno",
  48. "Float Right": "Derecha",
  49. "Replace Image": "Reemplazar la imagen",
  50. "Remove Image": "Quitar la imagen",
  51. "Title": "T\u00edtulo",
  52. "Insert image": "Insertar imagen",
  53. "Drop image": "Soltar la imagen",
  54. "or click": "o haga clic en",
  55. "or": "o",
  56. "Enter URL": "Escribir la URL",
  57. "Please wait!": "Por favor, espere!",
  58. "Are you sure? Image will be deleted.": "\u00bfEst\u00e1 seguro? Imagen ser\u00e1 borrada.",
  59. "UNLINK": "Quitar enlace",
  60. "Open in new tab": "Abrir en una nueva pesta\u00F1a",
  61. "Type something": "Escriba algo",
  62. "Cancel": "Cancelar",
  63. "OK": "Ok",
  64. "Manage images": "Administrar im\u00e1genes",
  65. "Delete": "Borrar",
  66. "Font Family": "Familia de fuentes",
  67. "Insert Horizontal Line": "Insertar l\u00ednea horizontal",
  68. "Table": "Tabla",
  69. "Insert table": "Insertar tabla",
  70. "Cell": "Celda",
  71. "Row": "Fila",
  72. "Column": "Columna",
  73. "Delete table": "Eliminar tabla",
  74. "Insert cell before": "Insertat celda antes",
  75. "Insert cell after": "Insertat celda despu\u00e9s",
  76. "Delete cell": "Eliminar celda",
  77. "Merge cells": "Combinar celdas",
  78. "Horizontal split": "Divisi\u00f3n horizontal",
  79. "Vertical split": "Divisi\u00f3n vertical",
  80. "Insert row above": "Insertar fila antes",
  81. "Insert row below": "Insertar fila despu\u00e9s",
  82. "Delete row": "Eliminar Fila",
  83. "Insert column before": "Insertar columna antes",
  84. "Insert column after": "Insertar columna despu\u00e9s",
  85. "Delete column": "Eliminar columna"
  86. },
  87. direction: "ltr"
  88. };