feat(l10n): Add silence duration settings for speech-to-text
This commit is contained in:
@@ -975,6 +975,13 @@ class AppLocalizationsFr extends AppLocalizations {
|
||||
String get sttServerUnavailableWarning =>
|
||||
'Connectez-vous à un serveur avec la transcription activée pour utiliser cette option.';
|
||||
|
||||
@override
|
||||
String get sttSilenceDuration => 'Durée du silence';
|
||||
|
||||
@override
|
||||
String get sttSilenceDurationDescription =>
|
||||
'Temps d\'attente après le silence avant d\'arrêter automatiquement l\'enregistrement';
|
||||
|
||||
@override
|
||||
String get ttsEngineLabel => 'Moteur';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user