更新 index.html
This commit is contained in:
parent
3b24486ee1
commit
bfa27af375
@ -1,6 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head><title>yunkong2.web</title>
|
<head><title>新空间云控平台</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="icon" href="lib/img/favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="lib/img/favicon.ico" type="image/x-icon" />
|
||||||
<link rel="stylesheet" href="lib/css/bootstrap.min.css" media="screen">
|
<link rel="stylesheet" href="lib/css/bootstrap.min.css" media="screen">
|
||||||
@ -66,16 +66,13 @@
|
|||||||
systemDictionary = {
|
systemDictionary = {
|
||||||
'welcome': {
|
'welcome': {
|
||||||
'en': 'welcome to yunkong2.web',
|
'en': 'welcome to yunkong2.web',
|
||||||
'de': 'Wilkommen zu yunkong2.web',
|
'cn': '新空间云控平台'
|
||||||
'ru': 'Добро пожаловать в yunkong2.web'
|
|
||||||
},
|
},
|
||||||
'Directories': {'en': 'Directories', 'de': 'Verzeichnise', 'ru': 'Пути'},
|
'Directories': {'en': 'Directories', 'cn': '目录'},
|
||||||
'your are lost': {
|
'your are lost': {
|
||||||
'en': 'It seems to be you are lost. Here are some files, that you can open:',
|
'en': 'It seems to be you are lost. Here are some files, that you can open:'
|
||||||
'de': 'Sieht so aus, als ob du verlaufen bist. Hier sind die Pfade, wohin man gehen kann:',
|
|
||||||
'ru': 'Похоже, что кто-то потерялся. Вот пути по которым можно пойти:'
|
|
||||||
},
|
},
|
||||||
"Sign out": {"en": "Sign out", "de": "Ausloggen", "ru": "Выйти"}
|
"Sign out": {"en": "Sign out", "cn": "退出"}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Do not delete it. It will used for dynamic generation:
|
// Do not delete it. It will used for dynamic generation:
|
||||||
|
Loading…
Reference in New Issue
Block a user