From 4d690e19d9da57b22460953a5b5f3a0a3c909db8 Mon Sep 17 00:00:00 2001 From: yoheizuho Date: Mon, 11 Mar 2019 09:01:39 +0900 Subject: [PATCH] Japanese translate update & fix typo --- resources/lang/ja/.navmenu.php.swp | Bin 0 -> 1024 bytes resources/lang/ja/navmenu.php | 22 +++++++++++----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 resources/lang/ja/.navmenu.php.swp diff --git a/resources/lang/ja/.navmenu.php.swp b/resources/lang/ja/.navmenu.php.swp new file mode 100644 index 0000000000000000000000000000000000000000..0e14de8a9ab59bad30da9118415f02ad1a5d8186 GIT binary patch literal 1024 zcmYc?$V<%2S1{7E)H7y40-IPE7%KBKQZuVcGxCwdu`%K5bTjgEQ*~2|%2JE4snZ8Z z>%&#+7i3nX=A@;j=oh6H=a&{GrxxqyB<7{-XC>25qa`u` literal 0 HcmV?d00001 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' => 'ダイレクトメッセージ', ];