Skip to content

Commit

Permalink
feat: add translations for directional indicators in multiple languages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Nov 25, 2024
1 parent 92765da commit 5343437
Show file tree
Hide file tree
Showing 8 changed files with 82 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/locales/am.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,15 @@
"no_schedules_available": "ምንም ጊዜ ሰንጠረዦች ለተመረጠው ቀን አልተገኙም።",
"stop_id": "የማቆሚያ መታወቂያ",
"direction": "አቅጣጫ"
},
"direction": {
"N": "ሰሜን",
"NE": "ሰሜን ምሥራቅ",
"E": "ምሥራቅ",
"SE": "ደቡብ ምሥራቅ",
"S": "ደቡብ",
"SW": "ደቡብ ምዕራብ",
"W": "ምዕራብ",
"NW": "ሰሜን ምዕራብ"
}
}
10 changes: 10 additions & 0 deletions src/locales/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,15 @@
"no_schedules_available": "لا توجد جداول متاحة للتاريخ المحدد.",
"stop_id": "رقم المحطة",
"direction": "الاتجاه"
},
"direction": {
"N": "شمال",
"NE": "شمال شرق",
"E": "شرق",
"SE": "جنوب شرق",
"S": "جنوب",
"SW": "جنوب غرب",
"W": "غرب",
"NW": "شمال غرب"
}
}
10 changes: 10 additions & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,15 @@
"no_schedules_available": "No schedules available for the selected date.",
"stop_id": "Stop ID",
"direction": "Direction"
},
"direction": {
"N": "North",
"NE": "Northeast",
"E": "East",
"SE": "Southeast",
"S": "South",
"SW": "Southwest",
"W": "West",
"NW": "Northwest"
}
}
11 changes: 11 additions & 0 deletions src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,16 @@
"no_schedules_available": "No hay horarios disponibles para la fecha seleccionada.",
"stop_id": "ID de la parada",
"direction": "Dirección"
},

"direction": {
"N": "Norte",
"NE": "Noreste",
"E": "Este",
"SE": "Sureste",
"S": "Sur",
"SW": "Suroeste",
"W": "Oeste",
"NW": "Noroeste"
}
}
10 changes: 10 additions & 0 deletions src/locales/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,15 @@
"no_schedules_available": "Brak dostępnych rozkładów na wybraną datę.",
"stop_id": "ID przystanku",
"direction": "Kierunek"
},
"direction": {
"N": "Północ",
"NE": "Północny wschód",
"E": "Wschód",
"SE": "Południowy wschód",
"S": "Południe",
"SW": "Południowy zachód",
"W": "Zachód",
"NW": "Północny zachód"
}
}
10 changes: 10 additions & 0 deletions src/locales/so.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,15 @@
"no_schedules_available": "Jadwal lama heli karo taariikhda la doortay.",
"stop_id": "Aqoonsiga joogsiga",
"direction": "Jihada"
},
"direction": {
"N": "Waqooyi",
"NE": "Waqooyi Bari",
"E": "Bari",
"SE": "Koonfur Bari",
"S": "Koonfur",
"SW": "Koonfur Galbeed",
"W": "Galbeed",
"NW": "Waqooyi Galbeed"
}
}
11 changes: 11 additions & 0 deletions src/locales/tl.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,16 @@
"no_schedules_available": "Walang magagamit na iskedyul para sa napiling petsa.",
"stop_id": "ID ng hintuan",
"direction": "Direksyon"
},

"direction": {
"N": "Hilaga",
"NE": "Hilagang-silangan",
"E": "Silangan",
"SE": "Timog-silangan",
"S": "Timog",
"SW": "Timog-kanluran",
"W": "Kanluran",
"NW": "Hilagang-kanluran"
}
}
10 changes: 10 additions & 0 deletions src/locales/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,15 @@
"no_schedules_available": "Không có lịch trình nào khả dụng cho ngày đã chọn.",
"stop_id": "Mã điểm dừng",
"direction": "Hướng"
},
"direction": {
"N": "Bắc",
"NE": "Đông Bắc",
"E": "Đông",
"SE": "Đông Nam",
"S": "Nam",
"SW": "Tây Nam",
"W": "Tây",
"NW": "Tây Bắc"
}
}

0 comments on commit 5343437

Please sign in to comment.