mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Improves some settings descriptions
This commit is contained in:
parent
9233089e37
commit
780898451b
1 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@ notAnAbsolutePath=Not an absolute path
|
|||
notADirectory=Not a directory
|
||||
notAnEmptyDirectory=Not an empty directory
|
||||
automaticallyUpdate=Check for updates
|
||||
automaticallyUpdateDescription=When enabled, new releases are automatically fetched in the background while X-Pipe is running.
|
||||
automaticallyUpdateDescription=When enabled, new release information is automatically fetched in the background while X-Pipe is running.
|
||||
sendAnonymousErrorReports=Send anonymous error reports
|
||||
sendUsageStatistics=Send anonymous usage statistics
|
||||
storageDirectory=Storage directory
|
||||
|
@ -59,7 +59,7 @@ developerModeDescription=When enabled, you will have access to a variety of addi
|
|||
editor=Editor
|
||||
custom=Custom
|
||||
customEditorCommand=Custom editor command
|
||||
customEditorCommandDescription=The command to use to open the custom editor. The placeholder string $file will be replaced by the quoted actual file name when called. If you don't specify a placeholder string, the actual filename will be appended.
|
||||
customEditorCommandDescription=The command to use to open the custom editor. The placeholder string $file will be replaced by the quoted absolute file name when called.
|
||||
editorReloadTimeout=Editor reload timeout
|
||||
editorReloadTimeoutDescription=The amount of milliseconds to wait before reading a file after it has been updated. This avoids issues in cases where your editor is slow at writing or releasing file locks.
|
||||
notepad++=Notepad++
|
||||
|
@ -84,10 +84,10 @@ iterm2=iTerm2
|
|||
warp=Warp
|
||||
terminal=Terminal
|
||||
terminalProgram=Default program
|
||||
terminalProgramDescription=The default terminal to use when opening any kind of shell.
|
||||
terminalProgramDescription=The default terminal to use when opening any kind of shell connection. This application is only used for display purposes, the started shell program depends on the shell connection itself.
|
||||
program=Program
|
||||
customTerminalCommand=Custom terminal command
|
||||
customTerminalCommandDescription=The command to use to open the custom terminal. The placeholder string $cmd will be replaced by the actual command when called. If you don't specify a placeholder command, the actual command will be appended.
|
||||
customTerminalCommandDescription=The command to use to open the custom terminal. The placeholder string $cmd will be replaced by the quoted shell script file name when called.
|
||||
cmd=cmd.exe
|
||||
powershell=Powershell
|
||||
pwsh=Powershell Core
|
||||
|
|
Loading…
Reference in a new issue