@@ -302,7 +302,7 @@ window.$docsify = {
302302```
303303
304304``` markdown
305- ## This is test
305+ ## Esto es una prueba
306306
307307<script>
308308 console.log(2333)
@@ -339,8 +339,8 @@ window.$docsify = {
339339
340340- type: ` String|Function `
341341
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
344344
345345``` js
346346window .$docsify = {
@@ -359,7 +359,7 @@ window.$docsify = {
359359- type: ` String `
360360- default: ` _blank `
361361
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 )
363363
364364``` js
365365window .$docsify = {
@@ -406,7 +406,7 @@ window.$docsify = {
406406
407407- type: ` Object `
408408
409- Set the request resource headers .
409+ Ponga los encabezados de los recursos de la solicitud .
410410
411411``` js
412412window .$docsify = {
@@ -420,7 +420,7 @@ window.$docsify = {
420420
421421- type: ` String `
422422
423- Request file extension .
423+ Solicita la extensión del archivo .
424424
425425``` js
426426window .$docsify = {
@@ -432,13 +432,13 @@ window.$docsify = {
432432
433433- type: ` Array<string> `
434434
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 .
436436
437- Example :
437+ Ejemplo :
438438
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 .
442442
443443``` js
444444window .$docsify = {
@@ -450,23 +450,23 @@ window.$docsify = {
450450
451451- type: ` Boolean ` | ` String ` | ` Object `
452452
453- Load the ` _404.md ` file :
453+ Carga el archivo ` _404.md ` :
454454
455455``` js
456456window .$docsify = {
457457 notFoundPage: true
458458};
459459```
460460
461- Load the customised path of the 404 page :
461+ Cargar la ruta personalizada de la página 404 :
462462
463463``` js
464464window .$docsify = {
465465 notFoundPage: ' my404.md'
466466};
467467```
468468
469- Load the right 404 page according to the localisation :
469+ Cargar la página 404 correcta según la localización :
470470
471471``` js
472472window .$docsify = {
@@ -477,4 +477,4 @@ window.$docsify = {
477477};
478478```
479479
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