mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
New translations web.php (Persian)
[ci skip]
This commit is contained in:
parent
5a3bf4ba10
commit
e522553592
1 changed files with 6 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue