@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
package/dist/index.js
CHANGED
|
@@ -66708,6 +66708,1913 @@ function mergeEntityFrame(current, orderedWrites) {
|
|
|
66708
66708
|
return next;
|
|
66709
66709
|
}
|
|
66710
66710
|
|
|
66711
|
-
|
|
66711
|
+
// src/i18n/en.json
|
|
66712
|
+
var en_default = {
|
|
66713
|
+
meta: {
|
|
66714
|
+
code: "en",
|
|
66715
|
+
name: "English",
|
|
66716
|
+
rtl: false
|
|
66717
|
+
},
|
|
66718
|
+
keywords: {
|
|
66719
|
+
app: "app",
|
|
66720
|
+
orbital: "orbital",
|
|
66721
|
+
uses: "uses",
|
|
66722
|
+
expects: "expects",
|
|
66723
|
+
entity: "entity",
|
|
66724
|
+
type: "type",
|
|
66725
|
+
derived: "derived",
|
|
66726
|
+
trait: "trait",
|
|
66727
|
+
initial: "initial",
|
|
66728
|
+
state: "state",
|
|
66729
|
+
for: "for",
|
|
66730
|
+
page: "page",
|
|
66731
|
+
as: "as",
|
|
66732
|
+
theme: "theme",
|
|
66733
|
+
emits: "emits",
|
|
66734
|
+
listens: "listens",
|
|
66735
|
+
ticks: "ticks",
|
|
66736
|
+
config: "config",
|
|
66737
|
+
when: "when",
|
|
66738
|
+
with: "with",
|
|
66739
|
+
from: "from",
|
|
66740
|
+
to: "to",
|
|
66741
|
+
every: "every",
|
|
66742
|
+
capabilities: "capabilities",
|
|
66743
|
+
match: "match",
|
|
66744
|
+
external: "external",
|
|
66745
|
+
internal: "internal",
|
|
66746
|
+
on: "on",
|
|
66747
|
+
name: "name",
|
|
66748
|
+
fields: "fields",
|
|
66749
|
+
events: "events",
|
|
66750
|
+
event: "event",
|
|
66751
|
+
emitsScope: "emitsScope",
|
|
66752
|
+
identity: "identity"
|
|
66753
|
+
},
|
|
66754
|
+
shapes: {
|
|
66755
|
+
Entity: "Entity",
|
|
66756
|
+
Trait: "Trait",
|
|
66757
|
+
Page: "Page",
|
|
66758
|
+
Orbital: "Orbital",
|
|
66759
|
+
Event: "Event"
|
|
66760
|
+
},
|
|
66761
|
+
tags: {
|
|
66762
|
+
persistent: "persistent",
|
|
66763
|
+
runtime: "runtime",
|
|
66764
|
+
shared: "shared",
|
|
66765
|
+
identity: "identity",
|
|
66766
|
+
instance: "instance",
|
|
66767
|
+
collection: "collection"
|
|
66768
|
+
},
|
|
66769
|
+
categories: {
|
|
66770
|
+
interaction: "interaction",
|
|
66771
|
+
integration: "integration",
|
|
66772
|
+
lifecycle: "lifecycle",
|
|
66773
|
+
"game-core": "game-core",
|
|
66774
|
+
"game-entity": "game-entity",
|
|
66775
|
+
"game-ui": "game-ui"
|
|
66776
|
+
},
|
|
66777
|
+
capabilities: {
|
|
66778
|
+
read: "read",
|
|
66779
|
+
write: "write",
|
|
66780
|
+
browse: "browse",
|
|
66781
|
+
create: "create",
|
|
66782
|
+
update: "update",
|
|
66783
|
+
delete: "delete",
|
|
66784
|
+
notify: "notify",
|
|
66785
|
+
schedule: "schedule",
|
|
66786
|
+
invoke: "invoke"
|
|
66787
|
+
},
|
|
66788
|
+
annotations: {
|
|
66789
|
+
key: "key",
|
|
66790
|
+
unique: "unique",
|
|
66791
|
+
intrinsic: "intrinsic",
|
|
66792
|
+
label: "label",
|
|
66793
|
+
description: "description",
|
|
66794
|
+
synonyms: "synonyms",
|
|
66795
|
+
tier: "tier",
|
|
66796
|
+
rebindable: "rebindable",
|
|
66797
|
+
read: "read",
|
|
66798
|
+
create: "create",
|
|
66799
|
+
update: "update",
|
|
66800
|
+
delete: "delete",
|
|
66801
|
+
icon: "icon"
|
|
66802
|
+
},
|
|
66803
|
+
sigils: {
|
|
66804
|
+
entity: "entity",
|
|
66805
|
+
payload: "payload",
|
|
66806
|
+
state: "state",
|
|
66807
|
+
now: "now",
|
|
66808
|
+
config: "config",
|
|
66809
|
+
user: "user",
|
|
66810
|
+
trait: "trait"
|
|
66811
|
+
},
|
|
66812
|
+
effects: {
|
|
66813
|
+
set: "set",
|
|
66814
|
+
fetch: "fetch",
|
|
66815
|
+
persist: "persist",
|
|
66816
|
+
emit: "emit",
|
|
66817
|
+
navigate: "navigate",
|
|
66818
|
+
"navigate-back": "navigate-back",
|
|
66819
|
+
"render-ui": "render-ui",
|
|
66820
|
+
notify: "notify",
|
|
66821
|
+
ref: "ref",
|
|
66822
|
+
"call-service": "call-service",
|
|
66823
|
+
invoke: "invoke",
|
|
66824
|
+
do: "do",
|
|
66825
|
+
if: "if",
|
|
66826
|
+
let: "let",
|
|
66827
|
+
fn: "fn",
|
|
66828
|
+
lambda: "lambda",
|
|
66829
|
+
match: "match",
|
|
66830
|
+
when: "when"
|
|
66831
|
+
},
|
|
66832
|
+
types: {
|
|
66833
|
+
string: "string",
|
|
66834
|
+
number: "number",
|
|
66835
|
+
int: "int",
|
|
66836
|
+
float: "float",
|
|
66837
|
+
bool: "bool",
|
|
66838
|
+
boolean: "boolean",
|
|
66839
|
+
timestamp: "timestamp",
|
|
66840
|
+
date: "date",
|
|
66841
|
+
datetime: "datetime",
|
|
66842
|
+
duration: "duration",
|
|
66843
|
+
money: "money",
|
|
66844
|
+
scalar: "scalar",
|
|
66845
|
+
opaque: "opaque",
|
|
66846
|
+
file: "file",
|
|
66847
|
+
email: "email",
|
|
66848
|
+
url: "url",
|
|
66849
|
+
phone: "phone",
|
|
66850
|
+
uuid: "uuid",
|
|
66851
|
+
image: "image",
|
|
66852
|
+
icon: "icon",
|
|
66853
|
+
asset: "asset",
|
|
66854
|
+
component: "component",
|
|
66855
|
+
object: "object",
|
|
66856
|
+
void: "void",
|
|
66857
|
+
null: "null",
|
|
66858
|
+
any: "any",
|
|
66859
|
+
trait: "trait",
|
|
66860
|
+
entity: "entity",
|
|
66861
|
+
event: "event",
|
|
66862
|
+
slot: "slot",
|
|
66863
|
+
pattern: "pattern",
|
|
66864
|
+
Map: "Map",
|
|
66865
|
+
secret: "secret",
|
|
66866
|
+
SExpr: "SExpr"
|
|
66867
|
+
},
|
|
66868
|
+
units: {
|
|
66869
|
+
ms: "ms",
|
|
66870
|
+
s: "s",
|
|
66871
|
+
m: "m",
|
|
66872
|
+
h: "h",
|
|
66873
|
+
d: "d"
|
|
66874
|
+
},
|
|
66875
|
+
literals: {
|
|
66876
|
+
true: "true",
|
|
66877
|
+
false: "false",
|
|
66878
|
+
null: "null"
|
|
66879
|
+
},
|
|
66880
|
+
reservedEvents: {
|
|
66881
|
+
INIT: "INIT"
|
|
66882
|
+
},
|
|
66883
|
+
orb: {
|
|
66884
|
+
"2xl": "2xl",
|
|
66885
|
+
"3xl": "3xl",
|
|
66886
|
+
"4xl": "4xl",
|
|
66887
|
+
_metadata: "_metadata",
|
|
66888
|
+
accent: "accent",
|
|
66889
|
+
accentForeground: "accentForeground",
|
|
66890
|
+
access_waivers: "access_waivers",
|
|
66891
|
+
alias: "alias",
|
|
66892
|
+
animations: "animations",
|
|
66893
|
+
api: "api",
|
|
66894
|
+
appliesTo: "appliesTo",
|
|
66895
|
+
as: "as",
|
|
66896
|
+
aspect: "aspect",
|
|
66897
|
+
assetRef: "assetRef",
|
|
66898
|
+
at: "at",
|
|
66899
|
+
auth: "auth",
|
|
66900
|
+
auxiliaryEntities: "auxiliaryEntities",
|
|
66901
|
+
background: "background",
|
|
66902
|
+
bakedName: "bakedName",
|
|
66903
|
+
base: "base",
|
|
66904
|
+
baseUrl: "baseUrl",
|
|
66905
|
+
behavior: "behavior",
|
|
66906
|
+
bodyDefault: "bodyDefault",
|
|
66907
|
+
bodyEmphasis: "bodyEmphasis",
|
|
66908
|
+
bodyFamily: "bodyFamily",
|
|
66909
|
+
bodyQuiet: "bodyQuiet",
|
|
66910
|
+
border: "border",
|
|
66911
|
+
borderHairline: "borderHairline",
|
|
66912
|
+
borderHeavy: "borderHeavy",
|
|
66913
|
+
borderHover: "borderHover",
|
|
66914
|
+
borderStandard: "borderStandard",
|
|
66915
|
+
buttonHeightLg: "buttonHeightLg",
|
|
66916
|
+
buttonHeightMd: "buttonHeightMd",
|
|
66917
|
+
buttonHeightSm: "buttonHeightSm",
|
|
66918
|
+
capabilities: "capabilities",
|
|
66919
|
+
caption: "caption",
|
|
66920
|
+
card: "card",
|
|
66921
|
+
cardElevation: "cardElevation",
|
|
66922
|
+
cardForeground: "cardForeground",
|
|
66923
|
+
cardPaddingLg: "cardPaddingLg",
|
|
66924
|
+
cardPaddingMd: "cardPaddingMd",
|
|
66925
|
+
cardPaddingSm: "cardPaddingSm",
|
|
66926
|
+
cardinality: "cardinality",
|
|
66927
|
+
category: "category",
|
|
66928
|
+
className: "className",
|
|
66929
|
+
classification: "classification",
|
|
66930
|
+
collection: "collection",
|
|
66931
|
+
color: "color",
|
|
66932
|
+
colors: "colors",
|
|
66933
|
+
component: "component",
|
|
66934
|
+
config: "config",
|
|
66935
|
+
configProvenance: "configProvenance",
|
|
66936
|
+
container: "container",
|
|
66937
|
+
content: "content",
|
|
66938
|
+
create: "create",
|
|
66939
|
+
create_policy: "create_policy",
|
|
66940
|
+
createdAt: "createdAt",
|
|
66941
|
+
curName: "curName",
|
|
66942
|
+
customPatterns: "customPatterns",
|
|
66943
|
+
darkMode: "darkMode",
|
|
66944
|
+
dataEntities: "dataEntities",
|
|
66945
|
+
default: "default",
|
|
66946
|
+
defaultSize: "defaultSize",
|
|
66947
|
+
definerKnob: "definerKnob",
|
|
66948
|
+
delayMs: "delayMs",
|
|
66949
|
+
delete: "delete",
|
|
66950
|
+
delete_policy: "delete_policy",
|
|
66951
|
+
density: "density",
|
|
66952
|
+
description: "description",
|
|
66953
|
+
description_visual_prompt: "description_visual_prompt",
|
|
66954
|
+
design: "design",
|
|
66955
|
+
designTokens: "designTokens",
|
|
66956
|
+
detailPattern: "detailPattern",
|
|
66957
|
+
device: "device",
|
|
66958
|
+
dialogElevation: "dialogElevation",
|
|
66959
|
+
dialogPadding: "dialogPadding",
|
|
66960
|
+
dimension: "dimension",
|
|
66961
|
+
"display-1": "display-1",
|
|
66962
|
+
"display-2": "display-2",
|
|
66963
|
+
displayFamily: "displayFamily",
|
|
66964
|
+
domainContext: "domainContext",
|
|
66965
|
+
dramatic: "dramatic",
|
|
66966
|
+
duration: "duration",
|
|
66967
|
+
durations: "durations",
|
|
66968
|
+
easing: "easing",
|
|
66969
|
+
easings: "easings",
|
|
66970
|
+
effectRow: "effectRow",
|
|
66971
|
+
effects: "effects",
|
|
66972
|
+
elevation: "elevation",
|
|
66973
|
+
emitIds: "emitIds",
|
|
66974
|
+
emits: "emits",
|
|
66975
|
+
emitsScope: "emitsScope",
|
|
66976
|
+
emphasized: "emphasized",
|
|
66977
|
+
emptyAsset: "emptyAsset",
|
|
66978
|
+
enabled: "enabled",
|
|
66979
|
+
enter: "enter",
|
|
66980
|
+
entity: "entity",
|
|
66981
|
+
entityBindingDescription: "entityBindingDescription",
|
|
66982
|
+
entityBindingSynonyms: "entityBindingSynonyms",
|
|
66983
|
+
entityContract: "entityContract",
|
|
66984
|
+
entityId: "entityId",
|
|
66985
|
+
entityRebindable: "entityRebindable",
|
|
66986
|
+
entityRefIds: "entityRefIds",
|
|
66987
|
+
entityType: "entityType",
|
|
66988
|
+
entries: "entries",
|
|
66989
|
+
env: "env",
|
|
66990
|
+
equals: "equals",
|
|
66991
|
+
error: "error",
|
|
66992
|
+
errorAsset: "errorAsset",
|
|
66993
|
+
errorForeground: "errorForeground",
|
|
66994
|
+
event: "event",
|
|
66995
|
+
eventId: "eventId",
|
|
66996
|
+
eventIds: "eventIds",
|
|
66997
|
+
events: "events",
|
|
66998
|
+
exit: "exit",
|
|
66999
|
+
expand: "expand",
|
|
67000
|
+
expects: "expects",
|
|
67001
|
+
exposes: "exposes",
|
|
67002
|
+
extends: "extends",
|
|
67003
|
+
extendsId: "extendsId",
|
|
67004
|
+
family: "family",
|
|
67005
|
+
fast: "fast",
|
|
67006
|
+
features: "features",
|
|
67007
|
+
field: "field",
|
|
67008
|
+
fields: "fields",
|
|
67009
|
+
flowPattern: "flowPattern",
|
|
67010
|
+
foreground: "foreground",
|
|
67011
|
+
foreignKey: "foreignKey",
|
|
67012
|
+
formPattern: "formPattern",
|
|
67013
|
+
from: "from",
|
|
67014
|
+
geometry: "geometry",
|
|
67015
|
+
guard: "guard",
|
|
67016
|
+
guards: "guards",
|
|
67017
|
+
headers: "headers",
|
|
67018
|
+
headingMajor: "headingMajor",
|
|
67019
|
+
headingMinor: "headingMinor",
|
|
67020
|
+
hover: "hover",
|
|
67021
|
+
icon: "icon",
|
|
67022
|
+
iconography: "iconography",
|
|
67023
|
+
id: "id",
|
|
67024
|
+
identity: "identity",
|
|
67025
|
+
illustration: "illustration",
|
|
67026
|
+
inbound: "inbound",
|
|
67027
|
+
info: "info",
|
|
67028
|
+
infoForeground: "infoForeground",
|
|
67029
|
+
initialEffects: "initialEffects",
|
|
67030
|
+
input: "input",
|
|
67031
|
+
inputHeightLg: "inputHeightLg",
|
|
67032
|
+
inputHeightMd: "inputHeightMd",
|
|
67033
|
+
inputHeightSm: "inputHeightSm",
|
|
67034
|
+
instances: "instances",
|
|
67035
|
+
instant: "instant",
|
|
67036
|
+
intents: "intents",
|
|
67037
|
+
interactive: "interactive",
|
|
67038
|
+
interval: "interval",
|
|
67039
|
+
intrinsic: "intrinsic",
|
|
67040
|
+
isFinal: "isFinal",
|
|
67041
|
+
isInitial: "isInitial",
|
|
67042
|
+
isTerminal: "isTerminal",
|
|
67043
|
+
item: "item",
|
|
67044
|
+
items: "items",
|
|
67045
|
+
key: "key",
|
|
67046
|
+
keyName: "keyName",
|
|
67047
|
+
kind: "kind",
|
|
67048
|
+
knob: "knob",
|
|
67049
|
+
label: "label",
|
|
67050
|
+
ledger: "ledger",
|
|
67051
|
+
lg: "lg",
|
|
67052
|
+
lineHeight: "lineHeight",
|
|
67053
|
+
linear: "linear",
|
|
67054
|
+
linkedEntity: "linkedEntity",
|
|
67055
|
+
linkedEntityId: "linkedEntityId",
|
|
67056
|
+
listPattern: "listPattern",
|
|
67057
|
+
listens: "listens",
|
|
67058
|
+
loadingAsset: "loadingAsset",
|
|
67059
|
+
location: "location",
|
|
67060
|
+
max: "max",
|
|
67061
|
+
maxAttempts: "maxAttempts",
|
|
67062
|
+
min: "min",
|
|
67063
|
+
mode: "mode",
|
|
67064
|
+
monoFamily: "monoFamily",
|
|
67065
|
+
motion: "motion",
|
|
67066
|
+
muted: "muted",
|
|
67067
|
+
mutedForeground: "mutedForeground",
|
|
67068
|
+
name: "name",
|
|
67069
|
+
normal: "normal",
|
|
67070
|
+
numeric: "numeric",
|
|
67071
|
+
onDelete: "onDelete",
|
|
67072
|
+
onEntry: "onEntry",
|
|
67073
|
+
onExit: "onExit",
|
|
67074
|
+
onboardingAsset: "onboardingAsset",
|
|
67075
|
+
orbital: "orbital",
|
|
67076
|
+
orbitalId: "orbitalId",
|
|
67077
|
+
orbitals: "orbitals",
|
|
67078
|
+
originalEvent: "originalEvent",
|
|
67079
|
+
originalName: "originalName",
|
|
67080
|
+
outbound: "outbound",
|
|
67081
|
+
owner: "owner",
|
|
67082
|
+
pageIds: "pageIds",
|
|
67083
|
+
pages: "pages",
|
|
67084
|
+
parent: "parent",
|
|
67085
|
+
path: "path",
|
|
67086
|
+
pattern: "pattern",
|
|
67087
|
+
patternPath: "patternPath",
|
|
67088
|
+
payload: "payload",
|
|
67089
|
+
payloadMapping: "payloadMapping",
|
|
67090
|
+
payloadSchema: "payloadSchema",
|
|
67091
|
+
persistence: "persistence",
|
|
67092
|
+
personas: "personas",
|
|
67093
|
+
placeholder: "placeholder",
|
|
67094
|
+
popoverElevation: "popoverElevation",
|
|
67095
|
+
presentation: "presentation",
|
|
67096
|
+
press: "press",
|
|
67097
|
+
primary: "primary",
|
|
67098
|
+
primaryColor: "primaryColor",
|
|
67099
|
+
primaryEntity: "primaryEntity",
|
|
67100
|
+
primaryForeground: "primaryForeground",
|
|
67101
|
+
primaryHover: "primaryHover",
|
|
67102
|
+
primaryKey: "primaryKey",
|
|
67103
|
+
priority: "priority",
|
|
67104
|
+
prop: "prop",
|
|
67105
|
+
properties: "properties",
|
|
67106
|
+
props: "props",
|
|
67107
|
+
provides: "provides",
|
|
67108
|
+
radii: "radii",
|
|
67109
|
+
radiusContainer: "radiusContainer",
|
|
67110
|
+
radiusInteractive: "radiusInteractive",
|
|
67111
|
+
radiusPill: "radiusPill",
|
|
67112
|
+
read: "read",
|
|
67113
|
+
read_policy: "read_policy",
|
|
67114
|
+
reconnect: "reconnect",
|
|
67115
|
+
ref: "ref",
|
|
67116
|
+
refId: "refId",
|
|
67117
|
+
relatedLinks: "relatedLinks",
|
|
67118
|
+
relation: "relation",
|
|
67119
|
+
renames: "renames",
|
|
67120
|
+
request: "request",
|
|
67121
|
+
requestFragment: "requestFragment",
|
|
67122
|
+
required: "required",
|
|
67123
|
+
requiredFields: "requiredFields",
|
|
67124
|
+
requires: "requires",
|
|
67125
|
+
resolved: "resolved",
|
|
67126
|
+
resource: "resource",
|
|
67127
|
+
ring: "ring",
|
|
67128
|
+
role: "role",
|
|
67129
|
+
rowHeightCompact: "rowHeightCompact",
|
|
67130
|
+
rowHeightNormal: "rowHeightNormal",
|
|
67131
|
+
rowHeightSpacious: "rowHeightSpacious",
|
|
67132
|
+
runtime: "runtime",
|
|
67133
|
+
scale: "scale",
|
|
67134
|
+
schemaVersion: "schemaVersion",
|
|
67135
|
+
scope: "scope",
|
|
67136
|
+
scopeOverridden: "scopeOverridden",
|
|
67137
|
+
secondary: "secondary",
|
|
67138
|
+
secondaryForeground: "secondaryForeground",
|
|
67139
|
+
secondaryHover: "secondaryHover",
|
|
67140
|
+
secretEnv: "secretEnv",
|
|
67141
|
+
sectionGap: "sectionGap",
|
|
67142
|
+
sections: "sections",
|
|
67143
|
+
semanticRole: "semanticRole",
|
|
67144
|
+
serverPath: "serverPath",
|
|
67145
|
+
services: "services",
|
|
67146
|
+
shadows: "shadows",
|
|
67147
|
+
shape: "shape",
|
|
67148
|
+
shared: "shared",
|
|
67149
|
+
singleton: "singleton",
|
|
67150
|
+
site: "site",
|
|
67151
|
+
size: "size",
|
|
67152
|
+
slot: "slot",
|
|
67153
|
+
slots: "slots",
|
|
67154
|
+
slow: "slow",
|
|
67155
|
+
sm: "sm",
|
|
67156
|
+
softDelete: "softDelete",
|
|
67157
|
+
source: "source",
|
|
67158
|
+
sourceBehavior: "sourceBehavior",
|
|
67159
|
+
sourceEntityDefinition: "sourceEntityDefinition",
|
|
67160
|
+
space0: "space0",
|
|
67161
|
+
space1: "space1",
|
|
67162
|
+
space10: "space10",
|
|
67163
|
+
space11: "space11",
|
|
67164
|
+
space12: "space12",
|
|
67165
|
+
space2: "space2",
|
|
67166
|
+
space3: "space3",
|
|
67167
|
+
space4: "space4",
|
|
67168
|
+
space5: "space5",
|
|
67169
|
+
space6: "space6",
|
|
67170
|
+
space7: "space7",
|
|
67171
|
+
space8: "space8",
|
|
67172
|
+
space9: "space9",
|
|
67173
|
+
spacing: "spacing",
|
|
67174
|
+
spring: "spring",
|
|
67175
|
+
standard: "standard",
|
|
67176
|
+
stateMachine: "stateMachine",
|
|
67177
|
+
states: "states",
|
|
67178
|
+
strokeWidth: "strokeWidth",
|
|
67179
|
+
style: "style",
|
|
67180
|
+
subDomain: "subDomain",
|
|
67181
|
+
success: "success",
|
|
67182
|
+
successForeground: "successForeground",
|
|
67183
|
+
suggestedGuards: "suggestedGuards",
|
|
67184
|
+
summary: "summary",
|
|
67185
|
+
surface: "surface",
|
|
67186
|
+
surfaceHover: "surfaceHover",
|
|
67187
|
+
surfaces: "surfaces",
|
|
67188
|
+
synonyms: "synonyms",
|
|
67189
|
+
tableBorder: "tableBorder",
|
|
67190
|
+
tableHeader: "tableHeader",
|
|
67191
|
+
tableRowHover: "tableRowHover",
|
|
67192
|
+
target: "target",
|
|
67193
|
+
targetView: "targetView",
|
|
67194
|
+
text: "text",
|
|
67195
|
+
theme: "theme",
|
|
67196
|
+
tick: "tick",
|
|
67197
|
+
ticks: "ticks",
|
|
67198
|
+
tier: "tier",
|
|
67199
|
+
timeBoundMs: "timeBoundMs",
|
|
67200
|
+
timeout: "timeout",
|
|
67201
|
+
timestamps: "timestamps",
|
|
67202
|
+
title: "title",
|
|
67203
|
+
to: "to",
|
|
67204
|
+
toastElevation: "toastElevation",
|
|
67205
|
+
tokens: "tokens",
|
|
67206
|
+
trait: "trait",
|
|
67207
|
+
traitEmbedIds: "traitEmbedIds",
|
|
67208
|
+
traitId: "traitId",
|
|
67209
|
+
traitName: "traitName",
|
|
67210
|
+
traitRefIds: "traitRefIds",
|
|
67211
|
+
traits: "traits",
|
|
67212
|
+
transition: "transition",
|
|
67213
|
+
transitions: "transitions",
|
|
67214
|
+
triggers: "triggers",
|
|
67215
|
+
triggersId: "triggersId",
|
|
67216
|
+
type: "type",
|
|
67217
|
+
typeArgs: "typeArgs",
|
|
67218
|
+
typeParams: "typeParams",
|
|
67219
|
+
typeScale: "typeScale",
|
|
67220
|
+
typeWhen: "typeWhen",
|
|
67221
|
+
types: "types",
|
|
67222
|
+
typography: "typography",
|
|
67223
|
+
ui: "ui",
|
|
67224
|
+
unique: "unique",
|
|
67225
|
+
update: "update",
|
|
67226
|
+
update_policy: "update_policy",
|
|
67227
|
+
updatedAt: "updatedAt",
|
|
67228
|
+
url: "url",
|
|
67229
|
+
uses: "uses",
|
|
67230
|
+
uxHints: "uxHints",
|
|
67231
|
+
values: "values",
|
|
67232
|
+
variant: "variant",
|
|
67233
|
+
variants: "variants",
|
|
67234
|
+
version: "version",
|
|
67235
|
+
viewType: "viewType",
|
|
67236
|
+
visual_prompt: "visual_prompt",
|
|
67237
|
+
vocabulary: "vocabulary",
|
|
67238
|
+
warning: "warning",
|
|
67239
|
+
warningForeground: "warningForeground",
|
|
67240
|
+
weight: "weight",
|
|
67241
|
+
xl: "xl",
|
|
67242
|
+
xs: "xs"
|
|
67243
|
+
}
|
|
67244
|
+
};
|
|
67245
|
+
|
|
67246
|
+
// src/i18n/ar.json
|
|
67247
|
+
var ar_default = {
|
|
67248
|
+
meta: {
|
|
67249
|
+
code: "ar",
|
|
67250
|
+
name: "Arabic",
|
|
67251
|
+
rtl: true
|
|
67252
|
+
},
|
|
67253
|
+
keywords: {
|
|
67254
|
+
app: "\u062A\u0637\u0628\u064A\u0642",
|
|
67255
|
+
orbital: "\u0645\u062F\u0627\u0631",
|
|
67256
|
+
uses: "\u064A\u0633\u062A\u062E\u062F\u0645",
|
|
67257
|
+
expects: "\u064A\u062A\u0648\u0642\u0639",
|
|
67258
|
+
entity: "\u0643\u064A\u0627\u0646",
|
|
67259
|
+
type: "\u0646\u0648\u0639",
|
|
67260
|
+
derived: "\u0645\u0634\u062A\u0642",
|
|
67261
|
+
trait: "\u0633\u0645\u0629",
|
|
67262
|
+
initial: "\u0623\u0648\u0644\u064A",
|
|
67263
|
+
state: "\u062D\u0627\u0644\u0629",
|
|
67264
|
+
for: "\u0645\u0646_\u0623\u062C\u0644",
|
|
67265
|
+
page: "\u0635\u0641\u062D\u0629",
|
|
67266
|
+
as: "\u0643\u0640",
|
|
67267
|
+
theme: "\u0645\u0638\u0647\u0631",
|
|
67268
|
+
emits: "\u064A\u0635\u062F\u0631",
|
|
67269
|
+
listens: "\u064A\u0633\u062A\u0645\u0639",
|
|
67270
|
+
ticks: "\u0646\u0628\u0636\u0627\u062A",
|
|
67271
|
+
config: "\u062A\u0643\u0648\u064A\u0646",
|
|
67272
|
+
when: "\u0639\u0646\u062F\u0645\u0627",
|
|
67273
|
+
with: "\u0645\u0639",
|
|
67274
|
+
from: "\u0645\u0646",
|
|
67275
|
+
to: "\u0625\u0644\u0649",
|
|
67276
|
+
every: "\u0643\u0644",
|
|
67277
|
+
capabilities: "\u0642\u062F\u0631\u0627\u062A",
|
|
67278
|
+
match: "\u0645\u0637\u0627\u0628\u0642\u0629",
|
|
67279
|
+
external: "\u062E\u0627\u0631\u062C\u064A",
|
|
67280
|
+
internal: "\u062F\u0627\u062E\u0644\u064A",
|
|
67281
|
+
on: "\u0639\u0646\u062F",
|
|
67282
|
+
name: "\u0627\u0633\u0645",
|
|
67283
|
+
fields: "\u062D\u0642\u0648\u0644",
|
|
67284
|
+
events: "\u0623\u062D\u062F\u0627\u062B",
|
|
67285
|
+
event: "\u062D\u062F\u062B",
|
|
67286
|
+
emitsScope: "\u0646\u0637\u0627\u0642_\u0627\u0644\u0625\u0635\u062F\u0627\u0631",
|
|
67287
|
+
identity: "\u0647\u0648\u064A\u0629"
|
|
67288
|
+
},
|
|
67289
|
+
shapes: {
|
|
67290
|
+
Entity: "\u0643\u064A\u0627\u0646",
|
|
67291
|
+
Trait: "\u0633\u0645\u0629",
|
|
67292
|
+
Page: "\u0635\u0641\u062D\u0629",
|
|
67293
|
+
Orbital: "\u0645\u062F\u0627\u0631",
|
|
67294
|
+
Event: "\u062D\u062F\u062B"
|
|
67295
|
+
},
|
|
67296
|
+
tags: {
|
|
67297
|
+
persistent: "\u062F\u0627\u0626\u0645",
|
|
67298
|
+
runtime: "\u0648\u0642\u062A_\u0627\u0644\u062A\u0634\u063A\u064A\u0644",
|
|
67299
|
+
shared: "\u0645\u0634\u062A\u0631\u0643",
|
|
67300
|
+
identity: "\u0647\u0648\u064A\u0629",
|
|
67301
|
+
instance: "\u0646\u0633\u062E\u0629",
|
|
67302
|
+
collection: "\u0645\u062C\u0645\u0648\u0639\u0629"
|
|
67303
|
+
},
|
|
67304
|
+
categories: {
|
|
67305
|
+
interaction: "\u062A\u0641\u0627\u0639\u0644",
|
|
67306
|
+
integration: "\u062A\u0643\u0627\u0645\u0644",
|
|
67307
|
+
lifecycle: "\u062F\u0648\u0631\u0629_\u062D\u064A\u0627\u0629",
|
|
67308
|
+
"game-core": "\u0623\u0633\u0627\u0633\u064A\u0627\u062A_\u0627\u0644\u0644\u0639\u0628\u0629",
|
|
67309
|
+
"game-entity": "\u0643\u064A\u0627\u0646_\u0627\u0644\u0644\u0639\u0628\u0629",
|
|
67310
|
+
"game-ui": "\u0648\u0627\u062C\u0647\u0629_\u0627\u0644\u0644\u0639\u0628\u0629"
|
|
67311
|
+
},
|
|
67312
|
+
capabilities: {
|
|
67313
|
+
read: "\u0642\u0631\u0627\u0621\u0629",
|
|
67314
|
+
write: "\u0643\u062A\u0627\u0628\u0629",
|
|
67315
|
+
browse: "\u062A\u0635\u0641\u062D",
|
|
67316
|
+
create: "\u0625\u0646\u0634\u0627\u0621",
|
|
67317
|
+
update: "\u062A\u062D\u062F\u064A\u062B",
|
|
67318
|
+
delete: "\u062D\u0630\u0641",
|
|
67319
|
+
notify: "\u0625\u0634\u0639\u0627\u0631",
|
|
67320
|
+
schedule: "\u062C\u062F\u0648\u0644\u0629",
|
|
67321
|
+
invoke: "\u0627\u0633\u062A\u062F\u0639\u0627\u0621"
|
|
67322
|
+
},
|
|
67323
|
+
annotations: {
|
|
67324
|
+
key: "\u0645\u0641\u062A\u0627\u062D",
|
|
67325
|
+
unique: "\u0641\u0631\u064A\u062F",
|
|
67326
|
+
intrinsic: "\u062C\u0648\u0647\u0631\u064A",
|
|
67327
|
+
label: "\u062A\u0633\u0645\u064A\u0629",
|
|
67328
|
+
description: "\u0648\u0635\u0641",
|
|
67329
|
+
synonyms: "\u0645\u0631\u0627\u062F\u0641\u0627\u062A",
|
|
67330
|
+
tier: "\u0645\u0633\u062A\u0648\u0649",
|
|
67331
|
+
rebindable: "\u0642\u0627\u0628\u0644_\u0644\u0625\u0639\u0627\u062F\u0629_\u0627\u0644\u0631\u0628\u0637",
|
|
67332
|
+
read: "\u0642\u0631\u0627\u0621\u0629",
|
|
67333
|
+
create: "\u0625\u0646\u0634\u0627\u0621",
|
|
67334
|
+
update: "\u062A\u062D\u062F\u064A\u062B",
|
|
67335
|
+
delete: "\u062D\u0630\u0641",
|
|
67336
|
+
icon: "\u0623\u064A\u0642\u0648\u0646\u0629"
|
|
67337
|
+
},
|
|
67338
|
+
sigils: {
|
|
67339
|
+
entity: "\u0643\u064A\u0627\u0646",
|
|
67340
|
+
payload: "\u062D\u0645\u0648\u0644\u0629",
|
|
67341
|
+
state: "\u062D\u0627\u0644\u0629",
|
|
67342
|
+
now: "\u0627\u0644\u0622\u0646",
|
|
67343
|
+
config: "\u062A\u0643\u0648\u064A\u0646",
|
|
67344
|
+
user: "\u0645\u0633\u062A\u062E\u062F\u0645",
|
|
67345
|
+
trait: "\u0633\u0645\u0629"
|
|
67346
|
+
},
|
|
67347
|
+
effects: {
|
|
67348
|
+
set: "\u062A\u0639\u064A\u064A\u0646",
|
|
67349
|
+
fetch: "\u062C\u0644\u0628",
|
|
67350
|
+
persist: "\u062D\u0641\u0638",
|
|
67351
|
+
emit: "\u0628\u062B",
|
|
67352
|
+
navigate: "\u0627\u0646\u062A\u0642\u0627\u0644",
|
|
67353
|
+
"navigate-back": "\u0631\u062C\u0648\u0639",
|
|
67354
|
+
"render-ui": "\u0639\u0631\u0636_\u0648\u0627\u062C\u0647\u0629",
|
|
67355
|
+
notify: "\u0625\u0634\u0639\u0627\u0631",
|
|
67356
|
+
ref: "\u0645\u0631\u062C\u0639",
|
|
67357
|
+
"call-service": "\u0627\u0633\u062A\u062F\u0639\u0627\u0621_\u062E\u062F\u0645\u0629",
|
|
67358
|
+
invoke: "\u0627\u0633\u062A\u062F\u0639\u0627\u0621",
|
|
67359
|
+
do: "\u062A\u0646\u0641\u064A\u0630",
|
|
67360
|
+
if: "\u0625\u0630\u0627",
|
|
67361
|
+
let: "\u0644\u064A\u0643\u0646",
|
|
67362
|
+
fn: "\u062F\u0627\u0644\u0629",
|
|
67363
|
+
lambda: "\u0644\u0627\u0645\u062F\u0627",
|
|
67364
|
+
match: "\u0645\u0637\u0627\u0628\u0642\u0629",
|
|
67365
|
+
when: "\u0639\u0646\u062F\u0645\u0627"
|
|
67366
|
+
},
|
|
67367
|
+
types: {
|
|
67368
|
+
string: "\u0646\u0635",
|
|
67369
|
+
number: "\u0631\u0642\u0645",
|
|
67370
|
+
int: "\u0639\u062F\u062F_\u0635\u062D\u064A\u062D",
|
|
67371
|
+
float: "\u0639\u0634\u0631\u064A",
|
|
67372
|
+
bool: "\u062B\u0646\u0627\u0626\u064A",
|
|
67373
|
+
boolean: "\u0645\u0646\u0637\u0642\u064A",
|
|
67374
|
+
timestamp: "\u0637\u0627\u0628\u0639_\u0632\u0645\u0646\u064A",
|
|
67375
|
+
date: "\u062A\u0627\u0631\u064A\u062E",
|
|
67376
|
+
datetime: "\u062A\u0627\u0631\u064A\u062E_\u0648\u0648\u0642\u062A",
|
|
67377
|
+
duration: "\u0645\u062F\u0629",
|
|
67378
|
+
money: "\u0645\u0628\u0644\u063A_\u0645\u0627\u0644\u064A",
|
|
67379
|
+
scalar: "\u0639\u062F\u062F\u064A",
|
|
67380
|
+
opaque: "\u0645\u0639\u062A\u0645",
|
|
67381
|
+
file: "\u0645\u0644\u0641",
|
|
67382
|
+
email: "\u0628\u0631\u064A\u062F_\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",
|
|
67383
|
+
url: "\u0631\u0627\u0628\u0637",
|
|
67384
|
+
phone: "\u0647\u0627\u062A\u0641",
|
|
67385
|
+
uuid: "\u0645\u0639\u0631\u0641_\u0641\u0631\u064A\u062F",
|
|
67386
|
+
image: "\u0635\u0648\u0631\u0629",
|
|
67387
|
+
icon: "\u0623\u064A\u0642\u0648\u0646\u0629",
|
|
67388
|
+
asset: "\u0623\u0635\u0644",
|
|
67389
|
+
component: "\u0645\u0643\u0648\u0646",
|
|
67390
|
+
object: "\u0643\u0627\u0626\u0646",
|
|
67391
|
+
void: "\u0641\u0631\u0627\u063A",
|
|
67392
|
+
null: "\u0639\u062F\u0645",
|
|
67393
|
+
any: "\u0623\u064A",
|
|
67394
|
+
trait: "\u0633\u0645\u0629",
|
|
67395
|
+
entity: "\u0643\u064A\u0627\u0646",
|
|
67396
|
+
event: "\u062D\u062F\u062B",
|
|
67397
|
+
slot: "\u0641\u062A\u062D\u0629",
|
|
67398
|
+
pattern: "\u0646\u0645\u0637",
|
|
67399
|
+
Map: "\u062E\u0631\u064A\u0637\u0629",
|
|
67400
|
+
secret: "\u0633\u0631",
|
|
67401
|
+
SExpr: "\u062A\u0639\u0628\u064A\u0631_\u0631\u0645\u0632\u064A"
|
|
67402
|
+
},
|
|
67403
|
+
units: {
|
|
67404
|
+
ms: "\u0645\u0644\u0644\u064A_\u062B\u0627\u0646\u064A\u0629",
|
|
67405
|
+
s: "\u062B\u0627\u0646\u064A\u0629",
|
|
67406
|
+
m: "\u062F\u0642\u064A\u0642\u0629",
|
|
67407
|
+
h: "\u0633\u0627\u0639\u0629",
|
|
67408
|
+
d: "\u064A\u0648\u0645"
|
|
67409
|
+
},
|
|
67410
|
+
literals: {
|
|
67411
|
+
true: "\u0635\u062D\u064A\u062D",
|
|
67412
|
+
false: "\u062E\u0627\u0637\u0626",
|
|
67413
|
+
null: "\u0639\u062F\u0645"
|
|
67414
|
+
},
|
|
67415
|
+
reservedEvents: {
|
|
67416
|
+
INIT: "\u062A\u0647\u064A\u0626\u0629"
|
|
67417
|
+
},
|
|
67418
|
+
orb: {
|
|
67419
|
+
"2xl": "2\u0643\u0628\u064A\u0631",
|
|
67420
|
+
"3xl": "3\u0643\u0628\u064A\u0631",
|
|
67421
|
+
"4xl": "4\u0643\u0628\u064A\u0631",
|
|
67422
|
+
_metadata: "\u0628\u064A\u0627\u0646\u0627\u062A_\u0648\u0635\u0641\u064A\u0629",
|
|
67423
|
+
accent: "\u062A\u0645\u064A\u064A\u0632",
|
|
67424
|
+
accentForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u062A\u0645\u064A\u064A\u0632",
|
|
67425
|
+
access_waivers: "\u0625\u0639\u0641\u0627\u0621\u0627\u062A_\u0627\u0644\u0648\u0635\u0648\u0644",
|
|
67426
|
+
alias: "\u0627\u0633\u0645_\u0645\u0633\u062A\u0639\u0627\u0631",
|
|
67427
|
+
animations: "\u0631\u0633\u0648\u0645_\u0645\u062A\u062D\u0631\u0643\u0629",
|
|
67428
|
+
api: "\u0648\u0627\u062C\u0647\u0629_\u0628\u0631\u0645\u062C\u064A\u0629",
|
|
67429
|
+
appliesTo: "\u064A\u0646\u0637\u0628\u0642_\u0639\u0644\u0649",
|
|
67430
|
+
as: "\u0643\u0640",
|
|
67431
|
+
aspect: "\u0646\u0633\u0628\u0629",
|
|
67432
|
+
assetRef: "\u0645\u0631\u062C\u0639_\u0627\u0644\u0623\u0635\u0644",
|
|
67433
|
+
at: "\u0641\u064A",
|
|
67434
|
+
auth: "\u0645\u0635\u0627\u062F\u0642\u0629",
|
|
67435
|
+
auxiliaryEntities: "\u0643\u064A\u0627\u0646\u0627\u062A_\u0645\u0633\u0627\u0639\u062F\u0629",
|
|
67436
|
+
background: "\u062E\u0644\u0641\u064A\u0629",
|
|
67437
|
+
bakedName: "\u0627\u0633\u0645_\u0645\u062E\u0628\u0648\u0632",
|
|
67438
|
+
base: "\u0623\u0633\u0627\u0633",
|
|
67439
|
+
baseUrl: "\u0631\u0627\u0628\u0637_\u0623\u0633\u0627\u0633\u064A",
|
|
67440
|
+
behavior: "\u0633\u0644\u0648\u0643",
|
|
67441
|
+
bodyDefault: "\u0645\u062A\u0646_\u0627\u0641\u062A\u0631\u0627\u0636\u064A",
|
|
67442
|
+
bodyEmphasis: "\u0645\u062A\u0646_\u0645\u0624\u0643\u062F",
|
|
67443
|
+
bodyFamily: "\u0639\u0627\u0626\u0644\u0629_\u0627\u0644\u0645\u062A\u0646",
|
|
67444
|
+
bodyQuiet: "\u0645\u062A\u0646_\u0647\u0627\u062F\u0626",
|
|
67445
|
+
border: "\u062D\u062F",
|
|
67446
|
+
borderHairline: "\u062D\u062F_\u0634\u0639\u0631\u064A",
|
|
67447
|
+
borderHeavy: "\u062D\u062F_\u0633\u0645\u064A\u0643",
|
|
67448
|
+
borderHover: "\u062D\u062F_\u0639\u0646\u062F_\u0627\u0644\u062A\u0645\u0631\u064A\u0631",
|
|
67449
|
+
borderStandard: "\u062D\u062F_\u0642\u064A\u0627\u0633\u064A",
|
|
67450
|
+
buttonHeightLg: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0632\u0631_\u0643\u0628\u064A\u0631",
|
|
67451
|
+
buttonHeightMd: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0632\u0631_\u0645\u062A\u0648\u0633\u0637",
|
|
67452
|
+
buttonHeightSm: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0632\u0631_\u0635\u063A\u064A\u0631",
|
|
67453
|
+
capabilities: "\u0642\u062F\u0631\u0627\u062A",
|
|
67454
|
+
caption: "\u062A\u0633\u0645\u064A\u0629_\u062A\u0648\u0636\u064A\u062D\u064A\u0629",
|
|
67455
|
+
card: "\u0628\u0637\u0627\u0642\u0629",
|
|
67456
|
+
cardElevation: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0628\u0637\u0627\u0642\u0629",
|
|
67457
|
+
cardForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u0628\u0637\u0627\u0642\u0629",
|
|
67458
|
+
cardPaddingLg: "\u062D\u0634\u0648\u0629_\u0627\u0644\u0628\u0637\u0627\u0642\u0629_\u0643\u0628\u064A\u0631",
|
|
67459
|
+
cardPaddingMd: "\u062D\u0634\u0648\u0629_\u0627\u0644\u0628\u0637\u0627\u0642\u0629_\u0645\u062A\u0648\u0633\u0637",
|
|
67460
|
+
cardPaddingSm: "\u062D\u0634\u0648\u0629_\u0627\u0644\u0628\u0637\u0627\u0642\u0629_\u0635\u063A\u064A\u0631",
|
|
67461
|
+
cardinality: "\u062A\u0639\u062F\u062F\u064A\u0629",
|
|
67462
|
+
category: "\u0641\u0626\u0629",
|
|
67463
|
+
className: "\u0627\u0633\u0645_\u0627\u0644\u0641\u0626\u0629",
|
|
67464
|
+
classification: "\u062A\u0635\u0646\u064A\u0641",
|
|
67465
|
+
collection: "\u0645\u062C\u0645\u0648\u0639\u0629",
|
|
67466
|
+
color: "\u0644\u0648\u0646",
|
|
67467
|
+
colors: "\u0623\u0644\u0648\u0627\u0646",
|
|
67468
|
+
component: "\u0645\u0643\u0648\u0646",
|
|
67469
|
+
config: "\u062A\u0643\u0648\u064A\u0646",
|
|
67470
|
+
configProvenance: "\u0645\u0635\u062F\u0631_\u0627\u0644\u062A\u0643\u0648\u064A\u0646",
|
|
67471
|
+
container: "\u062D\u0627\u0648\u064A\u0629",
|
|
67472
|
+
content: "\u0645\u062D\u062A\u0648\u0649",
|
|
67473
|
+
create: "\u0625\u0646\u0634\u0627\u0621",
|
|
67474
|
+
create_policy: "\u0633\u064A\u0627\u0633\u0629_\u0627\u0644\u0625\u0646\u0634\u0627\u0621",
|
|
67475
|
+
createdAt: "\u062A\u0627\u0631\u064A\u062E_\u0627\u0644\u0625\u0646\u0634\u0627\u0621",
|
|
67476
|
+
curName: "\u0627\u0644\u0627\u0633\u0645_\u0627\u0644\u062D\u0627\u0644\u064A",
|
|
67477
|
+
customPatterns: "\u0623\u0646\u0645\u0627\u0637_\u0645\u062E\u0635\u0635\u0629",
|
|
67478
|
+
darkMode: "\u0627\u0644\u0648\u0636\u0639_\u0627\u0644\u062F\u0627\u0643\u0646",
|
|
67479
|
+
dataEntities: "\u0643\u064A\u0627\u0646\u0627\u062A_\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A",
|
|
67480
|
+
default: "\u0627\u0641\u062A\u0631\u0627\u0636\u064A",
|
|
67481
|
+
defaultSize: "\u0627\u0644\u062D\u062C\u0645_\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",
|
|
67482
|
+
definerKnob: "\u0645\u0642\u0628\u0636_\u0627\u0644\u0645\u064F\u0639\u0631\u0650\u0651\u0641",
|
|
67483
|
+
delayMs: "\u062A\u0623\u062E\u064A\u0631_\u0645\u0644\u0644\u064A_\u062B\u0627\u0646\u064A\u0629",
|
|
67484
|
+
delete: "\u062D\u0630\u0641",
|
|
67485
|
+
delete_policy: "\u0633\u064A\u0627\u0633\u0629_\u0627\u0644\u062D\u0630\u0641",
|
|
67486
|
+
density: "\u0643\u062B\u0627\u0641\u0629",
|
|
67487
|
+
description: "\u0648\u0635\u0641",
|
|
67488
|
+
description_visual_prompt: "\u0648\u0635\u0641_\u0627\u0644\u0645\u0648\u062C\u0647_\u0627\u0644\u0628\u0635\u0631\u064A",
|
|
67489
|
+
design: "\u062A\u0635\u0645\u064A\u0645",
|
|
67490
|
+
designTokens: "\u0631\u0645\u0648\u0632_\u0627\u0644\u062A\u0635\u0645\u064A\u0645",
|
|
67491
|
+
detailPattern: "\u0646\u0645\u0637_\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644",
|
|
67492
|
+
device: "\u062C\u0647\u0627\u0632",
|
|
67493
|
+
dialogElevation: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u062D\u0648\u0627\u0631",
|
|
67494
|
+
dialogPadding: "\u062D\u0634\u0648\u0629_\u0627\u0644\u062D\u0648\u0627\u0631",
|
|
67495
|
+
dimension: "\u0628\u064F\u0639\u062F",
|
|
67496
|
+
"display-1": "\u0639\u0631\u0636-1",
|
|
67497
|
+
"display-2": "\u0639\u0631\u0636-2",
|
|
67498
|
+
displayFamily: "\u0639\u0627\u0626\u0644\u0629_\u0627\u0644\u0639\u0631\u0636",
|
|
67499
|
+
domainContext: "\u0633\u064A\u0627\u0642_\u0627\u0644\u0645\u062C\u0627\u0644",
|
|
67500
|
+
dramatic: "\u062F\u0631\u0627\u0645\u064A",
|
|
67501
|
+
duration: "\u0645\u062F\u0629",
|
|
67502
|
+
durations: "\u0645\u062F\u062F",
|
|
67503
|
+
easing: "\u062A\u0633\u0647\u064A\u0644",
|
|
67504
|
+
easings: "\u0623\u0646\u0645\u0627\u0637_\u0627\u0644\u062A\u0633\u0647\u064A\u0644",
|
|
67505
|
+
effectRow: "\u0635\u0641_\u0627\u0644\u062A\u0623\u062B\u064A\u0631",
|
|
67506
|
+
effects: "\u062A\u0623\u062B\u064A\u0631\u0627\u062A",
|
|
67507
|
+
elevation: "\u0627\u0631\u062A\u0641\u0627\u0639",
|
|
67508
|
+
emitIds: "\u0645\u0639\u0631\u0641\u0627\u062A_\u0627\u0644\u0628\u062B",
|
|
67509
|
+
emits: "\u064A\u0635\u062F\u0631",
|
|
67510
|
+
emitsScope: "\u0646\u0637\u0627\u0642_\u0627\u0644\u0625\u0635\u062F\u0627\u0631",
|
|
67511
|
+
emphasized: "\u0645\u0624\u0643\u062F",
|
|
67512
|
+
emptyAsset: "\u0623\u0635\u0644_\u0641\u0627\u0631\u063A",
|
|
67513
|
+
enabled: "\u0645\u064F\u0641\u0639\u0651\u0644",
|
|
67514
|
+
enter: "\u062F\u062E\u0648\u0644",
|
|
67515
|
+
entity: "\u0643\u064A\u0627\u0646",
|
|
67516
|
+
entityBindingDescription: "\u0648\u0635\u0641_\u0631\u0628\u0637_\u0627\u0644\u0643\u064A\u0627\u0646",
|
|
67517
|
+
entityBindingSynonyms: "\u0645\u0631\u0627\u062F\u0641\u0627\u062A_\u0631\u0628\u0637_\u0627\u0644\u0643\u064A\u0627\u0646",
|
|
67518
|
+
entityContract: "\u0639\u0642\u062F_\u0627\u0644\u0643\u064A\u0627\u0646",
|
|
67519
|
+
entityId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u0643\u064A\u0627\u0646",
|
|
67520
|
+
entityRebindable: "\u0642\u0627\u0628\u0644_\u0644\u0625\u0639\u0627\u062F\u0629_\u0631\u0628\u0637_\u0627\u0644\u0643\u064A\u0627\u0646",
|
|
67521
|
+
entityRefIds: "\u0645\u0639\u0631\u0641\u0627\u062A_\u0645\u0631\u062C\u0639_\u0627\u0644\u0643\u064A\u0627\u0646",
|
|
67522
|
+
entityType: "\u0646\u0648\u0639_\u0627\u0644\u0643\u064A\u0627\u0646",
|
|
67523
|
+
entries: "\u0625\u062F\u062E\u0627\u0644\u0627\u062A",
|
|
67524
|
+
env: "\u0628\u064A\u0626\u0629",
|
|
67525
|
+
equals: "\u064A\u0633\u0627\u0648\u064A",
|
|
67526
|
+
error: "\u062E\u0637\u0623",
|
|
67527
|
+
errorAsset: "\u0623\u0635\u0644_\u0627\u0644\u062E\u0637\u0623",
|
|
67528
|
+
errorForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u062E\u0637\u0623",
|
|
67529
|
+
event: "\u062D\u062F\u062B",
|
|
67530
|
+
eventId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u062D\u062F\u062B",
|
|
67531
|
+
eventIds: "\u0645\u0639\u0631\u0641\u0627\u062A_\u0627\u0644\u062D\u062F\u062B",
|
|
67532
|
+
events: "\u0623\u062D\u062F\u0627\u062B",
|
|
67533
|
+
exit: "\u062E\u0631\u0648\u062C",
|
|
67534
|
+
expand: "\u062A\u0648\u0633\u064A\u0639",
|
|
67535
|
+
expects: "\u064A\u062A\u0648\u0642\u0639",
|
|
67536
|
+
exposes: "\u064A\u0639\u0631\u0636",
|
|
67537
|
+
extends: "\u064A\u0645\u062A\u062F",
|
|
67538
|
+
extendsId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F",
|
|
67539
|
+
family: "\u0639\u0627\u0626\u0644\u0629",
|
|
67540
|
+
fast: "\u0633\u0631\u064A\u0639",
|
|
67541
|
+
features: "\u0645\u064A\u0632\u0627\u062A",
|
|
67542
|
+
field: "\u062D\u0642\u0644",
|
|
67543
|
+
fields: "\u062D\u0642\u0648\u0644",
|
|
67544
|
+
flowPattern: "\u0646\u0645\u0637_\u0627\u0644\u062A\u062F\u0641\u0642",
|
|
67545
|
+
foreground: "\u0645\u0642\u062F\u0645\u0629",
|
|
67546
|
+
foreignKey: "\u0645\u0641\u062A\u0627\u062D_\u0623\u062C\u0646\u0628\u064A",
|
|
67547
|
+
formPattern: "\u0646\u0645\u0637_\u0627\u0644\u0646\u0645\u0648\u0630\u062C",
|
|
67548
|
+
from: "\u0645\u0646",
|
|
67549
|
+
geometry: "\u0647\u0646\u062F\u0633\u0629",
|
|
67550
|
+
guard: "\u062D\u0627\u0631\u0633",
|
|
67551
|
+
guards: "\u062D\u0631\u0627\u0633",
|
|
67552
|
+
headers: "\u062A\u0631\u0648\u064A\u0633\u0627\u062A",
|
|
67553
|
+
headingMajor: "\u0639\u0646\u0648\u0627\u0646_\u0631\u0626\u064A\u0633\u064A",
|
|
67554
|
+
headingMinor: "\u0639\u0646\u0648\u0627\u0646_\u0641\u0631\u0639\u064A",
|
|
67555
|
+
hover: "\u062A\u0645\u0631\u064A\u0631",
|
|
67556
|
+
icon: "\u0623\u064A\u0642\u0648\u0646\u0629",
|
|
67557
|
+
iconography: "\u0623\u064A\u0642\u0648\u0646\u0627\u062A",
|
|
67558
|
+
id: "\u0645\u0639\u0631\u0641",
|
|
67559
|
+
identity: "\u0647\u0648\u064A\u0629",
|
|
67560
|
+
illustration: "\u0631\u0633\u0645_\u062A\u0648\u0636\u064A\u062D\u064A",
|
|
67561
|
+
inbound: "\u0648\u0627\u0631\u062F",
|
|
67562
|
+
info: "\u0645\u0639\u0644\u0648\u0645\u0627\u062A",
|
|
67563
|
+
infoForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A",
|
|
67564
|
+
initialEffects: "\u0627\u0644\u062A\u0623\u062B\u064A\u0631\u0627\u062A_\u0627\u0644\u0623\u0648\u0644\u064A\u0629",
|
|
67565
|
+
input: "\u0625\u062F\u062E\u0627\u0644",
|
|
67566
|
+
inputHeightLg: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0625\u062F\u062E\u0627\u0644_\u0643\u0628\u064A\u0631",
|
|
67567
|
+
inputHeightMd: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0625\u062F\u062E\u0627\u0644_\u0645\u062A\u0648\u0633\u0637",
|
|
67568
|
+
inputHeightSm: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0625\u062F\u062E\u0627\u0644_\u0635\u063A\u064A\u0631",
|
|
67569
|
+
instances: "\u0646\u0633\u062E",
|
|
67570
|
+
instant: "\u0641\u0648\u0631\u064A",
|
|
67571
|
+
intents: "\u0646\u0648\u0627\u064A\u0627",
|
|
67572
|
+
interactive: "\u062A\u0641\u0627\u0639\u0644\u064A",
|
|
67573
|
+
interval: "\u0641\u0627\u0635\u0644_\u0632\u0645\u0646\u064A",
|
|
67574
|
+
intrinsic: "\u062C\u0648\u0647\u0631\u064A",
|
|
67575
|
+
isFinal: "\u0623\u062E\u064A\u0631",
|
|
67576
|
+
isInitial: "\u0623\u0648\u0644\u064A",
|
|
67577
|
+
isTerminal: "\u0646\u0647\u0627\u0626\u064A",
|
|
67578
|
+
item: "\u0639\u0646\u0635\u0631",
|
|
67579
|
+
items: "\u0639\u0646\u0627\u0635\u0631",
|
|
67580
|
+
key: "\u0645\u0641\u062A\u0627\u062D",
|
|
67581
|
+
keyName: "\u0627\u0633\u0645_\u0627\u0644\u0645\u0641\u062A\u0627\u062D",
|
|
67582
|
+
kind: "\u0635\u0646\u0641",
|
|
67583
|
+
knob: "\u0645\u0642\u0628\u0636",
|
|
67584
|
+
label: "\u062A\u0633\u0645\u064A\u0629",
|
|
67585
|
+
ledger: "\u0633\u062C\u0644",
|
|
67586
|
+
lg: "\u0643\u0628\u064A\u0631",
|
|
67587
|
+
lineHeight: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0633\u0637\u0631",
|
|
67588
|
+
linear: "\u062E\u0637\u064A",
|
|
67589
|
+
linkedEntity: "\u0643\u064A\u0627\u0646_\u0645\u0631\u062A\u0628\u0637",
|
|
67590
|
+
linkedEntityId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u0643\u064A\u0627\u0646_\u0627\u0644\u0645\u0631\u062A\u0628\u0637",
|
|
67591
|
+
listPattern: "\u0646\u0645\u0637_\u0627\u0644\u0642\u0627\u0626\u0645\u0629",
|
|
67592
|
+
listens: "\u064A\u0633\u062A\u0645\u0639",
|
|
67593
|
+
loadingAsset: "\u0623\u0635\u0644_\u0627\u0644\u062A\u062D\u0645\u064A\u0644",
|
|
67594
|
+
location: "\u0645\u0648\u0642\u0639",
|
|
67595
|
+
max: "\u0623\u0642\u0635\u0649",
|
|
67596
|
+
maxAttempts: "\u0623\u0642\u0635\u0649_\u0639\u062F\u062F_\u0645\u062D\u0627\u0648\u0644\u0627\u062A",
|
|
67597
|
+
min: "\u0623\u062F\u0646\u0649",
|
|
67598
|
+
mode: "\u0648\u0636\u0639",
|
|
67599
|
+
monoFamily: "\u0639\u0627\u0626\u0644\u0629_\u0623\u062D\u0627\u062F\u064A\u0629_\u0627\u0644\u0645\u0633\u0627\u0641\u0629",
|
|
67600
|
+
motion: "\u062D\u0631\u0643\u0629",
|
|
67601
|
+
muted: "\u062E\u0627\u0641\u062A",
|
|
67602
|
+
mutedForeground: "\u0645\u0642\u062F\u0645\u0629_\u062E\u0627\u0641\u062A\u0629",
|
|
67603
|
+
name: "\u0627\u0633\u0645",
|
|
67604
|
+
normal: "\u0639\u0627\u062F\u064A",
|
|
67605
|
+
numeric: "\u0631\u0642\u0645\u064A",
|
|
67606
|
+
onDelete: "\u0639\u0646\u062F_\u0627\u0644\u062D\u0630\u0641",
|
|
67607
|
+
onEntry: "\u0639\u0646\u062F_\u0627\u0644\u062F\u062E\u0648\u0644",
|
|
67608
|
+
onExit: "\u0639\u0646\u062F_\u0627\u0644\u062E\u0631\u0648\u062C",
|
|
67609
|
+
onboardingAsset: "\u0623\u0635\u0644_\u0627\u0644\u062A\u0623\u0647\u064A\u0644",
|
|
67610
|
+
orbital: "\u0645\u062F\u0627\u0631",
|
|
67611
|
+
orbitalId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u0645\u062F\u0627\u0631",
|
|
67612
|
+
orbitals: "\u0645\u062F\u0627\u0631\u0627\u062A",
|
|
67613
|
+
originalEvent: "\u0627\u0644\u062D\u062F\u062B_\u0627\u0644\u0623\u0635\u0644\u064A",
|
|
67614
|
+
originalName: "\u0627\u0644\u0627\u0633\u0645_\u0627\u0644\u0623\u0635\u0644\u064A",
|
|
67615
|
+
outbound: "\u0635\u0627\u062F\u0631",
|
|
67616
|
+
owner: "\u0645\u0627\u0644\u0643",
|
|
67617
|
+
pageIds: "\u0645\u0639\u0631\u0641\u0627\u062A_\u0627\u0644\u0635\u0641\u062D\u0629",
|
|
67618
|
+
pages: "\u0635\u0641\u062D\u0627\u062A",
|
|
67619
|
+
parent: "\u0623\u0628",
|
|
67620
|
+
path: "\u0645\u0633\u0627\u0631",
|
|
67621
|
+
pattern: "\u0646\u0645\u0637",
|
|
67622
|
+
patternPath: "\u0645\u0633\u0627\u0631_\u0627\u0644\u0646\u0645\u0637",
|
|
67623
|
+
payload: "\u062D\u0645\u0648\u0644\u0629",
|
|
67624
|
+
payloadMapping: "\u062A\u062E\u0637\u064A\u0637_\u0627\u0644\u062D\u0645\u0648\u0644\u0629",
|
|
67625
|
+
payloadSchema: "\u0645\u062E\u0637\u0637_\u0627\u0644\u062D\u0645\u0648\u0644\u0629",
|
|
67626
|
+
persistence: "\u0627\u0633\u062A\u0645\u0631\u0627\u0631\u064A\u0629",
|
|
67627
|
+
personas: "\u0634\u062E\u0635\u064A\u0627\u062A",
|
|
67628
|
+
placeholder: "\u0646\u0627\u0626\u0628",
|
|
67629
|
+
popoverElevation: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0646\u0627\u0641\u0630\u0629_\u0627\u0644\u0645\u0646\u0628\u062B\u0642\u0629",
|
|
67630
|
+
presentation: "\u0639\u0631\u0636_\u062A\u0642\u062F\u064A\u0645\u064A",
|
|
67631
|
+
press: "\u0636\u063A\u0637",
|
|
67632
|
+
primary: "\u0623\u0633\u0627\u0633\u064A",
|
|
67633
|
+
primaryColor: "\u0627\u0644\u0644\u0648\u0646_\u0627\u0644\u0623\u0633\u0627\u0633\u064A",
|
|
67634
|
+
primaryEntity: "\u0627\u0644\u0643\u064A\u0627\u0646_\u0627\u0644\u0623\u0633\u0627\u0633\u064A",
|
|
67635
|
+
primaryForeground: "\u0645\u0642\u062F\u0645\u0629_\u0623\u0633\u0627\u0633\u064A\u0629",
|
|
67636
|
+
primaryHover: "\u0623\u0633\u0627\u0633\u064A_\u0639\u0646\u062F_\u0627\u0644\u062A\u0645\u0631\u064A\u0631",
|
|
67637
|
+
primaryKey: "\u0645\u0641\u062A\u0627\u062D_\u0623\u0633\u0627\u0633\u064A",
|
|
67638
|
+
priority: "\u0623\u0648\u0644\u0648\u064A\u0629",
|
|
67639
|
+
prop: "\u062E\u0627\u0635\u064A\u0629",
|
|
67640
|
+
properties: "\u062E\u0635\u0627\u0626\u0635",
|
|
67641
|
+
props: "\u062E\u0648\u0627\u0635",
|
|
67642
|
+
provides: "\u064A\u0648\u0641\u0631",
|
|
67643
|
+
radii: "\u0623\u0646\u0635\u0627\u0641_\u0623\u0642\u0637\u0627\u0631",
|
|
67644
|
+
radiusContainer: "\u0646\u0635\u0641_\u0642\u0637\u0631_\u0627\u0644\u062D\u0627\u0648\u064A\u0629",
|
|
67645
|
+
radiusInteractive: "\u0646\u0635\u0641_\u0642\u0637\u0631_\u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A",
|
|
67646
|
+
radiusPill: "\u0646\u0635\u0641_\u0642\u0637\u0631_\u0627\u0644\u0643\u0628\u0633\u0648\u0644\u0629",
|
|
67647
|
+
read: "\u0642\u0631\u0627\u0621\u0629",
|
|
67648
|
+
read_policy: "\u0633\u064A\u0627\u0633\u0629_\u0627\u0644\u0642\u0631\u0627\u0621\u0629",
|
|
67649
|
+
reconnect: "\u0625\u0639\u0627\u062F\u0629_\u0627\u0644\u0627\u062A\u0635\u0627\u0644",
|
|
67650
|
+
ref: "\u0645\u0631\u062C\u0639",
|
|
67651
|
+
refId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u0645\u0631\u062C\u0639",
|
|
67652
|
+
relatedLinks: "\u0631\u0648\u0627\u0628\u0637_\u0630\u0627\u062A_\u0635\u0644\u0629",
|
|
67653
|
+
relation: "\u0639\u0644\u0627\u0642\u0629",
|
|
67654
|
+
renames: "\u0625\u0639\u0627\u062F\u0629_\u062A\u0633\u0645\u064A\u0629",
|
|
67655
|
+
request: "\u0637\u0644\u0628",
|
|
67656
|
+
requestFragment: "\u062C\u0632\u0621_\u0627\u0644\u0637\u0644\u0628",
|
|
67657
|
+
required: "\u0645\u0637\u0644\u0648\u0628",
|
|
67658
|
+
requiredFields: "\u0627\u0644\u062D\u0642\u0648\u0644_\u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629",
|
|
67659
|
+
requires: "\u064A\u062A\u0637\u0644\u0628",
|
|
67660
|
+
resolved: "\u0645\u062D\u0644\u0648\u0644",
|
|
67661
|
+
resource: "\u0645\u0648\u0631\u062F",
|
|
67662
|
+
ring: "\u062D\u0644\u0642\u0629",
|
|
67663
|
+
role: "\u062F\u0648\u0631",
|
|
67664
|
+
rowHeightCompact: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0635\u0641_\u0627\u0644\u0645\u0636\u063A\u0648\u0637",
|
|
67665
|
+
rowHeightNormal: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0635\u0641_\u0627\u0644\u0639\u0627\u062F\u064A",
|
|
67666
|
+
rowHeightSpacious: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0635\u0641_\u0627\u0644\u0648\u0627\u0633\u0639",
|
|
67667
|
+
runtime: "\u0648\u0642\u062A_\u0627\u0644\u062A\u0634\u063A\u064A\u0644",
|
|
67668
|
+
scale: "\u0645\u0642\u064A\u0627\u0633",
|
|
67669
|
+
schemaVersion: "\u0625\u0635\u062F\u0627\u0631_\u0627\u0644\u0645\u062E\u0637\u0637",
|
|
67670
|
+
scope: "\u0646\u0637\u0627\u0642",
|
|
67671
|
+
scopeOverridden: "\u0627\u0644\u0646\u0637\u0627\u0642_\u0645\u064F\u062A\u062C\u0627\u0648\u064E\u0632",
|
|
67672
|
+
secondary: "\u062B\u0627\u0646\u0648\u064A",
|
|
67673
|
+
secondaryForeground: "\u0645\u0642\u062F\u0645\u0629_\u062B\u0627\u0646\u0648\u064A\u0629",
|
|
67674
|
+
secondaryHover: "\u062B\u0627\u0646\u0648\u064A_\u0639\u0646\u062F_\u0627\u0644\u062A\u0645\u0631\u064A\u0631",
|
|
67675
|
+
secretEnv: "\u0628\u064A\u0626\u0629_\u0633\u0631\u064A\u0629",
|
|
67676
|
+
sectionGap: "\u0641\u062C\u0648\u0629_\u0627\u0644\u0642\u0633\u0645",
|
|
67677
|
+
sections: "\u0623\u0642\u0633\u0627\u0645",
|
|
67678
|
+
semanticRole: "\u062F\u0648\u0631_\u062F\u0644\u0627\u0644\u064A",
|
|
67679
|
+
serverPath: "\u0645\u0633\u0627\u0631_\u0627\u0644\u062E\u0627\u062F\u0645",
|
|
67680
|
+
services: "\u062E\u062F\u0645\u0627\u062A",
|
|
67681
|
+
shadows: "\u0638\u0644\u0627\u0644",
|
|
67682
|
+
shape: "\u0634\u0643\u0644",
|
|
67683
|
+
shared: "\u0645\u0634\u062A\u0631\u0643",
|
|
67684
|
+
singleton: "\u0648\u062D\u064A\u062F",
|
|
67685
|
+
site: "\u0645\u0648\u0642\u0639_\u0627\u0644\u0648\u064A\u0628",
|
|
67686
|
+
size: "\u062D\u062C\u0645",
|
|
67687
|
+
slot: "\u0641\u062A\u062D\u0629",
|
|
67688
|
+
slots: "\u0641\u062A\u062D\u0627\u062A",
|
|
67689
|
+
slow: "\u0628\u0637\u064A\u0621",
|
|
67690
|
+
sm: "\u0635\u063A\u064A\u0631",
|
|
67691
|
+
softDelete: "\u062D\u0630\u0641_\u0646\u0627\u0639\u0645",
|
|
67692
|
+
source: "\u0645\u0635\u062F\u0631",
|
|
67693
|
+
sourceBehavior: "\u0633\u0644\u0648\u0643_\u0627\u0644\u0645\u0635\u062F\u0631",
|
|
67694
|
+
sourceEntityDefinition: "\u062A\u0639\u0631\u064A\u0641_\u0643\u064A\u0627\u0646_\u0627\u0644\u0645\u0635\u062F\u0631",
|
|
67695
|
+
space0: "\u0645\u0633\u0627\u0641\u06290",
|
|
67696
|
+
space1: "\u0645\u0633\u0627\u0641\u06291",
|
|
67697
|
+
space10: "\u0645\u0633\u0627\u0641\u062910",
|
|
67698
|
+
space11: "\u0645\u0633\u0627\u0641\u062911",
|
|
67699
|
+
space12: "\u0645\u0633\u0627\u0641\u062912",
|
|
67700
|
+
space2: "\u0645\u0633\u0627\u0641\u06292",
|
|
67701
|
+
space3: "\u0645\u0633\u0627\u0641\u06293",
|
|
67702
|
+
space4: "\u0645\u0633\u0627\u0641\u06294",
|
|
67703
|
+
space5: "\u0645\u0633\u0627\u0641\u06295",
|
|
67704
|
+
space6: "\u0645\u0633\u0627\u0641\u06296",
|
|
67705
|
+
space7: "\u0645\u0633\u0627\u0641\u06297",
|
|
67706
|
+
space8: "\u0645\u0633\u0627\u0641\u06298",
|
|
67707
|
+
space9: "\u0645\u0633\u0627\u0641\u06299",
|
|
67708
|
+
spacing: "\u062A\u0628\u0627\u0639\u062F",
|
|
67709
|
+
spring: "\u0632\u0646\u0628\u0631\u0643\u064A",
|
|
67710
|
+
standard: "\u0642\u064A\u0627\u0633\u064A",
|
|
67711
|
+
stateMachine: "\u0622\u0644\u0629_\u062D\u0627\u0644\u0629",
|
|
67712
|
+
states: "\u062D\u0627\u0644\u0627\u062A",
|
|
67713
|
+
strokeWidth: "\u0633\u064F\u0645\u0643_\u0627\u0644\u062E\u0637",
|
|
67714
|
+
style: "\u0623\u0633\u0644\u0648\u0628",
|
|
67715
|
+
subDomain: "\u0645\u062C\u0627\u0644_\u0641\u0631\u0639\u064A",
|
|
67716
|
+
success: "\u0646\u062C\u0627\u062D",
|
|
67717
|
+
successForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u0646\u062C\u0627\u062D",
|
|
67718
|
+
suggestedGuards: "\u0627\u0644\u062D\u0631\u0627\u0633_\u0627\u0644\u0645\u0642\u062A\u0631\u062D\u0648\u0646",
|
|
67719
|
+
summary: "\u0645\u0644\u062E\u0635",
|
|
67720
|
+
surface: "\u0633\u0637\u062D",
|
|
67721
|
+
surfaceHover: "\u0633\u0637\u062D_\u0639\u0646\u062F_\u0627\u0644\u062A\u0645\u0631\u064A\u0631",
|
|
67722
|
+
surfaces: "\u0623\u0633\u0637\u062D",
|
|
67723
|
+
synonyms: "\u0645\u0631\u0627\u062F\u0641\u0627\u062A",
|
|
67724
|
+
tableBorder: "\u062D\u062F_\u0627\u0644\u062C\u062F\u0648\u0644",
|
|
67725
|
+
tableHeader: "\u062A\u0631\u0648\u064A\u0633\u0629_\u0627\u0644\u062C\u062F\u0648\u0644",
|
|
67726
|
+
tableRowHover: "\u0635\u0641_\u0627\u0644\u062C\u062F\u0648\u0644_\u0639\u0646\u062F_\u0627\u0644\u062A\u0645\u0631\u064A\u0631",
|
|
67727
|
+
target: "\u0647\u062F\u0641",
|
|
67728
|
+
targetView: "\u0627\u0644\u0639\u0631\u0636_\u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641",
|
|
67729
|
+
text: "\u0646\u0635",
|
|
67730
|
+
theme: "\u0645\u0638\u0647\u0631",
|
|
67731
|
+
tick: "\u0646\u0628\u0636\u0629",
|
|
67732
|
+
ticks: "\u0646\u0628\u0636\u0627\u062A",
|
|
67733
|
+
tier: "\u0645\u0633\u062A\u0648\u0649",
|
|
67734
|
+
timeBoundMs: "\u062D\u062F_\u0632\u0645\u0646\u064A_\u0645\u0644\u0644\u064A_\u062B\u0627\u0646\u064A\u0629",
|
|
67735
|
+
timeout: "\u0645\u0647\u0644\u0629",
|
|
67736
|
+
timestamps: "\u0637\u0648\u0627\u0628\u0639_\u0632\u0645\u0646\u064A\u0629",
|
|
67737
|
+
title: "\u0639\u0646\u0648\u0627\u0646",
|
|
67738
|
+
to: "\u0625\u0644\u0649",
|
|
67739
|
+
toastElevation: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0625\u0634\u0639\u0627\u0631_\u0627\u0644\u0645\u0624\u0642\u062A",
|
|
67740
|
+
tokens: "\u0631\u0645\u0648\u0632",
|
|
67741
|
+
trait: "\u0633\u0645\u0629",
|
|
67742
|
+
traitEmbedIds: "\u0645\u0639\u0631\u0641\u0627\u062A_\u062A\u0636\u0645\u064A\u0646_\u0627\u0644\u0633\u0645\u0629",
|
|
67743
|
+
traitId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u0633\u0645\u0629",
|
|
67744
|
+
traitName: "\u0627\u0633\u0645_\u0627\u0644\u0633\u0645\u0629",
|
|
67745
|
+
traitRefIds: "\u0645\u0639\u0631\u0641\u0627\u062A_\u0645\u0631\u062C\u0639_\u0627\u0644\u0633\u0645\u0629",
|
|
67746
|
+
traits: "\u0633\u0645\u0627\u062A",
|
|
67747
|
+
transition: "\u0627\u0646\u062A\u0642\u0627\u0644_\u062D\u0627\u0644\u0629",
|
|
67748
|
+
transitions: "\u0627\u0646\u062A\u0642\u0627\u0644\u0627\u062A",
|
|
67749
|
+
triggers: "\u0645\u062D\u0641\u0632\u0627\u062A",
|
|
67750
|
+
triggersId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u0645\u062D\u0641\u0632\u0627\u062A",
|
|
67751
|
+
type: "\u0646\u0648\u0639",
|
|
67752
|
+
typeArgs: "\u0648\u0633\u0627\u0626\u0637_\u0627\u0644\u0646\u0648\u0639",
|
|
67753
|
+
typeParams: "\u0645\u0639\u0627\u0645\u0644\u0627\u062A_\u0627\u0644\u0646\u0648\u0639",
|
|
67754
|
+
typeScale: "\u0645\u0642\u064A\u0627\u0633_\u0627\u0644\u0637\u0628\u0627\u0639\u0629",
|
|
67755
|
+
typeWhen: "\u0646\u0648\u0639_\u0639\u0646\u062F\u0645\u0627",
|
|
67756
|
+
types: "\u0623\u0646\u0648\u0627\u0639",
|
|
67757
|
+
typography: "\u0637\u0628\u0627\u0639\u0629",
|
|
67758
|
+
ui: "\u0648\u0627\u062C\u0647\u0629",
|
|
67759
|
+
unique: "\u0641\u0631\u064A\u062F",
|
|
67760
|
+
update: "\u062A\u062D\u062F\u064A\u062B",
|
|
67761
|
+
update_policy: "\u0633\u064A\u0627\u0633\u0629_\u0627\u0644\u062A\u062D\u062F\u064A\u062B",
|
|
67762
|
+
updatedAt: "\u062A\u0627\u0631\u064A\u062E_\u0627\u0644\u062A\u062D\u062F\u064A\u062B",
|
|
67763
|
+
url: "\u0631\u0627\u0628\u0637",
|
|
67764
|
+
uses: "\u064A\u0633\u062A\u062E\u062F\u0645",
|
|
67765
|
+
uxHints: "\u062A\u0644\u0645\u064A\u062D\u0627\u062A_\u062A\u062C\u0631\u0628\u0629_\u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645",
|
|
67766
|
+
values: "\u0642\u064A\u0645",
|
|
67767
|
+
variant: "\u0645\u062A\u063A\u064A\u0631",
|
|
67768
|
+
variants: "\u0645\u062A\u063A\u064A\u0631\u0627\u062A",
|
|
67769
|
+
version: "\u0625\u0635\u062F\u0627\u0631",
|
|
67770
|
+
viewType: "\u0646\u0648\u0639_\u0627\u0644\u0639\u0631\u0636",
|
|
67771
|
+
visual_prompt: "\u0645\u0648\u062C\u0647_\u0628\u0635\u0631\u064A",
|
|
67772
|
+
vocabulary: "\u0645\u0641\u0631\u062F\u0627\u062A",
|
|
67773
|
+
warning: "\u062A\u062D\u0630\u064A\u0631",
|
|
67774
|
+
warningForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u062A\u062D\u0630\u064A\u0631",
|
|
67775
|
+
weight: "\u0648\u0632\u0646",
|
|
67776
|
+
xl: "\u0643\u0628\u064A\u0631_\u062C\u062F\u0627",
|
|
67777
|
+
xs: "\u0635\u063A\u064A\u0631_\u062C\u062F\u0627"
|
|
67778
|
+
}
|
|
67779
|
+
};
|
|
67780
|
+
|
|
67781
|
+
// src/i18n/sl.json
|
|
67782
|
+
var sl_default = {
|
|
67783
|
+
meta: {
|
|
67784
|
+
code: "sl",
|
|
67785
|
+
name: "Slovenian",
|
|
67786
|
+
rtl: false
|
|
67787
|
+
},
|
|
67788
|
+
keywords: {
|
|
67789
|
+
app: "aplikacija",
|
|
67790
|
+
orbital: "orbitala",
|
|
67791
|
+
uses: "uporablja",
|
|
67792
|
+
expects: "pricakuje",
|
|
67793
|
+
entity: "entiteta",
|
|
67794
|
+
type: "tip",
|
|
67795
|
+
derived: "izpeljano",
|
|
67796
|
+
trait: "znacilnost",
|
|
67797
|
+
initial: "zacetno",
|
|
67798
|
+
state: "stanje",
|
|
67799
|
+
for: "za",
|
|
67800
|
+
page: "stran",
|
|
67801
|
+
as: "kot",
|
|
67802
|
+
theme: "tema",
|
|
67803
|
+
emits: "oddaja",
|
|
67804
|
+
listens: "poslusa",
|
|
67805
|
+
ticks: "utripi",
|
|
67806
|
+
config: "konfiguracija",
|
|
67807
|
+
when: "ko",
|
|
67808
|
+
with: "s",
|
|
67809
|
+
from: "iz",
|
|
67810
|
+
to: "do",
|
|
67811
|
+
every: "vsak",
|
|
67812
|
+
capabilities: "zmoznosti",
|
|
67813
|
+
match: "ujemaj",
|
|
67814
|
+
external: "zunanje",
|
|
67815
|
+
internal: "notranje",
|
|
67816
|
+
on: "ob",
|
|
67817
|
+
name: "ime",
|
|
67818
|
+
fields: "polja",
|
|
67819
|
+
events: "dogodki",
|
|
67820
|
+
event: "dogodek",
|
|
67821
|
+
emitsScope: "oddajaObseg",
|
|
67822
|
+
identity: "identiteta"
|
|
67823
|
+
},
|
|
67824
|
+
shapes: {
|
|
67825
|
+
Entity: "Entiteta",
|
|
67826
|
+
Trait: "Znacilnost",
|
|
67827
|
+
Page: "Stran",
|
|
67828
|
+
Orbital: "Orbitala",
|
|
67829
|
+
Event: "Dogodek"
|
|
67830
|
+
},
|
|
67831
|
+
tags: {
|
|
67832
|
+
persistent: "trajno",
|
|
67833
|
+
runtime: "izvajanje",
|
|
67834
|
+
shared: "skupno",
|
|
67835
|
+
identity: "identiteta",
|
|
67836
|
+
instance: "primerek",
|
|
67837
|
+
collection: "zbirka"
|
|
67838
|
+
},
|
|
67839
|
+
categories: {
|
|
67840
|
+
interaction: "interakcija",
|
|
67841
|
+
integration: "integracija",
|
|
67842
|
+
lifecycle: "zivljenjskiCikel",
|
|
67843
|
+
"game-core": "igra-jedro",
|
|
67844
|
+
"game-entity": "igra-entiteta",
|
|
67845
|
+
"game-ui": "igra-vmesnik"
|
|
67846
|
+
},
|
|
67847
|
+
capabilities: {
|
|
67848
|
+
read: "beri",
|
|
67849
|
+
write: "pisi",
|
|
67850
|
+
browse: "brskaj",
|
|
67851
|
+
create: "ustvari",
|
|
67852
|
+
update: "posodobi",
|
|
67853
|
+
delete: "izbrisi",
|
|
67854
|
+
notify: "obvesti",
|
|
67855
|
+
schedule: "razporedi",
|
|
67856
|
+
invoke: "sprozi"
|
|
67857
|
+
},
|
|
67858
|
+
annotations: {
|
|
67859
|
+
key: "kljuc",
|
|
67860
|
+
unique: "edinstveno",
|
|
67861
|
+
intrinsic: "lastno",
|
|
67862
|
+
label: "oznaka",
|
|
67863
|
+
description: "opis",
|
|
67864
|
+
synonyms: "sopomenke",
|
|
67865
|
+
tier: "nivo",
|
|
67866
|
+
rebindable: "prevezljivo",
|
|
67867
|
+
read: "beri",
|
|
67868
|
+
create: "ustvari",
|
|
67869
|
+
update: "posodobi",
|
|
67870
|
+
delete: "izbrisi",
|
|
67871
|
+
icon: "ikona"
|
|
67872
|
+
},
|
|
67873
|
+
sigils: {
|
|
67874
|
+
entity: "entiteta",
|
|
67875
|
+
payload: "podatki",
|
|
67876
|
+
state: "stanje",
|
|
67877
|
+
now: "zdaj",
|
|
67878
|
+
config: "konfiguracija",
|
|
67879
|
+
user: "uporabnik",
|
|
67880
|
+
trait: "znacilnost"
|
|
67881
|
+
},
|
|
67882
|
+
effects: {
|
|
67883
|
+
set: "nastavi",
|
|
67884
|
+
fetch: "pridobi",
|
|
67885
|
+
persist: "shrani",
|
|
67886
|
+
emit: "oddaj",
|
|
67887
|
+
navigate: "pojdi",
|
|
67888
|
+
"navigate-back": "pojdi-nazaj",
|
|
67889
|
+
"render-ui": "izrisi-vmesnik",
|
|
67890
|
+
notify: "obvesti",
|
|
67891
|
+
ref: "sklic",
|
|
67892
|
+
"call-service": "poklici-storitev",
|
|
67893
|
+
invoke: "sprozi",
|
|
67894
|
+
do: "naredi",
|
|
67895
|
+
if: "ce",
|
|
67896
|
+
let: "naj",
|
|
67897
|
+
fn: "fn",
|
|
67898
|
+
lambda: "lambda",
|
|
67899
|
+
match: "ujemaj",
|
|
67900
|
+
when: "ko"
|
|
67901
|
+
},
|
|
67902
|
+
types: {
|
|
67903
|
+
string: "niz",
|
|
67904
|
+
number: "stevilo",
|
|
67905
|
+
int: "celo",
|
|
67906
|
+
float: "plavajoce",
|
|
67907
|
+
bool: "logicna",
|
|
67908
|
+
boolean: "logicno",
|
|
67909
|
+
timestamp: "casovniZig",
|
|
67910
|
+
date: "datum",
|
|
67911
|
+
datetime: "datumCas",
|
|
67912
|
+
duration: "trajanje",
|
|
67913
|
+
money: "denar",
|
|
67914
|
+
scalar: "skalar",
|
|
67915
|
+
opaque: "nepregledno",
|
|
67916
|
+
file: "datoteka",
|
|
67917
|
+
email: "eposta",
|
|
67918
|
+
url: "url",
|
|
67919
|
+
phone: "telefon",
|
|
67920
|
+
uuid: "uuid",
|
|
67921
|
+
image: "slika",
|
|
67922
|
+
icon: "ikona",
|
|
67923
|
+
asset: "sredstvo",
|
|
67924
|
+
component: "komponenta",
|
|
67925
|
+
object: "objekt",
|
|
67926
|
+
void: "prazno",
|
|
67927
|
+
null: "nic",
|
|
67928
|
+
any: "karkoli",
|
|
67929
|
+
trait: "znacilnost",
|
|
67930
|
+
entity: "entiteta",
|
|
67931
|
+
event: "dogodek",
|
|
67932
|
+
slot: "reza",
|
|
67933
|
+
pattern: "vzorec",
|
|
67934
|
+
Map: "Mapa",
|
|
67935
|
+
secret: "skrivnost",
|
|
67936
|
+
SExpr: "SIzraz"
|
|
67937
|
+
},
|
|
67938
|
+
units: {
|
|
67939
|
+
ms: "ms",
|
|
67940
|
+
s: "sek",
|
|
67941
|
+
m: "min",
|
|
67942
|
+
h: "ura",
|
|
67943
|
+
d: "dan"
|
|
67944
|
+
},
|
|
67945
|
+
literals: {
|
|
67946
|
+
true: "drzi",
|
|
67947
|
+
false: "nedrzi",
|
|
67948
|
+
null: "nic"
|
|
67949
|
+
},
|
|
67950
|
+
reservedEvents: {
|
|
67951
|
+
INIT: "ZACETEK"
|
|
67952
|
+
},
|
|
67953
|
+
orb: {
|
|
67954
|
+
"2xl": "2xv",
|
|
67955
|
+
"3xl": "3xv",
|
|
67956
|
+
"4xl": "4xv",
|
|
67957
|
+
_metadata: "_metapodatki",
|
|
67958
|
+
accent: "poudarek",
|
|
67959
|
+
accentForeground: "poudarekOspredje",
|
|
67960
|
+
access_waivers: "dostop_izjeme",
|
|
67961
|
+
alias: "vzdevek",
|
|
67962
|
+
animations: "animacije",
|
|
67963
|
+
api: "api",
|
|
67964
|
+
appliesTo: "veljaZa",
|
|
67965
|
+
as: "kot",
|
|
67966
|
+
aspect: "razmerje",
|
|
67967
|
+
assetRef: "sredstvoSklic",
|
|
67968
|
+
at: "pri",
|
|
67969
|
+
auth: "avtentikacija",
|
|
67970
|
+
auxiliaryEntities: "pomozneEntitete",
|
|
67971
|
+
background: "ozadje",
|
|
67972
|
+
bakedName: "zapecenoIme",
|
|
67973
|
+
base: "osnova",
|
|
67974
|
+
baseUrl: "osnovaUrl",
|
|
67975
|
+
behavior: "vedenje",
|
|
67976
|
+
bodyDefault: "teloPrivzeto",
|
|
67977
|
+
bodyEmphasis: "teloPoudarjeno",
|
|
67978
|
+
bodyFamily: "teloDruzina",
|
|
67979
|
+
bodyQuiet: "teloTiho",
|
|
67980
|
+
border: "rob",
|
|
67981
|
+
borderHairline: "robLasek",
|
|
67982
|
+
borderHeavy: "robTezek",
|
|
67983
|
+
borderHover: "robLebdenje",
|
|
67984
|
+
borderStandard: "robStandard",
|
|
67985
|
+
buttonHeightLg: "visinaGumbaV",
|
|
67986
|
+
buttonHeightMd: "visinaGumbaSr",
|
|
67987
|
+
buttonHeightSm: "visinaGumbaM",
|
|
67988
|
+
capabilities: "zmoznosti",
|
|
67989
|
+
caption: "napis",
|
|
67990
|
+
card: "kartica",
|
|
67991
|
+
cardElevation: "kartcaDvig",
|
|
67992
|
+
cardForeground: "kartcaOspredje",
|
|
67993
|
+
cardPaddingLg: "kartcaBlazinaV",
|
|
67994
|
+
cardPaddingMd: "kartcaBlazinaSr",
|
|
67995
|
+
cardPaddingSm: "kartcaBlazinaM",
|
|
67996
|
+
cardinality: "kardinalnost",
|
|
67997
|
+
category: "kategorija",
|
|
67998
|
+
className: "imeRazreda",
|
|
67999
|
+
classification: "klasifikacija",
|
|
68000
|
+
collection: "zbirka",
|
|
68001
|
+
color: "barva",
|
|
68002
|
+
colors: "barve",
|
|
68003
|
+
component: "komponenta",
|
|
68004
|
+
config: "konfiguracija",
|
|
68005
|
+
configProvenance: "konfiguracijaIzvor",
|
|
68006
|
+
container: "vsebnik",
|
|
68007
|
+
content: "vsebina",
|
|
68008
|
+
create: "ustvari",
|
|
68009
|
+
create_policy: "ustvari_politika",
|
|
68010
|
+
createdAt: "ustvarjenoPri",
|
|
68011
|
+
curName: "trenutnoIme",
|
|
68012
|
+
customPatterns: "lastniVzorci",
|
|
68013
|
+
darkMode: "temniNacin",
|
|
68014
|
+
dataEntities: "podatkiEntitete",
|
|
68015
|
+
default: "privzeto",
|
|
68016
|
+
defaultSize: "privzetaVelikost",
|
|
68017
|
+
definerKnob: "definitorGumbek",
|
|
68018
|
+
delayMs: "zakasnitevMs",
|
|
68019
|
+
delete: "izbrisi",
|
|
68020
|
+
delete_policy: "izbrisi_politika",
|
|
68021
|
+
density: "gostota",
|
|
68022
|
+
description: "opis",
|
|
68023
|
+
description_visual_prompt: "opis_vizualno_poziv",
|
|
68024
|
+
design: "oblikovanje",
|
|
68025
|
+
designTokens: "oblikovanjeZetoni",
|
|
68026
|
+
detailPattern: "vzorecPodrobnosti",
|
|
68027
|
+
device: "naprava",
|
|
68028
|
+
dialogElevation: "dialogDvig",
|
|
68029
|
+
dialogPadding: "dialogBlazina",
|
|
68030
|
+
dimension: "dimenzija",
|
|
68031
|
+
"display-1": "prikaz-1",
|
|
68032
|
+
"display-2": "prikaz-2",
|
|
68033
|
+
displayFamily: "prikazDruzina",
|
|
68034
|
+
domainContext: "domenaKontekst",
|
|
68035
|
+
dramatic: "dramaticno",
|
|
68036
|
+
duration: "trajanje",
|
|
68037
|
+
durations: "trajanja",
|
|
68038
|
+
easing: "glajenje",
|
|
68039
|
+
easings: "glajenja",
|
|
68040
|
+
effectRow: "ucinekVrstica",
|
|
68041
|
+
effects: "ucinki",
|
|
68042
|
+
elevation: "dvig",
|
|
68043
|
+
emitIds: "oddajIdji",
|
|
68044
|
+
emits: "oddaja",
|
|
68045
|
+
emitsScope: "oddajaObseg",
|
|
68046
|
+
emphasized: "poudarjeno",
|
|
68047
|
+
emptyAsset: "sredstvoPrazno",
|
|
68048
|
+
enabled: "omogoceno",
|
|
68049
|
+
enter: "vstop",
|
|
68050
|
+
entity: "entiteta",
|
|
68051
|
+
entityBindingDescription: "entitetaVezavaOpis",
|
|
68052
|
+
entityBindingSynonyms: "entitetaVezavaSopomenke",
|
|
68053
|
+
entityContract: "entitetaPogodba",
|
|
68054
|
+
entityId: "entitetaId",
|
|
68055
|
+
entityRebindable: "entitetaPrevezljivo",
|
|
68056
|
+
entityRefIds: "entitetaSklicIdji",
|
|
68057
|
+
entityType: "entitetaTip",
|
|
68058
|
+
entries: "vnosi",
|
|
68059
|
+
env: "okolje",
|
|
68060
|
+
equals: "enako",
|
|
68061
|
+
error: "napaka",
|
|
68062
|
+
errorAsset: "sredstvoNapaka",
|
|
68063
|
+
errorForeground: "napakaOspredje",
|
|
68064
|
+
event: "dogodek",
|
|
68065
|
+
eventId: "dogodekId",
|
|
68066
|
+
eventIds: "dogodekIdji",
|
|
68067
|
+
events: "dogodki",
|
|
68068
|
+
exit: "izhod",
|
|
68069
|
+
expand: "razpni",
|
|
68070
|
+
expects: "pricakuje",
|
|
68071
|
+
exposes: "izpostavlja",
|
|
68072
|
+
extends: "razsiri",
|
|
68073
|
+
extendsId: "razsiriId",
|
|
68074
|
+
family: "druzina",
|
|
68075
|
+
fast: "hitro",
|
|
68076
|
+
features: "znacilke",
|
|
68077
|
+
field: "polje",
|
|
68078
|
+
fields: "polja",
|
|
68079
|
+
flowPattern: "vzorecPoteka",
|
|
68080
|
+
foreground: "ospredje",
|
|
68081
|
+
foreignKey: "tujiKljuc",
|
|
68082
|
+
formPattern: "vzorecObrazca",
|
|
68083
|
+
from: "iz",
|
|
68084
|
+
geometry: "geometrija",
|
|
68085
|
+
guard: "strazar",
|
|
68086
|
+
guards: "strazarji",
|
|
68087
|
+
headers: "glave",
|
|
68088
|
+
headingMajor: "naslovVeliki",
|
|
68089
|
+
headingMinor: "naslovMali",
|
|
68090
|
+
hover: "lebdenje",
|
|
68091
|
+
icon: "ikona",
|
|
68092
|
+
iconography: "ikonografija",
|
|
68093
|
+
id: "id",
|
|
68094
|
+
identity: "identiteta",
|
|
68095
|
+
illustration: "ilustracija",
|
|
68096
|
+
inbound: "dohodno",
|
|
68097
|
+
info: "informacija",
|
|
68098
|
+
infoForeground: "infoOspredje",
|
|
68099
|
+
initialEffects: "zacetnoUcinki",
|
|
68100
|
+
input: "vnos",
|
|
68101
|
+
inputHeightLg: "visinaVnosaV",
|
|
68102
|
+
inputHeightMd: "visinaVnosaSr",
|
|
68103
|
+
inputHeightSm: "visinaVnosaM",
|
|
68104
|
+
instances: "primerki",
|
|
68105
|
+
instant: "trenutno",
|
|
68106
|
+
intents: "nameni",
|
|
68107
|
+
interactive: "interaktivno",
|
|
68108
|
+
interval: "interval",
|
|
68109
|
+
intrinsic: "lastno",
|
|
68110
|
+
isFinal: "jeKoncno",
|
|
68111
|
+
isInitial: "jeZacetno",
|
|
68112
|
+
isTerminal: "jeTerminalno",
|
|
68113
|
+
item: "element",
|
|
68114
|
+
items: "elementi",
|
|
68115
|
+
key: "kljuc",
|
|
68116
|
+
keyName: "imeKljuca",
|
|
68117
|
+
kind: "vrsta",
|
|
68118
|
+
knob: "gumbek",
|
|
68119
|
+
label: "oznaka",
|
|
68120
|
+
ledger: "knjiga",
|
|
68121
|
+
lg: "v",
|
|
68122
|
+
lineHeight: "visinaVrstice",
|
|
68123
|
+
linear: "linearno",
|
|
68124
|
+
linkedEntity: "povezanaEntiteta",
|
|
68125
|
+
linkedEntityId: "povezanaEntitetaId",
|
|
68126
|
+
listPattern: "vzorecSeznama",
|
|
68127
|
+
listens: "poslusa",
|
|
68128
|
+
loadingAsset: "sredstvoNalaganje",
|
|
68129
|
+
location: "lokacija",
|
|
68130
|
+
max: "najvec",
|
|
68131
|
+
maxAttempts: "najvecPoskusov",
|
|
68132
|
+
min: "najmanj",
|
|
68133
|
+
mode: "nacin",
|
|
68134
|
+
monoFamily: "monoDruzina",
|
|
68135
|
+
motion: "gibanje",
|
|
68136
|
+
muted: "zaduseno",
|
|
68137
|
+
mutedForeground: "zadusenoOspredje",
|
|
68138
|
+
name: "ime",
|
|
68139
|
+
normal: "normalno",
|
|
68140
|
+
numeric: "stevilsko",
|
|
68141
|
+
onDelete: "obIzbrisi",
|
|
68142
|
+
onEntry: "obVnos",
|
|
68143
|
+
onExit: "obIzhod",
|
|
68144
|
+
onboardingAsset: "sredstvoUvod",
|
|
68145
|
+
orbital: "orbitala",
|
|
68146
|
+
orbitalId: "orbitalaId",
|
|
68147
|
+
orbitals: "orbitale",
|
|
68148
|
+
originalEvent: "izvirniDogodek",
|
|
68149
|
+
originalName: "izvirnoIme",
|
|
68150
|
+
outbound: "odhodno",
|
|
68151
|
+
owner: "lastnik",
|
|
68152
|
+
pageIds: "stranIdji",
|
|
68153
|
+
pages: "strani",
|
|
68154
|
+
parent: "stars",
|
|
68155
|
+
path: "pot",
|
|
68156
|
+
pattern: "vzorec",
|
|
68157
|
+
patternPath: "potVzorca",
|
|
68158
|
+
payload: "podatki",
|
|
68159
|
+
payloadMapping: "podatkiPreslikava",
|
|
68160
|
+
payloadSchema: "podatkiShema",
|
|
68161
|
+
persistence: "trajnost",
|
|
68162
|
+
personas: "osebe",
|
|
68163
|
+
placeholder: "ograda",
|
|
68164
|
+
popoverElevation: "pojavnoOknoDvig",
|
|
68165
|
+
presentation: "predstavitev",
|
|
68166
|
+
press: "pritisk",
|
|
68167
|
+
primary: "primarno",
|
|
68168
|
+
primaryColor: "primarnaBarva",
|
|
68169
|
+
primaryEntity: "primarnaEntiteta",
|
|
68170
|
+
primaryForeground: "primarnoOspredje",
|
|
68171
|
+
primaryHover: "primarnoLebdenje",
|
|
68172
|
+
primaryKey: "primarniKljuc",
|
|
68173
|
+
priority: "prioriteta",
|
|
68174
|
+
prop: "rekvizit",
|
|
68175
|
+
properties: "lastnosti",
|
|
68176
|
+
props: "rekviziti",
|
|
68177
|
+
provides: "zagotavlja",
|
|
68178
|
+
radii: "polmeri",
|
|
68179
|
+
radiusContainer: "polmerVsebnik",
|
|
68180
|
+
radiusInteractive: "polmerInteraktivno",
|
|
68181
|
+
radiusPill: "polmerTableta",
|
|
68182
|
+
read: "beri",
|
|
68183
|
+
read_policy: "beri_politika",
|
|
68184
|
+
reconnect: "ponovnaPovezava",
|
|
68185
|
+
ref: "sklic",
|
|
68186
|
+
refId: "sklicId",
|
|
68187
|
+
relatedLinks: "povezanePovezave",
|
|
68188
|
+
relation: "relacija",
|
|
68189
|
+
renames: "preimenovanja",
|
|
68190
|
+
request: "zahtevek",
|
|
68191
|
+
requestFragment: "zahtevekFragment",
|
|
68192
|
+
required: "obvezno",
|
|
68193
|
+
requiredFields: "obveznaPolja",
|
|
68194
|
+
requires: "zahteva",
|
|
68195
|
+
resolved: "razresen",
|
|
68196
|
+
resource: "vir",
|
|
68197
|
+
ring: "obroc",
|
|
68198
|
+
role: "vloga",
|
|
68199
|
+
rowHeightCompact: "visinaVrsticeStisnjena",
|
|
68200
|
+
rowHeightNormal: "visinaVrsticeNormalna",
|
|
68201
|
+
rowHeightSpacious: "visinaVrsticeProstorna",
|
|
68202
|
+
runtime: "izvajanje",
|
|
68203
|
+
scale: "merilo",
|
|
68204
|
+
schemaVersion: "shemaRazlicica",
|
|
68205
|
+
scope: "obseg",
|
|
68206
|
+
scopeOverridden: "obsegPreglasen",
|
|
68207
|
+
secondary: "sekundarno",
|
|
68208
|
+
secondaryForeground: "sekundarnoOspredje",
|
|
68209
|
+
secondaryHover: "sekundarnoLebdenje",
|
|
68210
|
+
secretEnv: "skrivnostOkolje",
|
|
68211
|
+
sectionGap: "odsekVrzel",
|
|
68212
|
+
sections: "odseki",
|
|
68213
|
+
semanticRole: "semanticnaVloga",
|
|
68214
|
+
serverPath: "streznikPot",
|
|
68215
|
+
services: "storitve",
|
|
68216
|
+
shadows: "sence",
|
|
68217
|
+
shape: "oblika",
|
|
68218
|
+
shared: "skupno",
|
|
68219
|
+
singleton: "edinec",
|
|
68220
|
+
site: "mesto",
|
|
68221
|
+
size: "velikost",
|
|
68222
|
+
slot: "reza",
|
|
68223
|
+
slots: "reze",
|
|
68224
|
+
slow: "pocasno",
|
|
68225
|
+
sm: "m",
|
|
68226
|
+
softDelete: "mehkoIzbrisi",
|
|
68227
|
+
source: "izvor",
|
|
68228
|
+
sourceBehavior: "izvorVedenje",
|
|
68229
|
+
sourceEntityDefinition: "izvorEntitetaDefinicija",
|
|
68230
|
+
space0: "razmik0",
|
|
68231
|
+
space1: "razmik1",
|
|
68232
|
+
space10: "razmik10",
|
|
68233
|
+
space11: "razmik11",
|
|
68234
|
+
space12: "razmik12",
|
|
68235
|
+
space2: "razmik2",
|
|
68236
|
+
space3: "razmik3",
|
|
68237
|
+
space4: "razmik4",
|
|
68238
|
+
space5: "razmik5",
|
|
68239
|
+
space6: "razmik6",
|
|
68240
|
+
space7: "razmik7",
|
|
68241
|
+
space8: "razmik8",
|
|
68242
|
+
space9: "razmik9",
|
|
68243
|
+
spacing: "razmik",
|
|
68244
|
+
spring: "vzmet",
|
|
68245
|
+
standard: "standard",
|
|
68246
|
+
stateMachine: "strojStanj",
|
|
68247
|
+
states: "stanja",
|
|
68248
|
+
strokeWidth: "sirinaCrte",
|
|
68249
|
+
style: "slog",
|
|
68250
|
+
subDomain: "poddomena",
|
|
68251
|
+
success: "uspeh",
|
|
68252
|
+
successForeground: "uspehOspredje",
|
|
68253
|
+
suggestedGuards: "predlaganoStrazarji",
|
|
68254
|
+
summary: "povzetek",
|
|
68255
|
+
surface: "povrsina",
|
|
68256
|
+
surfaceHover: "povrsinaLebdenje",
|
|
68257
|
+
surfaces: "povrsine",
|
|
68258
|
+
synonyms: "sopomenke",
|
|
68259
|
+
tableBorder: "tabelaRob",
|
|
68260
|
+
tableHeader: "tabelaGlava",
|
|
68261
|
+
tableRowHover: "tabelaVrsticaLebdenje",
|
|
68262
|
+
target: "cilj",
|
|
68263
|
+
targetView: "ciljPogled",
|
|
68264
|
+
text: "besedilo",
|
|
68265
|
+
theme: "tema",
|
|
68266
|
+
tick: "utrip",
|
|
68267
|
+
ticks: "utripi",
|
|
68268
|
+
tier: "nivo",
|
|
68269
|
+
timeBoundMs: "casMejaMs",
|
|
68270
|
+
timeout: "casovnaOmejitev",
|
|
68271
|
+
timestamps: "casovniZigi",
|
|
68272
|
+
title: "naziv",
|
|
68273
|
+
to: "do",
|
|
68274
|
+
toastElevation: "obvestiloDvig",
|
|
68275
|
+
tokens: "zetoni",
|
|
68276
|
+
trait: "znacilnost",
|
|
68277
|
+
traitEmbedIds: "znacilnostVgraditevIdji",
|
|
68278
|
+
traitId: "znacilnostId",
|
|
68279
|
+
traitName: "znacilnostIme",
|
|
68280
|
+
traitRefIds: "znacilnostSklicIdji",
|
|
68281
|
+
traits: "znacilnosti",
|
|
68282
|
+
transition: "prehod",
|
|
68283
|
+
transitions: "prehodi",
|
|
68284
|
+
triggers: "sprozilci",
|
|
68285
|
+
triggersId: "sprozilciId",
|
|
68286
|
+
type: "tip",
|
|
68287
|
+
typeArgs: "tipArgumenti",
|
|
68288
|
+
typeParams: "tipParametri",
|
|
68289
|
+
typeScale: "tipMerilo",
|
|
68290
|
+
typeWhen: "tipKo",
|
|
68291
|
+
types: "tipi",
|
|
68292
|
+
typography: "tipografija",
|
|
68293
|
+
ui: "vmesnik",
|
|
68294
|
+
unique: "edinstveno",
|
|
68295
|
+
update: "posodobi",
|
|
68296
|
+
update_policy: "posodobi_politika",
|
|
68297
|
+
updatedAt: "posodobljenoPri",
|
|
68298
|
+
url: "url",
|
|
68299
|
+
uses: "uporablja",
|
|
68300
|
+
uxHints: "uxNamigi",
|
|
68301
|
+
values: "vrednosti",
|
|
68302
|
+
variant: "varianta",
|
|
68303
|
+
variants: "variante",
|
|
68304
|
+
version: "razlicica",
|
|
68305
|
+
viewType: "tipPogleda",
|
|
68306
|
+
visual_prompt: "vizualno_poziv",
|
|
68307
|
+
vocabulary: "besednjak",
|
|
68308
|
+
warning: "opozorilo",
|
|
68309
|
+
warningForeground: "opozoriloOspredje",
|
|
68310
|
+
weight: "utez",
|
|
68311
|
+
xl: "xv",
|
|
68312
|
+
xs: "xm"
|
|
68313
|
+
}
|
|
68314
|
+
};
|
|
68315
|
+
|
|
68316
|
+
// src/i18n/index.ts
|
|
68317
|
+
var LANGUAGE_CODES = ["en", "ar", "sl"];
|
|
68318
|
+
var I18N_SECTIONS = [
|
|
68319
|
+
"keywords",
|
|
68320
|
+
"shapes",
|
|
68321
|
+
"tags",
|
|
68322
|
+
"categories",
|
|
68323
|
+
"capabilities",
|
|
68324
|
+
"annotations",
|
|
68325
|
+
"sigils",
|
|
68326
|
+
"effects",
|
|
68327
|
+
"types",
|
|
68328
|
+
"units",
|
|
68329
|
+
"literals",
|
|
68330
|
+
"reservedEvents",
|
|
68331
|
+
"orb"
|
|
68332
|
+
];
|
|
68333
|
+
function isPlainObject(x) {
|
|
68334
|
+
return typeof x === "object" && x !== null && !Array.isArray(x);
|
|
68335
|
+
}
|
|
68336
|
+
function isRawI18nTable(x) {
|
|
68337
|
+
return isPlainObject(x);
|
|
68338
|
+
}
|
|
68339
|
+
function isStringRecord(x) {
|
|
68340
|
+
if (!isPlainObject(x)) return false;
|
|
68341
|
+
for (const value of Object.values(x)) {
|
|
68342
|
+
if (typeof value !== "string") return false;
|
|
68343
|
+
}
|
|
68344
|
+
return true;
|
|
68345
|
+
}
|
|
68346
|
+
function isLanguageCode(x) {
|
|
68347
|
+
return x === "en" || x === "ar" || x === "sl";
|
|
68348
|
+
}
|
|
68349
|
+
function isI18nMeta(x) {
|
|
68350
|
+
if (!isPlainObject(x) || !("code" in x) || !("name" in x) || !("rtl" in x)) return false;
|
|
68351
|
+
return isLanguageCode(x.code) && typeof x.name === "string" && typeof x.rtl === "boolean";
|
|
68352
|
+
}
|
|
68353
|
+
function emptySections() {
|
|
68354
|
+
return {
|
|
68355
|
+
keywords: {},
|
|
68356
|
+
shapes: {},
|
|
68357
|
+
tags: {},
|
|
68358
|
+
categories: {},
|
|
68359
|
+
capabilities: {},
|
|
68360
|
+
annotations: {},
|
|
68361
|
+
sigils: {},
|
|
68362
|
+
effects: {},
|
|
68363
|
+
types: {},
|
|
68364
|
+
units: {},
|
|
68365
|
+
literals: {},
|
|
68366
|
+
reservedEvents: {},
|
|
68367
|
+
orb: {}
|
|
68368
|
+
};
|
|
68369
|
+
}
|
|
68370
|
+
function parseI18nTables(raw, source) {
|
|
68371
|
+
if (!isRawI18nTable(raw)) {
|
|
68372
|
+
throw new Error(`i18n table "${source}": expected a JSON object, got ${typeof raw}`);
|
|
68373
|
+
}
|
|
68374
|
+
if (!isI18nMeta(raw.meta)) {
|
|
68375
|
+
throw new Error(`i18n table "${source}": missing or malformed "meta" (expected { code, name, rtl })`);
|
|
68376
|
+
}
|
|
68377
|
+
const badSections = [];
|
|
68378
|
+
const sections = emptySections();
|
|
68379
|
+
for (const section of I18N_SECTIONS) {
|
|
68380
|
+
const value = raw[section];
|
|
68381
|
+
if (value === void 0) continue;
|
|
68382
|
+
if (!isStringRecord(value)) {
|
|
68383
|
+
badSections.push(section);
|
|
68384
|
+
continue;
|
|
68385
|
+
}
|
|
68386
|
+
sections[section] = value;
|
|
68387
|
+
}
|
|
68388
|
+
if (badSections.length > 0) {
|
|
68389
|
+
throw new Error(`i18n table "${source}": sections not Record<string,string>: ${badSections.join(", ")}`);
|
|
68390
|
+
}
|
|
68391
|
+
return { meta: raw.meta, ...sections };
|
|
68392
|
+
}
|
|
68393
|
+
function parseOperatorTables(raw, source) {
|
|
68394
|
+
if (!isPlainObject(raw) || !("operators" in raw) || !isStringRecord(raw.operators)) {
|
|
68395
|
+
throw new Error(`operator table "${source}": expected { operators: Record<string,string> }`);
|
|
68396
|
+
}
|
|
68397
|
+
return { operators: raw.operators };
|
|
68398
|
+
}
|
|
68399
|
+
var coreTables = {
|
|
68400
|
+
en: parseI18nTables(en_default, "en.json"),
|
|
68401
|
+
ar: parseI18nTables(ar_default, "ar.json"),
|
|
68402
|
+
sl: parseI18nTables(sl_default, "sl.json")
|
|
68403
|
+
};
|
|
68404
|
+
function getVocabulary(lang) {
|
|
68405
|
+
return coreTables[lang];
|
|
68406
|
+
}
|
|
68407
|
+
function aliasMap(lang, section, operators) {
|
|
68408
|
+
let table;
|
|
68409
|
+
if (section === "operators") {
|
|
68410
|
+
if (!operators) {
|
|
68411
|
+
throw new Error(`aliasMap("${lang}", "operators") requires an OperatorTables argument`);
|
|
68412
|
+
}
|
|
68413
|
+
table = operators.operators;
|
|
68414
|
+
} else {
|
|
68415
|
+
table = coreTables[lang][section];
|
|
68416
|
+
}
|
|
68417
|
+
const map = /* @__PURE__ */ new Map();
|
|
68418
|
+
for (const [english, native] of Object.entries(table)) {
|
|
68419
|
+
map.set(native, english);
|
|
68420
|
+
}
|
|
68421
|
+
return map;
|
|
68422
|
+
}
|
|
68423
|
+
var LOLO_FIRST_TOKEN_KEYWORDS = ["app", "uses", "expects", "type", "theme", "orbital"];
|
|
68424
|
+
function languageOfLoloFirstToken(token) {
|
|
68425
|
+
const matches = LANGUAGE_CODES.filter(
|
|
68426
|
+
(lang) => LOLO_FIRST_TOKEN_KEYWORDS.some((kw) => coreTables[lang].keywords[kw] === token)
|
|
68427
|
+
);
|
|
68428
|
+
return matches.length === 1 ? matches[0] : void 0;
|
|
68429
|
+
}
|
|
68430
|
+
function languageOfOrbTopLevelKeys(keys) {
|
|
68431
|
+
const keySet = new Set(keys);
|
|
68432
|
+
const matches = LANGUAGE_CODES.filter((lang) => keySet.has(coreTables[lang].orb.orbitals));
|
|
68433
|
+
return matches.length === 1 ? matches[0] : void 0;
|
|
68434
|
+
}
|
|
68435
|
+
function checkI18nCoverage(input) {
|
|
68436
|
+
const problems = [];
|
|
68437
|
+
const { core, std, canonicalOperators } = input;
|
|
68438
|
+
const enTable = core.en;
|
|
68439
|
+
for (const lang of LANGUAGE_CODES) {
|
|
68440
|
+
const table = core[lang];
|
|
68441
|
+
for (const section of I18N_SECTIONS) {
|
|
68442
|
+
const values = table[section];
|
|
68443
|
+
if (lang !== "en") {
|
|
68444
|
+
const enKeys = new Set(Object.keys(enTable[section]));
|
|
68445
|
+
const langKeys = new Set(Object.keys(values));
|
|
68446
|
+
for (const key of enKeys) {
|
|
68447
|
+
if (!langKeys.has(key)) {
|
|
68448
|
+
problems.push({ lang, section, kind: "missing", key });
|
|
68449
|
+
}
|
|
68450
|
+
}
|
|
68451
|
+
for (const key of langKeys) {
|
|
68452
|
+
if (!enKeys.has(key)) {
|
|
68453
|
+
problems.push({ lang, section, kind: "orphan", key });
|
|
68454
|
+
}
|
|
68455
|
+
}
|
|
68456
|
+
}
|
|
68457
|
+
for (const [key, value] of Object.entries(values)) {
|
|
68458
|
+
if (value === "") {
|
|
68459
|
+
problems.push({ lang, section, kind: "empty", key });
|
|
68460
|
+
}
|
|
68461
|
+
}
|
|
68462
|
+
}
|
|
68463
|
+
}
|
|
68464
|
+
for (const lang of LANGUAGE_CODES) {
|
|
68465
|
+
const table = core[lang];
|
|
68466
|
+
const occurrences = /* @__PURE__ */ new Map();
|
|
68467
|
+
for (const section of I18N_SECTIONS) {
|
|
68468
|
+
for (const [key, value] of Object.entries(table[section])) {
|
|
68469
|
+
const list = occurrences.get(key) ?? [];
|
|
68470
|
+
list.push({ section, value });
|
|
68471
|
+
occurrences.set(key, list);
|
|
68472
|
+
}
|
|
68473
|
+
}
|
|
68474
|
+
const opTable = std?.[lang]?.operators;
|
|
68475
|
+
if (opTable) {
|
|
68476
|
+
for (const [key, value] of Object.entries(opTable)) {
|
|
68477
|
+
const list = occurrences.get(key) ?? [];
|
|
68478
|
+
list.push({ section: "operators", value });
|
|
68479
|
+
occurrences.set(key, list);
|
|
68480
|
+
}
|
|
68481
|
+
}
|
|
68482
|
+
for (const [key, entries] of occurrences) {
|
|
68483
|
+
if (entries.length < 2) continue;
|
|
68484
|
+
const baseline = entries[0];
|
|
68485
|
+
for (let i = 1; i < entries.length; i++) {
|
|
68486
|
+
const entry = entries[i];
|
|
68487
|
+
if (entry.value !== baseline.value) {
|
|
68488
|
+
problems.push({
|
|
68489
|
+
lang,
|
|
68490
|
+
section: entry.section,
|
|
68491
|
+
kind: "inconsistent",
|
|
68492
|
+
key,
|
|
68493
|
+
detail: `"${key}" is "${baseline.value}" in ${baseline.section} but "${entry.value}" in ${entry.section}`
|
|
68494
|
+
});
|
|
68495
|
+
}
|
|
68496
|
+
}
|
|
68497
|
+
}
|
|
68498
|
+
}
|
|
68499
|
+
for (const lang of LANGUAGE_CODES) {
|
|
68500
|
+
const table = core[lang];
|
|
68501
|
+
for (const section of I18N_SECTIONS) {
|
|
68502
|
+
const byValue = /* @__PURE__ */ new Map();
|
|
68503
|
+
for (const [key, value] of Object.entries(table[section])) {
|
|
68504
|
+
const keys = byValue.get(value) ?? [];
|
|
68505
|
+
keys.push(key);
|
|
68506
|
+
byValue.set(value, keys);
|
|
68507
|
+
}
|
|
68508
|
+
for (const [value, keys] of byValue) {
|
|
68509
|
+
if (keys.length < 2) continue;
|
|
68510
|
+
for (let i = 1; i < keys.length; i++) {
|
|
68511
|
+
problems.push({
|
|
68512
|
+
lang,
|
|
68513
|
+
section,
|
|
68514
|
+
kind: "collision",
|
|
68515
|
+
key: keys[i],
|
|
68516
|
+
detail: `shares native value "${value}" with "${keys[0]}" in ${section}`
|
|
68517
|
+
});
|
|
68518
|
+
}
|
|
68519
|
+
}
|
|
68520
|
+
}
|
|
68521
|
+
const combined = /* @__PURE__ */ new Map();
|
|
68522
|
+
for (const [key, value] of Object.entries(table.effects)) {
|
|
68523
|
+
const list = combined.get(value) ?? [];
|
|
68524
|
+
list.push({ section: "effects", key });
|
|
68525
|
+
combined.set(value, list);
|
|
68526
|
+
}
|
|
68527
|
+
const opTable = std?.[lang]?.operators;
|
|
68528
|
+
if (opTable) {
|
|
68529
|
+
for (const [key, value] of Object.entries(opTable)) {
|
|
68530
|
+
const list = combined.get(value) ?? [];
|
|
68531
|
+
list.push({ section: "operators", key });
|
|
68532
|
+
combined.set(value, list);
|
|
68533
|
+
}
|
|
68534
|
+
}
|
|
68535
|
+
for (const [value, entries] of combined) {
|
|
68536
|
+
const hasEffects = entries.some((e) => e.section === "effects");
|
|
68537
|
+
const hasOperators = entries.some((e) => e.section === "operators");
|
|
68538
|
+
if (!(hasEffects && hasOperators)) continue;
|
|
68539
|
+
const first = entries[0];
|
|
68540
|
+
for (const entry of entries.slice(1)) {
|
|
68541
|
+
if (entry.key === first.key) continue;
|
|
68542
|
+
problems.push({
|
|
68543
|
+
lang,
|
|
68544
|
+
section: "effects\u222Aoperators",
|
|
68545
|
+
kind: "collision",
|
|
68546
|
+
key: entry.key,
|
|
68547
|
+
detail: `shares native value "${value}" with "${first.key}" (${first.section}) in effects\u222Aoperators`
|
|
68548
|
+
});
|
|
68549
|
+
}
|
|
68550
|
+
}
|
|
68551
|
+
}
|
|
68552
|
+
const selectorUses = /* @__PURE__ */ new Map();
|
|
68553
|
+
for (const lang of LANGUAGE_CODES) {
|
|
68554
|
+
const table = core[lang];
|
|
68555
|
+
const selectors = [
|
|
68556
|
+
...LOLO_FIRST_TOKEN_KEYWORDS.map((key) => ({ section: "keywords", key, value: table.keywords[key] })),
|
|
68557
|
+
{ section: "orb", key: "orbitals", value: table.orb.orbitals }
|
|
68558
|
+
];
|
|
68559
|
+
for (const { section, key, value } of selectors) {
|
|
68560
|
+
if (value === void 0) continue;
|
|
68561
|
+
const uses = selectorUses.get(value) ?? [];
|
|
68562
|
+
uses.push({ lang, section, key });
|
|
68563
|
+
selectorUses.set(value, uses);
|
|
68564
|
+
}
|
|
68565
|
+
}
|
|
68566
|
+
for (const [value, uses] of selectorUses) {
|
|
68567
|
+
const langs = new Set(uses.map((u) => u.lang));
|
|
68568
|
+
if (langs.size < 2) continue;
|
|
68569
|
+
for (const use of uses) {
|
|
68570
|
+
const others = uses.filter((u) => u.lang !== use.lang).map((u) => `${u.lang}:${u.section}.${u.key}`);
|
|
68571
|
+
problems.push({
|
|
68572
|
+
lang: use.lang,
|
|
68573
|
+
section: use.section,
|
|
68574
|
+
kind: "selector-not-unique",
|
|
68575
|
+
key: use.key,
|
|
68576
|
+
detail: `${use.section}.${use.key} = "${value}" is also a language selector in: ${others.join(", ")}`
|
|
68577
|
+
});
|
|
68578
|
+
}
|
|
68579
|
+
}
|
|
68580
|
+
if (std && canonicalOperators) {
|
|
68581
|
+
const canonicalSet = new Set(canonicalOperators);
|
|
68582
|
+
for (const lang of LANGUAGE_CODES) {
|
|
68583
|
+
const opTable = std[lang]?.operators;
|
|
68584
|
+
if (!opTable) continue;
|
|
68585
|
+
const langKeys = new Set(Object.keys(opTable));
|
|
68586
|
+
for (const op of canonicalSet) {
|
|
68587
|
+
if (!langKeys.has(op)) {
|
|
68588
|
+
problems.push({ lang, section: "operators", kind: "operators-mismatch", key: op, detail: "missing from language operator table" });
|
|
68589
|
+
}
|
|
68590
|
+
}
|
|
68591
|
+
for (const op of langKeys) {
|
|
68592
|
+
if (!canonicalSet.has(op)) {
|
|
68593
|
+
problems.push({ lang, section: "operators", kind: "operators-mismatch", key: op, detail: "not present in canonical operator set" });
|
|
68594
|
+
}
|
|
68595
|
+
}
|
|
68596
|
+
}
|
|
68597
|
+
}
|
|
68598
|
+
return { ok: problems.length === 0, problems };
|
|
68599
|
+
}
|
|
68600
|
+
function reportIdenticalToEnglish(input) {
|
|
68601
|
+
const problems = [];
|
|
68602
|
+
const enTable = input.core.en;
|
|
68603
|
+
for (const lang of LANGUAGE_CODES) {
|
|
68604
|
+
if (lang === "en") continue;
|
|
68605
|
+
const table = input.core[lang];
|
|
68606
|
+
for (const section of I18N_SECTIONS) {
|
|
68607
|
+
for (const [key, value] of Object.entries(table[section])) {
|
|
68608
|
+
const enValue = enTable[section][key];
|
|
68609
|
+
if (enValue !== void 0 && value === enValue) {
|
|
68610
|
+
problems.push({ lang, section, kind: "identical-to-english", key, detail: `matches English value "${enValue}"` });
|
|
68611
|
+
}
|
|
68612
|
+
}
|
|
68613
|
+
}
|
|
68614
|
+
}
|
|
68615
|
+
return problems;
|
|
68616
|
+
}
|
|
68617
|
+
|
|
68618
|
+
export { AGENT_DOMAIN_CATEGORIES, ALLOWED_CUSTOM_COMPONENTS, ANIMATION_NAMES, ANONYMOUS_USER, ASSET_ASPECTS, ASSET_DIMENSIONS, AgentDomainCategorySchema, AnimationDefSchema, AnimationNameSchema, AssetAspectSchema, AssetCatalogEntrySchema, AssetCatalogSchema, AssetDimensionSchema, AssetSchema, AudioManifestSchema, BINDING_CONTEXT_RULES, BINDING_DOCS, BINDING_ROOTS, BindingSchema, CAMERA_MODES, COMPONENT_MAPPING, CONFIG_REF_EVENT_PATTERN, CORE_BINDINGS, CameraModeSchema, CameraSchema, ColorSliceSchema, ColorTokensSchema, ComputedEventContractSchema, ComputedEventListenerSchema, ConfigFieldDeclarationSchema, ConfigProvenanceRecordSchema, CustomPatternDefinitionSchema, CustomPatternMapSchema, DEFAULT_INTERACTION_MODELS, DEFAULT_UNIT_ANIMATION_ROWS, DEFAULT_VIEWER, DEV_TOKEN_PREFIX, DeclaredTraitConfigSchema, DensitySliceSchema, DensityTokensSchema, DesignPreferencesSchema, DesignTokensSchema, DomainCategorySchema, DomainContextSchema, DomainVocabularySchema, ENTITY_ROLES, EVENT_CONTRACTS, EffectSchema, ElevationSliceSchema, ElevationTokensSchema, EntityCallSchema, EntityFieldContractSchema, EntityFieldSchema, EntityIdSchema, EntityPersistenceSchema, EntityRefSchema, EntityRefStringSchema, EntityRoleSchema, EntitySchema, EntitySemanticRoleSchema, EventIdSchema, EventListenerSchema, EventPayloadFieldSchema, EventSchema, EventScopeSchema, EventSemanticRoleSchema, EventSourceSchema, ExpectDeclarationSchema, ExpressionSchema, FIELD_TYPES, FieldSchema, FieldTypeSchema, FileValueSchema, GameSubCategorySchema, GeometrySliceSchema, GeometryTokensSchema, GuardSchema, I18N_SECTIONS, INTEGRATORS_REGISTRY, IconFamilySchema, IconographySliceSchema, IconographyTokensSchema, IdentityLedgerSchema, IllustrationSliceSchema, IllustrationStyleSchema, IllustrationTokensSchema, InteractionModelSchema, KNOWN_VALIDATION_ERROR_CODES, LANGUAGE_CODES, LOLO_FIRST_TOKEN_KEYWORDS, LedgerEntrySchema, LedgerKindSchema, ListenSourceSchema, MANIFEST_ASSET_LICENSES, MANIFEST_CANVAS_AFFINITIES, MANIFEST_ENTRY_KINDS, MANIFEST_SOURCE_CATALOGS, ManifestAssetLicenseSchema, ManifestCanvasAffinitySchema, ManifestEntryKindSchema, ManifestEntrySchema, ManifestFrameSpecSchema, ManifestSourceCatalogSchema, McpServiceDefSchema, MotionDurationKeySchema, MotionDurationPaletteSchema, MotionEasingKeySchema, MotionEasingPaletteSchema, MotionIntentMapSchema, MotionIntentSchema, MotionSliceSchema, MotionTokensSchema, NodeClassificationSchema, OrbitalConfigSchema, OrbitalDefinitionSchema, OrbitalEntitySchema, OrbitalIdSchema, OrbitalPageSchema, OrbitalPageStrictSchema, OrbitalSchemaSchema, OrbitalTraitRefSchema, OrbitalUnitSchema, OrbitalSchema as OrbitalZodSchema, PATTERN_REGISTRY, PATTERN_TYPES, PageIdSchema, PageRefObjectSchema, PageRefSchema, PageRefStringSchema, PageSchema, PageTraitRefSchema, PaletteEntryIdSchema, PatternTypeSchema, PayloadFieldSchema, PayloadTypeWhenSchema, REFERENCE_CONFIG_TYPES, RENDER_BINDING_MARKER, RelatedLinkSchema, RelationConfigSchema, RequiredFieldSchema, RestAuthConfigSchema, RestServiceDefSchema, SECRET_CONFIG_TYPES, SEMANTIC_STRING_TYPES, SERVICE_TYPES, SExprAtomSchema, SExprDataSchema, SExprSchema, SHEET_PROJECTIONS, SPRITE_DIRECTIONS, SPRITE_SHEET_LAYOUT, ScenePosSchema, SchemaMetadataSchema, SemanticAssetRefSchema, ServiceDefinitionSchema, ServiceIdSchema, ServiceRefObjectSchema, ServiceRefSchema, ServiceRefStringSchema, ServiceTypeSchema, SheetProjectionSchema, SkinSpecSchema, SocketEventsSchema, SocketServiceDefSchema, SoundEntrySchema, SpacingScaleSchema, SpriteDirectionSchema, SpriteSheetAtlasSchema, StateMachineSchema, StateSchema, StateSemanticRoleSchema, SubTextureSchema, SuggestedGuardSchema, TextureAtlasSchema, ThemeDefinitionSchema, ThemeIdSchema, ThemeRefSchema, ThemeRefStringSchema, ThemeTokensSchema, ThemeVariantSchema, TickIntervalSchema, TilesheetSchema, TraitCategorySchema, TraitConfigSchema, TraitConfigValueSchema, TraitDataEntitySchema, TraitEntityFieldSchema, TraitEventContractSchema, TraitEventListenerSchema, TraitFieldRefSchema, TraitIdSchema, TraitRefSchema, TraitReferenceSchema, TraitSchema, TraitTickSchema, TraitUIBindingSchema, TransitionSchema, TypeIntentMapSchema, TypeIntentSchema, TypeScaleEntrySchema, TypeScaleSchema, TypeScaleTokensSchema, TypeSizeKeySchema, TypeSliceSchema, TypeSlotSchema, TypeWeightSchema, UISlotSchema, UI_SLOTS, UXHintsSchema, UseDeclarationSchema, UserPersonaSchema, VISUAL_STYLES, ViewTypeSchema, VisualStyleSchema, aliasMap, answerToMutations, answersToMutations, applyEventWiring, applyFactoryCallPlanMutation, applyListenPayloadMapping, applyRenderOverlay, asEntityId, asEventId, asOrbitalId, asPageId, asPaletteEntryId, asServiceId, asThemeId, asTraitId, assertNoUnsatisfiableEnum, atomic, buildEdgeCoveringWalk, buildGuardPayloads, buildRecommendationContext, buildReplayPaths, buildResolvedTraitConfigs, buildStateGraph, callService, categorizeRemovals, checkI18nCoverage, classifyWorkflow, clearSchemaCache, collectBindings, collectEmbeddedTraitReferrers, collectReachableStates, collectRenderUiPatternTypes, collectTraitConfigRefAdjacency, collectTraitEmbedAdjacency, component_mapping_default as componentMapping, composeBehaviors, configRefEventKnob, constTruth, containsEntityBinding, containsPayloadBinding, contractFieldName, coreTables, createAssetKey, createEmptyResolvedPage, createEmptyResolvedTrait, createLazyService, createResolvedField, createTypedEventBus, decodeDevIdentityToken, defaultUnitAtlas, deref, deriveCollection, deriveExpectations, deriveInputType, describeTensorMismatch, despawn, detectLayoutStrategy, detectPageContentReduction, diffFactoryCalls, diffOrbitalSchemas, diffSchemaSemantics, diffSchemas, doEffects, emit, encodeDevIdentityToken, entityAccessPolicies, entityAccessTable, event_contracts_default as eventContracts, eventKeyPropsOf, eventListPropsOf, expectedEntityName, extractPayloadFieldRef, findCompatiblePatterns, findPersonaInRoster, findService, fingerprintNode, formatRecommendationsForPrompt, gatherTensorLastDim, generatePatternDescription, generateQuestions, getAllPatternTypes, getArgs, getBindingExamples, getComponentForPattern, getDefaultAnimationsForRole, getEmittedEvents, getEntity, getEntityCardinality, getInteractionModelForDomain, getOperator, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPage, getPages, getPatternActionsRef, getPatternDefinition, getPatternFieldsContract, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, getRemovals, getSchemaCacheStats, getServiceNames, getTrait, getTraitConfig, getTraitName, getVocabulary, hasService, hasSignificantPageReduction, idKindOf, idPrefix, inferTsType, insertChildAtPath, integrators_registry_default as integratorsRegistry, isBinding, isCallSiteConfigDeclaration, isCircuitEvent, isContentBodyPattern, isContentBodyPatternType, isContentMainWriter, isDestructiveChange, isDrawHostPattern, isDrawablePattern, isEffect, isEmailValue, isEntityAwarePattern, isEntityCall, isEntityId, isEntityReference, isEntityReferenceAny, isEventId, isEventPayloadValue, isFieldValue, isFileValue, isImportedTraitRef, isInlineTrait, isJsonArray, isJsonObject, isJsonPrimitive, isKnownValidationErrorCode, isMainSlotRenderUi, isMcpService, isOrbitalDefinition, isOrbitalId, isPageId, isPageReference, isPageReferenceObject, isPageReferenceString, isPaletteEntryId, isPhoneValue, isPlanSnapshot, isReferenceConfigType, isRenderBindingMarker, isResolvedIR, isRestService, isRuntimeEntity, isSExpr, isSExprAtom, isSExprCall, isSExprEffect, isSecretConfigType, isSemanticStringType, isSemanticStringValue, isServiceId, isServiceReference, isServiceReferenceObject, isSessionHistoryEntry, isSocketService, isTensorValue, isThemeId, isThemeReference, isTraitFieldRef, isTraitId, isUrlValue, isUuidValue, isValidBinding, isValidPatternType, isValueInputPattern, languageOfLoloFirstToken, languageOfOrbTopLevelKeys, ledgerCurName, ledgerRename, ledgerResolveName, manifestToAssetCatalog, mapTensorLastDim, maskSecretConfigValues, matchAssetQuery, mergeEntityFrame, mintId, navigate, navigateBack, navigatePatternPath, normalizeCallSiteConfigToValues, normalizeTraitRef, normalizeUserContext, notify, parseAssetKey, parseAssetQuery, parseBinding, parseEntityRef, parseI18nTables, parseImportedTraitRef, parseOperatorTables, parseOrbitalSchema, parsePageRef, parseServiceRef, patterns_registry_default as patternsRegistry, persist, persistenceModeAllowsOverrides, personaFromIdentityRow, recommendPatterns, reduceToOwners, ref, registry, rehydrateKnobDefs, removeChildAtPath, renderUI, renderUiPatternTypesOf, replaceChildAtPath, reportIdenticalToEnglish, requiresConfirmation, resolveConfigRefEventName, resolveContentOwners, resolveDefaultViewer, resolvePageContentOwner, resolvePersonaSpec, safeParseOrbitalSchema, schemaToIR, set, setPropAtPath, sexpr, signatureToParamsSchema, spawn, summarizeOrbital, summarizeSchema, swap, tensorLastDimSize, tensorShape, toBindingRoot, traitDeclaresConfigForward, translateOverlaysToParams, validateAssetAnimations, validateBindingInContext, validateContract, walkSExpr, walkStatePairs, watch, widenTier };
|
|
66712
68619
|
//# sourceMappingURL=index.js.map
|
|
66713
68620
|
//# sourceMappingURL=index.js.map
|