{
    "LANCER.Settings": {
        "CreateMacro": "Text Macros",
        "CreateMacroName": "Text Macros",
        "CreateQuickMacro": "Char Macros",
        "CreateQuickMacroName": "Char Macros",
        "MacroNameLabel": "Macro name:",
        "CreateMacroTextInt": "The macros name cannot be empty",
        "CreateMacroTextPerm": "You do not have permission to create script macros",
        "Communicator": "Communicator",
        "CommunicatorSettings": "Communicator Settings",
        "CharacterName": "Character Name",
        "LastCharacterName": "Character's last name",
        "Portrait": "Portrait",
        "SelectPortrait": "Select Portrait",
        "LastSelectPortrait": "Last selected portrait",
        "MessageText": "Message Text",
        "Message": "Message",
        "SoundSelect": "Sound Selection",
        "SelectSound": "Select Sound",
        "DialingSound": "Dialing sound",
        "LastSelectSound": "Last selected sound",
        "ClearSound": "Clear Sound",
        "ImageSelect": "Image Selection",
        "SelectImage": "Select Image",
        "ClearImage": "Clear Image",
        "VoiceoverSelect": "Voiceover",
        "SelectVoiceover": "Select Voiceover",
        "ClearVoiceover": "Clear",
        "MessageStyle": "Message Style",
        "MSGStyleGr": "Green",
        "MSGStyleBl": "Blue",
        "MSGStyleYe": "Yellow",
        "MSGStyleRe": "Red",
        "MSGStyleDm": "Glitch",
        "MSGStyleUn": "Undertale",
        "Send": "Send",
        "Cancel": "Cancel",
        "Create": "Create",
        "typingSpeed": "Typing Speed",
        "typingSpeedHint": "Delay between characters in the typewriter effect (higher = slower)",
        "globalTypingSpeed": "Global Typing Speed",
        "globalTypingSpeedHint": "Global delay between characters. Used when individual speed is not set.",
        "useGlobalSpeed": "Use global",
        "autoSpeed": "Auto",
        "autoSpeedHint": "Automatically calculate typing speed based on voiceover duration and text length",
        "debugMode": "Debug Mode",
        "debugModeHint": "Enable debug messages in the browser console",
        "voiceVolume": "Voice Volume",
        "voiceVolumeHint": "Volume of the typing sound and voiceover",
        "FontFamily": "Font family",
        "FontFamilyHint": "The font used for communicator messages",
        "FontSize": "Font size",
        "FontSizeHint": "Size of the message text in pixels",
        "globalMessageWidth": "Default Message Box Width",
        "globalMessageWidthHint": "Global default width of the pop-up message box in percent (20% - 90%)",
        "MessageWidth": "Message Box Width",
        "MessageWidthHint": "Width of this pop-up message box in percent (20% - 90%)",
        "FontSelect": "Font select",
        "EnableTextShake": "Enable Text Shake",
        "EnableTextShakeHint": "Toggle shaking animation for uppercase text",
        "EnterPortraitURL": "Enter image URL or path",
        "SelectFromLibrary": "Select from library",
        "PortraitHint": "You can paste a direct image URL (e.g. from Imgur) or select a file from your Foundry library.",
        "PostToChat": "Post to Chat",
        "PostToChatHint": "After sending, the communicator message is duplicated to the Foundry chat log so players who missed it can read it",
        "PostImageToChat": "Post Image to Chat",
        "PostImageToChatHint": "If enabled, the attached image will be displayed in the chat log.",
        "AllowPlayersAccess": "Allow Players to Access Communicator",
        "AllowPlayersAccessHint": "If enabled, players will see the Communicator button in token tools",
        "AllowPlayersExport": "Allow Players to Export Chat Log",
        "AllowPlayersExportHint": "If enabled, players can open the chat log window and export messages (GM always can)",
        "ChatLog": {
            "Title": "Communicator Chat Log",
            "ButtonTitle": "Communicator Log",
            "Count": "{count} message(s) recorded this session",
            "Empty": "No messages recorded yet",
            "Time": "Time",
            "Character": "Character",
            "Message": "Message",
            "ExportJSON": "Export JSON",
            "ExportTXT": "Export TXT",
            "Clear": "Clear Log",
            "Cleared": "Chat log cleared"
        },
        "Notifications": {
            "MacroCreated": "Macro \"{name}\" created successfully!",
            "QuickMacroCreated": "Quick macro \"{name}\" created successfully!",
            "MacroError": "Error creating macro: {error}"
        },
        "Warnings": {
            "NoCharacterName": "Please enter character name!",
            "NoPortrait": "Please select a portrait!",
            "NoMessage": "Please enter a message!",
            "NoVoiceoverForAuto": "Please select a voiceover file first for auto speed calculation!",
            "NoMessageForAuto": "Please enter message text first for auto speed calculation!",
            "AutoSpeedFailed": "Failed to load audio file for speed calculation",
            "VoiceoverTooShort": "Voiceover file must be at least 3 seconds long!",
            "FileNotFound": "Selected file not found!",
            "MacroAlreadyExists": "A macro with this name already exists!",
            "NoExportPermission": "You do not have permission to export the chat log"
        }
    }
}
