RED-9417 - fix build
This commit is contained in:
parent
1e00979f08
commit
1d4deacf1b
@ -235,10 +235,10 @@ export class FileUploadService extends GenericService<IFileUploadResult> impleme
|
||||
uploadFile.progress = 100;
|
||||
uploadFile.completed = true;
|
||||
if (isCsv(uploadFile)) {
|
||||
this._toaster.success(_('file-upload.type.csv'));
|
||||
this._toaster.success(_('file-upload.type.csv-file'));
|
||||
}
|
||||
if (isZip(uploadFile)) {
|
||||
this._toaster.success(_('file-upload.type.zip'));
|
||||
this._toaster.success(_('file-upload.type.zip-file'));
|
||||
}
|
||||
} else {
|
||||
uploadFile.completed = true;
|
||||
|
||||
@ -1628,8 +1628,8 @@
|
||||
},
|
||||
"file-upload": {
|
||||
"type": {
|
||||
"csv": "Die Datei-Attribute wurden erfolgreich aus der hochgeladenen CSV-Datei importiert.",
|
||||
"zip": ""
|
||||
"csv-file": "Die Datei-Attribute wurden erfolgreich aus der hochgeladenen CSV-Datei importiert.",
|
||||
"zip-file": ""
|
||||
}
|
||||
},
|
||||
"filter-menu": {
|
||||
|
||||
@ -1628,8 +1628,8 @@
|
||||
},
|
||||
"file-upload": {
|
||||
"type": {
|
||||
"csv": "File attributes were imported successfully from uploaded CSV file.",
|
||||
"zip": "The zip file has been uploaded successfully!"
|
||||
"csv-file": "File attributes were imported successfully from uploaded CSV file.",
|
||||
"zip-file": "The zip file has been uploaded successfully!"
|
||||
}
|
||||
},
|
||||
"filter-menu": {
|
||||
|
||||
@ -1628,8 +1628,8 @@
|
||||
},
|
||||
"file-upload": {
|
||||
"type": {
|
||||
"csv": "Die Datei-Attribute wurden erfolgreich aus der hochgeladenen CSV-Datei importiert.",
|
||||
"zip": ""
|
||||
"csv-file": "Die Datei-Attribute wurden erfolgreich aus der hochgeladenen CSV-Datei importiert.",
|
||||
"zip-file": ""
|
||||
}
|
||||
},
|
||||
"filter-menu": {
|
||||
|
||||
@ -1628,8 +1628,8 @@
|
||||
},
|
||||
"file-upload": {
|
||||
"type": {
|
||||
"csv": "File attributes were imported successfully from uploaded CSV file.",
|
||||
"zip": "The zip file has been uploaded successfully!"
|
||||
"csv-file": "File attributes were imported successfully from uploaded CSV file.",
|
||||
"zip-file": "The zip file has been uploaded successfully!"
|
||||
}
|
||||
},
|
||||
"filter-menu": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user