mirror of
https://github.com/sruupl/batflat.git
synced 2026-06-23 21:01:05 +02:00
Add Spanish language
This commit is contained in:
155
inc/jscripts/wysiwyg/lang/es_spanish.js
Normal file
155
inc/jscripts/wysiwyg/lang/es_spanish.js
Normal file
@@ -0,0 +1,155 @@
|
||||
(function($) {
|
||||
$.extend($.summernote.lang, {
|
||||
'es_spanish': {
|
||||
font: {
|
||||
bold: 'Negrita',
|
||||
italic: 'Cursiva',
|
||||
underline: 'Subrayada',
|
||||
clear: 'Eliminar formato de texto',
|
||||
height: 'Interlineado',
|
||||
name: 'Familia de fuente',
|
||||
strikethrough: 'Tachado',
|
||||
superscript: 'Superíndice',
|
||||
subscript: 'Subíndice',
|
||||
size: 'Tamaño de fuente'
|
||||
},
|
||||
image: {
|
||||
image: 'Imagen',
|
||||
insert: 'Insertar una imagen',
|
||||
resizeFull: 'Tamaño original',
|
||||
resizeHalf: 'Redimensionar al 50 %',
|
||||
resizeQuarter: 'Redimensionar al 25 %',
|
||||
floatLeft: 'Alinear a izquierda',
|
||||
floatRight: 'Alinear a derecha',
|
||||
floatNone: 'Sin alinear',
|
||||
shapeRounded: 'Forma: Redondeado',
|
||||
shapeCircle: 'Forma: Círculo',
|
||||
shapeThumbnail: 'Forma: Miniatura',
|
||||
shapeNone: 'Forma: Ninguna',
|
||||
dragImageHere: 'Arrastrar una imagen o texto aquí dentro',
|
||||
dropImage: 'Soltar imagen o texto',
|
||||
selectFromFiles: 'Elegir un fichero',
|
||||
maximumFileSize: 'Tamaño máximo del fichero',
|
||||
maximumFileSizeError: 'Tamaño máximo del fichero sobrepasado',
|
||||
url: 'URL de la imagen',
|
||||
remove: 'Eliminar la imagen',
|
||||
original: 'Original'
|
||||
},
|
||||
video: {
|
||||
video: 'Vídeo',
|
||||
videoLink: 'Enlazar un vídeo',
|
||||
insert: 'Insertar un vídeo',
|
||||
url: 'URL del vídeo',
|
||||
providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion ou Youku)'
|
||||
},
|
||||
link: {
|
||||
link: 'Enlace',
|
||||
insert: 'Insertar un enlace',
|
||||
unlink: 'Eliminar un enlace',
|
||||
edit: 'Modificar',
|
||||
textToDisplay: 'Texto a mostrar',
|
||||
url: 'URL del enlace',
|
||||
openInNewWindow: 'Abrir en una nueva ventana'
|
||||
},
|
||||
table: {
|
||||
table: 'Tabla',
|
||||
addRowAbove: 'Añadir una línea debajo',
|
||||
addRowBelow: 'Añadir una línea encima',
|
||||
addColLeft: 'Añadir una columna a la izquierda',
|
||||
addColRight: 'Añadir una columna a la derecha',
|
||||
delRow: 'Eliminar la línea',
|
||||
delCol: 'Eliminar la columna',
|
||||
delTable: 'Eliminar la tabla'
|
||||
},
|
||||
hr: {
|
||||
insert: 'Insertar una línea horizontal'
|
||||
},
|
||||
style: {
|
||||
style: 'Estilo',
|
||||
p: 'Normal',
|
||||
blockquote: 'Cita',
|
||||
pre: 'Preformateado',
|
||||
h1: 'Encabezado 1',
|
||||
h2: 'Encabezado 2',
|
||||
h3: 'Encabezado 3',
|
||||
h4: 'Encabezado 4',
|
||||
h5: 'Encabezado 5',
|
||||
h6: 'Encabezado 6'
|
||||
},
|
||||
lists: {
|
||||
unordered: 'Lista desordenada',
|
||||
ordered: 'Lista ordenada'
|
||||
},
|
||||
options: {
|
||||
help: 'Ayuda',
|
||||
fullscreen: 'Pantalla completa',
|
||||
codeview: 'Mostrar código HTML'
|
||||
},
|
||||
paragraph: {
|
||||
paragraph: 'Párrafo',
|
||||
outdent: 'Disminuir indentación',
|
||||
indent: 'Aumentar indentación',
|
||||
left: 'Alinear a izquierda',
|
||||
center: 'Centrar',
|
||||
right: 'Alinear a derecha',
|
||||
justify: 'Justificar'
|
||||
},
|
||||
color: {
|
||||
recent: 'Último color seleccionado',
|
||||
more: 'Más colores',
|
||||
background: 'Color de fondo',
|
||||
foreground: 'Color de frente',
|
||||
transparent: 'Transparente',
|
||||
setTransparent: 'Definir la transparencia',
|
||||
reset: 'Restaurar',
|
||||
resetToDefault: 'Restaurar el color por defecto'
|
||||
},
|
||||
shortcut: {
|
||||
shortcuts: 'Atajos',
|
||||
close: 'Cerrar',
|
||||
textFormatting: 'Formatear un texto',
|
||||
action: 'Acción',
|
||||
paragraphFormatting: 'Formatear los párrafos',
|
||||
documentStyle: 'Estilo del documento',
|
||||
extraKeys: 'Claves complementarias'
|
||||
},
|
||||
help: {
|
||||
'insertParagraph': 'Insertar párrafo',
|
||||
'undo': 'Deshacer el último comando',
|
||||
'redo': 'Rehacer el último comando',
|
||||
'tab': 'Tabular',
|
||||
'untab': 'Destabular',
|
||||
'bold': 'Poner en negrita',
|
||||
'italic': 'Poner en cursiva',
|
||||
'underline': 'Subrayar',
|
||||
'strikethrough': 'Tachar',
|
||||
'removeFormat': 'Quitar estilos',
|
||||
'justifyLeft': 'Alinear a izquierda',
|
||||
'justifyCenter': 'Centrar',
|
||||
'justifyRight': 'Alinear a derecha',
|
||||
'justifyFull': 'Justificar',
|
||||
'insertUnorderedList': 'Poner lista desordenada',
|
||||
'insertOrderedList': 'Poner lista ordenada',
|
||||
'outdent': 'Disminuir indentación del párrafo',
|
||||
'indent': 'Aumentar indentación del párrafo',
|
||||
'formatPara': 'Cambiar a normal el párrafo actual (P)',
|
||||
'formatH1': 'Cambiar del párrafo actual el encabezado H1',
|
||||
'formatH2': 'Cambiar del párrafo actual el encabezado H2',
|
||||
'formatH3': 'Cambiar del párrafo actual el encabezado H3',
|
||||
'formatH4': 'Cambiar del párrafo actual el encabezado H4',
|
||||
'formatH5': 'Cambiar del párrafo actual el encabezado H5',
|
||||
'formatH6': 'Cambiar del párrafo actual el encabezado H6',
|
||||
'insertHorizontalRule': 'Incluir separación horizontal',
|
||||
'linkDialog.show': 'Mostrar ventana del enlace'
|
||||
},
|
||||
history: {
|
||||
undo: 'Cancelar la última acción',
|
||||
redo: 'Recuperar la última acción cancelada'
|
||||
},
|
||||
specialChar: {
|
||||
specialChar: 'CARACTERES ESPECIALES',
|
||||
select: 'Elegir los caracteres especiales'
|
||||
}
|
||||
}
|
||||
});
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user