Mercurial Hosting > sceditor
comparison src/languages/gl.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 Fran Sobrino | |
3 * @license [MIT](http://www.opensource.org/licenses/mit-license.php) | |
4 */ | |
5 (function () { | |
6 'use strict'; | |
7 | |
8 sceditor.locale['gl'] = { | |
9 'Bold': 'Negrita', | |
10 'Italic': 'Cursiva', | |
11 'Underline': 'Subrayar', | |
12 'Strikethrough': 'Riscar', | |
13 'Subscript': 'Sub\u00edndice', | |
14 'Superscript': 'Super\u00edndice', | |
15 'Align left': 'Alinear á Esquerda', | |
16 'Center': 'Centrar', | |
17 'Align right': 'Alinear á Dereita', | |
18 'Justify': 'Xustificar', | |
19 'Font Name': 'Tipo de Letra', | |
20 'Font Size': 'Tama\u00f1o de Letra', | |
21 'Font Color': 'Cor de Fonte', | |
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': 'O seu navegador non acepta o comando cortar. Por favor, empregue a 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': 'O seu navegador non acepta o comando cortar. Por favor, empregue a 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': 'O seu navegador non acepta o comando cortar. Por favor, empregue a combinaci\u00f3n Ctrl/Cmd-V', | |
29 'Paste your text inside the following box:': 'Pega o texto dentro do seguinte recadro', | |
30 'Paste Text': 'Pegar Texto', | |
31 'Bullet list': 'Lista de Vi\u00f1etas', | |
32 'Numbered list': 'Lista Numerada', | |
33 'Undo': 'Desfacer', | |
34 'Redo': 'Refacer', | |
35 'Rows:': 'Ringleiras', | |
36 'Cols:': 'Columnas', | |
37 'Insert a table': 'Engadir unha Tabla', | |
38 'Insert a horizontal rule': 'Engadir unha Regla Horizontal', | |
39 'Code': 'C\u00f3digo', | |
40 'Width (optional):': 'Ancho (Opcional)', | |
41 'Height (optional):': 'Altura (Opcional)', | |
42 'Insert an image': 'Engadir unha Imaxen', | |
43 'E-mail:': 'E-mail', | |
44 'Insert an email': 'Engadir un Email', | |
45 'URL:': 'URL', | |
46 'Insert a link': 'Engadir un V\u00ednculo', | |
47 'Unlink': 'Quitar V\u00ednculo', | |
48 'More': 'M\u00e1is', | |
49 'Insert an emoticon': 'Engadir un emoticon', | |
50 'Video URL:': 'URL do V\u00eddeo', | |
51 'Insert': 'Engadir', | |
52 'Insert a YouTube video': 'Engadir un v\u00eddeo de YouTube', | |
53 'Insert current date': 'Engadir data actual', | |
54 'Insert current time': 'Engadir hora actual', | |
55 'Print': 'Imprimir', | |
56 'View source': 'Ver C\u00f3digo', | |
57 'Description (optional):': 'Descripci\u00f3n (Opcional):', | |
58 'Enter the image URL:': 'Ingresar a URL da imaxen:', | |
59 'Enter the e-mail address:': 'Ingresar o correo electr\u00f3nico:', | |
60 'Enter the displayed text:': 'Ingresar o texto mostrado:', | |
61 'Enter URL:': 'Ingresar URL:', | |
62 'Enter the YouTube video URL or ID:': 'Ingresar URL ou ID de YouTube', | |
63 'Insert a Quote': 'Engadir Cita', | |
64 'Invalid YouTube video': 'V\u00eddeo de YouTube Inv\u00e1lido', | |
65 | |
66 dateFormat: 'day-month-year' | |
67 }; | |
68 })(); |