ja.json•3.99 kB
{
"You can obtain your API token by navigating to [Developer Settings](https://app.onfragment.com/settings/account/developers).": "API トークンは [Developer Settings](https://app.onfragment.com/settings/account/developers) に移動して取得できます。",
"Create Task": "タスクを作成",
"Update Task": "タスクの更新",
"Get Task": "タスクを取得",
"List Tasks": "タスク一覧",
"Delete Task": "タスクの削除",
"Custom API Call": "カスタムAPI通話",
"Creates a new task in Fragment.": "フラグメントに新しいタスクを作成します。",
"Updates an existing task.": "既存のタスクを更新する。",
"Retrieves details of a specific task.": "特定のタスクの詳細を取得します。",
"Retrieves a list of tasks from.": "タスクのリストを取得します。",
"Deletes an existing task.": "既存のタスクを削除します。",
"Make a custom API call to any Fragment endpoint": "任意のフラグメントエンドポイントへのカスタム API コールを行う",
"Title": "タイトル",
"URL": "URL",
"Due Date": "締切日",
"Assignee": "Assignee",
"Tags": "タグ",
"Custom Fields": "カスタムフィールド",
"Task UID": "タスクUID",
"Status": "Status",
"Limit": "制限",
"Method": "方法",
"Headers": "ヘッダー",
"Query Parameters": "クエリパラメータ",
"Body": "本文",
"Response is Binary ?": "応答はバイナリですか?",
"No Error on Failure": "失敗時にエラーはありません",
"Timeout (in seconds)": "タイムアウト(秒)",
"The title of the task": "タスクのタイトル",
"A URL associated with the task (e.g., link to a ticket or resource)": "タスクに関連付けられた URL (例: チケットまたはリソースへのリンク)",
"When the task is due": "タスクが期限のとき",
"Email of the person to assign this task to.": "このタスクに割り当てる人のメール。",
"Tags to categorize the task": "タスクを分類するタグ",
"Additional custom fields for the task": "タスクの追加カスタムフィールド",
"The unique identifier of the task to update": "更新するタスクの一意の識別子",
"The updated title of the task": "タスクの更新されたタイトル",
"The updated URL for the task": "タスクの更新されたURL",
"The updated due date": "更新日時",
"The status of the task": "タスクの状態",
"Email of the person to assign this task to": "このタスクに割り当てる人のメール",
"Updated tags for the task": "タスクのタグを更新しました",
"Updated custom fields": "カスタムフィールドを更新しました",
"The unique identifier of the task to retrieve": "取得するタスクの一意の識別子",
"Filter tasks by status": "状態でタスクをフィルター",
"Filter tasks by assignee email or ID": "担当者のメールアドレスまたはIDでタスクをフィルター",
"Maximum number of tasks to return (default: 50)": "リターンするタスクの最大数(デフォルト:50)",
"The unique identifier of the task to delete": "削除するタスクの一意の識別子",
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
"TODO": "TODO",
"STARTED": "開始",
"DONE": "完了",
"GET": "取得",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "削除",
"HEAD": "頭",
"New Task": "新しいタスク",
"Task Updated": "タスクを更新しました",
"Triggers when a new task is created.": "新しいタスクが作成されたときにトリガーされます。",
"Triggers when a task is updated.": "タスクが更新されたときにトリガーされます。"
}