aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/compliance_check_sets.en.yml
blob: 217077d6bd0ffd7a3360b7a8df329dbed43467f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
en:
  compliance_check_sets:
    actions:
          new: Add a control report
          edit: Edit a control report
          destroy: Delete
          destroy_confirm: Are you sure you want to delete this control report?
    filters:
          name: Specify a control report name...
          name_compliance_control_set: Specify a compliance control set name...
          error_period_filter: End date must be greater than or equal to begin date
    index:
      title: Compliance control set
      new: New compliance control set
      new_control: Creating a Control
      select_types: Control Type Selection
      edit: Edit compliance control set
    search_no_results: No control reports match your search
    executed:
      title: Executed control report %{name}
    show:
      title: Compliance check set report
      table_state: "%{lines_status} lines imported out of %{lines_in_compliance_check_set} in the archive"
      table_explanation: "These controls apply to all imported data and condition the construction of your organization's offer."
      table_title: Analysed lines state
      metrics: "%{error_count} errors, %{warning_count} warnings"
      metadatas:
        referential: "Object analysed"
        referential_type: "Apply to"
        compliance_check_set_executed: "Compliance check set executed"
        compliance_control_owner: "Compliance control owner"
        import: "Import"
        status: Status
    errors:
      no_parent: "The compliance check set doesn't have any parent"
  activerecord:
    attributes:
      compliance_check_set:
        ref: ref
        creation_date: Created at
        associated_object: Associated object
        assigned_to: Assigned to
        compliance_control_set: Compliance control set
        name: Name
      compliance_check_resources:
        name: Name of the line
        status: Status
        metrics: Test results
        download: Download
    models:
      compliance_check_set:
        zero:  "Compliance check set"
        one:   "Compliance check set"
        other: "Compliance check sets"
      compliance_check:
        zero:  "Compliance check"
        one:   "Compliance check"
        other: "Compliance checks"
      compliance_check_block:
        one: compliance_control_set
        other: compliance_control_sets