Răsfoiți Sursa

translated admin-top page

久保田隼基 8 ani în urmă
părinte
comite
a7fba11c44
2 a modificat fișierele cu 16 adăugiri și 9 ștergeri
  1. 9 1
      lib/locales/ja/translation.json
  2. 7 8
      lib/views/admin/index.html

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

@@ -70,8 +70,16 @@
   "New Page": "新規ページ",
   "Create under": "<code>%s</code>以下に作成",
   "Management Wiki": "Wiki管理",
-
+  "System Information": "システム情報",
+  "Only Wiki administrator can see this page": "この画面はWiki管理者のみがアクセスできる画面です。",
+  "You can assign administrator from Assign administrator button in the User management page": "「ユーザー管理」から「管理者にする」ボタンを使ってユーザーをWiki管理者に任命することができます。",
+  "List of installed plugins": "インストールされているプラグイン一覧",
+  "Package name": "パッケージ名",
+  "Specified version": "指定バージョン",
+  "Installed version": "インストールされているバージョン",
+  
   "Table of Contents": "目次",
+  "Management Wiki Home": "Wiki管理トップ",
 
   "Public": "公開",
   "Anyone with the link": "リンクを知っている人のみ",

+ 7 - 8
lib/views/admin/index.html

@@ -25,12 +25,11 @@
       {% include './widget/menu.html' %}
     </div>
     <div class="col-md-9">
-      <p>
-      この画面はWiki管理者のみがアクセスできる画面です。<br>
-      「ユーザー管理」から「管理者にする」ボタンを使ってユーザーをWiki管理者に任命することができます。
+      <p> {{ t('Only Wiki administrator can see this page') }}<br>
+      {{ t('You can assign administrator from Assign administrator button in the User management page') }}
       </p>
 
-      <h3>システム情報</h3>
+      <h3>{{ t('System Information') }}</h3>
       <table class="table table-bordered">
         <tr>
           <th class="col-sm-4">crowi-plus</th>
@@ -50,16 +49,16 @@
         </tr>
       </table>
 
-      <h3>インストールされているプラグイン一覧</h3>
+      <h3>{{ t('List of installed plugins') }}</h3>
       <table class="table table-bordered">
         <th class="text-center">
-          パッケージ名
+          {{ t('Package name') }}
         </th>
         <th class="text-center">
-          指定バージョン
+          {{ t('Specified version') }}
         </th>
         <th class="text-center">
-          インストールされているバージョン
+          {{ t('Installed version') }}
         </th>
         {% for pluginName in Object.keys(plugins) %}
         <tr>