mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-21 14:21:46 +00:00
feat: adds better gpx track views
This commit is contained in:
@@ -815,6 +815,7 @@ const ar: Record<string, string | { name: string; category: string }[]> = {
|
||||
'inspector.addRes': 'حجز',
|
||||
'inspector.editRes': 'تعديل الحجز',
|
||||
'inspector.participants': 'المشاركون',
|
||||
'inspector.trackStats': 'بيانات المسار',
|
||||
|
||||
// Reservations
|
||||
'reservations.title': 'الحجوزات',
|
||||
|
||||
@@ -794,6 +794,7 @@ const br: Record<string, string | { name: string; category: string }[]> = {
|
||||
'inspector.addRes': 'Reserva',
|
||||
'inspector.editRes': 'Editar reserva',
|
||||
'inspector.participants': 'Participantes',
|
||||
'inspector.trackStats': 'Dados da trilha',
|
||||
|
||||
// Reservations
|
||||
'reservations.title': 'Reservas',
|
||||
|
||||
@@ -816,6 +816,7 @@ const cs: Record<string, string | { name: string; category: string }[]> = {
|
||||
'inspector.addRes': 'Rezervace',
|
||||
'inspector.editRes': 'Upravit rezervaci',
|
||||
'inspector.participants': 'Účastníci',
|
||||
'inspector.trackStats': 'Data trasy',
|
||||
|
||||
// Rezervace (Reservations)
|
||||
'reservations.title': 'Rezervace',
|
||||
|
||||
@@ -812,6 +812,7 @@ const de: Record<string, string | { name: string; category: string }[]> = {
|
||||
'inspector.addRes': 'Reservierung',
|
||||
'inspector.editRes': 'Reservierung bearbeiten',
|
||||
'inspector.participants': 'Teilnehmer',
|
||||
'inspector.trackStats': 'Streckendaten',
|
||||
|
||||
// Reservations
|
||||
'reservations.title': 'Buchungen',
|
||||
|
||||
@@ -809,6 +809,7 @@ const en: Record<string, string | { name: string; category: string }[]> = {
|
||||
'inspector.addRes': 'Reservation',
|
||||
'inspector.editRes': 'Edit Reservation',
|
||||
'inspector.participants': 'Participants',
|
||||
'inspector.trackStats': 'Track Stats',
|
||||
|
||||
// Reservations
|
||||
'reservations.title': 'Bookings',
|
||||
|
||||
@@ -789,6 +789,7 @@ const es: Record<string, string> = {
|
||||
'inspector.addRes': 'Reserva',
|
||||
'inspector.editRes': 'Editar reserva',
|
||||
'inspector.participants': 'Participantes',
|
||||
'inspector.trackStats': 'Datos de la ruta',
|
||||
|
||||
// Reservations
|
||||
'reservations.title': 'Reservas',
|
||||
|
||||
@@ -811,6 +811,7 @@ const fr: Record<string, string> = {
|
||||
'inspector.addRes': 'Réservation',
|
||||
'inspector.editRes': 'Modifier la réservation',
|
||||
'inspector.participants': 'Participants',
|
||||
'inspector.trackStats': 'Données du parcours',
|
||||
|
||||
// Reservations
|
||||
'reservations.title': 'Réservations',
|
||||
|
||||
@@ -810,6 +810,7 @@ const hu: Record<string, string | { name: string; category: string }[]> = {
|
||||
'inspector.addRes': 'Foglalás',
|
||||
'inspector.editRes': 'Foglalás szerkesztése',
|
||||
'inspector.participants': 'Résztvevők',
|
||||
'inspector.trackStats': 'Útvonal adatok',
|
||||
|
||||
// Foglalások
|
||||
'reservations.title': 'Foglalások',
|
||||
|
||||
@@ -811,6 +811,7 @@ const it: Record<string, string | { name: string; category: string }[]> = {
|
||||
'inspector.addRes': 'Prenotazione',
|
||||
'inspector.editRes': 'Modifica prenotazione',
|
||||
'inspector.participants': 'Partecipanti',
|
||||
'inspector.trackStats': 'Dati del percorso',
|
||||
|
||||
// Reservations
|
||||
'reservations.title': 'Prenotazioni',
|
||||
|
||||
@@ -811,6 +811,7 @@ const nl: Record<string, string> = {
|
||||
'inspector.addRes': 'Reservering',
|
||||
'inspector.editRes': 'Reservering bewerken',
|
||||
'inspector.participants': 'Deelnemers',
|
||||
'inspector.trackStats': 'Routegegevens',
|
||||
|
||||
// Reservations
|
||||
'reservations.title': 'Boekingen',
|
||||
|
||||
@@ -811,6 +811,7 @@ const ru: Record<string, string> = {
|
||||
'inspector.addRes': 'Бронирование',
|
||||
'inspector.editRes': 'Редактировать бронирование',
|
||||
'inspector.participants': 'Участники',
|
||||
'inspector.trackStats': 'Данные маршрута',
|
||||
|
||||
// Reservations
|
||||
'reservations.title': 'Бронирования',
|
||||
|
||||
@@ -811,6 +811,7 @@ const zh: Record<string, string> = {
|
||||
'inspector.addRes': '预订',
|
||||
'inspector.editRes': '编辑预订',
|
||||
'inspector.participants': '参与者',
|
||||
'inspector.trackStats': '轨迹数据',
|
||||
|
||||
// Reservations
|
||||
'reservations.title': '预订',
|
||||
|
||||
Reference in New Issue
Block a user