-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathen-GB.json
361 lines (361 loc) · 20.6 KB
/
en-GB.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
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
{
"commands.about": "Tickets is an easy to use and highly configurable ticket and support bot.\\nSupport server: https://discord.gg/VtV3rSk\\nCommands: Type `/help`\\nGet started by running `/setup`",
"commands.add.no_members": "You need to mention members to add to the ticket",
"commands.add.no_permission": "You don't have permission to add people to this ticket",
"commands.addadmin.no_members": "You need to mention a user or name a role to grant admin privileges to",
"commands.addadmin.owner": "The server owner is already an administrator",
"commands.addsupport.no_members": "You need to mention a user or name a role to grant support representative privileges to",
"commands.blacklist.no_members": "You need to mention a user to toggle the blacklist state for",
"commands.blacklist.self": "You cannot blacklist yourself",
"commands.claim.success": "Your ticket will be handled by %s",
"commands.invite": "[Click here](<https://invite.ticketsbot.net>)",
"commands.language.invalid": "You need to specify a language code or flag. Available languages:\\n%s",
"commands.open.ticket_limit": "You are only able to open %d %s at once",
"commands.open.too_many_tickets": "There are too many tickets in the ticket category. Ask an admin to close some, move them to another category, or setup an overflow category.\n\nThis is a **Discord imposed limit** of 50 channels per category.",
"commands.panel": "Visit <https://dashboard.ticketsbot.net/manage/%d/panels> to configure a panel",
"commands.premium": "You can purchase a premium subscription from <https://www.patreon.com/ticketsbot>.\\nPremium provides many benefits, such as:\\n```diff\\n+ Create unlimited ticket panels\\n+ Customise bot name, avatar & status (whitelabel)\\n+ Detailed statistics about the server, users and support staff\\n+ No branding in the footer of messages\\n+ Support development and help me pay the server costs\\n```\\n\\nAlternatively, you can vote at <https://vote.ticketsbot.net> to get premium free for 24 hours",
"commands.premium.invalid_key": "Invalid key. Ensure that you have copied it correctly.",
"commands.remove.no_permission": "You don't have permission to remove people from this ticket",
"commands.remove.staff": "You cannot remove staff from a ticket",
"commands.removeadmin.no_members": "You need to mention a user or name a role to revoke admin privileges from",
"commands.removeadmin.owner": "The guild owner must be an admin",
"commands.removeadmin.self": "You cannot revoke your own privileges",
"commands.removesupport.no_members": "You need to mention a user or name a role to grant support representative privileges to",
"commands.rename.missing_name": "You need to specify a new name for this ticket",
"commands.rename.success": "This ticket has been renamed to <#%d>",
"commands.tags.create.already_exists": "A tag with the ID `%s` already exists. You can delete the tag using `/tag delete %s`",
"commands.tags.create.invalid_arguments": "You must specify a tag ID and contents",
"commands.tags.create.too_long": "Tag IDs cannot be longer than 16 characters",
"commands.tags.delete.invalid_arguments": "You must specify a tag ID to delete",
"commands.tags.delete.not_exist": "A tag with the ID `%s` could not be found",
"commands.tags.get.invalid_arguments": "You must provide the ID of the tag. For more help with tag, visit <https://ticketsbot.net/tags>.",
"commands.tags.get.invalid_tag": "Invalid tag. For more help with tags, visit <https://ticketsbot.net/tags>.",
"commands.tags.list": "IDs for all tags: \\n%s\\nTo view the contents of a tag, run `%stag <ID>`",
"commands.unclaim.not_claimed": "This ticket is not claimed",
"commands.unclaim.not_claimer": "Only admins and the user who claimed the ticket can unclaim the ticket",
"commands.unclaim.success": "All support representatives can now respond to the ticket",
"commands.vote": "Click the button below to vote for the bot and receive 24 hours of premium for free.\n\nOnce you have voted, run the %s command again to redeem your vote credits.",
"generic.invalid_argument": "Invalid argument: refer to usage",
"generic.invalid_user": "Couldn't find the target user",
"generic.no_permission": "You do not have permission for this",
"generic.not_ticket": "This is not a ticket channel",
"generic.owner_only": "This command is reserved for the bot owner only",
"help.about": "Tells you information about the bot",
"help.add": "Adds a user to a ticket",
"help.addadmin": "Grants a user or role admin privileges",
"help.addsupport": "Adds a user or role as a support representative",
"help.admin": "Bot management",
"help.admin.blacklist": "Blacklist a guild from using the bot",
"help.admin.check_premium": "Check the premium status of a server",
"help.admin.generate_premium": "Generate premium keys",
"help.admin.get_owner": "Gets the owner of a server",
"help.admin.unblacklist": "Remove a guild from the guild blacklist",
"help.blacklist": "Toggles whether users are allowed to interact with the bot",
"help.cancel": "Cancels the setup process",
"help.claim": "Assigns a single staff member to a ticket",
"help.close": "Closes the current ticket",
"help.help": "Shows you a list of commands",
"help.invite": "Provides an invite link for the bot",
"help.language": "Changes the language the bot uses",
"help.managetags": "Add, delete or list tags",
"help.open": "Opens a new ticket",
"help.panel": "Creates a panel to enable users to open a ticket with 1 click",
"help.premium": "Run this command after purchasing premium to activate it",
"help.remove": "Removes a user from a ticket",
"help.removeadmin": "Revokes a user's or role's admin privileges",
"help.removesupport": "Revokes a user's or role's support representative privileges",
"help.rename": "Renames the current ticket",
"help.setup": "Allows you to easily configure the bot",
"help.stats": "Shows you statistics about users, support staff and the server",
"help.statsserver": "Shows you statistics about the server",
"help.tag": "Sends a message snippet",
"help.tagdelete": "Deletes a tag",
"help.taggadd": "Adds a new tag",
"help.taglist": "Lists all tags",
"help.transfer": "Transfers a claimed ticket to another user",
"help.unclaim": "Removes the claim on the current ticket",
"help.viewstaff": "Lists the staff members and roles",
"help.vote": "Gives you a link to vote for free premium",
"open.success": "Opened a new ticket: %s",
"setup.auto.category.failure": "I am missing the `Manage Channels` permission",
"setup.auto.category.success": "Created Tickets category",
"setup.auto.completed": "Setup complete! Click [here](https://dashboard.ticketsbot.net/manage/%d/panels) to setup a reaction panel, and add the <@&%d> and <@&%d> roles to your staff members",
"setup.auto.roles.failure": "I am missing the `Manage Roles` permission",
"setup.auto.roles.success": "Created `Tickets Admin` & `Tickets Support` roles",
"setup.auto.transcript.failure": "I am missing the `Manage Channels` permission",
"setup.auto.transcript.success": "Created <#%d> channel",
"setup.ticket_limit.success": "The ticket limit has been updated to `%d`",
"setup.transcript.invalid": "You must mention a valid channel in the server (e.g. <#%d>)\\n**Example:** `/setup transcripts #logs`",
"setup.transcript.success": "The transcripts channel has been changed to <#%d>",
"commands.language.help_wanted": "Do you speak another language? Join our [support server](https://discord.gg/bh6aAfP) if you're interested in helping translating the bot into more languages",
"commands.rename.too_long": "Channel names cannot be longer than 100 characters",
"commands.autoclose.configure": "Visit the [dashboard](https://dashboard.ticketsbot.net/manage/%d/settings) to change autoclose settings",
"help.autoclose": "Autoclose related commands",
"help.autoclose.exclude": "Excludes the current ticket from being automatically closed",
"help.autoclose.configure": "Edit autoclose related settings",
"commands.autoclose.exclude.success": "This ticket has been excluded from being automatically closed",
"commands.claim.no_permission": "Only staff members can claim tickets",
"commands.open.from": "This ticket was opened from [this message](%s).\r\n\r\n<@%d> said in <#%d>:\r\n```%s```",
"commands.open.from.moved": "Conversation has been moved to a ticket (<#%d>)",
"help.close_request": "Sends a message asking the user to confirm the ticket is able to be closed",
"close.reason_too_long": "The reason cannot be longer than 255 characters",
"commands.close_request.no_reason": "<@%d> has requested to close this ticket.\r\n\r\nPlease accept or deny using the buttons below.",
"commands.close_request.with_reason": "<@%d> has requested to close this ticket. Reason:\n```\n%s\n```\nPlease accept or deny using the buttons below.",
"commands.close_request.no_permission": "Only the user who opened the ticket can respond to the close request",
"commands.close_request.denied": "<@%d> denied the close request",
"generic.error": "Error",
"feedback.disabled": "This server has feedback disabled",
"feedback.success": "Your feedback has been recorded",
"generic.success": "Success",
"button.guild_only": "This button must be used in a server",
"button.dms_only": "This button must be used in direct messages",
"commands.tag.generic": "Tag",
"commands.tags.delete.success": "Tag `%s` has been deleted",
"generic.ticket": "Ticket",
"generic.title.premium_only": "Premium Only Command",
"generic.admin": "Admin",
"commands.tags.create.success": "Tag created - you can use it by running `/tag %s`",
"generic.title.about": "About",
"generic.title.vote": "Vote",
"generic.title.tags": "Tags",
"generic.title.autoclose": "Autoclose",
"generic.title.invite": "Invite",
"generic.title.close": "Close",
"generic.title.claim": "Claim",
"generic.title.blacklisted": "Blacklisted",
"generic.title.blacklist": "Blacklist",
"generic.error.blacklisted": "You are blacklisted in this server",
"commands.blacklist.add.success": "<@%d> has been blacklisted",
"commands.blacklist.remove.success": "<@%d> has been unblacklisted",
"generic.title.add_admin": "Add Admin",
"generic.title.add_support": "Add Support",
"generic.title.remove_admin": "Remove Admin",
"generic.title.remove_support": "Remove Support",
"commands.addsupport.success": "Support representative added successfully",
"generic.title.language": "Language",
"commands.removesupport.success": "Support representative removed successfully",
"commands.addadmin.success": "Admin added successfully",
"commands.removeadmin.success": "Admin removed successfully",
"generic.title.setup": "Setup",
"generic.title.premium": "Premium",
"generic.title.panel": "Panel",
"generic.title.rename": "Rename",
"generic.title.remove": "Remove",
"generic.title.help": "Help",
"generic.title.close_confirmation": "Close Confirmation",
"close.confirmation": "Please confirm that you want to close this ticket",
"generic.title.close_request": "Close Request",
"commands.close_request.accept": "Accept & Close",
"commands.close_request.deny": "Deny & Keep Open",
"commands.premium.success": "Premium has been activated for **%d** days",
"generic.title.claimed": "Claimed Ticket",
"generic.title.unclaimed": "Unclaimed Ticket",
"generic.title.add": "Add",
"commands.add.success": "<@%d> has been added to <#%d>",
"commands.remove.success": "<@%d> has been removed from <#%d>",
"open.ratelimited": "Tickets are being opened too quickly in this server",
"commands.claim.thread": "Due to Discord limitations, claiming does not support threads",
"generic.join_support_server": "Join Support Server",
"commands.open.guild_channel_limit": "This server has reached Discord's limit of 500 channels",
"commands.open.missing_form_answer": "You must answer the question `%s`",
"close.no_permission": "You are not permitted to close this ticket",
"": {
"generic.title.close_with_reason": "Close With Reason",
"generic.reason": "Reason"
},
"close": {
"reason": {
"placeholder": "Reason for closing the ticket, e.g. \"Resolved\""
},
"success": "The ticket was closed by <@%d>",
"rate": {
"not_allowed": {
"staff": "You cannot rate this ticket because you are a support representative in %s",
"empty": "You cannot rate this ticket because you did not send any messages"
}
}
},
"commands": {
"open": {
"disabled": "The `/open` command is disabled in this server: please use a ticket panel to open a ticket",
"threads": {
"cant_see_parent_channel": "Couldn't add <@%d> to the ticket: Ensure that they have permission to view the thread's parent channel (<#%d>)",
"cant_message_in_threads": "You are missing the `Send Messages in Threads` permission, which is required to open a ticket. Please ask a server administrator to grant this permission to you, and try again."
}
},
"switch_panel": {
"invalid_panel": "Invalid panel: You must select one from the dropdown",
"success": "This ticket has been switched to the `%s` panel by <@%d>"
},
"blacklist": {
"staff": "Staff members cannot be blacklisted",
"add_role": {
"success": "<@&%d> has been blacklisted",
"limit": "You have reached the role blacklist limit (%d)"
},
"add": {
"limit": "You have reached the user blacklist limit (%d): consider using a role instead"
}
},
"jump_to_top": {
"no_welcome_message": "This ticket does not have a welcome message",
"content": "Click the button below to jump to the top of the ticket"
},
"addsupport": {
"confirm": "Please confirm that you want to add %s to the default support representative team",
"everyone": "You cannot add the `@everyone` role as staff"
},
"addadmin": {
"confirm": "Please confirm that you want to add %s as a bot administrator"
},
"tags": {
"create": {
"limit": "You have reached the tag limit (%d)"
},
"get": {
"requires_premium": "Premium is required to use custom commands (tag aliases)"
}
},
"language": {
"content": "The available languages and their translation progress are as follows:\n%s",
"success": "The server language has been changed to **%s** (%s)",
"select": "Select a language (%c-%c)"
},
"on_call": {
"channel_mode": "`/on-call` can only be used in thread mode. Visit our [docs](https://docs.ticketsbot.net/features/thread-mode) to find out more about threads",
"success": "You are now on call",
"remove_success": "You are no longer on call"
},
"reopen": {
"not_found": "Ticket not found",
"no_permission": "You do not have permission to reopen this ticket",
"already_open": "This ticket is already open",
"not_thread": "Only threads can be reopened",
"thread_deleted": "The ticket has been permanently deleted",
"success": "Ticket %d reopened: <#%d>",
"in_ticket": "This ticket has been reopened by <@%d>"
},
"premium": {
"key": "Key",
"check_again": "Check Again",
"subscription_found": "Subscription Found!",
"subscription_found_content": "In order to apply your subscription to this server, the server owner (<@%d>) must add you as an admin **user** (roles are ignored) via the </addadmin:%d> command.\\n\\nYou can verify that you have been added as an admin user by running </viewstaff:%d>.",
"activate_key": "Activate A Premium Key",
"checking": "Checking Premium Status...",
"please_wait": "Please wait...",
"success_after_check": "Premium is now active in this server!",
"link_patreon_account": "Link Patreon Account",
"no_subscription": "Could not find an active Patreon subscription linked to your Discord account. Ensure that you [have linked your Patreon and Discord accounts](https://support.patreon.com/hc/en-us/articles/212052266-Get-my-Discord-role), and a further waited 10 minutes.",
"open_form": "Open Form",
"open_form_description": "Press the button below to reopen the form",
"use_key_anyway": "Use Premium Key Anyway",
"already_purchased_title": "Already purchased premium?",
"already_purchased_description": "If you have already purchased premium, select the payment method from the dropdown to get started",
"giveaway_key": "Giveaway Key",
"selector": {
"description": "Select which method you used to obtain premium",
"key": {
"description": "Select this option if you were given a giveaway key"
},
"patreon": {
"description": "Select this option if you made your purchase on Patreon"
},
"discord": {
"description": "Select this option if you made your purchase within the Discord in-app store"
}
},
"about": "Premium gives you access to more panels, statistics, a custom bot and more! Visit our [website](https://ticketsbot.net/premium) to find out more.",
"already_activated": "Good news! Premium is already active in this server.",
"already_activated_whitelabel": "Good news! Premium is already active in this server.\n\nFor help getting started with whitelabel, read [our whitelabel setup guide](https://docs.ticketsbot.net/premium/whitelabel-setup-guide).",
"discord": {
"no_subscription": "Premium can be purchased within Discord directly. Click the button below this message to open the subscription management page.\r\n\r\nOne purchased, please allow up to 5 minutes for the subscription to be detected."
},
"subscription_found_content_modern": "Your Patreon subscription has been found. Please click on the \"Open Server Selector\" button below in order to open the dashboard to select which servers you wish to apply your premium subscription to.",
"open_server_selector": "Open Server Selector"
},
"notes": {
"added_to_existing": "You have been added to the existing notes thread: <#%d>",
"thread_name": "notes",
"created": "A notes thread has been created for this ticket: <#%d>"
},
"rename": {
"ratelimited": "Due to limitations imposed by Discord, tickets can only be renamed twice every 10 minutes"
},
"vote": {
"redeem_credits": "Redeem Credits",
"no_credits": "Redemption failed: you do not have any vote credits!",
"redeem": {
"success": {
"plural": "Your vote credits have been redeemed for **%d** days of premium!",
"singular": "Your vote credits have been redeemed for **%d** day of premium!"
}
},
"with_credits": {
"plural": "You have **%d** vote credits. Click the \"Redeem Credits\" button below to redeem them for %d days of premium in this server.",
"singular": "You have **%d** vote credit. Click the \"Redeem Credits\" button below to redeem them for %d day of premium in this server."
}
}
},
"generic": {
"title": {
"panel_switched": "Ticket Panel Switched",
"jump_to_top": "Jump To Top",
"reopened": "Ticket Reopened",
"ticket_closed": "Ticket Closed"
},
"click_here": "Click Here",
"confirm": "Confirm",
"website": "Our Website"
},
"help": {
"switch_panel": "Switches a ticket to another ticket panel, changing the channel category, support teams, etc.",
"jump_to_top": "Provides you with a button to jump to the top of the ticket",
"on_call": "Marks you as on call, to be added and pinged in all new tickets",
"reopen": "Reopens a ticket that was previously closed",
"notes": "Creates a thread for private discussion between support representatives"
},
"<@&%d> has been unblcommands": {
"blacklist": {
"remove_role": {
"successcklisted": "<@&%d> has been unblacklisted"
}
}
},
"setup": {
"auto": {
"docs": "Want to explore more? Our [documentation](https://docs.ticketsbot.net) will teach you how to configure every aspect of the bot!"
},
"threads": {
"no_notification_channel": "You must provide a ticket notification channel",
"notification_channel_type": "The ticket notification channel must be a text channel",
"success": "Thread mode has been enabled",
"disabled": "Thread mode has been disabled"
}
},
"button": {
"join_thread": {
"closed_ticket": "This ticket has already been closed",
"no_permission": "You do not have permission to view this type of ticket",
"already_joined": "You have already joined this ticket (<#%d>)",
"success": "Added you to the ticket: <#%d>"
}
},
"open": {
"thread_in_announcement_channel": "Threads cannot be created in announcement channels",
"panel_force_disabled": "This panel has been disabled. Please ask a server admin to reactivate premium, and run %s in order to re-enable this panel.",
"panel_disabled": "The server admins have disabled opening this type of ticket",
"acl": {
"no_allow_rules": "Access to open this type of ticket has been disabled for all roles",
"deny_listed": "You are unable to open this type of ticket because you have the role <@&%d>",
"not_allow_listed": {
"multiple": "You need one of the following roles to open this type of ticket: %s",
"single": "You need the following role to open this type of ticket: %s"
}
}
},
"Private notes arcommands": {
"notes": {
"channel_mode_onlye only supported in channel mode": "Note threads are only supported in channel mode"
}
}
}