mirror of https://github.com/pixelfed/pixelfed
Merge pull request #1305 from YoheiZuho/features/translate
Update some japanese translate files.pull/1338/head
commit
f57609b303
@ -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' => 'データポリシー'
|
||||
|
||||
];
|
Loading…
Reference in New Issue