Fix & add Japanese translations

This commit is contained in:
YoheiZuho 2019-09-07 18:07:40 +09:00
parent 2785899317
commit a5c46885c8
3 changed files with 10 additions and 7 deletions

View File

@ -10,7 +10,7 @@ return [
'profile' => 'プロフィール',
'stories' => 'ストーリー',
'hashtags' => 'ハッシュダグ',
'discover' => 'つける',
'discover' => '見',
'directMessages' => 'ダイレクトメッセージ',
'timelines' => 'タイムライン',

View File

@ -6,13 +6,14 @@ return [
'home' => 'ホーム',
'local' => 'ローカル',
'network' => 'ネットワーク',
'discover' => 'つける',
'discover' => '見',
'viewMyProfile' => '自分のプロフィールを見る',
'myProfile' => 'プロフィール',
'myTimeline' => 'タイムライン',
'publicTimeline' => 'パブリックタイムライン',
'remoteFollow' => 'リモートフォロー',
'settings' => '設定',
'admin' => '管理者',
'admin' => '管理者設定',
'logout' => 'ログアウト',
'directMessages' => 'ダイレクトメッセージ',

View File

@ -3,11 +3,13 @@ return [
'about' => 'このサーバーについて',
'help' => 'ヘルプ',
'language' => '言語',
'fediverse' => '分散',
'fediverse' => 'Fediverse',
'opensource' => 'オープンソース',
'terms' => '規約',
'privacy' => 'プライバシー',
'terms' => '利用規約',
'privacy' => 'プライバシーポリシー',
'l10nWip' => '私達はローカライズサポートに取り組んでいます',
'currentLocale' => '現在のロケール',
'currentLocale' => '現在のロケール(言語)',
'selectLocale' => 'リストの中からロケール(言語)を選択してください',
'contact' => 'コンタクト',
'contact-us' => 'お問い合わせ',
];