This commit is contained in:
Liang Ding 2014-12-06 20:52:23 +08:00
parent 23823cb114
commit c208c63a1e
5 changed files with 11 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"colon": ": ",
"wide": "Wide",
"isDelete": "Delete",
"wide_title": "Team development, anytime, anywhere",
"cancel": "Cancel",
"file": "File",
"login": "Login",

View File

@ -1,7 +1,7 @@
{
"colon": "",
"wide": "Wide",
"isDelete": "削除",
"wide_title": "チーム開発、いつでも、どこでも",
"cancel": "取消",
"file": "ファイル",
"login": "ログイン",

View File

@ -1,7 +1,7 @@
{
"colon": "",
"wide": "Wide",
"isDelete": "是否删除",
"wide_title": "团队开发,随时随地",
"cancel": "取消",
"file": "文件",
"login": "登录",

View File

@ -1,7 +1,7 @@
{
"colon": "",
"wide": "Wide",
"isDelete": "己删除否?",
"wide_title": "團隊開發,隨時隨地",
"cancel": "取消",
"file": "文件檔",
"login": "登錄",

View File

@ -2,7 +2,12 @@
<html>
<head>
<meta charset="UTF-8">
<title>{{.i18n.wide}}</title>
<title>{{.i18n.wide}} - {{.i18n.wide_title}}</title>
<meta name="keywords" content="Wide, Golang, IDE, Teaam, Cloud, B3log"/>
<meta name="description" content="A Web-based IDE for Teams using Golang, do your development anytime, anywhere."/>
<meta name="author" content="B3log">
<link rel="stylesheet" href="{{.conf.StaticServer}}/static/js/lib/codemirror-{{.codeMirrorVer}}/codemirror.css">
<link rel="stylesheet" href="{{.conf.StaticServer}}/static/js/lib/codemirror-{{.codeMirrorVer}}/addon/hint/show-hint.css">
<link rel="stylesheet" href="{{.conf.StaticServer}}/static/js/lib/codemirror-{{.codeMirrorVer}}/addon/lint/lint.css">
@ -386,7 +391,7 @@
</div>
<div id="dialogRemoveConfirm" class="fn-none">
{{.i18n.isDelete}} <b></b>?
{{.i18n.delete}} <b></b>?
</div>
<div id="dialogAlert" class="fn-none"></div>
<div id="dialogAbout" class="fn-none"></div>