diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-05 13:55:38 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-05 13:55:38 +0500 |
| commit | 6d2ace56b678ac67e0736e94219ebe45e57c383a (patch) | |
| tree | b8a964e7d68111aa43f60e2ba735f06e3cf96a6b /localization/english.json | |
| parent | 2ebdb1677ce38e44c5b69fe21d3e984454e1a775 (diff) | |
feat: line ids for errors
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" } |
