Files
UNIT3D-Community-Edition/lang/fa/forum.php
2024-05-23 13:58:29 +00:00

77 lines
3.9 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
declare(strict_types=1);
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
return [
'action' => 'عمل',
'activity' => 'فعالیت',
'approved' => 'تایید شده',
'author' => 'نویسنده',
'bug' => 'حشره',
'category-quick-search' => 'نام موضوع جستجوی سریع (در رده)',
'close-topic' => 'موضوع قفل',
'closed' => 'بسته شده',
'create-new-topic' => 'ایجاد موضوع جدید',
'created' => 'ایجاد شده',
'current' => 'جاری',
'delete-topic' => 'حذف این موضوع',
'denied' => 'تکذیب کرد',
'dislike-post' => 'دوست نداشتن این پست',
'display-forum' => 'نمایش موضوعات در',
'edit-post' => 'ویرایش پست',
'edit-topic' => 'ویرایش موضوع',
'forum' => 'انجمن',
'forums' => 'انجمن ها',
'implemented' => 'پیاده سازی شده',
'in' => 'که در',
'invalid' => 'بی اعتبار',
'label' => 'برچسب',
'label-system' => 'سیستم برچسب',
'last-message' => 'آخرین پیام',
'last-post-info' => 'آخرین اطلاعات ارسالی',
'latest' => 'آخرین',
'like-post' => 'مانند این پست',
'meta-category' => 'فهرست انجمن ها در رده',
'moderation' => 'مدرن',
'name' => 'نام',
'not-connected' => 'شما باید متصل باشید',
'not-subscribed' => 'اشتراکی نیست',
'open' => 'باز کن',
'open-topic' => 'این موضوع را باز کنید',
'permalink' => 'پیوند همیشگی',
'pin' => 'پین',
'post' => 'پست',
'post-quick-search' => 'جستجوی سریع بدن ارسال',
'posts' => 'پست ها',
'quote' => 'نقل قول',
'read-topic' => 'خوانده شده موضوع',
'replies' => 'پاسخ ها',
'send-new-topic' => 'ذخیره این موضوع',
'solved' => 'حل شد',
'state' => 'دولت',
'stats' => 'آمار',
'subscribed' => 'مشترک شده',
'subscription-quick-search' => 'نام موضوع جستجوی سریع (در اشتراک)',
'suggestion' => 'پیشنهادی',
'topic' => 'موضوع',
'topic-closed' => 'این موضوع بسته شده است',
'topic-name' => 'نام موضوع',
'topic-quick-search' => 'نام موضوع جستجوی سریع',
'topic-title' => 'عنوان این موضوع',
'topics' => 'موضوعات',
'unpin' => 'باز کردن',
'view-all' => 'مشاهده تمام موضوعات',
'views' => 'نمایش ها',
];