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