2023-02-09 10:56:10 +00:00
|
|
|
export const workspaceVarText = {
|
|
|
|
|
workspaceVarPageTitle: "Workspace Variables",
|
|
|
|
|
novariableText:
|
|
|
|
|
"You haven't configured any workspace variables, press the 'Add new variable' button to create one",
|
|
|
|
|
addNewVariableButton: "Add new variable",
|
|
|
|
|
workspaceVarFormTitle: "Add new variable",
|
|
|
|
|
workspaceVarNameLabel: "Name",
|
|
|
|
|
workspaceVarValueLabel: "Value",
|
|
|
|
|
workspaceVarTypeLabel: "Type",
|
|
|
|
|
encryptionToggleLabel: "Enable encryption",
|
|
|
|
|
addVariableButton: "Add variable",
|
|
|
|
|
workspaceVarTableNameHeader: "Name",
|
2023-05-09 14:03:37 +00:00
|
|
|
workspaceVarTableValueHeader: "Value",
|
2023-02-09 10:56:10 +00:00
|
|
|
workspaceVarTableTypeHeader: "Type",
|
|
|
|
|
workspaceVarCreatedToast: "Variable has been created",
|
|
|
|
|
workspaceVarUpdatedToast: "Variable has been updated",
|
|
|
|
|
workspaceVarDeletedToast: "The variable has been deleted",
|
|
|
|
|
};
|