Browse Source

Japanese translate update & fix typo

yoheizuho 6 years ago
parent
commit
4d690e19d9
2 changed files with 11 additions and 11 deletions
  1. BIN
      resources/lang/ja/.navmenu.php.swp
  2. 11 11
      resources/lang/ja/navmenu.php

BIN
resources/lang/ja/.navmenu.php.swp


+ 11 - 11
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' => 'ダイレクトメッセージ',
 
 ];