-
Notifications
You must be signed in to change notification settings - Fork 3
/
en_us.json
83 lines (83 loc) · 7.13 KB
/
en_us.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
{
"$schema": "./_.schema.json",
"addToServer": "Add to Server",
"appDirectory": "App Directory",
"supportServer": "Support Server",
"website": "Website",
"error": "Error",
"command.autoroles.description": "Automatically assign roles to new members",
"command.autoroles.add.description": "Add a new Auto Role",
"command.autoroles.add.role.description": "Select a role",
"command.autoroles.add.reply.error.everyone": "You can not set @everyone as an Auto Role.",
"command.autoroles.add.reply.error.managed": "This role is managed by another application and can not be assigned manually.",
"command.autoroles.add.reply.error.position": "My permissions are not sufficient to assign the Auto Role. Make sure any of my roles is above [role].",
"command.autoroles.add.reply.error.alreadyUsed": "[role] is already an Auto Role.",
"command.autoroles.add.reply.success": "[role] is now an Auto Role.",
"command.autoroles.remove.description": "Remove an Auto Role",
"command.autoroles.remove.role.description": "Select a role",
"command.autoroles.remove.reply.error.notUsed": "[role] is currently not an Auto Role.",
"command.autoroles.remove.reply.success": "[role] is no longer an Auto Role.",
"command.autoroles.list.description": "Display the current Auto Roles",
"command.autoroles.list.raw.description": "Output your Auto Roles as a raw text file",
"command.autoroles.list.reply.empty": "This server does not have any Auto Roles.",
"command.autoroles.list.reply.warn.tooLong": "The list exceeds the character limit. Please use the `raw` command option.",
"command.stickyroles.description": "Reassign roles to users in case they leave your server and join again",
"command.stickyroles.add.description": "Add a new Sticky Role",
"command.stickyroles.add.role.description": "Select a role",
"command.stickyroles.add.reply.error.everyone": "You can not set @everyone as a Sticky Role.",
"command.stickyroles.add.reply.error.managed": "This role is managed by another application and can not be assigned manually.",
"command.stickyroles.add.reply.error.position": "My permissions are not sufficient to assign the Sticky Role. Make sure any of my roles is above [role].",
"command.stickyroles.add.reply.error.alreadyUsed": "[role] is already a Sticky Role.",
"command.stickyroles.add.reply.success": "[role] is now a Sticky Role.",
"command.stickyroles.remove.description": "Remove a Sticky Role",
"command.stickyroles.remove.role.description": "Select a role",
"command.stickyroles.remove.reply.error.notUsed": "[role] is currently not a Sticky Role.",
"command.stickyroles.remove.reply.success": "[role] is no longer a Sticky Role.",
"command.stickyroles.list.description": "Display the current Sticky Roles",
"command.stickyroles.list.raw.description": "Output your Sticky Roles as a raw text file",
"command.stickyroles.list.reply.empty": "This server does not have any Sticky Roles.",
"command.stickyroles.list.reply.warn.tooLong": "The list exceeds the character limit. Please use the `raw` command option.",
"command.connectroles.description": "Connect child roles to a parent role that will be assigned automatically",
"command.connectroles.add.description": "Add a new Role Connection",
"command.connectroles.add.childRole.description": "Select the child role",
"command.connectroles.add.parentRole.description": "Select the parent role",
"command.connectroles.add.reply.error.sameRoles": "The selected roles are the same.",
"command.connectroles.add.reply.error.everyone": "You can not connect @everyone.",
"command.connectroles.add.reply.error.managed": "[role] is managed by another application and can not be assigned manually.",
"command.connectroles.add.reply.error.position": "My permissions are not sufficient to assign the parent role. Make sure any of my roles is above [role].",
"command.connectroles.add.reply.error.childAlreadyConnected": "[role] is already connected to a parent role.",
"command.connectroles.add.reply.error.childAlreadyParent": "[role] is already a parent role.",
"command.connectroles.add.reply.error.childAlreadyParentOfParent": "[parent] is already the parent role of [child]",
"command.connectroles.add.reply.error.parentAlreadyChild": "[role] is already connected to a parent role.",
"command.connectroles.add.reply.success": "[child] is now a child role of [parent]",
"command.connectroles.remove.description": "Remove a Role Connection",
"command.connectroles.remove.role.description": "Select a parent role or a child role",
"command.connectroles.remove.reply.error.notConnected": "[role] is currently not connected.",
"command.connectroles.remove.reply.success.childRemoved": "[role] has been disconnected from its parent role.",
"command.connectroles.remove.reply.success.parentRemoved": "All child roles of [role] have been disconnected.",
"command.connectroles.list.description": "Display the current Role Connections",
"command.connectroles.list.raw.description": "Output your Role Connections as a raw text file",
"command.connectroles.list.reply.empty": "This server does not have any Role Connections.",
"command.connectroles.list.reply.warn.tooLong": "The list exceeds the character limit. Please use the `raw` command option.",
"command.connectroles.sync.description": "Syncs the Role Connections - only necessary if you (dis)connected already assigned roles",
"command.connectroles.sync.reply.changes": "Changes",
"command.connectroles.sync.reply.progress": "Progress",
"command.connectroles.sync.reply.start": "Syncing Role Connections ...",
"command.connectroles.sync.reply.finish": "Synced Role Connections",
"command.help.description": "About me",
"command.help.reply.title": "Roles — Help",
"command.help.reply.description": "We post feature tutorials on our **[YouTube channel](https://www.youtube.com/@rolesbot)**.",
"command.help.reply.footer": "Developed by @pauel and @leonbrn",
"command.help.reply.field1.name": "Connection Roles — /connectroles",
"command.help.reply.field1.value": "Connect multiple child roles to a parent role to improve the look and organization of your server.",
"command.help.reply.field2.name": "Auto Roles — /autoroles",
"command.help.reply.field2.value": "Automatically assign roles to new members, respecting Rules Screening.",
"command.help.reply.field3.name": "Sticky Roles — /stickyroles",
"command.help.reply.field3.value": "Reassign roles to users in case they leave your server and join again.",
"command.onCooldown": "You can use this command again [rtime].",
"command.error": "**An error occured.** Please try again later or contact us on our support server.",
"permission.required.all.text": "All required permissions are granted.",
"permission.required.missing.title": "Missing permissions",
"permission.required.missing.text": "The bot requires the following permissions in order to function properly: [permissions]. You can manually assign them to the bot role in your server settings or reauthorize the bot below.",
"permission.required.reauthorize": "Reauthorize"
}