mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-25 04:43:09 -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": "总播放时长",
|
||||||
@ -499,7 +499,7 @@
|
|||||||
"no-support": "OwnTone的构建没有来自 Spotify 官方的支持,也未安装 libspotify",
|
"no-support": "OwnTone的构建没有来自 Spotify 官方的支持,也未安装 libspotify",
|
||||||
"logged-as": "登录为 ",
|
"logged-as": "登录为 ",
|
||||||
"requirements": "您必须拥有 Spotify付费帐户",
|
"requirements": "您必须拥有 Spotify付费帐户",
|
||||||
"scopes": "访问 Spotify Web API 可以扫描您的 Spotify库。 所需范围是: ",
|
"scopes": "访问 Spotify Web API 可以扫描您的 Spotify库。所需范围是:",
|
||||||
"user": "授予访问权限",
|
"user": "授予访问权限",
|
||||||
"authorize": "授权 Web API 访问",
|
"authorize": "授权 Web API 访问",
|
||||||
"grant-access": "授予对 Spotify Web API 的访问权限",
|
"grant-access": "授予对 Spotify Web API 的访问权限",
|
||||||
@ -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