aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorjpl2016-11-19 14:34:59 +0100
committerjpl2016-11-19 14:35:14 +0100
commit478561deb52e296520e83dfe1f5dab462d2eddc7 (patch)
tree6d00d8d1938cf0328e302e24b54e8a182ccc4954 /config
parent0c6be980835a9ec2bac980b3c01b0d06544805c5 (diff)
downloadchouette-core-478561deb52e296520e83dfe1f5dab462d2eddc7.tar.bz2
Refs #1293: Fix some i18n issues
Diffstat (limited to 'config')
-rw-r--r--config/locales/directions.en.yml2
-rw-r--r--config/locales/lines.en.yml2
-rw-r--r--config/locales/stop_area_referential_syncs.en.yml12
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'
-