quintodrome/resources/i18n/zh-Hans.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

457 lines
18 KiB
JSON
Raw Normal View History

2020-05-02 09:17:28 -08:00
{
"languageName": "简体中文",
"resources": {
"song": {
2020-09-24 05:49:39 -08:00
"name": "歌曲 |||| 歌曲",
2020-05-02 09:17:28 -08:00
"fields": {
"albumArtist": "专辑歌手",
"duration": "时长",
"trackNumber": "歌曲序号",
2020-05-02 09:17:28 -08:00
"playCount": "播放次数",
"title": "曲名",
"artist": "歌手",
"album": "专辑",
"path": "文件路径",
"genre": "类型",
"compilation": "合辑",
"year": "发行年份",
"size": "文件大小",
"updatedAt": "更新于",
"bitRate": "比特率",
2020-09-24 05:49:39 -08:00
"discSubtitle": "字幕",
"starred": "收藏",
"comment": "注释",
"rating": "评分",
"quality": "品质",
"bpm": "BPM",
2023-01-30 01:06:23 -09:00
"playDate": "最后一次播放",
"channels": "声道",
2023-03-12 16:24:31 -08:00
"createdAt": "创建于"
2020-05-02 09:17:28 -08:00
},
"actions": {
"addToQueue": "加入播放列表",
"playNow": "立即播放",
"addToPlaylist": "加入歌单",
"shuffleAll": "全部随机播放",
2020-09-24 05:49:39 -08:00
"download": "下载",
"playNext": "下一首播放",
"info": "查看信息"
2020-05-02 09:17:28 -08:00
}
},
"album": {
"name": "专辑 |||| 专辑",
"fields": {
"albumArtist": "专辑歌手",
"artist": "歌手",
"duration": "时长",
"songCount": "歌曲数量",
2020-05-02 09:17:28 -08:00
"playCount": "播放次数",
"name": "名称",
"genre": "类型",
"compilation": "合辑",
"year": "发行年份",
"updatedAt": "更新于",
"comment": "注释",
2023-01-30 01:06:23 -09:00
"rating": "评分",
2023-03-12 16:24:31 -08:00
"createdAt": "创建于",
"size": "文件大小"
2020-05-02 09:17:28 -08:00
},
"actions": {
2020-09-24 05:49:39 -08:00
"playAll": "立即播放",
"playNext": "下首播放",
"addToQueue": "加入播放列表",
2020-09-24 05:49:39 -08:00
"shuffle": "随机播放",
"addToPlaylist": "加入歌单",
"download": "下载",
2023-01-30 01:06:23 -09:00
"info": "查看信息",
2023-03-12 16:24:31 -08:00
"share": "分享"
},
"lists": {
"all": "所有",
"random": "随机",
"recentlyAdded": "最近添加",
"recentlyPlayed": "最近播放",
"mostPlayed": "最多播放",
"starred": "收藏",
"topRated": "评分排行"
2020-05-02 09:17:28 -08:00
}
},
"artist": {
"name": "艺术家 |||| 艺术家",
2020-05-02 09:17:28 -08:00
"fields": {
"name": "名称",
"albumCount": "专辑数",
2020-09-24 05:49:39 -08:00
"songCount": "歌曲数",
"playCount": "播放次数",
"rating": "评分",
2023-01-30 01:06:23 -09:00
"genre": "类型",
2023-03-12 16:24:31 -08:00
"size": "文件大小"
2020-05-02 09:17:28 -08:00
}
},
"user": {
"name": "用户 |||| 用户",
"fields": {
"userName": "用户名",
"isAdmin": "是否管理员",
"lastLoginAt": "上次登录",
"updatedAt": "更新于",
"name": "名称",
"password": "密码",
"createdAt": "创建于",
"changePassword": "修改密码?",
"currentPassword": "当前密码",
"newPassword": "新密码",
"token": "令牌"
},
"helperTexts": {
"name": "你名字的更改将在下次登录生效"
},
"notifications": {
"created": "用户已创建",
"updated": "用户已更新",
"deleted": "用户已删除"
},
"message": {
"listenBrainzToken": "输入您的 ListenBrainz 用户令牌",
"clickHereForToken": "点击这里来获得你的 ListenBrainz 令牌"
2020-05-02 09:17:28 -08:00
}
},
"player": {
2020-09-24 05:49:39 -08:00
"name": "客户端 |||| 客户端",
2020-05-02 09:17:28 -08:00
"fields": {
"name": "名称",
"transcodingId": "转码编号",
"maxBitRate": "最大比特率",
"client": "客户端",
"userName": "用户名",
"lastSeen": "上次浏览",
"reportRealPath": "回报实际路径",
"scrobbleEnabled": "发送喜好记录到外部服务"
2020-05-02 09:17:28 -08:00
}
},
"transcoding": {
"name": "转码 |||| 转码",
"fields": {
"name": "名称",
"targetFormat": "目标格式",
"defaultBitRate": "默认比特率",
"command": "命令"
}
},
"playlist": {
"name": "歌单 |||| 歌单",
"fields": {
"name": "名称",
"duration": "时长",
2021-10-29 18:55:28 -08:00
"ownerName": "所有者",
"public": "公开",
"updatedAt": "更新于",
"createdAt": "创建于",
"songCount": "歌曲数",
"comment": "注释",
"sync": "自动导入",
"path": "导入"
},
"actions": {
"selectPlaylist": "选择歌单",
2020-09-24 05:49:39 -08:00
"addNewPlaylist": "新建 %{name}",
"export": "导出",
"makePublic": "设为公开",
"makePrivate": "设为私有"
},
"message": {
"duplicate_song": "添加重复的歌曲",
"song_exist": "部分选定的歌曲已存在歌单中,继续添加或是跳过它们?"
2020-05-02 09:17:28 -08:00
}
2023-01-30 01:06:23 -09:00
},
"radio": {
2023-03-12 16:24:31 -08:00
"name": "电台 |||| 电台",
2023-01-30 01:06:23 -09:00
"fields": {
2023-03-12 16:24:31 -08:00
"name": "名称",
"streamUrl": "推流地址",
"homePageUrl": "首页链接",
"updatedAt": "更新于",
"createdAt": "创建于"
2023-01-30 01:06:23 -09:00
},
"actions": {
2023-03-12 16:24:31 -08:00
"playNow": "开始播放"
2023-01-30 01:06:23 -09:00
}
},
"share": {
2023-03-12 16:24:31 -08:00
"name": "分享 |||| 分享",
2023-01-30 01:06:23 -09:00
"fields": {
2023-03-12 16:24:31 -08:00
"username": "分享者",
"url": "链接",
"description": "描述",
"contents": "目录",
"expiresAt": "过期于",
"lastVisitedAt": "上次访问于",
"visitCount": "访问数",
"format": "格式",
"maxBitRate": "最大比特率",
"updatedAt": "更新于",
"createdAt": "创建于",
"downloadable": "是否允许下载"
2023-01-30 01:06:23 -09:00
}
2020-05-02 09:17:28 -08:00
}
},
"ra": {
"auth": {
"welcome1": "感谢您安装 Navidrome",
"welcome2": "开始使用前,请创建一个管理员账户",
2020-05-02 09:17:28 -08:00
"confirmPassword": "确认密码",
"buttonCreateAdmin": "创建管理员",
"auth_check_error": "请登录访问更多内容",
"user_menu": "配置",
2020-05-02 09:17:28 -08:00
"username": "用户名",
"password": "密码",
"sign_in": "登录",
"sign_in_error": "验证失败,请重试",
"logout": "注销"
2020-05-02 09:17:28 -08:00
},
"validation": {
"invalidChars": "请使用字母和数字",
2020-05-02 09:17:28 -08:00
"passwordDoesNotMatch": "密码不匹配",
"required": "必填",
"minLength": "必须不少于 %{min} 个字符",
"maxLength": "必须不多于 %{max} 个字符",
"minValue": "必须不小于 %{min}",
"maxValue": "必须不大于 %{max}",
"number": "必须为数字",
"email": "必须是有效的电子邮箱",
"oneOf": "必须为: %{options} 其中一项",
"regex": "必须符合指定的格式(正则表达式):%{pattern}",
2023-01-30 01:06:23 -09:00
"unique": "必须唯一",
2023-03-12 16:24:31 -08:00
"url": "必须是有效的链接"
2020-05-02 09:17:28 -08:00
},
"action": {
2020-09-24 05:49:39 -08:00
"add_filter": "添加筛选",
"add": "添加",
"back": "返回",
"bulk_actions": "选中 %{smart_count} 项",
2020-05-02 09:17:28 -08:00
"cancel": "取消",
"clear_input_value": "清除",
"clone": "复制",
"confirm": "确认",
2020-05-02 09:17:28 -08:00
"create": "新建",
"delete": "删除",
"edit": "编辑",
"export": "导出",
"list": "列表",
"refresh": "刷新",
"remove_filter": "取消筛选",
2020-05-02 09:17:28 -08:00
"remove": "删除",
"save": "保存",
"search": "搜索",
2020-05-02 09:17:28 -08:00
"show": "显示",
"sort": "排序",
"undo": "撤销",
"expand": "展开",
"close": "关闭",
"open_menu": "打开菜单",
"close_menu": "关闭菜单",
"unselect": "未选择",
"skip": "跳过",
2023-03-12 16:24:31 -08:00
"bulk_actions_mobile": "1 |||| %{smart_count}",
"share": "分享",
"download": "下载"
2020-05-02 09:17:28 -08:00
},
"boolean": {
"true": "是",
"false": "否"
},
"page": {
"create": "新建 %{name}",
"dashboard": "仪表盘",
2020-05-02 09:17:28 -08:00
"edit": "%{name} #%{id}",
"error": "发生错误",
"list": "%{name}",
2020-05-02 09:17:28 -08:00
"loading": "加载中",
"not_found": "未找到",
2020-05-02 09:17:28 -08:00
"show": "%{name} #%{id}",
"empty": "还没有 %{name}。",
"invite": "您要创建一个吗?"
2020-05-02 09:17:28 -08:00
},
"input": {
"file": {
"upload_several": "拖拽多个文件上传或点击选择一个",
"upload_single": "拖拽单个文件上传或点击选择一个"
2020-05-02 09:17:28 -08:00
},
"image": {
"upload_several": "拖拽多个图片上传或点击选择一个",
"upload_single": "拖拽单个图片上传或点击选择一个"
2020-05-02 09:17:28 -08:00
},
"references": {
"all_missing": "未找到参考数据",
"many_missing": "至少有一条参考数据不再可用",
"single_missing": "关联的参考数据不再可用"
2020-05-02 09:17:28 -08:00
},
"password": {
"toggle_visible": "隐藏密码",
"toggle_hidden": "显示密码"
2020-05-02 09:17:28 -08:00
}
},
"message": {
"about": "关于",
"are_you_sure": "您确定要进行此操作?",
"bulk_delete_content": "您确定要删除 %{name} |||| 您确定要删除 %{smart_count} 项?",
"bulk_delete_title": "删除 %{name} |||| 删除 %{smart_count} 项 %{name}",
"delete_content": "您确定要删除该条目?",
2020-05-02 09:17:28 -08:00
"delete_title": "删除 %{name} #%{id}",
2020-09-24 05:49:39 -08:00
"details": "详情",
"error": "发生一个客户端错误,您的请求无法完成",
"invalid_form": "提交内容无效,请检查错误",
"loading": "正在加载页面,请稍候",
2020-05-02 09:17:28 -08:00
"no": "否",
"not_found": "您输入的链接格式不对或链接丢失",
2020-05-02 09:17:28 -08:00
"yes": "是",
"unsaved_changes": "某些更改尚未保存,您确定要离开此页面吗?"
2020-05-02 09:17:28 -08:00
},
"navigation": {
"no_results": "无内容",
"no_more_results": "页码 %{page} 超出边界,尝试返回上一页",
2020-05-02 09:17:28 -08:00
"page_out_of_boundaries": "页码 %{page} 超出边界",
"page_out_from_end": "已经最后一页",
"page_out_from_begin": "已经是第一页",
2020-05-02 09:17:28 -08:00
"page_range_info": "%{offsetBegin}-%{offsetEnd} / %{total}",
"page_rows_per_page": "每页行数:",
"next": "下一页",
"prev": "上一页",
"skip_nav": "跳过"
2020-05-02 09:17:28 -08:00
},
"notification": {
"updated": "已更新 1 项 |||| 已更新 %{smart_count} 项",
"created": "已新建 1 项",
"deleted": "已删除 1 项 |||| 已删除 %{smart_count} 项",
2020-09-24 05:49:39 -08:00
"bad_item": "不正确的项",
"item_doesnt_exist": "项不存在",
2020-05-02 09:17:28 -08:00
"http_error": "与服务通信出错",
"data_provider_error": "数据来源错误,请检查控制台的详细信息",
"i18n_error": "加载所选语言时出错",
"canceled": "操作已取消",
"logged_out": "您的会话已结束,请重新登录",
"new_version": "发现新版本!请刷新此页面"
},
"toggleFieldsMenu": {
"columnsToDisplay": "显示的项",
"layout": "布局",
"grid": "网格",
"table": "表格"
2020-05-02 09:17:28 -08:00
}
},
"message": {
"note": "说明",
"transcodingDisabled": "出于安全原因,从 Web 界面更改转码配置的功能已被禁用。要更改(编辑或新增)转码选项,请在启用 %{config} 选项的情况下重新启动服务器。",
"transcodingEnabled": "Navidrome 当前与 %{config} 一起使用,可以通过配置转码选项来执行任意命令,建议仅在配置转码选项时启用此功能。",
"songsAddedToPlaylist": "已添加 1 首歌到歌单 |||| 已添加 %{smart_count} 首歌到歌单",
"noPlaylistsAvailable": "没有有效的歌单",
"delete_user_title": "删除用户 %{name}",
"delete_user_content": "您确定要删除该用户及其相关数据(包括歌单和用户配置)吗?",
"notifications_blocked": "您已在浏览器的设置中屏蔽了此网站的通知",
"notifications_not_available": "此浏览器不支持桌面通知",
"lastfmLinkSuccess": "Last.fm 已关联并启用喜好记录",
"lastfmLinkFailure": "Last.fm 无法关联",
"lastfmUnlinkSuccess": "已成功解除与 Last.fm 的链接,且喜好记录已禁用",
"lastfmUnlinkFailure": "Last.fm 无法取消关联",
"openIn": {
"lastfm": "在 Last.fm 中打开",
"musicbrainz": "在 MusicBrainz 中打开"
},
"lastfmLink": "查看更多…",
2023-01-30 01:06:23 -09:00
"listenBrainzLinkSuccess": "ListenBrainz 已关联并启用喜好记录",
"listenBrainzLinkFailure": "ListenBrainz 无法关联:%{error}",
"listenBrainzUnlinkSuccess": "已成功解除与 ListenBrainz 的链接,且喜好记录已禁用",
"listenBrainzUnlinkFailure": "ListenBrainz 无法取消关联",
2023-03-12 16:24:31 -08:00
"downloadOriginalFormat": "下载原始格式",
"shareOriginalFormat": "分享原始格式",
"shareDialogTitle": "分享 %{resource} '%{name}'",
"shareBatchDialogTitle": "分享 1 个 %{resource} |||| 分享 %{smart_count} 个 %{resource}",
"shareSuccess": "分享链接已复制: %{url}",
"shareFailure": "分享链接复制失败: %{url}",
"downloadDialogTitle": "下载 %{resource} '%{name}' (%{size})",
"shareCopyToClipboard": "复制到剪切板: Ctrl+C, Enter"
2020-05-02 09:17:28 -08:00
},
"menu": {
"library": "曲库",
"settings": "设置",
"version": "版本",
2020-05-02 09:17:28 -08:00
"theme": "主题",
"personal": {
"name": "个性化",
"options": {
"theme": "主题",
"language": "语言",
"defaultView": "默认界面",
"desktop_notifications": "桌面通知",
"lastfmScrobbling": "启用 Last.fm 的喜好记录",
2023-01-30 01:06:23 -09:00
"listenBrainzScrobbling": "启用 ListenBrainz 的喜好记录",
2023-03-12 16:24:31 -08:00
"replaygain": "回放增益",
"preAmp": "前置放大器 (dB)",
2023-01-30 01:06:23 -09:00
"gain": {
2023-03-12 16:24:31 -08:00
"none": "禁用增益",
"album": "使用专辑增益信息",
"track": "使用歌曲增益信息"
2023-01-30 01:06:23 -09:00
}
2020-05-02 09:17:28 -08:00
}
},
2020-10-03 05:58:32 -08:00
"albumList": "专辑",
"about": "关于",
"playlists": "歌单",
"sharedPlaylists": "共享的歌单"
2020-05-02 09:17:28 -08:00
},
"player": {
"playListsText": "播放列表",
2020-05-02 09:17:28 -08:00
"openText": "打开",
"closeText": "关闭",
"notContentText": "没有音乐",
2020-05-02 09:17:28 -08:00
"clickToPlayText": "点击播放",
"clickToPauseText": "点击暂停",
"nextTrackText": "下一首",
"previousTrackText": "上一首",
"reloadText": "重新播放",
2020-05-02 09:17:28 -08:00
"volumeText": "音量",
"toggleLyricText": "切换歌词",
"toggleMiniModeText": "最小化",
"destroyText": "关闭",
2020-05-02 09:17:28 -08:00
"downloadText": "下载",
"removeAudioListsText": "清空播放列表",
"clickToDeleteText": "点击删除 %{name}",
"emptyLyricText": "无歌词",
"playModeText": {
"order": "顺序播放",
"orderLoop": "列表循环",
"singleLoop": "单曲循环",
"shufflePlay": "随机播放"
}
2020-10-03 05:58:32 -08:00
},
"about": {
"links": {
"homepage": "主页",
"source": "源代码",
"featureRequests": "功能需求"
}
},
"activity": {
"title": "运行情况",
"totalScanned": "已完成扫描的目录",
"quickScan": "快速扫描",
"fullScan": "完全扫描",
"serverUptime": "服务器已运行",
"serverDown": "服务器已离线"
},
"help": {
"title": "Navidrome 快捷键",
"hotkeys": {
"show_help": "显示此帮助",
"toggle_menu": "显示/隐藏菜单侧栏",
"toggle_play": "播放/暂停",
"prev_song": "上一首歌",
"next_song": "下一首歌",
"vol_up": "增大音量",
"vol_down": "减小音量",
2023-01-30 01:06:23 -09:00
"toggle_love": "添加/移除星标",
2023-03-12 16:24:31 -08:00
"current_song": "转到当前播放"
}
2020-05-02 09:17:28 -08:00
}
2023-03-12 16:24:31 -08:00
}