Skip to content

Commit

Permalink
feat(translations): update Chinese (Simplified Han script)
Browse files Browse the repository at this point in the history
Currently translated at 33.7% (53 of 157 strings)

Translation: Soundux/Frontend
Translate-URL: https://hosted.weblate.org/projects/soundux/frontend/zh_Hans/
  • Loading branch information
heretic43 authored and weblate committed Sep 8, 2024
1 parent 68fa9e9 commit 935fe89
Showing 1 changed file with 73 additions and 1 deletion.
74 changes: 73 additions & 1 deletion src/locales/zh_Hans.json
Original file line number Diff line number Diff line change
@@ -1 +1,73 @@
{}
{
"welcome": {
"noTabs": "目前这里没有标签页。点击右边的 {addTab} 来添加一个",
"title": "欢迎来到 {programName}",
"linuxDetected": "我们检测到你在使用 Linux。",
"linuxGuide1": "要播放声音你只需要选择右上角的输出应用程序。",
"linuxGuide2": "你无需在任何地方更改输入或输出设备。",
"windowsDetected": "我们检测到你在使用 Windows。",
"windowsGuide1": "请确保遵循安装步骤 {seenOnWebsite}",
"windowsGuide2": "如我们网站上所示"
},
"outputApp": "输出应用程序",
"outputDevice": "输出设备",
"actions": {
"refresh": "刷新",
"stop": "停止",
"search": "搜索",
"addTab": "添加标签页",
"reloadSounds": "重新加载",
"play": "播放",
"playlistMode": "播放列表模式",
"yes": "",
"no": "",
"on": "",
"off": "",
"shuffle": "乱序播放",
"confirmation": "确认",
"openFolder": "打开文件夹",
"ignore": "忽略",
"dismiss": "不理会"
},
"removeTab": {
"question": "你要移除标签页 {tabName} 吗?"
},
"deleteSound": {
"delete": "删除",
"question": "你要删除声音 {soundName} 吗?"
},
"empty": {
"nothingToShow": "没有东西可以展示",
"noSounds": "在文件夹 {path} 中找不到兼容的声音。支持的文件格式是 mp3、wav、flac",
"noFavorites": "目前你没有收藏,点击爱心把声音收藏到这里"
},
"favorites": {
"title": "收藏",
"favorite": "收藏"
},
"settings": {
"title": "设置",
"viewMode": {
"title": "视图模式",
"listView": "列表视图",
"gridView": "方格视图",
"launchpadMode": "模拟 Launchpad"
},
"allowOverlapping": "允许声音重叠",
"deleteToTrash": "删除到回收站",
"minimizeToTray": "最小化到系统托盘",
"useAsDefaultDevice": "用作默认设备",
"muteDuringPlayback": "播放时静音麦克风",
"theme": {
"title": "主题",
"system": "系统",
"dark": "",
"light": ""
},
"audioBackend": "音频后端",
"allowMultipleOutputs": "允许多个输出应用",
"stopHotkey": "停止热键",
"pushToTalkKeys": "按键通话键",
"tabHotkeysOnly": "热键仅用于当前标签页"
}
}

0 comments on commit 935fe89

Please # to comment.