WIP: Improvements

This commit is contained in:
2023-07-14 12:36:42 +02:00
parent d9b72e5ad8
commit 01f8a73dae
4 changed files with 94 additions and 6 deletions

10
locale/en.json Normal file
View File

@@ -0,0 +1,10 @@
{
"commands": {
"help": "Help menu",
"balance": "Card's balance",
"topup": "Refill the card",
"setcard": "Link the card",
"resetcard": "Unlink the card",
"shutdown": "Turn the bot off"
}
}

10
locale/uk.json Normal file
View File

@@ -0,0 +1,10 @@
{
"commands": {
"help": "Меню допомоги",
"balance": "Баланс картки",
"topup": "Поповнити картку",
"setcard": "Прив'язати картку",
"resetcard": "Відв'язати картку",
"shutdown": "Вимкнути бота"
}
}