UNPKG

@webwriter/automaton

Version:

Build, visualize, and interact with different kinds of automata (DFA, NFA, PDA).

109 lines (103 loc) 4.2 kB
// Do not modify this file by hand! // Re-generate this file by running lit-localize import {html} from 'lit'; /* eslint-disable no-irregular-whitespace */ /* eslint-disable @typescript-eslint/no-explicit-any */ export const templates = { 'h2e7f32ac617924d0': html`Missing transition for <b>${0}</b>`, 'h5130af20b6d54f05': html`Multiple transitions for <b>${0}</b>`, 's2ea31ea953b32ee5': `Transition with empty symbol`, 's335050fdf97d8f6e': `No initial state defined`, 's74a96f52fd23c3e8': `Multiple initial states defined`, 's5787e20cab57b383': `Unknown error`, 's1b00cf75d5f4f616': `Choose a move:`, 's6c80030e2762459d': `push`, 's779b5819564f2f50': `pop`, 's904fefb3d01cb2ae': `empty`, 's3c0d17bad169557b': `none`, 'sae4f7c13b7ec18ff': `Stack`, 's42b6431842b835b3': `Language:`, 'sa4088b649da557a5': `Check Automaton`, 'sea4f20ea1ece70a0': `Definition`, 's337a1e9022a8d19f': `Table`, 'sfc3c36b69e4ef120': `Alphabet:`, 'se6a414abec96883f': `States:`, 's033b7cf13e11023b': `Transitions:`, 'sa3c972a6b05ed840': `Initial State:`, 'saa415adf36e8d84f': `Final States:`, 's09318db807188948': `Add Sinkstate`, 's78bc8524e7c2d052': `Sink`, 'sb80ac0a010cbc647': `Automaton Type`, 'se033711991bc46ea': `DFA`, 's36dfd719c2d7c63c': `NFA`, 's8d5ca919f3cad950': `PDA`, 's11b075d3731a5194': `Add node (Ctrl+Q)`, 's6ea31a50ccf59dcf': `Add edge (Ctrl+E)`, 'h56d667fd1fb9d47d': html`Please fix the following <sl-badge variant="danger">errors</sl-badge> to run the simulation:`, 'h6c2fe3d409d7ba36': html`No valid path found. The automaton <sl-badge variant="danger">rejects</sl-badge> the word <b>${0}</b>.`, 'h25e62c96f8182fcc': html`<span>The automaton <sl-badge variant="success">accepts</sl-badge> the word <b>${0}</b>.</span>`, 'h28031e78bb7297a9': html`<span>The automaton <sl-badge variant="danger">rejects</sl-badge> the word <b>${0}</b>.</span>`, 's4f6476c3d1856c19': `No further moves possible. Try a different path.`, 'sed72ab193dd16a0a': `Simulation paused.`, 'saad05eab0e59411c': `Input Word e.g. aaabbb, step;step;stop`, 's956c5a9fb7ee0b23': `Manual`, 's61f0ff0bab2b8310': `Animate`, 's36494e700fe1e5c6': `Step by Step`, 's42cbd8dca939a9c7': `Check`, 'sc16e00a7a8b2fde2': `Back`, 's0fbf6dc6a1966408': `Next`, 's255857544a9d5ec0': `Reset`, 's061cc20e3432dead': `Pause`, 'scd105819b5a10243': `Play`, 'sd9ad53251f2330a5': `Stop`, 's9d8b8aa2b404c2c8': `Settings`, 's05c44a5db696fcaf': `Editing`, 'sf9aee319a006c9b4': `Add`, 'sdc673e73b5c13aea': `Delete`, 's2f64461723d3df5d': `Change`, 's66bd1cc6d2f6b68d': `Node`, 's6503256c2de2745c': `Edge`, 's860b83fc8a41ca5c': `Automaton Types`, 's1c2404542b3e48d9': `Transformations`, 's568f5722bc79d077': `Sinkstate`, 's7f59f507e02a2f38': `View`, 's261af1b4598fef3f': `Allowed modes`, 's64ef2a6c2dd1d3d1': `Edit`, 'scfcffcf35292bc6f': `Simulate`, 'sb508f35111b54817': `Show Help`, 'sf62fea3229bf87c8': `Show Formal Definition`, 's3050764b15c8baf0': `Show Transitions Table`, 'se9d940b50ed4b85f': `PDA Label Style`, 's35f1dd3fd023476a': `Automation`, 's3e141c08e0ace321': `Test Language`, 'scbb4cdb4d52edc80': `Test Words`, 's8e3f9c3e183abbda': `Predefined Alphabet`, 's21b06c38fc4164db': `Advanced`, 's1b5a859826f8be7d': `Verbose`, 's7df224ba56fb8e1e': `Mode Switch`, 's4b10acae683d2978': `Fullscreen`, 'sd2223afb7d6b100d': `Type`, 's352719d86112de9a': `Help`, 'sc725a41694d85bb0': `Test Cases`, 'sd341bbdc948e6521': `Add Node by click`, 's9f4a96e81b296478': `Add Transition by drag and drop`, 's7b72a2e6d7ff3291': `Move the elements by drag and drop`, 's09c6c5bc21d0e1f0': `To edit a node right click the node`, 's6a7a6503441d48ee': `To edit a transition right click the transition`, 's71813a5a8d63ac81': `Input word`, 'sa82cf626cfa888ac': `Simulation Controls`, 's9274cd474969c49c': `Switch mode (Ctrl+M)`, 's5590dbf7e425789d': `Label`, 'sfb68cae41d749423': `Initial`, 's8f1034e1a9d93097': `Final`, 'sd083d3aa96af5af1': `Symbol`, 's09243007b5b91006': `If`, 's3de7bee91528e5cc': `Stack Actions`, 's970d041a28d1067d': `Push`, 's8da37819f40688b0': `Pop`, 's66da3efd9a45b25a': `Empty Check`, 'sd60a7dde73859828': `Keep`, 'sba6693303903d6b8': `Add symbol`, 'sc1611c0558728a2a': `Position`, 'sa0a141a796a5b36a': `Bend`, };