yuuki/libs/i18n/en.py

33 lines
1.3 KiB
Python
Raw Normal View History

2019-08-23 18:12:41 +08:00
#!/usr/bin/python3
# coding=UTF-8
"""
Star Yuuki Bot - Yuuki_i18n
~~~~~~~~~~~
This is a Language Package in SYB.
It`s belong to Star Yuuki(pYthon) Bot Project of Star Neptune Bot
The Language Package Contributor:
supersonictw <https://github.com/supersonictw>
Copyright(c) 2019 Star Inc. All Rights Reserved.
The software licensed under Mozilla Public License Version 2.0
"""
class English:
i18nText = {
2019-08-24 15:23:10 +08:00
"Helllo^^\nMy name is Yuuki ><\nNice to meet you OwO": "Helllo^^\nMy name is Yuuki ><\nNice to meet you OwO",
2019-08-24 14:43:16 +08:00
"Admin of the Group\n%s": "Admin of the Group\n%s",
2019-08-25 09:56:06 +08:00
"URL:%s\nInvite:%s\nJoin:%s\nMembers:%s\n\nAdmin of the Group\n%s": "URL:%s\nInvite:%s\nJoin:%s\nMembers:%s\n\nAdmin of the Group\n%s",
2019-08-25 09:44:10 +08:00
"Wrong UserID or the guy is not in Group": "Wrong UserID or the guy is not in Group",
2019-08-25 01:46:03 +08:00
"Disable without Initialize": "Disable without Initialize",
2019-08-24 21:07:55 +08:00
"Sorry...\nThe number of members is not satisfied (%s needed)": "Sorry...\nThe number of members is not satisfied (%s needed)",
2019-08-24 11:37:21 +08:00
"LINE System UserID\n": "LINE System UserID\n",
2019-08-24 22:19:26 +08:00
"Kick Limit.": "Kick Limit.",
2019-08-23 18:12:41 +08:00
"Testing...": "Testing...",
2019-08-24 14:52:27 +08:00
"Speed:\n%ss": "Speed:\n%ss",
2019-08-24 15:29:49 +08:00
"Bye Bye": "Bye Bye",
2019-08-24 23:06:28 +08:00
"Okay": "Okay",
2019-08-24 21:09:47 +08:00
"Exit.": "Exit."
2019-08-24 12:21:50 +08:00
}