@blocknote/core 0.37.0 → 0.38.0
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/blocknote.cjs +9 -9
- package/dist/blocknote.cjs.map +1 -1
- package/dist/blocknote.js +1298 -1326
- package/dist/blocknote.js.map +1 -1
- package/dist/{en-CvDoFvhc.js → en-Bq3Es3Np.js} +6 -12
- package/dist/en-Bq3Es3Np.js.map +1 -0
- package/dist/en-D3B48eJ7.cjs +2 -0
- package/dist/en-D3B48eJ7.cjs.map +1 -0
- package/dist/locales.cjs +1 -1
- package/dist/locales.cjs.map +1 -1
- package/dist/locales.js +109 -229
- package/dist/locales.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/webpack-stats.json +1 -1
- package/package.json +7 -7
- package/src/api/clipboard/toClipboard/copyExtension.ts +0 -2
- package/src/api/exporters/html/externalHTMLExporter.ts +0 -1
- package/src/api/exporters/markdown/markdownExporter.ts +13 -22
- package/src/api/exporters/markdown/util/addSpacesToCheckboxesRehypePlugin.ts +2 -12
- package/src/api/parsers/html/parseHTML.ts +3 -2
- package/src/api/parsers/html/util/nestedLists.test.ts +8 -8
- package/src/api/parsers/markdown/parseMarkdown.ts +17 -14
- package/src/api/positionMapping.test.ts +155 -34
- package/src/api/positionMapping.ts +2 -2
- package/src/blocks/AudioBlockContent/AudioBlockContent.ts +0 -1
- package/src/blocks/FileBlockContent/helpers/render/createAddFileButton.ts +3 -2
- package/src/blocks/FileBlockContent/helpers/render/createFileBlockWrapper.ts +1 -7
- package/src/blocks/FileBlockContent/helpers/render/createResizableFileBlockWrapper.ts +42 -17
- package/src/blocks/ImageBlockContent/ImageBlockContent.ts +0 -1
- package/src/blocks/VideoBlockContent/VideoBlockContent.ts +0 -1
- package/src/editor/BlockNoteEditor.ts +17 -23
- package/src/editor/BlockNoteExtensions.ts +3 -0
- package/src/extensions/Comments/CommentsPlugin.ts +2 -0
- package/src/extensions/SideMenu/SideMenuPlugin.ts +0 -2
- package/src/i18n/locales/ar.ts +6 -12
- package/src/i18n/locales/de.ts +6 -12
- package/src/i18n/locales/en.ts +6 -12
- package/src/i18n/locales/es.ts +6 -12
- package/src/i18n/locales/fr.ts +6 -12
- package/src/i18n/locales/he.ts +6 -12
- package/src/i18n/locales/hr.ts +6 -12
- package/src/i18n/locales/is.ts +6 -12
- package/src/i18n/locales/it.ts +6 -12
- package/src/i18n/locales/ja.ts +6 -12
- package/src/i18n/locales/ko.ts +6 -12
- package/src/i18n/locales/nl.ts +6 -12
- package/src/i18n/locales/no.ts +6 -12
- package/src/i18n/locales/pl.ts +6 -12
- package/src/i18n/locales/pt.ts +6 -12
- package/src/i18n/locales/ru.ts +6 -12
- package/src/i18n/locales/sk.ts +6 -12
- package/src/i18n/locales/uk.ts +6 -12
- package/src/i18n/locales/vi.ts +6 -12
- package/src/i18n/locales/zh-tw.ts +6 -12
- package/src/i18n/locales/zh.ts +6 -12
- package/src/index.ts +0 -1
- package/types/src/api/exporters/markdown/markdownExporter.d.ts +1 -1
- package/types/src/api/parsers/html/parseHTML.d.ts +1 -1
- package/types/src/api/parsers/markdown/parseMarkdown.d.ts +2 -2
- package/types/src/blocks/FileBlockContent/helpers/render/createAddFileButton.d.ts +1 -1
- package/types/src/blocks/FileBlockContent/helpers/render/createFileBlockWrapper.d.ts +1 -1
- package/types/src/blocks/FileBlockContent/helpers/render/createResizableFileBlockWrapper.d.ts +1 -1
- package/types/src/editor/BlockNoteEditor.d.ts +6 -9
- package/types/src/editor/BlockNoteExtensions.d.ts +2 -0
- package/types/src/extensions/Comments/CommentsPlugin.d.ts +3 -1
- package/types/src/i18n/locales/en.d.ts +1 -12
- package/types/src/i18n/locales/sk.d.ts +1 -12
- package/types/src/index.d.ts +0 -1
- package/dist/en-CvDoFvhc.js.map +0 -1
- package/dist/en-ub2yVBX0.cjs +0 -2
- package/dist/en-ub2yVBX0.cjs.map +0 -1
- package/src/util/esmDependencies.ts +0 -51
- package/types/src/util/esmDependencies.d.ts +0 -24
package/dist/locales.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { e as w } from "./en-
|
|
1
|
+
import { e as w } from "./en-Bq3Es3Np.js";
|
|
2
2
|
const t = {
|
|
3
3
|
slash_menu: {
|
|
4
4
|
heading: {
|
|
@@ -168,17 +168,11 @@ const t = {
|
|
|
168
168
|
comment_reply: "أضف تعليقًا..."
|
|
169
169
|
},
|
|
170
170
|
file_blocks: {
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
},
|
|
177
|
-
audio: {
|
|
178
|
-
add_button_text: "إضافة صوت"
|
|
179
|
-
},
|
|
180
|
-
file: {
|
|
181
|
-
add_button_text: "إضافة ملف"
|
|
171
|
+
add_button_text: {
|
|
172
|
+
image: "إضافة صورة",
|
|
173
|
+
video: "إضافة فيديو",
|
|
174
|
+
audio: "إضافة صوت",
|
|
175
|
+
file: "إضافة ملف"
|
|
182
176
|
}
|
|
183
177
|
},
|
|
184
178
|
toggle_blocks: {
|
|
@@ -589,17 +583,11 @@ const t = {
|
|
|
589
583
|
comment_reply: "Kommentar hinzufügen …"
|
|
590
584
|
},
|
|
591
585
|
file_blocks: {
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
},
|
|
598
|
-
audio: {
|
|
599
|
-
add_button_text: "Audio hinzufügen"
|
|
600
|
-
},
|
|
601
|
-
file: {
|
|
602
|
-
add_button_text: "Datei hinzufügen"
|
|
586
|
+
add_button_text: {
|
|
587
|
+
image: "Bild hinzufügen",
|
|
588
|
+
video: "Video hinzufügen",
|
|
589
|
+
audio: "Audio hinzufügen",
|
|
590
|
+
file: "Datei hinzufügen"
|
|
603
591
|
}
|
|
604
592
|
},
|
|
605
593
|
toggle_blocks: {
|
|
@@ -989,17 +977,11 @@ const t = {
|
|
|
989
977
|
comment_reply: "Agregar comentario..."
|
|
990
978
|
},
|
|
991
979
|
file_blocks: {
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
},
|
|
998
|
-
audio: {
|
|
999
|
-
add_button_text: "Agregar audio"
|
|
1000
|
-
},
|
|
1001
|
-
file: {
|
|
1002
|
-
add_button_text: "Agregar archivo"
|
|
980
|
+
add_button_text: {
|
|
981
|
+
image: "Agregar imagen",
|
|
982
|
+
video: "Agregar vídeo",
|
|
983
|
+
audio: "Agregar audio",
|
|
984
|
+
file: "Agregar archivo"
|
|
1003
985
|
}
|
|
1004
986
|
},
|
|
1005
987
|
toggle_blocks: {
|
|
@@ -1205,7 +1187,7 @@ const t = {
|
|
|
1205
1187
|
generic: {
|
|
1206
1188
|
ctrl_shortcut: "Ctrl"
|
|
1207
1189
|
}
|
|
1208
|
-
},
|
|
1190
|
+
}, l = {
|
|
1209
1191
|
slash_menu: {
|
|
1210
1192
|
heading: {
|
|
1211
1193
|
title: "Titre 1",
|
|
@@ -1431,17 +1413,11 @@ const t = {
|
|
|
1431
1413
|
comment_reply: "Ajouter un commentaire..."
|
|
1432
1414
|
},
|
|
1433
1415
|
file_blocks: {
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
},
|
|
1440
|
-
audio: {
|
|
1441
|
-
add_button_text: "Ajouter un audio"
|
|
1442
|
-
},
|
|
1443
|
-
file: {
|
|
1444
|
-
add_button_text: "Ajouter un fichier"
|
|
1416
|
+
add_button_text: {
|
|
1417
|
+
image: "Ajouter une image",
|
|
1418
|
+
video: "Ajouter une vidéo",
|
|
1419
|
+
audio: "Ajouter un audio",
|
|
1420
|
+
file: "Ajouter un fichier"
|
|
1445
1421
|
}
|
|
1446
1422
|
},
|
|
1447
1423
|
toggle_blocks: {
|
|
@@ -1648,7 +1624,7 @@ const t = {
|
|
|
1648
1624
|
generic: {
|
|
1649
1625
|
ctrl_shortcut: "Ctrl"
|
|
1650
1626
|
}
|
|
1651
|
-
},
|
|
1627
|
+
}, a = {
|
|
1652
1628
|
slash_menu: {
|
|
1653
1629
|
heading: {
|
|
1654
1630
|
title: "כותרת 1",
|
|
@@ -1834,17 +1810,11 @@ const t = {
|
|
|
1834
1810
|
comment_reply: "הוסף תגובה..."
|
|
1835
1811
|
},
|
|
1836
1812
|
file_blocks: {
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
},
|
|
1843
|
-
audio: {
|
|
1844
|
-
add_button_text: "הוסף אודיו"
|
|
1845
|
-
},
|
|
1846
|
-
file: {
|
|
1847
|
-
add_button_text: "הוסף קובץ"
|
|
1813
|
+
add_button_text: {
|
|
1814
|
+
image: "הוסף תמונה",
|
|
1815
|
+
video: "הוסף וידאו",
|
|
1816
|
+
audio: "הוסף אודיו",
|
|
1817
|
+
file: "הוסף קובץ"
|
|
1848
1818
|
}
|
|
1849
1819
|
},
|
|
1850
1820
|
toggle_blocks: {
|
|
@@ -2247,17 +2217,11 @@ const t = {
|
|
|
2247
2217
|
comment_reply: "Dodaj komentar..."
|
|
2248
2218
|
},
|
|
2249
2219
|
file_blocks: {
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
},
|
|
2256
|
-
audio: {
|
|
2257
|
-
add_button_text: "Dodaj audio"
|
|
2258
|
-
},
|
|
2259
|
-
file: {
|
|
2260
|
-
add_button_text: "Dodaj datoteku"
|
|
2220
|
+
add_button_text: {
|
|
2221
|
+
image: "Dodaj sliku",
|
|
2222
|
+
video: "Dodaj video",
|
|
2223
|
+
audio: "Dodaj audio",
|
|
2224
|
+
file: "Dodaj datoteku"
|
|
2261
2225
|
}
|
|
2262
2226
|
},
|
|
2263
2227
|
toggle_blocks: {
|
|
@@ -2659,17 +2623,11 @@ const t = {
|
|
|
2659
2623
|
comment_reply: "Bæta við athugasemd..."
|
|
2660
2624
|
},
|
|
2661
2625
|
file_blocks: {
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
},
|
|
2668
|
-
audio: {
|
|
2669
|
-
add_button_text: "Bæta við hljóði"
|
|
2670
|
-
},
|
|
2671
|
-
file: {
|
|
2672
|
-
add_button_text: "Bæta við skrá"
|
|
2626
|
+
add_button_text: {
|
|
2627
|
+
image: "Bæta við mynd",
|
|
2628
|
+
video: "Bæta við myndbandi",
|
|
2629
|
+
audio: "Bæta við hljóði",
|
|
2630
|
+
file: "Bæta við skrá"
|
|
2673
2631
|
}
|
|
2674
2632
|
},
|
|
2675
2633
|
toggle_blocks: {
|
|
@@ -3078,17 +3036,11 @@ const t = {
|
|
|
3078
3036
|
comment_reply: "Aggiungi commento..."
|
|
3079
3037
|
},
|
|
3080
3038
|
file_blocks: {
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
},
|
|
3087
|
-
audio: {
|
|
3088
|
-
add_button_text: "Aggiungi audio"
|
|
3089
|
-
},
|
|
3090
|
-
file: {
|
|
3091
|
-
add_button_text: "Aggiungi file"
|
|
3039
|
+
add_button_text: {
|
|
3040
|
+
image: "Aggiungi immagine",
|
|
3041
|
+
video: "Aggiungi video",
|
|
3042
|
+
audio: "Aggiungi audio",
|
|
3043
|
+
file: "Aggiungi file"
|
|
3092
3044
|
}
|
|
3093
3045
|
},
|
|
3094
3046
|
toggle_blocks: {
|
|
@@ -3519,17 +3471,11 @@ const t = {
|
|
|
3519
3471
|
comment_reply: "コメントを追加..."
|
|
3520
3472
|
},
|
|
3521
3473
|
file_blocks: {
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
},
|
|
3528
|
-
audio: {
|
|
3529
|
-
add_button_text: "オーディオを追加"
|
|
3530
|
-
},
|
|
3531
|
-
file: {
|
|
3532
|
-
add_button_text: "ファイルを追加"
|
|
3474
|
+
add_button_text: {
|
|
3475
|
+
image: "画像を追加",
|
|
3476
|
+
video: "ビデオを追加",
|
|
3477
|
+
audio: "オーディオを追加",
|
|
3478
|
+
file: "ファイルを追加"
|
|
3533
3479
|
}
|
|
3534
3480
|
},
|
|
3535
3481
|
toggle_blocks: {
|
|
@@ -3933,17 +3879,11 @@ const t = {
|
|
|
3933
3879
|
comment_reply: "댓글 추가..."
|
|
3934
3880
|
},
|
|
3935
3881
|
file_blocks: {
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
},
|
|
3942
|
-
audio: {
|
|
3943
|
-
add_button_text: "오디오 추가"
|
|
3944
|
-
},
|
|
3945
|
-
file: {
|
|
3946
|
-
add_button_text: "파일 추가"
|
|
3882
|
+
add_button_text: {
|
|
3883
|
+
image: "이미지 추가",
|
|
3884
|
+
video: "비디오 추가",
|
|
3885
|
+
audio: "오디오 추가",
|
|
3886
|
+
file: "파일 추가"
|
|
3947
3887
|
}
|
|
3948
3888
|
},
|
|
3949
3889
|
toggle_blocks: {
|
|
@@ -4334,17 +4274,11 @@ const t = {
|
|
|
4334
4274
|
comment_reply: "Reactie toevoegen..."
|
|
4335
4275
|
},
|
|
4336
4276
|
file_blocks: {
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
},
|
|
4343
|
-
audio: {
|
|
4344
|
-
add_button_text: "Audio toevoegen"
|
|
4345
|
-
},
|
|
4346
|
-
file: {
|
|
4347
|
-
add_button_text: "Bestand toevoegen"
|
|
4277
|
+
add_button_text: {
|
|
4278
|
+
image: "Afbeelding toevoegen",
|
|
4279
|
+
video: "Video toevoegen",
|
|
4280
|
+
audio: "Audio toevoegen",
|
|
4281
|
+
file: "Bestand toevoegen"
|
|
4348
4282
|
}
|
|
4349
4283
|
},
|
|
4350
4284
|
toggle_blocks: {
|
|
@@ -4754,17 +4688,11 @@ const t = {
|
|
|
4754
4688
|
comment_reply: "Legg til kommentar..."
|
|
4755
4689
|
},
|
|
4756
4690
|
file_blocks: {
|
|
4757
|
-
|
|
4758
|
-
|
|
4759
|
-
|
|
4760
|
-
|
|
4761
|
-
|
|
4762
|
-
},
|
|
4763
|
-
audio: {
|
|
4764
|
-
add_button_text: "Legg til lyd"
|
|
4765
|
-
},
|
|
4766
|
-
file: {
|
|
4767
|
-
add_button_text: "Legg til fil"
|
|
4691
|
+
add_button_text: {
|
|
4692
|
+
image: "Legg til bilde",
|
|
4693
|
+
video: "Legg til video",
|
|
4694
|
+
audio: "Legg til lyd",
|
|
4695
|
+
file: "Legg til fil"
|
|
4768
4696
|
}
|
|
4769
4697
|
},
|
|
4770
4698
|
toggle_blocks: {
|
|
@@ -5145,17 +5073,11 @@ const t = {
|
|
|
5145
5073
|
comment_reply: "Dodaj komentarz..."
|
|
5146
5074
|
},
|
|
5147
5075
|
file_blocks: {
|
|
5148
|
-
|
|
5149
|
-
|
|
5150
|
-
|
|
5151
|
-
|
|
5152
|
-
|
|
5153
|
-
},
|
|
5154
|
-
audio: {
|
|
5155
|
-
add_button_text: "Dodaj audio"
|
|
5156
|
-
},
|
|
5157
|
-
file: {
|
|
5158
|
-
add_button_text: "Dodaj plik"
|
|
5076
|
+
add_button_text: {
|
|
5077
|
+
image: "Dodaj zdjęcie",
|
|
5078
|
+
video: "Dodaj wideo",
|
|
5079
|
+
audio: "Dodaj audio",
|
|
5080
|
+
file: "Dodaj plik"
|
|
5159
5081
|
}
|
|
5160
5082
|
},
|
|
5161
5083
|
toggle_blocks: {
|
|
@@ -5361,7 +5283,7 @@ const t = {
|
|
|
5361
5283
|
generic: {
|
|
5362
5284
|
ctrl_shortcut: "Ctrl"
|
|
5363
5285
|
}
|
|
5364
|
-
},
|
|
5286
|
+
}, c = {
|
|
5365
5287
|
slash_menu: {
|
|
5366
5288
|
heading: {
|
|
5367
5289
|
title: "Título",
|
|
@@ -5537,17 +5459,11 @@ const t = {
|
|
|
5537
5459
|
comment_reply: "Adicionar comentário..."
|
|
5538
5460
|
},
|
|
5539
5461
|
file_blocks: {
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
|
|
5545
|
-
},
|
|
5546
|
-
audio: {
|
|
5547
|
-
add_button_text: "Adicionar áudio"
|
|
5548
|
-
},
|
|
5549
|
-
file: {
|
|
5550
|
-
add_button_text: "Adicionar arquivo"
|
|
5462
|
+
add_button_text: {
|
|
5463
|
+
image: "Adicionar imagem",
|
|
5464
|
+
video: "Adicionar vídeo",
|
|
5465
|
+
audio: "Adicionar áudio",
|
|
5466
|
+
file: "Adicionar arquivo"
|
|
5551
5467
|
}
|
|
5552
5468
|
},
|
|
5553
5469
|
toggle_blocks: {
|
|
@@ -5754,7 +5670,7 @@ const t = {
|
|
|
5754
5670
|
generic: {
|
|
5755
5671
|
ctrl_shortcut: "Ctrl"
|
|
5756
5672
|
}
|
|
5757
|
-
},
|
|
5673
|
+
}, _ = {
|
|
5758
5674
|
slash_menu: {
|
|
5759
5675
|
heading: {
|
|
5760
5676
|
title: "Заголовок 1 уровня",
|
|
@@ -5979,17 +5895,11 @@ const t = {
|
|
|
5979
5895
|
comment_reply: "Добавить комментарий..."
|
|
5980
5896
|
},
|
|
5981
5897
|
file_blocks: {
|
|
5982
|
-
|
|
5983
|
-
|
|
5984
|
-
|
|
5985
|
-
|
|
5986
|
-
|
|
5987
|
-
},
|
|
5988
|
-
audio: {
|
|
5989
|
-
add_button_text: "Добавить аудио"
|
|
5990
|
-
},
|
|
5991
|
-
file: {
|
|
5992
|
-
add_button_text: "Добавить файл"
|
|
5898
|
+
add_button_text: {
|
|
5899
|
+
image: "Добавить изображение",
|
|
5900
|
+
video: "Добавить видео",
|
|
5901
|
+
audio: "Добавить аудио",
|
|
5902
|
+
file: "Добавить файл"
|
|
5993
5903
|
}
|
|
5994
5904
|
},
|
|
5995
5905
|
toggle_blocks: {
|
|
@@ -6382,17 +6292,11 @@ const t = {
|
|
|
6382
6292
|
comment_reply: "Pridať komentár..."
|
|
6383
6293
|
},
|
|
6384
6294
|
file_blocks: {
|
|
6385
|
-
|
|
6386
|
-
|
|
6387
|
-
|
|
6388
|
-
|
|
6389
|
-
|
|
6390
|
-
},
|
|
6391
|
-
audio: {
|
|
6392
|
-
add_button_text: "Pridať audio"
|
|
6393
|
-
},
|
|
6394
|
-
file: {
|
|
6395
|
-
add_button_text: "Pridať súbor"
|
|
6295
|
+
add_button_text: {
|
|
6296
|
+
image: "Pridať obrázok",
|
|
6297
|
+
video: "Pridať video",
|
|
6298
|
+
audio: "Pridať audio",
|
|
6299
|
+
file: "Pridať súbor"
|
|
6396
6300
|
}
|
|
6397
6301
|
},
|
|
6398
6302
|
toggle_blocks: {
|
|
@@ -6807,17 +6711,11 @@ const t = {
|
|
|
6807
6711
|
comment_reply: "Додати коментар..."
|
|
6808
6712
|
},
|
|
6809
6713
|
file_blocks: {
|
|
6810
|
-
|
|
6811
|
-
|
|
6812
|
-
|
|
6813
|
-
|
|
6814
|
-
|
|
6815
|
-
},
|
|
6816
|
-
audio: {
|
|
6817
|
-
add_button_text: "Додати аудіо"
|
|
6818
|
-
},
|
|
6819
|
-
file: {
|
|
6820
|
-
add_button_text: "Додати файл"
|
|
6714
|
+
add_button_text: {
|
|
6715
|
+
image: "Додати зображення",
|
|
6716
|
+
video: "Додати відео",
|
|
6717
|
+
audio: "Додати аудіо",
|
|
6718
|
+
file: "Додати файл"
|
|
6821
6719
|
}
|
|
6822
6720
|
},
|
|
6823
6721
|
toggle_blocks: {
|
|
@@ -7207,17 +7105,11 @@ const t = {
|
|
|
7207
7105
|
comment_reply: "Thêm bình luận..."
|
|
7208
7106
|
},
|
|
7209
7107
|
file_blocks: {
|
|
7210
|
-
|
|
7211
|
-
|
|
7212
|
-
|
|
7213
|
-
|
|
7214
|
-
|
|
7215
|
-
},
|
|
7216
|
-
audio: {
|
|
7217
|
-
add_button_text: "Thêm âm thanh"
|
|
7218
|
-
},
|
|
7219
|
-
file: {
|
|
7220
|
-
add_button_text: "Thêm tệp"
|
|
7108
|
+
add_button_text: {
|
|
7109
|
+
image: "Thêm ảnh",
|
|
7110
|
+
video: "Thêm video",
|
|
7111
|
+
audio: "Thêm âm thanh",
|
|
7112
|
+
file: "Thêm tệp"
|
|
7221
7113
|
}
|
|
7222
7114
|
},
|
|
7223
7115
|
toggle_blocks: {
|
|
@@ -7649,17 +7541,11 @@ const t = {
|
|
|
7649
7541
|
comment_reply: "添加评论..."
|
|
7650
7542
|
},
|
|
7651
7543
|
file_blocks: {
|
|
7652
|
-
|
|
7653
|
-
|
|
7654
|
-
|
|
7655
|
-
|
|
7656
|
-
|
|
7657
|
-
},
|
|
7658
|
-
audio: {
|
|
7659
|
-
add_button_text: "添加音频"
|
|
7660
|
-
},
|
|
7661
|
-
file: {
|
|
7662
|
-
add_button_text: "添加文件"
|
|
7544
|
+
add_button_text: {
|
|
7545
|
+
image: "添加图片",
|
|
7546
|
+
video: "添加视频",
|
|
7547
|
+
audio: "添加音频",
|
|
7548
|
+
file: "添加文件"
|
|
7663
7549
|
}
|
|
7664
7550
|
},
|
|
7665
7551
|
toggle_blocks: {
|
|
@@ -8091,17 +7977,11 @@ const t = {
|
|
|
8091
7977
|
comment_reply: "新增評論..."
|
|
8092
7978
|
},
|
|
8093
7979
|
file_blocks: {
|
|
8094
|
-
|
|
8095
|
-
|
|
8096
|
-
|
|
8097
|
-
|
|
8098
|
-
|
|
8099
|
-
},
|
|
8100
|
-
audio: {
|
|
8101
|
-
add_button_text: "新增音訊"
|
|
8102
|
-
},
|
|
8103
|
-
file: {
|
|
8104
|
-
add_button_text: "新增檔案"
|
|
7980
|
+
add_button_text: {
|
|
7981
|
+
image: "新增圖片",
|
|
7982
|
+
video: "新增影片",
|
|
7983
|
+
audio: "新增音訊",
|
|
7984
|
+
file: "新增檔案"
|
|
8105
7985
|
}
|
|
8106
7986
|
},
|
|
8107
7987
|
toggle_blocks: {
|
|
@@ -8314,8 +8194,8 @@ export {
|
|
|
8314
8194
|
i as de,
|
|
8315
8195
|
w as en,
|
|
8316
8196
|
o as es,
|
|
8317
|
-
|
|
8318
|
-
|
|
8197
|
+
l as fr,
|
|
8198
|
+
a as he,
|
|
8319
8199
|
n as hr,
|
|
8320
8200
|
r as is,
|
|
8321
8201
|
s as it,
|
|
@@ -8324,8 +8204,8 @@ export {
|
|
|
8324
8204
|
p as nl,
|
|
8325
8205
|
m as no,
|
|
8326
8206
|
g as pl,
|
|
8327
|
-
|
|
8328
|
-
|
|
8207
|
+
c as pt,
|
|
8208
|
+
_ as ru,
|
|
8329
8209
|
b as sk,
|
|
8330
8210
|
h as uk,
|
|
8331
8211
|
k as vi,
|