diff options
| author | cedricnjanga | 2018-03-27 22:38:31 -0700 |
|---|---|---|
| committer | Johan Van Ryseghem | 2018-03-29 10:10:31 +0200 |
| commit | 5da1b946dce489b785e74d2f711b2dd3ce3900ea (patch) | |
| tree | 87331088f0cf8b05481966d179d92a3667a41514 /config | |
| parent | 0b9d39df0ba1b3882edf0b50697f004bb402e820 (diff) | |
| download | chouette-core-5da1b946dce489b785e74d2f711b2dd3ce3900ea.tar.bz2 | |
Refs #6156 Update route translations
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/routes.en.yml | 10 | ||||
| -rw-r--r-- | config/locales/routes.fr.yml | 6 |
2 files changed, 12 insertions, 4 deletions
diff --git a/config/locales/routes.en.yml b/config/locales/routes.en.yml index bd8358bdd..58869b895 100644 --- a/config/locales/routes.en.yml +++ b/config/locales/routes.en.yml @@ -1,6 +1,8 @@ en: routes: - search_no_results: "No route matching your query" + filters: + placeholder: Search by name or ID + no_results: "No route matching your query" actions: new: "Add a new route" edit: "Edit this route" @@ -55,7 +57,7 @@ en: for_boarding: "Boarding" for_alighting: "Alighting" duplicate: - title: "Duplicate route" + title: "Clone route" success: "Route cloned with success" route: no_journey_pattern: "No Journey pattern" @@ -82,7 +84,7 @@ en: number: "Number" direction: "Direction" wayback: "Direction" - stop_points: "Nb Stop points" + stop_points: "Nb Stop areas" opposite_route: "Reversed route" opposite_route_id: "Reversed route" objectid: "Neptune identifier" @@ -91,6 +93,8 @@ en: updated_at: Updated at creator_id: "Created by" no_journey_pattern: "No journey pattern" + stop_area_departure: Stop area departure + stop_area_arrival: Stop area arrival formtastic: titles: route: diff --git a/config/locales/routes.fr.yml b/config/locales/routes.fr.yml index c08e64cfd..ddf706794 100644 --- a/config/locales/routes.fr.yml +++ b/config/locales/routes.fr.yml @@ -1,6 +1,8 @@ fr: routes: - search_no_results: "Aucun itinéraire ne correspond à votre recherche" + filters: + placeholder: Indiquez un nom d'itinéraire ou un ID... + no_results: "Aucun itinéraire ne correspond à votre recherche" actions: new: "Ajouter un itinéraire" edit: "Editer cet itinéraire" @@ -95,6 +97,8 @@ fr: updated_at: "Edité le" creator_id: "Créé par" no_journey_pattern: "Pas de mission" + stop_area_departure: Arrêt de départ + stop_area_arrival: Arrêt d'arrivée formtastic: titles: route: |
