mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
New translations web.php (Persian)
[ci skip]
This commit is contained in:
parent
e522553592
commit
79089aa0ea
1 changed files with 20 additions and 20 deletions
|
@ -12,31 +12,31 @@ return [
|
||||||
'share' => 'همرسانی',
|
'share' => 'همرسانی',
|
||||||
'shared' => 'Shared',
|
'shared' => 'Shared',
|
||||||
'shares' => 'همرسانی',
|
'shares' => 'همرسانی',
|
||||||
'unshare' => 'Unshare',
|
'unshare' => 'لغو همرسانی',
|
||||||
|
|
||||||
'cancel' => 'Cancel',
|
'cancel' => 'لغو',
|
||||||
'copyLink' => 'Copy Link',
|
'copyLink' => 'روگرفت پیوند',
|
||||||
'delete' => 'Delete',
|
'delete' => 'حذف',
|
||||||
'error' => 'Error',
|
'error' => 'خطا',
|
||||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
'errorMsg' => 'مشکلی رخ داده است. لطفا بعدا امتحان کنید.',
|
||||||
'oops' => 'Oops!',
|
'oops' => 'اوه!',
|
||||||
'other' => 'Other',
|
'other' => 'سایر',
|
||||||
'readMore' => 'Read more',
|
'readMore' => 'بیشتر بخوانید',
|
||||||
'success' => 'Success',
|
'success' => 'موفق',
|
||||||
|
|
||||||
'sensitive' => 'Sensitive',
|
'sensitive' => 'حساس',
|
||||||
'sensitiveContent' => 'Sensitive Content',
|
'sensitiveContent' => 'محتوای حساس',
|
||||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
'sensitiveContentWarning' => 'این فرسته ممکن است دارای محتوای حساس باشد',
|
||||||
],
|
],
|
||||||
|
|
||||||
'site' => [
|
'site' => [
|
||||||
'terms' => 'Terms of Use',
|
'terms' => 'شرایط استفاده',
|
||||||
'privacy' => 'Privacy Policy',
|
'privacy' => 'سیاست حریم خصوصی',
|
||||||
],
|
],
|
||||||
|
|
||||||
'navmenu' => [
|
'navmenu' => [
|
||||||
'search' => 'Search',
|
'search' => 'جستجو',
|
||||||
'admin' => 'Admin Dashboard',
|
'admin' => 'پیشخوان مدیریتی',
|
||||||
|
|
||||||
// Timelines
|
// Timelines
|
||||||
'homeFeed' => 'Home Feed',
|
'homeFeed' => 'Home Feed',
|
||||||
|
@ -44,9 +44,9 @@ return [
|
||||||
'globalFeed' => 'Global Feed',
|
'globalFeed' => 'Global Feed',
|
||||||
|
|
||||||
// Core features
|
// Core features
|
||||||
'discover' => 'Discover',
|
'discover' => 'اکتشاف',
|
||||||
'directMessages' => 'Direct Messages',
|
'directMessages' => 'پیامهای مستقیم',
|
||||||
'notifications' => 'Notifications',
|
'notifications' => 'اعلانها',
|
||||||
'groups' => 'Groups',
|
'groups' => 'Groups',
|
||||||
'stories' => 'Stories',
|
'stories' => 'Stories',
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue