presence.json 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "presence.activity.browsing": {
  3. "description": "Shows when you hover over the little magnifying glass icon at your Discord Rich Presence",
  4. "message": "Сърфирането ..."
  5. },
  6. "presence.activity.live": {
  7. "description": "Shows when you hover over the little red circle icon at your Discord Rich Presence",
  8. "message": "Live"
  9. },
  10. "presence.activity.reading": {
  11. "description": "Shows when you hover over the little icon at your Discord Rich Presence",
  12. "message": "четене"
  13. },
  14. "presence.activity.searching": {
  15. "description": "Shows when you hover over the little icon at your Discord Rich Presence",
  16. "message": "изпитателен"
  17. },
  18. "presence.media.info.episode": {
  19. "description": "Shows the current episode at your Discord Rich Presence; {0} will be replaced -> is a variable and should not be translated",
  20. "message": "Епизод {0}"
  21. },
  22. "presence.playback.paused": {
  23. "description": "Shows when you hover over the little paused icon at your Discord Rich Presence",
  24. "message": "Възпроизвеждането е спряно"
  25. },
  26. "presence.playback.playing": {
  27. "description": "Shows when you hover over the little play icon at your Discord Rich Presence",
  28. "message": "Възпроизвеждане назад"
  29. }
  30. }