-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from jakobharder/devel/7-tuning
minor improvements
- Loading branch information
Showing
27 changed files
with
456 additions
and
228 deletions.
There are no files selected for viewing
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
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
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
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
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
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
30 changes: 29 additions & 1 deletion
30
sub/jakob-skyscraper-button/data/config/gui/texts_chinese.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 |
---|---|---|
@@ -1,13 +1,41 @@ | ||
<ModOps> | ||
<!-- # Vanilla Changes --> | ||
<Group> | ||
<ModOp Type="replace" Path="/TextExport/Texts/Text[GUID='137489' or GUID='412']/Text"> | ||
<Text>Upgrade Floors</Text> | ||
</ModOp> | ||
<ModOp Type="replace" Path="/TextExport/Texts/Text[GUID='137854']/Text"> | ||
<!-- TODO translation --> | ||
<Text>Once your residents' needs are fulfilled and the residence is at its full capacity, you'll be able to upgrade to the next building level.</Text> | ||
</ModOp> | ||
<ModOp Type="replace" Path="/TextExport/Texts/Text[GUID='23914']/Text"> | ||
<!-- TODO translation --> | ||
<Text>Upgrade your building to the next level with additional floors.</Text> | ||
</ModOp> | ||
</Group> | ||
|
||
<!-- # New Texts --> | ||
<ModOp Type="add" Path="/TextExport/Texts"> | ||
<Text> | ||
<GUID>1500011282</GUID> | ||
<Text>升级摩天大楼</Text> | ||
<Text>升级摩天大楼</Text> <!-- [Selection Object FloorAddability UpgradeTargetGUID Text] --> | ||
</Text> | ||
<Text> | ||
<!-- TODO translation --> | ||
<GUID>1500011293</GUID> | ||
<Text>Upgrade Pescatarian</Text> | ||
</Text> | ||
<Text> | ||
<GUID>1500011289</GUID> | ||
<Text>提供额外的居住空间以增加城市人口。</Text> | ||
</Text> | ||
<Text> | ||
<GUID>1500011553</GUID> | ||
<Text>升级你的建筑至下一个阶级。</Text> | ||
</Text> | ||
</ModOp> | ||
|
||
<!-- <ModOp Type="replace" Path="/TextExport/Texts/Text[GUID='163095']/Text"> | ||
<Text>Upgrade to [AssetData([Selection Object Upgradability UpgradeTargetGUID Text]) Text]</Text> | ||
</ModOp> --> | ||
</ModOps> |
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
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
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
22 changes: 21 additions & 1 deletion
22
sub/jakob-skyscraper-button/data/config/gui/texts_italian.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 |
---|---|---|
@@ -1,22 +1,42 @@ | ||
<ModOps> | ||
<!-- # Vanilla Changes --> | ||
<Group> | ||
<ModOp Type="replace" Path="/TextExport/Texts/Text[GUID='137489' or GUID='412']/Text"> | ||
<Text>Upgrade Floors</Text> | ||
</ModOp> | ||
<ModOp Type="replace" Path="/TextExport/Texts/Text[GUID='137854']/Text"> | ||
<Text>Una volta che i bisogni dei residenti saranno stati soddisfatti e la residenza sarà a piena capienza, potrai passare al successivo livello dell'edeficio.</Text> | ||
</ModOp> | ||
<ModOp Type="replace" Path="/TextExport/Texts/Text[GUID='23914']/Text"> | ||
<!-- TODO translation --> | ||
<Text>Upgrade your building to the next level with additional floors.</Text> | ||
</ModOp> | ||
</Group> | ||
|
||
<!-- # New Texts --> | ||
<ModOp Type="add" Path="/TextExport/Texts"> | ||
<Text> | ||
<!-- TODO translation --> | ||
<GUID>1500011282</GUID> | ||
<Text>Upgrade Terraced House</Text> | ||
<Text>Upgrade Terraced House</Text> <!-- [Selection Object FloorAddability UpgradeTargetGUID Text] --> | ||
</Text> | ||
<Text> | ||
<!-- TODO translation --> | ||
<GUID>1500011293</GUID> | ||
<Text>Upgrade Pescatarian</Text> | ||
</Text> | ||
<Text> | ||
<!-- TODO translation --> | ||
<GUID>1500011289</GUID> | ||
<Text>Provide additional living space to increase your city's population.</Text> | ||
</Text> | ||
<Text> | ||
<GUID>1500011553</GUID> | ||
<Text>Migliora il tuo edificio al livello successivo.</Text> | ||
</Text> | ||
</ModOp> | ||
|
||
<!-- <ModOp Type="replace" Path="/TextExport/Texts/Text[GUID='163095']/Text"> | ||
<Text>Upgrade to [AssetData([Selection Object Upgradability UpgradeTargetGUID Text]) Text]</Text> | ||
</ModOp> --> | ||
</ModOps> |
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
Oops, something went wrong.