hexo-theme-solitude 3.0.18 → 3.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/edgeone.avif +0 -0
- package/.github/logo.avif +0 -0
- package/.github/workflows/npm-publish.yml +3 -0
- package/README.md +11 -3
- package/README_en-US.md +11 -3
- package/README_es-ES.md +73 -0
- package/README_zh-Hant.md +11 -3
- package/SECURITY.md +1 -1
- package/_config.yml +28 -41
- package/languages/en.yml +0 -0
- package/languages/es.yml +253 -0
- package/languages/zh-CN.yml +0 -0
- package/languages/zh-TW.yml +0 -0
- package/layout/includes/footer.pug +147 -83
- package/layout/includes/head.pug +21 -10
- package/layout/includes/inject/body.pug +35 -24
- package/layout/includes/inject/head.pug +1 -0
- package/layout/includes/layout.pug +34 -24
- package/layout/includes/mixins/common.pug +179 -0
- package/layout/includes/mixins/includes.pug +54 -0
- package/layout/includes/mixins/naming-conventions.pug +100 -0
- package/layout/includes/nav.pug +35 -12
- package/layout/includes/widgets/aside/asideSwitch.pug +22 -14
- package/layout/includes/widgets/home/postList.pug +81 -55
- package/layout/includes/widgets/page/message/js.pug +1 -0
- package/layout/includes/widgets/page/recentcomment/artalk.pug +3 -3
- package/layout/includes/widgets/page/recentcomment/twikoo.pug +5 -4
- package/layout/includes/widgets/page/recentcomment/valine.pug +5 -5
- package/layout/includes/widgets/page/recentcomment/waline.pug +3 -3
- package/layout/includes/widgets/post/postInfo.pug +4 -3
- package/layout/includes/widgets/third-party/comments/comment.pug +41 -43
- package/layout/includes/widgets/third-party/hot/index.pug +15 -8
- package/layout/includes/widgets/third-party/music.pug +6 -1
- package/layout/includes/widgets/third-party/pjax.pug +45 -25
- package/layout/index.pug +44 -20
- package/layout/page.pug +51 -34
- package/layout/post.pug +0 -1
- package/package.json +6 -6
- package/plugins.yml +2 -2
- package/scripts/helper/inject_head_js.js +17 -11
- package/source/css/_components/capsule.styl +47 -23
- package/source/css/_components/rightside.styl +252 -14
- package/source/css/_global/index.styl +6 -17
- package/source/css/_layout/console.styl +4 -5
- package/source/css/_mode/index.styl +3 -2
- package/source/css/_page/_about/like.styl +10 -2
- package/source/css/_page/recentcomment.styl +9 -6
- package/source/css/_post/index.styl +11 -1
- package/source/css/_post/meta.styl +0 -11
- package/source/css/index.styl +1 -0
- package/source/img/logo.png +0 -0
- package/source/img/logo.svg +12 -0
- package/source/js/covercolor/api.js +39 -15
- package/source/js/covercolor/local.js +30 -8
- package/source/js/main.js +40 -35
- package/source/js/search/algolia.js +418 -160
- package/source/js/search/local.js +420 -156
- package/source/js/utils.js +206 -176
- package/.github/screenshot.avif +0 -0
|
Binary file
|
|
Binary file
|
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
[English](README_en-US.md)丨简体中文丨[繁体中文](README_zh-Hant.md)
|
|
1
|
+
[English](README_en-US.md)丨简体中文丨[繁体中文](README_zh-Hant.md) 丨 [Español](README_es-ES.md)
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
5
|
-
<img width="
|
|
5
|
+
<img width="50%" style="margin-bottom: 2vh" src=".github/logo.avif" />
|
|
6
6
|
|
|
7
7
|
一款优雅的 Hexo 主题,支持懒加载、PWA、Latex 以及多种评论系统。
|
|
8
8
|
|
|
@@ -56,10 +56,18 @@
|
|
|
56
56
|
[](https://discord.gg/HZXAnK4Sut)
|
|
57
57
|
[](https://qm.qq.com/q/mxfomMvJPG)
|
|
58
58
|
|
|
59
|
+
## 赞助商
|
|
60
|
+
|
|
61
|
+
<a href="https://edgeone.ai/zh?from=github">
|
|
62
|
+
<img src="./.github/edgeone.avif" width="250">
|
|
63
|
+
</a>
|
|
64
|
+
|
|
65
|
+
[本项目 CDN 加速及安全防护由 Tencent EdgeOne 赞助](https://edgeone.ai/zh?from=github)
|
|
66
|
+
|
|
59
67
|
## 版权
|
|
60
68
|
|
|
61
69
|
> 二次创作请保留主题版权信息
|
|
62
70
|
|
|
63
71
|
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fvalor-x%2Fhexo-theme-solitude?ref=badge_large)
|
|
64
72
|
|
|
65
|
-
[Apache-2.0](./LICENSE) License © 2025-至今 [伍十七](https://github.com/everfu)
|
|
73
|
+
[Apache-2.0](./LICENSE) License © 2025-至今 [伍十七](https://github.com/everfu)
|
package/README_en-US.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
English 丨[简体中文](README.md)丨[繁体中文](README_zh-Hant.md)
|
|
1
|
+
English 丨 [Español](README_es-ES.md) 丨 [简体中文](README.md)丨[繁体中文](README_zh-Hant.md)
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
5
|
-
<img width="
|
|
5
|
+
<img width="50%" style="margin-bottom: 2vh" src=".github/logo.avif" />
|
|
6
6
|
|
|
7
7
|
An elegant Hexo theme that supports lazy loading, PWA, Latex, and multiple comment systems.
|
|
8
8
|
|
|
@@ -56,10 +56,18 @@ Visit [Documentation](https://solitude.js.org/) for more information.
|
|
|
56
56
|
[](https://discord.gg/HZXAnK4Sut)
|
|
57
57
|
[](https://qm.qq.com/q/mxfomMvJPG)
|
|
58
58
|
|
|
59
|
+
## Sponsors
|
|
60
|
+
|
|
61
|
+
<a href="https://edgeone.ai/zh?from=github">
|
|
62
|
+
<img src="./.github/edgeone.avif" width="250">
|
|
63
|
+
</a>
|
|
64
|
+
|
|
65
|
+
[The CDN acceleration and security protection of this project are sponsored by Tencent EdgeOne](https://edgeone.ai/zh?from=github)
|
|
66
|
+
|
|
59
67
|
## License
|
|
60
68
|
|
|
61
69
|
> Please retain the theme copyright information
|
|
62
70
|
|
|
63
71
|
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fvalor-x%2Fhexo-theme-solitude?ref=badge_large)
|
|
64
72
|
|
|
65
|
-
[Apache-2.0](./LICENSE) License © 2025-present [everfu](https://github.com/everfu)
|
|
73
|
+
[Apache-2.0](./LICENSE) License © 2025-present [everfu](https://github.com/everfu)
|
package/README_es-ES.md
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
Español 丨[English](README_en-US.md)丨[简体中文](README.md)丨[繁体中文](README_zh-Hant.md)
|
|
2
|
+
|
|
3
|
+
<div align="center">
|
|
4
|
+
|
|
5
|
+
<img width="50%" style="margin-bottom: 2vh" src=".github/logo.avif" />
|
|
6
|
+
|
|
7
|
+
Un tema elegante para Hexo que soporta lazy loading, PWA, Latex y múltiples sistemas de comentarios.
|
|
8
|
+
|
|
9
|
+
Diseño del tema totalmente autorizado por [@Zhang Hong Heo](https://github.com/zhheo)
|
|
10
|
+
|
|
11
|
+

|
|
12
|
+

|
|
13
|
+
[](https://github.com/everfu/hexo-theme-solitude/stargazers)
|
|
14
|
+
[](https://www.npmjs.com/package/hexo-theme-solitude)
|
|
15
|
+
|
|
16
|
+

|
|
17
|
+

|
|
18
|
+

|
|
19
|
+
|
|
20
|
+

|
|
21
|
+

|
|
22
|
+

|
|
23
|
+
|
|
24
|
+
</div>
|
|
25
|
+
|
|
26
|
+
## Características
|
|
27
|
+
|
|
28
|
+
- Lazy loading de páginas (Pjax), imágenes (LazyLoad) y aplicación offline (PWA)
|
|
29
|
+
- Comentarios (Twikoo, Waline, Valine, Artalk, Giscus), soporta comentarios duales
|
|
30
|
+
- Cambio de modo claro y oscuro (ColorMode)
|
|
31
|
+
- Lightbox (medium-zoom, fancybox)
|
|
32
|
+
- Fórmulas matemáticas (Latex)
|
|
33
|
+
- Páginas destacadas: Artículos instantáneos, Mi equipo, Herramientas en línea, Sala de música, Enlaces de amigos, Página de álbum, Página de Douban, Página de mensajes tipo "bala"
|
|
34
|
+
- Funciones de artículos: Resumen AI, resaltado de código
|
|
35
|
+
|
|
36
|
+
> Si tienes alguna pregunta, por favor abre un [issue](https://github.com/everfu/hexo-theme-solitude/issues)
|
|
37
|
+
|
|
38
|
+
## Aplicación
|
|
39
|
+
|
|
40
|
+
1. Instala usando el paquete NPM
|
|
41
|
+
|
|
42
|
+
```bash
|
|
43
|
+
npm i hexo-theme-solitude
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
2. Aplica el tema
|
|
47
|
+
|
|
48
|
+
```yaml
|
|
49
|
+
theme: solitude
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
Visita la [Documentación](https://solitude.js.org/) para más información.
|
|
53
|
+
|
|
54
|
+
## Comunidad
|
|
55
|
+
|
|
56
|
+
[](https://discord.gg/HZXAnK4Sut)
|
|
57
|
+
[](https://qm.qq.com/q/mxfomMvJPG)
|
|
58
|
+
|
|
59
|
+
## Patrocinadores
|
|
60
|
+
|
|
61
|
+
<a href="https://edgeone.ai/zh?from=github">
|
|
62
|
+
<img src="./.github/edgeone.avif" width="250">
|
|
63
|
+
</a>
|
|
64
|
+
|
|
65
|
+
[La aceleración CDN y la protección de seguridad de este proyecto son patrocinadas por Tencent EdgeOne](https://edgeone.ai/zh?from=github)
|
|
66
|
+
|
|
67
|
+
## Licencia
|
|
68
|
+
|
|
69
|
+
> Por favor, mantén la información de copyright del tema
|
|
70
|
+
|
|
71
|
+
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fvalor-x%2Fhexo-theme-solitude?ref=badge_large)
|
|
72
|
+
|
|
73
|
+
Licencia [Apache-2.0](./LICENSE) © 2025-presente [everfu](https://github.com/everfu)
|
package/README_zh-Hant.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
[English](README_en-US.md)丨[简体中文](README.md)丨繁体中文
|
|
1
|
+
[English](README_en-US.md)丨[简体中文](README.md)丨繁体中文 丨 [Español](README_es-ES.md)
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
5
|
-
<img width="
|
|
5
|
+
<img width="50%" style="margin-bottom: 2vh" src=".github/logo.avif" />
|
|
6
6
|
|
|
7
7
|
一款優雅的 Hexo 主題,支持懶加載、PWA、Latex 以及多種評論系統。
|
|
8
8
|
|
|
@@ -56,10 +56,18 @@
|
|
|
56
56
|
[](https://discord.gg/HZXAnK4Sut)
|
|
57
57
|
[](https://qm.qq.com/q/mxfomMvJPG)
|
|
58
58
|
|
|
59
|
+
## 贊助商
|
|
60
|
+
|
|
61
|
+
<a href="https://edgeone.ai/zh?from=github">
|
|
62
|
+
<img src="./.github/edgeone.avif" width="250">
|
|
63
|
+
</a>
|
|
64
|
+
|
|
65
|
+
[本项目 CDN 加速及安全防护由 Tencent EdgeOne 赞助](https://edgeone.ai/zh?from=github)
|
|
66
|
+
|
|
59
67
|
## 版權
|
|
60
68
|
|
|
61
69
|
> 二次創作請保留主題版權信息
|
|
62
70
|
|
|
63
71
|
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fvalor-x%2Fhexo-theme-solitude?ref=badge_large)
|
|
64
72
|
|
|
65
|
-
[Apache-2.0](./LICENSE) License © 2025-至今 [伍十七](https://github.com/everfu)
|
|
73
|
+
[Apache-2.0](./LICENSE) License © 2025-至今 [伍十七](https://github.com/everfu)
|
package/SECURITY.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Reporting a Vulnerability
|
|
4
4
|
|
|
5
|
-
If you discover a vulnerability, please report it privately through the [GitHub Security tab](https://github.com/everfu/hexo-theme-solitude/security/advisories/new) on the appropriate repository. For detailed instructions, refer to this [documentation](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability). If you're unable to report via GitHub, you can email us at [o@everfu.org](mailto:o@
|
|
5
|
+
If you discover a vulnerability, please report it privately through the [GitHub Security tab](https://github.com/everfu/hexo-theme-solitude/security/advisories/new) on the appropriate repository. For detailed instructions, refer to this [documentation](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability). If you're unable to report via GitHub, you can email us at [o@everfu.org](mailto:o@efu.me).
|
|
6
6
|
|
|
7
7
|
We take security seriously and will verify and resolve any reported vulnerabilities promptly.
|
|
8
8
|
|
package/_config.yml
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
#
|
|
6
6
|
# Guide: https://solitude.js.org
|
|
7
7
|
# You can get more detailed help from the guide
|
|
8
|
-
# 指南:https://solitude.js.org/
|
|
8
|
+
# 指南:https://solitude.js.org/cn
|
|
9
9
|
# 你可以从指南中获取更详细的帮助
|
|
10
10
|
#
|
|
11
11
|
# sponsor: https://ko-fi.com/everfu
|
|
@@ -38,17 +38,17 @@ nav:
|
|
|
38
38
|
# 菜单
|
|
39
39
|
menu:
|
|
40
40
|
# 首页: / # name: link
|
|
41
|
-
#
|
|
42
|
-
#
|
|
43
|
-
#
|
|
44
|
-
#
|
|
41
|
+
# 文章: # name
|
|
42
|
+
# 归档: /archives/ || fas fa-folder-closed # item name: link || icon
|
|
43
|
+
# 分类: /categories/ || fas fa-clone
|
|
44
|
+
# 标签: /tags/ || fas fa-tags
|
|
45
45
|
# 友链:
|
|
46
46
|
# 朋友圈: /moments/ || fas fa-wifi
|
|
47
47
|
# 友情链接: /links/ || fas fa-user-group
|
|
48
48
|
# 宝藏博主: javascript:travelling() || fas fa-gift
|
|
49
|
-
#
|
|
50
|
-
#
|
|
51
|
-
#
|
|
49
|
+
# 我的:
|
|
50
|
+
# 关于: /about/ || fas fa-user
|
|
51
|
+
# 装备: /kit/ || fas fa-laptop
|
|
52
52
|
# 音乐馆: /music/ || fas fa-music
|
|
53
53
|
|
|
54
54
|
# Right button
|
|
@@ -103,10 +103,6 @@ hometop:
|
|
|
103
103
|
url: https://solitude.js.org/
|
|
104
104
|
img: /img/default.avif
|
|
105
105
|
color: "none"
|
|
106
|
-
|
|
107
|
-
# Article Top Banner
|
|
108
|
-
# 文章推荐轮播图
|
|
109
|
-
carousel: false
|
|
110
106
|
# --------------------------- end ---------------------------
|
|
111
107
|
|
|
112
108
|
# --------------------------- start ---------------------------
|
|
@@ -237,7 +233,7 @@ post:
|
|
|
237
233
|
# Default image when no cover is set
|
|
238
234
|
# 未设置封面时的默认图片
|
|
239
235
|
cover:
|
|
240
|
-
# -
|
|
236
|
+
# - /img/default.avif # 默认图片 / default cover
|
|
241
237
|
# Location
|
|
242
238
|
# 位置
|
|
243
239
|
locate: China
|
|
@@ -363,16 +359,6 @@ font:
|
|
|
363
359
|
code-font-family: '"monospace", monospace'
|
|
364
360
|
# --------------------------- end ---------------------------
|
|
365
361
|
|
|
366
|
-
# --------------------------- start ---------------------------
|
|
367
|
-
# Background
|
|
368
|
-
# 背景图片
|
|
369
|
-
background:
|
|
370
|
-
enable: false
|
|
371
|
-
opacity: .2
|
|
372
|
-
dark: https://i.pinimg.com/originals/d8/b3/9d/d8b39d12b653810db452c437211aeb2e.png
|
|
373
|
-
light: https://i.pinimg.com/originals/93/57/38/935738ed9657b296c2ef0ebd2151eb66.jpg
|
|
374
|
-
# --------------------------- end ---------------------------
|
|
375
|
-
|
|
376
362
|
# --------------------------- start ---------------------------
|
|
377
363
|
# Lure
|
|
378
364
|
# When the user exits the page, modify the title
|
|
@@ -628,14 +614,11 @@ keyboard:
|
|
|
628
614
|
|
|
629
615
|
# --------------------------- start ---------------------------
|
|
630
616
|
# Lazyload
|
|
631
|
-
#
|
|
617
|
+
# 懒加载
|
|
632
618
|
lazyload:
|
|
633
619
|
enable: false
|
|
634
|
-
# post, site
|
|
635
620
|
field: site
|
|
636
|
-
# 加载时替换图
|
|
637
621
|
placeholder: ""
|
|
638
|
-
# 加载失败替换图
|
|
639
622
|
errorimg: /img/error_load.avif
|
|
640
623
|
# --------------------------- end ---------------------------
|
|
641
624
|
|
|
@@ -744,11 +727,9 @@ verify_site:
|
|
|
744
727
|
# --------------------------- end ---------------------------
|
|
745
728
|
|
|
746
729
|
# --------------------------- start ---------------------------
|
|
747
|
-
# CSS Prefix
|
|
748
|
-
# CSS
|
|
749
|
-
|
|
750
|
-
# 开启后会自动给 CSS 加前缀(以获得更好的浏览器支持),但这会增加 CSS 文件的大小。
|
|
751
|
-
css_prefix: false
|
|
730
|
+
# Legacy CSS Prefix
|
|
731
|
+
# CSS前缀配置
|
|
732
|
+
css_prefix: true
|
|
752
733
|
# --------------------------- end ---------------------------
|
|
753
734
|
|
|
754
735
|
# --------------------------- start ---------------------------
|
|
@@ -815,19 +796,19 @@ comment:
|
|
|
815
796
|
enable: true
|
|
816
797
|
storage: .5 # 缓存时间 1: 1天 / .5 : 半天 / Cache time 1: 1 day .5 : half a day
|
|
817
798
|
limit: 5 # 评论数 / Number of comments
|
|
818
|
-
# Twikoo: https://solitude.js.org/comment/twikoo
|
|
799
|
+
# Twikoo: https://solitude.js.org/configuration/comment/twikoo
|
|
819
800
|
twikoo: # https://twikoo.js.org/
|
|
820
801
|
envId: # url: https://twikoo.sondy.top/
|
|
821
802
|
region: # Environment locale, default is ap-shanghai, Tencent cloud environment fill ap-shanghai or ap-guangzhou; Vercel environment do not fill the.
|
|
822
803
|
style: true # Use custom styles when turned on
|
|
823
804
|
accessToken: # AccessToken
|
|
824
805
|
option: # twikoo option
|
|
825
|
-
# Waline: https://solitude.js.org/comment/waline
|
|
806
|
+
# Waline: https://solitude.js.org/configuration/comment/waline
|
|
826
807
|
waline: # https://waline.js.org/
|
|
827
808
|
envId: # url: https://waline.wzsco.top
|
|
828
809
|
pageview: false # Whether to enable page access statistics
|
|
829
810
|
option: # waline configuration item
|
|
830
|
-
# Valine: https://solitude.js.org/comment/valine
|
|
811
|
+
# Valine: https://solitude.js.org/configuration/comment/valine
|
|
831
812
|
valine:
|
|
832
813
|
appId: # leancloud application app id
|
|
833
814
|
appKey: # leancloud application app key
|
|
@@ -836,13 +817,12 @@ valine:
|
|
|
836
817
|
visitor: false
|
|
837
818
|
style: true # Use custom styles when turned on
|
|
838
819
|
option: # options list
|
|
839
|
-
# Artalk: https://solitude.js.org/comment/artalk
|
|
840
|
-
# Artalk: https://solitude.js.org/zh/comment/artalk
|
|
820
|
+
# Artalk: https://solitude.js.org/configuration/comment/artalk
|
|
841
821
|
artalk:
|
|
842
822
|
server: # server url
|
|
843
823
|
site: # site name
|
|
844
824
|
option: # options
|
|
845
|
-
# Giscus: https://solitude.js.org/comment/giscus
|
|
825
|
+
# Giscus: https://solitude.js.org/configuration/comment/giscus
|
|
846
826
|
giscus:
|
|
847
827
|
repo: # GitHub repository name
|
|
848
828
|
repo_id: # GitHub repository ID
|
|
@@ -913,7 +893,7 @@ envelope:
|
|
|
913
893
|
|
|
914
894
|
# --------------------------- start ---------------------------
|
|
915
895
|
# Brevity Page
|
|
916
|
-
#
|
|
896
|
+
# 即刻短文
|
|
917
897
|
brevity:
|
|
918
898
|
enable: false
|
|
919
899
|
home_mini: false
|
|
@@ -969,12 +949,19 @@ google_adsense:
|
|
|
969
949
|
# --------------------------- end ---------------------------
|
|
970
950
|
|
|
971
951
|
# --------------------------- start ---------------------------
|
|
972
|
-
#
|
|
952
|
+
# CDN Configuration
|
|
953
|
+
# CDN配置
|
|
973
954
|
CDN:
|
|
955
|
+
# CDN providers configuration
|
|
956
|
+
# CDN提供商配置
|
|
974
957
|
internal: local # local / cdnjs / jsdelivr / unpkg / custom
|
|
975
958
|
third_party: custom # cdnjs / jsdelivr / unpkg / custom
|
|
976
959
|
version: true # 是否使用版本号
|
|
977
|
-
|
|
960
|
+
|
|
961
|
+
# Custom format for CDN URLs
|
|
962
|
+
# CDN URL 自定义格式
|
|
963
|
+
custom_format: https://cdn.jsdelivr.net/npm/${name}@${version}/${min_file}
|
|
964
|
+
|
|
978
965
|
# 直接覆盖默认 CDN 链接(优先级最高)
|
|
979
966
|
options:
|
|
980
967
|
# algolia_search:
|
package/languages/en.yml
CHANGED
|
File without changes
|
package/languages/es.yml
ADDED
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
framework_by: "Framework: "
|
|
2
|
+
theme_by: "Tema: "
|
|
3
|
+
|
|
4
|
+
more: Más
|
|
5
|
+
star: Mira, quienes disfrutaron de esto también leyeron
|
|
6
|
+
random: Aleatorio
|
|
7
|
+
upload: "fecha y hora: "
|
|
8
|
+
totalk: No necesitas borrar líneas en blanco, solo escribe tus comentarios.
|
|
9
|
+
loading: Cargando...
|
|
10
|
+
day: " días"
|
|
11
|
+
hot-tip: Popular
|
|
12
|
+
|
|
13
|
+
theme:
|
|
14
|
+
dark: Oscuro
|
|
15
|
+
light: Claro
|
|
16
|
+
|
|
17
|
+
copy:
|
|
18
|
+
success: Copiado
|
|
19
|
+
error: Error al copiar
|
|
20
|
+
|
|
21
|
+
copy_copyright:
|
|
22
|
+
author: Autor
|
|
23
|
+
link: Enlace
|
|
24
|
+
source: Fuente
|
|
25
|
+
info: El copyright pertenece al autor. Para reimpresiones comerciales, por favor contacta al autor para autorización. Para reimpresiones no comerciales, indica la fuente.
|
|
26
|
+
|
|
27
|
+
time:
|
|
28
|
+
day: " días atrás"
|
|
29
|
+
hour: " horas atrás"
|
|
30
|
+
just: "justo ahora"
|
|
31
|
+
min: " minutos atrás"
|
|
32
|
+
month: " meses atrás"
|
|
33
|
+
|
|
34
|
+
page:
|
|
35
|
+
tag: Etiquetas
|
|
36
|
+
category: Categorías
|
|
37
|
+
tags: Todas las etiquetas
|
|
38
|
+
categories: Todas las categorías
|
|
39
|
+
archives: Archivos
|
|
40
|
+
404: Página no encontrada
|
|
41
|
+
|
|
42
|
+
home:
|
|
43
|
+
home: Recomendado
|
|
44
|
+
sticky: Fijado
|
|
45
|
+
new: Nuevo
|
|
46
|
+
read: No leído
|
|
47
|
+
recommend: Recomendar
|
|
48
|
+
recommendmore: Más
|
|
49
|
+
archives: Todos los artículos
|
|
50
|
+
|
|
51
|
+
post:
|
|
52
|
+
reprint: Reimpresión
|
|
53
|
+
original: Original
|
|
54
|
+
cc: Este artículo es un artículo ${cc}, presta atención al copyright.
|
|
55
|
+
posted: Publicado el
|
|
56
|
+
updated: Última actualización el
|
|
57
|
+
wordcount: Conteo de palabras
|
|
58
|
+
minread: Tiempo de lectura
|
|
59
|
+
ip: La IP del autor pertenece a
|
|
60
|
+
pv: PV
|
|
61
|
+
min: min
|
|
62
|
+
comment: Comentarios
|
|
63
|
+
copyright:
|
|
64
|
+
reprint: Este artículo es una reproducción o traducción, y el copyright pertenece al autor original. Por favor contacta al autor original para permiso de republicación.
|
|
65
|
+
original: Este escrito es un artículo original, utilizando el
|
|
66
|
+
original_end: Acuerdo. Para reproducción completa, por favor reconoce la fuente como Cortesía de
|
|
67
|
+
share:
|
|
68
|
+
qq: Compartir en QQ
|
|
69
|
+
weibo: Compartir en Weibo
|
|
70
|
+
telegram: Compartir en Telegram
|
|
71
|
+
twitter: Compartir en Twitter
|
|
72
|
+
linkedin: Compartir en LinkedIn
|
|
73
|
+
facebook: Compartir en Facebook
|
|
74
|
+
link: Compartir enlace
|
|
75
|
+
qrcode: Compartir código QR
|
|
76
|
+
whatsapp: Compartir en WhatsApp
|
|
77
|
+
ai:
|
|
78
|
+
title: Resumen del artículo
|
|
79
|
+
nav:
|
|
80
|
+
next: Siguiente
|
|
81
|
+
prev: Anterior
|
|
82
|
+
|
|
83
|
+
nav:
|
|
84
|
+
site_name_title: Volver al inicio
|
|
85
|
+
backtop: Volver arriba
|
|
86
|
+
travellings: Viajando - Enlaces de amigos
|
|
87
|
+
search: Buscar
|
|
88
|
+
randompost: Publicación aleatoria
|
|
89
|
+
console: Consola
|
|
90
|
+
|
|
91
|
+
award:
|
|
92
|
+
thanks: Gracias
|
|
93
|
+
tipping: Patrocinar
|
|
94
|
+
title: Lista de agradecimientos
|
|
95
|
+
|
|
96
|
+
search:
|
|
97
|
+
empty: No se encontraron resultados
|
|
98
|
+
hit: Encontramos ${query} resultados para ti
|
|
99
|
+
placeholder: Ingresa palabras clave para buscar
|
|
100
|
+
count: Total <b>${count}</b> resultados.
|
|
101
|
+
load: Cargando...
|
|
102
|
+
|
|
103
|
+
head:
|
|
104
|
+
noscript: Por favor habilita JavaScript para ver el sitio
|
|
105
|
+
|
|
106
|
+
aside:
|
|
107
|
+
postcount: "Publicaciones:"
|
|
108
|
+
pv: "PV:"
|
|
109
|
+
uv: "UV:"
|
|
110
|
+
runtime: "Tiempo en línea:"
|
|
111
|
+
updatetime: "Última actualización:"
|
|
112
|
+
wordcount: "Conteo de palabras:"
|
|
113
|
+
toc: Tabla de contenidos
|
|
114
|
+
tagmore: Ver todo
|
|
115
|
+
avatar: Avatar
|
|
116
|
+
hello: "Cuánto tiempo sin verte, "
|
|
117
|
+
back: Bienvenido de nuevo,
|
|
118
|
+
sticker: Sticker de ánimo
|
|
119
|
+
newpost: Nuevas publicaciones
|
|
120
|
+
newcomment: Nuevos comentarios
|
|
121
|
+
card:
|
|
122
|
+
posts: "Publicaciones:"
|
|
123
|
+
tags: "Etiquetas:"
|
|
124
|
+
categories: "Categorías:"
|
|
125
|
+
|
|
126
|
+
console:
|
|
127
|
+
comment_tip: Interacción
|
|
128
|
+
comment_title: Últimos comentarios
|
|
129
|
+
tag_tip: Etiquetas
|
|
130
|
+
tag_title: Encuentra áreas interesantes
|
|
131
|
+
switch_darkmode: Modo día y noche
|
|
132
|
+
switch_hideAside: Control de barra lateral
|
|
133
|
+
switch_keyboard: Operación con teclado
|
|
134
|
+
switch_music: Interruptor de música
|
|
135
|
+
archive_unit: Publicaciones
|
|
136
|
+
archive_all: Todas las publicaciones
|
|
137
|
+
recent_comment_more: Comentarios recientes
|
|
138
|
+
newest_comment:
|
|
139
|
+
image: Imagen
|
|
140
|
+
link: Enlace
|
|
141
|
+
code: Código
|
|
142
|
+
emoji: Emoji
|
|
143
|
+
empty: Sin comentarios...
|
|
144
|
+
|
|
145
|
+
sidebar:
|
|
146
|
+
function: Función
|
|
147
|
+
darkmode: Modo de visualización
|
|
148
|
+
siteinfo: Información del sitio
|
|
149
|
+
|
|
150
|
+
footer:
|
|
151
|
+
description: Artículo de ${title}
|
|
152
|
+
learnmore: Saber más
|
|
153
|
+
randomlink: Enlaces
|
|
154
|
+
rss: Suscribirse
|
|
155
|
+
theme: Tema
|
|
156
|
+
|
|
157
|
+
cookies:
|
|
158
|
+
title: Asistente de acuerdo de recordatorio
|
|
159
|
+
tip: Mira los esfuerzos que hacemos para proteger tu privacidad
|
|
160
|
+
privacy: Cómo este sitio protege tu privacidad
|
|
161
|
+
|
|
162
|
+
music:
|
|
163
|
+
hit: Pausado
|
|
164
|
+
|
|
165
|
+
404:
|
|
166
|
+
button: Volver al inicio
|
|
167
|
+
|
|
168
|
+
link:
|
|
169
|
+
banner:
|
|
170
|
+
toComment: Enlace de solicitud
|
|
171
|
+
random: Visita aleatoria
|
|
172
|
+
random: "Haz clic en el botón para visitar un enlace aleatorio. No se garantiza la seguridad ni disponibilidad del sitio de destino. El enlace aleatorio para esta visita es: ⌈ ${name} ⌋ "
|
|
173
|
+
to: A
|
|
174
|
+
|
|
175
|
+
keyboard:
|
|
176
|
+
title: Atajos del blog
|
|
177
|
+
|
|
178
|
+
newest_comment:
|
|
179
|
+
error: No se pueden obtener comentarios, por favor revisa la configuración.
|
|
180
|
+
zero: Sin comentarios.
|
|
181
|
+
|
|
182
|
+
comment:
|
|
183
|
+
title: " Comentario"
|
|
184
|
+
|
|
185
|
+
commentBarrage:
|
|
186
|
+
title: Popular
|
|
187
|
+
|
|
188
|
+
f12: El modo desarrollador está activado, por favor sigue la GPL.
|
|
189
|
+
|
|
190
|
+
right_menu:
|
|
191
|
+
copy: Copiar
|
|
192
|
+
paste: Pegar
|
|
193
|
+
comment: Comentar
|
|
194
|
+
new: Abrir
|
|
195
|
+
link: Copiar
|
|
196
|
+
img: Copiar
|
|
197
|
+
downloadImg: Descargar
|
|
198
|
+
search: Buscar
|
|
199
|
+
dark: Claro
|
|
200
|
+
light: Oscuro
|
|
201
|
+
chs_to_cht: Convertir a tradicional
|
|
202
|
+
cht_to_chs: Convertir a simplificado
|
|
203
|
+
img_error: Esta imagen no puede ser copiada o descargada.
|
|
204
|
+
ctrl_original_menu: Mantén Ctrl + clic derecho para abrir el menú contextual del navegador
|
|
205
|
+
barrage:
|
|
206
|
+
open: Abrir Barrage
|
|
207
|
+
close: Cerrar Barrage
|
|
208
|
+
music:
|
|
209
|
+
start: Reproducir
|
|
210
|
+
stop: Pausar
|
|
211
|
+
back: Atrás
|
|
212
|
+
forward: Adelante
|
|
213
|
+
copyMusicName: Copiar nombre
|
|
214
|
+
|
|
215
|
+
pagination:
|
|
216
|
+
prev: Anterior
|
|
217
|
+
next: Siguiente
|
|
218
|
+
to: Ir a la página
|
|
219
|
+
|
|
220
|
+
about:
|
|
221
|
+
other:
|
|
222
|
+
oneself:
|
|
223
|
+
map_title: Vivo en
|
|
224
|
+
info_title1: Nacimiento
|
|
225
|
+
info_title2: Ocupación actual
|
|
226
|
+
tj:
|
|
227
|
+
tip: Datos
|
|
228
|
+
title: Estadísticas de acceso
|
|
229
|
+
post_tip: "Estadísticas de:"
|
|
230
|
+
personalities:
|
|
231
|
+
tip1: En
|
|
232
|
+
tip2: "Saber más:"
|
|
233
|
+
|
|
234
|
+
message:
|
|
235
|
+
close: Ocultar mensaje
|
|
236
|
+
open: Mostrar mensaje
|
|
237
|
+
|
|
238
|
+
essay:
|
|
239
|
+
tip0: "- Todo expandido -"
|
|
240
|
+
tip1: "- Exposiciones recientes #{count} artículos cortos -"
|
|
241
|
+
link: "Enlace"
|
|
242
|
+
|
|
243
|
+
rightside:
|
|
244
|
+
show:
|
|
245
|
+
gear: Configuración
|
|
246
|
+
toc: Índice
|
|
247
|
+
comment: Comentario
|
|
248
|
+
top: Arriba
|
|
249
|
+
barrage: 弹
|
|
250
|
+
hide:
|
|
251
|
+
translate: simplificado/tradicional
|
|
252
|
+
mode: Modo
|
|
253
|
+
aside: Barra lateral
|
package/languages/zh-CN.yml
CHANGED
|
File without changes
|
package/languages/zh-TW.yml
CHANGED
|
File without changes
|