From a70a65ef05d6e8712ad9d3a336d1772ac2419a14 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 1 Mar 2022 22:16:02 -0700 Subject: [PATCH] New translations web.php (Japanese) [ci skip] --- resources/lang/ja/web.php | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/resources/lang/ja/web.php b/resources/lang/ja/web.php index 430ae1201..7896b4ab0 100644 --- a/resources/lang/ja/web.php +++ b/resources/lang/ja/web.php @@ -13,6 +13,7 @@ return [ 'shared' => '共有されました', 'shares' => '共有', 'unshare' => '共有解除', + 'bookmark' => 'Bookmark', 'cancel' => 'キャンセル', 'copyLink' => 'リンクをコピー', @@ -23,6 +24,10 @@ return [ 'other' => 'その他', 'readMore' => 'もっと読む', 'success' => '成功しました', + 'proceed' => 'Proceed', + 'next' => 'Next', + 'close' => 'Close', + 'clickHere' => 'click here', 'sensitive' => 'センシティブ', 'sensitiveContent' => 'センシティブなコンテンツ', @@ -97,6 +102,7 @@ return [ 'modlog' => 'モデレーションログ', 'post' => '投稿', 'story' => 'ストーリー', + 'noneFound' => 'No notifications found', ], 'post' => [ @@ -176,11 +182,27 @@ return [ ], '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' => [ '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', + ], + ];