Initial commit
This commit is contained in:
22
application/Espo/Resources/i18n/ja_JP/WebhookQueueItem.json
Normal file
22
application/Espo/Resources/i18n/ja_JP/WebhookQueueItem.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"fields": {
|
||||
"event": "イベント",
|
||||
"webhook": "ウェブフック",
|
||||
"target": "ターゲット",
|
||||
"data": "データ",
|
||||
"status": "状態",
|
||||
"processedAt": "処理場所",
|
||||
"attempts": "試み",
|
||||
"processAt": "プロセス"
|
||||
},
|
||||
"links": {
|
||||
"webhook": "ウェブフック"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Pending": "保留中",
|
||||
"Success": "成功",
|
||||
"Failed": "失敗した"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user