New translations mediaSelector.json (Chinese Simplified)

This commit is contained in:
xmflsct 2022-06-06 22:53:57 +02:00
parent c940b0338d
commit d87dbd9cc4
1 changed files with 5 additions and 15 deletions

View File

@ -1,27 +1,17 @@
{ {
"title": "选择媒体", "title": "选择媒体",
"options": { "options": {
"library": "从相册上传", "image": "",
"photo": "拍摄照片", "image_max": "",
"cancel": "$t(common:buttons.cancel)" "video": "",
"video_max": ""
}, },
"library": { "library": {
"alert": { "alert": {
"title": "无权限", "title": "无权限",
"message": "需要读取相册权限才能上传附件", "message": "需要读取相册权限才能上传附件",
"buttons": { "buttons": {
"settings": "去更新设置", "settings": "去更新设置"
"cancel": "$t(common:buttons.cancel)"
}
}
},
"photo": {
"alert": {
"title": "无权限",
"message": "需要使用相机权限才能上传附件",
"buttons": {
"settings": "去更新设置",
"cancel": "$t(common:buttons.cancel)"
} }
} }
} }