Browse Source

New translations en.json (Chinese Traditional)

pull/3973/head
navi 2 years ago
parent
commit
acf6047f8f
  1. 16
      packages/nc-gui/lang/zh-Hant.json

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

@ -67,7 +67,8 @@
"reachOut": "Reach out here", "reachOut": "Reach out here",
"betaNote": "This feature is currently in beta.", "betaNote": "This feature is currently in beta.",
"moreInfo": "More information can be found here", "moreInfo": "More information can be found here",
"logs": "Logs" "logs": "Logs",
"groupingField": "Grouping Field"
}, },
"objects": { "objects": {
"project": "項目", "project": "項目",
@ -307,6 +308,7 @@
"deleteProject": "刪除專案", "deleteProject": "刪除專案",
"refreshProject": "重新整理專案", "refreshProject": "重新整理專案",
"saveProject": "儲存專案", "saveProject": "儲存專案",
"deleteKanbanStack": "Delete stack?",
"createProjectExtended": { "createProjectExtended": {
"extDB": "連線至外部資料庫來建立", "extDB": "連線至外部資料庫來建立",
"excel": "從 Excel 建立專案", "excel": "從 Excel 建立專案",
@ -410,12 +412,21 @@
"addNewRecord": "Add new record", "addNewRecord": "Add new record",
"useConnectionUrl": "Use Connection URL", "useConnectionUrl": "Use Connection URL",
"toggleCommentsDraw": "Toggle comments draw", "toggleCommentsDraw": "Toggle comments draw",
"expandRecord": "Expand Record",
"deleteRecord": "Delete Record",
"erd": { "erd": {
"showColumns": "Show Columns", "showColumns": "Show Columns",
"showPkAndFk": "Show Primary and Foreign Keys", "showPkAndFk": "Show Primary and Foreign Keys",
"showSqlViews": "Show SQL Views", "showSqlViews": "Show SQL Views",
"showMMTables": "Show Many to Many tables", "showMMTables": "Show Many to Many tables",
"showJunctionTableNames": "Show Junction Table Names" "showJunctionTableNames": "Show Junction Table Names"
},
"kanban": {
"collapseStack": "Collapse Stack",
"deleteStack": "Delete Stack",
"stackedBy": "Stacked By",
"chooseGroupingField": "Choose a Grouping Field",
"addOrEditStack": "Add / Edit Stack"
} }
}, },
"tooltip": { "tooltip": {
@ -580,7 +591,8 @@
"generatePublicShareableReadonlyBase": "Generate publicly shareable readonly base", "generatePublicShareableReadonlyBase": "Generate publicly shareable readonly base",
"deleteViewConfirmation": "Are you sure you want to delete this view?", "deleteViewConfirmation": "Are you sure you want to delete this view?",
"deleteTableConfirmation": "Do you want to delete the table", "deleteTableConfirmation": "Do you want to delete the table",
"showM2mTables": "Show M2M Tables" "showM2mTables": "Show M2M Tables",
"deleteKanbanStackConfirmation": "Deleting this stack will also remove the select option `{stackToBeDeleted}` from the `{groupingField}`. The records will move to the uncategorized stack."
}, },
"error": { "error": {
"searchProject": "您的搜尋 {search} 找不到結果", "searchProject": "您的搜尋 {search} 找不到結果",

Loading…
Cancel
Save