From c2d0c2dc424ba393a93d55899fb976cd6c5865f9 Mon Sep 17 00:00:00 2001 From: daniel Date: Fri, 24 Dec 2021 06:46:28 -0700 Subject: [PATCH] New translations web.php (Turkish) [ci skip] --- resources/lang/tr/web.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/tr/web.php b/resources/lang/tr/web.php index 3476f8c74..2e03767de 100644 --- a/resources/lang/tr/web.php +++ b/resources/lang/tr/web.php @@ -85,13 +85,13 @@ return [ 'followed' => 'followed', 'mentioned' => 'mentioned', - 'you' => 'you', + 'you' => 'sen', 'yourApplication' => 'Your application to join', 'applicationApproved' => 'was approved!', 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', - 'dm' => 'dm', + 'dm' => 'özel mesaj', 'groupPost' => 'group post', 'modlog' => 'modlog', 'post' => 'post', @@ -127,7 +127,7 @@ return [ 'unarchive' => 'Arşivden çıkar', 'embed' => 'Embed', - 'selectOneOption' => 'Select one of the following options', + 'selectOneOption' => 'Aşağıdaki seçeneklerden birini seçin', 'unlistFromTimelines' => 'Unlist from Timelines', 'addCW' => 'Add Content Warning', 'removeCW' => 'Remove Content Warning',