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