@activepieces/piece-zendesk 0.2.5 → 0.2.7

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.
Files changed (63) hide show
  1. package/package.json +5 -5
  2. package/src/i18n/de.json +319 -0
  3. package/src/i18n/es.json +319 -0
  4. package/src/i18n/fr.json +319 -0
  5. package/src/i18n/ja.json +319 -0
  6. package/src/i18n/nl.json +319 -0
  7. package/src/i18n/pt.json +319 -0
  8. package/src/i18n/ru.json +303 -0
  9. package/src/i18n/translation.json +319 -0
  10. package/src/i18n/vi.json +30 -0
  11. package/src/i18n/zh.json +319 -0
  12. package/src/index.d.ts +1 -0
  13. package/src/index.d.ts.map +1 -0
  14. package/src/index.js +3 -1
  15. package/src/index.js.map +1 -1
  16. package/src/lib/actions/add-comment-to-ticket.d.ts +1 -0
  17. package/src/lib/actions/add-comment-to-ticket.d.ts.map +1 -0
  18. package/src/lib/actions/add-tag-to-ticket.d.ts +1 -0
  19. package/src/lib/actions/add-tag-to-ticket.d.ts.map +1 -0
  20. package/src/lib/actions/create-organization.d.ts +1 -0
  21. package/src/lib/actions/create-organization.d.ts.map +1 -0
  22. package/src/lib/actions/create-ticket.d.ts +1 -0
  23. package/src/lib/actions/create-ticket.d.ts.map +1 -0
  24. package/src/lib/actions/create-user.d.ts +1 -0
  25. package/src/lib/actions/create-user.d.ts.map +1 -0
  26. package/src/lib/actions/create-user.js +1 -121
  27. package/src/lib/actions/create-user.js.map +1 -1
  28. package/src/lib/actions/delete-user.d.ts +1 -0
  29. package/src/lib/actions/delete-user.d.ts.map +1 -0
  30. package/src/lib/actions/find-organization.d.ts +1 -0
  31. package/src/lib/actions/find-organization.d.ts.map +1 -0
  32. package/src/lib/actions/find-tickets.d.ts +1 -0
  33. package/src/lib/actions/find-tickets.d.ts.map +1 -0
  34. package/src/lib/actions/find-user.d.ts +1 -0
  35. package/src/lib/actions/find-user.d.ts.map +1 -0
  36. package/src/lib/actions/update-organization.d.ts +1 -0
  37. package/src/lib/actions/update-organization.d.ts.map +1 -0
  38. package/src/lib/actions/update-ticket.d.ts +1 -0
  39. package/src/lib/actions/update-ticket.d.ts.map +1 -0
  40. package/src/lib/actions/update-user.d.ts +17 -0
  41. package/src/lib/actions/update-user.d.ts.map +1 -0
  42. package/src/lib/actions/update-user.js +119 -0
  43. package/src/lib/actions/update-user.js.map +1 -0
  44. package/src/lib/common/props.d.ts +6 -0
  45. package/src/lib/common/props.d.ts.map +1 -0
  46. package/src/lib/common/props.js +115 -1
  47. package/src/lib/common/props.js.map +1 -1
  48. package/src/lib/trigger/new-action-on-ticket.d.ts +1 -0
  49. package/src/lib/trigger/new-action-on-ticket.d.ts.map +1 -0
  50. package/src/lib/trigger/new-organization.d.ts +1 -0
  51. package/src/lib/trigger/new-organization.d.ts.map +1 -0
  52. package/src/lib/trigger/new-suspended-ticket.d.ts +1 -0
  53. package/src/lib/trigger/new-suspended-ticket.d.ts.map +1 -0
  54. package/src/lib/trigger/new-ticket-in-view.d.ts +1 -0
  55. package/src/lib/trigger/new-ticket-in-view.d.ts.map +1 -0
  56. package/src/lib/trigger/new-ticket.d.ts +1 -0
  57. package/src/lib/trigger/new-ticket.d.ts.map +1 -0
  58. package/src/lib/trigger/new-user.d.ts +1 -0
  59. package/src/lib/trigger/new-user.d.ts.map +1 -0
  60. package/src/lib/trigger/tag-added-to-ticket.d.ts +1 -0
  61. package/src/lib/trigger/tag-added-to-ticket.d.ts.map +1 -0
  62. package/src/lib/trigger/updated-ticket.d.ts +1 -0
  63. package/src/lib/trigger/updated-ticket.d.ts.map +1 -0
@@ -0,0 +1,319 @@
1
+ {
2
+ "Customer service software and support ticket system": "カスタマーサービスソフトウェアとサポートチケットシステム",
3
+ "Agent Email": "エージェントのメールアドレス",
4
+ "Token": "トークン",
5
+ "Organization (e.g activepieceshelp)": "組織 (e.g activepieceshelp)",
6
+ "The email address you use to login to Zendesk": "Zendeskにログインするために使用するメールアドレス",
7
+ "The API token you can generate in Zendesk": "Zendeskで生成できるAPIトークン",
8
+ "The subdomain of your Zendesk instance": "Zendeskインスタンスのサブドメイン",
9
+ "\n**Organization**: The organization name can be found in the URL (e.g https://ORGANIZATION_NAME.zendesk.com).\n\n**Agent Email**: The email you use to log in to Zendesk.\n\n**API Token**: You can find this in the Zendesk Admin Panel under Settings > APIs > Zendesk API.\n": "\n**Organization**: The organization name can be found in the URL (e.g https://ORGANIZATION_NAME.zendesk.com).\n\n**Agent Email**: The email you use to log in to Zendesk.\n\n**API Token**: You can find this in the Zendesk Admin Panel under Settings > APIs > Zendesk API.\n",
10
+ "Create Ticket": "チケットを作成",
11
+ "Update Ticket": "チケットを更新",
12
+ "Add Tag to Ticket": "チケットにタグを追加",
13
+ "Add Comment to Ticket": "コメントをチケットに追加",
14
+ "Create Organization": "組織を作成",
15
+ "Update Organization": "組織を更新",
16
+ "Create User": "ユーザーを作成",
17
+ "Delete User": "ユーザーを削除",
18
+ "Find Organization(s)": "組織を検索",
19
+ "Find Ticket(s)": "チケットを検索",
20
+ "Find User(s)": "ユーザを検索",
21
+ "Update User": "ユーザーを更新",
22
+ "Custom API Call": "カスタムAPI呼び出し",
23
+ "Create a new ticket in Zendesk.": "Zendeskで新しいチケットを作成します。",
24
+ "Modify ticket fields or status via API call.": "API 呼び出しを介してチケットのフィールドまたはステータスを変更します。",
25
+ "Apply one or more tags to a ticket.": "チケットにタグを適用します。",
26
+ "Append a public/private comment to a ticket.": "チケットに公開/非公開コメントを追加します。",
27
+ "Create a new organization record.": "新しい組織レコードを作成します。",
28
+ "Update existing organization fields.": "既存の組織フィールドを更新します。",
29
+ "Add a new user to the Zendesk instance.": "Zendeskインスタンスに新しいユーザーを追加します。",
30
+ "Remove a user and associated records from the account.": "アカウントからユーザーと関連レコードを削除します。",
31
+ "Search organizations by name, domain, external ID, or other criteria.": "名前、ドメイン、外部 ID またはその他の条件で組織を検索します。",
32
+ "Search tickets by ID, field, or content.": "ID、フィールド、またはコンテンツでチケットを検索します。",
33
+ "Search users by email, name, role, or other criteria.": "メール、名前、ロール、またはその他の条件でユーザーを検索します。",
34
+ "Update existing user fields.": "既存のユーザー フィールドを更新します。",
35
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
36
+ "Subject": "件名",
37
+ "Comment Body": "コメント本文",
38
+ "Comment HTML Body": "コメントHTML本文",
39
+ "Requester Email": "依頼者のメールアドレス",
40
+ "Requester Name": "要求者名",
41
+ "Assignee Email": "Assignee Email",
42
+ "Priority": "優先度",
43
+ "Type": "タイプ",
44
+ "Status": "ステータス",
45
+ "Tags": "タグ",
46
+ "Organization": "組織",
47
+ "Group": "グループ",
48
+ "External ID": "外部 ID",
49
+ "Collaborator Emails": "コラボレーターのメール",
50
+ "Follower Emails": "フォロワーメール",
51
+ "Due Date": "締切日",
52
+ "Custom Fields": "カスタムフィールド",
53
+ "Public Comment": "公開コメント",
54
+ "Brand": "ブランド",
55
+ "Forum Topic ID": "フォーラムトピックID",
56
+ "Problem Ticket": "問題のチケット",
57
+ "Ticket": "チケット",
58
+ "Custom Status ID": "カスタムステータスID",
59
+ "Safe Update": "安全な更新",
60
+ "Updated Timestamp": "更新されたタイムスタンプ",
61
+ "Author Email": "投稿者のメールアドレス",
62
+ "Attachment Tokens": "アタッチメントトークン",
63
+ "Via Followup Source ID": "フォローアップソースIDによる検索",
64
+ "Organization Name": "組織名",
65
+ "Details": "詳細",
66
+ "Notes": "メモ",
67
+ "Domain Names": "ドメイン名",
68
+ "Organization Fields": "取引先フィールド",
69
+ "Shared Tickets": "共有チケット",
70
+ "Shared Comments": "共有されたコメント",
71
+ "Name": "Name",
72
+ "Email": "Eメールアドレス",
73
+ "Role": "ロール",
74
+ "Custom Role": "カスタムロール",
75
+ "Phone": "電話番号",
76
+ "Alias": "Alias",
77
+ "Time Zone": "タイムゾーン",
78
+ "Locale": "ロケール",
79
+ "Verified": "確認済み",
80
+ "Active": "有効",
81
+ "Shared": "共有",
82
+ "Shared Agent": "共有エージェント",
83
+ "Moderator": "モデレーター",
84
+ "Suspended": "保留中",
85
+ "Restricted Agent": "制限付きエージェント",
86
+ "Only Private Comments": "プライベートコメントのみ",
87
+ "Report CSV": "CSVを報告",
88
+ "Skip Verify Email": "メールの確認をスキップ",
89
+ "Ticket Restriction": "チケットの制限",
90
+ "Signature": "署名",
91
+ "Agent Brand Access": "エージェントのブランドアクセス",
92
+ "User Fields": "ユーザーフィールド",
93
+ "Identities": "ID",
94
+ "User": "ユーザー",
95
+ "Confirm Deletion": "削除の確認",
96
+ "Search Type": "検索タイプ",
97
+ "Domain": "ドメイン",
98
+ "Tag": "タグ",
99
+ "Custom Query": "カスタムクエリ",
100
+ "Sort By": "並び替え",
101
+ "Sort Order": "並び順",
102
+ "Date Time Filter": "日付時刻フィルタ",
103
+ "Ticket ID": "ケースID",
104
+ "Content": "コンテンツ",
105
+ "Email Address": "メールアドレス",
106
+ "User ID": "ユーザー ID",
107
+ "Method": "方法",
108
+ "Headers": "ヘッダー",
109
+ "Query Parameters": "クエリパラメータ",
110
+ "Body Type": "ボディタイプ",
111
+ "Body": "本文",
112
+ "Response is Binary ?": "応答はバイナリですか?",
113
+ "No Error on Failure": "失敗時にエラーはありません",
114
+ "Timeout (in seconds)": "タイムアウト(秒)",
115
+ "Follow redirects": "リダイレクトをフォローする",
116
+ "The subject of the ticket (optional - will use first comment text if not provided)": "チケットの件名 (省略可能)",
117
+ "The comment body (text). Use this for plain text comments.": "コメント本文 (text) 。プレーンテキストのコメントに使用します。",
118
+ "The comment body (HTML). Use this for HTML formatted comments. If provided, this takes precedence over Comment Body.": "コメント本文 (HTML) 。HTML 形式のコメントに使用します。指定された場合は、Comment Body よりも優先されます。",
119
+ "Email address of the ticket requester. If not provided, the authenticated user will be the requester.": "チケットリクエスターのメールアドレスです。指定されていない場合、認証されたユーザーはリクエスターになります。",
120
+ "Name of the ticket requester (used when creating a new user).": "チケットリクエスターの名前 (新規ユーザーの作成時に使用されます)。",
121
+ "Email address of the agent to assign the ticket to.": "チケットを割り当てるエージェントのメールアドレスです。",
122
+ "The priority of the ticket.": "チケットの優先度",
123
+ "The type of ticket.": "チケットの種類。",
124
+ "The status of the ticket.": "チケットのステータス",
125
+ "Array of tags to apply to the ticket.": "チケットに適用するタグの配列。",
126
+ "Select the organization to work with": "作業する組織を選択してください",
127
+ "Select the group to assign": "割り当てるグループを選択します",
128
+ "An external ID for the ticket (useful for integrations).": "チケットの外部 ID (統合に便利)",
129
+ "Array of email addresses to add as collaborators.": "コラボレーターとして追加するメールアドレスの配列です。",
130
+ "Array of email addresses to add as followers.": "追加するメールアドレスの配列です。",
131
+ "The date and time when the ticket is due.": "チケットの期日と時刻。",
132
+ "Custom ticket field values": "チケットのカスタムフィールドの値",
133
+ "Whether the comment is public (visible to the requester). Defaults to true.": "コメントが公開されているかどうか。デフォルトはtrueです。",
134
+ "Select the brand to work with": "使用するブランドを選択してください",
135
+ "The ID of the forum topic associated with the ticket.": "チケットに関連付けられたフォーラムトピックのID。",
136
+ "Select the problem ticket this ticket is an incident of": "このチケットがインシデントである問題のチケットを選択してください",
137
+ "Select the ticket to work with": "作業するチケットを選択してください",
138
+ "Update the subject of the ticket": "チケットの件名を更新",
139
+ "Add a comment to the ticket (plain text)": "チケットにコメントを追加 (プレーンテキスト)",
140
+ "Add a comment to the ticket (HTML). If provided, this takes precedence over Comment Body.": "チケット(HTML)にコメントを追加します。指定された場合、Comment Bodyよりも優先されます。",
141
+ "Email address of the agent to assign the ticket to": "チケットを割り当てるエージェントのメールアドレス",
142
+ "Update the priority of the ticket": "チケットの優先度を更新する",
143
+ "Update the type of ticket": "チケットの種類を更新",
144
+ "Update the status of the ticket": "チケットのステータスを更新する",
145
+ "Replace all tags with this array. Use \"Add Tag to Ticket\" action to add tags without replacing existing ones.": "すべてのタグをこの配列に置き換えます。「タグをチケットに追加」アクションを使用して、既存のタグを置き換えることなくタグを追加します。",
146
+ "Update the external ID for the ticket": "チケットの外部 ID を更新する",
147
+ "Update the date and time when the ticket is due": "チケットの締切日時を更新する",
148
+ "Update custom ticket field values": "カスタムチケットフィールドの値を更新",
149
+ "Set a custom status ID for the ticket": "チケットのカスタムステータスIDを設定する",
150
+ "Update the forum topic associated with the ticket": "チケットに関連付けられているフォーラムトピックを更新",
151
+ "Replace collaborators with this array of email addresses": "コラボレーターをこのメールアドレスの配列に置き換えます",
152
+ "Replace followers with this array of email addresses": "フォロワーをこの配列のメールアドレスに置き換えます",
153
+ "Update the requester of the ticket": "チケットのリクエスターを更新",
154
+ "Prevent update collisions by checking timestamp": "タイムスタンプをチェックして更新時の衝突を防止",
155
+ "Ticket timestamp from updated_at field for collision prevention": "衝突防止のための updated_at フィールドのチケットタイムスタンプです。",
156
+ "Tags to add to the ticket (adds to existing tags)": "チケットに追加するタグ(既存のタグに追加)",
157
+ "Prevent tag loss from concurrent updates": "同時更新によるタグの損失を防止",
158
+ "The comment text content": "コメントテキストの内容",
159
+ "HTML formatted comment (takes precedence over text)": "HTML 形式のコメント (テキストよりも優先されます)",
160
+ "Make comment visible to requester (default: true)": "リクエスターにコメントを表示する (デフォルト: true)",
161
+ "Email of comment author (defaults to authenticated user)": "コメント投稿者のメールアドレス (デフォルトで認証済みユーザー)",
162
+ "Upload tokens for file attachments": "添付ファイルのトークンをアップロード",
163
+ "Original ticket ID if this is from a follow-up": "フォローアップによるオリジナルのチケットID",
164
+ "Unique name for the organization": "組織のユニークな名前",
165
+ "Additional details about the organization": "組織に関する詳細情報",
166
+ "Internal notes about the organization": "組織に関する内部メモ",
167
+ "External ID for integration purposes": "統合目的の外部ID",
168
+ "Domain names associated with the organization": "組織に関連付けられたドメイン",
169
+ "Tags to apply to the organization": "組織に適用するタグ",
170
+ "Custom organization field values": "組織のカスタムフィールドの値",
171
+ "Allow users to see each other's tickets": "ユーザーがお互いのチケットを閲覧できるようにする",
172
+ "Allow users to see each other's comments": "ユーザーがお互いのコメントを見ることを許可する",
173
+ "New name for the organization (must be unique)": "組織の新しい名前(固有のものである必要があります)",
174
+ "Domain names for the organization (replaces all existing)": "組織のドメイン名(既存のすべてに置き換えられます)",
175
+ "Tags for the organization (replaces all existing)": "組織のタグ (既存のものに置き換える)",
176
+ "The name of the user": "利用者の名前",
177
+ "The primary email address of the user": "利用者のプライマリメールアドレス",
178
+ "The role of the user. Defaults to \"end-user\" if not specified.": "ユーザーのロール。指定されていない場合、デフォルトは \"end-user\" です。",
179
+ "Select the custom role for the agent": "エージェントのカスタムロールを選択します",
180
+ "Create and associate user with a new organization by name (alternative to Organization ID)": "新しい組織名でユーザーを作成および関連付けます(組織 ID の代替)",
181
+ "The phone number of the user": "利用者の電話番号",
182
+ "An alias displayed to end users": "エンドユーザーに表示されるエイリアスです。",
183
+ "Additional details about the user": "ユーザーに関する追加の詳細",
184
+ "Internal notes about the user": "利用者に関する内部メモ",
185
+ "A unique external ID for the user (useful for integrations)": "ユーザーの一意の外部 ID (統合に便利)",
186
+ "The time zone of the user (e.g., \"America/New_York\")": "ユーザーのタイムゾーン (例: \"America/New_York\")",
187
+ "The locale of the user (e.g., \"en-US\")": "ユーザーのロケール(例:\"en-US\")",
188
+ "Whether the user is verified": "ユーザーが認証されているかどうか",
189
+ "Whether the user is active. Defaults to true.": "ユーザーがアクティブかどうか。デフォルトはtrueです。",
190
+ "Whether the user is shared from a different Zendesk Support instance": "他のZendeskサポートインスタンスからユーザーを共有するかどうか",
191
+ "Whether the user is a shared agent from a different Zendesk Support instance": "Zendeskサポートインスタンスの共有エージェントであるかどうか",
192
+ "Whether the user has forum moderation capabilities": "ユーザにフォーラムモデレーション機能があるかどうか",
193
+ "Whether the user is suspended": "ユーザーが一時停止されているかどうか",
194
+ "Whether the agent has restrictions on what tickets they can access": "エージェントがアクセスできるチケットに制限があるかどうか",
195
+ "Whether the user can only create private comments": "ユーザーがプライベートコメントのみを作成できるかどうか",
196
+ "Whether the user can access CSV reports": "ユーザーがCSVレポートにアクセスできるかどうか",
197
+ "Skip sending a verification email to the user": "ユーザーへの確認メールの送信をスキップ",
198
+ "The ticket restriction for the user": "利用者のチケット制限",
199
+ "The user's signature for email responses": "メール応答のユーザーの署名",
200
+ "Select the brands that the agent can access (for agents only)": "エージェントがアクセスできるブランドを選択します(エージェントのみ)",
201
+ "Array of tags to apply to the user": "ユーザーに適用するタグの配列",
202
+ "Custom user field values.": "カスタムユーザーフィールドの値。",
203
+ "Array of identity objects with type and value. Example: [{\"type\": \"email\", \"value\": \"test@user.com\"}, {\"type\": \"twitter\", \"value\": \"username\"}]": "型と値を持つIDオブジェクトの配列。例: [{\"type\": \"email\", \"value\": \"test@user.com\"}, {\"type\": \"twitter\", \"value\": \"username\"}]",
204
+ "Select the user to work with": "作業するユーザーを選択してください",
205
+ "I understand that deleted users are not recoverable and this action cannot be undone.": "削除されたユーザーは復元できず、この操作は元に戻せません。",
206
+ "Choose how to search for organizations": "組織を検索する方法を選択してください",
207
+ "The name of the organization to search for": "検索する組織の名前",
208
+ "Search organizations by domain name": "ドメイン名で組織を検索",
209
+ "Search organizations by external ID": "外部 ID で組織を検索",
210
+ "Search organizations containing this tag": "このタグを含む組織を検索",
211
+ "Search in organization details/notes": "組織の詳細/メモから検索",
212
+ "Custom search query using Zendesk search syntax (e.g., \"type:organization domain:example.com\")": "Zendesk検索構文を使用したカスタム検索クエリ (例: \"type:organization domain:example.com\")",
213
+ "How to sort the results": "結果を並べ替える方法",
214
+ "Sort order for results": "結果の並び順",
215
+ "Choose how to search for tickets": "チケットを検索する方法を選択",
216
+ "The ID of the ticket to find": "検索するチケットのID",
217
+ "Search tickets by status": "ステータス別にチケットを検索",
218
+ "Search tickets by priority": "優先度でチケットを検索",
219
+ "Search tickets by type": "チケットの種類で検索",
220
+ "Search tickets containing this tag": "このタグを含むチケットを検索",
221
+ "Search tickets by requester email address": "リクエスターのメールアドレスでチケットを検索",
222
+ "Search tickets by assignee email address": "担当者のメールアドレスでチケットを検索",
223
+ "Search in ticket subject and content": "チケットの件名と内容で検索",
224
+ "Custom search query using Zendesk search syntax (e.g., \"type:ticket status:open priority:high\")": "Zendesk検索構文を使用したカスタム検索クエリ (例: \"type:ticket status:open priority:high\")",
225
+ "Choose how to search for users": "ユーザーを検索する方法を選択してください",
226
+ "The email address of the user to search for": "検索するユーザーのメールアドレス",
227
+ "The name of the user to search for": "検索するユーザーの名前",
228
+ "Search users by role": "ロールでユーザーを検索",
229
+ "Search users by organization name": "組織名でユーザーを検索",
230
+ "Search users containing this tag": "このタグを含むユーザーを検索",
231
+ "Search users by external ID": "外部 ID でユーザーを検索",
232
+ "Custom search query using Zendesk search syntax (e.g., \"type:user role:agent\")": "Zendesk検索構文を使用したカスタム検索クエリ (例: \"type:user role:agent\")",
233
+ "The ID of the user to update.": "更新するユーザーのID。",
234
+ "New name for the user.": "ユーザーの新しい名前。",
235
+ "New email address for the user.": "ユーザーの新しいメールアドレス",
236
+ "New phone number for the user.": "ユーザーの新しい電話番号。",
237
+ "Tags for the user. This replaces all existing tags.": "ユーザーのタグ。既存のすべてのタグを置き換えます。",
238
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
239
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
240
+ "Low": "低い",
241
+ "Normal": "標準",
242
+ "High": "高い",
243
+ "Urgent": "urgent",
244
+ "Problem": "問題",
245
+ "Incident": "事件",
246
+ "Question": "質問",
247
+ "Task": "タスク",
248
+ "New": "新規作成",
249
+ "Open": "開く",
250
+ "Pending": "処理待ち",
251
+ "Hold": "保留",
252
+ "Solved": "解決済み",
253
+ "Closed": "クローズ済み",
254
+ "End User": "エンドユーザー",
255
+ "Agent": "エージェント",
256
+ "Admin": "管理者",
257
+ "Groups": "グループ",
258
+ "Assigned": "割り当て",
259
+ "Requested": "要求済み",
260
+ "Search by Name": "名前で検索",
261
+ "Search by Domain": "ドメインで検索",
262
+ "Search by External ID": "外部IDで検索",
263
+ "Search by Tag": "タグで検索",
264
+ "Search by Details": "詳細で検索",
265
+ "Relevance (Default)": "Relevance (Default)",
266
+ "Created Date": "作成日",
267
+ "Updated Date": "更新日時",
268
+ "Descending (Default)": "降順",
269
+ "Ascending": "昇順",
270
+ "Search by Ticket ID": "チケットIDで検索",
271
+ "Search by Status": "ステータスで検索",
272
+ "Search by Priority": "優先度で検索",
273
+ "Search by Type": "タイプで検索",
274
+ "Search by Requester Email": "リクエスターメールで検索",
275
+ "Search by Assignee Email": "担当者のメールで検索",
276
+ "Search by Subject/Content": "件名/内容で検索",
277
+ "Ticket Type": "チケットタイプ",
278
+ "Search by Email": "メールで検索",
279
+ "Search by Role": "ロールで検索",
280
+ "Search by Organization": "組織で検索",
281
+ "GET": "取得",
282
+ "POST": "POST",
283
+ "PATCH": "PATCH",
284
+ "PUT": "PUT",
285
+ "DELETE": "削除",
286
+ "HEAD": "頭",
287
+ "None": "なし",
288
+ "JSON": "JSON",
289
+ "Form Data": "フォームデータ",
290
+ "Raw": "Raw",
291
+ "New ticket in view": "新しいチケットを表示する",
292
+ "New Ticket": "新規チケット",
293
+ "Updated Ticket": "更新されたチケット",
294
+ "Tag Added to Ticket": "チケットにタグが追加されました",
295
+ "New Organization": "新しい組織",
296
+ "New User": "新規ユーザー",
297
+ "New Suspended Ticket": "新規保留チケット",
298
+ "New Action on Ticket": "チケットの新規アクション",
299
+ "Triggers when a new ticket is created in a view": "ビューに新しいチケットが作成されたときにトリガーされます",
300
+ "Fires when a new ticket is created (optionally filtered by organization). Requires a Zendesk Trigger with Notify active webhook.": "新しいチケットが作成されたときに発生します(組織別にフィルタリングされます)。Zendesk Trigger with Notify active webhookが必要です。",
301
+ "Fires when an existing ticket is updated. Requires a Zendesk Trigger with Notify active webhook.": "既存のチケットが更新されたときに発行されます。Zendesk Trigger with Notify active webhookが必要です。",
302
+ "Fires when a ticket update includes the specified tag. Requires a Zendesk Trigger with Notify active webhook.": "チケットの更新に指定したタグが含まれている場合に発行されます。Zendesk Trigger with Notify active webhookが必要です。",
303
+ "Fires when a new organization record is created. Uses Zendesk event webhook (no Trigger needed).": "新しい組織レコードが作成されたときに発生します。Zendesk イベント webhook を使用します (トリガーは必要ありません)。",
304
+ "Fires when a new user is created. Uses Zendesk event webhook (no Trigger needed).": "新しいユーザーが作成されたときに発生します。ZendeskイベントのWebhookを使用します(トリガーは不要です)。",
305
+ "Fires when a ticket is suspended. Requires a Zendesk Trigger with Notify active webhook. Suspended tickets auto-delete after 14 days.": "チケットが一時停止されたときに発生します。Zendesk Trigger with Notify active webhookが必要です。一時停止したチケットは14日後に自動的に削除されます。",
306
+ "Fires when the specified ticket updates. Requires a Zendesk Trigger with Notify active webhook.": "指定したチケットの更新時に発生します。Zendesk Trigger with Notify active webhookが必要です。",
307
+ "View": "表示",
308
+ "Organization (Optional)": "組織(オプション)",
309
+ "Specific Tag (Optional)": "特定のタグ(オプション)",
310
+ "User Role (Optional)": "ユーザーロール(任意)",
311
+ "Organization ID Filter (Optional)": "組織IDフィルター(オプション)",
312
+ "The view to monitor for new tickets": "新しいチケットを監視するためのビュー",
313
+ "Filter tickets by organization. Leave empty to trigger for all organizations.": "組織別のチケットを絞り込みます。空のままにすると、すべての組織がトリガーされます。",
314
+ "Only trigger when this specific tag is added. Leave empty to trigger for any tag addition.": "この特定のタグが追加された場合のみトリガーします。任意のタグ追加のトリガーには空のままにします。",
315
+ "Filter users by role. Leave empty to trigger for all user types.": "ロールでユーザーをフィルターします。空のままにすると、すべてのユーザータイプがトリガーされます。",
316
+ "Only trigger for tickets from this organization ID. Leave empty for all organizations.": "この組織 ID からのチケットのみトリガーします。すべての組織で空のままにします。",
317
+ "The specific ticket ID to monitor for actions/events.": "アクション/イベントを監視する特定のチケットID。",
318
+ "All Roles": "すべてのロール"
319
+ }