name: flows
label: Workflow
description:
fields:
  name:
    label: Name
    help:
    description:
  form:
    label: Form
    help:
    description:
  category:
    label: Category
    help:
    description:
  state:
    label: State
    help:
    options:
      - label: Enabled
        value: enabled
      - label: Disabled
        value: disabled
    description:
  is_valid:
    label: Valid
    help:
    description:
  current_no:
    label: Current Number
    help:
    description:
  description:
    label: Description
    help:
    description:
  help_text:
    label: Help
    help:
    description:
  company_id:
    label: Main Division
    help:
    description:
  created_by:
    label: Created by
    help:
    description:
  modified_by:
    label: Modified by
    help:
    description:
  current:
    label: Current Version
    help:
    description:
  current.modified:
    label: Modification Time of Current
    help:
    description:
  current.modified_by:
    label: Modified Currently by
    help:
    description:
  current.created:
    label: Creation Time of Current
    help:
    description:
  current.created_by:
    label: Created Currently by
    help:
    description:
  current.steps:
    label: Current Steps
    help:
    description:
  current.steps.$._id:
    label:
    help:
    description:
  current.steps.$.name:
    label: Name
    help:
    description:
  current.steps.$.disableCC:
    label: Disable CC
    help:
    description:
  current.steps.$.allowDistribute:
    label: Allow Distribution
    help:
    description:
  current.steps.$.can_edit_main_attach:
    label: Allow Modification of the Body Text
    help:
    description:
  current.steps.$.can_edit_normal_attach:
    label: Allow Modification of Attachments
    help:
    description:
  current.steps.$.distribute_optional_flows:
    label: Workflows of Distribution
    help:
    description:
  current.steps.$.cc_must_finished:
    label: Must Wait for CC finished
    help:
    description:
  current.steps.$.cc_alert:
    label: Pop up CC Alert
    help:
    description:
  current.steps.$.allowBatch:
    label: Batch Processing
    help:
    description:
  current.steps.$.oneClickApproval:
    label: One Click Approval
    help:
    description:
  current.steps.$.oneClickRejection:
    label: One Click Rejection
    help:
    description:
  perms:
    label: Permissions
    help:
    description:
  perms.users_can_add:
    label: Users that Can Initiate New Request
    help:
    description:
  perms.orgs_can_add:
    label: Departments that Can Initiate New Request
    help:
    description:
  perms.users_can_monitor:
    label: Users that Can Read All the Reqests
    help:
    description:
  perms.orgs_can_monitor:
    label: Departments that Can Read All the Reqests
    help:
    description:
  perms.users_can_admin:
    label: 'Users that Can Read , Relocat, Reassign or Delete  All the Reqests'
    help:
    description:
  perms.orgs_can_admin:
    label: 'Departments that Can Read , Relocat, Reassign or Delete  All the Reqests'
    help:
    description:
  app:
    label: App
    help:
    description:
  historys:
    label: History Workflows
    help:
    description:
  instance_template:
    label: Instance Template
    help:
    description:
  print_template:
    label: Print Template
    help:
    description:
  field_map:
    label: Mapping
    help:
    description:
  events:
    label: Events
    help:
    description:
  distribute_optional_users:
    label: Users to be Distributed
    help:
    description:
  distribute_to_self:
    label: Distribute to myself
    help:
    description:
  upload_after_being_distributed:
    label: Allow upload after being distributed
    help:
    description:
  name_formula:
    label: Formula of Title
    help:
    description:
  code_formula:
    label: Formula of Code
    help:
    description:
  auto_remind:
    label: Auto Remind
    help:
    description:
  sort_no:
    label: Sort Number
    help:
    description:
  timeout_auto_submit:
    label: Auto Commit if Time Out
    help:
    description:
  allow_select_step:
    label: Applicant can Select Steps and Handlers
    help: >-
      Allow the applicant to specify the flow steps and step handlers when
      submitting the application form. You need to modify the properties on the
      step through the Workflow Designer.
    description:
  object_name:
    label: Bind Object
  instance_fields:
    label: Instance Fields
    help:
    description:
  instance_fields.$:
    label: Instance Field
    help:
    description:
  instance_fields.$.name:
    label: Instance Field Name
    help:
    description:
  instance_fields.$.readonly:
    label: Readonly
    help:
    description:
  instance_fields.$.required:
    label: Required
    help:
    description:
  instance_table_fields:
    label: Related Lists
    help:
    description:
  instance_table_fields.$.label:
    label: Label
    help:
    description:
  instance_table_fields.$.detail_field_fullname:
    label: Related Field FullName
    help:
    description:
  instance_table_fields.$.field_names:
    label: Field Names
    help:
    description:
  forbid_initiate_instance:
    label: Forbid initiate instance
    help:
    description:
  enable_distribute_instance_to_attachment:
    label: Enable attaching the original form during distribution
  enable_distribute_instance_related:
    label: Enable automatic creation of associated files during distribution.
groups:
  template: Template
  synchronization: Synchronization
  develop: Develop
  distribution: Distribution
  others: Others
  flowbindobject: Flow Bind Object
  permissions: Permissions
listviews:
  all:
    label: All Workflows
  customize:
    label: Customize
actions:
  standard_new:
    label: New
  standard_new_by_template:
    label: Pull from Library
  design:
    label: Designer
  standard_edit:
    label: Edit
  standard_delete:
    label: Delete
  designFlow:
    label: Flow Designer
  designForm:
    label: Form Designer
  enableFlow:
    label: Enable Flow
  disableFlow:
    label: Disable Flow
  export_default_template:
    label: Export Default Template
  exportFlow:
    label: Export Workflow
  importFlow:
    label: Import Workflow
  exportFlows:
    label: Export Workflows
  upgradeFlow:
    label: Upgrade Workflow
  copyFlow:
    label: Copy Workflow
  distributeAdmin:
    label: Set Distribution Options
  removeFlow:
    label: Delete
  addFormFields:
    label: Add Fields
CustomLabels:
  import_flows_error_title: Import Error
  import_flows_error_not_find_object: 'Not find object [ %s ]'
  import_flows_error_not_allow_enable_workflow: 'object [ %s ] not enable workflow'
  import_flows_error_not_find_fields: 'Missing field [ %s ]'
