Skip to content

Commit 1dd7a0f

Browse files
author
HumHub Translations
committed
Enh: Updated Translations (translate.humhub.org)
1 parent febe8a0 commit 1dd7a0f

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

messages/ja/base.php

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?php
2-
3-
return [
4-
'Back to modules' => 'モジュールへ戻る',
5-
'The number of most active users that will be shown.' => '表示される最もアクティブなユーザーの数。',
6-
'<strong>New Members</strong> Module Configuration' => '',
7-
'For guests' => '',
8-
'For logged in members' => '',
9-
'From which registration date should new users displayed as new?' => '',
10-
'New Members' => '',
11-
'Show on dashboard' => '',
12-
'The panel title for the dashboard widget.' => '',
13-
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => '',
14-
];
2+
return array (
3+
'<strong>New Members</strong> Module Configuration' => '<strong>新メンバー</strong> モジュール構成',
4+
'Back to modules' => 'モジュールへ戻る',
5+
'For guests' => 'ゲスト用',
6+
'For logged in members' => 'ログイン会員の方へ',
7+
'From which registration date should new users displayed as new?' => '新規ユーザーが新規として表示されるのは、いつからの登録日ですか?',
8+
'New Members' => '新メンバー',
9+
'Show on dashboard' => 'ダッシュボードに表示',
10+
'The number of most active users that will be shown.' => '表示される最もアクティブなユーザーの数。',
11+
'The panel title for the dashboard widget.' => 'ダッシュボード ウィジェットのパネルタイトル。',
12+
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'この値は、既存のユーザーからのインポート後に必要になる場合があります。ユーザーベースが自然に成長する場合は、空にします。',
13+
);

0 commit comments

Comments
 (0)