#159: workflow ui init

This commit is contained in:
Benjamin Gamard
2018-01-27 17:33:46 +01:00
parent 332ac9c109
commit 5f9094c540
8 changed files with 200 additions and 0 deletions
@@ -224,6 +224,7 @@
"menu_two_factor_auth": "Two-factor authentication",
"menu_opened_sessions": "Opened sessions",
"menu_general_settings": "General settings",
"menu_workflow": "Workflow",
"menu_users": "Users",
"menu_groups": "Groups",
"menu_vocabularies": "Vocabularies",
@@ -255,6 +256,19 @@
"password_lost_sent_message": "A password reset email has been sent to <strong>{{ username }}</strong>"
}
},
"workflow": {
"title": "Workflow <small>configuration</small>",
"add_workflow": "Add a workflow",
"name": "Name",
"create_date": "Create date",
"edit": {
"delete_workflow_title": "Delete workflow",
"delete_workflow_message": "Do you really want to delete this workflow? Currently running workflows will not be deleted",
"edit_workflow_title": "<small>Edit</small> \"{{ name }}\"",
"add_workflow_title": "<small>Add a</small> workflow",
"name": "Name"
}
},
"security": {
"enable_totp": "Enable two-factor authentication",
"enable_totp_message": "Make sure you have a TOTP-compatible application on your phone ready to add a new account",