aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorZakaria BOUZIANE2014-11-24 09:25:59 +0100
committerZakaria BOUZIANE2014-11-24 09:25:59 +0100
commit05e441cf7841a61e40a01a783d1b4f2fb0cd1a68 (patch)
treed0bd95d1278e9fbacb033af218695409fb0bfeb3 /config
parent3d61c788b87c8a4017dc86c4f2bc211fc784af14 (diff)
downloadchouette-core-05e441cf7841a61e40a01a783d1b4f2fb0cd1a68.tar.bz2
HUB Export only if less than 50000 VehicleJourneyAtStops and start_date and end_date are provided
Diffstat (limited to 'config')
-rw-r--r--config/locales/exports.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/exports.yml b/config/locales/exports.yml
index 6ade85762..1e01507ce 100644
--- a/config/locales/exports.yml
+++ b/config/locales/exports.yml
@@ -118,6 +118,10 @@ en:
object_id_prefix: "when prefix has this value, it will be removed to build GTFS id"
start_date: "reduce import to vehicle journeys running from this date"
end_date: "reduce import to vehicle journeys running until this date"
+ vjas:
+ size: "HUB export not allowed. The number of vehicle journeys at stops (%{size}) is greater than 50000."
+ dates:
+ not_nul: "HUB Export interrupted. Start date and end date must be provided."
area_types:
quay: "Quays and Boarding Positions"
commercial_stop_point: "Commercial Stop Points"
@@ -243,6 +247,10 @@ fr:
object_id_prefix: "lorsque le préfixe d'identifiant Netpune prend cette valeur, il n'est pas utilisé pour composer l'identifiant GTFS"
start_date: "limite l'export aux courses circulant à partir de cette date"
end_date: "limite l'export aux courses circulant jusqu'à cette date"
+ vjas:
+ size: "L'Export HUB est impossible. Le nombre d'horaires (%{size}) est supérieure à 50000."
+ dates:
+ not_nul: "Export HUB interrompu. Les dates de début et de fin doivent êtres renseignées."
area_types:
quay: "Arrêts"
commercial_stop_point: "Arrêts commerciaux"