-
Notifications
You must be signed in to change notification settings - Fork 4
/
i18n.json
96 lines (96 loc) · 2.99 KB
/
i18n.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"en": {
"recent": "Recent",
"top": "Top",
"manage": "Manage",
"login": "Login",
"my": "My Uploads",
"bookmarks": "Bookmarks",
"flags": "Flags",
"settings": "My Settings",
"logout": "Logout",
"bookmark": "Add to Bookmarks",
"flag": "Flag this Shot",
"link": "链接",
"link_tooltip": "Image page and links",
"source": "Source",
"source_tooltip": "View source of image",
"delete": "Delete",
"delete_tooltip": "Delete image permanently (cannot undo)",
"share": "Share",
"share_tooltip": "Share to Twitter",
"upload": "Upload",
"upload_label": "Upload screenshot",
"text_label": "Subtitle text",
"shot_icon": "📷",
"bookmark_icon": "🔖",
"flag_icon": "⛳",
"source_icon": "🔎",
"delete_icon": "❌",
"link_icon": "🔗",
"share_icon": "#️⃣",
"settings_icon": "🤖",
"keyword": "Keyword",
"search": "Search",
"previous": "Prev",
"next": "Next",
"more": "More Recent Uploads",
"no_upload": "You don't have any uploads yet.",
"no_bookmarks": "You don't have any bookmarks yet.",
"no_flags": "You don't have any flags yet.",
"login_with_twitter": "Login with Twitter",
"login_with_github": "Login with GitHub",
"login_note": "Upload your favorite anime screenshot after login",
"click_to_copy": "Click to copy links",
"please_read": "Please read our rules before upload",
"guide_content": "Content Guideline",
"guide_usage": "Usage Guide"
},
"zh": {
"recent": "近期上传",
"top": "热门上传",
"manage": "管理上传",
"login": "登入",
"my": "我的上传",
"bookmarks": "收藏内容",
"flags": "插旗内容",
"settings": "我的设定",
"logout": "登出",
"bookmark": "加入收藏",
"flag": "插旗待审",
"link": "链接",
"link_tooltip": "页面与图片链接",
"source": "出处",
"source_tooltip": "查找图片出处",
"delete": "删除",
"delete_tooltip": "永久删除图片(不可逆)",
"share": "分享",
"share_tooltip": "分享到推特",
"upload": "上传",
"upload_label": "选择图片",
"text_label": "字幕内容",
"shot_icon": "📷",
"bookmark_icon": "🔖",
"flag_icon": "⛳",
"source_icon": "🔎",
"delete_icon": "❌",
"link_icon": "🔗",
"share_icon": "#️⃣",
"settings_icon": "🤖",
"keyword": "关键词",
"search": "搜索",
"previous": "上一页",
"next": "下一页",
"more": "更多近期上传",
"no_upload": "你还没有上传内容",
"no_bookmarks": "你还没有收藏内容",
"no_flags": "你还没有插旗内容",
"login_with_twitter": "使用 Twitter 登陆",
"login_with_github": "使用 GitHub 登陆",
"login_note": "登录后即可上传你自己的吐槽截图",
"click_to_copy": "点击复制链接",
"please_read": "上传前请阅读本站规则",
"guide_content": "内容准则",
"guide_usage": "使用指南"
}
}