This commit is contained in:
Master Kwoth 2017-11-07 14:49:27 +01:00
parent f7ef8eae12
commit f6fccc5348
2 changed files with 10 additions and 1 deletions

View File

@ -917,5 +917,7 @@
"searches_volume_24h": "Volume (24h)", "searches_volume_24h": "Volume (24h)",
"searches_change_7d_24h": "Change (7d/24h)", "searches_change_7d_24h": "Change (7d/24h)",
"searches_crypto_not_found": "Cryptocurrency with that name was not found.", "searches_crypto_not_found": "Cryptocurrency with that name was not found.",
"searches_did_you_mean": "Did you mean {0}?" "searches_did_you_mean": "Did you mean {0}?",
"administration_self_assign_level_req": "Self assignable role {0} now requires at least server level {1}.",
"administration_self_assign_not_level": "That self-assignable role requires at least server level {0}."
} }

View File

@ -3098,5 +3098,12 @@
"{0}c btc", "{0}c btc",
"{0}c bitcoin" "{0}c bitcoin"
] ]
},
"rolelevelreq": {
"cmd": "rolelevelreq rlr",
"desc": "Set a level requirement on a self-assignable role.",
"usage": [
"{0}rlr 5 SomeRole"
]
} }
} }