diff --git a/src/Resources/Locales/en_US.axaml b/src/Resources/Locales/en_US.axaml
index f5cc4e68..46bd7c72 100644
--- a/src/Resources/Locales/en_US.axaml
+++ b/src/Resources/Locales/en_US.axaml
@@ -201,8 +201,9 @@
User name for this repository
Edit Custom Action Controls
Checked Value:
+ When checked, this value will be used in command-line arguments
Description:
- Used as placeholder in TextBox/PathSelector or tooltip in CheckBox
+ Used as placeholder in TextBox/PathSelector or tooltip in CheckBox
Default:
Is Folder:
Label:
diff --git a/src/Resources/Locales/zh_CN.axaml b/src/Resources/Locales/zh_CN.axaml
index 13ef2c64..a25a4651 100644
--- a/src/Resources/Locales/zh_CN.axaml
+++ b/src/Resources/Locales/zh_CN.axaml
@@ -205,8 +205,9 @@
应用于本仓库的用户名
编辑自定义操作输入控件
启用时命令行参数 :
+ 此CheckBox勾选后,该值会被应用于命令行参数
描述 :
- TextBox及Path Selector中用作Placeholder,CheckBox中用作ToolTip
+ TextBox及Path Selector中用作Placeholder,CheckBox中用作ToolTip
默认值 :
目标是否是目录 :
名称 :
diff --git a/src/Resources/Locales/zh_TW.axaml b/src/Resources/Locales/zh_TW.axaml
index b7959568..625f2873 100644
--- a/src/Resources/Locales/zh_TW.axaml
+++ b/src/Resources/Locales/zh_TW.axaml
@@ -205,8 +205,9 @@
用於本存放庫的使用者名稱
編輯自訂動作輸入控件
啟用時的指令行參數:
+ 勾選 CheckBox 後,此值將用於命令列參數中
描述:
- 在 TextBox/PathSelector 中用作占位符,或在 CheckBox 中用作工具提示
+ 在 TextBox/PathSelector 中用作占位符,或在 CheckBox 中用作工具提示
預設值:
目標路徑是否為資料夾:
名稱:
diff --git a/src/Views/ConfigureCustomActionControls.axaml b/src/Views/ConfigureCustomActionControls.axaml
index 71c196cf..6549dc9f 100644
--- a/src/Views/ConfigureCustomActionControls.axaml
+++ b/src/Views/ConfigureCustomActionControls.axaml
@@ -38,7 +38,7 @@
-
+
@@ -138,8 +138,11 @@
+ Text="{Binding Description, Mode=TwoWay}"/>
+
@@ -170,7 +173,12 @@
CornerRadius="3"
Height="28"
Text="{Binding StringValue, Mode=TwoWay}"
- IsVisible="{Binding Type, Converter={x:Static ObjectConverters.Equal}, ConverterParameter={x:Static m:CustomActionControlType.CheckBox}}"/>
+ IsVisible="{Binding Type, Converter={x:Static ObjectConverters.Equal}, ConverterParameter={x:Static m:CustomActionControlType.CheckBox}}"/>
+
diff --git a/src/Views/RepositoryConfigure.axaml b/src/Views/RepositoryConfigure.axaml
index a3dbf724..75cccd71 100644
--- a/src/Views/RepositoryConfigure.axaml
+++ b/src/Views/RepositoryConfigure.axaml
@@ -381,7 +381,7 @@
-
+