12345678910111213141516171819202122232425262728293031 |
- {
- "presence.activity.browsing": {
- "description": "Shows when you hover over the little magnifying glass icon at your Discord Rich Presence",
- "message": "ब्राउजिंग"
- },
- "presence.activity.live": {
- "description": "Shows when you hover over the little red circle icon at your Discord Rich Presence",
- "message": "लाइव"
- },
- "presence.activity.reading": {
- "description": "Shows when you hover over the little icon at your Discord Rich Presence",
- "message": "पढ़ना"
- },
- "presence.activity.searching": {
- "description": "Shows when you hover over the little icon at your Discord Rich Presence",
- "message": "खोज रहा है"
- },
- "presence.media.info.episode": {
- "description": "Shows the current episode at your Discord Rich Presence; {0} will be replaced -> is a variable and should not be translated",
- "message": "एपिसोड {0}"
- },
- "presence.playback.paused": {
- "description": "Shows when you hover over the little paused icon at your Discord Rich Presence",
- "message": "प्लेबैक रोक दिया"
- },
- "presence.playback.playing": {
- "description": "Shows when you hover over the little play icon at your Discord Rich Presence",
- "message": "वापस चलाएँ रहा है"
- }
- }
|