1234567891011121314151617181920212223242526 |
- <?php
- return [
- 'helpcenter' => 'ヘルプセンター',
- 'whatsnew' => 'What\'s New',
- 'gettingStarted' => 'はじめに',
- 'sharingMedia' => 'メディアを共有する',
- 'profile' => 'プロフィール',
- 'stories' => 'ストーリー',
- 'hashtags' => 'ハッシュダグ',
- 'discover' => '発見',
- 'directMessages' => 'ダイレクトメッセージ',
- 'timelines' => 'タイムライン',
- 'embed' => '埋め込む',
- 'communityGuidelines' => 'コミュニティガイドライン',
- 'whatIsTheFediverse' => 'fediverseとは?',
- 'controllingVisibility' => '可視性制御',
- 'blockingAccounts' => 'ブロックしたアカウント',
- 'safetyTips' => '安全のためのヒント',
- 'reportSomething' => '報告する',
- 'dataPolicy' => 'データポリシー'
- ];
|