This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
PyrogramBotBase/locale/en.json

23 lines
567 B
JSON
Raw Normal View History

2023-05-26 17:31:11 +03:00
{
2023-08-17 16:01:35 +03:00
"metadata": {
"flag": "🇬🇧",
"name": "English",
"codes": [
"en",
"en-US",
"en-GB"
]
},
2023-05-26 17:31:11 +03:00
"commands": {
2023-08-17 16:01:35 +03:00
"start": "Start using the bot",
"language": "Change bot's language",
"remove_commands": "Unregister all commands"
},
"messages": {
"start": "Welcome! I'm your bot!",
"locale_choice": "Alright. Please choose the language using keyboard below."
},
2023-08-23 01:19:27 +03:00
"callbacks": {
2023-08-17 16:01:35 +03:00
"locale_set": "Your language now is: {locale}"
2023-05-26 17:31:11 +03:00
}
}