@strapi/plugin-documentation 4.0.0 → 4.0.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.
@@ -30,7 +30,7 @@
30
30
  "pages.PluginPage.table.icon.regenerate": "Regenerate {target}",
31
31
  "pages.PluginPage.table.icon.show": "Open {target}",
32
32
  "pages.PluginPage.table.version": "Version",
33
- "pages.SettingPage.title": "Settings",
33
+ "pages.SettingsPage.title": "Settings",
34
34
  "pages.SettingsPage.Button.description": "Configure the documentation plugin",
35
35
  "pages.SettingsPage.header.save": "Save",
36
36
  "pages.SettingsPage.password.label": "Password",
@@ -1,21 +1,43 @@
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",
20
- "plugin.name": "문서"
2
+ "coming-soon": "이 콘텐츠는 개발중이며 몇 주 뒤에 만나볼 수 있습니다!",
3
+ "components.Row.open": "열기",
4
+ "components.Row.regenerate": "재생성",
5
+ "containers.HomePage.Block.title": "버전",
6
+ "containers.HomePage.Button.update": "업데이트",
7
+ "containers.HomePage.PluginHeader.title": "도큐멘테이션 - 설정",
8
+ "containers.HomePage.PopUpWarning.confirm": "이해합니다.",
9
+ "containers.HomePage.PopUpWarning.message": "이 버전을 삭제하시겠습니까?",
10
+ "containers.HomePage.copied": "토큰이 클립보드에 복사되었습니다.",
11
+ "containers.HomePage.form.jwtToken": "JWT token 얻기",
12
+ "containers.HomePage.form.jwtToken.description": " 토큰을 복사하고 swagger에서 리퀘스트를 요청하는데 사용하세요.",
13
+ "containers.HomePage.form.password": "비밀번호",
14
+ "containers.HomePage.form.password.inputDescription": "문서에 액세스하기 위한 비밀번호를 설정합니다.",
15
+ "containers.HomePage.form.restrictedAccess": "액세스 제한",
16
+ "containers.HomePage.form.restrictedAccess.inputDescription": "도큐멘테이션 엔드포인트를 비공개로 설정합니다. 기본적으로 접근 권한은 공용(Public)입니다.",
17
+ "containers.HomePage.form.showGeneratedFiles": "생성된 파일 보기",
18
+ "containers.HomePage.form.showGeneratedFiles.inputDescription": "생성된 문서를 재정의하려는 경우에 유용합니다.\n플러그인은 모델 플러그인별로 분할된 파일을 생성합니다.\n이 옵션을 활성화하면 문서를 보다 쉽게 커스터마이징 할 수 있습니다.",
19
+ "error.deleteDoc.versionMissing": "삭제하려는 버전이 존재하지 않습니다.",
20
+ "error.noVersion": "버전은 필수 항목입니다.",
21
+ "error.regenerateDoc": "문서를 재생성하는 중에 오류가 발생했습니다.",
22
+ "error.regenerateDoc.versionMissing": "생성하려는 버전이 존재하지 않습니다.",
23
+ "notification.delete.success": "문서가 삭제되었습니다.",
24
+ "notification.generate.success": "문서가 생성되었습니다.",
25
+ "notification.update.success": "설정이 업데이트되었습니다.",
26
+ "pages.PluginPage.Button.open": "도큐멘테이션 열기",
27
+ "pages.PluginPage.header.description": "도큐멘테이션 플러그인 설정",
28
+ "pages.PluginPage.table.generated": "최종 생성일",
29
+ "pages.PluginPage.table.icon.delete": "{target} 삭제",
30
+ "pages.PluginPage.table.icon.regenerate": "{target} 재생성",
31
+ "pages.PluginPage.table.icon.show": "{target} 열기",
32
+ "pages.PluginPage.table.version": "버전",
33
+ "pages.SettingsPage.title": "설정",
34
+ "pages.SettingsPage.header.description": "도큐멘테이션 플러그인 설정",
35
+ "pages.SettingsPage.Button.description": "도큐멘테이션 플러그인 설정",
36
+ "pages.SettingsPage.header.save": "저장",
37
+ "pages.SettingsPage.password.label": "비밀번호",
38
+ "pages.SettingsPage.toggle.hint": "도큐멘테이션 엔드포인트를 비공개로 설정합니다.",
39
+ "pages.SettingsPage.toggle.label": "액세스 제한",
40
+ "plugin.description.long": "SWAGER UI를 사용하여 오픈 API 문서를 만들고 API를 시각화합니다.",
41
+ "plugin.description.short": "SWAGER UI를 사용하여 오픈 API 문서를 만들고 API를 시각화합니다.",
42
+ "plugin.name": "도큐멘테이션"
21
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-documentation",
3
- "version": "4.0.0",
3
+ "version": "4.0.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.0.0",
28
- "@strapi/utils": "4.0.0",
27
+ "@strapi/helper-plugin": "4.0.4",
28
+ "@strapi/utils": "4.0.4",
29
29
  "bcryptjs": "2.4.3",
30
30
  "cheerio": "^1.0.0-rc.5",
31
31
  "fs-extra": "^9.1.0",
@@ -46,7 +46,7 @@
46
46
  "swagger-ui-dist": "3.47.1"
47
47
  },
48
48
  "engines": {
49
- "node": ">=12.x.x <=16.x.x",
49
+ "node": ">=12.22.0 <=16.x.x",
50
50
  "npm": ">=6.0.0"
51
51
  },
52
52
  "strapi": {
@@ -55,5 +55,5 @@
55
55
  "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
56
56
  "kind": "plugin"
57
57
  },
58
- "gitHead": "b181702f0202b2c6d645d42b195a831f25cd0b03"
58
+ "gitHead": "d81919ac2272948b3f5d3b25a4cf8cc7b6994460"
59
59
  }