aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/validation_tasks.en.yml
blob: da9add9888a7f2ebf72989becb822603abba7bbd (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
en:
  validation_tasks:
    actions:
      new: "New validation"
      destroy: "Destroy"
      destroy_confirm: "Are you sure you want destroy this validation?"
    new:
      title: "New validation"
      all: "All"
      flash: "Validation task on queue, refresh page to see progression"
      fields_gtfs_validation:
        warning: "Filter on stop areas validation only GTFS stops and transfers files, these may contain extra attributes"
    index:
      title: "Validations"
      warning: ""
    show:
      report: "Report"
      not_yet_started: "On queue"
      validated_file: "Validated file"
      completed: "[ Completed ]"
      failed: "[ Failed ]"
      pending: "[ In the treatment queue ]"
      processing: "[ In progress... ]"
      graph:
        files:
          title_zip: "Validation results for files in zip"
          title_default: "Validation result for %{extension} file"
          error: "Errors"
          ignored: "Ignored"
          ok: "Success"
        lines:
          title: "Validated objects"
          objects_label: "Objects count"
          lines_stats: "Lines"
          routes_stats: "Routes"
          connection_links_stats: "Connection Links"
          time_tables_stats: "Timetables"
          stop_areas_stats: "Stop Areas"
          access_points_stats: "Access Points"
          vehicle_journeys_stats: "Vehicle Journeys"
          journey_patterns_stats: "Journey Patterns"
      table:
        line:
          name: "Name"
          save: "Save"
          routes: "Routes"
          connection_links: "Connection links"
          time_tables: "Time tables"
          stop_areas: "Stop areas"
          access_points: "Access points"
          vehicle_journeys: "Vehicle journeys"
          journey_patterns: "Journey patterns"
          not_saved: "Not saved"
          saved: "Saved"
          save_error: "Save error"
    statuses:
      created: "Pending ..."
      scheduled: "Processing ..."
      terminated: "Completed"
      canceled: "Canceled"
      aborted: "Failed"
    compliance_check_task: "Validate Report"
    severities:
      info: "Information"
      uncheck: "Unchecked"
      ok: "Ok"
      warning: "Warning"
      error: "Error"
      fatal: "Fatal"
  activerecord:
    models:
      validation_task:
        zero:  "validation"
        one:   "validation"
        other: "validations"
      neptune_validation:
        zero:  "validation"
        one:   "Neptune validation"
        other: "validations"
      csv_validation:
        zero:  "validation"
        one:   "CSV validation"
        other: "validations"
      gtfs_validation:
        zero:  "validation"
        one:   "GTFS validation"
        other: "validations"
      netex_validation:
        zero:  "validation"
        one:   "NeTEx validation"
        other: "validations"
    attributes:
      validation_task:
        resources: "File to validate"
        created_at: "Created on"
        status: "Status"
        references_type: "subset"
        no_save: "No save"
        object_id_prefix: "Neptune Id prefix"
        max_distance_for_commercial: "Max distance for commercial stop"
        ignore_last_word: "ignore last word"
        ignore_end_chars: "ignore last chars"
  formtastic:
    titles:
      validation_task:
        max_distance_for_commercial: "Maximal distance to merge homonymous stops in commercial stop in meter"
        ignore_last_word: "ignore last word on stop name in homonymous detection (inappliable when just one word occurs)"
        ignore_end_chars: "ignore some chars at the end of stop names in homonymous detection"