blob: c37362cc7a5bc11524e6155d8e5c9d7f87f4bcab (
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
|
en:
referentials:
filters:
name_or_number_or_objectid: 'Search by name, number or objectid'
name: 'Search by name'
line: 'Search by associated lines'
search_no_results: 'No data space matching your query'
error_period_filter: "The period filter must have valid bounding dates"
index:
title: 'Data spaces'
edit:
title: "Edit the data space"
show:
lines: "lines"
networks: "networks"
vehicle_journeys: "vehicle journeys"
time_tables: "time tables"
title: "Data space"
clean_up: "Clean up"
api_keys: "Authentification keys for an API REST access"
show_all_referentials: Show all referentials
from_this_workbench: Show referentials from this workbench
counts:
objects: "Data space elements"
count: "count"
validity_out:
validity_out_time_tables: "Closed timetables"
validity_out_soon_time_tables: "Timetables closed in %{count} days"
new:
title: "Create a new data space"
duplicated:
title: 'Clone a data space'
submit: "Create a data space"
select_jdc:
title: "Select a Compliance Control Set"
actions:
new: "Add a data space"
destroy_confirm: "Do you confirm to destroy this data space ?"
destroy: "Destroy this data space"
edit: "Edit this data space"
clone: "Clone this data space"
errors:
inconsistent_organisation: "Organisation of asscociated workbench is (%{indirect_name}), while directly associated organisation is (%{direct_name}), they need to be equal"
validity_period: "Invalid validity periode"
pg_excluded: "can't begins with pg_"
public_excluded: "public is a reserved value"
user_excluded: "%{user} is a reserved value"
overlapped_referential: "%{referential} cover the same perimeter"
overlapped_period: "Another period is on the same period"
invalid_period: The begin date must be before end date
overview:
head:
dates: Dates
lines: Lines
today: Today
prev_page: Prev. page
next_page: Next page
states:
pending: Pending
failed: Failed
active: Ready
archived: Archived
activerecord:
models:
referential:
zero: "data space"
one: "data space"
other: "data spaces"
attributes:
referential:
name: "Name"
state: "Status"
status: "Status"
slug: "Code"
prefix: "Neptune Object Id prefix"
projection_type: "Optional spatial reference system code (SRID)"
time_zone: "time zone"
upper_corner: "Top,Right corner for default bounding box"
lower_corner: "Bottom,Left corner for default bounding box"
resources: "Neptune Import File"
no_validity_period: "undefined"
start_validity_period: "from"
end_validity_period: "to"
networks: "Networks"
group_of_lines: "Group of lines"
lines: "Lines"
vehicle_journeys: "Vehicle journeys"
companies: "Companies"
stop_areas: "Stop Areas"
access_points: "Access Points"
time_tables: "Time tables"
connection_links: "Connection links"
quays: "quays"
boarding_positions: "boarding positions"
commercial_stops: "commercial stops"
stop_places: "stop places"
itls: "routing contraints"
imports: "Imports"
exports: "Exports"
compliance_checks: "Validations"
data_format_restrictions: "Data format constraint"
data_format: "Favorite format for export"
routing_constraint_zone: Routing constraint zone
validity_period: "Inclusive validity period"
updated_at: "Updated"
merged_at: "Finalized"
archived_at: "Archived"
archived_at_null: "Unarchived"
created_from: 'Created from'
updated_at: "Updated"
created_at: "Created"
organisation: 'Organization'
number_of_lines: 'No. of lines'
formtastic:
titles:
referential:
slug: "only lowercase alphanumerical or underscore characters, first character must be a letter"
prefix: "only alphanumerical or underscore characters"
upper_corner: "latitude,longitude in WGS84 referential, dot for decimal separator"
lower_corner: "latitude,longitude in WGS84 referential, dot for decimal separator"
simple_form:
labels:
referential:
metadatas:
first_period_begin: 'First period begin'
first_period_end: 'First period end'
lines: Lines
periods:
begin: 'Period beginning'
end: 'Period end'
actions:
add_period: 'Add a period'
placeholders:
select_lines: 'Selection of lignes'
notice:
referentials:
deleted: "Datasets has been successfully destroyed"
duplicate: "The duplication is in progress. Please wait and refresh the page in a few moments."
validate: "The validation is in progress. Please wait and refresh the page in a few moments."
referential:
archived: "The data space has been successfully archived"
unarchived: "The data space has been successfully unarchived"
unarchived_failed: "The data space cannot be unarchived"
deleted: "The data space has been successfully destroyed"
|