diff options
Diffstat (limited to 'config/locales/exports.yml')
| -rw-r--r-- | config/locales/exports.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/locales/exports.yml b/config/locales/exports.yml index d9efdd2d6..539e0d23d 100644 --- a/config/locales/exports.yml +++ b/config/locales/exports.yml @@ -34,6 +34,11 @@ en: CONNECTION_LINK_COUNT: "Connection link count : %{0}" ACCES_LINK_COUNT: "Access Link count : %{0}" ACCES_POINT_COUNT: "Access Point count : %{0}" + TIME_TABLE_COUNT: "Time Table count : %{0}" + VEHICLE_JOURNEY_COUNT: "Vehicle journey count : %{0}" + VEHICLE_JOURNEY_AT_STOP_COUNT: "Vehicle journey At Stop count : %{0}" + PHYSICAL_STOP_AREA_COUNT: "Physical Stop Areas count : %{0}" + COMMERCIAL_STOP_AREA_COUNT: "Logical Stop Areas count : %{0}" EXPORT: "%{0} Export" EXPORTED_LINE: "Line %{0} (%{1}) exported" EMPTY_LINE: "Line without valid vehicle journey : not exported" @@ -72,6 +77,7 @@ en: one: "export" other: "exports" kml_export: "KML export" + hub_export: "HUB export" neptune_export: "Neptune export" csv_export: "CSV export" gtfs_export: "GTFS export" @@ -135,6 +141,11 @@ fr: CONNECTION_LINK_COUNT: "Nombre de correspondances exportées : %{0}" ACCES_LINK_COUNT: "Nombre de liaison d'accès exportées : %{0}" ACCES_POINT_COUNT: "Nombre de points d'accès exportés : %{0}" + TIME_TABLE_COUNT: "Nombre de tableaux de marche : %{0}" + VEHICLE_JOURNEY_COUNT: "Nombre de courses : %{0}" + VEHICLE_JOURNEY_AT_STOP_COUNT: "Nombre d'horaires : %{0}" + PHYSICAL_STOP_AREA_COUNT: "Nombre d'arrêts physiques : %{0}" + COMMERCIAL_STOP_AREA_COUNT: "Nombre d'arrêts logiques : %{0}" EXPORT: "Export %{0}" EXPORTED_LINE: "Ligne %{0} (%{1}) exportée" EMPTY_LINE: "Ligne sans course valide : non exportée" @@ -173,6 +184,7 @@ fr: one: "export" other: "exports" kml_export: "export KML" + hub_export: "export HUB" neptune_export: "export Neptune " csv_export: "export CSV" gtfs_export: "export GTFS " |
