@activepieces/piece-freshservice 0.1.0 → 0.1.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 +3 -3
- package/src/i18n/de.json +163 -0
- package/src/i18n/es.json +163 -0
- package/src/i18n/fr.json +163 -0
- package/src/i18n/ja.json +163 -0
- package/src/i18n/nl.json +163 -0
- package/src/i18n/pt.json +163 -0
- package/src/i18n/translation.json +60 -1
- package/src/i18n/zh.json +163 -0
- package/src/lib/actions/add-note-to-change.d.ts.map +1 -1
- package/src/lib/actions/add-note-to-change.js +5 -0
- package/src/lib/actions/add-note-to-change.js.map +1 -1
- package/src/lib/actions/add-note-to-ticket.d.ts.map +1 -1
- package/src/lib/actions/add-note-to-ticket.js +5 -0
- package/src/lib/actions/add-note-to-ticket.js.map +1 -1
- package/src/lib/actions/create-change-task.d.ts.map +1 -1
- package/src/lib/actions/create-change-task.js +5 -0
- package/src/lib/actions/create-change-task.js.map +1 -1
- package/src/lib/actions/create-change.d.ts.map +1 -1
- package/src/lib/actions/create-change.js +5 -0
- package/src/lib/actions/create-change.js.map +1 -1
- package/src/lib/actions/create-requester.d.ts.map +1 -1
- package/src/lib/actions/create-requester.js +5 -0
- package/src/lib/actions/create-requester.js.map +1 -1
- package/src/lib/actions/create-ticket.d.ts.map +1 -1
- package/src/lib/actions/create-ticket.js +5 -0
- package/src/lib/actions/create-ticket.js.map +1 -1
- package/src/lib/actions/delete-change-task.d.ts.map +1 -1
- package/src/lib/actions/delete-change-task.js +5 -0
- package/src/lib/actions/delete-change-task.js.map +1 -1
- package/src/lib/actions/delete-change.d.ts.map +1 -1
- package/src/lib/actions/delete-change.js +5 -0
- package/src/lib/actions/delete-change.js.map +1 -1
- package/src/lib/actions/request-ticket-approval.d.ts.map +1 -1
- package/src/lib/actions/request-ticket-approval.js +5 -0
- package/src/lib/actions/request-ticket-approval.js.map +1 -1
- package/src/lib/actions/update-change-task.d.ts.map +1 -1
- package/src/lib/actions/update-change-task.js +5 -0
- package/src/lib/actions/update-change-task.js.map +1 -1
- package/src/lib/actions/update-change.d.ts.map +1 -1
- package/src/lib/actions/update-change.js +5 -0
- package/src/lib/actions/update-change.js.map +1 -1
- package/src/lib/triggers/new-change-task.d.ts.map +1 -1
- package/src/lib/triggers/new-change-task.js +3 -0
- package/src/lib/triggers/new-change-task.js.map +1 -1
- package/src/lib/triggers/new-change.d.ts.map +1 -1
- package/src/lib/triggers/new-change.js +3 -0
- package/src/lib/triggers/new-change.js.map +1 -1
- package/src/lib/triggers/new-requester.d.ts.map +1 -1
- package/src/lib/triggers/new-requester.js +3 -0
- package/src/lib/triggers/new-requester.js.map +1 -1
- package/src/lib/triggers/new-ticket.d.ts.map +1 -1
- package/src/lib/triggers/new-ticket.js +3 -0
- package/src/lib/triggers/new-ticket.js.map +1 -1
- package/src/lib/triggers/updated-change-task.d.ts.map +1 -1
- package/src/lib/triggers/updated-change-task.js +3 -0
- package/src/lib/triggers/updated-change-task.js.map +1 -1
- package/src/lib/triggers/updated-change.d.ts.map +1 -1
- package/src/lib/triggers/updated-change.js +3 -0
- package/src/lib/triggers/updated-change.js.map +1 -1
- package/src/lib/triggers/updated-requester.d.ts.map +1 -1
- package/src/lib/triggers/updated-requester.js +3 -0
- package/src/lib/triggers/updated-requester.js.map +1 -1
- package/src/lib/triggers/updated-ticket.d.ts.map +1 -1
- package/src/lib/triggers/updated-ticket.js +3 -0
- package/src/lib/triggers/updated-ticket.js.map +1 -1
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
{
|
|
2
|
+
"IT service management software for ticketing, asset management, and IT operations.": "チケット発券、資産管理、IT運用のためのITサービス管理ソフトウェア。",
|
|
3
|
+
"Freshservice Domain": "Freshservice Domain",
|
|
4
|
+
"API Key": "API キー",
|
|
5
|
+
"Your Freshservice subdomain (e.g., \"mycompany\" from mycompany.freshservice.com).": "Freshserviceサブドメイン(mycompany.freshservice.comの「mycompany」など)。",
|
|
6
|
+
"Your Freshservice API key from Profile Settings.": "format@@0からFreshservice APIキー。",
|
|
7
|
+
"\nTo get your API key:\n1. Log in to your **Freshservice** account as an agent.\n2. Click your **profile picture** in the top-right corner.\n3. Go to **Profile Settings**.\n4. Your API key is displayed on the right side of the page.\n\nFor the domain, enter only the subdomain. For example, if your URL is **mycompany.freshservice.com**, enter **mycompany**.\n ": "\nTo get your API key:\n1. Log in to your **Freshservice** account as an agent.\n2. Click your **profile picture** in the top-right corner.\n3. Go to **Profile Settings**.\n4. Your API key is displayed on the right side of the page.\n\nFor the domain, enter only the subdomain. For example, if your URL is **mycompany.freshservice.com**, enter **mycompany**.\n ",
|
|
8
|
+
"Create Ticket": "チケットを作成",
|
|
9
|
+
"Add Note to Ticket": "注記をチケットに追加",
|
|
10
|
+
"Create Requester": "依頼者を作成",
|
|
11
|
+
"Request Ticket Approval": "チケット承認をリクエストする",
|
|
12
|
+
"Create Change": "変更を作成",
|
|
13
|
+
"Update Change": "更新の変更",
|
|
14
|
+
"Delete Change": "変更を削除",
|
|
15
|
+
"Add Note to Change": "変更にメモを追加",
|
|
16
|
+
"Create Change Task": "変更タスクを作成",
|
|
17
|
+
"Update Change Task": "変更タスクを更新",
|
|
18
|
+
"Delete Change Task": "変更タスクを削除",
|
|
19
|
+
"Custom API Call": "カスタムAPI呼び出し",
|
|
20
|
+
"Creates a new ticket in Freshservice.": "Freshserviceで新しいチケットを作成します。",
|
|
21
|
+
"Adds a private or public note to an existing ticket.": "既存のチケットにプライベートまたはパブリックノートを追加します。",
|
|
22
|
+
"Creates a new requester (end user) in Freshservice.": "Freshserviceに新しいリクエスター(エンドユーザー)を作成します。",
|
|
23
|
+
"Requests approval for a ticket from a specified agent.": "特定のエージェントからチケットの承認を要求します。",
|
|
24
|
+
"Creates a new change request in Freshservice.": "Freshserviceで新しい変更リクエストを作成します。",
|
|
25
|
+
"Updates an existing change request in Freshservice.": "Freshserviceの既存の変更リクエストを更新します。",
|
|
26
|
+
"Deletes a change request from Freshservice.": "Freshserviceから変更リクエストを削除します。",
|
|
27
|
+
"Adds a private or public note to an existing change request.": "既存の変更リクエストにプライベートまたはパブリックノートを追加します。",
|
|
28
|
+
"Creates a new task on a change request in Freshservice.": "Freshserviceの変更リクエストに新しいタスクを作成します。",
|
|
29
|
+
"Updates an existing task on a change request in Freshservice.": "Freshserviceの変更リクエストで既存のタスクを更新します。",
|
|
30
|
+
"Deletes a task from a change request in Freshservice.": "Freshserviceの変更リクエストからタスクを削除します。",
|
|
31
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
32
|
+
"Subject": "件名",
|
|
33
|
+
"Description": "Description",
|
|
34
|
+
"Requester": "要求者",
|
|
35
|
+
"Status": "Status",
|
|
36
|
+
"Priority": "優先度",
|
|
37
|
+
"Source": "ソース",
|
|
38
|
+
"Urgency": "<unk>",
|
|
39
|
+
"Impact": "影響",
|
|
40
|
+
"Type": "タイプ",
|
|
41
|
+
"Agent": "エージェント",
|
|
42
|
+
"Department": "部門",
|
|
43
|
+
"Group": "グループ",
|
|
44
|
+
"Category": "カテゴリ",
|
|
45
|
+
"Sub Category": "サブカテゴリ",
|
|
46
|
+
"Tags": "タグ",
|
|
47
|
+
"Custom Fields": "カスタムフィールド",
|
|
48
|
+
"Ticket": "チケット",
|
|
49
|
+
"Note Content": "ノートコンテンツ",
|
|
50
|
+
"Private Note": "プライベートメモ",
|
|
51
|
+
"First Name": "名",
|
|
52
|
+
"Email": "Eメールアドレス",
|
|
53
|
+
"Last Name": "Last Name",
|
|
54
|
+
"Job Title": "役職名",
|
|
55
|
+
"Work Phone": "勤務先電話番号",
|
|
56
|
+
"Mobile Phone": "携帯電話",
|
|
57
|
+
"Approval Type": "承認タイプ",
|
|
58
|
+
"Risk": "リスク",
|
|
59
|
+
"Change Type": "種類の変更",
|
|
60
|
+
"Planned Start Date": "予定開始日",
|
|
61
|
+
"Planned End Date": "予定終了日",
|
|
62
|
+
"Item Category": "項目カテゴリー",
|
|
63
|
+
"Change": "変更",
|
|
64
|
+
"Title": "タイトル",
|
|
65
|
+
"Task Status": "タスクの状態",
|
|
66
|
+
"Due Date": "締切日",
|
|
67
|
+
"Notify Before (seconds)": "通知前 (秒)",
|
|
68
|
+
"Task ID": "Task ID",
|
|
69
|
+
"Method": "方法",
|
|
70
|
+
"Headers": "ヘッダー",
|
|
71
|
+
"Query Parameters": "クエリパラメータ",
|
|
72
|
+
"Body Type": "ボディタイプ",
|
|
73
|
+
"Body": "本文",
|
|
74
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
75
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
76
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
77
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
78
|
+
"The subject of the ticket.": "チケットの件名。",
|
|
79
|
+
"HTML content of the ticket. You can use basic HTML tags for formatting.": "チケットのHTMLコンテンツ。書式設定には基本的なHTMLタグを使用できます。",
|
|
80
|
+
"The type of ticket (e.g., Incident, Service Request).": "チケットの種類(例:インシデント、サービスリクエスト)。",
|
|
81
|
+
"The category of the ticket.": "チケットのカテゴリ",
|
|
82
|
+
"The sub-category of the ticket.": "チケットのサブカテゴリ。",
|
|
83
|
+
"Tags to add to the ticket.": "チケットに追加するタグ。",
|
|
84
|
+
"A JSON object of custom field names and values.": "カスタムフィールド名と値の JSON オブジェクト。",
|
|
85
|
+
"The content of the note. HTML is supported.": "ノートの内容。HTMLがサポートされています。",
|
|
86
|
+
"If checked, the note is only visible to agents. If unchecked, the requester can also see it.": "チェックされている場合、ノートはエージェントにのみ表示されます。チェックを外すと、要求者にも表示されます。",
|
|
87
|
+
"The first name of the requester.": "要求者の名",
|
|
88
|
+
"The primary email address of the requester.": "リクエスターのプライマリEメールアドレス。",
|
|
89
|
+
"The last name of the requester.": "要求者の姓。",
|
|
90
|
+
"The job title of the requester.": "依頼者の職名。",
|
|
91
|
+
"The work phone number of the requester.": "依頼者の勤務先電話番号。",
|
|
92
|
+
"The mobile phone number of the requester.": "依頼者の携帯電話番号。",
|
|
93
|
+
"How approval is determined when there are multiple approvers.": "複数の承認者が存在する場合、どのように承認が決定されます。",
|
|
94
|
+
"The subject of the change.": "変更の対象。",
|
|
95
|
+
"HTML content describing the change.": "変更を説明する HTML コンテンツ。",
|
|
96
|
+
"Planned start date and time (ISO 8601, e.g. 2025-01-15T09:00:00Z).": "開始予定日時(ISO 8601、例:2025-01-15T09:00Z)。",
|
|
97
|
+
"Planned end date and time (ISO 8601, e.g. 2025-01-15T17:00:00Z).": "計画終了日時(例:2025-01-15T17:00Z)。",
|
|
98
|
+
"Category of the change.": "カテゴリの変更。",
|
|
99
|
+
"Sub-category of the change.": "変更のサブカテゴリ。",
|
|
100
|
+
"Item category of the change.": "変更の項目カテゴリー",
|
|
101
|
+
"New subject for the change.": "変更のための新しい主題。",
|
|
102
|
+
"The title of the task.": "タスクのタイトル",
|
|
103
|
+
"Description of the task.": "タスクの説明。",
|
|
104
|
+
"Task due date and time (ISO 8601, e.g. 2025-01-15T17:00:00Z).": "タスクの締切日時(例:2025-01-15T17:00Z)。",
|
|
105
|
+
"Time in seconds before the due date to send a reminder notification.": "リマインダー通知を送信する期日前の秒数。",
|
|
106
|
+
"The ID of the task to update.": "更新するタスクのID。",
|
|
107
|
+
"New title for the task.": "タスクの新しいタイトル",
|
|
108
|
+
"The ID of the task to delete.": "削除するタスクのID。",
|
|
109
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
110
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
111
|
+
"Open": "開く",
|
|
112
|
+
"Pending": "処理待ち",
|
|
113
|
+
"Resolved": "解決済み",
|
|
114
|
+
"Closed": "クローズ済み",
|
|
115
|
+
"Low": "低い",
|
|
116
|
+
"Medium": "ミディアム",
|
|
117
|
+
"High": "高い",
|
|
118
|
+
"Urgent": "urgent",
|
|
119
|
+
"Portal": "ポータル",
|
|
120
|
+
"Phone": "電話番号",
|
|
121
|
+
"Chat": "チャット",
|
|
122
|
+
"Feedback Widget": "フィードバックウィジェット",
|
|
123
|
+
"Outbound Email": "送信メール",
|
|
124
|
+
"All must approve": "すべて承認する必要があります",
|
|
125
|
+
"Any one can approve": "誰でも承認できます",
|
|
126
|
+
"Planning": "計画",
|
|
127
|
+
"Approval": "承認",
|
|
128
|
+
"Pending Release": "リリース待ち",
|
|
129
|
+
"Pending Review": "保留中のレビュー",
|
|
130
|
+
"Very High": "非常に高い",
|
|
131
|
+
"Minor": "Minor",
|
|
132
|
+
"Standard": "標準",
|
|
133
|
+
"Major": "Major",
|
|
134
|
+
"Emergency": "Emergency",
|
|
135
|
+
"In Progress": "進行中",
|
|
136
|
+
"Completed": "完了",
|
|
137
|
+
"GET": "GET",
|
|
138
|
+
"POST": "POST",
|
|
139
|
+
"PATCH": "PATCH",
|
|
140
|
+
"PUT": "PUT",
|
|
141
|
+
"DELETE": "DELETE",
|
|
142
|
+
"HEAD": "HEAD",
|
|
143
|
+
"None": "なし",
|
|
144
|
+
"JSON": "JSON",
|
|
145
|
+
"Form Data": "フォームデータ",
|
|
146
|
+
"Raw": "Raw",
|
|
147
|
+
"New Ticket": "新規チケット",
|
|
148
|
+
"Updated Ticket": "更新されたチケット",
|
|
149
|
+
"New Requester": "新しいリクエスト",
|
|
150
|
+
"Updated Requester": "更新された要求者",
|
|
151
|
+
"New Change": "新しい変更",
|
|
152
|
+
"Updated Change": "更新された変更",
|
|
153
|
+
"New Change Task": "新しい変更タスク",
|
|
154
|
+
"Updated Change Task": "更新された変更タスク",
|
|
155
|
+
"Triggers when a new ticket is created in Freshservice.": "Freshserviceで新しいチケットが作成されたときに発生します。",
|
|
156
|
+
"Triggers when an existing ticket is updated in Freshservice.": "Freshserviceで既存のチケットが更新されたときにトリガーされます。",
|
|
157
|
+
"Triggers when a new requester (user) is created in Freshservice.": "Freshserviceで新しいリクエスター(ユーザー)が作成されたときにトリガーされます。",
|
|
158
|
+
"Triggers when an existing requester is updated in Freshservice.": "Freshservice で既存の要求者が更新されたときにトリガーします。",
|
|
159
|
+
"Triggers when a new change request is created in Freshservice.": "Freshserviceで新しい変更リクエストが作成されたときにトリガーします。",
|
|
160
|
+
"Triggers when an existing change request is updated in Freshservice. Note: newly created changes may also fire this trigger because their updated_at matches created_at.": "Freshserviceで既存の変更リクエストが更新されたときにトリガーされます。注:updated_at matchがcreated_atと一致するため、新たに作成された変更はトリガーを発生させることがあります。",
|
|
161
|
+
"Triggers when a new task is created on a specific change request.": "特定の変更要求に新しいタスクが作成されたときにトリガーされます。",
|
|
162
|
+
"Triggers when a task on a specific change request is updated. Note: newly created tasks may also fire this trigger because their updated_at matches created_at.": "特定の変更リクエストのタスクが更新されたときにトリガーされます。注意: updated_at matchのcreated_at が一致するため、新しく作成されたタスクはこのトリガーを発行する場合があります。"
|
|
163
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
{
|
|
2
|
+
"IT service management software for ticketing, asset management, and IT operations.": "IT-service beheer software voor ticketing, asset management en IT operaties.",
|
|
3
|
+
"Freshservice Domain": "Freshservice domein",
|
|
4
|
+
"API Key": "API Sleutel",
|
|
5
|
+
"Your Freshservice subdomain (e.g., \"mycompany\" from mycompany.freshservice.com).": "Uw Freshservice subdomein (bijv. \"mijnbedrijf\" van mijnbedrijf.freshservice.com).",
|
|
6
|
+
"Your Freshservice API key from Profile Settings.": "Uw API-sleutel voor de Freshservice via profielinstellingen.",
|
|
7
|
+
"\nTo get your API key:\n1. Log in to your **Freshservice** account as an agent.\n2. Click your **profile picture** in the top-right corner.\n3. Go to **Profile Settings**.\n4. Your API key is displayed on the right side of the page.\n\nFor the domain, enter only the subdomain. For example, if your URL is **mycompany.freshservice.com**, enter **mycompany**.\n ": "\nOm je API-sleutel te verkrijgen:\n1. Log in op je **Freshservice** account als agent.\n2. Klik op je **profielfoto** in de rechterbovenhoek.\n3. Ga naar **Profielinstellingen**.\n4. Uw API-sleutel wordt weergegeven aan de rechterkant van de pagina.\n\nVoor het domein, voer alleen het subdomein in. Als uw URL bijvoorbeeld **mijnbedrijf.freshservice.com** is, voer dan **mijnbedrijf** in.\n ",
|
|
8
|
+
"Create Ticket": "Ticket aanmaken",
|
|
9
|
+
"Add Note to Ticket": "Notitie toevoegen aan ticket",
|
|
10
|
+
"Create Requester": "Aanvrager aanmaken",
|
|
11
|
+
"Request Ticket Approval": "Ticket goedkeuring aanvragen",
|
|
12
|
+
"Create Change": "Wijziging aanmaken",
|
|
13
|
+
"Update Change": "Verandering bijwerken",
|
|
14
|
+
"Delete Change": "Verandering verwijderen",
|
|
15
|
+
"Add Note to Change": "Notitie toevoegen om te wijzigen",
|
|
16
|
+
"Create Change Task": "Maak Wijzigingstaak",
|
|
17
|
+
"Update Change Task": "Update Taak",
|
|
18
|
+
"Delete Change Task": "Verwijder Wijzigingstaak",
|
|
19
|
+
"Custom API Call": "Custom API Call",
|
|
20
|
+
"Creates a new ticket in Freshservice.": "Maakt een nieuw ticket in Freshservice.",
|
|
21
|
+
"Adds a private or public note to an existing ticket.": "Voegt een privé of openbare notitie toe aan een bestaand ticket.",
|
|
22
|
+
"Creates a new requester (end user) in Freshservice.": "Maakt een nieuwe aanvrager (eindgebruiker) aan in Freshservice.",
|
|
23
|
+
"Requests approval for a ticket from a specified agent.": "Verzoek om goedkeuring van een ticket van een opgegeven agent.",
|
|
24
|
+
"Creates a new change request in Freshservice.": "Maakt een nieuw wijzigingsverzoek in Freshservice.",
|
|
25
|
+
"Updates an existing change request in Freshservice.": "Werkt een bestaand wijzigingsverzoek bij in Freshservice.",
|
|
26
|
+
"Deletes a change request from Freshservice.": "Verwijdert een wijzigingsverzoek van Freshservice.",
|
|
27
|
+
"Adds a private or public note to an existing change request.": "Voegt een privé of publiek notitie toe aan een bestaand wijzigingsverzoek.",
|
|
28
|
+
"Creates a new task on a change request in Freshservice.": "Maakt een nieuwe taak aan op een wijzigingsverzoek in Freshservice.",
|
|
29
|
+
"Updates an existing task on a change request in Freshservice.": "Werkt een bestaande taak bij op een wijzigingsverzoek in Freshservice.",
|
|
30
|
+
"Deletes a task from a change request in Freshservice.": "Verwijdert een taak van een wijzigingsverzoek in Freshservice.",
|
|
31
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
32
|
+
"Subject": "Onderwerp",
|
|
33
|
+
"Description": "Beschrijving",
|
|
34
|
+
"Requester": "Aanvrager",
|
|
35
|
+
"Status": "status",
|
|
36
|
+
"Priority": "Prioriteit",
|
|
37
|
+
"Source": "Bron",
|
|
38
|
+
"Urgency": "Urgentie",
|
|
39
|
+
"Impact": "Invloed",
|
|
40
|
+
"Type": "Type",
|
|
41
|
+
"Agent": "Agent",
|
|
42
|
+
"Department": "Afdeling",
|
|
43
|
+
"Group": "Groeperen",
|
|
44
|
+
"Category": "categorie",
|
|
45
|
+
"Sub Category": "Sub Categorie",
|
|
46
|
+
"Tags": "Labels",
|
|
47
|
+
"Custom Fields": "Aangepaste velden",
|
|
48
|
+
"Ticket": "Ticketsysteem",
|
|
49
|
+
"Note Content": "Notitie inhoud",
|
|
50
|
+
"Private Note": "Privé notitie",
|
|
51
|
+
"First Name": "Voornaam",
|
|
52
|
+
"Email": "E-mail",
|
|
53
|
+
"Last Name": "Achternaam",
|
|
54
|
+
"Job Title": "Job titel",
|
|
55
|
+
"Work Phone": "Telefoon werk",
|
|
56
|
+
"Mobile Phone": "Telefoon (mobiel)",
|
|
57
|
+
"Approval Type": "Type goedkeuring",
|
|
58
|
+
"Risk": "Risico",
|
|
59
|
+
"Change Type": "Type wijzigen",
|
|
60
|
+
"Planned Start Date": "Geplande begindatum",
|
|
61
|
+
"Planned End Date": "Geplande einddatum",
|
|
62
|
+
"Item Category": "Artikel categorie",
|
|
63
|
+
"Change": "Veranderen",
|
|
64
|
+
"Title": "Aanspreektitel",
|
|
65
|
+
"Task Status": "Taak status",
|
|
66
|
+
"Due Date": "Inleverdatum",
|
|
67
|
+
"Notify Before (seconds)": "Melden vóór (seconden)",
|
|
68
|
+
"Task ID": "Task ID",
|
|
69
|
+
"Method": "Methode",
|
|
70
|
+
"Headers": "Kopteksten",
|
|
71
|
+
"Query Parameters": "Query parameters",
|
|
72
|
+
"Body Type": "Type lichaam",
|
|
73
|
+
"Body": "Lichaam",
|
|
74
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
75
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
76
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
77
|
+
"Follow redirects": "Volg omleidingen",
|
|
78
|
+
"The subject of the ticket.": "Het onderwerp van het ticket.",
|
|
79
|
+
"HTML content of the ticket. You can use basic HTML tags for formatting.": "HTML-inhoud van het ticket. U kunt de basis HTML-tags gebruiken voor het formatteren.",
|
|
80
|
+
"The type of ticket (e.g., Incident, Service Request).": "Het type ticket (bijv. Incident, Service Request).",
|
|
81
|
+
"The category of the ticket.": "De categorie van het ticket.",
|
|
82
|
+
"The sub-category of the ticket.": "De subcategorie van het ticket.",
|
|
83
|
+
"Tags to add to the ticket.": "Tags om toe te voegen aan het ticket.",
|
|
84
|
+
"A JSON object of custom field names and values.": "Een JSON-object van aangepaste veldnamen en waarden.",
|
|
85
|
+
"The content of the note. HTML is supported.": "De inhoud van de notitie. HTML wordt ondersteund.",
|
|
86
|
+
"If checked, the note is only visible to agents. If unchecked, the requester can also see it.": "Indien aangevinkt, is de notitie alleen zichtbaar voor agenten. Indien niet aangevinkt, kan de aanvrager deze ook zien.",
|
|
87
|
+
"The first name of the requester.": "De voornaam van de aanvrager.",
|
|
88
|
+
"The primary email address of the requester.": "Het primaire e-mailadres van de aanvrager.",
|
|
89
|
+
"The last name of the requester.": "De achternaam van de aanvrager.",
|
|
90
|
+
"The job title of the requester.": "De job titel van de aanvrager.",
|
|
91
|
+
"The work phone number of the requester.": "Het werktelefoonnummer van de aanvrager.",
|
|
92
|
+
"The mobile phone number of the requester.": "Het mobiele telefoonnummer van de aanvrager.",
|
|
93
|
+
"How approval is determined when there are multiple approvers.": "Hoe de goedkeuring wordt bepaald wanneer er meerdere goedkeurders zijn.",
|
|
94
|
+
"The subject of the change.": "Het onderwerp van de verandering.",
|
|
95
|
+
"HTML content describing the change.": "HTML-inhoud die de verandering beschrijft.",
|
|
96
|
+
"Planned start date and time (ISO 8601, e.g. 2025-01-15T09:00:00Z).": "Startdatum en tijd gepland (ISO 8601, bijv. 2025-01-15T09:00:00Z).",
|
|
97
|
+
"Planned end date and time (ISO 8601, e.g. 2025-01-15T17:00:00Z).": "Geplande einddatum en tijd (ISO 8601, bijv. 2025-01-15T17:00:00Z).",
|
|
98
|
+
"Category of the change.": "Categorie van de wijziging.",
|
|
99
|
+
"Sub-category of the change.": "Subcategorie van de wijziging.",
|
|
100
|
+
"Item category of the change.": "Artikelcategorie van de wijziging.",
|
|
101
|
+
"New subject for the change.": "Nieuw onderwerp voor de wijziging.",
|
|
102
|
+
"The title of the task.": "De titel van de taak.",
|
|
103
|
+
"Description of the task.": "Beschrijving van de taak.",
|
|
104
|
+
"Task due date and time (ISO 8601, e.g. 2025-01-15T17:00:00Z).": "Vervaldatum en tijd van de taak (ISO 8601, bijv. 2025-01-15T17:00:00Z).",
|
|
105
|
+
"Time in seconds before the due date to send a reminder notification.": "Tijd in seconden voor de vervaldatum om een herinnering te sturen.",
|
|
106
|
+
"The ID of the task to update.": "De ID van de taak om bij te werken.",
|
|
107
|
+
"New title for the task.": "Nieuwe titel voor de taak.",
|
|
108
|
+
"The ID of the task to delete.": "Het ID van de taak om te verwijderen.",
|
|
109
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
110
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
111
|
+
"Open": "Open",
|
|
112
|
+
"Pending": "In behandeling",
|
|
113
|
+
"Resolved": "Opgelost",
|
|
114
|
+
"Closed": "gesloten",
|
|
115
|
+
"Low": "laag",
|
|
116
|
+
"Medium": "Middelgroot",
|
|
117
|
+
"High": "hoog",
|
|
118
|
+
"Urgent": "Dringend",
|
|
119
|
+
"Portal": "Portaal",
|
|
120
|
+
"Phone": "Telefoonnummer",
|
|
121
|
+
"Chat": "Chatten",
|
|
122
|
+
"Feedback Widget": "Feedback widget",
|
|
123
|
+
"Outbound Email": "Uitgaande e-mail",
|
|
124
|
+
"All must approve": "Alles moet goedkeuren",
|
|
125
|
+
"Any one can approve": "Elke kan goedkeuren",
|
|
126
|
+
"Planning": "Planning",
|
|
127
|
+
"Approval": "Goedkeuring",
|
|
128
|
+
"Pending Release": "Openstaande versie",
|
|
129
|
+
"Pending Review": "Beoordeling in afwachting",
|
|
130
|
+
"Very High": "Zeer hoog",
|
|
131
|
+
"Minor": "Klein",
|
|
132
|
+
"Standard": "Standaard",
|
|
133
|
+
"Major": "Groot",
|
|
134
|
+
"Emergency": "Noodgevallen",
|
|
135
|
+
"In Progress": "In uitvoering",
|
|
136
|
+
"Completed": "Voltooid",
|
|
137
|
+
"GET": "KRIJG",
|
|
138
|
+
"POST": "POSTE",
|
|
139
|
+
"PATCH": "BEKIJK",
|
|
140
|
+
"PUT": "PUT",
|
|
141
|
+
"DELETE": "VERWIJDEREN",
|
|
142
|
+
"HEAD": "HOOFD",
|
|
143
|
+
"None": "geen",
|
|
144
|
+
"JSON": "JSON",
|
|
145
|
+
"Form Data": "Formulieren gegevens",
|
|
146
|
+
"Raw": "Onbewerkte",
|
|
147
|
+
"New Ticket": "Nieuw ticket",
|
|
148
|
+
"Updated Ticket": "Ticket bijgewerkt",
|
|
149
|
+
"New Requester": "Nieuwe aanvrager",
|
|
150
|
+
"Updated Requester": "Bijgewerkt aanvrager",
|
|
151
|
+
"New Change": "Nieuwe wijziging",
|
|
152
|
+
"Updated Change": "Wijziging bijgewerkt",
|
|
153
|
+
"New Change Task": "Nieuwe wijzigingstaak",
|
|
154
|
+
"Updated Change Task": "Wijzigingstaak bijgewerkt",
|
|
155
|
+
"Triggers when a new ticket is created in Freshservice.": "Triggert wanneer een nieuw ticket wordt aangemaakt in Freshservice.",
|
|
156
|
+
"Triggers when an existing ticket is updated in Freshservice.": "Triggert wanneer een bestaand ticket wordt bijgewerkt in Freshservice.",
|
|
157
|
+
"Triggers when a new requester (user) is created in Freshservice.": "Wordt geactiveerd wanneer een nieuwe aanvrager (gebruiker) is aangemaakt in Freshservice.",
|
|
158
|
+
"Triggers when an existing requester is updated in Freshservice.": "Triggert wanneer een bestaande aanvrager wordt bijgewerkt in Freshservice.",
|
|
159
|
+
"Triggers when a new change request is created in Freshservice.": "Triggert wanneer een nieuw wijzigingsverzoek is aangemaakt in Freshservice.",
|
|
160
|
+
"Triggers when an existing change request is updated in Freshservice. Note: newly created changes may also fire this trigger because their updated_at matches created_at.": "Triggert wanneer een bestaand wijzigingsverzoek wordt bijgewerkt in Freshservice. Opmerking: nieuwe wijzigingen kunnen ook deze trigger in vuur en vlam zetten, omdat hun bijgewerkt_op overeenkomsten die aangemaakt zijn_at.",
|
|
161
|
+
"Triggers when a new task is created on a specific change request.": "Triggert wanneer een nieuwe taak wordt aangemaakt op een specifiek wijzigingsverzoek.",
|
|
162
|
+
"Triggers when a task on a specific change request is updated. Note: newly created tasks may also fire this trigger because their updated_at matches created_at.": "Triggers wanneer een taak op een specifieke wijzigingsverzoek wordt bijgewerkt. Opmerking: nieuwe taken kunnen ook deze trigger in vuur en vlam zetten, omdat hun updated_op matches created_at."
|
|
163
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
{
|
|
2
|
+
"IT service management software for ticketing, asset management, and IT operations.": "Software de gerenciamento de serviços de TI para ticketing, gerenciamento de ativos e operações TI.",
|
|
3
|
+
"Freshservice Domain": "Domínio de Serviços Recentes",
|
|
4
|
+
"API Key": "Chave de API",
|
|
5
|
+
"Your Freshservice subdomain (e.g., \"mycompany\" from mycompany.freshservice.com).": "Seu subdomínio de serviço automático (ex: \"minhaempresa\" de minhaempresa.com).",
|
|
6
|
+
"Your Freshservice API key from Profile Settings.": "Sua chave Freshservice API das Configurações de Perfil.",
|
|
7
|
+
"\nTo get your API key:\n1. Log in to your **Freshservice** account as an agent.\n2. Click your **profile picture** in the top-right corner.\n3. Go to **Profile Settings**.\n4. Your API key is displayed on the right side of the page.\n\nFor the domain, enter only the subdomain. For example, if your URL is **mycompany.freshservice.com**, enter **mycompany**.\n ": "\nTo get your API key:\n1. Log in to your **Freshservice** account as an agent.\n2. Click your **profile picture** in the top-right corner.\n3. Go to **Profile Settings**.\n4. Your API key is displayed on the right side of the page.\n\nFor the domain, enter only the subdomain. For example, if your URL is **mycompany.freshservice.com**, enter **mycompany**.\n ",
|
|
8
|
+
"Create Ticket": "Criar Ticket",
|
|
9
|
+
"Add Note to Ticket": "Adicionar Nota ao Ticket",
|
|
10
|
+
"Create Requester": "Criar Solicitador",
|
|
11
|
+
"Request Ticket Approval": "Solicitar aprovação de ticket",
|
|
12
|
+
"Create Change": "Criar Alteração",
|
|
13
|
+
"Update Change": "Atualizar Alteração",
|
|
14
|
+
"Delete Change": "Excluir Alteração",
|
|
15
|
+
"Add Note to Change": "Adicionar Nota para Alteração",
|
|
16
|
+
"Create Change Task": "Criar Tarefa de Alteração",
|
|
17
|
+
"Update Change Task": "Atualizar Tarefa de Alteração",
|
|
18
|
+
"Delete Change Task": "Excluir Tarefa de Alteração",
|
|
19
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
20
|
+
"Creates a new ticket in Freshservice.": "Cria um novo ticket no Serviço Novato.",
|
|
21
|
+
"Adds a private or public note to an existing ticket.": "Adiciona uma nota privada ou pública a um ticket existente.",
|
|
22
|
+
"Creates a new requester (end user) in Freshservice.": "Cria um novo solicitador (usuário final) no Serviço Novo.",
|
|
23
|
+
"Requests approval for a ticket from a specified agent.": "Solicita aprovação de um ticket de um agente especificado.",
|
|
24
|
+
"Creates a new change request in Freshservice.": "Cria uma nova solicitação de mudança no Serviço de Freshservice.",
|
|
25
|
+
"Updates an existing change request in Freshservice.": "Atualiza uma requisição de alteração existente em um serviço recente.",
|
|
26
|
+
"Deletes a change request from Freshservice.": "Exclui uma solicitação de alteração de Serviço fresco.",
|
|
27
|
+
"Adds a private or public note to an existing change request.": "Adiciona uma nota privada ou pública a uma requisição de alteração existente.",
|
|
28
|
+
"Creates a new task on a change request in Freshservice.": "Cria uma nova tarefa em uma requisição de alteração no Serviço de Novato.",
|
|
29
|
+
"Updates an existing task on a change request in Freshservice.": "Atualiza uma tarefa existente em uma requisição de alteração no Serviço de novo.",
|
|
30
|
+
"Deletes a task from a change request in Freshservice.": "Exclui uma tarefa de uma requisição de mudança no Serviço Novo.",
|
|
31
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
32
|
+
"Subject": "Cargo",
|
|
33
|
+
"Description": "Descrição",
|
|
34
|
+
"Requester": "Solicitante",
|
|
35
|
+
"Status": "Estado",
|
|
36
|
+
"Priority": "Prioridade",
|
|
37
|
+
"Source": "fonte",
|
|
38
|
+
"Urgency": "Urgência",
|
|
39
|
+
"Impact": "Impacto",
|
|
40
|
+
"Type": "tipo",
|
|
41
|
+
"Agent": "Representante",
|
|
42
|
+
"Department": "Departamento",
|
|
43
|
+
"Group": "grupo",
|
|
44
|
+
"Category": "categoria",
|
|
45
|
+
"Sub Category": "Sub Categoria",
|
|
46
|
+
"Tags": "Etiquetas",
|
|
47
|
+
"Custom Fields": "Campos Personalizados",
|
|
48
|
+
"Ticket": "Chamado",
|
|
49
|
+
"Note Content": "Conteúdo da Nota",
|
|
50
|
+
"Private Note": "Nota Privada",
|
|
51
|
+
"First Name": "Nome",
|
|
52
|
+
"Email": "e-mail",
|
|
53
|
+
"Last Name": "Sobrenome",
|
|
54
|
+
"Job Title": "Título do Cargo",
|
|
55
|
+
"Work Phone": "Telefone Comercial",
|
|
56
|
+
"Mobile Phone": "Telefone Celular",
|
|
57
|
+
"Approval Type": "Tipo de aprovação",
|
|
58
|
+
"Risk": "Risco",
|
|
59
|
+
"Change Type": "Tipo de alteração",
|
|
60
|
+
"Planned Start Date": "Data Planejada de Início",
|
|
61
|
+
"Planned End Date": "Data Prevista de Término",
|
|
62
|
+
"Item Category": "Categoria do Item",
|
|
63
|
+
"Change": "Troca",
|
|
64
|
+
"Title": "Título",
|
|
65
|
+
"Task Status": "Estado da tarefa",
|
|
66
|
+
"Due Date": "Data de vencimento",
|
|
67
|
+
"Notify Before (seconds)": "Notificar antes (segundos)",
|
|
68
|
+
"Task ID": "Task ID",
|
|
69
|
+
"Method": "Método",
|
|
70
|
+
"Headers": "Cabeçalhos",
|
|
71
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
72
|
+
"Body Type": "Tipo de Corpo",
|
|
73
|
+
"Body": "Conteúdo",
|
|
74
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
75
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
76
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
77
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
78
|
+
"The subject of the ticket.": "A questão do bilhete.",
|
|
79
|
+
"HTML content of the ticket. You can use basic HTML tags for formatting.": "Conteúdo HTML do ticket. Você pode usar tags HTML básicas para formatação.",
|
|
80
|
+
"The type of ticket (e.g., Incident, Service Request).": "O tipo de ticket (por exemplo, Incidente, Solicitação de Serviço).",
|
|
81
|
+
"The category of the ticket.": "A categoria do ticket.",
|
|
82
|
+
"The sub-category of the ticket.": "A sub-categoria do ticket.",
|
|
83
|
+
"Tags to add to the ticket.": "Marcadores a serem adicionados ao ticket.",
|
|
84
|
+
"A JSON object of custom field names and values.": "Um objeto JSON de nomes e valores de campo personalizado.",
|
|
85
|
+
"The content of the note. HTML is supported.": "O conteúdo da nota. HTML é suportado.",
|
|
86
|
+
"If checked, the note is only visible to agents. If unchecked, the requester can also see it.": "Se marcada, a nota só é visível para agentes. Se não estiver marcada, o solicitante também poderá vê-la.",
|
|
87
|
+
"The first name of the requester.": "O primeiro nome do solicitante.",
|
|
88
|
+
"The primary email address of the requester.": "O endereço de e-mail principal do solicitante.",
|
|
89
|
+
"The last name of the requester.": "O sobrenome do solicitante.",
|
|
90
|
+
"The job title of the requester.": "O título do cargo do solicitante.",
|
|
91
|
+
"The work phone number of the requester.": "O número de telefone do solicitante do trabalho.",
|
|
92
|
+
"The mobile phone number of the requester.": "O número de telefone celular do solicitante.",
|
|
93
|
+
"How approval is determined when there are multiple approvers.": "Como a aprovação é determinada quando há vários aprovadores.",
|
|
94
|
+
"The subject of the change.": "O tema da mudança.",
|
|
95
|
+
"HTML content describing the change.": "Conteúdo HTML descrevendo a mudança.",
|
|
96
|
+
"Planned start date and time (ISO 8601, e.g. 2025-01-15T09:00:00Z).": "Data e hora planejada (ISO 8601, ex: 2025-01-15T09:00:00Z).",
|
|
97
|
+
"Planned end date and time (ISO 8601, e.g. 2025-01-15T17:00:00Z).": "Data e hora planejada (ISO 8601, ex: 2025-01-15T17:00:00Z).",
|
|
98
|
+
"Category of the change.": "Categoria da alteração",
|
|
99
|
+
"Sub-category of the change.": "Subcategoria da alteração",
|
|
100
|
+
"Item category of the change.": "Categoria do item da alteração",
|
|
101
|
+
"New subject for the change.": "Novo assunto para a mudança",
|
|
102
|
+
"The title of the task.": "O título da tarefa.",
|
|
103
|
+
"Description of the task.": "Descrição da tarefa.",
|
|
104
|
+
"Task due date and time (ISO 8601, e.g. 2025-01-15T17:00:00Z).": "Data e hora da tarefa (ISO 8601, ex: 2025-01-15T17:00:00Z).",
|
|
105
|
+
"Time in seconds before the due date to send a reminder notification.": "Tempo em segundos antes da data limite para enviar uma notificação de lembrete.",
|
|
106
|
+
"The ID of the task to update.": "A ID da tarefa a atualizar.",
|
|
107
|
+
"New title for the task.": "Novo título para a tarefa.",
|
|
108
|
+
"The ID of the task to delete.": "O ID da tarefa a excluir.",
|
|
109
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
110
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
111
|
+
"Open": "Abertas",
|
|
112
|
+
"Pending": "Pendente",
|
|
113
|
+
"Resolved": "Resolvido",
|
|
114
|
+
"Closed": "Fechado",
|
|
115
|
+
"Low": "baixa",
|
|
116
|
+
"Medium": "Média",
|
|
117
|
+
"High": "alta",
|
|
118
|
+
"Urgent": "Urgente",
|
|
119
|
+
"Portal": "Portal",
|
|
120
|
+
"Phone": "Smartphone",
|
|
121
|
+
"Chat": "Bate-papo",
|
|
122
|
+
"Feedback Widget": "Widget de Feedback",
|
|
123
|
+
"Outbound Email": "E-mail de Saída",
|
|
124
|
+
"All must approve": "Todos devem aprovar",
|
|
125
|
+
"Any one can approve": "Qualquer um pode aprovar",
|
|
126
|
+
"Planning": "Planejamento",
|
|
127
|
+
"Approval": "Aprovacao",
|
|
128
|
+
"Pending Release": "Lançamento pendente",
|
|
129
|
+
"Pending Review": "Revisão pendente",
|
|
130
|
+
"Very High": "Muito alto",
|
|
131
|
+
"Minor": "Menor",
|
|
132
|
+
"Standard": "Padrão",
|
|
133
|
+
"Major": "Principal",
|
|
134
|
+
"Emergency": "Emergência",
|
|
135
|
+
"In Progress": "Em Execução",
|
|
136
|
+
"Completed": "Concluído",
|
|
137
|
+
"GET": "OBTER",
|
|
138
|
+
"POST": "POSTAR",
|
|
139
|
+
"PATCH": "COMPRAR",
|
|
140
|
+
"PUT": "COLOCAR",
|
|
141
|
+
"DELETE": "EXCLUIR",
|
|
142
|
+
"HEAD": "CABEÇA",
|
|
143
|
+
"None": "Nenhuma",
|
|
144
|
+
"JSON": "JSON",
|
|
145
|
+
"Form Data": "Dados de Formulário",
|
|
146
|
+
"Raw": "RAW",
|
|
147
|
+
"New Ticket": "Novo Ticket",
|
|
148
|
+
"Updated Ticket": "Ticket atualizado",
|
|
149
|
+
"New Requester": "Novo Solicitador",
|
|
150
|
+
"Updated Requester": "Solicitador atualizado",
|
|
151
|
+
"New Change": "Nova Mudança",
|
|
152
|
+
"Updated Change": "Alteração Atualizada",
|
|
153
|
+
"New Change Task": "Nova Tarefa de Alteração",
|
|
154
|
+
"Updated Change Task": "Atualização de Tarefa",
|
|
155
|
+
"Triggers when a new ticket is created in Freshservice.": "Aciona quando um novo ticket é criado no Serviço Novo.",
|
|
156
|
+
"Triggers when an existing ticket is updated in Freshservice.": "Dispara quando um ticket existente é atualizado no Serviço Novo.",
|
|
157
|
+
"Triggers when a new requester (user) is created in Freshservice.": "Aciona quando um novo solicitante (usuário) é criado em Serviço fresco.",
|
|
158
|
+
"Triggers when an existing requester is updated in Freshservice.": "Disparadores quando um solicitante existente for atualizado em um serviço automático.",
|
|
159
|
+
"Triggers when a new change request is created in Freshservice.": "Aciona quando uma nova requisição de alteração é criada em Serviço novo.",
|
|
160
|
+
"Triggers when an existing change request is updated in Freshservice. Note: newly created changes may also fire this trigger because their updated_at matches created_at.": "Aciona quando uma requisição de alteração existente é atualizada no Serviço de FreshService. Nota: mudanças recém-criadas também podem disparar esse acionamento porque suas correspondências atualizadas_em partidas criadas.",
|
|
161
|
+
"Triggers when a new task is created on a specific change request.": "Aciona quando uma nova tarefa é criada em uma solicitação de alteração específica.",
|
|
162
|
+
"Triggers when a task on a specific change request is updated. Note: newly created tasks may also fire this trigger because their updated_at matches created_at.": "Aciona quando uma tarefa em uma solicitação de alteração específica é atualizada. Nota: tarefas recém-criadas também podem disparar esse disparo porque elas atualizaram em correspondências criadas."
|
|
163
|
+
}
|
|
@@ -9,11 +9,25 @@
|
|
|
9
9
|
"Add Note to Ticket": "Add Note to Ticket",
|
|
10
10
|
"Create Requester": "Create Requester",
|
|
11
11
|
"Request Ticket Approval": "Request Ticket Approval",
|
|
12
|
+
"Create Change": "Create Change",
|
|
13
|
+
"Update Change": "Update Change",
|
|
14
|
+
"Delete Change": "Delete Change",
|
|
15
|
+
"Add Note to Change": "Add Note to Change",
|
|
16
|
+
"Create Change Task": "Create Change Task",
|
|
17
|
+
"Update Change Task": "Update Change Task",
|
|
18
|
+
"Delete Change Task": "Delete Change Task",
|
|
12
19
|
"Custom API Call": "Custom API Call",
|
|
13
20
|
"Creates a new ticket in Freshservice.": "Creates a new ticket in Freshservice.",
|
|
14
21
|
"Adds a private or public note to an existing ticket.": "Adds a private or public note to an existing ticket.",
|
|
15
22
|
"Creates a new requester (end user) in Freshservice.": "Creates a new requester (end user) in Freshservice.",
|
|
16
23
|
"Requests approval for a ticket from a specified agent.": "Requests approval for a ticket from a specified agent.",
|
|
24
|
+
"Creates a new change request in Freshservice.": "Creates a new change request in Freshservice.",
|
|
25
|
+
"Updates an existing change request in Freshservice.": "Updates an existing change request in Freshservice.",
|
|
26
|
+
"Deletes a change request from Freshservice.": "Deletes a change request from Freshservice.",
|
|
27
|
+
"Adds a private or public note to an existing change request.": "Adds a private or public note to an existing change request.",
|
|
28
|
+
"Creates a new task on a change request in Freshservice.": "Creates a new task on a change request in Freshservice.",
|
|
29
|
+
"Updates an existing task on a change request in Freshservice.": "Updates an existing task on a change request in Freshservice.",
|
|
30
|
+
"Deletes a task from a change request in Freshservice.": "Deletes a task from a change request in Freshservice.",
|
|
17
31
|
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
18
32
|
"Subject": "Subject",
|
|
19
33
|
"Description": "Description",
|
|
@@ -41,6 +55,17 @@
|
|
|
41
55
|
"Work Phone": "Work Phone",
|
|
42
56
|
"Mobile Phone": "Mobile Phone",
|
|
43
57
|
"Approval Type": "Approval Type",
|
|
58
|
+
"Risk": "Risk",
|
|
59
|
+
"Change Type": "Change Type",
|
|
60
|
+
"Planned Start Date": "Planned Start Date",
|
|
61
|
+
"Planned End Date": "Planned End Date",
|
|
62
|
+
"Item Category": "Item Category",
|
|
63
|
+
"Change": "Change",
|
|
64
|
+
"Title": "Title",
|
|
65
|
+
"Task Status": "Task Status",
|
|
66
|
+
"Due Date": "Due Date",
|
|
67
|
+
"Notify Before (seconds)": "Notify Before (seconds)",
|
|
68
|
+
"Task ID": "Task ID",
|
|
44
69
|
"Method": "Method",
|
|
45
70
|
"Headers": "Headers",
|
|
46
71
|
"Query Parameters": "Query Parameters",
|
|
@@ -66,6 +91,21 @@
|
|
|
66
91
|
"The work phone number of the requester.": "The work phone number of the requester.",
|
|
67
92
|
"The mobile phone number of the requester.": "The mobile phone number of the requester.",
|
|
68
93
|
"How approval is determined when there are multiple approvers.": "How approval is determined when there are multiple approvers.",
|
|
94
|
+
"The subject of the change.": "The subject of the change.",
|
|
95
|
+
"HTML content describing the change.": "HTML content describing the change.",
|
|
96
|
+
"Planned start date and time (ISO 8601, e.g. 2025-01-15T09:00:00Z).": "Planned start date and time (ISO 8601, e.g. 2025-01-15T09:00:00Z).",
|
|
97
|
+
"Planned end date and time (ISO 8601, e.g. 2025-01-15T17:00:00Z).": "Planned end date and time (ISO 8601, e.g. 2025-01-15T17:00:00Z).",
|
|
98
|
+
"Category of the change.": "Category of the change.",
|
|
99
|
+
"Sub-category of the change.": "Sub-category of the change.",
|
|
100
|
+
"Item category of the change.": "Item category of the change.",
|
|
101
|
+
"New subject for the change.": "New subject for the change.",
|
|
102
|
+
"The title of the task.": "The title of the task.",
|
|
103
|
+
"Description of the task.": "Description of the task.",
|
|
104
|
+
"Task due date and time (ISO 8601, e.g. 2025-01-15T17:00:00Z).": "Task due date and time (ISO 8601, e.g. 2025-01-15T17:00:00Z).",
|
|
105
|
+
"Time in seconds before the due date to send a reminder notification.": "Time in seconds before the due date to send a reminder notification.",
|
|
106
|
+
"The ID of the task to update.": "The ID of the task to update.",
|
|
107
|
+
"New title for the task.": "New title for the task.",
|
|
108
|
+
"The ID of the task to delete.": "The ID of the task to delete.",
|
|
69
109
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
70
110
|
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
71
111
|
"Open": "Open",
|
|
@@ -83,6 +123,17 @@
|
|
|
83
123
|
"Outbound Email": "Outbound Email",
|
|
84
124
|
"All must approve": "All must approve",
|
|
85
125
|
"Any one can approve": "Any one can approve",
|
|
126
|
+
"Planning": "Planning",
|
|
127
|
+
"Approval": "Approval",
|
|
128
|
+
"Pending Release": "Pending Release",
|
|
129
|
+
"Pending Review": "Pending Review",
|
|
130
|
+
"Very High": "Very High",
|
|
131
|
+
"Minor": "Minor",
|
|
132
|
+
"Standard": "Standard",
|
|
133
|
+
"Major": "Major",
|
|
134
|
+
"Emergency": "Emergency",
|
|
135
|
+
"In Progress": "In Progress",
|
|
136
|
+
"Completed": "Completed",
|
|
86
137
|
"GET": "GET",
|
|
87
138
|
"POST": "POST",
|
|
88
139
|
"PATCH": "PATCH",
|
|
@@ -97,8 +148,16 @@
|
|
|
97
148
|
"Updated Ticket": "Updated Ticket",
|
|
98
149
|
"New Requester": "New Requester",
|
|
99
150
|
"Updated Requester": "Updated Requester",
|
|
151
|
+
"New Change": "New Change",
|
|
152
|
+
"Updated Change": "Updated Change",
|
|
153
|
+
"New Change Task": "New Change Task",
|
|
154
|
+
"Updated Change Task": "Updated Change Task",
|
|
100
155
|
"Triggers when a new ticket is created in Freshservice.": "Triggers when a new ticket is created in Freshservice.",
|
|
101
156
|
"Triggers when an existing ticket is updated in Freshservice.": "Triggers when an existing ticket is updated in Freshservice.",
|
|
102
157
|
"Triggers when a new requester (user) is created in Freshservice.": "Triggers when a new requester (user) is created in Freshservice.",
|
|
103
|
-
"Triggers when an existing requester is updated in Freshservice.": "Triggers when an existing requester is updated in Freshservice."
|
|
158
|
+
"Triggers when an existing requester is updated in Freshservice.": "Triggers when an existing requester is updated in Freshservice.",
|
|
159
|
+
"Triggers when a new change request is created in Freshservice.": "Triggers when a new change request is created in Freshservice.",
|
|
160
|
+
"Triggers when an existing change request is updated in Freshservice. Note: newly created changes may also fire this trigger because their updated_at matches created_at.": "Triggers when an existing change request is updated in Freshservice. Note: newly created changes may also fire this trigger because their updated_at matches created_at.",
|
|
161
|
+
"Triggers when a new task is created on a specific change request.": "Triggers when a new task is created on a specific change request.",
|
|
162
|
+
"Triggers when a task on a specific change request is updated. Note: newly created tasks may also fire this trigger because their updated_at matches created_at.": "Triggers when a task on a specific change request is updated. Note: newly created tasks may also fire this trigger because their updated_at matches created_at."
|
|
104
163
|
}
|