reading-progress.json 1.5 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "add": "Add",
  3. "add-data-success": "Your reading data has been added successfully.",
  4. "delete-goal": {
  5. "action": "Delete Goal",
  6. "confirmation": {
  7. "action-text": "I understand the consequence, delete my goal",
  8. "confirmation-text": "delete my goal",
  9. "instruction-text": "Please type <strong>{{text}}<\/strong> to confirm",
  10. "subtitle": "This action cannot be undone. This will permanently delete your goal, and we'll stop tracking your progress.",
  11. "title": "Are you sure?"
  12. },
  13. "success": "Your reading goal has been deleted successfully."
  14. },
  15. "edit-goal": {
  16. "action": "Edit Goal",
  17. "subtitle": "We will re-calculate your progress based on the new goal.",
  18. "success": "Your reading goal has been updated successfully.",
  19. "title": "Edit your reading goal"
  20. },
  21. "history": "Reading History",
  22. "history-for": "Reading history for {{date}}",
  23. "manage-goal": "Manage your reading goal",
  24. "manually-add": "Manually add readings",
  25. "no-reading-history-for": "No reading history for {{date}}",
  26. "reading-progress-header": "Your Progress",
  27. "reading-progress-streak": "Streak",
  28. "reading-time": "Reading time",
  29. "seconds-read-tooltip": "This is the time you have spent reading the Ayahs you entered. We auto-populate it with the average reading speed on Quran.com, but you can override it with your actual reading time.",
  30. "you-read": "You read:"
  31. }