mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
[web] Correct Chinese punctuation
This commit is contained in:
parent
d6f6508638
commit
ac2adac8ab
@ -202,7 +202,7 @@
|
||||
},
|
||||
"spotify": {
|
||||
"not-playable-track": "曲目无法播放",
|
||||
"restriction-reason": ", 被限制原因: {reason}"
|
||||
"restriction-reason": ",被限制原因:{reason}"
|
||||
}
|
||||
},
|
||||
"media": {
|
||||
@ -238,8 +238,8 @@
|
||||
"about": {
|
||||
"albums": "专辑",
|
||||
"artists": "艺人",
|
||||
"built-with": "界面贡献者包括 {bulma}, {mdi}, {vuejs}, {axios} 和 {others}.",
|
||||
"compiled-with": "编译支持来自于 {options}.",
|
||||
"built-with": "界面贡献者包括 {bulma},{mdi},{vuejs},{axios} 和 {others}",
|
||||
"compiled-with": "编译支持来自于 {options}",
|
||||
"library": "资料库",
|
||||
"more": "更多",
|
||||
"total-playtime": "总播放时长",
|
||||
@ -584,7 +584,7 @@
|
||||
"server": {
|
||||
"connection-failed": "无法连接到 OwnTone 服务器",
|
||||
"missing-port": "缺少 websocket 端口",
|
||||
"request-failed": "请求失败 (状态: {status} {cause} {url})",
|
||||
"request-failed": "请求失败 (状态:{status} {cause} {url})",
|
||||
"queue-saved": "清单以添加到播放列表 {name}",
|
||||
"appended-tracks": "已附加到队列的 {count} 只曲目|已附加到队列的 {count} 只曲目",
|
||||
"empty-queue": "清单是空的"
|
||||
|
Loading…
Reference in New Issue
Block a user