mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: custom terminal emulator (#771)
This commit is contained in:
@@ -114,6 +114,10 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get deleteServers => 'Batch delete servers';
|
||||
|
||||
@override
|
||||
String get desktopTerminalTip =>
|
||||
'Command used to open the terminal emulator when launching SSH sessions.';
|
||||
|
||||
@override
|
||||
String get dirEmpty => 'Make sure the folder is empty.';
|
||||
|
||||
@@ -176,6 +180,9 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
String get editorHighlightTip =>
|
||||
'The current code highlighting performance is not ideal and can be optionally turned off to improve.';
|
||||
|
||||
@override
|
||||
String get emulator => 'Emulator';
|
||||
|
||||
@override
|
||||
String get encode => 'Encode';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user