@strapi/plugin-documentation 4.5.4 → 4.6.0-alpha.1
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.
- package/admin/src/translations/tr.json +18 -37
- package/package.json +6 -6
|
@@ -1,39 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"components.Row.
|
|
4
|
-
"
|
|
5
|
-
"containers.HomePage.
|
|
6
|
-
"containers.HomePage.
|
|
7
|
-
"containers.HomePage.
|
|
8
|
-
"containers.HomePage.PopUpWarning.
|
|
9
|
-
"containers.HomePage.
|
|
10
|
-
"containers.HomePage.
|
|
11
|
-
"containers.HomePage.form.
|
|
12
|
-
"containers.HomePage.form.
|
|
13
|
-
"containers.HomePage.form.
|
|
14
|
-
"containers.HomePage.form.
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"error.noVersion": "Bir versiyon gerekli.",
|
|
21
|
-
"error.regenerateDoc": "Dokümanı yeniden üretirken bir hata oluştu",
|
|
22
|
-
"error.regenerateDoc.versionMissing": "Üretmeye çalıştığın versiyon bulunmuyor",
|
|
23
|
-
"notification.delete.success": "Doküman silindi",
|
|
24
|
-
"notification.generate.success": "Doküman üretildi",
|
|
25
|
-
"notification.update.success": "Ayarlar başarıyla güncellendi",
|
|
26
|
-
"pages.PluginPage.Button.open": "Dokümanı aç",
|
|
27
|
-
"pages.PluginPage.header.description": "Dokümantasyon eklentisini ayarla",
|
|
28
|
-
"pages.PluginPage.table.generated": "Son üretilme",
|
|
29
|
-
"pages.PluginPage.table.icon.regenerate": "Yeniden üret: {target}",
|
|
30
|
-
"pages.PluginPage.table.icon.show": "Aç: {target}",
|
|
31
|
-
"pages.PluginPage.table.version": "Versiyon",
|
|
32
|
-
"pages.SettingsPage.Button.description": "Dokümantasyon eklentisini ayarla",
|
|
33
|
-
"pages.SettingsPage.header.save": "Kaydet",
|
|
34
|
-
"pages.SettingsPage.toggle.hint": "Dokümantasyon uç noktasını gizli yap",
|
|
35
|
-
"pages.SettingsPage.toggle.label": "Kısıtlı Erişim",
|
|
36
|
-
"plugin.description.long": "Bir OpenAPI Dokümanı oluştur ve SWAGGER UI ile APIni görselleştir.",
|
|
37
|
-
"plugin.description.short": "Bir OpenAPI Dokümanı oluştur ve SWAGGER UI ile APIni görselleştir.",
|
|
38
|
-
"plugin.name": "Dokümantasyon"
|
|
2
|
+
"components.Row.open": "Open",
|
|
3
|
+
"components.Row.regenerate": "Regenerate",
|
|
4
|
+
"containers.HomePage.Block.title": "Versions",
|
|
5
|
+
"containers.HomePage.Button.update": "Update",
|
|
6
|
+
"containers.HomePage.PluginHeader.title": "Documentation - Settings",
|
|
7
|
+
"containers.HomePage.PopUpWarning.confirm": "I understand",
|
|
8
|
+
"containers.HomePage.PopUpWarning.message": "Are you sure you want to delete this version?",
|
|
9
|
+
"containers.HomePage.form.password": "Password",
|
|
10
|
+
"containers.HomePage.form.password.inputDescription": "Set the password to access the documentation",
|
|
11
|
+
"containers.HomePage.form.restrictedAccess": "Restricted access",
|
|
12
|
+
"containers.HomePage.form.restrictedAccess.inputDescription": "Make the documentation endpoint private. By default, the access is public",
|
|
13
|
+
"containers.HomePage.form.showGeneratedFiles": "Show generated files",
|
|
14
|
+
"containers.HomePage.form.showGeneratedFiles.inputDescription": "Useful when you want to override the generated documentation. \nThe plugin will generate files split by model and plugin. \nBy enabling this option it will be easier to customize your documentation",
|
|
15
|
+
"error.deleteDoc.versionMissing": "The version you are trying to delete does not exist.",
|
|
16
|
+
"error.noVersion": "A version is required",
|
|
17
|
+
"error.regenerateDoc": "An error occurred while regenerating the doc",
|
|
18
|
+
"error.regenerateDoc.versionMissing": "The version you are trying to generate doesn't exist",
|
|
19
|
+
"notification.update.success": "Settings updated successfully"
|
|
39
20
|
}
|
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.1",
|
|
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.1",
|
|
28
|
+
"@strapi/utils": "4.6.0-alpha.1",
|
|
29
29
|
"bcryptjs": "2.4.3",
|
|
30
30
|
"cheerio": "^1.0.0-rc.12",
|
|
31
31
|
"fs-extra": "10.0.0",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"react-intl": "5.25.1",
|
|
40
40
|
"react-redux": "7.2.8",
|
|
41
41
|
"react-router": "^5.2.0",
|
|
42
|
-
"react-router-dom": "5.
|
|
42
|
+
"react-router-dom": "5.2.0",
|
|
43
43
|
"redux": "^4.0.1",
|
|
44
44
|
"reselect": "^4.0.0",
|
|
45
45
|
"swagger-ui-dist": "4.15.5",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@testing-library/react": "12.1.4",
|
|
53
|
-
"msw": "0.
|
|
53
|
+
"msw": "0.42.3"
|
|
54
54
|
},
|
|
55
55
|
"engines": {
|
|
56
56
|
"node": ">=14.19.1 <=18.x.x",
|
|
@@ -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": "9171c48104548f5f6da21abf2a8098009f1a40e9"
|
|
66
66
|
}
|