-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathzh.xml
More file actions
14 lines (14 loc) · 1.14 KB
/
zh.xml
File metadata and controls
14 lines (14 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<Language UniqueName="zh" ReadableName="Simplified Chinese" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Translations> <!-- Example -->
<!-- [Note] Chinese characters should be placed as Japanese kanji instead of English words. -->
<Translation ID="A_TD_NEXT" String="下一站" /> <!--下一站 OO. OO is the station name.-->
<Translation ID="A_TD_NOW_STOPPING_AT" String="现在停靠" /> <!--现在停靠 OO. OO is the station name.-->
<Translation ID="A_TD_FOR" String="开往" /> <!--开往 OO. OO is the station name.-->
<Translation ID="A_TD_FOR_CIRCULAR" String="方向" /> <!--OO 方向. OO is the station name.-->
<Translation ID="A_TD_SETTINGS_DISPLAY_WIDTH" String="显示宽度" />
<Translation ID="A_TD_SETTINGS_DISPLAY_LANGUAGE" String="显示语言" />
<Translation ID="A_TD_SETTINGS_SYSTEM_LANGUAGE" String="系统语言" />
<Translation ID="A_TD_SETTINGS_TEXT_SHRINKED" String="Shrink next station text when it is long (beta)" />
</Translations>
</Language>