-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
658c45c
commit 8b5bf7b
Showing
4 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
...ol/Languages/ChineseTraditional/DefInjected/Allowtool.ThingDesignatorDefs/Designators.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<LanguageData> | ||
|
||
<AllowDesignator.label>標記允許</AllowDesignator.label> | ||
<AllowDesignator.description>允許殖民者與選定區域中的所有物品互動。 | ||
單擊並拖動出一個區域來使用。</AllowDesignator.description> | ||
|
||
<ForbidDesignator.label>標記禁止</ForbidDesignator.label> | ||
<ForbidDesignator.description>禁止殖民者與選定區域中的所有物品互動。 | ||
單擊並拖動出一個區域來使用。</ForbidDesignator.description> | ||
|
||
<AllowAllDesignator.label>全圖允許</AllowAllDesignator.label> | ||
<AllowAllDesignator.description>允許殖民者與地圖上所有的物品互動。點擊起效。 | ||
按住Shift鍵來允許與已風乾和腐爛中的屍體互動。</AllowAllDesignator.description> | ||
|
||
<MassSelectDesignator.label>強行選擇</MassSelectDesignator.label> | ||
<MassSelectDesignator.description>選擇區域中的所有物品,無視常識和選擇上限。注意:一次選擇太多的東西會減慢游戲運行速度,請小心使用。 | ||
按住Shift鍵以將物品添加至當前已選中物品中。 | ||
按住Ctrl/Option鍵僅選擇和當前已選中物品類型一致的物品。</MassSelectDesignator.description> | ||
|
||
</LanguageData> |
8 changes: 8 additions & 0 deletions
8
.../Languages/ChineseTraditional/DefInjected/KeyBindingCategoryDefs/KeyBindingCategories.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<LanguageData> | ||
|
||
<AllowTool.label>一鍵允許</AllowTool.label> | ||
|
||
<AllowTool.description>一鍵允許MOD提供的各類標記工具的快捷鍵。</AllowTool.description> | ||
|
||
</LanguageData> |
12 changes: 12 additions & 0 deletions
12
Mods/AllowTool/Languages/ChineseTraditional/DefInjected/KeyBindingDefs/KeyBindings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<LanguageData> | ||
|
||
<DesignatorAllow.label>標記允許</DesignatorAllow.label> | ||
|
||
<DesignatorForbid.label>標記禁止</DesignatorForbid.label> | ||
|
||
<DesignatorAllowAll.label>全圖允許</DesignatorAllowAll.label> | ||
|
||
<DesignatorMassSelect.label>強行選擇</DesignatorMassSelect.label> | ||
|
||
</LanguageData> |
26 changes: 26 additions & 0 deletions
26
Mods/AllowTool/Languages/ChineseTraditional/Keyed/AllowToolStrings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LanguageData> | ||
|
||
<Allow_area_success>已設置允許 {0} 個物品。</Allow_area_success> | ||
<Allow_area_failure>沒有找到被禁止的物品。</Allow_area_failure> | ||
|
||
<Forbid_area_success>已設置禁止 {0} 個物品。</Forbid_area_success> | ||
<Forbid_area_failure>沒有找到未被禁止的物品。</Forbid_area_failure> | ||
|
||
<Allow_all_success>已設置允許整個地圖的 {0} 個物品。</Allow_all_success> | ||
<Allow_all_failure>沒有找到被禁止的物品。</Allow_all_failure> | ||
|
||
<Mass_Select_success>已選擇整個地圖的{0} {1}。</Mass_Select_success> | ||
|
||
<setting_showTool_label>顯示工具:{0}</setting_showTool_label> | ||
<setting_showTool_desc>開啟時,這個標記工具將會顯示在建造菜單裡。</setting_showTool_desc> | ||
<setting_globalHotkeys_label>使用全局快捷鍵</setting_globalHotkeys_label> | ||
<setting_globalHotkeys_desc>開啟時,按下對應快捷鍵時將在任何時候都選中對應工具。\n可通過「選項」>「按鍵設置」來修改對應快捷鍵。</setting_globalHotkeys_desc> | ||
|
||
<MassSelect_nowSelecting>當前強制選擇:{0}</MassSelect_nowSelecting> | ||
<MassSelect_anything>所有物品</MassSelect_anything> | ||
<MassSelect_numMoreTypes>({0}個其他類型)</MassSelect_numMoreTypes> | ||
<MassSelect_targetHover>選擇全部{0}</MassSelect_targetHover> | ||
<MassSelect_needTarget>選擇物品和單位</MassSelect_needTarget> | ||
|
||
</LanguageData> |