-
Notifications
You must be signed in to change notification settings - Fork 432
Expand file tree
/
Copy pathen.json
More file actions
174 lines (174 loc) · 4.47 KB
/
en.json
File metadata and controls
174 lines (174 loc) · 4.47 KB
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"config": {
"apply": "Apply",
"cancel": "Cancel",
"downloader_set": {
"host": "Host",
"password": "Password",
"path": "Download Path",
"ssl": "SSL",
"title": "Downloader Setting",
"type": "Downloader Type",
"username": "Username"
},
"experimental_openai_set": {
"api_base": "OpenAI API Base URL (Azure entrypoint)",
"api_key": "OpenAI API Key",
"api_type": "OpenAI API Type",
"api_version": "Azure OpenAI Version",
"deployment_id": "Azure OpenAI Deployment ID",
"enable": "Enable OpenAI",
"model": "OpenAI Model",
"title": "Experimental Setting",
"warning": "Warning: Experimental feature is not yet stable. Please use with caution."
},
"manage_set": {
"delete_bad_torrent": "Delete Bad Torrent",
"enable": "Enable",
"eps": "EPS complete",
"group_tag": "Add Group Tag",
"method": "Rename Method",
"title": "Manage Setting"
},
"media_player_set": {
"title": "Media Player Setting",
"type": "type",
"url": "url"
},
"normal_set": {
"debug": "Debug",
"rename_interval": "Interval Time of Rename",
"rss_interval": "Interval Time of Rss",
"title": "Normal Setting",
"web_port": "WebUI Port"
},
"notification_set": {
"enable": "Enable",
"title": "Notification Setting",
"entry": "Notification service entry"
},
"parser_set": {
"enable": "Enable",
"exclude": "Exclude",
"language": "Language",
"source": "Source",
"title": "Parser Setting",
"token": "Token",
"type": "Parser Type",
"url": "Custom Url"
},
"proxy_set": {
"enable": "Enable",
"host": "Host",
"password": "Password",
"port": "Port",
"title": "Proxy Setting",
"type": "Proxy Type",
"username": "Username"
}
},
"downloader": {
"hit": "Please set up the downloader"
},
"homepage": {
"rule": {
"apply": "Apply",
"delete": "Delete",
"delete_hit": "Delete Local File?",
"disable": "Disable",
"edit_rule": "Edit Rule",
"enable": "Enable",
"enable_hit": "Do you want to enable this rule?",
"enable_rule": "Enable Rule",
"exclude": "Exclude",
"no_btn": "No",
"official_title": "Official Title",
"offset": "Offset",
"season": "Season",
"year": "Year",
"yes_btn": "Yes"
}
},
"log": {
"bug_repo": "Bug Report",
"contact_info": "Contact Infomation",
"copy": "Copy",
"go": "Go",
"join": "Join",
"reset": "Reset",
"title": "Log",
"update_now": "Update Now"
},
"login": {
"login_btn": "Login",
"password": "Password",
"title": "Login",
"username": "Username"
},
"notify": {
"copy_failed": "Your browser does not support Clipboard API!",
"copy_success": "Copy Success!",
"login_failed": "Login Failed!",
"login_success": "Login Success!",
"password_length_error": "Password must be at least 8 characters long!",
"please_enter": "Please Enter {0}!",
"please_update": "Please Update AutoBangumi!",
"rss_link": "RSS Link",
"update_failed": "Update Failed!",
"update_success": "Update Success!"
},
"player": {
"hit": "Please set up the media player"
},
"rss": {
"delete": "Delete",
"disable": "Disable",
"enable": "Enable",
"name": "Name",
"selectbox": "Select",
"status": "Status",
"title": "RSS Item",
"url": "Url"
},
"sidebar": {
"calendar": "Calendar",
"config": "Config",
"downloader": "Downloader",
"homepage": "HomePage",
"log": "Log",
"logout": "Logout",
"player": "Player",
"rss": "RSS Manager",
"title": "Menu"
},
"topbar": {
"add": {
"aggregate": "Aggregate RSS",
"button": "Add",
"collect": "Collect",
"name": "Name",
"parser": "Parser",
"placeholder_link": "Please enter the RSS link",
"placeholder_name": "Optional",
"rss_link": "RSS Link",
"subscribe": "Subscribe",
"title": "Add RSS"
},
"pause": "Pause",
"profile": {
"password": "Password",
"pop_title": "Change Account",
"title": "Profile",
"update_btn": "Update",
"username": "Username"
},
"refresh_poster": "Refresh Poster",
"reset_rule": "Reset Rule",
"restart": "Restart",
"search": {
"placeholder": "Type to search"
},
"shutdown": "Shutdown",
"start": "Start"
}
}