feat: 添加"弹出文件管理器窗口"设置项
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
|
||||
"appName": "Nexus Terminal",
|
||||
"projectName": "Nexus Terminal",
|
||||
"slogan":"Stir the stars, command the terminal.",
|
||||
@@ -503,6 +504,17 @@
|
||||
"deleteFailed": "Failed to delete tag \"{name}\": {error}"
|
||||
},
|
||||
"settings": {
|
||||
"popupFileManager": {
|
||||
"title": "Popup File Manager",
|
||||
"enableLabel": "Enable Popup File Manager",
|
||||
"description": "When enabled, the file manager button will be displayed in the command input bar, allowing you to open the popup file manager.",
|
||||
"success": {
|
||||
"saved": "Popup File Manager settings saved successfully."
|
||||
},
|
||||
"error": {
|
||||
"saveFailed": "Failed to save Popup File Manager settings."
|
||||
}
|
||||
},
|
||||
"title": "Settings",
|
||||
"category": {
|
||||
"security": "Security Settings",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
|
||||
"appName": "星枢ターミナル",
|
||||
"auditLog": {
|
||||
"actions": {
|
||||
@@ -690,6 +691,17 @@
|
||||
"title": "VNCセッション"
|
||||
},
|
||||
"settings": {
|
||||
"popupFileManager": {
|
||||
"title": "ポップアップファイルマネージャー",
|
||||
"enableLabel": "ポップアップファイルマネージャーを有効にする",
|
||||
"description": "有効にすると、コマンド入力バーにファイルマネージャーボタンが表示され、ポップアップファイルマネージャーを開くことができます。",
|
||||
"success": {
|
||||
"saved": "ポップアップファイルマネージャーの設定が保存されました。"
|
||||
},
|
||||
"error": {
|
||||
"saveFailed": "ポップアップファイルマネージャーの設定の保存に失敗しました。"
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
"customizeButton": "外観をカスタマイズ",
|
||||
"description": "アプリケーションのビジュアルテーマと背景をカスタマイズします。",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
|
||||
"appName": "星枢终端",
|
||||
"projectName": "星枢终端",
|
||||
"slogan": "星垂平野阔,枢动万端通",
|
||||
@@ -502,6 +503,17 @@
|
||||
"deleteFailed": "标签 \"{name}\" 删除失败: {error}"
|
||||
},
|
||||
"settings": {
|
||||
"popupFileManager": {
|
||||
"title": "弹窗文件管理器",
|
||||
"enableLabel": "启用弹窗文件管理器",
|
||||
"description": "启用后,命令输入栏将显示文件管理器按钮,点击可打开弹窗式文件管理器。",
|
||||
"success": {
|
||||
"saved": "弹窗文件管理器设置已保存。"
|
||||
},
|
||||
"error": {
|
||||
"saveFailed": "保存弹窗文件管理器设置失败。"
|
||||
}
|
||||
},
|
||||
"title": "设置",
|
||||
"category": {
|
||||
"security": "安全设置",
|
||||
|
||||
Reference in New Issue
Block a user