forked from all-ride/ride-web-cms-orm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.json
115 lines (115 loc) · 7.09 KB
/
en.json
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"label.breadcrumb.add": "Breadcrumb",
"label.breadcrumb.add.description": "Show this entry in the breadcrumbs",
"label.condition": "Condition",
"label.condition.description": "ORM condition expression for the query",
"label.content.mapper.primary": "Primary",
"label.content.mapper.primary.description": "This detail should be the default for the selected model.",
"label.content.mapper.select": "Content Mapper",
"label.content.mapper.select.description": "Select the content mapper to use, leave empty for the default mapper.",
"label.content.overview.filter.boolean": "Boolean value",
"label.content.overview.filter.calendar": "Calendar (always uses fields dateStart and dateStop)",
"label.content.overview.filter.date": "Date value",
"label.content.overview.filter.multi.and": "Multiple values (and)",
"label.content.overview.filter.multi.or": "Multiple values (or)",
"label.content.overview.filter.single": "Single related value",
"label.depth.recursive": "Recursive depth",
"label.depth.recursive.description": "Select how many levels the relations will be fetched.",
"label.entry": "Entry",
"label.entry.name.description": "Enter the name of this entry node",
"label.entry.description": "Select the entry for this node",
"label.field.id": "Query field",
"label.field.id.description": "Field used to query the data",
"label.field": "Field",
"label.fields": "Fields",
"label.fields.description": "Select the fields you wish to query. Don't select anything to query all the fields of the model.",
"label.filters": "Filters",
"label.filters.exposed.description": "Filters exposed to the frontend",
"label.format.date": "Date format",
"label.format.date.description": "Override the date format of the model",
"label.format.image": "Image format",
"label.format.image.description": "Override the image format of the model",
"label.format.teaser": "Teaser format",
"label.format.teaser.description": "Override the teaser format of the model",
"label.format.title": "Title format",
"label.format.title.description": "Override the title format of the model",
"label.message.result.empty.description": "Enter a message shown when the result is empty",
"label.meta.og": "Open Graph",
"label.meta.og.description": "Add Open Graph meta tags to the head of your page",
"label.model": "Model",
"label.model.description": "Select the model you wish to query",
"label.more.show": "Show more",
"label.more.show.description": "Link to a detailed overview of the data",
"label.more.label": "More label",
"label.more.label.description": "Label for the more link",
"label.more.node": "More node",
"label.more.node.description": "Node where the more link will point to",
"label.node.type.entry": "Entry",
"label.order": "Order",
"label.order.description": "ORM order expression for the query",
"label.order.direction.asc": "Ascending",
"label.order.direction.desc": "Descending",
"label.order.field": "Order field",
"label.order.field.description": "Select a field and direction and add it to the order expression by clicking on the Add button.",
"label.pagination": "Pagination",
"label.pagination.ajax": "Use Ajax",
"label.pagination.ajax.description": "Use Ajax for the pagination to give a cleaner user impression.",
"label.pagination.description": "<strong>Pagination</strong>: %rows% per page with an offset of %offset%",
"label.pagination.enabled": "Enable",
"label.pagination.enabled.description": "Divide the query result over different pages.",
"label.pagination.rows": "Rows per page",
"label.pagination.rows.description": "Select how many rows should be displayed on each page.",
"label.pagination.offset": "Offset",
"label.pagination.offset.description": "Select how many records should be omitted from the beginning of the query result.",
"label.pagination.show": "Show",
"label.pagination.show.description": "Show the pagination of the query",
"label.parameters": "Parameters",
"label.parameters.description": "Enable parameters to make your query dynamic. A parameter can be used in your condition and is delimited by %.",
"label.parameters.named": "Named parameters",
"label.parameters.named.description": "You always need an even amount of parameters in your URL. The odd parameters sets the name and the even parameters is the value. eg. http://.../blog/1/comment/5 can be used as %blog% and %comment%",
"label.parameters.numeric": "Numeric parameters",
"label.parameters.numeric.description": "The name of the parameter is the index of the parameter in the URL (starting from 0 and only after the base URL of the node). eg. http://.../1/5 can be used as %0% and %1%",
"label.parameters.none": "No parameters",
"label.parameters.none.description": "What to do when the page does not receive the necessairy parameters?",
"label.parameters.none.404": "Set response to not found (404)",
"label.parameters.none.ignore": "Do nothing",
"label.parameters.none.render": "Render the widget",
"label.parameters.number": "Number",
"label.parameters.number.description": "Number of parameters to expect",
"label.processor.view": "View processor",
"label.processor.view.description": "Select a processor if your data needs to be processed before rendering the template",
"label.properties.unset": "No properties have been set for this widget.",
"label.result.empty": "Empty result",
"label.search.expose": "Search",
"label.search.expose.description": "Add a search form",
"label.text.existing": "Existing text",
"label.text.existing.new": "Create a new text based on the existing text",
"label.title": "Title",
"label.title.content.description": "Use the title of the content as page title",
"label.title.query.description": "You can add a title before the query result",
"label.type": "Type",
"label.unlocalized": "Localization",
"label.unlocalized.description": "Include data which is not localized in the current locale",
"label.view": "View",
"label.view.description": "Select one of the predefined views",
"label.view.result.empty.description": "Return a view when there are no results",
"label.widget.properties.unset": "No properties have been set for this widget.",
"template.orm.overview.alphabet": "Alphabet",
"template.orm.overview.block": "Block",
"template.orm.overview.cloud": "Cloud",
"template.orm.overview.list": "List",
"title.condition": "Condition",
"title.contact": "Contact Form",
"title.content.mapper": "Content Mapping",
"title.formats.data": "Data Formats",
"title.order": "Order",
"title.pagination": "Pagination",
"title.parameters.url": "URL Parameters",
"title.query": "Query",
"title.texts": "Texts",
"title.view": "View",
"warning.cms.text.used": "This text is also used in one or more other text blocks. Changing this text will affect those blocks as well.",
"widget.orm.detail": "Content Detail",
"widget.orm.entry": "Content Entry",
"widget.orm.overview": "Content Overview"
}