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