@pdfme/ui 6.1.12-dev.16 → 6.1.12-dev.18

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/class.d.ts CHANGED
@@ -12,7 +12,7 @@ export declare abstract class BaseUIClass {
12
12
  private readonly setSize;
13
13
  resizeObserver: ResizeObserver;
14
14
  constructor(props: UIProps);
15
- protected getLang(): "ar" | "de" | "en" | "es" | "fr" | "it" | "ja" | "ko" | "pl" | "th" | "zh";
15
+ protected getLang(): "ar" | "de" | "en" | "es" | "fr" | "it" | "ja" | "ko" | "pl" | "th" | "zh" | "zh-TW";
16
16
  protected getFont(): Record<string, {
17
17
  data: string | ArrayBuffer | Uint8Array<ArrayBuffer>;
18
18
  fallback?: boolean | undefined;
package/dist/index.js CHANGED
@@ -45370,6 +45370,7 @@ var DEFAULT_FONT_VALUE = "data:font/ttf;base64,AAEAAAASAQAABAAgR0RFRnC0bdgAAZ5sA
45370
45370
  var Lang = _enum([
45371
45371
  "en",
45372
45372
  "zh",
45373
+ "zh-TW",
45373
45374
  "ja",
45374
45375
  "ko",
45375
45376
  "ar",
@@ -56812,6 +56813,113 @@ var dictionaries = {
56812
56813
  "schemas.list.indentItem": "增加缩进",
56813
56814
  "schemas.list.outdentItem": "减少缩进"
56814
56815
  },
56816
+ "zh-TW": {
56817
+ cancel: "取消",
56818
+ close: "關閉",
56819
+ clear: "清除",
56820
+ set: "設置",
56821
+ field: "字段",
56822
+ fieldName: "名稱",
56823
+ align: "對齊",
56824
+ width: "寬度",
56825
+ height: "高度",
56826
+ opacity: "透明度",
56827
+ rotate: "旋轉",
56828
+ required: "必需的",
56829
+ editable: "可編輯的",
56830
+ edit: "編輯",
56831
+ plsInputName: "請輸入名稱",
56832
+ fieldMustUniq: "字段名稱必須唯一",
56833
+ notUniq: "(名稱不唯一)",
56834
+ noKeyName: "無名稱",
56835
+ fieldsList: "字段列表",
56836
+ editField: "編輯字段",
56837
+ type: "類型",
56838
+ errorOccurred: "發生錯誤",
56839
+ errorBulkUpdateFieldName: "由於項目數量已更改,無法提交更改。",
56840
+ commitBulkUpdateFieldName: "提交更改",
56841
+ bulkUpdateFieldName: "批量更新字段名稱",
56842
+ addPageAfter: "在之後添加頁面",
56843
+ removePage: "刪除當前頁面",
56844
+ removePageConfirm: "您確定要刪除此頁面嗎?此操作無法撤銷。",
56845
+ zoomIn: "放大",
56846
+ zoomOut: "縮小",
56847
+ fitWidth: "適合寬度",
56848
+ fitHeight: "適合高度",
56849
+ "validation.hexColor": "請輸入有效的十六進制顏色代碼。",
56850
+ "validation.uniqueName": "請輸入一個唯一的名稱。",
56851
+ "validation.dateTimeFormat": "日期時間格式無效。",
56852
+ "validation.outOfBounds": "超出頁面邊界。",
56853
+ "schemas.color": "顏色",
56854
+ "schemas.borderWidth": "邊框寬度",
56855
+ "schemas.borderColor": "邊框顏色",
56856
+ "schemas.backgroundColor": "背景顏色",
56857
+ "schemas.textColor": "文字顏色",
56858
+ "schemas.bgColor": "背景顏色",
56859
+ "schemas.horizontal": "水平",
56860
+ "schemas.vertical": "垂直",
56861
+ "schemas.left": "左",
56862
+ "schemas.center": "中",
56863
+ "schemas.right": "右",
56864
+ "schemas.top": "頂",
56865
+ "schemas.middle": "中間",
56866
+ "schemas.bottom": "底",
56867
+ "schemas.padding": "填充",
56868
+ "schemas.text.fontName": "字體名稱",
56869
+ "schemas.text.size": "大小",
56870
+ "schemas.text.spacing": "間距",
56871
+ "schemas.text.textAlign": "文本對齊",
56872
+ "schemas.text.verticalAlign": "垂直對齊",
56873
+ "schemas.text.lineHeight": "行高",
56874
+ "schemas.text.min": "最小",
56875
+ "schemas.text.max": "最大",
56876
+ "schemas.text.fit": "適應",
56877
+ "schemas.text.dynamicFontSize": "動態字體大小",
56878
+ "schemas.text.overflow": "溢出",
56879
+ "schemas.text.overflowVisible": "可見",
56880
+ "schemas.text.overflowExpand": "擴展",
56881
+ "schemas.text.format": "格式",
56882
+ "schemas.text.plain": "純文本",
56883
+ "schemas.text.inlineMarkdown": "使用內聯 Markdown",
56884
+ "schemas.text.markdownFonts": "Markdown 字體",
56885
+ "schemas.text.boldFont": "粗體字體",
56886
+ "schemas.text.italicFont": "斜體字體",
56887
+ "schemas.text.boldItalicFont": "粗斜體字體",
56888
+ "schemas.text.codeFont": "代碼字體",
56889
+ "schemas.text.variantFallback": "字體變體回退",
56890
+ "schemas.text.synthetic": "模擬樣式",
56891
+ "schemas.text.error": "錯誤",
56892
+ "schemas.radius": "半徑",
56893
+ "schemas.mvt.typingInstructions": "通過輸入用花括號括起來的單詞來添加變量,例如",
56894
+ "schemas.mvt.sampleField": "姓名",
56895
+ "schemas.mvt.variablesSampleData": "變量樣本數據",
56896
+ "schemas.mvt.placeholderDynamicVariable": "佔位動態變量",
56897
+ "schemas.barcodes.barColor": "條碼顏色",
56898
+ "schemas.barcodes.includetext": "包括文本",
56899
+ "schemas.table.alternateBackgroundColor": "交替背景顏色",
56900
+ "schemas.table.tableStyle": "表格樣式",
56901
+ "schemas.table.showHead": "顯示標題",
56902
+ "schemas.table.repeatHead": "重複標題",
56903
+ "schemas.table.headStyle": "表頭樣式",
56904
+ "schemas.table.bodyStyle": "表體樣式",
56905
+ "schemas.table.columnStyle": "列樣式",
56906
+ "schemas.date.format": "日期格式",
56907
+ "schemas.date.locale": " 語言環境",
56908
+ "schemas.select.options": "選項",
56909
+ "schemas.select.optionPlaceholder": "請輸入選項",
56910
+ "schemas.radioGroup.groupName": "組名",
56911
+ "schemas.list.listStyle": "列表樣式",
56912
+ "schemas.list.bullet": "項目符號",
56913
+ "schemas.list.ordered": "編號",
56914
+ "schemas.list.markerWidth": "標記寬度",
56915
+ "schemas.list.markerGap": "標記間距",
56916
+ "schemas.list.indentSize": "縮進大小",
56917
+ "schemas.list.itemSpacing": "項目間距",
56918
+ "schemas.list.addItem": "添加項目",
56919
+ "schemas.list.removeItem": "刪除項目",
56920
+ "schemas.list.indentItem": "增加縮進",
56921
+ "schemas.list.outdentItem": "減少縮進"
56922
+ },
56815
56923
  ja: {
56816
56924
  cancel: "キャンセル",
56817
56925
  close: "閉じる",