aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/fa/index.php
diff options
context:
space:
mode:
authorGravatar AmirHossein <marjani.amir@gmail.com> 2023-08-07 11:39:31 +0330
committerGravatar GitHub <noreply@github.com> 2023-08-07 10:09:31 +0200
commit6d8a5429cbcd8ba1142bf365785cd351f762f81a (patch)
tree2ebe31047a239a8597970980942087895a4d4b11 /app/i18n/fa/index.php
parent8f188b57ee20f188a9f882fdf6e5cbf5efa0028d (diff)
Add Persian/فارسی Language (#5571)
* Add Persian/فارسی Language * Fix i18n * make fix-all And several manual fixes * Exclude Persian from English typo check * Update CREDITS.md I added myself to the list * Credits alphabetic order --------- Co-authored-by: AmirHossein <marjani@outlook.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/fa/index.php')
-rw-r--r--app/i18n/fa/index.php76
1 files changed, 76 insertions, 0 deletions
diff --git a/app/i18n/fa/index.php b/app/i18n/fa/index.php
new file mode 100644
index 000000000..5396d04b7
--- /dev/null
+++ b/app/i18n/fa/index.php
@@ -0,0 +1,76 @@
+<?php
+
+/******************************************************************************/
+/* Each entry of that file can be associated with a comment to indicate its */
+/* state. When there is no comment, it means the entry is fully translated. */
+/* The recognized comments are (comment matching is case-insensitive): */
+/* + TODO: the entry has never been translated. */
+/* + DIRTY: the entry has been translated but needs to be updated. */
+/* + IGNORE: the entry does not need to be translated. */
+/* When a comment is not recognized, it is discarded. */
+/******************************************************************************/
+
+return array(
+ 'about' => array(
+ '_' => ' در مورد',
+ 'agpl3' => ' <a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
+ 'bugs_reports' => ' گزارش اشکال',
+ 'credits' => ' اعتبار',
+ 'credits_content' => ' برخی از عناصر طراحی از <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> می آیند',
+ 'documentation' => ' اسناد و مدارک',
+ 'freshrss_description' => ' FreshRSS یک جمع کننده و خواننده RSS خود میزبان است. این به شما امکان می دهد بدون نیاز به مرور از یک وب سایت به وب سایت دیگر',
+ 'github' => ' <a href="https://github.com/FreshRSS/FreshRSS/issues">در Github</a>',
+ 'license' => ' مجوز',
+ 'project_website' => ' وب سایت پروژه',
+ 'title' => ' در مورد',
+ 'version' => ' نسخه',
+ ),
+ 'feed' => array(
+ 'add' => ' لطفاً چند فید اضافه کنید.',
+ 'empty' => ' هیچ مقاله ای برای نمایش وجود ندارد.',
+ 'rss_of' => ' فید RSS %s',
+ 'title' => ' جریان اصلی',
+ 'title_fav' => ' موارد دلخواه',
+ 'title_global' => ' نمای جهانی',
+ ),
+ 'log' => array(
+ '_' => ' سیاهههای مربوط',
+ 'clear' => ' سیاهههای مربوط را پاک کنید',
+ 'empty' => ' فایل لاگ خالی است',
+ 'title' => ' سیاهههای مربوط',
+ ),
+ 'menu' => array(
+ 'about' => ' درباره FreshRSS',
+ 'before_one_day' => ' بزرگتر از یک روز',
+ 'before_one_week' => ' بزرگتر از یک هفته',
+ 'bookmark_query' => ' درخواست فعلی را نشانک‌گذاری کنید',
+ 'favorites' => ' موارد دلخواه (%s)',
+ 'global_view' => ' نمای جهانی',
+ 'main_stream' => ' جریان اصلی',
+ 'mark_all_read' => ' همه را به عنوان خوانده شده علامت گذاری کنید',
+ 'mark_cat_read' => ' دسته را به عنوان خوانده شده علامت گذاری کنید',
+ 'mark_feed_read' => ' فید را به عنوان خوانده شده علامت گذاری کنید',
+ 'mark_selection_unread' => ' انتخاب را به عنوان خوانده نشده علامت گذاری کنید',
+ 'newer_first' => ' ابتدا جدیدتر',
+ 'non-starred' => ' موارد غیر مورد علاقه را نشان دهید',
+ 'normal_view' => ' نمای عادی',
+ 'older_first' => ' اول مسن ترین',
+ 'queries' => ' پرس و جوهای کاربر',
+ 'read' => ' نمایش خوانده شده',
+ 'reader_view' => ' مشاهده خواندن',
+ 'rss_view' => ' خوراک RSS',
+ 'search_short' => ' جستجو',
+ 'starred' => ' نمایش موارد دلخواه',
+ 'stats' => ' آمار',
+ 'subscription' => ' مدیریت اشتراک',
+ 'tags' => ' برچسب های من',
+ 'unread' => ' نمایش خوانده نشده',
+ ),
+ 'share' => ' به اشتراک بگذارید',
+ 'tag' => array(
+ 'related' => ' برچسب های مقاله',
+ ),
+ 'tos' => array(
+ 'title' => ' شرایط خدمات',
+ ),
+);