PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 9.0.0
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v9.0.0
9.1.3 9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 All 222 releases
wpvr / legacy / admin / lib / summernote / lang / summernote-es-ES.js

summernote-es-ES.js in WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress 9.0.0, at legacy/admin/lib/summernote/lang/summernote-es-ES.js

280 lines 9.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 *
3 * Super simple wysiwyg editor v0.8.18
4 * https://summernote.org
5 *
6 *
7 * Copyright 2013- Alan Hong. and other contributors
8 * summernote may be freely distributed under the MIT license.
9 *
10 * Date: 2020-05-20T18:09Z
11 *
12 */
13 (function webpackUniversalModuleDefinition(root, factory) {
14 if(typeof exports === 'object' && typeof module === 'object')
15 module.exports = factory();
16 else if(typeof define === 'function' && define.amd)
17 define([], factory);
18 else {
19 var a = factory();
20 for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
21 }
22 })(window, function() {
23 return /******/ (function(modules) { // webpackBootstrap
24 /******/ // The module cache
25 /******/ var installedModules = {};
26 /******/
27 /******/ // The require function
28 /******/ function __webpack_require__(moduleId) {
29 /******/
30 /******/ // Check if module is in cache
31 /******/ if(installedModules[moduleId]) {
32 /******/ return installedModules[moduleId].exports;
33 /******/ }
34 /******/ // Create a new module (and put it into the cache)
35 /******/ var module = installedModules[moduleId] = {
36 /******/ i: moduleId,
37 /******/ l: false,
38 /******/ exports: {}
39 /******/ };
40 /******/
41 /******/ // Execute the module function
42 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
43 /******/
44 /******/ // Flag the module as loaded
45 /******/ module.l = true;
46 /******/
47 /******/ // Return the exports of the module
48 /******/ return module.exports;
49 /******/ }
50 /******/
51 /******/
52 /******/ // expose the modules object (__webpack_modules__)
53 /******/ __webpack_require__.m = modules;
54 /******/
55 /******/ // expose the module cache
56 /******/ __webpack_require__.c = installedModules;
57 /******/
58 /******/ // define getter function for harmony exports
59 /******/ __webpack_require__.d = function(exports, name, getter) {
60 /******/ if(!__webpack_require__.o(exports, name)) {
61 /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
62 /******/ }
63 /******/ };
64 /******/
65 /******/ // define __esModule on exports
66 /******/ __webpack_require__.r = function(exports) {
67 /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
68 /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
69 /******/ }
70 /******/ Object.defineProperty(exports, '__esModule', { value: true });
71 /******/ };
72 /******/
73 /******/ // create a fake namespace object
74 /******/ // mode & 1: value is a module id, require it
75 /******/ // mode & 2: merge all properties of value into the ns
76 /******/ // mode & 4: return value when already ns object
77 /******/ // mode & 8|1: behave like require
78 /******/ __webpack_require__.t = function(value, mode) {
79 /******/ if(mode & 1) value = __webpack_require__(value);
80 /******/ if(mode & 8) return value;
81 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
82 /******/ var ns = Object.create(null);
83 /******/ __webpack_require__.r(ns);
84 /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
85 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
86 /******/ return ns;
87 /******/ };
88 /******/
89 /******/ // getDefaultExport function for compatibility with non-harmony modules
90 /******/ __webpack_require__.n = function(module) {
91 /******/ var getter = module && module.__esModule ?
92 /******/ function getDefault() { return module['default']; } :
93 /******/ function getModuleExports() { return module; };
94 /******/ __webpack_require__.d(getter, 'a', getter);
95 /******/ return getter;
96 /******/ };
97 /******/
98 /******/ // Object.prototype.hasOwnProperty.call
99 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
100 /******/
101 /******/ // __webpack_public_path__
102 /******/ __webpack_require__.p = "";
103 /******/
104 /******/
105 /******/ // Load entry module and return exports
106 /******/ return __webpack_require__(__webpack_require__.s = 15);
107 /******/ })
108 /************************************************************************/
109 /******/ ({
110
111 /***/ 15:
112 /***/ (function(module, exports) {
113
114 (function ($) {
115 $.extend($.summernote.lang, {
116 'es-ES': {
117 font: {
118 bold: 'Negrita',
119 italic: 'Cursiva',
120 underline: 'Subrayado',
121 clear: 'Eliminar estilo de letra',
122 height: 'Altura de línea',
123 name: 'Tipo de letra',
124 strikethrough: 'Tachado',
125 subscript: 'Subíndice',
126 superscript: 'Superíndice',
127 size: 'Tamaño de la fuente',
128 sizeunit: 'Unidad del tamaño de letra'
129 },
130 image: {
131 image: 'Imagen',
132 insert: 'Insertar imagen',
133 resizeFull: 'Redimensionar a tamaño completo',
134 resizeHalf: 'Redimensionar a la mitad',
135 resizeQuarter: 'Redimensionar a un cuarto',
136 resizeNone: 'Tamaño original',
137 floatLeft: 'Flotar a la izquierda',
138 floatRight: 'Flotar a la derecha',
139 floatNone: 'No flotar',
140 shapeRounded: 'Forma: Redondeado',
141 shapeCircle: 'Forma: Círculo',
142 shapeThumbnail: 'Forma: Miniatura',
143 shapeNone: 'Forma: Ninguna',
144 dragImageHere: 'Arrastre una imagen o texto aquí',
145 dropImage: 'Suelte una imagen o texto',
146 selectFromFiles: 'Seleccione un fichero',
147 maximumFileSize: 'Tamaño máximo del fichero',
148 maximumFileSizeError: 'Superado el tamaño máximo de fichero.',
149 url: 'URL de la imagen',
150 remove: 'Eliminar la imagen',
151 original: 'Original'
152 },
153 video: {
154 video: 'Vídeo',
155 videoLink: 'Enlace del vídeo',
156 insert: 'Insertar un vídeo',
157 url: 'URL del vídeo',
158 providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion o Youku)'
159 },
160 link: {
161 link: 'Enlace',
162 insert: 'Insertar un enlace',
163 unlink: 'Quitar el enlace',
164 edit: 'Editar',
165 textToDisplay: 'Texto a mostrar',
166 url: '¿A qué URL lleva este enlace?',
167 openInNewWindow: 'Abrir en una nueva ventana',
168 useProtocol: 'Usar el protocolo predefinido'
169 },
170 table: {
171 table: 'Tabla',
172 addRowAbove: 'Añadir una fila encima',
173 addRowBelow: 'Añadir una fila debajo',
174 addColLeft: 'Añadir una columna a la izquierda',
175 addColRight: 'Añadir una columna a la derecha',
176 delRow: 'Borrar la fila',
177 delCol: 'Borrar la columna',
178 delTable: 'Borrar la tabla'
179 },
180 hr: {
181 insert: 'Insertar una línea horizontal'
182 },
183 style: {
184 style: 'Estilo',
185 p: 'Normal',
186 blockquote: 'Cita',
187 pre: 'Código',
188 h1: 'Título 1',
189 h2: 'Título 2',
190 h3: 'Título 3',
191 h4: 'Título 4',
192 h5: 'Título 5',
193 h6: 'Título 6'
194 },
195 lists: {
196 unordered: 'Lista',
197 ordered: 'Lista numerada'
198 },
199 options: {
200 help: 'Ayuda',
201 fullscreen: 'Pantalla completa',
202 codeview: 'Ver el código fuente'
203 },
204 paragraph: {
205 paragraph: 'Párrafo',
206 outdent: 'Reducir la sangría',
207 indent: 'Aumentar la sangría',
208 left: 'Alinear a la izquierda',
209 center: 'Centrar',
210 right: 'Alinear a la derecha',
211 justify: 'Justificar'
212 },
213 color: {
214 recent: 'Último color',
215 more: 'Más colores',
216 background: 'Color de fondo',
217 foreground: 'Color del texto',
218 transparent: 'Transparente',
219 setTransparent: 'Establecer transparente',
220 reset: 'Restablecer',
221 resetToDefault: 'Restablecer a los valores predefinidos',
222 cpSelect: 'Seleccionar'
223 },
224 shortcut: {
225 shortcuts: 'Atajos de teclado',
226 close: 'Cerrar',
227 textFormatting: 'Formato de texto',
228 action: 'Acción',
229 paragraphFormatting: 'Formato de párrafo',
230 documentStyle: 'Estilo de documento',
231 extraKeys: 'Teclas adicionales'
232 },
233 help: {
234 insertParagraph: 'Insertar un párrafo',
235 undo: 'Deshacer la última acción',
236 redo: 'Rehacer la última acción',
237 tab: 'Tabular',
238 untab: 'Eliminar tabulación',
239 bold: 'Establecer estilo negrita',
240 italic: 'Establecer estilo cursiva',
241 underline: 'Establecer estilo subrayado',
242 strikethrough: 'Establecer estilo tachado',
243 removeFormat: 'Limpiar estilo',
244 justifyLeft: 'Alinear a la izquierda',
245 justifyCenter: 'Alinear al centro',
246 justifyRight: 'Alinear a la derecha',
247 justifyFull: 'Justificar',
248 insertUnorderedList: 'Insertar lista',
249 insertOrderedList: 'Insertar lista numerada',
250 outdent: 'Reducir sangría del párrafo',
251 indent: 'Aumentar sangría del párrafo',
252 formatPara: 'Cambiar el formato del bloque actual a párrafo (etiqueta P)',
253 formatH1: 'Cambiar el formato del bloque actual a H1',
254 formatH2: 'Cambiar el formato del bloque actual a H2',
255 formatH3: 'Cambiar el formato del bloque actual a H3',
256 formatH4: 'Cambiar el formato del bloque actual a H4',
257 formatH5: 'Cambiar el formato del bloque actual a H5',
258 formatH6: 'Cambiar el formato del bloque actual a H6',
259 insertHorizontalRule: 'Insertar una línea horizontal',
260 'linkDialog.show': 'Mostrar el panel de enlaces'
261 },
262 history: {
263 undo: 'Deshacer',
264 redo: 'Rehacer'
265 },
266 specialChar: {
267 specialChar: 'CARACTERES ESPECIALES',
268 select: 'Seleccionar caracteres especiales'
269 },
270 output: {
271 noSelection: '¡No ha seleccionado nada!'
272 }
273 }
274 });
275 })(jQuery);
276
277 /***/ })
278
279 /******/ });
280 });