Skip to content

Commit 2d4c8c4

Browse files
sawachandokuwiki-translate
authored andcommitted
translation update
1 parent eee1269 commit 2d4c8c4

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

lang/ja/lang.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/**
44
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
55
*
6-
* @author Ikuo Obataya <[email protected]>
7-
* @author Yusuke Ishida <[email protected]>
6+
* @author Ikuo Obataya <[email protected]>
7+
* @author Yusuke Ishida <[email protected]>
88
* @author Hideaki SAWADA <[email protected]>
99
*/
1010
$lang['encoding'] = 'utf-8';
@@ -14,6 +14,7 @@
1414
$lang['comment'] = 'コメント';
1515
$lang['comments'] = 'コメント';
1616
$lang['nocomments'] = 'コメント';
17+
$lang['threads'] = 'コメント';
1718
$lang['url'] = 'ウェブサイト';
1819
$lang['address'] = '住所';
1920
$lang['date'] = '日付';

lang/ja/settings.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
/**
44
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
55
*
6-
* @author Ikuo Obataya <[email protected]>
7-
* @author Yusuke Ishida <[email protected]>
6+
* @author Ikuo Obataya <[email protected]>
7+
* @author Yusuke Ishida <[email protected]>
88
* @author Hideaki SAWADA <[email protected]>
99
*/
1010
$lang['automatic'] = 'デフォルトで全てのページにコメントセクションを追加';
11+
$lang['excluded_ns'] = '上記オプションを元に戻す、名前空間の一覧(正規表現、例: <code>/(playground|wiki)/</code>)';
1112
$lang['allowguests'] = '登録していないユーザーのコメントを許可';
1213
$lang['showguests'] = 'ゲストのコメント表示を許可';
1314
$lang['linkemail'] = 'コメントした人の名前にe-mailリンクを貼る';
@@ -27,3 +28,4 @@
2728
$lang['threads_formposition_o_bottom'] = '';
2829
$lang['visibilityButton'] = 'コメントセクションの表示を切り替えるボタンを有効にする';
2930
$lang['moderatorgroups'] = '承認者グループ(DokuWikiのマネージャー権限と同じレベル)のカンマ区切り一覧';
31+
$lang['moderatorsnotify'] = '承認者に対して新しいコメントの通知メールを送信する';

0 commit comments

Comments
 (0)