2023-01-10 10:04:30 +00:00
|
|
|
import { defineMessages } from "react-intl";
|
|
|
|
|
|
|
|
export const appsMessages = defineMessages({
|
|
|
|
repository: {
|
|
|
|
id: "f91E8b",
|
|
|
|
defaultMessage: "Repository",
|
|
|
|
description: "app repository",
|
|
|
|
},
|
|
|
|
support: {
|
|
|
|
id: "/eTYOp",
|
|
|
|
defaultMessage: "Support",
|
|
|
|
description: "app support",
|
|
|
|
},
|
|
|
|
dataPrivacy: {
|
|
|
|
id: "GKQGKG",
|
|
|
|
defaultMessage: "Data privacy",
|
|
|
|
description: "app data privacy",
|
|
|
|
},
|
|
|
|
appManifestUrl: {
|
|
|
|
id: "4IgzXs",
|
|
|
|
defaultMessage: "App Manifest URL",
|
|
|
|
description: "label",
|
|
|
|
},
|
2023-01-19 11:54:57 +00:00
|
|
|
externalApp: {
|
|
|
|
id: "nA2g2e",
|
|
|
|
defaultMessage: "External app",
|
|
|
|
description: "label",
|
|
|
|
},
|
|
|
|
});
|
|
|
|
|
|
|
|
export const appInstallationStatusMessages = defineMessages({
|
|
|
|
pending: {
|
|
|
|
id: "F1VtFa",
|
|
|
|
defaultMessage: "Installation is pending...",
|
|
|
|
description: "information",
|
|
|
|
},
|
|
|
|
failed: {
|
|
|
|
id: "26VlBZ",
|
|
|
|
defaultMessage: "Problem occured during installation.",
|
|
|
|
description: "information",
|
|
|
|
},
|
2023-01-10 10:04:30 +00:00
|
|
|
});
|