browsertrix/frontend/src/strings/crawl-workflows/labels.ts
sua yoo 58749602ff
Move custom behaviors behind checkbox (#2545)
WIP for https://github.com/webrecorder/browsertrix/issues/2541

## Changes

- Moves custom behaviors table to behind "Use Custom Behaviors"
checkbox.
- Updates autoclick selector to match checkbox reveal layout.
- Adds minimum viable user guide documentation of custom behaviors.
2025-04-09 00:16:02 +02:00

15 lines
503 B
TypeScript

import { msg } from "@lit/localize";
export const labelFor = {
behaviors: msg("Behaviors"),
customBehaviors: msg("Custom Behaviors"),
autoscrollBehavior: msg("Autoscroll"),
autoclickBehavior: msg("Autoclick"),
pageLoadTimeoutSeconds: msg("Page Load Limit"),
postLoadDelaySeconds: msg("Delay After Page Load"),
behaviorTimeoutSeconds: "Behavior Limit",
pageExtraDelaySeconds: msg("Delay Before Next Page"),
selectLink: msg("Link Selectors"),
clickSelector: msg("Click Selector"),
};