mirror of https://github.com/pixelfed/pixelfed.git
parent
26647ec891
commit
8a4aefd9c1
|
@ -186,9 +186,9 @@ return [
|
||||||
|
|
||||||
'onboarding' => [
|
'onboarding' => [
|
||||||
'welcome' => 'ようこそ',
|
'welcome' => 'ようこそ',
|
||||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
'thisIsYourHomeFeed' => 'これはあなたのフォームフィードです、フォローしているアカウントからの投稿が時系列で表示されます。',
|
||||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
'letUsHelpYouFind' => '興味のある人をフォローするお手伝いをします',
|
||||||
'refreshFeed' => 'Refresh my feed',
|
'refreshFeed' => 'フィードをリフレッシュ',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -197,12 +197,12 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'report' => [
|
'report' => [
|
||||||
'report' => 'Report',
|
'report' => '報告',
|
||||||
'selectReason' => 'Select a reason',
|
'selectReason' => '理由を選択してください',
|
||||||
'reported' => 'Reported',
|
'reported' => '報告済み',
|
||||||
'sendingReport' => 'Sending report',
|
'sendingReport' => '報告を送信中',
|
||||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
'thanksMsg' => '報告ありがとうございます、あなたのような人々が私達のコミュニティーを安全に保ちます!',
|
||||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
'contactAdminMsg' => 'この投稿または報告について管理者に問い合わせたい場合',
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue