File tree Expand file tree Collapse file tree 5 files changed +65
-65
lines changed
Plugins/Flow.Launcher.Plugin.Explorer/Languages Expand file tree Collapse file tree 5 files changed +65
-65
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ private class GithubRelease
114
114
public string HtmlUrl { get ; [ UsedImplicitly ] set ; }
115
115
}
116
116
117
- /// https://github.com/Squirrel/Squirrel.Windows/blob/master/src/Squirrel/UpdateManager.Factory.cs
117
+ // https://github.com/Squirrel/Squirrel.Windows/blob/master/src/Squirrel/UpdateManager.Factory.cs
118
118
private async Task < UpdateManager > GitHubUpdateManagerAsync ( string repository )
119
119
{
120
120
var uri = new Uri ( repository ) ;
Original file line number Diff line number Diff line change 17
17
<system : String x : Key =" cut" >잘라내기</system : String >
18
18
<system : String x : Key =" paste" >붙여넣기</system : String >
19
19
<system : String x : Key =" undo" >되돌리기</system : String >
20
- <system : String x : Key =" selectAll" >전체 선택</system : String >
20
+ <system : String x : Key =" selectAll" >모두 선택</system : String >
21
21
<system : String x : Key =" fileTitle" >파일</system : String >
22
22
<system : String x : Key =" folderTitle" >폴더</system : String >
23
23
<system : String x : Key =" textTitle" >텍스트</system : String >
173
173
<system : String x : Key =" pleaseSelectAnItem" >항목을 선택하세요.</system : String >
174
174
<system : String x : Key =" deleteCustomHotkeyWarning" >{0} 플러그인 단축키를 삭제하시겠습니까?</system : String >
175
175
<system : String x : Key =" deleteCustomShortcutWarning" >Are you sure you want to delete shortcut: {0} with expansion {1}?</system : String >
176
- <system : String x : Key =" shortcut_clipboard_description" >Get text from clipboard. </system : String >
176
+ <system : String x : Key =" shortcut_clipboard_description" >클립보드에서 텍스트 가져오기 </system : String >
177
177
<system : String x : Key =" queryWindowShadowEffect" >그림자 효과</system : String >
178
178
<system : String x : Key =" shadowEffectCPUUsage" >그림자 효과는 GPU를 사용합니다. 컴퓨터 퍼포먼스가 제한적인 경우 사용을 추천하지 않습니다.</system : String >
179
179
<system : String x : Key =" windowWidthSize" >창 넓이</system : String >
Original file line number Diff line number Diff line change 59
59
<system : String x : Key =" nodeFilePath" >Cesta k Node.js</system : String >
60
60
<system : String x : Key =" selectNodeExecutable" >Vyberte spustiteľný súbor Node.js</system : String >
61
61
<system : String x : Key =" selectPythonExecutable" >Prosím, vyberte pythonw.exe</system : String >
62
- <system : String x : Key =" typingStartEn" >Vždy písať s angickou klávesnicou</system : String >
62
+ <system : String x : Key =" typingStartEn" >Vždy písať s anglickou klávesnicou</system : String >
63
63
<system : String x : Key =" typingStartEnTooltip" >Pri aktivácii Flowu sa dočasne zmení klávesnica na anglickú.</system : String >
64
64
<system : String x : Key =" autoUpdates" >Automatická aktualizácia</system : String >
65
65
<system : String x : Key =" select" >Vybrať</system : String >
You can’t perform that action at this time.
0 commit comments