-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.py
41 lines (34 loc) · 1.74 KB
/
messages.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
hello = """toki! mi ken pana e kon nimi pi toki pona tawa sina.
Hello! I can give you the definitions of toki pona words.
`/n [nimi]`"""
help_text = """toki! mi ken pana e kon nimi pi toki pona tawa sina.
o sitelen e ni tawa mi: `/n [nimi]`
anu la, o sitelen e ni lon tomo toki ante: `@{botname} [nimi]`
kin la, sina ken ante e toki pi kon nimi sama ni: /toki
Hello! I can give you the definitions of toki pona words.
Simply text to me: `/n [word]`
Or in a different chat, you can use `@{botname} [word]`
You can also change the language of the definitions using /language"""
definition_compact = '*{word}* ({book}) - {usage}\n\n{definition}'
definition_extended = '*{word}* ({book}) - {usage}{body}'
definition_extended_entry = '\n\n*{property}*:\n{value}'
definition_not_found = """*{word}*
pakala! mi sona ala e nimi ni.
Unfortunately I couldn't find a definition for this word.
"""
preferences_main = "This is where you set your preferences."
preferences_language = """o anu e toki sina. tenpo ni la, toki sina li toki {language_tp}.
toki pi kon nimi taso li kama ante tan ni.
This is where you set your language. Your current choice is {language}.
Only the language of the word definitions is changed."""
preferences_language_success = """pona a! tenpo ni la, toki sina li toki {language_tp}.
toki pi kon nimi taso li kama ante tan ni.
Your language has been set to {language}.
Only the language of the word definitions is affected."""
about = """*ilo Linku \- Linku Telegram Bot*
by jan Alin
For questions, issues or contributions see:
[GitHub](https://github.com/Jereviendrai/linku_telegram_bot)
Linku Telegram Bot is licensed under the GNU General Public License Version 3\.
The creator of this bot is not directly affiliated with the maintainers of lipu Linku\.
"""