Merge pull request #91 from HySand/master

Update /src/localisation/lang/zh/locale.json
This commit is contained in:
Lei Nelissen
2022-08-09 10:46:10 +02:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
{
"play-next": "播放下一首",
"play-album": "播放专辑",
"play-album": "播放全部",
"queue": "歌曲队列",
"add-to-queue": "加入队列",
"clear-queue": "清除队列",
@@ -12,8 +12,8 @@
"music": "歌曲",
"now-playing": "正在播放",
"onboarding-welcome": "欢迎",
"onboarding-intro": "Jellyfin Audio Player will allow you to stream your music library from anywhere, with full support for background audio and casting.",
"onboarding-cta": "In order to get started, you need a Jellyfin server. Click the button below to enter your Jellyfin server address and login to it.",
"onboarding-intro": "Jellyfin Audio Player可以在任何地方播放Jellyfin库中的音乐。",
"onboarding-cta": "在开始前你需要一个Jellyfin服务器。点击下方的按钮连接到服务器并登录。",
"set-jellyfin-server": "设置Jellyfin服务器",
"set-jellyfin-server-instruction": "设置Jellyfin服务器的完整网址包括HTTP/HTTS和端口。",
"settings": "设置",
@@ -22,21 +22,42 @@
"jellyfin-access-token": "Jellyfin Access Token",
"jellyfin-user-id": "Jellyfin用户ID",
"setting-cache": "缓存",
"setting-cache-description": "If you have updated your Jellyfin library, but the app is holding on to cached assets, you can forcefully clear the cache using this button. This will force the app to fetch the library from scratch.",
"setting-cache-description": "如果你更新了Jellyfin库但软件仍显示之前的内容你可以点击下面的按钮强制刷新。这将强制软件重新从服务器获取信息。",
"reset-cache": "清除缓存",
"recent-albums": "最近专辑",
"error-reporting": "Error Reporting",
"error-reporting-description": "During use of this app, you may encounter errors. Reporting these errors helps in creating a more secure and stable app experience.",
"error-reporting-rationale": "When you enable error reporting, every time an error occurs, a report is automatically created and sent to a server, along with helpful debugging information such as devices, versions and the specific error.",
"why-use-tracking": "Why use tracking?",
"why-use-tracking-description": "Tracking helps speed up development for this app by reporting weird edge cases and oversights. This helps make the app more stable and robust, thus increasing the app experience for everyone.",
"what-data-is-gathered": "What data is gathered?",
"what-data-is-gathered-description": "We log the error, device type, OS version, app version and device id. No application state is sent in any error reporting. The device id is a unique hash that can be reset in your device settings, and we cannot deduce any personal information from this identifier.",
"where-is-data-stored": "Where is data stored?",
"where-is-data-stored-description": "The Sentry backend is self-hosted on our own infrastructure. No-one but us has access to the servers, databases, application and data logs, least of all any Sentry staff. The infrastructure is hosted in the European Union.",
"enable-error-reporting": "Do you want to enable error reporting?",
"enable-error-reporting-description": "This helps improve the app experience by sending crash and error reports to us.",
"error-reporting": "报告错误",
"error-reporting-description": "在使用本软件过程中,你可能遇到一些问题。报告这些问题可以使日后的使用更稳定。",
"error-reporting-rationale": "启用错误报告后,每当错误发生时会自动发送错误信息、设备信息、版本等到服务器。",
"why-use-tracking": "为什么要求追踪?",
"why-use-tracking-description": "追踪帮助我们收集那些易被忽略的错误信息以加快我们的开发。这将让软件更稳定从而提高每个人的使用体验。",
"what-data-is-gathered": "收集什么信息?",
"what-data-is-gathered-description": "我们收集错误日志、设备型号、系统版本、软件版本和设备ID在任何情况下都不会发送软件状况。设备ID是你设备的唯一散列值它可以被重置且我们无法从中推断出你的任何个人信息。",
"where-is-data-stored": "数据被收集到哪?",
"where-is-data-stored-description": "数据在我们在欧洲的后端服务器上保存,除了我们没有其他人能访问这些服务器、数据库和应用程序及数据日志。",
"enable-error-reporting": "是否开启错误信息发送",
"enable-error-reporting-description": "这将帮助你在遇到错误时发送报告以提升使用体验。",
"enable": "启用",
"disable": "禁用",
"more-info": "更多信息"
"more-info": "更多信息",
"track": "歌曲",
"playlists": "播放列表",
"playlist": "播放列表",
"play-playlist": "播放全部",
"shuffle-album": "随机播放",
"shuffle-playlist": "随机播放",
"downloads": "下载",
"download-track": "下载歌曲",
"download-album": "下载专辑",
"download-playlist": "下载播放列表",
"no-downloads": "你还没有下载任何歌曲",
"delete-track": "删除歌曲",
"delete-all-tracks": "删除所有歌曲",
"delete-album": "删除专辑",
"delete-playlist": "删除播放列表",
"total-download-size": "总体积",
"retry-failed-downloads": "重试失败下载",
"you-are-offline-message": "你当前处于离线状态,仅能播放缓存的歌曲。",
"playing-on": "播放",
"local-playback": "本地播放",
"streaming": "远程串流"
}