diff --git a/resources/lang/ja/.navmenu.php.swp b/resources/lang/ja/.navmenu.php.swp new file mode 100644 index 000000000..0e14de8a9 Binary files /dev/null and b/resources/lang/ja/.navmenu.php.swp differ diff --git a/resources/lang/ja/navmenu.php b/resources/lang/ja/navmenu.php index e439a629b..d81b076d6 100644 --- a/resources/lang/ja/navmenu.php +++ b/resources/lang/ja/navmenu.php @@ -2,18 +2,18 @@ return [ - 'search' => '検索', - 'home' => 'ホーム', - 'local' => 'ローカル', - 'network' => 'ネットワーク', - 'discover' => '見つける', - 'viewMyProfile' => '自分のプロフィールを見る', - 'myTimeline' => 'タイムライン', + 'search' => '検索', + 'home' => 'ホーム', + 'local' => 'ローカル', + 'network' => 'ネットワーク', + 'discover' => '見つける', + 'viewMyProfile' => '自分のプロフィールを見る', + 'myTimeline' => 'タイムライン', 'publicTimeline' => 'パブリックタイムライン', - 'remoteFollow' => 'リモートフォロー', - 'settings' => '設定', - 'admin' => '管理者', - 'logout' => 'ログアウト', + 'remoteFollow' => 'リモートフォロー', + 'settings' => '設定', + 'admin' => '管理者', + 'logout' => 'ログアウト', 'directMessages' => 'ダイレクトメッセージ', ];