@activepieces/piece-postiz 0.0.1 → 0.0.2
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 +5 -5
- package/src/i18n/de.json +76 -0
- package/src/i18n/es.json +76 -0
- package/src/i18n/fr.json +45 -43
- package/src/i18n/ja.json +76 -0
- package/src/i18n/nl.json +76 -0
- package/src/i18n/pt.json +76 -0
- package/src/i18n/translation.json +6 -4
- package/src/i18n/zh.json +76 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-postiz",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"lint": "eslint 'src/**/*.ts'"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"
|
|
13
|
-
"@activepieces/pieces-
|
|
14
|
-
"@activepieces/
|
|
15
|
-
"
|
|
12
|
+
"tslib": "2.6.2",
|
|
13
|
+
"@activepieces/pieces-common": "0.12.1",
|
|
14
|
+
"@activepieces/pieces-framework": "0.26.2",
|
|
15
|
+
"@activepieces/shared": "0.57.2"
|
|
16
16
|
}
|
|
17
17
|
}
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Open-source social media scheduling tool supporting 30+ platforms": "Open-Source Social Media Zeitplanungstool unterstützt 30+ Plattformen",
|
|
3
|
+
"Base URL": "Basis-URL",
|
|
4
|
+
"API Key": "API-Schlüssel",
|
|
5
|
+
"The API base URL. Use `https://api.postiz.com/public/v1` for Postiz Cloud, or `https://your-domain.com/api/public/v1` for self-hosted instances.": "Die API-Basis-URL. Benutze `https://api.postiz.com/public/v1` für Postiz Cloud oder `https://your-domain.com/api/public/v1` für selbstgehostete Instanzen.",
|
|
6
|
+
"To get your API key:\n1. Log in to your Postiz dashboard\n2. Go to **Settings > Developers > Public API**\n3. Generate a new API key and copy it": "Um Ihren API-Schlüssel zu erhalten:\n1. Loggen Sie sich in Ihr Postiz-Dashboard\n2 ein. Gehe zu **Einstellungen > Entwickler > Öffentliche API**\n3. Generiere einen neuen API-Schlüssel und kopiere ihn",
|
|
7
|
+
"Create Post": "Beitrag erstellen",
|
|
8
|
+
"List Posts": "Listenbeiträge",
|
|
9
|
+
"Delete Post": "Beitrag löschen",
|
|
10
|
+
"List Channels": "Kanäle auflisten",
|
|
11
|
+
"Find Available Slot": "Verfügbarer Slot finden",
|
|
12
|
+
"Get Platform Analytics": "Plattformanalyse abrufen",
|
|
13
|
+
"Get Post Analytics": "Post Analytics abrufen",
|
|
14
|
+
"Upload File from URL": "Datei von URL hochladen",
|
|
15
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
16
|
+
"Create or schedule a post on one or more connected channels": "Erstellen oder planen Sie einen Beitrag auf einem oder mehreren verbundenen Kanälen",
|
|
17
|
+
"Retrieve posts within a date range": "Beiträge innerhalb eines Datumsbereichs abrufen",
|
|
18
|
+
"Delete a post and all other posts in the same group": "Lösche einen Beitrag und alle anderen Beiträge in derselben Gruppe",
|
|
19
|
+
"List all connected social media channels in your organization": "Alle verbundenen Social-Media-Kanäle in Ihrer Organisation auflisten",
|
|
20
|
+
"Find the next available posting time slot for a connected channel": "Finde den nächsten verfügbaren Slot für Posts für einen verbundenen Kanal",
|
|
21
|
+
"Retrieve analytics (followers, impressions, engagement) for a connected channel": "Analytik (Follower, Impressions, Engagement) für einen angeschlossenen Kanal abrufen",
|
|
22
|
+
"Retrieve analytics (likes, comments, shares, impressions) for a specific published post": "Abrufen von Analysen (Gefällt mir, Kommentare, Freigaben und Impressionen) für einen bestimmten veröffentlichten Beitrag",
|
|
23
|
+
"Upload a media file from a URL to Postiz. Returns the file path to use when creating posts.": "Eine Mediendatei von einer URL auf Postiz hochladen. Gibt den Datei-Pfad zurück, der beim Erstellen von Beiträgen verwendet werden soll.",
|
|
24
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
25
|
+
"Post Type": "Beitragstyp",
|
|
26
|
+
"Publish Date": "Veröffentlichungsdatum",
|
|
27
|
+
"Channel": "Kanal",
|
|
28
|
+
"Content": "Inhalt",
|
|
29
|
+
"Media Paths": "Medienpfade",
|
|
30
|
+
"Shorten Links": "Links abkürzen",
|
|
31
|
+
"Settings": "Settings",
|
|
32
|
+
"Start Date": "Startdatum",
|
|
33
|
+
"End Date": "Enddatum",
|
|
34
|
+
"Post ID": "Post-ID",
|
|
35
|
+
"Lookback Days": "Augenblicke Tage",
|
|
36
|
+
"File URL": "Datei-URL",
|
|
37
|
+
"Method": "Methode",
|
|
38
|
+
"Headers": "Kopfzeilen",
|
|
39
|
+
"Query Parameters": "Abfrageparameter",
|
|
40
|
+
"Body Type": "Körpertyp",
|
|
41
|
+
"Body": "Körper",
|
|
42
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
43
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
44
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
45
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
46
|
+
"Choose whether to publish immediately, schedule for later, or save as draft": "Wählen Sie, ob Sie sofort publizieren, später planen oder als Entwurf speichern möchten",
|
|
47
|
+
"The date and time to publish the post (ISO 8601 format). Required for scheduled posts.": "Datum und Uhrzeit für die Veröffentlichung des Beitrags (ISO 8601 Format). Erforderlich für geplante Beiträge.",
|
|
48
|
+
"Select the connected social media channel": "Wählen Sie den verbundenen Social-Media-Kanal",
|
|
49
|
+
"The text content of the post": "Der Text des Beitrags",
|
|
50
|
+
"File paths of images or videos to attach. Upload media first using the \"Upload File from URL\" action, then paste the returned path here.": "Dateipfade von Bildern oder Videos zum Anhängen. Laden Sie Medien zuerst mit der Aktion \"Datei von URL hochladen\" hoch, dann fügen Sie den zurückgegebenen Pfad hier ein.",
|
|
51
|
+
"Automatically shorten URLs in the post content": "URLs im Beitrag automatisch kürzen",
|
|
52
|
+
"Optional platform-specific settings (e.g. approval workflow overrides)": "Optionale plattformspezifische Einstellungen (z.B. Freigabe-Workflow überschreiben)",
|
|
53
|
+
"Start of the date range (ISO 8601 format)": "Beginn des Datumsbereichs (ISO 8601 Format)",
|
|
54
|
+
"End of the date range (ISO 8601 format)": "Ende des Datumsbereichs (ISO 8601 Format)",
|
|
55
|
+
"The ID of the post to delete. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.": "Die ID des zu löschenden Beitrags. Sie können diese durch die \"Listen-Beiträge\" oder \"Neuer veröffentlichter Beitrag\" auslösen.",
|
|
56
|
+
"Number of days to look back for analytics (e.g. 7, 30, 90)": "Anzahl der Tage die nach Analyse zurückblickt (z.B. 7, 30, 90)",
|
|
57
|
+
"The ID of the published post. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.": "Die ID des veröffentlichten Beitrags. Sie können diese durch die \"Listen-Beiträge\" oder \"Neuer veröffentlichter Beitrag\" auslösen.",
|
|
58
|
+
"The public URL of the image or video to upload": "Die öffentliche URL des hochzuladenden Bildes oder Videos",
|
|
59
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
60
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
61
|
+
"Schedule for later": "Später planen",
|
|
62
|
+
"Publish now": "Jetzt veröffentlichen",
|
|
63
|
+
"Save as draft": "Als Entwurf speichern",
|
|
64
|
+
"GET": "ERHALTEN",
|
|
65
|
+
"POST": "POST",
|
|
66
|
+
"PATCH": "PATCH",
|
|
67
|
+
"PUT": "PUT",
|
|
68
|
+
"DELETE": "LÖSCHEN",
|
|
69
|
+
"HEAD": "HEAD",
|
|
70
|
+
"None": "Keine",
|
|
71
|
+
"JSON": "JSON",
|
|
72
|
+
"Form Data": "Formulardaten",
|
|
73
|
+
"Raw": "Rohe",
|
|
74
|
+
"New Published Post": "Neuer veröffentlichter Beitrag",
|
|
75
|
+
"Triggers when a post is published in Postiz": "Wird ausgelöst, wenn ein Beitrag in Postiz veröffentlicht wird"
|
|
76
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Open-source social media scheduling tool supporting 30+ platforms": "Herramienta de programación de redes sociales de código abierto que soporta más de 30 plataformas",
|
|
3
|
+
"Base URL": "URL base",
|
|
4
|
+
"API Key": "Clave API",
|
|
5
|
+
"The API base URL. Use `https://api.postiz.com/public/v1` for Postiz Cloud, or `https://your-domain.com/api/public/v1` for self-hosted instances.": "La URL base de API. Usa `https://api.postiz.com/public/v1` para Postiz Cloud, o `https://your-domain.com/api/public/v1` para instancias autoalojadas.",
|
|
6
|
+
"To get your API key:\n1. Log in to your Postiz dashboard\n2. Go to **Settings > Developers > Public API**\n3. Generate a new API key and copy it": "Para obtener su clave API:\n1. Inicie sesión en su panel de control Postiz\n2. Ve a **Ajustes > Desarrolladores > API pública**\n3. Genera una nueva clave API y cópiela",
|
|
7
|
+
"Create Post": "Crear publicación",
|
|
8
|
+
"List Posts": "Listar Mensajes",
|
|
9
|
+
"Delete Post": "Eliminar mensaje",
|
|
10
|
+
"List Channels": "Listar canales",
|
|
11
|
+
"Find Available Slot": "Encontrar espacio disponible",
|
|
12
|
+
"Get Platform Analytics": "Consigue Análisis de Plataforma",
|
|
13
|
+
"Get Post Analytics": "Obtener análisis de mensajes",
|
|
14
|
+
"Upload File from URL": "Subir archivo desde URL",
|
|
15
|
+
"Custom API Call": "Llamada API personalizada",
|
|
16
|
+
"Create or schedule a post on one or more connected channels": "Crear o programar una publicación en uno o más canales conectados",
|
|
17
|
+
"Retrieve posts within a date range": "Recuperar publicaciones dentro de un rango de fechas",
|
|
18
|
+
"Delete a post and all other posts in the same group": "Eliminar una publicación y todas las demás publicaciones del mismo grupo",
|
|
19
|
+
"List all connected social media channels in your organization": "Listar todos los canales de redes sociales conectados en su organización",
|
|
20
|
+
"Find the next available posting time slot for a connected channel": "Encuentra la siguiente franja de tiempo disponible para un canal conectado",
|
|
21
|
+
"Retrieve analytics (followers, impressions, engagement) for a connected channel": "Recuperar analíticas (seguidores, impresiones, compromiso) para un canal conectado",
|
|
22
|
+
"Retrieve analytics (likes, comments, shares, impressions) for a specific published post": "Recuperar analíticas (gustos, comentarios, compartidas, impresiones) para una publicación específica",
|
|
23
|
+
"Upload a media file from a URL to Postiz. Returns the file path to use when creating posts.": "Subir un archivo multimedia desde una URL a Postiz. Devuelve la ruta del archivo a usar al crear mensajes.",
|
|
24
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
25
|
+
"Post Type": "Tipo de Post",
|
|
26
|
+
"Publish Date": "Fecha de publicación",
|
|
27
|
+
"Channel": "Canal",
|
|
28
|
+
"Content": "Contenido",
|
|
29
|
+
"Media Paths": "Rutas de medios",
|
|
30
|
+
"Shorten Links": "Enlaces cortos",
|
|
31
|
+
"Settings": "Ajustes",
|
|
32
|
+
"Start Date": "Fecha de inicio",
|
|
33
|
+
"End Date": "Fecha de fin",
|
|
34
|
+
"Post ID": "ID del post",
|
|
35
|
+
"Lookback Days": "Días de Mirar",
|
|
36
|
+
"File URL": "URL del archivo",
|
|
37
|
+
"Method": "Método",
|
|
38
|
+
"Headers": "Encabezados",
|
|
39
|
+
"Query Parameters": "Parámetros de consulta",
|
|
40
|
+
"Body Type": "Tipo de cuerpo",
|
|
41
|
+
"Body": "Cuerpo",
|
|
42
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
43
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
44
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
45
|
+
"Follow redirects": "Seguir redirecciones",
|
|
46
|
+
"Choose whether to publish immediately, schedule for later, or save as draft": "Elija si desea publicar inmediatamente, programar para más tarde o guardar como borrador",
|
|
47
|
+
"The date and time to publish the post (ISO 8601 format). Required for scheduled posts.": "La fecha y hora para publicar el post (formato ISO 8601). Necesario para publicaciones programadas.",
|
|
48
|
+
"Select the connected social media channel": "Seleccione el canal de redes sociales conectado",
|
|
49
|
+
"The text content of the post": "El contenido del texto del post",
|
|
50
|
+
"File paths of images or videos to attach. Upload media first using the \"Upload File from URL\" action, then paste the returned path here.": "Rutas de archivos de imágenes o vídeos para adjuntarlos. Sube los medios primero usando la acción \"Subir archivo desde la URL\", luego pega la ruta devuelta aquí.",
|
|
51
|
+
"Automatically shorten URLs in the post content": "Acorta automáticamente las URLs en el contenido del post",
|
|
52
|
+
"Optional platform-specific settings (e.g. approval workflow overrides)": "Configuración opcional específica de la plataforma (p. ej. sobreescritura de flujo de trabajo de aprobación)",
|
|
53
|
+
"Start of the date range (ISO 8601 format)": "Inicio del rango de fechas (formato ISO 8601)",
|
|
54
|
+
"End of the date range (ISO 8601 format)": "Fin del rango de fechas (formato ISO 8601)",
|
|
55
|
+
"The ID of the post to delete. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.": "El ID del mensaje a eliminar. Puede obtenerlo desde la salida de \"Lista de mensajes\" o \"Nueva Publicación\".",
|
|
56
|
+
"Number of days to look back for analytics (e.g. 7, 30, 90)": "Número de días para buscar analíticas (por ejemplo, 7, 30, 90)",
|
|
57
|
+
"The ID of the published post. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.": "El ID de la entrada publicada. Puedes obtenerla desde la salida \"Listar Mensajes\" o \"Nueva Publicación\".",
|
|
58
|
+
"The public URL of the image or video to upload": "La URL pública de la imagen o vídeo a subir",
|
|
59
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
60
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
61
|
+
"Schedule for later": "Programar para más tarde",
|
|
62
|
+
"Publish now": "Publicar ahora",
|
|
63
|
+
"Save as draft": "Guardar como borrador",
|
|
64
|
+
"GET": "RECOGER",
|
|
65
|
+
"POST": "POST",
|
|
66
|
+
"PATCH": "PATCH",
|
|
67
|
+
"PUT": "PUT",
|
|
68
|
+
"DELETE": "BORRAR",
|
|
69
|
+
"HEAD": "LIMPIO",
|
|
70
|
+
"None": "Ninguna",
|
|
71
|
+
"JSON": "JSON",
|
|
72
|
+
"Form Data": "Datos de Formulario",
|
|
73
|
+
"Raw": "Rápido",
|
|
74
|
+
"New Published Post": "Nuevo mensaje publicado",
|
|
75
|
+
"Triggers when a post is published in Postiz": "Dispara cuando un post es publicado en Postiz"
|
|
76
|
+
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,64 +1,66 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Open-source social media scheduling tool supporting 30+ platforms": "Outil
|
|
2
|
+
"Open-source social media scheduling tool supporting 30+ platforms": "Outil de planification des médias sociaux open source prenant en charge plus de 30 plateformes",
|
|
3
3
|
"Base URL": "URL de base",
|
|
4
4
|
"API Key": "Clé API",
|
|
5
|
-
"The API base URL. Use `https://api.postiz.com/public/v1` for Postiz Cloud, or `https://your-domain.com/api/public/v1` for self-hosted instances.": "L'URL de base de l'API. Utilisez `https://api.postiz.com/public/v1` pour Postiz Cloud, ou `https://
|
|
5
|
+
"The API base URL. Use `https://api.postiz.com/public/v1` for Postiz Cloud, or `https://your-domain.com/api/public/v1` for self-hosted instances.": "L'URL de base de l'API. Utilisez `https://api.postiz.com/public/v1` pour Postiz Cloud, ou `https://your-domain.com/api/public/v1` pour les instances auto-hébergées.",
|
|
6
6
|
"To get your API key:\n1. Log in to your Postiz dashboard\n2. Go to **Settings > Developers > Public API**\n3. Generate a new API key and copy it": "Pour obtenir votre clé API :\n1. Connectez-vous à votre tableau de bord Postiz\n2. Allez dans **Paramètres > Développeurs > API publique**\n3. Générez une nouvelle clé API et copiez-la",
|
|
7
|
-
"Create Post": "Créer
|
|
8
|
-
"List Posts": "Lister les
|
|
9
|
-
"Delete Post": "Supprimer
|
|
7
|
+
"Create Post": "Créer un message",
|
|
8
|
+
"List Posts": "Lister les messages",
|
|
9
|
+
"Delete Post": "Supprimer la publication",
|
|
10
10
|
"List Channels": "Lister les canaux",
|
|
11
|
-
"Find Available Slot": "Trouver un
|
|
12
|
-
"Get Platform Analytics": "Obtenir les
|
|
13
|
-
"Get Post Analytics": "Obtenir les statistiques
|
|
14
|
-
"Upload File from URL": "
|
|
11
|
+
"Find Available Slot": "Trouver un emplacement disponible",
|
|
12
|
+
"Get Platform Analytics": "Obtenir les analyses de la plateforme",
|
|
13
|
+
"Get Post Analytics": "Obtenir les statistiques de publication",
|
|
14
|
+
"Upload File from URL": "Télécharger un fichier depuis une URL",
|
|
15
15
|
"Custom API Call": "Appel d'API personnalisé",
|
|
16
|
-
"Create or schedule a post on one or more connected channels": "Créer ou planifier
|
|
17
|
-
"Retrieve posts within a date range": "Récupérer les
|
|
18
|
-
"Delete a post and all other posts in the same group": "Supprimer
|
|
16
|
+
"Create or schedule a post on one or more connected channels": "Créer ou planifier un message sur un ou plusieurs canaux connectés",
|
|
17
|
+
"Retrieve posts within a date range": "Récupérer les messages dans une plage de dates",
|
|
18
|
+
"Delete a post and all other posts in the same group": "Supprimer un message et tous les autres messages du même groupe",
|
|
19
19
|
"List all connected social media channels in your organization": "Lister tous les canaux de réseaux sociaux connectés dans votre organisation",
|
|
20
|
-
"Find the next available posting time slot for a connected channel": "
|
|
21
|
-
"Retrieve analytics (followers, impressions, engagement) for a connected channel": "Récupérer les
|
|
22
|
-
"Retrieve analytics (likes, comments, shares, impressions) for a specific published post": "Récupérer les
|
|
23
|
-
"Upload a media file from a URL to Postiz. Returns the file path to use when creating posts.": "
|
|
24
|
-
"Make a custom API call to a specific endpoint": "
|
|
20
|
+
"Find the next available posting time slot for a connected channel": "Trouvez le prochain créneau horaire disponible pour un canal connecté",
|
|
21
|
+
"Retrieve analytics (followers, impressions, engagement) for a connected channel": "Récupérer les analyses (abonnés, impressions, engagement) pour un canal connecté",
|
|
22
|
+
"Retrieve analytics (likes, comments, shares, impressions) for a specific published post": "Récupérer les analyses (j'aime, commentaires, partages, impressions) pour une publication spécifique",
|
|
23
|
+
"Upload a media file from a URL to Postiz. Returns the file path to use when creating posts.": "Télécharger un fichier média à partir d'une URL vers Postiz. Renvoie le chemin à utiliser lors de la création de messages.",
|
|
24
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
25
25
|
"Post Type": "Type de publication",
|
|
26
26
|
"Publish Date": "Date de publication",
|
|
27
|
-
"Channel": "
|
|
28
|
-
"Content": "
|
|
29
|
-
"Media
|
|
27
|
+
"Channel": "Chaîne",
|
|
28
|
+
"Content": "Contenus",
|
|
29
|
+
"Media Paths": "Chemins des médias",
|
|
30
30
|
"Shorten Links": "Raccourcir les liens",
|
|
31
|
+
"Settings": "Paramètres",
|
|
31
32
|
"Start Date": "Date de début",
|
|
32
33
|
"End Date": "Date de fin",
|
|
33
34
|
"Post ID": "ID de la publication",
|
|
34
|
-
"Lookback Days": "
|
|
35
|
+
"Lookback Days": "Jours de retour",
|
|
35
36
|
"File URL": "URL du fichier",
|
|
36
37
|
"Method": "Méthode",
|
|
37
|
-
"Headers": "
|
|
38
|
+
"Headers": "Headers",
|
|
38
39
|
"Query Parameters": "Paramètres de requête",
|
|
39
|
-
"Body Type": "Type
|
|
40
|
-
"Body": "
|
|
41
|
-
"Response is Binary ?": "La réponse est
|
|
42
|
-
"No Error on Failure": "
|
|
43
|
-
"Timeout (in seconds)": "Délai d'
|
|
40
|
+
"Body Type": "Body Type",
|
|
41
|
+
"Body": "Body",
|
|
42
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
43
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
44
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
44
45
|
"Follow redirects": "Suivre les redirections",
|
|
45
|
-
"Choose whether to publish immediately, schedule for later, or save as draft": "Choisissez
|
|
46
|
-
"The date and time to publish the post (ISO 8601 format). Required for scheduled posts.": "La date et l'heure de publication (format ISO 8601). Requis pour les
|
|
46
|
+
"Choose whether to publish immediately, schedule for later, or save as draft": "Choisissez si vous voulez publier immédiatement, planifier pour plus tard, ou enregistrer en tant que brouillon",
|
|
47
|
+
"The date and time to publish the post (ISO 8601 format). Required for scheduled posts.": "La date et l'heure de publication du message (format ISO 8601). Requis pour les messages programmés.",
|
|
47
48
|
"Select the connected social media channel": "Sélectionnez le canal de réseau social connecté",
|
|
48
|
-
"The text content of the post": "Le contenu
|
|
49
|
-
"
|
|
50
|
-
"Automatically shorten URLs in the post content": "Raccourcir automatiquement les
|
|
49
|
+
"The text content of the post": "Le contenu du message",
|
|
50
|
+
"File paths of images or videos to attach. Upload media first using the \"Upload File from URL\" action, then paste the returned path here.": "Chemin d'accès des images ou des vidéos à attacher. Téléchargez le média d'abord en utilisant l'action \"Télécharger un fichier à partir de l'URL\", puis collez le chemin de retour ici.",
|
|
51
|
+
"Automatically shorten URLs in the post content": "Raccourcir automatiquement les URL dans le contenu du post",
|
|
52
|
+
"Optional platform-specific settings (e.g. approval workflow overrides)": "Paramètres optionnels spécifiques à la plate-forme (par exemple les substitutions de workflow d'approbation)",
|
|
51
53
|
"Start of the date range (ISO 8601 format)": "Début de la plage de dates (format ISO 8601)",
|
|
52
54
|
"End of the date range (ISO 8601 format)": "Fin de la plage de dates (format ISO 8601)",
|
|
53
|
-
"The ID of the post to delete. You can get this from the \"List Posts\" or \"New Post\" trigger output.": "L'ID
|
|
54
|
-
"Number of days to look back for analytics (e.g. 7, 30, 90)": "Nombre de jours
|
|
55
|
-
"The ID of the published post. You can get this from the \"List Posts\" or \"New Post\" trigger output.": "L'ID
|
|
56
|
-
"The public URL of the image or video to upload": "L'URL publique de l'image ou de la vidéo à
|
|
57
|
-
"Authorization headers are injected automatically from your connection.": "Les
|
|
58
|
-
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les
|
|
55
|
+
"The ID of the post to delete. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.": "L'ID du message à supprimer. Vous pouvez le récupérer à partir du déclencheur de sortie \"Liste des messages\" ou \"Nouveau message publié\".",
|
|
56
|
+
"Number of days to look back for analytics (e.g. 7, 30, 90)": "Nombre de jours pour regarder en arrière pour les analyses (par exemple 7, 30, 90)",
|
|
57
|
+
"The ID of the published post. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.": "L'ID du message publié. Vous pouvez le récupérer à partir du déclencheur de sortie \"Liste des messages\" ou \"Nouveau message publié\".",
|
|
58
|
+
"The public URL of the image or video to upload": "L'URL publique de l'image ou de la vidéo à télécharger",
|
|
59
|
+
"Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
60
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
59
61
|
"Schedule for later": "Planifier pour plus tard",
|
|
60
62
|
"Publish now": "Publier maintenant",
|
|
61
|
-
"Save as draft": "Enregistrer
|
|
63
|
+
"Save as draft": "Enregistrer en tant que brouillon",
|
|
62
64
|
"GET": "GET",
|
|
63
65
|
"POST": "POST",
|
|
64
66
|
"PATCH": "PATCH",
|
|
@@ -67,8 +69,8 @@
|
|
|
67
69
|
"HEAD": "HEAD",
|
|
68
70
|
"None": "Aucun",
|
|
69
71
|
"JSON": "JSON",
|
|
70
|
-
"Form Data": "Données
|
|
72
|
+
"Form Data": "Données du formulaire",
|
|
71
73
|
"Raw": "Brut",
|
|
72
|
-
"New Published Post": "
|
|
73
|
-
"Triggers when a post is published in Postiz": "
|
|
74
|
-
}
|
|
74
|
+
"New Published Post": "Nouveau message publié",
|
|
75
|
+
"Triggers when a post is published in Postiz": "Déclenche quand un message est publié dans Postiz"
|
|
76
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Open-source social media scheduling tool supporting 30+ platforms": "30以上のプラットフォームをサポートするオープンソースのソーシャルメディアスケジューリングツール",
|
|
3
|
+
"Base URL": "ベースURL",
|
|
4
|
+
"API Key": "API キー",
|
|
5
|
+
"The API base URL. Use `https://api.postiz.com/public/v1` for Postiz Cloud, or `https://your-domain.com/api/public/v1` for self-hosted instances.": "API ベース URL。Postiz Cloud には `https://api.postiz.com/public/v1` 、自己ホストインスタンスには `https://your-domain.com/api/public/v1` を使用してください。",
|
|
6
|
+
"To get your API key:\n1. Log in to your Postiz dashboard\n2. Go to **Settings > Developers > Public API**\n3. Generate a new API key and copy it": "To get your API key:\n1. Log in to your Postiz dashboard\n2. Go to **Settings > Developers > Public API**\n3. Generate a new API key and copy it",
|
|
7
|
+
"Create Post": "投稿を作成",
|
|
8
|
+
"List Posts": "投稿一覧",
|
|
9
|
+
"Delete Post": "投稿を削除",
|
|
10
|
+
"List Channels": "チャンネル一覧",
|
|
11
|
+
"Find Available Slot": "利用可能なスロットを検索",
|
|
12
|
+
"Get Platform Analytics": "プラットフォーム分析を取得する",
|
|
13
|
+
"Get Post Analytics": "ポスト分析を取得",
|
|
14
|
+
"Upload File from URL": "URLからファイルをアップロード",
|
|
15
|
+
"Custom API Call": "カスタムAPI呼び出し",
|
|
16
|
+
"Create or schedule a post on one or more connected channels": "接続された1つ以上のチャンネルに投稿を作成またはスケジュールする",
|
|
17
|
+
"Retrieve posts within a date range": "日付範囲内の投稿を取得",
|
|
18
|
+
"Delete a post and all other posts in the same group": "同じグループの投稿と他のすべての投稿を削除する",
|
|
19
|
+
"List all connected social media channels in your organization": "組織内のすべての接続されたソーシャルメディアチャンネルを一覧表示する",
|
|
20
|
+
"Find the next available posting time slot for a connected channel": "接続されたチャンネルの次の利用可能な投稿タイムスロットを見つける",
|
|
21
|
+
"Retrieve analytics (followers, impressions, engagement) for a connected channel": "接続されたチャンネルの分析 (フォロワー、インプレッション、エンゲージメント) を取得します",
|
|
22
|
+
"Retrieve analytics (likes, comments, shares, impressions) for a specific published post": "特定の公開された投稿の分析 (いいね、コメント、共有、インプレッション) を取得します",
|
|
23
|
+
"Upload a media file from a URL to Postiz. Returns the file path to use when creating posts.": "URL から Postize にメディアファイルをアップロードします。投稿を作成するときに使用するファイルパスを返します。",
|
|
24
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
25
|
+
"Post Type": "投稿の種類",
|
|
26
|
+
"Publish Date": "公開日",
|
|
27
|
+
"Channel": "チャンネル",
|
|
28
|
+
"Content": "コンテンツ",
|
|
29
|
+
"Media Paths": "メディアパス",
|
|
30
|
+
"Shorten Links": "リンクを短縮する",
|
|
31
|
+
"Settings": "Settings",
|
|
32
|
+
"Start Date": "開始日",
|
|
33
|
+
"End Date": "終了日",
|
|
34
|
+
"Post ID": "投稿ID",
|
|
35
|
+
"Lookback Days": "ルックバック日数",
|
|
36
|
+
"File URL": "ファイル URL",
|
|
37
|
+
"Method": "方法",
|
|
38
|
+
"Headers": "ヘッダー",
|
|
39
|
+
"Query Parameters": "クエリパラメータ",
|
|
40
|
+
"Body Type": "ボディタイプ",
|
|
41
|
+
"Body": "本文",
|
|
42
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
43
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
44
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
45
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
46
|
+
"Choose whether to publish immediately, schedule for later, or save as draft": "すぐに公開するか、後でスケジュールするか、ドラフトとして保存するかを選択してください",
|
|
47
|
+
"The date and time to publish the post (ISO 8601 format). Required for scheduled posts.": "投稿を公開する日時 (ISO 8601形式)。スケジュールされた投稿に必要です。",
|
|
48
|
+
"Select the connected social media channel": "接続されたソーシャルメディアチャンネルを選択",
|
|
49
|
+
"The text content of the post": "投稿のテキストコンテンツ",
|
|
50
|
+
"File paths of images or videos to attach. Upload media first using the \"Upload File from URL\" action, then paste the returned path here.": "添付する画像または動画のファイルパス。「URLからファイルをアップロード」アクションを使用してメディアをアップロードし、ここに返されたパスを貼り付けます。",
|
|
51
|
+
"Automatically shorten URLs in the post content": "投稿内容のURLを自動的に短縮する",
|
|
52
|
+
"Optional platform-specific settings (e.g. approval workflow overrides)": "オプションのプラットフォーム固有の設定 (例: 承認ワークフローの上書き)",
|
|
53
|
+
"Start of the date range (ISO 8601 format)": "日付範囲の開始 (ISO 8601形式)",
|
|
54
|
+
"End of the date range (ISO 8601 format)": "日付範囲の終わり (ISO 8601形式)",
|
|
55
|
+
"The ID of the post to delete. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.": "削除する投稿のID。\"List Posts\"または\"New Published Post\"トリガー出力から取得できます。",
|
|
56
|
+
"Number of days to look back for analytics (e.g. 7, 30, 90)": "分析のために振り返る日数(例:7、30、90)",
|
|
57
|
+
"The ID of the published post. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.": "公開された投稿の ID です。これは \"List Posts\" または \"New Published Post\" トリガー出力から取得できます。",
|
|
58
|
+
"The public URL of the image or video to upload": "アップロードする画像または動画の公開 URL",
|
|
59
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
60
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
61
|
+
"Schedule for later": "後でのスケジュール",
|
|
62
|
+
"Publish now": "今すぐ公開",
|
|
63
|
+
"Save as draft": "下書きとして保存",
|
|
64
|
+
"GET": "GET",
|
|
65
|
+
"POST": "POST",
|
|
66
|
+
"PATCH": "PATCH",
|
|
67
|
+
"PUT": "PUT",
|
|
68
|
+
"DELETE": "DELETE",
|
|
69
|
+
"HEAD": "HEAD",
|
|
70
|
+
"None": "なし",
|
|
71
|
+
"JSON": "JSON",
|
|
72
|
+
"Form Data": "フォームデータ",
|
|
73
|
+
"Raw": "Raw",
|
|
74
|
+
"New Published Post": "公開された投稿",
|
|
75
|
+
"Triggers when a post is published in Postiz": "Postiz でポストが公開されたときにトリガーします"
|
|
76
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Open-source social media scheduling tool supporting 30+ platforms": "Open-source social media planning tool die 30+ platforms ondersteunt",
|
|
3
|
+
"Base URL": "Basis URL",
|
|
4
|
+
"API Key": "API Sleutel",
|
|
5
|
+
"The API base URL. Use `https://api.postiz.com/public/v1` for Postiz Cloud, or `https://your-domain.com/api/public/v1` for self-hosted instances.": "De API basis URL. Gebruik `https://api.postiz.com/public/v1` voor Postiz Cloud, of `https://your-domain.com/api/public/v1` voor zelf gehoste instanties.",
|
|
6
|
+
"To get your API key:\n1. Log in to your Postiz dashboard\n2. Go to **Settings > Developers > Public API**\n3. Generate a new API key and copy it": "Om uw API-sleutel te verkrijgen:\n1. Log in op uw Postiz dashboard\n2. Ga naar **Instellingen > Ontwikkelaars > Publieke API**\n3. Genereer een nieuwe API-sleutel en kopieer deze",
|
|
7
|
+
"Create Post": "Post aanmaken",
|
|
8
|
+
"List Posts": "Toon berichten",
|
|
9
|
+
"Delete Post": "Verwijder bericht",
|
|
10
|
+
"List Channels": "Lijst van kanalen",
|
|
11
|
+
"Find Available Slot": "Vind beschikbare slot",
|
|
12
|
+
"Get Platform Analytics": "Ontvang Platform Analytics",
|
|
13
|
+
"Get Post Analytics": "Post Analytics verkrijgen",
|
|
14
|
+
"Upload File from URL": "Upload bestand van URL",
|
|
15
|
+
"Custom API Call": "Custom API Call",
|
|
16
|
+
"Create or schedule a post on one or more connected channels": "Maak of plan een bericht op een of meerdere verbonden kanalen",
|
|
17
|
+
"Retrieve posts within a date range": "Berichten binnen een datumbereik ophalen",
|
|
18
|
+
"Delete a post and all other posts in the same group": "Een bericht en alle andere berichten in dezelfde groep verwijderen",
|
|
19
|
+
"List all connected social media channels in your organization": "Toon alle verbonden social media kanalen in je organisatie",
|
|
20
|
+
"Find the next available posting time slot for a connected channel": "Zoek het volgende beschikbare postvakje voor een verbonden kanaal",
|
|
21
|
+
"Retrieve analytics (followers, impressions, engagement) for a connected channel": "Haal analytics op (volgers, impressies, betrokkenheid) voor een verbonden kanaal",
|
|
22
|
+
"Retrieve analytics (likes, comments, shares, impressions) for a specific published post": "Analytics ophalen (likes, reacties, aandelen, impressies) voor een specifiek gepubliceerde post",
|
|
23
|
+
"Upload a media file from a URL to Postiz. Returns the file path to use when creating posts.": "Upload een mediabestand van een URL naar Postiz. Geeft het bestandspad om te gebruiken bij het maken van berichten.",
|
|
24
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
25
|
+
"Post Type": "Type post",
|
|
26
|
+
"Publish Date": "Publicatie datum",
|
|
27
|
+
"Channel": "Kanaal",
|
|
28
|
+
"Content": "Inhoud",
|
|
29
|
+
"Media Paths": "Media paden",
|
|
30
|
+
"Shorten Links": "Links inkorten",
|
|
31
|
+
"Settings": "Instellingen",
|
|
32
|
+
"Start Date": "Start datum",
|
|
33
|
+
"End Date": "Eind datum",
|
|
34
|
+
"Post ID": "Post ID",
|
|
35
|
+
"Lookback Days": "Dagen terugkijken",
|
|
36
|
+
"File URL": "Bestand URL",
|
|
37
|
+
"Method": "Methode",
|
|
38
|
+
"Headers": "Kopteksten",
|
|
39
|
+
"Query Parameters": "Query parameters",
|
|
40
|
+
"Body Type": "Type lichaam",
|
|
41
|
+
"Body": "Lichaam",
|
|
42
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
43
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
44
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
45
|
+
"Follow redirects": "Volg omleidingen",
|
|
46
|
+
"Choose whether to publish immediately, schedule for later, or save as draft": "Kies of u onmiddellijk wilt publiceren, planning voor later, of als concept wilt opslaan",
|
|
47
|
+
"The date and time to publish the post (ISO 8601 format). Required for scheduled posts.": "De datum en tijd voor het publiceren van het bericht (ISO 8601 formaat). Vereist voor geplande berichten.",
|
|
48
|
+
"Select the connected social media channel": "Selecteer het verbonden social media kanaal",
|
|
49
|
+
"The text content of the post": "De tekst inhoud van het bericht",
|
|
50
|
+
"File paths of images or videos to attach. Upload media first using the \"Upload File from URL\" action, then paste the returned path here.": "Bestandspaden van afbeeldingen of video's om bij te voegen. Upload eerst media met behulp van de actie \"Upload Bestand van de URL\" en plak hier het geretourneerde pad hier.",
|
|
51
|
+
"Automatically shorten URLs in the post content": "URL's in de berichtinhoud automatisch verkorten",
|
|
52
|
+
"Optional platform-specific settings (e.g. approval workflow overrides)": "Optionele platform-specifieke instellingen (bijvoorbeeld goedkeuring workflow overschrijving)",
|
|
53
|
+
"Start of the date range (ISO 8601 format)": "Begin van het datumbereik (ISO 8601 formaat)",
|
|
54
|
+
"End of the date range (ISO 8601 format)": "Einde van het datumbereik (ISO 8601 formaat)",
|
|
55
|
+
"The ID of the post to delete. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.": "Het ID van het bericht om te verwijderen. Dit kan worden verkregen van de trigger van de \"Lijst Post\" of \"Nieuw gepubliceerde post\"",
|
|
56
|
+
"Number of days to look back for analytics (e.g. 7, 30, 90)": "Aantal dagen om terug te kijken naar analytics (bijv. 7, 30, 90)",
|
|
57
|
+
"The ID of the published post. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.": "De ID van het gepubliceerde bericht. Dit kun je krijgen van de \"Lijst Berichten\" of \"Nieuw Gepubliceerd bericht\" trigger output.",
|
|
58
|
+
"The public URL of the image or video to upload": "De publieke URL van de te uploaden afbeelding of video",
|
|
59
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
60
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
61
|
+
"Schedule for later": "Plannen voor later",
|
|
62
|
+
"Publish now": "Publiceer nu",
|
|
63
|
+
"Save as draft": "Opslaan als concept",
|
|
64
|
+
"GET": "KRIJG",
|
|
65
|
+
"POST": "POSTE",
|
|
66
|
+
"PATCH": "BEKIJK",
|
|
67
|
+
"PUT": "PUT",
|
|
68
|
+
"DELETE": "VERWIJDEREN",
|
|
69
|
+
"HEAD": "HOOFD",
|
|
70
|
+
"None": "geen",
|
|
71
|
+
"JSON": "JSON",
|
|
72
|
+
"Form Data": "Formulieren gegevens",
|
|
73
|
+
"Raw": "Onbewerkte",
|
|
74
|
+
"New Published Post": "Nieuw gepubliceerd bericht",
|
|
75
|
+
"Triggers when a post is published in Postiz": "Triggert wanneer een bericht wordt gepubliceerd in Postiz"
|
|
76
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Open-source social media scheduling tool supporting 30+ platforms": "Ferramenta de agendamento de redes sociais de código aberto com suporte a mais de 30 plataformas",
|
|
3
|
+
"Base URL": "URL Base",
|
|
4
|
+
"API Key": "Chave de API",
|
|
5
|
+
"The API base URL. Use `https://api.postiz.com/public/v1` for Postiz Cloud, or `https://your-domain.com/api/public/v1` for self-hosted instances.": "A URL base da API. Use `https://api.postiz.com/public/v1` para Postiz Cloud, ou `https://your-domain.com/api/public/v1` para instâncias auto-hospedadas.",
|
|
6
|
+
"To get your API key:\n1. Log in to your Postiz dashboard\n2. Go to **Settings > Developers > Public API**\n3. Generate a new API key and copy it": "Para obter sua chave de API:\n1. Entre no seu Painel de Postiz\n2. Vá para **Configurações > Desenvolvedores > API pública**\n3. Gere uma nova chave de API e copie-a",
|
|
7
|
+
"Create Post": "Criar publicação",
|
|
8
|
+
"List Posts": "Listar postagens",
|
|
9
|
+
"Delete Post": "Excluir Postagem",
|
|
10
|
+
"List Channels": "Canais de Lista",
|
|
11
|
+
"Find Available Slot": "Localizar Espaço Disponível",
|
|
12
|
+
"Get Platform Analytics": "Obter Análise da Plataforma",
|
|
13
|
+
"Get Post Analytics": "Obter análises de postagens",
|
|
14
|
+
"Upload File from URL": "Upload de arquivo de URL",
|
|
15
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
16
|
+
"Create or schedule a post on one or more connected channels": "Crie ou agende uma postagem em um ou mais canais conectados",
|
|
17
|
+
"Retrieve posts within a date range": "Recuperar posts dentro de um intervalo de datas",
|
|
18
|
+
"Delete a post and all other posts in the same group": "Excluir uma publicação e todas as outras postagens no mesmo grupo",
|
|
19
|
+
"List all connected social media channels in your organization": "Lista todos os canais de mídia social conectados na sua organização",
|
|
20
|
+
"Find the next available posting time slot for a connected channel": "Localizar o próximo horário disponível para postagem para um canal conectado",
|
|
21
|
+
"Retrieve analytics (followers, impressions, engagement) for a connected channel": "Recuperar análise (seguidores, impressões, comprometidos) para um canal conectado",
|
|
22
|
+
"Retrieve analytics (likes, comments, shares, impressions) for a specific published post": "Recuperar análise (curtidas, comentários, compartilhamentos, impressões) para uma publicação específica",
|
|
23
|
+
"Upload a media file from a URL to Postiz. Returns the file path to use when creating posts.": "Fazer upload de um arquivo de mídia de uma URL para Posalizar. Retorna o caminho do arquivo a ser usado ao criar publicações.",
|
|
24
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
25
|
+
"Post Type": "Tipo de publicação",
|
|
26
|
+
"Publish Date": "Data de Publicação",
|
|
27
|
+
"Channel": "Canal",
|
|
28
|
+
"Content": "Conteúdo",
|
|
29
|
+
"Media Paths": "Caminhos de Mídia",
|
|
30
|
+
"Shorten Links": "Encurtar links",
|
|
31
|
+
"Settings": "Configurações",
|
|
32
|
+
"Start Date": "Data Inicial",
|
|
33
|
+
"End Date": "Data de Término",
|
|
34
|
+
"Post ID": "ID da postagem",
|
|
35
|
+
"Lookback Days": "Dias de busca",
|
|
36
|
+
"File URL": "URL do Arquivo",
|
|
37
|
+
"Method": "Método",
|
|
38
|
+
"Headers": "Cabeçalhos",
|
|
39
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
40
|
+
"Body Type": "Tipo de Corpo",
|
|
41
|
+
"Body": "Conteúdo",
|
|
42
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
43
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
44
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
45
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
46
|
+
"Choose whether to publish immediately, schedule for later, or save as draft": "Escolha se deve publicar imediatamente, agendar para mais tarde ou salvar como rascunho",
|
|
47
|
+
"The date and time to publish the post (ISO 8601 format). Required for scheduled posts.": "A data e hora para publicar a postagem (formato ISO 8601). Necessário para as postagens programadas.",
|
|
48
|
+
"Select the connected social media channel": "Selecione o canal de mídia social conectado",
|
|
49
|
+
"The text content of the post": "O conteúdo do texto da postagem",
|
|
50
|
+
"File paths of images or videos to attach. Upload media first using the \"Upload File from URL\" action, then paste the returned path here.": "Caminhos do arquivo de imagens ou vídeos para anexar. Primeiro faça o upload de mídia usando a ação \"Upload de Arquivo da URL\", depois cole o caminho retornado aqui.",
|
|
51
|
+
"Automatically shorten URLs in the post content": "Encurtar automaticamente os links do conteúdo da postagem",
|
|
52
|
+
"Optional platform-specific settings (e.g. approval workflow overrides)": "Configurações opcionais específicas de plataforma (por exemplo, substituições de fluxo de trabalho)",
|
|
53
|
+
"Start of the date range (ISO 8601 format)": "Início do intervalo de datas (formato ISO 8601)",
|
|
54
|
+
"End of the date range (ISO 8601 format)": "Fim do intervalo de datas (formato ISO 8601)",
|
|
55
|
+
"The ID of the post to delete. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.": "O ID da postagem a ser excluída. Você pode obtê-la através do comando \"List Posts\" ou \"New Published Post\" (Novo post publicado).",
|
|
56
|
+
"Number of days to look back for analytics (e.g. 7, 30, 90)": "Número de dias para olhar para a análise (por exemplo, 7, 30, 90)",
|
|
57
|
+
"The ID of the published post. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.": "O ID do post publicado. Você pode obtê-lo através do comando \"List Posts\" ou \"New Published Post\" (Novo post publicado).",
|
|
58
|
+
"The public URL of the image or video to upload": "A URL pública da imagem ou vídeo para upload",
|
|
59
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
60
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
61
|
+
"Schedule for later": "Agendar para mais tarde",
|
|
62
|
+
"Publish now": "Publicar agora",
|
|
63
|
+
"Save as draft": "Salvar como Rascunho",
|
|
64
|
+
"GET": "OBTER",
|
|
65
|
+
"POST": "POSTAR",
|
|
66
|
+
"PATCH": "COMPRAR",
|
|
67
|
+
"PUT": "COLOCAR",
|
|
68
|
+
"DELETE": "EXCLUIR",
|
|
69
|
+
"HEAD": "CABEÇA",
|
|
70
|
+
"None": "Nenhuma",
|
|
71
|
+
"JSON": "JSON",
|
|
72
|
+
"Form Data": "Dados de Formulário",
|
|
73
|
+
"Raw": "RAW",
|
|
74
|
+
"New Published Post": "Nova postagem publicada",
|
|
75
|
+
"Triggers when a post is published in Postiz": "Dispara quando uma postagem é publicada em Postiz"
|
|
76
|
+
}
|
|
@@ -26,8 +26,9 @@
|
|
|
26
26
|
"Publish Date": "Publish Date",
|
|
27
27
|
"Channel": "Channel",
|
|
28
28
|
"Content": "Content",
|
|
29
|
-
"Media
|
|
29
|
+
"Media Paths": "Media Paths",
|
|
30
30
|
"Shorten Links": "Shorten Links",
|
|
31
|
+
"Settings": "Settings",
|
|
31
32
|
"Start Date": "Start Date",
|
|
32
33
|
"End Date": "End Date",
|
|
33
34
|
"Post ID": "Post ID",
|
|
@@ -46,13 +47,14 @@
|
|
|
46
47
|
"The date and time to publish the post (ISO 8601 format). Required for scheduled posts.": "The date and time to publish the post (ISO 8601 format). Required for scheduled posts.",
|
|
47
48
|
"Select the connected social media channel": "Select the connected social media channel",
|
|
48
49
|
"The text content of the post": "The text content of the post",
|
|
49
|
-
"
|
|
50
|
+
"File paths of images or videos to attach. Upload media first using the \"Upload File from URL\" action, then paste the returned path here.": "File paths of images or videos to attach. Upload media first using the \"Upload File from URL\" action, then paste the returned path here.",
|
|
50
51
|
"Automatically shorten URLs in the post content": "Automatically shorten URLs in the post content",
|
|
52
|
+
"Optional platform-specific settings (e.g. approval workflow overrides)": "Optional platform-specific settings (e.g. approval workflow overrides)",
|
|
51
53
|
"Start of the date range (ISO 8601 format)": "Start of the date range (ISO 8601 format)",
|
|
52
54
|
"End of the date range (ISO 8601 format)": "End of the date range (ISO 8601 format)",
|
|
53
|
-
"The ID of the post to delete. You can get this from the \"List Posts\" or \"New Post\" trigger output.": "The ID of the post to delete. You can get this from the \"List Posts\" or \"New Post\" trigger output.",
|
|
55
|
+
"The ID of the post to delete. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.": "The ID of the post to delete. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.",
|
|
54
56
|
"Number of days to look back for analytics (e.g. 7, 30, 90)": "Number of days to look back for analytics (e.g. 7, 30, 90)",
|
|
55
|
-
"The ID of the published post. You can get this from the \"List Posts\" or \"New Post\" trigger output.": "The ID of the published post. You can get this from the \"List Posts\" or \"New Post\" trigger output.",
|
|
57
|
+
"The ID of the published post. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.": "The ID of the published post. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.",
|
|
56
58
|
"The public URL of the image or video to upload": "The public URL of the image or video to upload",
|
|
57
59
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
58
60
|
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Open-source social media scheduling tool supporting 30+ platforms": "Open-source social media scheduling tool supporting 30+ platforms",
|
|
3
|
+
"Base URL": "基本网址",
|
|
4
|
+
"API Key": "API 密钥",
|
|
5
|
+
"The API base URL. Use `https://api.postiz.com/public/v1` for Postiz Cloud, or `https://your-domain.com/api/public/v1` for self-hosted instances.": "The API base URL. Use `https://api.postiz.com/public/v1` for Postiz Cloud, or `https://your-domain.com/api/public/v1` for self-hosted instances.",
|
|
6
|
+
"To get your API key:\n1. Log in to your Postiz dashboard\n2. Go to **Settings > Developers > Public API**\n3. Generate a new API key and copy it": "To get your API key:\n1. Log in to your Postiz dashboard\n2. Go to **Settings > Developers > Public API**\n3. Generate a new API key and copy it",
|
|
7
|
+
"Create Post": "Create Post",
|
|
8
|
+
"List Posts": "List Posts",
|
|
9
|
+
"Delete Post": "Delete Post",
|
|
10
|
+
"List Channels": "List Channels",
|
|
11
|
+
"Find Available Slot": "Find Available Slot",
|
|
12
|
+
"Get Platform Analytics": "Get Platform Analytics",
|
|
13
|
+
"Get Post Analytics": "Get Post Analytics",
|
|
14
|
+
"Upload File from URL": "Upload File from URL",
|
|
15
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
16
|
+
"Create or schedule a post on one or more connected channels": "Create or schedule a post on one or more connected channels",
|
|
17
|
+
"Retrieve posts within a date range": "Retrieve posts within a date range",
|
|
18
|
+
"Delete a post and all other posts in the same group": "Delete a post and all other posts in the same group",
|
|
19
|
+
"List all connected social media channels in your organization": "List all connected social media channels in your organization",
|
|
20
|
+
"Find the next available posting time slot for a connected channel": "Find the next available posting time slot for a connected channel",
|
|
21
|
+
"Retrieve analytics (followers, impressions, engagement) for a connected channel": "Retrieve analytics (followers, impressions, engagement) for a connected channel",
|
|
22
|
+
"Retrieve analytics (likes, comments, shares, impressions) for a specific published post": "Retrieve analytics (likes, comments, shares, impressions) for a specific published post",
|
|
23
|
+
"Upload a media file from a URL to Postiz. Returns the file path to use when creating posts.": "Upload a media file from a URL to Postiz. Returns the file path to use when creating posts.",
|
|
24
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
25
|
+
"Post Type": "Post Type",
|
|
26
|
+
"Publish Date": "Publish Date",
|
|
27
|
+
"Channel": "Channel",
|
|
28
|
+
"Content": "Content",
|
|
29
|
+
"Media Paths": "Media Paths",
|
|
30
|
+
"Shorten Links": "Shorten Links",
|
|
31
|
+
"Settings": "设置",
|
|
32
|
+
"Start Date": "Start Date",
|
|
33
|
+
"End Date": "End Date",
|
|
34
|
+
"Post ID": "Post ID",
|
|
35
|
+
"Lookback Days": "Lookback Days",
|
|
36
|
+
"File URL": "File URL",
|
|
37
|
+
"Method": "方法",
|
|
38
|
+
"Headers": "信头",
|
|
39
|
+
"Query Parameters": "查询参数",
|
|
40
|
+
"Body Type": "Body Type",
|
|
41
|
+
"Body": "正文内容",
|
|
42
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
43
|
+
"No Error on Failure": "失败时没有错误",
|
|
44
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
45
|
+
"Follow redirects": "Follow redirects",
|
|
46
|
+
"Choose whether to publish immediately, schedule for later, or save as draft": "Choose whether to publish immediately, schedule for later, or save as draft",
|
|
47
|
+
"The date and time to publish the post (ISO 8601 format). Required for scheduled posts.": "The date and time to publish the post (ISO 8601 format). Required for scheduled posts.",
|
|
48
|
+
"Select the connected social media channel": "Select the connected social media channel",
|
|
49
|
+
"The text content of the post": "The text content of the post",
|
|
50
|
+
"File paths of images or videos to attach. Upload media first using the \"Upload File from URL\" action, then paste the returned path here.": "File paths of images or videos to attach. Upload media first using the \"Upload File from URL\" action, then paste the returned path here.",
|
|
51
|
+
"Automatically shorten URLs in the post content": "Automatically shorten URLs in the post content",
|
|
52
|
+
"Optional platform-specific settings (e.g. approval workflow overrides)": "Optional platform-specific settings (e.g. approval workflow overrides)",
|
|
53
|
+
"Start of the date range (ISO 8601 format)": "Start of the date range (ISO 8601 format)",
|
|
54
|
+
"End of the date range (ISO 8601 format)": "End of the date range (ISO 8601 format)",
|
|
55
|
+
"The ID of the post to delete. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.": "The ID of the post to delete. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.",
|
|
56
|
+
"Number of days to look back for analytics (e.g. 7, 30, 90)": "Number of days to look back for analytics (e.g. 7, 30, 90)",
|
|
57
|
+
"The ID of the published post. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.": "The ID of the published post. You can get this from the \"List Posts\" or \"New Published Post\" trigger output.",
|
|
58
|
+
"The public URL of the image or video to upload": "The public URL of the image or video to upload",
|
|
59
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
60
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
61
|
+
"Schedule for later": "Schedule for later",
|
|
62
|
+
"Publish now": "Publish now",
|
|
63
|
+
"Save as draft": "Save as draft",
|
|
64
|
+
"GET": "获取",
|
|
65
|
+
"POST": "帖子",
|
|
66
|
+
"PATCH": "PATCH",
|
|
67
|
+
"PUT": "弹出",
|
|
68
|
+
"DELETE": "删除",
|
|
69
|
+
"HEAD": "黑色",
|
|
70
|
+
"None": "无",
|
|
71
|
+
"JSON": "JSON",
|
|
72
|
+
"Form Data": "表单数据",
|
|
73
|
+
"Raw": "原始文件",
|
|
74
|
+
"New Published Post": "New Published Post",
|
|
75
|
+
"Triggers when a post is published in Postiz": "Triggers when a post is published in Postiz"
|
|
76
|
+
}
|