@activepieces/piece-ghostcms 0.0.9 → 0.0.10
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/package.json +2 -2
- package/src/i18n/zh.json +56 -56
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-ghostcms",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"axios": "1.8.3",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"zod": "3.25.76",
|
|
15
15
|
"@activepieces/pieces-common": "0.7.0",
|
|
16
16
|
"@activepieces/pieces-framework": "0.18.4",
|
|
17
|
-
"@activepieces/shared": "0.19.
|
|
17
|
+
"@activepieces/shared": "0.19.1",
|
|
18
18
|
"tslib": "2.8.1"
|
|
19
19
|
},
|
|
20
20
|
"overrides": {
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,65 +1,65 @@
|
|
|
1
1
|
{
|
|
2
2
|
"GhostCMS": "GhostCMS",
|
|
3
|
-
"Publishing platform for professional bloggers": "
|
|
3
|
+
"Publishing platform for professional bloggers": "Publishing platform for professional bloggers",
|
|
4
4
|
"API URL": "API URL",
|
|
5
|
-
"Admin API Key": "
|
|
6
|
-
"The API URL of your application (https://test-publication.ghost.io)": "
|
|
7
|
-
"The admin API key for your application": "
|
|
8
|
-
"\nTo generate an API key, follow the steps below in GhostCMS:\n1. Go to Settings -> Advanced -> Integrations.\n2. Scroll down to Custom Integrations and click Add custom integration.\n3. Enter integration name and click create.\n4. Copy the API URL and the Admin API Key into the fields below.\n": "\
|
|
9
|
-
"Create Member": "
|
|
10
|
-
"Update Member": "
|
|
11
|
-
"Create Post": "
|
|
12
|
-
"Find Member": "
|
|
13
|
-
"Find User": "
|
|
14
|
-
"Custom API Call": "
|
|
15
|
-
"Create a new member": "
|
|
16
|
-
"Update a member": "
|
|
17
|
-
"Create a new post": "
|
|
18
|
-
"Find a member by email": "
|
|
19
|
-
"Find a staff user by email": "
|
|
20
|
-
"Make a custom API call to a specific endpoint": "
|
|
21
|
-
"Email": "
|
|
22
|
-
"Full Name": "
|
|
23
|
-
"Note": "
|
|
24
|
-
"Newsletters": "
|
|
25
|
-
"Member": "
|
|
26
|
-
"Title": "
|
|
27
|
-
"Slug": "
|
|
28
|
-
"Status": "
|
|
29
|
-
"Published At": "
|
|
30
|
-
"Content (HTML)": "
|
|
31
|
-
"Custom Excerpt": "
|
|
32
|
-
"Author": "
|
|
33
|
-
"Featured": "
|
|
34
|
-
"Tags": "
|
|
5
|
+
"Admin API Key": "Admin API Key",
|
|
6
|
+
"The API URL of your application (https://test-publication.ghost.io)": "The API URL of your application (https://test-publication.ghost.io)",
|
|
7
|
+
"The admin API key for your application": "The admin API key for your application",
|
|
8
|
+
"\nTo generate an API key, follow the steps below in GhostCMS:\n1. Go to Settings -> Advanced -> Integrations.\n2. Scroll down to Custom Integrations and click Add custom integration.\n3. Enter integration name and click create.\n4. Copy the API URL and the Admin API Key into the fields below.\n": "\nTo generate an API key, follow the steps below in GhostCMS:\n1. Go to Settings -> Advanced -> Integrations.\n2. Scroll down to Custom Integrations and click Add custom integration.\n3. Enter integration name and click create.\n4. Copy the API URL and the Admin API Key into the fields below.\n",
|
|
9
|
+
"Create Member": "Create Member",
|
|
10
|
+
"Update Member": "Update Member",
|
|
11
|
+
"Create Post": "Create Post",
|
|
12
|
+
"Find Member": "Find Member",
|
|
13
|
+
"Find User": "Find User",
|
|
14
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
15
|
+
"Create a new member": "Create a new member",
|
|
16
|
+
"Update a member": "Update a member",
|
|
17
|
+
"Create a new post": "Create a new post",
|
|
18
|
+
"Find a member by email": "Find a member by email",
|
|
19
|
+
"Find a staff user by email": "Find a staff user by email",
|
|
20
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
21
|
+
"Email": "电子邮件地址",
|
|
22
|
+
"Full Name": "Full Name",
|
|
23
|
+
"Note": "说明",
|
|
24
|
+
"Newsletters": "Newsletters",
|
|
25
|
+
"Member": "成员",
|
|
26
|
+
"Title": "标题",
|
|
27
|
+
"Slug": "Slug",
|
|
28
|
+
"Status": "状态",
|
|
29
|
+
"Published At": "Published At",
|
|
30
|
+
"Content (HTML)": "Content (HTML)",
|
|
31
|
+
"Custom Excerpt": "Custom Excerpt",
|
|
32
|
+
"Author": "Author",
|
|
33
|
+
"Featured": "Featured",
|
|
34
|
+
"Tags": "标签",
|
|
35
35
|
"Method": "方法",
|
|
36
|
-
"Headers": "
|
|
37
|
-
"Query Parameters": "
|
|
38
|
-
"Body": "
|
|
36
|
+
"Headers": "信头",
|
|
37
|
+
"Query Parameters": "查询参数",
|
|
38
|
+
"Body": "正文内容",
|
|
39
39
|
"Response is Binary ?": "Response is Binary ?",
|
|
40
|
-
"No Error on Failure": "
|
|
41
|
-
"Timeout (in seconds)": "
|
|
42
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
40
|
+
"No Error on Failure": "失败时没有错误",
|
|
41
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
42
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
43
43
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
44
44
|
"Draft": "草稿",
|
|
45
|
-
"Published": "
|
|
46
|
-
"Scheduled": "
|
|
47
|
-
"GET": "
|
|
48
|
-
"POST": "
|
|
45
|
+
"Published": "已发布",
|
|
46
|
+
"Scheduled": "Scheduled",
|
|
47
|
+
"GET": "获取",
|
|
48
|
+
"POST": "帖子",
|
|
49
49
|
"PATCH": "PATCH",
|
|
50
|
-
"PUT": "
|
|
51
|
-
"DELETE": "
|
|
52
|
-
"HEAD": "
|
|
53
|
-
"Member Added": "
|
|
54
|
-
"Member Edited": "
|
|
55
|
-
"Member Deleted": "
|
|
56
|
-
"Post Published": "
|
|
57
|
-
"Post Scheduled": "
|
|
58
|
-
"Page Published": "
|
|
59
|
-
"Triggers when a new member is added": "
|
|
60
|
-
"Triggers when a member is edited": "
|
|
61
|
-
"Triggers when a member is deleted": "
|
|
62
|
-
"Triggers when a post is published": "
|
|
63
|
-
"Triggers when a post is scheduled": "
|
|
64
|
-
"Triggers when a page is published": "
|
|
50
|
+
"PUT": "弹出",
|
|
51
|
+
"DELETE": "删除",
|
|
52
|
+
"HEAD": "黑色",
|
|
53
|
+
"Member Added": "Member Added",
|
|
54
|
+
"Member Edited": "Member Edited",
|
|
55
|
+
"Member Deleted": "Member Deleted",
|
|
56
|
+
"Post Published": "Post Published",
|
|
57
|
+
"Post Scheduled": "Post Scheduled",
|
|
58
|
+
"Page Published": "Page Published",
|
|
59
|
+
"Triggers when a new member is added": "Triggers when a new member is added",
|
|
60
|
+
"Triggers when a member is edited": "Triggers when a member is edited",
|
|
61
|
+
"Triggers when a member is deleted": "Triggers when a member is deleted",
|
|
62
|
+
"Triggers when a post is published": "Triggers when a post is published",
|
|
63
|
+
"Triggers when a post is scheduled": "Triggers when a post is scheduled",
|
|
64
|
+
"Triggers when a page is published": "Triggers when a page is published"
|
|
65
65
|
}
|