Commit a3b5252e authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Translate new terms in Chinese

parent 8476a04b
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
CACHE MANIFEST\n CACHE MANIFEST\n
# generated on Fri, 17 Jan 2020 11:00:13 GMT+0200\n # generated on Tue, 28 Apr 2020 11:00:13 GMT+0200\n
CACHE:\n CACHE:\n
favicon.ico\n favicon.ico\n
font-awesome/font-awesome-webfont.eot?v=4.6.3\n font-awesome/font-awesome-webfont.eot?v=4.6.3\n
...@@ -581,7 +581,7 @@ NETWORK:\n ...@@ -581,7 +581,7 @@ NETWORK:\n
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>982.16656.9604.44475</string> </value> <value> <string>983.32442.18214.26265</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -599,7 +599,7 @@ NETWORK:\n ...@@ -599,7 +599,7 @@ NETWORK:\n
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1584095553.4</float> <float>1588113814.6</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
/*globals window*/ /*globals window*/
/*jslint indent: 2, nomen: true, maxlen: 80*/ /*jslint indent: 2, nomen: true, maxlen: 80*/
(function (window) { (function (window) {
...@@ -8,7 +6,7 @@ ...@@ -8,7 +6,7 @@
"use strict"; "use strict";
window.translation_data = { window.translation_data = {
"en": { "en": {
"Title": "Title", "Title": "Title",
"Login Account": "Login Account", "Login Account": "Login Account",
"Intent not supported": "Intent not supported", "Intent not supported": "Intent not supported",
...@@ -354,9 +352,14 @@ ...@@ -354,9 +352,14 @@
"Hosting Subscription": "Hosting Subscription", "Hosting Subscription": "Hosting Subscription",
"Accept": "Accept", "Accept": "Accept",
"Generate New Invitation Link": "Generate New Invitation Link", "Generate New Invitation Link": "Generate New Invitation Link",
"Revoke Computer Certificate": "Revoke Computer Certificate" "Revoke Computer Certificate": "Revoke Computer Certificate",
}, "Country": "Country",
"zh": { "Telephone": "Telephone",
"Address": "Address",
"Postal Code": "Postal Code",
"City": "City"
},
"zh": {
"Title": "标题", "Title": "标题",
"Login Account": "登录账号", "Login Account": "登录账号",
"Intent not supported": "不支持该意图。", "Intent not supported": "不支持该意图。",
...@@ -702,7 +705,12 @@ ...@@ -702,7 +705,12 @@
"Hosting Subscription": "托管订阅", "Hosting Subscription": "托管订阅",
"Accept": "接受", "Accept": "接受",
"Generate New Invitation Link": "生成新的邀请链接", "Generate New Invitation Link": "生成新的邀请链接",
"Revoke Computer Certificate": "吊销计算机证书" "Revoke Computer Certificate": "吊销计算机证书",
"Country": "国家",
"Telephone": "电话号码",
"Address": "地址",
"Postal Code": "邮编",
"City": "城市"
} }
}; };
}(window)); }(window));
\ No newline at end of file
...@@ -233,7 +233,7 @@ ...@@ -233,7 +233,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>983.13242.30278.32426</string> </value> <value> <string>983.33872.15157.33570</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -251,7 +251,7 @@ ...@@ -251,7 +251,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1586962878.51</float> <float>1588113766.31</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment