@almadar/core 10.85.0 → 10.87.0

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.
Files changed (41) hide show
  1. package/dist/builders.d.ts +5 -4
  2. package/dist/builders.js +68 -29
  3. package/dist/builders.js.map +1 -1
  4. package/dist/{effect-BgDiw_bG.d.ts → effect-DMA97JxX.d.ts} +22 -6
  5. package/dist/{entityAccess-DK5S_2cT.d.ts → entityAccess-DNDEF75i.d.ts} +2 -2
  6. package/dist/{expression-Fk8bQWef.d.ts → expression-WfTp2arD.d.ts} +2 -65
  7. package/dist/factory/index.d.ts +6 -5
  8. package/dist/factory/index.js +1194 -401
  9. package/dist/factory/index.js.map +1 -1
  10. package/dist/factory-runtime/index.d.ts +35 -5
  11. package/dist/factory-runtime/index.js +127 -52
  12. package/dist/factory-runtime/index.js.map +1 -1
  13. package/dist/i18n/index.d.ts +179 -0
  14. package/dist/i18n/index.js +2391 -0
  15. package/dist/i18n/index.js.map +1 -0
  16. package/dist/{index-ChYsqVJj.d.ts → index-xZP_Ajx3.d.ts} +18 -5
  17. package/dist/index.d.ts +82 -13
  18. package/dist/index.js +3765 -315
  19. package/dist/index.js.map +1 -1
  20. package/dist/json-D8gmyK3l.d.ts +65 -0
  21. package/dist/mock/index.d.ts +129 -12
  22. package/dist/mock/index.js +192 -61
  23. package/dist/mock/index.js.map +1 -1
  24. package/dist/patterns/component-mapping.json +1 -1
  25. package/dist/patterns/event-contracts.json +1 -1
  26. package/dist/patterns/index.d.ts +2525 -609
  27. package/dist/patterns/index.js +1238 -384
  28. package/dist/patterns/index.js.map +1 -1
  29. package/dist/patterns/integrators-registry.json +107 -23
  30. package/dist/patterns/patterns-registry.json +1170 -400
  31. package/dist/patterns/registry.json +1170 -400
  32. package/dist/patterns/services-registry.json +170 -35
  33. package/dist/{schema-BhfQb1oe.d.ts → schema-_SPrm5Ic.d.ts} +46381 -21335
  34. package/dist/state-machine/index.d.ts +2 -1
  35. package/dist/trait-9tfq2tQb.d.ts +10554 -0
  36. package/dist/types/index.d.ts +7 -6
  37. package/dist/types/index.js +132 -43
  38. package/dist/types/index.js.map +1 -1
  39. package/dist/{types-CCAmdxcH.d.ts → types-CjRjhiaO.d.ts} +19 -3
  40. package/package.json +7 -2
  41. package/dist/trait-pavNlGqm.d.ts +0 -5385
@@ -0,0 +1,2391 @@
1
+ // src/i18n/en.json
2
+ var en_default = {
3
+ meta: {
4
+ code: "en",
5
+ name: "English",
6
+ rtl: false
7
+ },
8
+ keywords: {
9
+ app: "app",
10
+ orbital: "orbital",
11
+ uses: "uses",
12
+ expects: "expects",
13
+ entity: "entity",
14
+ type: "type",
15
+ derived: "derived",
16
+ trait: "trait",
17
+ initial: "initial",
18
+ state: "state",
19
+ for: "for",
20
+ page: "page",
21
+ as: "as",
22
+ theme: "theme",
23
+ emits: "emits",
24
+ listens: "listens",
25
+ ticks: "ticks",
26
+ config: "config",
27
+ when: "when",
28
+ with: "with",
29
+ from: "from",
30
+ to: "to",
31
+ every: "every",
32
+ capabilities: "capabilities",
33
+ match: "match",
34
+ external: "external",
35
+ internal: "internal",
36
+ on: "on",
37
+ name: "name",
38
+ fields: "fields",
39
+ events: "events",
40
+ event: "event",
41
+ emitsScope: "emitsScope",
42
+ identity: "identity",
43
+ pages: "pages",
44
+ omit: "omit",
45
+ only: "only",
46
+ roles: "roles",
47
+ entities: "entities",
48
+ extend: "extend"
49
+ },
50
+ shapes: {
51
+ Entity: "Entity",
52
+ Trait: "Trait",
53
+ Page: "Page",
54
+ Orbital: "Orbital",
55
+ Event: "Event"
56
+ },
57
+ tags: {
58
+ persistent: "persistent",
59
+ runtime: "runtime",
60
+ shared: "shared",
61
+ identity: "identity",
62
+ instance: "instance",
63
+ collection: "collection"
64
+ },
65
+ categories: {
66
+ interaction: "interaction",
67
+ integration: "integration",
68
+ lifecycle: "lifecycle",
69
+ "game-core": "game-core",
70
+ "game-entity": "game-entity",
71
+ "game-ui": "game-ui"
72
+ },
73
+ capabilities: {
74
+ read: "read",
75
+ write: "write",
76
+ browse: "browse",
77
+ create: "create",
78
+ update: "update",
79
+ delete: "delete",
80
+ notify: "notify",
81
+ schedule: "schedule",
82
+ invoke: "invoke"
83
+ },
84
+ annotations: {
85
+ key: "key",
86
+ unique: "unique",
87
+ intrinsic: "intrinsic",
88
+ label: "label",
89
+ description: "description",
90
+ synonyms: "synonyms",
91
+ tier: "tier",
92
+ rebindable: "rebindable",
93
+ read: "read",
94
+ create: "create",
95
+ update: "update",
96
+ delete: "delete",
97
+ icon: "icon"
98
+ },
99
+ sigils: {
100
+ entity: "entity",
101
+ payload: "payload",
102
+ state: "state",
103
+ now: "now",
104
+ config: "config",
105
+ user: "user",
106
+ trait: "trait"
107
+ },
108
+ effects: {
109
+ set: "set",
110
+ fetch: "fetch",
111
+ persist: "persist",
112
+ emit: "emit",
113
+ navigate: "navigate",
114
+ "navigate-back": "navigate-back",
115
+ "render-ui": "render-ui",
116
+ notify: "notify",
117
+ ref: "ref",
118
+ "call-service": "call-service",
119
+ invoke: "invoke",
120
+ do: "do",
121
+ if: "if",
122
+ let: "let",
123
+ fn: "fn",
124
+ lambda: "lambda",
125
+ match: "match",
126
+ when: "when"
127
+ },
128
+ types: {
129
+ string: "string",
130
+ number: "number",
131
+ int: "int",
132
+ float: "float",
133
+ bool: "bool",
134
+ boolean: "boolean",
135
+ timestamp: "timestamp",
136
+ date: "date",
137
+ datetime: "datetime",
138
+ duration: "duration",
139
+ money: "money",
140
+ scalar: "scalar",
141
+ file: "file",
142
+ email: "email",
143
+ url: "url",
144
+ phone: "phone",
145
+ uuid: "uuid",
146
+ image: "image",
147
+ icon: "icon",
148
+ asset: "asset",
149
+ component: "component",
150
+ object: "object",
151
+ void: "void",
152
+ null: "null",
153
+ any: "any",
154
+ trait: "trait",
155
+ entity: "entity",
156
+ event: "event",
157
+ slot: "slot",
158
+ pattern: "pattern",
159
+ Map: "Map",
160
+ secret: "secret",
161
+ SExpr: "SExpr"
162
+ },
163
+ units: {
164
+ ms: "ms",
165
+ s: "s",
166
+ m: "m",
167
+ h: "h",
168
+ d: "d"
169
+ },
170
+ literals: {
171
+ true: "true",
172
+ false: "false",
173
+ null: "null"
174
+ },
175
+ reservedEvents: {
176
+ INIT: "INIT"
177
+ },
178
+ orb: {
179
+ "2xl": "2xl",
180
+ "3xl": "3xl",
181
+ "4xl": "4xl",
182
+ _metadata: "_metadata",
183
+ _resolved: "_resolved",
184
+ accent: "accent",
185
+ accentForeground: "accentForeground",
186
+ access_waivers: "access_waivers",
187
+ alias: "alias",
188
+ animations: "animations",
189
+ appliesTo: "appliesTo",
190
+ as: "as",
191
+ aspect: "aspect",
192
+ assetRef: "assetRef",
193
+ at: "at",
194
+ auth: "auth",
195
+ auxiliaryEntities: "auxiliaryEntities",
196
+ background: "background",
197
+ bakedName: "bakedName",
198
+ base: "base",
199
+ baseUrl: "baseUrl",
200
+ behavior: "behavior",
201
+ bodyDefault: "bodyDefault",
202
+ bodyEmphasis: "bodyEmphasis",
203
+ bodyFamily: "bodyFamily",
204
+ bodyQuiet: "bodyQuiet",
205
+ border: "border",
206
+ borderHairline: "borderHairline",
207
+ borderHeavy: "borderHeavy",
208
+ borderHover: "borderHover",
209
+ borderStandard: "borderStandard",
210
+ buttonHeightLg: "buttonHeightLg",
211
+ buttonHeightMd: "buttonHeightMd",
212
+ buttonHeightSm: "buttonHeightSm",
213
+ capabilities: "capabilities",
214
+ caption: "caption",
215
+ card: "card",
216
+ cardElevation: "cardElevation",
217
+ cardForeground: "cardForeground",
218
+ cardPaddingLg: "cardPaddingLg",
219
+ cardPaddingMd: "cardPaddingMd",
220
+ cardPaddingSm: "cardPaddingSm",
221
+ cardinality: "cardinality",
222
+ category: "category",
223
+ className: "className",
224
+ classification: "classification",
225
+ collection: "collection",
226
+ color: "color",
227
+ colors: "colors",
228
+ component: "component",
229
+ config: "config",
230
+ configProvenance: "configProvenance",
231
+ container: "container",
232
+ content: "content",
233
+ create: "create",
234
+ create_policy: "create_policy",
235
+ createdAt: "createdAt",
236
+ curName: "curName",
237
+ customPatterns: "customPatterns",
238
+ darkMode: "darkMode",
239
+ dataEntities: "dataEntities",
240
+ default: "default",
241
+ defaultSize: "defaultSize",
242
+ definerKnob: "definerKnob",
243
+ delayMs: "delayMs",
244
+ delete: "delete",
245
+ delete_policy: "delete_policy",
246
+ density: "density",
247
+ description: "description",
248
+ description_visual_prompt: "description_visual_prompt",
249
+ design: "design",
250
+ designTokens: "designTokens",
251
+ detailPattern: "detailPattern",
252
+ device: "device",
253
+ dialogElevation: "dialogElevation",
254
+ dialogPadding: "dialogPadding",
255
+ dimension: "dimension",
256
+ "display-1": "display-1",
257
+ "display-2": "display-2",
258
+ displayFamily: "displayFamily",
259
+ domainContext: "domainContext",
260
+ dramatic: "dramatic",
261
+ duration: "duration",
262
+ durations: "durations",
263
+ easing: "easing",
264
+ easings: "easings",
265
+ effectRow: "effectRow",
266
+ effects: "effects",
267
+ elevation: "elevation",
268
+ emitIds: "emitIds",
269
+ emits: "emits",
270
+ emitsScope: "emitsScope",
271
+ emphasized: "emphasized",
272
+ emptyAsset: "emptyAsset",
273
+ enabled: "enabled",
274
+ enter: "enter",
275
+ entities: "entities",
276
+ entity: "entity",
277
+ entityBindingDescription: "entityBindingDescription",
278
+ entityBindingSynonyms: "entityBindingSynonyms",
279
+ entityContract: "entityContract",
280
+ entityId: "entityId",
281
+ entityRebindable: "entityRebindable",
282
+ entityRefIds: "entityRefIds",
283
+ entries: "entries",
284
+ env: "env",
285
+ equals: "equals",
286
+ error: "error",
287
+ errorAsset: "errorAsset",
288
+ errorForeground: "errorForeground",
289
+ event: "event",
290
+ eventId: "eventId",
291
+ eventIds: "eventIds",
292
+ events: "events",
293
+ exit: "exit",
294
+ expand: "expand",
295
+ expects: "expects",
296
+ exposes: "exposes",
297
+ extend: "extend",
298
+ extends: "extends",
299
+ extendsId: "extendsId",
300
+ family: "family",
301
+ fast: "fast",
302
+ field: "field",
303
+ fields: "fields",
304
+ flowPattern: "flowPattern",
305
+ foreground: "foreground",
306
+ foreignKey: "foreignKey",
307
+ formPattern: "formPattern",
308
+ forwardedFrom: "forwardedFrom",
309
+ from: "from",
310
+ geometry: "geometry",
311
+ guard: "guard",
312
+ guards: "guards",
313
+ headers: "headers",
314
+ headingMajor: "headingMajor",
315
+ headingMinor: "headingMinor",
316
+ hover: "hover",
317
+ icon: "icon",
318
+ iconography: "iconography",
319
+ id: "id",
320
+ identity: "identity",
321
+ illustration: "illustration",
322
+ inbound: "inbound",
323
+ info: "info",
324
+ infoForeground: "infoForeground",
325
+ initialEffects: "initialEffects",
326
+ input: "input",
327
+ inputHeightLg: "inputHeightLg",
328
+ inputHeightMd: "inputHeightMd",
329
+ inputHeightSm: "inputHeightSm",
330
+ instances: "instances",
331
+ instant: "instant",
332
+ intents: "intents",
333
+ interactive: "interactive",
334
+ interval: "interval",
335
+ intrinsic: "intrinsic",
336
+ isFinal: "isFinal",
337
+ isInitial: "isInitial",
338
+ isTerminal: "isTerminal",
339
+ item: "item",
340
+ items: "items",
341
+ key: "key",
342
+ keyName: "keyName",
343
+ kind: "kind",
344
+ knob: "knob",
345
+ label: "label",
346
+ ledger: "ledger",
347
+ lg: "lg",
348
+ lineHeight: "lineHeight",
349
+ linear: "linear",
350
+ linkedEntity: "linkedEntity",
351
+ linkedEntityId: "linkedEntityId",
352
+ listPattern: "listPattern",
353
+ listens: "listens",
354
+ loadingAsset: "loadingAsset",
355
+ location: "location",
356
+ max: "max",
357
+ maxAttempts: "maxAttempts",
358
+ min: "min",
359
+ monoFamily: "monoFamily",
360
+ motion: "motion",
361
+ mounts: "mounts",
362
+ muted: "muted",
363
+ mutedForeground: "mutedForeground",
364
+ name: "name",
365
+ normal: "normal",
366
+ numeric: "numeric",
367
+ omit: "omit",
368
+ onDelete: "onDelete",
369
+ onEntry: "onEntry",
370
+ onExit: "onExit",
371
+ onboardingAsset: "onboardingAsset",
372
+ only: "only",
373
+ orbital: "orbital",
374
+ orbitalId: "orbitalId",
375
+ orbitals: "orbitals",
376
+ originalEvent: "originalEvent",
377
+ originalName: "originalName",
378
+ outbound: "outbound",
379
+ owner: "owner",
380
+ pageIds: "pageIds",
381
+ pages: "pages",
382
+ parent: "parent",
383
+ path: "path",
384
+ pattern: "pattern",
385
+ patternPath: "patternPath",
386
+ payload: "payload",
387
+ payloadMapping: "payloadMapping",
388
+ payloadSchema: "payloadSchema",
389
+ persistence: "persistence",
390
+ personas: "personas",
391
+ placeholder: "placeholder",
392
+ popoverElevation: "popoverElevation",
393
+ presentation: "presentation",
394
+ press: "press",
395
+ primary: "primary",
396
+ primaryColor: "primaryColor",
397
+ primaryEntity: "primaryEntity",
398
+ primaryForeground: "primaryForeground",
399
+ primaryHover: "primaryHover",
400
+ primaryKey: "primaryKey",
401
+ priority: "priority",
402
+ prop: "prop",
403
+ properties: "properties",
404
+ props: "props",
405
+ provides: "provides",
406
+ radii: "radii",
407
+ radiusContainer: "radiusContainer",
408
+ radiusInteractive: "radiusInteractive",
409
+ radiusPill: "radiusPill",
410
+ read: "read",
411
+ read_policy: "read_policy",
412
+ reconnect: "reconnect",
413
+ ref: "ref",
414
+ refId: "refId",
415
+ reference: "reference",
416
+ relatedLinks: "relatedLinks",
417
+ relation: "relation",
418
+ renames: "renames",
419
+ request: "request",
420
+ requestFragment: "requestFragment",
421
+ required: "required",
422
+ requiredFields: "requiredFields",
423
+ requires: "requires",
424
+ resolved: "resolved",
425
+ resource: "resource",
426
+ ring: "ring",
427
+ role: "role",
428
+ roles: "roles",
429
+ rowHeightCompact: "rowHeightCompact",
430
+ rowHeightNormal: "rowHeightNormal",
431
+ rowHeightSpacious: "rowHeightSpacious",
432
+ runtime: "runtime",
433
+ scale: "scale",
434
+ schemaVersion: "schemaVersion",
435
+ scope: "scope",
436
+ scopeOverridden: "scopeOverridden",
437
+ secondary: "secondary",
438
+ secondaryForeground: "secondaryForeground",
439
+ secondaryHover: "secondaryHover",
440
+ secretEnv: "secretEnv",
441
+ sectionGap: "sectionGap",
442
+ sections: "sections",
443
+ semanticRole: "semanticRole",
444
+ serverPath: "serverPath",
445
+ services: "services",
446
+ shadows: "shadows",
447
+ shape: "shape",
448
+ shared: "shared",
449
+ singleton: "singleton",
450
+ site: "site",
451
+ size: "size",
452
+ slot: "slot",
453
+ slots: "slots",
454
+ slow: "slow",
455
+ sm: "sm",
456
+ softDelete: "softDelete",
457
+ source: "source",
458
+ sourceBehavior: "sourceBehavior",
459
+ sourceEntityDefinition: "sourceEntityDefinition",
460
+ space0: "space0",
461
+ space1: "space1",
462
+ space10: "space10",
463
+ space11: "space11",
464
+ space12: "space12",
465
+ space2: "space2",
466
+ space3: "space3",
467
+ space4: "space4",
468
+ space5: "space5",
469
+ space6: "space6",
470
+ space7: "space7",
471
+ space8: "space8",
472
+ space9: "space9",
473
+ spacing: "spacing",
474
+ spring: "spring",
475
+ standard: "standard",
476
+ stateMachine: "stateMachine",
477
+ states: "states",
478
+ strokeWidth: "strokeWidth",
479
+ style: "style",
480
+ subDomain: "subDomain",
481
+ success: "success",
482
+ successForeground: "successForeground",
483
+ suggestedGuards: "suggestedGuards",
484
+ summary: "summary",
485
+ surface: "surface",
486
+ surfaceHover: "surfaceHover",
487
+ surfaces: "surfaces",
488
+ synonyms: "synonyms",
489
+ tableBorder: "tableBorder",
490
+ tableHeader: "tableHeader",
491
+ tableRowHover: "tableRowHover",
492
+ target: "target",
493
+ targetView: "targetView",
494
+ text: "text",
495
+ theme: "theme",
496
+ tick: "tick",
497
+ ticks: "ticks",
498
+ tier: "tier",
499
+ timeBoundMs: "timeBoundMs",
500
+ timeout: "timeout",
501
+ timestamps: "timestamps",
502
+ title: "title",
503
+ to: "to",
504
+ toastElevation: "toastElevation",
505
+ tokens: "tokens",
506
+ trait: "trait",
507
+ traitEmbedIds: "traitEmbedIds",
508
+ traitId: "traitId",
509
+ traitName: "traitName",
510
+ traitRefIds: "traitRefIds",
511
+ traits: "traits",
512
+ transition: "transition",
513
+ transitions: "transitions",
514
+ triggers: "triggers",
515
+ triggersId: "triggersId",
516
+ type: "type",
517
+ typeArgs: "typeArgs",
518
+ typeParams: "typeParams",
519
+ typeScale: "typeScale",
520
+ typeWhen: "typeWhen",
521
+ types: "types",
522
+ typography: "typography",
523
+ ui: "ui",
524
+ unique: "unique",
525
+ update: "update",
526
+ update_policy: "update_policy",
527
+ updatedAt: "updatedAt",
528
+ url: "url",
529
+ uses: "uses",
530
+ uxHints: "uxHints",
531
+ values: "values",
532
+ variant: "variant",
533
+ variants: "variants",
534
+ version: "version",
535
+ viewType: "viewType",
536
+ visual_prompt: "visual_prompt",
537
+ vocabulary: "vocabulary",
538
+ warning: "warning",
539
+ warningForeground: "warningForeground",
540
+ weight: "weight",
541
+ xl: "xl",
542
+ xs: "xs"
543
+ }
544
+ };
545
+
546
+ // src/i18n/ar.json
547
+ var ar_default = {
548
+ meta: {
549
+ code: "ar",
550
+ name: "Arabic",
551
+ rtl: true
552
+ },
553
+ keywords: {
554
+ app: "\u062A\u0637\u0628\u064A\u0642",
555
+ orbital: "\u0645\u062F\u0627\u0631",
556
+ uses: "\u064A\u0633\u062A\u062E\u062F\u0645",
557
+ expects: "\u064A\u062A\u0648\u0642\u0639",
558
+ entity: "\u0643\u064A\u0627\u0646",
559
+ type: "\u0646\u0648\u0639",
560
+ derived: "\u0645\u0634\u062A\u0642",
561
+ trait: "\u0633\u0645\u0629",
562
+ initial: "\u0623\u0648\u0644\u064A",
563
+ state: "\u062D\u0627\u0644\u0629",
564
+ for: "\u0645\u0646_\u0623\u062C\u0644",
565
+ page: "\u0635\u0641\u062D\u0629",
566
+ as: "\u0643\u0640",
567
+ theme: "\u0645\u0638\u0647\u0631",
568
+ emits: "\u064A\u0635\u062F\u0631",
569
+ listens: "\u064A\u0633\u062A\u0645\u0639",
570
+ ticks: "\u0646\u0628\u0636\u0627\u062A",
571
+ config: "\u062A\u0643\u0648\u064A\u0646",
572
+ when: "\u0639\u0646\u062F\u0645\u0627",
573
+ with: "\u0645\u0639",
574
+ from: "\u0645\u0646",
575
+ to: "\u0625\u0644\u0649",
576
+ every: "\u0643\u0644",
577
+ capabilities: "\u0642\u062F\u0631\u0627\u062A",
578
+ match: "\u0645\u0637\u0627\u0628\u0642\u0629",
579
+ external: "\u062E\u0627\u0631\u062C\u064A",
580
+ internal: "\u062F\u0627\u062E\u0644\u064A",
581
+ on: "\u0639\u0646\u062F",
582
+ name: "\u0627\u0633\u0645",
583
+ fields: "\u062D\u0642\u0648\u0644",
584
+ events: "\u0623\u062D\u062F\u0627\u062B",
585
+ event: "\u062D\u062F\u062B",
586
+ emitsScope: "\u0646\u0637\u0627\u0642_\u0627\u0644\u0625\u0635\u062F\u0627\u0631",
587
+ identity: "\u0647\u0648\u064A\u0629",
588
+ pages: "\u0635\u0641\u062D\u0627\u062A",
589
+ omit: "\u0627\u0633\u062A\u0628\u0639\u0627\u062F",
590
+ only: "\u0641\u0642\u0637",
591
+ roles: "\u0623\u062F\u0648\u0627\u0631",
592
+ entities: "\u0643\u064A\u0627\u0646\u0627\u062A",
593
+ extend: "\u0627\u0645\u062A\u062F\u0627\u062F"
594
+ },
595
+ shapes: {
596
+ Entity: "\u0643\u064A\u0627\u0646",
597
+ Trait: "\u0633\u0645\u0629",
598
+ Page: "\u0635\u0641\u062D\u0629",
599
+ Orbital: "\u0645\u062F\u0627\u0631",
600
+ Event: "\u062D\u062F\u062B"
601
+ },
602
+ tags: {
603
+ persistent: "\u062F\u0627\u0626\u0645",
604
+ runtime: "\u0648\u0642\u062A_\u0627\u0644\u062A\u0634\u063A\u064A\u0644",
605
+ shared: "\u0645\u0634\u062A\u0631\u0643",
606
+ identity: "\u0647\u0648\u064A\u0629",
607
+ instance: "\u0646\u0633\u062E\u0629",
608
+ collection: "\u0645\u062C\u0645\u0648\u0639\u0629"
609
+ },
610
+ categories: {
611
+ interaction: "\u062A\u0641\u0627\u0639\u0644",
612
+ integration: "\u062A\u0643\u0627\u0645\u0644",
613
+ lifecycle: "\u062F\u0648\u0631\u0629_\u062D\u064A\u0627\u0629",
614
+ "game-core": "\u0623\u0633\u0627\u0633\u064A\u0627\u062A_\u0627\u0644\u0644\u0639\u0628\u0629",
615
+ "game-entity": "\u0643\u064A\u0627\u0646_\u0627\u0644\u0644\u0639\u0628\u0629",
616
+ "game-ui": "\u0648\u0627\u062C\u0647\u0629_\u0627\u0644\u0644\u0639\u0628\u0629"
617
+ },
618
+ capabilities: {
619
+ read: "\u0642\u0631\u0627\u0621\u0629",
620
+ write: "\u0643\u062A\u0627\u0628\u0629",
621
+ browse: "\u062A\u0635\u0641\u062D",
622
+ create: "\u0625\u0646\u0634\u0627\u0621",
623
+ update: "\u062A\u062D\u062F\u064A\u062B",
624
+ delete: "\u062D\u0630\u0641",
625
+ notify: "\u0625\u0634\u0639\u0627\u0631",
626
+ schedule: "\u062C\u062F\u0648\u0644\u0629",
627
+ invoke: "\u0627\u0633\u062A\u062F\u0639\u0627\u0621"
628
+ },
629
+ annotations: {
630
+ key: "\u0645\u0641\u062A\u0627\u062D",
631
+ unique: "\u0641\u0631\u064A\u062F",
632
+ intrinsic: "\u062C\u0648\u0647\u0631\u064A",
633
+ label: "\u062A\u0633\u0645\u064A\u0629",
634
+ description: "\u0648\u0635\u0641",
635
+ synonyms: "\u0645\u0631\u0627\u062F\u0641\u0627\u062A",
636
+ tier: "\u0645\u0633\u062A\u0648\u0649",
637
+ rebindable: "\u0642\u0627\u0628\u0644_\u0644\u0625\u0639\u0627\u062F\u0629_\u0627\u0644\u0631\u0628\u0637",
638
+ read: "\u0642\u0631\u0627\u0621\u0629",
639
+ create: "\u0625\u0646\u0634\u0627\u0621",
640
+ update: "\u062A\u062D\u062F\u064A\u062B",
641
+ delete: "\u062D\u0630\u0641",
642
+ icon: "\u0623\u064A\u0642\u0648\u0646\u0629"
643
+ },
644
+ sigils: {
645
+ entity: "\u0643\u064A\u0627\u0646",
646
+ payload: "\u062D\u0645\u0648\u0644\u0629",
647
+ state: "\u062D\u0627\u0644\u0629",
648
+ now: "\u0627\u0644\u0622\u0646",
649
+ config: "\u062A\u0643\u0648\u064A\u0646",
650
+ user: "\u0645\u0633\u062A\u062E\u062F\u0645",
651
+ trait: "\u0633\u0645\u0629"
652
+ },
653
+ effects: {
654
+ set: "\u062A\u0639\u064A\u064A\u0646",
655
+ fetch: "\u062C\u0644\u0628",
656
+ persist: "\u062D\u0641\u0638",
657
+ emit: "\u0628\u062B",
658
+ navigate: "\u0627\u0646\u062A\u0642\u0627\u0644",
659
+ "navigate-back": "\u0631\u062C\u0648\u0639",
660
+ "render-ui": "\u0639\u0631\u0636_\u0648\u0627\u062C\u0647\u0629",
661
+ notify: "\u0625\u0634\u0639\u0627\u0631",
662
+ ref: "\u0645\u0631\u062C\u0639",
663
+ "call-service": "\u0627\u0633\u062A\u062F\u0639\u0627\u0621_\u062E\u062F\u0645\u0629",
664
+ invoke: "\u0627\u0633\u062A\u062F\u0639\u0627\u0621",
665
+ do: "\u062A\u0646\u0641\u064A\u0630",
666
+ if: "\u0625\u0630\u0627",
667
+ let: "\u0644\u064A\u0643\u0646",
668
+ fn: "\u062F\u0627\u0644\u0629",
669
+ lambda: "\u0644\u0627\u0645\u062F\u0627",
670
+ match: "\u0645\u0637\u0627\u0628\u0642\u0629",
671
+ when: "\u0639\u0646\u062F\u0645\u0627"
672
+ },
673
+ types: {
674
+ string: "\u0646\u0635",
675
+ number: "\u0631\u0642\u0645",
676
+ int: "\u0639\u062F\u062F_\u0635\u062D\u064A\u062D",
677
+ float: "\u0639\u0634\u0631\u064A",
678
+ bool: "\u062B\u0646\u0627\u0626\u064A",
679
+ boolean: "\u0645\u0646\u0637\u0642\u064A",
680
+ timestamp: "\u0637\u0627\u0628\u0639_\u0632\u0645\u0646\u064A",
681
+ date: "\u062A\u0627\u0631\u064A\u062E",
682
+ datetime: "\u062A\u0627\u0631\u064A\u062E_\u0648\u0648\u0642\u062A",
683
+ duration: "\u0645\u062F\u0629",
684
+ money: "\u0645\u0628\u0644\u063A_\u0645\u0627\u0644\u064A",
685
+ scalar: "\u0639\u062F\u062F\u064A",
686
+ file: "\u0645\u0644\u0641",
687
+ email: "\u0628\u0631\u064A\u062F_\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",
688
+ url: "\u0631\u0627\u0628\u0637",
689
+ phone: "\u0647\u0627\u062A\u0641",
690
+ uuid: "\u0645\u0639\u0631\u0641_\u0641\u0631\u064A\u062F",
691
+ image: "\u0635\u0648\u0631\u0629",
692
+ icon: "\u0623\u064A\u0642\u0648\u0646\u0629",
693
+ asset: "\u0623\u0635\u0644",
694
+ component: "\u0645\u0643\u0648\u0646",
695
+ object: "\u0643\u0627\u0626\u0646",
696
+ void: "\u0641\u0631\u0627\u063A",
697
+ null: "\u0639\u062F\u0645",
698
+ any: "\u0623\u064A",
699
+ trait: "\u0633\u0645\u0629",
700
+ entity: "\u0643\u064A\u0627\u0646",
701
+ event: "\u062D\u062F\u062B",
702
+ slot: "\u0641\u062A\u062D\u0629",
703
+ pattern: "\u0646\u0645\u0637",
704
+ Map: "\u062E\u0631\u064A\u0637\u0629",
705
+ secret: "\u0633\u0631",
706
+ SExpr: "\u062A\u0639\u0628\u064A\u0631_\u0631\u0645\u0632\u064A"
707
+ },
708
+ units: {
709
+ ms: "\u0645\u0644\u0644\u064A_\u062B\u0627\u0646\u064A\u0629",
710
+ s: "\u062B\u0627\u0646\u064A\u0629",
711
+ m: "\u062F\u0642\u064A\u0642\u0629",
712
+ h: "\u0633\u0627\u0639\u0629",
713
+ d: "\u064A\u0648\u0645"
714
+ },
715
+ literals: {
716
+ true: "\u0635\u062D\u064A\u062D",
717
+ false: "\u062E\u0627\u0637\u0626",
718
+ null: "\u0639\u062F\u0645"
719
+ },
720
+ reservedEvents: {
721
+ INIT: "\u062A\u0647\u064A\u0626\u0629"
722
+ },
723
+ orb: {
724
+ "2xl": "2\u0643\u0628\u064A\u0631",
725
+ "3xl": "3\u0643\u0628\u064A\u0631",
726
+ "4xl": "4\u0643\u0628\u064A\u0631",
727
+ _metadata: "\u0628\u064A\u0627\u0646\u0627\u062A_\u0648\u0635\u0641\u064A\u0629",
728
+ _resolved: "_\u0645\u062D\u0644\u0648\u0644",
729
+ accent: "\u062A\u0645\u064A\u064A\u0632",
730
+ accentForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u062A\u0645\u064A\u064A\u0632",
731
+ access_waivers: "\u0625\u0639\u0641\u0627\u0621\u0627\u062A_\u0627\u0644\u0648\u0635\u0648\u0644",
732
+ alias: "\u0627\u0633\u0645_\u0645\u0633\u062A\u0639\u0627\u0631",
733
+ animations: "\u0631\u0633\u0648\u0645_\u0645\u062A\u062D\u0631\u0643\u0629",
734
+ appliesTo: "\u064A\u0646\u0637\u0628\u0642_\u0639\u0644\u0649",
735
+ as: "\u0643\u0640",
736
+ aspect: "\u0646\u0633\u0628\u0629",
737
+ assetRef: "\u0645\u0631\u062C\u0639_\u0627\u0644\u0623\u0635\u0644",
738
+ at: "\u0641\u064A",
739
+ auth: "\u0645\u0635\u0627\u062F\u0642\u0629",
740
+ auxiliaryEntities: "\u0643\u064A\u0627\u0646\u0627\u062A_\u0645\u0633\u0627\u0639\u062F\u0629",
741
+ background: "\u062E\u0644\u0641\u064A\u0629",
742
+ bakedName: "\u0627\u0633\u0645_\u0645\u062E\u0628\u0648\u0632",
743
+ base: "\u0623\u0633\u0627\u0633",
744
+ baseUrl: "\u0631\u0627\u0628\u0637_\u0623\u0633\u0627\u0633\u064A",
745
+ behavior: "\u0633\u0644\u0648\u0643",
746
+ bodyDefault: "\u0645\u062A\u0646_\u0627\u0641\u062A\u0631\u0627\u0636\u064A",
747
+ bodyEmphasis: "\u0645\u062A\u0646_\u0645\u0624\u0643\u062F",
748
+ bodyFamily: "\u0639\u0627\u0626\u0644\u0629_\u0627\u0644\u0645\u062A\u0646",
749
+ bodyQuiet: "\u0645\u062A\u0646_\u0647\u0627\u062F\u0626",
750
+ border: "\u062D\u062F",
751
+ borderHairline: "\u062D\u062F_\u0634\u0639\u0631\u064A",
752
+ borderHeavy: "\u062D\u062F_\u0633\u0645\u064A\u0643",
753
+ borderHover: "\u062D\u062F_\u0639\u0646\u062F_\u0627\u0644\u062A\u0645\u0631\u064A\u0631",
754
+ borderStandard: "\u062D\u062F_\u0642\u064A\u0627\u0633\u064A",
755
+ buttonHeightLg: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0632\u0631_\u0643\u0628\u064A\u0631",
756
+ buttonHeightMd: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0632\u0631_\u0645\u062A\u0648\u0633\u0637",
757
+ buttonHeightSm: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0632\u0631_\u0635\u063A\u064A\u0631",
758
+ capabilities: "\u0642\u062F\u0631\u0627\u062A",
759
+ caption: "\u062A\u0633\u0645\u064A\u0629_\u062A\u0648\u0636\u064A\u062D\u064A\u0629",
760
+ card: "\u0628\u0637\u0627\u0642\u0629",
761
+ cardElevation: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0628\u0637\u0627\u0642\u0629",
762
+ cardForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u0628\u0637\u0627\u0642\u0629",
763
+ cardPaddingLg: "\u062D\u0634\u0648\u0629_\u0627\u0644\u0628\u0637\u0627\u0642\u0629_\u0643\u0628\u064A\u0631",
764
+ cardPaddingMd: "\u062D\u0634\u0648\u0629_\u0627\u0644\u0628\u0637\u0627\u0642\u0629_\u0645\u062A\u0648\u0633\u0637",
765
+ cardPaddingSm: "\u062D\u0634\u0648\u0629_\u0627\u0644\u0628\u0637\u0627\u0642\u0629_\u0635\u063A\u064A\u0631",
766
+ cardinality: "\u062A\u0639\u062F\u062F\u064A\u0629",
767
+ category: "\u0641\u0626\u0629",
768
+ className: "\u0627\u0633\u0645_\u0627\u0644\u0641\u0626\u0629",
769
+ classification: "\u062A\u0635\u0646\u064A\u0641",
770
+ collection: "\u0645\u062C\u0645\u0648\u0639\u0629",
771
+ color: "\u0644\u0648\u0646",
772
+ colors: "\u0623\u0644\u0648\u0627\u0646",
773
+ component: "\u0645\u0643\u0648\u0646",
774
+ config: "\u062A\u0643\u0648\u064A\u0646",
775
+ configProvenance: "\u0645\u0635\u062F\u0631_\u0627\u0644\u062A\u0643\u0648\u064A\u0646",
776
+ container: "\u062D\u0627\u0648\u064A\u0629",
777
+ content: "\u0645\u062D\u062A\u0648\u0649",
778
+ create: "\u0625\u0646\u0634\u0627\u0621",
779
+ create_policy: "\u0633\u064A\u0627\u0633\u0629_\u0627\u0644\u0625\u0646\u0634\u0627\u0621",
780
+ createdAt: "\u062A\u0627\u0631\u064A\u062E_\u0627\u0644\u0625\u0646\u0634\u0627\u0621",
781
+ curName: "\u0627\u0644\u0627\u0633\u0645_\u0627\u0644\u062D\u0627\u0644\u064A",
782
+ customPatterns: "\u0623\u0646\u0645\u0627\u0637_\u0645\u062E\u0635\u0635\u0629",
783
+ darkMode: "\u0627\u0644\u0648\u0636\u0639_\u0627\u0644\u062F\u0627\u0643\u0646",
784
+ dataEntities: "\u0643\u064A\u0627\u0646\u0627\u062A_\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A",
785
+ default: "\u0627\u0641\u062A\u0631\u0627\u0636\u064A",
786
+ defaultSize: "\u0627\u0644\u062D\u062C\u0645_\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",
787
+ definerKnob: "\u0645\u0642\u0628\u0636_\u0627\u0644\u0645\u064F\u0639\u0631\u0650\u0651\u0641",
788
+ delayMs: "\u062A\u0623\u062E\u064A\u0631_\u0645\u0644\u0644\u064A_\u062B\u0627\u0646\u064A\u0629",
789
+ delete: "\u062D\u0630\u0641",
790
+ delete_policy: "\u0633\u064A\u0627\u0633\u0629_\u0627\u0644\u062D\u0630\u0641",
791
+ density: "\u0643\u062B\u0627\u0641\u0629",
792
+ description: "\u0648\u0635\u0641",
793
+ description_visual_prompt: "\u0648\u0635\u0641_\u0627\u0644\u0645\u0648\u062C\u0647_\u0627\u0644\u0628\u0635\u0631\u064A",
794
+ design: "\u062A\u0635\u0645\u064A\u0645",
795
+ designTokens: "\u0631\u0645\u0648\u0632_\u0627\u0644\u062A\u0635\u0645\u064A\u0645",
796
+ detailPattern: "\u0646\u0645\u0637_\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644",
797
+ device: "\u062C\u0647\u0627\u0632",
798
+ dialogElevation: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u062D\u0648\u0627\u0631",
799
+ dialogPadding: "\u062D\u0634\u0648\u0629_\u0627\u0644\u062D\u0648\u0627\u0631",
800
+ dimension: "\u0628\u064F\u0639\u062F",
801
+ "display-1": "\u0639\u0631\u0636-1",
802
+ "display-2": "\u0639\u0631\u0636-2",
803
+ displayFamily: "\u0639\u0627\u0626\u0644\u0629_\u0627\u0644\u0639\u0631\u0636",
804
+ domainContext: "\u0633\u064A\u0627\u0642_\u0627\u0644\u0645\u062C\u0627\u0644",
805
+ dramatic: "\u062F\u0631\u0627\u0645\u064A",
806
+ duration: "\u0645\u062F\u0629",
807
+ durations: "\u0645\u062F\u062F",
808
+ easing: "\u062A\u0633\u0647\u064A\u0644",
809
+ easings: "\u0623\u0646\u0645\u0627\u0637_\u0627\u0644\u062A\u0633\u0647\u064A\u0644",
810
+ effectRow: "\u0635\u0641_\u0627\u0644\u062A\u0623\u062B\u064A\u0631",
811
+ effects: "\u062A\u0623\u062B\u064A\u0631\u0627\u062A",
812
+ elevation: "\u0627\u0631\u062A\u0641\u0627\u0639",
813
+ emitIds: "\u0645\u0639\u0631\u0641\u0627\u062A_\u0627\u0644\u0628\u062B",
814
+ emits: "\u064A\u0635\u062F\u0631",
815
+ emitsScope: "\u0646\u0637\u0627\u0642_\u0627\u0644\u0625\u0635\u062F\u0627\u0631",
816
+ emphasized: "\u0645\u0624\u0643\u062F",
817
+ emptyAsset: "\u0623\u0635\u0644_\u0641\u0627\u0631\u063A",
818
+ enabled: "\u0645\u064F\u0641\u0639\u0651\u0644",
819
+ enter: "\u062F\u062E\u0648\u0644",
820
+ entities: "\u0643\u064A\u0627\u0646\u0627\u062A",
821
+ entity: "\u0643\u064A\u0627\u0646",
822
+ entityBindingDescription: "\u0648\u0635\u0641_\u0631\u0628\u0637_\u0627\u0644\u0643\u064A\u0627\u0646",
823
+ entityBindingSynonyms: "\u0645\u0631\u0627\u062F\u0641\u0627\u062A_\u0631\u0628\u0637_\u0627\u0644\u0643\u064A\u0627\u0646",
824
+ entityContract: "\u0639\u0642\u062F_\u0627\u0644\u0643\u064A\u0627\u0646",
825
+ entityId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u0643\u064A\u0627\u0646",
826
+ entityRebindable: "\u0642\u0627\u0628\u0644_\u0644\u0625\u0639\u0627\u062F\u0629_\u0631\u0628\u0637_\u0627\u0644\u0643\u064A\u0627\u0646",
827
+ entityRefIds: "\u0645\u0639\u0631\u0641\u0627\u062A_\u0645\u0631\u062C\u0639_\u0627\u0644\u0643\u064A\u0627\u0646",
828
+ entries: "\u0625\u062F\u062E\u0627\u0644\u0627\u062A",
829
+ env: "\u0628\u064A\u0626\u0629",
830
+ equals: "\u064A\u0633\u0627\u0648\u064A",
831
+ error: "\u062E\u0637\u0623",
832
+ errorAsset: "\u0623\u0635\u0644_\u0627\u0644\u062E\u0637\u0623",
833
+ errorForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u062E\u0637\u0623",
834
+ event: "\u062D\u062F\u062B",
835
+ eventId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u062D\u062F\u062B",
836
+ eventIds: "\u0645\u0639\u0631\u0641\u0627\u062A_\u0627\u0644\u062D\u062F\u062B",
837
+ events: "\u0623\u062D\u062F\u0627\u062B",
838
+ exit: "\u062E\u0631\u0648\u062C",
839
+ expand: "\u062A\u0648\u0633\u064A\u0639",
840
+ expects: "\u064A\u062A\u0648\u0642\u0639",
841
+ exposes: "\u064A\u0639\u0631\u0636",
842
+ extend: "\u0627\u0645\u062A\u062F\u0627\u062F",
843
+ extends: "\u064A\u0645\u062A\u062F",
844
+ extendsId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F",
845
+ family: "\u0639\u0627\u0626\u0644\u0629",
846
+ fast: "\u0633\u0631\u064A\u0639",
847
+ field: "\u062D\u0642\u0644",
848
+ fields: "\u062D\u0642\u0648\u0644",
849
+ flowPattern: "\u0646\u0645\u0637_\u0627\u0644\u062A\u062F\u0641\u0642",
850
+ foreground: "\u0645\u0642\u062F\u0645\u0629",
851
+ foreignKey: "\u0645\u0641\u062A\u0627\u062D_\u0623\u062C\u0646\u0628\u064A",
852
+ formPattern: "\u0646\u0645\u0637_\u0627\u0644\u0646\u0645\u0648\u0630\u062C",
853
+ forwardedFrom: "\u0645\u0648\u062C\u0647_\u0645\u0646",
854
+ from: "\u0645\u0646",
855
+ geometry: "\u0647\u0646\u062F\u0633\u0629",
856
+ guard: "\u062D\u0627\u0631\u0633",
857
+ guards: "\u062D\u0631\u0627\u0633",
858
+ headers: "\u062A\u0631\u0648\u064A\u0633\u0627\u062A",
859
+ headingMajor: "\u0639\u0646\u0648\u0627\u0646_\u0631\u0626\u064A\u0633\u064A",
860
+ headingMinor: "\u0639\u0646\u0648\u0627\u0646_\u0641\u0631\u0639\u064A",
861
+ hover: "\u062A\u0645\u0631\u064A\u0631",
862
+ icon: "\u0623\u064A\u0642\u0648\u0646\u0629",
863
+ iconography: "\u0623\u064A\u0642\u0648\u0646\u0627\u062A",
864
+ id: "\u0645\u0639\u0631\u0641",
865
+ identity: "\u0647\u0648\u064A\u0629",
866
+ illustration: "\u0631\u0633\u0645_\u062A\u0648\u0636\u064A\u062D\u064A",
867
+ inbound: "\u0648\u0627\u0631\u062F",
868
+ info: "\u0645\u0639\u0644\u0648\u0645\u0627\u062A",
869
+ infoForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A",
870
+ initialEffects: "\u0627\u0644\u062A\u0623\u062B\u064A\u0631\u0627\u062A_\u0627\u0644\u0623\u0648\u0644\u064A\u0629",
871
+ input: "\u0625\u062F\u062E\u0627\u0644",
872
+ inputHeightLg: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0625\u062F\u062E\u0627\u0644_\u0643\u0628\u064A\u0631",
873
+ inputHeightMd: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0625\u062F\u062E\u0627\u0644_\u0645\u062A\u0648\u0633\u0637",
874
+ inputHeightSm: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0625\u062F\u062E\u0627\u0644_\u0635\u063A\u064A\u0631",
875
+ instances: "\u0646\u0633\u062E",
876
+ instant: "\u0641\u0648\u0631\u064A",
877
+ intents: "\u0646\u0648\u0627\u064A\u0627",
878
+ interactive: "\u062A\u0641\u0627\u0639\u0644\u064A",
879
+ interval: "\u0641\u0627\u0635\u0644_\u0632\u0645\u0646\u064A",
880
+ intrinsic: "\u062C\u0648\u0647\u0631\u064A",
881
+ isFinal: "\u0623\u062E\u064A\u0631",
882
+ isInitial: "\u0623\u0648\u0644\u064A",
883
+ isTerminal: "\u0646\u0647\u0627\u0626\u064A",
884
+ item: "\u0639\u0646\u0635\u0631",
885
+ items: "\u0639\u0646\u0627\u0635\u0631",
886
+ key: "\u0645\u0641\u062A\u0627\u062D",
887
+ keyName: "\u0627\u0633\u0645_\u0627\u0644\u0645\u0641\u062A\u0627\u062D",
888
+ kind: "\u0635\u0646\u0641",
889
+ knob: "\u0645\u0642\u0628\u0636",
890
+ label: "\u062A\u0633\u0645\u064A\u0629",
891
+ ledger: "\u0633\u062C\u0644",
892
+ lg: "\u0643\u0628\u064A\u0631",
893
+ lineHeight: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0633\u0637\u0631",
894
+ linear: "\u062E\u0637\u064A",
895
+ linkedEntity: "\u0643\u064A\u0627\u0646_\u0645\u0631\u062A\u0628\u0637",
896
+ linkedEntityId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u0643\u064A\u0627\u0646_\u0627\u0644\u0645\u0631\u062A\u0628\u0637",
897
+ listPattern: "\u0646\u0645\u0637_\u0627\u0644\u0642\u0627\u0626\u0645\u0629",
898
+ listens: "\u064A\u0633\u062A\u0645\u0639",
899
+ loadingAsset: "\u0623\u0635\u0644_\u0627\u0644\u062A\u062D\u0645\u064A\u0644",
900
+ location: "\u0645\u0648\u0642\u0639",
901
+ max: "\u0623\u0642\u0635\u0649",
902
+ maxAttempts: "\u0623\u0642\u0635\u0649_\u0639\u062F\u062F_\u0645\u062D\u0627\u0648\u0644\u0627\u062A",
903
+ min: "\u0623\u062F\u0646\u0649",
904
+ monoFamily: "\u0639\u0627\u0626\u0644\u0629_\u0623\u062D\u0627\u062F\u064A\u0629_\u0627\u0644\u0645\u0633\u0627\u0641\u0629",
905
+ motion: "\u062D\u0631\u0643\u0629",
906
+ mounts: "\u062A\u0631\u0643\u064A\u0628\u0627\u062A",
907
+ muted: "\u062E\u0627\u0641\u062A",
908
+ mutedForeground: "\u0645\u0642\u062F\u0645\u0629_\u062E\u0627\u0641\u062A\u0629",
909
+ name: "\u0627\u0633\u0645",
910
+ normal: "\u0639\u0627\u062F\u064A",
911
+ numeric: "\u0631\u0642\u0645\u064A",
912
+ omit: "\u0627\u0633\u062A\u0628\u0639\u0627\u062F",
913
+ onDelete: "\u0639\u0646\u062F_\u0627\u0644\u062D\u0630\u0641",
914
+ onEntry: "\u0639\u0646\u062F_\u0627\u0644\u062F\u062E\u0648\u0644",
915
+ onExit: "\u0639\u0646\u062F_\u0627\u0644\u062E\u0631\u0648\u062C",
916
+ onboardingAsset: "\u0623\u0635\u0644_\u0627\u0644\u062A\u0623\u0647\u064A\u0644",
917
+ only: "\u0641\u0642\u0637",
918
+ orbital: "\u0645\u062F\u0627\u0631",
919
+ orbitalId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u0645\u062F\u0627\u0631",
920
+ orbitals: "\u0645\u062F\u0627\u0631\u0627\u062A",
921
+ originalEvent: "\u0627\u0644\u062D\u062F\u062B_\u0627\u0644\u0623\u0635\u0644\u064A",
922
+ originalName: "\u0627\u0644\u0627\u0633\u0645_\u0627\u0644\u0623\u0635\u0644\u064A",
923
+ outbound: "\u0635\u0627\u062F\u0631",
924
+ owner: "\u0645\u0627\u0644\u0643",
925
+ pageIds: "\u0645\u0639\u0631\u0641\u0627\u062A_\u0627\u0644\u0635\u0641\u062D\u0629",
926
+ pages: "\u0635\u0641\u062D\u0627\u062A",
927
+ parent: "\u0623\u0628",
928
+ path: "\u0645\u0633\u0627\u0631",
929
+ pattern: "\u0646\u0645\u0637",
930
+ patternPath: "\u0645\u0633\u0627\u0631_\u0627\u0644\u0646\u0645\u0637",
931
+ payload: "\u062D\u0645\u0648\u0644\u0629",
932
+ payloadMapping: "\u062A\u062E\u0637\u064A\u0637_\u0627\u0644\u062D\u0645\u0648\u0644\u0629",
933
+ payloadSchema: "\u0645\u062E\u0637\u0637_\u0627\u0644\u062D\u0645\u0648\u0644\u0629",
934
+ persistence: "\u0627\u0633\u062A\u0645\u0631\u0627\u0631\u064A\u0629",
935
+ personas: "\u0634\u062E\u0635\u064A\u0627\u062A",
936
+ placeholder: "\u0646\u0627\u0626\u0628",
937
+ popoverElevation: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0646\u0627\u0641\u0630\u0629_\u0627\u0644\u0645\u0646\u0628\u062B\u0642\u0629",
938
+ presentation: "\u0639\u0631\u0636_\u062A\u0642\u062F\u064A\u0645\u064A",
939
+ press: "\u0636\u063A\u0637",
940
+ primary: "\u0623\u0633\u0627\u0633\u064A",
941
+ primaryColor: "\u0627\u0644\u0644\u0648\u0646_\u0627\u0644\u0623\u0633\u0627\u0633\u064A",
942
+ primaryEntity: "\u0627\u0644\u0643\u064A\u0627\u0646_\u0627\u0644\u0623\u0633\u0627\u0633\u064A",
943
+ primaryForeground: "\u0645\u0642\u062F\u0645\u0629_\u0623\u0633\u0627\u0633\u064A\u0629",
944
+ primaryHover: "\u0623\u0633\u0627\u0633\u064A_\u0639\u0646\u062F_\u0627\u0644\u062A\u0645\u0631\u064A\u0631",
945
+ primaryKey: "\u0645\u0641\u062A\u0627\u062D_\u0623\u0633\u0627\u0633\u064A",
946
+ priority: "\u0623\u0648\u0644\u0648\u064A\u0629",
947
+ prop: "\u062E\u0627\u0635\u064A\u0629",
948
+ properties: "\u062E\u0635\u0627\u0626\u0635",
949
+ props: "\u062E\u0648\u0627\u0635",
950
+ provides: "\u064A\u0648\u0641\u0631",
951
+ radii: "\u0623\u0646\u0635\u0627\u0641_\u0623\u0642\u0637\u0627\u0631",
952
+ radiusContainer: "\u0646\u0635\u0641_\u0642\u0637\u0631_\u0627\u0644\u062D\u0627\u0648\u064A\u0629",
953
+ radiusInteractive: "\u0646\u0635\u0641_\u0642\u0637\u0631_\u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A",
954
+ radiusPill: "\u0646\u0635\u0641_\u0642\u0637\u0631_\u0627\u0644\u0643\u0628\u0633\u0648\u0644\u0629",
955
+ read: "\u0642\u0631\u0627\u0621\u0629",
956
+ read_policy: "\u0633\u064A\u0627\u0633\u0629_\u0627\u0644\u0642\u0631\u0627\u0621\u0629",
957
+ reconnect: "\u0625\u0639\u0627\u062F\u0629_\u0627\u0644\u0627\u062A\u0635\u0627\u0644",
958
+ ref: "\u0645\u0631\u062C\u0639",
959
+ refId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u0645\u0631\u062C\u0639",
960
+ reference: "\u0645\u0631\u062C\u0639\u064A\u0629",
961
+ relatedLinks: "\u0631\u0648\u0627\u0628\u0637_\u0630\u0627\u062A_\u0635\u0644\u0629",
962
+ relation: "\u0639\u0644\u0627\u0642\u0629",
963
+ renames: "\u0625\u0639\u0627\u062F\u0629_\u062A\u0633\u0645\u064A\u0629",
964
+ request: "\u0637\u0644\u0628",
965
+ requestFragment: "\u062C\u0632\u0621_\u0627\u0644\u0637\u0644\u0628",
966
+ required: "\u0645\u0637\u0644\u0648\u0628",
967
+ requiredFields: "\u0627\u0644\u062D\u0642\u0648\u0644_\u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629",
968
+ requires: "\u064A\u062A\u0637\u0644\u0628",
969
+ resolved: "\u0645\u062D\u0644\u0648\u0644",
970
+ resource: "\u0645\u0648\u0631\u062F",
971
+ ring: "\u062D\u0644\u0642\u0629",
972
+ role: "\u062F\u0648\u0631",
973
+ roles: "\u0623\u062F\u0648\u0627\u0631",
974
+ rowHeightCompact: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0635\u0641_\u0627\u0644\u0645\u0636\u063A\u0648\u0637",
975
+ rowHeightNormal: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0635\u0641_\u0627\u0644\u0639\u0627\u062F\u064A",
976
+ rowHeightSpacious: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0635\u0641_\u0627\u0644\u0648\u0627\u0633\u0639",
977
+ runtime: "\u0648\u0642\u062A_\u0627\u0644\u062A\u0634\u063A\u064A\u0644",
978
+ scale: "\u0645\u0642\u064A\u0627\u0633",
979
+ schemaVersion: "\u0625\u0635\u062F\u0627\u0631_\u0627\u0644\u0645\u062E\u0637\u0637",
980
+ scope: "\u0646\u0637\u0627\u0642",
981
+ scopeOverridden: "\u0627\u0644\u0646\u0637\u0627\u0642_\u0645\u064F\u062A\u062C\u0627\u0648\u064E\u0632",
982
+ secondary: "\u062B\u0627\u0646\u0648\u064A",
983
+ secondaryForeground: "\u0645\u0642\u062F\u0645\u0629_\u062B\u0627\u0646\u0648\u064A\u0629",
984
+ secondaryHover: "\u062B\u0627\u0646\u0648\u064A_\u0639\u0646\u062F_\u0627\u0644\u062A\u0645\u0631\u064A\u0631",
985
+ secretEnv: "\u0628\u064A\u0626\u0629_\u0633\u0631\u064A\u0629",
986
+ sectionGap: "\u0641\u062C\u0648\u0629_\u0627\u0644\u0642\u0633\u0645",
987
+ sections: "\u0623\u0642\u0633\u0627\u0645",
988
+ semanticRole: "\u062F\u0648\u0631_\u062F\u0644\u0627\u0644\u064A",
989
+ serverPath: "\u0645\u0633\u0627\u0631_\u0627\u0644\u062E\u0627\u062F\u0645",
990
+ services: "\u062E\u062F\u0645\u0627\u062A",
991
+ shadows: "\u0638\u0644\u0627\u0644",
992
+ shape: "\u0634\u0643\u0644",
993
+ shared: "\u0645\u0634\u062A\u0631\u0643",
994
+ singleton: "\u0648\u062D\u064A\u062F",
995
+ site: "\u0645\u0648\u0642\u0639_\u0627\u0644\u0648\u064A\u0628",
996
+ size: "\u062D\u062C\u0645",
997
+ slot: "\u0641\u062A\u062D\u0629",
998
+ slots: "\u0641\u062A\u062D\u0627\u062A",
999
+ slow: "\u0628\u0637\u064A\u0621",
1000
+ sm: "\u0635\u063A\u064A\u0631",
1001
+ softDelete: "\u062D\u0630\u0641_\u0646\u0627\u0639\u0645",
1002
+ source: "\u0645\u0635\u062F\u0631",
1003
+ sourceBehavior: "\u0633\u0644\u0648\u0643_\u0627\u0644\u0645\u0635\u062F\u0631",
1004
+ sourceEntityDefinition: "\u062A\u0639\u0631\u064A\u0641_\u0643\u064A\u0627\u0646_\u0627\u0644\u0645\u0635\u062F\u0631",
1005
+ space0: "\u0645\u0633\u0627\u0641\u06290",
1006
+ space1: "\u0645\u0633\u0627\u0641\u06291",
1007
+ space10: "\u0645\u0633\u0627\u0641\u062910",
1008
+ space11: "\u0645\u0633\u0627\u0641\u062911",
1009
+ space12: "\u0645\u0633\u0627\u0641\u062912",
1010
+ space2: "\u0645\u0633\u0627\u0641\u06292",
1011
+ space3: "\u0645\u0633\u0627\u0641\u06293",
1012
+ space4: "\u0645\u0633\u0627\u0641\u06294",
1013
+ space5: "\u0645\u0633\u0627\u0641\u06295",
1014
+ space6: "\u0645\u0633\u0627\u0641\u06296",
1015
+ space7: "\u0645\u0633\u0627\u0641\u06297",
1016
+ space8: "\u0645\u0633\u0627\u0641\u06298",
1017
+ space9: "\u0645\u0633\u0627\u0641\u06299",
1018
+ spacing: "\u062A\u0628\u0627\u0639\u062F",
1019
+ spring: "\u0632\u0646\u0628\u0631\u0643\u064A",
1020
+ standard: "\u0642\u064A\u0627\u0633\u064A",
1021
+ stateMachine: "\u0622\u0644\u0629_\u062D\u0627\u0644\u0629",
1022
+ states: "\u062D\u0627\u0644\u0627\u062A",
1023
+ strokeWidth: "\u0633\u064F\u0645\u0643_\u0627\u0644\u062E\u0637",
1024
+ style: "\u0623\u0633\u0644\u0648\u0628",
1025
+ subDomain: "\u0645\u062C\u0627\u0644_\u0641\u0631\u0639\u064A",
1026
+ success: "\u0646\u062C\u0627\u062D",
1027
+ successForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u0646\u062C\u0627\u062D",
1028
+ suggestedGuards: "\u0627\u0644\u062D\u0631\u0627\u0633_\u0627\u0644\u0645\u0642\u062A\u0631\u062D\u0648\u0646",
1029
+ summary: "\u0645\u0644\u062E\u0635",
1030
+ surface: "\u0633\u0637\u062D",
1031
+ surfaceHover: "\u0633\u0637\u062D_\u0639\u0646\u062F_\u0627\u0644\u062A\u0645\u0631\u064A\u0631",
1032
+ surfaces: "\u0623\u0633\u0637\u062D",
1033
+ synonyms: "\u0645\u0631\u0627\u062F\u0641\u0627\u062A",
1034
+ tableBorder: "\u062D\u062F_\u0627\u0644\u062C\u062F\u0648\u0644",
1035
+ tableHeader: "\u062A\u0631\u0648\u064A\u0633\u0629_\u0627\u0644\u062C\u062F\u0648\u0644",
1036
+ tableRowHover: "\u0635\u0641_\u0627\u0644\u062C\u062F\u0648\u0644_\u0639\u0646\u062F_\u0627\u0644\u062A\u0645\u0631\u064A\u0631",
1037
+ target: "\u0647\u062F\u0641",
1038
+ targetView: "\u0627\u0644\u0639\u0631\u0636_\u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641",
1039
+ text: "\u0646\u0635",
1040
+ theme: "\u0645\u0638\u0647\u0631",
1041
+ tick: "\u0646\u0628\u0636\u0629",
1042
+ ticks: "\u0646\u0628\u0636\u0627\u062A",
1043
+ tier: "\u0645\u0633\u062A\u0648\u0649",
1044
+ timeBoundMs: "\u062D\u062F_\u0632\u0645\u0646\u064A_\u0645\u0644\u0644\u064A_\u062B\u0627\u0646\u064A\u0629",
1045
+ timeout: "\u0645\u0647\u0644\u0629",
1046
+ timestamps: "\u0637\u0648\u0627\u0628\u0639_\u0632\u0645\u0646\u064A\u0629",
1047
+ title: "\u0639\u0646\u0648\u0627\u0646",
1048
+ to: "\u0625\u0644\u0649",
1049
+ toastElevation: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0625\u0634\u0639\u0627\u0631_\u0627\u0644\u0645\u0624\u0642\u062A",
1050
+ tokens: "\u0631\u0645\u0648\u0632",
1051
+ trait: "\u0633\u0645\u0629",
1052
+ traitEmbedIds: "\u0645\u0639\u0631\u0641\u0627\u062A_\u062A\u0636\u0645\u064A\u0646_\u0627\u0644\u0633\u0645\u0629",
1053
+ traitId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u0633\u0645\u0629",
1054
+ traitName: "\u0627\u0633\u0645_\u0627\u0644\u0633\u0645\u0629",
1055
+ traitRefIds: "\u0645\u0639\u0631\u0641\u0627\u062A_\u0645\u0631\u062C\u0639_\u0627\u0644\u0633\u0645\u0629",
1056
+ traits: "\u0633\u0645\u0627\u062A",
1057
+ transition: "\u0627\u0646\u062A\u0642\u0627\u0644_\u062D\u0627\u0644\u0629",
1058
+ transitions: "\u0627\u0646\u062A\u0642\u0627\u0644\u0627\u062A",
1059
+ triggers: "\u0645\u062D\u0641\u0632\u0627\u062A",
1060
+ triggersId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u0645\u062D\u0641\u0632\u0627\u062A",
1061
+ type: "\u0646\u0648\u0639",
1062
+ typeArgs: "\u0648\u0633\u0627\u0626\u0637_\u0627\u0644\u0646\u0648\u0639",
1063
+ typeParams: "\u0645\u0639\u0627\u0645\u0644\u0627\u062A_\u0627\u0644\u0646\u0648\u0639",
1064
+ typeScale: "\u0645\u0642\u064A\u0627\u0633_\u0627\u0644\u0637\u0628\u0627\u0639\u0629",
1065
+ typeWhen: "\u0646\u0648\u0639_\u0639\u0646\u062F\u0645\u0627",
1066
+ types: "\u0623\u0646\u0648\u0627\u0639",
1067
+ typography: "\u0637\u0628\u0627\u0639\u0629",
1068
+ ui: "\u0648\u0627\u062C\u0647\u0629",
1069
+ unique: "\u0641\u0631\u064A\u062F",
1070
+ update: "\u062A\u062D\u062F\u064A\u062B",
1071
+ update_policy: "\u0633\u064A\u0627\u0633\u0629_\u0627\u0644\u062A\u062D\u062F\u064A\u062B",
1072
+ updatedAt: "\u062A\u0627\u0631\u064A\u062E_\u0627\u0644\u062A\u062D\u062F\u064A\u062B",
1073
+ url: "\u0631\u0627\u0628\u0637",
1074
+ uses: "\u064A\u0633\u062A\u062E\u062F\u0645",
1075
+ uxHints: "\u062A\u0644\u0645\u064A\u062D\u0627\u062A_\u062A\u062C\u0631\u0628\u0629_\u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645",
1076
+ values: "\u0642\u064A\u0645",
1077
+ variant: "\u0645\u062A\u063A\u064A\u0631",
1078
+ variants: "\u0645\u062A\u063A\u064A\u0631\u0627\u062A",
1079
+ version: "\u0625\u0635\u062F\u0627\u0631",
1080
+ viewType: "\u0646\u0648\u0639_\u0627\u0644\u0639\u0631\u0636",
1081
+ visual_prompt: "\u0645\u0648\u062C\u0647_\u0628\u0635\u0631\u064A",
1082
+ vocabulary: "\u0645\u0641\u0631\u062F\u0627\u062A",
1083
+ warning: "\u062A\u062D\u0630\u064A\u0631",
1084
+ warningForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u062A\u062D\u0630\u064A\u0631",
1085
+ weight: "\u0648\u0632\u0646",
1086
+ xl: "\u0643\u0628\u064A\u0631_\u062C\u062F\u0627",
1087
+ xs: "\u0635\u063A\u064A\u0631_\u062C\u062F\u0627"
1088
+ }
1089
+ };
1090
+
1091
+ // src/i18n/sl.json
1092
+ var sl_default = {
1093
+ meta: {
1094
+ code: "sl",
1095
+ name: "Slovenian",
1096
+ rtl: false
1097
+ },
1098
+ keywords: {
1099
+ app: "aplikacija",
1100
+ orbital: "orbitala",
1101
+ uses: "uporablja",
1102
+ expects: "pricakuje",
1103
+ entity: "entiteta",
1104
+ type: "tip",
1105
+ derived: "izpeljano",
1106
+ trait: "znacilnost",
1107
+ initial: "zacetno",
1108
+ state: "stanje",
1109
+ for: "za",
1110
+ page: "stran",
1111
+ as: "kot",
1112
+ theme: "tema",
1113
+ emits: "oddaja",
1114
+ listens: "poslusa",
1115
+ ticks: "utripi",
1116
+ config: "konfiguracija",
1117
+ when: "ko",
1118
+ with: "s",
1119
+ from: "iz",
1120
+ to: "do",
1121
+ every: "vsak",
1122
+ capabilities: "zmoznosti",
1123
+ match: "ujemaj",
1124
+ external: "zunanje",
1125
+ internal: "notranje",
1126
+ on: "ob",
1127
+ name: "ime",
1128
+ fields: "polja",
1129
+ events: "dogodki",
1130
+ event: "dogodek",
1131
+ emitsScope: "oddajaObseg",
1132
+ identity: "identiteta",
1133
+ pages: "strani",
1134
+ omit: "izloci",
1135
+ only: "samo",
1136
+ roles: "vloge",
1137
+ entities: "entitete",
1138
+ extend: "razsiritev"
1139
+ },
1140
+ shapes: {
1141
+ Entity: "Entiteta",
1142
+ Trait: "Znacilnost",
1143
+ Page: "Stran",
1144
+ Orbital: "Orbitala",
1145
+ Event: "Dogodek"
1146
+ },
1147
+ tags: {
1148
+ persistent: "trajno",
1149
+ runtime: "izvajanje",
1150
+ shared: "skupno",
1151
+ identity: "identiteta",
1152
+ instance: "primerek",
1153
+ collection: "zbirka"
1154
+ },
1155
+ categories: {
1156
+ interaction: "interakcija",
1157
+ integration: "integracija",
1158
+ lifecycle: "zivljenjskiCikel",
1159
+ "game-core": "igra-jedro",
1160
+ "game-entity": "igra-entiteta",
1161
+ "game-ui": "igra-vmesnik"
1162
+ },
1163
+ capabilities: {
1164
+ read: "beri",
1165
+ write: "pisi",
1166
+ browse: "brskaj",
1167
+ create: "ustvari",
1168
+ update: "posodobi",
1169
+ delete: "izbrisi",
1170
+ notify: "obvesti",
1171
+ schedule: "razporedi",
1172
+ invoke: "sprozi"
1173
+ },
1174
+ annotations: {
1175
+ key: "kljuc",
1176
+ unique: "edinstveno",
1177
+ intrinsic: "lastno",
1178
+ label: "oznaka",
1179
+ description: "opis",
1180
+ synonyms: "sopomenke",
1181
+ tier: "nivo",
1182
+ rebindable: "prevezljivo",
1183
+ read: "beri",
1184
+ create: "ustvari",
1185
+ update: "posodobi",
1186
+ delete: "izbrisi",
1187
+ icon: "ikona"
1188
+ },
1189
+ sigils: {
1190
+ entity: "entiteta",
1191
+ payload: "podatki",
1192
+ state: "stanje",
1193
+ now: "zdaj",
1194
+ config: "konfiguracija",
1195
+ user: "uporabnik",
1196
+ trait: "znacilnost"
1197
+ },
1198
+ effects: {
1199
+ set: "nastavi",
1200
+ fetch: "pridobi",
1201
+ persist: "shrani",
1202
+ emit: "oddaj",
1203
+ navigate: "pojdi",
1204
+ "navigate-back": "pojdi-nazaj",
1205
+ "render-ui": "izrisi-vmesnik",
1206
+ notify: "obvesti",
1207
+ ref: "sklic",
1208
+ "call-service": "poklici-storitev",
1209
+ invoke: "sprozi",
1210
+ do: "naredi",
1211
+ if: "ce",
1212
+ let: "naj",
1213
+ fn: "fn",
1214
+ lambda: "lambda",
1215
+ match: "ujemaj",
1216
+ when: "ko"
1217
+ },
1218
+ types: {
1219
+ string: "niz",
1220
+ number: "stevilo",
1221
+ int: "celo",
1222
+ float: "plavajoce",
1223
+ bool: "logicna",
1224
+ boolean: "logicno",
1225
+ timestamp: "casovniZig",
1226
+ date: "datum",
1227
+ datetime: "datumCas",
1228
+ duration: "trajanje",
1229
+ money: "denar",
1230
+ scalar: "skalar",
1231
+ file: "datoteka",
1232
+ email: "eposta",
1233
+ url: "url",
1234
+ phone: "telefon",
1235
+ uuid: "uuid",
1236
+ image: "slika",
1237
+ icon: "ikona",
1238
+ asset: "sredstvo",
1239
+ component: "komponenta",
1240
+ object: "objekt",
1241
+ void: "prazno",
1242
+ null: "nic",
1243
+ any: "karkoli",
1244
+ trait: "znacilnost",
1245
+ entity: "entiteta",
1246
+ event: "dogodek",
1247
+ slot: "reza",
1248
+ pattern: "vzorec",
1249
+ Map: "Mapa",
1250
+ secret: "skrivnost",
1251
+ SExpr: "SIzraz"
1252
+ },
1253
+ units: {
1254
+ ms: "ms",
1255
+ s: "sek",
1256
+ m: "min",
1257
+ h: "ura",
1258
+ d: "dan"
1259
+ },
1260
+ literals: {
1261
+ true: "drzi",
1262
+ false: "nedrzi",
1263
+ null: "nic"
1264
+ },
1265
+ reservedEvents: {
1266
+ INIT: "ZACETEK"
1267
+ },
1268
+ orb: {
1269
+ "2xl": "2xv",
1270
+ "3xl": "3xv",
1271
+ "4xl": "4xv",
1272
+ _metadata: "_metapodatki",
1273
+ _resolved: "_razresen",
1274
+ accent: "poudarek",
1275
+ accentForeground: "poudarekOspredje",
1276
+ access_waivers: "dostop_izjeme",
1277
+ alias: "vzdevek",
1278
+ animations: "animacije",
1279
+ appliesTo: "veljaZa",
1280
+ as: "kot",
1281
+ aspect: "razmerje",
1282
+ assetRef: "sredstvoSklic",
1283
+ at: "pri",
1284
+ auth: "avtentikacija",
1285
+ auxiliaryEntities: "pomozneEntitete",
1286
+ background: "ozadje",
1287
+ bakedName: "zapecenoIme",
1288
+ base: "osnova",
1289
+ baseUrl: "osnovaUrl",
1290
+ behavior: "vedenje",
1291
+ bodyDefault: "teloPrivzeto",
1292
+ bodyEmphasis: "teloPoudarjeno",
1293
+ bodyFamily: "teloDruzina",
1294
+ bodyQuiet: "teloTiho",
1295
+ border: "rob",
1296
+ borderHairline: "robLasek",
1297
+ borderHeavy: "robTezek",
1298
+ borderHover: "robLebdenje",
1299
+ borderStandard: "robStandard",
1300
+ buttonHeightLg: "visinaGumbaV",
1301
+ buttonHeightMd: "visinaGumbaSr",
1302
+ buttonHeightSm: "visinaGumbaM",
1303
+ capabilities: "zmoznosti",
1304
+ caption: "napis",
1305
+ card: "kartica",
1306
+ cardElevation: "kartcaDvig",
1307
+ cardForeground: "kartcaOspredje",
1308
+ cardPaddingLg: "kartcaBlazinaV",
1309
+ cardPaddingMd: "kartcaBlazinaSr",
1310
+ cardPaddingSm: "kartcaBlazinaM",
1311
+ cardinality: "kardinalnost",
1312
+ category: "kategorija",
1313
+ className: "imeRazreda",
1314
+ classification: "klasifikacija",
1315
+ collection: "zbirka",
1316
+ color: "barva",
1317
+ colors: "barve",
1318
+ component: "komponenta",
1319
+ config: "konfiguracija",
1320
+ configProvenance: "konfiguracijaIzvor",
1321
+ container: "vsebnik",
1322
+ content: "vsebina",
1323
+ create: "ustvari",
1324
+ create_policy: "ustvari_politika",
1325
+ createdAt: "ustvarjenoPri",
1326
+ curName: "trenutnoIme",
1327
+ customPatterns: "lastniVzorci",
1328
+ darkMode: "temniNacin",
1329
+ dataEntities: "podatkiEntitete",
1330
+ default: "privzeto",
1331
+ defaultSize: "privzetaVelikost",
1332
+ definerKnob: "definitorGumbek",
1333
+ delayMs: "zakasnitevMs",
1334
+ delete: "izbrisi",
1335
+ delete_policy: "izbrisi_politika",
1336
+ density: "gostota",
1337
+ description: "opis",
1338
+ description_visual_prompt: "opis_vizualno_poziv",
1339
+ design: "oblikovanje",
1340
+ designTokens: "oblikovanjeZetoni",
1341
+ detailPattern: "vzorecPodrobnosti",
1342
+ device: "naprava",
1343
+ dialogElevation: "dialogDvig",
1344
+ dialogPadding: "dialogBlazina",
1345
+ dimension: "dimenzija",
1346
+ "display-1": "prikaz-1",
1347
+ "display-2": "prikaz-2",
1348
+ displayFamily: "prikazDruzina",
1349
+ domainContext: "domenaKontekst",
1350
+ dramatic: "dramaticno",
1351
+ duration: "trajanje",
1352
+ durations: "trajanja",
1353
+ easing: "glajenje",
1354
+ easings: "glajenja",
1355
+ effectRow: "ucinekVrstica",
1356
+ effects: "ucinki",
1357
+ elevation: "dvig",
1358
+ emitIds: "oddajIdji",
1359
+ emits: "oddaja",
1360
+ emitsScope: "oddajaObseg",
1361
+ emphasized: "poudarjeno",
1362
+ emptyAsset: "sredstvoPrazno",
1363
+ enabled: "omogoceno",
1364
+ enter: "vstop",
1365
+ entities: "entitete",
1366
+ entity: "entiteta",
1367
+ entityBindingDescription: "entitetaVezavaOpis",
1368
+ entityBindingSynonyms: "entitetaVezavaSopomenke",
1369
+ entityContract: "entitetaPogodba",
1370
+ entityId: "entitetaId",
1371
+ entityRebindable: "entitetaPrevezljivo",
1372
+ entityRefIds: "entitetaSklicIdji",
1373
+ entries: "vnosi",
1374
+ env: "okolje",
1375
+ equals: "enako",
1376
+ error: "napaka",
1377
+ errorAsset: "sredstvoNapaka",
1378
+ errorForeground: "napakaOspredje",
1379
+ event: "dogodek",
1380
+ eventId: "dogodekId",
1381
+ eventIds: "dogodekIdji",
1382
+ events: "dogodki",
1383
+ exit: "izhod",
1384
+ expand: "razpni",
1385
+ expects: "pricakuje",
1386
+ exposes: "izpostavlja",
1387
+ extend: "razsiritev",
1388
+ extends: "razsiri",
1389
+ extendsId: "razsiriId",
1390
+ family: "druzina",
1391
+ fast: "hitro",
1392
+ field: "polje",
1393
+ fields: "polja",
1394
+ flowPattern: "vzorecPoteka",
1395
+ foreground: "ospredje",
1396
+ foreignKey: "tujiKljuc",
1397
+ formPattern: "vzorecObrazca",
1398
+ forwardedFrom: "posredovanoOd",
1399
+ from: "iz",
1400
+ geometry: "geometrija",
1401
+ guard: "strazar",
1402
+ guards: "strazarji",
1403
+ headers: "glave",
1404
+ headingMajor: "naslovVeliki",
1405
+ headingMinor: "naslovMali",
1406
+ hover: "lebdenje",
1407
+ icon: "ikona",
1408
+ iconography: "ikonografija",
1409
+ id: "id",
1410
+ identity: "identiteta",
1411
+ illustration: "ilustracija",
1412
+ inbound: "dohodno",
1413
+ info: "informacija",
1414
+ infoForeground: "infoOspredje",
1415
+ initialEffects: "zacetnoUcinki",
1416
+ input: "vnos",
1417
+ inputHeightLg: "visinaVnosaV",
1418
+ inputHeightMd: "visinaVnosaSr",
1419
+ inputHeightSm: "visinaVnosaM",
1420
+ instances: "primerki",
1421
+ instant: "trenutno",
1422
+ intents: "nameni",
1423
+ interactive: "interaktivno",
1424
+ interval: "interval",
1425
+ intrinsic: "lastno",
1426
+ isFinal: "jeKoncno",
1427
+ isInitial: "jeZacetno",
1428
+ isTerminal: "jeTerminalno",
1429
+ item: "element",
1430
+ items: "elementi",
1431
+ key: "kljuc",
1432
+ keyName: "imeKljuca",
1433
+ kind: "vrsta",
1434
+ knob: "gumbek",
1435
+ label: "oznaka",
1436
+ ledger: "knjiga",
1437
+ lg: "v",
1438
+ lineHeight: "visinaVrstice",
1439
+ linear: "linearno",
1440
+ linkedEntity: "povezanaEntiteta",
1441
+ linkedEntityId: "povezanaEntitetaId",
1442
+ listPattern: "vzorecSeznama",
1443
+ listens: "poslusa",
1444
+ loadingAsset: "sredstvoNalaganje",
1445
+ location: "lokacija",
1446
+ max: "najvec",
1447
+ maxAttempts: "najvecPoskusov",
1448
+ min: "najmanj",
1449
+ monoFamily: "monoDruzina",
1450
+ motion: "gibanje",
1451
+ mounts: "priklopi",
1452
+ muted: "zaduseno",
1453
+ mutedForeground: "zadusenoOspredje",
1454
+ name: "ime",
1455
+ normal: "normalno",
1456
+ numeric: "stevilsko",
1457
+ omit: "izloci",
1458
+ onDelete: "obIzbrisi",
1459
+ onEntry: "obVnos",
1460
+ onExit: "obIzhod",
1461
+ onboardingAsset: "sredstvoUvod",
1462
+ only: "samo",
1463
+ orbital: "orbitala",
1464
+ orbitalId: "orbitalaId",
1465
+ orbitals: "orbitale",
1466
+ originalEvent: "izvirniDogodek",
1467
+ originalName: "izvirnoIme",
1468
+ outbound: "odhodno",
1469
+ owner: "lastnik",
1470
+ pageIds: "stranIdji",
1471
+ pages: "strani",
1472
+ parent: "stars",
1473
+ path: "pot",
1474
+ pattern: "vzorec",
1475
+ patternPath: "potVzorca",
1476
+ payload: "podatki",
1477
+ payloadMapping: "podatkiPreslikava",
1478
+ payloadSchema: "podatkiShema",
1479
+ persistence: "trajnost",
1480
+ personas: "osebe",
1481
+ placeholder: "ograda",
1482
+ popoverElevation: "pojavnoOknoDvig",
1483
+ presentation: "predstavitev",
1484
+ press: "pritisk",
1485
+ primary: "primarno",
1486
+ primaryColor: "primarnaBarva",
1487
+ primaryEntity: "primarnaEntiteta",
1488
+ primaryForeground: "primarnoOspredje",
1489
+ primaryHover: "primarnoLebdenje",
1490
+ primaryKey: "primarniKljuc",
1491
+ priority: "prioriteta",
1492
+ prop: "rekvizit",
1493
+ properties: "lastnosti",
1494
+ props: "rekviziti",
1495
+ provides: "zagotavlja",
1496
+ radii: "polmeri",
1497
+ radiusContainer: "polmerVsebnik",
1498
+ radiusInteractive: "polmerInteraktivno",
1499
+ radiusPill: "polmerTableta",
1500
+ read: "beri",
1501
+ read_policy: "beri_politika",
1502
+ reconnect: "ponovnaPovezava",
1503
+ ref: "sklic",
1504
+ refId: "sklicId",
1505
+ reference: "referenca",
1506
+ relatedLinks: "povezanePovezave",
1507
+ relation: "relacija",
1508
+ renames: "preimenovanja",
1509
+ request: "zahtevek",
1510
+ requestFragment: "zahtevekFragment",
1511
+ required: "obvezno",
1512
+ requiredFields: "obveznaPolja",
1513
+ requires: "zahteva",
1514
+ resolved: "razresen",
1515
+ resource: "vir",
1516
+ ring: "obroc",
1517
+ role: "vloga",
1518
+ roles: "vloge",
1519
+ rowHeightCompact: "visinaVrsticeStisnjena",
1520
+ rowHeightNormal: "visinaVrsticeNormalna",
1521
+ rowHeightSpacious: "visinaVrsticeProstorna",
1522
+ runtime: "izvajanje",
1523
+ scale: "merilo",
1524
+ schemaVersion: "shemaRazlicica",
1525
+ scope: "obseg",
1526
+ scopeOverridden: "obsegPreglasen",
1527
+ secondary: "sekundarno",
1528
+ secondaryForeground: "sekundarnoOspredje",
1529
+ secondaryHover: "sekundarnoLebdenje",
1530
+ secretEnv: "skrivnostOkolje",
1531
+ sectionGap: "odsekVrzel",
1532
+ sections: "odseki",
1533
+ semanticRole: "semanticnaVloga",
1534
+ serverPath: "streznikPot",
1535
+ services: "storitve",
1536
+ shadows: "sence",
1537
+ shape: "oblika",
1538
+ shared: "skupno",
1539
+ singleton: "edinec",
1540
+ site: "mesto",
1541
+ size: "velikost",
1542
+ slot: "reza",
1543
+ slots: "reze",
1544
+ slow: "pocasno",
1545
+ sm: "m",
1546
+ softDelete: "mehkoIzbrisi",
1547
+ source: "izvor",
1548
+ sourceBehavior: "izvorVedenje",
1549
+ sourceEntityDefinition: "izvorEntitetaDefinicija",
1550
+ space0: "razmik0",
1551
+ space1: "razmik1",
1552
+ space10: "razmik10",
1553
+ space11: "razmik11",
1554
+ space12: "razmik12",
1555
+ space2: "razmik2",
1556
+ space3: "razmik3",
1557
+ space4: "razmik4",
1558
+ space5: "razmik5",
1559
+ space6: "razmik6",
1560
+ space7: "razmik7",
1561
+ space8: "razmik8",
1562
+ space9: "razmik9",
1563
+ spacing: "razmik",
1564
+ spring: "vzmet",
1565
+ standard: "standard",
1566
+ stateMachine: "strojStanj",
1567
+ states: "stanja",
1568
+ strokeWidth: "sirinaCrte",
1569
+ style: "slog",
1570
+ subDomain: "poddomena",
1571
+ success: "uspeh",
1572
+ successForeground: "uspehOspredje",
1573
+ suggestedGuards: "predlaganoStrazarji",
1574
+ summary: "povzetek",
1575
+ surface: "povrsina",
1576
+ surfaceHover: "povrsinaLebdenje",
1577
+ surfaces: "povrsine",
1578
+ synonyms: "sopomenke",
1579
+ tableBorder: "tabelaRob",
1580
+ tableHeader: "tabelaGlava",
1581
+ tableRowHover: "tabelaVrsticaLebdenje",
1582
+ target: "cilj",
1583
+ targetView: "ciljPogled",
1584
+ text: "besedilo",
1585
+ theme: "tema",
1586
+ tick: "utrip",
1587
+ ticks: "utripi",
1588
+ tier: "nivo",
1589
+ timeBoundMs: "casMejaMs",
1590
+ timeout: "casovnaOmejitev",
1591
+ timestamps: "casovniZigi",
1592
+ title: "naziv",
1593
+ to: "do",
1594
+ toastElevation: "obvestiloDvig",
1595
+ tokens: "zetoni",
1596
+ trait: "znacilnost",
1597
+ traitEmbedIds: "znacilnostVgraditevIdji",
1598
+ traitId: "znacilnostId",
1599
+ traitName: "znacilnostIme",
1600
+ traitRefIds: "znacilnostSklicIdji",
1601
+ traits: "znacilnosti",
1602
+ transition: "prehod",
1603
+ transitions: "prehodi",
1604
+ triggers: "sprozilci",
1605
+ triggersId: "sprozilciId",
1606
+ type: "tip",
1607
+ typeArgs: "tipArgumenti",
1608
+ typeParams: "tipParametri",
1609
+ typeScale: "tipMerilo",
1610
+ typeWhen: "tipKo",
1611
+ types: "tipi",
1612
+ typography: "tipografija",
1613
+ ui: "vmesnik",
1614
+ unique: "edinstveno",
1615
+ update: "posodobi",
1616
+ update_policy: "posodobi_politika",
1617
+ updatedAt: "posodobljenoPri",
1618
+ url: "url",
1619
+ uses: "uporablja",
1620
+ uxHints: "uxNamigi",
1621
+ values: "vrednosti",
1622
+ variant: "varianta",
1623
+ variants: "variante",
1624
+ version: "razlicica",
1625
+ viewType: "tipPogleda",
1626
+ visual_prompt: "vizualno_poziv",
1627
+ vocabulary: "besednjak",
1628
+ warning: "opozorilo",
1629
+ warningForeground: "opozoriloOspredje",
1630
+ weight: "utez",
1631
+ xl: "xv",
1632
+ xs: "xm"
1633
+ }
1634
+ };
1635
+
1636
+ // src/i18n/lolo-lexer.ts
1637
+ var IDENT_START = /[\p{L}_]/u;
1638
+ var IDENT_CONTINUE = /[\p{L}\p{N}_/-]/u;
1639
+ var SIGIL_CONTINUE = /[\p{L}\p{N}_.]/u;
1640
+ var DIGIT = /[0-9]/;
1641
+ function lexLolo(source) {
1642
+ const tokens = [];
1643
+ let i = 0;
1644
+ const n = source.length;
1645
+ const push = (kind, start, end, text, textStart) => {
1646
+ tokens.push({
1647
+ kind,
1648
+ start,
1649
+ end,
1650
+ text: text ?? source.slice(start, end),
1651
+ textStart: textStart ?? start
1652
+ });
1653
+ };
1654
+ while (i < n) {
1655
+ const c = source[i];
1656
+ if (c === " " || c === " " || c === "\r" || c === "\n") {
1657
+ i++;
1658
+ continue;
1659
+ }
1660
+ if (c === "#") {
1661
+ const start2 = i;
1662
+ if (source[i + 1] === "=") {
1663
+ const close = source.indexOf("=#", i + 2);
1664
+ i = close === -1 ? n : close + 2;
1665
+ } else {
1666
+ const nl = source.indexOf("\n", i);
1667
+ i = nl === -1 ? n : nl;
1668
+ }
1669
+ push("comment", start2, i);
1670
+ continue;
1671
+ }
1672
+ if (c === ";" && source[i + 1] === ";") {
1673
+ const start2 = i;
1674
+ const nl = source.indexOf("\n", i);
1675
+ i = nl === -1 ? n : nl;
1676
+ push("comment", start2, i);
1677
+ continue;
1678
+ }
1679
+ if (c === '"') {
1680
+ const start2 = i;
1681
+ i++;
1682
+ while (i < n) {
1683
+ if (source[i] === "\\") {
1684
+ i += 2;
1685
+ continue;
1686
+ }
1687
+ if (source[i] === '"') {
1688
+ i++;
1689
+ break;
1690
+ }
1691
+ i++;
1692
+ }
1693
+ push("string", start2, Math.min(i, n));
1694
+ continue;
1695
+ }
1696
+ if (c === "@") {
1697
+ const start2 = i;
1698
+ i++;
1699
+ if (source[i] === "(") {
1700
+ i++;
1701
+ push("punct", start2, i);
1702
+ continue;
1703
+ }
1704
+ const nameStart = i;
1705
+ while (i < n && SIGIL_CONTINUE.test(source[i])) i++;
1706
+ push("sigil", start2, i, source.slice(nameStart, i), nameStart);
1707
+ continue;
1708
+ }
1709
+ if (c === "?") {
1710
+ const start2 = i;
1711
+ i++;
1712
+ if (i < n && IDENT_START.test(source[i])) {
1713
+ const nameStart = i;
1714
+ while (i < n && SIGIL_CONTINUE.test(source[i])) i++;
1715
+ push("payload-sigil", start2, i, source.slice(nameStart, i), nameStart);
1716
+ } else {
1717
+ push("payload-sigil", start2, i, "", i);
1718
+ }
1719
+ continue;
1720
+ }
1721
+ if (c === "-") {
1722
+ const start2 = i;
1723
+ if (source[i + 1] === ">") {
1724
+ i += 2;
1725
+ push("punct", start2, i);
1726
+ } else if (source[i + 1] === "-") {
1727
+ i += 2;
1728
+ push("punct", start2, i);
1729
+ } else if (source[i + 1] !== void 0 && DIGIT.test(source[i + 1])) {
1730
+ i++;
1731
+ while (i < n && (DIGIT.test(source[i]) || source[i] === ".")) i++;
1732
+ push("number", start2, i);
1733
+ } else {
1734
+ i++;
1735
+ push("identifier", start2, i);
1736
+ }
1737
+ continue;
1738
+ }
1739
+ if (DIGIT.test(c)) {
1740
+ const start2 = i;
1741
+ while (i < n && (DIGIT.test(source[i]) || source[i] === ".")) i++;
1742
+ push("number", start2, i);
1743
+ continue;
1744
+ }
1745
+ if (c === "=" || c === "!" || c === "<" || c === ">") {
1746
+ const start2 = i;
1747
+ i++;
1748
+ if (source[i] === "=") i++;
1749
+ const two = i - start2 === 2;
1750
+ push(two ? "identifier" : "punct", start2, i);
1751
+ continue;
1752
+ }
1753
+ if (c === "+" || c === "*" || c === "/" || c === "%") {
1754
+ const start2 = i;
1755
+ i++;
1756
+ push("identifier", start2, i);
1757
+ continue;
1758
+ }
1759
+ if (IDENT_START.test(c)) {
1760
+ const start2 = i;
1761
+ while (i < n && IDENT_CONTINUE.test(source[i])) i++;
1762
+ const text = source.slice(start2, i);
1763
+ push(text === "true" || text === "false" || text === "null" ? "literal" : "identifier", start2, i, text);
1764
+ continue;
1765
+ }
1766
+ const start = i;
1767
+ i++;
1768
+ if (c === ":" && source[i] === ":") i++;
1769
+ push("punct", start, i);
1770
+ }
1771
+ return tokens;
1772
+ }
1773
+
1774
+ // src/i18n/localize.ts
1775
+ var LOLO_SECTIONS = [
1776
+ "keywords",
1777
+ "shapes",
1778
+ "tags",
1779
+ "categories",
1780
+ "capabilities",
1781
+ "annotations",
1782
+ "sigils",
1783
+ "effects",
1784
+ "types",
1785
+ "units",
1786
+ "literals",
1787
+ "reservedEvents"
1788
+ ];
1789
+ var CANON_ANY_ORDER = [
1790
+ "keywords",
1791
+ "shapes",
1792
+ "tags",
1793
+ "categories",
1794
+ "capabilities",
1795
+ "annotations",
1796
+ "sigils",
1797
+ "types",
1798
+ "units",
1799
+ "literals",
1800
+ "reservedEvents"
1801
+ ];
1802
+ function forward(lang, sections, resolutionOrder, operators) {
1803
+ const canon = (native) => {
1804
+ for (const section of resolutionOrder) {
1805
+ for (const [english, value] of Object.entries(coreTables[lang][section])) {
1806
+ if (value === native) return english;
1807
+ }
1808
+ }
1809
+ if (operators) {
1810
+ for (const [english, value] of Object.entries(operators.operators)) {
1811
+ if (value === native) return english;
1812
+ }
1813
+ }
1814
+ return void 0;
1815
+ };
1816
+ const map = /* @__PURE__ */ new Map();
1817
+ const add = (english, native) => {
1818
+ if (canon(native) !== english) return;
1819
+ map.set(english, native);
1820
+ };
1821
+ for (const section of sections) {
1822
+ for (const [english, native] of Object.entries(coreTables[lang][section])) {
1823
+ add(english, native);
1824
+ }
1825
+ }
1826
+ if (operators) {
1827
+ for (const [english, native] of Object.entries(operators.operators)) {
1828
+ add(english, native);
1829
+ }
1830
+ }
1831
+ return map;
1832
+ }
1833
+ function localizeMap(lang, operators) {
1834
+ return forward(lang, LOLO_SECTIONS, CANON_ANY_ORDER, operators);
1835
+ }
1836
+ function isWordShaped(english) {
1837
+ return /^[A-Za-z_][A-Za-z0-9_/-]*$/.test(english);
1838
+ }
1839
+ var FIELD_BLOCK_HEADS = /* @__PURE__ */ new Set(["entity", "type", "config", "params", "variants", "tokens", "event"]);
1840
+ var EVENT_BLOCK_HEADS = /* @__PURE__ */ new Set(["listens", "emits", "events"]);
1841
+ var NAME_INTRODUCING = /* @__PURE__ */ new Set([
1842
+ "app",
1843
+ "orbital",
1844
+ "entity",
1845
+ "trait",
1846
+ "state",
1847
+ "page",
1848
+ "type",
1849
+ "event",
1850
+ "uses",
1851
+ "theme",
1852
+ "as",
1853
+ "extend"
1854
+ ]);
1855
+ var NAME_PUNCT = /* @__PURE__ */ new Set(["->", "-->", "\u2192", ".", "--"]);
1856
+ function localizeLoloSource(source, lang, options = {}) {
1857
+ if (lang === "en") return source;
1858
+ const { operators } = options;
1859
+ const keywords = forward(lang, ["keywords"], CANON_ANY_ORDER);
1860
+ const shapes = forward(lang, ["shapes"], CANON_ANY_ORDER);
1861
+ const types = forward(lang, ["types"], ["types"]);
1862
+ const modifiers = forward(lang, ["tags", "categories", "capabilities", "keywords"], CANON_ANY_ORDER);
1863
+ const heads = forward(lang, ["effects"], ["effects"], operators);
1864
+ const sigils = forward(lang, ["sigils", "annotations"], ["sigils", "annotations"]);
1865
+ const bindingSigils = forward(lang, ["sigils"], ["sigils", "annotations"]);
1866
+ const literals = forward(lang, ["literals"], ["literals"]);
1867
+ const units = forward(lang, ["units"], ["units"]);
1868
+ const reservedEvents = forward(lang, ["reservedEvents"], ["reservedEvents"]);
1869
+ const tokens = lexLolo(source);
1870
+ const edits = [];
1871
+ const stack = [
1872
+ {
1873
+ kind: "root",
1874
+ stmtHead: void 0,
1875
+ blockHead: void 0,
1876
+ afterColon: false,
1877
+ sawEquals: false,
1878
+ refBody: false,
1879
+ parenHead: void 0,
1880
+ binderSeen: false
1881
+ }
1882
+ ];
1883
+ const top = () => stack[stack.length - 1];
1884
+ let prev;
1885
+ const replace = (token, map) => {
1886
+ if (!isWordShaped(token.text)) return;
1887
+ const native = map.get(token.text);
1888
+ if (native === void 0 || native === token.text) return;
1889
+ edits.push({ start: token.textStart, end: token.end, text: native });
1890
+ };
1891
+ for (let index = 0; index < tokens.length; index++) {
1892
+ const token = tokens[index];
1893
+ if (token.kind === "comment") continue;
1894
+ const frame = top();
1895
+ const startsStatement = prev === void 0 || prev.text === "{" || prev.text === "}" || source.slice(prev.end, token.start).includes("\n");
1896
+ if (startsStatement) {
1897
+ frame.stmtHead = void 0;
1898
+ frame.afterColon = false;
1899
+ frame.sawEquals = false;
1900
+ }
1901
+ if (token.kind === "punct") {
1902
+ const text = source.slice(token.start, token.end);
1903
+ const child = (kind) => ({
1904
+ kind,
1905
+ stmtHead: void 0,
1906
+ blockHead: frame.stmtHead,
1907
+ afterColon: false,
1908
+ sawEquals: false,
1909
+ refBody: frame.refBody || frame.sawEquals,
1910
+ parenHead: void 0,
1911
+ binderSeen: false
1912
+ });
1913
+ if (text === "(" || text === "@(") {
1914
+ stack.push({ ...child(parenFrame(frame, prev)), blockHead: void 0 });
1915
+ if (top().kind === "binder-list") frame.binderSeen = true;
1916
+ } else if (text === "{") {
1917
+ stack.push(child(braceFrame(frame, prev)));
1918
+ } else if (text === "[") {
1919
+ stack.push(child(bracketFrame(frame, prev)));
1920
+ } else if (text === ")" || text === "}" || text === "]") {
1921
+ if (stack.length > 1) stack.pop();
1922
+ top().afterColon = false;
1923
+ top().sawEquals = false;
1924
+ } else if (text === ":") {
1925
+ frame.afterColon = true;
1926
+ } else if (text === "=") {
1927
+ frame.afterColon = false;
1928
+ frame.sawEquals = true;
1929
+ } else if (text === ",") {
1930
+ frame.afterColon = false;
1931
+ frame.sawEquals = false;
1932
+ frame.stmtHead = void 0;
1933
+ }
1934
+ prev = token;
1935
+ continue;
1936
+ }
1937
+ const opaque = frame.kind === "object" || frame.kind === "array" || frame.kind === "binder-list" || frame.kind === "binder-pair" && prev !== void 0 && prev.text === "(";
1938
+ if (token.kind === "sigil") {
1939
+ const dot = token.text.indexOf(".");
1940
+ const root = dot === -1 ? token.text : token.text.slice(0, dot);
1941
+ const native = (opaque || frame.kind === "paren" ? bindingSigils : sigils).get(root);
1942
+ if (native !== void 0 && native !== root) {
1943
+ edits.push({ start: token.textStart, end: token.textStart + root.length, text: native });
1944
+ }
1945
+ prev = token;
1946
+ continue;
1947
+ }
1948
+ if (token.kind === "payload-sigil" || token.kind === "string" || token.kind === "number") {
1949
+ prev = token;
1950
+ continue;
1951
+ }
1952
+ if (token.kind === "literal") {
1953
+ if (!opaque) replace(token, literals);
1954
+ prev = token;
1955
+ continue;
1956
+ }
1957
+ const prevText = prev === void 0 ? void 0 : source.slice(prev.start, prev.end);
1958
+ const afterName = prevText !== void 0 && (NAME_INTRODUCING.has(prevText) || NAME_PUNCT.has(prevText));
1959
+ if (token.text === "INIT" && !opaque && !frame.sawEquals) {
1960
+ replace(token, reservedEvents);
1961
+ if (frame.stmtHead === void 0) frame.stmtHead = token.text;
1962
+ prev = token;
1963
+ continue;
1964
+ }
1965
+ if (!opaque && !startsStatement && prev !== void 0 && prev.kind === "number") {
1966
+ replace(token, units);
1967
+ prev = token;
1968
+ continue;
1969
+ }
1970
+ switch (frame.kind) {
1971
+ case "paren": {
1972
+ if (prevText === "(") {
1973
+ frame.parenHead = token.text;
1974
+ replace(token, heads);
1975
+ }
1976
+ break;
1977
+ }
1978
+ case "binder-list":
1979
+ case "binder-pair":
1980
+ break;
1981
+ case "object":
1982
+ case "array":
1983
+ break;
1984
+ case "mods":
1985
+ if (!frame.afterColon) replace(token, modifiers);
1986
+ break;
1987
+ case "type-array":
1988
+ replace(token, types);
1989
+ break;
1990
+ case "block-fields": {
1991
+ if (frame.afterColon && !afterName) replace(token, types);
1992
+ break;
1993
+ }
1994
+ case "root":
1995
+ case "block-body": {
1996
+ if (!afterName) replace(token, frame.afterColon ? types : keywords);
1997
+ break;
1998
+ }
1999
+ }
2000
+ if ((frame.kind === "root" || frame.kind === "block-body") && prevText === "=") {
2001
+ replace(token, shapes);
2002
+ }
2003
+ if (frame.stmtHead === void 0) frame.stmtHead = token.text;
2004
+ prev = token;
2005
+ }
2006
+ return applyEdits(source, edits);
2007
+ }
2008
+ function parenFrame(frame, prev) {
2009
+ if (frame.kind === "binder-list") return "binder-pair";
2010
+ if (frame.kind === "paren" && !frame.binderSeen && prev !== void 0 && prev.text === frame.parenHead && (frame.parenHead === "let" || frame.parenHead === "fn" || frame.parenHead === "lambda")) {
2011
+ return "binder-list";
2012
+ }
2013
+ return "paren";
2014
+ }
2015
+ function braceFrame(frame, prev) {
2016
+ if (isExpression(frame.kind)) return "object";
2017
+ if (frame.kind === "block-fields" && prev !== void 0 && prev.text === "=") return "object";
2018
+ if (frame.refBody && frame.stmtHead === "config") return "object";
2019
+ if (frame.blockHead !== void 0 && EVENT_BLOCK_HEADS.has(frame.blockHead)) return "block-fields";
2020
+ if (frame.kind === "type-array") return "block-fields";
2021
+ if (frame.kind === "block-fields" && frame.afterColon) return "block-fields";
2022
+ const head = frame.stmtHead;
2023
+ return head !== void 0 && FIELD_BLOCK_HEADS.has(head) ? "block-fields" : "block-body";
2024
+ }
2025
+ function bracketFrame(frame, prev) {
2026
+ if (isExpression(frame.kind)) return "array";
2027
+ if (prev !== void 0 && prev.text === "=") return "array";
2028
+ if (frame.afterColon) return frame.kind === "block-fields" ? "type-array" : "array";
2029
+ return "mods";
2030
+ }
2031
+ function isExpression(kind) {
2032
+ return kind === "paren" || kind === "object" || kind === "array" || kind === "binder-list" || kind === "binder-pair";
2033
+ }
2034
+ function applyEdits(source, edits) {
2035
+ if (edits.length === 0) return source;
2036
+ edits.sort((a, b) => a.start - b.start);
2037
+ let out = "";
2038
+ let cursor = 0;
2039
+ for (const edit of edits) {
2040
+ if (edit.start < cursor) continue;
2041
+ out += source.slice(cursor, edit.start) + edit.text;
2042
+ cursor = edit.end;
2043
+ }
2044
+ return out + source.slice(cursor);
2045
+ }
2046
+ function localizeOrbValue(value, lang, options = {}) {
2047
+ if (lang === "en") return value;
2048
+ const orbKeys = forward(lang, ["orb"], ["orb"]);
2049
+ const types = forward(lang, ["types"], ["types"]);
2050
+ const heads = forward(lang, ["effects"], ["effects"], options.operators);
2051
+ const sigils = forward(lang, ["sigils"], ["sigils", "annotations"]);
2052
+ const walk = (node) => {
2053
+ if (Array.isArray(node)) {
2054
+ const items = node.map(walk);
2055
+ const head = items[0];
2056
+ if (typeof head === "string") {
2057
+ const native = heads.get(head);
2058
+ if (native !== void 0) items[0] = native;
2059
+ }
2060
+ return items;
2061
+ }
2062
+ if (node !== null && typeof node === "object") {
2063
+ const out = {};
2064
+ for (const [key, child] of Object.entries(node)) {
2065
+ const nativeKey = orbKeys.get(key) ?? key;
2066
+ let next = walk(child);
2067
+ if (key === "type" && typeof next === "string") {
2068
+ next = types.get(next) ?? next;
2069
+ }
2070
+ out[nativeKey] = next;
2071
+ }
2072
+ return out;
2073
+ }
2074
+ if (typeof node === "string" && node.startsWith("@")) {
2075
+ const rest = node.slice(1);
2076
+ const dot = rest.indexOf(".");
2077
+ const root = dot === -1 ? rest : rest.slice(0, dot);
2078
+ const native = sigils.get(root);
2079
+ if (native === void 0) return node;
2080
+ return dot === -1 ? `@${native}` : `@${native}${rest.slice(dot)}`;
2081
+ }
2082
+ return node;
2083
+ };
2084
+ return walk(value);
2085
+ }
2086
+
2087
+ // src/i18n/index.ts
2088
+ var LANGUAGE_CODES = ["en", "ar", "sl"];
2089
+ var I18N_SECTIONS = [
2090
+ "keywords",
2091
+ "shapes",
2092
+ "tags",
2093
+ "categories",
2094
+ "capabilities",
2095
+ "annotations",
2096
+ "sigils",
2097
+ "effects",
2098
+ "types",
2099
+ "units",
2100
+ "literals",
2101
+ "reservedEvents",
2102
+ "orb"
2103
+ ];
2104
+ function isPlainObject(x) {
2105
+ return typeof x === "object" && x !== null && !Array.isArray(x);
2106
+ }
2107
+ function isRawI18nTable(x) {
2108
+ return isPlainObject(x);
2109
+ }
2110
+ function isStringRecord(x) {
2111
+ if (!isPlainObject(x)) return false;
2112
+ for (const value of Object.values(x)) {
2113
+ if (typeof value !== "string") return false;
2114
+ }
2115
+ return true;
2116
+ }
2117
+ function isLanguageCode(x) {
2118
+ return x === "en" || x === "ar" || x === "sl";
2119
+ }
2120
+ function isI18nMeta(x) {
2121
+ if (!isPlainObject(x) || !("code" in x) || !("name" in x) || !("rtl" in x)) return false;
2122
+ return isLanguageCode(x.code) && typeof x.name === "string" && typeof x.rtl === "boolean";
2123
+ }
2124
+ function emptySections() {
2125
+ return {
2126
+ keywords: {},
2127
+ shapes: {},
2128
+ tags: {},
2129
+ categories: {},
2130
+ capabilities: {},
2131
+ annotations: {},
2132
+ sigils: {},
2133
+ effects: {},
2134
+ types: {},
2135
+ units: {},
2136
+ literals: {},
2137
+ reservedEvents: {},
2138
+ orb: {}
2139
+ };
2140
+ }
2141
+ function parseI18nTables(raw, source) {
2142
+ if (!isRawI18nTable(raw)) {
2143
+ throw new Error(`i18n table "${source}": expected a JSON object, got ${typeof raw}`);
2144
+ }
2145
+ if (!isI18nMeta(raw.meta)) {
2146
+ throw new Error(`i18n table "${source}": missing or malformed "meta" (expected { code, name, rtl })`);
2147
+ }
2148
+ const badSections = [];
2149
+ const sections = emptySections();
2150
+ for (const section of I18N_SECTIONS) {
2151
+ const value = raw[section];
2152
+ if (value === void 0) continue;
2153
+ if (!isStringRecord(value)) {
2154
+ badSections.push(section);
2155
+ continue;
2156
+ }
2157
+ sections[section] = value;
2158
+ }
2159
+ if (badSections.length > 0) {
2160
+ throw new Error(`i18n table "${source}": sections not Record<string,string>: ${badSections.join(", ")}`);
2161
+ }
2162
+ return { meta: raw.meta, ...sections };
2163
+ }
2164
+ function parseOperatorTables(raw, source) {
2165
+ if (!isPlainObject(raw) || !("operators" in raw) || !isStringRecord(raw.operators)) {
2166
+ throw new Error(`operator table "${source}": expected { operators: Record<string,string> }`);
2167
+ }
2168
+ return { operators: raw.operators };
2169
+ }
2170
+ var coreTables = {
2171
+ en: parseI18nTables(en_default, "en.json"),
2172
+ ar: parseI18nTables(ar_default, "ar.json"),
2173
+ sl: parseI18nTables(sl_default, "sl.json")
2174
+ };
2175
+ function getVocabulary(lang) {
2176
+ return coreTables[lang];
2177
+ }
2178
+ function aliasMap(lang, section, operators) {
2179
+ let table;
2180
+ if (section === "operators") {
2181
+ if (!operators) {
2182
+ throw new Error(`aliasMap("${lang}", "operators") requires an OperatorTables argument`);
2183
+ }
2184
+ table = operators.operators;
2185
+ } else {
2186
+ table = coreTables[lang][section];
2187
+ }
2188
+ const map = /* @__PURE__ */ new Map();
2189
+ for (const [english, native] of Object.entries(table)) {
2190
+ map.set(native, english);
2191
+ }
2192
+ return map;
2193
+ }
2194
+ var LOLO_FIRST_TOKEN_KEYWORDS = ["app", "uses", "expects", "type", "theme", "orbital"];
2195
+ function languageOfLoloFirstToken(token) {
2196
+ const matches = LANGUAGE_CODES.filter(
2197
+ (lang) => LOLO_FIRST_TOKEN_KEYWORDS.some((kw) => coreTables[lang].keywords[kw] === token)
2198
+ );
2199
+ return matches.length === 1 ? matches[0] : void 0;
2200
+ }
2201
+ function languageOfOrbTopLevelKeys(keys) {
2202
+ const keySet = new Set(keys);
2203
+ const matches = LANGUAGE_CODES.filter((lang) => keySet.has(coreTables[lang].orb.orbitals));
2204
+ return matches.length === 1 ? matches[0] : void 0;
2205
+ }
2206
+ function checkI18nCoverage(input) {
2207
+ const problems = [];
2208
+ const { core, std, canonicalOperators } = input;
2209
+ const enTable = core.en;
2210
+ for (const lang of LANGUAGE_CODES) {
2211
+ const table = core[lang];
2212
+ for (const section of I18N_SECTIONS) {
2213
+ const values = table[section];
2214
+ if (lang !== "en") {
2215
+ const enKeys = new Set(Object.keys(enTable[section]));
2216
+ const langKeys = new Set(Object.keys(values));
2217
+ for (const key of enKeys) {
2218
+ if (!langKeys.has(key)) {
2219
+ problems.push({ lang, section, kind: "missing", key });
2220
+ }
2221
+ }
2222
+ for (const key of langKeys) {
2223
+ if (!enKeys.has(key)) {
2224
+ problems.push({ lang, section, kind: "orphan", key });
2225
+ }
2226
+ }
2227
+ }
2228
+ for (const [key, value] of Object.entries(values)) {
2229
+ if (value === "") {
2230
+ problems.push({ lang, section, kind: "empty", key });
2231
+ }
2232
+ }
2233
+ }
2234
+ }
2235
+ for (const lang of LANGUAGE_CODES) {
2236
+ const table = core[lang];
2237
+ const occurrences = /* @__PURE__ */ new Map();
2238
+ for (const section of I18N_SECTIONS) {
2239
+ for (const [key, value] of Object.entries(table[section])) {
2240
+ const list = occurrences.get(key) ?? [];
2241
+ list.push({ section, value });
2242
+ occurrences.set(key, list);
2243
+ }
2244
+ }
2245
+ const opTable = std?.[lang]?.operators;
2246
+ if (opTable) {
2247
+ for (const [key, value] of Object.entries(opTable)) {
2248
+ const list = occurrences.get(key) ?? [];
2249
+ list.push({ section: "operators", value });
2250
+ occurrences.set(key, list);
2251
+ }
2252
+ }
2253
+ for (const [key, entries] of occurrences) {
2254
+ if (entries.length < 2) continue;
2255
+ const baseline = entries[0];
2256
+ for (let i = 1; i < entries.length; i++) {
2257
+ const entry = entries[i];
2258
+ if (entry.value !== baseline.value) {
2259
+ problems.push({
2260
+ lang,
2261
+ section: entry.section,
2262
+ kind: "inconsistent",
2263
+ key,
2264
+ detail: `"${key}" is "${baseline.value}" in ${baseline.section} but "${entry.value}" in ${entry.section}`
2265
+ });
2266
+ }
2267
+ }
2268
+ }
2269
+ }
2270
+ for (const lang of LANGUAGE_CODES) {
2271
+ const table = core[lang];
2272
+ for (const section of I18N_SECTIONS) {
2273
+ const byValue = /* @__PURE__ */ new Map();
2274
+ for (const [key, value] of Object.entries(table[section])) {
2275
+ const keys = byValue.get(value) ?? [];
2276
+ keys.push(key);
2277
+ byValue.set(value, keys);
2278
+ }
2279
+ for (const [value, keys] of byValue) {
2280
+ if (keys.length < 2) continue;
2281
+ for (let i = 1; i < keys.length; i++) {
2282
+ problems.push({
2283
+ lang,
2284
+ section,
2285
+ kind: "collision",
2286
+ key: keys[i],
2287
+ detail: `shares native value "${value}" with "${keys[0]}" in ${section}`
2288
+ });
2289
+ }
2290
+ }
2291
+ }
2292
+ const combined = /* @__PURE__ */ new Map();
2293
+ for (const [key, value] of Object.entries(table.effects)) {
2294
+ const list = combined.get(value) ?? [];
2295
+ list.push({ section: "effects", key });
2296
+ combined.set(value, list);
2297
+ }
2298
+ const opTable = std?.[lang]?.operators;
2299
+ if (opTable) {
2300
+ for (const [key, value] of Object.entries(opTable)) {
2301
+ const list = combined.get(value) ?? [];
2302
+ list.push({ section: "operators", key });
2303
+ combined.set(value, list);
2304
+ }
2305
+ }
2306
+ for (const [value, entries] of combined) {
2307
+ const hasEffects = entries.some((e) => e.section === "effects");
2308
+ const hasOperators = entries.some((e) => e.section === "operators");
2309
+ if (!(hasEffects && hasOperators)) continue;
2310
+ const first = entries[0];
2311
+ for (const entry of entries.slice(1)) {
2312
+ if (entry.key === first.key) continue;
2313
+ problems.push({
2314
+ lang,
2315
+ section: "effects\u222Aoperators",
2316
+ kind: "collision",
2317
+ key: entry.key,
2318
+ detail: `shares native value "${value}" with "${first.key}" (${first.section}) in effects\u222Aoperators`
2319
+ });
2320
+ }
2321
+ }
2322
+ }
2323
+ const selectorUses = /* @__PURE__ */ new Map();
2324
+ for (const lang of LANGUAGE_CODES) {
2325
+ const table = core[lang];
2326
+ const selectors = [
2327
+ ...LOLO_FIRST_TOKEN_KEYWORDS.map((key) => ({ section: "keywords", key, value: table.keywords[key] })),
2328
+ { section: "orb", key: "orbitals", value: table.orb.orbitals }
2329
+ ];
2330
+ for (const { section, key, value } of selectors) {
2331
+ if (value === void 0) continue;
2332
+ const uses = selectorUses.get(value) ?? [];
2333
+ uses.push({ lang, section, key });
2334
+ selectorUses.set(value, uses);
2335
+ }
2336
+ }
2337
+ for (const [value, uses] of selectorUses) {
2338
+ const langs = new Set(uses.map((u) => u.lang));
2339
+ if (langs.size < 2) continue;
2340
+ for (const use of uses) {
2341
+ const others = uses.filter((u) => u.lang !== use.lang).map((u) => `${u.lang}:${u.section}.${u.key}`);
2342
+ problems.push({
2343
+ lang: use.lang,
2344
+ section: use.section,
2345
+ kind: "selector-not-unique",
2346
+ key: use.key,
2347
+ detail: `${use.section}.${use.key} = "${value}" is also a language selector in: ${others.join(", ")}`
2348
+ });
2349
+ }
2350
+ }
2351
+ if (std && canonicalOperators) {
2352
+ const canonicalSet = new Set(canonicalOperators);
2353
+ for (const lang of LANGUAGE_CODES) {
2354
+ const opTable = std[lang]?.operators;
2355
+ if (!opTable) continue;
2356
+ const langKeys = new Set(Object.keys(opTable));
2357
+ for (const op of canonicalSet) {
2358
+ if (!langKeys.has(op)) {
2359
+ problems.push({ lang, section: "operators", kind: "operators-mismatch", key: op, detail: "missing from language operator table" });
2360
+ }
2361
+ }
2362
+ for (const op of langKeys) {
2363
+ if (!canonicalSet.has(op)) {
2364
+ problems.push({ lang, section: "operators", kind: "operators-mismatch", key: op, detail: "not present in canonical operator set" });
2365
+ }
2366
+ }
2367
+ }
2368
+ }
2369
+ return { ok: problems.length === 0, problems };
2370
+ }
2371
+ function reportIdenticalToEnglish(input) {
2372
+ const problems = [];
2373
+ const enTable = input.core.en;
2374
+ for (const lang of LANGUAGE_CODES) {
2375
+ if (lang === "en") continue;
2376
+ const table = input.core[lang];
2377
+ for (const section of I18N_SECTIONS) {
2378
+ for (const [key, value] of Object.entries(table[section])) {
2379
+ const enValue = enTable[section][key];
2380
+ if (enValue !== void 0 && value === enValue) {
2381
+ problems.push({ lang, section, kind: "identical-to-english", key, detail: `matches English value "${enValue}"` });
2382
+ }
2383
+ }
2384
+ }
2385
+ }
2386
+ return problems;
2387
+ }
2388
+
2389
+ export { I18N_SECTIONS, LANGUAGE_CODES, LOLO_FIRST_TOKEN_KEYWORDS, aliasMap, checkI18nCoverage, coreTables, getVocabulary, languageOfLoloFirstToken, languageOfOrbTopLevelKeys, lexLolo, localizeLoloSource, localizeMap, localizeOrbValue, parseI18nTables, parseOperatorTables, reportIdenticalToEnglish };
2390
+ //# sourceMappingURL=index.js.map
2391
+ //# sourceMappingURL=index.js.map