Rename events for faster readability
Einsatzbeginn → Beginn, Einsatzende → Ende, Beweismittel → Fund Fixes #7 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
921aebe281
commit
8d6cfbead9
2 changed files with 6 additions and 6 deletions
|
|
@ -59,12 +59,12 @@ class GlanceView extends WatchUi.GlanceView {
|
|||
|
||||
private function _eventLabel(key as String) as String {
|
||||
if (key.equals(Config.EVENT_GENERAL)) { return "Ereignis"; }
|
||||
if (key.equals(Config.EVENT_START)) { return "Einsatzbeginn"; }
|
||||
if (key.equals(Config.EVENT_END)) { return "Einsatzende"; }
|
||||
if (key.equals(Config.EVENT_START)) { return "Beginn"; }
|
||||
if (key.equals(Config.EVENT_END)) { return "Ende"; }
|
||||
if (key.equals(Config.EVENT_ARRIVAL)) { return "Eintreffen"; }
|
||||
if (key.equals(Config.EVENT_ARREST)) { return "Festnahme"; }
|
||||
if (key.equals(Config.EVENT_FORCE)) { return "Zwang"; }
|
||||
if (key.equals(Config.EVENT_EVIDENCE)) { return "Beweismittel"; }
|
||||
if (key.equals(Config.EVENT_EVIDENCE)) { return "Fund"; }
|
||||
if (key.equals(Config.EVENT_SIGHTING)) { return "Sichtung"; }
|
||||
return key;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue