mirror of https://github.com/pixelfed/pixelfed
Merge pull request #1008 from YoheiZuho/features/translate
Japanese translate update & fix typopull/1009/head
commit
76e0a76ab0
@ -1,14 +1,19 @@
|
||||
<?php return [
|
||||
'search' => '検索',
|
||||
'home' => 'ホーム',
|
||||
'local' => 'ローカル',
|
||||
'discover' => '見つける',
|
||||
'viewMyProfile' => '自分のプロフィールを見る',
|
||||
'myTimeline' => 'タイムライン',
|
||||
'publicTimeline' => 'パブリックタイムライン',
|
||||
'remoteFollow' => 'リモートフォロー',
|
||||
'settings' => '設定',
|
||||
'admin' => '管理者',
|
||||
'logout' => 'ログアウト',
|
||||
'directMessages' => 'ダイレクトメッセージ',
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'search' => '検索',
|
||||
'home' => 'ホーム',
|
||||
'local' => 'ローカル',
|
||||
'network' => 'ネットワーク',
|
||||
'discover' => '見つける',
|
||||
'viewMyProfile' => '自分のプロフィールを見る',
|
||||
'myTimeline' => 'タイムライン',
|
||||
'publicTimeline' => 'パブリックタイムライン',
|
||||
'remoteFollow' => 'リモートフォロー',
|
||||
'settings' => '設定',
|
||||
'admin' => '管理者',
|
||||
'logout' => 'ログアウト',
|
||||
'directMessages' => 'ダイレクトメッセージ',
|
||||
|
||||
];
|
||||
|
Loading…
Reference in New Issue