|
|
@ -155,6 +155,7 @@ return [ |
|
|
'preview' => "Preview file", |
|
|
'preview' => "Preview file", |
|
|
'browserDown' => "Please use the browser to download", |
|
|
'browserDown' => "Please use the browser to download", |
|
|
'exist' => "The file does not exist", // Note: This might be a duplicate of 'preview' and could be replaced with a more specific message |
|
|
'exist' => "The file does not exist", // Note: This might be a duplicate of 'preview' and could be replaced with a more specific message |
|
|
|
|
|
'emojiExist'=>"The emoji already exists", |
|
|
'uploadLimit' => "File size cannot exceed {:size}MB", |
|
|
'uploadLimit' => "File size cannot exceed {:size}MB", |
|
|
'typeNotSupport' => "File format is not supported", |
|
|
'typeNotSupport' => "File format is not supported", |
|
|
'error'=>"Upload failed", |
|
|
'error'=>"Upload failed", |
|
|
|