From 173d08f1a7beca87e5d8988e5c0ce3ad63fc4fc1 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 1 Mar 2022 22:49:37 -0700 Subject: [PATCH] New translations web.php (Japanese) [ci skip] --- resources/lang/ja/web.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/ja/web.php b/resources/lang/ja/web.php index 7896b4ab0..900541f9d 100644 --- a/resources/lang/ja/web.php +++ b/resources/lang/ja/web.php @@ -13,7 +13,7 @@ return [ 'shared' => '共有されました', 'shares' => '共有', 'unshare' => '共有解除', - 'bookmark' => 'Bookmark', + 'bookmark' => 'ブックマーク', 'cancel' => 'キャンセル', 'copyLink' => 'リンクをコピー', @@ -24,10 +24,10 @@ return [ 'other' => 'その他', 'readMore' => 'もっと読む', 'success' => '成功しました', - 'proceed' => 'Proceed', - 'next' => 'Next', - 'close' => 'Close', - 'clickHere' => 'click here', + 'proceed' => '続行', + 'next' => '次へ', + 'close' => '閉じる', + 'clickHere' => 'ここをクリック', 'sensitive' => 'センシティブ', 'sensitiveContent' => 'センシティブなコンテンツ', @@ -102,7 +102,7 @@ return [ 'modlog' => 'モデレーションログ', 'post' => '投稿', 'story' => 'ストーリー', - 'noneFound' => 'No notifications found', + 'noneFound' => '通知はありません', ], 'post' => [ @@ -185,7 +185,7 @@ return [ 'peopleYouMayKnow' => '知り合いかも', 'onboarding' => [ - 'welcome' => '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',