This commit is contained in:
@@ -97,7 +97,7 @@ export default {
|
||||
res.data.forEach(function appendImportResultItem(value) {
|
||||
outText += value + "\n";
|
||||
});
|
||||
vm.importResult = await window.$gz.translation.translateStringWithMultipleKeys(
|
||||
vm.importResult = await window.$gz.translation.translateStringWithMultipleKeysAsync(
|
||||
outText
|
||||
);
|
||||
}
|
||||
|
||||
@@ -304,7 +304,7 @@ export default {
|
||||
);
|
||||
temp[
|
||||
i
|
||||
].name = await window.$gz.translation.translateStringWithMultipleKeys(
|
||||
].name = await window.$gz.translation.translateStringWithMultipleKeysAsync(
|
||||
temp[i].name
|
||||
);
|
||||
|
||||
|
||||
@@ -115,7 +115,7 @@ export default {
|
||||
this.languageName,
|
||||
this.hour12
|
||||
),
|
||||
status: await window.$gz.translation.translateStringWithMultipleKeys(
|
||||
status: await window.$gz.translation.translateStringWithMultipleKeysAsync(
|
||||
o.statusText
|
||||
),
|
||||
jobId:
|
||||
|
||||
Reference in New Issue
Block a user