aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/time_tables.en.yml
blob: 234f36e8134bbc9d95fd2345350496b65c2e0884 (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
148
149
150
151
152
153
154
155
156
157
158
159
en:
  time_tables:
    duplicate_success: "duplication succeded"
    search_no_results: 'No calendar matching your query'
    error_period_filter: "The period filter must have valid bounding dates"
    time_table:
      empty: "empty"
      bounding: "from %{start} to %{end}"
      periods_count: "periods: %{count}"
      dates_count: "dates: %{count}"
      periods_dates_count: "dates: %{dates_count}, periods: %{periods_count}"
    actions:
      new: "Add a new timetable"
      edit: "Edit this timetable"
      destroy: "Remove this timetable"
      duplicate: "Duplicate this timetable"
      combine: "Combine with another timetable"
      destroy_confirm: "Are you sure you want destroy this timetable ?"
      destroy_date_confirm: "Are you sure you want destroy this date ?"
      destroy_period_confirm: "Are you sure you want destroy this period ?"
      add_period: "Add a period"
      add_date: "Add a peculiar date"
      add_excluded_date: "Add an excluded date"
    actualize:
      success: "Actualize succeded"
    new:
      title: "Add a new timetable"
    duplicate:
      title: "Duplicate timetable"
    edit:
      title: "Update timetable %{time_table}"
      day_types: Day types
      periods: Periods
      exceptions: Exceptions
      synthesis: Synthesis
      error_modal:
        title: "Error"
        withoutPeriodsWithDaysTypes: "A timetable can't have day type(s) without period(s)."
        withPeriodsWithoutDayTypes: "A tiemetable can't have period(s) swithout day type(s)."
      error_submit:
        periods_overlaps: "Periods cannot overlap in a timetable"
        dates_overlaps: "A period cannot overlap a date in a timetable"
      confirm_modal:
        title: "Confirm"
        message: "You are about to change pages. Do you want to validate your changes before this?"
      metas:
        name: Name
        calendar: Associated calendar
        no_calendar: None
        day_types: Periods day tpes
        days:
          1: Su
          2: Mo
          3: Tu
          4: We
          5: Th
          6: Fr
          7: Sa
      select2:
        tag:
          placeholder: Add or search a tag...
      period_form:
        begin: Period start
        end: Period end
    show:
      title: "Timetable %{name}"
      dates: "Application dates"
      periods: "Application periods"
      from: "from"
      to: "to"
      add_period: "Add a period"
      add_date: "Add a date"
      combine_form: "Combinations"
      combine: "Apply"
    show_time_table:
      resume: "From %{start_date} to %{end_date}"
      resume_empty: "Empty timetable"
      legend: "Legend : "
      excluded_date: "Excluded date"
      overlap_date: "Overlap date"
      selected_date: "Date directly included"
      selected_period: "Date included in period"
    properties_show:
      resume: "From %{start_date} to %{end_date}"
      resume_empty: "Empty timetable"
    index:
      comment: "Search by name"
      tag_search: "Tags : hollidays,public holliday"
      from: "From: "
      to: " to: "
      start_date: "mm/jj/aaaa"
      end_date: "mm/jj/aaaa"
      title: "Timetables"
      selection: "Selection"
      selection_all: "All"
      advanced_search: "Advanced Search"
  activerecord:
    models:
      time_table:
        zero:  "timetable"
        one:   "timetable"
        other: "timetables"
    attributes:
      time_table:
        checksum: Checksum
        comment: "Name"
        color: "Associated color"
        bounding_dates: 'Global validity period'
        version: "Short name"
        day_types: "Period day types"
        none: "none"
        monday: "Monday"
        tuesday: "Tuesday"
        wednesday: "Wednesday"
        thursday: "Thursday"
        friday: "Friday"
        saturday: "Saturday"
        sunday: "Sunday"
        objectid: "Neptune identifier"
        object_version: "Version"
        created_at: Created at
        updated_at: Updated at
        creator_id: "Created by "
        calendars: "Calendar view"
        calendar_details: "Calendar details"
        calendar: "Calendar"
        calendar_id: "Calendar"
        dates: "Peculiar dates"
        date: "On"
        excluded_dates: "Excluded dates"
        periods: "Application periods"
        period_start: "From"
        period_end: "to"
        tag_search: "Tags"
        tag_list: "Tags"
  formtastic:
    titles:
      time_table:
        comment: ""
        objectid: "[prefix]:Timetable:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      neptune:
        time_table:
          comment: ""
          objectid: "[prefix]:Timetable:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      netex:
        time_table:
          comment: ""
          objectid: "[prefix]:Timetable:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      gtfs:
        time_table:
          comment: ""
          objectid: "[prefix]:Timetable:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      hub:
        time_table:
          comment: "Maximum length = 75."
          objectid: "[prefix]:Timetable:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character. Maximum length of the unique key = 6."
    placeholders:
      time_table:
        tag_search: "ex: Public hollidays,School holidays"