Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit d15b64d

Browse files
authored
Update content.js
1 parent a1d64a3 commit d15b64d

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

admin/app/i18n/en/content.js

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,45 @@ export const content = {
22
casestudies: {
33
label: "Case studies",
44
label_singular: "Case study",
5+
description: "All case studies"
56
},
67
categories: {
78
label: "Categories",
89
label_singular: "Category",
910
description: "All categories of news"
1011
},
12+
expertises: {
13+
label: "Expertises",
14+
label_singular: "Expertise",
15+
description: "All expertises"
16+
},
1117
indexes: {
1218
label: "Indexes",
1319
label_singular: "Index",
1420
description: "Page of each index"
1521
},
22+
offices: {
23+
label: "Offices",
24+
label_singular: "Office",
25+
description: "All offices"
26+
},
1627
pages: {
1728
label: "Pages",
1829
label_singular: "Page",
30+
description: "All pages",
1931
meta: {
2032
parent: "Parent page"
2133
}
2234
},
2335
persons: {
2436
label: "Persons",
2537
label_singular: "Person",
26-
description: "All persons",
38+
description: "All persons"
39+
},
40+
persons_statutes: {
41+
label: "Statuts",
42+
label_singular: "Statut",
43+
description: "All status of persons"
2744
},
2845
posts: {
2946
label: "News",
@@ -32,6 +49,7 @@ export const content = {
3249
projects: {
3350
label: "Projects",
3451
label_singular: "Project",
52+
description: "All projects"
3553
},
3654
projects_tags: {
3755
label: "Tags of project",
@@ -46,10 +64,16 @@ export const content = {
4664
publications: {
4765
label: "Publications",
4866
label_singular: "Publication",
67+
description: "All publications"
68+
},
69+
publications_tags: {
70+
label: "Tags",
71+
label_singular: "Tag",
72+
description: "All tags of publications"
4973
},
5074
tags: {
5175
label: "Tags",
5276
label_singular: "Tag",
5377
description: "All tags of news"
5478
},
55-
}
79+
}

0 commit comments

Comments
 (0)