Skip to content

Commit 1ff8c36

Browse files
committed
Revert changes in non-English language files
1 parent 3d9a6b2 commit 1ff8c36

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

Flow.Launcher/Languages/zh-cn.xaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
<?xml version="1.0" ?>
2-
<ResourceDictionary
3-
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4-
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5-
xmlns:system="clr-namespace:System;assembly=mscorlib">
1+
<?xml version="1.0"?>
2+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
63
<!-- Startup -->
74
<system:String x:Key="runtimePluginInstalledChooseRuntimePrompt">
85
Flow 检测到您已安装 {0} 个插件,需要 {1} 才能运行。是否要下载 {1}?
@@ -47,7 +44,6 @@
4744
<system:String x:Key="portableMode">便携模式</system:String>
4845
<system:String x:Key="portableModeToolTIp">将所有设置和用户数据存储在一个文件夹中 (可用于可移除驱动器或云服务)。</system:String>
4946
<system:String x:Key="startFlowLauncherOnSystemStartup">开机自启</system:String>
50-
<system:String x:Key="useLogonTaskForStartup">使用登录任务而非启动项以更快自启</system:String>
5147
<system:String x:Key="setAutoStartFailed">设置开机自启时出错</system:String>
5248
<system:String x:Key="hideFlowLauncherWhenLoseFocus">失去焦点时自动隐藏 Flow Launcher</system:String>
5349
<system:String x:Key="dontPromptUpdateMsg">不显示新版本提示</system:String>

Flow.Launcher/Languages/zh-tw.xaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
<?xml version="1.0" ?>
2-
<ResourceDictionary
3-
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4-
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5-
xmlns:system="clr-namespace:System;assembly=mscorlib">
1+
<?xml version="1.0"?>
2+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
63
<!-- Startup -->
74
<system:String x:Key="runtimePluginInstalledChooseRuntimePrompt">
85
Flow detected you have installed {0} plugins, which will require {1} to run. Would you like to download {1}?
@@ -47,7 +44,6 @@
4744
<system:String x:Key="portableMode">便攜模式</system:String>
4845
<system:String x:Key="portableModeToolTIp">將所有設定和使用者資料存儲在一個資料夾中(當與可移動磁碟或雲服務一起使用時很有用)。</system:String>
4946
<system:String x:Key="startFlowLauncherOnSystemStartup">開機時啟動</system:String>
50-
<system:String x:Key="useLogonTaskForStartup">使用登錄任務而非啟動項以更快自啟</system:String>
5147
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
5248
<system:String x:Key="hideFlowLauncherWhenLoseFocus">失去焦點時自動隱藏 Flow Launcher</system:String>
5349
<system:String x:Key="dontPromptUpdateMsg">不顯示新版本提示</system:String>

0 commit comments

Comments
 (0)