Skip to content

Commit 92adcca

Browse files
authored
added chinese translations (kevinpapst#102)
1 parent 258cb32 commit 92adcca

2 files changed

Lines changed: 88 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Some of the main features of this theme bundle:
3434
- Support for FOSUserBundle
3535
- Webpack-Encore support for building assets
3636
- Event-driven handling of menu entries, tasks and notifications
37-
- Translations for: english, german, italian, czech, spanish, russian, arabic, finnish, japanese, swedish, portuguese (brazilian), dutch, french, turkish, danish (please help translating it to more languages)
37+
- Translations for: english, german, italian, czech, spanish, russian, arabic, finnish, japanese, swedish, portuguese (brazilian), dutch, french, turkish, danish, chinese (please help translating it to more languages)
3838
- Based on AdminLTE 2.4.8
3939
- Using FontAwesome 5
4040

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
3+
<file date="2017-01-12T20:00:00Z" source-language="en" target-language="zh-CN" datatype="plaintext" original="none">
4+
<body>
5+
<trans-unit id="Toggle navigation">
6+
<source>Toggle navigation</source>
7+
<target>切换导航</target>
8+
</trans-unit>
9+
<trans-unit id="Remember Me">
10+
<source>Remember Me</source>
11+
<target>记住我</target>
12+
</trans-unit>
13+
<trans-unit id="Sign in to start your session">
14+
<source>Sign in to start your session</source>
15+
<target>登录</target>
16+
</trans-unit>
17+
<trans-unit id="Sign In">
18+
<source>Sign In</source>
19+
<target>登录</target>
20+
</trans-unit>
21+
<trans-unit id="Sign out">
22+
<source>Sign out</source>
23+
<target>注销</target>
24+
</trans-unit>
25+
<trans-unit id="Profile">
26+
<source>Profile</source>
27+
<target>个人资料</target>
28+
</trans-unit>
29+
<trans-unit id="Member since %date%">
30+
<source>Member since %date%</source>
31+
<target>会员资格始于 %date%</target>
32+
</trans-unit>
33+
<trans-unit id="Username">
34+
<source>Username</source>
35+
<target>用户名</target>
36+
</trans-unit>
37+
<trans-unit id="Password">
38+
<source>Password</source>
39+
<target>密码</target>
40+
</trans-unit>
41+
<trans-unit id="Show homepage">
42+
<source>Show homepage</source>
43+
<target>显示主页</target>
44+
</trans-unit>
45+
<trans-unit id="Back to login">
46+
<source>Back to login</source>
47+
<target>返回登录</target>
48+
</trans-unit>
49+
<trans-unit id="Reset your password">
50+
<source>Reset your password</source>
51+
<target>重置密码</target>
52+
</trans-unit>
53+
<trans-unit id="I forgot my password">
54+
<source>I forgot my password</source>
55+
<target>忘记密码</target>
56+
</trans-unit>
57+
<trans-unit id="Register a new account">
58+
<source>Register a new account</source>
59+
<target>注册新帐户</target>
60+
</trans-unit>
61+
<trans-unit id="View all">
62+
<source>View all</source>
63+
<target>查看所有</target>
64+
</trans-unit>
65+
<trans-unit id="You have %count% notifications">
66+
<source>You have %count% notifications</source>
67+
<target>您有 %count% 个通知</target>
68+
</trans-unit>
69+
<trans-unit id="You have %count% messages">
70+
<source>You have %count% messages</source>
71+
<target>您有 %count% 条消息</target>
72+
</trans-unit>
73+
<trans-unit id="You have %count% tasks">
74+
<source>You have %count% tasks</source>
75+
<target>您有 %count% 项任务</target>
76+
</trans-unit>
77+
<trans-unit id="%progress%% Complete">
78+
<source>%progress%% Complete</source>
79+
<target>%progress%% 完成</target>
80+
</trans-unit>
81+
<trans-unit id="This is a mandatory field">
82+
<source>This is a mandatory field</source>
83+
<target>该处为必填项</target>
84+
</trans-unit>
85+
</body>
86+
</file>
87+
</xliff>

0 commit comments

Comments
 (0)