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