mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
110 lines
3.1 KiB
JSON
110 lines
3.1 KiB
JSON
{
|
|
"ACA_FOLDER_RULES": {
|
|
"ACTIONS": {
|
|
"MANAGE_RULES": "Manage rules"
|
|
},
|
|
"EDIT_RULE_DIALOG": {
|
|
"CANCEL": "Cancel",
|
|
"CREATE": "Create",
|
|
"CREATE_TITLE": "Create a rule",
|
|
"UPDATE": "Update",
|
|
"UPDATE_TITLE": "Edit a rule"
|
|
},
|
|
"RULE_DETAILS": {
|
|
"LABEL": {
|
|
"NAME": "Name",
|
|
"DESCRIPTION": "Description",
|
|
"WHEN": "When",
|
|
"PERFORM_ACTIONS": "Perform actions",
|
|
"OPTIONS": "Other options"
|
|
},
|
|
"PLACEHOLDER": {
|
|
"NAME": "Enter rule name",
|
|
"DESCRIPTION": "Enter rule description",
|
|
"NO_DESCRIPTION": "No description"
|
|
},
|
|
"ERROR": {
|
|
"REQUIRED": "This field is required",
|
|
"RULE_COMPOSITE_CONDITION_INVALID": "One or more condition groups is empty",
|
|
"INSUFFICIENT_TRIGGERS_SELECTED": "At least one trigger is required"
|
|
},
|
|
"TRIGGERS": {
|
|
"INBOUND": "Items are created or enter this folder",
|
|
"UPDATE": "Items are updated",
|
|
"OUTBOUND": "Items are deleted or leave this folder"
|
|
},
|
|
"OPTIONS": {
|
|
"IS_INHERITABLE": "Rule applies to subfolders",
|
|
"IS_ASYNCHRONOUS": "Run rule in the background",
|
|
"DISABLE_RULE": "Disable rule",
|
|
"ERROR_SCRIPT": "If errors occur run script",
|
|
"NO_SCRIPT": "None"
|
|
},
|
|
"COMPARATORS": {
|
|
"EQUALS": "(=) Equals",
|
|
"CONTAINS": "Contains",
|
|
"STARTS_WITH": "Starts with",
|
|
"ENDS_WITH": "Ends with",
|
|
"GREATER_THAN": "(>) Greater than",
|
|
"LESS_THAN": "(<) Less than",
|
|
"GREATER_THAN_OR_EQUAL": "(>=) Greater than or equal",
|
|
"LESS_THAN_OR_EQUAL": "(<=) Less than or equal",
|
|
"ON": "(=) On",
|
|
"AFTER": "(>) After",
|
|
"BEFORE": "(<) Before",
|
|
"ON_OR_AFTER": "(>=) On or after",
|
|
"ON_OR_BEFORE": "(<=) On or before",
|
|
"INSTANCE_OF": "(=) Is"
|
|
},
|
|
"FIELDS": {
|
|
"NAME": "Name",
|
|
"SIZE": "Size",
|
|
"MIMETYPE": "Mimetype",
|
|
"ENCODING": "Encoding",
|
|
"HAS_CATEGORY": "Has category",
|
|
"HAS_TAG": "Has tag",
|
|
"HAS_ASPECT": "Has aspect"
|
|
},
|
|
"LOGIC_OPERATORS": {
|
|
"IF": "If",
|
|
"NOT_IF": "NOT If",
|
|
"AND": "And",
|
|
"OR": "Or"
|
|
},
|
|
"CONDITION_BUTTONS": {
|
|
"ADD_CONDITION": "Add condition",
|
|
"ADD_GROUP": "Add condition group",
|
|
"REMOVE": "Remove"
|
|
},
|
|
"NO_CONDITIONS": "No conditions",
|
|
"NO_CONDITIONS_IN_GROUP": "No conditions in the group",
|
|
"ACTION_BUTTONS": {
|
|
"ADD_ACTION": "Add action",
|
|
"REMOVE": "Remove"
|
|
},
|
|
"ACTION_SELECT_PLACEHOLDER": "Select an action"
|
|
},
|
|
"MANAGE_RULES": {
|
|
"TOOLBAR": {
|
|
"BREADCRUMB": {
|
|
"RULES": "rules"
|
|
},
|
|
"ACTIONS": {
|
|
"CREATE_RULE": "Create rule",
|
|
"EDIT_RULE": "Edit"
|
|
}
|
|
},
|
|
"EMPTY_RULES_LIST": {
|
|
"TITLE": "The list is empty",
|
|
"SUBTITLE": "There are no rules defined for this folder yet."
|
|
}
|
|
},
|
|
"CONFIRMATION_DIALOG": {
|
|
"DELETE_RULE": {
|
|
"TITLE": "Delete rule",
|
|
"MESSAGE": "Are you sure you want to delete this rule?"
|
|
}
|
|
}
|
|
}
|
|
}
|