fix(translations): 🌐 New translations from Crowdin [skip ci]

This commit is contained in:
Jamie 2021-12-01 09:53:45 +00:00
commit 4ba0b0cfe0

View file

@ -360,71 +360,71 @@
"ReProcessRequest": "重新处理请求", "ReProcessRequest": "重新处理请求",
"Music": { "Music": {
"Type": "类型:", "Type": "类型:",
"Country": "Country:", "Country": "国家:",
"StartDate": "Start Date:", "StartDate": "开始日期:",
"EndDate": "EndDate:" "EndDate": "结束日期:"
} }
}, },
"Discovery": { "Discovery": {
"PopularTab": "Popular", "PopularTab": "热门",
"TrendingTab": "Trending", "TrendingTab": "趋势",
"UpcomingTab": "Upcoming", "UpcomingTab": "即将上映",
"SeasonalTab": "Seasonal", "SeasonalTab": "按季的",
"RecentlyRequestedTab": "Recently Requested", "RecentlyRequestedTab": "最近请求",
"Movies": "Movies", "Movies": "电影",
"Combined": "Combined", "Combined": "混合",
"Tv": "TV", "Tv": "电视节目",
"CardDetails": { "CardDetails": {
"Availability": "Availability", "Availability": "可用性",
"Studio": "Studio", "Studio": "工作室",
"Network": "Network", "Network": "网络",
"UnknownNetwork": "Unknown", "UnknownNetwork": "未知",
"RequestStatus": "Request Status", "RequestStatus": "请求状态",
"Director": "Director", "Director": "导演",
"InCinemas": "In Cinemas", "InCinemas": "影院放映",
"FirstAired": "First Aired", "FirstAired": "首播",
"Writer": "Writer", "Writer": "编剧",
"ExecProducer": "Exec Producer" "ExecProducer": "制作发行商"
}, },
"NoSearch": "Sorry, nothing matches your search!" "NoSearch": "抱歉,没有符合您搜索条件的内容!"
}, },
"UserPreferences": { "UserPreferences": {
"Welcome": "Welcome {{username}}!", "Welcome": "{{username}},欢迎您!",
"OmbiLanguage": "Language", "OmbiLanguage": "语言",
"DarkMode": "Dark Mode", "DarkMode": "深色模式",
"Updated": "Successfully Updated", "Updated": "更新成功",
"StreamingCountry": "Streaming Country", "StreamingCountry": "流媒体国家",
"StreamingCountryDescription": "This is the country code that we will display streaming information for. If you are in the US please select US and you will get US related streaming information.", "StreamingCountryDescription": "这是我们将显示流媒体信息的国家代码。 如果您在美国,请选择美国并获取美国相关的流媒体信息。",
"LanguageDescription": "This is the language you would like the Ombi interface to be displayed in.", "LanguageDescription": "您希望Ombi界面显示的语言",
"MobileQRCode": "Mobile QR Code", "MobileQRCode": "手机二维码",
"LegacyApp": "Launch Legacy App", "LegacyApp": "启动旧版应用程序",
"NoQrCode": "Please contact your administrator to enable QR codes", "NoQrCode": "请联系管理员以启用二维码",
"UserType": "User Type:", "UserType": "用户类型:",
"ChangeDetails": "Change Details", "ChangeDetails": "变更详情",
"NeedCurrentPassword": "You need your current password to make any changes here", "NeedCurrentPassword": "您需要输入当前密码才能进行更改",
"CurrentPassword": "Current Password", "CurrentPassword": "当前密码",
"EmailAddress": "Email Address", "EmailAddress": "邮箱地址",
"NewPassword": "New Password", "NewPassword": "新密码",
"NewPasswordConfirm": "New Password Confirm", "NewPasswordConfirm": "确认新密码",
"Security": "Security", "Security": "安全选项",
"Profile": "Profile", "Profile": "用户信息",
"UpdatedYourInformation": "Updated your information", "UpdatedYourInformation": "您的用户信息已更新",
"Unsubscribed": "Unsubscribed!" "Unsubscribed": "取消订阅!"
}, },
"UserTypeLabel": { "UserTypeLabel": {
"1": "Local User", "1": "本地用户",
"2": "Plex User", "2": "Plex用户",
"3": "Emby User", "3": "Emby用户",
"4": "Emby Connect User", "4": "Emby Connect用户",
"5": "Jellyfin User" "5": "Jellyfin用户"
}, },
"Paginator": { "Paginator": {
"itemsPerPageLabel": "Items per page:", "itemsPerPageLabel": "每页显示项目数:",
"nextPageLabel": "Next page", "nextPageLabel": "下一页",
"previousPageLabel": "Previous page", "previousPageLabel": "上一页",
"firstPageLabel": "First page", "firstPageLabel": "转到第一页",
"lastPageLabel": "Last page", "lastPageLabel": "转到最后一页",
"rangePageLabel1": "0 of {{length}}", "rangePageLabel1": "{{length}} 中的第0项",
"rangePageLabel2": "{{startIndex}} {{endIndex}} of {{length}}" "rangePageLabel2": "{{length}} 中的第{{startIndex}} 到{{endIndex}} 项"
} }
} }