blob: c380c2fb6c6146bd28050be6da61c703fa512a62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
en:
activerecord:
copy: "Copy of %{name}"
errors:
models:
trident:
invalid_object_id: "invalid syntax, expected as [A-Za-z0-9_]:%{type}:[A-Za-z0-9_-]"
invalid_object_id_type: invalid type, must be %{type}
time_table_period:
start_must_be_before_end: end date must be after start date
time_table_date:
attributes:
date:
taken: dupplicate date for this timetable
vehicle_journey_at_stop:
arrival_must_be_before_departure: arrival time must be before departure time
|