mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
add missing translations
This commit is contained in:
parent
391de156ed
commit
bd4bdede39
@ -39,7 +39,7 @@
|
||||
"button.model.create": "建立新的集合類型",
|
||||
"button.single-types.create": "建立新的單一類型",
|
||||
"component.repeatable": "(可重複的)",
|
||||
"components.SelectComponents.displayed-value": "{number, plural, =0 {# components} one {# component} other {# components}} selected",
|
||||
"components.SelectComponents.displayed-value": " 已選擇 {number, plural, =0 {# components} 一個 {# component} 其他 {# components}}",
|
||||
"components.componentSelect.no-component-available": "你已經加入了所有可以加入的元件",
|
||||
"components.componentSelect.no-component-available.with-search": "搜尋不到符合的元件",
|
||||
"components.componentSelect.value-component": "{number} 個元件被選取 (輸入搜尋元件)",
|
||||
@ -166,12 +166,12 @@
|
||||
"modalForm.tabs.label": "預設和自訂類型分頁",
|
||||
"modelPage.attribute.relation-polymorphic": "關聯 (多對多多型)",
|
||||
"modelPage.attribute.relationWith": "關聯到",
|
||||
"notification.error.dynamiczone-min.validation": "At least one component is required in a dynamic zone to be able to save a content type",
|
||||
"notification.error.dynamiczone-min.validation": "至少要有一個位於動態區域中的元件才能儲存內容型別",
|
||||
"notification.info.autoreaload-disable": "啟用這個擴充模組需要重新啟動,使用 `strapi develop` 指令重新啟動",
|
||||
"notification.info.creating.notSaved": "在建立新的集合型別或元件前請記得儲存",
|
||||
"plugin.description.long": "為您的 API 定義資料結構,使您輕鬆新增欄位和關聯結構,您所做的修改會自動更新專案。",
|
||||
"plugin.description.short": "為您的 API 定義資料結構",
|
||||
"plugin.name": "Content-Type Builder",
|
||||
"plugin.name": "內容型別建立者",
|
||||
"popUpForm.navContainer.advanced": "進階設定",
|
||||
"popUpForm.navContainer.base": "基本設定",
|
||||
"popUpWarning.bodyMessage.cancel-modifications": "你確定要取消你的修改嗎?",
|
||||
|
@ -6,15 +6,15 @@
|
||||
"CMListView.popover.display-locales.label": "顯示已翻譯的地區設定",
|
||||
"CheckboxConfirmation.Modal.body": "您確定要停用嗎?",
|
||||
"CheckboxConfirmation.Modal.button-confirm": "是的,請停用",
|
||||
"CheckboxConfirmation.Modal.content": "Disabling localization will engender the deletion of all your content but the one associated to your default locale (if existing).",
|
||||
"Field.localized": "This value is unique for the selected locale",
|
||||
"Field.not-localized": "This value is common to all locales",
|
||||
"CheckboxConfirmation.Modal.content": "停用本地化將刪除您的所有內容,與預設地區設定關聯的內容除外 (若存在)。",
|
||||
"Field.localized": "此欄位對所選的地區設定來說是唯一的",
|
||||
"Field.not-localized": "此欄位在所有地區設定間皆通用",
|
||||
"Settings.list.actions.add": "新增地區設定",
|
||||
"Settings.list.actions.delete": "刪除地區設定",
|
||||
"Settings.list.actions.deleteAdditionalInfos": "This will delete the active locale versions <em>(from Internationalization)</em>",
|
||||
"Settings.list.actions.deleteAdditionalInfos": "這將刪除已啟用的地區設定版本 <em>(from Internationalization)</em>",
|
||||
"Settings.list.actions.edit": "編輯地區設定",
|
||||
"Settings.list.description": "設定國際化外掛程式",
|
||||
"Settings.list.empty.description": "This is not a usual behavior, meaning that you have eventually modified the database manually. Make sure to have at least one locale saved in your database in order to be able to use Strapi correctly.",
|
||||
"Settings.list.empty.description": "此行為不尋常,這表示您最終仍手動修改了資料庫。請至少在您的資料庫中儲存一種地區設定以正常使用 Strapi。",
|
||||
"Settings.list.empty.title": "無地區設定。",
|
||||
"Settings.locales.default": "預設",
|
||||
"Settings.locales.list.sort.default": "按預設地區設定排序",
|
||||
@ -22,7 +22,7 @@
|
||||
"Settings.locales.list.sort.id": "按 ID 排序",
|
||||
"Settings.locales.modal.advanced": "進階設定",
|
||||
"Settings.locales.modal.advanced.setAsDefault": "設為預設地區設定",
|
||||
"Settings.locales.modal.advanced.setAsDefault.hint": "One default locale is required, change it by selecting another one",
|
||||
"Settings.locales.modal.advanced.setAsDefault.hint": "必須有一個預設的地區設定,選擇其他地區設定以更改",
|
||||
"Settings.locales.modal.advanced.settings": "設定",
|
||||
"Settings.locales.modal.base": "基本設定",
|
||||
"Settings.locales.modal.create.alreadyExist": "此地區設定已存在",
|
||||
@ -55,9 +55,9 @@
|
||||
"plugin.description.short": "此外掛程式允許您從管理面板和 API 建立、讀取、更新不同語言的內容。",
|
||||
"plugin.name": "國際化",
|
||||
"plugin.schema.i18n.ensure-unique-localization": "唯一欄位必須本地化",
|
||||
"plugin.schema.i18n.localized.description": "Allow you to have content in different locales",
|
||||
"plugin.schema.i18n.localized.description-content-type": "Allow you to have content in different locales",
|
||||
"plugin.schema.i18n.localized.description-field": "The field can have different values in each locale",
|
||||
"plugin.schema.i18n.localized.description": "讓您的內容有多種地區設定",
|
||||
"plugin.schema.i18n.localized.description-content-type": "讓您的內容有多種地區設定",
|
||||
"plugin.schema.i18n.localized.description-field": "此欄位在各個地區設定中可以有不同數值",
|
||||
"plugin.schema.i18n.localized.label": "為此內容型別啟用本地化",
|
||||
"plugin.schema.i18n.localized.label-content-type": "為此內容型別啟用本地化",
|
||||
"plugin.schema.i18n.localized.label-field": "為此欄位啟用本地化"
|
||||
|
Loading…
x
Reference in New Issue
Block a user