comparison src/languages/es.js @ 0:4c4fc447baea

start with sceditor-3.1.1
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 04 Aug 2022 15:21:29 -0600
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c4fc447baea
1 /**
2 * @author <Maxpower> <maxpowerid@gmail.com/www.identi.li>
3 * @license [MIT](http://www.opensource.org/licenses/mit-license.php)
4 */
5 (function () {
6 'use strict';
7
8 sceditor.locale['es'] = {
9 'Bold': 'Negrita',
10 'Italic': 'Cursiva',
11 'Underline': 'Subrayar',
12 'Strikethrough': 'Tachar',
13 'Subscript': 'Sub\u00edndice',
14 'Superscript': 'Super\u00edndice',
15 'Align left': 'Alinear a la Izquierda',
16 'Center': 'Centrar',
17 'Align right': 'Alinear a la Derecha',
18 'Justify': 'Justificar',
19 'Font Name': 'Tipo de Letra',
20 'Font Size': 'Tama\u00f1o de Letra',
21 'Font Color': 'Color de Fuente',
22 'Remove Formatting': 'Quitar Formatos',
23 'Cut': 'Cortar',
24 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'Su navegador no acepta el comando cortar. Por favor, use la combinaci\u00f3n Ctrl/Cmd-X',
25 'Copy': 'Copiar',
26 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'Su navegador no acepta el comando copiar. Por favor, use la combinaci\u00f3n Ctrl/Cmd-C',
27 'Paste': 'Pegar',
28 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'Su navegador no acepta el comando pegar. Por favor, use la combinaci\u00f3n Ctrl/Cmd-V',
29 'Paste your text inside the following box:': 'Pega el texto dentro del siguiente recuadro',
30 'Paste Text': 'Pegar Texto',
31 'Bullet list': 'Lista de Vi\u00f1etas',
32 'Numbered list': 'Lista Numerada',
33 'Undo': 'Deshacer',
34 'Redo': 'Rehacer',
35 'Rows:': 'Filas',
36 'Cols:': 'Columnas',
37 'Insert a table': 'Insertar una Tabla',
38 'Insert a horizontal rule': 'Insertar una Regla Horizontal',
39 'Code': 'C\u00f3digo',
40 'Width (optional):': 'Ancho (Opcional)',
41 'Height (optional):': 'Altura (Opcional)',
42 'Insert an image': 'Insertar una Imagen',
43 'E-mail:': 'E-mail',
44 'Insert an email': 'Insertar un Email',
45 'URL:': 'URL',
46 'Insert a link': 'Insertar un V\u00ednculo',
47 'Unlink': 'Quitar V\u00ednculo',
48 'More': 'M\u00e1s',
49 'Insert an emoticon': 'Insertar un emoticon',
50 'Video URL:': 'URL del V\u00eddeo',
51 'Insert': 'Insertar',
52 'Insert a YouTube video': 'Insertar un v\u00eddeo de YouTube',
53 'Insert current date': 'Insertar fecha actual',
54 'Insert current time': 'Insertar hora actual',
55 'Print': 'Imprimir',
56 'View source': 'Ver C\u00f3digo',
57 'Description (optional):': 'Descripci\u00f3n (Opcional):',
58 'Enter the image URL:': 'Ingresar la URL de la imagen:',
59 'Enter the e-mail address:': 'Ingresar el correo electr\u00f3nico:',
60 'Enter the displayed text:': 'Ingresar el texto mostrado:',
61 'Enter URL:': 'Ingresar URL:',
62 'Enter the YouTube video URL or ID:': 'Ingresar URL o ID de YouTube',
63 'Insert a Quote': 'Insertar Cita',
64 'Invalid YouTube video': 'Video de YouTube Inv\u00e1lido',
65
66 dateFormat: 'day-month-year'
67 };
68 })();