Random Coffee alternative - random meetings for Telegram chats https://t.me/ranteabot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
2.3 KiB

2 years ago
||<| start |>||
//| ru |//
Здравствуйте, <b>{{ tg_user.first_name }}</b>!
//| en |//
Hello, <b>{{ tg_user.first_name }}</b>!
||<| help |>||
//| en |//
/help - Help
//| ru |//
/help - помощь
||<| admin_stats |>||
//| |//
<b>Stats:</b>
{% for key in stats.keys() %}<i>{{ key }}:</i> {{ stats[key] }}
{% endfor %}
||<| welcome |>||
//| en |//
Thank you for adding RandomTea to your community!
Press the button below👇 to participate in meetings.
>>| Join :-: https://t.me/ranteabot?start=comm-{{ community.chat_id }} |<<
//| ru |//
Спасибо за добавление RandomTea в ваше сообщество!
Нажмите на кнопку ниже👇, чтобы присоединиться к RandomTea.
>>| Присоединиться :-: https://t.me/ranteabot?start=comm-{{ community.chat_id }} |<<
||<| community_added |>||
//| en |//
You have joined the community{% if community.name %} <b>{{ community.name }}</b>{% endif %}, congrats!
//| ru |//
Вы присоединились к сообществу{% if community.name %} <b>{{ community.name }}</b>{% endif %}, поздравляем!
||<| poll_user |>||
//| en |//
Do you want to have any meetings this week{% if community.name %} in the community <b>{{ community.name }}</b>{% endif %}?
>>| {{ "✅" * bool(answer) }} Yes :-: meetings_{{ community.chat_id }}_1 |<<
>>| {{ "✅" * (not answer) }} No :-: meetings_{{ community.chat_id }}_0 |<<
//| ru |//
Хотите ли вы сходить на встречи на этой неделе{% if community.name %} в сообществе <b>{{ community.name }}</b>{% endif %}?
>>| {{ "✅" * bool(answer) }} Да :-: meetings_{{ community.chat_id }}_1 |<<
>>| {{ "✅" * (not answer) }} Нет :-: meetings_{{ community.chat_id }}_0 |<<
||<| meeting_info |>||
//| en |//
You have a meeting this week with {{ print_user_link(person) }} from <i>{{ community.name }}</i>.
You should meet in person or online. It is recommended to contact your partner in advance
//| ru |//
На этой неделе у Вас встреча с {{ print_user_link(person) }} из <i>{{ community.name }}</i>.
Вам предлагается встретиться лично за чашкой <s>кофе</s> чая. Рекомендуем написать человеку заранее
2 years ago
||<| canceled |>||
//| en |//
Canceled
//| ru |//
Отменено