UNPKG

2.64 kBJavaScriptView Raw
1export default {
2 isoName: 'gn',
3 nativeName: 'Avañe\'ẽ',
4 label: {
5 clear: 'Mbogue',
6 ok: 'OĨma',
7 cancel: 'Cancelar',
8 close: 'Mboty',
9 set: 'Mohenda',
10 select: 'Poravo',
11 reset: 'MoĨ jey',
12 remove: 'Juka',
13 update: 'Actualisa',
14 create: 'Japo',
15 search: 'Heka',
16 filter: 'Mbogua',
17 refresh: 'Actualisa'
18 },
19 date: {
20 days: 'Domingo_Lunes_Martes_Miércoles_Jueves_Viernes_Sábado'.split('_'),
21 daysShort: 'Dom_Lun_Mar_Mié_Jue_Vie_Sáb'.split('_'),
22 months: 'Enero_Febrero_Marzo_Abril_Mayo_Junio_Julio_Agosto_Septiembre_Octubre_Noviembre_Diciembre'.split('_'),
23 monthsShort: 'Ene_Feb_Mar_Abr_May_Jun_Jul_Ago_Sep_Oct_Nov_Dic'.split('_'),
24 firstDayOfWeek: 1, // 0-6, 0 - Sunday, 1 Monday, ...
25 format24h: true
26 },
27 table: {
28 noData: 'Ni peteĨ mba\'e',
29 noResults: 'Ni peteĨ resultado',
30 loading: 'Era\'arõ...',
31 selectedRecords: function (rows) {
32 return rows > 1
33 ? rows + ' fila selesionada.'
34 : (rows === 0 ? 'Sin' : '1') + ' fila selesionada.'
35 },
36 recordsPerPage: 'Fila por páhina:',
37 allRows: 'Entero',
38 pagination: function (start, end, total) {
39 return start + '-' + end + ' de ' + total
40 },
41 columns: 'Columnakuéra'
42 },
43 editor: {
44 url: 'URL',
45 bold: 'Negrita',
46 italic: 'Kursíva',
47 strikethrough: 'Tachado',
48 underline: 'Subrayado',
49 unorderedList: 'Lista Desordenada',
50 orderedList: 'Lista Ordenada',
51 subscript: 'Subíndice',
52 superscript: 'Superíndice',
53 hyperlink: 'Hipervínculo',
54 toggleFullscreen: 'Pantalla kompléta',
55 quote: 'Cita',
56 left: 'Alineación izquierda',
57 center: 'Alineación centro',
58 right: 'Alineación derecha',
59 justify: 'Justificar alineación',
60 print: 'Imprimir',
61 outdent: 'Disminuir indentación',
62 indent: 'Aumentar indentación',
63 removeFormat: 'Eliminar formato',
64 formatting: 'Formato',
65 fontSize: 'Tamaño de Fuente',
66 align: 'Alinear',
67 hr: 'Insertar línea horizontal',
68 undo: 'Deshacer',
69 redo: 'Rehacer',
70 heading1: 'Encabezado 1',
71 heading2: 'Encabezado 2',
72 heading3: 'Encabezado 3',
73 heading4: 'Encabezado 4',
74 heading5: 'Encabezado 5',
75 heading6: 'Encabezado 6',
76 paragraph: 'Párrafo',
77 code: 'Código',
78 size1: 'Muy pequeño',
79 size2: 'Pequeño',
80 size3: 'Normal',
81 size4: 'Mediano',
82 size5: 'Grande',
83 size6: 'Muy grande',
84 size7: 'Máximo',
85 defaultFont: 'Fuente por defecto',
86 viewSource: 'View Source'
87 },
88 tree: {
89 noNodes: 'Sin nodos disponibles',
90 noResults: 'No se encontraron nodos correspondientes'
91 }
92}