mirror of https://github.com/pixelfed/pixelfed.git
parent
58c955e0ba
commit
173d08f1a7
|
@ -13,7 +13,7 @@ return [
|
||||||
'shared' => '共有されました',
|
'shared' => '共有されました',
|
||||||
'shares' => '共有',
|
'shares' => '共有',
|
||||||
'unshare' => '共有解除',
|
'unshare' => '共有解除',
|
||||||
'bookmark' => 'Bookmark',
|
'bookmark' => 'ブックマーク',
|
||||||
|
|
||||||
'cancel' => 'キャンセル',
|
'cancel' => 'キャンセル',
|
||||||
'copyLink' => 'リンクをコピー',
|
'copyLink' => 'リンクをコピー',
|
||||||
|
@ -24,10 +24,10 @@ return [
|
||||||
'other' => 'その他',
|
'other' => 'その他',
|
||||||
'readMore' => 'もっと読む',
|
'readMore' => 'もっと読む',
|
||||||
'success' => '成功しました',
|
'success' => '成功しました',
|
||||||
'proceed' => 'Proceed',
|
'proceed' => '続行',
|
||||||
'next' => 'Next',
|
'next' => '次へ',
|
||||||
'close' => 'Close',
|
'close' => '閉じる',
|
||||||
'clickHere' => 'click here',
|
'clickHere' => 'ここをクリック',
|
||||||
|
|
||||||
'sensitive' => 'センシティブ',
|
'sensitive' => 'センシティブ',
|
||||||
'sensitiveContent' => 'センシティブなコンテンツ',
|
'sensitiveContent' => 'センシティブなコンテンツ',
|
||||||
|
@ -102,7 +102,7 @@ return [
|
||||||
'modlog' => 'モデレーションログ',
|
'modlog' => 'モデレーションログ',
|
||||||
'post' => '投稿',
|
'post' => '投稿',
|
||||||
'story' => 'ストーリー',
|
'story' => 'ストーリー',
|
||||||
'noneFound' => 'No notifications found',
|
'noneFound' => '通知はありません',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post' => [
|
'post' => [
|
||||||
|
@ -185,7 +185,7 @@ return [
|
||||||
'peopleYouMayKnow' => '知り合いかも',
|
'peopleYouMayKnow' => '知り合いかも',
|
||||||
|
|
||||||
'onboarding' => [
|
'onboarding' => [
|
||||||
'welcome' => 'Welcome',
|
'welcome' => 'ようこそ',
|
||||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
'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',
|
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||||
'refreshFeed' => 'Refresh my feed',
|
'refreshFeed' => 'Refresh my feed',
|
||||||
|
|
Loading…
Reference in New Issue