mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-28 14:36:39 +10:00
add toggle for autmatically translated messages for notification and chat or manual translation on message action. Due to heavy battery usage.
This commit is contained in:
@@ -4169,6 +4169,17 @@ class AppLocalizationsIt extends AppLocalizations {
|
||||
String get translation_composerSubtitle =>
|
||||
'Controlla lo stato predefinito dell\'icona di traduzione del compositore.';
|
||||
|
||||
@override
|
||||
String get translation_autoIncomingTitle =>
|
||||
'Traduci automaticamente i messaggi';
|
||||
|
||||
@override
|
||||
String get translation_autoIncomingSubtitle =>
|
||||
'Traduce automaticamente i messaggi per le notifiche e per le chat o i canali.';
|
||||
|
||||
@override
|
||||
String get translation_translateMessage => 'Traduci messaggio';
|
||||
|
||||
@override
|
||||
String get translation_targetLanguage => 'Lingua di destinazione';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user