|
23 | 23 | <x:String x:Key="Text.AIAssistant.Regen" xml:space="preserve">RE-GENERAR</x:String>
|
24 | 24 | <x:String x:Key="Text.AIAssistant.Tip" xml:space="preserve">Usar OpenAI para generar mensaje de commit</x:String>
|
25 | 25 | <x:String x:Key="Text.AIAssistant.Use" xml:space="preserve">APLICAR COMO MENSAJE DE COMMIT</x:String>
|
| 26 | + <x:String x:Key="Text.App.Hide" xml:space="preserve">Ocultar SourceGit</x:String> |
| 27 | + <x:String x:Key="Text.App.ShowAll" xml:space="preserve">Mostrar Todo</x:String> |
26 | 28 | <x:String x:Key="Text.Apply" xml:space="preserve">Aplicar Parche</x:String>
|
27 | 29 | <x:String x:Key="Text.Apply.File" xml:space="preserve">Archivo del Parche:</x:String>
|
28 | 30 | <x:String x:Key="Text.Apply.File.Placeholder" xml:space="preserve">Seleccionar archivo .patch para aplicar</x:String>
|
|
177 | 179 | <x:String x:Key="Text.Configure.CommitMessageTemplate.Name" xml:space="preserve">Nombre de la Plantilla:</x:String>
|
178 | 180 | <x:String x:Key="Text.Configure.CustomAction" xml:space="preserve">ACCIÓN PERSONALIZADA</x:String>
|
179 | 181 | <x:String x:Key="Text.Configure.CustomAction.Arguments" xml:space="preserve">Argumentos:</x:String>
|
| 182 | + <x:String x:Key="Text.Configure.CustomAction.Arguments.Tip" xml:space="preserve">Parámetros incorporados: |
| 183 | + |
| 184 | + ${REPO} Ruta del repositorio |
| 185 | + ${REMOTE} Remoto seleccionado o Remoto de la rama seleccionada |
| 186 | + ${BRANCH} Rama seleccionada, sin la parte ${REMOTE} para ramas remotas |
| 187 | + ${BRANCH_FRIENDLY_NAME} Nombre amigable de la rama seleccionada, contiene la parte ${REMOTE} para ramas remotas |
| 188 | + ${SHA} Hash del commit seleccionado |
| 189 | + ${TAG} Etiqueta seleccionada |
| 190 | + 1,ドル 2ドル ... Valores de control de entrada</x:String> |
180 | 191 | <x:String x:Key="Text.Configure.CustomAction.Executable" xml:space="preserve">Archivo Ejecutable:</x:String>
|
181 | 192 | <x:String x:Key="Text.Configure.CustomAction.InputControls" xml:space="preserve">Controles de entrada:</x:String>
|
182 | 193 | <x:String x:Key="Text.Configure.CustomAction.InputControls.Edit" xml:space="preserve">Editar</x:String>
|
|
0 commit comments