64 lines
2.9 KiB
JSON
64 lines
2.9 KiB
JSON
{
|
|
"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.",
|
|
"key_expired": "Personal key expired",
|
|
"key_expired_text": "Get new 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."
|
|
},
|
|
"cmd": {
|
|
"link": {
|
|
"name": "link",
|
|
"description": "Connect to your AutoZoom",
|
|
"options": {
|
|
"code": {
|
|
"name": "code",
|
|
"description": "Code you got in AutoZoom app"
|
|
}
|
|
}
|
|
},
|
|
"unlink": {
|
|
"name": "unlink",
|
|
"description": "Disconnect from your AutoZoom",
|
|
"options": {}
|
|
},
|
|
"meeting": {
|
|
"name": "meeting",
|
|
"description": "Add new Zoom meeting",
|
|
"options": {
|
|
"title": {
|
|
"name": "title",
|
|
"description": "Meeting title"
|
|
},
|
|
"day": {
|
|
"name": "day",
|
|
"description": "Day formatted as dd.mm.yyyy"
|
|
},
|
|
"time": {
|
|
"name": "time",
|
|
"description": "Time formatted as hh:mm"
|
|
},
|
|
"link": {
|
|
"name": "link",
|
|
"description": "Direct meeting link"
|
|
},
|
|
"repeat": {
|
|
"name": "repeat",
|
|
"description": "Repeat meeting this weekday"
|
|
},
|
|
"record": {
|
|
"name": "record",
|
|
"description": "Record meeting using app"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |