7918792f4e
- Delete src/ui/shared/ParticipantCard.js (duplicate of boardUtils.js with conflicting implementations) - Delete tests/unit/ui/shared/ParticipantCard.test.js (tests for deleted file) - Add directorsBoard to global declarations in ScryingPoolStrip.js to fix lint errors Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
82 lines
2.6 KiB
JSON
82 lines
2.6 KiB
JSON
{
|
|
"video-view-manager": {
|
|
"badge": {
|
|
"state": {
|
|
"hidden": "Hidden from table",
|
|
"self-muted": "Camera paused",
|
|
"offline": "Not connected",
|
|
"cam-lost": "Camera unavailable",
|
|
"reconnecting": "Rejoining view",
|
|
"never-connected": "Not yet connected",
|
|
"ghost": "Leaving"
|
|
}
|
|
},
|
|
"firstEncounterPanel": {
|
|
"title": "Your camera visibility changed.",
|
|
"body": "Audio continues normally.",
|
|
"gotIt": "Got it"
|
|
},
|
|
"detailsPanel": {
|
|
"close": "Close",
|
|
"audienceSuppressed": "Other players cannot see your feed",
|
|
"staleData": "Data may be outdated",
|
|
"audioReassurance": "Your audio is active for all participants."
|
|
},
|
|
"notifications": {
|
|
"gmHid": "GM hid {name}'s camera",
|
|
"gmShowed": "GM showed {name}'s camera",
|
|
"personalHidden": "GM has hidden your camera. Your portrait is shown to other Participants.",
|
|
"personalShowed": "Your camera is now visible to the table."
|
|
},
|
|
"settings": {
|
|
"notificationVerbosity": {
|
|
"label": "Notification Verbosity",
|
|
"hint": "Controls which camera-state notifications you see. 'All' shows every change; 'GM Only' shows changes only to the GM and affected participant; 'Silent' suppresses all notifications except your own camera changes.",
|
|
"choices": {
|
|
"all": "All",
|
|
"gm-only": "GM Only",
|
|
"silent": "Silent"
|
|
}
|
|
}
|
|
},
|
|
"directorsBoard": {
|
|
"title": "Director's Board",
|
|
"empty": "No participants connected.",
|
|
"openButton": "Open Director's Board",
|
|
"footer": {
|
|
"savePreset": "Save Preset…",
|
|
"loadPreset": "Load Preset…"
|
|
},
|
|
"bulk": {
|
|
"showAll": "Show All",
|
|
"hideAll": "Hide All",
|
|
"undo": "Undo",
|
|
"restore": "Restore",
|
|
"spotlight": "Spotlight"
|
|
},
|
|
"shortcuts": {
|
|
"title": "Keyboard Shortcuts",
|
|
"openBoard": "Open/Close Board",
|
|
"showAll": "Show All Participants",
|
|
"hideAll": "Hide All Participants",
|
|
"spotlight": "Spotlight Focused Participant",
|
|
"openPanel": "Open Shortcut Reference"
|
|
}
|
|
},
|
|
"keybindings": {
|
|
"showAll": {
|
|
"name": "Show All Participants",
|
|
"hint": "Sets all non-ghost participant feeds to visible"
|
|
},
|
|
"hideAll": {
|
|
"name": "Hide All Participants",
|
|
"hint": "Sets all non-ghost participant feeds to hidden"
|
|
},
|
|
"spotlightParticipant": {
|
|
"name": "Spotlight Focused Participant",
|
|
"hint": "Shows the focused participant and hides all others"
|
|
}
|
|
}
|
|
}
|
|
}
|