aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/fa/index.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-11-04 12:49:21 +0100
committerGravatar GitHub <noreply@github.com> 2025-11-04 12:49:21 +0100
commitb6c63d223931382aae84dc6d394cdd1bb58121bc (patch)
treef512ea0f11873f89740cb7692442d11b26d59ee3 /app/i18n/fa/index.php
parent7d4854a0a4f5665db599f18c34035786465639f3 (diff)
Better transitions between groups of articles (#8174)
fix https://github.com/FreshRSS/FreshRSS/issues/7520 fix https://github.com/FreshRSS/FreshRSS/issues/8168 fix https://github.com/FreshRSS/FreshRSS/discussions/8172
Diffstat (limited to 'app/i18n/fa/index.php')
-rw-r--r--app/i18n/fa/index.php13
1 files changed, 12 insertions, 1 deletions
diff --git a/app/i18n/fa/index.php b/app/i18n/fa/index.php
index 65f331a5f..1ad29523b 100644
--- a/app/i18n/fa/index.php
+++ b/app/i18n/fa/index.php
@@ -36,8 +36,14 @@ return array(
),
'feed' => array(
'empty' => ' هیچ مقاله ای برای نمایش وجود ندارد.',
+ 'published' => array(
+ '_' => 'Published', // TODO
+ 'future' => 'Published in the future', // TODO
+ 'today' => 'Published today', // TODO
+ 'yesterday' => 'Published yesterday', // TODO
+ ),
'received' => array(
- 'before_yesterday' => 'پیش از دیروز دریافت شد',
+ '_' => 'Received', // TODO
'today' => 'امروز دریافت شد',
'yesterday' => 'دیروز دریافت شد',
),
@@ -45,6 +51,11 @@ return array(
'title' => ' جریان اصلی',
'title_fav' => ' موارد دلخواه',
'title_global' => ' نمای جهانی',
+ 'userModified' => array(
+ '_' => 'Modified by user', // TODO
+ 'today' => 'Modified by user today', // TODO
+ 'yesterday' => 'Modified by user yesterday', // TODO
+ ),
),
'log' => array(
'_' => ' سیاهههای مربوط',