-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathja-JP.objects.generated.ts
More file actions
76 lines (73 loc) · 2.24 KB
/
Copy pathja-JP.objects.generated.ts
File metadata and controls
76 lines (73 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.
/**
* Auto-generated by 'os i18n extract' for locale 'ja-JP'.
* Edit translations in place; re-run extract (with --merge) to fill new gaps.
* Do not hand-edit the structure — only the leaf string values.
*/
import type { TranslationData } from '@objectstack/spec/system';
export const jaJPObjects: NonNullable<TranslationData['objects']> = {
sys_webhook: {
label: "Webhook",
pluralLabel: "Webhook",
description: "送信 HTTP Webhook サブスクリプション。defineWebhook() またはスタジオエディタで作成し、HTTP コネクタプラグインが実行します。",
fields: {
id: {
label: "Webhook ID"
},
name: {
label: "名前",
help: "一意の snake_case 名 — ログおよび監査で参照"
},
label: {
label: "表示名"
},
object_name: {
label: "オブジェクト",
help: "このウェブフックを発火するレコードイベント(create/update/delete)のオブジェクト短縮名"
},
triggers: {
label: "トリガー",
help: "カンマ区切りのイベントリスト: create,update,delete"
},
url: {
label: "ターゲット URL",
help: "POST を受信する外部エンドポイント"
},
method: {
label: "HTTP メソッド",
help: "GET / POST / PUT / PATCH / DELETE"
},
description: {
label: "説明"
},
active: {
label: "有効",
help: "無効にするとディスパッチャにスキップされます"
},
definition_json: {
label: "定義",
help: "シリアライズされた Webhook JSON(@objectstack/spec/automation/webhook 参照)— ヘッダー/認証/リトライ/ペイロード設定を含む"
},
created_at: {
label: "作成日時"
},
updated_at: {
label: "更新日時"
}
},
_views: {
active: {
label: "有効"
},
inactive: {
label: "無効"
},
by_object: {
label: "オブジェクト別"
},
all_webhooks: {
label: "すべて"
}
}
}
};