{
  "common": {
    "name": "Purifier Card",
    "description": "Purifier card allows you to control your smart purifier.",
    "not_available": "Entity is not available",
    "toggle_power": "Turn on/off",
    "preset_mode": "Preset mode"
  },
  "state": {
    "on": "On",
    "off": "Off"
  },
  "preset_mode": {
    "auto": "Auto",
    "silent": "Silent",
    "sleep_wind": "Silent",
    "favorite": "Favorite",
    "fan": "Fan",
    "idle": "Idle",
    "low": "Low",
    "medium": "Medium",
    "high": "High"
  },
  "error": {
    "missing_entity": "Specifying entity is required!",
    "invalid_config": "Invalid card configuration!"
  },
  "editor": {
    "entity": "Entity (Required)",
    "compact_view": "Compact View",
    "compact_view_aria_label_on": "Toggle compact view on",
    "compact_view_aria_label_off": "Toggle compact view off",
    "show_name": "Show Name",
    "show_name_aria_label_on": "Toggle display name on",
    "show_name_aria_label_off": "Toggle display name off",
    "show_state": "Show State",
    "show_state_aria_label_on": "Toggle display state on",
    "show_state_aria_label_off": "Toggle display state off",
    "show_toolbar": "Show Toolbar",
    "show_toolbar_aria_label_on": "Toggle display toolbar on",
    "show_toolbar_aria_label_off": "Toggle display toolbar off",
    "code_only_note": "Note: Setting actions and stats options are available exclusively using Code Editor."
  },
  "warning": {
    "actions_array": "WARNING: 'actions' has been renamed to 'shortcuts'"
  }
}
