Преглед изворни кода

"User management": "ユーザー管理",英日表記

久保田隼基 пре 8 година
родитељ
комит
886fa897bc
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 0
      lib/locales/ja/translation.json
  2. 1 1
      lib/views/admin/widget/menu.html

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

@@ -85,6 +85,7 @@
   "Markdown settings": "Markdown設定",
   "Customize": "カスタマイズ",
   "Notification settings": "通知設定",
+  "User management": "ユーザー管理",
 
   "Public": "公開",
   "Anyone with the link": "リンクを知っている人のみ",

+ 1 - 1
lib/views/admin/widget/menu.html

@@ -8,7 +8,7 @@
   <li class="{% if current == 'markdown'%}active{% endif %}"><a href="/admin/markdown"><i class="fa fa-pencil"></i> {{ t('Markdown settings') }}</a></li>
   <li class="{% if current == 'customize'%}active{% endif %}"><a href="/admin/customize"><i class="fa fa-object-group"></i> {{ t('Customize') }}</a></li>
   <li class="{% if current == 'notification'%}active{% endif %}"><a href="/admin/notification"><i class="fa fa-bell"></i> {{ t('Notification settings') }}</a></li>
-  <li class="{% if current == 'user' || current == 'external-account' %}active{% endif %}"><a href="/admin/users"><i class="fa fa-users"></i> ユーザー管理</a></li>
+  <li class="{% if current == 'user' || current == 'external-account' %}active{% endif %}"><a href="/admin/users"><i class="fa fa-users"></i> {{ t('User management') }}</a></li>
   {% if searchConfigured() %}
   <li class="{% if current == 'search'%}active{% endif %}"><a href="/admin/search"><i class="fa fa-search"></i> 検索管理</a></li>
   {% endif %}