@strapi/plugin-documentation 4.5.3 → 4.5.4

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,20 +1,39 @@
1
1
  {
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"
2
+ "coming-soon": "Bu içerik şuanda düzenleniyor. Bir kaç hafta sonra yayında olacak!",
3
+ "components.Row.open": "",
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 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.5.3",
3
+ "version": "4.5.4",
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.5.3",
28
- "@strapi/utils": "4.5.3",
27
+ "@strapi/helper-plugin": "4.5.4",
28
+ "@strapi/utils": "4.5.4",
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.2.0",
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.42.3"
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": "5453885f7aa329f98d047a6030a8e98ba3cbdb41"
65
+ "gitHead": "8716ecc920130db5341b0904cf868c6e6b581a5d"
66
66
  }