mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
New translations mediaSelector.json (Chinese Simplified)
This commit is contained in:
28
src/i18n/zh-Hans/components/mediaSelector.json
Normal file
28
src/i18n/zh-Hans/components/mediaSelector.json
Normal 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)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user