@almadar/ui 5.21.8 → 5.21.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/avl/index.cjs +964 -651
- package/dist/avl/index.js +964 -651
- package/dist/components/game/organisms/three/index.cjs +490 -1
- package/dist/components/game/organisms/three/index.js +490 -1
- package/dist/components/index.cjs +669 -371
- package/dist/components/index.js +669 -371
- package/dist/docs/index.cjs +301 -5
- package/dist/docs/index.js +301 -5
- package/dist/hooks/index.cjs +297 -3
- package/dist/hooks/index.js +297 -3
- package/dist/locales/index.cjs +899 -9
- package/dist/locales/index.js +899 -9
- package/dist/providers/index.cjs +669 -371
- package/dist/providers/index.js +669 -371
- package/dist/runtime/index.cjs +669 -371
- package/dist/runtime/index.js +669 -371
- package/locales/ar.json +301 -31
- package/locales/en.json +297 -31
- package/locales/sl.json +301 -31
- package/package.json +1 -1
package/locales/en.json
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$meta": {
|
|
3
|
-
|
|
2
|
+
"$meta": {
|
|
3
|
+
"locale": "en",
|
|
4
|
+
"direction": "ltr"
|
|
5
|
+
},
|
|
4
6
|
"common.save": "Save",
|
|
5
7
|
"common.cancel": "Cancel",
|
|
6
8
|
"common.delete": "Delete",
|
|
@@ -26,19 +28,16 @@
|
|
|
26
28
|
"common.import": "Import",
|
|
27
29
|
"common.copy": "Copy",
|
|
28
30
|
"common.settings": "Settings",
|
|
29
|
-
|
|
30
31
|
"nav.previous": "Previous",
|
|
31
32
|
"nav.next": "Next",
|
|
32
33
|
"nav.back": "Back",
|
|
33
34
|
"nav.home": "Home",
|
|
34
|
-
|
|
35
35
|
"form.submit": "Submit",
|
|
36
36
|
"form.saving": "Saving...",
|
|
37
37
|
"form.required": "This field is required",
|
|
38
38
|
"form.invalidEmail": "Enter a valid email address",
|
|
39
39
|
"form.selectPlaceholder": "Select {{label}}...",
|
|
40
40
|
"form.searchPlaceholder": "Search {{entity}}...",
|
|
41
|
-
|
|
42
41
|
"table.empty.title": "No items found",
|
|
43
42
|
"table.empty.description": "No items to display.",
|
|
44
43
|
"table.search.placeholder": "Search...",
|
|
@@ -46,7 +45,6 @@
|
|
|
46
45
|
"table.pagination.page": "Page {{page}} of {{totalPages}}",
|
|
47
46
|
"table.bulk.selected": "{{count}} selected",
|
|
48
47
|
"table.loading": "Loading...",
|
|
49
|
-
|
|
50
48
|
"status.loading": "Loading...",
|
|
51
49
|
"status.scheduled": "Scheduled",
|
|
52
50
|
"status.inProgress": "In Progress",
|
|
@@ -57,13 +55,11 @@
|
|
|
57
55
|
"status.inactive": "Inactive",
|
|
58
56
|
"status.draft": "Draft",
|
|
59
57
|
"status.archived": "Archived",
|
|
60
|
-
|
|
61
58
|
"error.generic": "Something went wrong",
|
|
62
59
|
"error.retry": "Try again",
|
|
63
60
|
"error.notFound": "Not found",
|
|
64
61
|
"error.loadFailed": "Failed to load: {{message}}",
|
|
65
62
|
"error.configMissing": "Configuration not found for: {{id}}",
|
|
66
|
-
|
|
67
63
|
"common.loading": "Loading...",
|
|
68
64
|
"common.showMore": "Show More",
|
|
69
65
|
"common.showLess": "Show Less",
|
|
@@ -72,53 +68,42 @@
|
|
|
72
68
|
"common.retry": "Retry",
|
|
73
69
|
"common.open": "Open",
|
|
74
70
|
"common.back": "Back",
|
|
75
|
-
|
|
76
71
|
"empty.noItems": "No items",
|
|
77
72
|
"empty.noData": "No data available",
|
|
78
73
|
"empty.noItemsYet": "No items yet",
|
|
79
74
|
"empty.noItemsAdded": "No items added yet",
|
|
80
75
|
"empty.noOptionsFound": "No options found",
|
|
81
|
-
|
|
82
76
|
"list.addItemPlaceholder": "Add new item...",
|
|
83
|
-
|
|
84
77
|
"error.occurred": "An error occurred",
|
|
85
78
|
"error.failedToLoad": "Failed to load data",
|
|
86
|
-
|
|
87
79
|
"wizard.back": "Back",
|
|
88
80
|
"wizard.next": "Next",
|
|
89
81
|
"wizard.complete": "Complete",
|
|
90
82
|
"wizard.stepOf": "Step {{current}} of {{total}}",
|
|
91
|
-
|
|
92
83
|
"pagination.previous": "Previous",
|
|
93
84
|
"pagination.next": "Next",
|
|
94
85
|
"pagination.total": "Total:",
|
|
95
86
|
"pagination.show": "Show:",
|
|
96
87
|
"pagination.goTo": "Go to:",
|
|
97
88
|
"pagination.go": "Go",
|
|
98
|
-
|
|
99
89
|
"auth.signIn": "Sign in",
|
|
100
90
|
"auth.signOut": "Sign out",
|
|
101
|
-
|
|
102
91
|
"dialog.confirm": "Confirm",
|
|
103
92
|
"dialog.cancel": "Cancel",
|
|
104
93
|
"dialog.loading": "Loading...",
|
|
105
94
|
"dialog.delete.title": "Delete {{item}}?",
|
|
106
95
|
"dialog.delete.message": "This action cannot be undone.",
|
|
107
|
-
|
|
108
96
|
"trait.availableActions": "Available Actions",
|
|
109
97
|
"trait.transitions": "Transitions",
|
|
110
98
|
"trait.availableNow": "Available now",
|
|
111
|
-
|
|
112
99
|
"book.startReading": "Start Reading",
|
|
113
100
|
"book.tableOfContents": "Table of Contents",
|
|
114
101
|
"book.partNumber": "Part {{number}}",
|
|
115
102
|
"book.print": "Print",
|
|
116
103
|
"book.previousPage": "Previous page",
|
|
117
104
|
"book.nextPage": "Next page",
|
|
118
|
-
|
|
119
105
|
"quiz.showAnswer": "Show answer",
|
|
120
106
|
"quiz.hideAnswer": "Hide answer",
|
|
121
|
-
|
|
122
107
|
"aria.closeModal": "Close modal",
|
|
123
108
|
"aria.closeToast": "Dismiss toast",
|
|
124
109
|
"aria.closeAlert": "Dismiss alert",
|
|
@@ -146,28 +131,19 @@
|
|
|
146
131
|
"aria.openMenu": "Open menu",
|
|
147
132
|
"aria.closeMenu": "Close menu",
|
|
148
133
|
"aria.openSidebar": "Open sidebar",
|
|
149
|
-
|
|
150
134
|
"sidebar.expand": "Expand sidebar",
|
|
151
135
|
"sidebar.collapse": "Collapse sidebar",
|
|
152
136
|
"sidebar.close": "Close sidebar",
|
|
153
|
-
|
|
154
137
|
"loading.items": "Loading items...",
|
|
155
|
-
|
|
156
138
|
"card.imageAlt": "Image",
|
|
157
|
-
|
|
158
139
|
"canvas.emptyMessage": "No content",
|
|
159
140
|
"canvas.errorTitle": "Canvas error",
|
|
160
|
-
|
|
161
141
|
"book.noData": "No data",
|
|
162
|
-
|
|
163
142
|
"common.notifications": "Notifications",
|
|
164
143
|
"common.remaining": "{{count}} remaining",
|
|
165
|
-
|
|
166
144
|
"error.somethingWentWrong": "Something went wrong",
|
|
167
145
|
"error.loadingItems": "Loading items...",
|
|
168
146
|
"error.noItemsFound": "No items found",
|
|
169
|
-
"error.notFound": "Not found",
|
|
170
|
-
|
|
171
147
|
"debug.noEntityData": "No entity data",
|
|
172
148
|
"debug.noEntities": "No entities",
|
|
173
149
|
"debug.noTicks": "No ticks registered",
|
|
@@ -181,7 +157,6 @@
|
|
|
181
157
|
"debug.noEventsYet": "No events yet",
|
|
182
158
|
"debug.noTransitionsRecorded": "No transitions recorded",
|
|
183
159
|
"debug.noVerificationChecks": "No verification checks yet",
|
|
184
|
-
|
|
185
160
|
"display.chartError": "Chart error",
|
|
186
161
|
"display.codeViewerError": "Code viewer error",
|
|
187
162
|
"display.noCode": "No code",
|
|
@@ -195,11 +170,302 @@
|
|
|
195
170
|
"display.signaturePadError": "Signature pad error",
|
|
196
171
|
"display.timelineError": "Timeline error",
|
|
197
172
|
"display.noEvents": "No events",
|
|
198
|
-
|
|
199
173
|
"template.features": "Features",
|
|
200
174
|
"template.howItWorks": "How It Works",
|
|
201
175
|
"template.showcase": "Showcase",
|
|
202
176
|
"template.faq": "Frequently Asked Questions",
|
|
203
177
|
"template.ourTeam": "Our Team",
|
|
204
|
-
"template.caseStudies": "Case Studies"
|
|
178
|
+
"template.caseStudies": "Case Studies",
|
|
179
|
+
"richBlockEditor.toolbar.text": "Text",
|
|
180
|
+
"richBlockEditor.toolbar.h1": "H1",
|
|
181
|
+
"richBlockEditor.toolbar.h2": "H2",
|
|
182
|
+
"richBlockEditor.toolbar.h3": "H3",
|
|
183
|
+
"richBlockEditor.toolbar.bulletList": "Bullet list",
|
|
184
|
+
"richBlockEditor.toolbar.numbered": "Numbered",
|
|
185
|
+
"richBlockEditor.toolbar.quote": "Quote",
|
|
186
|
+
"richBlockEditor.toolbar.code": "Code",
|
|
187
|
+
"richBlockEditor.toolbar.divider": "Divider",
|
|
188
|
+
"richBlockEditor.toolbar.image": "Image",
|
|
189
|
+
"richBlockEditor.blockType.paragraph": "Text",
|
|
190
|
+
"richBlockEditor.blockType.heading1": "Heading 1",
|
|
191
|
+
"richBlockEditor.blockType.heading2": "Heading 2",
|
|
192
|
+
"richBlockEditor.blockType.heading3": "Heading 3",
|
|
193
|
+
"richBlockEditor.blockType.bulletList": "Bullet list",
|
|
194
|
+
"richBlockEditor.blockType.numberedList": "Numbered list",
|
|
195
|
+
"richBlockEditor.blockType.quote": "Quote",
|
|
196
|
+
"richBlockEditor.blockType.code": "Code",
|
|
197
|
+
"richBlockEditor.blockType.divider": "Divider",
|
|
198
|
+
"richBlockEditor.blockType.image": "Image",
|
|
199
|
+
"richBlockEditor.blockActions": "Block actions",
|
|
200
|
+
"richBlockEditor.duplicate": "Duplicate",
|
|
201
|
+
"richBlockEditor.turnInto": "Turn into",
|
|
202
|
+
"richBlockEditor.placeholder.heading1": "Heading 1",
|
|
203
|
+
"richBlockEditor.placeholder.heading2": "Heading 2",
|
|
204
|
+
"richBlockEditor.placeholder.heading3": "Heading 3",
|
|
205
|
+
"richBlockEditor.placeholder.quote": "Quote",
|
|
206
|
+
"richBlockEditor.placeholder.code": "Enter code",
|
|
207
|
+
"richBlockEditor.placeholder.paragraph": "Start writing...",
|
|
208
|
+
"richBlockEditor.placeholder.listItem": "List item",
|
|
209
|
+
"richBlockEditor.placeholder.caption": "Caption (optional)",
|
|
210
|
+
"richBlockEditor.aria.heading1Block": "Heading 1 block",
|
|
211
|
+
"richBlockEditor.aria.heading2Block": "Heading 2 block",
|
|
212
|
+
"richBlockEditor.aria.heading3Block": "Heading 3 block",
|
|
213
|
+
"richBlockEditor.aria.quoteBlock": "Quote block",
|
|
214
|
+
"richBlockEditor.aria.codeBlock": "Code block",
|
|
215
|
+
"richBlockEditor.aria.codeLanguage": "Code language",
|
|
216
|
+
"richBlockEditor.aria.imageUrl": "Image URL",
|
|
217
|
+
"richBlockEditor.aria.imageCaption": "Image caption",
|
|
218
|
+
"richBlockEditor.aria.listItem": "List item",
|
|
219
|
+
"richBlockEditor.aria.removeListItem": "Remove list item",
|
|
220
|
+
"richBlockEditor.aria.paragraphBlock": "Paragraph block",
|
|
221
|
+
"richBlockEditor.embeddedImage": "Embedded image",
|
|
222
|
+
"richBlockEditor.noImageUrl": "No image URL set",
|
|
223
|
+
"richBlockEditor.addItem": "Add item",
|
|
224
|
+
"richBlockEditor.insertParagraphBelow": "Insert paragraph below",
|
|
225
|
+
"richBlockEditor.editorToolbar": "Block editor toolbar",
|
|
226
|
+
"richBlockEditor.insertEntry": "Insert {{label}}",
|
|
227
|
+
"versionDiff.compare": "Compare",
|
|
228
|
+
"versionDiff.to": "to",
|
|
229
|
+
"versionDiff.beforeRevision": "Before revision",
|
|
230
|
+
"versionDiff.afterRevision": "After revision",
|
|
231
|
+
"versionDiff.switchToInline": "Switch to inline view",
|
|
232
|
+
"versionDiff.switchToSideBySide": "Switch to side-by-side view",
|
|
233
|
+
"versionDiff.revert": "Revert",
|
|
234
|
+
"versionDiff.byAuthor": " by {{author}}",
|
|
235
|
+
"violationAlert.actionType.measure": "Corrective Measure",
|
|
236
|
+
"violationAlert.actionType.admin": "Administrative Action",
|
|
237
|
+
"violationAlert.actionType.penalty": "Penalty Proceedings",
|
|
238
|
+
"violationAlert.fallbackMessage": "Violation",
|
|
239
|
+
"violationAlert.adminLabel": "Admin:",
|
|
240
|
+
"violationAlert.penaltyLabel": "Penalty:",
|
|
241
|
+
"violationAlert.goToField": "Go to field",
|
|
242
|
+
"branchingLogic.title": "Branching logic",
|
|
243
|
+
"branchingLogic.if": "If",
|
|
244
|
+
"branchingLogic.goTo": "go to",
|
|
245
|
+
"branchingLogic.rules": "Rules",
|
|
246
|
+
"branchingLogic.logicGraph": "Logic graph",
|
|
247
|
+
"branchingLogic.addRule": "Add rule",
|
|
248
|
+
"branchingLogic.deleteRule": "Delete rule",
|
|
249
|
+
"branchingLogic.endOfSurvey": "End of survey",
|
|
250
|
+
"branchingLogic.brokenReference": "Broken reference",
|
|
251
|
+
"branchingLogic.selectQuestion": "Select question",
|
|
252
|
+
"branchingLogic.selectTarget": "Select target",
|
|
253
|
+
"branchingLogic.selectValue": "Select value",
|
|
254
|
+
"branchingLogic.addValue": "Add value",
|
|
255
|
+
"branchingLogic.value": "Value",
|
|
256
|
+
"branchingLogic.typeValuePressEnter": "Type value, press Enter",
|
|
257
|
+
"branchingLogic.operatorEquals": "equals",
|
|
258
|
+
"branchingLogic.operatorNotEquals": "does not equal",
|
|
259
|
+
"branchingLogic.operatorContains": "contains",
|
|
260
|
+
"branchingLogic.operatorIn": "is one of",
|
|
261
|
+
"branchingLogic.graphAriaLabel": "Branching logic graph",
|
|
262
|
+
"branchingLogic.ruleCountOne": "{{count}} rule",
|
|
263
|
+
"branchingLogic.ruleCountOther": "{{count}} rules",
|
|
264
|
+
"branchingLogic.brokenCount": "{{count}} broken",
|
|
265
|
+
"branchingLogic.emptyNoQuestions": "Add questions before building branching rules.",
|
|
266
|
+
"branchingLogic.emptyNoRules": "No rules yet. Add a rule to define branching logic.",
|
|
267
|
+
"filterGroup.filters": "Filters",
|
|
268
|
+
"filterGroup.all": "All",
|
|
269
|
+
"filterGroup.clear": "Clear",
|
|
270
|
+
"filterGroup.clearAll": "Clear all",
|
|
271
|
+
"filterGroup.from": "From",
|
|
272
|
+
"filterGroup.to": "To",
|
|
273
|
+
"filterGroup.allOf": "All {{label}}",
|
|
274
|
+
"filterGroup.activeCount": "{{count}} active",
|
|
275
|
+
"debug.guardEvaluationsHint": "Guard evaluations will appear when transitions or ticks with guards execute",
|
|
276
|
+
"debug.expression": "Expression",
|
|
277
|
+
"debug.inputs": "Inputs",
|
|
278
|
+
"debug.trait": "Trait",
|
|
279
|
+
"debug.filterAll": "All",
|
|
280
|
+
"debug.filterPassed": "Passed",
|
|
281
|
+
"debug.filterFailed": "Failed",
|
|
282
|
+
"debug.traitsInitHint": "Traits will appear when the state machine initializes",
|
|
283
|
+
"debug.traitsMountHint": "Traits will appear when components using them are mounted",
|
|
284
|
+
"debug.activeStates": "Active States",
|
|
285
|
+
"debug.availableEvents": "Available Events",
|
|
286
|
+
"debug.noTransitionsFromState": "No transitions from current state",
|
|
287
|
+
"debug.guarded": "guarded",
|
|
288
|
+
"debug.otherEvents": "Other Events (not available from current state)",
|
|
289
|
+
"debug.recentTransitions": "Recent Transitions",
|
|
290
|
+
"debug.transitionsCount": "{{count}} transitions",
|
|
291
|
+
"debug.states": "States",
|
|
292
|
+
"debug.transitions": "Transitions",
|
|
293
|
+
"debug.guards": "Guards",
|
|
294
|
+
"debug.debugModeHint": "Debug mode may not be enabled",
|
|
295
|
+
"debug.entitiesSpawnHint": "Entities will appear when spawned",
|
|
296
|
+
"debug.singleton": "Singleton",
|
|
297
|
+
"debug.singletonsCount": "Singletons ({{count}})",
|
|
298
|
+
"debug.runtimeCount": "Runtime ({{count}})",
|
|
299
|
+
"debug.moreEntities": "+{{count}} more entities",
|
|
300
|
+
"debug.persistent": "Persistent",
|
|
301
|
+
"debug.loadedCount": "{{count}} loaded",
|
|
302
|
+
"debug.notLoaded": "not loaded",
|
|
303
|
+
"debug.eventsExecuteHint": "Events will appear as traits, ticks, and other systems execute",
|
|
304
|
+
"debug.allCount": "All ({{count}})",
|
|
305
|
+
"debug.autoScroll": "Auto-scroll",
|
|
306
|
+
"debug.transitionsProcessHint": "Transitions will appear as the state machine processes events",
|
|
307
|
+
"debug.transitionsRecorded": "{{count}} transitions recorded",
|
|
308
|
+
"debug.guardLabel": "guard:",
|
|
309
|
+
"debug.effectsCount": "{{count}} effects",
|
|
310
|
+
"debug.bridgeInitHint": "The ServerBridge has not been initialized. Bridge health will appear once the runtime connects to the server.",
|
|
311
|
+
"debug.never": "Never",
|
|
312
|
+
"debug.connected": "Connected",
|
|
313
|
+
"debug.disconnected": "Disconnected",
|
|
314
|
+
"debug.lastError": "Last Error",
|
|
315
|
+
"debug.totalEventsProcessed": "{{count}} total events processed",
|
|
316
|
+
"debug.server": "server",
|
|
317
|
+
"debug.clientEffectsCount": "{{count}} clientEffects",
|
|
318
|
+
"debug.emitLabel": "emit:",
|
|
319
|
+
"debug.rowsCount": "{{count}} rows",
|
|
320
|
+
"debug.serverResponse": "server response",
|
|
321
|
+
"debug.collapseVerificationTimeline": "Collapse verification timeline",
|
|
322
|
+
"debug.expandVerificationTimeline": "Expand verification timeline",
|
|
323
|
+
"debug.failCount": "{{count}} fail",
|
|
324
|
+
"debug.ok": "OK",
|
|
325
|
+
"debug.localCount": "{{count}} local",
|
|
326
|
+
"debug.serverCount": "{{count}} server",
|
|
327
|
+
"debug.waitingForTransitions": "Waiting for transitions...",
|
|
328
|
+
"debug.tabDispatch": "Dispatch",
|
|
329
|
+
"debug.tabVerify": "Verify",
|
|
330
|
+
"debug.tabVerifyAlert": "Verify (!)",
|
|
331
|
+
"debug.tabTimeline": "Timeline",
|
|
332
|
+
"debug.tabBridge": "Bridge",
|
|
333
|
+
"debug.tabTraits": "Traits",
|
|
334
|
+
"debug.tabTicks": "Ticks",
|
|
335
|
+
"debug.tabEntities": "Entities",
|
|
336
|
+
"debug.tabEvents": "Events",
|
|
337
|
+
"debug.tabGuards": "Guards",
|
|
338
|
+
"debug.debugger": "Debugger",
|
|
339
|
+
"debug.failedCount": "{{count}} failed",
|
|
340
|
+
"debug.traitsCount": "{{count}} traits",
|
|
341
|
+
"debug.idle": "Idle",
|
|
342
|
+
"debug.openDebugger": "Open Debugger (`)",
|
|
343
|
+
"debug.kflowVerifier": "KFlow Verifier",
|
|
344
|
+
"debug.allPassing": "All passing",
|
|
345
|
+
"debug.runtime": "Runtime",
|
|
346
|
+
"debug.close": "Close (`)",
|
|
347
|
+
"debug.toggleHint": "Press ` to toggle | window.__orbitalVerification for automation",
|
|
348
|
+
"replyTree.expandReplies": "Expand replies",
|
|
349
|
+
"replyTree.collapseReplies": "Collapse replies",
|
|
350
|
+
"replyTree.voteOnReplyBy": "Vote on reply by {{author}}",
|
|
351
|
+
"replyTree.replyTo": "Reply to {{author}}",
|
|
352
|
+
"replyTree.replyToPlaceholder": "Reply to {{author}}…",
|
|
353
|
+
"replyTree.reply": "Reply",
|
|
354
|
+
"replyTree.flagReplyBy": "Flag reply by {{author}}",
|
|
355
|
+
"replyTree.flag": "Flag",
|
|
356
|
+
"replyTree.send": "Send",
|
|
357
|
+
"replyTree.continueThread": "Continue thread",
|
|
358
|
+
"replyTree.noRepliesYet": "No replies yet.",
|
|
359
|
+
"signaturePad.label": "Signature",
|
|
360
|
+
"signaturePad.helperText": "Draw your signature above",
|
|
361
|
+
"signaturePad.clear": "Clear",
|
|
362
|
+
"signaturePad.confirm": "Confirm",
|
|
363
|
+
"qrScanner.cameraUnavailable": "Camera unavailable",
|
|
364
|
+
"qrScanner.paused": "Paused",
|
|
365
|
+
"qrScanner.resumeScanning": "Resume scanning",
|
|
366
|
+
"qrScanner.pauseScanning": "Pause scanning",
|
|
367
|
+
"qrScanner.switchToFrontCamera": "Switch to front camera",
|
|
368
|
+
"qrScanner.switchToRearCamera": "Switch to rear camera",
|
|
369
|
+
"qrScanner.mockScan": "Mock Scan",
|
|
370
|
+
"docSearch.placeholder": "Search documentation...",
|
|
371
|
+
"stateMachine.loading": "Loading state machine…",
|
|
372
|
+
"stateMachine.noStateMachine": "No state machine to visualize",
|
|
373
|
+
"avl.trigger": "Trigger",
|
|
374
|
+
"avl.guard": "Guard",
|
|
375
|
+
"avl.effects": "Effects",
|
|
376
|
+
"avl.props": "Props",
|
|
377
|
+
"avl.entity": "Entity",
|
|
378
|
+
"avl.traits": "Traits",
|
|
379
|
+
"avl.transition": "Transition",
|
|
380
|
+
"avl.onEntity": "on {{entity}}",
|
|
381
|
+
"avl.linkedTo": "linked to {{entity}}",
|
|
382
|
+
"avl.pressEscToZoomOut": "Press Esc to zoom out",
|
|
383
|
+
"avl.zoomIn": "Zoom in",
|
|
384
|
+
"avl.zoomOut": "Zoom out",
|
|
385
|
+
"avl.orbitalLabel": "Orbital: {{name}}",
|
|
386
|
+
"avl.orbitalLabelHighlighted": "Orbital: {{name}} (highlighted)",
|
|
387
|
+
"avl.noTraitData": "No trait data",
|
|
388
|
+
"avl.computingLayout": "Computing layout...",
|
|
389
|
+
"avl.noStateMachine": "No state machine",
|
|
390
|
+
"avl.listensFor": "listens for {{event}}",
|
|
391
|
+
"avl.emits": "emits {{event}}",
|
|
392
|
+
"avl.pageLayout": "Page Layout",
|
|
393
|
+
"avl.overlaySuffix": "(overlay)",
|
|
394
|
+
"orbPreview.previewBadge": "Preview",
|
|
395
|
+
"orbPreview.doubleClickToOpen": "Double-click to open",
|
|
396
|
+
"orbPreview.dropToAddAndOpen": "Drop to add and open",
|
|
397
|
+
"orbPreview.dispatching": "Coordinator is dispatching to this orbital",
|
|
398
|
+
"orbPreview.noPreview": "No preview available",
|
|
399
|
+
"orbPreview.screensCount": "{{count}} screens",
|
|
400
|
+
"detailView.noTransitionData": "No transition data",
|
|
401
|
+
"orbInspector.required": "req",
|
|
402
|
+
"orbInspector.addField": "Add Field",
|
|
403
|
+
"orbInspector.serviceMode": "Service Mode",
|
|
404
|
+
"orbInspector.standalone": "Standalone",
|
|
405
|
+
"orbInspector.embedded": "Embedded",
|
|
406
|
+
"orbInspector.rendersOwnUi": "Renders its own UI",
|
|
407
|
+
"orbInspector.headless": "Headless, wired to other behaviors",
|
|
408
|
+
"orbInspector.addEffect": "Add Effect",
|
|
409
|
+
"orbInspector.guardExpression": "Guard expression",
|
|
410
|
+
"orbInspector.selectPatternForStyles": "Select a pattern to view its style tokens.",
|
|
411
|
+
"orbInspector.tokens": "Tokens",
|
|
412
|
+
"orbInspector.noTokenContract": "No token contract declared for this pattern.",
|
|
413
|
+
"orbInspector.variant": "Variant",
|
|
414
|
+
"orbInspector.size": "Size",
|
|
415
|
+
"orbInspector.statesCount": "{{count}} states",
|
|
416
|
+
"orbInspector.onEntity": " on {{entity}}",
|
|
417
|
+
"orbInspector.projectThemeTokens": "Project theme tokens",
|
|
418
|
+
"orbInspector.tokenGroup.colors": "Colors",
|
|
419
|
+
"orbInspector.tokenGroup.radii": "Radii",
|
|
420
|
+
"orbInspector.tokenGroup.spacing": "Spacing",
|
|
421
|
+
"orbInspector.tokenGroup.shadows": "Shadows",
|
|
422
|
+
"orbInspector.tab.inspector": "Inspector",
|
|
423
|
+
"orbInspector.tab.styles": "Styles",
|
|
424
|
+
"orbInspector.tab.code": "Code",
|
|
425
|
+
"canvas.goBackToOverview": "Go back to overview",
|
|
426
|
+
"canvas.overview": "Overview",
|
|
427
|
+
"canvas.expanded": "Expanded",
|
|
428
|
+
"canvas.modulesCount": "{{count}} modules",
|
|
429
|
+
"canvas.screensCount": "{{count}} screens",
|
|
430
|
+
"canvas.switchToView": "Switch to {{label}} view",
|
|
431
|
+
"lawReference.viewFullText": "View full law text",
|
|
432
|
+
"statCard.defaultLabel": "Stat",
|
|
433
|
+
"statCard.vsLastPeriod": "vs last period",
|
|
434
|
+
"mediaGallery.upload": "Upload",
|
|
435
|
+
"mediaGallery.noMediaDescription": "No media items to display.",
|
|
436
|
+
"pagination.jumpPlaceholder": "Page",
|
|
437
|
+
"table.selectRow": "Select row {{id}}",
|
|
438
|
+
"card.selectItem": "Select {{item}}",
|
|
439
|
+
"card.itemFallback": "item",
|
|
440
|
+
"fileTree.noFiles": "No files",
|
|
441
|
+
"masterDetail.selectItem": "Select an item to view details",
|
|
442
|
+
"empty.createFirst": "Create your first item to get started.",
|
|
443
|
+
"upload.dropOrBrowse": "Drop files here or click to browse",
|
|
444
|
+
"upload.dropFilesHere": "Drop files here",
|
|
445
|
+
"upload.accepted": "Accepted: {{accept}}",
|
|
446
|
+
"upload.maxSize": "Max size: {{size}}",
|
|
447
|
+
"upload.maxFiles": "Up to {{count}} files",
|
|
448
|
+
"upload.error.maxFiles": "Maximum {{count}} files allowed",
|
|
449
|
+
"upload.error.invalidType": "Invalid file type: {{name}}",
|
|
450
|
+
"upload.error.tooLarge": "File too large: {{name}} (max {{size}})",
|
|
451
|
+
"optionConstraint.requiredOne": "Required, pick 1",
|
|
452
|
+
"optionConstraint.optionalOne": "Optional, pick up to 1",
|
|
453
|
+
"optionConstraint.pickExactly": "Pick exactly {{count}}",
|
|
454
|
+
"optionConstraint.pickRange": "Pick {{min}}-{{max}}",
|
|
455
|
+
"optionConstraint.pickAtLeast": "Pick at least {{count}}",
|
|
456
|
+
"optionConstraint.pickUpTo": "Pick up to {{count}}",
|
|
457
|
+
"optionConstraint.optional": "Optional",
|
|
458
|
+
"optionConstraint.outOfStock": "Out of stock",
|
|
459
|
+
"optionConstraint.error.pickOne": "Pick 1 option",
|
|
460
|
+
"optionConstraint.error.pickOnlyOne": "Pick only 1 option",
|
|
461
|
+
"optionConstraint.error.pickMore": "Pick at least {{count}} more",
|
|
462
|
+
"optionConstraint.error.removeOptions": "Remove {{count}} options",
|
|
463
|
+
"stateMachine.pinned": "Pinned",
|
|
464
|
+
"stateMachine.eventCount": "{{count}} events",
|
|
465
|
+
"stateMachine.externalEffects": "External Effects",
|
|
466
|
+
"stateMachine.legend.initial": "Initial",
|
|
467
|
+
"stateMachine.legend.final": "Final",
|
|
468
|
+
"stateMachine.legend.state": "State",
|
|
469
|
+
"stateMachine.legend.multiEvent": "Multi-event",
|
|
470
|
+
"relationSelect.selectPlaceholder": "Select..."
|
|
205
471
|
}
|