This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 941
/
lang.json
82 lines (82 loc) · 2.07 KB
/
lang.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"iso": "zh",
"docVersion": "2.11.X",
"links": {
"download": "下载",
"live_edit": "在线编辑"
},
"headerLinks": [
{
"name": "Guide",
"slug": "guide",
"type": "dynamic",
"routeName": "section-slug"
},
{
"name": "API",
"slug": "api",
"type": "dynamic",
"routeName": "section-slug"
},
{
"name": "Examples",
"slug": "examples",
"type": "dynamic",
"routeName": "section-slug"
},
{
"name": "FAQ",
"slug": "faq",
"type": "dynamic",
"routeName": "section-slug"
},
{
"name": "Resources",
"slug": "resources",
"type": "static"
},
{
"name": "Blog",
"slug": "blog",
"type": "static"
}
],
"text": {
"an_error_occurred": "文档API服务异常",
"api_page_not_found": "API页面不存在",
"please_define_title": "请在文档页头中指定标题(title)字段",
"please_define_description": "请在文档页头中指定描述(description)字段",
"search": "搜索",
"version": "版本"
},
"homepage": {
"meta": {
"title": "Nuxt.js - Vue.js 通用应用框架",
"description": "Nuxt.js 是一个基于 Vue.js 的轻量级应用框架,可用来创建服务端渲染 (SSR) 应用,也可充当静态站点引擎生成静态站点应用,具有优雅的代码结构分层和热加载等特性。"
},
"welcome": {
"get_started": "开始使用",
"github_stars": "28K+ github stars"
},
"why": {
"try_nuxtjs_online": "在线尝试 NuxtJS"
},
"sponsors": {
"become_a_sponsor": "成为赞助商"
},
"newsletter_form": {
"email": "Email",
"subscribing": "Subscribing...",
"subscribe": "Subscribe",
"subscribed_messages": {
"pre": "An email to confirm your subscription has been sent to",
"post": "💚"
}
}
},
"guide": {
"release_notes": "版本信息",
"contribute": "如何提交问题或文档贡献?",
"edit_on_github": "在 GitHub 编辑此页面!"
}
}