diff --git a/resources/lang/ja/navmenu.php b/resources/lang/ja/navmenu.php index 64175ba5..e439a629 100644 --- a/resources/lang/ja/navmenu.php +++ b/resources/lang/ja/navmenu.php @@ -1,14 +1,19 @@ - '検索', - 'home' => 'ホーム', - 'local' => 'ローカル', - 'discover' => '見つける', - 'viewMyProfile' => '自分のプロフィールを見る', - 'myTimeline' => 'タイムライン', - 'publicTimeline' => 'パブリックタイムライン', - 'remoteFollow' => 'リモートフォロー', - 'settings' => '設定', - 'admin' => '管理者', - 'logout' => 'ログアウト', - 'directMessages' => 'ダイレクトメッセージ', + '検索', + 'home' => 'ホーム', + 'local' => 'ローカル', + 'network' => 'ネットワーク', + 'discover' => '見つける', + 'viewMyProfile' => '自分のプロフィールを見る', + 'myTimeline' => 'タイムライン', + 'publicTimeline' => 'パブリックタイムライン', + 'remoteFollow' => 'リモートフォロー', + 'settings' => '設定', + 'admin' => '管理者', + 'logout' => 'ログアウト', + 'directMessages' => 'ダイレクトメッセージ', + ]; diff --git a/resources/lang/ja/site.php b/resources/lang/ja/site.php index 7c15c678..98d542e5 100644 --- a/resources/lang/ja/site.php +++ b/resources/lang/ja/site.php @@ -7,7 +7,7 @@ return [ 'opensource' => 'オープンソース', 'terms' => '規約', 'privacy' => 'プライバシー', - 'l10nWip' => '私達はローカライズサポートに取り組んでいます。', + 'l10nWip' => '私達はローカライズサポートに取り組んでいます', 'currentLocale' => '現在のロケール', 'selectLocale' => 'リストの中からロケール(言語)を選択してください', ];