-
-
Notifications
You must be signed in to change notification settings - Fork 871
Expand file tree
/
Copy pathcommon.json
More file actions
76 lines (76 loc) · 2.32 KB
/
Copy pathcommon.json
File metadata and controls
76 lines (76 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"cmsui": {
"add": "Add",
"edit": "Edit",
"save": "Save",
"controlpanel": "Control Panel",
"objectbrowserwidget": {
"openDialog": "Select content",
"dialogTitle": "Select Content",
"closeDialog": "Close selection",
"openSearch": "Search content",
"closeSearch": "Close search",
"searchPlaceholder": "Search content...",
"loading": "Loading...",
"routeannouncer": "Current path: {{route}}",
"noResults": "No content found",
"searchResults": "Search results: {{count}} items",
"searchResultsFor": "Search results for \"{{searchTerm}}\": {{count}} ",
"goback": "Go back",
"changeViewMode": "Switch to {{mode}} view",
"currentItems": "Current content items",
"home": "Home",
"item": "{{title}}",
"itemSelected": "selected",
"itemNotSelectable": "not selectable",
"itemNavigateTo": "Navigate to {{title}}",
"canNavigateTo": "Folderish content",
"workflowStates": {
"private": "Private",
"pending": "Pending",
"published": "Published"
},
"viewModes": {
"list": "list",
"grid": "grid"
}
},
"panelgroups": {
"general": "General",
"content": "Content",
"security": "Security",
"users": "Users",
"site": "Site Setup",
"addons": "Add-ons",
"maintenance": "Maintenance"
},
"paneltitles": {
"addons": "Add-ons",
"database": "Database",
"contentRules": "Content Rules",
"undo": "Undo",
"urlmanagement": "URL Management",
"relations": "Relations",
"moderatecomments": "Moderate Comments",
"users": "Users",
"groupMembership": "Group Membership",
"groups": "Groups"
},
"blocksEditor": {
"blocksTab": "Blocks",
"contentTab": "Content"
},
"sidebar": {
"label": "Sidebar"
},
"views": {
"slots": {
"heading": "Slots",
"registeredTab": "Registered Slots",
"registeredDescription": "All slots registered in the configuration, each with their ordered list of components.",
"compositionTab": "Slot Composition",
"compositionDescription": "Slots as a composition tree, showing which components render nested slots. Includes slots with no components registered yet."
}
}
}
}