Translation

-- config.lua

Translation = {
    SETTINGS = 'Settings',
    INTERFACE = 'Interface',
    HUD_SETTINGS_DESCRIPTION = 'Modify the interface as you wish',
    COLOR = 'Color',
    CINEMATIC = 'Cinematic',
    SPEED_UNIT = 'Speed unit',
    STATUS = 'Status',
    TYPE = 'Type',
    TYPES = 'Types',
    SQUARE = 'Square',
    CIRCLE = 'Circle',
    HEXAGON = 'Hexagon',
    ELEMENTS = 'Elements',
    DISPLAY_SETTINGS = 'Display settings',
    SHOW = 'Show',
    SHOW_ABOVE = 'Show above',
    SHOW_BELOW = 'Show below',
    SAVE = 'Save',
    CANCEL = 'Cancel',
    HEALTH = 'Health',
    HUNGER = 'Hunger',
    THIRST = 'Thirst',
    ARMOR = 'Armor',
    OXYGEN = 'Oxygen',
    MICROPHONE = 'Microphone'
}

Last updated