Added the Chinese dialog text widths.
This commit is contained in:
		| @@ -17,7 +17,7 @@ | ||||
|  | ||||
| Option Explicit | ||||
|  | ||||
| ' subTestWidth: Tests the width of the dialog text | ||||
| ' subTestWidth: Tests the width of the dialog text. | ||||
| Sub subTestWidth | ||||
| 	Dim oDialog As Object, oDialogModel As Object | ||||
| 	Dim oTextModel As Object, oListModel As Object | ||||
|   | ||||
| @@ -79,6 +79,7 @@ | ||||
| 		<node oor:name="BestStatWidth" oor:op="replace">		 | ||||
| 			<prop oor:name="Text" oor:type="xs:string" oor:localized="true">	 | ||||
| 				<value>42</value> | ||||
| 				<value xml:lang="zh-TW">26</value> | ||||
| 				<value xml:lang="de">58</value> | ||||
| 			</prop> | ||||
| 		</node> | ||||
| @@ -128,6 +129,7 @@ | ||||
| 		<node oor:name="AppraisalValorBestHeadWidth" oor:op="replace">		 | ||||
| 			<prop oor:name="Text" oor:type="xs:string" oor:localized="true">	 | ||||
| 				<value>8</value> | ||||
| 				<value xml:lang="zh-TW">0</value> | ||||
| 				<value xml:lang="de">14</value> | ||||
| 			</prop> | ||||
| 		</node> | ||||
| @@ -212,6 +214,7 @@ | ||||
| 		<node oor:name="AppraisalMysticBestHeadWidth" oor:op="replace">		 | ||||
| 			<prop oor:name="Text" oor:type="xs:string" oor:localized="true">	 | ||||
| 				<value>86</value> | ||||
| 				<value xml:lang="zh-TW">12</value> | ||||
| 				<value xml:lang="de">129</value> | ||||
| 			</prop> | ||||
| 		</node> | ||||
| @@ -296,6 +299,7 @@ | ||||
| 		<node oor:name="AppraisalInstinctBestHeadWidth" oor:op="replace">		 | ||||
| 			<prop oor:name="Text" oor:type="xs:string" oor:localized="true">	 | ||||
| 				<value>46</value> | ||||
| 				<value xml:lang="zh-TW">12</value> | ||||
| 				<value xml:lang="de">14</value> | ||||
| 			</prop> | ||||
| 		</node> | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| # Strings for Dialog Library PokemonGoIV | ||||
| 1.DlgMain.Title=\u5bf6\u53ef\u5922 GO IV \u8a08\u7b97\u6a5f | ||||
| 2.DlgMain.txtPokemon.Label=\u5bf6\u53ef\u5922(~P)\uff1a | ||||
| 3.DlgMain.txtCP.Label=\u653b\u64Ca\u529b(~C): | ||||
| 3.DlgMain.txtCP.Label=~CP: | ||||
| 4.DlgMain.txtHP.Label=~HP: | ||||
| 5.DlgMain.txtStardust.Label=\u661f\u661f\u6c99\u5b50(~t): | ||||
| 6.DlgMain.txtPlayerLevel.Label=\u73a9\u5bb6\u7b49\u7d1a(~L)\uff1a | ||||
|   | ||||
		Reference in New Issue
	
	Block a user