mirror of https://github.com/tooot-app/app
New translations mediaSelector.json (Chinese Traditional)
This commit is contained in:
parent
76b28101b9
commit
c940b0338d
|
@ -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)"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue