Skip to content

Commit 354ca7c

Browse files
authored
Merge branch 'main' into visual-tests-for-dark-mode
2 parents a506700 + 07e32c2 commit 354ca7c

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

.all-contributorsrc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,14 +298,24 @@
298298
"code"
299299
]
300300
},
301+
{
302+
"login": "Hatzilu",
303+
"name": "Hatzilu",
304+
"avatar_url": "https://avatars.githubusercontent.com/u/74069208?v=4",
305+
"profile": "https://github.com/Hatzilu",
306+
"contributions": [
307+
"code"
308+
]
309+
},
301310
{
302311
"login": "AvivAbachi",
303312
"name": "Aviv",
304313
"avatar_url": "https://avatars.githubusercontent.com/u/15000215?v=4",
305314
"profile": "https://github.com/AvivAbachi",
306315
"contributions": [
307316
"code",
308-
"test"
317+
"test",
318+
"mentoring"
309319
]
310320
},
311321
{

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ https://github.com/hasadna/open-bus-map-search/blob/main/src/model/busStop.ts#L4
102102
<tr>
103103
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ofirc77"><img src="https://avatars.githubusercontent.com/u/170853216?v=4?s=100" width="100px;" alt="ofirc77"/><br /><sub><b>ofirc77</b></sub></a><br /><a href="#code-ofirc77" title="Code">💻</a></td>
104104
<td align="center" valign="top" width="14.28%"><a href="https://github.com/GuyKe5"><img src="https://avatars.githubusercontent.com/u/101594251?v=4?s=100" width="100px;" alt="Guy Keren"/><br /><sub><b>Guy Keren</b></sub></a><br /><a href="#code-GuyKe5" title="Code">💻</a></td>
105-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/AvivAbachi"><img src="https://avatars.githubusercontent.com/u/15000215?v=4?s=100" width="100px;" alt="Aviv"/><br /><sub><b>Aviv</b></sub></a><br /><a href="#code-AvivAbachi" title="Code">💻</a> <a href="#test-AvivAbachi" title="Tests">⚠️</a></td>
105+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Hatzilu"><img src="https://avatars.githubusercontent.com/u/74069208?v=4?s=100" width="100px;" alt="Hatzilu"/><br /><sub><b>Hatzilu</b></sub></a><br /><a href="#code-Hatzilu" title="Code">💻</a></td>
106+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/AvivAbachi"><img src="https://avatars.githubusercontent.com/u/15000215?v=4?s=100" width="100px;" alt="Aviv"/><br /><sub><b>Aviv</b></sub></a><br /><a href="#code-AvivAbachi" title="Code">💻</a> <a href="#test-AvivAbachi" title="Tests">⚠️</a> <a href="#mentoring-AvivAbachi" title="Mentoring">🧑‍🏫</a></td>
106107
<td align="center" valign="top" width="14.28%"><a href="https://github.com/RGvirer"><img src="https://avatars.githubusercontent.com/u/150089166?v=4?s=100" width="100px;" alt="Rivka Gvirer"/><br /><sub><b>Rivka Gvirer</b></sub></a><br /><a href="#code-RGvirer" title="Code">💻</a></td>
107108
<td align="center" valign="top" width="14.28%"><a href="https://github.com/krasnoff"><img src="https://avatars.githubusercontent.com/u/3822883?v=4?s=100" width="100px;" alt="krasnoff"/><br /><sub><b>krasnoff</b></sub></a><br /><a href="#code-krasnoff" title="Code">💻</a></td>
108109
</tr>

src/locale/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
"gaps_patterns_page_description": "A graphic display of routes performed according to schedule, grouped by time of day\\severity, by user-given bus operator, route number, route & date",
2222
"singleline_map_page_title": "Map by line",
2323
"singleline_map_page_description": "Display of bus route on map by user-given bus operator, vehicle number, route number, route, date & time",
24+
"singleline_map_page_route": "By Route",
25+
"singleline_map_page_vehicle_id": "By Vehicle ID",
2426
"open_menu_description": "Displays different options and parameters which are accessible in the application",
2527
"choose_datetime": "Date and time",
2628
"choose_date": "Date",

src/locale/he.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
"gaps_patterns_page_description": "תצוגה גרפית של אחוז הנסיעות שבוצעו בהתאם ללוח הזמנים בחלוקה לשעות\\רמת חומרה, לפי חברת אוטובוסים, מספר קו, מסלול ותאריך",
2222
"singleline_map_page_title": "מפה לפי קו",
2323
"singleline_map_page_description": "תצוגה של מסלול קו על מפה ע\"פ נתוני חברת אוטובוסים, מספר רכב, קו, מסלול, תאריך ושעה",
24+
"singleline_map_page_route": "לפי מסלול",
25+
"singleline_map_page_vehicle_id": "לפי מספר רכב",
2426
"open_menu_description": "תצוגה של שלל אפשרויות ופרמטרים שונים הניתנים לביצוע באפליקצייה",
2527
"choose_datetime": "תאריך ושעה",
2628
"choose_date": "תאריך",

src/pages/singleLineMap/index.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,13 @@ const SingleLineMapPage = () => {
101101
<ToggleButtonGroup
102102
value={type}
103103
color="primary"
104+
dir="rtl"
104105
onChange={handleTypeChange}
105106
sx={{ height: 56 }}
106107
exclusive
107108
fullWidth>
108-
<ToggleButton value="routes" defaultChecked>
109-
לפי מסלול
110-
</ToggleButton>
111-
<ToggleButton value="vehicle">לפי מספר רכב</ToggleButton>
109+
<ToggleButton value="routes">{t('singleline_map_page_route')}</ToggleButton>
110+
<ToggleButton value="vehicle">{t('singleline_map_page_vehicle_id')}</ToggleButton>
112111
</ToggleButtonGroup>
113112
</Grid>
114113
</Grid>

0 commit comments

Comments
 (0)