en.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  1. {
  2. "__translator": [
  3. "MarkusRost",
  4. "violine1101"
  5. ],
  6. "fallback": [
  7. ],
  8. "aliases": {
  9. "random": ["random", "🎲"],
  10. "discussion": ["discussions"],
  11. "command": ["command", "cmd"]
  12. },
  13. "dateformat": "en-US",
  14. "prefix": "the prefix for this server is `$1`. You can change the prefix with `$1settings prefix`. For a list of all commands see `$1help`.",
  15. "missingperm": "I'm missing some permissions for this command:",
  16. "limit": "🚨 **Stop, you hit a limit!** 🚨\n\n$1, your message contained too many commands!",
  17. "disclaimer": "I am a small bot with the purpose to easily link and search MediaWiki sites like Gamepedia and Fandom wikis. I show short descriptions and additional info about pages and am able to resolve redirects and follow interwiki links. $1 wrote me in JavaScript.\n\nYou can support me on Patreon:",
  18. "helpserver": "For questions and problems please visit my support server:",
  19. "patreon": "this is a Patreon only feature!\nYou can support me on Patreon to get access to this feature:",
  20. "settings": {
  21. "save_failed": "sadly the settings couldn't be saved, please try again later.",
  22. "missing": "this server isn't set up yet. Use $1 and $2 to change the settings.",
  23. "foundwikis": "Do you mean any of these wikis?",
  24. "current": "these are the current settings for this server:",
  25. "channel current": "these are the current settings for this channel:",
  26. "currentlang": "Language:",
  27. "currentprefix": "Prefix:",
  28. "currentinline": "Inline commands:",
  29. "currentwiki": "Default wiki:",
  30. "currentchannel": "Channel overwrites:",
  31. "nochannels": "*No channel overwrites yet*",
  32. "lang": "the language for this server is:",
  33. "channel lang": "the language for this channel is:",
  34. "langinvalid": "the specified language is not supported!",
  35. "langchanged": "you changed the language for this server to:",
  36. "channel langchanged": "you changed the language for this channel to:",
  37. "langhelp": "Use `$1 <language>` to change the language.\nCurrently supported languages are:",
  38. "wikimissing": "no default wiki is set for this server yet!",
  39. "wiki": "the default wiki for this server is:",
  40. "channel wiki": "the default wiki for this channel is:",
  41. "wikiinvalid": "please provide a valid link to a Gamepedia or Fandom wiki!",
  42. "wikichanged": "you changed the default wiki for this server to:",
  43. "channel wikichanged": "you changed the default wiki for this channel to:",
  44. "wikihelp": "Use `$1 <link>` to change the default wiki.\nLink to the wiki: `https://<wiki>.gamepedia.com/` or `https://<wiki>.fandom.com/`",
  45. "prefix": "the prefix for this server is:",
  46. "prefixinvalid": "the specified prefix is not supported!",
  47. "prefixchanged": "you changed the prefix for this server to:",
  48. "prefixhelp": "Use `$1 <prefix>` to change the prefix.\nUse `_` at the end to indicate a space at end of the prefix.\nThe prefix may not include mentions!",
  49. "inline enabled": {
  50. "inline": "inline commands are currently enabled for this server.",
  51. "channel inline": "inline commands are currently enabled for this channel.",
  52. "inlinechanged": "you enabled inline commands for this server.",
  53. "channel inlinechanged": "you enabled inline commands for this channel.",
  54. "help": "Use `$1` to disable inline commands like `[[$2]]` and `{{$2}}`."
  55. },
  56. "inline disabled": {
  57. "inline": "inline commands are currently disabled for this server.",
  58. "channel inline": "inline commands are currently disabled for this channel.",
  59. "inlinechanged": "you disabled inline commands for this server.",
  60. "channel inlinechanged": "you disabled inline commands for this channel.",
  61. "help": "Use `$1` to enable inline commands like `[[$2]]` and `{{$2}}`."
  62. }
  63. },
  64. "pause": {
  65. "on": "I'm now paused on this server and will ignore most commands!",
  66. "off": "I'm no longer paused on this server and will respond to all commands again!"
  67. },
  68. "voice": {
  69. "text": "I try to give everyone in a voice channel a specific role:",
  70. "enable": "Use `$1` to enable this function.",
  71. "disable": "Use `$1` to disable this function.",
  72. "enabled": "you enabled the function to add roles for voice channels.",
  73. "disabled": "you disabled the function to add roles for voice channels.",
  74. "name": "voice channel name",
  75. "channel": "Voice channel",
  76. "join": "$1 joined the voice channel \"$2\".",
  77. "left": "$1 left the voice channel \"$2\"."
  78. },
  79. "verification": {
  80. "save_failed": "sadly the verification couldn't be saved, please try again later.",
  81. "added": "the verification has been added:",
  82. "updated": "the verification has been updated:",
  83. "deleted": "the verification has been deleted.",
  84. "max_entries": "you already reached the maximal amount of verifications.",
  85. "no_role": "please provide a role for the new verification.",
  86. "current": "these are the current verifications for this server:",
  87. "current_selected": "this is the verification `$1` for this server:",
  88. "missing": "there are no verifications for this server yet.",
  89. "add_more": "Add more verifications:",
  90. "delete_current": "Delete this verification:",
  91. "channel": "Channel:",
  92. "role": "Role:",
  93. "editcount": "Edit count:",
  94. "usergroup": "User group:",
  95. "or": "or",
  96. "and": "and",
  97. "accountage": "Account age:",
  98. "indays": "(in days)",
  99. "rename": "Change nickname:",
  100. "enabled": "enabled",
  101. "disabled": "disabled",
  102. "toggle": "(toggle)",
  103. "rename_no_permission": "**$1 is missing the `Manage Nicknames` permission to force wiki usernames!**",
  104. "role_too_high": "**The role $1 is too high for $2 to assign!**",
  105. "channel_max": "you provided too many channels.",
  106. "channel_missing": "the provided channel does not exist.",
  107. "role_max": "you provided too many roles.",
  108. "role_missing": "the provided role does not exist.",
  109. "role_managed": "the provided role can't be assigned.",
  110. "value_too_high": "the provided value is too high.",
  111. "usergroup_max": "you provided too many user groups.",
  112. "usergroup_too_long": "the provided user group is too long.",
  113. "new_channel": "<new channel>",
  114. "new_role": "<new role>",
  115. "new_editcount": "<new edit count>",
  116. "new_usergroup": "<new user group>",
  117. "new_accountage": "<new account age>"
  118. },
  119. "verify": {
  120. "error": "The verification failed due to an error.",
  121. "error_reply": "the verification failed due to an error, please try again.",
  122. "missing": "there are no verifications set up for this channel.",
  123. "footer": "Wiki Account Verification",
  124. "failed_gblock": "**Check for global block failed!**",
  125. "failed_roles": "**Adding roles failed!**",
  126. "failed_rename": "**Changing the nickname failed!**",
  127. "audit_reason": "Verified as \"$1\"",
  128. "user_missing": "The wiki user \"$1\" doesn't exist.",
  129. "user_missing_reply": "your linked wiki user \"$1\" doesn't exist.",
  130. "user_blocked": "**The wiki user $1 is blocked!**",
  131. "user_blocked_reply": "your linked wiki user **\"$1\" is blocked!**",
  132. "user_gblocked": "**The wiki user $1 is globally blocked!**",
  133. "user_gblocked_reply": "your linked wiki user **\"$1\" is globally blocked!**",
  134. "user_disabled": "**The wiki user $1 is disabled!**",
  135. "user_disabled_reply": "your linked wiki user **\"$1\" is disabled!**",
  136. "user_failed": "Discord user $1 doesn't match the wiki user $2.",
  137. "user_failed_reply": "your Discord tag doesn't match the wiki user \"$1\".",
  138. "user_matches": "Discord user $1 matches the wiki user $2, but doesn't meet the requirements for any roles.",
  139. "user_matches_reply": "your Discord tag matches the wiki user \"$1\", but you don't meet the requirements for any roles.",
  140. "user_verified": "Discord user $1 has been successfully verified as wiki user $2.",
  141. "user_verified_reply": "you have been successfully verified as wiki user \"$1\".",
  142. "user_renamed": "Their Discord nickname has been changed to their wiki username.",
  143. "discord": "Discord user:",
  144. "wiki": "Wiki user:",
  145. "empty": "*empty*",
  146. "notice": "Notice:",
  147. "qualified": "Qualified for:",
  148. "qualified_error": "Qualified for, but can't add:",
  149. "help_guide": "Follow [this guide]($1) to add your Discord tag to your wiki profile:",
  150. "help_gamepedia": "https://help.gamepedia.com/Gamepedia_Help_Wiki:Discord_verification",
  151. "help_fandom": "https://community.fandom.com/wiki/Special:VerifyUser",
  152. "help_subpage": "Please add your Discord tag ($1) to your Discord subpage on the wiki:"
  153. },
  154. "rcscript": {
  155. "title": "Recent changes webhook",
  156. "ad": "You want recent changes directly in Discord? Use `$1rcscript` to add a recent changes webhook based on **$2** to your Discord server!",
  157. "missing": "there are no recent changes webhooks for this server yet.",
  158. "current": "these are the current recent changes webhooks for this server:",
  159. "current_selected": "this is the recent changes webhook for this server:",
  160. "channel": "Channel:",
  161. "wiki": "Wiki:",
  162. "lang": "Language:",
  163. "display": "Display mode:",
  164. "rc": "Wiki changes:",
  165. "feeds": "Feeds based changes:",
  166. "enabled": "enabled",
  167. "disabled": "disabled",
  168. "toggle": "(toggle)",
  169. "help_feeds": "(discussions, message walls, article comments)",
  170. "delete": "Delete this recent changes webhook:",
  171. "add_more": "Add more recent changes webhooks:",
  172. "noadmin": "you need the `Manage Webhooks` permission for this command!",
  173. "max_entries": "you already reached the maximal amount of recent changes webhooks.",
  174. "sysmessage": "the system message `$1` has to be the server id `$2` to add a recent changes webhook.",
  175. "audit_reason": "Recent changes webhook for \"$1\"",
  176. "audit_reason_delete": "Removed recent changes webhook",
  177. "added": "a recent changes webhook has been added for:",
  178. "deleted": "the recent changes webhook has been deleted.",
  179. "webhook_failed": "sadly the webhook couldn't be created, please try again later.",
  180. "current_wiki": "the wiki for this webhook is:",
  181. "help_wiki": "Link to the wiki: `https://<wiki>.gamepedia.com/` or `https://<wiki>.fandom.com/`",
  182. "new_wiki": "<new wiki>",
  183. "updated_wiki": "the wiki for this webhook has been changed to:",
  184. "current_lang": "the language for this webhook is:",
  185. "help_lang": "Currently supported languages are:",
  186. "new_lang": "<new language>",
  187. "updated_lang": "the language for this webhook has been changed to:",
  188. "current_display": "the display mode for this webhook is:",
  189. "help_display_compact": "Compact text messages with inline links.",
  190. "help_display_embed": "Embed messages with edit tags and category changes.",
  191. "help_display_image": "Embed messages with image previews.",
  192. "help_display_diff": "Embed messages with image previews and edit differences.",
  193. "updated_display": "the display mode for this webhook has been changed to:",
  194. "disabled_feeds": "the feeds based changes, like discussions, message walls and article comments, for this webhook have been disabled.",
  195. "enabled_feeds": "the feeds based changes, like discussions, message walls and article comments, for this webhook have been enabled.",
  196. "no_feeds": "the wiki for this webhook has no feeds based features, like discussions, message walls or article comments, enabled.",
  197. "disabled_rc": "the wiki changes for this webhook have been disabled.",
  198. "enabled_rc": "the wiki changes for this webhook have been enabled.",
  199. "all_inactive": "you can't have wiki changes and feeds based changes disabled at the same time.",
  200. "webhook": {
  201. "created": "A recent changes webhook for $1 has been added to this channel.",
  202. "updated_wiki": "The wiki has been changed to $1 for this recent changes webhook.",
  203. "updated_lang": "The language has been changed to `$1` for this recent changes webhook.",
  204. "updated_display_compact": "The display mode has been changed to compact text messages with inline links for this recent changes webhook.",
  205. "updated_display_embed": "The display mode has been changed to embed messages with edit tags and category changes for this recent changes webhook.",
  206. "updated_display_image": "The display mode has been changed to embed messages with image previews for this recent changes webhook.",
  207. "updated_display_diff": "The display mode has been changed to embed messages with image previews and edit differences for this recent changes webhook.",
  208. "disabled_feeds": "The feeds based changes, like discussions, message walls and article comments, have been disabled for this recent changes webhook.",
  209. "enabled_feeds": "The feeds based changes, like discussions, message walls and article comments, have been enabled for this recent changes webhook.",
  210. "disabled_rc": "The wiki changes have been disabled for this recent changes webhook.",
  211. "enabled_rc": "The wiki changes have been enabled for this recent changes webhook.",
  212. "deleted": "This recent changes webhook will be deleted."
  213. }
  214. },
  215. "overview": {
  216. "inaccurate": "Statistics may be inaccurate",
  217. "name": "Full name:",
  218. "vertical": "Vertical:",
  219. "topic": "Topic:",
  220. "founder": "Founder:",
  221. "created": "Created:",
  222. "manager": "Wiki manager:",
  223. "talk": "talk",
  224. "official": "Official wiki:",
  225. "yes": "Yes",
  226. "no": "No",
  227. "articles": "Articles:",
  228. "pages": "Total pages:",
  229. "edits": "Edits:",
  230. "users": "Active users:",
  231. "crossover": "Merged into:",
  232. "description": "Description:",
  233. "image": "Image:",
  234. "none": "*none*"
  235. },
  236. "user": {
  237. "gender": {
  238. "unknown": "Unknown",
  239. "male": "Male",
  240. "female": "Female"
  241. },
  242. "groups": {
  243. "global_bot": "Global bot",
  244. "hydra_staff": "Gamepedia staff",
  245. "wiki_manager": "Wiki manager",
  246. "content_team_member": "Content Team Member",
  247. "grasp": "GRASP",
  248. "bot-global": "Global bot",
  249. "staff": "Fandom staff",
  250. "wiki-manager": "Wiki manager",
  251. "helper": "Fandom helper",
  252. "content-team-member": "Content Team Member",
  253. "soap": "SOAP",
  254. "vstf": "VSTF",
  255. "content-volunteer": "Content volunteer",
  256. "global-discussions-moderator": "Global discussions moderator",
  257. "vanguard": "Vanguard",
  258. "voldev": "Volunteer Developer",
  259. "bot": "Bot",
  260. "checkuser": "Check user",
  261. "bureaucrat": "Bureaucrat",
  262. "sysop": "Administrator",
  263. "interface-admin": "Interface administrator",
  264. "widgeteditor": "Widget editor",
  265. "content-moderator": "Content moderator",
  266. "threadmoderator": "Discussions moderator",
  267. "chatmoderator": "Chat moderator",
  268. "junioradmin": "Junior administrator",
  269. "directors": "Director",
  270. "Patrol": "Inspector",
  271. "editor": "Editor",
  272. "supmoderator": "Senior moderator",
  273. "moderator": "Moderator",
  274. "assistant": "Assistant",
  275. "blogpatrol": "Blog patroller",
  276. "imagecontrol": "Image controller",
  277. "commentcontrol": "Comment controller",
  278. "custodian": "Custodian",
  279. "doyen": "Dean",
  280. "Elite_users": "Elite user",
  281. "codeeditor": "Code editor",
  282. "patrollers": "Patroller",
  283. "patroller": "Patroller",
  284. "rollback": "rollback",
  285. "autoreview": "autoreview",
  286. "autopatroller": "Auto patroller",
  287. "autopatrol": "autopatrol",
  288. "authenticated": "authenticated",
  289. "autoconfirmed": "Autoconfirmed user",
  290. "user": "User"
  291. },
  292. "info": {
  293. "gender": "Gender:",
  294. "registration": "Registration date:",
  295. "editcount": "Edit count:",
  296. "globaleditcount": "Global edit count:",
  297. "wikisedited": "Wikis edited:",
  298. "group": "Group:",
  299. "discord": "Discord:",
  300. "favwiki": "Favorite wiki:",
  301. "loading": "Loading global statistics…"
  302. },
  303. "block": {
  304. "header": "$1 is currently blocked!",
  305. "text": "Blocked on $1 until $2 by $3 with reason \"$4\".",
  306. "noreason": "Blocked on $1 until $2 by $3.",
  307. "nofromtext": "Blocked until $2 by $3 with reason \"$4\".",
  308. "nofromnoreason": "Blocked until $2 by $3.",
  309. "until_infinity": "the end of all days"
  310. },
  311. "gblock": {
  312. "header": "$1 is currently globally blocked!",
  313. "text": "Blocked on $1 until $2 by $3 on $4 with reason \"$5\".",
  314. "noreason": "Blocked on $1 until $2 by $3 on $4.",
  315. "disabled": "This account is currently disabled!"
  316. }
  317. },
  318. "diff": {
  319. "badrev": "at least one revision doesn't exist!",
  320. "nocomment": "*No description provided*",
  321. "hidden": "*hidden*",
  322. "info": {
  323. "editor": "Editor:",
  324. "timestamp": "Edit date:",
  325. "size": "Difference:",
  326. "bytes": "$1 {{PLURAL:$1|Byte|Bytes}}",
  327. "comment": "Comment:",
  328. "tags": "Tags:",
  329. "removed": "Removed:",
  330. "added": "Added:",
  331. "more": "And more",
  332. "whitespace": "Only whitespace"
  333. }
  334. },
  335. "search": {
  336. "infopage": "Not the correct result? Use $1 for a direct link.",
  337. "infosearch": "Not the correct result? Use $1 for a direct link or $2 for a list of all hits.",
  338. "category": {
  339. "content": "Content of this category:",
  340. "empty": "*This category is empty*",
  341. "pages": "$1 {{PLURAL:$1|page|pages}}",
  342. "files": "$1 {{PLURAL:$1|file|files}}",
  343. "subcats": "$1 {{PLURAL:$1|category|categories}}"
  344. },
  345. "special": "Content of this special page:",
  346. "empty": "*This special page is empty*",
  347. "results": "$1 total {{PLURAL:$1|result|results}}"
  348. },
  349. "discussion": {
  350. "post": "post",
  351. "main": "Discussions",
  352. "image": "View Image",
  353. "votes": "$1 {{PLURAL:$1|vote|votes}}"
  354. },
  355. "invite": {
  356. "bot": "Use this link to invite me to another server:"
  357. },
  358. "test": {
  359. "random": 10,
  360. "pause": "I'm currently paused on this server.",
  361. "text": [
  362. "I'm still alive!",
  363. "and believe me, I am still alive.",
  364. "I'm doing science and I'm still alive.",
  365. "I feel fantastic and I'm still alive."
  366. ],
  367. "default": "I'm fully functional!",
  368. "time": "Response time",
  369. "notice": "Limited functionality",
  370. "MediaWiki": "Requires at least $1 for full functionality, found `$2`.",
  371. "TextExtracts": "Requires the extension $1 for page descriptions.",
  372. "PageImages": "Requires the extension $1 for page thumbnails."
  373. },
  374. "help": {
  375. "all": "So, you want to know what things I can do? Here is a list of all commands that I understand:",
  376. "admin": "These commands can only be performed by administrators:",
  377. "noadmin": "you need the `Manage Server` permission for these commands!",
  378. "pause": "**I'm currently paused on this server!**\nOnly these commands can be performed:",
  379. "footer": "If you got an unwanted response, you can react with 🗑️ to my message and I will delete it.",
  380. "list": {
  381. "default": {
  382. "cmd": "<search term>",
  383. "desc": "I will answer with a link to a matching article in the wiki."
  384. },
  385. "inline": {
  386. "link": {
  387. "cmd": "[[<page name>]]",
  388. "desc": "I will answer with a direct link to the article in the wiki."
  389. },
  390. "template": {
  391. "cmd": "{{<page name>}}",
  392. "desc": "I will answer with a link to the article in the wiki."
  393. }
  394. },
  395. "gamepedia": {
  396. "cmd": "!<wiki> <search term>",
  397. "desc": "I will answer with a link to a matching article in the named Gamepedia wiki: `https://<wiki>.gamepedia.com/`"
  398. },
  399. "fandom": {
  400. "cmd": "?<wiki> <search term>",
  401. "desc": "I will answer with a link to a matching article in the named Fandom wiki: `https://<wiki>.fandom.com/`"
  402. },
  403. "wikia": {
  404. "cmd": "??<wiki> <search term>",
  405. "desc": "I will answer with a link to a matching article in the named Wikia wiki: `https://<wiki>.wikia.org/`"
  406. },
  407. "mwprojects": {
  408. "cmd": "!!<wiki> <search term>",
  409. "desc": "I will answer with a link to a matching article in the named MediaWiki project. Example: `$1!!en.wikipedia.org Cookie`"
  410. },
  411. "user": {
  412. "cmd": "User:<username>",
  413. "desc": "I will show some information about the user."
  414. },
  415. "overview": {
  416. "cmd": "overview",
  417. "desc": "I will show some information and statistics about the wiki."
  418. },
  419. "random": {
  420. "cmd": "random",
  421. "desc": "I will answer with a link to a random page in the wiki."
  422. },
  423. "diff": {
  424. "id": {
  425. "cmd": "diff <diff> [<oldid>]",
  426. "desc": "I will answer with a link to the diff in the wiki."
  427. },
  428. "name": {
  429. "cmd": "diff <page name>",
  430. "desc": "I will answer with a link to the last diff on the article in the wiki."
  431. }
  432. },
  433. "page": {
  434. "cmd": "page <page name>",
  435. "desc": "I will answer with a direct link to the article in the wiki."
  436. },
  437. "search": {
  438. "cmd": "search <search term>",
  439. "desc": "I will answer with a direct link to the search page for the article in the wiki."
  440. },
  441. "minecraft": {
  442. "default": {
  443. "cmd": "/<Minecraft command>",
  444. "desc": "I will answer with the syntax of the Minecraft command and a link to the article for the command in the Minecraft Wiki."
  445. },
  446. "command": {
  447. "cmd": "command <Minecraft command>",
  448. "desc": "I will answer with the syntax of the Minecraft command and a link to the article for the command in the Minecraft Wiki."
  449. },
  450. "bug": {
  451. "cmd": "bug <Minecraft bug>",
  452. "desc": "I will answer with a link to the bug in the Minecraft bug tracker."
  453. }
  454. },
  455. "discussion": {
  456. "thread": {
  457. "cmd": "discussion <search term>",
  458. "desc": "I will answer with a link to a matching discussion thread in the Fandom wiki."
  459. },
  460. "post": {
  461. "cmd": "discussion post <search term>",
  462. "desc": "I will answer with a link to a matching discussion post in the Fandom wiki."
  463. }
  464. },
  465. "info": {
  466. "cmd": "info",
  467. "desc": "I will introduce myself."
  468. },
  469. "help": {
  470. "default": {
  471. "cmd": "help",
  472. "desc": "I will list all the commands that I understand."
  473. },
  474. "command": {
  475. "cmd": "help <bot command>",
  476. "desc": "Wonder how a command works? Let me explain it to you!"
  477. },
  478. "admin": {
  479. "cmd": "help admin",
  480. "desc": "I will list all administrator commands."
  481. },
  482. "verification": {
  483. "cmd": "help verification",
  484. "desc": "I will explain in more detail how the verification command works."
  485. }
  486. },
  487. "settings": {
  488. "default": {
  489. "cmd": "settings",
  490. "desc": "I will change the settings for this server."
  491. },
  492. "wiki": {
  493. "cmd": "settings wiki <wiki>",
  494. "desc": "I will change the default wiki for this server."
  495. },
  496. "lang": {
  497. "cmd": "settings lang <language>",
  498. "desc": "I will change the language for this server."
  499. },
  500. "inline": {
  501. "cmd": "settings inline toggle",
  502. "desc": "I will toggle inline commands for this server."
  503. },
  504. "prefix": {
  505. "cmd": "settings prefix <prefix>",
  506. "desc": "I will change the prefix for this server."
  507. },
  508. "channel": {
  509. "cmd": "settings channel",
  510. "desc": "I will change the overwrites for the current channel."
  511. }
  512. },
  513. "verify": {
  514. "cmd": "verify <wiki username>",
  515. "desc": "Use this command to verify your Discord account with your wiki account and get roles matching your wiki account."
  516. },
  517. "verification": {
  518. "default": {
  519. "cmd": "verification",
  520. "desc": "I will change the wiki verifications used by the `$1verify` command."
  521. },
  522. "add": {
  523. "cmd": "verification add <role>",
  524. "desc": "I will add a new wiki verification. Accepts a `|` separated list."
  525. },
  526. "channel": {
  527. "cmd": "verification <id> channel <new channel>",
  528. "desc": "I will change the channel for the wiki verification. Accepts a `|` separated list."
  529. },
  530. "role": {
  531. "cmd": "verification <id> role <new role>",
  532. "desc": "I will change the role for the wiki verification. Accepts a `|` separated list."
  533. },
  534. "editcount": {
  535. "cmd": "verification <id> editcount <new edit count>",
  536. "desc": "I will change the minimal edit count for the wiki verification."
  537. },
  538. "usergroup": {
  539. "cmd": "verification <id> usergroup <new user group>",
  540. "desc": "I will change the user group for the wiki verification. Accepts a `|` separated list.\n\t• Provide `AND` as the first list entry to make all provided user groups required."
  541. },
  542. "accountage": {
  543. "cmd": "verification <id> accountage <new account age>",
  544. "desc": "I will change the minimal account age (in days) for the wiki verification."
  545. },
  546. "rename": {
  547. "cmd": "verification <id> rename",
  548. "desc": "I will change if the user's Discord nickname should be changed to their wiki username for the wiki verification."
  549. },
  550. "delete": {
  551. "cmd": "verification <id> delete",
  552. "desc": "I will delete the wiki verification."
  553. }
  554. },
  555. "rcscript": {
  556. "default": {
  557. "cmd": "rcscript",
  558. "desc": "I will change the recent changes webhook."
  559. },
  560. "add": {
  561. "cmd": "rcscript add [<wiki>]",
  562. "desc": "I will add a new recent changes webhook."
  563. },
  564. "wiki": {
  565. "cmd": "rcscript wiki <new wiki>",
  566. "desc": "I will change the wiki for the recent changes webhook."
  567. },
  568. "lang": {
  569. "cmd": "rcscript lang <new language>",
  570. "desc": "I will change the language for the recent changes webhook."
  571. },
  572. "display": {
  573. "cmd": "rcscript display <new display mode>",
  574. "desc": "I will change the display mode for the recent changes webhook."
  575. },
  576. "feeds": {
  577. "cmd": "rcscript feeds",
  578. "desc": "I will toggle discussions changes on a Fandom wiki for the recent changes webhook."
  579. },
  580. "delete": {
  581. "cmd": "rcscript delete",
  582. "desc": "I will delete the recent changes webhook."
  583. }
  584. },
  585. "voice": {
  586. "cmd": "voice",
  587. "desc": "I try to give everyone in a voice channel a specific role."
  588. },
  589. "pause": {
  590. "inactive": {
  591. "cmd": "pause $1",
  592. "desc": "I will ignore all commands on this server, except a few admin commands."
  593. },
  594. "active": {
  595. "cmd": "pause $1",
  596. "desc": "I will respond to all commands on this server again."
  597. }
  598. },
  599. "test": {
  600. "cmd": "test",
  601. "desc": "If I'm active, I'll answer! Otherwise not."
  602. }
  603. }
  604. },
  605. "minecraft": {
  606. "link": "https://minecraft.gamepedia.com/",
  607. "cmdpage": "Commands/",
  608. "private": "**Private Issue**",
  609. "fixed": "Fixed Version:",
  610. "more": "And $1 {{PLURAL:$1|more}}.",
  611. "total": "$1 {{PLURAL:$1|issue|issues}} fixed"
  612. }
  613. }