{
  "plugin.description.short": "為您的 API 定義資料結構",
  "plugin.description.long":
    "為您的 API 定義資料結構，使你輕鬆新增欄位和關聯結構，你所做的修改會自動更新專案。",
  "attribute.string": "字串",
  "attribute.text": "文字",
  "attribute.boolean": "是/否",
  "attribute.float": "浮點數(float)",
  "attribute.integer": "整數",
  "attribute.decimal": "浮點數(decimal)",
  "attribute.date": "日期",
  "attribute.json": "JSON",
  "attribute.media": "媒體",
  "attribute.email": "Email",
  "attribute.password": "密碼",
  "attribute.relation": "關聯其他結構",
  "attribute.WYSIWYG": "Text (WYSIWYG)",

  "contentType.temporaryDisplay": "(未儲存)",
  "from": "從",
  "home.contentTypeBuilder.name": "資料結構",
  "home.contentTypeBuilder.description": "建立和更新資料結構.",
  "home.emptyContentType.title": "沒有任何資料結構",
  "home.emptyContentType.description": "建立您第一個資料結構，讓您能夠從 API 擷取資料。",

  "home.emptyAttributes.title": "目前沒有任何欄位",
  "home.emptyAttributes.description": "新增您第一個欄位到您的資料結構",

  "button.contentType.create": "建立資料結構",
  "button.contentType.add": "增加資料結構",
  "button.attributes.add": "增加新的欄位",

  "error.validation.required": "必填欄位",
  "error.validation.regex": "這個數值和 regex 不符合",
  "error.validation.max": "這個數值太高了",
  "error.validation.min": "這個數值太低了",
  "error.validation.maxLength": "這個數值太長了",
  "error.validation.minLength": "這個數值太短了",
  "error.contentTypeName.taken": "這個名稱已存在",
  "error.attribute.taken": "這個欄位名稱已存在",
  "error.attribute.key.taken": "這個數值已存在",
  "error.attribute.sameKeyAndName": "不能一樣",
  "error.validation.minSupMax": "不能大於",

  "form.attribute.item.textarea.name": "名稱",
  "form.attribute.item.number.name": "名稱",
  "form.attribute.item.date.name": "名稱",
  "form.attribute.item.media.name": "名稱",
  "form.attribute.item.json.name": "名稱",
  "form.attribute.item.boolean.name": "名稱",
  "form.attribute.item.string.name": "名稱",
  "form.attribute.item.settings.name": "設定",
  "form.attribute.item.requiredField": "必填欄位",
  "form.attribute.item.uniqueField": "唯一欄位",
  "form.attribute.item.minimum": "最小數值",
  "form.attribute.item.minimumLength": "最小長度",
  "form.attribute.item.maximumLength": "最大長度",
  "form.attribute.item.maximum": "最大數值",
  "form.attribute.item.requiredField.description": "如果這個欄位留空，您將不能建立進入點。",
  "form.attribute.item.uniqueField.description":
    "如果已存在的進入點有一模一樣的內容，您將不能建立進入點。",
  "form.attribute.item.defineRelation.fieldName": "欄位名稱",
  "form.attribute.item.customColumnName": "自訂欄位名稱",
  "form.attribute.item.customColumnName.description":
    "將資料庫欄位名稱以更廣泛的格式重新命名，對 API 回應很有用。",
  "form.attribute.item.number.type": "數字格式",
  "form.attribute.item.number.type.integer": "整數 (ex: 10)",
  "form.attribute.item.number.type.float": "浮點數(float) (ex: 3.33333333)",
  "form.attribute.item.number.type.decimal": "浮點數(decimal) (ex: 2.22)",
  "form.attribute.settings.default": "Default value",
  "form.attribute.settings.default.checkboxLabel": "Set to true",

  "form.button.cancel": "取消",
  "form.button.continue": "繼續",
  "form.button.save": "儲存",

  "form.contentType.item.connections": "連線",
  "form.contentType.item.name": "名稱",
  "form.contentType.item.name.description": "資料結構名稱必須要單數: {link}",
  "form.contentType.item.name.link.description": "請看我們的文件",
  "form.contentType.item.description": "說明",
  "form.contentType.item.description.placeholder": "請在這裡寫一些說明...",
  "form.contentType.item.collectionName": "群組名稱",
  "form.contentType.item.collectionName.inputDescription":
    "當您的資料結構和資料庫欄位不一樣時很有用",

  "menu.section.contentTypeBuilder.name.plural": "資料結構",
  "menu.section.contentTypeBuilder.name.singular": "資料結構",
  "menu.section.documentation.name": "文件",
  "menu.section.documentation.guide": "閱讀更多有關資料結構",
  "menu.section.documentation.guideLink": "指南",
  "menu.section.documentation.tutorial": "請看看我們的",
  "menu.section.documentation.tutorialLink": "教學影片",

  "modelPage.contentHeader.emptyDescription.description": "這個資料結構沒有任何說明",
  "modelPage.contentType.list.title.plural": "欄位",
  "modelPage.contentType.list.title.singular": "欄位",
  "modelPage.contentType.list.title.including": "包含",
  "modelPage.contentType.list.relationShipTitle.plural": "關係",
  "modelPage.contentType.list.relationShipTitle.singular": "關係",
  "modelPage.attribute.relationWith": "關聯到",

  "noTableWarning.description": "請勿忘記建立在您的資料庫建立 `{modelName}`",
  "noTableWarning.infos": "更多資訊",

  "notification.error.message": "有錯誤發生了",
  "notification.info.contentType.creating.notSaved": "建立新的資料結構前，請先儲存現在的。",
  "notification.info.optimized": "這個擴充功能使用您的 localstorage 來最佳化",
  "notification.success.message.contentType.edit": "您的資料結構已更新",
  "notification.success.message.contentType.create": "您的資料結構已建立",
  "notification.success.contentTypeDeleted": "這個資料結構被刪除了",

  "popUpForm.attributes.string.description": "標題、名字、文章段落、名字列表",
  "popUpForm.attributes.text.description": "說明、文章片段、作者",
  "popUpForm.attributes.boolean.description": "是或否、1 或 0、真或假",
  "popUpForm.attributes.number.description": "跟數字有關的",
  "popUpForm.attributes.date.description": "日期、營業時間",
  "popUpForm.attributes.json.description": "JSON 格式資料",
  "popUpForm.attributes.media.description": "圖片、影片、PDF 和其他檔案",
  "popUpForm.attributes.relation.description": "關聯到一個資料結構",
  "popUpForm.attributes.email.description": "使用者的 email...",
  "popUpForm.attributes.password.description": "使用者密碼...",

  "popUpForm.attributes.string.name": "字串",
  "popUpForm.attributes.text.name": "文字",
  "popUpForm.attributes.boolean.name": "是/否",
  "popUpForm.attributes.date.name": "日期",
  "popUpForm.attributes.json.name": "JSON",
  "popUpForm.attributes.media.name": "媒體",
  "popUpForm.attributes.number.name": "數字",
  "popUpForm.attributes.relation.name": "關聯其他結構",
  "popUpForm.attributes.email.name": "Email",
  "popUpForm.attributes.password.name": "密碼",
  "popUpForm.create": "增加新的",
  "popUpForm.edit": "編輯",
  "popUpForm.field": "欄位",
  "popUpForm.create.contentType.header.title": "增加新的資料結構",
  "popUpForm.choose.attributes.header.title": "增加新的Field",
  "popUpForm.edit.contentType.header.title": "編輯資料結構",

  "popUpForm.navContainer.relation": "定義關係",
  "popUpForm.navContainer.base": "基本設定",
  "popUpForm.navContainer.advanced": "進階設定",

  "popUpRelation.title": "關係",

  "popUpWarning.button.cancel": "取消",
  "popUpWarning.button.confirm": "確認",
  "popUpWarning.title": "請確認",
  "popUpWarning.bodyMessage.contentType.delete": "您確定要刪除這個資料結構嗎？",
  "popUpWarning.bodyMessage.attribute.delete": "您確定要刪除這個欄位嗎？",

  "table.contentType.title.plural": "筆資料結構",
  "table.contentType.title.singular": "筆資料結構",
  "table.contentType.head.name": "名稱",
  "table.contentType.head.description": "說明",
  "table.contentType.head.fields": "欄位",

  "relation.oneToOne": "有一個",
  "relation.oneToMany": "屬於許多",
  "relation.manyToOne": "有許多",
  "relation.manyToMany": "有而且屬於許多",
  "relation.attributeName.placeholder": "Ex: 作者, 類別, tag"
}
