Video over token, free-form video windows
This commit is contained in:
+17
-1
@@ -63,7 +63,8 @@
|
||||
"horizontal-sm": "Horizontal Small",
|
||||
"horizontal-md": "Horizontal Large",
|
||||
"mosaic-sm": "Mosaic Small",
|
||||
"mosaic-md": "Mosaic Large"
|
||||
"mosaic-md": "Mosaic Large",
|
||||
"freeform": "Windows"
|
||||
},
|
||||
"widgetWidth": {
|
||||
"label": "Video Widget Widths",
|
||||
@@ -207,6 +208,21 @@
|
||||
"portraitErrorTooLarge": "Image is too large. Please use an image under 5MB.",
|
||||
"portraitErrorInvalid": "Invalid image file. Please try another."
|
||||
},
|
||||
"ActorMapping": {
|
||||
"title": "Actor-Webcam Mapping",
|
||||
"label": "Actor-Webcam Mapping",
|
||||
"hint": "Assign actors to player webcams for the token video overlay feature",
|
||||
"description": "Assign a webcam feed to an actor's token. When \"Show Webcam Video on Tokens\" is enabled, the token of the selected actor will display the assigned user's webcam feed.",
|
||||
"noUsers": "No users found.",
|
||||
"gmBadge": "GM",
|
||||
"noneOption": "— None —"
|
||||
},
|
||||
"Freeform": {
|
||||
"spotlight": "Spotlight",
|
||||
"hide": "Hide participant",
|
||||
"volume": "Volume",
|
||||
"toggleMic": "Toggle microphone"
|
||||
},
|
||||
"Settings": {
|
||||
"PlayerPrivacyPanel": "Player Privacy Panel",
|
||||
"PlayerPrivacyPanelLabel": "Control automation effects for your camera",
|
||||
|
||||
+17
-1
@@ -63,7 +63,8 @@
|
||||
"horizontal-sm": "Horizontale petite",
|
||||
"horizontal-md": "Horizontale grande",
|
||||
"mosaic-sm": "Mosaïque petite",
|
||||
"mosaic-md": "Mosaïque grande"
|
||||
"mosaic-md": "Mosaïque grande",
|
||||
"freeform": "Fenêtres"
|
||||
},
|
||||
"widgetWidth": {
|
||||
"label": "Largeurs des widgets vidéo",
|
||||
@@ -207,6 +208,21 @@
|
||||
"portraitErrorTooLarge": "L'image est trop volumineuse. Veuillez utiliser une image de moins de 5 Mo.",
|
||||
"portraitErrorInvalid": "Fichier image invalide. Veuillez en essayer un autre."
|
||||
},
|
||||
"ActorMapping": {
|
||||
"title": "Attribution acteur-webcam",
|
||||
"label": "Attribution acteur-webcam",
|
||||
"hint": "Attribuez des acteurs aux webcams des joueurs pour la superposition vidéo sur les tokens",
|
||||
"description": "Associez un flux webcam au token d'un acteur. Quand \"Afficher la webcam sur les tokens\" est activé, le token de l'acteur sélectionné affichera la webcam de l'utilisateur assigné.",
|
||||
"noUsers": "Aucun utilisateur trouvé.",
|
||||
"gmBadge": "MJ",
|
||||
"noneOption": "— Aucun —"
|
||||
},
|
||||
"Freeform": {
|
||||
"spotlight": "Focus",
|
||||
"hide": "Cacher le participant",
|
||||
"volume": "Volume",
|
||||
"toggleMic": "Activer/désactiver le micro"
|
||||
},
|
||||
"Settings": {
|
||||
"PlayerPrivacyPanel": "Panneau de confidentialité du joueur",
|
||||
"PlayerPrivacyPanelLabel": "Contrôlez les effets d'automatisation sur votre caméra",
|
||||
|
||||
Reference in New Issue
Block a user