fix #8131 - chinese translations
[Pman.Core] / DataObjects / pman.links.ini
1
2 [Images]
3 parent_image_id = Images:id
4
5 [Events]
6 person_id = core_person:id
7
8 [ProjectDirectory]
9 person_id = core_person:id
10 project_id = core_project:id
11 office_id = core_office:id
12 company_id = core_company:id
13
14
15
16 [core_person]
17 office_id = core_office:id
18 company_id = core_company:id
19 project_id = core_project:id
20 owner_id = core_person:id
21
22 [core_company]
23 logo_id = Images:id
24 owner_id = core_person:id
25 main_office_id = core_office:id
26 comptype_id = core_enum:id
27
28 [core_office]
29 company_id = core_company:id
30
31 [core_project]
32 client_id = core_company:id
33 agency_id = core_company:id
34 team_id = core_group:id
35 open_by = core_person:id
36 owner_id = core_person:id
37
38
39 [core_group]
40 leader = core_person:id
41
42 [core_group_member]
43 group_id = core_group:id
44 user_id =  core_person:id
45
46 [core_group_right]
47 group_id = core_group:id
48
49
50 [core_event_audit]
51 event_id = Events:id
52 old_audit_id = core_event_audit:id
53
54 [core_watch]
55 person_id = core_person:id
56
57 [core_person_alias]
58 person_id = core_person:id
59
60 [core_notify]
61 person_id = core_person:id
62 event_id = Events:id
63 watch_id = core_watch:id
64 trigger_person_id = core_person:id
65 trigger_event_id = Events:id
66 domain_id = core_domain:id
67
68 [core_notify_recur]
69 person_id = core_person:id
70 last_event_id = Events:id
71 method_id = core_enum:id
72
73 [core_email]
74 owner_id = core_person:id
75 bcc_group_id = core_group:id
76 to_group_id = core_group:id
77
78
79 [core_ip_access]
80 authorized_by = core_person:id
81 updated_by = core_person:id
82
83 [core_person_settings]
84 person_id = core_person:id
85
86
87
88 [core_templatestr]
89 src_id = core_templatestr:id
90 template_id = core_template:id
91
92 [core_template_element]
93 template_id = core_template:id
94
95 [database__render]
96 core_project = name
97 core_company= name
98 core_office =  name
99 core_person= name
100 core_group= name
101 Images = filename