mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
63
lua/vyhub/lang/en.json
Normal file
63
lua/vyhub/lang/en.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"ply": {
|
||||
"banned": "Player <green>%s</green> has been <red>banned for %s</red>. Reason: <green>%s</green>",
|
||||
"no_permissions": "You don't have all required permissions.",
|
||||
"banned_self": "You are banned from this server",
|
||||
"group_changed": "Your group has been changed to <green>%s</green>.",
|
||||
"error_get": "Could find player. Please try again.",
|
||||
"welcome": "Welcome on the server, <green>%s</green>"
|
||||
},
|
||||
"warning": {
|
||||
"user_warned": "<red>%s</red> has been warned by <green>%s</green>. Reason: <green>%s</green>",
|
||||
"cmd_help": "<red>Invlid player!</red> Usage: <green>!warn <nick> <reason></green>",
|
||||
"toggled_self": "The status of one of your warnings has been changed. Check your warnings with !dashboard.",
|
||||
"create_error": "Error while adding warning for player <green>%s</green>: <red>%s</red>",
|
||||
"toggled": "Warning status changed.",
|
||||
"deleted": "Warning deleted.",
|
||||
"deleted_self": "One of your warnings has been deleted. Check your warnings with !dashboard.",
|
||||
"received": "You have received a warning by <green>%s</green>: <red>%s</red>"
|
||||
},
|
||||
"ban": {
|
||||
"status_changed": "Successfully set ban status of %s to %s.",
|
||||
"user_banned": "<red>%s</red> has been banned by <green>%s</green> for <red>%s</red>. Reason: <green>%s</green>"
|
||||
},
|
||||
"rslots": {
|
||||
"kick": "A player with a reserved slot connected to the server and you got kicked to free up space",
|
||||
"full": "The server is full",
|
||||
"full_no_slot": "The server is full and you do not have access to a reserved slot"
|
||||
},
|
||||
"dashboard": {
|
||||
"select_user": "Please select an user.",
|
||||
"action_ban": "Ban",
|
||||
"action_warn": "Warn"
|
||||
},
|
||||
"other": {
|
||||
"active": "Active",
|
||||
"active_global": "Active (Global)",
|
||||
"inactive": "Inactive",
|
||||
"disabled": "Disabled",
|
||||
"unbanned": "Unbanned",
|
||||
"id": "ID",
|
||||
"reason": "Reason",
|
||||
"dead": "DEAD",
|
||||
"ban_date": "Ban date",
|
||||
"unban_date": "Unban date",
|
||||
"unban": "Unban",
|
||||
"reban": "Reban",
|
||||
"admin": "Admin",
|
||||
"welcome": "Welcome",
|
||||
"actions": "Actions",
|
||||
"never": "Never",
|
||||
"warnings": "Warnings",
|
||||
"date": "Date",
|
||||
"ban": "Ban",
|
||||
"warn": "Warn",
|
||||
"bans": "Bans",
|
||||
"unknown": "Unknown",
|
||||
"minutes": "Minutes",
|
||||
"x_minutes": "%i Minutes",
|
||||
"permanently": "Permanently",
|
||||
"unban_url": "Unban URL",
|
||||
"error_api": "Error while communicating with the API: %s"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user