Преглед изворни кода

traduccion Workflow-Bundle

Fernando Alonso пре 6 година
родитељ
комит
b2049051c0

+ 123 - 0
Resources/translations/WorkflowBundle.en.yml

@@ -0,0 +1,123 @@
+filter:
+    label_id: Id
+    label_name: Name
+    label_description: Description
+    label_template: Template
+    label__action: Actions
+    label_created: Created
+    label_updated: Updated
+    label_enable : Enable
+    label_workflow_type : Workflow Type
+    label_workflow_name : Workflow
+    label_object_class  : Class
+    label_event : Event
+    label_event_reference : Reference
+    label_actions: Actions
+    label_entity_class: Entity
+    label_support: Supports
+    label_event_name: Event
+    label_used_by_default: Default
+    
+breadcrumb:
+    link_workflow_list: Workflow List
+    link_workflow_create: Workflow Create
+    link_workflow_delete: Workflow Delete
+    link_action_list: Action List
+    link_action_create: Action Create
+    link_action_delete: Action Delete
+    
+form:
+    label_id: Id
+    label_name: Name
+    label_description: Description
+    label_template: Template
+    label__action: Action
+    label_created: Created
+    label_updated: Updated
+    label_enable : Enable
+    label_type : Workflow Type
+    label_marking_type : Marking type
+    label_marking_name : Marking Name
+    label_workflow_type : Workflow Type
+    label_workflow_name : Workflow
+    label_object_class  : Class
+    label_event : Event
+    label_event_reference : Reference
+    label_actions: Actions
+    label_entity_class: Entity
+    label_support: Supports
+    label_event_name: Event
+    label_used_by_default: Default
+    
+list:
+    label_id: Id
+    label_name: Name
+    label_description: Description
+    label_template: Template
+    label__action: Actions
+    label_created: Created
+    label_updated: Updated
+    label_enable : Enable
+    label_type : Workflow Type
+    label_marking_type : Marking Type
+    label_marking_name : Marking Name
+    label_workflow_type : Workflow Type
+    label_workflow_name : Workflow
+    label_object_class  : Class
+    label_event : Event
+    label_event_reference : Reference
+    label_actions: Actions
+    label_entity_class: Entity
+    label_support: Supports
+    label_event_name: Event
+    label_used_by_default: Default
+    
+show:
+    label_id: Id
+    label_name: Name
+    label_description: Description
+    label_template: Template
+    label__action: Actions
+    label_created: Created
+    label_updated: Updated
+    label_enable : Enable
+    label_type : Workflow Type
+    label_marking_type : Marking Type
+    label_marking_name : Marking Name
+    label_workflow_type : Workflow Type
+    label_workflow_name : Workflow
+    label_object_class  : Class
+    label_event : Event
+    label_event_reference : Reference
+    label_actions: Actions
+    label_entity_class: Entity
+    label_support: Supports
+    label_event_name: Event
+    label_used_by_default: Default
+    
+helps:
+    workflow_label_name: Name which the Workflow will be identified. It will be converted to lowercase and spaces will be replaced by "_"
+    workflow_label_type: "Workflow Type: state_machine or workflow"
+    workflow_label_marking_type: "Marking Type: single_state or multiple_state"
+    workflow_label_marking_name: "Marking Name, from the entity that will have the state, by default: currentState"
+    workflow_label_template: "It only requires 'places', 'transitions' and optionally 'initial_place', the rest is completed from the fields requested above"
+    action_label_name: Name which an Action will be identified
+    action_label_workflow_type: Workflow Type.
+    action_label_workflow_name: Workflow Name which it refers. Required if you select a Workflow event.
+    action_label_object_class: Class which the Action will be linked. Required if you select a Doctrine event
+    action_label_event: Event Type[leave|transition|enter|guard] which the Action will respond. It can also be a Doctrine event
+    action_label_event_reference: State Name or transition that the Event performs. Required if you select a Workflow event
+    action_label_template: Template in twig with the actions to be performed in said Action
+Workflow: Workflow
+Action: Action
+Class not found: Class not found
+Object not found: Object not found
+Undefined State: Undefined State
+Incorrect State: Incorrect State
+Undefined Workflow: Undefined workflow
+workflow_edit_create_alert: "To make the Template, keep in mind:"
+Workflow Documentation: Workflow Documentation
+YAML Documentation: YAML Documentation
+Actions Workflow: Actions
+flash_workflow_batch_success: The Action was executed success
+flash_workflow_batch_error: There was an error

+ 71 - 0
Resources/translations/WorkflowLabel.en.yml

@@ -0,0 +1,71 @@
+Undefined State: Undefined State
+Incorrect State: Incorrect State
+Undefined Workflow: Undefined workflow
+Actions Workflow: Actions
+workflow:
+  administrative_state:
+    places:
+      active: Active
+      pre_notice: Pre Notice
+      suspend: Suspend
+      deleted: Deleted
+    transitions:
+      active_to_pre_notice: Notify
+      active_to_suspend: Suspend
+      pre_notice_to_active: Active
+      pre_notice_to_suspend: Suspend
+      suspend_to_active: Active
+      delete: Delete
+  transition_state:
+    places:
+      pending: Pending
+      process: Process
+      fail: Fail
+      success: Success
+    transitions:
+      pending_to_process: Pending to Process
+      process_to_fail: Process to Fail
+      process_to_success: Process to Success
+      fail_to_pending: Fail to pending
+      success_to_pending: Success to Pending
+  olt_workflow:
+    places:
+      enabled: Enabled
+      disabled: Disabled
+    transitions:
+      disable: Disable
+      enable: Enable
+  onu_workflow:
+    places:
+      active: Active
+      disable: Disable
+    transitions:
+      add_config: Add Config
+      disable: Disable
+      active: Active
+  cablemodem_workflow:
+    places:
+      active: Active
+      disable: Disable
+    transitions:
+      add_config: Add Config
+      disable: Disable
+      active: Active
+  onu_workflow_2:
+    places:
+      deleted: Deleted
+      active: Active
+      disable: Disable
+    transitions:
+      created_active: Active
+      created_deleted: Deleted
+      active: Active
+      disable_deleted: Deleted
+      add_config: Add Config
+      disable: Disable
+      active_deleted: Deleted
+      deleted_created: Created
+      deleted_active: Active
+
+administrative_state: Administrative State
+Default: Default

+ 2 - 0
Resources/translations/validators.en.yml

@@ -0,0 +1,2 @@
+error:
+    event_field_required: The field is required