mirror of https://github.com/pixelfed/pixelfed
japanese translation update
parent
f1310aacf1
commit
329d8d0811
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'helpcenter' => 'ヘルプセンター',
|
||||
'whatsnew' => 'What\'s New',
|
||||
|
||||
'gettingStarted' => 'はじめに',
|
||||
'sharingMedia' => 'メディアを共有する',
|
||||
'profile' => 'プロフィール',
|
||||
'stories' => 'ストーリー',
|
||||
'hashtags' => 'ハッシュダグ',
|
||||
'discover' => '見つける',
|
||||
'directMessages' => 'ダイレクトメッセージ',
|
||||
'timelines' => 'タイムライン',
|
||||
|
||||
'embed' => '埋め込む',
|
||||
'communityGuidelines' => 'コミュニティガイドライン',
|
||||
'whatIsTheFediverse' => 'fediverseとは?',
|
||||
'controllingVisibility' => '可視性制御',
|
||||
'blockingAccounts' => 'ブロックしたアカウント',
|
||||
'safetyTips' => '安全のためのヒント',
|
||||
'reportSomething' => '報告する',
|
||||
'dataPolicy' => 'データポリシー'
|
||||
|
||||
];
|
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'search'=> '検索',
|
||||
'home' => 'ホーム',
|
||||
'local' => 'ローカル',
|
||||
'network' => 'ネットワーク',
|
||||
'discover' => '見つける',
|
||||
'viewMyProfile' => '自分のプロフィールを見る',
|
||||
'myTimeline' => 'タイムライン',
|
||||
'publicTimeline' => 'パブリックタイムライン',
|
||||
'remoteFollow' => 'リモートフォロー',
|
||||
'settings' => '設定',
|
||||
'admin' => '管理者',
|
||||
'logout' => 'ログアウト',
|
||||
'directMessages' => 'ダイレクトメッセージ',
|
||||
|
||||
];
|
Loading…
Reference in New Issue