2019-08-28 00:45:04 +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 >
2020-02-01 13:58:50 +08:00
Copyright ( c ) 2020 Star Inc . All Rights Reserved .
2019-08-28 00:45:04 +08:00
The software licensed under Mozilla Public License Version 2.0
"""
2019-12-25 21:35:43 +08:00
class Traditional_Chinese :
2019-08-28 00:45:04 +08:00
i18nText = {
" Helllo^^ \n My name is %s >< \n Nice to meet you OwO " : " 安安^^ \n 我是 %s 呦>< \n 請多多指教OwO " ,
2019-09-01 10:51:45 +08:00
" Type: \n \t %s /Help \n to get more information \n \n Main Admin of the Group: \n %s " : " 請輸入: \n \t %s /Help \n 以獲得更多資訊 \n \n 本群組主管理員為: \n %s " ,
2019-08-28 00:45:04 +08:00
" %s \n \t %s \n \n Commands Info: \n %s \n \n Privacy: \n %s \n \n More Information: \n %s \n \n %s " : " %s \n \t %s \n \n 指令資訊: \n %s \n \n 隱私權政策: \n %s \n \n 更多資訊: \n %s \n \n %s " ,
2019-09-01 10:51:45 +08:00
" SecurityService is Listening on \n \n URL: %s \n Invite: %s \n Join: %s \n Members: %s \n \n Main Admin of the Group: \n %s " : " 安全防護模式正在監控 \n \n 網址: %s \n 邀請: %s \n 加入: %s \n 成員: %s \n \n 本群組主管理員為: \n %s " ,
2019-08-28 00:45:04 +08:00
" Wrong UserID or the guy is not in Group " : " 錯誤的用戶識別碼或這傢伙不在群組 " ,
2019-09-01 10:51:45 +08:00
" Default without Initialize \n Main Admin of the Group: \n %s " : " 使用系統預設值,並未初始化 \n 本群組主管理員為: \n %s " ,
2019-08-28 00:45:04 +08:00
" Sorry... \n The number of members is not satisfied ( %s needed) " : " 抱歉... \n 這個群尚未達到可安裝人數 (需要 %s 人) " ,
" Name: %s \n Picture URL: %s / %s \n StatusMessage: \n %s \n LINE System UserID: %s " : " 名字: %s \n 頭像網址: %s / %s \n 個性簽名: \n %s \n LINE用戶識別碼: %s " ,
" LINE System UserID: \n " : " LINE用戶識別碼: \n " ,
2019-09-01 10:51:45 +08:00
" SecurityService of %s was disable " : " %s 的安全防護模式被已關閉 " ,
2019-08-28 00:45:04 +08:00
" DO NOT KICK, thank you ^^ " : " 請不要踢人,謝謝 =3= " ,
2019-09-07 16:43:11 +08:00
" Notice: Unknown command line argument(s) " : " 提醒:未知的指令參數 " ,
2019-09-01 10:51:45 +08:00
" DO NOT ENABLE THE GROUP URL STATUS, see you... " : " 請不要開啟群組網址,再見了 0.0 " ,
2019-08-28 00:45:04 +08:00
" Do not invite anyone...thanks " : " 請不要邀請任何人,感謝配合 OwO " ,
" The User(s) was in our blacklist database. " : " 這個臭小子在我們的黑名單中 =.= " ,
" You are our blacklist. Bye~ " : " 再見了~黑名單用戶。 " ,
" You had been blocked by our database. " : " 您目前已被本程序封鎖。 " ,
2019-09-01 10:51:45 +08:00
" \n Extend Administrator(s) " : " \n 延伸管理員 " ,
2019-09-18 19:25:43 +08:00
" Enable(True): 1 \n Disable(False): 0 " : " 開啟(True): 1 \n 關閉(False): 0 " ,
2019-09-12 20:30:30 +08:00
" The one who was been kicked: " : " 這是那個被踢的可憐孩子: " ,
2019-08-28 00:45:04 +08:00
" Kick Limit. " : " 踢人次數已達上限 " ,
" Cancel Limit. " : " 取消次數已達上限 " ,
" Testing... " : " 測試中... " ,
2019-09-07 16:43:11 +08:00
" Speed: \n %s com/s " : " 速度為: \n %s 指令/秒 " ,
2019-08-28 00:45:04 +08:00
" Bye Bye " : " 掰掰 >< " ,
" Not Found " : " 404 不存在 0.0... " ,
2019-08-28 08:12:42 +08:00
" Okay " : " 好的 " ,
2019-09-07 16:43:11 +08:00
" Unknown " : " 未知 " ,
2019-08-28 00:45:04 +08:00
" Exit. " : " 已退出 " ,
" Added " : " 已增加 "
}