From ac2adac8abdf3f5049f7d556d82fa7e2b9dd4ba6 Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Sun, 31 Dec 2023 14:16:17 +0100 Subject: [PATCH] [web] Correct Chinese punctuation --- web-src/src/locales/zh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web-src/src/locales/zh.json b/web-src/src/locales/zh.json index 3e83dcaf..f3307284 100644 --- a/web-src/src/locales/zh.json +++ b/web-src/src/locales/zh.json @@ -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": "总播放时长", @@ -499,7 +499,7 @@ "no-support": "OwnTone的构建没有来自 Spotify 官方的支持,也未安装 libspotify", "logged-as": "登录为 ", "requirements": "您必须拥有 Spotify付费帐户", - "scopes": "访问 Spotify Web API 可以扫描您的 Spotify库。 所需范围是: ", + "scopes": "访问 Spotify Web API 可以扫描您的 Spotify库。所需范围是:", "user": "授予访问权限", "authorize": "授权 Web API 访问", "grant-access": "授予对 Spotify Web API 的访问权限", @@ -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": "清单是空的"