Browse Source

New translations en.json (Chinese Traditional)

pull/5202/head
navi 2 years ago
parent
commit
e7d65488b3
  1. 21
      packages/nc-gui/lang/zh-Hant.json

21
packages/nc-gui/lang/zh-Hant.json

@ -74,7 +74,8 @@
"insertBefore": "Insert Before",
"hideField": "Hide Field",
"sortAsc": "Sort Ascending",
"sortDesc": "Sort Descending"
"sortDesc": "Sort Descending",
"geoDataField": "GeoData Field"
},
"objects": {
"project": "項目",
@ -98,7 +99,8 @@
"gallery": "相簿",
"form": "表單",
"kanban": "看板",
"calendar": "日曆"
"calendar": "日曆",
"map": "Map"
},
"user": "使用者",
"users": "使用者",
@ -136,6 +138,7 @@
"Currency": "貨幣",
"Percent": "百分",
"Duration": "期間",
"GeoData": "GeoData",
"Rating": "評分",
"Formula": "公式",
"Rollup": "捲起",
@ -253,6 +256,9 @@
"barcodeFormat": "Barcode format",
"qrCodeValueTooLong": "Too many characters for a QR code",
"barcodeValueTooLong": "Too many characters for a barcode",
"yourLocation": "Your Location",
"lng": "Lng",
"lat": "Lat",
"aggregateFunction": "匯總功能",
"dbCreateIfNotExists": "資料庫:不存在則建立",
"clientKey": "用戶端金鑰",
@ -452,6 +458,10 @@
"stackedBy": "Stacked By",
"chooseGroupingField": "Choose a Grouping Field",
"addOrEditStack": "Add / Edit Stack"
},
"map": {
"mappedBy": "Mapped By",
"chooseMappingField": "Choose a Mapping Field"
}
},
"tooltip": {
@ -518,6 +528,11 @@
"orgCreator": "建立者可以建立專案與存取任何受邀請的專案",
"orgViewer": "檢視者不能建立專案但可以存取任何受邀請的專案"
},
"map": {
"overLimit": "You're over the limit.",
"closeLimit": "You're getting close to the limit.",
"limitNumber": "The limit of markers shown in a Map View is 1000 records."
},
"footerInfo": "每頁行駛",
"upload": "選擇檔案以上傳",
"upload_sub": "或拖放檔案",
@ -600,6 +615,7 @@
"gallery": "加入相簿檢視",
"form": "加入表單檢視",
"kanban": "加入看板檢視",
"map": "Add Map View",
"calendar": "加入日曆檢視"
},
"tablesMetadataInSync": "表元數據同步",
@ -690,6 +706,7 @@
"nameShouldStartWithAnAlphabetOr_": "名稱必須用 英文字母 或 _ 當開頭",
"followingCharactersAreNotAllowed": "Following characters are not allowed",
"columnNameRequired": "欄位名稱必填",
"columnNameExceedsCharacters": "The length of column name exceeds the max {value} characters",
"projectNameExceeds50Characters": "專案名稱超過 50 個字元",
"projectNameCannotStartWithSpace": "專案名稱不能有空白開頭",
"requiredField": "必填欄位",

Loading…
Cancel
Save