@pitcher/canvas-ui 2026.1.21-142855-beta → 2026.1.21-143005-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/canvas-ui.css +2 -2
- package/canvas-ui.js +5 -4
- package/canvas-ui.js.map +1 -1
- package/locale/de.json +11 -4
- package/locale/el.json +11 -4
- package/locale/en.json +11 -4
- package/locale/es.json +11 -4
- package/locale/fr.json +11 -4
- package/locale/it.json +11 -4
- package/locale/ja.json +3 -4
- package/locale/nl.json +11 -4
- package/locale/pl.json +11 -4
- package/locale/pt-br.json +11 -4
- package/locale/pt.json +11 -4
- package/locale/th.json +11 -4
- package/locale/tr.json +11 -4
- package/locale/zh.json +3 -4
- package/package.json +1 -1
package/locale/de.json
CHANGED
|
@@ -313,9 +313,6 @@
|
|
|
313
313
|
},
|
|
314
314
|
"addMore": null,
|
|
315
315
|
"convertPptxToHtml": null,
|
|
316
|
-
"divisible": {
|
|
317
|
-
"label": "Teilbar"
|
|
318
|
-
},
|
|
319
316
|
"expiresAt": {
|
|
320
317
|
"label": null,
|
|
321
318
|
"options": {
|
|
@@ -330,6 +327,9 @@
|
|
|
330
327
|
"sharing": {
|
|
331
328
|
"label": null
|
|
332
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "Teilbar"
|
|
332
|
+
},
|
|
333
333
|
"tags": {
|
|
334
334
|
"label": null
|
|
335
335
|
},
|
|
@@ -2708,8 +2708,9 @@
|
|
|
2708
2708
|
"multipleFolders": null,
|
|
2709
2709
|
"multipleSections": null,
|
|
2710
2710
|
"multipleTemplates": null,
|
|
2711
|
-
"notDivisibleExpanded": "Datei ist nicht teilbar. Sie können keine einzelne(n) Seite(n) auswählen",
|
|
2712
2711
|
"notShareable": null,
|
|
2712
|
+
"notDivisible": "Nicht teilbar",
|
|
2713
|
+
"notDivisibleExpanded": "Datei ist nicht teilbar. Sie können keine einzelne(n) Seite(n) auswählen",
|
|
2713
2714
|
"preparing": null,
|
|
2714
2715
|
"sharing": {
|
|
2715
2716
|
"options": {
|
|
@@ -2717,6 +2718,12 @@
|
|
|
2717
2718
|
"disabled": null
|
|
2718
2719
|
}
|
|
2719
2720
|
},
|
|
2721
|
+
"divisible": {
|
|
2722
|
+
"options": {
|
|
2723
|
+
"allowed": "Erlaubt",
|
|
2724
|
+
"disabled": "Deaktiviert"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2720
2727
|
"singleBlock": null,
|
|
2721
2728
|
"singleCanvas": null,
|
|
2722
2729
|
"singleFile": null,
|
package/locale/el.json
CHANGED
|
@@ -313,9 +313,6 @@
|
|
|
313
313
|
},
|
|
314
314
|
"addMore": "Προσθήκη περισσότερων",
|
|
315
315
|
"convertPptxToHtml": "Μετατροπή PPTX σε HTML",
|
|
316
|
-
"divisible": {
|
|
317
|
-
"label": "Διαιρετό"
|
|
318
|
-
},
|
|
319
316
|
"expiresAt": {
|
|
320
317
|
"label": "Ρυθμίσεις λήξης αρχείου",
|
|
321
318
|
"options": {
|
|
@@ -330,6 +327,9 @@
|
|
|
330
327
|
"sharing": {
|
|
331
328
|
"label": "Κοινοποίηση"
|
|
332
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "Διαιρετό"
|
|
332
|
+
},
|
|
333
333
|
"tags": {
|
|
334
334
|
"label": "Ετικέτες"
|
|
335
335
|
},
|
|
@@ -2708,8 +2708,9 @@
|
|
|
2708
2708
|
"multipleFolders": "{count} φάκελοι",
|
|
2709
2709
|
"multipleSections": "{count} ενότητες",
|
|
2710
2710
|
"multipleTemplates": "{count} πρότυπα",
|
|
2711
|
-
"notDivisibleExpanded": "Το αρχείο δεν μπορεί να διαιρεθεί. Δεν μπορείτε να επιλέξετε μεμονωμένες σελίδες",
|
|
2712
2711
|
"notShareable": "Μη κοινοποιήσιμο",
|
|
2712
|
+
"notDivisible": "Μη διαιρετό",
|
|
2713
|
+
"notDivisibleExpanded": "Το αρχείο δεν μπορεί να διαιρεθεί. Δεν μπορείτε να επιλέξετε μεμονωμένες σελίδες",
|
|
2713
2714
|
"preparing": "Προετοιμασία...",
|
|
2714
2715
|
"sharing": {
|
|
2715
2716
|
"options": {
|
|
@@ -2717,6 +2718,12 @@
|
|
|
2717
2718
|
"disabled": "Απενεργοποιημένη"
|
|
2718
2719
|
}
|
|
2719
2720
|
},
|
|
2721
|
+
"divisible": {
|
|
2722
|
+
"options": {
|
|
2723
|
+
"allowed": "Επιτρέπεται",
|
|
2724
|
+
"disabled": "Απενεργοποιημένο"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2720
2727
|
"singleBlock": "1 μπλοκ",
|
|
2721
2728
|
"singleCanvas": "1 καμβάς",
|
|
2722
2729
|
"singleFile": "1 αρχείο",
|
package/locale/en.json
CHANGED
|
@@ -313,9 +313,6 @@
|
|
|
313
313
|
},
|
|
314
314
|
"addMore": "Add more",
|
|
315
315
|
"convertPptxToHtml": "Convert PPTX to HTML",
|
|
316
|
-
"divisible": {
|
|
317
|
-
"label": "Divisible"
|
|
318
|
-
},
|
|
319
316
|
"expiresAt": {
|
|
320
317
|
"label": "File expiration settings",
|
|
321
318
|
"options": {
|
|
@@ -330,6 +327,9 @@
|
|
|
330
327
|
"sharing": {
|
|
331
328
|
"label": "Sharing"
|
|
332
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "Divisible"
|
|
332
|
+
},
|
|
333
333
|
"tags": {
|
|
334
334
|
"label": "Tags"
|
|
335
335
|
},
|
|
@@ -2708,8 +2708,9 @@
|
|
|
2708
2708
|
"multipleFolders": "{count} folders",
|
|
2709
2709
|
"multipleSections": "{count} sections",
|
|
2710
2710
|
"multipleTemplates": "{count} templates",
|
|
2711
|
-
"notDivisibleExpanded": "File not dividable. You cannot select individual page(s)",
|
|
2712
2711
|
"notShareable": "Not shareable",
|
|
2712
|
+
"notDivisible": "Not divisible",
|
|
2713
|
+
"notDivisibleExpanded": "File not dividable. You cannot select individual page(s)",
|
|
2713
2714
|
"preparing": "Preparing",
|
|
2714
2715
|
"sharing": {
|
|
2715
2716
|
"options": {
|
|
@@ -2717,6 +2718,12 @@
|
|
|
2717
2718
|
"disabled": "Disabled"
|
|
2718
2719
|
}
|
|
2719
2720
|
},
|
|
2721
|
+
"divisible": {
|
|
2722
|
+
"options": {
|
|
2723
|
+
"allowed": "Allowed",
|
|
2724
|
+
"disabled": "Disabled"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2720
2727
|
"singleBlock": "1 block",
|
|
2721
2728
|
"singleCanvas": "1 canvas",
|
|
2722
2729
|
"singleFile": "1 file",
|
package/locale/es.json
CHANGED
|
@@ -313,9 +313,6 @@
|
|
|
313
313
|
},
|
|
314
314
|
"addMore": "Agregar más",
|
|
315
315
|
"convertPptxToHtml": "Convertir PPTX a HTML",
|
|
316
|
-
"divisible": {
|
|
317
|
-
"label": "Divisible"
|
|
318
|
-
},
|
|
319
316
|
"expiresAt": {
|
|
320
317
|
"label": "Configuración de vencimiento del archivo",
|
|
321
318
|
"options": {
|
|
@@ -330,6 +327,9 @@
|
|
|
330
327
|
"sharing": {
|
|
331
328
|
"label": "Compartir"
|
|
332
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "Divisible"
|
|
332
|
+
},
|
|
333
333
|
"tags": {
|
|
334
334
|
"label": "Etiquetas"
|
|
335
335
|
},
|
|
@@ -2708,8 +2708,9 @@
|
|
|
2708
2708
|
"multipleFolders": "{count} carpetas",
|
|
2709
2709
|
"multipleSections": "{count} secciones",
|
|
2710
2710
|
"multipleTemplates": "{count} plantillas",
|
|
2711
|
-
"notDivisibleExpanded": "El archivo no se puede dividir. No puede seleccionar página(s) individual(es)",
|
|
2712
2711
|
"notShareable": "No compartible",
|
|
2712
|
+
"notDivisible": "No divisible",
|
|
2713
|
+
"notDivisibleExpanded": "El archivo no se puede dividir. No puede seleccionar página(s) individual(es)",
|
|
2713
2714
|
"preparing": "Preparando",
|
|
2714
2715
|
"sharing": {
|
|
2715
2716
|
"options": {
|
|
@@ -2717,6 +2718,12 @@
|
|
|
2717
2718
|
"disabled": "Deshabilitado"
|
|
2718
2719
|
}
|
|
2719
2720
|
},
|
|
2721
|
+
"divisible": {
|
|
2722
|
+
"options": {
|
|
2723
|
+
"allowed": "Permitido",
|
|
2724
|
+
"disabled": "Deshabilitado"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2720
2727
|
"singleBlock": "1 bloque",
|
|
2721
2728
|
"singleCanvas": "1 lienzo",
|
|
2722
2729
|
"singleFile": "1 archivo",
|
package/locale/fr.json
CHANGED
|
@@ -313,9 +313,6 @@
|
|
|
313
313
|
},
|
|
314
314
|
"addMore": "Ajouter plus",
|
|
315
315
|
"convertPptxToHtml": "Convertir PPTX en HTML",
|
|
316
|
-
"divisible": {
|
|
317
|
-
"label": "Divisible"
|
|
318
|
-
},
|
|
319
316
|
"expiresAt": {
|
|
320
317
|
"label": "Paramètres de durée de vie du fichier",
|
|
321
318
|
"options": {
|
|
@@ -330,6 +327,9 @@
|
|
|
330
327
|
"sharing": {
|
|
331
328
|
"label": "Partage"
|
|
332
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "Divisible"
|
|
332
|
+
},
|
|
333
333
|
"tags": {
|
|
334
334
|
"label": "Tags"
|
|
335
335
|
},
|
|
@@ -2708,8 +2708,9 @@
|
|
|
2708
2708
|
"multipleFolders": "{count} dossiers",
|
|
2709
2709
|
"multipleSections": "{count} sections",
|
|
2710
2710
|
"multipleTemplates": "{count} templates",
|
|
2711
|
-
"notDivisibleExpanded": "Fichier non divisible. Vous ne pouvez pas sélectionner de page(s) individuelle(s)",
|
|
2712
2711
|
"notShareable": "Non partageable",
|
|
2712
|
+
"notDivisible": "Non divisible",
|
|
2713
|
+
"notDivisibleExpanded": "Fichier non divisible. Vous ne pouvez pas sélectionner de page(s) individuelle(s)",
|
|
2713
2714
|
"preparing": "Préparation",
|
|
2714
2715
|
"sharing": {
|
|
2715
2716
|
"options": {
|
|
@@ -2717,6 +2718,12 @@
|
|
|
2717
2718
|
"disabled": "Désactivé"
|
|
2718
2719
|
}
|
|
2719
2720
|
},
|
|
2721
|
+
"divisible": {
|
|
2722
|
+
"options": {
|
|
2723
|
+
"allowed": "Autorisé",
|
|
2724
|
+
"disabled": "Désactivé"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2720
2727
|
"singleBlock": "1 bloc",
|
|
2721
2728
|
"singleCanvas": "1 canevas",
|
|
2722
2729
|
"singleFile": "1 fichier",
|
package/locale/it.json
CHANGED
|
@@ -313,9 +313,6 @@
|
|
|
313
313
|
},
|
|
314
314
|
"addMore": "Add more",
|
|
315
315
|
"convertPptxToHtml": "Converti PPTX in HTML",
|
|
316
|
-
"divisible": {
|
|
317
|
-
"label": "Divisibile"
|
|
318
|
-
},
|
|
319
316
|
"expiresAt": {
|
|
320
317
|
"label": "File expiration settings",
|
|
321
318
|
"options": {
|
|
@@ -330,6 +327,9 @@
|
|
|
330
327
|
"sharing": {
|
|
331
328
|
"label": "Sharing"
|
|
332
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "Divisibile"
|
|
332
|
+
},
|
|
333
333
|
"tags": {
|
|
334
334
|
"label": "Tags"
|
|
335
335
|
},
|
|
@@ -2708,8 +2708,9 @@
|
|
|
2708
2708
|
"multipleFolders": "{count} folders",
|
|
2709
2709
|
"multipleSections": "{count} sections",
|
|
2710
2710
|
"multipleTemplates": "{count} templates",
|
|
2711
|
-
"notDivisibleExpanded": "File non divisibile. Non è possibile selezionare singole pagine",
|
|
2712
2711
|
"notShareable": "Not shareable",
|
|
2712
|
+
"notDivisible": "Non divisibile",
|
|
2713
|
+
"notDivisibleExpanded": "File non divisibile. Non è possibile selezionare singole pagine",
|
|
2713
2714
|
"preparing": "Preparing",
|
|
2714
2715
|
"sharing": {
|
|
2715
2716
|
"options": {
|
|
@@ -2717,6 +2718,12 @@
|
|
|
2717
2718
|
"disabled": "Disabled"
|
|
2718
2719
|
}
|
|
2719
2720
|
},
|
|
2721
|
+
"divisible": {
|
|
2722
|
+
"options": {
|
|
2723
|
+
"allowed": "Consentito",
|
|
2724
|
+
"disabled": "Disabilitato"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2720
2727
|
"singleBlock": "1 block",
|
|
2721
2728
|
"singleCanvas": "1 canvas",
|
|
2722
2729
|
"singleFile": "1 file",
|
package/locale/ja.json
CHANGED
|
@@ -313,9 +313,6 @@
|
|
|
313
313
|
},
|
|
314
314
|
"addMore": "Add more",
|
|
315
315
|
"convertPptxToHtml": "PPTXをHTMLに変換",
|
|
316
|
-
"divisible": {
|
|
317
|
-
"label": "分割可能"
|
|
318
|
-
},
|
|
319
316
|
"expiresAt": {
|
|
320
317
|
"label": "File expiration settings",
|
|
321
318
|
"options": {
|
|
@@ -330,6 +327,9 @@
|
|
|
330
327
|
"sharing": {
|
|
331
328
|
"label": "Sharing"
|
|
332
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "分割可能"
|
|
332
|
+
},
|
|
333
333
|
"tags": {
|
|
334
334
|
"label": "Tags"
|
|
335
335
|
},
|
|
@@ -2708,7 +2708,6 @@
|
|
|
2708
2708
|
"multipleFolders": "{count} folders",
|
|
2709
2709
|
"multipleSections": "{count} sections",
|
|
2710
2710
|
"multipleTemplates": "{count} templates",
|
|
2711
|
-
"notDivisibleExpanded": null,
|
|
2712
2711
|
"notShareable": "Not shareable",
|
|
2713
2712
|
"preparing": "Preparing",
|
|
2714
2713
|
"sharing": {
|
package/locale/nl.json
CHANGED
|
@@ -313,9 +313,6 @@
|
|
|
313
313
|
},
|
|
314
314
|
"addMore": "Add more",
|
|
315
315
|
"convertPptxToHtml": "Converteer PPTX naar HTML",
|
|
316
|
-
"divisible": {
|
|
317
|
-
"label": "Deelbaar"
|
|
318
|
-
},
|
|
319
316
|
"expiresAt": {
|
|
320
317
|
"label": "File expiration settings",
|
|
321
318
|
"options": {
|
|
@@ -330,6 +327,9 @@
|
|
|
330
327
|
"sharing": {
|
|
331
328
|
"label": "Sharing"
|
|
332
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "Deelbaar"
|
|
332
|
+
},
|
|
333
333
|
"tags": {
|
|
334
334
|
"label": "Tags"
|
|
335
335
|
},
|
|
@@ -2708,8 +2708,9 @@
|
|
|
2708
2708
|
"multipleFolders": "{count} folders",
|
|
2709
2709
|
"multipleSections": "{count} sections",
|
|
2710
2710
|
"multipleTemplates": "{count} templates",
|
|
2711
|
-
"notDivisibleExpanded": "Bestand niet deelbaar. U kunt geen individuele pagina('s) selecteren",
|
|
2712
2711
|
"notShareable": "Not shareable",
|
|
2712
|
+
"notDivisible": "Niet deelbaar",
|
|
2713
|
+
"notDivisibleExpanded": "Bestand niet deelbaar. U kunt geen individuele pagina('s) selecteren",
|
|
2713
2714
|
"preparing": "Preparing",
|
|
2714
2715
|
"sharing": {
|
|
2715
2716
|
"options": {
|
|
@@ -2717,6 +2718,12 @@
|
|
|
2717
2718
|
"disabled": "Disabled"
|
|
2718
2719
|
}
|
|
2719
2720
|
},
|
|
2721
|
+
"divisible": {
|
|
2722
|
+
"options": {
|
|
2723
|
+
"allowed": "Toegestaan",
|
|
2724
|
+
"disabled": "Uitgeschakeld"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2720
2727
|
"singleBlock": "1 block",
|
|
2721
2728
|
"singleCanvas": "1 canvas",
|
|
2722
2729
|
"singleFile": "1 file",
|
package/locale/pl.json
CHANGED
|
@@ -313,9 +313,6 @@
|
|
|
313
313
|
},
|
|
314
314
|
"addMore": null,
|
|
315
315
|
"convertPptxToHtml": null,
|
|
316
|
-
"divisible": {
|
|
317
|
-
"label": "Podzielny"
|
|
318
|
-
},
|
|
319
316
|
"expiresAt": {
|
|
320
317
|
"label": null,
|
|
321
318
|
"options": {
|
|
@@ -330,6 +327,9 @@
|
|
|
330
327
|
"sharing": {
|
|
331
328
|
"label": null
|
|
332
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "Podzielny"
|
|
332
|
+
},
|
|
333
333
|
"tags": {
|
|
334
334
|
"label": null
|
|
335
335
|
},
|
|
@@ -2708,8 +2708,9 @@
|
|
|
2708
2708
|
"multipleFolders": null,
|
|
2709
2709
|
"multipleSections": null,
|
|
2710
2710
|
"multipleTemplates": null,
|
|
2711
|
-
"notDivisibleExpanded": "Plik niepodzielny. Nie można wybrać pojedynczej strony (stron)",
|
|
2712
2711
|
"notShareable": null,
|
|
2712
|
+
"notDivisible": "Niepodzielny",
|
|
2713
|
+
"notDivisibleExpanded": "Plik niepodzielny. Nie można wybrać pojedynczej strony (stron)",
|
|
2713
2714
|
"preparing": null,
|
|
2714
2715
|
"sharing": {
|
|
2715
2716
|
"options": {
|
|
@@ -2717,6 +2718,12 @@
|
|
|
2717
2718
|
"disabled": null
|
|
2718
2719
|
}
|
|
2719
2720
|
},
|
|
2721
|
+
"divisible": {
|
|
2722
|
+
"options": {
|
|
2723
|
+
"allowed": "Dozwolone",
|
|
2724
|
+
"disabled": "Wyłączone"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2720
2727
|
"singleBlock": null,
|
|
2721
2728
|
"singleCanvas": null,
|
|
2722
2729
|
"singleFile": null,
|
package/locale/pt-br.json
CHANGED
|
@@ -313,9 +313,6 @@
|
|
|
313
313
|
},
|
|
314
314
|
"addMore": "Adicionar mais",
|
|
315
315
|
"convertPptxToHtml": "Converter PPTX para HTML",
|
|
316
|
-
"divisible": {
|
|
317
|
-
"label": "Divisível"
|
|
318
|
-
},
|
|
319
316
|
"expiresAt": {
|
|
320
317
|
"label": "Configurações de expiração do arquivo",
|
|
321
318
|
"options": {
|
|
@@ -330,6 +327,9 @@
|
|
|
330
327
|
"sharing": {
|
|
331
328
|
"label": "Compartilhamento"
|
|
332
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "Divisível"
|
|
332
|
+
},
|
|
333
333
|
"tags": {
|
|
334
334
|
"label": "Etiquetas"
|
|
335
335
|
},
|
|
@@ -2708,8 +2708,9 @@
|
|
|
2708
2708
|
"multipleFolders": "{count} folders",
|
|
2709
2709
|
"multipleSections": "{count} sections",
|
|
2710
2710
|
"multipleTemplates": "{count} templates",
|
|
2711
|
-
"notDivisibleExpanded": "Arquivo não divisível. Você não pode selecionar página(s) individual(is)",
|
|
2712
2711
|
"notShareable": "Not shareable",
|
|
2712
|
+
"notDivisible": "Não divisível",
|
|
2713
|
+
"notDivisibleExpanded": "Arquivo não divisível. Você não pode selecionar página(s) individual(is)",
|
|
2713
2714
|
"preparing": "Preparing",
|
|
2714
2715
|
"sharing": {
|
|
2715
2716
|
"options": {
|
|
@@ -2717,6 +2718,12 @@
|
|
|
2717
2718
|
"disabled": "Desabilitado"
|
|
2718
2719
|
}
|
|
2719
2720
|
},
|
|
2721
|
+
"divisible": {
|
|
2722
|
+
"options": {
|
|
2723
|
+
"allowed": "Permitido",
|
|
2724
|
+
"disabled": "Desabilitado"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2720
2727
|
"singleBlock": "1 block",
|
|
2721
2728
|
"singleCanvas": "1 canvas",
|
|
2722
2729
|
"singleFile": "1 file",
|
package/locale/pt.json
CHANGED
|
@@ -313,9 +313,6 @@
|
|
|
313
313
|
},
|
|
314
314
|
"addMore": "Add more",
|
|
315
315
|
"convertPptxToHtml": null,
|
|
316
|
-
"divisible": {
|
|
317
|
-
"label": "Divisível"
|
|
318
|
-
},
|
|
319
316
|
"expiresAt": {
|
|
320
317
|
"label": "File expiration settings",
|
|
321
318
|
"options": {
|
|
@@ -330,6 +327,9 @@
|
|
|
330
327
|
"sharing": {
|
|
331
328
|
"label": "Sharing"
|
|
332
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "Divisível"
|
|
332
|
+
},
|
|
333
333
|
"tags": {
|
|
334
334
|
"label": "Tags"
|
|
335
335
|
},
|
|
@@ -2708,8 +2708,9 @@
|
|
|
2708
2708
|
"multipleFolders": "{count} folders",
|
|
2709
2709
|
"multipleSections": "{count} sections",
|
|
2710
2710
|
"multipleTemplates": "{count} templates",
|
|
2711
|
-
"notDivisibleExpanded": "Arquivo não divisível. Você não pode selecionar página(s) individual(is)",
|
|
2712
2711
|
"notShareable": "Not shareable",
|
|
2712
|
+
"notDivisible": "Não divisível",
|
|
2713
|
+
"notDivisibleExpanded": "Arquivo não divisível. Você não pode selecionar página(s) individual(is)",
|
|
2713
2714
|
"preparing": "Preparing",
|
|
2714
2715
|
"sharing": {
|
|
2715
2716
|
"options": {
|
|
@@ -2717,6 +2718,12 @@
|
|
|
2717
2718
|
"disabled": "Disabled"
|
|
2718
2719
|
}
|
|
2719
2720
|
},
|
|
2721
|
+
"divisible": {
|
|
2722
|
+
"options": {
|
|
2723
|
+
"allowed": "Permitido",
|
|
2724
|
+
"disabled": "Desabilitado"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2720
2727
|
"singleBlock": "1 block",
|
|
2721
2728
|
"singleCanvas": "1 canvas",
|
|
2722
2729
|
"singleFile": "1 file",
|
package/locale/th.json
CHANGED
|
@@ -313,9 +313,6 @@
|
|
|
313
313
|
},
|
|
314
314
|
"addMore": "เพิ่มเติม",
|
|
315
315
|
"convertPptxToHtml": null,
|
|
316
|
-
"divisible": {
|
|
317
|
-
"label": "แบ่งได้"
|
|
318
|
-
},
|
|
319
316
|
"expiresAt": {
|
|
320
317
|
"label": "การตั้งค่าการหมดอายุไฟล์",
|
|
321
318
|
"options": {
|
|
@@ -330,6 +327,9 @@
|
|
|
330
327
|
"sharing": {
|
|
331
328
|
"label": "การแชร์"
|
|
332
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "แบ่งได้"
|
|
332
|
+
},
|
|
333
333
|
"tags": {
|
|
334
334
|
"label": "แท็ก"
|
|
335
335
|
},
|
|
@@ -2708,8 +2708,9 @@
|
|
|
2708
2708
|
"multipleFolders": "{count} โฟลเดอร์",
|
|
2709
2709
|
"multipleSections": "{count} sections",
|
|
2710
2710
|
"multipleTemplates": "{count} templates",
|
|
2711
|
-
"notDivisibleExpanded": "ไฟล์ไม่สามารถแบ่งได้ คุณไม่สามารถเลือกหน้าแต่ละหน้าได้",
|
|
2712
2711
|
"notShareable": "ไม่t shareable",
|
|
2712
|
+
"notDivisible": "ไม่สามารถแบ่งได้",
|
|
2713
|
+
"notDivisibleExpanded": "ไฟล์ไม่สามารถแบ่งได้ คุณไม่สามารถเลือกหน้าแต่ละหน้าได้",
|
|
2713
2714
|
"preparing": "Preparing",
|
|
2714
2715
|
"sharing": {
|
|
2715
2716
|
"options": {
|
|
@@ -2717,6 +2718,12 @@
|
|
|
2717
2718
|
"disabled": "ปิดใช้งาน"
|
|
2718
2719
|
}
|
|
2719
2720
|
},
|
|
2721
|
+
"divisible": {
|
|
2722
|
+
"options": {
|
|
2723
|
+
"allowed": "อนุญาต",
|
|
2724
|
+
"disabled": "ปิดใช้งาน"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2720
2727
|
"singleBlock": "1 บล็อก",
|
|
2721
2728
|
"singleCanvas": "1 แคนวาส",
|
|
2722
2729
|
"singleFile": "1 ไฟล์",
|
package/locale/tr.json
CHANGED
|
@@ -313,9 +313,6 @@
|
|
|
313
313
|
},
|
|
314
314
|
"addMore": null,
|
|
315
315
|
"convertPptxToHtml": null,
|
|
316
|
-
"divisible": {
|
|
317
|
-
"label": "Bölünebilir"
|
|
318
|
-
},
|
|
319
316
|
"expiresAt": {
|
|
320
317
|
"label": null,
|
|
321
318
|
"options": {
|
|
@@ -330,6 +327,9 @@
|
|
|
330
327
|
"sharing": {
|
|
331
328
|
"label": null
|
|
332
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "Bölünebilir"
|
|
332
|
+
},
|
|
333
333
|
"tags": {
|
|
334
334
|
"label": null
|
|
335
335
|
},
|
|
@@ -2708,8 +2708,9 @@
|
|
|
2708
2708
|
"multipleFolders": null,
|
|
2709
2709
|
"multipleSections": null,
|
|
2710
2710
|
"multipleTemplates": null,
|
|
2711
|
-
"notDivisibleExpanded": "Dosya bölünemiyor. Tek tek sayfa seçemezsiniz",
|
|
2712
2711
|
"notShareable": null,
|
|
2712
|
+
"notDivisible": "Bölünemez",
|
|
2713
|
+
"notDivisibleExpanded": "Dosya bölünemiyor. Tek tek sayfa seçemezsiniz",
|
|
2713
2714
|
"preparing": null,
|
|
2714
2715
|
"sharing": {
|
|
2715
2716
|
"options": {
|
|
@@ -2717,6 +2718,12 @@
|
|
|
2717
2718
|
"disabled": null
|
|
2718
2719
|
}
|
|
2719
2720
|
},
|
|
2721
|
+
"divisible": {
|
|
2722
|
+
"options": {
|
|
2723
|
+
"allowed": "İzin verildi",
|
|
2724
|
+
"disabled": "Devre dışı"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2720
2727
|
"singleBlock": null,
|
|
2721
2728
|
"singleCanvas": null,
|
|
2722
2729
|
"singleFile": null,
|
package/locale/zh.json
CHANGED
|
@@ -313,9 +313,6 @@
|
|
|
313
313
|
},
|
|
314
314
|
"addMore": "Add more",
|
|
315
315
|
"convertPptxToHtml": "将PPTX转换为HTML",
|
|
316
|
-
"divisible": {
|
|
317
|
-
"label": "可分割"
|
|
318
|
-
},
|
|
319
316
|
"expiresAt": {
|
|
320
317
|
"label": "File expiration settings",
|
|
321
318
|
"options": {
|
|
@@ -330,6 +327,9 @@
|
|
|
330
327
|
"sharing": {
|
|
331
328
|
"label": "Sharing"
|
|
332
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "可分割"
|
|
332
|
+
},
|
|
333
333
|
"tags": {
|
|
334
334
|
"label": "Tags"
|
|
335
335
|
},
|
|
@@ -2708,7 +2708,6 @@
|
|
|
2708
2708
|
"multipleFolders": "{count} folders",
|
|
2709
2709
|
"multipleSections": "{count} sections",
|
|
2710
2710
|
"multipleTemplates": "{count} templates",
|
|
2711
|
-
"notDivisibleExpanded": null,
|
|
2712
2711
|
"notShareable": "Not shareable",
|
|
2713
2712
|
"preparing": "Preparing",
|
|
2714
2713
|
"sharing": {
|