New translations mediaSelector.json (Chinese Simplified)

This commit is contained in:
xmflsct 2021-05-09 23:30:43 +02:00
parent 35c98a1ae0
commit 76e8e6fec2
1 changed files with 28 additions and 0 deletions

View File

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