-
-
Notifications
You must be signed in to change notification settings - Fork 929
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(locale): improve zh_CN vehicle manufacturers (#3254)
- Loading branch information
Showing
1 changed file
with
20 additions
and
6 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 |
---|---|---|
@@ -1,34 +1,48 @@ | ||
export default [ | ||
'三菱', | ||
'丰田', | ||
'保时捷', | ||
'克莱斯勒', | ||
'兰博基尼', | ||
'凯迪拉克', | ||
'劳斯莱斯', | ||
'卡迪拉克', | ||
'吉普车', | ||
'大众汽车', | ||
'吉普', | ||
'名爵', | ||
'塔塔', | ||
'大众', | ||
'奔驰', | ||
'奔驰smart', | ||
'奥迪', | ||
'宝马', | ||
'宾利', | ||
'小型的', | ||
'布加迪', | ||
'捷豹', | ||
'斯巴鲁', | ||
'斯柯达', | ||
'日产', | ||
'本田', | ||
'极星', | ||
'标致', | ||
'比亚迪', | ||
'沃克斯豪尔', | ||
'沃尔沃', | ||
'法拉利', | ||
'特斯拉', | ||
'玛莎拉蒂', | ||
'现代', | ||
'福特', | ||
'聪明的', | ||
'菲亚特', | ||
'蔚来', | ||
'起亚', | ||
'路虎', | ||
'躲闪', | ||
'迷你', | ||
'道奇', | ||
'铃木', | ||
'阿斯顿·马丁', | ||
'雪佛兰', | ||
'雪铁龙', | ||
'雷诺', | ||
'马恒达', | ||
'马自达', | ||
'马鲁蒂', | ||
]; |