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
|
notADirectory=Not a directory
|
||||||
notAnEmptyDirectory=Not an empty directory
|
notAnEmptyDirectory=Not an empty directory
|
||||||
automaticallyUpdate=Check for updates
|
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
|
sendAnonymousErrorReports=Send anonymous error reports
|
||||||
sendUsageStatistics=Send anonymous usage statistics
|
sendUsageStatistics=Send anonymous usage statistics
|
||||||
storageDirectory=Storage directory
|
storageDirectory=Storage directory
|
||||||
|
@ -59,7 +59,7 @@ developerModeDescription=When enabled, you will have access to a variety of addi
|
||||||
editor=Editor
|
editor=Editor
|
||||||
custom=Custom
|
custom=Custom
|
||||||
customEditorCommand=Custom editor command
|
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
|
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.
|
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++
|
notepad++=Notepad++
|
||||||
|
@ -84,10 +84,10 @@ iterm2=iTerm2
|
||||||
warp=Warp
|
warp=Warp
|
||||||
terminal=Terminal
|
terminal=Terminal
|
||||||
terminalProgram=Default program
|
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
|
program=Program
|
||||||
customTerminalCommand=Custom terminal command
|
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
|
cmd=cmd.exe
|
||||||
powershell=Powershell
|
powershell=Powershell
|
||||||
pwsh=Powershell Core
|
pwsh=Powershell Core
|
||||||
|
|
Loading…
Reference in a new issue