diff options
| author | Vlatka Pavisic | 2017-02-13 17:39:30 +0100 |
|---|---|---|
| committer | Xinhui | 2017-02-20 11:52:06 +0100 |
| commit | 86cd6fb168b94debc3fc0eb99ac61f1a9b9b0049 (patch) | |
| tree | 8b94bf10593393b9ad6bf73fb13b623abb615778 /config/locales | |
| parent | 84e433dbdbd457c922725ea54cd703ed28da7ab6 (diff) | |
| download | chouette-core-86cd6fb168b94debc3fc0eb99ac61f1a9b9b0049.tar.bz2 | |
Refs #2596 : Replace creation_time with timestamps
Diffstat (limited to 'config/locales')
32 files changed, 94 insertions, 54 deletions
diff --git a/config/locales/access_links.en.yml b/config/locales/access_links.en.yml index a90085588..19687fe84 100644 --- a/config/locales/access_links.en.yml +++ b/config/locales/access_links.en.yml @@ -7,16 +7,16 @@ en: destroy_confirm: "Are you sure you want destroy this access link?" new: title_access_point_to_stop_area: "Create an access link from access %{access_point} to stop area %{stop_area}" - title_stop_area_to_access_point: "Create an access link from stop area %{stop_area} to access %{access_point}" + title_stop_area_to_access_point: "Create an access link from stop area %{stop_area} to access %{access_point}" edit: title_access_point_to_stop_area: "Update an access link from access %{access_point} to stop area %{stop_area}" title_stop_area_to_access_point: "Update an access link from stop area %{stop_area} to access %{access_point} " show: title: "access link %{access_link}" durations: "Durations (hh mm ss):" - activerecord: - models: - access_link: + activerecord: + models: + access_link: zero: "access link" one: "access link" other: "access links" @@ -37,7 +37,8 @@ en: lift_availability: "Lift" objectid: "Neptune identifier" object_version: "Version" - creation_time: "Created on" + created_at: Created at + updated_at: Updated at creator_id: "Created by " formtastic: titles: diff --git a/config/locales/access_links.fr.yml b/config/locales/access_links.fr.yml index efeb8b6f9..444052b65 100644 --- a/config/locales/access_links.fr.yml +++ b/config/locales/access_links.fr.yml @@ -37,7 +37,8 @@ fr: lift_availability: "Ascenseur" objectid: "Identifiant Neptune" object_version: "Version" - creation_time: "Créé le" + created_at: "Créé le" + updated_at: "Modifié le" creator_id: "Créé par" formtastic: titles: diff --git a/config/locales/access_points.en.yml b/config/locales/access_points.en.yml index 997d84a34..b5b5e0c20 100644 --- a/config/locales/access_points.en.yml +++ b/config/locales/access_points.en.yml @@ -1,7 +1,7 @@ en: access_points: access_point: - no_position: "No Position" + no_position: "No Position" actions: new: "Add a new access point" edit: "Edit this access point" @@ -22,9 +22,9 @@ en: index: title: "Access points" name_or_country_code: "Name" - activerecord: - models: - access_point: + activerecord: + models: + access_point: zero: "access point" one: "access point" other: "access points" @@ -50,8 +50,9 @@ en: lift_availability: "Lift" objectid: "Neptune identifier" object_version: "Version" - creation_time: "Created on" - creator_id: "Created by" + created_at: Created at + updated_at: Updated at + creator_id: "Created by" coordinates: "Coordinates (lat,lng)" zip_code: "Zip code" city_name: "City" diff --git a/config/locales/access_points.fr.yml b/config/locales/access_points.fr.yml index f3a8d5b9d..81190d4a4 100644 --- a/config/locales/access_points.fr.yml +++ b/config/locales/access_points.fr.yml @@ -50,7 +50,8 @@ fr: lift_availability: "Ascenseur" objectid: "Identifiant Neptune" object_version: "Version" - creation_time: "Créé le" + created_at: "Créé le" + updated_at: "Modifié le" creator_id: "Créé par" coordinates: "Coordonnées (lat,lng)" zip_code: "Code postal" diff --git a/config/locales/companies.en.yml b/config/locales/companies.en.yml index 55ad321d8..ac11a896a 100644 --- a/config/locales/companies.en.yml +++ b/config/locales/companies.en.yml @@ -38,7 +38,8 @@ en: url: "Web page" objectid: "Neptune identifier" object_version: "Version" - creation_time: "Created on" + created_at: Created at + updated_at: Updated at creator_id: "Created by " formtastic: titles: diff --git a/config/locales/companies.fr.yml b/config/locales/companies.fr.yml index 4d268a407..37d88c17a 100644 --- a/config/locales/companies.fr.yml +++ b/config/locales/companies.fr.yml @@ -38,7 +38,8 @@ fr: url: "Page web associée" objectid: "Identifiant Neptune" object_version: "Version" - creation_time: "Créé le" + created_at: "Créé le" + updated_at: "Modifié le" creator_id: "Créé par" formtastic: titles: diff --git a/config/locales/connection_links.en.yml b/config/locales/connection_links.en.yml index ceb53cf0f..7f0ae18ae 100644 --- a/config/locales/connection_links.en.yml +++ b/config/locales/connection_links.en.yml @@ -27,12 +27,12 @@ en: select_departure: title: "Select start stop area for %{connection_link}" select_arrival: - title: "Select end stop area for %{connection_link}" + title: "Select end stop area for %{connection_link}" select_areas: title: "Select start and end stops for %{connection_link}" - activerecord: - models: - connection_link: + activerecord: + models: + connection_link: zero: "connection link" one: "connection link" other: "connection links" @@ -56,8 +56,9 @@ en: lift_availability: "Lift" objectid: "Neptune identifier" object_version: "Version" - creation_time: "Created on" - creator_id: "Created by" + created_at: Created at + updated_at: Updated at + creator_id: "Created by" formtastic: titles: connection_link: diff --git a/config/locales/connection_links.fr.yml b/config/locales/connection_links.fr.yml index 76f1a9b7b..dad358006 100644 --- a/config/locales/connection_links.fr.yml +++ b/config/locales/connection_links.fr.yml @@ -56,7 +56,8 @@ fr: lift_availability: "Ascenseur" objectid: "Identifiant Neptune" object_version: "Version" - creation_time: "Créé le" + created_at: "Créé le" + updated_at: "Modifié le" creator_id: "Créé par" formtastic: titles: diff --git a/config/locales/group_of_lines.en.yml b/config/locales/group_of_lines.en.yml index b1cc10acc..ebd596239 100644 --- a/config/locales/group_of_lines.en.yml +++ b/config/locales/group_of_lines.en.yml @@ -32,7 +32,8 @@ en: line_count: "Number of lines" objectid: "Neptune identifier" object_version: "Version" - creation_time: "Created on" + created_at: Created at + updated_at: Updated at creator_id: "Created by" formtastic: titles: @@ -61,4 +62,4 @@ en: registration_number: "Positif integer, unique key, of no more than 8 digits." objectid: "[prefix]:GroupOfLine:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character. Maximum length of the unique key = 6." referential_group_of_lines: - <<: *en_group_of_lines
\ No newline at end of file + <<: *en_group_of_lines diff --git a/config/locales/group_of_lines.fr.yml b/config/locales/group_of_lines.fr.yml index 6e0f0640b..d7da6d881 100644 --- a/config/locales/group_of_lines.fr.yml +++ b/config/locales/group_of_lines.fr.yml @@ -32,7 +32,8 @@ fr: line_count: "Nombre de lignes" objectid: "Identifiant Neptune" object_version: "Version" - creation_time: "Créé le" + created_at: "Créé le" + updated_at: "Modifié le" creator_id: "Créé par" formtastic: titles: @@ -61,4 +62,4 @@ fr: registration_number: "Entier positif, clé unique, d'un maximum de 8 chiffres." objectid: "[prefixe]:GroupOfLine:[clé_unique] caractères autorisés : alphanumériques et 'souligné' pour le préfixe, la clé unique accepte en plus le 'moins'. Longueur maximale de la clé unique = 6." referential_group_of_lines: - <<: *fr_group_of_lines
\ No newline at end of file + <<: *fr_group_of_lines diff --git a/config/locales/journey_patterns.en.yml b/config/locales/journey_patterns.en.yml index b11c59bb1..d62d79e58 100644 --- a/config/locales/journey_patterns.en.yml +++ b/config/locales/journey_patterns.en.yml @@ -18,14 +18,14 @@ en: title: "Update journey pattern %{journey_pattern}" show: title: "Journey Pattern %{journey_pattern}" - stop_points: "Stop point on journey pattern list" + stop_points: "Stop point on journey pattern list" index: title: "Journey Patterns" form: warning: "Be careful, selection is also applied to the %{count} vehicle journeys associated to this journey pattern" - activerecord: - models: - journey_pattern: + activerecord: + models: + journey_pattern: zero: "journey pattern" one: "journey pattern" other: "journey patterns" @@ -33,37 +33,38 @@ en: journey_pattern: route: "Route" name: "Name" - published_name: "Published name" + published_name: "Published name" comment: "Comments" registration_number: "Registration number" stop_point_ids: "Route's stop selection" objectid: "Neptune identifier" object_version: "Version" - creation_time: "Created on" + created_at: Created at + updated_at: Updated at creator_id: "Created by" formtastic: titles: journey_pattern: name: "" - registration_number: "Positif integer." + registration_number: "Positif integer." objectid: "[prefix]:JourneyPattern:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character" neptune: journey_pattern: name: "" - registration_number: "Positif integer." + registration_number: "Positif integer." objectid: "[prefix]:JourneyPattern:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character" netex: journey_pattern: name: "" - registration_number: "Positif integer." + registration_number: "Positif integer." objectid: "[prefix]:JourneyPattern:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character" gtfs: journey_pattern: name: "" - registration_number: "Positif integer." + registration_number: "Positif integer." objectid: "[prefix]:JourneyPattern:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character" hub: journey_pattern: name: "Maximum length = 75." - registration_number: "Positif integer, unique key, of no more than 8 digits." + registration_number: "Positif integer, unique key, of no more than 8 digits." objectid: "[prefix]:JourneyPattern:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character. Maximum length of the unique key = 30." diff --git a/config/locales/journey_patterns.fr.yml b/config/locales/journey_patterns.fr.yml index 83e77e474..698fd73b8 100644 --- a/config/locales/journey_patterns.fr.yml +++ b/config/locales/journey_patterns.fr.yml @@ -33,13 +33,14 @@ fr: journey_pattern: route: "Séquence d'arrêts" name: "Nom" - published_name: "Nom public" + published_name: "Nom public" comment: "Commentaire" registration_number: "Numéro d'enregistrement" stop_point_ids: "Sélection des arrêts desservis" objectid: "Identifiant Neptune" object_version: "Version" - creation_time: "Créé le" + created_at: "Créé le" + updated_at: "Modifié le" creator_id: "Créé par" formtastic: titles: diff --git a/config/locales/lines.en.yml b/config/locales/lines.en.yml index 748064c3d..7ef224494 100644 --- a/config/locales/lines.en.yml +++ b/config/locales/lines.en.yml @@ -89,7 +89,8 @@ en: comment: "Comments" objectid: "Neptune identifier" object_version: "Version" - creation_time: "Created on" + created_at: Created at + updated_at: Updated at creator_id: "Created by" footnotes: "Footnotes" stable_id: External permanent idenifier" diff --git a/config/locales/lines.fr.yml b/config/locales/lines.fr.yml index b328b7885..3cd72d5c7 100644 --- a/config/locales/lines.fr.yml +++ b/config/locales/lines.fr.yml @@ -89,7 +89,8 @@ fr: comment: "Commentaire" objectid: "Identifiant Neptune" object_version: "Version" - creation_time: "Créé le" + created_at: "Créé le" + updated_at: "Modifié le" creator_id: "Créé par" footnotes: "Notes de bas de page" stable_id: "Identifiant externe pérenne" diff --git a/config/locales/networks.en.yml b/config/locales/networks.en.yml index fdec3d45a..a5962e2a6 100644 --- a/config/locales/networks.en.yml +++ b/config/locales/networks.en.yml @@ -35,7 +35,8 @@ en: source_identifier: "Source identifier" objectid: "Neptune identifier" object_version: "Version" - creation_time: "Created on" + created_at: Created at + updated_at: Updated at creator_id: "Created by " formtastic: titles: diff --git a/config/locales/networks.fr.yml b/config/locales/networks.fr.yml index 0621a6689..bc9db32d9 100644 --- a/config/locales/networks.fr.yml +++ b/config/locales/networks.fr.yml @@ -35,7 +35,8 @@ fr: source_identifier: "Identifiant du système origine" objectid: "Identifiant Neptune" object_version: "Version" - creation_time: "Créé le" + created_at: "Créé le" + updated_at: "Modifié le" creator_id: "Créé par" formtastic: titles: diff --git a/config/locales/route_sections.en.yml b/config/locales/route_sections.en.yml index 76fbb790d..7f4a56fc4 100644 --- a/config/locales/route_sections.en.yml +++ b/config/locales/route_sections.en.yml @@ -46,3 +46,5 @@ en: arrival: "Arrival point" points: "Via" distance: "Distance" + created_at: Created at + updated_at: Updated at diff --git a/config/locales/route_sections.fr.yml b/config/locales/route_sections.fr.yml index 9d4d3865b..77022c226 100644 --- a/config/locales/route_sections.fr.yml +++ b/config/locales/route_sections.fr.yml @@ -46,3 +46,5 @@ fr: arrival: "Arrêt d'arrivée" points: "Via" distance: "Distance" + created_at: "Créé le" + updated_at: "Modifié le" diff --git a/config/locales/routes.en.yml b/config/locales/routes.en.yml index d2502ef6c..0a048de79 100644 --- a/config/locales/routes.en.yml +++ b/config/locales/routes.en.yml @@ -62,7 +62,8 @@ en: opposite_route_id: "Reversed route" objectid: "Neptune identifier" object_version: "Version" - creation_time: "Created on" + created_at: Created at + updated_at: Updated at creator_id: "Created by" no_journey_pattern: "No journey pattern" formtastic: diff --git a/config/locales/routes.fr.yml b/config/locales/routes.fr.yml index 183531236..25d8fca85 100644 --- a/config/locales/routes.fr.yml +++ b/config/locales/routes.fr.yml @@ -62,7 +62,8 @@ fr: opposite_route_id: "Itinéraire associé en sens opposé" objectid: "Identifiant Neptune" object_version: "Version" - creation_time: "Créé le" + created_at: "Créé le" + updated_at: "Modifié le" creator_id: "Créé par" no_journey_pattern: "Pas de mission" formtastic: diff --git a/config/locales/routing_constraint_zones.en.yml b/config/locales/routing_constraint_zones.en.yml index 7afff4b16..2998431fa 100644 --- a/config/locales/routing_constraint_zones.en.yml +++ b/config/locales/routing_constraint_zones.en.yml @@ -7,6 +7,8 @@ en: name: Name stop_areas: Stop areas line: Line + created_at: Created at + updated_at: Updated at routing_constraint_zones: actions: new: New routing constraint zone diff --git a/config/locales/routing_constraint_zones.fr.yml b/config/locales/routing_constraint_zones.fr.yml index aca828dcb..276da2ce0 100644 --- a/config/locales/routing_constraint_zones.fr.yml +++ b/config/locales/routing_constraint_zones.fr.yml @@ -7,6 +7,8 @@ fr: name: Nom stop_areas: Arrêts line: Ligne + created_at: "Créé le" + updated_at: "Modifié le" routing_constraint_zones: actions: new: Ajouter une zone de contrainte diff --git a/config/locales/stop_areas.en.yml b/config/locales/stop_areas.en.yml index dc1716198..999457e52 100644 --- a/config/locales/stop_areas.en.yml +++ b/config/locales/stop_areas.en.yml @@ -105,7 +105,8 @@ en: url: "Web page" objectid: "Neptune identifier" object_version: "Version" - creation_time: "Created on" + created_at: Created at + updated_at: Updated at creator_id: "Created by" children_ids: "Children" routing_stop_ids: "Attached stops" diff --git a/config/locales/stop_areas.fr.yml b/config/locales/stop_areas.fr.yml index 946199c68..8c1817d7d 100644 --- a/config/locales/stop_areas.fr.yml +++ b/config/locales/stop_areas.fr.yml @@ -105,7 +105,8 @@ fr: url: "Page web associée" objectid: "Identifiant Neptune" object_version: "Version" - creation_time: "Créé le" + created_at: "Créé le" + updated_at: "Modifié le" creator_id: "Créé par" children_ids: "Fils" routing_stop_ids: "Arrêts concernés par l'ITL" diff --git a/config/locales/stop_points.en.yml b/config/locales/stop_points.en.yml index 7221eaef5..5fc5b8b5c 100644 --- a/config/locales/stop_points.en.yml +++ b/config/locales/stop_points.en.yml @@ -24,15 +24,17 @@ en: no_object: "Nothing" lines: "Lines" address: "Address" - activerecord: - models: - stop_point: + activerecord: + models: + stop_point: zero: "stop point on route" one: "stop point on route" other: "stop points on route" attributes: stop_point: lines: "lines" + created_at: Created at + updated_at: Updated at simple_form: labels: stop_point: diff --git a/config/locales/stop_points.fr.yml b/config/locales/stop_points.fr.yml index c2516bc63..128c0416c 100644 --- a/config/locales/stop_points.fr.yml +++ b/config/locales/stop_points.fr.yml @@ -33,6 +33,8 @@ fr: attributes: stop_point: lines: "Lignes" + created_at: "Créé le" + updated_at: "Modifié le" simple_form: labels: stop_point: diff --git a/config/locales/time_tables.en.yml b/config/locales/time_tables.en.yml index 1c9d86b47..e783f5b18 100644 --- a/config/locales/time_tables.en.yml +++ b/config/locales/time_tables.en.yml @@ -76,7 +76,8 @@ en: sunday: "Sunday" objectid: "Neptune identifier" object_version: "Version" - creation_time: "Created on" + created_at: Created at + updated_at: Updated at creator_id: "Created by " calendars: "Calendar view" calendar_details: "Calendar details" diff --git a/config/locales/time_tables.fr.yml b/config/locales/time_tables.fr.yml index 408f08fd9..6e0cb0f28 100644 --- a/config/locales/time_tables.fr.yml +++ b/config/locales/time_tables.fr.yml @@ -76,7 +76,8 @@ fr: sunday: "Dimanche" objectid: "Identifiant Neptune" object_version: "Version" - creation_time: "Créé le" + created_at: "Créé le" + updated_at: "Modifié le" creator_id: "Créé par" calendars: "Calendrier" calendar_details: "Données du calendrier" diff --git a/config/locales/timebands.en.yml b/config/locales/timebands.en.yml index fae2f1d30..1ac68644d 100644 --- a/config/locales/timebands.en.yml +++ b/config/locales/timebands.en.yml @@ -24,3 +24,5 @@ en: name: "Title" start_time: "Start time" end_time: "End time" + created_at: Created at + updated_at: Updated at diff --git a/config/locales/timebands.fr.yml b/config/locales/timebands.fr.yml index 2653fe686..6a85c7a1a 100644 --- a/config/locales/timebands.fr.yml +++ b/config/locales/timebands.fr.yml @@ -24,3 +24,5 @@ fr: name: "Titre" start_time: "Heure de début" end_time: "Heure de fin" + created_at: "Créé le" + updated_at: "Modifié le" diff --git a/config/locales/vehicle_journeys.en.yml b/config/locales/vehicle_journeys.en.yml index abaa85d29..7f3871fbf 100644 --- a/config/locales/vehicle_journeys.en.yml +++ b/config/locales/vehicle_journeys.en.yml @@ -102,7 +102,8 @@ en: journey_frequency_ids: "Timeband" objectid: "Neptune identifier" object_version: "Version" - creation_time: "Created on" + created_at: Created at + updated_at: Updated at creator_id: "Created by" footnote_ids: "Footnotes" errors: diff --git a/config/locales/vehicle_journeys.fr.yml b/config/locales/vehicle_journeys.fr.yml index 5cd1b3087..9597b992c 100644 --- a/config/locales/vehicle_journeys.fr.yml +++ b/config/locales/vehicle_journeys.fr.yml @@ -102,7 +102,8 @@ fr: journey_frequency_ids: "Créneau horaire" objectid: "Identifiant Neptune" object_version: "Version" - creation_time: "Créé le" + created_at: "Créé le" + updated_at: "Modifié le" creator_id: "Créé par" footnote_ids: "Notes de bas de page" errors: |
