@tldraw/assets 5.3.0-canary.fceaae5e9feb → 5.3.0-internal.d205573d66cb

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/assets",
3
3
  "description": "tldraw infinite canvas SDK (assets).",
4
- "version": "5.3.0-canary.fceaae5e9feb",
4
+ "version": "5.3.0-internal.d205573d66cb",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -48,7 +48,7 @@
48
48
  "test-coverage": "yarn run -T vitest run --coverage --passWithNoTests"
49
49
  },
50
50
  "dependencies": {
51
- "@tldraw/utils": "5.3.0-canary.fceaae5e9feb"
51
+ "@tldraw/utils": "5.3.0-internal.d205573d66cb"
52
52
  },
53
53
  "devDependencies": {
54
54
  "lazyrepo": "0.0.0-alpha.27",
@@ -71,7 +71,7 @@
71
71
  "action.fork-project-on-tldraw": "Fork-projekti tldrawssa",
72
72
  "action.group": "Ryhmä",
73
73
  "action.insert-embed": "Lisää upotus",
74
- "action.insert-media": "Lataa media",
74
+ "action.insert-media": "Tuo media",
75
75
  "action.leave-shared-project": "Poistu jaetusta projektista",
76
76
  "action.new-project": "Uusi projekti",
77
77
  "action.new-shared-project": "Uusi jaettu projekti",
@@ -495,6 +495,30 @@
495
495
  "handle.crop.bottom-right": "Crop bottom right",
496
496
  "ui.close": "Close",
497
497
  "ui.checked": "Checked",
498
- "ui.unchecked": "Unchecked"
498
+ "ui.unchecked": "Unchecked",
499
+ "comments.title": "Comments",
500
+ "comments.empty": "No comments on this page yet.",
501
+ "comments.empty-filtered": "No comments match your filters.",
502
+ "comments.thread-title": "Comment",
503
+ "comments.resolved": "Resolved",
504
+ "comments.filter": "Filter comments",
505
+ "comments.show-resolved": "Show resolved comments",
506
+ "comments.only-mine": "Only your threads",
507
+ "comments.only-unread": "Only unread",
508
+ "comments.only-current-page": "Only current page",
509
+ "comments.more-options": "More options",
510
+ "comments.hide": "Hide comments",
511
+ "comments.show": "Show comments",
512
+ "comments.reply-placeholder": "Reply…",
513
+ "comments.edit-placeholder": "Edit comment…",
514
+ "comments.add-placeholder": "Add a comment…",
515
+ "comments.save": "Save",
516
+ "comments.edit": "Edit",
517
+ "comments.resolve": "Resolve",
518
+ "comments.reopen": "Reopen",
519
+ "comments.delete": "Delete thread",
520
+ "comments.dismiss": "Dismiss",
521
+ "comments.send": "Send",
522
+ "comments.resolved-by": "Resolved by {name}"
499
523
  }
500
524