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