@strapi/plugin-documentation 4.6.0-alpha.1 → 4.6.0-beta.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 +37 -18
- package/package.json +6 -6
|
@@ -1,20 +1,39 @@
|
|
|
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
|
-
"
|
|
2
|
+
"coming-soon": "Bu içerik şuanda düzenleniyor. Bir kaç hafta sonra yayında olacak!",
|
|
3
|
+
"components.Row.open": "Aç",
|
|
4
|
+
"components.Row.regenerate": "Yeniden üret",
|
|
5
|
+
"containers.HomePage.Block.title": "Versiyonlar",
|
|
6
|
+
"containers.HomePage.Button.update": "Güncelle",
|
|
7
|
+
"containers.HomePage.PluginHeader.title": "Dokümantasyon - Ayarlar",
|
|
8
|
+
"containers.HomePage.PopUpWarning.confirm": "Anladım",
|
|
9
|
+
"containers.HomePage.PopUpWarning.message": "Bu versiyonu silmek istediğinden emin misin?",
|
|
10
|
+
"containers.HomePage.copied": "Token panoya kopyalandı",
|
|
11
|
+
"containers.HomePage.form.jwtToken": "JWT tokenını al",
|
|
12
|
+
"containers.HomePage.form.jwtToken.description": "İstek atmak için bu tokenı kopyala ve swaggerda kullan",
|
|
13
|
+
"containers.HomePage.form.password": "Şifre",
|
|
14
|
+
"containers.HomePage.form.password.inputDescription": "Dokümantasyona erişmek için şifreyi belirle",
|
|
15
|
+
"containers.HomePage.form.restrictedAccess": "Kısıtlı erişim",
|
|
16
|
+
"containers.HomePage.form.restrictedAccess.inputDescription": "Dokümantasyon uç noktasını gizle. Varsayılan olarak erişim herkese açıktır",
|
|
17
|
+
"containers.HomePage.form.showGeneratedFiles": "Üretilen dosyaları göster",
|
|
18
|
+
"containers.HomePage.form.showGeneratedFiles.inputDescription": "Üretilen dokümantasyonun üzerine yazmak istediğinde kullanışlıdır. \nEklenti dosyaları model ve eklentilere göre ayrı olarak üretecektir. \nBu seçeneği etkinleştirerek dokümantasyonu özelleştirmen kolaylaşacaktır.",
|
|
19
|
+
"error.deleteDoc.versionMissing": "Silmek istediğin versiyon bulunmuyor.",
|
|
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"
|
|
20
39
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-documentation",
|
|
3
|
-
"version": "4.6.0-
|
|
3
|
+
"version": "4.6.0-beta.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.6.0-
|
|
28
|
-
"@strapi/utils": "4.6.0-
|
|
27
|
+
"@strapi/helper-plugin": "4.6.0-beta.1",
|
|
28
|
+
"@strapi/utils": "4.6.0-beta.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.3.4",
|
|
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.49.1"
|
|
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": "2c0bcabdf0bf2a269fed50c6f23ba777845968a0"
|
|
66
66
|
}
|