helpcenter.php 779 B

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