@pdfme/ui 5.4.8 → 5.5.0-dev.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfme/ui",
3
- "version": "5.4.8",
3
+ "version": "5.5.0-dev.1",
4
4
  "sideEffects": false,
5
5
  "author": "hand-dot",
6
6
  "license": "MIT",
package/src/i18n.ts CHANGED
@@ -71,6 +71,7 @@ const dictEn: { [key in keyof Dict]: string } = {
71
71
  'schemas.table.alternateBackgroundColor': 'Alternate Background Color',
72
72
  'schemas.table.tableStyle': 'Table Style',
73
73
  'schemas.table.showHead': 'Show Head',
74
+ 'schemas.table.repeatHead': 'Repeat Header',
74
75
  'schemas.table.headStyle': 'Header Style',
75
76
  'schemas.table.bodyStyle': 'Body Style',
76
77
  'schemas.table.columnStyle': 'Column Style',
@@ -149,6 +150,7 @@ const dictZh: { [key in keyof Dict]: string } = {
149
150
  'schemas.table.alternateBackgroundColor': '交替背景颜色',
150
151
  'schemas.table.tableStyle': '表格样式',
151
152
  'schemas.table.showHead': '显示标题',
153
+ 'schemas.table.repeatHead': '重复标题',
152
154
  'schemas.table.headStyle': '表头样式',
153
155
  'schemas.table.bodyStyle': '表体样式',
154
156
  'schemas.table.columnStyle': '列样式',
@@ -227,6 +229,7 @@ const dictJa: { [key in keyof Dict]: string } = {
227
229
  'schemas.table.alternateBackgroundColor': '交互の背景色',
228
230
  'schemas.table.tableStyle': 'テーブルスタイル',
229
231
  'schemas.table.showHead': 'ヘッダーを表示',
232
+ 'schemas.table.repeatHead': 'ヘッダーを繰り返す',
230
233
  'schemas.table.headStyle': 'ヘッダースタイル',
231
234
  'schemas.table.bodyStyle': 'ボディスタイル',
232
235
  'schemas.table.columnStyle': 'カラムスタイル',
@@ -305,6 +308,7 @@ const dictKo: { [key in keyof Dict]: string } = {
305
308
  'schemas.table.alternateBackgroundColor': '대체 배경색',
306
309
  'schemas.table.tableStyle': '테이블 스타일',
307
310
  'schemas.table.showHead': '헤드 표시',
311
+ 'schemas.table.repeatHead': '헤더 반복',
308
312
  'schemas.table.headStyle': '헤더 스타일',
309
313
  'schemas.table.bodyStyle': '본문 스타일',
310
314
  'schemas.table.columnStyle': '열 스타일',
@@ -384,6 +388,7 @@ const dictAr: { [key in keyof Dict]: string } = {
384
388
  'schemas.table.alternateBackgroundColor': 'لون الخلفية البديل',
385
389
  'schemas.table.tableStyle': 'أسلوب الجدول',
386
390
  'schemas.table.showHead': 'إظهار الرأس',
391
+ 'schemas.table.repeatHead': 'تكرار الرأس',
387
392
  'schemas.table.headStyle': 'أسلوب الرأس',
388
393
  'schemas.table.bodyStyle': 'أسلوب الجسم',
389
394
  'schemas.table.columnStyle': 'أسلوب العمود',
@@ -463,6 +468,7 @@ const dictTh: { [key in keyof Dict]: string } = {
463
468
  'schemas.table.tableStyle': 'สไตล์ตาราง',
464
469
  'schemas.table.headStyle': 'สไตล์หัวข้อ',
465
470
  'schemas.table.showHead': 'แสดงหัวข้อ',
471
+ 'schemas.table.repeatHead': 'ทำซ้ำหัวข้อ',
466
472
  'schemas.table.bodyStyle': 'สไตล์เนื้อหา',
467
473
  'schemas.table.columnStyle': 'สไตล์คอลัมน์',
468
474
  'schemas.date.format': 'รูปแบบวันที่',
@@ -543,6 +549,7 @@ const dictIt: { [key in keyof Dict]: string } = {
543
549
  'schemas.table.alternateBackgroundColor': 'Colore di Sfondo Alternato',
544
550
  'schemas.table.tableStyle': 'Stile della Tabella',
545
551
  'schemas.table.showHead': 'Mostra Intestazione',
552
+ 'schemas.table.repeatHead': 'Ripeti Intestazione',
546
553
  'schemas.table.headStyle': "Stile dell'Intestazione",
547
554
  'schemas.table.bodyStyle': 'Stile del Corpo',
548
555
  'schemas.table.columnStyle': 'Stile della Colonna',
@@ -621,6 +628,7 @@ const dictPl: { [key in keyof Dict]: string } = {
621
628
  'schemas.table.alternateBackgroundColor': 'Alternatywny kolor tła',
622
629
  'schemas.table.tableStyle': 'Styl tabeli',
623
630
  'schemas.table.showHead': 'Pokaż nagłówek',
631
+ 'schemas.table.repeatHead': 'Powtórz nagłówek',
624
632
  'schemas.table.headStyle': 'Styl nagłówka',
625
633
  'schemas.table.bodyStyle': 'Styl ciała',
626
634
  'schemas.table.columnStyle': 'Styl kolumny',
@@ -703,6 +711,7 @@ const dictDe: { [key in keyof Dict]: string } = {
703
711
  'schemas.table.tableStyle': 'Tabellenstil',
704
712
  'schemas.table.headStyle': 'Kopfzeilenstil',
705
713
  'schemas.table.showHead': 'Kopfzeile anzeigen',
714
+ 'schemas.table.repeatHead': 'Kopfzeile wiederholen',
706
715
  'schemas.table.bodyStyle': 'Körperstil',
707
716
  'schemas.table.columnStyle': 'Spaltenstil',
708
717
  'schemas.date.format': 'Datumsformat',
@@ -782,6 +791,7 @@ const dictEs: { [key in keyof Dict]: string } = {
782
791
  'schemas.table.alternateBackgroundColor': 'Color de fondo alternativo',
783
792
  'schemas.table.tableStyle': 'Estilo de tabla',
784
793
  'schemas.table.showHead': 'Mostrar encabezado',
794
+ 'schemas.table.repeatHead': 'Repetir encabezado',
785
795
  'schemas.table.headStyle': 'Estilo de cabecera',
786
796
  'schemas.table.bodyStyle': 'Estilo de cuerpo',
787
797
  'schemas.table.columnStyle': 'Estilo de columna',
@@ -862,7 +872,8 @@ const dictFr: { [key in keyof Dict]: string } = {
862
872
  'schemas.barcodes.includetext': 'Inclure le texte',
863
873
  'schemas.table.alternateBackgroundColor': 'Couleur de fond alternative',
864
874
  'schemas.table.tableStyle': 'Style de tableau',
865
- 'schemas.table.showHead': 'Afficher len-tête',
875
+ 'schemas.table.showHead': "Afficher l'en-tête",
876
+ 'schemas.table.repeatHead': "Répéter l'en-tête",
866
877
  'schemas.table.headStyle': "Style d'en-tête",
867
878
  'schemas.table.bodyStyle': 'Style de corps',
868
879
  'schemas.table.columnStyle': 'Style de colonne',