mirror of
https://github.com/strapi/strapi.git
synced 2025-08-04 14:56:22 +00:00
Merge branch 'master' into fix-upload-front
This commit is contained in:
commit
03a540631c
@ -111,7 +111,7 @@
|
||||
|
||||
"Auth & Permissions": "認證 & 權限",
|
||||
"Content Manager": "內容管理",
|
||||
"Content Type Builder": "創建資料結構",
|
||||
"Content Type Builder": "建立和更新資料結構",
|
||||
"Settings Manager": "管理設定",
|
||||
"Email": "Email",
|
||||
"Password": "密碼",
|
||||
|
@ -11,8 +11,8 @@
|
||||
"containers.Edit.reset": "重設",
|
||||
"containers.Edit.returnList": "回到清單",
|
||||
"containers.List.addAnEntry": "增加新的 {entity}",
|
||||
"containers.List.pluginHeaderDescription": "找到 {label} 個進入點",
|
||||
"containers.List.pluginHeaderDescription.singular": "找到 {label} 個進入點",
|
||||
"containers.List.pluginHeaderDescription": "找到 {label} 筆資料",
|
||||
"containers.List.pluginHeaderDescription.singular": "找到 {label} 筆資料",
|
||||
"components.LimitSelect.itemsPerPage": "每個頁面檔案數量",
|
||||
"containers.List.errorFetchRecords": "錯誤",
|
||||
|
||||
@ -52,5 +52,5 @@
|
||||
"popUpWarning.button.cancel": "取消",
|
||||
"popUpWarning.button.confirm": "確認",
|
||||
"popUpWarning.title": "請確認",
|
||||
"popUpWarning.bodyMessage.contentType.delete": "您確定要刪除這個進入點嗎?"
|
||||
"popUpWarning.bodyMessage.contentType.delete": "您確定要刪除這筆資料嗎?"
|
||||
}
|
||||
|
@ -151,8 +151,8 @@
|
||||
"popUpWarning.bodyMessage.contentType.delete": "您確定要刪除這個資料結構嗎?",
|
||||
"popUpWarning.bodyMessage.attribute.delete": "您確定要刪除這個欄位嗎?",
|
||||
|
||||
"table.contentType.title.plural": "可用資料結構",
|
||||
"table.contentType.title.singular": "可用資料結構",
|
||||
"table.contentType.title.plural": "筆資料結構",
|
||||
"table.contentType.title.singular": "筆資料結構",
|
||||
"table.contentType.head.name": "名稱",
|
||||
"table.contentType.head.description": "說明",
|
||||
"table.contentType.head.fields": "欄位",
|
||||
|
@ -136,8 +136,8 @@
|
||||
"list.languages.default.languages": "預設語言",
|
||||
"list.languages.set.languages": "設為預設",
|
||||
"list.databases.button.label": "增加新的連線",
|
||||
"list.databases.title.singular": "這個環境的連線",
|
||||
"list.databases.title.plural": "這個環境的連線",
|
||||
"list.databases.title.singular": "個環境連線",
|
||||
"list.databases.title.plural": "個環境連線",
|
||||
|
||||
"popUpWarning.title": "請確認",
|
||||
"popUpWarning.databases.danger.message":
|
||||
|
Loading…
x
Reference in New Issue
Block a user