This commit is contained in:
@@ -194,6 +194,7 @@ export default {
|
||||
res.data.forEach(function appendImportResultItem(value) {
|
||||
outText += value + "\n";
|
||||
});
|
||||
outText += "LT:ProcessCompleted\n";
|
||||
this.outputText = await window.$gz.translation.translateStringWithMultipleKeysAsync(
|
||||
outText
|
||||
);
|
||||
@@ -250,7 +251,8 @@ async function fetchTranslatedText() {
|
||||
"ImportNewRecords",
|
||||
"UpdateExistingRecords",
|
||||
"AdminImportUpdateWarning",
|
||||
"FileToImport"
|
||||
"FileToImport",
|
||||
"ProcessCompleted"
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user