mirror of https://github.com/pixelfed/pixelfed.git
parent
6b36fa9b3c
commit
a70a65ef05
|
@ -13,6 +13,7 @@ return [
|
||||||
'shared' => '共有されました',
|
'shared' => '共有されました',
|
||||||
'shares' => '共有',
|
'shares' => '共有',
|
||||||
'unshare' => '共有解除',
|
'unshare' => '共有解除',
|
||||||
|
'bookmark' => 'Bookmark',
|
||||||
|
|
||||||
'cancel' => 'キャンセル',
|
'cancel' => 'キャンセル',
|
||||||
'copyLink' => 'リンクをコピー',
|
'copyLink' => 'リンクをコピー',
|
||||||
|
@ -23,6 +24,10 @@ return [
|
||||||
'other' => 'その他',
|
'other' => 'その他',
|
||||||
'readMore' => 'もっと読む',
|
'readMore' => 'もっと読む',
|
||||||
'success' => '成功しました',
|
'success' => '成功しました',
|
||||||
|
'proceed' => 'Proceed',
|
||||||
|
'next' => 'Next',
|
||||||
|
'close' => 'Close',
|
||||||
|
'clickHere' => 'click here',
|
||||||
|
|
||||||
'sensitive' => 'センシティブ',
|
'sensitive' => 'センシティブ',
|
||||||
'sensitiveContent' => 'センシティブなコンテンツ',
|
'sensitiveContent' => 'センシティブなコンテンツ',
|
||||||
|
@ -97,6 +102,7 @@ return [
|
||||||
'modlog' => 'モデレーションログ',
|
'modlog' => 'モデレーションログ',
|
||||||
'post' => '投稿',
|
'post' => '投稿',
|
||||||
'story' => 'ストーリー',
|
'story' => 'ストーリー',
|
||||||
|
'noneFound' => 'No notifications found',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post' => [
|
'post' => [
|
||||||
|
@ -176,11 +182,27 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'timeline' => [
|
'timeline' => [
|
||||||
'peopleYouMayKnow' => '知り合いかも'
|
'peopleYouMayKnow' => '知り合いかも',
|
||||||
|
|
||||||
|
'onboarding' => [
|
||||||
|
'welcome' => 'Welcome',
|
||||||
|
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||||
|
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||||
|
'refreshFeed' => 'Refresh my feed',
|
||||||
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
'hashtags' => [
|
'hashtags' => [
|
||||||
'emptyFeed' => 'このハッシュタグの投稿が見つかりませんでした'
|
'emptyFeed' => 'このハッシュタグの投稿が見つかりませんでした'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'report' => [
|
||||||
|
'report' => 'Report',
|
||||||
|
'selectReason' => 'Select a reason',
|
||||||
|
'reported' => 'Reported',
|
||||||
|
'sendingReport' => 'Sending report',
|
||||||
|
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||||
|
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||||
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue