{{ i18n.t("_pages.script.typeError", { slot: error.arg + 1, expect: i18n.t(`script.types.${error.expect}`), actual: i18n.t(`script.types.${error.actual}`), }) }}
{{ i18n.t("_pages.script.thereIsEmptySlot", { slot: warn.slot + 1, }) }}