Better notes and bans (#14228)
Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>
This commit is contained in:
@@ -2,10 +2,13 @@
|
||||
cmd-ban-desc = Bans somebody
|
||||
cmd-ban-help = Usage: ban <name or user ID> <reason> [duration in minutes, leave out or 0 for permanent ban]
|
||||
cmd-ban-player = Unable to find a player with that name.
|
||||
cmd-ban-self = You can't ban yourself!
|
||||
cmd-ban-invalid-minutes = ${minutes} is not a valid amount of minutes!
|
||||
cmd-ban-invalid-severity = ${severity} is not a valid severity!
|
||||
cmd-ban-invalid-arguments = Invalid amount of arguments
|
||||
cmd-ban-hint = <name/user ID>
|
||||
cmd-ban-hint-reason = <reason>
|
||||
cmd-ban-hint-duration = [duration]
|
||||
cmd-ban-hint-severity = [severity]
|
||||
|
||||
cmd-ban-hint-duration-1 = Permanent
|
||||
cmd-ban-hint-duration-2 = 1 day
|
||||
@@ -14,6 +17,12 @@ cmd-ban-hint-duration-4 = 1 week
|
||||
cmd-ban-hint-duration-5 = 2 week
|
||||
cmd-ban-hint-duration-6 = 1 month
|
||||
|
||||
# ban panel
|
||||
cmd-banpanel-desc = Opens the ban panel
|
||||
cmd-banpanel-help = Usage: banpanel [name or user guid]
|
||||
cmd-banpanel-server = This can not be used from the server console
|
||||
cmd-banpanel-player-err = The specified player could not be found
|
||||
|
||||
# listbans
|
||||
cmd-banlist-desc = Lists a user's active bans.
|
||||
cmd-banlist-help = Usage: banlist <name or user ID>
|
||||
@@ -39,3 +48,35 @@ cmd-ban_exemption_get-nargs = Expected exactly 1 argument
|
||||
cmd-ban_exemption_get-none = User is not exempt from any bans.
|
||||
cmd-ban_exemption_get-show = User is exempt from the following ban flags: {$flags}.
|
||||
cmd-ban_exemption_get-arg-player = <player>
|
||||
|
||||
# Ban panel
|
||||
ban-panel-title = Banning panel
|
||||
ban-panel-player = Player
|
||||
ban-panel-ip = IP
|
||||
ban-panel-hwid = HWID
|
||||
ban-panel-reason = Reason
|
||||
ban-panel-last-conn = Use IP and HWID from last connection?
|
||||
ban-panel-submit = Ban
|
||||
ban-panel-confirm = Are you sure?
|
||||
ban-panel-tabs-basic = Basic info
|
||||
ban-panel-tabs-reason = Reason
|
||||
ban-panel-tabs-players = Player List
|
||||
ban-panel-tabs-role = Role ban info
|
||||
ban-panel-no-data = You must provide either a user, IP or HWID to ban
|
||||
ban-panel-invalid-ip = The IP address could not be parsed. Please try again
|
||||
ban-panel-select = Select type
|
||||
ban-panel-server = Server ban
|
||||
ban-panel-role = Role ban
|
||||
ban-panel-minutes = Minutes
|
||||
ban-panel-hours = Hours
|
||||
ban-panel-days = Days
|
||||
ban-panel-weeks = Weeks
|
||||
ban-panel-months = Months
|
||||
ban-panel-years = Years
|
||||
ban-panel-permanent = Permanent
|
||||
ban-panel-ip-hwid-tooltip = Leave empty and check the checkbox below to use last connection's details
|
||||
ban-panel-severity = Severity:
|
||||
|
||||
# Ban string
|
||||
server-ban-string = {$admin} created a {$severity} severity server ban that expires {$expires} for [{$name}, {$ip}, {$hwid}], with reason: {$reason}
|
||||
server-ban-string-never = never
|
||||
|
||||
Reference in New Issue
Block a user