1
0
Fork 0

Japanese translate update & fix typo

This commit is contained in:
yoheizuho 2019-03-11 09:01:39 +09:00
parent c8f882ca50
commit 4d690e19d9
2 changed files with 11 additions and 11 deletions

Binary file not shown.

View File

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