Merge pull request #1673 from YoheiZuho/features/translate

Fix & add Japanese translations
This commit is contained in:
daniel 2019-09-07 19:52:48 -06:00 committed by GitHub
commit 9dcc802b2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 7 deletions

View file

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

View file

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

View file

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