mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-06 01:06:28 +08:00
rename roadmap labels
This commit is contained in:
@@ -1029,11 +1029,11 @@ const roadmapImportanceLabel = (value?: number) => {
|
||||
}
|
||||
const roadmapImportanceShortLabel = (value: number) => {
|
||||
const labels: Record<number, string> = {
|
||||
1: 'Optional',
|
||||
2: 'Später',
|
||||
3: 'Wichtig',
|
||||
4: 'Dringend',
|
||||
5: 'Top',
|
||||
1: 'Nein',
|
||||
2: 'Egal',
|
||||
3: 'Später',
|
||||
4: 'Wichtig',
|
||||
5: 'Top'
|
||||
}
|
||||
return labels[value] || ''
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ export const ROADMAP_ITEMS: RoadmapItemDefinition[] = [
|
||||
description:
|
||||
'Feintuning für Stimmen, Hintergrundrauschen und prozedurale Antworten, damit Clearance, Handoffs und Phraseologie wie am echten Radar klingen.',
|
||||
category: 'Simulation',
|
||||
icon: 'mdi-airplane-cog',
|
||||
icon: 'mdi-rocket-launch'
|
||||
},
|
||||
{
|
||||
key: 'cockpit-intercom',
|
||||
@@ -77,7 +77,7 @@ export const ROADMAP_ITEMS: RoadmapItemDefinition[] = [
|
||||
description:
|
||||
'Wechselnde Stimmen je Position, inklusive regionaler Akzente und geschlechtsneutraler Optionen.',
|
||||
category: 'Immersion',
|
||||
icon: 'mdi-account-voice-outline',
|
||||
icon: 'mdi-account-multiple',
|
||||
},
|
||||
{
|
||||
key: 'ai-traffic',
|
||||
@@ -85,7 +85,7 @@ export const ROADMAP_ITEMS: RoadmapItemDefinition[] = [
|
||||
description:
|
||||
'Simulierte andere Piloten für Frequenzaufkommen, inklusive korrekter Callsigns, Handovers und Konflikt-Handling.',
|
||||
category: 'Traffic',
|
||||
icon: 'mdi-airplane-multiple',
|
||||
icon: 'mdi-airplane-takeoff',
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user