Skip to content

Commit 6e9633d

Browse files
committed
Initial commit
0 parents  commit 6e9633d

File tree

1,262 files changed

+30756
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,262 files changed

+30756
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/build
2+
/dist
3+
/node_modules
4+
/package-lock.json
5+
/stats.html
6+
secrets
7+
.DS_Store
8+
.eslintcache

2021/data/NewOlympicStadium2.glb

945 KB
Binary file not shown.

2021/data/NewOlympicStadium2_a.png

123 KB
Loading

2021/data/NewOlympicStadium2_d.png

896 KB
Loading

2021/data/NewOlympicStadium2_n.png

380 KB
Loading

2021/data/airports.json.gz

9.95 KB
Binary file not shown.

2021/data/dictionary-en.json

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"loading-failed": "Loading failed. Please reload the page.",
3+
4+
"edit-date-time": "Edit date & time",
5+
"cancel": "Cancel",
6+
"ok": "OK",
7+
"x-speed": "x speed",
8+
9+
"search": "Station search",
10+
"enter-search": "Route search",
11+
"exit-search": "Close route search",
12+
"station-name": "Station name",
13+
"zoom-in": "Zoom in",
14+
"zoom-out": "Zoom out",
15+
"compass": "Reset bearing to north",
16+
"enter-fullscreen": "Enter fullscreen",
17+
"exit-fullscreen": "Exit fullscreen",
18+
"enter-underground": "Enter underground",
19+
"exit-underground": "Exit underground",
20+
"track": "Track train",
21+
"enter-playback": "Enter playback",
22+
"exit-playback": "Exit playback",
23+
"enter-eco": "Enter eco mode",
24+
"exit-eco": "Exit eco mode",
25+
"show-weather": "Show weather",
26+
"hide-weather": "Hide weather",
27+
"select-layers": "Select layers",
28+
"layers": "Layers",
29+
"select-tracking-mode": "Select tracking mode",
30+
"tracking-modes": "Tracking modes",
31+
"position": "Position only",
32+
"back": "Back",
33+
"topback": "Top-back",
34+
"front": "Front",
35+
"topfront": "Top-front",
36+
"helicopter": "Helicopter",
37+
"drone": "Drone",
38+
"bird": "Bird",
39+
"about": "About Mini Tokyo 3D",
40+
41+
"share-this": "Share this $1",
42+
"train": "train",
43+
"flight": "flight",
44+
"my": "My $1",
45+
"on-this": "I'm on this $1 now:",
46+
"shared": "Shared successfully",
47+
"train-terminated": "The specified train service has been terminated",
48+
"flight-terminated": "The specified flight has been terminated",
49+
50+
"for": "for $1",
51+
"and": " / ",
52+
"train-number": "Train number",
53+
"destination": "Destination",
54+
"previous-stop": "Previous stop",
55+
"standing-at": "Standing at",
56+
"next-stop": "Next stop",
57+
"special": "(Special)",
58+
"delay": "$1 minutes late",
59+
"to": "to $1",
60+
"from": "from $1",
61+
"status": "Status",
62+
"scheduled-departure-time": "Scheduled departure",
63+
"estimated-departure-time": "Estimated departure",
64+
"actual-departure-time": "Actual departure",
65+
"scheduled-arrival-time": "Scheduled arrival",
66+
"estimated-arrival-time": "Estimated arrival",
67+
"actual-arrival-time": "Actual arrival",
68+
"code-share": "Code share",
69+
70+
"departures": "Departures",
71+
"to-here": "To here",
72+
"from-here": "From here",
73+
"exits": "Exits",
74+
"service-has-ended": "Service has ended",
75+
76+
"route-search": "Route search",
77+
"from-station": "From",
78+
"to-station": "To",
79+
"enter-station-name": "Enter station name or click",
80+
"depart-at": "Depart at",
81+
"arrive-by": "Arrive by",
82+
"minute": "",
83+
"search-route": "Search",
84+
"route": "Route",
85+
"transfer": "Transfer",
86+
"transfers": "Transfers: $1",
87+
"transfer-and-wait": "Transfer & wait for $1 min",
88+
"cannot-find-train": "Cannot find a train that arrives that day",
89+
90+
"description": "<h3>About Mini Tokyo 3D</h3><p>This data visualization is provided by <a href=\"https://nagix.github.io\" target=\"_blank\">Akihiko Kusanagi</a>. The source of the public transportation data in this app is the <a href=\"https://www.odpt.org\" target=\"_blank\">Public Transportation Open Data Center</a>. They are based on the data provided by the public transportation operators. The accuracy and integrity of the data are not guaranteed. Please do not contact the public transportation operators directly regarding the content of the app.</p><p>For more info, please see the <a href=\"https://minitokyo3d.com/docs/master/\" target=\"_blank\">Mini Tokyo 3D User Guide</a>. Source code is available at <a href=\"https://github.com/nagix/mini-tokyo-3d\" target=\"_blank\">GitHub repository</a>.</p>",
91+
"static-update": "Latest update on static data",
92+
"dynamic-update": "Latest update on dynamic data",
93+
"jr-east": "JR East",
94+
"tokyo-metro": "Tokyo Metro",
95+
"toei": "Metropolitan Gov't",
96+
"hnd-jat": "Japan Airport Terminal",
97+
"hnd-tiat": "Tokyo Int'l Air Terminal",
98+
"naa": "Narita Int'l Airport",
99+
"jal": "Japan Airlines",
100+
"ana": "All Nippon Airways"
101+
}

2021/data/dictionary-es.json

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"loading-failed": "Error de carga. Por favor, vuelva a cargar la página.",
3+
4+
"edit-date-time": "Editar fecha y hora",
5+
"cancel": "Cancelar",
6+
"ok": "OK",
7+
"x-speed": "x velocidad",
8+
9+
"search": "Búsqueda de estación",
10+
"enter-search": "Búsqueda de ruta",
11+
"exit-search": "Cerrar búsqueda de ruta",
12+
"station-name": "Nombre de estación",
13+
"zoom-in": "Acercar zoom",
14+
"zoom-out": "Alejar zoom",
15+
"compass": "Restablecer rumbo al norte",
16+
"enter-fullscreen": "Entrar en pantalla completa",
17+
"exit-fullscreen": "Salir de pantalla completa",
18+
"enter-underground": "Entrar al subterráneo",
19+
"exit-underground": "Salir del subterráneo",
20+
"track": "Seguir tren",
21+
"enter-playback": "Entrar al modo de reproducción",
22+
"exit-playback": "Salir del modo de reproducción",
23+
"enter-eco": "Entrar al modo eco",
24+
"exit-eco": "Salir del modo eco",
25+
"show-weather": "Mostrar clima",
26+
"hide-weather": "Ocultar clima",
27+
"select-layers": "Seleccionar capas",
28+
"layers": "Capas",
29+
"select-tracking-mode": "Seleccionar modo de seguimiento",
30+
"tracking-modes": "Modos de seguimiento",
31+
"position": "Sólo posición",
32+
"back": "Atrás",
33+
"topback": "Arriba-atrás",
34+
"front": "Frente",
35+
"topfront": "Arriba-frente",
36+
"helicopter": "Helicóptero",
37+
"drone": "Dron",
38+
"bird": "Pájaro",
39+
"about": "Acerca de Mini Tokyo 3D",
40+
41+
"share-this": "Comparte este $1",
42+
"train": "tren",
43+
"flight": "vuelo",
44+
"my": "Mi $1",
45+
"on-this": "Estoy en este $1 ahora:",
46+
"shared": "Compartido exitosamente",
47+
"train-terminated": "El servicio de tren especificado ha finalizado",
48+
"flight-terminated": "El vuelo especificado ha finalizado",
49+
50+
"for": "para $1",
51+
"and": " / ",
52+
"train-number": "Número de tren",
53+
"destination": "Destino",
54+
"previous-stop": "Parada anterior",
55+
"standing-at": "Esperando en",
56+
"next-stop": "Siguiente parada",
57+
"special": "(Especial)",
58+
"delay": "$1 minutos tarde",
59+
"to": "a $1",
60+
"from": "desde $1",
61+
"status": "Estado",
62+
"scheduled-departure-time": "Salida programada",
63+
"estimated-departure-time": "Salida estimada",
64+
"actual-departure-time": "Salida real",
65+
"scheduled-arrival-time": "Llegada programada",
66+
"estimated-arrival-time": "Llegada estimada",
67+
"actual-arrival-time": "Llegada real",
68+
"code-share": "Código compartido",
69+
70+
"departures": "Salidas",
71+
"to-here": "Hasta aquí",
72+
"from-here": "Desde aquí",
73+
"exits": "Entradas/salidas",
74+
"service-has-ended": "El servicio ha terminado",
75+
76+
"route-search": "Búsqueda de ruta",
77+
"from-station": "Desde",
78+
"to-station": "Hasta",
79+
"enter-station-name": "Ingrese nombre de estación o clic",
80+
"depart-at": "Salida a las",
81+
"arrive-by": "Llegada antes de las",
82+
"minute": "",
83+
"search-route": "Buscar",
84+
"route": "Ruta",
85+
"transfer": "Transferir",
86+
"transfers": "Transferencias: $1",
87+
"transfer-and-wait": "Transferir y esperar por $1 min",
88+
"cannot-find-train": "No se encuentra un tren que llegue ese día",
89+
90+
"description": "<h3>Acerca de Mini Tokyo 3D</h3><p>Esta visualización de datos es obra de <a href=\"https://nagix.github.io\" target=\"_blank\">Akihiko Kusanagi</a>. La fuente de los datos de transporte público en esta aplicación es el <a href=\"https://www.odpt.org\" target=\"_blank\">Public Transportation Open Data Center</a>. Se basan en los datos proporcionados por los operadores de transporte público. No se garantiza la exactitud e integridad de los datos. No se ponga en contacto directamente con los operadores de transporte público en relación con el contenido de la aplicación.</p><p>Para obtener más información, consulte la <a href=\"https://minitokyo3d.com/docs/master/\" target=\"_blank\">Guía de usuario de Mini Tokyo 3D</a>. El código fuente está disponible en el <a href=\"https://github.com/nagix/mini-tokyo-3d\" target=\"_blank\">repositorio de GitHub</a>.</p>",
91+
"static-update": "Ultima actualización de datos estáticos",
92+
"dynamic-update": "Ultima actualización de datos dinámicos",
93+
"jr-east": "JR East",
94+
"tokyo-metro": "Metro de Tokyo",
95+
"toei": "Gobierno Metropolitano de Tokio",
96+
"hnd-jat": "Japan Airport Terminal",
97+
"hnd-tiat": "Haneda Airport Terminal",
98+
"naa": "Aeropuerto internacional de Narita",
99+
"jal": "Japan Airlines",
100+
"ana": "All Nippon Airways"
101+
}

2021/data/dictionary-fr.json

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"loading-failed": "Echec du chargement. Rechargez la page.",
3+
4+
"edit-date-time": "Modifier la date el l’heure",
5+
"cancel": "Annuler",
6+
"ok": "OK",
7+
"x-speed": "x vitesse",
8+
9+
"search": "Recherche de station",
10+
"enter-search": "Recherche d'itinéraire",
11+
"exit-search": "Fermer recherche d'itinéraire",
12+
"station-name": "Nom de station",
13+
"zoom-in": "Zoomer",
14+
"zoom-out": "Dézoomer",
15+
"compass": "Réinitialiser le plan vers le nord",
16+
"enter-fullscreen": "Passer en mode plein-écran",
17+
"exit-fullscreen": "Quitter le mode plein-écran",
18+
"enter-underground": "Passer en mode souterrain",
19+
"exit-underground": "Quitter le mode souterrain",
20+
"track": "Suivre un train",
21+
"enter-playback": "Passer en mode de lecture",
22+
"exit-playback": "Quitter le mode de lecture",
23+
"enter-eco": "Passer en mode eco",
24+
"exit-eco": "Quitter le mode eco",
25+
"show-weather": "Afficher la météo",
26+
"hide-weather": "Cacher la météo",
27+
"select-layers": "Sélectionner un calque",
28+
"layers": "Calques",
29+
"select-tracking-mode": "Selectionner le mode de suivi",
30+
"tracking-modes": "Modes de suivi",
31+
"position": "Position seulement",
32+
"back": "De l’arrière",
33+
"topback": "De l’arrière supérieur",
34+
"front": "De l'avant",
35+
"topfront": "De l'avant supérieur",
36+
"helicopter": "Hélicoptère",
37+
"drone": "Drone",
38+
"bird": "Oiseau",
39+
"about": "À propos de Mini Tokyo 3D",
40+
41+
"share-this": "Partager ce $1",
42+
"train": "train",
43+
"flight": "vol",
44+
"my": "Mon $1",
45+
"on-this": "Je suis actuellement dans ce $1:",
46+
"shared": "Partagée avec succès",
47+
"train-terminated": "Le service de train spécifié a été annulé",
48+
"flight-terminated": "Le vol spécifié a été annulé",
49+
50+
"for": "pour $1",
51+
"and": " / ",
52+
"train-number": "Numéro de train",
53+
"destination": "Destination",
54+
"previous-stop": "Arrêt précédent",
55+
"standing-at": "En attend à",
56+
"next-stop": "Prochain arrêt",
57+
"special": "(Spécial)",
58+
"delay": "$1 minutes de retard",
59+
"to": "pour $1",
60+
"from": "de $1",
61+
"status": "Statut",
62+
"scheduled-departure-time": "Horaire de départ",
63+
"estimated-departure-time": "Départ prévue",
64+
"actual-departure-time": "Départ réel",
65+
"scheduled-arrival-time": "Horaire de arrivée",
66+
"estimated-arrival-time": "Arrivée prévue",
67+
"actual-arrival-time": "Arrivée réel",
68+
"code-share": "Partage de code",
69+
70+
"departures": "Départs",
71+
"to-here": "À ici",
72+
"from-here": "D'ici",
73+
"exits": "Sorties",
74+
"service-has-ended": "Le service est terminé",
75+
76+
"route-search": "Recherche d'itinéraire",
77+
"from-station": "De",
78+
"to-station": "À",
79+
"enter-station-name": "Entrez nom de station ou cliquez",
80+
"depart-at": "Départ à",
81+
"arrive-by": "Arrive avant",
82+
"minute": "",
83+
"search-route": "Rechercher",
84+
"route": "Itinéraire",
85+
"transfer": "Transfert",
86+
"transfers": "Transferts: $1",
87+
"transfer-and-wait": "Transférez et attendez $1 min",
88+
"cannot-find-train": "Impossible de trouver un train qui arrive ce jour-là",
89+
90+
"description": "<h3>À propos de Mini Tokyo 3D</h3><p>Cette visualisation de données est fournie par <a href=\"https://nagix.github.io\" target=\"_blank\">Akihiko Kusanagi</a>. La source des données sur les transports publics pour cette application est <a href=\"https://www.odpt.org\" target=\"_blank\">Public Transportation Open Data Center</a>. Ils sont basés sur les données fournies par les opérateurs du transport public. L'exactitude et l'intégrité des données ne sont pas garanties. Veuillez ne pas contacter directement les opérateurs de transport public concernant le contenu de l'application.</p><p>Pour plus d'informations, veuillez consulter le <a href=\"https://minitokyo3d.com/docs/master/\" target=\"_blank\">Guide d'utilisation du Mini Tokyo 3D</a>. Le code source est disponible sur <a href=\"https://github.com/nagix/mini-tokyo-3d\" target=\"_blank\">Référentiel GitHub</a>.</p>",
91+
"static-update": "Dernière mise à jour des données statiques",
92+
"dynamic-update": "Dernière mise à jour des données dynamiques",
93+
"jr-east": "JR East",
94+
"tokyo-metro": "Métro de Tokyo",
95+
"toei": "Gouvernement Métropolitain de Tokyo",
96+
"hnd-jat": "Japan Airport Terminal",
97+
"hnd-tiat": "Haneda Airport Terminal",
98+
"naa": " Aéroport international de Narita",
99+
"jal": "Japan Airlines",
100+
"ana": "All Nippon Airways"
101+
}

0 commit comments

Comments
 (0)