Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zh-Hant.json #322

Merged
merged 1 commit into from
Apr 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions src/translations/zh-Hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,25 @@
},
"vacuum": {
"commands": "指令"
},
"media-player": {
"use_media_info": "使用媒體資訊",
"use_media_artwork": "使用媒體插圖",
"media_controls": "媒體控制",
"media_controls_list": {
"on_off": " 開啟、關閉",
"shuffle": "隨機播放",
"previous": "上一首",
"play_pause_stop": "播放、暫停、停止",
"next": "下一首",
"repeat": "重複播放"
},
"volume_controls": "音量控制",
"volume_controls_list": {
"volume_buttons": "音量按鈕",
"volume_set": "音量等級",
"volume_mute": "靜音"
}
}
},
"chip": {
Expand Down