shared/language.lua

-- | # For the most quality and unique FiveM resources: https://thug-studios.com
-- | # If you need help, join our Discord server: https://discord.gg/thugstudios

Config.Locale = {
    -- | # Menu Title & Description ------------------------------------------------------------------------------------
    ['Menu_Title_Green'] = 'KILLFEED',
    ['Menu_Title_White'] = 'MENU',
    ['Menu_Subtitle'] = 'Your kill, your style, your interface.',
    ['Menu_Header_Description'] = 'You can start personalizing your interface by selecting the killfeed type that suits you best from the options below. You can perform various customizations on your selected template and easily change all notification settings according to your preferences. You have full control to create the layout that best fits your own gaming experience.',

    -- | # Setting Titles ------------------------------------------------------------------------------------
    ['Setting_Font_Title'] = 'Font',
    ['Setting_Color_Title'] = 'Color',
    ['Setting_Streak_Title'] = 'Streak',
    ['Setting_Distance_Title'] = 'Distance',
    ['Setting_Streamer_Mode_Title'] = 'Streamer Mode',
    ['Setting_Edit_Position_Title'] = 'Edit Position',

    -- | # Setting Descriptions ------------------------------------------------------------------------------------
    ['Setting_Font_Description'] = 'Select a font style for your killfeed display.',
    ['Setting_Color_Description'] = 'Customize your killfeed accent color.',
    ['Setting_Streak_Description'] = 'Toggle kill streak counter on or off.',
    ['Setting_Distance_Description'] = 'Toggle distance indicator on or off.',
    ['Setting_Streamer_Mode_Description'] = 'Hide player name, ID and photo for privacy.',
    ['Setting_Edit_Position_Description'] = 'Drag to reposition your killfeed on screen.',

    -- | # Button Labels ------------------------------------------------------------------------------------
    ['Button_Edit'] = 'Edit',
    ['Button_Save'] = 'Save',
    ['Button_On'] = 'ON',
    ['Button_Off'] = 'OFF',

    -- | # Other Labels ------------------------------------------------------------------------------------
    ['Enemy_Name'] = 'Enemy',
    ['Streamer_You'] = 'You',
    ['Streamer_Player'] = 'Player',
    ['Unknown_Name'] = 'Unknown',
}

Last updated