forked from summernote/summernote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsummernote-gl-ES.js
155 lines (155 loc) · 5.05 KB
/
summernote-gl-ES.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
(function($) {
$.extend($.summernote.lang, {
'gl-ES': {
font: {
bold: 'Negrita',
italic: 'Cursiva',
underline: 'Subliñado',
clear: 'Quitar estilo de fonte',
height: 'Altura de liña',
name: 'Fonte',
strikethrough: 'Riscado',
superscript: 'Superíndice',
subscript: 'Subíndice',
size: 'Tamaño da fonte'
},
image: {
image: 'Imaxe',
insert: 'Inserir imaxe',
resizeFull: 'Redimensionar a tamaño completo',
resizeHalf: 'Redimensionar á metade',
resizeQuarter: 'Redimensionar a un cuarto',
floatLeft: 'Flotar á esquerda',
floatRight: 'Flotar á dereita',
floatNone: 'Non flotar',
shapeRounded: 'Forma: Redondeado',
shapeCircle: 'Forma: Círculo',
shapeThumbnail: 'Forma: Marco',
shapeNone: 'Forma: Ningunha',
dragImageHere: 'Arrastrar unha imaxe ou texto aquí',
dropImage: 'Solta a imaxe ou texto',
selectFromFiles: 'Seleccionar desde os arquivos',
maximumFileSize: 'Tamaño máximo do arquivo',
maximumFileSizeError: 'Superaches o tamaño máximo do arquivo.',
url: 'URL da imaxe',
remove: 'Eliminar imaxe',
original: 'Original'
},
video: {
video: 'Vídeo',
videoLink: 'Ligazón do vídeo',
insert: 'Insertar vídeo',
url: 'URL do vídeo?',
providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion, o Youku)'
},
link: {
link: 'Ligazón',
insert: 'Inserir Ligazón',
unlink: 'Quitar Ligazón',
edit: 'Editar',
textToDisplay: 'Texto para amosar',
url: 'Cara a que URL leva a ligazón?',
openInNewWindow: 'Abrir nunha nova xanela'
},
table: {
table: 'Táboa',
addRowAbove: 'Add row above',
addRowBelow: 'Add row below',
addColLeft: 'Add column left',
addColRight: 'Add column right',
delRow: 'Delete row',
delCol: 'Delete column',
delTable: 'Delete table'
},
hr: {
insert: 'Inserir liña horizontal'
},
style: {
style: 'Estilo',
normal: 'Normal',
blockquote: 'Cita',
pre: 'Código',
h1: 'Título 1',
h2: 'Título 2',
h3: 'Título 3',
h4: 'Título 4',
h5: 'Título 5',
h6: 'Título 6'
},
lists: {
unordered: 'Lista desordenada',
ordered: 'Lista ordenada'
},
options: {
help: 'Axuda',
fullscreen: 'Pantalla completa',
codeview: 'Ver código fonte'
},
paragraph: {
paragraph: 'Parágrafo',
outdent: 'Menos tabulación',
indent: 'Máis tabulación',
left: 'Aliñar á esquerda',
center: 'Aliñar ao centro',
right: 'Aliñar á dereita',
justify: 'Xustificar'
},
color: {
recent: 'Última cor',
more: 'Máis cores',
background: 'Cor de fondo',
foreground: 'Cor de fuente',
transparent: 'Transparente',
setTransparent: 'Establecer transparente',
reset: 'Restaurar',
resetToDefault: 'Restaurar por defecto'
},
shortcut: {
shortcuts: 'Atallos de teclado',
close: 'Pechar',
textFormatting: 'Formato de texto',
action: 'Acción',
paragraphFormatting: 'Formato de parágrafo',
documentStyle: 'Estilo de documento',
extraKeys: 'Teclas adicionais'
},
help: {
'insertParagraph': 'Inserir parágrafo',
'undo': 'Desfacer última acción',
'redo': 'Refacer última acción',
'tab': 'Tabular',
'untab': 'Eliminar tabulación',
'bold': 'Establecer estilo negrita',
'italic': 'Establecer estilo cursiva',
'underline': 'Establecer estilo subliñado',
'strikethrough': 'Establecer estilo riscado',
'removeFormat': 'Limpar estilo',
'justifyLeft': 'Aliñar á esquerda',
'justifyCenter': 'Aliñar ao centro',
'justifyRight': 'Aliñar á dereita',
'justifyFull': 'Xustificar',
'insertUnorderedList': 'Inserir lista desordenada',
'insertOrderedList': 'Inserir lista ordenada',
'outdent': 'Reducir tabulación do parágrafo',
'indent': 'Aumentar tabulación do parágrafo',
'formatPara': 'Mudar estilo do bloque a parágrafo (etiqueta P)',
'formatH1': 'Mudar estilo do bloque a H1',
'formatH2': 'Mudar estilo do bloque a H2',
'formatH3': 'Mudar estilo do bloque a H3',
'formatH4': 'Mudar estilo do bloque a H4',
'formatH5': 'Mudar estilo do bloque a H5',
'formatH6': 'Mudar estilo do bloque a H6',
'insertHorizontalRule': 'Inserir liña horizontal',
'linkDialog.show': 'Amosar panel ligazóns'
},
history: {
undo: 'Desfacer',
redo: 'Refacer'
},
specialChar: {
specialChar: 'CARACTERES ESPECIAIS',
select: 'Selecciona Caracteres especiais'
}
}
});
})(jQuery);