@activepieces/piece-jira-data-center 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 +24 -5
- package/src/i18n/de.json +101 -0
- package/src/i18n/es.json +101 -0
- package/src/i18n/fr.json +101 -0
- package/src/i18n/ja.json +101 -0
- package/src/i18n/nl.json +101 -0
- package/src/i18n/pt.json +101 -0
- package/src/i18n/translation.json +101 -0
- package/src/i18n/zh.json +101 -0
package/package.json
CHANGED
|
@@ -1,16 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-jira-data-center",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"main": "./src/index.js",
|
|
5
5
|
"types": "./src/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@activepieces/pieces-common": "0.12.0",
|
|
8
|
-
"@activepieces/pieces-framework": "0.26.0",
|
|
9
|
-
"@activepieces/shared": "0.46.1",
|
|
10
7
|
"dayjs": "1.11.9",
|
|
11
8
|
"form-data": "4.0.4",
|
|
12
9
|
"zod": "4.3.6",
|
|
13
|
-
"tslib": "2.6.2"
|
|
10
|
+
"tslib": "2.6.2",
|
|
11
|
+
"asynckit": "0.4.0",
|
|
12
|
+
"combined-stream": "1.0.8",
|
|
13
|
+
"es-set-tostringtag": "2.1.0",
|
|
14
|
+
"hasown": "2.0.2",
|
|
15
|
+
"mime-types": "2.1.35",
|
|
16
|
+
"delayed-stream": "1.0.0",
|
|
17
|
+
"es-errors": "1.3.0",
|
|
18
|
+
"get-intrinsic": "1.3.0",
|
|
19
|
+
"has-tostringtag": "1.0.2",
|
|
20
|
+
"function-bind": "1.1.2",
|
|
21
|
+
"mime-db": "1.52.0",
|
|
22
|
+
"call-bind-apply-helpers": "1.0.2",
|
|
23
|
+
"es-define-property": "1.0.1",
|
|
24
|
+
"es-object-atoms": "1.1.1",
|
|
25
|
+
"get-proto": "1.0.1",
|
|
26
|
+
"gopd": "1.2.0",
|
|
27
|
+
"has-symbols": "1.1.0",
|
|
28
|
+
"math-intrinsics": "1.1.0",
|
|
29
|
+
"dunder-proto": "1.0.1",
|
|
30
|
+
"@activepieces/pieces-common": "0.12.1",
|
|
31
|
+
"@activepieces/pieces-framework": "0.26.2",
|
|
32
|
+
"@activepieces/shared": "0.57.2"
|
|
14
33
|
},
|
|
15
34
|
"scripts": {
|
|
16
35
|
"build": "tsc -p tsconfig.lib.json && cp package.json dist/",
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Issue tracking and project management for Jira Data Center and Server": "Fehlerverfolgung und Projektmanagement für Jira Data Center und Server",
|
|
3
|
+
"Instance URL": "Instanz URL",
|
|
4
|
+
"Personal Access Token": "Persönliches Zugangs-Token",
|
|
5
|
+
"The URL of your Jira Data Center instance (e.g. https://jira.yourcompany.com)": "Die URL Ihrer Jira Data Center-Instanz (z.B. https://jira.yourcompany.com)",
|
|
6
|
+
"Your Jira Data Center Personal Access Token (PAT)": "Ihr Jira Data Center Personal Access Token (PAT)",
|
|
7
|
+
"\nTo generate a Personal Access Token (PAT):\n1. Log in to your Jira Data Center instance.\n2. Click your **profile icon** (top-right) → **Profile**.\n3. Go to **Personal Access Tokens** → **Create token**.\n4. Set a name and expiry, then copy the generated token.\n ": "\nUm ein Persönliches Zugangs-Token (PAT):\n1. Melden Sie sich bei Ihrer Jira Data Center-Instanz an.\n2. Klicke auf dein **Profil-Symbol** (oben rechts) → **Profil**.\n3. Gehen Sie zu **Persönlichen Zugangs-Token** → **Token erstellen**.\n4. Setze einen Namen und Verfallsdatum und kopiere dann den generierten Token.\n ",
|
|
8
|
+
"Create Issue": "Ticket erstellen",
|
|
9
|
+
"Update Issue": "Problem aktualisieren",
|
|
10
|
+
"Get Issue": "Problem abrufen",
|
|
11
|
+
"Find User": "Benutzer finden",
|
|
12
|
+
"Search Issues": "Probleme durchsuchen",
|
|
13
|
+
"Assign Issue": "Ticket zuweisen",
|
|
14
|
+
"Add Attachment to Issue": "Anhang zum Thema hinzufügen",
|
|
15
|
+
"Get Issue Attachment": "Fehleranhang erhalten",
|
|
16
|
+
"Add Watcher to Issue": "Beobachter zum Problem hinzufügen",
|
|
17
|
+
"Add Issue Comment": "Ticket Kommentar hinzufügen",
|
|
18
|
+
"Update Issue Comment": "Ticket Kommentar aktualisieren",
|
|
19
|
+
"Link Issues": "Tickets verknüpfen",
|
|
20
|
+
"List Issue Comments": "Ticket-Kommentare auflisten",
|
|
21
|
+
"Delete Issue Comment": "Ticket-Kommentar löschen",
|
|
22
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
23
|
+
"Creates a new issue in a project.": "Erstellt ein neues Problem in einem Projekt.",
|
|
24
|
+
"Updates an existing issue.": "Aktualisiert ein existierendes Problem.",
|
|
25
|
+
"Get issue data.": "Ticket-Daten abrufen.",
|
|
26
|
+
"Finds an existing user.": "Findet einen existierenden Benutzer.",
|
|
27
|
+
"Search for issues with JQL": "Suche nach Problemen mit JQL",
|
|
28
|
+
"Assigns an issue to a user.": "Weist einem Benutzer ein Problem zu.",
|
|
29
|
+
"Adds an attachment to an issue.": "Fügt einen Anhang zu einem Problem hinzu.",
|
|
30
|
+
"Retrieves an attachment from an issue.": "Ruft einen Anhang von einem Problem ab.",
|
|
31
|
+
"Adds a new watcher to an issue.": "Fügt einen neuen Beobachter zu einem Problem hinzu.",
|
|
32
|
+
"Adds a comment to an issue.": "Fügt einen Kommentar zu einem Problem hinzu.",
|
|
33
|
+
"Updates a comment to a specific issue.": "Aktualisiert einen Kommentar zu einem bestimmten Problem.",
|
|
34
|
+
"Creates a link between two issues.": "Erzeugt eine Verbindung zwischen zwei Problemen.",
|
|
35
|
+
"Returns all comments for an issue.": "Gibt alle Kommentare für ein Problem zurück.",
|
|
36
|
+
"Deletes a comment on a specific issue.": "Löscht einen Kommentar zu einem bestimmten Thema.",
|
|
37
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
38
|
+
"Project ID or Key": "Projekt-ID oder Schlüssel",
|
|
39
|
+
"Issue Type": "Ticket-Typ",
|
|
40
|
+
"Fields": "Felder",
|
|
41
|
+
"Issue ID or Key": "Ticket-ID oder Schlüssel",
|
|
42
|
+
"Status": "Status",
|
|
43
|
+
"Expand": "Erweitern",
|
|
44
|
+
"Map Field Names": "Kartenfeldnamen",
|
|
45
|
+
"Map Transition Names": "Kartenübergangsnamen",
|
|
46
|
+
"Keyword": "Keyword",
|
|
47
|
+
"JQL": "JQL",
|
|
48
|
+
"Max Results": "Maximale Ergebnisse",
|
|
49
|
+
"Assignee": "Assignee",
|
|
50
|
+
"Attachment": "Anhang",
|
|
51
|
+
"Attachment ID": "Anhang-ID",
|
|
52
|
+
"User": "Benutzer",
|
|
53
|
+
"Comment Body": "Kommentar-Text",
|
|
54
|
+
"Comment ID": "Kommentar-ID",
|
|
55
|
+
"First Issue": "Erster Fall",
|
|
56
|
+
"Link Type": "Link Type",
|
|
57
|
+
"Second Issue": "Zweiter Fall",
|
|
58
|
+
"Order By": "Sortieren nach",
|
|
59
|
+
"Limit": "Limit",
|
|
60
|
+
"Method": "Methode",
|
|
61
|
+
"Headers": "Kopfzeilen",
|
|
62
|
+
"Query Parameters": "Abfrageparameter",
|
|
63
|
+
"Body Type": "Körpertyp",
|
|
64
|
+
"Body": "Körper",
|
|
65
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
66
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
67
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
68
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
69
|
+
"Include additional information about the issue in the response": "Fügen Sie zusätzliche Informationen über das Problem in die Antwort ein",
|
|
70
|
+
"Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden": "Ordnen Sie Namen zu Feldern, gerenderten Feldern, Schema und Bearbeiten von Meta zu.\nAnmerkungen:\n- Dies würde implizit \"Names\" in das Feld\nhinzufügen - Wenn es Felder mit dem gleichen Namen gibt sie können überschrieben werden",
|
|
71
|
+
"Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map": "Mappen Sie menschlich lesbare Namen zu Übergängen.\nAnmerkungen:\n- Wenn es Übergänge mit dem gleichen Namen gibt, sie können überschrieben werden\n- Dies ändert die ursprüngliche Datenstruktur von Liste zu Karte",
|
|
72
|
+
"The JQL query to use in the search": "Die JQL-Abfrage für die Suche",
|
|
73
|
+
"Maximum number of results": "Maximale Anzahl der Ergebnisse",
|
|
74
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
75
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
76
|
+
"Rendered Fields": "Gerenderte Felder",
|
|
77
|
+
"Names": "Namen",
|
|
78
|
+
"Schema": "Schema",
|
|
79
|
+
"Transitions": "Übergänge",
|
|
80
|
+
"Edit Meta": "Edit Meta",
|
|
81
|
+
"Changelog": "Changelog",
|
|
82
|
+
"Created (Descending)": "Erstellt (absteigend)",
|
|
83
|
+
"Created (Ascending)": "Erstellt (absteigend)",
|
|
84
|
+
"GET": "ERHALTEN",
|
|
85
|
+
"POST": "POST",
|
|
86
|
+
"PATCH": "PATCH",
|
|
87
|
+
"PUT": "PUT",
|
|
88
|
+
"DELETE": "LÖSCHEN",
|
|
89
|
+
"HEAD": "HEAD",
|
|
90
|
+
"None": "Keine",
|
|
91
|
+
"JSON": "JSON",
|
|
92
|
+
"Form Data": "Formulardaten",
|
|
93
|
+
"Raw": "Rohe",
|
|
94
|
+
"New Issue": "Neuer Fall",
|
|
95
|
+
"Updated Issue": "Aktualisierter Fall",
|
|
96
|
+
"Updated Issue Status": "Aktualisierter Ticket Status",
|
|
97
|
+
"Triggers when a new issue is created": "Wird ausgelöst, wenn ein neues Problem erstellt wird",
|
|
98
|
+
"Triggers when an issue is updated": "Wird ausgelöst, wenn ein Problem aktualisiert wird",
|
|
99
|
+
"Triggers when an issue status is updated": "Wird ausgelöst, wenn ein Ticket Status aktualisiert wird",
|
|
100
|
+
"Use to filter issues watched": "Verwende es, um beobachtete Probleme zu filtern"
|
|
101
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Issue tracking and project management for Jira Data Center and Server": "Seguimiento de incidencias y gestión de proyectos para Jira Data Center y Servidor",
|
|
3
|
+
"Instance URL": "URL de instancia",
|
|
4
|
+
"Personal Access Token": "Token de acceso personal",
|
|
5
|
+
"The URL of your Jira Data Center instance (e.g. https://jira.yourcompany.com)": "La URL de la instancia de tu Centro de Datos de Jira (por ejemplo, https://jira.yourcompany.com)",
|
|
6
|
+
"Your Jira Data Center Personal Access Token (PAT)": "Su token de acceso personal del Centro de Datos Jira (PAT)",
|
|
7
|
+
"\nTo generate a Personal Access Token (PAT):\n1. Log in to your Jira Data Center instance.\n2. Click your **profile icon** (top-right) → **Profile**.\n3. Go to **Personal Access Tokens** → **Create token**.\n4. Set a name and expiry, then copy the generated token.\n ": "\nTo generate a Personal Access Token (PAT):\n1. Log in to your Jira Data Center instance.\n2. Click your **profile icon** (top-right) → **Profile**.\n3. Go to **Personal Access Tokens** → **Create token**.\n4. Set a name and expiry, then copy the generated token.\n ",
|
|
8
|
+
"Create Issue": "Crear asunto",
|
|
9
|
+
"Update Issue": "Actualizar problema",
|
|
10
|
+
"Get Issue": "Obtener problema",
|
|
11
|
+
"Find User": "Buscar usuario",
|
|
12
|
+
"Search Issues": "Buscar problemas",
|
|
13
|
+
"Assign Issue": "Asignar asunto",
|
|
14
|
+
"Add Attachment to Issue": "Añadir adjunto al problema",
|
|
15
|
+
"Get Issue Attachment": "Obtener archivo adjunto del problema",
|
|
16
|
+
"Add Watcher to Issue": "Añadir Watcher al asunto",
|
|
17
|
+
"Add Issue Comment": "Añadir comentario del asunto",
|
|
18
|
+
"Update Issue Comment": "Actualizar comentario del problema",
|
|
19
|
+
"Link Issues": "Problemas de enlace",
|
|
20
|
+
"List Issue Comments": "Listar comentarios del problema",
|
|
21
|
+
"Delete Issue Comment": "Eliminar Comentario del Problema",
|
|
22
|
+
"Custom API Call": "Llamada API personalizada",
|
|
23
|
+
"Creates a new issue in a project.": "Crea un nuevo asunto en un proyecto.",
|
|
24
|
+
"Updates an existing issue.": "Actualiza un problema existente.",
|
|
25
|
+
"Get issue data.": "Obtener datos del problema.",
|
|
26
|
+
"Finds an existing user.": "Encuentra un usuario existente.",
|
|
27
|
+
"Search for issues with JQL": "Buscar problemas con JQL",
|
|
28
|
+
"Assigns an issue to a user.": "Asigna un problema a un usuario.",
|
|
29
|
+
"Adds an attachment to an issue.": "Añade un archivo adjunto a un problema.",
|
|
30
|
+
"Retrieves an attachment from an issue.": "Recuperar un archivo adjunto de un problema.",
|
|
31
|
+
"Adds a new watcher to an issue.": "Añade un nuevo observador a un problema.",
|
|
32
|
+
"Adds a comment to an issue.": "Añade un comentario a un problema.",
|
|
33
|
+
"Updates a comment to a specific issue.": "Actualiza un comentario a un asunto específico.",
|
|
34
|
+
"Creates a link between two issues.": "Crea un enlace entre dos cuestiones.",
|
|
35
|
+
"Returns all comments for an issue.": "Devuelve todos los comentarios para un problema.",
|
|
36
|
+
"Deletes a comment on a specific issue.": "Elimina un comentario sobre un asunto específico.",
|
|
37
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
38
|
+
"Project ID or Key": "ID o clave del proyecto",
|
|
39
|
+
"Issue Type": "Tipo de asunto",
|
|
40
|
+
"Fields": "Campos",
|
|
41
|
+
"Issue ID or Key": "Emitir ID o Clave",
|
|
42
|
+
"Status": "Estado",
|
|
43
|
+
"Expand": "Expandir",
|
|
44
|
+
"Map Field Names": "Mapa de nombres de campos",
|
|
45
|
+
"Map Transition Names": "Mapear nombres de transición",
|
|
46
|
+
"Keyword": "Keyword",
|
|
47
|
+
"JQL": "JQL",
|
|
48
|
+
"Max Results": "Resultados máximos",
|
|
49
|
+
"Assignee": "Assignee",
|
|
50
|
+
"Attachment": "Adjunto",
|
|
51
|
+
"Attachment ID": "ID de adjunto",
|
|
52
|
+
"User": "Usuario",
|
|
53
|
+
"Comment Body": "Comentar cuerpo",
|
|
54
|
+
"Comment ID": "Comentario ID",
|
|
55
|
+
"First Issue": "Primer asunto",
|
|
56
|
+
"Link Type": "Link Type",
|
|
57
|
+
"Second Issue": "Segundo problema",
|
|
58
|
+
"Order By": "Ordenar por",
|
|
59
|
+
"Limit": "Límite",
|
|
60
|
+
"Method": "Método",
|
|
61
|
+
"Headers": "Encabezados",
|
|
62
|
+
"Query Parameters": "Parámetros de consulta",
|
|
63
|
+
"Body Type": "Tipo de cuerpo",
|
|
64
|
+
"Body": "Cuerpo",
|
|
65
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
66
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
67
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
68
|
+
"Follow redirects": "Seguir redirecciones",
|
|
69
|
+
"Include additional information about the issue in the response": "Incluye información adicional sobre el problema en la respuesta",
|
|
70
|
+
"Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden": "Mapea nombres humanos legibles a Campos, Campos Renderizados, Esquema y Editar Meta.\nhabitación:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, pueden ser anulados",
|
|
71
|
+
"Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map": "Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map",
|
|
72
|
+
"The JQL query to use in the search": "La consulta JQL a usar en la búsqueda",
|
|
73
|
+
"Maximum number of results": "Número máximo de resultados",
|
|
74
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
75
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
76
|
+
"Rendered Fields": "Campos renderizados",
|
|
77
|
+
"Names": "Nombres",
|
|
78
|
+
"Schema": "Esquema",
|
|
79
|
+
"Transitions": "Transiciones",
|
|
80
|
+
"Edit Meta": "Edit Meta",
|
|
81
|
+
"Changelog": "Cambios",
|
|
82
|
+
"Created (Descending)": "Creado (Descendente)",
|
|
83
|
+
"Created (Ascending)": "Creado (Ascendente)",
|
|
84
|
+
"GET": "RECOGER",
|
|
85
|
+
"POST": "POST",
|
|
86
|
+
"PATCH": "PATCH",
|
|
87
|
+
"PUT": "PUT",
|
|
88
|
+
"DELETE": "BORRAR",
|
|
89
|
+
"HEAD": "LIMPIO",
|
|
90
|
+
"None": "Ninguna",
|
|
91
|
+
"JSON": "JSON",
|
|
92
|
+
"Form Data": "Datos de Formulario",
|
|
93
|
+
"Raw": "Rápido",
|
|
94
|
+
"New Issue": "Nuevo problema",
|
|
95
|
+
"Updated Issue": "Problema actualizado",
|
|
96
|
+
"Updated Issue Status": "Estado del asunto actualizado",
|
|
97
|
+
"Triggers when a new issue is created": "Desencadena cuando se crea un nuevo problema",
|
|
98
|
+
"Triggers when an issue is updated": "Dispara cuando se actualiza un problema",
|
|
99
|
+
"Triggers when an issue status is updated": "Dispara cuando se actualiza el estado de una incidencia",
|
|
100
|
+
"Use to filter issues watched": "Utilizar para filtrar problemas vistos"
|
|
101
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Issue tracking and project management for Jira Data Center and Server": "Suivi des problèmes et gestion des projets pour Jira Data Center et le serveur",
|
|
3
|
+
"Instance URL": "URL de l'instance",
|
|
4
|
+
"Personal Access Token": "Jeton d'accès personnel",
|
|
5
|
+
"The URL of your Jira Data Center instance (e.g. https://jira.yourcompany.com)": "L'URL de votre instance Jira Data Center (par exemple https://jira.yourcompany.com)",
|
|
6
|
+
"Your Jira Data Center Personal Access Token (PAT)": "Votre jeton d'accès personnel Jira Data Center (PAT)",
|
|
7
|
+
"\nTo generate a Personal Access Token (PAT):\n1. Log in to your Jira Data Center instance.\n2. Click your **profile icon** (top-right) → **Profile**.\n3. Go to **Personal Access Tokens** → **Create token**.\n4. Set a name and expiry, then copy the generated token.\n ": "\nTo generate a Personal Access Token (PAT):\n1. Log in to your Jira Data Center instance.\n2. Click your **profile icon** (top-right) → **Profile**.\n3. Go to **Personal Access Tokens** → **Create token**.\n4. Set a name and expiry, then copy the generated token.\n ",
|
|
8
|
+
"Create Issue": "Créer un problème",
|
|
9
|
+
"Update Issue": "Mettre à jour le problème",
|
|
10
|
+
"Get Issue": "Obtenir un problème",
|
|
11
|
+
"Find User": "Trouver un utilisateur",
|
|
12
|
+
"Search Issues": "Rechercher des problèmes",
|
|
13
|
+
"Assign Issue": "Assigner un ticket",
|
|
14
|
+
"Add Attachment to Issue": "Ajouter une pièce jointe au ticket",
|
|
15
|
+
"Get Issue Attachment": "Récupérer la pièce jointe",
|
|
16
|
+
"Add Watcher to Issue": "Ajouter un observateur au ticket",
|
|
17
|
+
"Add Issue Comment": "Ajouter un commentaire à un problème",
|
|
18
|
+
"Update Issue Comment": "Commentaire de mise à jour du problème",
|
|
19
|
+
"Link Issues": "Lier les tickets",
|
|
20
|
+
"List Issue Comments": "Lister les commentaires de problèmes",
|
|
21
|
+
"Delete Issue Comment": "Supprimer le commentaire du problème",
|
|
22
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
23
|
+
"Creates a new issue in a project.": "Crée un nouveau ticket dans un projet.",
|
|
24
|
+
"Updates an existing issue.": "Met à jour un ticket existant.",
|
|
25
|
+
"Get issue data.": "Récupérer les données du ticket.",
|
|
26
|
+
"Finds an existing user.": "Trouve un utilisateur existant.",
|
|
27
|
+
"Search for issues with JQL": "Rechercher des problèmes avec JQL",
|
|
28
|
+
"Assigns an issue to a user.": "Assigne un ticket à un utilisateur.",
|
|
29
|
+
"Adds an attachment to an issue.": "Ajoute une pièce jointe à un ticket.",
|
|
30
|
+
"Retrieves an attachment from an issue.": "Récupère une pièce jointe à partir d'un ticket.",
|
|
31
|
+
"Adds a new watcher to an issue.": "Ajoute un nouveau observateur à un ticket.",
|
|
32
|
+
"Adds a comment to an issue.": "Ajoute un commentaire à un ticket.",
|
|
33
|
+
"Updates a comment to a specific issue.": "Met à jour un commentaire à un problème spécifique.",
|
|
34
|
+
"Creates a link between two issues.": "Crée un lien entre deux tickets.",
|
|
35
|
+
"Returns all comments for an issue.": "Renvoie tous les commentaires pour un ticket.",
|
|
36
|
+
"Deletes a comment on a specific issue.": "Supprime un commentaire sur un problème spécifique.",
|
|
37
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
38
|
+
"Project ID or Key": "ID ou clé du projet",
|
|
39
|
+
"Issue Type": "Type de problème",
|
|
40
|
+
"Fields": "Champs",
|
|
41
|
+
"Issue ID or Key": "ID du ticket ou clé",
|
|
42
|
+
"Status": "Statut",
|
|
43
|
+
"Expand": "Agrandir",
|
|
44
|
+
"Map Field Names": "Noms des champs de la carte",
|
|
45
|
+
"Map Transition Names": "Noms de transition de la carte",
|
|
46
|
+
"Keyword": "Keyword",
|
|
47
|
+
"JQL": "JQL",
|
|
48
|
+
"Max Results": "Nombre maximum de résultats",
|
|
49
|
+
"Assignee": "Assignee",
|
|
50
|
+
"Attachment": "Pièce jointe",
|
|
51
|
+
"Attachment ID": "ID de la pièce jointe",
|
|
52
|
+
"User": "Utilisateur",
|
|
53
|
+
"Comment Body": "Corps du commentaire",
|
|
54
|
+
"Comment ID": "ID du commentaire",
|
|
55
|
+
"First Issue": "Premier problème",
|
|
56
|
+
"Link Type": "Link Type",
|
|
57
|
+
"Second Issue": "Deuxième problème",
|
|
58
|
+
"Order By": "Trier par",
|
|
59
|
+
"Limit": "Limite",
|
|
60
|
+
"Method": "Méthode",
|
|
61
|
+
"Headers": "Headers",
|
|
62
|
+
"Query Parameters": "Paramètres de requête",
|
|
63
|
+
"Body Type": "Body Type",
|
|
64
|
+
"Body": "Body",
|
|
65
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
66
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
67
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
68
|
+
"Follow redirects": "Suivre les redirections",
|
|
69
|
+
"Include additional information about the issue in the response": "Inclure des informations supplémentaires sur le problème dans la réponse",
|
|
70
|
+
"Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden": "Mappez les noms lisibles des champs, des champs rendus, du schéma et de la méta d'édition.\nNotes :\n- Ceci ajouterait implicitement \"names\" au champ d'extension\n- Si il y a des champs avec le même nom, ils peuvent être remplacés",
|
|
71
|
+
"Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map": "Associer des noms lisibles à des transitions. Informations sur\n:\n- If there are transitions with the same name, ils peuvent être remplacés\n- Cela change la structure de données d'origine de la liste à la carte",
|
|
72
|
+
"The JQL query to use in the search": "La requête JQL à utiliser dans la recherche",
|
|
73
|
+
"Maximum number of results": "Nombre maximum de résultats",
|
|
74
|
+
"Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
75
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
76
|
+
"Rendered Fields": "Champs Rendu",
|
|
77
|
+
"Names": "Noms",
|
|
78
|
+
"Schema": "Schéma",
|
|
79
|
+
"Transitions": "Transitions",
|
|
80
|
+
"Edit Meta": "Edit Meta",
|
|
81
|
+
"Changelog": "Historique des modifications",
|
|
82
|
+
"Created (Descending)": "Créé (Descendant)",
|
|
83
|
+
"Created (Ascending)": "Créé (Ascendant)",
|
|
84
|
+
"GET": "GET",
|
|
85
|
+
"POST": "POST",
|
|
86
|
+
"PATCH": "PATCH",
|
|
87
|
+
"PUT": "PUT",
|
|
88
|
+
"DELETE": "DELETE",
|
|
89
|
+
"HEAD": "HEAD",
|
|
90
|
+
"None": "Aucun",
|
|
91
|
+
"JSON": "JSON",
|
|
92
|
+
"Form Data": "Données du formulaire",
|
|
93
|
+
"Raw": "Brut",
|
|
94
|
+
"New Issue": "Nouveau problème",
|
|
95
|
+
"Updated Issue": "Problème mis à jour",
|
|
96
|
+
"Updated Issue Status": "Statut du problème mis à jour",
|
|
97
|
+
"Triggers when a new issue is created": "Déclenche quand un nouveau ticket est créé",
|
|
98
|
+
"Triggers when an issue is updated": "Déclenche quand un problème est mis à jour",
|
|
99
|
+
"Triggers when an issue status is updated": "Déclenche quand un statut de ticket est mis à jour",
|
|
100
|
+
"Use to filter issues watched": "Utiliser pour filtrer les problèmes vus"
|
|
101
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Issue tracking and project management for Jira Data Center and Server": "Jira Data Center and Server の問題追跡とプロジェクト管理",
|
|
3
|
+
"Instance URL": "インスタンス URL",
|
|
4
|
+
"Personal Access Token": "パーソナルアクセストークン",
|
|
5
|
+
"The URL of your Jira Data Center instance (e.g. https://jira.yourcompany.com)": "JiraデータセンターインスタンスのURL(例:https://jira.yourcompany.com)",
|
|
6
|
+
"Your Jira Data Center Personal Access Token (PAT)": "Jira Data Center Personal Access Token(PAT)",
|
|
7
|
+
"\nTo generate a Personal Access Token (PAT):\n1. Log in to your Jira Data Center instance.\n2. Click your **profile icon** (top-right) → **Profile**.\n3. Go to **Personal Access Tokens** → **Create token**.\n4. Set a name and expiry, then copy the generated token.\n ": "\nTo generate a Personal Access Token (PAT):\n1. Log in to your Jira Data Center instance.\n2. Click your **profile icon** (top-right) → **Profile**.\n3. Go to **Personal Access Tokens** → **Create token**.\n4. Set a name and expiry, then copy the generated token.\n ",
|
|
8
|
+
"Create Issue": "課題を作成",
|
|
9
|
+
"Update Issue": "問題を更新",
|
|
10
|
+
"Get Issue": "問題を取得",
|
|
11
|
+
"Find User": "ユーザーを検索",
|
|
12
|
+
"Search Issues": "問題を検索",
|
|
13
|
+
"Assign Issue": "課題を割り当てる",
|
|
14
|
+
"Add Attachment to Issue": "課題に添付ファイルを追加",
|
|
15
|
+
"Get Issue Attachment": "課題の添付を取得",
|
|
16
|
+
"Add Watcher to Issue": "ワッチャーを課題に追加",
|
|
17
|
+
"Add Issue Comment": "課題コメントを追加",
|
|
18
|
+
"Update Issue Comment": "課題のコメントを更新",
|
|
19
|
+
"Link Issues": "問題をリンクする",
|
|
20
|
+
"List Issue Comments": "課題のコメントを一覧表示",
|
|
21
|
+
"Delete Issue Comment": "課題のコメントを削除",
|
|
22
|
+
"Custom API Call": "カスタムAPI呼び出し",
|
|
23
|
+
"Creates a new issue in a project.": "プロジェクトで新しい課題を作成します。",
|
|
24
|
+
"Updates an existing issue.": "既存の問題を更新します。",
|
|
25
|
+
"Get issue data.": "課題データを取得します。",
|
|
26
|
+
"Finds an existing user.": "既存のユーザーを検索します。",
|
|
27
|
+
"Search for issues with JQL": "JQL での課題を検索",
|
|
28
|
+
"Assigns an issue to a user.": "ユーザに課題を割り当てます。",
|
|
29
|
+
"Adds an attachment to an issue.": "課題に添付ファイルを追加します。",
|
|
30
|
+
"Retrieves an attachment from an issue.": "課題から添付ファイルを取得します。",
|
|
31
|
+
"Adds a new watcher to an issue.": "新しいウォッチャーを課題に追加します。",
|
|
32
|
+
"Adds a comment to an issue.": "課題にコメントを追加します。",
|
|
33
|
+
"Updates a comment to a specific issue.": "特定の課題にコメントを更新します。",
|
|
34
|
+
"Creates a link between two issues.": "2つの課題間のリンクを作成します。",
|
|
35
|
+
"Returns all comments for an issue.": "課題のすべてのコメントを返します。",
|
|
36
|
+
"Deletes a comment on a specific issue.": "特定の課題に関するコメントを削除します。",
|
|
37
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
38
|
+
"Project ID or Key": "プロジェクト ID またはキー",
|
|
39
|
+
"Issue Type": "課題の種類",
|
|
40
|
+
"Fields": "フィールド",
|
|
41
|
+
"Issue ID or Key": "課題 ID またはキー",
|
|
42
|
+
"Status": "Status",
|
|
43
|
+
"Expand": "展開",
|
|
44
|
+
"Map Field Names": "マップフィールド名",
|
|
45
|
+
"Map Transition Names": "マップのトランジション名",
|
|
46
|
+
"Keyword": "Keyword",
|
|
47
|
+
"JQL": "JQL",
|
|
48
|
+
"Max Results": "最大結果",
|
|
49
|
+
"Assignee": "Assignee",
|
|
50
|
+
"Attachment": "添付ファイル",
|
|
51
|
+
"Attachment ID": "添付ファイルID",
|
|
52
|
+
"User": "ユーザー",
|
|
53
|
+
"Comment Body": "コメント本文",
|
|
54
|
+
"Comment ID": "コメント ID",
|
|
55
|
+
"First Issue": "最初の課題",
|
|
56
|
+
"Link Type": "Link Type",
|
|
57
|
+
"Second Issue": "2号目",
|
|
58
|
+
"Order By": "並び替え",
|
|
59
|
+
"Limit": "制限",
|
|
60
|
+
"Method": "方法",
|
|
61
|
+
"Headers": "ヘッダー",
|
|
62
|
+
"Query Parameters": "クエリパラメータ",
|
|
63
|
+
"Body Type": "ボディタイプ",
|
|
64
|
+
"Body": "本文",
|
|
65
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
66
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
67
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
68
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
69
|
+
"Include additional information about the issue in the response": "問題に関する追加情報を返信に含める",
|
|
70
|
+
"Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden": "人間が読める名前をフィールド、レンダリングされたフィールド、スキーマ、およびメタの編集にマップします。\n備考:\n- 拡張フィールド\n- 同じ名前のフィールドがある場合、暗黙的に「名前」を追加します。 彼らはオーバーライドされるかもしれません",
|
|
71
|
+
"Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map": "Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map",
|
|
72
|
+
"The JQL query to use in the search": "検索で使用する JQL クエリ",
|
|
73
|
+
"Maximum number of results": "結果の最大数",
|
|
74
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
75
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
76
|
+
"Rendered Fields": "レンダリングされたフィールド",
|
|
77
|
+
"Names": "名前",
|
|
78
|
+
"Schema": "スキーマ",
|
|
79
|
+
"Transitions": "トランジション",
|
|
80
|
+
"Edit Meta": "Edit Meta",
|
|
81
|
+
"Changelog": "更新履歴",
|
|
82
|
+
"Created (Descending)": "作成済み (降順)",
|
|
83
|
+
"Created (Ascending)": "作成されました (昇順)",
|
|
84
|
+
"GET": "GET",
|
|
85
|
+
"POST": "POST",
|
|
86
|
+
"PATCH": "PATCH",
|
|
87
|
+
"PUT": "PUT",
|
|
88
|
+
"DELETE": "DELETE",
|
|
89
|
+
"HEAD": "HEAD",
|
|
90
|
+
"None": "なし",
|
|
91
|
+
"JSON": "JSON",
|
|
92
|
+
"Form Data": "フォームデータ",
|
|
93
|
+
"Raw": "Raw",
|
|
94
|
+
"New Issue": "新しい課題",
|
|
95
|
+
"Updated Issue": "更新された課題",
|
|
96
|
+
"Updated Issue Status": "更新された課題ステータス",
|
|
97
|
+
"Triggers when a new issue is created": "新しい課題が作成されたときにトリガーする",
|
|
98
|
+
"Triggers when an issue is updated": "課題が更新されたときに発生する",
|
|
99
|
+
"Triggers when an issue status is updated": "課題の状態が更新されたときに発行されます",
|
|
100
|
+
"Use to filter issues watched": "監視されている課題をフィルタリングするために使用します"
|
|
101
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Issue tracking and project management for Jira Data Center and Server": "Probleem bijhouden en projectbeheer voor Jira Data Center en Server",
|
|
3
|
+
"Instance URL": "Aanleg URL",
|
|
4
|
+
"Personal Access Token": "Persoonlijke toegangstoken",
|
|
5
|
+
"The URL of your Jira Data Center instance (e.g. https://jira.yourcompany.com)": "De URL van uw Jira Data Center instantie (bijv. https://jira.yourcompany.com)",
|
|
6
|
+
"Your Jira Data Center Personal Access Token (PAT)": "Uw Jira Data Center Persoonlijke Toegangstoken (PAT)",
|
|
7
|
+
"\nTo generate a Personal Access Token (PAT):\n1. Log in to your Jira Data Center instance.\n2. Click your **profile icon** (top-right) → **Profile**.\n3. Go to **Personal Access Tokens** → **Create token**.\n4. Set a name and expiry, then copy the generated token.\n ": "\nOm een persoonlijke toegangstoken (PAT):\n1. Log in op uw Jira Data Center instantie.\n2. Klik op het **profielpictogram** (rechtsboven) → **profiel**.\n3. Ga naar **Persoonlijke Toegangstoken** → **Creëer token**.\n4. Stel een naam in en verloop, kopieer dan de gegenereerde token.\n ",
|
|
8
|
+
"Create Issue": "Probleem aanmaken",
|
|
9
|
+
"Update Issue": "Probleem bijwerken",
|
|
10
|
+
"Get Issue": "Probleem ophalen",
|
|
11
|
+
"Find User": "Gebruiker zoeken",
|
|
12
|
+
"Search Issues": "Problemen zoeken",
|
|
13
|
+
"Assign Issue": "Issue toewijzen",
|
|
14
|
+
"Add Attachment to Issue": "Bijlage toevoegen aan issue",
|
|
15
|
+
"Get Issue Attachment": "Verkrijg issue-bijlage",
|
|
16
|
+
"Add Watcher to Issue": "Voeg Watcher toe aan Issue",
|
|
17
|
+
"Add Issue Comment": "Issue Opmerking toevoegen",
|
|
18
|
+
"Update Issue Comment": "Wijzig probleemreactie",
|
|
19
|
+
"Link Issues": "Koppel problemen",
|
|
20
|
+
"List Issue Comments": "Issue reacties weergeven",
|
|
21
|
+
"Delete Issue Comment": "Issue Opmerking verwijderen",
|
|
22
|
+
"Custom API Call": "Custom API Call",
|
|
23
|
+
"Creates a new issue in a project.": "Maakt een nieuw issue aan in een project.",
|
|
24
|
+
"Updates an existing issue.": "Werkt een bestaand probleem bij.",
|
|
25
|
+
"Get issue data.": "Haal probleemgegevens op.",
|
|
26
|
+
"Finds an existing user.": "Vindt een bestaande gebruiker.",
|
|
27
|
+
"Search for issues with JQL": "Zoek naar issues met JQL",
|
|
28
|
+
"Assigns an issue to a user.": "Wijst een issue toe aan een gebruiker.",
|
|
29
|
+
"Adds an attachment to an issue.": "Voegt een bijlage toe aan een probleem.",
|
|
30
|
+
"Retrieves an attachment from an issue.": "Haal een bijlage op van een probleem.",
|
|
31
|
+
"Adds a new watcher to an issue.": "Voegt een nieuwe watcher toe aan een probleem.",
|
|
32
|
+
"Adds a comment to an issue.": "Voegt een reactie toe aan een probleem.",
|
|
33
|
+
"Updates a comment to a specific issue.": "Werkt een opmerking bij een specifiek probleem.",
|
|
34
|
+
"Creates a link between two issues.": "Maakt een verband tussen twee problemen.",
|
|
35
|
+
"Returns all comments for an issue.": "Geeft als resultaat alle reacties op een probleem.",
|
|
36
|
+
"Deletes a comment on a specific issue.": "Verwijdert een reactie op een specifiek probleem.",
|
|
37
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
38
|
+
"Project ID or Key": "Project ID of sleutel",
|
|
39
|
+
"Issue Type": "Type probleem",
|
|
40
|
+
"Fields": "Velden",
|
|
41
|
+
"Issue ID or Key": "Issue ID of sleutel",
|
|
42
|
+
"Status": "status",
|
|
43
|
+
"Expand": "Uitklappen",
|
|
44
|
+
"Map Field Names": "Map veldnamen",
|
|
45
|
+
"Map Transition Names": "Kaart overgangsnamen",
|
|
46
|
+
"Keyword": "Keyword",
|
|
47
|
+
"JQL": "JQL",
|
|
48
|
+
"Max Results": "Max. aantal resultaten",
|
|
49
|
+
"Assignee": "Assignee",
|
|
50
|
+
"Attachment": "Bijlage",
|
|
51
|
+
"Attachment ID": "Bijlage ID",
|
|
52
|
+
"User": "Gebruiker",
|
|
53
|
+
"Comment Body": "Commentaar inhoud",
|
|
54
|
+
"Comment ID": "Commentaar ID",
|
|
55
|
+
"First Issue": "Eerste probleem",
|
|
56
|
+
"Link Type": "Link Type",
|
|
57
|
+
"Second Issue": "Tweede probleem",
|
|
58
|
+
"Order By": "Sorteer op",
|
|
59
|
+
"Limit": "Limiet",
|
|
60
|
+
"Method": "Methode",
|
|
61
|
+
"Headers": "Kopteksten",
|
|
62
|
+
"Query Parameters": "Query parameters",
|
|
63
|
+
"Body Type": "Type lichaam",
|
|
64
|
+
"Body": "Lichaam",
|
|
65
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
66
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
67
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
68
|
+
"Follow redirects": "Volg omleidingen",
|
|
69
|
+
"Include additional information about the issue in the response": "Voeg aanvullende informatie over het probleem toe in de reactie",
|
|
70
|
+
"Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden": "Kaart menselijke leesbare namen naar Fields, Rendered Fields, Schema en Bewerken Meta.\nnotities:\n- Dit zou impliciet \"namen\" toevoegen aan het uitbreidingsveld\n- Als er velden met dezelfde naam zijn ze kunnen worden overschreven",
|
|
71
|
+
"Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map": "Wijs leesbare namen toe aan overgangen.\nnotities:\n- Als er overgangen met dezelfde naam zijn, ze kunnen worden overschreven\n- Hiermee wordt de originele gegevensstructuur van lijst naar kaart gewijzigd",
|
|
72
|
+
"The JQL query to use in the search": "De JQL query te gebruiken in de zoekopdracht",
|
|
73
|
+
"Maximum number of results": "Maximum aantal resultaten",
|
|
74
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
75
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
76
|
+
"Rendered Fields": "Toegestane velden",
|
|
77
|
+
"Names": "Namen",
|
|
78
|
+
"Schema": "Schema",
|
|
79
|
+
"Transitions": "Overgangen",
|
|
80
|
+
"Edit Meta": "Edit Meta",
|
|
81
|
+
"Changelog": "Wijzigingslogboek",
|
|
82
|
+
"Created (Descending)": "Gemaakt (aflopend)",
|
|
83
|
+
"Created (Ascending)": "Aangemaakt (Ascending)",
|
|
84
|
+
"GET": "KRIJG",
|
|
85
|
+
"POST": "POSTE",
|
|
86
|
+
"PATCH": "BEKIJK",
|
|
87
|
+
"PUT": "PUT",
|
|
88
|
+
"DELETE": "VERWIJDEREN",
|
|
89
|
+
"HEAD": "HOOFD",
|
|
90
|
+
"None": "geen",
|
|
91
|
+
"JSON": "JSON",
|
|
92
|
+
"Form Data": "Formulieren gegevens",
|
|
93
|
+
"Raw": "Onbewerkte",
|
|
94
|
+
"New Issue": "Nieuw probleem",
|
|
95
|
+
"Updated Issue": "Probleem bijgewerkt",
|
|
96
|
+
"Updated Issue Status": "Bijgewerkte probleemstatus",
|
|
97
|
+
"Triggers when a new issue is created": "Triggert wanneer een nieuw issue wordt aangemaakt",
|
|
98
|
+
"Triggers when an issue is updated": "Triggert wanneer een issue wordt bijgewerkt",
|
|
99
|
+
"Triggers when an issue status is updated": "Triggert wanneer een issuestatus wordt bijgewerkt",
|
|
100
|
+
"Use to filter issues watched": "Gebruik om problemen te filteren"
|
|
101
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Issue tracking and project management for Jira Data Center and Server": "Rastreamento de problemas e gerenciamento de projetos do Jira Data Center e Server",
|
|
3
|
+
"Instance URL": "Instância URL",
|
|
4
|
+
"Personal Access Token": "Token de acesso pessoal",
|
|
5
|
+
"The URL of your Jira Data Center instance (e.g. https://jira.yourcompany.com)": "A URL da sua instância do Jira Data Center (ex: https://jira.yourcompany.com)",
|
|
6
|
+
"Your Jira Data Center Personal Access Token (PAT)": "Seu Token de Acesso Pessoal do Centro de Dados da Jira (PAT)",
|
|
7
|
+
"\nTo generate a Personal Access Token (PAT):\n1. Log in to your Jira Data Center instance.\n2. Click your **profile icon** (top-right) → **Profile**.\n3. Go to **Personal Access Tokens** → **Create token**.\n4. Set a name and expiry, then copy the generated token.\n ": "\nPara gerar um Token de Acesso Pessoal (PAT):\n1. Faça login na sua instância do Jira Data Center.\n2. Clique no seu **ícone de perfil** (top-right) → **Perfil**.\n3. Vá para **Tokens de Acesso Pessoal** → **Criar token**.\n4. Definir um nome e expiração e, em seguida, copiar o token gerado.\n ",
|
|
8
|
+
"Create Issue": "Criar issue",
|
|
9
|
+
"Update Issue": "Atualizar issue",
|
|
10
|
+
"Get Issue": "Obter problema",
|
|
11
|
+
"Find User": "Localizar usuário",
|
|
12
|
+
"Search Issues": "Pesquisar Problemas",
|
|
13
|
+
"Assign Issue": "Atribuir Issue",
|
|
14
|
+
"Add Attachment to Issue": "Adicionar anexo à issue",
|
|
15
|
+
"Get Issue Attachment": "Obter Anexo da Solicitação",
|
|
16
|
+
"Add Watcher to Issue": "Adicionar Watcher à Issue",
|
|
17
|
+
"Add Issue Comment": "Adicionar comentário à issue",
|
|
18
|
+
"Update Issue Comment": "Atualizar comentário da issue",
|
|
19
|
+
"Link Issues": "Ligar issues",
|
|
20
|
+
"List Issue Comments": "Listar Comentários da Solicitação",
|
|
21
|
+
"Delete Issue Comment": "Excluir comentário da issue",
|
|
22
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
23
|
+
"Creates a new issue in a project.": "Cria uma nova issue em um projeto.",
|
|
24
|
+
"Updates an existing issue.": "Atualiza uma issue existente.",
|
|
25
|
+
"Get issue data.": "Obter dados do problema.",
|
|
26
|
+
"Finds an existing user.": "Localiza um usuário existente.",
|
|
27
|
+
"Search for issues with JQL": "Pesquisar por problemas com JQL",
|
|
28
|
+
"Assigns an issue to a user.": "Atribui uma issue a um usuário.",
|
|
29
|
+
"Adds an attachment to an issue.": "Adiciona um anexo a uma issue.",
|
|
30
|
+
"Retrieves an attachment from an issue.": "Recupera um anexo de uma issue.",
|
|
31
|
+
"Adds a new watcher to an issue.": "Adiciona um novo observador a uma issue.",
|
|
32
|
+
"Adds a comment to an issue.": "Adiciona um comentário a uma issue.",
|
|
33
|
+
"Updates a comment to a specific issue.": "Atualiza um comentário para uma issue específica.",
|
|
34
|
+
"Creates a link between two issues.": "Cria uma ligação entre duas issues.",
|
|
35
|
+
"Returns all comments for an issue.": "Retorna todos os comentários para uma issue.",
|
|
36
|
+
"Deletes a comment on a specific issue.": "Exclui um comentário em uma issue específica.",
|
|
37
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
38
|
+
"Project ID or Key": "ID ou Chave do Projeto",
|
|
39
|
+
"Issue Type": "Tipo de problema",
|
|
40
|
+
"Fields": "campos",
|
|
41
|
+
"Issue ID or Key": "ID ou Chave de Problema",
|
|
42
|
+
"Status": "Estado",
|
|
43
|
+
"Expand": "Expandir",
|
|
44
|
+
"Map Field Names": "Nomes dos Campos do Mapa",
|
|
45
|
+
"Map Transition Names": "Nomes de Transição",
|
|
46
|
+
"Keyword": "Keyword",
|
|
47
|
+
"JQL": "QEQ",
|
|
48
|
+
"Max Results": "Resultados no Máx.",
|
|
49
|
+
"Assignee": "Assignee",
|
|
50
|
+
"Attachment": "Anexo",
|
|
51
|
+
"Attachment ID": "ID do anexo",
|
|
52
|
+
"User": "Usuário",
|
|
53
|
+
"Comment Body": "Corpo do Comentário",
|
|
54
|
+
"Comment ID": "ID do comentário",
|
|
55
|
+
"First Issue": "Primeira Solicitação",
|
|
56
|
+
"Link Type": "Link Type",
|
|
57
|
+
"Second Issue": "Segunda questão",
|
|
58
|
+
"Order By": "Ordenar Por",
|
|
59
|
+
"Limit": "Limitar",
|
|
60
|
+
"Method": "Método",
|
|
61
|
+
"Headers": "Cabeçalhos",
|
|
62
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
63
|
+
"Body Type": "Tipo de Corpo",
|
|
64
|
+
"Body": "Conteúdo",
|
|
65
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
66
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
67
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
68
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
69
|
+
"Include additional information about the issue in the response": "Incluir informações adicionais sobre o problema na resposta",
|
|
70
|
+
"Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden": "Mapear nomes humanos legíveis para Campos, Campos Renderizados, Schema e Editar Meta.\nNotas:\n- Isso iria implicitamente adicionar \"nomes\" ao campo de expansão\n- Se houver campos com o mesmo nome, eles podem ser substituídos",
|
|
71
|
+
"Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map": "Mapear nomes humanos legíveis para transições.\nNotas:\n- Se houver transições com o mesmo nome, podem ser sobrescritos\n- Isso altera a estrutura de dados originais da lista para o mapa",
|
|
72
|
+
"The JQL query to use in the search": "A consulta JQL a ser usada na busca",
|
|
73
|
+
"Maximum number of results": "Número máximo de resultados",
|
|
74
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
75
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
76
|
+
"Rendered Fields": "Campos Renderizados",
|
|
77
|
+
"Names": "Nomes",
|
|
78
|
+
"Schema": "Esquema",
|
|
79
|
+
"Transitions": "Transições",
|
|
80
|
+
"Edit Meta": "Edit Meta",
|
|
81
|
+
"Changelog": "Mudanças",
|
|
82
|
+
"Created (Descending)": "Criado (decrescente)",
|
|
83
|
+
"Created (Ascending)": "Criado (Ascendente)",
|
|
84
|
+
"GET": "OBTER",
|
|
85
|
+
"POST": "POSTAR",
|
|
86
|
+
"PATCH": "COMPRAR",
|
|
87
|
+
"PUT": "COLOCAR",
|
|
88
|
+
"DELETE": "EXCLUIR",
|
|
89
|
+
"HEAD": "CABEÇA",
|
|
90
|
+
"None": "Nenhuma",
|
|
91
|
+
"JSON": "JSON",
|
|
92
|
+
"Form Data": "Dados de Formulário",
|
|
93
|
+
"Raw": "RAW",
|
|
94
|
+
"New Issue": "Nova issue",
|
|
95
|
+
"Updated Issue": "Issue atualizada",
|
|
96
|
+
"Updated Issue Status": "Status atualizado da tarefa",
|
|
97
|
+
"Triggers when a new issue is created": "Dispara quando uma nova issue é criada",
|
|
98
|
+
"Triggers when an issue is updated": "Dispara quando uma issue é atualizada",
|
|
99
|
+
"Triggers when an issue status is updated": "Aciona quando um status de issue é atualizado",
|
|
100
|
+
"Use to filter issues watched": "Use para filtrar issues assistidas"
|
|
101
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Issue tracking and project management for Jira Data Center and Server": "Issue tracking and project management for Jira Data Center and Server",
|
|
3
|
+
"Instance URL": "Instance URL",
|
|
4
|
+
"Personal Access Token": "Personal Access Token",
|
|
5
|
+
"The URL of your Jira Data Center instance (e.g. https://jira.yourcompany.com)": "The URL of your Jira Data Center instance (e.g. https://jira.yourcompany.com)",
|
|
6
|
+
"Your Jira Data Center Personal Access Token (PAT)": "Your Jira Data Center Personal Access Token (PAT)",
|
|
7
|
+
"\nTo generate a Personal Access Token (PAT):\n1. Log in to your Jira Data Center instance.\n2. Click your **profile icon** (top-right) → **Profile**.\n3. Go to **Personal Access Tokens** → **Create token**.\n4. Set a name and expiry, then copy the generated token.\n ": "\nTo generate a Personal Access Token (PAT):\n1. Log in to your Jira Data Center instance.\n2. Click your **profile icon** (top-right) → **Profile**.\n3. Go to **Personal Access Tokens** → **Create token**.\n4. Set a name and expiry, then copy the generated token.\n ",
|
|
8
|
+
"Create Issue": "Create Issue",
|
|
9
|
+
"Update Issue": "Update Issue",
|
|
10
|
+
"Get Issue": "Get Issue",
|
|
11
|
+
"Find User": "Find User",
|
|
12
|
+
"Search Issues": "Search Issues",
|
|
13
|
+
"Assign Issue": "Assign Issue",
|
|
14
|
+
"Add Attachment to Issue": "Add Attachment to Issue",
|
|
15
|
+
"Get Issue Attachment": "Get Issue Attachment",
|
|
16
|
+
"Add Watcher to Issue": "Add Watcher to Issue",
|
|
17
|
+
"Add Issue Comment": "Add Issue Comment",
|
|
18
|
+
"Update Issue Comment": "Update Issue Comment",
|
|
19
|
+
"Link Issues": "Link Issues",
|
|
20
|
+
"List Issue Comments": "List Issue Comments",
|
|
21
|
+
"Delete Issue Comment": "Delete Issue Comment",
|
|
22
|
+
"Custom API Call": "Custom API Call",
|
|
23
|
+
"Creates a new issue in a project.": "Creates a new issue in a project.",
|
|
24
|
+
"Updates an existing issue.": "Updates an existing issue.",
|
|
25
|
+
"Get issue data.": "Get issue data.",
|
|
26
|
+
"Finds an existing user.": "Finds an existing user.",
|
|
27
|
+
"Search for issues with JQL": "Search for issues with JQL",
|
|
28
|
+
"Assigns an issue to a user.": "Assigns an issue to a user.",
|
|
29
|
+
"Adds an attachment to an issue.": "Adds an attachment to an issue.",
|
|
30
|
+
"Retrieves an attachment from an issue.": "Retrieves an attachment from an issue.",
|
|
31
|
+
"Adds a new watcher to an issue.": "Adds a new watcher to an issue.",
|
|
32
|
+
"Adds a comment to an issue.": "Adds a comment to an issue.",
|
|
33
|
+
"Updates a comment to a specific issue.": "Updates a comment to a specific issue.",
|
|
34
|
+
"Creates a link between two issues.": "Creates a link between two issues.",
|
|
35
|
+
"Returns all comments for an issue.": "Returns all comments for an issue.",
|
|
36
|
+
"Deletes a comment on a specific issue.": "Deletes a comment on a specific issue.",
|
|
37
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
38
|
+
"Project ID or Key": "Project ID or Key",
|
|
39
|
+
"Issue Type": "Issue Type",
|
|
40
|
+
"Fields": "Fields",
|
|
41
|
+
"Issue ID or Key": "Issue ID or Key",
|
|
42
|
+
"Status": "Status",
|
|
43
|
+
"Expand": "Expand",
|
|
44
|
+
"Map Field Names": "Map Field Names",
|
|
45
|
+
"Map Transition Names": "Map Transition Names",
|
|
46
|
+
"Keyword": "Keyword",
|
|
47
|
+
"JQL": "JQL",
|
|
48
|
+
"Max Results": "Max Results",
|
|
49
|
+
"Assignee": "Assignee",
|
|
50
|
+
"Attachment": "Attachment",
|
|
51
|
+
"Attachment ID": "Attachment ID",
|
|
52
|
+
"User": "User",
|
|
53
|
+
"Comment Body": "Comment Body",
|
|
54
|
+
"Comment ID": "Comment ID",
|
|
55
|
+
"First Issue": "First Issue",
|
|
56
|
+
"Link Type": "Link Type",
|
|
57
|
+
"Second Issue": "Second Issue",
|
|
58
|
+
"Order By": "Order By",
|
|
59
|
+
"Limit": "Limit",
|
|
60
|
+
"Method": "Method",
|
|
61
|
+
"Headers": "Headers",
|
|
62
|
+
"Query Parameters": "Query Parameters",
|
|
63
|
+
"Body Type": "Body Type",
|
|
64
|
+
"Body": "Body",
|
|
65
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
66
|
+
"No Error on Failure": "No Error on Failure",
|
|
67
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
68
|
+
"Follow redirects": "Follow redirects",
|
|
69
|
+
"Include additional information about the issue in the response": "Include additional information about the issue in the response",
|
|
70
|
+
"Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden": "Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden",
|
|
71
|
+
"Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map": "Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map",
|
|
72
|
+
"The JQL query to use in the search": "The JQL query to use in the search",
|
|
73
|
+
"Maximum number of results": "Maximum number of results",
|
|
74
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
75
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
76
|
+
"Rendered Fields": "Rendered Fields",
|
|
77
|
+
"Names": "Names",
|
|
78
|
+
"Schema": "Schema",
|
|
79
|
+
"Transitions": "Transitions",
|
|
80
|
+
"Edit Meta": "Edit Meta",
|
|
81
|
+
"Changelog": "Changelog",
|
|
82
|
+
"Created (Descending)": "Created (Descending)",
|
|
83
|
+
"Created (Ascending)": "Created (Ascending)",
|
|
84
|
+
"GET": "GET",
|
|
85
|
+
"POST": "POST",
|
|
86
|
+
"PATCH": "PATCH",
|
|
87
|
+
"PUT": "PUT",
|
|
88
|
+
"DELETE": "DELETE",
|
|
89
|
+
"HEAD": "HEAD",
|
|
90
|
+
"None": "None",
|
|
91
|
+
"JSON": "JSON",
|
|
92
|
+
"Form Data": "Form Data",
|
|
93
|
+
"Raw": "Raw",
|
|
94
|
+
"New Issue": "New Issue",
|
|
95
|
+
"Updated Issue": "Updated Issue",
|
|
96
|
+
"Updated Issue Status": "Updated Issue Status",
|
|
97
|
+
"Triggers when a new issue is created": "Triggers when a new issue is created",
|
|
98
|
+
"Triggers when an issue is updated": "Triggers when an issue is updated",
|
|
99
|
+
"Triggers when an issue status is updated": "Triggers when an issue status is updated",
|
|
100
|
+
"Use to filter issues watched": "Use to filter issues watched"
|
|
101
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Issue tracking and project management for Jira Data Center and Server": "Issue tracking and project management for Jira Data Center and Server",
|
|
3
|
+
"Instance URL": "Instance URL",
|
|
4
|
+
"Personal Access Token": "Personal Access Token",
|
|
5
|
+
"The URL of your Jira Data Center instance (e.g. https://jira.yourcompany.com)": "The URL of your Jira Data Center instance (e.g. https://jira.yourcompany.com)",
|
|
6
|
+
"Your Jira Data Center Personal Access Token (PAT)": "Your Jira Data Center Personal Access Token (PAT)",
|
|
7
|
+
"\nTo generate a Personal Access Token (PAT):\n1. Log in to your Jira Data Center instance.\n2. Click your **profile icon** (top-right) → **Profile**.\n3. Go to **Personal Access Tokens** → **Create token**.\n4. Set a name and expiry, then copy the generated token.\n ": "\nTo generate a Personal Access Token (PAT):\n1. Log in to your Jira Data Center instance.\n2. Click your **profile icon** (top-right) → **Profile**.\n3. Go to **Personal Access Tokens** → **Create token**.\n4. Set a name and expiry, then copy the generated token.\n ",
|
|
8
|
+
"Create Issue": "Create Issue",
|
|
9
|
+
"Update Issue": "Update Issue",
|
|
10
|
+
"Get Issue": "Get Issue",
|
|
11
|
+
"Find User": "Find User",
|
|
12
|
+
"Search Issues": "Search Issues",
|
|
13
|
+
"Assign Issue": "Assign Issue",
|
|
14
|
+
"Add Attachment to Issue": "Add Attachment to Issue",
|
|
15
|
+
"Get Issue Attachment": "Get Issue Attachment",
|
|
16
|
+
"Add Watcher to Issue": "Add Watcher to Issue",
|
|
17
|
+
"Add Issue Comment": "Add Issue Comment",
|
|
18
|
+
"Update Issue Comment": "Update Issue Comment",
|
|
19
|
+
"Link Issues": "Link Issues",
|
|
20
|
+
"List Issue Comments": "List Issue Comments",
|
|
21
|
+
"Delete Issue Comment": "Delete Issue Comment",
|
|
22
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
23
|
+
"Creates a new issue in a project.": "Creates a new issue in a project.",
|
|
24
|
+
"Updates an existing issue.": "Updates an existing issue.",
|
|
25
|
+
"Get issue data.": "Get issue data.",
|
|
26
|
+
"Finds an existing user.": "Finds an existing user.",
|
|
27
|
+
"Search for issues with JQL": "Search for issues with JQL",
|
|
28
|
+
"Assigns an issue to a user.": "Assigns an issue to a user.",
|
|
29
|
+
"Adds an attachment to an issue.": "Adds an attachment to an issue.",
|
|
30
|
+
"Retrieves an attachment from an issue.": "Retrieves an attachment from an issue.",
|
|
31
|
+
"Adds a new watcher to an issue.": "Adds a new watcher to an issue.",
|
|
32
|
+
"Adds a comment to an issue.": "Adds a comment to an issue.",
|
|
33
|
+
"Updates a comment to a specific issue.": "Updates a comment to a specific issue.",
|
|
34
|
+
"Creates a link between two issues.": "Creates a link between two issues.",
|
|
35
|
+
"Returns all comments for an issue.": "Returns all comments for an issue.",
|
|
36
|
+
"Deletes a comment on a specific issue.": "Deletes a comment on a specific issue.",
|
|
37
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
38
|
+
"Project ID or Key": "Project ID or Key",
|
|
39
|
+
"Issue Type": "Issue Type",
|
|
40
|
+
"Fields": "Fields",
|
|
41
|
+
"Issue ID or Key": "Issue ID or Key",
|
|
42
|
+
"Status": "状态",
|
|
43
|
+
"Expand": "Expand",
|
|
44
|
+
"Map Field Names": "Map Field Names",
|
|
45
|
+
"Map Transition Names": "Map Transition Names",
|
|
46
|
+
"Keyword": "Keyword",
|
|
47
|
+
"JQL": "JQL",
|
|
48
|
+
"Max Results": "Max Results",
|
|
49
|
+
"Assignee": "Assignee",
|
|
50
|
+
"Attachment": "Attachment",
|
|
51
|
+
"Attachment ID": "Attachment ID",
|
|
52
|
+
"User": "用户",
|
|
53
|
+
"Comment Body": "Comment Body",
|
|
54
|
+
"Comment ID": "Comment ID",
|
|
55
|
+
"First Issue": "First Issue",
|
|
56
|
+
"Link Type": "Link Type",
|
|
57
|
+
"Second Issue": "Second Issue",
|
|
58
|
+
"Order By": "Order By",
|
|
59
|
+
"Limit": "Limit",
|
|
60
|
+
"Method": "方法",
|
|
61
|
+
"Headers": "信头",
|
|
62
|
+
"Query Parameters": "查询参数",
|
|
63
|
+
"Body Type": "Body Type",
|
|
64
|
+
"Body": "正文内容",
|
|
65
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
66
|
+
"No Error on Failure": "失败时没有错误",
|
|
67
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
68
|
+
"Follow redirects": "Follow redirects",
|
|
69
|
+
"Include additional information about the issue in the response": "Include additional information about the issue in the response",
|
|
70
|
+
"Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden": "Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden",
|
|
71
|
+
"Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map": "Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map",
|
|
72
|
+
"The JQL query to use in the search": "The JQL query to use in the search",
|
|
73
|
+
"Maximum number of results": "Maximum number of results",
|
|
74
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
75
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
76
|
+
"Rendered Fields": "Rendered Fields",
|
|
77
|
+
"Names": "Names",
|
|
78
|
+
"Schema": "Schema",
|
|
79
|
+
"Transitions": "Transitions",
|
|
80
|
+
"Edit Meta": "Edit Meta",
|
|
81
|
+
"Changelog": "Changelog",
|
|
82
|
+
"Created (Descending)": "Created (Descending)",
|
|
83
|
+
"Created (Ascending)": "Created (Ascending)",
|
|
84
|
+
"GET": "获取",
|
|
85
|
+
"POST": "帖子",
|
|
86
|
+
"PATCH": "PATCH",
|
|
87
|
+
"PUT": "弹出",
|
|
88
|
+
"DELETE": "删除",
|
|
89
|
+
"HEAD": "黑色",
|
|
90
|
+
"None": "无",
|
|
91
|
+
"JSON": "JSON",
|
|
92
|
+
"Form Data": "表单数据",
|
|
93
|
+
"Raw": "原始文件",
|
|
94
|
+
"New Issue": "New Issue",
|
|
95
|
+
"Updated Issue": "Updated Issue",
|
|
96
|
+
"Updated Issue Status": "Updated Issue Status",
|
|
97
|
+
"Triggers when a new issue is created": "Triggers when a new issue is created",
|
|
98
|
+
"Triggers when an issue is updated": "Triggers when an issue is updated",
|
|
99
|
+
"Triggers when an issue status is updated": "Triggers when an issue status is updated",
|
|
100
|
+
"Use to filter issues watched": "Use to filter issues watched"
|
|
101
|
+
}
|