Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c220619e authored by Jian Zhou's avatar Jian Zhou Committed by Linux Build Service Account
Browse files

Settings: Fix data usage crash in Chinese language

Data usage crashes in Chinese language for wrong string format.

Correct Chinese string format like English strings.

Change-Id: I1a49120eabe36e2bda2476e0a139ec8d8b275634
CRs-Fixed: 1042215
parent 5f6a13d4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3013,9 +3013,9 @@
    <string name="ethernet_data_usage" msgid="5108764537574354616">"以太网流量消耗"</string>
    <string name="wifi" msgid="1081550856200013637">"WLAN"</string>
    <string name="ethernet" msgid="6600095783781389720">"以太网"</string>
    <string name="cell_data_template" msgid="3308709914705592281">"<xliff:g id="number" example="128">^1</xliff:g><small><small> <xliff:g id="unit" example="KB">^2</xliff:g></small></small><small><small> 移动数据网络流量</small></small>"</string>
    <string name="wifi_data_template" msgid="501654649753761778">"<xliff:g id="number" example="128">^1</xliff:g><small><small> <xliff:g id="unit" example="KB">^2</xliff:g></small></small><small><small> WLAN 网络流量</small></small>"</string>
    <string name="ethernet_data_template" msgid="5775729859383597507">"<xliff:g id="number" example="128">^1</xliff:g><small><small> <xliff:g id="unit" example="KB">^2</xliff:g></small></small><small><small> 以太网流量</small></small>"</string>
    <string name="cell_data_template" msgid="3308709914705592281">"<xliff:g name="units" example="GB">%1$s</xliff:g> 移动数据网络流量"</string>
    <string name="wifi_data_template" msgid="501654649753761778">"<xliff:g name="units" example="GB">%1$s</xliff:g> WLAN 网络流量"</string>
    <string name="ethernet_data_template" msgid="5775729859383597507">"<xliff:g name="units" example="GB">%1$s</xliff:g> 以太网流量"</string>
    <string name="cell_warning_only" msgid="763147658209027140">"流量警告:<xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="cell_warning_and_limit" msgid="2273413629267437470">"流量警告:<xliff:g id="ID_1">%1$s</xliff:g>/流量上限:<xliff:g id="ID_2">%2$s</xliff:g>"</string>
    <string name="billing_cycle" msgid="5169909190811133499">"结算周期"</string>