yuuki/libs/i18n/en.py

23 lines
591 B
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 11:37:21 +08:00
"LINE System UserID\n": "LINE System UserID\n",
2019-08-23 18:12:41 +08:00
"Testing...": "Testing...",
"Speed:\n%ss": "Speed:\n%ss"
2019-08-24 12:21:50 +08:00
}