Skip to content

Commit

Permalink
Fix translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Nullkooland committed Mar 21, 2020
1 parent 7201121 commit 6b8e44f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GBCLV3/Resources/Languages/EN-US.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
<s:String x:Key="SelectMods">Select Mods</s:String>
<s:String x:Key="EnableSelected">Enable</s:String>
<s:String x:Key="DisableSelected">Disable</s:String>
<s:String x:Key="CopyMods">When add new mods, copy instead of moving them from source directory</s:String>
<s:String x:Key="CopyMods">When adding new mods, copy instead of moving them from source directory</s:String>


<!-- Resourcepacks Management -->
Expand Down
2 changes: 1 addition & 1 deletion GBCLV3/Resources/Languages/ZH-CN.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<s:String x:Key="SelectMods">请选择模组</s:String>
<s:String x:Key="EnableSelected">启用选中</s:String>
<s:String x:Key="DisableSelected">禁用选中</s:String>
<s:String x:Key="CopyMods">添加新模组时,仅复制并保留原位置的模组文件</s:String>
<s:String x:Key="CopyMods">在添加新模组时,仅进行复制而保留原位置的文件</s:String>

<!-- 资源包管理 -->
<s:String x:Key="EnabledPacks">启用的资源包</s:String>
Expand Down
2 changes: 1 addition & 1 deletion GBCLV3/Resources/Languages/de-DE.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<s:String x:Key="EnableSelected">Aktivieren</s:String>
<s:String x:Key="DisableSelected">Deaktivieren</s:String>
<!-- TRANSLATION NEEDED HERE -->
<s:String x:Key="CopyMods">When add new mods, copy instead of moving them from source directory</s:String>
<s:String x:Key="CopyMods">When adding new mods, copy instead of moving them from source directory</s:String>

<!-- Resourcepacks-Verwaltung -->
<s:String x:Key="EnabledPacks">Aktivierte Packs</s:String>
Expand Down
2 changes: 1 addition & 1 deletion GBCLV3/Resources/Languages/ru-RU.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<s:String x:Key="EnableSelected">Включить</s:String>
<s:String x:Key="DisableSelected">Выключить</s:String>
<!-- TRANSLATION NEEDED HERE -->
<s:String x:Key="CopyMods">When add new mods, copy instead of moving them from source directory</s:String>
<s:String x:Key="CopyMods">When adding new mods, copy instead of moving them from source directory</s:String>


<!-- Управление пакетами ресурсов -->
Expand Down
2 changes: 1 addition & 1 deletion GBCLV3/Resources/Languages/zh-TW.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<s:String x:Key="SelectMods">請選擇模組</s:String>
<s:String x:Key="EnableSelected">啟用選中</s:String>
<s:String x:Key="DisableSelected">禁用選中</s:String>
<s:String x:Key="CopyMods">添加新模組時從原位置複製而非移動</s:String>
<s:String x:Key="CopyMods">在添加新模組時,僅進行複製而保留原位置的文件</s:String>

<!-- 資源包管理 -->
<s:String x:Key="EnabledPacks">啟用的資源包</s:String>
Expand Down

0 comments on commit 6b8e44f

Please sign in to comment.