fix: resolve todo
This commit is contained in:
@@ -34,7 +34,10 @@
|
||||
"mp": {
|
||||
"upload": {
|
||||
"invalidFormat": "Invalid {0} format!",
|
||||
"maxSize": "{0} size cannot exceed {1}M!"
|
||||
"maxSize": "{0} size cannot exceed {1}M!",
|
||||
"image": "Image",
|
||||
"video": "Video",
|
||||
"voice": "Voice"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,7 +34,10 @@
|
||||
"mp": {
|
||||
"upload": {
|
||||
"invalidFormat": "上传{0}格式不对!",
|
||||
"maxSize": "上传{0}大小不能超过{1}M!"
|
||||
"maxSize": "上传{0}大小不能超过{1}M!",
|
||||
"image": "图片",
|
||||
"video": "视频",
|
||||
"voice": "语音"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user