-
-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Warn on shutdown if trainer is connected #4212
Conversation
I'll throw this out to the translators now since it should be a nice simple one... Can we get some translations for this please 😃
Context: There is going to be a warning prompt on shutdown (similar to the USB connected, model still powered one) if the trainer link is still active, which would cover instances such as where the RF link doesn't provide telemetry.
|
DE: #define TR_TRAINER_STILL_CONNECTED "Schüler noch verbunden"; |
CZ: Trenér stále připojen |
FR
"Élève encore connecté"
Le 16 oct. 2023, 10:25, à 10:25, Peter Feerick ***@***.***> a écrit:
…I'll throw this out to the translators now since it should be a nice
simple one...
Can we get some translations for this please 😃
- [ ] @zyren CN / TW
- [ ] @Eldenroot CZ
- [ ] @HThuren DA
- [ ] @ParkerEde / @TheIsotopes DE
- [ ] @Pat6874 FR
- [ ] @offer-shmuely HE
- [ ] @robustini IT
- [ ] @ToshihiroMakuuchi JP
- [ ] @ulfhedlund SE
- [ ] @ajjjjjjjj PL
- [ ] @zandorsp PT
Context: There is going to be a warning prompt on shutdown (similar to
the USB connected, model still powered one) if the trainer link is
still active, which would cover instances such as where the RF link
doesn't provide telemetry.
```
#define TR_TRAINER_STILL_CONNECTED "Trainer still connected"
```
--
Reply to this email directly or view it on GitHub:
#4212 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
PT "Trainer ainda conectado" |
IT #define TR_TRAINER_STILL_CONNECTED "Trainer ancora connesso" |
SE |
PL |
HE מצב חניך עדיין מחובר |
DA |
CN #define TR_TRAINER_STILL_CONNECTED "教练信号未断开" TW #define TR_TRAINER_STILL_CONNECTED "教練信號未斷開" |
JP: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@3djc Are you happy with the changes I made?
Yes Sir, Yes ! |
This adds a warning when trying to shutdown radio while a trainer is connected, as per @pfeerick comment in #3937