Skip to content

Commit 92d43d1

Browse files
tknkaaqwencoder
andcommitted
Translate marker popups to Japanese
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent 2f54a9c commit 92d43d1

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

src/markers.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ export interface MarkerData {
66
}
77

88
export const waterServerMarkers: MarkerData[] = [
9-
{ position: [1560, 1560], popup: "Komaba Library 1F" },
10-
{ position: [1351, 2680], popup: "Comipla 1F" },
11-
{ position: [1351, 2650], popup: "Comipla 2F" },
12-
{ position: [1494, 2823], popup: "Campus Plaza A Building 1F" },
13-
{ position: [1529, 2688], popup: "2nd Gymnasium 1F" },
14-
{ position: [1567, 2689], popup: "2nd Gymnasium 2F" },
15-
{ position: [1668, 2991], popup: "1st Gymnasium 2F" },
16-
{ position: [1390, 2065], popup: "Building 8 1F" },
9+
{ position: [1560, 1560], popup: "駒場図書館 1F" },
10+
{ position: [1351, 2680], popup: "コミプラ 1F" },
11+
{ position: [1351, 2650], popup: "コミプラ 2F" },
12+
{ position: [1494, 2823], popup: "キャンパスプラザA棟 1F" },
13+
{ position: [1529, 2688], popup: "第2体育館 1F" },
14+
{ position: [1567, 2689], popup: "第2体育館 2F" },
15+
{ position: [1668, 2991], popup: "第1体育館 2F" },
16+
{ position: [1390, 2065], popup: "8号館 1F" },
1717
{ position: [1645, 2200], popup: "21 KOMCEE West B1F" },
18-
{ position: [1026, 2812], popup: "Building 5 1F" },
19-
{ position: [1160, 1318], popup: "Building 13 1F" },
20-
{ position: [1500, 860], popup: "Building 15 1F" },
21-
{ position: [1340, 2788], popup: "Co-op Purchasing Department" },
18+
{ position: [1026, 2812], popup: "5号館 1F" },
19+
{ position: [1160, 1318], popup: "13号館 1F" },
20+
{ position: [1500, 860], popup: "15号館 1F" },
21+
{ position: [1340, 2788], popup: "購買部" },
2222
{
2323
position: [505, 2826],
24-
popup: "Mathematical Science Research Building 1F",
24+
popup: "数理科学研究科棟 1F",
2525
},
2626
];
2727

src/pages/MapPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function UserLocation() {
168168
return (
169169
<>
170170
<Marker position={position} icon={dotIcon} zIndexOffset={1000}>
171-
<Popup>Current Location</Popup>
171+
<Popup>現在地</Popup>
172172
</Marker>
173173
{/*精度円 (accuracy radius in meters, but since this is a custom CRS map, we use a visual radius in pixels)*/}
174174
<Circle

0 commit comments

Comments
 (0)