From 4497ac872e48e16cfb015c08bbe916e8f88bdb33 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 1 Mar 2022 22:15:49 -0700 Subject: [PATCH] New translations web.php (Welsh) [ci skip] --- resources/lang/cy/web.php | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/resources/lang/cy/web.php b/resources/lang/cy/web.php index 2f21f8d66..e86ccf88a 100644 --- a/resources/lang/cy/web.php +++ b/resources/lang/cy/web.php @@ -13,6 +13,7 @@ return [ 'shared' => 'Rhannu', 'shares' => 'Rhannu', 'unshare' => 'Dad-rannu', + 'bookmark' => 'Bookmark', 'cancel' => 'Canslo', 'copyLink' => 'Copïo\'r ddolen', @@ -23,6 +24,10 @@ return [ 'other' => 'Arall', 'readMore' => 'Darllen mwy', 'success' => 'Llwyddiant', + 'proceed' => 'Proceed', + 'next' => 'Next', + 'close' => 'Close', + 'clickHere' => 'click here', 'sensitive' => 'Sensitif', 'sensitiveContent' => 'Cynnwys sensitif', @@ -55,7 +60,7 @@ return [ 'drive' => 'Gyriant storio', 'settings' => 'Gosodiadau', 'compose' => 'Creu newydd', - 'logout' => 'Logout', + 'logout' => 'Allgofnodi', // Nav footer 'about' => 'Amdano', @@ -97,6 +102,7 @@ return [ 'modlog' => 'modlog', 'post' => 'post', 'story' => 'stori', + 'noneFound' => 'No notifications found', ], 'post' => [ @@ -176,11 +182,27 @@ return [ ], 'timeline' => [ - 'peopleYouMayKnow' => 'Pobl efallai eich bod chi\'n eu hadnabod' + 'peopleYouMayKnow' => 'Pobl efallai eich bod chi\'n eu hadnabod', + + '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' => 'Ni allwn dod o hyd i unrhyw bostiadau ar gyfer yr hashnod hwn' ], + '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', + ], + ];