久保田隼基 8 лет назад
Родитель
Сommit
abd1c92949

+ 2 - 0
lib/locales/en-US/translation.json

@@ -39,6 +39,8 @@
   "Share Link": "Share Link",
   "Markdown Link": "Markdown Link",
 
+  "Management Wiki": "Management Wiki",
+
   "Unportalize": "Unportalize",
 
   "View this version": "View this version",

+ 1 - 0
lib/locales/ja/translation.json

@@ -69,6 +69,7 @@
   "Input page name (optional)": "ページ名を入力(空欄OK)",
   "New Page": "新規ページ",
   "Create under": "<code>%s</code>以下に作成",
+  "Management Wiki": "Wiki管理",
 
   "Table of Contents": "目次",
 

+ 2 - 2
lib/views/admin/index.html

@@ -1,11 +1,11 @@
 {% extends '../layout/admin.html' %}
 
-{% block html_title %}Wiki管理 · {{ path }}{% endblock %}
+{% block html_title %}Wiki管理· {{ path }}{% endblock %}
 
 {% block content_head %}
 <div class="header-wrap">
   <header id="page-header">
-    <h1 class="title" id="">Wiki管理</h1>
+    <h1 class="title" id="">Wiki管理 {{ t('Management Wiki') }}</h1>
   </header>
 </div>
 {% endblock %}