-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from Tim885885/master
Traditional Chinese language file
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"title": "實況連結", | ||
"general": "一般設定", | ||
"language": "語言", | ||
"dark_mode": "夜間模式", | ||
"prevent_speaker": "防止揚聲器進入睡眠模式", | ||
"connections_tabs": "連線與分頁", | ||
"scan_qr": "掃描 QR 碼", | ||
"history": "歷史紀錄", | ||
"websocket_url": "Websocket 網址", | ||
"websocket_password": "Websocket 密碼", | ||
"how_can_i": "我怎麼獲取這些參數?", | ||
"manage_browser_tabs": "管理瀏覽器分頁", | ||
"text_size": "文字大小", | ||
"show_timestamp": "顯示訊息時間戳記", | ||
"join_another_chat": "加入另一個串流聊天", | ||
"manage_hidden_users": "管理隱藏使用者", | ||
"text_to_speech": "文字轉語音", | ||
"enable_tts": "啟用文字轉語音", | ||
"voice": "語音", | ||
"speech_rate": "語速", | ||
"pitch": "音調", | ||
"prefixs_ignored": "忽略的前綴", | ||
"prefixs_ignored_details": "具有這些前綴的訊息將不會被朗讀出來。", | ||
"prefixs_allowed": "允許的前綴", | ||
"prefixs_allowed_details": "只有具有這些前綴的訊息才會被朗讀出來。", | ||
"ignored_users": "被忽略的使用者", | ||
"ignored_users_details": "不會被朗讀的使用者。", | ||
"user_said_message": "@authorName 說 @message", | ||
|
||
"offline": "離線", | ||
"live": "直播中", | ||
"viewers": "觀眾數", | ||
"stream_title": "直播標題", | ||
"change": "更改", | ||
"shortcuts": "快捷鍵", | ||
"follower_only": "僅限粉絲", | ||
"subscriber_only": "僅限訂閱者", | ||
"emote_only": "僅限表情符號", | ||
"slow_mode": "慢速模式", | ||
|
||
"send_message": "發送訊息", | ||
|
||
"start_stream": "開始直播", | ||
"stop_stream": "停止直播", | ||
"start_recording": "開始錄影", | ||
"stop_recording": "停止錄影", | ||
"preview_scene": "預覽場景", | ||
"scenes": "場景", | ||
"sources": "來源(長按以獲取詳細資訊)", | ||
|
||
"return": "返回", | ||
"cancel": "取消", | ||
"close": "關閉", | ||
"confirm": "確認", | ||
"add": "新增" | ||
} |