-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathes-ES.objects.generated.ts
More file actions
311 lines (308 loc) · 8.68 KB
/
Copy pathes-ES.objects.generated.ts
File metadata and controls
311 lines (308 loc) · 8.68 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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.
/**
* Auto-generated by 'os i18n extract' for locale 'es-ES'.
* 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 esESObjects: NonNullable<TranslationData['objects']> = {
sys_approval_request: {
label: "Solicitud de aprobación",
pluralLabel: "Solicitudes de aprobación",
description: "Instancia activa de aprobación registrada por envío",
fields: {
id: {
label: "ID de solicitud"
},
organization_id: {
label: "Organización",
help: "Tenant que posee esta solicitud de aprobación (propagado desde el contexto del solicitante)."
},
process_name: {
label: "Origen",
help: "Origen de la solicitud — `flow:<flowName|nodeId>` para aprobaciones por nodo"
},
object_name: {
label: "Objeto"
},
record_id: {
label: "ID de registro"
},
submitter_id: {
label: "Solicitante"
},
submitter_comment: {
label: "Comentario del solicitante"
},
status: {
label: "Estado",
help: "Estado del ciclo de vida de la solicitud.",
options: {
pending: "Pendiente",
approved: "Aprobada",
rejected: "Rechazada",
recalled: "Retirada",
returned: "Devuelta para revisión"
}
},
current_step: {
label: "Paso actual",
help: "Nombre técnico del paso pendiente de aprobación."
},
current_step_index: {
label: "Índice del paso actual"
},
pending_approvers: {
label: "Aprobadores pendientes",
help: "ID de usuario separados por comas que pueden actuar en el paso actual."
},
payload_json: {
label: "Instantánea",
help: "Instantánea del registro en el momento del envío."
},
flow_run_id: {
label: "Flow Run",
help: "Suspended automation run id this request gates (ADR-0019). The decision resumes it."
},
flow_node_id: {
label: "Flow Node",
help: "Approval node id within the flow that opened this request (ADR-0019)."
},
node_config_json: {
label: "Node Config",
help: "Snapshot of the Approval node config (approvers/behavior) for node-driven requests (ADR-0019)."
},
completed_at: {
label: "Completado el"
},
created_at: {
label: "Creado el"
},
updated_at: {
label: "Actualizado el"
}
},
_views: {
my_pending: {
label: "Mis pendientes",
emptyState: {
title: "Sin aprobaciones pendientes",
message: "Estás al día: nada espera tu aprobación."
}
},
submitted_by_me: {
label: "Enviadas por mí"
},
completed: {
label: "Completadas"
},
all_requests: {
label: "Todas"
}
},
_actions: {
approval_approve: {
label: "Aprobar",
successMessage: "Aprobada.",
params: {
comment: {
label: "Comentario"
},
attachments: {
label: "Adjuntos"
}
}
},
approval_reject: {
label: "Rechazar",
confirmText: "¿Rechazar esta solicitud? Un rechazo es definitivo para todos los aprobadores.",
successMessage: "Rechazada.",
params: {
comment: {
label: "Comentario"
},
attachments: {
label: "Adjuntos"
}
}
},
approval_reassign: {
label: "Reasignar",
successMessage: "Reasignada.",
params: {
to: {
label: "Nuevo aprobador",
helpText: "Usuario al que se entrega este paso"
},
comment: {
label: "Comentario"
}
}
},
approval_send_back: {
label: "Devolver",
successMessage: "Devuelta para revisión.",
params: {
comment: {
label: "Motivo"
}
}
},
approval_request_info: {
label: "Pedir información",
successMessage: "Información solicitada.",
params: {
comment: {
label: "¿Qué necesitas?"
}
}
},
approval_remind: {
label: "Enviar recordatorio",
successMessage: "Recordatorio enviado.",
params: {
comment: {
label: "Nota"
}
}
},
approval_recall: {
label: "Retirar",
confirmText: "¿Retirar esta solicitud? Los aprobadores ya no podrán actuar sobre ella y el registro se desbloqueará.",
successMessage: "Retirada.",
params: {
comment: {
label: "Comentario"
}
}
},
approval_resubmit: {
label: "Reenviar",
successMessage: "Reenviada.",
params: {
comment: {
label: "¿Qué ha cambiado?"
}
}
}
}
},
sys_approval_action: {
label: "Acción de aprobación",
pluralLabel: "Acciones de aprobación",
description: "Registro de auditoría append-only para acciones de aprobación",
fields: {
id: {
label: "ID de acción"
},
organization_id: {
label: "Organización",
help: "Tenant que posee esta acción (refleja la solicitud principal)."
},
request_id: {
label: "Solicitud"
},
step_name: {
label: "Paso",
help: "Nombre técnico del paso en el momento de la acción."
},
step_index: {
label: "Índice del paso"
},
action: {
label: "Acción",
options: {
submit: "Enviar",
approve: "Aprobar",
reject: "Rechazar",
recall: "Retirar",
escalate: "Escalar",
reassign: "Reasignación",
remind: "Recordatorio",
request_info: "Petición de información",
comment: "Comentario",
revise: "Devolución",
resubmit: "Reenvío",
ooo_substitute: "Sustitución por ausencia"
}
},
actor_id: {
label: "Actor"
},
comment: {
label: "Comentario"
},
attachments: {
label: "Adjuntos",
help: "Archivos que respaldan esta acción, p. ej. un contrato firmado o pruebas (#3266)."
},
created_at: {
label: "Creado el"
}
},
_views: {
recent: {
label: "Recientes",
emptyState: {
title: "Aún no hay acciones de aprobación",
message: "Las acciones se registran automáticamente a medida que avanza la aprobación."
}
},
by_actor: {
label: "Por actor"
},
all_actions: {
label: "Todas"
}
}
},
sys_approval_delegation: {
label: "Approval Delegation",
pluralLabel: "Approval Delegations",
description: "Self-service out-of-office rule: route this user's approver slots to a delegate within a time window (#1322 M1).",
fields: {
id: {
label: "Delegation ID"
},
delegator_id: {
label: "Delegator",
help: "The user going out of office; their individually-routed approver slots are rerouted while active."
},
delegate_id: {
label: "Delegate",
help: "The backup who receives the delegator's approvals while this rule is active. Acts under their own identity."
},
valid_from: {
label: "Valid From",
help: "Rule is inactive before this instant. Null = active immediately. Enforced at resolution time via isGrantActive (ADR-0091 D2 predicate) — never by a background job."
},
valid_until: {
label: "Valid Until",
help: "Rule is inactive AT and AFTER this instant (half-open [from, until), UTC). Null = never expires."
},
reason: {
label: "Reason",
help: "Why the delegation exists (e.g. \"Annual leave 5/26–5/30\"). Recorded on the substitution audit row."
},
organization_id: {
label: "Organization",
help: "Tenant that owns this rule; null = applies across tenants for this delegator."
},
created_at: {
label: "Created At"
},
updated_at: {
label: "Updated At"
}
},
_views: {
active: {
label: "Active",
emptyState: {
title: "No delegations",
message: "Declare an out-of-office delegation so approvals route to a backup while you are away."
}
}
}
}
};