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 parent_id = core_company:id
28
29 [core_office]
30 company_id = core_company:id
31
32 [core_project]
33 client_id = core_company:id
34 agency_id = core_company:id
35 team_id = core_group:id
36 open_by = core_person:id
37 owner_id = core_person:id
38 deleted_by = core_person:id
39
40 [core_group]
41 leader = core_person:id
42
43 [core_group_member]
44 group_id = core_group:id
45 user_id =  core_person:id
46
47 [core_group_right]
48 group_id = core_group:id
49
50
51 [core_event_audit]
52 event_id = Events:id
53 old_audit_id = core_event_audit:id
54
55 [core_watch]
56 person_id = core_person:id
57
58 [core_person_alias]
59 person_id = core_person:id
60
61 [core_notify]
62 person_id = core_person:id
63 event_id = Events:id
64 watch_id = core_watch:id
65 trigger_person_id = core_person:id
66 trigger_event_id = Events:id
67 domain_id = core_domain:id
68
69 [core_notify_recur]
70 person_id = core_person:id
71 last_event_id = Events:id
72 method_id = core_enum:id
73
74 [core_email]
75 owner_id = core_person:id
76 bcc_group_id = core_group:id
77 to_group_id = core_group:id
78
79
80 [core_ip_access]
81 authorized_by = core_person:id
82 updated_by = core_person:id
83
84 [core_person_settings]
85 person_id = core_person:id
86
87
88
89 [core_templatestr]
90 src_id = core_templatestr:id
91 template_id = core_template:id
92
93 [core_template_element]
94 template_id = core_template:id
95
96 [core_project_group]
97 project_id = core_project:id
98 group_id = core_group:id
99
100
101 [database__render]
102 core_project = name
103 core_company= name
104 core_office =  name
105 core_person= name
106 core_group= name
107 Images = filename