@@ -302,7 +302,7 @@ window.$docsify = {
302
302
```
303
303
304
304
``` markdown
305
- ## This is test
305
+ ## Esto es una prueba
306
306
307
307
<script>
308
308
console.log(2333)
@@ -339,8 +339,8 @@ window.$docsify = {
339
339
340
340
- type: ` String|Function `
341
341
342
- We can display the file update date through ** {docsify-updated<span >}</span >** variable. And format it by ` formatUpdated ` .
343
- See https://github.com/lukeed/tinydate#patterns
342
+ Podemos mostrar la fecha de actualización del archivo a través de la variable ** {docsify-updated<span >}</span >** . Y formatearlo por ` formatUpdated ` .
343
+ Ver https://github.com/lukeed/tinydate#patterns
344
344
345
345
``` js
346
346
window .$docsify = {
@@ -359,7 +359,7 @@ window.$docsify = {
359
359
- type: ` String `
360
360
- default: ` _blank `
361
361
362
- Target to open external links. Default ` '_blank' ` (new window/tab )
362
+ El objetivo es abrir los enlaces externos. Por defecto ` '_blank' ` (nueva ventana/pestaña )
363
363
364
364
``` js
365
365
window .$docsify = {
@@ -406,7 +406,7 @@ window.$docsify = {
406
406
407
407
- type: ` Object `
408
408
409
- Set the request resource headers .
409
+ Ponga los encabezados de los recursos de la solicitud .
410
410
411
411
``` js
412
412
window .$docsify = {
@@ -420,7 +420,7 @@ window.$docsify = {
420
420
421
421
- type: ` String `
422
422
423
- Request file extension .
423
+ Solicita la extensión del archivo .
424
424
425
425
``` js
426
426
window .$docsify = {
@@ -432,13 +432,13 @@ window.$docsify = {
432
432
433
433
- type: ` Array<string> `
434
434
435
- List of languages that will fallback to the default language when a page is request and didn't exists for the given local.
435
+ Lista de idiomas que se recurrirá al idioma por defecto cuando se solicite una página y que no existía para el local dado .
436
436
437
- Example :
437
+ Ejemplo :
438
438
439
- - try to fetch the page of ` /de/overview ` . If this page exists, it'll be displayed
440
- - then try to fetch the default page ` /overview ` (depending on the default language ). If this page exists, it'll be displayed
441
- - then display 404 page .
439
+ - trata de buscar la página de ` /de/overview ` . Si esta página existe, se mostrará
440
+ - entonces intente buscar la página por defecto ` /overview ` (dependiendo del idioma por defecto ). Si esta página existe, se mostrará
441
+ - y luego mostrar la página 404 .
442
442
443
443
``` js
444
444
window .$docsify = {
@@ -450,23 +450,23 @@ window.$docsify = {
450
450
451
451
- type: ` Boolean ` | ` String ` | ` Object `
452
452
453
- Load the ` _404.md ` file :
453
+ Carga el archivo ` _404.md ` :
454
454
455
455
``` js
456
456
window .$docsify = {
457
457
notFoundPage: true
458
458
};
459
459
```
460
460
461
- Load the customised path of the 404 page :
461
+ Cargar la ruta personalizada de la página 404 :
462
462
463
463
``` js
464
464
window .$docsify = {
465
465
notFoundPage: ' my404.md'
466
466
};
467
467
```
468
468
469
- Load the right 404 page according to the localisation :
469
+ Cargar la página 404 correcta según la localización :
470
470
471
471
``` js
472
472
window .$docsify = {
@@ -477,4 +477,4 @@ window.$docsify = {
477
477
};
478
478
```
479
479
480
- > Note: The options with fallbackLanguages didn't work with the ` notFoundPage ` options .
480
+ > Nota: Las opciones con fallbackLanguages no funcionaron con las opciones de ` notFoundPage ` .
0 commit comments