opt.: custom terminal emulator (#771)

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-06-04 19:13:31 +08:00
committed by GitHub
parent 7127c960f7
commit f6d394c71e
30 changed files with 303 additions and 61 deletions

View File

@@ -115,6 +115,10 @@ class AppLocalizationsDe extends AppLocalizations {
@override
String get deleteServers => 'Batch-Löschung von Servern';
@override
String get desktopTerminalTip =>
'Befehl zum Öffnen des Terminal-Emulators beim Starten von SSH-Sitzungen.';
@override
String get dirEmpty => 'Stelle sicher, dass der Ordner leer ist.';
@@ -177,6 +181,9 @@ class AppLocalizationsDe extends AppLocalizations {
String get editorHighlightTip =>
'Die Leistung der aktuellen Codehervorhebung ist schlechter und kann zur Verbesserung optional ausgeschaltet werden.';
@override
String get emulator => 'Emulator';
@override
String get encode => 'Encode';