@talentsoft-opensource/widget-display-tool
Version:
Widget Simulator
15 lines (13 loc) • 592 B
text/typescript
import { ErrorResources } from "@talentsoft-opensource/integration-widget-component";
export const errorResources: Record<string, ErrorResources> = {
"en-gb": {
ERR_CONFIGURATION: "The configuration contains an error",
ERR_SERVICE: "There was an error in an external service",
ERR_UNKNOWN: "An unexpected error has occured"
},
"fr-fr": {
ERR_CONFIGURATION: "La configuration est erronée",
ERR_SERVICE: "Une erreur s'est produite dans un service externe",
ERR_UNKNOWN: "Une erreur inattendue s'est produite"
}
};