Conversation
| <string name="settings_render_low">Niedrig</string> | ||
| <string name="settings_render_med">Mittel</string> | ||
| <string name="settings_render_high">Hoch</string> | ||
| <string name="settings_toggle_extra_vehicle_bus">Zusätzlicher Fahrzeugbus</string> |
There was a problem hiding this comment.
In general this should be explained to a user. A normal user will not know what this means.
There was a problem hiding this comment.
I think of simply removing it. Nobody is using with the comma extra bus anyways, since most of those users are already on DashKit.
There was a problem hiding this comment.
Can't we auto detect it? If the data is coming through, add it to the dashboard. Then you can remove all the toggles related to it.
| <string name="settings_render_med">Mittel</string> | ||
| <string name="settings_render_high">Hoch</string> | ||
| <string name="settings_toggle_extra_vehicle_bus">Zusätzlicher Fahrzeugbus</string> | ||
| <string name="settings_vehicle_bus_requires_extra">Aktiviere den zusätzlichen Fahrzeugbus, um diese zu bearbeiten.</string> |
There was a problem hiding this comment.
I'm missing the context of where this would appear, but it likely doesn't make sense.
There was a problem hiding this comment.
Will remove it, or at least hide every "Extra vehicle bus" stuff behind the debug flag. Nobody is using this.
|
|
||
| <!-- Data source menu --> | ||
| <string name="data_source">Datenquelle</string> | ||
| <string name="data_source_connected">Datenquelle: verbunden</string> |
There was a problem hiding this comment.
What is connected? A Comma device, or a Dashkit?
There was a problem hiding this comment.
@Raudi1 Do you mean that we should show what device is connected?
There was a problem hiding this comment.
Yes, we should say Dashkit connected for example.
Needs proofreading