clarify size limit error message for audio/video (#397)

This commit is contained in:
Harry
2024-03-10 16:58:33 -07:00
committed by GitHub
parent c35d4f7cba
commit fe43755e02
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
"added": "Successfully added audio",
"removed": "Successfully removed audio",
"notFound": "Audio not found",
"fileTooLarge": "File too large {{ file }}",
"fileTooLarge": "File too large. Please select an audio under 50MB. {{file}}",
"failedToAdd": "Failed to add, {{ error }}",
"fileNotFound": "File not found {{file}}",
"fileNotSupported": "File not supported {{file}}",
@@ -46,7 +46,7 @@
"added": "Successfully added video",
"removed": "Successfully removed video",
"notFound": "Video not found",
"fileTooLarge": "File too large {{ file }}",
"fileTooLarge": "File too large. Please select a video under 100MB. {{file}}",
"failedToAdd": "Failed to add, {{ error }}",
"fileNotFound": "File not found {{file}}",
"fileNotSupported": "File not supported {{file}}",

View File

@@ -21,7 +21,7 @@
"added": "成功添加音频",
"removed": "成功删除音频",
"notFound": "未找到音频",
"fileTooLarge": "文件太大了 {{ file }}",
"fileTooLarge": "文件太大了请选择大小在50MB以下的音频 {{file}}",
"failedToAdd": "添加失败, {{error}}",
"fileNotFound": "无法访问文件 {{file}}",
"fileNotSupported": "文件不支持 {{file}}",
@@ -46,7 +46,7 @@
"added": "成功添加视频",
"removed": "成功删除视频",
"notFound": "未找到视频",
"fileTooLarge": "文件太大了 {{ file }}",
"fileTooLarge": "文件太大了请选择大小在100MB以下的视频 {{file}}",
"failedToAdd": "添加失败, {{error}}",
"fileNotFound": "无法访问文件 {{file}}",
"fileNotSupported": "文件不支持 {{file}}",