@almadar/ui 5.21.8 → 5.21.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1591,7 +1591,10 @@ function useInput() {
1591
1591
 
1592
1592
  // locales/en.json
1593
1593
  var en_default = {
1594
- $meta: { locale: "en", direction: "ltr" },
1594
+ $meta: {
1595
+ locale: "en",
1596
+ direction: "ltr"
1597
+ },
1595
1598
  "common.save": "Save",
1596
1599
  "common.cancel": "Cancel",
1597
1600
  "common.delete": "Delete",
@@ -1733,7 +1736,6 @@ var en_default = {
1733
1736
  "error.somethingWentWrong": "Something went wrong",
1734
1737
  "error.loadingItems": "Loading items...",
1735
1738
  "error.noItemsFound": "No items found",
1736
- "error.notFound": "Not found",
1737
1739
  "debug.noEntityData": "No entity data",
1738
1740
  "debug.noEntities": "No entities",
1739
1741
  "debug.noTicks": "No ticks registered",
@@ -1765,7 +1767,299 @@ var en_default = {
1765
1767
  "template.showcase": "Showcase",
1766
1768
  "template.faq": "Frequently Asked Questions",
1767
1769
  "template.ourTeam": "Our Team",
1768
- "template.caseStudies": "Case Studies"
1770
+ "template.caseStudies": "Case Studies",
1771
+ "richBlockEditor.toolbar.text": "Text",
1772
+ "richBlockEditor.toolbar.h1": "H1",
1773
+ "richBlockEditor.toolbar.h2": "H2",
1774
+ "richBlockEditor.toolbar.h3": "H3",
1775
+ "richBlockEditor.toolbar.bulletList": "Bullet list",
1776
+ "richBlockEditor.toolbar.numbered": "Numbered",
1777
+ "richBlockEditor.toolbar.quote": "Quote",
1778
+ "richBlockEditor.toolbar.code": "Code",
1779
+ "richBlockEditor.toolbar.divider": "Divider",
1780
+ "richBlockEditor.toolbar.image": "Image",
1781
+ "richBlockEditor.blockType.paragraph": "Text",
1782
+ "richBlockEditor.blockType.heading1": "Heading 1",
1783
+ "richBlockEditor.blockType.heading2": "Heading 2",
1784
+ "richBlockEditor.blockType.heading3": "Heading 3",
1785
+ "richBlockEditor.blockType.bulletList": "Bullet list",
1786
+ "richBlockEditor.blockType.numberedList": "Numbered list",
1787
+ "richBlockEditor.blockType.quote": "Quote",
1788
+ "richBlockEditor.blockType.code": "Code",
1789
+ "richBlockEditor.blockType.divider": "Divider",
1790
+ "richBlockEditor.blockType.image": "Image",
1791
+ "richBlockEditor.blockActions": "Block actions",
1792
+ "richBlockEditor.duplicate": "Duplicate",
1793
+ "richBlockEditor.turnInto": "Turn into",
1794
+ "richBlockEditor.placeholder.heading1": "Heading 1",
1795
+ "richBlockEditor.placeholder.heading2": "Heading 2",
1796
+ "richBlockEditor.placeholder.heading3": "Heading 3",
1797
+ "richBlockEditor.placeholder.quote": "Quote",
1798
+ "richBlockEditor.placeholder.code": "Enter code",
1799
+ "richBlockEditor.placeholder.paragraph": "Start writing...",
1800
+ "richBlockEditor.placeholder.listItem": "List item",
1801
+ "richBlockEditor.placeholder.caption": "Caption (optional)",
1802
+ "richBlockEditor.aria.heading1Block": "Heading 1 block",
1803
+ "richBlockEditor.aria.heading2Block": "Heading 2 block",
1804
+ "richBlockEditor.aria.heading3Block": "Heading 3 block",
1805
+ "richBlockEditor.aria.quoteBlock": "Quote block",
1806
+ "richBlockEditor.aria.codeBlock": "Code block",
1807
+ "richBlockEditor.aria.codeLanguage": "Code language",
1808
+ "richBlockEditor.aria.imageUrl": "Image URL",
1809
+ "richBlockEditor.aria.imageCaption": "Image caption",
1810
+ "richBlockEditor.aria.listItem": "List item",
1811
+ "richBlockEditor.aria.removeListItem": "Remove list item",
1812
+ "richBlockEditor.aria.paragraphBlock": "Paragraph block",
1813
+ "richBlockEditor.embeddedImage": "Embedded image",
1814
+ "richBlockEditor.noImageUrl": "No image URL set",
1815
+ "richBlockEditor.addItem": "Add item",
1816
+ "richBlockEditor.insertParagraphBelow": "Insert paragraph below",
1817
+ "richBlockEditor.editorToolbar": "Block editor toolbar",
1818
+ "richBlockEditor.insertEntry": "Insert {{label}}",
1819
+ "versionDiff.compare": "Compare",
1820
+ "versionDiff.to": "to",
1821
+ "versionDiff.beforeRevision": "Before revision",
1822
+ "versionDiff.afterRevision": "After revision",
1823
+ "versionDiff.switchToInline": "Switch to inline view",
1824
+ "versionDiff.switchToSideBySide": "Switch to side-by-side view",
1825
+ "versionDiff.revert": "Revert",
1826
+ "versionDiff.byAuthor": " by {{author}}",
1827
+ "violationAlert.actionType.measure": "Corrective Measure",
1828
+ "violationAlert.actionType.admin": "Administrative Action",
1829
+ "violationAlert.actionType.penalty": "Penalty Proceedings",
1830
+ "violationAlert.fallbackMessage": "Violation",
1831
+ "violationAlert.adminLabel": "Admin:",
1832
+ "violationAlert.penaltyLabel": "Penalty:",
1833
+ "violationAlert.goToField": "Go to field",
1834
+ "branchingLogic.title": "Branching logic",
1835
+ "branchingLogic.if": "If",
1836
+ "branchingLogic.goTo": "go to",
1837
+ "branchingLogic.rules": "Rules",
1838
+ "branchingLogic.logicGraph": "Logic graph",
1839
+ "branchingLogic.addRule": "Add rule",
1840
+ "branchingLogic.deleteRule": "Delete rule",
1841
+ "branchingLogic.endOfSurvey": "End of survey",
1842
+ "branchingLogic.brokenReference": "Broken reference",
1843
+ "branchingLogic.selectQuestion": "Select question",
1844
+ "branchingLogic.selectTarget": "Select target",
1845
+ "branchingLogic.selectValue": "Select value",
1846
+ "branchingLogic.addValue": "Add value",
1847
+ "branchingLogic.value": "Value",
1848
+ "branchingLogic.typeValuePressEnter": "Type value, press Enter",
1849
+ "branchingLogic.operatorEquals": "equals",
1850
+ "branchingLogic.operatorNotEquals": "does not equal",
1851
+ "branchingLogic.operatorContains": "contains",
1852
+ "branchingLogic.operatorIn": "is one of",
1853
+ "branchingLogic.graphAriaLabel": "Branching logic graph",
1854
+ "branchingLogic.ruleCountOne": "{{count}} rule",
1855
+ "branchingLogic.ruleCountOther": "{{count}} rules",
1856
+ "branchingLogic.brokenCount": "{{count}} broken",
1857
+ "branchingLogic.emptyNoQuestions": "Add questions before building branching rules.",
1858
+ "branchingLogic.emptyNoRules": "No rules yet. Add a rule to define branching logic.",
1859
+ "filterGroup.filters": "Filters",
1860
+ "filterGroup.all": "All",
1861
+ "filterGroup.clear": "Clear",
1862
+ "filterGroup.clearAll": "Clear all",
1863
+ "filterGroup.from": "From",
1864
+ "filterGroup.to": "To",
1865
+ "filterGroup.allOf": "All {{label}}",
1866
+ "filterGroup.activeCount": "{{count}} active",
1867
+ "debug.guardEvaluationsHint": "Guard evaluations will appear when transitions or ticks with guards execute",
1868
+ "debug.expression": "Expression",
1869
+ "debug.inputs": "Inputs",
1870
+ "debug.trait": "Trait",
1871
+ "debug.filterAll": "All",
1872
+ "debug.filterPassed": "Passed",
1873
+ "debug.filterFailed": "Failed",
1874
+ "debug.traitsInitHint": "Traits will appear when the state machine initializes",
1875
+ "debug.traitsMountHint": "Traits will appear when components using them are mounted",
1876
+ "debug.activeStates": "Active States",
1877
+ "debug.availableEvents": "Available Events",
1878
+ "debug.noTransitionsFromState": "No transitions from current state",
1879
+ "debug.guarded": "guarded",
1880
+ "debug.otherEvents": "Other Events (not available from current state)",
1881
+ "debug.recentTransitions": "Recent Transitions",
1882
+ "debug.transitionsCount": "{{count}} transitions",
1883
+ "debug.states": "States",
1884
+ "debug.transitions": "Transitions",
1885
+ "debug.guards": "Guards",
1886
+ "debug.debugModeHint": "Debug mode may not be enabled",
1887
+ "debug.entitiesSpawnHint": "Entities will appear when spawned",
1888
+ "debug.singleton": "Singleton",
1889
+ "debug.singletonsCount": "Singletons ({{count}})",
1890
+ "debug.runtimeCount": "Runtime ({{count}})",
1891
+ "debug.moreEntities": "+{{count}} more entities",
1892
+ "debug.persistent": "Persistent",
1893
+ "debug.loadedCount": "{{count}} loaded",
1894
+ "debug.notLoaded": "not loaded",
1895
+ "debug.eventsExecuteHint": "Events will appear as traits, ticks, and other systems execute",
1896
+ "debug.allCount": "All ({{count}})",
1897
+ "debug.autoScroll": "Auto-scroll",
1898
+ "debug.transitionsProcessHint": "Transitions will appear as the state machine processes events",
1899
+ "debug.transitionsRecorded": "{{count}} transitions recorded",
1900
+ "debug.guardLabel": "guard:",
1901
+ "debug.effectsCount": "{{count}} effects",
1902
+ "debug.bridgeInitHint": "The ServerBridge has not been initialized. Bridge health will appear once the runtime connects to the server.",
1903
+ "debug.never": "Never",
1904
+ "debug.connected": "Connected",
1905
+ "debug.disconnected": "Disconnected",
1906
+ "debug.lastError": "Last Error",
1907
+ "debug.totalEventsProcessed": "{{count}} total events processed",
1908
+ "debug.server": "server",
1909
+ "debug.clientEffectsCount": "{{count}} clientEffects",
1910
+ "debug.emitLabel": "emit:",
1911
+ "debug.rowsCount": "{{count}} rows",
1912
+ "debug.serverResponse": "server response",
1913
+ "debug.collapseVerificationTimeline": "Collapse verification timeline",
1914
+ "debug.expandVerificationTimeline": "Expand verification timeline",
1915
+ "debug.failCount": "{{count}} fail",
1916
+ "debug.ok": "OK",
1917
+ "debug.localCount": "{{count}} local",
1918
+ "debug.serverCount": "{{count}} server",
1919
+ "debug.waitingForTransitions": "Waiting for transitions...",
1920
+ "debug.tabDispatch": "Dispatch",
1921
+ "debug.tabVerify": "Verify",
1922
+ "debug.tabVerifyAlert": "Verify (!)",
1923
+ "debug.tabTimeline": "Timeline",
1924
+ "debug.tabBridge": "Bridge",
1925
+ "debug.tabTraits": "Traits",
1926
+ "debug.tabTicks": "Ticks",
1927
+ "debug.tabEntities": "Entities",
1928
+ "debug.tabEvents": "Events",
1929
+ "debug.tabGuards": "Guards",
1930
+ "debug.debugger": "Debugger",
1931
+ "debug.failedCount": "{{count}} failed",
1932
+ "debug.traitsCount": "{{count}} traits",
1933
+ "debug.idle": "Idle",
1934
+ "debug.openDebugger": "Open Debugger (`)",
1935
+ "debug.kflowVerifier": "KFlow Verifier",
1936
+ "debug.allPassing": "All passing",
1937
+ "debug.runtime": "Runtime",
1938
+ "debug.close": "Close (`)",
1939
+ "debug.toggleHint": "Press ` to toggle | window.__orbitalVerification for automation",
1940
+ "replyTree.expandReplies": "Expand replies",
1941
+ "replyTree.collapseReplies": "Collapse replies",
1942
+ "replyTree.voteOnReplyBy": "Vote on reply by {{author}}",
1943
+ "replyTree.replyTo": "Reply to {{author}}",
1944
+ "replyTree.replyToPlaceholder": "Reply to {{author}}\u2026",
1945
+ "replyTree.reply": "Reply",
1946
+ "replyTree.flagReplyBy": "Flag reply by {{author}}",
1947
+ "replyTree.flag": "Flag",
1948
+ "replyTree.send": "Send",
1949
+ "replyTree.continueThread": "Continue thread",
1950
+ "replyTree.noRepliesYet": "No replies yet.",
1951
+ "signaturePad.label": "Signature",
1952
+ "signaturePad.helperText": "Draw your signature above",
1953
+ "signaturePad.clear": "Clear",
1954
+ "signaturePad.confirm": "Confirm",
1955
+ "qrScanner.cameraUnavailable": "Camera unavailable",
1956
+ "qrScanner.paused": "Paused",
1957
+ "qrScanner.resumeScanning": "Resume scanning",
1958
+ "qrScanner.pauseScanning": "Pause scanning",
1959
+ "qrScanner.switchToFrontCamera": "Switch to front camera",
1960
+ "qrScanner.switchToRearCamera": "Switch to rear camera",
1961
+ "qrScanner.mockScan": "Mock Scan",
1962
+ "docSearch.placeholder": "Search documentation...",
1963
+ "stateMachine.loading": "Loading state machine\u2026",
1964
+ "stateMachine.noStateMachine": "No state machine to visualize",
1965
+ "avl.trigger": "Trigger",
1966
+ "avl.guard": "Guard",
1967
+ "avl.effects": "Effects",
1968
+ "avl.props": "Props",
1969
+ "avl.entity": "Entity",
1970
+ "avl.traits": "Traits",
1971
+ "avl.transition": "Transition",
1972
+ "avl.onEntity": "on {{entity}}",
1973
+ "avl.linkedTo": "linked to {{entity}}",
1974
+ "avl.pressEscToZoomOut": "Press Esc to zoom out",
1975
+ "avl.zoomIn": "Zoom in",
1976
+ "avl.zoomOut": "Zoom out",
1977
+ "avl.orbitalLabel": "Orbital: {{name}}",
1978
+ "avl.orbitalLabelHighlighted": "Orbital: {{name}} (highlighted)",
1979
+ "avl.noTraitData": "No trait data",
1980
+ "avl.computingLayout": "Computing layout...",
1981
+ "avl.noStateMachine": "No state machine",
1982
+ "avl.listensFor": "listens for {{event}}",
1983
+ "avl.emits": "emits {{event}}",
1984
+ "avl.pageLayout": "Page Layout",
1985
+ "avl.overlaySuffix": "(overlay)",
1986
+ "orbPreview.previewBadge": "Preview",
1987
+ "orbPreview.doubleClickToOpen": "Double-click to open",
1988
+ "orbPreview.dropToAddAndOpen": "Drop to add and open",
1989
+ "orbPreview.dispatching": "Coordinator is dispatching to this orbital",
1990
+ "orbPreview.noPreview": "No preview available",
1991
+ "orbPreview.screensCount": "{{count}} screens",
1992
+ "detailView.noTransitionData": "No transition data",
1993
+ "orbInspector.required": "req",
1994
+ "orbInspector.addField": "Add Field",
1995
+ "orbInspector.serviceMode": "Service Mode",
1996
+ "orbInspector.standalone": "Standalone",
1997
+ "orbInspector.embedded": "Embedded",
1998
+ "orbInspector.rendersOwnUi": "Renders its own UI",
1999
+ "orbInspector.headless": "Headless, wired to other behaviors",
2000
+ "orbInspector.addEffect": "Add Effect",
2001
+ "orbInspector.guardExpression": "Guard expression",
2002
+ "orbInspector.selectPatternForStyles": "Select a pattern to view its style tokens.",
2003
+ "orbInspector.tokens": "Tokens",
2004
+ "orbInspector.noTokenContract": "No token contract declared for this pattern.",
2005
+ "orbInspector.variant": "Variant",
2006
+ "orbInspector.size": "Size",
2007
+ "orbInspector.statesCount": "{{count}} states",
2008
+ "orbInspector.onEntity": " on {{entity}}",
2009
+ "orbInspector.projectThemeTokens": "Project theme tokens",
2010
+ "orbInspector.tokenGroup.colors": "Colors",
2011
+ "orbInspector.tokenGroup.radii": "Radii",
2012
+ "orbInspector.tokenGroup.spacing": "Spacing",
2013
+ "orbInspector.tokenGroup.shadows": "Shadows",
2014
+ "orbInspector.tab.inspector": "Inspector",
2015
+ "orbInspector.tab.styles": "Styles",
2016
+ "orbInspector.tab.code": "Code",
2017
+ "canvas.goBackToOverview": "Go back to overview",
2018
+ "canvas.overview": "Overview",
2019
+ "canvas.expanded": "Expanded",
2020
+ "canvas.modulesCount": "{{count}} modules",
2021
+ "canvas.screensCount": "{{count}} screens",
2022
+ "canvas.switchToView": "Switch to {{label}} view",
2023
+ "lawReference.viewFullText": "View full law text",
2024
+ "statCard.defaultLabel": "Stat",
2025
+ "statCard.vsLastPeriod": "vs last period",
2026
+ "mediaGallery.upload": "Upload",
2027
+ "mediaGallery.noMediaDescription": "No media items to display.",
2028
+ "pagination.jumpPlaceholder": "Page",
2029
+ "table.selectRow": "Select row {{id}}",
2030
+ "card.selectItem": "Select {{item}}",
2031
+ "card.itemFallback": "item",
2032
+ "fileTree.noFiles": "No files",
2033
+ "masterDetail.selectItem": "Select an item to view details",
2034
+ "empty.createFirst": "Create your first item to get started.",
2035
+ "upload.dropOrBrowse": "Drop files here or click to browse",
2036
+ "upload.dropFilesHere": "Drop files here",
2037
+ "upload.accepted": "Accepted: {{accept}}",
2038
+ "upload.maxSize": "Max size: {{size}}",
2039
+ "upload.maxFiles": "Up to {{count}} files",
2040
+ "upload.error.maxFiles": "Maximum {{count}} files allowed",
2041
+ "upload.error.invalidType": "Invalid file type: {{name}}",
2042
+ "upload.error.tooLarge": "File too large: {{name}} (max {{size}})",
2043
+ "optionConstraint.requiredOne": "Required, pick 1",
2044
+ "optionConstraint.optionalOne": "Optional, pick up to 1",
2045
+ "optionConstraint.pickExactly": "Pick exactly {{count}}",
2046
+ "optionConstraint.pickRange": "Pick {{min}}-{{max}}",
2047
+ "optionConstraint.pickAtLeast": "Pick at least {{count}}",
2048
+ "optionConstraint.pickUpTo": "Pick up to {{count}}",
2049
+ "optionConstraint.optional": "Optional",
2050
+ "optionConstraint.outOfStock": "Out of stock",
2051
+ "optionConstraint.error.pickOne": "Pick 1 option",
2052
+ "optionConstraint.error.pickOnlyOne": "Pick only 1 option",
2053
+ "optionConstraint.error.pickMore": "Pick at least {{count}} more",
2054
+ "optionConstraint.error.removeOptions": "Remove {{count}} options",
2055
+ "stateMachine.pinned": "Pinned",
2056
+ "stateMachine.eventCount": "{{count}} events",
2057
+ "stateMachine.externalEffects": "External Effects",
2058
+ "stateMachine.legend.initial": "Initial",
2059
+ "stateMachine.legend.final": "Final",
2060
+ "stateMachine.legend.state": "State",
2061
+ "stateMachine.legend.multiEvent": "Multi-event",
2062
+ "relationSelect.selectPlaceholder": "Select..."
1769
2063
  };
1770
2064
 
1771
2065
  // hooks/useTranslate.ts
@@ -1589,7 +1589,10 @@ function useInput() {
1589
1589
 
1590
1590
  // locales/en.json
1591
1591
  var en_default = {
1592
- $meta: { locale: "en", direction: "ltr" },
1592
+ $meta: {
1593
+ locale: "en",
1594
+ direction: "ltr"
1595
+ },
1593
1596
  "common.save": "Save",
1594
1597
  "common.cancel": "Cancel",
1595
1598
  "common.delete": "Delete",
@@ -1731,7 +1734,6 @@ var en_default = {
1731
1734
  "error.somethingWentWrong": "Something went wrong",
1732
1735
  "error.loadingItems": "Loading items...",
1733
1736
  "error.noItemsFound": "No items found",
1734
- "error.notFound": "Not found",
1735
1737
  "debug.noEntityData": "No entity data",
1736
1738
  "debug.noEntities": "No entities",
1737
1739
  "debug.noTicks": "No ticks registered",
@@ -1763,7 +1765,299 @@ var en_default = {
1763
1765
  "template.showcase": "Showcase",
1764
1766
  "template.faq": "Frequently Asked Questions",
1765
1767
  "template.ourTeam": "Our Team",
1766
- "template.caseStudies": "Case Studies"
1768
+ "template.caseStudies": "Case Studies",
1769
+ "richBlockEditor.toolbar.text": "Text",
1770
+ "richBlockEditor.toolbar.h1": "H1",
1771
+ "richBlockEditor.toolbar.h2": "H2",
1772
+ "richBlockEditor.toolbar.h3": "H3",
1773
+ "richBlockEditor.toolbar.bulletList": "Bullet list",
1774
+ "richBlockEditor.toolbar.numbered": "Numbered",
1775
+ "richBlockEditor.toolbar.quote": "Quote",
1776
+ "richBlockEditor.toolbar.code": "Code",
1777
+ "richBlockEditor.toolbar.divider": "Divider",
1778
+ "richBlockEditor.toolbar.image": "Image",
1779
+ "richBlockEditor.blockType.paragraph": "Text",
1780
+ "richBlockEditor.blockType.heading1": "Heading 1",
1781
+ "richBlockEditor.blockType.heading2": "Heading 2",
1782
+ "richBlockEditor.blockType.heading3": "Heading 3",
1783
+ "richBlockEditor.blockType.bulletList": "Bullet list",
1784
+ "richBlockEditor.blockType.numberedList": "Numbered list",
1785
+ "richBlockEditor.blockType.quote": "Quote",
1786
+ "richBlockEditor.blockType.code": "Code",
1787
+ "richBlockEditor.blockType.divider": "Divider",
1788
+ "richBlockEditor.blockType.image": "Image",
1789
+ "richBlockEditor.blockActions": "Block actions",
1790
+ "richBlockEditor.duplicate": "Duplicate",
1791
+ "richBlockEditor.turnInto": "Turn into",
1792
+ "richBlockEditor.placeholder.heading1": "Heading 1",
1793
+ "richBlockEditor.placeholder.heading2": "Heading 2",
1794
+ "richBlockEditor.placeholder.heading3": "Heading 3",
1795
+ "richBlockEditor.placeholder.quote": "Quote",
1796
+ "richBlockEditor.placeholder.code": "Enter code",
1797
+ "richBlockEditor.placeholder.paragraph": "Start writing...",
1798
+ "richBlockEditor.placeholder.listItem": "List item",
1799
+ "richBlockEditor.placeholder.caption": "Caption (optional)",
1800
+ "richBlockEditor.aria.heading1Block": "Heading 1 block",
1801
+ "richBlockEditor.aria.heading2Block": "Heading 2 block",
1802
+ "richBlockEditor.aria.heading3Block": "Heading 3 block",
1803
+ "richBlockEditor.aria.quoteBlock": "Quote block",
1804
+ "richBlockEditor.aria.codeBlock": "Code block",
1805
+ "richBlockEditor.aria.codeLanguage": "Code language",
1806
+ "richBlockEditor.aria.imageUrl": "Image URL",
1807
+ "richBlockEditor.aria.imageCaption": "Image caption",
1808
+ "richBlockEditor.aria.listItem": "List item",
1809
+ "richBlockEditor.aria.removeListItem": "Remove list item",
1810
+ "richBlockEditor.aria.paragraphBlock": "Paragraph block",
1811
+ "richBlockEditor.embeddedImage": "Embedded image",
1812
+ "richBlockEditor.noImageUrl": "No image URL set",
1813
+ "richBlockEditor.addItem": "Add item",
1814
+ "richBlockEditor.insertParagraphBelow": "Insert paragraph below",
1815
+ "richBlockEditor.editorToolbar": "Block editor toolbar",
1816
+ "richBlockEditor.insertEntry": "Insert {{label}}",
1817
+ "versionDiff.compare": "Compare",
1818
+ "versionDiff.to": "to",
1819
+ "versionDiff.beforeRevision": "Before revision",
1820
+ "versionDiff.afterRevision": "After revision",
1821
+ "versionDiff.switchToInline": "Switch to inline view",
1822
+ "versionDiff.switchToSideBySide": "Switch to side-by-side view",
1823
+ "versionDiff.revert": "Revert",
1824
+ "versionDiff.byAuthor": " by {{author}}",
1825
+ "violationAlert.actionType.measure": "Corrective Measure",
1826
+ "violationAlert.actionType.admin": "Administrative Action",
1827
+ "violationAlert.actionType.penalty": "Penalty Proceedings",
1828
+ "violationAlert.fallbackMessage": "Violation",
1829
+ "violationAlert.adminLabel": "Admin:",
1830
+ "violationAlert.penaltyLabel": "Penalty:",
1831
+ "violationAlert.goToField": "Go to field",
1832
+ "branchingLogic.title": "Branching logic",
1833
+ "branchingLogic.if": "If",
1834
+ "branchingLogic.goTo": "go to",
1835
+ "branchingLogic.rules": "Rules",
1836
+ "branchingLogic.logicGraph": "Logic graph",
1837
+ "branchingLogic.addRule": "Add rule",
1838
+ "branchingLogic.deleteRule": "Delete rule",
1839
+ "branchingLogic.endOfSurvey": "End of survey",
1840
+ "branchingLogic.brokenReference": "Broken reference",
1841
+ "branchingLogic.selectQuestion": "Select question",
1842
+ "branchingLogic.selectTarget": "Select target",
1843
+ "branchingLogic.selectValue": "Select value",
1844
+ "branchingLogic.addValue": "Add value",
1845
+ "branchingLogic.value": "Value",
1846
+ "branchingLogic.typeValuePressEnter": "Type value, press Enter",
1847
+ "branchingLogic.operatorEquals": "equals",
1848
+ "branchingLogic.operatorNotEquals": "does not equal",
1849
+ "branchingLogic.operatorContains": "contains",
1850
+ "branchingLogic.operatorIn": "is one of",
1851
+ "branchingLogic.graphAriaLabel": "Branching logic graph",
1852
+ "branchingLogic.ruleCountOne": "{{count}} rule",
1853
+ "branchingLogic.ruleCountOther": "{{count}} rules",
1854
+ "branchingLogic.brokenCount": "{{count}} broken",
1855
+ "branchingLogic.emptyNoQuestions": "Add questions before building branching rules.",
1856
+ "branchingLogic.emptyNoRules": "No rules yet. Add a rule to define branching logic.",
1857
+ "filterGroup.filters": "Filters",
1858
+ "filterGroup.all": "All",
1859
+ "filterGroup.clear": "Clear",
1860
+ "filterGroup.clearAll": "Clear all",
1861
+ "filterGroup.from": "From",
1862
+ "filterGroup.to": "To",
1863
+ "filterGroup.allOf": "All {{label}}",
1864
+ "filterGroup.activeCount": "{{count}} active",
1865
+ "debug.guardEvaluationsHint": "Guard evaluations will appear when transitions or ticks with guards execute",
1866
+ "debug.expression": "Expression",
1867
+ "debug.inputs": "Inputs",
1868
+ "debug.trait": "Trait",
1869
+ "debug.filterAll": "All",
1870
+ "debug.filterPassed": "Passed",
1871
+ "debug.filterFailed": "Failed",
1872
+ "debug.traitsInitHint": "Traits will appear when the state machine initializes",
1873
+ "debug.traitsMountHint": "Traits will appear when components using them are mounted",
1874
+ "debug.activeStates": "Active States",
1875
+ "debug.availableEvents": "Available Events",
1876
+ "debug.noTransitionsFromState": "No transitions from current state",
1877
+ "debug.guarded": "guarded",
1878
+ "debug.otherEvents": "Other Events (not available from current state)",
1879
+ "debug.recentTransitions": "Recent Transitions",
1880
+ "debug.transitionsCount": "{{count}} transitions",
1881
+ "debug.states": "States",
1882
+ "debug.transitions": "Transitions",
1883
+ "debug.guards": "Guards",
1884
+ "debug.debugModeHint": "Debug mode may not be enabled",
1885
+ "debug.entitiesSpawnHint": "Entities will appear when spawned",
1886
+ "debug.singleton": "Singleton",
1887
+ "debug.singletonsCount": "Singletons ({{count}})",
1888
+ "debug.runtimeCount": "Runtime ({{count}})",
1889
+ "debug.moreEntities": "+{{count}} more entities",
1890
+ "debug.persistent": "Persistent",
1891
+ "debug.loadedCount": "{{count}} loaded",
1892
+ "debug.notLoaded": "not loaded",
1893
+ "debug.eventsExecuteHint": "Events will appear as traits, ticks, and other systems execute",
1894
+ "debug.allCount": "All ({{count}})",
1895
+ "debug.autoScroll": "Auto-scroll",
1896
+ "debug.transitionsProcessHint": "Transitions will appear as the state machine processes events",
1897
+ "debug.transitionsRecorded": "{{count}} transitions recorded",
1898
+ "debug.guardLabel": "guard:",
1899
+ "debug.effectsCount": "{{count}} effects",
1900
+ "debug.bridgeInitHint": "The ServerBridge has not been initialized. Bridge health will appear once the runtime connects to the server.",
1901
+ "debug.never": "Never",
1902
+ "debug.connected": "Connected",
1903
+ "debug.disconnected": "Disconnected",
1904
+ "debug.lastError": "Last Error",
1905
+ "debug.totalEventsProcessed": "{{count}} total events processed",
1906
+ "debug.server": "server",
1907
+ "debug.clientEffectsCount": "{{count}} clientEffects",
1908
+ "debug.emitLabel": "emit:",
1909
+ "debug.rowsCount": "{{count}} rows",
1910
+ "debug.serverResponse": "server response",
1911
+ "debug.collapseVerificationTimeline": "Collapse verification timeline",
1912
+ "debug.expandVerificationTimeline": "Expand verification timeline",
1913
+ "debug.failCount": "{{count}} fail",
1914
+ "debug.ok": "OK",
1915
+ "debug.localCount": "{{count}} local",
1916
+ "debug.serverCount": "{{count}} server",
1917
+ "debug.waitingForTransitions": "Waiting for transitions...",
1918
+ "debug.tabDispatch": "Dispatch",
1919
+ "debug.tabVerify": "Verify",
1920
+ "debug.tabVerifyAlert": "Verify (!)",
1921
+ "debug.tabTimeline": "Timeline",
1922
+ "debug.tabBridge": "Bridge",
1923
+ "debug.tabTraits": "Traits",
1924
+ "debug.tabTicks": "Ticks",
1925
+ "debug.tabEntities": "Entities",
1926
+ "debug.tabEvents": "Events",
1927
+ "debug.tabGuards": "Guards",
1928
+ "debug.debugger": "Debugger",
1929
+ "debug.failedCount": "{{count}} failed",
1930
+ "debug.traitsCount": "{{count}} traits",
1931
+ "debug.idle": "Idle",
1932
+ "debug.openDebugger": "Open Debugger (`)",
1933
+ "debug.kflowVerifier": "KFlow Verifier",
1934
+ "debug.allPassing": "All passing",
1935
+ "debug.runtime": "Runtime",
1936
+ "debug.close": "Close (`)",
1937
+ "debug.toggleHint": "Press ` to toggle | window.__orbitalVerification for automation",
1938
+ "replyTree.expandReplies": "Expand replies",
1939
+ "replyTree.collapseReplies": "Collapse replies",
1940
+ "replyTree.voteOnReplyBy": "Vote on reply by {{author}}",
1941
+ "replyTree.replyTo": "Reply to {{author}}",
1942
+ "replyTree.replyToPlaceholder": "Reply to {{author}}\u2026",
1943
+ "replyTree.reply": "Reply",
1944
+ "replyTree.flagReplyBy": "Flag reply by {{author}}",
1945
+ "replyTree.flag": "Flag",
1946
+ "replyTree.send": "Send",
1947
+ "replyTree.continueThread": "Continue thread",
1948
+ "replyTree.noRepliesYet": "No replies yet.",
1949
+ "signaturePad.label": "Signature",
1950
+ "signaturePad.helperText": "Draw your signature above",
1951
+ "signaturePad.clear": "Clear",
1952
+ "signaturePad.confirm": "Confirm",
1953
+ "qrScanner.cameraUnavailable": "Camera unavailable",
1954
+ "qrScanner.paused": "Paused",
1955
+ "qrScanner.resumeScanning": "Resume scanning",
1956
+ "qrScanner.pauseScanning": "Pause scanning",
1957
+ "qrScanner.switchToFrontCamera": "Switch to front camera",
1958
+ "qrScanner.switchToRearCamera": "Switch to rear camera",
1959
+ "qrScanner.mockScan": "Mock Scan",
1960
+ "docSearch.placeholder": "Search documentation...",
1961
+ "stateMachine.loading": "Loading state machine\u2026",
1962
+ "stateMachine.noStateMachine": "No state machine to visualize",
1963
+ "avl.trigger": "Trigger",
1964
+ "avl.guard": "Guard",
1965
+ "avl.effects": "Effects",
1966
+ "avl.props": "Props",
1967
+ "avl.entity": "Entity",
1968
+ "avl.traits": "Traits",
1969
+ "avl.transition": "Transition",
1970
+ "avl.onEntity": "on {{entity}}",
1971
+ "avl.linkedTo": "linked to {{entity}}",
1972
+ "avl.pressEscToZoomOut": "Press Esc to zoom out",
1973
+ "avl.zoomIn": "Zoom in",
1974
+ "avl.zoomOut": "Zoom out",
1975
+ "avl.orbitalLabel": "Orbital: {{name}}",
1976
+ "avl.orbitalLabelHighlighted": "Orbital: {{name}} (highlighted)",
1977
+ "avl.noTraitData": "No trait data",
1978
+ "avl.computingLayout": "Computing layout...",
1979
+ "avl.noStateMachine": "No state machine",
1980
+ "avl.listensFor": "listens for {{event}}",
1981
+ "avl.emits": "emits {{event}}",
1982
+ "avl.pageLayout": "Page Layout",
1983
+ "avl.overlaySuffix": "(overlay)",
1984
+ "orbPreview.previewBadge": "Preview",
1985
+ "orbPreview.doubleClickToOpen": "Double-click to open",
1986
+ "orbPreview.dropToAddAndOpen": "Drop to add and open",
1987
+ "orbPreview.dispatching": "Coordinator is dispatching to this orbital",
1988
+ "orbPreview.noPreview": "No preview available",
1989
+ "orbPreview.screensCount": "{{count}} screens",
1990
+ "detailView.noTransitionData": "No transition data",
1991
+ "orbInspector.required": "req",
1992
+ "orbInspector.addField": "Add Field",
1993
+ "orbInspector.serviceMode": "Service Mode",
1994
+ "orbInspector.standalone": "Standalone",
1995
+ "orbInspector.embedded": "Embedded",
1996
+ "orbInspector.rendersOwnUi": "Renders its own UI",
1997
+ "orbInspector.headless": "Headless, wired to other behaviors",
1998
+ "orbInspector.addEffect": "Add Effect",
1999
+ "orbInspector.guardExpression": "Guard expression",
2000
+ "orbInspector.selectPatternForStyles": "Select a pattern to view its style tokens.",
2001
+ "orbInspector.tokens": "Tokens",
2002
+ "orbInspector.noTokenContract": "No token contract declared for this pattern.",
2003
+ "orbInspector.variant": "Variant",
2004
+ "orbInspector.size": "Size",
2005
+ "orbInspector.statesCount": "{{count}} states",
2006
+ "orbInspector.onEntity": " on {{entity}}",
2007
+ "orbInspector.projectThemeTokens": "Project theme tokens",
2008
+ "orbInspector.tokenGroup.colors": "Colors",
2009
+ "orbInspector.tokenGroup.radii": "Radii",
2010
+ "orbInspector.tokenGroup.spacing": "Spacing",
2011
+ "orbInspector.tokenGroup.shadows": "Shadows",
2012
+ "orbInspector.tab.inspector": "Inspector",
2013
+ "orbInspector.tab.styles": "Styles",
2014
+ "orbInspector.tab.code": "Code",
2015
+ "canvas.goBackToOverview": "Go back to overview",
2016
+ "canvas.overview": "Overview",
2017
+ "canvas.expanded": "Expanded",
2018
+ "canvas.modulesCount": "{{count}} modules",
2019
+ "canvas.screensCount": "{{count}} screens",
2020
+ "canvas.switchToView": "Switch to {{label}} view",
2021
+ "lawReference.viewFullText": "View full law text",
2022
+ "statCard.defaultLabel": "Stat",
2023
+ "statCard.vsLastPeriod": "vs last period",
2024
+ "mediaGallery.upload": "Upload",
2025
+ "mediaGallery.noMediaDescription": "No media items to display.",
2026
+ "pagination.jumpPlaceholder": "Page",
2027
+ "table.selectRow": "Select row {{id}}",
2028
+ "card.selectItem": "Select {{item}}",
2029
+ "card.itemFallback": "item",
2030
+ "fileTree.noFiles": "No files",
2031
+ "masterDetail.selectItem": "Select an item to view details",
2032
+ "empty.createFirst": "Create your first item to get started.",
2033
+ "upload.dropOrBrowse": "Drop files here or click to browse",
2034
+ "upload.dropFilesHere": "Drop files here",
2035
+ "upload.accepted": "Accepted: {{accept}}",
2036
+ "upload.maxSize": "Max size: {{size}}",
2037
+ "upload.maxFiles": "Up to {{count}} files",
2038
+ "upload.error.maxFiles": "Maximum {{count}} files allowed",
2039
+ "upload.error.invalidType": "Invalid file type: {{name}}",
2040
+ "upload.error.tooLarge": "File too large: {{name}} (max {{size}})",
2041
+ "optionConstraint.requiredOne": "Required, pick 1",
2042
+ "optionConstraint.optionalOne": "Optional, pick up to 1",
2043
+ "optionConstraint.pickExactly": "Pick exactly {{count}}",
2044
+ "optionConstraint.pickRange": "Pick {{min}}-{{max}}",
2045
+ "optionConstraint.pickAtLeast": "Pick at least {{count}}",
2046
+ "optionConstraint.pickUpTo": "Pick up to {{count}}",
2047
+ "optionConstraint.optional": "Optional",
2048
+ "optionConstraint.outOfStock": "Out of stock",
2049
+ "optionConstraint.error.pickOne": "Pick 1 option",
2050
+ "optionConstraint.error.pickOnlyOne": "Pick only 1 option",
2051
+ "optionConstraint.error.pickMore": "Pick at least {{count}} more",
2052
+ "optionConstraint.error.removeOptions": "Remove {{count}} options",
2053
+ "stateMachine.pinned": "Pinned",
2054
+ "stateMachine.eventCount": "{{count}} events",
2055
+ "stateMachine.externalEffects": "External Effects",
2056
+ "stateMachine.legend.initial": "Initial",
2057
+ "stateMachine.legend.final": "Final",
2058
+ "stateMachine.legend.state": "State",
2059
+ "stateMachine.legend.multiEvent": "Multi-event",
2060
+ "relationSelect.selectPlaceholder": "Select..."
1767
2061
  };
1768
2062
 
1769
2063
  // hooks/useTranslate.ts