diff options
| -rw-r--r-- | config/locales/directions.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/lines.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/stop_area_referential_syncs.en.yml | 12 |
3 files changed, 7 insertions, 9 deletions
diff --git a/config/locales/directions.en.yml b/config/locales/directions.en.yml index 05bc29da3..575ffe90d 100644 --- a/config/locales/directions.en.yml +++ b/config/locales/directions.en.yml @@ -3,7 +3,7 @@ en: label: straight_forward: "straight forward" backward: "backward" - clockwise: "clockwise" + clock_wise: "clockwise" counter_clock_wise: "counterclockwise" north: "north" north_west: "north west" diff --git a/config/locales/lines.en.yml b/config/locales/lines.en.yml index 1ed57d79f..aeaac7ee4 100644 --- a/config/locales/lines.en.yml +++ b/config/locales/lines.en.yml @@ -27,7 +27,7 @@ en: no_networks: "No networks" no_companies: "No companies" no_group_of_lines: "No group of lines" - no_transport_mode: No transport mode + no_transport_modes: No transport mode all_networks: "All networks" all_companies: "All companies" all_group_of_lines: "All group of lines" diff --git a/config/locales/stop_area_referential_syncs.en.yml b/config/locales/stop_area_referential_syncs.en.yml index 76197d5a6..8b3a5e8c3 100644 --- a/config/locales/stop_area_referential_syncs.en.yml +++ b/config/locales/stop_area_referential_syncs.en.yml @@ -7,13 +7,11 @@ en: base: multiple_process: 'There is already an synchronisation in progress' stop_area_referential_sync: - synchronization: - message: - new: "New synchronisation added" - pending: "Synchronization pending" - successful: "Synchronization successful after %{processing_time} with %{imported} objects created, %{updated} objects updated. %{deleted} objects were deleted.." - failed: "Synchronization failed after %{processing_time} with error: %{error}." + message: + new: "New synchronisation added" + pending: "Synchronization pending" + successful: "Synchronization successful after %{processing_time} with %{imported} objects created, %{updated} objects updated. %{deleted} objects were deleted.." + failed: "Synchronization failed after %{processing_time} with error: %{error}." notice: stop_area_referential_sync: created: 'Your synchronisation request has been created' - |
