Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 94.3% (166 of 176 strings)

Translation: Hyperpipe/Translations
Translate-URL: https://hosted.weblate.org/projects/hyperpipe/translations/zh_Hans/
This commit is contained in:
gmkeebiy 2024-11-26 02:22:01 +00:00 committed by Hosted Weblate
parent c960085e17
commit a7b4f881f2
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -6,7 +6,10 @@
"sync": "同步播放列表", "sync": "同步播放列表",
"select": "选择要添加的播放列表", "select": "选择要添加的播放列表",
"name": "播放列表名称", "name": "播放列表名称",
"add": "添加歌曲到播放列表" "add": "添加到播放列表",
"remove_from": "从播放列表移除",
"remove": "移除播放列表",
"save": "保存为播放列表"
}, },
"title": { "title": {
"singles": "单曲", "singles": "单曲",
@ -39,7 +42,15 @@
"send": "发送", "send": "发送",
"import": "导入", "import": "导入",
"export": "导出", "export": "导出",
"register_on": "没有账号?注册" "register_on": "没有账号?注册",
"play_now": "现在播放",
"share": "分享",
"play_next_track": "播放下一首歌曲",
"add_track_to_favorites": "添加歌曲到喜欢",
"save_for_offline_playback": "保存以离线重播",
"show_information_about_track": "显示歌曲信息",
"more_controls": "更多控制",
"shuffle": "随机播放"
}, },
"pref": { "pref": {
"player": "音频播放器", "player": "音频播放器",
@ -173,5 +184,11 @@
"general": { "general": {
"username": "用户名", "username": "用户名",
"password": "密码" "password": "密码"
},
"queue": {
"clear": "清空队列",
"add": "添加至队列",
"add_to_top": "添加至队列顶部",
"add_to_bottom": "添加至队列底部"
} }
} }