ljmotta commented on code in PR #3243:
URL:
https://github.com/apache/incubator-kie-tools/pull/3243#discussion_r2291140770
##########
packages/scesim-editor/src/i18n/locales/en.ts:
##########
@@ -186,4 +189,15 @@ export const en: TestScenarioEditorI18n = {
reset: "Reset",
selection: "Selection",
},
+ fileParsingErrorMessage:
+ "Impossibile to correctly parse the provided scesim file. Most likely, the
XML structure of the file " +
+ "is invalid.",
+ parsingErrorTitle: "File parsing error",
+ unsupportedTitle: (version: string) =>
+ "This file holds a Test Scenario asset version (" + version + ") not
supported",
+ unsupportedMessage: (version: string) =>
+ "Most likely, this file has been generated with a very old Business
Central version (< 7.30.0.Final). " +
+ "Please update your Business Central instance and download again this
scesim file, it will be automatically updated to the supported version (" +
+ version +
+ ").",
Review Comment:
Please, do not add strings on the dictionary.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]