enable translation support for permisions
This commit is contained in:
parent
ff76e91ff8
commit
7f95aff2d1
7 changed files with 194 additions and 292 deletions
|
@ -10,7 +10,111 @@
|
|||
"en": {
|
||||
"reply": "Reply",
|
||||
"copyrawtext":"Copy raw text",
|
||||
"copymessageid":"Copy message id"
|
||||
"copymessageid":"Copy message id",
|
||||
"permissions":{
|
||||
"descriptions":{
|
||||
"CREATE_INSTANT_INVITE": "Allows the user to create invites for the guild",
|
||||
"KICK_MEMBERS": "Allows the user to kick members from the guild",
|
||||
"BAN_MEMBERS": "Allows the user to ban members from the guild",
|
||||
"ADMINISTRATOR": "Allows all permissions and bypasses channel permission overwrites. This is a dangerous permission!",
|
||||
"MANAGE_CHANNELS": "Allows the user to manage and edit channels",
|
||||
"MANAGE_GUILD": "Allows management and editing of the guild",
|
||||
"ADD_REACTIONS": "Allows user to add reactions to messages",
|
||||
"VIEW_AUDIT_LOG": "Allows the user to view the audit log",
|
||||
"PRIORITY_SPEAKER": "Allows for using priority speaker in a voice channel",
|
||||
"STREAM": "Allows the user to stream",
|
||||
"VIEW_CHANNEL": "Allows the user to view the channel",
|
||||
"SEND_MESSAGES": "Allows user to send messages",
|
||||
"SEND_TTS_MESSAGES": "Allows the user to send text-to-speech messages",
|
||||
"MANAGE_MESSAGES": "Allows the user to delete messages that aren't their own",
|
||||
"EMBED_LINKS": "Allow links sent by this user to auto-embed",
|
||||
"ATTACH_FILES": "Allows the user to attach files",
|
||||
"READ_MESSAGE_HISTORY": "Allows user to read the message history",
|
||||
"MENTION_EVERYONE": "Allows the user to mention everyone",
|
||||
"USE_EXTERNAL_EMOJIS": "Allows the user to use external emojis",
|
||||
"VIEW_GUILD_INSIGHTS": "Allows the user to see guild insights",
|
||||
"CONNECT": "Allows the user to connect to a voice channel",
|
||||
"SPEAK": "Allows the user to speak in a voice channel",
|
||||
"MUTE_MEMBERS": "Allows user to mute other members",
|
||||
"DEAFEN_MEMBERS": "Allows user to deafen other members",
|
||||
"MOVE_MEMBERS": "Allows the user to move members between voice channels",
|
||||
"USE_VAD": "Allows users to speak in a voice channel by simply talking",
|
||||
"CHANGE_NICKNAME": "Allows the user to change their own nickname",
|
||||
"MANAGE_NICKNAMES": "Allows user to change nicknames of other members",
|
||||
"MANAGE_ROLES": "Allows user to edit and manage roles",
|
||||
"MANAGE_WEBHOOKS": "Allows management and editing of webhooks",
|
||||
"MANAGE_GUILD_EXPRESSIONS": "Allows for managing emoji, stickers, and soundboards",
|
||||
"USE_APPLICATION_COMMANDS": "Allows the user to use application commands",
|
||||
"REQUEST_TO_SPEAK": "Allows user to request to speak in stage channel",
|
||||
"MANAGE_EVENTS": "Allows user to edit and manage events",
|
||||
"MANAGE_THREADS": "Allows the user to delete and archive threads and view all private threads",
|
||||
"CREATE_PUBLIC_THREADS": "Allows the user to create public threads",
|
||||
"CREATE_PRIVATE_THREADS": "Allows the user to create private threads",
|
||||
"USE_EXTERNAL_STICKERS": "Allows user to use external stickers",
|
||||
"SEND_MESSAGES_IN_THREADS": "Allows the user to send messages in threads",
|
||||
"USE_EMBEDDED_ACTIVITIES": "Allows the user to use embedded activities",
|
||||
"MODERATE_MEMBERS": "Allows the user to time out other users to prevent them from sending or reacting to messages in chat and threads, and from speaking in voice and stage channels",
|
||||
"VIEW_CREATOR_MONETIZATION_ANALYTICS": "Allows for viewing role subscription insights",
|
||||
"USE_SOUNDBOARD": "Allows for using soundboard in a voice channel",
|
||||
"CREATE_GUILD_EXPRESSIONS": "Allows for creating emojis, stickers, and soundboard sounds, and editing and deleting those created by the current user.",
|
||||
"CREATE_EVENTS": "Allows for creating scheduled events, and editing and deleting those created by the current user.",
|
||||
"USE_EXTERNAL_SOUNDS": "Allows the usage of custom soundboard sounds from other servers",
|
||||
"SEND_VOICE_MESSAGES": "Allows sending voice messages",
|
||||
"SEND_POLLS": "Allows sending polls",
|
||||
"USE_EXTERNAL_APPS": "Allows user-installed apps to send public responses. When disabled, users will still be allowed to use their apps but the responses will be ephemeral. This only applies to apps not also installed to the server."
|
||||
},
|
||||
"readableNames":{
|
||||
"CREATE_INSTANT_INVITE": "Create invite",
|
||||
"KICK_MEMBERS": "Kick members",
|
||||
"BAN_MEMBERS": "Ban members",
|
||||
"ADMINISTRATOR": "Administrator",
|
||||
"MANAGE_CHANNELS": "Manage channels",
|
||||
"MANAGE_GUILD": "Manage guild",
|
||||
"ADD_REACTIONS": "Add reactions",
|
||||
"VIEW_AUDIT_LOG": "View audit log",
|
||||
"PRIORITY_SPEAKER": "Priority speaker",
|
||||
"STREAM": "Video",
|
||||
"VIEW_CHANNEL": "View channels",
|
||||
"SEND_MESSAGES": "Send messages",
|
||||
"SEND_TTS_MESSAGES": "Send text-to-speech messages",
|
||||
"MANAGE_MESSAGES": "Manage messages",
|
||||
"EMBED_LINKS": "Embed links",
|
||||
"ATTACH_FILES": "Attach files",
|
||||
"READ_MESSAGE_HISTORY": "Read message history",
|
||||
"MENTION_EVERYONE": "Mention @everyone, @here and all roles",
|
||||
"USE_EXTERNAL_EMOJIS": "Use external emojis",
|
||||
"VIEW_GUILD_INSIGHTS": "View guild insights",
|
||||
"CONNECT": "Connect",
|
||||
"SPEAK": "Speak",
|
||||
"MUTE_MEMBERS": "Mute members",
|
||||
"DEAFEN_MEMBERS": "Deafen members",
|
||||
"MOVE_MEMBERS": "Move members",
|
||||
"USE_VAD": "Use voice activity detection",
|
||||
"CHANGE_NICKNAME": "Change nickname",
|
||||
"MANAGE_NICKNAMES": "Manage nicknames",
|
||||
"MANAGE_ROLES": "Manage roles",
|
||||
"MANAGE_WEBHOOKS": "Manage webhooks",
|
||||
"MANAGE_GUILD_EXPRESSIONS": "Manage expressions",
|
||||
"USE_APPLICATION_COMMANDS": "Use application commands",
|
||||
"REQUEST_TO_SPEAK": "Request to speak",
|
||||
"MANAGE_EVENTS": "Manage events",
|
||||
"MANAGE_THREADS": "Manage threads",
|
||||
"CREATE_PUBLIC_THREADS": "Create public threads",
|
||||
"CREATE_PRIVATE_THREADS": "Create private threads",
|
||||
"USE_EXTERNAL_STICKERS": "Use external stickers",
|
||||
"SEND_MESSAGES_IN_THREADS": "Send messages in threads",
|
||||
"USE_EMBEDDED_ACTIVITIES": "Use activities",
|
||||
"MODERATE_MEMBERS": "Timeout members",
|
||||
"VIEW_CREATOR_MONETIZATION_ANALYTICS": "View creator monetization analytics",
|
||||
"USE_SOUNDBOARD": "Use soundboard",
|
||||
"CREATE_GUILD_EXPRESSIONS": "Create expressions",
|
||||
"CREATE_EVENTS": "Create events",
|
||||
"USE_EXTERNAL_SOUNDS": "Use external sounds",
|
||||
"SEND_VOICE_MESSAGES": "Send voice messages",
|
||||
"SEND_POLLS": "Create polls",
|
||||
"USE_EXTERNAL_APPS": "Use external apps"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ru": "./ru.json"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue