登陆页面多国语 删除 index.html 中的提醒
Former-commit-id: 1087803a9d735aebaa36ed5aceb47613f745cab5 [formerly 1087803a9d735aebaa36ed5aceb47613f745cab5 [formerly 1087803a9d735aebaa36ed5aceb47613f745cab5 [formerly 1087803a9d735aebaa36ed5aceb47613f745cab5 [formerly 2d7e7fc43369fb0617beea24e000f5ca25427393 [formerly ad41934de3dde9a0483b0ab70d2ac459d2888c2c]]]]] Former-commit-id: 8c59a9888ea10e89f4c2e45da8947f94ca307433 Former-commit-id: fcc2804b8c70018fbc5553b8cd46da024ad83197 Former-commit-id: 573a8d0bba1adb9ede1c8c300026ba61981bc3c3 [formerly a6a7e7844dc4c7318b1c56d3f74ec1e961364dd5] Former-commit-id: e2d2b2df2cd86ab8375e2d1575e437f6e9ff7023 Former-commit-id: 164e2467e0601c4cc965993806090815dba43fe4 Former-commit-id: 91bc45f61ec6f65e30dc0b9e9f8689f8b6a72698 Former-commit-id: 2539135363c39336cedaf5bc5a376c765088b205 Former-commit-id: 02d8a42f6ddd93fcdc2452019a142d32ed199b19
This commit is contained in:
@@ -1 +1 @@
|
|||||||
e0de8ba3e07826cc9efccc379d7c5ef83608bab7
|
3ed7a815183f5e10fe6088f907aaec472a1c02c2
|
||||||
@@ -13,8 +13,6 @@
|
|||||||
.d2-home__footer { width: 100%; flex-grow: 0; text-align: center; padding: 1em 0; }
|
.d2-home__footer { width: 100%; flex-grow: 0; text-align: center; padding: 1em 0; }
|
||||||
.d2-home__footer > a { font-size: 12px; color: #ABABAB; text-decoration: none; }
|
.d2-home__footer > a { font-size: 12px; color: #ABABAB; text-decoration: none; }
|
||||||
.d2-home__loading { height: 32px; width: 32px; margin-bottom: 20px; }
|
.d2-home__loading { height: 32px; width: 32px; margin-bottom: 20px; }
|
||||||
.d2-home__title { color: #FFF; font-size: 14px; margin-bottom: 10px; }
|
|
||||||
.d2-home__sub-title { color: #ABABAB; font-size: 12px; }
|
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
var _hmt = _hmt || [];
|
var _hmt = _hmt || [];
|
||||||
@@ -25,7 +23,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
<strong>
|
<strong>
|
||||||
很抱歉,如果没有 JavaScript 支持,D2Admin 将不能正常工作。请启用浏览器的 JavaScript 然后继续。
|
Sorry, D2Admin will not work properly without JavaScript support. Enable JavaScript for browsers and continue.
|
||||||
</strong>
|
</strong>
|
||||||
</noscript>
|
</noscript>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
@@ -35,12 +33,6 @@
|
|||||||
class="d2-home__loading"
|
class="d2-home__loading"
|
||||||
src="./image/loading/loading-spin.svg"
|
src="./image/loading/loading-spin.svg"
|
||||||
alt="loading">
|
alt="loading">
|
||||||
<div class="d2-home__title">
|
|
||||||
正在加载资源
|
|
||||||
</div>
|
|
||||||
<div class="d2-home__sub-title">
|
|
||||||
初次加载资源可能需要较多时间 请耐心等待
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="d2-home__footer">
|
<div class="d2-home__footer">
|
||||||
<a
|
<a
|
||||||
|
|||||||
61
src/locales/ja.json
Normal file
61
src/locales/ja.json
Normal file
@@ -0,0 +1,61 @@
|
|||||||
|
{
|
||||||
|
"public": {
|
||||||
|
"error-message": {
|
||||||
|
"form-not-valid": "フォームの検証に失敗しました"
|
||||||
|
},
|
||||||
|
"rules": {
|
||||||
|
"required": "を入力してください {name}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"views": {
|
||||||
|
"system": {
|
||||||
|
"login": {
|
||||||
|
"footer": {
|
||||||
|
"button": {
|
||||||
|
"clause": "利用規約",
|
||||||
|
"help": "ヘルプ",
|
||||||
|
"privacy": "プライバシー"
|
||||||
|
},
|
||||||
|
"copyright": {
|
||||||
|
"author": "フェアリーエバー",
|
||||||
|
"content": "2018 D2プロジェクトオープンソース組織",
|
||||||
|
"copyright": "著作権"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"form": {
|
||||||
|
"button": {
|
||||||
|
"login": "ログイン"
|
||||||
|
},
|
||||||
|
"label": {
|
||||||
|
"code": "確認コード",
|
||||||
|
"password": "パスワード",
|
||||||
|
"username": "ユーザー名"
|
||||||
|
},
|
||||||
|
"placeholder": {
|
||||||
|
"code": " - - - - ",
|
||||||
|
"password": "パスワード",
|
||||||
|
"username": "ユーザー名"
|
||||||
|
},
|
||||||
|
"prepend": {
|
||||||
|
"code": "確認コード"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"motto": {
|
||||||
|
"text": "時間はすべての富の中で最も貴重な資産です。"
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"forget-password": "パスワードを忘れた",
|
||||||
|
"register": "登録ユーザー"
|
||||||
|
},
|
||||||
|
"quick-login": {
|
||||||
|
"dialog": {
|
||||||
|
"title": "すばやくユーザーを選択"
|
||||||
|
},
|
||||||
|
"toggle-button": {
|
||||||
|
"text": "すばやくユーザーを選択(テスト機能)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user