@pdfme/ui 5.5.0 → 5.5.1-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/dist/index.es.js +2951 -2947
- package/dist/index.umd.js +100 -100
- package/package.json +1 -1
- package/src/i18n.ts +11 -11
package/package.json
CHANGED
package/src/i18n.ts
CHANGED
|
@@ -71,7 +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.
|
|
74
|
+
'schemas.table.repeatHead': 'Repeat Header',
|
|
75
75
|
'schemas.table.headStyle': 'Header Style',
|
|
76
76
|
'schemas.table.bodyStyle': 'Body Style',
|
|
77
77
|
'schemas.table.columnStyle': 'Column Style',
|
|
@@ -150,7 +150,7 @@ const dictZh: { [key in keyof Dict]: string } = {
|
|
|
150
150
|
'schemas.table.alternateBackgroundColor': '交替背景颜色',
|
|
151
151
|
'schemas.table.tableStyle': '表格样式',
|
|
152
152
|
'schemas.table.showHead': '显示标题',
|
|
153
|
-
'schemas.table.
|
|
153
|
+
'schemas.table.repeatHead': '重复标题',
|
|
154
154
|
'schemas.table.headStyle': '表头样式',
|
|
155
155
|
'schemas.table.bodyStyle': '表体样式',
|
|
156
156
|
'schemas.table.columnStyle': '列样式',
|
|
@@ -229,7 +229,7 @@ const dictJa: { [key in keyof Dict]: string } = {
|
|
|
229
229
|
'schemas.table.alternateBackgroundColor': '交互の背景色',
|
|
230
230
|
'schemas.table.tableStyle': 'テーブルスタイル',
|
|
231
231
|
'schemas.table.showHead': 'ヘッダーを表示',
|
|
232
|
-
'schemas.table.
|
|
232
|
+
'schemas.table.repeatHead': 'ヘッダーを繰り返す',
|
|
233
233
|
'schemas.table.headStyle': 'ヘッダースタイル',
|
|
234
234
|
'schemas.table.bodyStyle': 'ボディスタイル',
|
|
235
235
|
'schemas.table.columnStyle': 'カラムスタイル',
|
|
@@ -308,7 +308,7 @@ const dictKo: { [key in keyof Dict]: string } = {
|
|
|
308
308
|
'schemas.table.alternateBackgroundColor': '대체 배경색',
|
|
309
309
|
'schemas.table.tableStyle': '테이블 스타일',
|
|
310
310
|
'schemas.table.showHead': '헤드 표시',
|
|
311
|
-
'schemas.table.
|
|
311
|
+
'schemas.table.repeatHead': '헤더 반복',
|
|
312
312
|
'schemas.table.headStyle': '헤더 스타일',
|
|
313
313
|
'schemas.table.bodyStyle': '본문 스타일',
|
|
314
314
|
'schemas.table.columnStyle': '열 스타일',
|
|
@@ -388,7 +388,7 @@ const dictAr: { [key in keyof Dict]: string } = {
|
|
|
388
388
|
'schemas.table.alternateBackgroundColor': 'لون الخلفية البديل',
|
|
389
389
|
'schemas.table.tableStyle': 'أسلوب الجدول',
|
|
390
390
|
'schemas.table.showHead': 'إظهار الرأس',
|
|
391
|
-
'schemas.table.
|
|
391
|
+
'schemas.table.repeatHead': 'تكرار الرأس',
|
|
392
392
|
'schemas.table.headStyle': 'أسلوب الرأس',
|
|
393
393
|
'schemas.table.bodyStyle': 'أسلوب الجسم',
|
|
394
394
|
'schemas.table.columnStyle': 'أسلوب العمود',
|
|
@@ -468,7 +468,7 @@ const dictTh: { [key in keyof Dict]: string } = {
|
|
|
468
468
|
'schemas.table.tableStyle': 'สไตล์ตาราง',
|
|
469
469
|
'schemas.table.headStyle': 'สไตล์หัวข้อ',
|
|
470
470
|
'schemas.table.showHead': 'แสดงหัวข้อ',
|
|
471
|
-
'schemas.table.
|
|
471
|
+
'schemas.table.repeatHead': 'ทำซ้ำหัวข้อ',
|
|
472
472
|
'schemas.table.bodyStyle': 'สไตล์เนื้อหา',
|
|
473
473
|
'schemas.table.columnStyle': 'สไตล์คอลัมน์',
|
|
474
474
|
'schemas.date.format': 'รูปแบบวันที่',
|
|
@@ -549,7 +549,7 @@ const dictIt: { [key in keyof Dict]: string } = {
|
|
|
549
549
|
'schemas.table.alternateBackgroundColor': 'Colore di Sfondo Alternato',
|
|
550
550
|
'schemas.table.tableStyle': 'Stile della Tabella',
|
|
551
551
|
'schemas.table.showHead': 'Mostra Intestazione',
|
|
552
|
-
'schemas.table.
|
|
552
|
+
'schemas.table.repeatHead': 'Ripeti Intestazione',
|
|
553
553
|
'schemas.table.headStyle': "Stile dell'Intestazione",
|
|
554
554
|
'schemas.table.bodyStyle': 'Stile del Corpo',
|
|
555
555
|
'schemas.table.columnStyle': 'Stile della Colonna',
|
|
@@ -628,7 +628,7 @@ const dictPl: { [key in keyof Dict]: string } = {
|
|
|
628
628
|
'schemas.table.alternateBackgroundColor': 'Alternatywny kolor tła',
|
|
629
629
|
'schemas.table.tableStyle': 'Styl tabeli',
|
|
630
630
|
'schemas.table.showHead': 'Pokaż nagłówek',
|
|
631
|
-
'schemas.table.
|
|
631
|
+
'schemas.table.repeatHead': 'Powtórz nagłówek',
|
|
632
632
|
'schemas.table.headStyle': 'Styl nagłówka',
|
|
633
633
|
'schemas.table.bodyStyle': 'Styl ciała',
|
|
634
634
|
'schemas.table.columnStyle': 'Styl kolumny',
|
|
@@ -711,7 +711,7 @@ const dictDe: { [key in keyof Dict]: string } = {
|
|
|
711
711
|
'schemas.table.tableStyle': 'Tabellenstil',
|
|
712
712
|
'schemas.table.headStyle': 'Kopfzeilenstil',
|
|
713
713
|
'schemas.table.showHead': 'Kopfzeile anzeigen',
|
|
714
|
-
'schemas.table.
|
|
714
|
+
'schemas.table.repeatHead': 'Kopfzeile wiederholen',
|
|
715
715
|
'schemas.table.bodyStyle': 'Körperstil',
|
|
716
716
|
'schemas.table.columnStyle': 'Spaltenstil',
|
|
717
717
|
'schemas.date.format': 'Datumsformat',
|
|
@@ -791,7 +791,7 @@ const dictEs: { [key in keyof Dict]: string } = {
|
|
|
791
791
|
'schemas.table.alternateBackgroundColor': 'Color de fondo alternativo',
|
|
792
792
|
'schemas.table.tableStyle': 'Estilo de tabla',
|
|
793
793
|
'schemas.table.showHead': 'Mostrar encabezado',
|
|
794
|
-
'schemas.table.
|
|
794
|
+
'schemas.table.repeatHead': 'Repetir encabezado',
|
|
795
795
|
'schemas.table.headStyle': 'Estilo de cabecera',
|
|
796
796
|
'schemas.table.bodyStyle': 'Estilo de cuerpo',
|
|
797
797
|
'schemas.table.columnStyle': 'Estilo de columna',
|
|
@@ -873,7 +873,7 @@ const dictFr: { [key in keyof Dict]: string } = {
|
|
|
873
873
|
'schemas.table.alternateBackgroundColor': 'Couleur de fond alternative',
|
|
874
874
|
'schemas.table.tableStyle': 'Style de tableau',
|
|
875
875
|
'schemas.table.showHead': "Afficher l'en-tête",
|
|
876
|
-
'schemas.table.
|
|
876
|
+
'schemas.table.repeatHead': "Répéter l'en-tête",
|
|
877
877
|
'schemas.table.headStyle': "Style d'en-tête",
|
|
878
878
|
'schemas.table.bodyStyle': 'Style de corps',
|
|
879
879
|
'schemas.table.columnStyle': 'Style de colonne',
|