-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathen-GB.json
More file actions
235 lines (235 loc) · 7.29 KB
/
en-GB.json
File metadata and controls
235 lines (235 loc) · 7.29 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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
{
"error": {
"title": "Oops!",
"messages": {
"not_valid_text_channel": "The provided channel isn't a valid text channel.",
"failed_create_webhook": "I was unable to create a webhook for your console. Please check I have permission to manage webhooks.",
"failed_console": "Something went wrong while communicating with the SRVControl console service.",
"failed_database": "Something went wrong while communicating with my database.",
"failed_pterodactyl": "Something went wrong while communicating with your panel.",
"failed_encrypt": "Something went wrong while encrypting your API key.",
"failed_decrypt": "Something went wrong while decrypting your API key.",
"invalid_key": "Your API key is invalid.",
"no_profile": "You don't have a profile.",
"no_active_profile": "You don't have an active profile.",
"server_not_found": "I couldn't find a server with the name or ID '{{ .server }}'.",
"console_not_found": "I couldn't find a console with the name '{{ .console }}'.",
"server_offline": "The server '{{ .server }}' is currently offline.",
"no_servers": "You don't have any servers."
}
},
"success": {
"title": "Success!"
},
"loading": {
"title": "Loading...",
"messages": {
"loading_servers": "Loading your servers, this may take a while."
}
},
"command": {
"console": {
"name": "console",
"create": {
"name": "create",
"description": "Create a new console session.",
"messages": {
"created_session": "Successfully created the console session '{{ .console }}'."
},
"options": {
"console_name": {
"name": "name",
"description": "What would you like to call this session?"
},
"server": {
"name": "server",
"description": "Which one of your servers is this session for?"
},
"channel": {
"name": "channel",
"description": "The Discord channel you'd like console output to go to."
}
}
},
"delete": {
"name": "delete",
"description": "Delete one of your console sessions.",
"messages": {
"deleted_session": "The console session '{{ .console }}' was deleted."
},
"options": {
"console": {
"name": "console",
"description": "Which console session would you like to delete?"
}
}
}
},
"servers": {
"name": "servers",
"description": "View the servers you have access to.",
"embed": {
"title": "Your Servers",
"fields": {
"relation": {
"name": "Relation",
"owner": "Owner",
"subuser": "Subuser"
},
"disk": {
"name": "Disk Space"
}
}
},
"menu": {
"placeholder": "Select a server."
},
"buttons": {
"console": "Console",
"files": "Files",
"databases": "Databases"
}
},
"power": {
"name": "Power",
"description": "Control power for your server.",
"messages": {
"sent_start": "The start signal was sent to your server.",
"sent_restart": "The restart signal was sent to your server.",
"sent_stop": "The stop signal signal was sent to your server.",
"sent_kill": "The kill signal was sent to your server."
},
"embed": {
"title": "Power",
"description": "Use the buttons below to send power signals to your server.",
"fields": {
"current_state": {
"name": "Current State",
"values": {
"running": "Online",
"offline": "Offline",
"starting": "Starting",
"stopping": "Stopping"
}
}
}
},
"buttons": {
"start": "Start",
"restart": "Restart",
"stop": "Stop",
"kill": "Kill"
},
"options": {
"server": {
"name": "server",
"description": "The name or ID of a server."
}
}
},
"profile": {
"name": "profile",
"messages": {
"no_profile": "You don't have a profile with the name '{{ .profile }}'.",
"already_exists": "You already have a profile named '{{ .profile }}'.",
"max_profiles": "You can't have more than **{{ .limit }}** profiles."
},
"create": {
"name": "create",
"description": "Create a new profile.",
"messages": {
"invalid_domain": "The domain '{{ .domain }}' is invalid.",
"created": "The profile '{{ .profile }}' was created successfully!"
},
"options": {
"profile_name": {
"name": "name",
"description": "What would you like to call this profile?"
},
"panel": {
"name": "panel",
"description": "What is your panel domain?"
},
"apikey": {
"name": "apikey",
"description": "What is your API key?"
}
}
},
"default": {
"name": "default",
"description": "Set a profile as your default.",
"messages": {
"changed": "Your default profile is now '{{ .profile }}'."
},
"options": {
"profile_name": {
"name": "profile",
"description": "Which profile do you want to set as your default?"
}
}
},
"delete": {
"name": "delete",
"description": "Delete a profile.",
"messages": {
"deleted": "You have deleted the profile '{{ .profile }}'.",
"cannot_delete_default": "You can't delete your default profile."
},
"options": {
"profile_name": {
"name": "profile",
"description": "Which profile do you want to delete?"
}
}
},
"rename": {
"name": "rename",
"description": "Rename one of your profiles.",
"messages": {
"renamed": "The profile '{{ .oldname }}' was renamed to '{{ .newname }}'."
},
"options": {
"profile_name": {
"name": "profile",
"description": "Which profile do you want to rename?"
},
"new_name": {
"name": "newname",
"description": "The new name of the profile."
}
}
},
"use": {
"name": "use",
"description": "Use a specific profile in this server.",
"messages": {
"using": "You are now using the profile '{{ .profile }}' in this server."
},
"options": {
"profile_name": {
"name": "use",
"description": "Which profile do you want to use?"
}
}
}
},
"send": {
"name": "send",
"description": "Send a command to one of your servers.",
"messages": {
"sent": "The command was sent to the server '{{ .server }}' successfully."
},
"options": {
"server": {
"name": "server",
"description": "The name or ID of a server"
},
"command": {
"name": "command",
"description": "The command to send to the server."
}
}
}
}
}