@activepieces/piece-ghostcms 0.0.4 → 0.0.6
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 +31 -11
- package/src/i18n/ca.json +63 -0
- package/src/i18n/de.json +63 -0
- package/src/i18n/es.json +63 -0
- package/src/i18n/fr.json +63 -0
- package/src/i18n/hi.json +63 -0
- package/src/i18n/id.json +63 -0
- package/src/i18n/ja.json +63 -0
- package/src/i18n/nl.json +63 -0
- package/src/i18n/pt.json +63 -0
- package/src/i18n/ru.json +63 -0
- package/src/i18n/translation.json +63 -0
- package/src/i18n/vi.json +63 -0
- package/src/i18n/zh.json +63 -0
- package/src/index.js +7 -4
- package/src/index.js.map +1 -1
- package/src/lib/actions/create-member.js.map +1 -1
- package/src/lib/actions/update-member.js.map +1 -1
- package/src/lib/common/index.js +4 -4
- package/src/lib/common/index.js.map +1 -1
- package/src/lib/triggers/member-added.js +2 -2
- package/src/lib/triggers/member-added.js.map +1 -1
- package/src/lib/triggers/member-deleted.js +2 -2
- package/src/lib/triggers/member-deleted.js.map +1 -1
- package/src/lib/triggers/member-edited.js +2 -2
- package/src/lib/triggers/member-edited.js.map +1 -1
- package/src/lib/triggers/page-published.js +2 -2
- package/src/lib/triggers/page-published.js.map +1 -1
- package/src/lib/triggers/post-published.js +2 -2
- package/src/lib/triggers/post-published.js.map +1 -1
- package/src/lib/triggers/post-scheduled.js +2 -2
- package/src/lib/triggers/post-scheduled.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,20 +1,40 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-ghostcms",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
5
|
+
"@ai-sdk/anthropic": "1.2.12",
|
|
6
|
+
"@ai-sdk/google": "1.2.19",
|
|
7
|
+
"@ai-sdk/openai": "1.3.22",
|
|
8
|
+
"@ai-sdk/replicate": "0.2.8",
|
|
9
|
+
"@sinclair/typebox": "0.34.11",
|
|
10
|
+
"ai": "4.3.16",
|
|
11
|
+
"axios": "1.8.3",
|
|
12
|
+
"axios-retry": "4.4.1",
|
|
13
|
+
"deepmerge-ts": "7.1.0",
|
|
14
|
+
"fast-glob": "3.3.3",
|
|
9
15
|
"jsonwebtoken": "9.0.1",
|
|
10
|
-
"
|
|
11
|
-
"nanoid": "3.3.
|
|
16
|
+
"mime-types": "2.1.35",
|
|
17
|
+
"nanoid": "3.3.8",
|
|
12
18
|
"semver": "7.6.0",
|
|
13
|
-
"
|
|
14
|
-
"@activepieces/pieces-
|
|
15
|
-
"@activepieces/
|
|
16
|
-
"
|
|
19
|
+
"zod": "3.25.76",
|
|
20
|
+
"@activepieces/pieces-common": "0.6.0",
|
|
21
|
+
"@activepieces/pieces-framework": "0.15.0",
|
|
22
|
+
"@activepieces/shared": "0.17.2",
|
|
23
|
+
"tslib": "2.8.1"
|
|
17
24
|
},
|
|
25
|
+
"overrides": {
|
|
26
|
+
"@tryfabric/martian": {
|
|
27
|
+
"@notionhq/client": "$@notionhq/client"
|
|
28
|
+
},
|
|
29
|
+
"vite": {
|
|
30
|
+
"rollup": "npm:@rollup/wasm-node"
|
|
31
|
+
},
|
|
32
|
+
"stylus": "0.0.1-security"
|
|
33
|
+
},
|
|
34
|
+
"resolutions": {
|
|
35
|
+
"rollup": "npm:@rollup/wasm-node"
|
|
36
|
+
},
|
|
37
|
+
"types": "./src/index.d.ts",
|
|
18
38
|
"main": "./src/index.js",
|
|
19
39
|
"type": "commonjs"
|
|
20
40
|
}
|
package/src/i18n/ca.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"GhostCMS": "GhostCMS",
|
|
3
|
+
"Publishing platform for professional bloggers": "Publishing platform for professional bloggers",
|
|
4
|
+
"API URL": "API URL",
|
|
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": "Custom API Call",
|
|
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": "Make a custom API call to a specific endpoint",
|
|
21
|
+
"Email": "Email",
|
|
22
|
+
"Full Name": "Full Name",
|
|
23
|
+
"Note": "Note",
|
|
24
|
+
"Newsletters": "Newsletters",
|
|
25
|
+
"Member": "Member",
|
|
26
|
+
"Title": "Title",
|
|
27
|
+
"Slug": "Slug",
|
|
28
|
+
"Status": "Status",
|
|
29
|
+
"Published At": "Published At",
|
|
30
|
+
"Content (HTML)": "Content (HTML)",
|
|
31
|
+
"Custom Excerpt": "Custom Excerpt",
|
|
32
|
+
"Author": "Author",
|
|
33
|
+
"Featured": "Featured",
|
|
34
|
+
"Tags": "Tags",
|
|
35
|
+
"Method": "Method",
|
|
36
|
+
"Headers": "Headers",
|
|
37
|
+
"Query Parameters": "Query Parameters",
|
|
38
|
+
"Body": "Body",
|
|
39
|
+
"No Error on Failure": "No Error on Failure",
|
|
40
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
41
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
42
|
+
"Draft": "Draft",
|
|
43
|
+
"Published": "Published",
|
|
44
|
+
"Scheduled": "Scheduled",
|
|
45
|
+
"GET": "GET",
|
|
46
|
+
"POST": "POST",
|
|
47
|
+
"PATCH": "PATCH",
|
|
48
|
+
"PUT": "PUT",
|
|
49
|
+
"DELETE": "DELETE",
|
|
50
|
+
"HEAD": "HEAD",
|
|
51
|
+
"Member Added": "Member Added",
|
|
52
|
+
"Member Edited": "Member Edited",
|
|
53
|
+
"Member Deleted": "Member Deleted",
|
|
54
|
+
"Post Published": "Post Published",
|
|
55
|
+
"Post Scheduled": "Post Scheduled",
|
|
56
|
+
"Page Published": "Page Published",
|
|
57
|
+
"Triggers when a new member is added": "Triggers when a new member is added",
|
|
58
|
+
"Triggers when a member is edited": "Triggers when a member is edited",
|
|
59
|
+
"Triggers when a member is deleted": "Triggers when a member is deleted",
|
|
60
|
+
"Triggers when a post is published": "Triggers when a post is published",
|
|
61
|
+
"Triggers when a post is scheduled": "Triggers when a post is scheduled",
|
|
62
|
+
"Triggers when a page is published": "Triggers when a page is published"
|
|
63
|
+
}
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"GhostCMS": "GhostCMS",
|
|
3
|
+
"Publishing platform for professional bloggers": "Veröffentlichungsplattform für professionelle Blogger",
|
|
4
|
+
"API URL": "API URL",
|
|
5
|
+
"Admin API Key": "Admin API-Schlüssel",
|
|
6
|
+
"The API URL of your application (https://test-publication.ghost.io)": "Die API URL deiner Anwendung (https://test-publication.ghost.io)",
|
|
7
|
+
"The admin API key for your application": "Der Admin-API-Schlüssel für Ihre Anwendung",
|
|
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": "\nUm einen API-Schlüssel zu generieren, folgen Sie den folgenden Schritten in GhostCMS:\n1. Gehen Sie zu Einstellungen -> Erweiterte -> Integrationen.\n2. Scrollen Sie zu Benutzerdefinierten Integrationen und klicken Sie auf Benutzerdefinierte Integration hinzufügen.\n3. Geben Sie den Integrationsnamen ein und klicken Sie auf Erstellen.\n4. Kopieren Sie die API URL und den Admin API Key in die Felder unten.\n",
|
|
9
|
+
"Create Member": "Mitglied erstellen",
|
|
10
|
+
"Update Member": "Mitglied aktualisieren",
|
|
11
|
+
"Create Post": "Beitrag erstellen",
|
|
12
|
+
"Find Member": "Mitglied finden",
|
|
13
|
+
"Find User": "Benutzer finden",
|
|
14
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
15
|
+
"Create a new member": "Neues Mitglied erstellen",
|
|
16
|
+
"Update a member": "Mitglied aktualisieren",
|
|
17
|
+
"Create a new post": "Neuen Beitrag erstellen",
|
|
18
|
+
"Find a member by email": "Mitglied per E-Mail finden",
|
|
19
|
+
"Find a staff user by email": "Einen Personalbenutzer per E-Mail finden",
|
|
20
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
21
|
+
"Email": "E-Mail",
|
|
22
|
+
"Full Name": "Voller Name",
|
|
23
|
+
"Note": "Notiz",
|
|
24
|
+
"Newsletters": "Newsletter",
|
|
25
|
+
"Member": "Mitglied",
|
|
26
|
+
"Title": "Titel",
|
|
27
|
+
"Slug": "Slug",
|
|
28
|
+
"Status": "Status",
|
|
29
|
+
"Published At": "Veröffentlicht am",
|
|
30
|
+
"Content (HTML)": "Inhalt (HTML)",
|
|
31
|
+
"Custom Excerpt": "Eigener Auszug",
|
|
32
|
+
"Author": "Autor",
|
|
33
|
+
"Featured": "Vorgeschlagen",
|
|
34
|
+
"Tags": "Tags",
|
|
35
|
+
"Method": "Methode",
|
|
36
|
+
"Headers": "Kopfzeilen",
|
|
37
|
+
"Query Parameters": "Abfrageparameter",
|
|
38
|
+
"Body": "Körper",
|
|
39
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
40
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
41
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
42
|
+
"Draft": "Entwurf",
|
|
43
|
+
"Published": "Veröffentlicht",
|
|
44
|
+
"Scheduled": "Geplant",
|
|
45
|
+
"GET": "ERHALTEN",
|
|
46
|
+
"POST": "POST",
|
|
47
|
+
"PATCH": "PATCH",
|
|
48
|
+
"PUT": "PUT",
|
|
49
|
+
"DELETE": "LÖSCHEN",
|
|
50
|
+
"HEAD": "HEAD",
|
|
51
|
+
"Member Added": "Mitglied hinzugefügt",
|
|
52
|
+
"Member Edited": "Mitglied bearbeitet",
|
|
53
|
+
"Member Deleted": "Mitglied gelöscht",
|
|
54
|
+
"Post Published": "Beitrag veröffentlicht",
|
|
55
|
+
"Post Scheduled": "Beitrag geplant",
|
|
56
|
+
"Page Published": "Seite veröffentlicht",
|
|
57
|
+
"Triggers when a new member is added": "Wird ausgelöst, wenn ein neues Mitglied hinzugefügt wird",
|
|
58
|
+
"Triggers when a member is edited": "Wird ausgelöst, wenn ein Mitglied bearbeitet wird",
|
|
59
|
+
"Triggers when a member is deleted": "Auslöser wenn ein Mitglied gelöscht wird",
|
|
60
|
+
"Triggers when a post is published": "Wird ausgelöst, wenn ein Beitrag veröffentlicht wird",
|
|
61
|
+
"Triggers when a post is scheduled": "Wird ausgelöst, wenn ein Beitrag geplant ist",
|
|
62
|
+
"Triggers when a page is published": "Wird ausgelöst, wenn eine Seite veröffentlicht wird"
|
|
63
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"GhostCMS": "CMS fantasma",
|
|
3
|
+
"Publishing platform for professional bloggers": "Plataforma de publicación para bloggers profesionales",
|
|
4
|
+
"API URL": "API URL",
|
|
5
|
+
"Admin API Key": "Admin API Key",
|
|
6
|
+
"The API URL of your application (https://test-publication.ghost.io)": "La URL de la API de tu aplicación (https://test-publication.ghost.io)",
|
|
7
|
+
"The admin API key for your application": "La clave API de administración para tu aplicación",
|
|
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": "\nPara generar una clave API, siga los pasos siguientes en GhostCMS:\n1. Vaya a Ajustes -> Avanzado -> Integraciones.\n2. Desplácese hacia abajo a Integraciones Personalizadas y haga clic en Añadir integración personalizada.\n3. Introduzca el nombre de la integración y haga clic en crear.\n4. Copie la URL de la API y la clave de la API de administración en los campos debajo.\n",
|
|
9
|
+
"Create Member": "Crear miembro",
|
|
10
|
+
"Update Member": "Actualizar miembro",
|
|
11
|
+
"Create Post": "Crear publicación",
|
|
12
|
+
"Find Member": "Buscar miembro",
|
|
13
|
+
"Find User": "Buscar usuario",
|
|
14
|
+
"Custom API Call": "Llamada API personalizada",
|
|
15
|
+
"Create a new member": "Crear un nuevo miembro",
|
|
16
|
+
"Update a member": "Actualizar un miembro",
|
|
17
|
+
"Create a new post": "Crear una nueva publicación",
|
|
18
|
+
"Find a member by email": "Encontrar un miembro por email",
|
|
19
|
+
"Find a staff user by email": "Encontrar un usuario del personal por email",
|
|
20
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
21
|
+
"Email": "E-mail",
|
|
22
|
+
"Full Name": "Nombre completo",
|
|
23
|
+
"Note": "Nota",
|
|
24
|
+
"Newsletters": "Boletines",
|
|
25
|
+
"Member": "Miembro",
|
|
26
|
+
"Title": "Título",
|
|
27
|
+
"Slug": "Slug",
|
|
28
|
+
"Status": "Estado",
|
|
29
|
+
"Published At": "Publicado el",
|
|
30
|
+
"Content (HTML)": "Contenido (HTML)",
|
|
31
|
+
"Custom Excerpt": "Extracto personalizado",
|
|
32
|
+
"Author": "Autor",
|
|
33
|
+
"Featured": "Destacado",
|
|
34
|
+
"Tags": "Etiquetas",
|
|
35
|
+
"Method": "Método",
|
|
36
|
+
"Headers": "Encabezados",
|
|
37
|
+
"Query Parameters": "Parámetros de consulta",
|
|
38
|
+
"Body": "Cuerpo",
|
|
39
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
40
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
41
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
42
|
+
"Draft": "Borrador",
|
|
43
|
+
"Published": "Publicado",
|
|
44
|
+
"Scheduled": "Programado",
|
|
45
|
+
"GET": "RECOGER",
|
|
46
|
+
"POST": "POST",
|
|
47
|
+
"PATCH": "PATCH",
|
|
48
|
+
"PUT": "PUT",
|
|
49
|
+
"DELETE": "BORRAR",
|
|
50
|
+
"HEAD": "LIMPIO",
|
|
51
|
+
"Member Added": "Miembro añadido",
|
|
52
|
+
"Member Edited": "Miembro editado",
|
|
53
|
+
"Member Deleted": "Miembro eliminado",
|
|
54
|
+
"Post Published": "Publicado",
|
|
55
|
+
"Post Scheduled": "Publicación programada",
|
|
56
|
+
"Page Published": "Página publicada",
|
|
57
|
+
"Triggers when a new member is added": "Dispara cuando se agrega un nuevo miembro",
|
|
58
|
+
"Triggers when a member is edited": "Dispara cuando un miembro es editado",
|
|
59
|
+
"Triggers when a member is deleted": "Dispara cuando un miembro es eliminado",
|
|
60
|
+
"Triggers when a post is published": "Dispara cuando se publica una publicación",
|
|
61
|
+
"Triggers when a post is scheduled": "Dispara cuando una publicación está programada",
|
|
62
|
+
"Triggers when a page is published": "Dispara cuando se publica una página"
|
|
63
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"GhostCMS": "GhostCMS",
|
|
3
|
+
"Publishing platform for professional bloggers": "Plateforme de publication pour les blogueurs professionnels",
|
|
4
|
+
"API URL": "API URL",
|
|
5
|
+
"Admin API Key": "Clé API Admin",
|
|
6
|
+
"The API URL of your application (https://test-publication.ghost.io)": "L'URL de l'API de votre application (https://test-publication.ghost.io)",
|
|
7
|
+
"The admin API key for your application": "La clé d'API admin pour votre 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": "Créer un membre",
|
|
10
|
+
"Update Member": "Mettre à jour le membre",
|
|
11
|
+
"Create Post": "Créer un message",
|
|
12
|
+
"Find Member": "Trouver un membre",
|
|
13
|
+
"Find User": "Trouver un utilisateur",
|
|
14
|
+
"Custom API Call": "Appel API personnalisé",
|
|
15
|
+
"Create a new member": "Créer un nouveau membre",
|
|
16
|
+
"Update a member": "Mettre à jour un membre",
|
|
17
|
+
"Create a new post": "Créer un nouveau message",
|
|
18
|
+
"Find a member by email": "Trouver un membre par e-mail",
|
|
19
|
+
"Find a staff user by email": "Trouver un utilisateur du personnel par e-mail",
|
|
20
|
+
"Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
|
|
21
|
+
"Email": "Courriel",
|
|
22
|
+
"Full Name": "Nom complet",
|
|
23
|
+
"Note": "Note",
|
|
24
|
+
"Newsletters": "Newsletters",
|
|
25
|
+
"Member": "Membre",
|
|
26
|
+
"Title": "Titre de la page",
|
|
27
|
+
"Slug": "Limace",
|
|
28
|
+
"Status": "Statut",
|
|
29
|
+
"Published At": "Publié le",
|
|
30
|
+
"Content (HTML)": "Contenu (HTML)",
|
|
31
|
+
"Custom Excerpt": "Extrait personnalisé",
|
|
32
|
+
"Author": "Auteur",
|
|
33
|
+
"Featured": "Populaire",
|
|
34
|
+
"Tags": "Tags",
|
|
35
|
+
"Method": "Méthode",
|
|
36
|
+
"Headers": "En-têtes",
|
|
37
|
+
"Query Parameters": "Paramètres de requête",
|
|
38
|
+
"Body": "Corps",
|
|
39
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
40
|
+
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
41
|
+
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
42
|
+
"Draft": "Brouillon",
|
|
43
|
+
"Published": "Publié",
|
|
44
|
+
"Scheduled": "Planifié",
|
|
45
|
+
"GET": "OBTENIR",
|
|
46
|
+
"POST": "POSTER",
|
|
47
|
+
"PATCH": "PATCH",
|
|
48
|
+
"PUT": "EFFACER",
|
|
49
|
+
"DELETE": "SUPPRIMER",
|
|
50
|
+
"HEAD": "TÊTE",
|
|
51
|
+
"Member Added": "Membre ajouté",
|
|
52
|
+
"Member Edited": "Membre modifié",
|
|
53
|
+
"Member Deleted": "Membre supprimé",
|
|
54
|
+
"Post Published": "Publication",
|
|
55
|
+
"Post Scheduled": "Publication planifiée",
|
|
56
|
+
"Page Published": "Page Publiée",
|
|
57
|
+
"Triggers when a new member is added": "Déclenche lorsqu'un nouveau membre est ajouté",
|
|
58
|
+
"Triggers when a member is edited": "Déclenche lorsqu'un membre est édité",
|
|
59
|
+
"Triggers when a member is deleted": "Déclenche lorsqu'un membre est supprimé",
|
|
60
|
+
"Triggers when a post is published": "Déclenche quand un message est publié",
|
|
61
|
+
"Triggers when a post is scheduled": "Déclenche quand un message est programmé",
|
|
62
|
+
"Triggers when a page is published": "Déclenche quand une page est publiée"
|
|
63
|
+
}
|
package/src/i18n/hi.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"GhostCMS": "GhostCMS",
|
|
3
|
+
"Publishing platform for professional bloggers": "Publishing platform for professional bloggers",
|
|
4
|
+
"API URL": "API URL",
|
|
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": "Custom API Call",
|
|
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": "Make a custom API call to a specific endpoint",
|
|
21
|
+
"Email": "Email",
|
|
22
|
+
"Full Name": "Full Name",
|
|
23
|
+
"Note": "Note",
|
|
24
|
+
"Newsletters": "Newsletters",
|
|
25
|
+
"Member": "Member",
|
|
26
|
+
"Title": "Title",
|
|
27
|
+
"Slug": "Slug",
|
|
28
|
+
"Status": "Status",
|
|
29
|
+
"Published At": "Published At",
|
|
30
|
+
"Content (HTML)": "Content (HTML)",
|
|
31
|
+
"Custom Excerpt": "Custom Excerpt",
|
|
32
|
+
"Author": "Author",
|
|
33
|
+
"Featured": "Featured",
|
|
34
|
+
"Tags": "Tags",
|
|
35
|
+
"Method": "Method",
|
|
36
|
+
"Headers": "Headers",
|
|
37
|
+
"Query Parameters": "Query Parameters",
|
|
38
|
+
"Body": "Body",
|
|
39
|
+
"No Error on Failure": "No Error on Failure",
|
|
40
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
41
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
42
|
+
"Draft": "Draft",
|
|
43
|
+
"Published": "Published",
|
|
44
|
+
"Scheduled": "Scheduled",
|
|
45
|
+
"GET": "GET",
|
|
46
|
+
"POST": "POST",
|
|
47
|
+
"PATCH": "PATCH",
|
|
48
|
+
"PUT": "PUT",
|
|
49
|
+
"DELETE": "DELETE",
|
|
50
|
+
"HEAD": "HEAD",
|
|
51
|
+
"Member Added": "Member Added",
|
|
52
|
+
"Member Edited": "Member Edited",
|
|
53
|
+
"Member Deleted": "Member Deleted",
|
|
54
|
+
"Post Published": "Post Published",
|
|
55
|
+
"Post Scheduled": "Post Scheduled",
|
|
56
|
+
"Page Published": "Page Published",
|
|
57
|
+
"Triggers when a new member is added": "Triggers when a new member is added",
|
|
58
|
+
"Triggers when a member is edited": "Triggers when a member is edited",
|
|
59
|
+
"Triggers when a member is deleted": "Triggers when a member is deleted",
|
|
60
|
+
"Triggers when a post is published": "Triggers when a post is published",
|
|
61
|
+
"Triggers when a post is scheduled": "Triggers when a post is scheduled",
|
|
62
|
+
"Triggers when a page is published": "Triggers when a page is published"
|
|
63
|
+
}
|
package/src/i18n/id.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"GhostCMS": "GhostCMS",
|
|
3
|
+
"Publishing platform for professional bloggers": "Publishing platform for professional bloggers",
|
|
4
|
+
"API URL": "API URL",
|
|
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": "Custom API Call",
|
|
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": "Make a custom API call to a specific endpoint",
|
|
21
|
+
"Email": "Email",
|
|
22
|
+
"Full Name": "Full Name",
|
|
23
|
+
"Note": "Note",
|
|
24
|
+
"Newsletters": "Newsletters",
|
|
25
|
+
"Member": "Member",
|
|
26
|
+
"Title": "Title",
|
|
27
|
+
"Slug": "Slug",
|
|
28
|
+
"Status": "Status",
|
|
29
|
+
"Published At": "Published At",
|
|
30
|
+
"Content (HTML)": "Content (HTML)",
|
|
31
|
+
"Custom Excerpt": "Custom Excerpt",
|
|
32
|
+
"Author": "Author",
|
|
33
|
+
"Featured": "Unggulan",
|
|
34
|
+
"Tags": "Tags",
|
|
35
|
+
"Method": "Method",
|
|
36
|
+
"Headers": "Headers",
|
|
37
|
+
"Query Parameters": "Query Parameters",
|
|
38
|
+
"Body": "Body",
|
|
39
|
+
"No Error on Failure": "No Error on Failure",
|
|
40
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
41
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
42
|
+
"Draft": "Draf",
|
|
43
|
+
"Published": "Diterbitkan",
|
|
44
|
+
"Scheduled": "Scheduled",
|
|
45
|
+
"GET": "GET",
|
|
46
|
+
"POST": "POST",
|
|
47
|
+
"PATCH": "PATCH",
|
|
48
|
+
"PUT": "PUT",
|
|
49
|
+
"DELETE": "DELETE",
|
|
50
|
+
"HEAD": "HEAD",
|
|
51
|
+
"Member Added": "Member Added",
|
|
52
|
+
"Member Edited": "Member Edited",
|
|
53
|
+
"Member Deleted": "Member Deleted",
|
|
54
|
+
"Post Published": "Post Published",
|
|
55
|
+
"Post Scheduled": "Post Scheduled",
|
|
56
|
+
"Page Published": "Page Published",
|
|
57
|
+
"Triggers when a new member is added": "Triggers when a new member is added",
|
|
58
|
+
"Triggers when a member is edited": "Triggers when a member is edited",
|
|
59
|
+
"Triggers when a member is deleted": "Triggers when a member is deleted",
|
|
60
|
+
"Triggers when a post is published": "Triggers when a post is published",
|
|
61
|
+
"Triggers when a post is scheduled": "Triggers when a post is scheduled",
|
|
62
|
+
"Triggers when a page is published": "Triggers when a page is published"
|
|
63
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"GhostCMS": "GhostCMS",
|
|
3
|
+
"Publishing platform for professional bloggers": "プロブロガー向けのパブリッシングプラットフォーム",
|
|
4
|
+
"API URL": "API URL",
|
|
5
|
+
"Admin API Key": "管理者APIキー",
|
|
6
|
+
"The API URL of your application (https://test-publication.ghost.io)": "アプリケーションの API URL (https://test-publication.ghost.io)",
|
|
7
|
+
"The admin API key for your application": "アプリケーションのadminAPIキー",
|
|
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": "メンバーを作成",
|
|
10
|
+
"Update Member": "メンバーを更新",
|
|
11
|
+
"Create Post": "投稿を作成",
|
|
12
|
+
"Find Member": "メンバーを探す",
|
|
13
|
+
"Find User": "ユーザーを検索",
|
|
14
|
+
"Custom API Call": "カスタムAPI通話",
|
|
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": "Eメールでスタッフユーザーを探す",
|
|
20
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
21
|
+
"Email": "Eメールアドレス",
|
|
22
|
+
"Full Name": "フルネーム",
|
|
23
|
+
"Note": "メモ",
|
|
24
|
+
"Newsletters": "ニュースレター",
|
|
25
|
+
"Member": "メンバー",
|
|
26
|
+
"Title": "タイトル",
|
|
27
|
+
"Slug": "スラグ",
|
|
28
|
+
"Status": "Status",
|
|
29
|
+
"Published At": "発行日時",
|
|
30
|
+
"Content (HTML)": "コンテンツ (HTML)",
|
|
31
|
+
"Custom Excerpt": "カスタムの概要",
|
|
32
|
+
"Author": "作成者",
|
|
33
|
+
"Featured": "注目",
|
|
34
|
+
"Tags": "タグ",
|
|
35
|
+
"Method": "方法",
|
|
36
|
+
"Headers": "ヘッダー",
|
|
37
|
+
"Query Parameters": "クエリパラメータ",
|
|
38
|
+
"Body": "本文",
|
|
39
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
40
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
41
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
42
|
+
"Draft": "下書き",
|
|
43
|
+
"Published": "公開済み",
|
|
44
|
+
"Scheduled": "スケジュール済み",
|
|
45
|
+
"GET": "取得",
|
|
46
|
+
"POST": "POST",
|
|
47
|
+
"PATCH": "PATCH",
|
|
48
|
+
"PUT": "PUT",
|
|
49
|
+
"DELETE": "削除",
|
|
50
|
+
"HEAD": "頭",
|
|
51
|
+
"Member Added": "メンバーを追加しました",
|
|
52
|
+
"Member Edited": "メンバーが編集されました",
|
|
53
|
+
"Member Deleted": "メンバーが削除されました",
|
|
54
|
+
"Post Published": "公開された投稿",
|
|
55
|
+
"Post Scheduled": "予定された投稿",
|
|
56
|
+
"Page Published": "公開されたページ",
|
|
57
|
+
"Triggers when a new member is added": "新しいメンバーが追加されたときにトリガーする",
|
|
58
|
+
"Triggers when a member is edited": "メンバーが編集されたときにトリガーする",
|
|
59
|
+
"Triggers when a member is deleted": "メンバーが削除されたときにトリガーします",
|
|
60
|
+
"Triggers when a post is published": "投稿が公開されたときにトリガーする",
|
|
61
|
+
"Triggers when a post is scheduled": "投稿がスケジュールされたときにトリガーする",
|
|
62
|
+
"Triggers when a page is published": "ページが公開されたときにトリガーします"
|
|
63
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"GhostCMS": "GhostCMS",
|
|
3
|
+
"Publishing platform for professional bloggers": "Publiceer platform voor professionele bloggers",
|
|
4
|
+
"API URL": "API URL",
|
|
5
|
+
"Admin API Key": "Admin API-sleutel",
|
|
6
|
+
"The API URL of your application (https://test-publication.ghost.io)": "De API-URL van je applicatie (https://test-publication.ghost.io)",
|
|
7
|
+
"The admin API key for your application": "De admin API-sleutel voor uw applicatie",
|
|
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": "\nOm een API-sleutel te genereren, volg de onderstaande stappen in GhostCMS:\n1. Ga naar Instellingen -> Geavanceerde -> Integraties.\n2. Scroll naar beneden voor aangepaste integraties en klik op Aangepaste integratie toevoegen.\n3. Voer de integratienaam in en klik op aanmaken.\n4. Kopieer de API-URL en de Admin API-sleutel in de onderstaande velden.\n",
|
|
9
|
+
"Create Member": "Lid aanmaken",
|
|
10
|
+
"Update Member": "Lid bijwerken",
|
|
11
|
+
"Create Post": "Post aanmaken",
|
|
12
|
+
"Find Member": "Lid zoeken",
|
|
13
|
+
"Find User": "Gebruiker zoeken",
|
|
14
|
+
"Custom API Call": "Custom API Call",
|
|
15
|
+
"Create a new member": "Een nieuw lid aanmaken",
|
|
16
|
+
"Update a member": "Deelnemer bijwerken",
|
|
17
|
+
"Create a new post": "Maak een nieuw bericht",
|
|
18
|
+
"Find a member by email": "Zoek een lid via e-mail",
|
|
19
|
+
"Find a staff user by email": "Zoek een medewerkergebruiker via e-mail",
|
|
20
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
21
|
+
"Email": "E-mail",
|
|
22
|
+
"Full Name": "Volledige naam",
|
|
23
|
+
"Note": "Notitie",
|
|
24
|
+
"Newsletters": "Nieuwsbrieven",
|
|
25
|
+
"Member": "Lid",
|
|
26
|
+
"Title": "Aanspreektitel",
|
|
27
|
+
"Slug": "Slak",
|
|
28
|
+
"Status": "status",
|
|
29
|
+
"Published At": "Publiceren op",
|
|
30
|
+
"Content (HTML)": "Inhoud (HTML)",
|
|
31
|
+
"Custom Excerpt": "Aangepaste samenvatting",
|
|
32
|
+
"Author": "Auteur",
|
|
33
|
+
"Featured": "Uitgelicht",
|
|
34
|
+
"Tags": "Labels",
|
|
35
|
+
"Method": "Methode",
|
|
36
|
+
"Headers": "Kopteksten",
|
|
37
|
+
"Query Parameters": "Query parameters",
|
|
38
|
+
"Body": "Lichaam",
|
|
39
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
40
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
41
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
42
|
+
"Draft": "Concept",
|
|
43
|
+
"Published": "Gepubliceerd",
|
|
44
|
+
"Scheduled": "Gepland",
|
|
45
|
+
"GET": "KRIJG",
|
|
46
|
+
"POST": "POSTE",
|
|
47
|
+
"PATCH": "BEKIJK",
|
|
48
|
+
"PUT": "PUT",
|
|
49
|
+
"DELETE": "VERWIJDEREN",
|
|
50
|
+
"HEAD": "HOOFD",
|
|
51
|
+
"Member Added": "Lid toegevoegd",
|
|
52
|
+
"Member Edited": "Lid bewerkt",
|
|
53
|
+
"Member Deleted": "Lid verwijderd",
|
|
54
|
+
"Post Published": "Post Gepubliceerd",
|
|
55
|
+
"Post Scheduled": "Post gepland",
|
|
56
|
+
"Page Published": "Pagina gepubliceerd",
|
|
57
|
+
"Triggers when a new member is added": "Triggert wanneer een nieuw lid wordt toegevoegd",
|
|
58
|
+
"Triggers when a member is edited": "Triggert wanneer een lid wordt bewerkt",
|
|
59
|
+
"Triggers when a member is deleted": "Triggert wanneer een lid verwijderd wordt",
|
|
60
|
+
"Triggers when a post is published": "Triggert wanneer een bericht wordt gepubliceerd",
|
|
61
|
+
"Triggers when a post is scheduled": "Triggert wanneer een bericht is gepland",
|
|
62
|
+
"Triggers when a page is published": "Triggert wanneer een pagina wordt gepubliceerd"
|
|
63
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"GhostCMS": "GhostCMS",
|
|
3
|
+
"Publishing platform for professional bloggers": "Plataforma de publicação para blogueiros profissionais",
|
|
4
|
+
"API URL": "API URL",
|
|
5
|
+
"Admin API Key": "Chave API do Admin",
|
|
6
|
+
"The API URL of your application (https://test-publication.ghost.io)": "A URL da API da sua aplicação (https://test-publication.ghost.io)",
|
|
7
|
+
"The admin API key for your application": "A chave API do admin para sua aplicação",
|
|
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": "\nPara gerar uma chave de API, siga os passos abaixo no GhostCMS:\n1. Vá para Configurações -> Avançado -> Integrações.\n2. Role para baixo até as integrações personalizadas e clique em Adicionar integração personalizada.\n3. Insira o nome da integração e clique em criar.\n4. Copie a URL da API e a chave da API de Administração nos campos abaixo.\n",
|
|
9
|
+
"Create Member": "Criar Membro",
|
|
10
|
+
"Update Member": "Membros atualizados",
|
|
11
|
+
"Create Post": "Criar publicação",
|
|
12
|
+
"Find Member": "Localizar Membro",
|
|
13
|
+
"Find User": "Localizar usuário",
|
|
14
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
15
|
+
"Create a new member": "Criar um novo membro",
|
|
16
|
+
"Update a member": "Atualizar um membro",
|
|
17
|
+
"Create a new post": "Criar uma nova postagem",
|
|
18
|
+
"Find a member by email": "Encontrar um membro por e-mail",
|
|
19
|
+
"Find a staff user by email": "Encontrar um usuário da equipe por e-mail",
|
|
20
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
21
|
+
"Email": "e-mail",
|
|
22
|
+
"Full Name": "Nome Completo",
|
|
23
|
+
"Note": "Observação",
|
|
24
|
+
"Newsletters": "Notícias",
|
|
25
|
+
"Member": "Membro",
|
|
26
|
+
"Title": "Título",
|
|
27
|
+
"Slug": "Permalink",
|
|
28
|
+
"Status": "Estado",
|
|
29
|
+
"Published At": "Publicado em",
|
|
30
|
+
"Content (HTML)": "Conteúdo (HTML)",
|
|
31
|
+
"Custom Excerpt": "Resumo personalizado",
|
|
32
|
+
"Author": "Autor",
|
|
33
|
+
"Featured": "Destaques",
|
|
34
|
+
"Tags": "Etiquetas",
|
|
35
|
+
"Method": "Método",
|
|
36
|
+
"Headers": "Cabeçalhos",
|
|
37
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
38
|
+
"Body": "Conteúdo",
|
|
39
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
40
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
41
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
42
|
+
"Draft": "Rascunho",
|
|
43
|
+
"Published": "Publicado",
|
|
44
|
+
"Scheduled": "Agendado",
|
|
45
|
+
"GET": "OBTER",
|
|
46
|
+
"POST": "POSTAR",
|
|
47
|
+
"PATCH": "COMPRAR",
|
|
48
|
+
"PUT": "COLOCAR",
|
|
49
|
+
"DELETE": "EXCLUIR",
|
|
50
|
+
"HEAD": "CABEÇA",
|
|
51
|
+
"Member Added": "Membro adicionado",
|
|
52
|
+
"Member Edited": "Membro editado",
|
|
53
|
+
"Member Deleted": "Membro Excluído",
|
|
54
|
+
"Post Published": "Publicado na publicação",
|
|
55
|
+
"Post Scheduled": "Publicação Agendada",
|
|
56
|
+
"Page Published": "Página publicada",
|
|
57
|
+
"Triggers when a new member is added": "Dispara quando um novo membro é adicionado",
|
|
58
|
+
"Triggers when a member is edited": "Dispara quando um membro é editado",
|
|
59
|
+
"Triggers when a member is deleted": "Dispara quando um membro é excluído",
|
|
60
|
+
"Triggers when a post is published": "Dispara quando uma postagem é publicada",
|
|
61
|
+
"Triggers when a post is scheduled": "Dispara quando uma postagem é agendada",
|
|
62
|
+
"Triggers when a page is published": "Dispara quando uma página é publicada"
|
|
63
|
+
}
|