|
1 | | -/* |
2 | | - * Copyright (c) 2023, Terwer . All rights reserved. |
3 | | - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 | | - * |
5 | | - * This code is free software; you can redistribute it and/or modify it |
6 | | - * under the terms of the GNU General Public License version 2 only, as |
7 | | - * published by the Free Software Foundation. Terwer designates this |
8 | | - * particular file as subject to the "Classpath" exception as provided |
9 | | - * by Terwer in the LICENSE file that accompanied this code. |
10 | | - * |
11 | | - * This code is distributed in the hope that it will be useful, but WITHOUT |
12 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
13 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
14 | | - * version 2 for more details (a copy is included in the LICENSE file that |
15 | | - * accompanied this code). |
16 | | - * |
17 | | - * You should have received a copy of the GNU General Public License version |
18 | | - * 2 along with this work; if not, write to the Free Software Foundation, |
19 | | - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
20 | | - * |
21 | | - * Please contact Terwer, Shenzhen, Guangdong, China, youweics@163.com |
22 | | - * or visit www.terwer.space if you need additional information or have any |
23 | | - * questions. |
24 | | - */ |
25 | | - |
26 | | -export default { |
27 | | - name: "在线分享", |
| 1 | +{ |
| 2 | + "name": "在线分享", |
28 | 3 | "lang.choose": "语言选择", |
29 | 4 | "lang.choose.placeholder": "请选择语言", |
30 | 5 | "syp.about": "关于作者", |
31 | | - "syp.about.desc": |
32 | | - "你们好,我叫 terwer,已在后端行业多年,主要专注于后端技术栈的探索。希望能认识更多朋友。欢迎大家留言交流。", |
| 6 | + "syp.about.desc": "你们好,我叫 terwer,已在后端行业多年,主要专注于后端技术栈的探索。希望能认识更多朋友。欢迎大家留言交流。", |
33 | 7 | "theme.mode.choose": "切换模式", |
34 | 8 | "theme.mode.dark": "暗黑模式", |
35 | 9 | "theme.mode.light": "浅色模式", |
@@ -64,8 +38,7 @@ export default { |
64 | 38 | "blog.share.setting": "分享设置", |
65 | 39 | "blog.site.url.label": "自定义域名", |
66 | 40 | "blog.site.url": "自定义域名", |
67 | | - "blog.site.url.placeholder": |
68 | | - "请填写完整地址(如有端口,需要包括端口),需确保域名已经解析,例如:http://siyuan.terwergreen.com:6808", |
| 41 | + "blog.site.url.placeholder": "请填写完整地址(如有端口,需要包括端口),需确保域名已经解析,例如:http://siyuan.terwergreen.com:6808", |
69 | 42 | "blog.site.title.label": "主页标题", |
70 | 43 | "blog.site.title": "浅海拾贝", |
71 | 44 | "blog.site.slogan.label": "主页副标题", |
@@ -98,17 +71,14 @@ export default { |
98 | 71 | "change.ip.title": "切换IP", |
99 | 72 | "share.accessCodeEnabled.tip": "特别提示:为安全起见,1.9.0+ 将使用静态分享,若文档有更新,需重新分享,请知悉。", |
100 | 73 | "share.public.tip": "当前处于公共分享模式", |
101 | | - "share.static.tip": |
102 | | - "温馨提示:如果无法访问可通过切换IP(PC)、或者在下方「偏好设置->设置自定义域名」(PC、Docker)解决,外网访问需在「设置->关于->网络伺服」打开伺服", |
| 74 | + "share.static.tip": "温馨提示:如果无法访问可通过切换IP(PC)、或者在下方「偏好设置->设置自定义域名」(PC、Docker)解决,外网访问需在「设置->关于->网络伺服」打开伺服", |
103 | 75 | "share.setting": "偏好设置", |
104 | 76 | "share.template.footer": "底部信息", |
105 | 77 | "share.template.footer.placeholder": "留空则不显示底部,支持 HTML。更新需重新分享", |
106 | 78 | "share.template.link": "分享模板", |
107 | 79 | "share.template.link.placeholder": "分享出去的提示信息模板,支持占位符 [title] [url] [expired]", |
108 | | - |
109 | 80 | "page.sidebar.expand.all": "展开全部", |
110 | 81 | "page.sidebar.collapse.all": "折叠全部", |
111 | | - |
112 | 82 | "static.docTree": "文档树", |
113 | | - "static.outline": "文档大纲", |
| 83 | + "static.outline": "文档大纲" |
114 | 84 | } |
0 commit comments