@strapi/plugin-documentation 4.5.1 → 4.6.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"coming-soon": "此內容目前正在構建,將在幾周後回歸!",
|
|
2
3
|
"components.Row.open": "開啟",
|
|
3
4
|
"components.Row.regenerate": "重新產生",
|
|
4
5
|
"containers.HomePage.Block.title": "版本",
|
|
@@ -6,19 +7,33 @@
|
|
|
6
7
|
"containers.HomePage.PluginHeader.title": "文件資料 - 設定",
|
|
7
8
|
"containers.HomePage.PopUpWarning.confirm": "我了解了",
|
|
8
9
|
"containers.HomePage.PopUpWarning.message": "你確定要刪除這個版本嗎?",
|
|
9
|
-
"containers.HomePage.copied": "
|
|
10
|
-
"containers.HomePage.form.jwtToken": "存取你的 jwt
|
|
11
|
-
"containers.HomePage.form.jwtToken.description": "
|
|
10
|
+
"containers.HomePage.copied": "權杖已經複製到剪貼簿",
|
|
11
|
+
"containers.HomePage.form.jwtToken": "存取你的 jwt 權杖",
|
|
12
|
+
"containers.HomePage.form.jwtToken.description": "複製這個權杖並於 swagger 中使用於發出請求",
|
|
12
13
|
"containers.HomePage.form.password": "密碼",
|
|
13
14
|
"containers.HomePage.form.password.inputDescription": "設定密碼存取權限",
|
|
14
15
|
"containers.HomePage.form.restrictedAccess": "存取受到限制",
|
|
15
|
-
"containers.HomePage.form.restrictedAccess.inputDescription": "將endpoints
|
|
16
|
+
"containers.HomePage.form.restrictedAccess.inputDescription": "將 endpoints 設定為私密的。預設是對外公開的",
|
|
16
17
|
"containers.HomePage.form.showGeneratedFiles": "顯示產生的檔案",
|
|
17
|
-
"containers.HomePage.form.showGeneratedFiles.inputDescription": "
|
|
18
|
+
"containers.HomePage.form.showGeneratedFiles.inputDescription": "用於覆寫產生的文件檔案時。\n擴充套件會依照model及plugin分別產生檔案。\n啟用這個選項將會方便你客製化文件資料",
|
|
18
19
|
"error.deleteDoc.versionMissing": "你想刪除的版本不存在",
|
|
19
20
|
"error.noVersion": "版本是必填欄位",
|
|
20
21
|
"error.regenerateDoc": "重新產生文件資料時發生了錯誤",
|
|
21
22
|
"error.regenerateDoc.versionMissing": "你想產生的版本不存在",
|
|
23
|
+
"notification.delete.success": "文件已刪除",
|
|
24
|
+
"notification.generate.success": "文件已重新產生",
|
|
22
25
|
"notification.update.success": "更新設定成功",
|
|
26
|
+
"pages.PluginPage.Button.open": "開啟說明文件",
|
|
27
|
+
"pages.PluginPage.header.description": "設定說明文件外掛程式",
|
|
28
|
+
"pages.PluginPage.table.generated": "最後產生時間",
|
|
29
|
+
"pages.PluginPage.table.icon.regenerate": "重新產生 {target}",
|
|
30
|
+
"pages.PluginPage.table.icon.show": "開啟 {target}",
|
|
31
|
+
"pages.PluginPage.table.version": "版本",
|
|
32
|
+
"pages.SettingsPage.Button.description": "設定說明文件外掛程式",
|
|
33
|
+
"pages.SettingsPage.header.save": "儲存",
|
|
34
|
+
"pages.SettingsPage.toggle.hint": "將說明文件端點設為私人",
|
|
35
|
+
"pages.SettingsPage.toggle.label": "受限存取",
|
|
36
|
+
"plugin.description.long": "建立 OpenAPI 文件,並透過 SWAGGER UI 可視化您的 API。",
|
|
37
|
+
"plugin.description.short": "建立 OpenAPI 文件,並透過 SWAGGER UI 可視化您的 API。",
|
|
23
38
|
"plugin.name": "文件資料"
|
|
24
39
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-documentation",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.0-alpha.0",
|
|
4
4
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"test": "echo \"no tests yet\""
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@strapi/helper-plugin": "4.
|
|
28
|
-
"@strapi/utils": "4.
|
|
27
|
+
"@strapi/helper-plugin": "4.6.0-alpha.0",
|
|
28
|
+
"@strapi/utils": "4.6.0-alpha.0",
|
|
29
29
|
"bcryptjs": "2.4.3",
|
|
30
30
|
"cheerio": "^1.0.0-rc.12",
|
|
31
31
|
"fs-extra": "10.0.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
|
63
63
|
"kind": "plugin"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "b7a87dcffc6f44e18eedef92e354096ffe32ce0c"
|
|
66
66
|
}
|