소스 검색

traduccion Workflow-Bundle

Fernando Alonso 6 년 전
부모
커밋
36bc5b3d55
3개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      Resources/translations/WorkflowBundle.en.yml
  2. 1 1
      Resources/translations/WorkflowLabel.en.yml
  3. 1 0
      Resources/translations/validators.en.yml

+ 1 - 1
Resources/translations/WorkflowBundle.en.yml

@@ -17,7 +17,7 @@ filter:
     label_support: Supports
     label_support: Supports
     label_event_name: Event
     label_event_name: Event
     label_used_by_default: Default
     label_used_by_default: Default
-    
+     
 breadcrumb:
 breadcrumb:
     link_workflow_list: Workflow List
     link_workflow_list: Workflow List
     link_workflow_create: Workflow Create
     link_workflow_create: Workflow Create

+ 1 - 1
Resources/translations/WorkflowLabel.en.yml

@@ -21,7 +21,7 @@ workflow:
       pending: Pending
       pending: Pending
       process: Process
       process: Process
       fail: Fail
       fail: Fail
-      success: Success
+      success: Success 
     transitions:
     transitions:
       pending_to_process: Pending to Process
       pending_to_process: Pending to Process
       process_to_fail: Process to Fail
       process_to_fail: Process to Fail

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

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