-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ewaken
committed
May 29, 2024
0 parents
commit 353b6e5
Showing
5 changed files
with
994 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<GameData> | ||
<LocalizedText> | ||
<Replace Tag="LOC_TPT_TOP_PANEL_LUXURY_RESOURCES" Language="zh_Hans_CN"> | ||
<Text>[ICON_RESOURCE_TOYS] 拥有的奢侈品:({1_Type} 种类)</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TPT_TOP_PANEL_LUXURY_RESOURCES" Language="en_US"> | ||
<Text>[ICON_RESOURCE_TOYS] Number of Luxury Resources Owned:({1_Type} type)</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOP_PANEL_MORE_LUXURY_NAME" Language="zh_Hans_CN"> | ||
<Text>[NEWLINE][NEWLINE]自己额外的奢侈品[NEWLINE]</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOP_PANEL_MORE_LUXURY_NAME" Language="en_US"> | ||
<Text>[NEWLINE][NEWLINE]Own Extra Luxury Resources[NEWLINE]</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOP_PANEL_TEAM_MORE_LUXURY_NAME" Language="zh_Hans_CN"> | ||
<Text>[NEWLINE][NEWLINE]队友额外的奢侈品</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOP_PANEL_TEAM_MORE_LUXURY_NAME" Language="en_US"> | ||
<Text>[NEWLINE][NEWLINE]Team Extra Luxury Resources</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOP_PANEL_TEAM_MORE_STRATEGIC_NAME" Language="zh_Hans_CN"> | ||
<Text>[NEWLINE]队友可用的战略[NEWLINE]</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOP_PANEL_TEAM_MORE_STRATEGIC_NAME" Language="en_US"> | ||
<Text>[NEWLINE][NEWLINE]Team Extra Strategic Resources</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOPPANEL_PRODUCTION_TOOLTIP_HEADER" Language="zh_Hans_CN"> | ||
<Text>+{1_Num} [Icon_ProductionLarge] 生产力</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOPPANEL_PRODUCTION_TOOLTIP_HEADER" Language="en_US"> | ||
<Text>+{1_Num} [Icon_ProductionLarge] Production</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOPPANEL_PRODUCTION_TOOLTIP_DESC" Language="zh_Hans_CN"> | ||
<Text>帝国的总生产力</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOPPANEL_PRODUCTION_TOOLTIP_DESC" Language="en_US"> | ||
<Text>Total Production of the Empire</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOPPANEL_PRODUCTION_TOOLTIP_REPORTS" Language="zh_Hans_CN"> | ||
<Text>生产力成长曲线</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOPPANEL_PRODUCTION_TOOLTIP_REPORTS" Language="en_US"> | ||
<Text>Production Growth Curve</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOPPANEL_FOOD_TOOLTIP_HEADER" Language="zh_Hans_CN"> | ||
<Text>+{1_Num} [Icon_FoodLarge] 食物</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOPPANEL_FOOD_TOOLTIP_HEADER" Language="en_US"> | ||
<Text>+{1_Num} [Icon_FoodLarge] Food</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOPPANEL_FOOD_TOOLTIP_DESC" Language="zh_Hans_CN"> | ||
<Text>帝国的总食物产出</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOPPANEL_FOOD_TOOLTIP_DESC" Language="en_US"> | ||
<Text>Total Food of the Empire</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOPPANEL_POPULATION_TOOLTIP_HEADER" Language="zh_Hans_CN"> | ||
<Text>{1_Num} [Icon_Citizen] 人口</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOPPANEL_POPULATION_TOOLTIP_HEADER" Language="en_US"> | ||
<Text>{1_Num} [Icon_Citizen] Population</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOPPANEL_POPULATION_TOOLTIP_DESC" Language="zh_Hans_CN"> | ||
<Text>帝国公民总数</Text> | ||
</Replace> | ||
<Replace Tag="LOC_TOPPANEL_POPULATION_TOOLTIP_DESC" Language="en_US"> | ||
<Text>Total Citizen of the Empire</Text> | ||
</Replace> | ||
</LocalizedText> | ||
</GameData> |
Oops, something went wrong.