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