46 lines
1.1 KiB
TypeScript
46 lines
1.1 KiB
TypeScript
![]() |
import { defineMessages } from "react-intl";
|
||
|
|
||
|
export const messages = defineMessages({
|
||
|
header: {
|
||
|
id: "fi9Qa/",
|
||
|
defaultMessage: "Dry run",
|
||
|
description: "Dry run dialog header",
|
||
|
},
|
||
|
selectObject: {
|
||
|
id: "+RffqY",
|
||
|
defaultMessage: "Select object type to perform dry run on provided query",
|
||
|
description: "Dry run dialog object title",
|
||
|
},
|
||
|
unavailableObjects: {
|
||
|
id: "ApNw0L",
|
||
|
defaultMessage:
|
||
|
"The following objects are currently not available for dry run:",
|
||
|
description: "Dry run objects unavailable",
|
||
|
},
|
||
|
objects: {
|
||
|
id: "uccjUM",
|
||
|
defaultMessage: "Objects",
|
||
|
description: "Dry run objects",
|
||
|
},
|
||
|
noObjects: {
|
||
|
id: "0u9Ng0",
|
||
|
defaultMessage: "No objects found in the provided query",
|
||
|
description: "Dry run no objects found",
|
||
|
},
|
||
|
item: {
|
||
|
id: "ZepEWY",
|
||
|
defaultMessage: "Item",
|
||
|
description: "Dry run item",
|
||
|
},
|
||
|
itemsDefaultMessage: {
|
||
|
id: "5b0Boq",
|
||
|
defaultMessage: "Choose the object",
|
||
|
description: "Dry run items list default message",
|
||
|
},
|
||
|
run: {
|
||
|
id: "48dMqY",
|
||
|
defaultMessage: "Run",
|
||
|
description: "Dry run trigger button",
|
||
|
},
|
||
|
});
|