@almadar/ui 5.21.8 → 5.21.9
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.
- package/dist/avl/index.cjs +960 -649
- package/dist/avl/index.js +960 -649
- package/dist/components/game/organisms/three/index.cjs +489 -1
- package/dist/components/game/organisms/three/index.js +489 -1
- package/dist/components/index.cjs +665 -369
- package/dist/components/index.js +665 -369
- package/dist/docs/index.cjs +300 -5
- package/dist/docs/index.js +300 -5
- package/dist/hooks/index.cjs +296 -3
- package/dist/hooks/index.js +296 -3
- package/dist/locales/index.cjs +896 -9
- package/dist/locales/index.js +896 -9
- package/dist/providers/index.cjs +665 -369
- package/dist/providers/index.js +665 -369
- package/dist/runtime/index.cjs +665 -369
- package/dist/runtime/index.js +665 -369
- package/locales/ar.json +300 -31
- package/locales/en.json +296 -31
- package/locales/sl.json +300 -31
- package/package.json +1 -1
package/dist/docs/index.js
CHANGED
|
@@ -4088,7 +4088,10 @@ Divider.displayName = "Divider";
|
|
|
4088
4088
|
|
|
4089
4089
|
// locales/en.json
|
|
4090
4090
|
var en_default = {
|
|
4091
|
-
$meta: {
|
|
4091
|
+
$meta: {
|
|
4092
|
+
locale: "en",
|
|
4093
|
+
direction: "ltr"
|
|
4094
|
+
},
|
|
4092
4095
|
"common.save": "Save",
|
|
4093
4096
|
"common.cancel": "Cancel",
|
|
4094
4097
|
"common.delete": "Delete",
|
|
@@ -4230,7 +4233,6 @@ var en_default = {
|
|
|
4230
4233
|
"error.somethingWentWrong": "Something went wrong",
|
|
4231
4234
|
"error.loadingItems": "Loading items...",
|
|
4232
4235
|
"error.noItemsFound": "No items found",
|
|
4233
|
-
"error.notFound": "Not found",
|
|
4234
4236
|
"debug.noEntityData": "No entity data",
|
|
4235
4237
|
"debug.noEntities": "No entities",
|
|
4236
4238
|
"debug.noTicks": "No ticks registered",
|
|
@@ -4262,7 +4264,298 @@ var en_default = {
|
|
|
4262
4264
|
"template.showcase": "Showcase",
|
|
4263
4265
|
"template.faq": "Frequently Asked Questions",
|
|
4264
4266
|
"template.ourTeam": "Our Team",
|
|
4265
|
-
"template.caseStudies": "Case Studies"
|
|
4267
|
+
"template.caseStudies": "Case Studies",
|
|
4268
|
+
"richBlockEditor.toolbar.text": "Text",
|
|
4269
|
+
"richBlockEditor.toolbar.h1": "H1",
|
|
4270
|
+
"richBlockEditor.toolbar.h2": "H2",
|
|
4271
|
+
"richBlockEditor.toolbar.h3": "H3",
|
|
4272
|
+
"richBlockEditor.toolbar.bulletList": "Bullet list",
|
|
4273
|
+
"richBlockEditor.toolbar.numbered": "Numbered",
|
|
4274
|
+
"richBlockEditor.toolbar.quote": "Quote",
|
|
4275
|
+
"richBlockEditor.toolbar.code": "Code",
|
|
4276
|
+
"richBlockEditor.toolbar.divider": "Divider",
|
|
4277
|
+
"richBlockEditor.toolbar.image": "Image",
|
|
4278
|
+
"richBlockEditor.blockType.paragraph": "Text",
|
|
4279
|
+
"richBlockEditor.blockType.heading1": "Heading 1",
|
|
4280
|
+
"richBlockEditor.blockType.heading2": "Heading 2",
|
|
4281
|
+
"richBlockEditor.blockType.heading3": "Heading 3",
|
|
4282
|
+
"richBlockEditor.blockType.bulletList": "Bullet list",
|
|
4283
|
+
"richBlockEditor.blockType.numberedList": "Numbered list",
|
|
4284
|
+
"richBlockEditor.blockType.quote": "Quote",
|
|
4285
|
+
"richBlockEditor.blockType.code": "Code",
|
|
4286
|
+
"richBlockEditor.blockType.divider": "Divider",
|
|
4287
|
+
"richBlockEditor.blockType.image": "Image",
|
|
4288
|
+
"richBlockEditor.blockActions": "Block actions",
|
|
4289
|
+
"richBlockEditor.duplicate": "Duplicate",
|
|
4290
|
+
"richBlockEditor.turnInto": "Turn into",
|
|
4291
|
+
"richBlockEditor.placeholder.heading1": "Heading 1",
|
|
4292
|
+
"richBlockEditor.placeholder.heading2": "Heading 2",
|
|
4293
|
+
"richBlockEditor.placeholder.heading3": "Heading 3",
|
|
4294
|
+
"richBlockEditor.placeholder.quote": "Quote",
|
|
4295
|
+
"richBlockEditor.placeholder.code": "Enter code",
|
|
4296
|
+
"richBlockEditor.placeholder.paragraph": "Start writing...",
|
|
4297
|
+
"richBlockEditor.placeholder.listItem": "List item",
|
|
4298
|
+
"richBlockEditor.placeholder.caption": "Caption (optional)",
|
|
4299
|
+
"richBlockEditor.aria.heading1Block": "Heading 1 block",
|
|
4300
|
+
"richBlockEditor.aria.heading2Block": "Heading 2 block",
|
|
4301
|
+
"richBlockEditor.aria.heading3Block": "Heading 3 block",
|
|
4302
|
+
"richBlockEditor.aria.quoteBlock": "Quote block",
|
|
4303
|
+
"richBlockEditor.aria.codeBlock": "Code block",
|
|
4304
|
+
"richBlockEditor.aria.codeLanguage": "Code language",
|
|
4305
|
+
"richBlockEditor.aria.imageUrl": "Image URL",
|
|
4306
|
+
"richBlockEditor.aria.imageCaption": "Image caption",
|
|
4307
|
+
"richBlockEditor.aria.listItem": "List item",
|
|
4308
|
+
"richBlockEditor.aria.removeListItem": "Remove list item",
|
|
4309
|
+
"richBlockEditor.aria.paragraphBlock": "Paragraph block",
|
|
4310
|
+
"richBlockEditor.embeddedImage": "Embedded image",
|
|
4311
|
+
"richBlockEditor.noImageUrl": "No image URL set",
|
|
4312
|
+
"richBlockEditor.addItem": "Add item",
|
|
4313
|
+
"richBlockEditor.insertParagraphBelow": "Insert paragraph below",
|
|
4314
|
+
"richBlockEditor.editorToolbar": "Block editor toolbar",
|
|
4315
|
+
"richBlockEditor.insertEntry": "Insert {{label}}",
|
|
4316
|
+
"versionDiff.compare": "Compare",
|
|
4317
|
+
"versionDiff.to": "to",
|
|
4318
|
+
"versionDiff.beforeRevision": "Before revision",
|
|
4319
|
+
"versionDiff.afterRevision": "After revision",
|
|
4320
|
+
"versionDiff.switchToInline": "Switch to inline view",
|
|
4321
|
+
"versionDiff.switchToSideBySide": "Switch to side-by-side view",
|
|
4322
|
+
"versionDiff.revert": "Revert",
|
|
4323
|
+
"versionDiff.byAuthor": " by {{author}}",
|
|
4324
|
+
"violationAlert.actionType.measure": "Corrective Measure",
|
|
4325
|
+
"violationAlert.actionType.admin": "Administrative Action",
|
|
4326
|
+
"violationAlert.actionType.penalty": "Penalty Proceedings",
|
|
4327
|
+
"violationAlert.fallbackMessage": "Violation",
|
|
4328
|
+
"violationAlert.adminLabel": "Admin:",
|
|
4329
|
+
"violationAlert.penaltyLabel": "Penalty:",
|
|
4330
|
+
"violationAlert.goToField": "Go to field",
|
|
4331
|
+
"branchingLogic.title": "Branching logic",
|
|
4332
|
+
"branchingLogic.if": "If",
|
|
4333
|
+
"branchingLogic.goTo": "go to",
|
|
4334
|
+
"branchingLogic.rules": "Rules",
|
|
4335
|
+
"branchingLogic.logicGraph": "Logic graph",
|
|
4336
|
+
"branchingLogic.addRule": "Add rule",
|
|
4337
|
+
"branchingLogic.deleteRule": "Delete rule",
|
|
4338
|
+
"branchingLogic.endOfSurvey": "End of survey",
|
|
4339
|
+
"branchingLogic.brokenReference": "Broken reference",
|
|
4340
|
+
"branchingLogic.selectQuestion": "Select question",
|
|
4341
|
+
"branchingLogic.selectTarget": "Select target",
|
|
4342
|
+
"branchingLogic.selectValue": "Select value",
|
|
4343
|
+
"branchingLogic.addValue": "Add value",
|
|
4344
|
+
"branchingLogic.value": "Value",
|
|
4345
|
+
"branchingLogic.typeValuePressEnter": "Type value, press Enter",
|
|
4346
|
+
"branchingLogic.operatorEquals": "equals",
|
|
4347
|
+
"branchingLogic.operatorNotEquals": "does not equal",
|
|
4348
|
+
"branchingLogic.operatorContains": "contains",
|
|
4349
|
+
"branchingLogic.operatorIn": "is one of",
|
|
4350
|
+
"branchingLogic.graphAriaLabel": "Branching logic graph",
|
|
4351
|
+
"branchingLogic.ruleCountOne": "{{count}} rule",
|
|
4352
|
+
"branchingLogic.ruleCountOther": "{{count}} rules",
|
|
4353
|
+
"branchingLogic.brokenCount": "{{count}} broken",
|
|
4354
|
+
"branchingLogic.emptyNoQuestions": "Add questions before building branching rules.",
|
|
4355
|
+
"branchingLogic.emptyNoRules": "No rules yet. Add a rule to define branching logic.",
|
|
4356
|
+
"filterGroup.filters": "Filters",
|
|
4357
|
+
"filterGroup.all": "All",
|
|
4358
|
+
"filterGroup.clear": "Clear",
|
|
4359
|
+
"filterGroup.clearAll": "Clear all",
|
|
4360
|
+
"filterGroup.from": "From",
|
|
4361
|
+
"filterGroup.to": "To",
|
|
4362
|
+
"filterGroup.allOf": "All {{label}}",
|
|
4363
|
+
"filterGroup.activeCount": "{{count}} active",
|
|
4364
|
+
"debug.guardEvaluationsHint": "Guard evaluations will appear when transitions or ticks with guards execute",
|
|
4365
|
+
"debug.expression": "Expression",
|
|
4366
|
+
"debug.inputs": "Inputs",
|
|
4367
|
+
"debug.trait": "Trait",
|
|
4368
|
+
"debug.filterAll": "All",
|
|
4369
|
+
"debug.filterPassed": "Passed",
|
|
4370
|
+
"debug.filterFailed": "Failed",
|
|
4371
|
+
"debug.traitsInitHint": "Traits will appear when the state machine initializes",
|
|
4372
|
+
"debug.traitsMountHint": "Traits will appear when components using them are mounted",
|
|
4373
|
+
"debug.activeStates": "Active States",
|
|
4374
|
+
"debug.availableEvents": "Available Events",
|
|
4375
|
+
"debug.noTransitionsFromState": "No transitions from current state",
|
|
4376
|
+
"debug.guarded": "guarded",
|
|
4377
|
+
"debug.otherEvents": "Other Events (not available from current state)",
|
|
4378
|
+
"debug.recentTransitions": "Recent Transitions",
|
|
4379
|
+
"debug.transitionsCount": "{{count}} transitions",
|
|
4380
|
+
"debug.states": "States",
|
|
4381
|
+
"debug.transitions": "Transitions",
|
|
4382
|
+
"debug.guards": "Guards",
|
|
4383
|
+
"debug.debugModeHint": "Debug mode may not be enabled",
|
|
4384
|
+
"debug.entitiesSpawnHint": "Entities will appear when spawned",
|
|
4385
|
+
"debug.singleton": "Singleton",
|
|
4386
|
+
"debug.singletonsCount": "Singletons ({{count}})",
|
|
4387
|
+
"debug.runtimeCount": "Runtime ({{count}})",
|
|
4388
|
+
"debug.moreEntities": "+{{count}} more entities",
|
|
4389
|
+
"debug.persistent": "Persistent",
|
|
4390
|
+
"debug.loadedCount": "{{count}} loaded",
|
|
4391
|
+
"debug.notLoaded": "not loaded",
|
|
4392
|
+
"debug.eventsExecuteHint": "Events will appear as traits, ticks, and other systems execute",
|
|
4393
|
+
"debug.allCount": "All ({{count}})",
|
|
4394
|
+
"debug.autoScroll": "Auto-scroll",
|
|
4395
|
+
"debug.transitionsProcessHint": "Transitions will appear as the state machine processes events",
|
|
4396
|
+
"debug.transitionsRecorded": "{{count}} transitions recorded",
|
|
4397
|
+
"debug.guardLabel": "guard:",
|
|
4398
|
+
"debug.effectsCount": "{{count}} effects",
|
|
4399
|
+
"debug.bridgeInitHint": "The ServerBridge has not been initialized. Bridge health will appear once the runtime connects to the server.",
|
|
4400
|
+
"debug.never": "Never",
|
|
4401
|
+
"debug.connected": "Connected",
|
|
4402
|
+
"debug.disconnected": "Disconnected",
|
|
4403
|
+
"debug.lastError": "Last Error",
|
|
4404
|
+
"debug.totalEventsProcessed": "{{count}} total events processed",
|
|
4405
|
+
"debug.server": "server",
|
|
4406
|
+
"debug.clientEffectsCount": "{{count}} clientEffects",
|
|
4407
|
+
"debug.emitLabel": "emit:",
|
|
4408
|
+
"debug.rowsCount": "{{count}} rows",
|
|
4409
|
+
"debug.serverResponse": "server response",
|
|
4410
|
+
"debug.collapseVerificationTimeline": "Collapse verification timeline",
|
|
4411
|
+
"debug.expandVerificationTimeline": "Expand verification timeline",
|
|
4412
|
+
"debug.failCount": "{{count}} fail",
|
|
4413
|
+
"debug.ok": "OK",
|
|
4414
|
+
"debug.localCount": "{{count}} local",
|
|
4415
|
+
"debug.serverCount": "{{count}} server",
|
|
4416
|
+
"debug.waitingForTransitions": "Waiting for transitions...",
|
|
4417
|
+
"debug.tabDispatch": "Dispatch",
|
|
4418
|
+
"debug.tabVerify": "Verify",
|
|
4419
|
+
"debug.tabVerifyAlert": "Verify (!)",
|
|
4420
|
+
"debug.tabTimeline": "Timeline",
|
|
4421
|
+
"debug.tabBridge": "Bridge",
|
|
4422
|
+
"debug.tabTraits": "Traits",
|
|
4423
|
+
"debug.tabTicks": "Ticks",
|
|
4424
|
+
"debug.tabEntities": "Entities",
|
|
4425
|
+
"debug.tabEvents": "Events",
|
|
4426
|
+
"debug.tabGuards": "Guards",
|
|
4427
|
+
"debug.debugger": "Debugger",
|
|
4428
|
+
"debug.failedCount": "{{count}} failed",
|
|
4429
|
+
"debug.traitsCount": "{{count}} traits",
|
|
4430
|
+
"debug.idle": "Idle",
|
|
4431
|
+
"debug.openDebugger": "Open Debugger (`)",
|
|
4432
|
+
"debug.kflowVerifier": "KFlow Verifier",
|
|
4433
|
+
"debug.allPassing": "All passing",
|
|
4434
|
+
"debug.runtime": "Runtime",
|
|
4435
|
+
"debug.close": "Close (`)",
|
|
4436
|
+
"debug.toggleHint": "Press ` to toggle | window.__orbitalVerification for automation",
|
|
4437
|
+
"replyTree.expandReplies": "Expand replies",
|
|
4438
|
+
"replyTree.collapseReplies": "Collapse replies",
|
|
4439
|
+
"replyTree.voteOnReplyBy": "Vote on reply by {{author}}",
|
|
4440
|
+
"replyTree.replyTo": "Reply to {{author}}",
|
|
4441
|
+
"replyTree.replyToPlaceholder": "Reply to {{author}}\u2026",
|
|
4442
|
+
"replyTree.reply": "Reply",
|
|
4443
|
+
"replyTree.flagReplyBy": "Flag reply by {{author}}",
|
|
4444
|
+
"replyTree.flag": "Flag",
|
|
4445
|
+
"replyTree.send": "Send",
|
|
4446
|
+
"replyTree.continueThread": "Continue thread",
|
|
4447
|
+
"replyTree.noRepliesYet": "No replies yet.",
|
|
4448
|
+
"signaturePad.label": "Signature",
|
|
4449
|
+
"signaturePad.helperText": "Draw your signature above",
|
|
4450
|
+
"signaturePad.clear": "Clear",
|
|
4451
|
+
"signaturePad.confirm": "Confirm",
|
|
4452
|
+
"qrScanner.cameraUnavailable": "Camera unavailable",
|
|
4453
|
+
"qrScanner.paused": "Paused",
|
|
4454
|
+
"qrScanner.resumeScanning": "Resume scanning",
|
|
4455
|
+
"qrScanner.pauseScanning": "Pause scanning",
|
|
4456
|
+
"qrScanner.switchToFrontCamera": "Switch to front camera",
|
|
4457
|
+
"qrScanner.switchToRearCamera": "Switch to rear camera",
|
|
4458
|
+
"qrScanner.mockScan": "Mock Scan",
|
|
4459
|
+
"docSearch.placeholder": "Search documentation...",
|
|
4460
|
+
"stateMachine.loading": "Loading state machine\u2026",
|
|
4461
|
+
"stateMachine.noStateMachine": "No state machine to visualize",
|
|
4462
|
+
"avl.trigger": "Trigger",
|
|
4463
|
+
"avl.guard": "Guard",
|
|
4464
|
+
"avl.effects": "Effects",
|
|
4465
|
+
"avl.props": "Props",
|
|
4466
|
+
"avl.entity": "Entity",
|
|
4467
|
+
"avl.traits": "Traits",
|
|
4468
|
+
"avl.transition": "Transition",
|
|
4469
|
+
"avl.onEntity": "on {{entity}}",
|
|
4470
|
+
"avl.linkedTo": "linked to {{entity}}",
|
|
4471
|
+
"avl.pressEscToZoomOut": "Press Esc to zoom out",
|
|
4472
|
+
"avl.zoomIn": "Zoom in",
|
|
4473
|
+
"avl.zoomOut": "Zoom out",
|
|
4474
|
+
"avl.orbitalLabel": "Orbital: {{name}}",
|
|
4475
|
+
"avl.orbitalLabelHighlighted": "Orbital: {{name}} (highlighted)",
|
|
4476
|
+
"avl.noTraitData": "No trait data",
|
|
4477
|
+
"avl.computingLayout": "Computing layout...",
|
|
4478
|
+
"avl.noStateMachine": "No state machine",
|
|
4479
|
+
"avl.listensFor": "listens for {{event}}",
|
|
4480
|
+
"avl.emits": "emits {{event}}",
|
|
4481
|
+
"avl.pageLayout": "Page Layout",
|
|
4482
|
+
"avl.overlaySuffix": "(overlay)",
|
|
4483
|
+
"orbPreview.previewBadge": "Preview",
|
|
4484
|
+
"orbPreview.doubleClickToOpen": "Double-click to open",
|
|
4485
|
+
"orbPreview.dropToAddAndOpen": "Drop to add and open",
|
|
4486
|
+
"orbPreview.dispatching": "Coordinator is dispatching to this orbital",
|
|
4487
|
+
"orbPreview.noPreview": "No preview available",
|
|
4488
|
+
"orbPreview.screensCount": "{{count}} screens",
|
|
4489
|
+
"detailView.noTransitionData": "No transition data",
|
|
4490
|
+
"orbInspector.required": "req",
|
|
4491
|
+
"orbInspector.addField": "Add Field",
|
|
4492
|
+
"orbInspector.serviceMode": "Service Mode",
|
|
4493
|
+
"orbInspector.standalone": "Standalone",
|
|
4494
|
+
"orbInspector.embedded": "Embedded",
|
|
4495
|
+
"orbInspector.rendersOwnUi": "Renders its own UI",
|
|
4496
|
+
"orbInspector.headless": "Headless, wired to other behaviors",
|
|
4497
|
+
"orbInspector.addEffect": "Add Effect",
|
|
4498
|
+
"orbInspector.guardExpression": "Guard expression",
|
|
4499
|
+
"orbInspector.selectPatternForStyles": "Select a pattern to view its style tokens.",
|
|
4500
|
+
"orbInspector.tokens": "Tokens",
|
|
4501
|
+
"orbInspector.noTokenContract": "No token contract declared for this pattern.",
|
|
4502
|
+
"orbInspector.variant": "Variant",
|
|
4503
|
+
"orbInspector.size": "Size",
|
|
4504
|
+
"orbInspector.statesCount": "{{count}} states",
|
|
4505
|
+
"orbInspector.onEntity": " on {{entity}}",
|
|
4506
|
+
"orbInspector.projectThemeTokens": "Project theme tokens",
|
|
4507
|
+
"orbInspector.tokenGroup.colors": "Colors",
|
|
4508
|
+
"orbInspector.tokenGroup.radii": "Radii",
|
|
4509
|
+
"orbInspector.tokenGroup.spacing": "Spacing",
|
|
4510
|
+
"orbInspector.tokenGroup.shadows": "Shadows",
|
|
4511
|
+
"orbInspector.tab.inspector": "Inspector",
|
|
4512
|
+
"orbInspector.tab.styles": "Styles",
|
|
4513
|
+
"orbInspector.tab.code": "Code",
|
|
4514
|
+
"canvas.goBackToOverview": "Go back to overview",
|
|
4515
|
+
"canvas.overview": "Overview",
|
|
4516
|
+
"canvas.expanded": "Expanded",
|
|
4517
|
+
"canvas.modulesCount": "{{count}} modules",
|
|
4518
|
+
"canvas.screensCount": "{{count}} screens",
|
|
4519
|
+
"canvas.switchToView": "Switch to {{label}} view",
|
|
4520
|
+
"lawReference.viewFullText": "View full law text",
|
|
4521
|
+
"statCard.defaultLabel": "Stat",
|
|
4522
|
+
"statCard.vsLastPeriod": "vs last period",
|
|
4523
|
+
"mediaGallery.upload": "Upload",
|
|
4524
|
+
"mediaGallery.noMediaDescription": "No media items to display.",
|
|
4525
|
+
"pagination.jumpPlaceholder": "Page",
|
|
4526
|
+
"table.selectRow": "Select row {{id}}",
|
|
4527
|
+
"card.selectItem": "Select {{item}}",
|
|
4528
|
+
"card.itemFallback": "item",
|
|
4529
|
+
"fileTree.noFiles": "No files",
|
|
4530
|
+
"masterDetail.selectItem": "Select an item to view details",
|
|
4531
|
+
"empty.createFirst": "Create your first item to get started.",
|
|
4532
|
+
"upload.dropOrBrowse": "Drop files here or click to browse",
|
|
4533
|
+
"upload.dropFilesHere": "Drop files here",
|
|
4534
|
+
"upload.accepted": "Accepted: {{accept}}",
|
|
4535
|
+
"upload.maxSize": "Max size: {{size}}",
|
|
4536
|
+
"upload.maxFiles": "Up to {{count}} files",
|
|
4537
|
+
"upload.error.maxFiles": "Maximum {{count}} files allowed",
|
|
4538
|
+
"upload.error.invalidType": "Invalid file type: {{name}}",
|
|
4539
|
+
"upload.error.tooLarge": "File too large: {{name}} (max {{size}})",
|
|
4540
|
+
"optionConstraint.requiredOne": "Required, pick 1",
|
|
4541
|
+
"optionConstraint.optionalOne": "Optional, pick up to 1",
|
|
4542
|
+
"optionConstraint.pickExactly": "Pick exactly {{count}}",
|
|
4543
|
+
"optionConstraint.pickRange": "Pick {{min}}-{{max}}",
|
|
4544
|
+
"optionConstraint.pickAtLeast": "Pick at least {{count}}",
|
|
4545
|
+
"optionConstraint.pickUpTo": "Pick up to {{count}}",
|
|
4546
|
+
"optionConstraint.optional": "Optional",
|
|
4547
|
+
"optionConstraint.outOfStock": "Out of stock",
|
|
4548
|
+
"optionConstraint.error.pickOne": "Pick 1 option",
|
|
4549
|
+
"optionConstraint.error.pickOnlyOne": "Pick only 1 option",
|
|
4550
|
+
"optionConstraint.error.pickMore": "Pick at least {{count}} more",
|
|
4551
|
+
"optionConstraint.error.removeOptions": "Remove {{count}} options",
|
|
4552
|
+
"stateMachine.pinned": "Pinned",
|
|
4553
|
+
"stateMachine.eventCount": "{{count}} events",
|
|
4554
|
+
"stateMachine.externalEffects": "External Effects",
|
|
4555
|
+
"stateMachine.legend.initial": "Initial",
|
|
4556
|
+
"stateMachine.legend.final": "Final",
|
|
4557
|
+
"stateMachine.legend.state": "State",
|
|
4558
|
+
"stateMachine.legend.multiEvent": "Multi-event"
|
|
4266
4559
|
};
|
|
4267
4560
|
|
|
4268
4561
|
// hooks/useTranslate.ts
|
|
@@ -4767,10 +5060,12 @@ function DocPagination({ prev, next, className }) {
|
|
|
4767
5060
|
);
|
|
4768
5061
|
}
|
|
4769
5062
|
function DocSearch({
|
|
4770
|
-
placeholder
|
|
5063
|
+
placeholder,
|
|
4771
5064
|
onSearch,
|
|
4772
5065
|
className
|
|
4773
5066
|
}) {
|
|
5067
|
+
const { t } = useTranslate();
|
|
5068
|
+
const resolvedPlaceholder = placeholder ?? t("docSearch.placeholder");
|
|
4774
5069
|
const [query, setQuery] = useState("");
|
|
4775
5070
|
const [results, setResults] = useState([]);
|
|
4776
5071
|
const [isOpen, setIsOpen] = useState(false);
|
|
@@ -4877,7 +5172,7 @@ function DocSearch({
|
|
|
4877
5172
|
Input,
|
|
4878
5173
|
{
|
|
4879
5174
|
inputType: "search",
|
|
4880
|
-
placeholder,
|
|
5175
|
+
placeholder: resolvedPlaceholder,
|
|
4881
5176
|
value: query,
|
|
4882
5177
|
onChange: handleChange,
|
|
4883
5178
|
onFocus: handleFocus,
|
package/dist/hooks/index.cjs
CHANGED
|
@@ -1591,7 +1591,10 @@ function useInput() {
|
|
|
1591
1591
|
|
|
1592
1592
|
// locales/en.json
|
|
1593
1593
|
var en_default = {
|
|
1594
|
-
$meta: {
|
|
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,298 @@ 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"
|
|
1769
2062
|
};
|
|
1770
2063
|
|
|
1771
2064
|
// hooks/useTranslate.ts
|