diff options
Diffstat (limited to 'localization/english.json')
| -rw-r--r-- | localization/english.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/localization/english.json b/localization/english.json index 7e84d1a..b044d98 100644 --- a/localization/english.json +++ b/localization/english.json @@ -1,3 +1,13 @@ { + "error.template": "{sender.alias_name}: 🚨 %s", + "error.not_enough_arguments": "Not enough arguments (%s)", + "error.incorrect_argument": "Incorrect argument (%s)", + "error.incompatible_name": "Incompatible name (%s)", + "error.namesake_creation": "Namesake creation (%s)", + "error.not_found": "Not found (%s)", + "error.something_went_wrong": "Something went wrong", + "error.external_api_error": "External API error (%s%s)", + "error.insufficient_rights": "Insufficient rights", + "ping.response": "{sender.alias_name}: Pong! Uptime: %s · Used memory: %sMB" } |
