Making sure multilanguage is possible

This commit is contained in:
Profitroll
2022-09-15 00:20:38 +02:00
parent a3adfe7c4d
commit c4481c8baa
5 changed files with 89 additions and 36 deletions

15
locale/en.json Normal file
View File

@@ -0,0 +1,15 @@
{
"btn": {},
"msg": {
"key_correct": "Account successfully linked",
"key_correct_text": "You will now receive all meetings notifications. You can also add new meetings to your AutoZoom app using `/meeting` command.",
"key_wrong": "Personal key is incorrect",
"key_wrong_text": "Get your linking key using your AutoZoom application and try again by using bot's `/link` command.\n\n**Need any help?**\nLearn how linking works on our website (https://www.end-play.xyz/autozoom/bot) or contact our support (https://support.end-play.xyz) if guide page didn't help you.",
"already_linked": "Account is already linked",
"already_linked_text": "If you want to change your personal key, then you need to `/unlink` your account first and try to `/link` it once more.",
"not_linked": "Account is not linked",
"not_linked_text": "You need to `/link` your account to AutoZoom application first.",
"unlinked": "Account successfully unlinked",
"unlinked_text": "You can now `/link` it to another AutoZoom application if you want."
}
}