comparison src/languages/ca.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['ca'] = {
9 'Bold': 'Negrita',
10 'Italic': 'Cursiva',
11 'Underline': 'Subratlla',
12 'Strikethrough': 'Ratllar',
13 'Subscript': 'Sub\u00edndice',
14 'Superscript': 'Super\u00edndice',
15 'Align left': 'Alinear a l\'Esquerra',
16 'Center': 'Centrar',
17 'Align right': 'Alinear a la dreta',
18 'Justify': 'Justificar',
19 'Font Name': 'Tipus de Lletra',
20 'Font Size': 'Mida de Lletra',
21 'Font Color': 'Color de Font',
22 'Remove Formatting': 'Treure Formats',
23 'Cut': 'Tallar',
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': 'Llista d\'Vinyetes',
32 'Numbered list': 'Llista numerada',
33 'Undo': 'Desfer',
34 'Redo': 'Refer',
35 'Rows:': 'Files',
36 'Cols:': 'Columnes',
37 'Insert a table': 'Inserir una taula',
38 'Insert a horizontal rule': 'Insereix una Regla horitzontal',
39 'Code': 'C\u00f3digo',
40 'Width (optional):': 'Ample (Opcional)',
41 'Height (optional):': 'Alçada (Opcional)',
42 'Insert an image': 'Insereix una imatge',
43 'E-mail:': 'Correu electrònic',
44 'Insert an email': 'Insereix un Email',
45 'URL:': 'URL',
46 'Insert a link': 'Inserir un enllaç',
47 'Unlink': 'Treure un enllaç',
48 'More': 'Més',
49 'Insert an emoticon': 'Inserir un emoticon',
50 'Video URL:': 'URL del V\u00eddeo',
51 'Insert': 'Insereix',
52 'Insert a YouTube video': 'Insereix un v\u00eddeo de YouTube',
53 'Insert current date': 'Insereix data actual',
54 'Insert current time': 'Insereix hora actual',
55 'Print': 'Imprimir',
56 'View source': 'Veure C\u00f3digo',
57 'Description (optional):': 'Descripci\u00f3 (Opcional):',
58 'Enter the image URL:': 'Ingressar la URL de la imatge:',
59 'Enter the e-mail address:': 'Ingressar el correu electr\u00f3nico:',
60 'Enter the displayed text:': 'Ingressar el texto mostrat:',
61 'Enter URL:': 'Entrada URL:',
62 'Enter the YouTube video URL or ID:': 'Entrada URL ou ID de YouTube',
63 'Insert a Quote': 'v Insereix',
64 'Invalid YouTube video': 'V\u00eddeo de YouTube Inv\u00e1lido',
65
66 dateFormat: 'day-month-year'
67 };
68 })();