We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408be13 commit 79e8181Copy full SHA for 79e8181
Flow.Launcher/Languages/zh-cn.xaml
@@ -32,6 +32,10 @@
32
<system:String x:Key="pleaseTryAgain">请重试</system:String>
33
<system:String x:Key="parseProxyFailed">无法解析 Http 代理</system:String>
34
35
+ <!-- AbstractPluginEnvironment -->
36
+ <system:String x:Key="failToInstallTypeScriptEnv">Failed to install TypeScript environment. Please try again later</system:String>
37
+ <system:String x:Key="failToInstallPythonEnv">Failed to install Python environment. Please try again later.</system:String>
38
+
39
<!-- MainWindow -->
40
<system:String x:Key="registerHotkeyFailed">无法注册热键“{0}”。该热键可能正在被其他程序使用。更改为不同的热键,或退出其他程序。</system:String>
41
<system:String x:Key="unregisterHotkeyFailed">未能取消注册快捷键"{0}"。请重试或查看日志以获取详细信息</system:String>
0 commit comments