Files
smoothschedule/activepieces-fork/packages/pieces/community/rabbitmq/src/i18n/ja.json
poduck 3aa7199503 Add Activepieces integration for workflow automation
- Add Activepieces fork with SmoothSchedule custom piece
- Create integrations app with Activepieces service layer
- Add embed token endpoint for iframe integration
- Create Automations page with embedded workflow builder
- Add sidebar visibility fix for embed mode
- Add list inactive customers endpoint to Public API
- Include SmoothSchedule triggers: event created/updated/cancelled
- Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 22:59:37 -05:00

24 lines
1.3 KiB
JSON

{
"Host": "ホスト",
"Username": "ユーザー名",
"Password": "Password",
"Port": "ポート",
"Virtual Host": "バーチャルホスト",
"Rabbitmq Auth": "Rabbitmq 認証",
"sendMessageToExchange": "sendMessageToExchange",
"sendMessageToQueue": "sendMessageToQueue",
"Send a message on a RabbitMQ exchange": "RabbitMQ 取引所にメッセージを送信",
"Send a message on a RabbitMQ queue": "RabbitMQキューにメッセージを送信する",
"Exchange": "交換",
"Routing Key (Optional)": "ルーティングキー (任意)",
"Data": "データ",
"Queue": "キュー",
"The name of the exchange to send the message to": "メッセージを送信する取引所の名前",
"The routing key to use when sending the message": "メッセージを送信するときに使用するルーティングキー",
"The data to send": "送信するデータ",
"Message Received": "受信したメッセージ",
"Triggers when a message is received on a RabbitMQ queue": "RabbitMQキューでメッセージが受信されたときにトリガーします",
"Max Messages Per Poll": "アンケート毎の最大メッセージ",
"The name of the queue to listen to": "リッスンするキューの名前",
"The maximum number of messages to fetch per poll": "The maximum number of messages to fetch per poll"
}