@almadar/ui 5.21.8 → 5.21.9

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.
@@ -2,7 +2,10 @@
2
2
 
3
3
  // locales/en.json
4
4
  var en_default = {
5
- $meta: { locale: "en", direction: "ltr" },
5
+ $meta: {
6
+ locale: "en",
7
+ direction: "ltr"
8
+ },
6
9
  "common.save": "Save",
7
10
  "common.cancel": "Cancel",
8
11
  "common.delete": "Delete",
@@ -144,7 +147,6 @@ var en_default = {
144
147
  "error.somethingWentWrong": "Something went wrong",
145
148
  "error.loadingItems": "Loading items...",
146
149
  "error.noItemsFound": "No items found",
147
- "error.notFound": "Not found",
148
150
  "debug.noEntityData": "No entity data",
149
151
  "debug.noEntities": "No entities",
150
152
  "debug.noTicks": "No ticks registered",
@@ -176,12 +178,306 @@ var en_default = {
176
178
  "template.showcase": "Showcase",
177
179
  "template.faq": "Frequently Asked Questions",
178
180
  "template.ourTeam": "Our Team",
179
- "template.caseStudies": "Case Studies"
181
+ "template.caseStudies": "Case Studies",
182
+ "richBlockEditor.toolbar.text": "Text",
183
+ "richBlockEditor.toolbar.h1": "H1",
184
+ "richBlockEditor.toolbar.h2": "H2",
185
+ "richBlockEditor.toolbar.h3": "H3",
186
+ "richBlockEditor.toolbar.bulletList": "Bullet list",
187
+ "richBlockEditor.toolbar.numbered": "Numbered",
188
+ "richBlockEditor.toolbar.quote": "Quote",
189
+ "richBlockEditor.toolbar.code": "Code",
190
+ "richBlockEditor.toolbar.divider": "Divider",
191
+ "richBlockEditor.toolbar.image": "Image",
192
+ "richBlockEditor.blockType.paragraph": "Text",
193
+ "richBlockEditor.blockType.heading1": "Heading 1",
194
+ "richBlockEditor.blockType.heading2": "Heading 2",
195
+ "richBlockEditor.blockType.heading3": "Heading 3",
196
+ "richBlockEditor.blockType.bulletList": "Bullet list",
197
+ "richBlockEditor.blockType.numberedList": "Numbered list",
198
+ "richBlockEditor.blockType.quote": "Quote",
199
+ "richBlockEditor.blockType.code": "Code",
200
+ "richBlockEditor.blockType.divider": "Divider",
201
+ "richBlockEditor.blockType.image": "Image",
202
+ "richBlockEditor.blockActions": "Block actions",
203
+ "richBlockEditor.duplicate": "Duplicate",
204
+ "richBlockEditor.turnInto": "Turn into",
205
+ "richBlockEditor.placeholder.heading1": "Heading 1",
206
+ "richBlockEditor.placeholder.heading2": "Heading 2",
207
+ "richBlockEditor.placeholder.heading3": "Heading 3",
208
+ "richBlockEditor.placeholder.quote": "Quote",
209
+ "richBlockEditor.placeholder.code": "Enter code",
210
+ "richBlockEditor.placeholder.paragraph": "Start writing...",
211
+ "richBlockEditor.placeholder.listItem": "List item",
212
+ "richBlockEditor.placeholder.caption": "Caption (optional)",
213
+ "richBlockEditor.aria.heading1Block": "Heading 1 block",
214
+ "richBlockEditor.aria.heading2Block": "Heading 2 block",
215
+ "richBlockEditor.aria.heading3Block": "Heading 3 block",
216
+ "richBlockEditor.aria.quoteBlock": "Quote block",
217
+ "richBlockEditor.aria.codeBlock": "Code block",
218
+ "richBlockEditor.aria.codeLanguage": "Code language",
219
+ "richBlockEditor.aria.imageUrl": "Image URL",
220
+ "richBlockEditor.aria.imageCaption": "Image caption",
221
+ "richBlockEditor.aria.listItem": "List item",
222
+ "richBlockEditor.aria.removeListItem": "Remove list item",
223
+ "richBlockEditor.aria.paragraphBlock": "Paragraph block",
224
+ "richBlockEditor.embeddedImage": "Embedded image",
225
+ "richBlockEditor.noImageUrl": "No image URL set",
226
+ "richBlockEditor.addItem": "Add item",
227
+ "richBlockEditor.insertParagraphBelow": "Insert paragraph below",
228
+ "richBlockEditor.editorToolbar": "Block editor toolbar",
229
+ "richBlockEditor.insertEntry": "Insert {{label}}",
230
+ "versionDiff.compare": "Compare",
231
+ "versionDiff.to": "to",
232
+ "versionDiff.beforeRevision": "Before revision",
233
+ "versionDiff.afterRevision": "After revision",
234
+ "versionDiff.switchToInline": "Switch to inline view",
235
+ "versionDiff.switchToSideBySide": "Switch to side-by-side view",
236
+ "versionDiff.revert": "Revert",
237
+ "versionDiff.byAuthor": " by {{author}}",
238
+ "violationAlert.actionType.measure": "Corrective Measure",
239
+ "violationAlert.actionType.admin": "Administrative Action",
240
+ "violationAlert.actionType.penalty": "Penalty Proceedings",
241
+ "violationAlert.fallbackMessage": "Violation",
242
+ "violationAlert.adminLabel": "Admin:",
243
+ "violationAlert.penaltyLabel": "Penalty:",
244
+ "violationAlert.goToField": "Go to field",
245
+ "branchingLogic.title": "Branching logic",
246
+ "branchingLogic.if": "If",
247
+ "branchingLogic.goTo": "go to",
248
+ "branchingLogic.rules": "Rules",
249
+ "branchingLogic.logicGraph": "Logic graph",
250
+ "branchingLogic.addRule": "Add rule",
251
+ "branchingLogic.deleteRule": "Delete rule",
252
+ "branchingLogic.endOfSurvey": "End of survey",
253
+ "branchingLogic.brokenReference": "Broken reference",
254
+ "branchingLogic.selectQuestion": "Select question",
255
+ "branchingLogic.selectTarget": "Select target",
256
+ "branchingLogic.selectValue": "Select value",
257
+ "branchingLogic.addValue": "Add value",
258
+ "branchingLogic.value": "Value",
259
+ "branchingLogic.typeValuePressEnter": "Type value, press Enter",
260
+ "branchingLogic.operatorEquals": "equals",
261
+ "branchingLogic.operatorNotEquals": "does not equal",
262
+ "branchingLogic.operatorContains": "contains",
263
+ "branchingLogic.operatorIn": "is one of",
264
+ "branchingLogic.graphAriaLabel": "Branching logic graph",
265
+ "branchingLogic.ruleCountOne": "{{count}} rule",
266
+ "branchingLogic.ruleCountOther": "{{count}} rules",
267
+ "branchingLogic.brokenCount": "{{count}} broken",
268
+ "branchingLogic.emptyNoQuestions": "Add questions before building branching rules.",
269
+ "branchingLogic.emptyNoRules": "No rules yet. Add a rule to define branching logic.",
270
+ "filterGroup.filters": "Filters",
271
+ "filterGroup.all": "All",
272
+ "filterGroup.clear": "Clear",
273
+ "filterGroup.clearAll": "Clear all",
274
+ "filterGroup.from": "From",
275
+ "filterGroup.to": "To",
276
+ "filterGroup.allOf": "All {{label}}",
277
+ "filterGroup.activeCount": "{{count}} active",
278
+ "debug.guardEvaluationsHint": "Guard evaluations will appear when transitions or ticks with guards execute",
279
+ "debug.expression": "Expression",
280
+ "debug.inputs": "Inputs",
281
+ "debug.trait": "Trait",
282
+ "debug.filterAll": "All",
283
+ "debug.filterPassed": "Passed",
284
+ "debug.filterFailed": "Failed",
285
+ "debug.traitsInitHint": "Traits will appear when the state machine initializes",
286
+ "debug.traitsMountHint": "Traits will appear when components using them are mounted",
287
+ "debug.activeStates": "Active States",
288
+ "debug.availableEvents": "Available Events",
289
+ "debug.noTransitionsFromState": "No transitions from current state",
290
+ "debug.guarded": "guarded",
291
+ "debug.otherEvents": "Other Events (not available from current state)",
292
+ "debug.recentTransitions": "Recent Transitions",
293
+ "debug.transitionsCount": "{{count}} transitions",
294
+ "debug.states": "States",
295
+ "debug.transitions": "Transitions",
296
+ "debug.guards": "Guards",
297
+ "debug.debugModeHint": "Debug mode may not be enabled",
298
+ "debug.entitiesSpawnHint": "Entities will appear when spawned",
299
+ "debug.singleton": "Singleton",
300
+ "debug.singletonsCount": "Singletons ({{count}})",
301
+ "debug.runtimeCount": "Runtime ({{count}})",
302
+ "debug.moreEntities": "+{{count}} more entities",
303
+ "debug.persistent": "Persistent",
304
+ "debug.loadedCount": "{{count}} loaded",
305
+ "debug.notLoaded": "not loaded",
306
+ "debug.eventsExecuteHint": "Events will appear as traits, ticks, and other systems execute",
307
+ "debug.allCount": "All ({{count}})",
308
+ "debug.autoScroll": "Auto-scroll",
309
+ "debug.transitionsProcessHint": "Transitions will appear as the state machine processes events",
310
+ "debug.transitionsRecorded": "{{count}} transitions recorded",
311
+ "debug.guardLabel": "guard:",
312
+ "debug.effectsCount": "{{count}} effects",
313
+ "debug.bridgeInitHint": "The ServerBridge has not been initialized. Bridge health will appear once the runtime connects to the server.",
314
+ "debug.never": "Never",
315
+ "debug.connected": "Connected",
316
+ "debug.disconnected": "Disconnected",
317
+ "debug.lastError": "Last Error",
318
+ "debug.totalEventsProcessed": "{{count}} total events processed",
319
+ "debug.server": "server",
320
+ "debug.clientEffectsCount": "{{count}} clientEffects",
321
+ "debug.emitLabel": "emit:",
322
+ "debug.rowsCount": "{{count}} rows",
323
+ "debug.serverResponse": "server response",
324
+ "debug.collapseVerificationTimeline": "Collapse verification timeline",
325
+ "debug.expandVerificationTimeline": "Expand verification timeline",
326
+ "debug.failCount": "{{count}} fail",
327
+ "debug.ok": "OK",
328
+ "debug.localCount": "{{count}} local",
329
+ "debug.serverCount": "{{count}} server",
330
+ "debug.waitingForTransitions": "Waiting for transitions...",
331
+ "debug.tabDispatch": "Dispatch",
332
+ "debug.tabVerify": "Verify",
333
+ "debug.tabVerifyAlert": "Verify (!)",
334
+ "debug.tabTimeline": "Timeline",
335
+ "debug.tabBridge": "Bridge",
336
+ "debug.tabTraits": "Traits",
337
+ "debug.tabTicks": "Ticks",
338
+ "debug.tabEntities": "Entities",
339
+ "debug.tabEvents": "Events",
340
+ "debug.tabGuards": "Guards",
341
+ "debug.debugger": "Debugger",
342
+ "debug.failedCount": "{{count}} failed",
343
+ "debug.traitsCount": "{{count}} traits",
344
+ "debug.idle": "Idle",
345
+ "debug.openDebugger": "Open Debugger (`)",
346
+ "debug.kflowVerifier": "KFlow Verifier",
347
+ "debug.allPassing": "All passing",
348
+ "debug.runtime": "Runtime",
349
+ "debug.close": "Close (`)",
350
+ "debug.toggleHint": "Press ` to toggle | window.__orbitalVerification for automation",
351
+ "replyTree.expandReplies": "Expand replies",
352
+ "replyTree.collapseReplies": "Collapse replies",
353
+ "replyTree.voteOnReplyBy": "Vote on reply by {{author}}",
354
+ "replyTree.replyTo": "Reply to {{author}}",
355
+ "replyTree.replyToPlaceholder": "Reply to {{author}}\u2026",
356
+ "replyTree.reply": "Reply",
357
+ "replyTree.flagReplyBy": "Flag reply by {{author}}",
358
+ "replyTree.flag": "Flag",
359
+ "replyTree.send": "Send",
360
+ "replyTree.continueThread": "Continue thread",
361
+ "replyTree.noRepliesYet": "No replies yet.",
362
+ "signaturePad.label": "Signature",
363
+ "signaturePad.helperText": "Draw your signature above",
364
+ "signaturePad.clear": "Clear",
365
+ "signaturePad.confirm": "Confirm",
366
+ "qrScanner.cameraUnavailable": "Camera unavailable",
367
+ "qrScanner.paused": "Paused",
368
+ "qrScanner.resumeScanning": "Resume scanning",
369
+ "qrScanner.pauseScanning": "Pause scanning",
370
+ "qrScanner.switchToFrontCamera": "Switch to front camera",
371
+ "qrScanner.switchToRearCamera": "Switch to rear camera",
372
+ "qrScanner.mockScan": "Mock Scan",
373
+ "docSearch.placeholder": "Search documentation...",
374
+ "stateMachine.loading": "Loading state machine\u2026",
375
+ "stateMachine.noStateMachine": "No state machine to visualize",
376
+ "avl.trigger": "Trigger",
377
+ "avl.guard": "Guard",
378
+ "avl.effects": "Effects",
379
+ "avl.props": "Props",
380
+ "avl.entity": "Entity",
381
+ "avl.traits": "Traits",
382
+ "avl.transition": "Transition",
383
+ "avl.onEntity": "on {{entity}}",
384
+ "avl.linkedTo": "linked to {{entity}}",
385
+ "avl.pressEscToZoomOut": "Press Esc to zoom out",
386
+ "avl.zoomIn": "Zoom in",
387
+ "avl.zoomOut": "Zoom out",
388
+ "avl.orbitalLabel": "Orbital: {{name}}",
389
+ "avl.orbitalLabelHighlighted": "Orbital: {{name}} (highlighted)",
390
+ "avl.noTraitData": "No trait data",
391
+ "avl.computingLayout": "Computing layout...",
392
+ "avl.noStateMachine": "No state machine",
393
+ "avl.listensFor": "listens for {{event}}",
394
+ "avl.emits": "emits {{event}}",
395
+ "avl.pageLayout": "Page Layout",
396
+ "avl.overlaySuffix": "(overlay)",
397
+ "orbPreview.previewBadge": "Preview",
398
+ "orbPreview.doubleClickToOpen": "Double-click to open",
399
+ "orbPreview.dropToAddAndOpen": "Drop to add and open",
400
+ "orbPreview.dispatching": "Coordinator is dispatching to this orbital",
401
+ "orbPreview.noPreview": "No preview available",
402
+ "orbPreview.screensCount": "{{count}} screens",
403
+ "detailView.noTransitionData": "No transition data",
404
+ "orbInspector.required": "req",
405
+ "orbInspector.addField": "Add Field",
406
+ "orbInspector.serviceMode": "Service Mode",
407
+ "orbInspector.standalone": "Standalone",
408
+ "orbInspector.embedded": "Embedded",
409
+ "orbInspector.rendersOwnUi": "Renders its own UI",
410
+ "orbInspector.headless": "Headless, wired to other behaviors",
411
+ "orbInspector.addEffect": "Add Effect",
412
+ "orbInspector.guardExpression": "Guard expression",
413
+ "orbInspector.selectPatternForStyles": "Select a pattern to view its style tokens.",
414
+ "orbInspector.tokens": "Tokens",
415
+ "orbInspector.noTokenContract": "No token contract declared for this pattern.",
416
+ "orbInspector.variant": "Variant",
417
+ "orbInspector.size": "Size",
418
+ "orbInspector.statesCount": "{{count}} states",
419
+ "orbInspector.onEntity": " on {{entity}}",
420
+ "orbInspector.projectThemeTokens": "Project theme tokens",
421
+ "orbInspector.tokenGroup.colors": "Colors",
422
+ "orbInspector.tokenGroup.radii": "Radii",
423
+ "orbInspector.tokenGroup.spacing": "Spacing",
424
+ "orbInspector.tokenGroup.shadows": "Shadows",
425
+ "orbInspector.tab.inspector": "Inspector",
426
+ "orbInspector.tab.styles": "Styles",
427
+ "orbInspector.tab.code": "Code",
428
+ "canvas.goBackToOverview": "Go back to overview",
429
+ "canvas.overview": "Overview",
430
+ "canvas.expanded": "Expanded",
431
+ "canvas.modulesCount": "{{count}} modules",
432
+ "canvas.screensCount": "{{count}} screens",
433
+ "canvas.switchToView": "Switch to {{label}} view",
434
+ "lawReference.viewFullText": "View full law text",
435
+ "statCard.defaultLabel": "Stat",
436
+ "statCard.vsLastPeriod": "vs last period",
437
+ "mediaGallery.upload": "Upload",
438
+ "mediaGallery.noMediaDescription": "No media items to display.",
439
+ "pagination.jumpPlaceholder": "Page",
440
+ "table.selectRow": "Select row {{id}}",
441
+ "card.selectItem": "Select {{item}}",
442
+ "card.itemFallback": "item",
443
+ "fileTree.noFiles": "No files",
444
+ "masterDetail.selectItem": "Select an item to view details",
445
+ "empty.createFirst": "Create your first item to get started.",
446
+ "upload.dropOrBrowse": "Drop files here or click to browse",
447
+ "upload.dropFilesHere": "Drop files here",
448
+ "upload.accepted": "Accepted: {{accept}}",
449
+ "upload.maxSize": "Max size: {{size}}",
450
+ "upload.maxFiles": "Up to {{count}} files",
451
+ "upload.error.maxFiles": "Maximum {{count}} files allowed",
452
+ "upload.error.invalidType": "Invalid file type: {{name}}",
453
+ "upload.error.tooLarge": "File too large: {{name}} (max {{size}})",
454
+ "optionConstraint.requiredOne": "Required, pick 1",
455
+ "optionConstraint.optionalOne": "Optional, pick up to 1",
456
+ "optionConstraint.pickExactly": "Pick exactly {{count}}",
457
+ "optionConstraint.pickRange": "Pick {{min}}-{{max}}",
458
+ "optionConstraint.pickAtLeast": "Pick at least {{count}}",
459
+ "optionConstraint.pickUpTo": "Pick up to {{count}}",
460
+ "optionConstraint.optional": "Optional",
461
+ "optionConstraint.outOfStock": "Out of stock",
462
+ "optionConstraint.error.pickOne": "Pick 1 option",
463
+ "optionConstraint.error.pickOnlyOne": "Pick only 1 option",
464
+ "optionConstraint.error.pickMore": "Pick at least {{count}} more",
465
+ "optionConstraint.error.removeOptions": "Remove {{count}} options",
466
+ "stateMachine.pinned": "Pinned",
467
+ "stateMachine.eventCount": "{{count}} events",
468
+ "stateMachine.externalEffects": "External Effects",
469
+ "stateMachine.legend.initial": "Initial",
470
+ "stateMachine.legend.final": "Final",
471
+ "stateMachine.legend.state": "State",
472
+ "stateMachine.legend.multiEvent": "Multi-event"
180
473
  };
181
474
 
182
475
  // locales/ar.json
183
476
  var ar_default = {
184
- $meta: { locale: "ar", direction: "rtl" },
477
+ $meta: {
478
+ locale: "ar",
479
+ direction: "rtl"
480
+ },
185
481
  "common.save": "\u062D\u0641\u0638",
186
482
  "common.cancel": "\u0625\u0644\u063A\u0627\u0621",
187
483
  "common.delete": "\u062D\u0630\u0641",
@@ -319,7 +615,6 @@ var ar_default = {
319
615
  "error.somethingWentWrong": "\u062D\u062F\u062B \u062E\u0637\u0623 \u0645\u0627",
320
616
  "error.loadingItems": "\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u0639\u0646\u0627\u0635\u0631...",
321
617
  "error.noItemsFound": "\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0639\u0646\u0627\u0635\u0631",
322
- "error.notFound": "\u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F",
323
618
  "debug.noEntityData": "\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A \u0643\u064A\u0627\u0646",
324
619
  "debug.noEntities": "\u0644\u0627 \u062A\u0648\u062C\u062F \u0643\u064A\u0627\u0646\u0627\u062A",
325
620
  "debug.noTicks": "\u0644\u0627 \u062A\u0648\u062C\u062F ticks \u0645\u0633\u062C\u0644\u0629",
@@ -351,12 +646,310 @@ var ar_default = {
351
646
  "template.showcase": "\u0645\u0639\u0631\u0636 \u0627\u0644\u0623\u0639\u0645\u0627\u0644",
352
647
  "template.faq": "\u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",
353
648
  "template.ourTeam": "\u0641\u0631\u064A\u0642\u0646\u0627",
354
- "template.caseStudies": "\u062F\u0631\u0627\u0633\u0627\u062A \u0627\u0644\u062D\u0627\u0644\u0629"
649
+ "template.caseStudies": "\u062F\u0631\u0627\u0633\u0627\u062A \u0627\u0644\u062D\u0627\u0644\u0629",
650
+ "richBlockEditor.toolbar.text": "\u0646\u0635",
651
+ "richBlockEditor.toolbar.h1": "\u06391",
652
+ "richBlockEditor.toolbar.h2": "\u06392",
653
+ "richBlockEditor.toolbar.h3": "\u06393",
654
+ "richBlockEditor.toolbar.bulletList": "\u0642\u0627\u0626\u0645\u0629 \u0646\u0642\u0637\u064A\u0629",
655
+ "richBlockEditor.toolbar.numbered": "\u0645\u0631\u0642\u0645\u0629",
656
+ "richBlockEditor.toolbar.quote": "\u0627\u0642\u062A\u0628\u0627\u0633",
657
+ "richBlockEditor.toolbar.code": "\u0643\u0648\u062F",
658
+ "richBlockEditor.toolbar.divider": "\u0641\u0627\u0635\u0644",
659
+ "richBlockEditor.toolbar.image": "\u0635\u0648\u0631\u0629",
660
+ "richBlockEditor.blockType.paragraph": "\u0646\u0635",
661
+ "richBlockEditor.blockType.heading1": "\u0639\u0646\u0648\u0627\u0646 1",
662
+ "richBlockEditor.blockType.heading2": "\u0639\u0646\u0648\u0627\u0646 2",
663
+ "richBlockEditor.blockType.heading3": "\u0639\u0646\u0648\u0627\u0646 3",
664
+ "richBlockEditor.blockType.bulletList": "\u0642\u0627\u0626\u0645\u0629 \u0646\u0642\u0637\u064A\u0629",
665
+ "richBlockEditor.blockType.numberedList": "\u0642\u0627\u0626\u0645\u0629 \u0645\u0631\u0642\u0645\u0629",
666
+ "richBlockEditor.blockType.quote": "\u0627\u0642\u062A\u0628\u0627\u0633",
667
+ "richBlockEditor.blockType.code": "\u0643\u0648\u062F",
668
+ "richBlockEditor.blockType.divider": "\u0641\u0627\u0635\u0644",
669
+ "richBlockEditor.blockType.image": "\u0635\u0648\u0631\u0629",
670
+ "richBlockEditor.blockActions": "\u0625\u062C\u0631\u0627\u0621\u0627\u062A \u0627\u0644\u0643\u062A\u0644\u0629",
671
+ "richBlockEditor.duplicate": "\u062A\u0643\u0631\u0627\u0631",
672
+ "richBlockEditor.turnInto": "\u062A\u062D\u0648\u064A\u0644 \u0625\u0644\u0649",
673
+ "richBlockEditor.placeholder.heading1": "\u0639\u0646\u0648\u0627\u0646 1",
674
+ "richBlockEditor.placeholder.heading2": "\u0639\u0646\u0648\u0627\u0646 2",
675
+ "richBlockEditor.placeholder.heading3": "\u0639\u0646\u0648\u0627\u0646 3",
676
+ "richBlockEditor.placeholder.quote": "\u0627\u0642\u062A\u0628\u0627\u0633",
677
+ "richBlockEditor.placeholder.code": "\u0623\u062F\u062E\u0644 \u0627\u0644\u0643\u0648\u062F",
678
+ "richBlockEditor.placeholder.paragraph": "\u0627\u0628\u062F\u0623 \u0627\u0644\u0643\u062A\u0627\u0628\u0629...",
679
+ "richBlockEditor.placeholder.listItem": "\u0639\u0646\u0635\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629",
680
+ "richBlockEditor.placeholder.caption": "\u062A\u0633\u0645\u064A\u0629 \u062A\u0648\u0636\u064A\u062D\u064A\u0629 (\u0627\u062E\u062A\u064A\u0627\u0631\u064A)",
681
+ "richBlockEditor.aria.heading1Block": "\u0643\u062A\u0644\u0629 \u0639\u0646\u0648\u0627\u0646 1",
682
+ "richBlockEditor.aria.heading2Block": "\u0643\u062A\u0644\u0629 \u0639\u0646\u0648\u0627\u0646 2",
683
+ "richBlockEditor.aria.heading3Block": "\u0643\u062A\u0644\u0629 \u0639\u0646\u0648\u0627\u0646 3",
684
+ "richBlockEditor.aria.quoteBlock": "\u0643\u062A\u0644\u0629 \u0627\u0642\u062A\u0628\u0627\u0633",
685
+ "richBlockEditor.aria.codeBlock": "\u0643\u062A\u0644\u0629 \u0643\u0648\u062F",
686
+ "richBlockEditor.aria.codeLanguage": "\u0644\u063A\u0629 \u0627\u0644\u0643\u0648\u062F",
687
+ "richBlockEditor.aria.imageUrl": "\u0631\u0627\u0628\u0637 URL \u0644\u0644\u0635\u0648\u0631\u0629",
688
+ "richBlockEditor.aria.imageCaption": "\u062A\u0633\u0645\u064A\u0629 \u062A\u0648\u0636\u064A\u062D\u064A\u0629 \u0644\u0644\u0635\u0648\u0631\u0629",
689
+ "richBlockEditor.aria.listItem": "\u0639\u0646\u0635\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629",
690
+ "richBlockEditor.aria.removeListItem": "\u0625\u0632\u0627\u0644\u0629 \u0639\u0646\u0635\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629",
691
+ "richBlockEditor.aria.paragraphBlock": "\u0643\u062A\u0644\u0629 \u0641\u0642\u0631\u0629",
692
+ "richBlockEditor.embeddedImage": "\u0635\u0648\u0631\u0629 \u0645\u0636\u0645\u0646\u0629",
693
+ "richBlockEditor.noImageUrl": "\u0644\u0645 \u064A\u062A\u0645 \u062A\u0639\u064A\u064A\u0646 \u0631\u0627\u0628\u0637 URL \u0644\u0644\u0635\u0648\u0631\u0629",
694
+ "richBlockEditor.addItem": "\u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0635\u0631",
695
+ "richBlockEditor.insertParagraphBelow": "\u0625\u062F\u0631\u0627\u062C \u0641\u0642\u0631\u0629 \u0623\u062F\u0646\u0627\u0647",
696
+ "richBlockEditor.editorToolbar": "\u0634\u0631\u064A\u0637 \u0623\u062F\u0648\u0627\u062A \u0645\u062D\u0631\u0631 \u0627\u0644\u0643\u062A\u0644",
697
+ "richBlockEditor.insertEntry": "\u0625\u062F\u0631\u0627\u062C {{label}}",
698
+ "versionDiff.compare": "\u0645\u0642\u0627\u0631\u0646\u0629",
699
+ "versionDiff.to": "\u0625\u0644\u0649",
700
+ "versionDiff.beforeRevision": "\u0627\u0644\u0645\u0631\u0627\u062C\u0639\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629",
701
+ "versionDiff.afterRevision": "\u0627\u0644\u0645\u0631\u0627\u062C\u0639\u0629 \u0627\u0644\u0644\u0627\u062D\u0642\u0629",
702
+ "versionDiff.switchToInline": "\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0636\u0645\u0646",
703
+ "versionDiff.switchToSideBySide": "\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0639\u0631\u0636 \u062C\u0646\u0628\u064B\u0627 \u0625\u0644\u0649 \u062C\u0646\u0628",
704
+ "versionDiff.revert": "\u062A\u0631\u0627\u062C\u0639",
705
+ "versionDiff.byAuthor": " \u0628\u0648\u0627\u0633\u0637\u0629 {{author}}",
706
+ "violationAlert.actionType.measure": "\u0625\u062C\u0631\u0627\u0621 \u062A\u0635\u062D\u064A\u062D\u064A",
707
+ "violationAlert.actionType.admin": "\u0625\u062C\u0631\u0627\u0621 \u0625\u062F\u0627\u0631\u064A",
708
+ "violationAlert.actionType.penalty": "\u0625\u062C\u0631\u0627\u0621\u0627\u062A \u0627\u0644\u0639\u0642\u0648\u0628\u0629",
709
+ "violationAlert.fallbackMessage": "\u0645\u062E\u0627\u0644\u0641\u0629",
710
+ "violationAlert.adminLabel": "\u0625\u062F\u0627\u0631\u064A:",
711
+ "violationAlert.penaltyLabel": "\u0639\u0642\u0648\u0628\u0629:",
712
+ "violationAlert.goToField": "\u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u062D\u0642\u0644",
713
+ "branchingLogic.title": "\u0645\u0646\u0637\u0642 \u0627\u0644\u062A\u0641\u0631\u0639",
714
+ "branchingLogic.if": "\u0625\u0630\u0627",
715
+ "branchingLogic.goTo": "\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649",
716
+ "branchingLogic.rules": "\u0627\u0644\u0642\u0648\u0627\u0639\u062F",
717
+ "branchingLogic.logicGraph": "\u0631\u0633\u0645 \u0627\u0644\u0645\u0646\u0637\u0642",
718
+ "branchingLogic.addRule": "\u0625\u0636\u0627\u0641\u0629 \u0642\u0627\u0639\u062F\u0629",
719
+ "branchingLogic.deleteRule": "\u062D\u0630\u0641 \u0627\u0644\u0642\u0627\u0639\u062F\u0629",
720
+ "branchingLogic.endOfSurvey": "\u0646\u0647\u0627\u064A\u0629 \u0627\u0644\u0627\u0633\u062A\u0628\u064A\u0627\u0646",
721
+ "branchingLogic.brokenReference": "\u0645\u0631\u062C\u0639 \u0645\u0639\u0637\u0651\u0644",
722
+ "branchingLogic.selectQuestion": "\u0627\u062E\u062A\u0631 \u0633\u0624\u0627\u0644\u0627\u064B",
723
+ "branchingLogic.selectTarget": "\u0627\u062E\u062A\u0631 \u0627\u0644\u0647\u062F\u0641",
724
+ "branchingLogic.selectValue": "\u0627\u062E\u062A\u0631 \u0642\u064A\u0645\u0629",
725
+ "branchingLogic.addValue": "\u0625\u0636\u0627\u0641\u0629 \u0642\u064A\u0645\u0629",
726
+ "branchingLogic.value": "\u0627\u0644\u0642\u064A\u0645\u0629",
727
+ "branchingLogic.typeValuePressEnter": "\u0627\u0643\u062A\u0628 \u0642\u064A\u0645\u0629\u060C \u062B\u0645 \u0627\u0636\u063A\u0637 Enter",
728
+ "branchingLogic.operatorEquals": "\u064A\u0633\u0627\u0648\u064A",
729
+ "branchingLogic.operatorNotEquals": "\u0644\u0627 \u064A\u0633\u0627\u0648\u064A",
730
+ "branchingLogic.operatorContains": "\u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649",
731
+ "branchingLogic.operatorIn": "\u0647\u0648 \u0623\u062D\u062F",
732
+ "branchingLogic.graphAriaLabel": "\u0631\u0633\u0645 \u0645\u0646\u0637\u0642 \u0627\u0644\u062A\u0641\u0631\u0639",
733
+ "branchingLogic.ruleCountOne": "{{count}} \u0642\u0627\u0639\u062F\u0629",
734
+ "branchingLogic.ruleCountOther": "{{count}} \u0642\u0627\u0639\u062F\u0629",
735
+ "branchingLogic.brokenCount": "{{count}} \u0645\u0639\u0637\u0651\u0644\u0629",
736
+ "branchingLogic.emptyNoQuestions": "\u0623\u0636\u0641 \u0623\u0633\u0626\u0644\u0629 \u0642\u0628\u0644 \u0625\u0646\u0634\u0627\u0621 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0641\u0631\u0639.",
737
+ "branchingLogic.emptyNoRules": "\u0644\u0627 \u062A\u0648\u062C\u062F \u0642\u0648\u0627\u0639\u062F \u0628\u0639\u062F. \u0623\u0636\u0641 \u0642\u0627\u0639\u062F\u0629 \u0644\u062A\u062D\u062F\u064A\u062F \u0645\u0646\u0637\u0642 \u0627\u0644\u062A\u0641\u0631\u0639.",
738
+ "filterGroup.filters": "\u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629",
739
+ "filterGroup.all": "\u0627\u0644\u0643\u0644",
740
+ "filterGroup.clear": "\u0645\u0633\u062D",
741
+ "filterGroup.clearAll": "\u0645\u0633\u062D \u0627\u0644\u0643\u0644",
742
+ "filterGroup.from": "\u0645\u0646",
743
+ "filterGroup.to": "\u0625\u0644\u0649",
744
+ "filterGroup.allOf": "\u0643\u0644 {{label}}",
745
+ "filterGroup.activeCount": "{{count}} \u0646\u0634\u0637\u0629",
746
+ "debug.guardEvaluationsHint": "\u0633\u062A\u0638\u0647\u0631 \u062A\u0642\u064A\u064A\u0645\u0627\u062A \u0627\u0644\u062D\u0627\u0631\u0633 \u0639\u0646\u062F \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644\u0627\u062A \u0623\u0648 \u0627\u0644\u0646\u0628\u0636\u0627\u062A \u0627\u0644\u0645\u0632\u0648\u062F\u0629 \u0628\u062D\u0631\u0627\u0633",
747
+ "debug.expression": "\u0627\u0644\u062A\u0639\u0628\u064A\u0631",
748
+ "debug.inputs": "\u0627\u0644\u0645\u062F\u062E\u0644\u0627\u062A",
749
+ "debug.trait": "\u0627\u0644\u0633\u0645\u0629",
750
+ "debug.filterAll": "\u0627\u0644\u0643\u0644",
751
+ "debug.filterPassed": "\u0646\u0627\u062C\u062D",
752
+ "debug.filterFailed": "\u0641\u0627\u0634\u0644",
753
+ "debug.traitsInitHint": "\u0633\u062A\u0638\u0647\u0631 \u0627\u0644\u0633\u0645\u0627\u062A \u0639\u0646\u062F \u062A\u0647\u064A\u0626\u0629 \u0622\u0644\u0629 \u0627\u0644\u062D\u0627\u0644\u0629",
754
+ "debug.traitsMountHint": "\u0633\u062A\u0638\u0647\u0631 \u0627\u0644\u0633\u0645\u0627\u062A \u0639\u0646\u062F \u062A\u0631\u0643\u064A\u0628 \u0627\u0644\u0645\u0643\u0648\u0651\u0646\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627",
755
+ "debug.activeStates": "\u0627\u0644\u062D\u0627\u0644\u0627\u062A \u0627\u0644\u0646\u0634\u0637\u0629",
756
+ "debug.availableEvents": "\u0627\u0644\u0623\u062D\u062F\u0627\u062B \u0627\u0644\u0645\u062A\u0627\u062D\u0629",
757
+ "debug.noTransitionsFromState": "\u0644\u0627 \u062A\u0648\u062C\u062F \u0627\u0646\u062A\u0642\u0627\u0644\u0627\u062A \u0645\u0646 \u0627\u0644\u062D\u0627\u0644\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",
758
+ "debug.guarded": "\u0645\u062D\u0631\u0648\u0633",
759
+ "debug.otherEvents": "\u0623\u062D\u062F\u0627\u062B \u0623\u062E\u0631\u0649 (\u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0646 \u0627\u0644\u062D\u0627\u0644\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629)",
760
+ "debug.recentTransitions": "\u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644\u0627\u062A \u0627\u0644\u0623\u062E\u064A\u0631\u0629",
761
+ "debug.transitionsCount": "{{count}} \u0627\u0646\u062A\u0642\u0627\u0644\u0627\u062A",
762
+ "debug.states": "\u0627\u0644\u062D\u0627\u0644\u0627\u062A",
763
+ "debug.transitions": "\u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644\u0627\u062A",
764
+ "debug.guards": "\u0627\u0644\u062D\u064F\u0631\u0651\u0627\u0633",
765
+ "debug.debugModeHint": "\u0642\u062F \u0644\u0627 \u064A\u0643\u0648\u0646 \u0648\u0636\u0639 \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0645\u064F\u0641\u0639\u0651\u0644\u0627\u064B",
766
+ "debug.entitiesSpawnHint": "\u0633\u062A\u0638\u0647\u0631 \u0627\u0644\u0643\u064A\u0627\u0646\u0627\u062A \u0639\u0646\u062F \u0625\u0646\u0634\u0627\u0626\u0647\u0627",
767
+ "debug.singleton": "\u0645\u0641\u0631\u062F",
768
+ "debug.singletonsCount": "\u0627\u0644\u0645\u0641\u0631\u062F\u0627\u062A ({{count}})",
769
+ "debug.runtimeCount": "\u0648\u0642\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644 ({{count}})",
770
+ "debug.moreEntities": "+{{count}} \u0643\u064A\u0627\u0646\u0627\u062A \u0623\u062E\u0631\u0649",
771
+ "debug.persistent": "\u062F\u0627\u0626\u0645",
772
+ "debug.loadedCount": "{{count}} \u0645\u064F\u062D\u0645\u0651\u0644",
773
+ "debug.notLoaded": "\u063A\u064A\u0631 \u0645\u064F\u062D\u0645\u0651\u0644",
774
+ "debug.eventsExecuteHint": "\u0633\u062A\u0638\u0647\u0631 \u0627\u0644\u0623\u062D\u062F\u0627\u062B \u0623\u062B\u0646\u0627\u0621 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u0633\u0645\u0627\u062A \u0648\u0627\u0644\u0646\u0628\u0636\u0627\u062A \u0648\u0627\u0644\u0623\u0646\u0638\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649",
775
+ "debug.allCount": "\u0627\u0644\u0643\u0644 ({{count}})",
776
+ "debug.autoScroll": "\u062A\u0645\u0631\u064A\u0631 \u062A\u0644\u0642\u0627\u0626\u064A",
777
+ "debug.transitionsProcessHint": "\u0633\u062A\u0638\u0647\u0631 \u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644\u0627\u062A \u0623\u062B\u0646\u0627\u0621 \u0645\u0639\u0627\u0644\u062C\u0629 \u0622\u0644\u0629 \u0627\u0644\u062D\u0627\u0644\u0629 \u0644\u0644\u0623\u062D\u062F\u0627\u062B",
778
+ "debug.transitionsRecorded": "\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 {{count}} \u0627\u0646\u062A\u0642\u0627\u0644\u0627\u062A",
779
+ "debug.guardLabel": "\u0627\u0644\u062D\u0627\u0631\u0633:",
780
+ "debug.effectsCount": "{{count}} \u062A\u0623\u062B\u064A\u0631\u0627\u062A",
781
+ "debug.bridgeInitHint": "\u0644\u0645 \u062A\u062A\u0645 \u062A\u0647\u064A\u0626\u0629 \u062C\u0633\u0631 \u0627\u0644\u062E\u0627\u062F\u0645. \u0633\u062A\u0638\u0647\u0631 \u0635\u062D\u0629 \u0627\u0644\u062C\u0633\u0631 \u0628\u0645\u062C\u0631\u062F \u0627\u062A\u0635\u0627\u0644 \u0648\u0642\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0628\u0627\u0644\u062E\u0627\u062F\u0645.",
782
+ "debug.never": "\u0623\u0628\u062F\u0627\u064B",
783
+ "debug.connected": "\u0645\u062A\u0635\u0644",
784
+ "debug.disconnected": "\u063A\u064A\u0631 \u0645\u062A\u0635\u0644",
785
+ "debug.lastError": "\u0622\u062E\u0631 \u062E\u0637\u0623",
786
+ "debug.totalEventsProcessed": "\u062A\u0645\u062A \u0645\u0639\u0627\u0644\u062C\u0629 {{count}} \u062D\u062F\u062B\u0627\u064B \u0625\u062C\u0645\u0627\u0644\u0627\u064B",
787
+ "debug.server": "\u0627\u0644\u062E\u0627\u062F\u0645",
788
+ "debug.clientEffectsCount": "{{count}} \u062A\u0623\u062B\u064A\u0631\u0627\u062A \u0639\u0645\u064A\u0644",
789
+ "debug.emitLabel": "\u0625\u0635\u062F\u0627\u0631:",
790
+ "debug.rowsCount": "{{count}} \u0635\u0641\u0648\u0641",
791
+ "debug.serverResponse": "\u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u062E\u0627\u062F\u0645",
792
+ "debug.collapseVerificationTimeline": "\u0637\u064A\u0651 \u0627\u0644\u062C\u062F\u0648\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0644\u0644\u062A\u062D\u0642\u0642",
793
+ "debug.expandVerificationTimeline": "\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062C\u062F\u0648\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0644\u0644\u062A\u062D\u0642\u0642",
794
+ "debug.failCount": "{{count}} \u0641\u0634\u0644",
795
+ "debug.ok": "\u062D\u0633\u0646\u0627\u064B",
796
+ "debug.localCount": "{{count}} \u0645\u062D\u0644\u064A",
797
+ "debug.serverCount": "{{count}} \u062E\u0627\u062F\u0645",
798
+ "debug.waitingForTransitions": "\u0641\u064A \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644\u0627\u062A...",
799
+ "debug.tabDispatch": "\u0627\u0644\u0625\u0631\u0633\u0627\u0644",
800
+ "debug.tabVerify": "\u0627\u0644\u062A\u062D\u0642\u0642",
801
+ "debug.tabVerifyAlert": "\u0627\u0644\u062A\u062D\u0642\u0642 (!)",
802
+ "debug.tabTimeline": "\u0627\u0644\u062C\u062F\u0648\u0644 \u0627\u0644\u0632\u0645\u0646\u064A",
803
+ "debug.tabBridge": "\u0627\u0644\u062C\u0633\u0631",
804
+ "debug.tabTraits": "\u0627\u0644\u0633\u0645\u0627\u062A",
805
+ "debug.tabTicks": "\u0627\u0644\u0646\u0628\u0636\u0627\u062A",
806
+ "debug.tabEntities": "\u0627\u0644\u0643\u064A\u0627\u0646\u0627\u062A",
807
+ "debug.tabEvents": "\u0627\u0644\u0623\u062D\u062F\u0627\u062B",
808
+ "debug.tabGuards": "\u0627\u0644\u062D\u064F\u0631\u0651\u0627\u0633",
809
+ "debug.debugger": "\u0627\u0644\u0645\u0635\u062D\u0651\u062D",
810
+ "debug.failedCount": "{{count}} \u0641\u0627\u0634\u0644",
811
+ "debug.traitsCount": "{{count}} \u0633\u0645\u0627\u062A",
812
+ "debug.idle": "\u062E\u0627\u0645\u0644",
813
+ "debug.openDebugger": "\u0641\u062A\u062D \u0627\u0644\u0645\u0635\u062D\u0651\u062D (`)",
814
+ "debug.kflowVerifier": "\u0645\u064F\u062A\u062D\u0642\u0651\u0642 KFlow",
815
+ "debug.allPassing": "\u0627\u0644\u0643\u0644 \u0646\u0627\u062C\u062D",
816
+ "debug.runtime": "\u0648\u0642\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",
817
+ "debug.close": "\u0625\u063A\u0644\u0627\u0642 (`)",
818
+ "debug.toggleHint": "\u0627\u0636\u063A\u0637 ` \u0644\u0644\u062A\u0628\u062F\u064A\u0644 | window.__orbitalVerification \u0644\u0644\u0623\u062A\u0645\u062A\u0629",
819
+ "replyTree.expandReplies": "\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0631\u062F\u0648\u062F",
820
+ "replyTree.collapseReplies": "\u0637\u064A \u0627\u0644\u0631\u062F\u0648\u062F",
821
+ "replyTree.voteOnReplyBy": "\u0627\u0644\u062A\u0635\u0648\u064A\u062A \u0639\u0644\u0649 \u0631\u062F {{author}}",
822
+ "replyTree.replyTo": "\u0627\u0644\u0631\u062F \u0639\u0644\u0649 {{author}}",
823
+ "replyTree.replyToPlaceholder": "\u0627\u0644\u0631\u062F \u0639\u0644\u0649 {{author}}\u2026",
824
+ "replyTree.reply": "\u0631\u062F",
825
+ "replyTree.flagReplyBy": "\u0627\u0644\u0625\u0628\u0644\u0627\u063A \u0639\u0646 \u0631\u062F {{author}}",
826
+ "replyTree.flag": "\u0625\u0628\u0644\u0627\u063A",
827
+ "replyTree.send": "\u0625\u0631\u0633\u0627\u0644",
828
+ "replyTree.continueThread": "\u0645\u062A\u0627\u0628\u0639\u0629 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629",
829
+ "replyTree.noRepliesYet": "\u0644\u0627 \u062A\u0648\u062C\u062F \u0631\u062F\u0648\u062F \u0628\u0639\u062F.",
830
+ "signaturePad.label": "\u0627\u0644\u062A\u0648\u0642\u064A\u0639",
831
+ "signaturePad.helperText": "\u0627\u0631\u0633\u0645 \u062A\u0648\u0642\u064A\u0639\u0643 \u0623\u0639\u0644\u0627\u0647",
832
+ "signaturePad.clear": "\u0645\u0633\u062D",
833
+ "signaturePad.confirm": "\u062A\u0623\u0643\u064A\u062F",
834
+ "qrScanner.cameraUnavailable": "\u0627\u0644\u0643\u0627\u0645\u064A\u0631\u0627 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629",
835
+ "qrScanner.paused": "\u0645\u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u064B\u0627",
836
+ "qrScanner.resumeScanning": "\u0627\u0633\u062A\u0626\u0646\u0627\u0641 \u0627\u0644\u0645\u0633\u062D",
837
+ "qrScanner.pauseScanning": "\u0625\u064A\u0642\u0627\u0641 \u0627\u0644\u0645\u0633\u062D \u0645\u0624\u0642\u062A\u064B\u0627",
838
+ "qrScanner.switchToFrontCamera": "\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0643\u0627\u0645\u064A\u0631\u0627 \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629",
839
+ "qrScanner.switchToRearCamera": "\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0643\u0627\u0645\u064A\u0631\u0627 \u0627\u0644\u062E\u0644\u0641\u064A\u0629",
840
+ "qrScanner.mockScan": "\u0645\u0633\u062D \u062A\u062C\u0631\u064A\u0628\u064A",
841
+ "docSearch.placeholder": "\u0627\u0644\u0628\u062D\u062B \u0641\u064A \u0627\u0644\u0648\u062B\u0627\u0626\u0642...",
842
+ "stateMachine.loading": "\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0622\u0644\u0629 \u0627\u0644\u062D\u0627\u0644\u0629\u2026",
843
+ "stateMachine.noStateMachine": "\u0644\u0627 \u062A\u0648\u062C\u062F \u0622\u0644\u0629 \u062D\u0627\u0644\u0629 \u0644\u0639\u0631\u0636\u0647\u0627",
844
+ "avl.trigger": "\u0627\u0644\u0645\u064F\u0634\u063A\u0650\u0651\u0644",
845
+ "avl.guard": "\u0627\u0644\u062D\u0627\u0631\u0633",
846
+ "avl.effects": "\u0627\u0644\u062A\u0623\u062B\u064A\u0631\u0627\u062A",
847
+ "avl.props": "\u0627\u0644\u062E\u0635\u0627\u0626\u0635",
848
+ "avl.entity": "\u0627\u0644\u0643\u064A\u0627\u0646",
849
+ "avl.traits": "\u0627\u0644\u0633\u0645\u0627\u062A",
850
+ "avl.transition": "\u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644",
851
+ "avl.onEntity": "\u0639\u0644\u0649 {{entity}}",
852
+ "avl.linkedTo": "\u0645\u0631\u062A\u0628\u0637 \u0628\u0640 {{entity}}",
853
+ "avl.pressEscToZoomOut": "\u0627\u0636\u063A\u0637 Esc \u0644\u0644\u062A\u0635\u063A\u064A\u0631",
854
+ "avl.zoomIn": "\u062A\u0643\u0628\u064A\u0631",
855
+ "avl.zoomOut": "\u062A\u0635\u063A\u064A\u0631",
856
+ "avl.orbitalLabel": "\u0645\u062F\u0627\u0631: {{name}}",
857
+ "avl.orbitalLabelHighlighted": "\u0645\u062F\u0627\u0631: {{name}} (\u0645\u0645\u064A\u064E\u0651\u0632)",
858
+ "avl.noTraitData": "\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A \u0633\u0645\u0629",
859
+ "avl.computingLayout": "\u062C\u0627\u0631\u064D \u062D\u0633\u0627\u0628 \u0627\u0644\u062A\u062E\u0637\u064A\u0637...",
860
+ "avl.noStateMachine": "\u0644\u0627 \u062A\u0648\u062C\u062F \u0622\u0644\u0629 \u062D\u0627\u0644\u0627\u062A",
861
+ "avl.listensFor": "\u064A\u0633\u062A\u0645\u0639 \u0625\u0644\u0649 {{event}}",
862
+ "avl.emits": "\u064A\u064F\u0635\u062F\u0631 {{event}}",
863
+ "avl.pageLayout": "\u062A\u062E\u0637\u064A\u0637 \u0627\u0644\u0635\u0641\u062D\u0629",
864
+ "avl.overlaySuffix": "(\u062A\u0631\u0627\u0643\u0628)",
865
+ "orbPreview.previewBadge": "\u0645\u0639\u0627\u064A\u0646\u0629",
866
+ "orbPreview.doubleClickToOpen": "\u0627\u0646\u0642\u0631 \u0646\u0642\u0631\u064B\u0627 \u0645\u0632\u062F\u0648\u062C\u064B\u0627 \u0644\u0644\u0641\u062A\u062D",
867
+ "orbPreview.dropToAddAndOpen": "\u0623\u0641\u0644\u062A \u0644\u0644\u0625\u0636\u0627\u0641\u0629 \u0648\u0627\u0644\u0641\u062A\u062D",
868
+ "orbPreview.dispatching": "\u0627\u0644\u0645\u0646\u0633\u0650\u0651\u0642 \u064A\u064F\u0631\u0633\u0644 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u062F\u0627\u0631",
869
+ "orbPreview.noPreview": "\u0644\u0627 \u062A\u062A\u0648\u0641\u0631 \u0645\u0639\u0627\u064A\u0646\u0629",
870
+ "orbPreview.screensCount": "{{count}} \u0634\u0627\u0634\u0627\u062A",
871
+ "detailView.noTransitionData": "\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0646\u062A\u0642\u0627\u0644",
872
+ "orbInspector.required": "\u0645\u0637\u0644\u0648\u0628",
873
+ "orbInspector.addField": "\u0625\u0636\u0627\u0641\u0629 \u062D\u0642\u0644",
874
+ "orbInspector.serviceMode": "\u0648\u0636\u0639 \u0627\u0644\u062E\u062F\u0645\u0629",
875
+ "orbInspector.standalone": "\u0645\u0633\u062A\u0642\u0644",
876
+ "orbInspector.embedded": "\u0645\u064F\u0636\u0645\u064E\u0651\u0646",
877
+ "orbInspector.rendersOwnUi": "\u064A\u0639\u0631\u0636 \u0648\u0627\u062C\u0647\u062A\u0647 \u0627\u0644\u062E\u0627\u0635\u0629",
878
+ "orbInspector.headless": "\u0628\u0644\u0627 \u0648\u0627\u062C\u0647\u0629\u060C \u0645\u0648\u0635\u0648\u0644 \u0628\u0633\u0644\u0648\u0643\u064A\u0627\u062A \u0623\u062E\u0631\u0649",
879
+ "orbInspector.addEffect": "\u0625\u0636\u0627\u0641\u0629 \u062A\u0623\u062B\u064A\u0631",
880
+ "orbInspector.guardExpression": "\u062A\u0639\u0628\u064A\u0631 \u0627\u0644\u062D\u0627\u0631\u0633",
881
+ "orbInspector.selectPatternForStyles": "\u062D\u062F\u062F \u0646\u0645\u0637\u064B\u0627 \u0644\u0639\u0631\u0636 \u0631\u0645\u0648\u0632 \u0646\u0645\u0637\u0647.",
882
+ "orbInspector.tokens": "\u0627\u0644\u0631\u0645\u0648\u0632",
883
+ "orbInspector.noTokenContract": "\u0644\u0645 \u064A\u064F\u0639\u0644\u064E\u0646 \u0623\u064A \u0639\u0642\u062F \u0631\u0645\u0648\u0632 \u0644\u0647\u0630\u0627 \u0627\u0644\u0646\u0645\u0637.",
884
+ "orbInspector.variant": "\u0627\u0644\u0646\u0648\u0639",
885
+ "orbInspector.size": "\u0627\u0644\u062D\u062C\u0645",
886
+ "orbInspector.statesCount": "{{count}} \u062D\u0627\u0644\u0627\u062A",
887
+ "orbInspector.onEntity": " \u0639\u0644\u0649 {{entity}}",
888
+ "orbInspector.projectThemeTokens": "\u0631\u0645\u0648\u0632 \u0633\u0645\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639",
889
+ "orbInspector.tokenGroup.colors": "\u0627\u0644\u0623\u0644\u0648\u0627\u0646",
890
+ "orbInspector.tokenGroup.radii": "\u0623\u0646\u0635\u0627\u0641 \u0627\u0644\u0623\u0642\u0637\u0627\u0631",
891
+ "orbInspector.tokenGroup.spacing": "\u0627\u0644\u062A\u0628\u0627\u0639\u062F",
892
+ "orbInspector.tokenGroup.shadows": "\u0627\u0644\u0638\u0644\u0627\u0644",
893
+ "orbInspector.tab.inspector": "\u0627\u0644\u0645\u064F\u0641\u062A\u0650\u0651\u0634",
894
+ "orbInspector.tab.styles": "\u0627\u0644\u0623\u0646\u0645\u0627\u0637",
895
+ "orbInspector.tab.code": "\u0627\u0644\u0643\u0648\u062F",
896
+ "canvas.goBackToOverview": "\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0638\u0631\u0629 \u0627\u0644\u0639\u0627\u0645\u0629",
897
+ "canvas.overview": "\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629",
898
+ "canvas.expanded": "\u0645\u0648\u0633\u064E\u0651\u0639",
899
+ "canvas.modulesCount": "{{count}} \u0648\u062D\u062F\u0627\u062A",
900
+ "canvas.screensCount": "{{count}} \u0634\u0627\u0634\u0627\u062A",
901
+ "canvas.switchToView": "\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0639\u0631\u0636 {{label}}",
902
+ "lawReference.viewFullText": "\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0643\u0627\u0645\u0644 \u0644\u0644\u0642\u0627\u0646\u0648\u0646",
903
+ "statCard.defaultLabel": "\u0625\u062D\u0635\u0627\u0626\u064A\u0629",
904
+ "statCard.vsLastPeriod": "\u0645\u0642\u0627\u0631\u0646\u0629 \u0628\u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629",
905
+ "mediaGallery.upload": "\u0631\u0641\u0639",
906
+ "mediaGallery.noMediaDescription": "\u0644\u0627 \u062A\u0648\u062C\u062F \u0639\u0646\u0627\u0635\u0631 \u0648\u0633\u0627\u0626\u0637 \u0644\u0639\u0631\u0636\u0647\u0627.",
907
+ "pagination.jumpPlaceholder": "\u0635\u0641\u062D\u0629",
908
+ "table.selectRow": "\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0635\u0641 {{id}}",
909
+ "card.selectItem": "\u062A\u062D\u062F\u064A\u062F {{item}}",
910
+ "card.itemFallback": "\u0639\u0646\u0635\u0631",
911
+ "fileTree.noFiles": "\u0644\u0627 \u062A\u0648\u062C\u062F \u0645\u0644\u0641\u0627\u062A",
912
+ "masterDetail.selectItem": "\u062D\u062F\u062F \u0639\u0646\u0635\u0631\u064B\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644",
913
+ "empty.createFirst": "\u0623\u0646\u0634\u0626 \u0623\u0648\u0644 \u0639\u0646\u0635\u0631 \u0644\u0643 \u0644\u0644\u0628\u062F\u0621.",
914
+ "upload.dropOrBrowse": "\u0623\u0641\u0644\u062A \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0647\u0646\u0627 \u0623\u0648 \u0627\u0646\u0642\u0631 \u0644\u0644\u0627\u0633\u062A\u0639\u0631\u0627\u0636",
915
+ "upload.dropFilesHere": "\u0623\u0641\u0644\u062A \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0647\u0646\u0627",
916
+ "upload.accepted": "\u0627\u0644\u0645\u0642\u0628\u0648\u0644: {{accept}}",
917
+ "upload.maxSize": "\u0627\u0644\u062D\u062C\u0645 \u0627\u0644\u0623\u0642\u0635\u0649: {{size}}",
918
+ "upload.maxFiles": "\u062D\u062A\u0649 {{count}} \u0645\u0644\u0641\u0627\u062A",
919
+ "upload.error.maxFiles": "\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 {{count}} \u0645\u0644\u0641\u0627\u062A",
920
+ "upload.error.invalidType": "\u0646\u0648\u0639 \u0645\u0644\u0641 \u063A\u064A\u0631 \u0635\u0627\u0644\u062D: {{name}}",
921
+ "upload.error.tooLarge": "\u0627\u0644\u0645\u0644\u0641 \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627: {{name}} (\u0627\u0644\u0623\u0642\u0635\u0649 {{size}})",
922
+ "optionConstraint.requiredOne": "\u0645\u0637\u0644\u0648\u0628\u060C \u0627\u062E\u062A\u0631 1",
923
+ "optionConstraint.optionalOne": "\u0627\u062E\u062A\u064A\u0627\u0631\u064A\u060C \u0627\u062E\u062A\u0631 \u062D\u062A\u0649 1",
924
+ "optionConstraint.pickExactly": "\u0627\u062E\u062A\u0631 \u0628\u0627\u0644\u0636\u0628\u0637 {{count}}",
925
+ "optionConstraint.pickRange": "\u0627\u062E\u062A\u0631 {{min}}-{{max}}",
926
+ "optionConstraint.pickAtLeast": "\u0627\u062E\u062A\u0631 {{count}} \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644",
927
+ "optionConstraint.pickUpTo": "\u0627\u062E\u062A\u0631 \u062D\u062A\u0649 {{count}}",
928
+ "optionConstraint.optional": "\u0627\u062E\u062A\u064A\u0627\u0631\u064A",
929
+ "optionConstraint.outOfStock": "\u0646\u0641\u062F \u0645\u0646 \u0627\u0644\u0645\u062E\u0632\u0648\u0646",
930
+ "optionConstraint.error.pickOne": "\u0627\u062E\u062A\u0631 \u062E\u064A\u0627\u0631\u064B\u0627 \u0648\u0627\u062D\u062F\u064B\u0627",
931
+ "optionConstraint.error.pickOnlyOne": "\u0627\u062E\u062A\u0631 \u062E\u064A\u0627\u0631\u064B\u0627 \u0648\u0627\u062D\u062F\u064B\u0627 \u0641\u0642\u0637",
932
+ "optionConstraint.error.pickMore": "\u0627\u062E\u062A\u0631 {{count}} \u0625\u0636\u0627\u0641\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644",
933
+ "optionConstraint.error.removeOptions": "\u0623\u0632\u0644 {{count}} \u062E\u064A\u0627\u0631\u0627\u062A",
934
+ "stateMachine.pinned": "\u0645\u062B\u0628\u0651\u062A",
935
+ "stateMachine.eventCount": "{{count}} \u0623\u062D\u062F\u0627\u062B",
936
+ "stateMachine.externalEffects": "\u062A\u0623\u062B\u064A\u0631\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629",
937
+ "stateMachine.legend.initial": "\u0627\u0628\u062A\u062F\u0627\u0626\u064A",
938
+ "stateMachine.legend.final": "\u0646\u0647\u0627\u0626\u064A",
939
+ "stateMachine.legend.state": "\u062D\u0627\u0644\u0629",
940
+ "stateMachine.legend.multiEvent": "\u0645\u062A\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u062F\u0627\u062B",
941
+ "common.selected": "\u0645\u062D\u062F\u062F",
942
+ "common.showMore": "\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F",
943
+ "common.showLess": "\u0639\u0631\u0636 \u0623\u0642\u0644",
944
+ "common.noResults": "\u0644\u0627 \u062A\u0648\u062C\u062F \u0646\u062A\u0627\u0626\u062C"
355
945
  };
356
946
 
357
947
  // locales/sl.json
358
948
  var sl_default = {
359
- $meta: { locale: "sl", direction: "ltr" },
949
+ $meta: {
950
+ locale: "sl",
951
+ direction: "ltr"
952
+ },
360
953
  "common.save": "Shrani",
361
954
  "common.cancel": "Prekli\u010Di",
362
955
  "common.delete": "Izbri\u0161i",
@@ -494,7 +1087,6 @@ var sl_default = {
494
1087
  "error.somethingWentWrong": "Nekaj je \u0161lo narobe",
495
1088
  "error.loadingItems": "Nalaganje elementov...",
496
1089
  "error.noItemsFound": "Ni najdenih elementov",
497
- "error.notFound": "Ni najdeno",
498
1090
  "debug.noEntityData": "Ni podatkov o entiteti",
499
1091
  "debug.noEntities": "Ni entitet",
500
1092
  "debug.noTicks": "Ni registriranih ticks",
@@ -526,7 +1118,302 @@ var sl_default = {
526
1118
  "template.showcase": "Predstavitev",
527
1119
  "template.faq": "Pogosta vpra\u0161anja",
528
1120
  "template.ourTeam": "Na\u0161a ekipa",
529
- "template.caseStudies": "Primeri uporabe"
1121
+ "template.caseStudies": "Primeri uporabe",
1122
+ "richBlockEditor.toolbar.text": "Besedilo",
1123
+ "richBlockEditor.toolbar.h1": "H1",
1124
+ "richBlockEditor.toolbar.h2": "H2",
1125
+ "richBlockEditor.toolbar.h3": "H3",
1126
+ "richBlockEditor.toolbar.bulletList": "Ozna\u010Den seznam",
1127
+ "richBlockEditor.toolbar.numbered": "O\u0161tevil\u010Den",
1128
+ "richBlockEditor.toolbar.quote": "Citat",
1129
+ "richBlockEditor.toolbar.code": "Koda",
1130
+ "richBlockEditor.toolbar.divider": "Lo\u010Dilo",
1131
+ "richBlockEditor.toolbar.image": "Slika",
1132
+ "richBlockEditor.blockType.paragraph": "Besedilo",
1133
+ "richBlockEditor.blockType.heading1": "Naslov 1",
1134
+ "richBlockEditor.blockType.heading2": "Naslov 2",
1135
+ "richBlockEditor.blockType.heading3": "Naslov 3",
1136
+ "richBlockEditor.blockType.bulletList": "Ozna\u010Den seznam",
1137
+ "richBlockEditor.blockType.numberedList": "O\u0161tevil\u010Den seznam",
1138
+ "richBlockEditor.blockType.quote": "Citat",
1139
+ "richBlockEditor.blockType.code": "Koda",
1140
+ "richBlockEditor.blockType.divider": "Lo\u010Dilo",
1141
+ "richBlockEditor.blockType.image": "Slika",
1142
+ "richBlockEditor.blockActions": "Dejanja bloka",
1143
+ "richBlockEditor.duplicate": "Podvoji",
1144
+ "richBlockEditor.turnInto": "Pretvori v",
1145
+ "richBlockEditor.placeholder.heading1": "Naslov 1",
1146
+ "richBlockEditor.placeholder.heading2": "Naslov 2",
1147
+ "richBlockEditor.placeholder.heading3": "Naslov 3",
1148
+ "richBlockEditor.placeholder.quote": "Citat",
1149
+ "richBlockEditor.placeholder.code": "Vnesite kodo",
1150
+ "richBlockEditor.placeholder.paragraph": "Za\u010Dnite pisati...",
1151
+ "richBlockEditor.placeholder.listItem": "Element seznama",
1152
+ "richBlockEditor.placeholder.caption": "Napis (neobvezno)",
1153
+ "richBlockEditor.aria.heading1Block": "Blok naslova 1",
1154
+ "richBlockEditor.aria.heading2Block": "Blok naslova 2",
1155
+ "richBlockEditor.aria.heading3Block": "Blok naslova 3",
1156
+ "richBlockEditor.aria.quoteBlock": "Blok citata",
1157
+ "richBlockEditor.aria.codeBlock": "Blok kode",
1158
+ "richBlockEditor.aria.codeLanguage": "Jezik kode",
1159
+ "richBlockEditor.aria.imageUrl": "URL slike",
1160
+ "richBlockEditor.aria.imageCaption": "Napis slike",
1161
+ "richBlockEditor.aria.listItem": "Element seznama",
1162
+ "richBlockEditor.aria.removeListItem": "Odstrani element seznama",
1163
+ "richBlockEditor.aria.paragraphBlock": "Blok odstavka",
1164
+ "richBlockEditor.embeddedImage": "Vdelana slika",
1165
+ "richBlockEditor.noImageUrl": "URL slike ni nastavljen",
1166
+ "richBlockEditor.addItem": "Dodaj element",
1167
+ "richBlockEditor.insertParagraphBelow": "Vstavi odstavek spodaj",
1168
+ "richBlockEditor.editorToolbar": "Orodna vrstica urejevalnika blokov",
1169
+ "richBlockEditor.insertEntry": "Vstavi {{label}}",
1170
+ "versionDiff.compare": "Primerjaj",
1171
+ "versionDiff.to": "z",
1172
+ "versionDiff.beforeRevision": "Prej\u0161nja revizija",
1173
+ "versionDiff.afterRevision": "Naslednja revizija",
1174
+ "versionDiff.switchToInline": "Preklopi na vrsti\u010Dni pogled",
1175
+ "versionDiff.switchToSideBySide": "Preklopi na vzporedni pogled",
1176
+ "versionDiff.revert": "Povrni",
1177
+ "versionDiff.byAuthor": " avtor {{author}}",
1178
+ "violationAlert.actionType.measure": "Korektivni ukrep",
1179
+ "violationAlert.actionType.admin": "Upravni ukrep",
1180
+ "violationAlert.actionType.penalty": "Postopek za sankcijo",
1181
+ "violationAlert.fallbackMessage": "Kr\u0161itev",
1182
+ "violationAlert.adminLabel": "Upravni:",
1183
+ "violationAlert.penaltyLabel": "Sankcija:",
1184
+ "violationAlert.goToField": "Pojdi na polje",
1185
+ "branchingLogic.title": "Logika razvejanja",
1186
+ "branchingLogic.if": "\u010Ce",
1187
+ "branchingLogic.goTo": "pojdi na",
1188
+ "branchingLogic.rules": "Pravila",
1189
+ "branchingLogic.logicGraph": "Graf logike",
1190
+ "branchingLogic.addRule": "Dodaj pravilo",
1191
+ "branchingLogic.deleteRule": "Izbri\u0161i pravilo",
1192
+ "branchingLogic.endOfSurvey": "Konec ankete",
1193
+ "branchingLogic.brokenReference": "Pokvarjena referenca",
1194
+ "branchingLogic.selectQuestion": "Izberi vpra\u0161anje",
1195
+ "branchingLogic.selectTarget": "Izberi cilj",
1196
+ "branchingLogic.selectValue": "Izberi vrednost",
1197
+ "branchingLogic.addValue": "Dodaj vrednost",
1198
+ "branchingLogic.value": "Vrednost",
1199
+ "branchingLogic.typeValuePressEnter": "Vnesite vrednost, pritisnite Enter",
1200
+ "branchingLogic.operatorEquals": "je enako",
1201
+ "branchingLogic.operatorNotEquals": "ni enako",
1202
+ "branchingLogic.operatorContains": "vsebuje",
1203
+ "branchingLogic.operatorIn": "je eden od",
1204
+ "branchingLogic.graphAriaLabel": "Graf logike razvejanja",
1205
+ "branchingLogic.ruleCountOne": "{{count}} pravilo",
1206
+ "branchingLogic.ruleCountOther": "{{count}} pravil",
1207
+ "branchingLogic.brokenCount": "{{count}} pokvarjenih",
1208
+ "branchingLogic.emptyNoQuestions": "Dodajte vpra\u0161anja, preden zgradite pravila razvejanja.",
1209
+ "branchingLogic.emptyNoRules": "\u0160e ni pravil. Dodajte pravilo za dolo\u010Ditev logike razvejanja.",
1210
+ "filterGroup.filters": "Filtri",
1211
+ "filterGroup.all": "Vse",
1212
+ "filterGroup.clear": "Po\u010Disti",
1213
+ "filterGroup.clearAll": "Po\u010Disti vse",
1214
+ "filterGroup.from": "Od",
1215
+ "filterGroup.to": "Do",
1216
+ "filterGroup.allOf": "Vse {{label}}",
1217
+ "filterGroup.activeCount": "{{count}} aktivnih",
1218
+ "debug.guardEvaluationsHint": "Vrednotenja varovala se prika\u017Eejo, ko se izvedejo prehodi ali utripi z varovali",
1219
+ "debug.expression": "Izraz",
1220
+ "debug.inputs": "Vhodi",
1221
+ "debug.trait": "Lastnost",
1222
+ "debug.filterAll": "Vse",
1223
+ "debug.filterPassed": "Uspe\u0161no",
1224
+ "debug.filterFailed": "Neuspe\u0161no",
1225
+ "debug.traitsInitHint": "Lastnosti se prika\u017Eejo ob inicializaciji stroja stanj",
1226
+ "debug.traitsMountHint": "Lastnosti se prika\u017Eejo, ko so komponente, ki jih uporabljajo, vpete",
1227
+ "debug.activeStates": "Aktivna stanja",
1228
+ "debug.availableEvents": "Razpolo\u017Eljivi dogodki",
1229
+ "debug.noTransitionsFromState": "Ni prehodov iz trenutnega stanja",
1230
+ "debug.guarded": "varovan",
1231
+ "debug.otherEvents": "Drugi dogodki (niso na voljo iz trenutnega stanja)",
1232
+ "debug.recentTransitions": "Nedavni prehodi",
1233
+ "debug.transitionsCount": "{{count}} prehodov",
1234
+ "debug.states": "Stanja",
1235
+ "debug.transitions": "Prehodi",
1236
+ "debug.guards": "Varovala",
1237
+ "debug.debugModeHint": "Na\u010Din razhro\u0161\u010Devanja morda ni omogo\u010Den",
1238
+ "debug.entitiesSpawnHint": "Entitete se prika\u017Eejo ob ustvarjanju",
1239
+ "debug.singleton": "Singleton",
1240
+ "debug.singletonsCount": "Singletoni ({{count}})",
1241
+ "debug.runtimeCount": "Izvajalno okolje ({{count}})",
1242
+ "debug.moreEntities": "+{{count}} dodatnih entitet",
1243
+ "debug.persistent": "Trajno",
1244
+ "debug.loadedCount": "{{count}} nalo\u017Eenih",
1245
+ "debug.notLoaded": "ni nalo\u017Eeno",
1246
+ "debug.eventsExecuteHint": "Dogodki se prika\u017Eejo med izvajanjem lastnosti, utripov in drugih sistemov",
1247
+ "debug.allCount": "Vse ({{count}})",
1248
+ "debug.autoScroll": "Samodejno drsenje",
1249
+ "debug.transitionsProcessHint": "Prehodi se prika\u017Eejo, ko stroj stanj obdeluje dogodke",
1250
+ "debug.transitionsRecorded": "Zabele\u017Eenih {{count}} prehodov",
1251
+ "debug.guardLabel": "varovalo:",
1252
+ "debug.effectsCount": "{{count}} u\u010Dinkov",
1253
+ "debug.bridgeInitHint": "Stre\u017Eni\u0161ki most ni bil inicializiran. Stanje mostu se prika\u017Ee, ko se izvajalno okolje pove\u017Ee s stre\u017Enikom.",
1254
+ "debug.never": "Nikoli",
1255
+ "debug.connected": "Povezano",
1256
+ "debug.disconnected": "Nepovezano",
1257
+ "debug.lastError": "Zadnja napaka",
1258
+ "debug.totalEventsProcessed": "Skupaj obdelanih {{count}} dogodkov",
1259
+ "debug.server": "stre\u017Enik",
1260
+ "debug.clientEffectsCount": "{{count}} u\u010Dinkov odjemalca",
1261
+ "debug.emitLabel": "oddaja:",
1262
+ "debug.rowsCount": "{{count}} vrstic",
1263
+ "debug.serverResponse": "odziv stre\u017Enika",
1264
+ "debug.collapseVerificationTimeline": "Strni \u010Dasovnico preverjanja",
1265
+ "debug.expandVerificationTimeline": "Raz\u0161iri \u010Dasovnico preverjanja",
1266
+ "debug.failCount": "{{count}} neuspeh",
1267
+ "debug.ok": "V redu",
1268
+ "debug.localCount": "{{count}} lokalnih",
1269
+ "debug.serverCount": "{{count}} stre\u017Eni\u0161kih",
1270
+ "debug.waitingForTransitions": "\u010Cakanje na prehode ...",
1271
+ "debug.tabDispatch": "Po\u0161iljanje",
1272
+ "debug.tabVerify": "Preveri",
1273
+ "debug.tabVerifyAlert": "Preveri (!)",
1274
+ "debug.tabTimeline": "\u010Casovnica",
1275
+ "debug.tabBridge": "Most",
1276
+ "debug.tabTraits": "Lastnosti",
1277
+ "debug.tabTicks": "Utripi",
1278
+ "debug.tabEntities": "Entitete",
1279
+ "debug.tabEvents": "Dogodki",
1280
+ "debug.tabGuards": "Varovala",
1281
+ "debug.debugger": "Razhro\u0161\u010Devalnik",
1282
+ "debug.failedCount": "{{count}} neuspe\u0161nih",
1283
+ "debug.traitsCount": "{{count}} lastnosti",
1284
+ "debug.idle": "Nedejavno",
1285
+ "debug.openDebugger": "Odpri razhro\u0161\u010Devalnik (`)",
1286
+ "debug.kflowVerifier": "KFlow preverjevalnik",
1287
+ "debug.allPassing": "Vse uspe\u0161no",
1288
+ "debug.runtime": "Izvajalno okolje",
1289
+ "debug.close": "Zapri (`)",
1290
+ "debug.toggleHint": "Pritisnite ` za preklop | window.__orbitalVerification za avtomatizacijo",
1291
+ "replyTree.expandReplies": "Raz\u0161iri odgovore",
1292
+ "replyTree.collapseReplies": "Strni odgovore",
1293
+ "replyTree.voteOnReplyBy": "Glasuj o odgovoru uporabnika {{author}}",
1294
+ "replyTree.replyTo": "Odgovori uporabniku {{author}}",
1295
+ "replyTree.replyToPlaceholder": "Odgovori uporabniku {{author}}\u2026",
1296
+ "replyTree.reply": "Odgovori",
1297
+ "replyTree.flagReplyBy": "Ozna\u010Di odgovor uporabnika {{author}}",
1298
+ "replyTree.flag": "Ozna\u010Di",
1299
+ "replyTree.send": "Po\u0161lji",
1300
+ "replyTree.continueThread": "Nadaljuj nit",
1301
+ "replyTree.noRepliesYet": "\u0160e ni odgovorov.",
1302
+ "signaturePad.label": "Podpis",
1303
+ "signaturePad.helperText": "Nari\u0161ite svoj podpis zgoraj",
1304
+ "signaturePad.clear": "Po\u010Disti",
1305
+ "signaturePad.confirm": "Potrdi",
1306
+ "qrScanner.cameraUnavailable": "Kamera ni na voljo",
1307
+ "qrScanner.paused": "Za\u010Dasno ustavljeno",
1308
+ "qrScanner.resumeScanning": "Nadaljuj skeniranje",
1309
+ "qrScanner.pauseScanning": "Za\u010Dasno ustavi skeniranje",
1310
+ "qrScanner.switchToFrontCamera": "Preklopi na sprednjo kamero",
1311
+ "qrScanner.switchToRearCamera": "Preklopi na zadnjo kamero",
1312
+ "qrScanner.mockScan": "Preizkusno skeniranje",
1313
+ "docSearch.placeholder": "Iskanje po dokumentaciji...",
1314
+ "stateMachine.loading": "Nalaganje stanjskega stroja\u2026",
1315
+ "stateMachine.noStateMachine": "Ni stanjskega stroja za prikaz",
1316
+ "avl.trigger": "Spro\u017Eilec",
1317
+ "avl.guard": "Varovalo",
1318
+ "avl.effects": "U\u010Dinki",
1319
+ "avl.props": "Lastnosti",
1320
+ "avl.entity": "Entiteta",
1321
+ "avl.traits": "Lastnosti vedenja",
1322
+ "avl.transition": "Prehod",
1323
+ "avl.onEntity": "na {{entity}}",
1324
+ "avl.linkedTo": "povezano z {{entity}}",
1325
+ "avl.pressEscToZoomOut": "Pritisnite Esc za pomanj\u0161anje",
1326
+ "avl.zoomIn": "Pove\u010Daj",
1327
+ "avl.zoomOut": "Pomanj\u0161aj",
1328
+ "avl.orbitalLabel": "Orbital: {{name}}",
1329
+ "avl.orbitalLabelHighlighted": "Orbital: {{name}} (poudarjen)",
1330
+ "avl.noTraitData": "Ni podatkov o lastnosti vedenja",
1331
+ "avl.computingLayout": "Ra\u010Dunanje postavitve ...",
1332
+ "avl.noStateMachine": "Ni stanjskega stroja",
1333
+ "avl.listensFor": "poslu\u0161a za {{event}}",
1334
+ "avl.emits": "oddaja {{event}}",
1335
+ "avl.pageLayout": "Postavitev strani",
1336
+ "avl.overlaySuffix": "(prekrivni sloj)",
1337
+ "orbPreview.previewBadge": "Predogled",
1338
+ "orbPreview.doubleClickToOpen": "Dvokliknite za odpiranje",
1339
+ "orbPreview.dropToAddAndOpen": "Spustite za dodajanje in odpiranje",
1340
+ "orbPreview.dispatching": "Koordinator po\u0161ilja temu orbitalu",
1341
+ "orbPreview.noPreview": "Predogled ni na voljo",
1342
+ "orbPreview.screensCount": "{{count}} zaslonov",
1343
+ "detailView.noTransitionData": "Ni podatkov o prehodu",
1344
+ "orbInspector.required": "obv.",
1345
+ "orbInspector.addField": "Dodaj polje",
1346
+ "orbInspector.serviceMode": "Na\u010Din storitve",
1347
+ "orbInspector.standalone": "Samostojen",
1348
+ "orbInspector.embedded": "Vgrajen",
1349
+ "orbInspector.rendersOwnUi": "Izri\u0161e svoj lasten vmesnik",
1350
+ "orbInspector.headless": "Brez vmesnika, povezan z drugimi vedenji",
1351
+ "orbInspector.addEffect": "Dodaj u\u010Dinek",
1352
+ "orbInspector.guardExpression": "Izraz varovala",
1353
+ "orbInspector.selectPatternForStyles": "Izberite vzorec za ogled njegovih slogovnih \u017Eetonov.",
1354
+ "orbInspector.tokens": "\u017Detoni",
1355
+ "orbInspector.noTokenContract": "Za ta vzorec ni razgla\u0161ene pogodbe \u017Eetonov.",
1356
+ "orbInspector.variant": "Razli\u010Dica",
1357
+ "orbInspector.size": "Velikost",
1358
+ "orbInspector.statesCount": "{{count}} stanj",
1359
+ "orbInspector.onEntity": " na {{entity}}",
1360
+ "orbInspector.projectThemeTokens": "\u017Detoni teme projekta",
1361
+ "orbInspector.tokenGroup.colors": "Barve",
1362
+ "orbInspector.tokenGroup.radii": "Polmeri",
1363
+ "orbInspector.tokenGroup.spacing": "Razmik",
1364
+ "orbInspector.tokenGroup.shadows": "Sence",
1365
+ "orbInspector.tab.inspector": "Pregledovalnik",
1366
+ "orbInspector.tab.styles": "Slogi",
1367
+ "orbInspector.tab.code": "Koda",
1368
+ "canvas.goBackToOverview": "Nazaj na pregled",
1369
+ "canvas.overview": "Pregled",
1370
+ "canvas.expanded": "Raz\u0161irjeno",
1371
+ "canvas.modulesCount": "{{count}} modulov",
1372
+ "canvas.screensCount": "{{count}} zaslonov",
1373
+ "canvas.switchToView": "Preklopi na pogled {{label}}",
1374
+ "lawReference.viewFullText": "Prika\u017Ei celotno besedilo zakona",
1375
+ "statCard.defaultLabel": "Statistika",
1376
+ "statCard.vsLastPeriod": "glede na prej\u0161nje obdobje",
1377
+ "mediaGallery.upload": "Nalo\u017Ei",
1378
+ "mediaGallery.noMediaDescription": "Ni medijskih elementov za prikaz.",
1379
+ "pagination.jumpPlaceholder": "Stran",
1380
+ "table.selectRow": "Izberi vrstico {{id}}",
1381
+ "card.selectItem": "Izberi {{item}}",
1382
+ "card.itemFallback": "element",
1383
+ "fileTree.noFiles": "Ni datotek",
1384
+ "masterDetail.selectItem": "Izberite element za ogled podrobnosti",
1385
+ "empty.createFirst": "Ustvarite svoj prvi element za za\u010Detek.",
1386
+ "upload.dropOrBrowse": "Spustite datoteke sem ali kliknite za brskanje",
1387
+ "upload.dropFilesHere": "Spustite datoteke sem",
1388
+ "upload.accepted": "Sprejeto: {{accept}}",
1389
+ "upload.maxSize": "Najve\u010Dja velikost: {{size}}",
1390
+ "upload.maxFiles": "Do {{count}} datotek",
1391
+ "upload.error.maxFiles": "Dovoljenih je najve\u010D {{count}} datotek",
1392
+ "upload.error.invalidType": "Neveljavna vrsta datoteke: {{name}}",
1393
+ "upload.error.tooLarge": "Datoteka prevelika: {{name}} (najve\u010D {{size}})",
1394
+ "optionConstraint.requiredOne": "Obvezno, izberite 1",
1395
+ "optionConstraint.optionalOne": "Neobvezno, izberite do 1",
1396
+ "optionConstraint.pickExactly": "Izberite natanko {{count}}",
1397
+ "optionConstraint.pickRange": "Izberite {{min}}-{{max}}",
1398
+ "optionConstraint.pickAtLeast": "Izberite vsaj {{count}}",
1399
+ "optionConstraint.pickUpTo": "Izberite do {{count}}",
1400
+ "optionConstraint.optional": "Neobvezno",
1401
+ "optionConstraint.outOfStock": "Ni na zalogi",
1402
+ "optionConstraint.error.pickOne": "Izberite 1 mo\u017Enost",
1403
+ "optionConstraint.error.pickOnlyOne": "Izberite samo 1 mo\u017Enost",
1404
+ "optionConstraint.error.pickMore": "Izberite vsaj \u0161e {{count}}",
1405
+ "optionConstraint.error.removeOptions": "Odstranite {{count}} mo\u017Enosti",
1406
+ "stateMachine.pinned": "Pripeto",
1407
+ "stateMachine.eventCount": "{{count}} dogodkov",
1408
+ "stateMachine.externalEffects": "Zunanji u\u010Dinki",
1409
+ "stateMachine.legend.initial": "Za\u010Detno",
1410
+ "stateMachine.legend.final": "Kon\u010Dno",
1411
+ "stateMachine.legend.state": "Stanje",
1412
+ "stateMachine.legend.multiEvent": "Ve\u010D dogodkov",
1413
+ "common.selected": "Izbrano",
1414
+ "common.showMore": "Poka\u017Ei ve\u010D",
1415
+ "common.showLess": "Poka\u017Ei manj",
1416
+ "common.noResults": "Ni rezultatov"
530
1417
  };
531
1418
 
532
1419
  // locales/index.ts