@objectstack/platform-objects 14.7.0 → 15.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,7 +20,7 @@ var SysOrganizationDetailPage = {
20
20
  position: "top",
21
21
  items: [
22
22
  {
23
- label: "Members",
23
+ label: { en: "Members", "zh-CN": "\u6210\u5458", "ja-JP": "\u30E1\u30F3\u30D0\u30FC", "es-ES": "Miembros" },
24
24
  icon: "users",
25
25
  children: [
26
26
  {
@@ -32,13 +32,13 @@ var SysOrganizationDetailPage = {
32
32
  sort: [{ field: "created_at", order: "desc" }],
33
33
  limit: 25,
34
34
  showViewAll: true,
35
- title: "Members"
35
+ title: { en: "Members", "zh-CN": "\u6210\u5458", "ja-JP": "\u30E1\u30F3\u30D0\u30FC", "es-ES": "Miembros" }
36
36
  }
37
37
  }
38
38
  ]
39
39
  },
40
40
  {
41
- label: "Invitations",
41
+ label: { en: "Invitations", "zh-CN": "\u9080\u8BF7", "ja-JP": "\u62DB\u5F85", "es-ES": "Invitaciones" },
42
42
  icon: "mail",
43
43
  children: [
44
44
  {
@@ -50,13 +50,13 @@ var SysOrganizationDetailPage = {
50
50
  sort: [{ field: "created_at", order: "desc" }],
51
51
  limit: 25,
52
52
  showViewAll: true,
53
- title: "Invitations"
53
+ title: { en: "Invitations", "zh-CN": "\u9080\u8BF7", "ja-JP": "\u62DB\u5F85", "es-ES": "Invitaciones" }
54
54
  }
55
55
  }
56
56
  ]
57
57
  },
58
58
  {
59
- label: "Teams",
59
+ label: { en: "Teams", "zh-CN": "\u56E2\u961F", "ja-JP": "\u30C1\u30FC\u30E0", "es-ES": "Equipos" },
60
60
  icon: "users-round",
61
61
  children: [
62
62
  {
@@ -68,7 +68,7 @@ var SysOrganizationDetailPage = {
68
68
  sort: [{ field: "name", order: "asc" }],
69
69
  limit: 25,
70
70
  showViewAll: true,
71
- title: "Teams"
71
+ title: { en: "Teams", "zh-CN": "\u56E2\u961F", "ja-JP": "\u30C1\u30FC\u30E0", "es-ES": "Equipos" }
72
72
  }
73
73
  }
74
74
  ]
@@ -101,13 +101,30 @@ var SysUserDetailPage = {
101
101
  properties: {
102
102
  severity: "warning",
103
103
  icon: "mail",
104
- title: "\u90AE\u7BB1\u672A\u9A8C\u8BC1",
105
- body: "\u9A8C\u8BC1\u4F60\u7684\u90AE\u7BB1\u4EE5\u63A5\u6536\u5BC6\u7801\u91CD\u7F6E\u548C\u91CD\u8981\u7684\u7CFB\u7EDF\u901A\u77E5\u3002",
104
+ // Inline-i18n object labels: the renderer resolves them with
105
+ // pickLocalized (exact → base → default → en → first).
106
+ title: {
107
+ en: "Email not verified",
108
+ "zh-CN": "\u90AE\u7BB1\u672A\u9A8C\u8BC1",
109
+ "ja-JP": "\u30E1\u30FC\u30EB\u304C\u672A\u8A8D\u8A3C\u3067\u3059",
110
+ "es-ES": "Correo no verificado"
111
+ },
112
+ body: {
113
+ en: "Verify your email to receive password resets and important system notifications.",
114
+ "zh-CN": "\u9A8C\u8BC1\u4F60\u7684\u90AE\u7BB1\u4EE5\u63A5\u6536\u5BC6\u7801\u91CD\u7F6E\u548C\u91CD\u8981\u7684\u7CFB\u7EDF\u901A\u77E5\u3002",
115
+ "ja-JP": "\u30D1\u30B9\u30EF\u30FC\u30C9\u30EA\u30BB\u30C3\u30C8\u3084\u91CD\u8981\u306A\u30B7\u30B9\u30C6\u30E0\u901A\u77E5\u3092\u53D7\u3051\u53D6\u308B\u306B\u306F\u3001\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u8A8D\u8A3C\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
116
+ "es-ES": "Verifica tu correo para recibir restablecimientos de contrase\xF1a y notificaciones importantes del sistema."
117
+ },
106
118
  visible: "record.id == ctx.user.id && record.email_verified == false",
107
119
  dismissible: false,
108
120
  action: {
109
121
  actionName: "resend_verification_email",
110
- label: "\u91CD\u65B0\u53D1\u9001\u9A8C\u8BC1\u90AE\u4EF6"
122
+ label: {
123
+ en: "Resend verification email",
124
+ "zh-CN": "\u91CD\u65B0\u53D1\u9001\u9A8C\u8BC1\u90AE\u4EF6",
125
+ "ja-JP": "\u8A8D\u8A3C\u30E1\u30FC\u30EB\u3092\u518D\u9001\u4FE1",
126
+ "es-ES": "Reenviar correo de verificaci\xF3n"
127
+ }
111
128
  }
112
129
  }
113
130
  }
@@ -136,11 +153,11 @@ var SysUserDetailPage = {
136
153
  ],
137
154
  sections: [
138
155
  {
139
- label: "Identity",
156
+ label: { en: "Identity", "zh-CN": "\u8EAB\u4EFD", "ja-JP": "\u30A2\u30A4\u30C7\u30F3\u30C6\u30A3\u30C6\u30A3", "es-ES": "Identidad" },
140
157
  fields: ["name", "image"]
141
158
  },
142
159
  {
143
- label: "Audit",
160
+ label: { en: "Audit", "zh-CN": "\u5BA1\u8BA1", "ja-JP": "\u76E3\u67FB", "es-ES": "Auditor\xEDa" },
144
161
  fields: ["created_at", "updated_at"]
145
162
  }
146
163
  ]
@@ -158,7 +175,7 @@ var SysUserDetailPage = {
158
175
  position: "top",
159
176
  items: [
160
177
  {
161
- label: "Positions",
178
+ label: { en: "Positions", "zh-CN": "\u5C97\u4F4D", "ja-JP": "\u30DD\u30B8\u30B7\u30E7\u30F3", "es-ES": "Puestos" },
162
179
  icon: "shield-check",
163
180
  children: [
164
181
  {
@@ -175,7 +192,7 @@ var SysUserDetailPage = {
175
192
  sort: [{ field: "created_at", order: "desc" }],
176
193
  limit: 25,
177
194
  showViewAll: true,
178
- title: "Positions",
195
+ title: { en: "Positions", "zh-CN": "\u5C97\u4F4D", "ja-JP": "\u30DD\u30B8\u30B7\u30E7\u30F3", "es-ES": "Puestos" },
179
196
  add: {
180
197
  picker: {
181
198
  object: "sys_position",
@@ -183,14 +200,96 @@ var SysUserDetailPage = {
183
200
  labelField: "label"
184
201
  },
185
202
  linkField: "position",
186
- label: "Assign position"
203
+ label: {
204
+ en: "Assign position",
205
+ "zh-CN": "\u5206\u914D\u5C97\u4F4D",
206
+ "ja-JP": "\u30DD\u30B8\u30B7\u30E7\u30F3\u3092\u5272\u308A\u5F53\u3066",
207
+ "es-ES": "Asignar puesto"
208
+ }
187
209
  }
188
210
  }
189
211
  }
190
212
  ]
191
213
  },
192
214
  {
193
- label: "Sessions",
215
+ // [ADR-0091 D1] Direct permission-set grants (直接授权) — pure SDUI.
216
+ // sys_user_permission_set is an ordinary id-keyed junction:
217
+ // user_id / permission_set_id are lookups keyed by record id, so
218
+ // the list keys on `relationshipField: 'user_id'` (no
219
+ // relationshipValueField). The Add picker binds a permission set by
220
+ // its id (linkField: 'permission_set_id'); server-side gates
221
+ // (audience-anchor D5/D9, delegated-admin D12) surface their denial
222
+ // reason in the Add dialog.
223
+ label: { en: "Permission Sets", "zh-CN": "\u6743\u9650\u96C6", "ja-JP": "\u6A29\u9650\u30BB\u30C3\u30C8", "es-ES": "Conjuntos de permisos" },
224
+ icon: "lock",
225
+ children: [
226
+ {
227
+ type: "record:related_list",
228
+ properties: {
229
+ objectName: "sys_user_permission_set",
230
+ relationshipField: "user_id",
231
+ columns: ["permission_set_id", "organization_id", "granted_by", "created_at"],
232
+ sort: [{ field: "created_at", order: "desc" }],
233
+ limit: 25,
234
+ showViewAll: true,
235
+ title: { en: "Permission Sets", "zh-CN": "\u6743\u9650\u96C6", "ja-JP": "\u6A29\u9650\u30BB\u30C3\u30C8", "es-ES": "Conjuntos de permisos" },
236
+ add: {
237
+ picker: {
238
+ object: "sys_permission_set",
239
+ labelField: "label"
240
+ },
241
+ linkField: "permission_set_id",
242
+ label: {
243
+ en: "Grant permission set",
244
+ "zh-CN": "\u6388\u4E88\u6743\u9650\u96C6",
245
+ "ja-JP": "\u6A29\u9650\u30BB\u30C3\u30C8\u3092\u4ED8\u4E0E",
246
+ "es-ES": "Otorgar conjunto de permisos"
247
+ }
248
+ }
249
+ }
250
+ }
251
+ ]
252
+ },
253
+ {
254
+ // Business-unit membership (业务单元归属) — pure SDUI.
255
+ // sys_business_unit_member is an id-keyed junction: user_id /
256
+ // business_unit_id are lookups keyed by record id, so the list keys
257
+ // on `relationshipField: 'user_id'` (no relationshipValueField).
258
+ // The Add picker binds a BU by its id (linkField: 'business_unit_id');
259
+ // sys_business_unit has no `label` field so the picker labels rows by
260
+ // its display field `name`.
261
+ label: { en: "Business Units", "zh-CN": "\u4E1A\u52A1\u5355\u5143", "ja-JP": "\u30D3\u30B8\u30CD\u30B9\u30E6\u30CB\u30C3\u30C8", "es-ES": "Unidades de negocio" },
262
+ icon: "network",
263
+ children: [
264
+ {
265
+ type: "record:related_list",
266
+ properties: {
267
+ objectName: "sys_business_unit_member",
268
+ relationshipField: "user_id",
269
+ columns: ["business_unit_id", "function_in_business_unit", "is_primary", "created_at"],
270
+ sort: [{ field: "created_at", order: "desc" }],
271
+ limit: 25,
272
+ showViewAll: true,
273
+ title: { en: "Business Units", "zh-CN": "\u4E1A\u52A1\u5355\u5143", "ja-JP": "\u30D3\u30B8\u30CD\u30B9\u30E6\u30CB\u30C3\u30C8", "es-ES": "Unidades de negocio" },
274
+ add: {
275
+ picker: {
276
+ object: "sys_business_unit",
277
+ labelField: "name"
278
+ },
279
+ linkField: "business_unit_id",
280
+ label: {
281
+ en: "Add to business unit",
282
+ "zh-CN": "\u52A0\u5165\u4E1A\u52A1\u5355\u5143",
283
+ "ja-JP": "\u30D3\u30B8\u30CD\u30B9\u30E6\u30CB\u30C3\u30C8\u306B\u8FFD\u52A0",
284
+ "es-ES": "A\xF1adir a unidad de negocio"
285
+ }
286
+ }
287
+ }
288
+ }
289
+ ]
290
+ },
291
+ {
292
+ label: { en: "Sessions", "zh-CN": "\u4F1A\u8BDD", "ja-JP": "\u30BB\u30C3\u30B7\u30E7\u30F3", "es-ES": "Sesiones" },
194
293
  icon: "monitor",
195
294
  children: [
196
295
  {
@@ -202,13 +301,13 @@ var SysUserDetailPage = {
202
301
  sort: [{ field: "created_at", order: "desc" }],
203
302
  limit: 25,
204
303
  showViewAll: true,
205
- title: "Sessions"
304
+ title: { en: "Sessions", "zh-CN": "\u4F1A\u8BDD", "ja-JP": "\u30BB\u30C3\u30B7\u30E7\u30F3", "es-ES": "Sesiones" }
206
305
  }
207
306
  }
208
307
  ]
209
308
  },
210
309
  {
211
- label: "Linked Accounts",
310
+ label: { en: "Linked Accounts", "zh-CN": "\u5173\u8054\u8D26\u53F7", "ja-JP": "\u9023\u643A\u30A2\u30AB\u30A6\u30F3\u30C8", "es-ES": "Cuentas vinculadas" },
212
311
  icon: "link",
213
312
  children: [
214
313
  {
@@ -220,13 +319,13 @@ var SysUserDetailPage = {
220
319
  sort: [{ field: "created_at", order: "desc" }],
221
320
  limit: 25,
222
321
  showViewAll: true,
223
- title: "Linked Accounts"
322
+ title: { en: "Linked Accounts", "zh-CN": "\u5173\u8054\u8D26\u53F7", "ja-JP": "\u9023\u643A\u30A2\u30AB\u30A6\u30F3\u30C8", "es-ES": "Cuentas vinculadas" }
224
323
  }
225
324
  }
226
325
  ]
227
326
  },
228
327
  {
229
- label: "Organizations",
328
+ label: { en: "Organizations", "zh-CN": "\u7EC4\u7EC7", "ja-JP": "\u7D44\u7E54", "es-ES": "Organizaciones" },
230
329
  icon: "building-2",
231
330
  children: [
232
331
  {
@@ -238,13 +337,13 @@ var SysUserDetailPage = {
238
337
  sort: [{ field: "created_at", order: "desc" }],
239
338
  limit: 25,
240
339
  showViewAll: true,
241
- title: "Organizations"
340
+ title: { en: "Organizations", "zh-CN": "\u7EC4\u7EC7", "ja-JP": "\u7D44\u7E54", "es-ES": "Organizaciones" }
242
341
  }
243
342
  }
244
343
  ]
245
344
  },
246
345
  {
247
- label: "OAuth Apps",
346
+ label: { en: "OAuth Apps", "zh-CN": "OAuth \u5E94\u7528", "ja-JP": "OAuth \u30A2\u30D7\u30EA", "es-ES": "Aplicaciones OAuth" },
248
347
  icon: "key-square",
249
348
  children: [
250
349
  {
@@ -256,7 +355,7 @@ var SysUserDetailPage = {
256
355
  sort: [{ field: "created_at", order: "desc" }],
257
356
  limit: 25,
258
357
  showViewAll: true,
259
- title: "OAuth Apps"
358
+ title: { en: "OAuth Apps", "zh-CN": "OAuth \u5E94\u7528", "ja-JP": "OAuth \u30A2\u30D7\u30EA", "es-ES": "Aplicaciones OAuth" }
260
359
  }
261
360
  }
262
361
  ]
@@ -268,21 +367,31 @@ var SysUserDetailPage = {
268
367
  // `location: 'record_section'` so they only render here, not
269
368
  // in the global header row.
270
369
  {
271
- label: "Security",
370
+ label: { en: "Security", "zh-CN": "\u5B89\u5168", "ja-JP": "\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3", "es-ES": "Seguridad" },
272
371
  icon: "shield",
273
372
  children: [
274
373
  {
275
374
  type: "element:text",
276
375
  properties: {
277
376
  variant: "subheading",
278
- content: "Password & Sign-in"
377
+ content: {
378
+ en: "Password & Sign-in",
379
+ "zh-CN": "\u5BC6\u7801\u4E0E\u767B\u5F55",
380
+ "ja-JP": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3068\u30B5\u30A4\u30F3\u30A4\u30F3",
381
+ "es-ES": "Contrase\xF1a e inicio de sesi\xF3n"
382
+ }
279
383
  }
280
384
  },
281
385
  {
282
386
  type: "element:text",
283
387
  properties: {
284
388
  variant: "caption",
285
- content: "Change your password or the email address associated with this account."
389
+ content: {
390
+ en: "Change your password or the email address associated with this account.",
391
+ "zh-CN": "\u4FEE\u6539\u5BC6\u7801\u6216\u6B64\u8D26\u53F7\u7ED1\u5B9A\u7684\u90AE\u7BB1\u5730\u5740\u3002",
392
+ "ja-JP": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3001\u307E\u305F\u306F\u3053\u306E\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u95A2\u9023\u4ED8\u3051\u3089\u308C\u305F\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5909\u66F4\u3057\u307E\u3059\u3002",
393
+ "es-ES": "Cambia tu contrase\xF1a o la direcci\xF3n de correo asociada a esta cuenta."
394
+ }
286
395
  }
287
396
  },
288
397
  {
@@ -298,14 +407,24 @@ var SysUserDetailPage = {
298
407
  type: "element:text",
299
408
  properties: {
300
409
  variant: "subheading",
301
- content: "Two-Factor Authentication"
410
+ content: {
411
+ en: "Two-Factor Authentication",
412
+ "zh-CN": "\u4E24\u6B65\u9A8C\u8BC1",
413
+ "ja-JP": "\u4E8C\u8981\u7D20\u8A8D\u8A3C",
414
+ "es-ES": "Autenticaci\xF3n de dos factores"
415
+ }
302
416
  }
303
417
  },
304
418
  {
305
419
  type: "element:text",
306
420
  properties: {
307
421
  variant: "caption",
308
- content: "Add a second layer of security using a TOTP authenticator app. Backup codes let you sign in if you lose your device."
422
+ content: {
423
+ en: "Add a second layer of security using a TOTP authenticator app. Backup codes let you sign in if you lose your device.",
424
+ "zh-CN": "\u4F7F\u7528 TOTP \u9A8C\u8BC1\u5668\u5E94\u7528\u6DFB\u52A0\u7B2C\u4E8C\u5C42\u5B89\u5168\u9632\u62A4\u3002\u5907\u7528\u9A8C\u8BC1\u7801\u53EF\u5728\u8BBE\u5907\u4E22\u5931\u65F6\u7528\u4E8E\u767B\u5F55\u3002",
425
+ "ja-JP": "TOTP \u8A8D\u8A3C\u30A2\u30D7\u30EA\u3067\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3\u3092\u3082\u3046\u4E00\u6BB5\u5F37\u5316\u3057\u307E\u3059\u3002\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30B3\u30FC\u30C9\u304C\u3042\u308C\u3070\u3001\u30C7\u30D0\u30A4\u30B9\u3092\u7D1B\u5931\u3057\u3066\u3082\u30B5\u30A4\u30F3\u30A4\u30F3\u3067\u304D\u307E\u3059\u3002",
426
+ "es-ES": "A\xF1ade una segunda capa de seguridad con una app de autenticaci\xF3n TOTP. Los c\xF3digos de respaldo te permiten iniciar sesi\xF3n si pierdes tu dispositivo."
427
+ }
309
428
  }
310
429
  },
311
430
  {
@@ -321,14 +440,24 @@ var SysUserDetailPage = {
321
440
  type: "element:text",
322
441
  properties: {
323
442
  variant: "subheading",
324
- content: "Email Verification"
443
+ content: {
444
+ en: "Email Verification",
445
+ "zh-CN": "\u90AE\u7BB1\u9A8C\u8BC1",
446
+ "ja-JP": "\u30E1\u30FC\u30EB\u8A8D\u8A3C",
447
+ "es-ES": "Verificaci\xF3n de correo"
448
+ }
325
449
  }
326
450
  },
327
451
  {
328
452
  type: "element:text",
329
453
  properties: {
330
454
  variant: "caption",
331
- content: "Verify your email so password resets and notifications reach you. The button appears only while verification is pending."
455
+ content: {
456
+ en: "Verify your email so password resets and notifications reach you. The button appears only while verification is pending.",
457
+ "zh-CN": "\u9A8C\u8BC1\u4F60\u7684\u90AE\u7BB1,\u4EE5\u4FBF\u63A5\u6536\u5BC6\u7801\u91CD\u7F6E\u548C\u7CFB\u7EDF\u901A\u77E5\u3002\u6309\u94AE\u4EC5\u5728\u90AE\u7BB1\u5F85\u9A8C\u8BC1\u65F6\u663E\u793A\u3002",
458
+ "ja-JP": "\u30D1\u30B9\u30EF\u30FC\u30C9\u30EA\u30BB\u30C3\u30C8\u3084\u901A\u77E5\u3092\u53D7\u3051\u53D6\u308C\u308B\u3088\u3046\u3001\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u8A8D\u8A3C\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u30DC\u30BF\u30F3\u306F\u672A\u8A8D\u8A3C\u306E\u9593\u306E\u307F\u8868\u793A\u3055\u308C\u307E\u3059\u3002",
459
+ "es-ES": "Verifica tu correo para recibir restablecimientos de contrase\xF1a y notificaciones. El bot\xF3n solo aparece mientras la verificaci\xF3n est\xE1 pendiente."
460
+ }
332
461
  }
333
462
  },
334
463
  {
@@ -344,7 +473,12 @@ var SysUserDetailPage = {
344
473
  type: "element:text",
345
474
  properties: {
346
475
  variant: "subheading",
347
- content: "Danger Zone"
476
+ content: {
477
+ en: "Danger Zone",
478
+ "zh-CN": "\u5371\u9669\u64CD\u4F5C",
479
+ "ja-JP": "\u5371\u967A\u306A\u64CD\u4F5C",
480
+ "es-ES": "Zona de peligro"
481
+ }
348
482
  },
349
483
  className: "text-destructive"
350
484
  },
@@ -352,7 +486,12 @@ var SysUserDetailPage = {
352
486
  type: "element:text",
353
487
  properties: {
354
488
  variant: "caption",
355
- content: "Permanent. Once deleted, your account cannot be recovered."
489
+ content: {
490
+ en: "Permanent. Once deleted, your account cannot be recovered.",
491
+ "zh-CN": "\u6B64\u64CD\u4F5C\u4E0D\u53EF\u9006,\u8D26\u53F7\u4E00\u7ECF\u5220\u9664\u5C06\u65E0\u6CD5\u6062\u590D\u3002",
492
+ "ja-JP": "\u3053\u306E\u64CD\u4F5C\u306F\u53D6\u308A\u6D88\u305B\u307E\u305B\u3093\u3002\u524A\u9664\u3055\u308C\u305F\u30A2\u30AB\u30A6\u30F3\u30C8\u306F\u5FA9\u5143\u3067\u304D\u307E\u305B\u3093\u3002",
493
+ "es-ES": "Permanente. Una vez eliminada, tu cuenta no se puede recuperar."
494
+ }
356
495
  }
357
496
  },
358
497
  {
@@ -370,7 +509,7 @@ var SysUserDetailPage = {
370
509
  // user_id FK; the sys_api_key object's own list-item actions
371
510
  // (revoke / restore) handle row operations.
372
511
  {
373
- label: "API Keys",
512
+ label: { en: "API Keys", "zh-CN": "API \u5BC6\u94A5", "ja-JP": "API \u30AD\u30FC", "es-ES": "Claves de API" },
374
513
  icon: "key-round",
375
514
  children: [
376
515
  {
@@ -382,7 +521,7 @@ var SysUserDetailPage = {
382
521
  sort: [{ field: "created_at", order: "desc" }],
383
522
  limit: 25,
384
523
  showViewAll: true,
385
- title: "API Keys"
524
+ title: { en: "API Keys", "zh-CN": "API \u5BC6\u94A5", "ja-JP": "API \u30AD\u30FC", "es-ES": "Claves de API" }
386
525
  }
387
526
  }
388
527
  ]
@@ -413,7 +552,7 @@ var SysPositionDetailPage = {
413
552
  position: "top",
414
553
  items: [
415
554
  {
416
- label: "Holders",
555
+ label: { en: "Holders", "zh-CN": "\u4EFB\u804C\u4EBA\u5458", "ja-JP": "\u5728\u4EFB\u8005", "es-ES": "Titulares" },
417
556
  icon: "users",
418
557
  children: [
419
558
  {
@@ -426,21 +565,21 @@ var SysPositionDetailPage = {
426
565
  sort: [{ field: "created_at", order: "desc" }],
427
566
  limit: 25,
428
567
  showViewAll: true,
429
- title: "Holders",
568
+ title: { en: "Holders", "zh-CN": "\u4EFB\u804C\u4EBA\u5458", "ja-JP": "\u5728\u4EFB\u8005", "es-ES": "Titulares" },
430
569
  add: {
431
570
  picker: {
432
571
  object: "sys_user",
433
572
  labelField: "name"
434
573
  },
435
574
  linkField: "user_id",
436
- label: "Assign user"
575
+ label: { en: "Assign user", "zh-CN": "\u5206\u914D\u7528\u6237", "ja-JP": "\u30E6\u30FC\u30B6\u30FC\u3092\u5272\u308A\u5F53\u3066", "es-ES": "Asignar usuario" }
437
576
  }
438
577
  }
439
578
  }
440
579
  ]
441
580
  },
442
581
  {
443
- label: "Permission Sets",
582
+ label: { en: "Permission Sets", "zh-CN": "\u6743\u9650\u96C6", "ja-JP": "\u6A29\u9650\u30BB\u30C3\u30C8", "es-ES": "Conjuntos de permisos" },
444
583
  icon: "lock",
445
584
  children: [
446
585
  {
@@ -452,14 +591,14 @@ var SysPositionDetailPage = {
452
591
  sort: [{ field: "created_at", order: "desc" }],
453
592
  limit: 25,
454
593
  showViewAll: true,
455
- title: "Permission Sets",
594
+ title: { en: "Permission Sets", "zh-CN": "\u6743\u9650\u96C6", "ja-JP": "\u6A29\u9650\u30BB\u30C3\u30C8", "es-ES": "Conjuntos de permisos" },
456
595
  add: {
457
596
  picker: {
458
597
  object: "sys_permission_set",
459
598
  labelField: "label"
460
599
  },
461
600
  linkField: "permission_set_id",
462
- label: "Bind permission set"
601
+ label: { en: "Bind permission set", "zh-CN": "\u7ED1\u5B9A\u6743\u9650\u96C6", "ja-JP": "\u6A29\u9650\u30BB\u30C3\u30C8\u3092\u30D0\u30A4\u30F3\u30C9", "es-ES": "Vincular conjunto de permisos" }
463
602
  }
464
603
  }
465
604
  }