Russia
|
Yes, by google.
Put into google only a text chinese string, one by one.
But NOT ALL THE FILE TEXT! It is a wrong method!
For exzmple, i.e. you have discuz_plugin_myrepeats_SC_UTF8.xml:- discuz_plugin_myrepeats_SC_UTF8.xml:
- <item id="login_succeed"><![CDATA[您已切换到 {user} {comment}帐号,现在将转入切换前页面。]]></item>
Copy the Code You have to copy original file to discuz_plugin_myrepeats_EN_UTF8.xml
and then traslate it string by string:
Translate "您已切换到" -> You are switched to
Then translate "帐号,现在将转入切换前页面。" -> account, now you will be redirected to the front page.
So you will get a result:- discuz_plugin_myrepeats_EN_UTF8.xml:
- <item id="login_succeed"><![CDATA[You are switched to {user} {comment} account, now you will be redirected to the front page.]]></item>
Copy the Code |
|