This commit is contained in:
CDeenen
2021-02-25 06:48:27 +01:00
parent f994e64fc7
commit 7fa5352459
22 changed files with 1266 additions and 125 deletions

View File

@@ -2,6 +2,9 @@
"MaterialDeck.Notifications.Disconnected": "Disconnected from Material Server, attempting to reconnect",
"MaterialDeck.Notifications.ConnectFail": "Can't connect to Material Server, retrying",
"MaterialDeck.Notifications.Connected": "Connected",
"MaterialDeck.Notifications.Soundboard.NoPermission": "You do not have permission to configure the soundboard",
"MaterialDeck.Notifications.Macroboard.NoPermission": "You do not have permission to configure the macro board",
"MaterialDeck.Notifications.Playlist.NoPermission": "You do not have permission to configure the playlists",
"MaterialDeck.Sett.Enable": "Enable module",
"MaterialDeck.Sett.Model": "Stream Deck Model",
@@ -10,12 +13,13 @@
"MaterialDeck.Sett.Model_Normal": "Normal or Mobile",
"MaterialDeck.Sett.Model_XL": "XL",
"MaterialDeck.Sett.Help": "Help",
"MaterialDeck.Sett.Permission": "User Permission Configuration",
"MaterialDeck.Sett.PlaylistConfig": "Playlist Configuration",
"MaterialDeck.Sett.MacroConfig": "Macro Configuration",
"MaterialDeck.Sett.SoundboardConfig": "Soundboard Configuration",
"MaterialDeck.Sett.ServerAddr": "Material Server Address",
"MaterialDeck.Sett.ServerAddrHint": "The IP address and port of Material Server. The default value will work for 99% of people, only change this if you know what you're doing. Must follow the format [ip_address]:[port], for example: 'localhost:3001' or '192.168.1.1:4000'.",
"MaterialDeck.Sett.ImageBuffer": "Image Cache Size (EXPERIMENTAL)",
"MaterialDeck.Sett.ImageBuffer": "Image Cache Size",
"MaterialDeck.Sett.ImageBufferHint": "Sets the amount of images to store in the image cache. The image cache will locally store all images sent to the Stream Deck. This improves the update speed, but increases memory usage.",
"MaterialDeck.PL.Unrestricted": "Unrestricted",
@@ -46,6 +50,120 @@
"MaterialDeck.Save": "Save",
"MaterialDeck.FxMaster.Colorize": "Colorize",
"MaterialDeck.FxMaster.Clear": "Clear All"
"MaterialDeck.FxMaster.Clear": "Clear All",
"MaterialDeck.Perm.Instructions": "Configure the permission for each Material Deck action.",
"MaterialDeck.Perm.DefaultNotification": "Material Deck user permissions have been configured to the default values.",
"MaterialDeck.Perm.ENABLE.label": "Enable Module",
"MaterialDeck.Perm.ENABLE.ENABLE.label": "Enable",
"MaterialDeck.Perm.ENABLE.ENABLE.hint": "Allow users to use Material Deck",
"MaterialDeck.Perm.COMBAT.label": "Combat Tracker",
"MaterialDeck.Perm.COMBAT.END_TURN.label": "End Turn",
"MaterialDeck.Perm.COMBAT.END_TURN.hint": "Allow users to end their turn",
"MaterialDeck.Perm.COMBAT.TURN_DISPLAY.label": "Turn Display",
"MaterialDeck.Perm.COMBAT.TURN_DISPLAY.hint": "Allow users to display the turn display",
"MaterialDeck.Perm.COMBAT.OTHER_FUNCTIONS.label": "Other Functions",
"MaterialDeck.Perm.COMBAT.OTHER_FUNCTIONS.hint": "Allow users to use other functions in the 'Function Mode', such as starting/stopping combat, increasing/decreasing the turn, etc",
"MaterialDeck.Perm.COMBAT.DISPLAY_COMBATANTS.label": "Display Combatants",
"MaterialDeck.Perm.COMBAT.DISPLAY_COMBATANTS.hint": "Allow users to display the combatants",
"MaterialDeck.Perm.COMBAT.DISPLAY_NON_OWNED_STATS.label": "Display Non-Owned and Non-Observer Stats",
"MaterialDeck.Perm.COMBAT.DISPLAY_NON_OWNED_STATS.hint": "Allow users to display stats for tokens they do not own or have observer permission for",
"MaterialDeck.Perm.COMBAT.DISPLAY_LIMITED_HP.label": "Display Limited HP",
"MaterialDeck.Perm.COMBAT.DISPLAY_LIMITED_HP.hint": "Allow users to display the HP of tokens they have Limited permission for",
"MaterialDeck.Perm.COMBAT.DISPLAY_OBSERVER_HP.label": "Display Observer HP",
"MaterialDeck.Perm.COMBAT.DISPLAY_OBSERVER_HP.hint": "Allow users to display the HP of tokens they have Observer permission for",
"MaterialDeck.Perm.COMBAT.DISPLAY_ALL_NAMES.label": "Display All Names",
"MaterialDeck.Perm.COMBAT.DISPLAY_ALL_NAMES.hint": "Allow users to display the name of all tokens",
"MaterialDeck.Perm.COMBAT.DISPLAY_LIMITED_NAME.label": "Display Limited Name",
"MaterialDeck.Perm.COMBAT.DISPLAY_LIMITED_NAME.hint": "Allow users to display the name of tokens they have Limited permission for",
"MaterialDeck.Perm.COMBAT.DISPLAY_OBSERVER_NAME.label": "Display Observer Name",
"MaterialDeck.Perm.COMBAT.DISPLAY_OBSERVER_NAME.hint": "Allow users to display the name of tokens they have Observer permission for",
"MaterialDeck.Perm.EXTERNAL.label": "External Modules",
"MaterialDeck.Perm.EXTERNAL.FXMASTER.label": "Fx Master",
"MaterialDeck.Perm.EXTERNAL.FXMASTER.hint": "Allow users to control the Fx Master module",
"MaterialDeck.Perm.EXTERNAL.GM_SCREEN.label": "GM Screen",
"MaterialDeck.Perm.EXTERNAL.GM_SCREEN.hint": "Allow users to display a GM screen using the GM Screen module",
"MaterialDeck.Perm.MACRO.label": "Macros",
"MaterialDeck.Perm.MACRO.HOTBAR.label": "Hotbar Macros",
"MaterialDeck.Perm.MACRO.HOTBAR.hint": "Allow users to use hotbar macros",
"MaterialDeck.Perm.MACRO.MACROBOARD.label": "Macro Board",
"MaterialDeck.Perm.MACRO.MACROBOARD.hint": "Allow users to use the macro board",
"MaterialDeck.Perm.MACRO.MACROBOARD_CONFIGURE.label": "Configure the Macro Board",
"MaterialDeck.Perm.MACRO.MACROBOARD_CONFIGURE.hint": "Allow users to configure the macro board",
"MaterialDeck.Perm.MOVE.label": "Move",
"MaterialDeck.Perm.MOVE.TOKEN.label": "Token",
"MaterialDeck.Perm.MOVE.TOKEN.hint": "Allow users to move a controlled token",
"MaterialDeck.Perm.MOVE.CANVAS.label": "Canvas",
"MaterialDeck.Perm.MOVE.CANVAS.hint": "Allow users to move their canvas",
"MaterialDeck.Perm.OTHER.label": "Other",
"MaterialDeck.Perm.OTHER.PAUSE.label": "Pause/Resume",
"MaterialDeck.Perm.OTHER.PAUSE.hint": "Allow users to pause or resume the game",
"MaterialDeck.Perm.OTHER.CONTROL.label": "Control Buttons",
"MaterialDeck.Perm.OTHER.CONTROL.hint": "Allow users to control the control buttons",
"MaterialDeck.Perm.OTHER.DARKNESS.label": "Scene Darkness",
"MaterialDeck.Perm.OTHER.DARKNESS.hint": "Allow users to set the scene darkness",
"MaterialDeck.Perm.OTHER.DICE.label": "Dice Rolling",
"MaterialDeck.Perm.OTHER.DICE.hint": "Allow users to roll dice",
"MaterialDeck.Perm.OTHER.TABLES_ALL.label": "Roll Tables (all)",
"MaterialDeck.Perm.OTHER.TABLES_ALL.hint": "Allow users to view and roll from all roll tables",
"MaterialDeck.Perm.OTHER.TABLES.label": "Roll Tables (observer/owner)",
"MaterialDeck.Perm.OTHER.TABLES.hint": "Allow users to view and roll from roll tables that they have observer or owner permission for",
"MaterialDeck.Perm.OTHER.SIDEBAR.label": "Sidebar",
"MaterialDeck.Perm.OTHER.SIDEBAR.hint": "Allow users to control the sidebar",
"MaterialDeck.Perm.OTHER.COMPENDIUM_ALL.label": "Compendium Packs (all)",
"MaterialDeck.Perm.OTHER.COMPENDIUM_ALL.hint": "Allow users to open all compendium packs",
"MaterialDeck.Perm.OTHER.COMPENDIUM.label": "Compendium Packs (observer/owner)",
"MaterialDeck.Perm.OTHER.COMPENDIUM.hint": "Allow users to open compendium packs that they have observer or owner permission for",
"MaterialDeck.Perm.OTHER.JOURNAL_ALL.label": "Journals (all)",
"MaterialDeck.Perm.OTHER.JOURNAL_ALL.hint": "Allow users to open all journals",
"MaterialDeck.Perm.OTHER.JOURNAL.label": "Journals (observer/owner)",
"MaterialDeck.Perm.OTHER.JOURNAL.hint": "Allow users to open journals they have observer or owner permission for",
"MaterialDeck.Perm.OTHER.CHAT.label": "Chat Messages",
"MaterialDeck.Perm.OTHER.CHAT.hint": "Allow users to send chat messages",
"MaterialDeck.Perm.PLAYLIST.label": "Playlists",
"MaterialDeck.Perm.PLAYLIST.PLAY.label": "Control",
"MaterialDeck.Perm.PLAYLIST.PLAY.hint": "Allow users to play and pause playlists and tracks",
"MaterialDeck.Perm.PLAYLIST.CONFIGURE.label": "Configure",
"MaterialDeck.Perm.PLAYLIST.CONFIGURE.hint": "Allow users to configure the playlists",
"MaterialDeck.Perm.SCENE.label": "Scenes",
"MaterialDeck.Perm.SCENE.VISIBLE.label": "Visible Scenes",
"MaterialDeck.Perm.SCENE.VISIBLE.hint": "Allow users to view and control the visible scenes",
"MaterialDeck.Perm.SCENE.ACTIVE.label": "Active Scene",
"MaterialDeck.Perm.SCENE.ACTIVE.hint": "Allow users to view the active scene",
"MaterialDeck.Perm.SCENE.DIRECTORY.label": "Scene Directory",
"MaterialDeck.Perm.SCENE.DIRECTOR.hint": "Allow users to view and control scenes from the scene directory",
"MaterialDeck.Perm.SCENE.NAME.label": "Scene by Name",
"MaterialDeck.Perm.SCENE.NAME.hint": "Allow users to view and control any scene by name",
"MaterialDeck.Perm.SOUNDBOARD.label": "Soundboard",
"MaterialDeck.Perm.SOUNDBOARD.PLAY.label": "Enable",
"MaterialDeck.Perm.SOUNDBOARD.PLAY.hint": "Allow users to play sounds from the soundboard",
"MaterialDeck.Perm.SOUNDBOARD.CONFIGURE.label": "Configure",
"MaterialDeck.Perm.SOUNDBOARD.CONFIGURE.hint": "Allow users to configure the soundboard",
"MaterialDeck.Perm.TOKEN.label": "Token",
"MaterialDeck.Perm.TOKEN.STATS.label": "Display Stats",
"MaterialDeck.Perm.TOKEN.STATS.hint": "Allow the user to display the stats of the controlled token",
"MaterialDeck.Perm.TOKEN.VISIBILITY.label": "Toggle Visibility",
"MaterialDeck.Perm.TOKEN.VISIBILITY.hint": "Allow the user to toggle the visibility of the controlled token",
"MaterialDeck.Perm.TOKEN.COMBAT.label": "Toggle Combat State",
"MaterialDeck.Perm.TOKEN.COMBAT.hint": "Allow the user to toggle the combat state of the controlled token",
"MaterialDeck.Perm.TOKEN.VISION.label": "Set Vision",
"MaterialDeck.Perm.TOKEN.VISION.hint": "Allow the user to set the vision of the controlled token",
"MaterialDeck.Perm.TOKEN.WILDCARD.label": "Wildcard Images",
"MaterialDeck.Perm.TOKEN.WILDCARD.hint": "Allow the user to set the controlled token's image using the wildcard image functionality",
"MaterialDeck.Perm.TOKEN.CONDITIONS.label": "Set Conditions",
"MaterialDeck.Perm.TOKEN.CONDITIONS.hint": "Allow the users to set conditions for the controlled token",
"MaterialDeck.Perm.TOKEN.CUSTOM.label": "Custom On-Click",
"MaterialDeck.Perm.TOKEN.CUSTOM.hint": "Allow the users to set custom on-click functions"
}