diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-05 15:04:31 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-05 15:04:31 +0500 |
| commit | 9b08127ee6072631f404beb7962e28fc094d820d (patch) | |
| tree | 9ccf48c2cd2891d9b31ec9ec3155b062b50c99e6 /localization | |
| parent | 6d2ace56b678ac67e0736e94219ebe45e57c383a (diff) | |
feat: line ids for command arguments + added missing error line
Diffstat (limited to 'localization')
| -rw-r--r-- | localization/english.json | 8 | ||||
| -rw-r--r-- | localization/russian.json | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/localization/english.json b/localization/english.json index b044d98..77a736d 100644 --- a/localization/english.json +++ b/localization/english.json @@ -1,4 +1,12 @@ { + "argument.subcommand": "Subcommand", + "argument.message": "Message", + "argument.interval": "Interval", + "argument.name": "Name", + "argument.target": "Target", + "argument.value": "Value", + "argument.amount": "Amount", + "error.template": "{sender.alias_name}: 🚨 %s", "error.not_enough_arguments": "Not enough arguments (%s)", "error.incorrect_argument": "Incorrect argument (%s)", diff --git a/localization/russian.json b/localization/russian.json index 2994023..9c15060 100644 --- a/localization/russian.json +++ b/localization/russian.json @@ -1,4 +1,12 @@ { + "argument.subcommand": "Подкоманда", + "argument.message": "Сообщение", + "argument.interval": "Интервал", + "argument.name": "Название", + "argument.target": "Цель", + "argument.value": "Значение", + "argument.amount": "Количество", + "error.template": "{sender.alias_name}: 🚨 %s", "error.not_enough_arguments": "Недостаточно аргументов (%s)", "error.incorrect_argument": "Некорректный аргумент (%s)", |
