@pitcher/canvas-ui 2026.1.20-135322 → 2026.1.21-131806-beta

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/locale/tr.json CHANGED
@@ -313,6 +313,9 @@
313
313
  },
314
314
  "addMore": null,
315
315
  "convertPptxToHtml": null,
316
+ "divisible": {
317
+ "label": "Bölünebilir"
318
+ },
316
319
  "expiresAt": {
317
320
  "label": null,
318
321
  "options": {
@@ -327,9 +330,6 @@
327
330
  "sharing": {
328
331
  "label": null
329
332
  },
330
- "divisible": {
331
- "label": "Bölünebilir"
332
- },
333
333
  "tags": {
334
334
  "label": null
335
335
  },
@@ -2708,9 +2708,8 @@
2708
2708
  "multipleFolders": null,
2709
2709
  "multipleSections": null,
2710
2710
  "multipleTemplates": null,
2711
- "notShareable": null,
2712
- "notDivisible": "Bölünemez",
2713
2711
  "notDivisibleExpanded": "Dosya bölünemiyor. Tek tek sayfa seçemezsiniz",
2712
+ "notShareable": null,
2714
2713
  "preparing": null,
2715
2714
  "sharing": {
2716
2715
  "options": {
@@ -2718,12 +2717,6 @@
2718
2717
  "disabled": null
2719
2718
  }
2720
2719
  },
2721
- "divisible": {
2722
- "options": {
2723
- "allowed": "İzin verildi",
2724
- "disabled": "Devre dışı"
2725
- }
2726
- },
2727
2720
  "singleBlock": null,
2728
2721
  "singleCanvas": null,
2729
2722
  "singleFile": null,
package/locale/zh.json CHANGED
@@ -313,6 +313,9 @@
313
313
  },
314
314
  "addMore": "Add more",
315
315
  "convertPptxToHtml": "将PPTX转换为HTML",
316
+ "divisible": {
317
+ "label": "可分割"
318
+ },
316
319
  "expiresAt": {
317
320
  "label": "File expiration settings",
318
321
  "options": {
@@ -327,9 +330,6 @@
327
330
  "sharing": {
328
331
  "label": "Sharing"
329
332
  },
330
- "divisible": {
331
- "label": "可分割"
332
- },
333
333
  "tags": {
334
334
  "label": "Tags"
335
335
  },
@@ -2708,6 +2708,7 @@
2708
2708
  "multipleFolders": "{count} folders",
2709
2709
  "multipleSections": "{count} sections",
2710
2710
  "multipleTemplates": "{count} templates",
2711
+ "notDivisibleExpanded": null,
2711
2712
  "notShareable": "Not shareable",
2712
2713
  "preparing": "Preparing",
2713
2714
  "sharing": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitcher/canvas-ui",
3
- "version": "2026.1.20-135322",
3
+ "version": "2026.1.21-131806-beta",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"