message is added

This commit is contained in:
richard-loafle 2020-02-14 09:35:01 +09:00
parent 2b894672e5
commit da22b6d282
3 changed files with 3 additions and 1 deletions

View File

@ -1150,7 +1150,7 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
horizontalPosition: 'center',
data: {
html: this.translateService.instant(
'common.file.errors.notSupporedType',
'common.file.errors.notAcceptableMime',
{
supporedType:
checkExt.rejected.length > 0 ? checkExt.rejected.join(',') : ''

View File

@ -441,6 +441,7 @@
"noPreview": "This file does not support preview.",
"cantPlay": "This file does not support playing.",
"notSupporedType": "File format is not supported. <br/> ({{supporedType}})",
"notAcceptableMime": "File type is invalid. <br/> ({{supporedType}})",
"oversize": "You cannot upload files larger than {{size}} megabytes."
}
},

View File

@ -441,6 +441,7 @@
"noPreview": "미리보기를 지원하지 않는 파일입니다.",
"cantPlay": "재생을 지원하지 않는 파일입니다.",
"notSupporedType": "지원하지 않는 파일형식입니다. <br/> ({{supporedType}})",
"notAcceptableMime": "유효하지 않은 파일 타입입니다. <br/> ({{supporedType}})",
"oversize": "{{maxSize}}MB 이상 파일을 업로드 할 수 없습니다."
}
},