🌐 New Crowdin updates (#1272)

This commit is contained in:
Thomas Camlong
2023-09-01 21:55:45 +02:00
committed by GitHub
parent 8211e22d86
commit ba7e31b972
563 changed files with 6190 additions and 951 deletions

View File

@@ -1,24 +1,55 @@
{
"descriptor": {
"name": "媒体请求",
"description": "查看来自你的Overseerr或Jellyseerr实例的所有媒体请求列表",
"description": "查看 Overr 或 Jellyseerr 实例的所有媒体请求列表",
"settings": {
"title": "媒体请求列表",
"replaceLinksWithExternalHost": {
"label": "替换链接"
"label": "使用外部地址替换链接"
}
}
},
"noRequests": "没有找到请求。请确保你已经正确配置了你的应用程序。",
"pending": "有 {{countPendingApproval}} 个请求等待核准。",
"nonePending": "目前没有待准的项目。静待媒体更新!",
"noRequests": "找到请求。请确保您已正确配置的应用。",
"pending": "有 {{countPendingApproval}} 个请求等待审批。",
"nonePending": "目前没有待准的项目。静待媒体更新!",
"state": {
"approved": "已准",
"pendingApproval": "待准",
"approved": "已准",
"pendingApproval": "待准",
"declined": "已拒绝"
},
"tooltips": {
"approve": "同意请求",
"decline": "拒绝请求"
"approve": "批准请求",
"decline": "拒绝请求",
"approving": "正在批准请求..."
},
"mutation": {
"approving": "正在批准",
"declining": "下降",
"request": "请求...",
"approved": "请求被批准!",
"declined": "请求被拒绝!"
},
"detail": {
"label": "详细统计信息",
"id": "ID",
"device": "设备",
"video": {
"video": "视频",
"resolution": "分辨率",
"framerate": "帧率",
"codec": "视频编码"
},
"audio": {
"audio": "音频",
"channels": "声道",
"codec": "音频编码"
},
"transcoding": {
"transcoding": "转码",
"context": "背景信息",
"requested": "硬件编码请求",
"source": "原始编码",
"target": "目标编码"
}
}
}