From e52255359297b51a7b94b77ebbe7605a11a8f0dd Mon Sep 17 00:00:00 2001 From: daniel Date: Fri, 24 Dec 2021 04:02:06 -0700 Subject: [PATCH] New translations web.php (Persian) [ci skip] --- resources/lang/fa/web.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/fa/web.php b/resources/lang/fa/web.php index 928b7aa85..f94828583 100644 --- a/resources/lang/fa/web.php +++ b/resources/lang/fa/web.php @@ -3,15 +3,15 @@ return [ 'common' => [ - 'comment' => 'Comment', + 'comment' => 'دیدگاه', 'commented' => 'Commented', - 'comments' => 'Comments', - 'like' => 'Like', + 'comments' => 'دیدگاه‌ها', + 'like' => 'پسند', 'liked' => 'Liked', - 'likes' => 'Likes', - 'share' => 'Share', + 'likes' => 'پسند', + 'share' => 'هم‌رسانی', 'shared' => 'Shared', - 'shares' => 'Shares', + 'shares' => 'هم‌رسانی', 'unshare' => 'Unshare', 'cancel' => 'Cancel',