-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathja-JP.objects.generated.ts
More file actions
224 lines (221 loc) · 6.69 KB
/
Copy pathja-JP.objects.generated.ts
File metadata and controls
224 lines (221 loc) · 6.69 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
// 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_audit_log: {
label: "監査ログ",
pluralLabel: "監査ログ",
description: "プラットフォームイベントの不変の監査証跡",
fields: {
created_at: {
label: "タイムスタンプ"
},
action: {
label: "アクション",
help: "アクションタイプ(snake_case)",
options: {
create: "作成",
update: "更新",
delete: "削除",
restore: "復元",
login: "ログイン",
logout: "ログアウト",
permission_change: "権限変更",
config_change: "構成変更",
export: "エクスポート",
import: "インポート"
}
},
user_id: {
label: "操作者",
help: "アクションを実行したユーザー(システム操作の場合は null)"
},
actor: {
label: "実行者",
help: "操作を実行したプリンシパル: ユーザー ID、svc:<name>、または null"
},
object_name: {
label: "オブジェクト",
help: "対象オブジェクト(例: sys_user、project_task)"
},
record_id: {
label: "レコード ID",
help: "影響を受けたレコードの ID"
},
old_value: {
label: "変更前の値",
help: "JSON シリアライズされた以前の状態"
},
new_value: {
label: "変更後の値",
help: "JSON シリアライズされた新しい状態"
},
ip_address: {
label: "IP アドレス"
},
user_agent: {
label: "ユーザーエージェント"
},
tenant_id: {
label: "テナント",
help: "マルチテナント分離のためのテナントコンテキスト"
},
metadata: {
label: "メタデータ",
help: "JSON シリアライズされた追加コンテキスト"
},
id: {
label: "監査ログ ID"
}
},
_views: {
recent: {
label: "最近",
emptyState: {
title: "監査イベントはありません",
message: "ユーザーがプラットフォームを操作すると、ここにアクティビティが表示されます。"
}
},
writes_only: {
label: "書き込み"
},
auth_events: {
label: "認証"
},
config_changes: {
label: "構成変更"
},
all_events: {
label: "すべて"
}
}
},
sys_activity: {
label: "アクティビティ",
pluralLabel: "アクティビティ",
description: "最近のアクティビティストリームエントリ(軽量、非正規化)",
fields: {
id: {
label: "アクティビティ ID"
},
timestamp: {
label: "タイムスタンプ"
},
type: {
label: "タイプ",
options: {
created: "作成",
updated: "更新",
deleted: "削除",
commented: "コメント",
mentioned: "メンション",
shared: "共有",
assigned: "割り当て",
completed: "完了",
login: "ログイン",
logout: "ログアウト",
system: "システム"
}
},
summary: {
label: "サマリー",
help: "判別しやすい 1 行サマリー"
},
actor_id: {
label: "操作者"
},
actor_name: {
label: "操作者名"
},
actor_avatar_url: {
label: "操作者アバター"
},
object_name: {
label: "オブジェクト",
help: "対象オブジェクトの短い名前(例: account、sys_user)"
},
record_id: {
label: "レコード ID"
},
record_label: {
label: "レコード表示名",
help: "書き込み時点の対象レコードの表示名"
},
source_object: {
label: "ソースオブジェクト",
help: "このアクティビティの派生元となったリッチソースエンティティのオブジェクト名(例: \"sys_email\")。null の場合、アクティビティは対象レコード自体に関するものです。"
},
source_id: {
label: "ソース ID",
help: "リッチソースエンティティのレコード ID(source_object と対で使用)。タイムラインからメール/通話/会議の完全なレコードへドリルダウンできます。"
},
url: {
label: "URL",
help: "アクティビティターゲットへのオプションのディープリンク"
},
environment_id: {
label: "プロジェクト",
help: "プロジェクトコンテキスト(マルチプロジェクトデプロイメント)"
},
metadata: {
label: "メタデータ",
help: "JSON シリアライズされた追加コンテキスト"
}
}
},
sys_comment: {
label: "コメント",
pluralLabel: "コメント",
description: "thread_id を介してレコードに添付されたスレッドコメント",
fields: {
id: {
label: "コメント ID"
},
thread_id: {
label: "スレッド",
help: "スレッド識別子 — 通常は `{object}:{record_id}`(例: `sys_user:abc123`)"
},
parent_id: {
label: "親コメント",
help: "ネストした返信用のオプションの親コメント"
},
author_id: {
label: "投稿者"
},
author_name: {
label: "投稿者名"
},
author_avatar_url: {
label: "投稿者アバター"
},
body: {
label: "本文",
help: "コメントテキスト(Markdown 対応)"
},
mentions: {
label: "メンション",
help: "@メンションオブジェクトの JSON 配列"
},
reactions: {
label: "リアクション",
help: "絵文字リアクションオブジェクトの JSON 配列"
},
is_edited: {
label: "編集済み"
},
edited_at: {
label: "編集日時"
},
created_at: {
label: "作成日時"
},
updated_at: {
label: "更新日時"
}
}
}
};