api.php 1.6 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. /******************************************************************************
  3. * Each entry of that file can be associated with a comment to indicate its *
  4. * state. When there is no comment, it means the entry is fully translated. *
  5. * The recognized comments are (comment matching is case-insensitive): *
  6. * + TODO: the entry has never been translated. *
  7. * + DIRTY: the entry has been translated but needs to be updated. *
  8. * + IGNORE: the entry does not need to be translated. *
  9. * When a comment is not recognized, it is discarded. *
  10. ******************************************************************************/
  11. return array(
  12. 'information' => array(
  13. 'address' => 'نشانی API شما:',
  14. 'output' => array(
  15. 'encoding-support' => '⚠️ هشدار: پشتیبانی از <code>%2F</code> وجود ندارد؛ ممکن است برخی کلاینت‌ها کار نکنند!',
  16. 'invalid-configuration' => '⚠️ هشدار: احتمالاً نشانی پایه در ./data/config.php نامعتبر است',
  17. 'pass' => '✔️ قبول',
  18. 'unknown-error' => '❌ خطای ناشناخته',
  19. ),
  20. 'test' => array(
  21. 'fever' => 'آزمون پیکربندی API سازگار با Fever:',
  22. 'greader' => 'آزمون پیکربندی API سازگار با Google Reader:',
  23. ),
  24. 'title' => array(
  25. '_' => 'نقاط پایانی API در FreshRSS',
  26. 'extension' => 'API برای افزونه‌ها',
  27. 'fever' => 'API سازگار با Fever',
  28. 'greader' => 'API سازگار با Google Reader',
  29. ),
  30. ),
  31. );