@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.
- package/dist/avl/index.cjs +964 -651
- package/dist/avl/index.js +964 -651
- package/dist/components/game/organisms/three/index.cjs +490 -1
- package/dist/components/game/organisms/three/index.js +490 -1
- package/dist/components/index.cjs +669 -371
- package/dist/components/index.js +669 -371
- package/dist/docs/index.cjs +301 -5
- package/dist/docs/index.js +301 -5
- package/dist/hooks/index.cjs +297 -3
- package/dist/hooks/index.js +297 -3
- package/dist/locales/index.cjs +899 -9
- package/dist/locales/index.js +899 -9
- package/dist/providers/index.cjs +669 -371
- package/dist/providers/index.js +669 -371
- package/dist/runtime/index.cjs +669 -371
- package/dist/runtime/index.js +669 -371
- package/locales/ar.json +301 -31
- package/locales/en.json +297 -31
- package/locales/sl.json +301 -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,299 @@ 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",
|
|
4559
|
+
"relationSelect.selectPlaceholder": "Select..."
|
|
4266
4560
|
};
|
|
4267
4561
|
|
|
4268
4562
|
// hooks/useTranslate.ts
|
|
@@ -4767,10 +5061,12 @@ function DocPagination({ prev, next, className }) {
|
|
|
4767
5061
|
);
|
|
4768
5062
|
}
|
|
4769
5063
|
function DocSearch({
|
|
4770
|
-
placeholder
|
|
5064
|
+
placeholder,
|
|
4771
5065
|
onSearch,
|
|
4772
5066
|
className
|
|
4773
5067
|
}) {
|
|
5068
|
+
const { t } = useTranslate();
|
|
5069
|
+
const resolvedPlaceholder = placeholder ?? t("docSearch.placeholder");
|
|
4774
5070
|
const [query, setQuery] = useState("");
|
|
4775
5071
|
const [results, setResults] = useState([]);
|
|
4776
5072
|
const [isOpen, setIsOpen] = useState(false);
|
|
@@ -4877,7 +5173,7 @@ function DocSearch({
|
|
|
4877
5173
|
Input,
|
|
4878
5174
|
{
|
|
4879
5175
|
inputType: "search",
|
|
4880
|
-
placeholder,
|
|
5176
|
+
placeholder: resolvedPlaceholder,
|
|
4881
5177
|
value: query,
|
|
4882
5178
|
onChange: handleChange,
|
|
4883
5179
|
onFocus: handleFocus,
|