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

@@ -107,6 +107,9 @@ class AppLocalizationsZh extends AppLocalizations {
@override
String get deleteServers => '批量删除服务器';
@override
String get desktopTerminalTip => '启动 SSH 连接所用的终端模拟器命令';
@override
String get dirEmpty => '请确保文件夹为空';
@@ -167,6 +170,9 @@ class AppLocalizationsZh extends AppLocalizations {
@override
String get editorHighlightTip => '目前的代码高亮性能较为糟糕,可以选择关闭以改善。';
@override
String get emulator => '模拟器';
@override
String get encode => '编码';
@@ -826,6 +832,9 @@ class AppLocalizationsZhTw extends AppLocalizationsZh {
@override
String get deleteServers => '批量刪除伺服器';
@override
String get desktopTerminalTip => '啟動 SSH 連線時用於打開終端機模擬器的指令。';
@override
String get dirEmpty => '請確保資料夾為空';
@@ -886,6 +895,9 @@ class AppLocalizationsZhTw extends AppLocalizationsZh {
@override
String get editorHighlightTip => '目前的代碼高亮性能較為糟糕,可以選擇關閉以改善。';
@override
String get emulator => '模擬器';
@override
String get encode => '編碼';