Add Activepieces integration for workflow automation

- Add Activepieces fork with SmoothSchedule custom piece
- Create integrations app with Activepieces service layer
- Add embed token endpoint for iframe integration
- Create Automations page with embedded workflow builder
- Add sidebar visibility fix for embed mode
- Add list inactive customers endpoint to Public API
- Include SmoothSchedule triggers: event created/updated/cancelled
- Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
poduck
2025-12-18 22:59:37 -05:00
parent 9848268d34
commit 3aa7199503
16292 changed files with 1284892 additions and 4708 deletions

View File

@@ -0,0 +1,83 @@
{
"Jira Cloud": "Jira Cloud",
"Issue tracking and project management": "Issue tracking and project management",
"Instance URL": "Instance URL",
"Email": "Email",
"API Token": "API Token",
"The link of your Jira instance (e.g https://example.atlassian.net)": "The link of your Jira instance (e.g https://example.atlassian.net)",
"The email you use to login to Jira": "The email you use to login to Jira",
"Your Jira API Token": "Your Jira API Token",
"\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ": "\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ",
"Create Issue": "Create Issue",
"Update Issue": "Update Issue",
"Find User": "Find User",
"Search Issues": "Search Issues",
"Assign Issue": "Assign Issue",
"Add Attachment to Issue": "Add Attachment to Issue",
"Get Issue Attachment": "Get Issue Attachment",
"Add Watcher to Issue": "Add Watcher to Issue",
"Add Issue Comment": "Add Issue Comment",
"Update Issue Comment": "Update Issue Comment",
"Link Issues": "Link Issues",
"List Issue Comments": "List Issue Comments",
"Delete Issue Comment": "Delete Issue Comment",
"Custom API Call": "Custom API Call",
"Creates a new issue in a project.": "Creates a new issue in a project.",
"Updates an existing issue.": "Updates an existing issue.",
"Finds an existing user.": "Finds an existing user.",
"Search for issues with JQL": "Search for issues with JQL",
"Assigns an issue to a user.": "Assigns an issue to a user.",
"Adds an attachment to an issue.": "Adds an attachment to an issue.",
"Retrieves an attachment from an issue.": "Retrieves an attachment from an issue.",
"Adds a new watcher to an issue.": "Adds a new watcher to an issue.",
"Adds a comment to an issue.": "Adds a comment to an issue.",
"Updates a comment to a specific issue.": "Updates a comment to a specific issue.",
"Creates a link between two issues.": "Creates a link between two issues.",
"Returns all comments for an issue.": "Returns all comments for an issue.",
"Deletes a comment on a specific issue.": "Deletes a comment on a specific issue.",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Project ID or Key": "Project ID or Key",
"Issue Type": "Issue Type",
"Fields": "Fields",
"Issue ID or Key": "Issue ID or Key",
"Status": "Status",
"Keyword": "Keyword",
"JQL": "JQL",
"Max Results": "Max Results",
"Sanitize JQL": "Sanitize JQL",
"Assignee": "Assignee",
"Attachment": "Attachment",
"Attachment ID": "Attachment ID",
"User": "User",
"Comment Body": "Comment Body",
"Comment ID": "Comment ID",
"First Issue": "First Issue",
"Link Type": "Link Type",
"Second Issue": "Second Issue",
"Order By": "Order By",
"Limit": "Limit",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body": "Body",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"The JQL query to use in the search": "The JQL query to use in the search",
"Maximum number of results": "Maximum number of results",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Created (Descending)": "Created (Descending)",
"Created (Ascending)": "Created (Ascending)",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"New Issue": "New Issue",
"Updated Issue": "Updated Issue",
"Updated Issue Status": "Updated Issue Status",
"Triggers when a new issue is created": "Triggers when a new issue is created",
"Triggers when an issue is updated": "Triggers when an issue is updated",
"Triggers when an issue status is updated": "Triggers when an issue status is updated",
"Use to filter issues watched": "Use to filter issues watched"
}

View File

@@ -0,0 +1,90 @@
{
"Issue tracking and project management": "Fehlerverfolgung und Projektmanagement",
"Instance URL": "Instanz URL",
"Email": "E-Mail",
"API Token": "API Token",
"The link of your Jira instance (e.g https://example.atlassian.net)": "Der Link deiner Jira-Instanz (z.B. https://example.atlassian.net)",
"The email you use to login to Jira": "Die E-Mail-Adresse, mit der Sie sich bei Jira anmelden",
"Your Jira API Token": "Ihr Jira API Token",
"\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ": "\nDu kannst deinen API-Token generieren von:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ",
"Create Issue": "Ticket erstellen",
"Update Issue": "Problem aktualisieren",
"Find User": "Benutzer finden",
"Search Issues": "Probleme durchsuchen",
"Assign Issue": "Ticket zuweisen",
"Add Attachment to Issue": "Anhang zum Thema hinzufügen",
"Get Issue Attachment": "Fehleranhang erhalten",
"Add Watcher to Issue": "Beobachter zum Problem hinzufügen",
"Add Issue Comment": "Ticket Kommentar hinzufügen",
"Update Issue Comment": "Ticket Kommentar aktualisieren",
"Link Issues": "Tickets verknüpfen",
"List Issue Comments": "Ticket-Kommentare auflisten",
"Delete Issue Comment": "Ticket-Kommentar löschen",
"Markdown to Jira format": "Markdown zum Jira-Format",
"Custom API Call": "Eigener API-Aufruf",
"Creates a new issue in a project.": "Erstellt ein neues Problem in einem Projekt.",
"Updates an existing issue.": "Aktualisiert ein existierendes Problem.",
"Finds an existing user.": "Findet einen existierenden Benutzer.",
"Search for issues with JQL": "Suche nach Problemen mit JQL",
"Assigns an issue to a user.": "Weist einem Benutzer ein Problem zu.",
"Adds an attachment to an issue.": "Fügt einen Anhang zu einem Problem hinzu.",
"Retrieves an attachment from an issue.": "Ruft einen Anhang von einem Problem ab.",
"Adds a new watcher to an issue.": "Fügt einen neuen Beobachter zu einem Problem hinzu.",
"Adds a comment to an issue.": "Fügt einen Kommentar zu einem Problem hinzu.",
"Updates a comment to a specific issue.": "Aktualisiert einen Kommentar zu einem bestimmten Problem.",
"Creates a link between two issues.": "Erzeugt eine Verbindung zwischen zwei Problemen.",
"Returns all comments for an issue.": "Gibt alle Kommentare für ein Problem zurück.",
"Deletes a comment on a specific issue.": "Löscht einen Kommentar zu einem bestimmten Thema.",
"Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc": "Konvertieren Sie Markdown-formatierten Text in Jiras ADF-Syntax für Kommentare und Beschreibungen usw.",
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
"Project ID or Key": "Projekt-ID oder Schlüssel",
"Issue Type": "Ticket-Typ",
"Fields": "Felder",
"Fields in JSON Atlassian Document Format": "Felder im JSON Atlassian Document Format",
"Issue ID or Key": "Ticket-ID oder Schlüssel",
"Status": "Status",
"Keyword": "Keyword",
"JQL": "JQL",
"Max Results": "Maximale Ergebnisse",
"Sanitize JQL": "JQL sanitizen",
"Assignee": "Assignee",
"Attachment": "Anhang",
"Attachment ID": "Anhang-ID",
"User": "Benutzer",
"Comment Body": "Kommentar-Text",
"Comment is in JSON Atlassian Document Format": "Kommentar ist im JSON Atlassian Document Format",
"Comment ID": "Kommentar-ID",
"First Issue": "Erster Fall",
"Link Type": "Link Type",
"Second Issue": "Zweiter Fall",
"Order By": "Sortieren nach",
"Limit": "Limit",
"Markdown text": "Markdown Text",
"Method": "Methode",
"Headers": "Kopfzeilen",
"Query Parameters": "Abfrageparameter",
"Body": "Körper",
"Response is Binary ?": "Antwort ist binär?",
"No Error on Failure": "Kein Fehler bei Fehler",
"Timeout (in seconds)": "Timeout (in Sekunden)",
"https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
"The JQL query to use in the search": "Die JQL-Abfrage für die Suche",
"Maximum number of results": "Maximale Anzahl der Ergebnisse",
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
"Created (Descending)": "Erstellt (absteigend)",
"Created (Ascending)": "Erstellt (absteigend)",
"GET": "ERHALTEN",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "LÖSCHEN",
"HEAD": "HEAD",
"New Issue": "Neuer Fall",
"Updated Issue": "Aktualisierter Fall",
"Updated Issue Status": "Aktualisierter Ticket Status",
"Triggers when a new issue is created": "Wird ausgelöst, wenn ein neues Problem erstellt wird",
"Triggers when an issue is updated": "Wird ausgelöst, wenn ein Problem aktualisiert wird",
"Triggers when an issue status is updated": "Wird ausgelöst, wenn ein Ticket Status aktualisiert wird",
"Use to filter issues watched": "Verwende es, um beobachtete Probleme zu filtern"
}

View File

@@ -0,0 +1,90 @@
{
"Issue tracking and project management": "Seguimiento de incidencias y gestión de proyectos",
"Instance URL": "URL de instancia",
"Email": "E-mail",
"API Token": "API Token",
"The link of your Jira instance (e.g https://example.atlassian.net)": "El enlace de su instancia de Jira (ej. https://example.atlassian.net)",
"The email you use to login to Jira": "El correo electrónico que utiliza para iniciar sesión en Jira",
"Your Jira API Token": "Tu token de API de Jira",
"\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ": "\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ",
"Create Issue": "Crear asunto",
"Update Issue": "Actualizar problema",
"Find User": "Buscar usuario",
"Search Issues": "Buscar problemas",
"Assign Issue": "Asignar asunto",
"Add Attachment to Issue": "Añadir adjunto al problema",
"Get Issue Attachment": "Obtener archivo adjunto del problema",
"Add Watcher to Issue": "Añadir Watcher al asunto",
"Add Issue Comment": "Añadir comentario del asunto",
"Update Issue Comment": "Actualizar comentario del problema",
"Link Issues": "Problemas de enlace",
"List Issue Comments": "Listar comentarios del problema",
"Delete Issue Comment": "Eliminar Comentario del Problema",
"Markdown to Jira format": "Formato Markdown a Jira",
"Custom API Call": "Llamada API personalizada",
"Creates a new issue in a project.": "Crea un nuevo asunto en un proyecto.",
"Updates an existing issue.": "Actualiza un problema existente.",
"Finds an existing user.": "Encuentra un usuario existente.",
"Search for issues with JQL": "Buscar problemas con JQL",
"Assigns an issue to a user.": "Asigna un problema a un usuario.",
"Adds an attachment to an issue.": "Añade un archivo adjunto a un problema.",
"Retrieves an attachment from an issue.": "Recuperar un archivo adjunto de un problema.",
"Adds a new watcher to an issue.": "Añade un nuevo observador a un problema.",
"Adds a comment to an issue.": "Añade un comentario a un problema.",
"Updates a comment to a specific issue.": "Actualiza un comentario a un asunto específico.",
"Creates a link between two issues.": "Crea un enlace entre dos cuestiones.",
"Returns all comments for an issue.": "Devuelve todos los comentarios para un problema.",
"Deletes a comment on a specific issue.": "Elimina un comentario sobre un asunto específico.",
"Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc": "Convierte el texto con formato Markdown a la sintaxis ADF de Jira para usarlo en comentarios y descripciones, etc.",
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
"Project ID or Key": "ID o clave del proyecto",
"Issue Type": "Tipo de asunto",
"Fields": "Campos",
"Fields in JSON Atlassian Document Format": "Campos en formato JSON Atlassian Document",
"Issue ID or Key": "Emitir ID o Clave",
"Status": "Estado",
"Keyword": "Keyword",
"JQL": "JQL",
"Max Results": "Resultados máximos",
"Sanitize JQL": "Sanitizar JQL",
"Assignee": "Assignee",
"Attachment": "Adjunto",
"Attachment ID": "ID de adjunto",
"User": "Usuario",
"Comment Body": "Comentar cuerpo",
"Comment is in JSON Atlassian Document Format": "El comentario está en formato JSON Atlassian Document",
"Comment ID": "Comentario ID",
"First Issue": "Primer asunto",
"Link Type": "Link Type",
"Second Issue": "Segundo problema",
"Order By": "Ordenar por",
"Limit": "Límite",
"Markdown text": "Texto Markdown",
"Method": "Método",
"Headers": "Encabezados",
"Query Parameters": "Parámetros de consulta",
"Body": "Cuerpo",
"Response is Binary ?": "¿Respuesta es binaria?",
"No Error on Failure": "No hay ningún error en fallo",
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
"https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
"The JQL query to use in the search": "La consulta JQL a usar en la búsqueda",
"Maximum number of results": "Número máximo de resultados",
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
"Created (Descending)": "Creado (Descendente)",
"Created (Ascending)": "Creado (Ascendente)",
"GET": "RECOGER",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "BORRAR",
"HEAD": "LIMPIO",
"New Issue": "Nuevo problema",
"Updated Issue": "Problema actualizado",
"Updated Issue Status": "Estado del asunto actualizado",
"Triggers when a new issue is created": "Desencadena cuando se crea un nuevo problema",
"Triggers when an issue is updated": "Dispara cuando se actualiza un problema",
"Triggers when an issue status is updated": "Dispara cuando se actualiza el estado de una incidencia",
"Use to filter issues watched": "Utilizar para filtrar problemas vistos"
}

View File

@@ -0,0 +1,90 @@
{
"Issue tracking and project management": "Suivi des anomalies et gestion des projets",
"Instance URL": "URL de l'instance",
"Email": "Courriel",
"API Token": "API Token",
"The link of your Jira instance (e.g https://example.atlassian.net)": "Le lien de votre instance Jira (par exemple https://example.atlassian.net)",
"The email you use to login to Jira": "L'e-mail que vous utilisez pour vous connecter à Jira",
"Your Jira API Token": "Votre jeton API Jira",
"\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ": "\nVous pouvez générer votre jeton API depuis :\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ",
"Create Issue": "Créer un problème",
"Update Issue": "Mettre à jour le problème",
"Find User": "Trouver un utilisateur",
"Search Issues": "Rechercher des problèmes",
"Assign Issue": "Assigner un ticket",
"Add Attachment to Issue": "Ajouter une pièce jointe au ticket",
"Get Issue Attachment": "Récupérer la pièce jointe",
"Add Watcher to Issue": "Ajouter un observateur au ticket",
"Add Issue Comment": "Ajouter un commentaire à un problème",
"Update Issue Comment": "Commentaire de mise à jour du problème",
"Link Issues": "Lier les tickets",
"List Issue Comments": "Lister les commentaires de problèmes",
"Delete Issue Comment": "Supprimer le commentaire du problème",
"Markdown to Jira format": "Format Markdown vers Jira",
"Custom API Call": "Appel API personnalisé",
"Creates a new issue in a project.": "Crée un nouveau ticket dans un projet.",
"Updates an existing issue.": "Met à jour un ticket existant.",
"Finds an existing user.": "Trouve un utilisateur existant.",
"Search for issues with JQL": "Rechercher des problèmes avec JQL",
"Assigns an issue to a user.": "Assigne un ticket à un utilisateur.",
"Adds an attachment to an issue.": "Ajoute une pièce jointe à un ticket.",
"Retrieves an attachment from an issue.": "Récupère une pièce jointe à partir d'un ticket.",
"Adds a new watcher to an issue.": "Ajoute un nouveau observateur à un ticket.",
"Adds a comment to an issue.": "Ajoute un commentaire à un ticket.",
"Updates a comment to a specific issue.": "Met à jour un commentaire à un problème spécifique.",
"Creates a link between two issues.": "Crée un lien entre deux tickets.",
"Returns all comments for an issue.": "Renvoie tous les commentaires pour un ticket.",
"Deletes a comment on a specific issue.": "Supprime un commentaire sur un problème spécifique.",
"Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc": "Convertir le texte formaté par Markdown en syntaxe ADF de Jira pour l'utiliser dans les commentaires et descriptions etc",
"Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
"Project ID or Key": "ID ou clé du projet",
"Issue Type": "Type de problème",
"Fields": "Champs",
"Fields in JSON Atlassian Document Format": "Champs au format JSON Atlassian Document",
"Issue ID or Key": "ID du ticket ou clé",
"Status": "Statut",
"Keyword": "Keyword",
"JQL": "JQL",
"Max Results": "Nombre maximum de résultats",
"Sanitize JQL": "Assainissement JQL",
"Assignee": "Assignee",
"Attachment": "Pièce jointe",
"Attachment ID": "ID de la pièce jointe",
"User": "Utilisateur",
"Comment Body": "Corps du commentaire",
"Comment is in JSON Atlassian Document Format": "Le commentaire est en format JSON Atlassian Document",
"Comment ID": "ID du commentaire",
"First Issue": "Premier problème",
"Link Type": "Link Type",
"Second Issue": "Deuxième problème",
"Order By": "Trier par",
"Limit": "Limite",
"Markdown text": "Texte Markdown",
"Method": "Méthode",
"Headers": "En-têtes",
"Query Parameters": "Paramètres de requête",
"Body": "Corps",
"Response is Binary ?": "La réponse est Binaire ?",
"No Error on Failure": "Aucune erreur en cas d'échec",
"Timeout (in seconds)": "Délai d'attente (en secondes)",
"https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
"The JQL query to use in the search": "La requête JQL à utiliser dans la recherche",
"Maximum number of results": "Nombre maximum de résultats",
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
"Created (Descending)": "Créé (Descendant)",
"Created (Ascending)": "Créé (Ascendant)",
"GET": "OBTENIR",
"POST": "POSTER",
"PATCH": "PATCH",
"PUT": "EFFACER",
"DELETE": "SUPPRIMER",
"HEAD": "TÊTE",
"New Issue": "Nouveau problème",
"Updated Issue": "Problème mis à jour",
"Updated Issue Status": "Statut du problème mis à jour",
"Triggers when a new issue is created": "Déclenche quand un nouveau ticket est créé",
"Triggers when an issue is updated": "Déclenche quand un problème est mis à jour",
"Triggers when an issue status is updated": "Déclenche quand un statut de ticket est mis à jour",
"Use to filter issues watched": "Utiliser pour filtrer les problèmes vus"
}

View File

@@ -0,0 +1,83 @@
{
"Jira Cloud": "Jira Cloud",
"Issue tracking and project management": "Issue tracking and project management",
"Instance URL": "Instance URL",
"Email": "Email",
"API Token": "API Token",
"The link of your Jira instance (e.g https://example.atlassian.net)": "The link of your Jira instance (e.g https://example.atlassian.net)",
"The email you use to login to Jira": "The email you use to login to Jira",
"Your Jira API Token": "Your Jira API Token",
"\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ": "\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ",
"Create Issue": "Create Issue",
"Update Issue": "Update Issue",
"Find User": "Find User",
"Search Issues": "Search Issues",
"Assign Issue": "Assign Issue",
"Add Attachment to Issue": "Add Attachment to Issue",
"Get Issue Attachment": "Get Issue Attachment",
"Add Watcher to Issue": "Add Watcher to Issue",
"Add Issue Comment": "Add Issue Comment",
"Update Issue Comment": "Update Issue Comment",
"Link Issues": "Link Issues",
"List Issue Comments": "List Issue Comments",
"Delete Issue Comment": "Delete Issue Comment",
"Custom API Call": "Custom API Call",
"Creates a new issue in a project.": "Creates a new issue in a project.",
"Updates an existing issue.": "Updates an existing issue.",
"Finds an existing user.": "Finds an existing user.",
"Search for issues with JQL": "Search for issues with JQL",
"Assigns an issue to a user.": "Assigns an issue to a user.",
"Adds an attachment to an issue.": "Adds an attachment to an issue.",
"Retrieves an attachment from an issue.": "Retrieves an attachment from an issue.",
"Adds a new watcher to an issue.": "Adds a new watcher to an issue.",
"Adds a comment to an issue.": "Adds a comment to an issue.",
"Updates a comment to a specific issue.": "Updates a comment to a specific issue.",
"Creates a link between two issues.": "Creates a link between two issues.",
"Returns all comments for an issue.": "Returns all comments for an issue.",
"Deletes a comment on a specific issue.": "Deletes a comment on a specific issue.",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Project ID or Key": "Project ID or Key",
"Issue Type": "Issue Type",
"Fields": "Fields",
"Issue ID or Key": "Issue ID or Key",
"Status": "Status",
"Keyword": "Keyword",
"JQL": "JQL",
"Max Results": "Max Results",
"Sanitize JQL": "Sanitize JQL",
"Assignee": "Assignee",
"Attachment": "Attachment",
"Attachment ID": "Attachment ID",
"User": "User",
"Comment Body": "Comment Body",
"Comment ID": "Comment ID",
"First Issue": "First Issue",
"Link Type": "Link Type",
"Second Issue": "Second Issue",
"Order By": "Order By",
"Limit": "Limit",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body": "Body",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"The JQL query to use in the search": "The JQL query to use in the search",
"Maximum number of results": "Maximum number of results",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Created (Descending)": "Created (Descending)",
"Created (Ascending)": "Created (Ascending)",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"New Issue": "New Issue",
"Updated Issue": "Updated Issue",
"Updated Issue Status": "Updated Issue Status",
"Triggers when a new issue is created": "Triggers when a new issue is created",
"Triggers when an issue is updated": "Triggers when an issue is updated",
"Triggers when an issue status is updated": "Triggers when an issue status is updated",
"Use to filter issues watched": "Use to filter issues watched"
}

View File

@@ -0,0 +1,83 @@
{
"Jira Cloud": "Jira Cloud",
"Issue tracking and project management": "Issue tracking and project management",
"Instance URL": "Instance URL",
"Email": "Email",
"API Token": "API Token",
"The link of your Jira instance (e.g https://example.atlassian.net)": "The link of your Jira instance (e.g https://example.atlassian.net)",
"The email you use to login to Jira": "The email you use to login to Jira",
"Your Jira API Token": "Your Jira API Token",
"\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ": "\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ",
"Create Issue": "Create Issue",
"Update Issue": "Update Issue",
"Find User": "Find User",
"Search Issues": "Search Issues",
"Assign Issue": "Assign Issue",
"Add Attachment to Issue": "Add Attachment to Issue",
"Get Issue Attachment": "Get Issue Attachment",
"Add Watcher to Issue": "Add Watcher to Issue",
"Add Issue Comment": "Add Issue Comment",
"Update Issue Comment": "Update Issue Comment",
"Link Issues": "Link Issues",
"List Issue Comments": "List Issue Comments",
"Delete Issue Comment": "Delete Issue Comment",
"Custom API Call": "Custom API Call",
"Creates a new issue in a project.": "Creates a new issue in a project.",
"Updates an existing issue.": "Updates an existing issue.",
"Finds an existing user.": "Finds an existing user.",
"Search for issues with JQL": "Search for issues with JQL",
"Assigns an issue to a user.": "Assigns an issue to a user.",
"Adds an attachment to an issue.": "Adds an attachment to an issue.",
"Retrieves an attachment from an issue.": "Retrieves an attachment from an issue.",
"Adds a new watcher to an issue.": "Adds a new watcher to an issue.",
"Adds a comment to an issue.": "Adds a comment to an issue.",
"Updates a comment to a specific issue.": "Updates a comment to a specific issue.",
"Creates a link between two issues.": "Creates a link between two issues.",
"Returns all comments for an issue.": "Returns all comments for an issue.",
"Deletes a comment on a specific issue.": "Deletes a comment on a specific issue.",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Project ID or Key": "Project ID or Key",
"Issue Type": "Issue Type",
"Fields": "Fields",
"Issue ID or Key": "Issue ID or Key",
"Status": "Status",
"Keyword": "Keyword",
"JQL": "JQL",
"Max Results": "Max Results",
"Sanitize JQL": "Sanitize JQL",
"Assignee": "Assignee",
"Attachment": "Attachment",
"Attachment ID": "Attachment ID",
"User": "User",
"Comment Body": "Comment Body",
"Comment ID": "Comment ID",
"First Issue": "First Issue",
"Link Type": "Link Type",
"Second Issue": "Second Issue",
"Order By": "Order By",
"Limit": "Limit",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body": "Body",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"The JQL query to use in the search": "The JQL query to use in the search",
"Maximum number of results": "Maximum number of results",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Created (Descending)": "Created (Descending)",
"Created (Ascending)": "Created (Ascending)",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"New Issue": "New Issue",
"Updated Issue": "Updated Issue",
"Updated Issue Status": "Updated Issue Status",
"Triggers when a new issue is created": "Triggers when a new issue is created",
"Triggers when an issue is updated": "Triggers when an issue is updated",
"Triggers when an issue status is updated": "Triggers when an issue status is updated",
"Use to filter issues watched": "Use to filter issues watched"
}

View File

@@ -0,0 +1,90 @@
{
"Issue tracking and project management": "課題の追跡とプロジェクト管理",
"Instance URL": "インスタンス URL",
"Email": "Eメールアドレス",
"API Token": "API Token",
"The link of your Jira instance (e.g https://example.atlassian.net)": "Jiraインスタンスのリンク (https://example.atlassian.net)",
"The email you use to login to Jira": "Jiraにログインするために使用するメールアドレス",
"Your Jira API Token": "Jira API トークン",
"\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ": "\n以下からAPIトークンを生成できます:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ",
"Create Issue": "課題を作成",
"Update Issue": "問題を更新",
"Find User": "ユーザーを検索",
"Search Issues": "問題を検索",
"Assign Issue": "課題を割り当てる",
"Add Attachment to Issue": "課題に添付ファイルを追加",
"Get Issue Attachment": "課題の添付を取得",
"Add Watcher to Issue": "ワッチャーを課題に追加",
"Add Issue Comment": "課題コメントを追加",
"Update Issue Comment": "課題のコメントを更新",
"Link Issues": "問題をリンクする",
"List Issue Comments": "課題のコメントを一覧表示",
"Delete Issue Comment": "課題のコメントを削除",
"Markdown to Jira format": "Markdown to Jira format",
"Custom API Call": "カスタムAPI通話",
"Creates a new issue in a project.": "プロジェクトで新しい課題を作成します。",
"Updates an existing issue.": "既存の問題を更新します。",
"Finds an existing user.": "既存のユーザーを検索します。",
"Search for issues with JQL": "JQL での課題を検索",
"Assigns an issue to a user.": "ユーザに課題を割り当てます。",
"Adds an attachment to an issue.": "課題に添付ファイルを追加します。",
"Retrieves an attachment from an issue.": "課題から添付ファイルを取得します。",
"Adds a new watcher to an issue.": "新しいウォッチャーを課題に追加します。",
"Adds a comment to an issue.": "課題にコメントを追加します。",
"Updates a comment to a specific issue.": "特定の課題にコメントを更新します。",
"Creates a link between two issues.": "2つの課題間のリンクを作成します。",
"Returns all comments for an issue.": "課題のすべてのコメントを返します。",
"Deletes a comment on a specific issue.": "特定の課題に関するコメントを削除します。",
"Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc": "コメントや説明などに使用するために、Markdown形式のテキストをJiraのADF構文に変換する",
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
"Project ID or Key": "プロジェクト ID またはキー",
"Issue Type": "課題の種類",
"Fields": "フィールド",
"Fields in JSON Atlassian Document Format": "JSON Atlassian ドキュメント形式のフィールド",
"Issue ID or Key": "課題 ID またはキー",
"Status": "ステータス",
"Keyword": "Keyword",
"JQL": "JQL",
"Max Results": "最大結果",
"Sanitize JQL": "JQL サニタイズ",
"Assignee": "Assignee",
"Attachment": "添付ファイル",
"Attachment ID": "添付ファイルID",
"User": "ユーザー",
"Comment Body": "コメント本文",
"Comment is in JSON Atlassian Document Format": "コメントは JSON Atlassian ドキュメントフォーマットにあります",
"Comment ID": "コメント ID",
"First Issue": "最初の課題",
"Link Type": "Link Type",
"Second Issue": "2号目",
"Order By": "並び替え",
"Limit": "制限",
"Markdown text": "Markdown テキスト",
"Method": "方法",
"Headers": "ヘッダー",
"Query Parameters": "クエリパラメータ",
"Body": "本文",
"Response is Binary ?": "応答はバイナリですか?",
"No Error on Failure": "失敗時にエラーはありません",
"Timeout (in seconds)": "タイムアウト(秒)",
"https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
"The JQL query to use in the search": "検索で使用する JQL クエリ",
"Maximum number of results": "結果の最大数",
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
"Created (Descending)": "作成済み (降順)",
"Created (Ascending)": "作成されました (昇順)",
"GET": "取得",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "削除",
"HEAD": "頭",
"New Issue": "新しい課題",
"Updated Issue": "更新された課題",
"Updated Issue Status": "更新された課題ステータス",
"Triggers when a new issue is created": "新しい課題が作成されたときにトリガーする",
"Triggers when an issue is updated": "課題が更新されたときに発生する",
"Triggers when an issue status is updated": "課題の状態が更新されたときに発行されます",
"Use to filter issues watched": "監視されている課題をフィルタリングするために使用します"
}

View File

@@ -0,0 +1,90 @@
{
"Issue tracking and project management": "Probleem bijhouden en projectbeheer",
"Instance URL": "Aanleg URL",
"Email": "E-mail",
"API Token": "API Token",
"The link of your Jira instance (e.g https://example.atlassian.net)": "De link van uw Jira exemplaar (bijv. https://example.atlassian.net)",
"The email you use to login to Jira": "De e-mail die u gebruikt om in te loggen op Jira",
"Your Jira API Token": "Je Jira API Token",
"\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ": "\nU kunt uw API-token genereren van:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ",
"Create Issue": "Probleem aanmaken",
"Update Issue": "Probleem bijwerken",
"Find User": "Gebruiker zoeken",
"Search Issues": "Problemen zoeken",
"Assign Issue": "Issue toewijzen",
"Add Attachment to Issue": "Bijlage toevoegen aan issue",
"Get Issue Attachment": "Verkrijg issue-bijlage",
"Add Watcher to Issue": "Voeg Watcher toe aan Issue",
"Add Issue Comment": "Issue Opmerking toevoegen",
"Update Issue Comment": "Wijzig probleemreactie",
"Link Issues": "Koppel problemen",
"List Issue Comments": "Issue reacties weergeven",
"Delete Issue Comment": "Issue Opmerking verwijderen",
"Markdown to Jira format": "Markdown naar Jira formaat",
"Custom API Call": "Custom API Call",
"Creates a new issue in a project.": "Maakt een nieuw issue aan in een project.",
"Updates an existing issue.": "Werkt een bestaand probleem bij.",
"Finds an existing user.": "Vindt een bestaande gebruiker.",
"Search for issues with JQL": "Zoek naar issues met JQL",
"Assigns an issue to a user.": "Wijst een issue toe aan een gebruiker.",
"Adds an attachment to an issue.": "Voegt een bijlage toe aan een probleem.",
"Retrieves an attachment from an issue.": "Haal een bijlage op van een probleem.",
"Adds a new watcher to an issue.": "Voegt een nieuwe watcher toe aan een probleem.",
"Adds a comment to an issue.": "Voegt een reactie toe aan een probleem.",
"Updates a comment to a specific issue.": "Werkt een opmerking bij een specifiek probleem.",
"Creates a link between two issues.": "Maakt een verband tussen twee problemen.",
"Returns all comments for an issue.": "Geeft als resultaat alle reacties op een probleem.",
"Deletes a comment on a specific issue.": "Verwijdert een reactie op een specifiek probleem.",
"Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc": "Converteer markdown-geformatteerde tekst naar Jira's ADF-syntaxis voor gebruik in commentaren en beschrijvingen enz",
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
"Project ID or Key": "Project ID of sleutel",
"Issue Type": "Type probleem",
"Fields": "Velden",
"Fields in JSON Atlassian Document Format": "Velden in JSON Atlassian Document Formaat",
"Issue ID or Key": "Issue ID of sleutel",
"Status": "status",
"Keyword": "Keyword",
"JQL": "JQL",
"Max Results": "Max. aantal resultaten",
"Sanitize JQL": "Sanitiseer JQL",
"Assignee": "Assignee",
"Attachment": "Bijlage",
"Attachment ID": "Bijlage ID",
"User": "Gebruiker",
"Comment Body": "Commentaar inhoud",
"Comment is in JSON Atlassian Document Format": "Commentaar is in JSON Atlassian Document Formaat",
"Comment ID": "Commentaar ID",
"First Issue": "Eerste probleem",
"Link Type": "Link Type",
"Second Issue": "Tweede probleem",
"Order By": "Sorteer op",
"Limit": "Limiet",
"Markdown text": "Markdown tekst",
"Method": "Methode",
"Headers": "Kopteksten",
"Query Parameters": "Query parameters",
"Body": "Lichaam",
"Response is Binary ?": "Antwoord is binair?",
"No Error on Failure": "Geen fout bij fout",
"Timeout (in seconds)": "Time-out (in seconden)",
"https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structuur",
"The JQL query to use in the search": "De JQL query te gebruiken in de zoekopdracht",
"Maximum number of results": "Maximum aantal resultaten",
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
"Created (Descending)": "Gemaakt (aflopend)",
"Created (Ascending)": "Aangemaakt (Ascending)",
"GET": "KRIJG",
"POST": "POSTE",
"PATCH": "BEKIJK",
"PUT": "PUT",
"DELETE": "VERWIJDEREN",
"HEAD": "HOOFD",
"New Issue": "Nieuw probleem",
"Updated Issue": "Probleem bijgewerkt",
"Updated Issue Status": "Bijgewerkte probleemstatus",
"Triggers when a new issue is created": "Triggert wanneer een nieuw issue wordt aangemaakt",
"Triggers when an issue is updated": "Triggert wanneer een issue wordt bijgewerkt",
"Triggers when an issue status is updated": "Triggert wanneer een issuestatus wordt bijgewerkt",
"Use to filter issues watched": "Gebruik om problemen te filteren"
}

View File

@@ -0,0 +1,90 @@
{
"Issue tracking and project management": "Acompanhamento de problemas e gerenciamento de projetos",
"Instance URL": "Instância URL",
"Email": "e-mail",
"API Token": "API Token",
"The link of your Jira instance (e.g https://example.atlassian.net)": "O link da sua instância do Jira (ex: https://example.atlassian.net)",
"The email you use to login to Jira": "O e-mail que você usa para acessar o Jira",
"Your Jira API Token": "Token de API Jira",
"\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ": "\nVocê pode gerar o seu token de API em:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ",
"Create Issue": "Criar issue",
"Update Issue": "Atualizar issue",
"Find User": "Localizar usuário",
"Search Issues": "Pesquisar Problemas",
"Assign Issue": "Atribuir Issue",
"Add Attachment to Issue": "Adicionar anexo à issue",
"Get Issue Attachment": "Obter Anexo da Solicitação",
"Add Watcher to Issue": "Adicionar Watcher à Issue",
"Add Issue Comment": "Adicionar comentário à issue",
"Update Issue Comment": "Atualizar comentário da issue",
"Link Issues": "Ligar issues",
"List Issue Comments": "Listar Comentários da Solicitação",
"Delete Issue Comment": "Excluir comentário da issue",
"Markdown to Jira format": "Formato Jira Markdown",
"Custom API Call": "Chamada de API personalizada",
"Creates a new issue in a project.": "Cria uma nova issue em um projeto.",
"Updates an existing issue.": "Atualiza uma issue existente.",
"Finds an existing user.": "Localiza um usuário existente.",
"Search for issues with JQL": "Pesquisar por problemas com JQL",
"Assigns an issue to a user.": "Atribui uma issue a um usuário.",
"Adds an attachment to an issue.": "Adiciona um anexo a uma issue.",
"Retrieves an attachment from an issue.": "Recupera um anexo de uma issue.",
"Adds a new watcher to an issue.": "Adiciona um novo observador a uma issue.",
"Adds a comment to an issue.": "Adiciona um comentário a uma issue.",
"Updates a comment to a specific issue.": "Atualiza um comentário para uma issue específica.",
"Creates a link between two issues.": "Cria uma ligação entre duas issues.",
"Returns all comments for an issue.": "Retorna todos os comentários para uma issue.",
"Deletes a comment on a specific issue.": "Exclui um comentário em uma issue específica.",
"Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc": "Converter texto formatado em Markdown-formatado para sintaxe ADF da Jaria para uso em comentários e descrições, etc.",
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
"Project ID or Key": "ID ou Chave do Projeto",
"Issue Type": "Tipo de problema",
"Fields": "campos",
"Fields in JSON Atlassian Document Format": "Campos no formato de documento JSON Atlassian",
"Issue ID or Key": "ID ou Chave de Problema",
"Status": "Estado",
"Keyword": "Keyword",
"JQL": "QEQ",
"Max Results": "Resultados no Máx.",
"Sanitize JQL": "JQL Sanitizado",
"Assignee": "Assignee",
"Attachment": "Anexo",
"Attachment ID": "ID do anexo",
"User": "Usuário",
"Comment Body": "Corpo do Comentário",
"Comment is in JSON Atlassian Document Format": "Comentário está em formato de documento JSON Atlassian",
"Comment ID": "ID do comentário",
"First Issue": "Primeira Solicitação",
"Link Type": "Link Type",
"Second Issue": "Segunda questão",
"Order By": "Ordenar Por",
"Limit": "Limitar",
"Markdown text": "Texto Markdown",
"Method": "Método",
"Headers": "Cabeçalhos",
"Query Parameters": "Parâmetros da consulta",
"Body": "Conteúdo",
"Response is Binary ?": "A resposta é binária ?",
"No Error on Failure": "Nenhum erro no Failure",
"Timeout (in seconds)": "Tempo limite (em segundos)",
"https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
"The JQL query to use in the search": "A consulta JQL a ser usada na busca",
"Maximum number of results": "Número máximo de resultados",
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
"Created (Descending)": "Criado (decrescente)",
"Created (Ascending)": "Criado (Ascendente)",
"GET": "OBTER",
"POST": "POSTAR",
"PATCH": "COMPRAR",
"PUT": "COLOCAR",
"DELETE": "EXCLUIR",
"HEAD": "CABEÇA",
"New Issue": "Nova issue",
"Updated Issue": "Issue atualizada",
"Updated Issue Status": "Status atualizado da tarefa",
"Triggers when a new issue is created": "Dispara quando uma nova issue é criada",
"Triggers when an issue is updated": "Dispara quando uma issue é atualizada",
"Triggers when an issue status is updated": "Aciona quando um status de issue é atualizado",
"Use to filter issues watched": "Use para filtrar issues assistidas"
}

View File

@@ -0,0 +1,83 @@
{
"Jira Cloud": "Облако Jira",
"Issue tracking and project management": "Отслеживание проблем и управление проектами",
"Instance URL": "URL экземпляра",
"Email": "Почта",
"API Token": "API Token",
"The link of your Jira instance (e.g https://example.atlassian.net)": "Ссылка вашего экземпляра Jira (например https://example.atlassian.net)",
"The email you use to login to Jira": "Электронная почта, которую вы используете для входа в Jira",
"Your Jira API Token": "Ваш Jira API токен",
"\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ": "\nВы можете сгенерировать ваш API токен из:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ",
"Create Issue": "Создать запрос",
"Update Issue": "Проблема с обновлением",
"Find User": "Найти пользователя",
"Search Issues": "Поиск проблем",
"Assign Issue": "Назначить задачу",
"Add Attachment to Issue": "Добавить вложение в запрос",
"Get Issue Attachment": "Получить вложение задач",
"Add Watcher to Issue": "Добавить наблюдателя к проблеме",
"Add Issue Comment": "Добавить комментарий проблемы",
"Update Issue Comment": "Комментарий об ошибке обновления",
"Link Issues": "Ссылка на Замечания",
"List Issue Comments": "Комментарии к выпуску",
"Delete Issue Comment": "Удалить комментарий к проблеме",
"Custom API Call": "Пользовательский вызов API",
"Creates a new issue in a project.": "Создает новый запрос в проекте.",
"Updates an existing issue.": "Обновляет существующую проблему.",
"Finds an existing user.": "Поиск существующего пользователя.",
"Search for issues with JQL": "Поиск проблем с JQL",
"Assigns an issue to a user.": "Присвоить запрос пользователю.",
"Adds an attachment to an issue.": "Добавляет вложение к задаче.",
"Retrieves an attachment from an issue.": "Извлекает вложение из проблемы.",
"Adds a new watcher to an issue.": "Добавляет нового наблюдателя к задаче.",
"Adds a comment to an issue.": "Добавляет комментарий к проблеме.",
"Updates a comment to a specific issue.": "Обновляет комментарий к конкретной проблеме.",
"Creates a link between two issues.": "Создает связь между двумя задачами.",
"Returns all comments for an issue.": "Возвращает все комментарии к проблеме.",
"Deletes a comment on a specific issue.": "Удаляет комментарий к конкретной задаче.",
"Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
"Project ID or Key": "ID проекта или ключ",
"Issue Type": "Тип задачи",
"Fields": "Поля",
"Issue ID or Key": "ID задачи или ключ",
"Status": "Статус",
"Keyword": "Keyword",
"JQL": "JQL",
"Max Results": "Макс. результатов",
"Sanitize JQL": "Санитизировать JQL",
"Assignee": "Assignee",
"Attachment": "Вложение",
"Attachment ID": "ID вложения",
"User": "Пользователь",
"Comment Body": "Тело комментария",
"Comment ID": "ID комментария",
"First Issue": "Первая задача",
"Link Type": "Link Type",
"Second Issue": "Вторая задача",
"Order By": "Сортировать по",
"Limit": "Лимит",
"Method": "Метод",
"Headers": "Заголовки",
"Query Parameters": "Параметры запроса",
"Body": "Тело",
"No Error on Failure": "Нет ошибок при ошибке",
"Timeout (in seconds)": "Таймаут (в секундах)",
"The JQL query to use in the search": "JQL запрос для использования в поиске",
"Maximum number of results": "Максимальное количество результатов",
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
"Created (Descending)": "Создано (по убыванию)",
"Created (Ascending)": "Создано (по возрастанию)",
"GET": "ПОЛУЧИТЬ",
"POST": "ПОСТ",
"PATCH": "ПАТЧ",
"PUT": "ПОКУПИТЬ",
"DELETE": "УДАЛИТЬ",
"HEAD": "HEAD",
"New Issue": "Новая задача",
"Updated Issue": "Задача обновлена",
"Updated Issue Status": "Статус задачи обновлен",
"Triggers when a new issue is created": "Триггеры при создании новой задачи",
"Triggers when an issue is updated": "Триггеры при обновлении задачи",
"Triggers when an issue status is updated": "Триггеры при обновлении статуса задачи",
"Use to filter issues watched": "Использовать для фильтрации задач просмотрено"
}

View File

@@ -0,0 +1,90 @@
{
"Issue tracking and project management": "Issue tracking and project management",
"Instance URL": "Instance URL",
"Email": "Email",
"API Token": "API Token",
"The link of your Jira instance (e.g https://example.atlassian.net)": "The link of your Jira instance (e.g https://example.atlassian.net)",
"The email you use to login to Jira": "The email you use to login to Jira",
"Your Jira API Token": "Your Jira API Token",
"\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ": "\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ",
"Create Issue": "Create Issue",
"Update Issue": "Update Issue",
"Find User": "Find User",
"Search Issues": "Search Issues",
"Assign Issue": "Assign Issue",
"Add Attachment to Issue": "Add Attachment to Issue",
"Get Issue Attachment": "Get Issue Attachment",
"Add Watcher to Issue": "Add Watcher to Issue",
"Add Issue Comment": "Add Issue Comment",
"Update Issue Comment": "Update Issue Comment",
"Link Issues": "Link Issues",
"List Issue Comments": "List Issue Comments",
"Delete Issue Comment": "Delete Issue Comment",
"Markdown to Jira format": "Markdown to Jira format",
"Custom API Call": "Custom API Call",
"Creates a new issue in a project.": "Creates a new issue in a project.",
"Updates an existing issue.": "Updates an existing issue.",
"Finds an existing user.": "Finds an existing user.",
"Search for issues with JQL": "Search for issues with JQL",
"Assigns an issue to a user.": "Assigns an issue to a user.",
"Adds an attachment to an issue.": "Adds an attachment to an issue.",
"Retrieves an attachment from an issue.": "Retrieves an attachment from an issue.",
"Adds a new watcher to an issue.": "Adds a new watcher to an issue.",
"Adds a comment to an issue.": "Adds a comment to an issue.",
"Updates a comment to a specific issue.": "Updates a comment to a specific issue.",
"Creates a link between two issues.": "Creates a link between two issues.",
"Returns all comments for an issue.": "Returns all comments for an issue.",
"Deletes a comment on a specific issue.": "Deletes a comment on a specific issue.",
"Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc": "Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Project ID or Key": "Project ID or Key",
"Issue Type": "Issue Type",
"Fields": "Fields",
"Fields in JSON Atlassian Document Format": "Fields in JSON Atlassian Document Format",
"Issue ID or Key": "Issue ID or Key",
"Status": "Status",
"Keyword": "Keyword",
"JQL": "JQL",
"Max Results": "Max Results",
"Sanitize JQL": "Sanitize JQL",
"Assignee": "Assignee",
"Attachment": "Attachment",
"Attachment ID": "Attachment ID",
"User": "User",
"Comment Body": "Comment Body",
"Comment is in JSON Atlassian Document Format": "Comment is in JSON Atlassian Document Format",
"Comment ID": "Comment ID",
"First Issue": "First Issue",
"Link Type": "Link Type",
"Second Issue": "Second Issue",
"Order By": "Order By",
"Limit": "Limit",
"Markdown text": "Markdown text",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body": "Body",
"Response is Binary ?": "Response is Binary ?",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
"The JQL query to use in the search": "The JQL query to use in the search",
"Maximum number of results": "Maximum number of results",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
"Created (Descending)": "Created (Descending)",
"Created (Ascending)": "Created (Ascending)",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"New Issue": "New Issue",
"Updated Issue": "Updated Issue",
"Updated Issue Status": "Updated Issue Status",
"Triggers when a new issue is created": "Triggers when a new issue is created",
"Triggers when an issue is updated": "Triggers when an issue is updated",
"Triggers when an issue status is updated": "Triggers when an issue status is updated",
"Use to filter issues watched": "Use to filter issues watched"
}

View File

@@ -0,0 +1,83 @@
{
"Jira Cloud": "Jira Cloud",
"Issue tracking and project management": "Issue tracking and project management",
"Instance URL": "Instance URL",
"Email": "Email",
"API Token": "API Token",
"The link of your Jira instance (e.g https://example.atlassian.net)": "The link of your Jira instance (e.g https://example.atlassian.net)",
"The email you use to login to Jira": "The email you use to login to Jira",
"Your Jira API Token": "Your Jira API Token",
"\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ": "\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ",
"Create Issue": "Create Issue",
"Update Issue": "Update Issue",
"Find User": "Find User",
"Search Issues": "Search Issues",
"Assign Issue": "Assign Issue",
"Add Attachment to Issue": "Add Attachment to Issue",
"Get Issue Attachment": "Get Issue Attachment",
"Add Watcher to Issue": "Add Watcher to Issue",
"Add Issue Comment": "Add Issue Comment",
"Update Issue Comment": "Update Issue Comment",
"Link Issues": "Link Issues",
"List Issue Comments": "List Issue Comments",
"Delete Issue Comment": "Delete Issue Comment",
"Custom API Call": "Custom API Call",
"Creates a new issue in a project.": "Creates a new issue in a project.",
"Updates an existing issue.": "Updates an existing issue.",
"Finds an existing user.": "Finds an existing user.",
"Search for issues with JQL": "Search for issues with JQL",
"Assigns an issue to a user.": "Assigns an issue to a user.",
"Adds an attachment to an issue.": "Adds an attachment to an issue.",
"Retrieves an attachment from an issue.": "Retrieves an attachment from an issue.",
"Adds a new watcher to an issue.": "Adds a new watcher to an issue.",
"Adds a comment to an issue.": "Adds a comment to an issue.",
"Updates a comment to a specific issue.": "Updates a comment to a specific issue.",
"Creates a link between two issues.": "Creates a link between two issues.",
"Returns all comments for an issue.": "Returns all comments for an issue.",
"Deletes a comment on a specific issue.": "Deletes a comment on a specific issue.",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Project ID or Key": "Project ID or Key",
"Issue Type": "Issue Type",
"Fields": "Fields",
"Issue ID or Key": "Issue ID or Key",
"Status": "Status",
"Keyword": "Keyword",
"JQL": "JQL",
"Max Results": "Max Results",
"Sanitize JQL": "Sanitize JQL",
"Assignee": "Assignee",
"Attachment": "Attachment",
"Attachment ID": "Attachment ID",
"User": "User",
"Comment Body": "Comment Body",
"Comment ID": "Comment ID",
"First Issue": "First Issue",
"Link Type": "Link Type",
"Second Issue": "Second Issue",
"Order By": "Order By",
"Limit": "Limit",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body": "Body",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"The JQL query to use in the search": "The JQL query to use in the search",
"Maximum number of results": "Maximum number of results",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Created (Descending)": "Created (Descending)",
"Created (Ascending)": "Created (Ascending)",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"New Issue": "New Issue",
"Updated Issue": "Updated Issue",
"Updated Issue Status": "Updated Issue Status",
"Triggers when a new issue is created": "Triggers when a new issue is created",
"Triggers when an issue is updated": "Triggers when an issue is updated",
"Triggers when an issue status is updated": "Triggers when an issue status is updated",
"Use to filter issues watched": "Use to filter issues watched"
}

View File

@@ -0,0 +1,90 @@
{
"Issue tracking and project management": "Issue tracking and project management",
"Instance URL": "Instance URL",
"Email": "电子邮件地址",
"API Token": "API Token",
"The link of your Jira instance (e.g https://example.atlassian.net)": "The link of your Jira instance (e.g https://example.atlassian.net)",
"The email you use to login to Jira": "The email you use to login to Jira",
"Your Jira API Token": "Your Jira API Token",
"\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ": "\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ",
"Create Issue": "Create Issue",
"Update Issue": "Update Issue",
"Find User": "Find User",
"Search Issues": "Search Issues",
"Assign Issue": "Assign Issue",
"Add Attachment to Issue": "Add Attachment to Issue",
"Get Issue Attachment": "Get Issue Attachment",
"Add Watcher to Issue": "Add Watcher to Issue",
"Add Issue Comment": "Add Issue Comment",
"Update Issue Comment": "Update Issue Comment",
"Link Issues": "Link Issues",
"List Issue Comments": "List Issue Comments",
"Delete Issue Comment": "Delete Issue Comment",
"Markdown to Jira format": "Markdown to Jira format",
"Custom API Call": "自定义 API 呼叫",
"Creates a new issue in a project.": "Creates a new issue in a project.",
"Updates an existing issue.": "Updates an existing issue.",
"Finds an existing user.": "Finds an existing user.",
"Search for issues with JQL": "Search for issues with JQL",
"Assigns an issue to a user.": "Assigns an issue to a user.",
"Adds an attachment to an issue.": "Adds an attachment to an issue.",
"Retrieves an attachment from an issue.": "Retrieves an attachment from an issue.",
"Adds a new watcher to an issue.": "Adds a new watcher to an issue.",
"Adds a comment to an issue.": "Adds a comment to an issue.",
"Updates a comment to a specific issue.": "Updates a comment to a specific issue.",
"Creates a link between two issues.": "Creates a link between two issues.",
"Returns all comments for an issue.": "Returns all comments for an issue.",
"Deletes a comment on a specific issue.": "Deletes a comment on a specific issue.",
"Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc": "Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc",
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
"Project ID or Key": "Project ID or Key",
"Issue Type": "Issue Type",
"Fields": "Fields",
"Fields in JSON Atlassian Document Format": "Fields in JSON Atlassian Document Format",
"Issue ID or Key": "Issue ID or Key",
"Status": "状态",
"Keyword": "Keyword",
"JQL": "JQL",
"Max Results": "Max Results",
"Sanitize JQL": "Sanitize JQL",
"Assignee": "Assignee",
"Attachment": "Attachment",
"Attachment ID": "Attachment ID",
"User": "用户",
"Comment Body": "Comment Body",
"Comment is in JSON Atlassian Document Format": "Comment is in JSON Atlassian Document Format",
"Comment ID": "Comment ID",
"First Issue": "First Issue",
"Link Type": "Link Type",
"Second Issue": "Second Issue",
"Order By": "Order By",
"Limit": "Limit",
"Markdown text": "Markdown text",
"Method": "方法",
"Headers": "信头",
"Query Parameters": "查询参数",
"Body": "正文内容",
"Response is Binary ?": "Response is Binary ?",
"No Error on Failure": "失败时没有错误",
"Timeout (in seconds)": "超时(秒)",
"https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
"The JQL query to use in the search": "The JQL query to use in the search",
"Maximum number of results": "Maximum number of results",
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
"Created (Descending)": "Created (Descending)",
"Created (Ascending)": "Created (Ascending)",
"GET": "获取",
"POST": "帖子",
"PATCH": "PATCH",
"PUT": "弹出",
"DELETE": "删除",
"HEAD": "黑色",
"New Issue": "New Issue",
"Updated Issue": "Updated Issue",
"Updated Issue Status": "Updated Issue Status",
"Triggers when a new issue is created": "Triggers when a new issue is created",
"Triggers when an issue is updated": "Triggers when an issue is updated",
"Triggers when an issue status is updated": "Triggers when an issue status is updated",
"Use to filter issues watched": "Use to filter issues watched"
}