Skip to content

Commit 2be5aad

Browse files
committed
Polished spanish translation
1 parent 69609ef commit 2be5aad

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

lang/markedit.lang.es.js

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,28 @@
22
// MarkEdit langauge: Spanish
33
// MarkEdit idioma: Español
44
//
5-
// Note: These translations were created with Google translator.
6-
// I'm sure they sound really awkwards. If a native speaker would
7-
// be interested in polishing it up, it would be a great benefit.
8-
//
9-
105
MarkEditLanguage = function() {
116

127
return {
138

149
'defaultButtons': {
1510
'bold': {
16-
'tip': 'Bold'
11+
'tip': 'Negrita'
1712
},
1813
'italic': {
19-
'tip': 'Itálico'
14+
'tip': 'Cursiva'
2015
},
2116
'link': {
22-
'tip': 'Insertar hipervínculo'
17+
'tip': 'Insertar enlace'
2318
},
2419
'image': {
2520
'tip': 'Insertar imagen'
2621
},
2722
'code': {
28-
'tip': 'Ejemplo de código'
23+
'tip': 'Código'
2924
},
3025
'quote': {
31-
'tip': 'Blockquote'
26+
'tip': 'Cita'
3227
},
3328
'numberlist': {
3429
'tip': 'Lista numerada'
@@ -40,28 +35,37 @@ MarkEditLanguage = function() {
4035
'tip': 'Línea horizontal'
4136
},
4237
'heading': {
43-
'tip': 'Denominación'
38+
'tip': 'Encabezado'
4439
},
40+
'undo': {
41+
'tip': 'Deshacer'
42+
},
43+
'redo': {
44+
'tip': 'Rehacer'
45+
},
4546
'edit': {
4647
'text': 'Redactar',
4748
'tip': 'Ver en modo de edición'
4849
},
4950
'preview': {
50-
'text': 'Prevista',
51+
'text': 'Previsualizar',
5152
'tip': 'Ver en modo de vista preliminar'
52-
}
53+
},
54+
'help': {
55+
'tip': 'Ayuda'
56+
}
5357
},
5458

5559
'dialog': {
5660
'insertLink': {
57-
'title': 'Insertar hipervínculo',
58-
'helpText': 'Escriba la dirección URL que desee insertar.',
61+
'title': 'Insertar enlace',
62+
'helpText': 'Escriba la dirección URL que desea insertar.',
5963
'insertButton': 'Insertar',
6064
'cancelButton': 'Cancelar'
6165
},
6266
'insertImage': {
6367
'title':'Insertar imagen',
64-
'helpText': 'Introduzca la dirección URL de la imagen que desee insertar.',
68+
'helpText': 'Introduzca la dirección URL de la imagen que desea insertar.',
6569
'insertButton': 'Insertar',
6670
'cancelButton': 'Cancelar'
6771
}

0 commit comments

Comments
 (0)