aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/fa/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/fa/conf.php')
-rw-r--r--app/i18n/fa/conf.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/app/i18n/fa/conf.php b/app/i18n/fa/conf.php
index 5d9df704c..88a399100 100644
--- a/app/i18n/fa/conf.php
+++ b/app/i18n/fa/conf.php
@@ -105,7 +105,13 @@ return array(
),
'profile' => array(
'_' => ' مدیریت پروفایل',
- 'api' => ' مدیریت API',
+ 'api' => array(
+ '_' => ' مدیریت API',
+ 'check_link' => 'Check API status via: <kbd><a href="../api/" target="_blank">%s</a></kbd>', // TODO
+ 'disabled' => 'The API access is disabled.', // TODO
+ 'documentation_link' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">documentation and list of known apps</a>', // TODO
+ 'help' => 'See <a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>documentation</a>', // TODO
+ ),
'delete' => array(
'_' => ' حذف اکانت',
'warn' => ' حساب شما و تمام داده های مرتبط حذف خواهد شد.',
@@ -149,6 +155,10 @@ return array(
'search' => ' «%s» را جستجو کنید',
'share' => array(
'_' => 'Share this query by link', // TODO
+ 'disabled' => array(
+ '_' => 'disabled', // TODO
+ 'title' => 'Sharing', // TODO
+ ),
'greader' => 'Shareable link to the GReader JSON', // TODO
'help' => 'Give this link if you want to share this query with anyone', // TODO
'html' => 'Shareable link to the HTML page', // TODO