Update Chinese translations (#2250)

This commit is contained in:
Moink 2023-03-13 08:24:31 +08:00 committed by GitHub
parent ec0eb2866b
commit 4ccb6ccb09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
"bpm": "BPM", "bpm": "BPM",
"playDate": "最后一次播放", "playDate": "最后一次播放",
"channels": "声道", "channels": "声道",
"createdAt": "" "createdAt": "创建于"
}, },
"actions": { "actions": {
"addToQueue": "加入播放列表", "addToQueue": "加入播放列表",
@ -53,8 +53,8 @@
"updatedAt": "更新于", "updatedAt": "更新于",
"comment": "注释", "comment": "注释",
"rating": "评分", "rating": "评分",
"createdAt": "", "createdAt": "创建于",
"size": "" "size": "文件大小"
}, },
"actions": { "actions": {
"playAll": "立即播放", "playAll": "立即播放",
@ -64,7 +64,7 @@
"addToPlaylist": "加入歌单", "addToPlaylist": "加入歌单",
"download": "下载", "download": "下载",
"info": "查看信息", "info": "查看信息",
"share": "" "share": "分享"
}, },
"lists": { "lists": {
"all": "所有", "all": "所有",
@ -85,7 +85,7 @@
"playCount": "播放次数", "playCount": "播放次数",
"rating": "评分", "rating": "评分",
"genre": "类型", "genre": "类型",
"size": "" "size": "文件大小"
} }
}, },
"user": { "user": {
@ -165,32 +165,33 @@
} }
}, },
"radio": { "radio": {
"name": "", "name": "电台 |||| 电台",
"fields": { "fields": {
"name": "", "name": "名称",
"streamUrl": "", "streamUrl": "推流地址",
"homePageUrl": "", "homePageUrl": "首页链接",
"updatedAt": "", "updatedAt": "更新于",
"createdAt": "" "createdAt": "创建于"
}, },
"actions": { "actions": {
"playNow": "" "playNow": "开始播放"
} }
}, },
"share": { "share": {
"name": "", "name": "分享 |||| 分享",
"fields": { "fields": {
"username": "", "username": "分享者",
"url": "", "url": "链接",
"description": "", "description": "描述",
"contents": "", "contents": "目录",
"expiresAt": "", "expiresAt": "过期于",
"lastVisitedAt": "", "lastVisitedAt": "上次访问于",
"visitCount": "", "visitCount": "访问数",
"format": "", "format": "格式",
"maxBitRate": "", "maxBitRate": "最大比特率",
"updatedAt": "", "updatedAt": "更新于",
"createdAt": "" "createdAt": "创建于",
"downloadable": "是否允许下载"
} }
} }
}, },
@ -221,7 +222,7 @@
"oneOf": "必须为: %{options} 其中一项", "oneOf": "必须为: %{options} 其中一项",
"regex": "必须符合指定的格式(正则表达式):%{pattern}", "regex": "必须符合指定的格式(正则表达式):%{pattern}",
"unique": "必须唯一", "unique": "必须唯一",
"url": "" "url": "必须是有效的链接"
}, },
"action": { "action": {
"add_filter": "添加筛选", "add_filter": "添加筛选",
@ -251,9 +252,9 @@
"close_menu": "关闭菜单", "close_menu": "关闭菜单",
"unselect": "未选择", "unselect": "未选择",
"skip": "取消", "skip": "取消",
"bulk_actions_mobile": "", "bulk_actions_mobile": "1 |||| %{smart_count}",
"share": "", "share": "分享",
"download": "" "download": "下载"
}, },
"boolean": { "boolean": {
"true": "是", "true": "是",
@ -361,14 +362,14 @@
"listenBrainzLinkFailure": "ListenBrainz 无法关联:%{error}", "listenBrainzLinkFailure": "ListenBrainz 无法关联:%{error}",
"listenBrainzUnlinkSuccess": "已成功解除与 ListenBrainz 的链接,且喜好记录已禁用", "listenBrainzUnlinkSuccess": "已成功解除与 ListenBrainz 的链接,且喜好记录已禁用",
"listenBrainzUnlinkFailure": "ListenBrainz 无法取消关联", "listenBrainzUnlinkFailure": "ListenBrainz 无法取消关联",
"downloadOriginalFormat": "", "downloadOriginalFormat": "下载原始格式",
"shareOriginalFormat": "", "shareOriginalFormat": "分享原始格式",
"shareDialogTitle": "", "shareDialogTitle": "分享 %{resource} '%{name}'",
"shareBatchDialogTitle": "", "shareBatchDialogTitle": "分享 1 个 %{resource} |||| 分享 %{smart_count} 个 %{resource}",
"shareSuccess": "", "shareSuccess": "分享链接已复制: %{url}",
"shareFailure": "", "shareFailure": "分享链接复制失败: %{url}",
"downloadDialogTitle": "", "downloadDialogTitle": "下载 %{resource} '%{name}' (%{size})",
"shareCopyToClipboard": "" "shareCopyToClipboard": "复制到剪切板: Ctrl+C, Enter"
}, },
"menu": { "menu": {
"library": "曲库", "library": "曲库",
@ -384,12 +385,12 @@
"desktop_notifications": "桌面通知", "desktop_notifications": "桌面通知",
"lastfmScrobbling": "启用 Last.fm 的喜好记录", "lastfmScrobbling": "启用 Last.fm 的喜好记录",
"listenBrainzScrobbling": "启用 ListenBrainz 的喜好记录", "listenBrainzScrobbling": "启用 ListenBrainz 的喜好记录",
"replaygain": "", "replaygain": "回放增益",
"preAmp": "", "preAmp": "前置放大器 (dB)",
"gain": { "gain": {
"none": "", "none": "禁用增益",
"album": "", "album": "使用专辑增益信息",
"track": "" "track": "使用歌曲增益信息"
} }
} }
}, },
@ -449,7 +450,7 @@
"vol_up": "增大音量", "vol_up": "增大音量",
"vol_down": "减小音量", "vol_down": "减小音量",
"toggle_love": "添加/移除星标", "toggle_love": "添加/移除星标",
"current_song": "" "current_song": "转到当前播放"
} }
} }
} }