aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/directions.yml
blob: 6e541c2744c6bfdda29aa2b0bf7e50f11ee7abba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
en:
  directions:
    label:
      straight_forward: "straight forward"
      backward: "backward"
      clock_wise: "clockwise"
      counter_clock_wise: "counterclockwise"
      north: "north"
      north_west: "north west"
      west: "west"
      south_west: "south west"
      south: "south"
      south_east: "south east"
      east: "east"
      north_east: "north east"
fr:
  directions:
    label:
      straight_forward: "aller"
      backward: "retour"
      clock_wise: "sens horaire"
      counter_clock_wise: "sens anti horaire"
      north: "nord"
      north_west: "nord ouest"
      west: "ouest"
      south_west: "sud ouest"
      south: "sud"
      south_east: "sud est"
      east: "est"
      north_east: "nord est"