List of terms and concepts that you can find in Orchard Core.

您可以在Orchard Core中找到的术语和概念列表

They are grouped by roles: User, Theme designer, Administrator.
他们按角色分组:用户、主题设计者、管理员。

Authenticated users 授权用户

Content Item内容项

A single document containing some content of a specific content type, that can be versioned and localized. Examples of content items are pages, blog posts and products. They are often associated with a unique URL (address) on the site.

一份文档包含由特定内容类型组成的内容,可以进行版本控制和本地化。

内容项的示例包括页面、博客和产品。它们通常与网站上的唯一URL(地址)相关联。

Content Item Version内容项版本

A single document that represent a specific version of a content item. These can be draft, published, or pasts versions

描述了一个内容项的具体版本,可以是草稿版本、发布版本或过去版本

Content Type 内容类型

Define the list of Content Parts and Content Fields a content item can be made of. An analogy is to compare them to classes, whose instances are the content items.

定义可构成内容项的内容部件和内容字段的清单。可以将它们比作类,对应的类的实例是内容项。

Content Part 内容部件

Content parts are atoms of content that are enough to build a specific coherent behavior and that can be reused across content types. See Content Parts

内容部件是可以用来构建一个明确的具有连贯行为,可以跨内容类型重复使用的内容原子部件。

Content Field 内容字段

A content field extends a content type with a named piece of data. There can be multiple fields of the same kind attached to a content type or a content part. For instance Description could be a field defined on a Product content type. See Content Fields

内容字段使用命名的数据来扩展内容类型。可以有多个相同类型的字段附加到内容类型或内容部件。例如,“描述”可以是“产品”这个内容类型的一个定义的字段。

Display Type 显示类型

A way to specify in which context a content element is rendered (ex: Details, Summary, SummaryAdmin). A template can be defined for each display type.

指明在在哪个上下文中渲染一个内容元素。 (例如:Details、Summary、SummaryAdmin)。可以为每种显示类型定义模板。

Field Editor 字段编辑器

A field can have different Editors (Ex: The value of a Numeric Field can be set by an input or a slider).

一个字段可以有不同的编辑器(例如:数值字段的值可以通过输入或滑块设置)。

Autoroute 自动路由

A part that dynamically creates and registers a url to access a content item. It can use a Liquid pattern to be automatically generated. See Autoroute

动态创建和注册URL以访问内容项的部件。它可以使用Liquid方式自动生成。

Bag包

A collection of content items of a certain type in a parent content item. The content items are aggregated in the bag.

在父内容项中,一个包含特定类型的内容项的集合。内容项被聚集在包中。

List 清单

A list of content items to a parent container (Ex: A blog contains a list of blog posts). The content items are referenced. See Lists

父容器中的内容项清单(例如:博客包含博客帖子列表)。内容项被引用。

Taxonomy 分类

A hierarchy of content items that are used as references for other content items. Also called managed vocabularies. An example is a list of colors which can then be attached to products. Also often used for categories of articles for instance. See Taxonomies

用作其他内容项引用的内容项层次结构。也称为托管词汇表。一个例子是可以附加到产品上的颜色列表。也经常用于物品的分类

Admin menu 管理员菜单

A hierarchy of menu items that are displayed in the admin section of the site. See Admin menu

显示在网站管理部分中的菜单项的层次结构。

Alias

A part that allows you to specify an alias. A way to identify an item with a key that you can call to retrieve it, instead of an Id.
See Alias

别名。
允许您指定别名的部件。一种使用键标识项的方法,您可以调用该键来检索它,而不是使用ID。

Content Preview 内容预览

Allows to Preview and Live Edit a content.
See Content Preview

允许预览和实时编辑内容。

Indexing 索引

Define the way the content will be indexed in order to search it from a query.
See Indexing

定义内容的索引方式,以便从查询中搜索内容。

Query 查询

Parameterized Lucene or Sql query defined in admin.
See Queries

管理中定义的参数化Lucene或SQL查询。

Tenant

An independent subsite with its own url.
One instance can have multiple tenants.
They can only be managed in the Default one.
See Tenants

具有自己的url的独立子网站。
一个实例可以有多个租户。
它们只能在默认环境中进行管理。

Theme Designer 主题设计器

Theme

A module that contains assets (Images, Styles, Scripts) and views used to customize the display.
It can also contain a recipe to initialize some content types and content items.

一个模块,包含用于定制化显示内容的资源(图像、样式、脚本)和视图。
它还可以包含用于初始化某些内容类型和内容项的配方。

Liquid

A syntax that you can use in the views instead of Razor or in the Templates.
See Liquid

可以在视图中使用的语法,而不是Razor或模板中使用的语法。

Alternate 替换

An override of content type or part or field using a file in a Theme.
See Alternates

使用主题中的文件覆盖内容类型、部件或字段。

Placement

A mapping file to set the order of appearance or hide contents for a specific content type or Part/Field name or display type in a Theme.
See Placement

一种映射文件,用于设置主题中特定内容类型或零件/字段名称或显示类型的显示顺序或隐藏内容。

Assets 资产

In the Admin, this is the Media library. In a Theme, these are the folders in wwwroot.

在管理中,这是媒体库。在主题中,这些是wwwroot中的文件夹。

Resource 资源

Style or Script libraries that are registered with a specific version and with potentially minified file and CDN urls.
See Resources

带有指定版本的和缩小后的文件和CDN路径文件的样式库或者脚本库。

Shape

GitHub Discussion

Template 模板

A Liquid override of a Shape or a Display type in admin.

在管理中用Liquid替换形状或展示。
See Templates

Zone 区域

A section in the Layout (ex: Footer) in which you can render items.

布局中的一个部分(例如:页脚),您可以在其中呈现项目。

Layer 图层

A display Rule in which you specify a condition to be rendered (ex: isHomepage())

一种展示规则,按照你指定的条件。.
See Layers

原型

By default Content Items have no stereotype, however certain modules will use a defined Stereotype to determine which content types can be used by them.
Examples of this include the Menu Stereotype, and the Widget Stereotype.

默认情况下,内容项没有原型,但是某些模块将使用已定义的原型来确定它们可以使用哪些内容类型。

这方面的例子包括菜单原型和小部件原型。

Widget

A content displayed in a specific zone and layer.
It has the Widget stereotype in its content definition.

显示在特定分区和图层中的内容。

它的内容定义中有小部件原型。

Flow

Page Layout in which you can add widgets.
See Flow

可以在其中添加小部件的页面布局。

Shortcode

A Shortcode is a small piece of code wrapped into [brackets] that can add some behavior to content editors, like embedding media files.
See Shortcodes

短代码是封装在[括号]中的一小段代码,可以为内容编辑器添加一些行为,如嵌入媒体文件。

Administrator

Recipe

A json file used to execute different import and configuration steps.

用于执行不同导入和配置步骤的json文件。

Setup Recipe

Import steps like Set theme, Define types, Import data, ... executed during setup.

导入步骤,如设置主题、定义类型、导入数据等。。。在安装过程中执行。

Permission

Allow Users in a Role to have access to a specific action.

允许角色中的用户访问特定操作。

Deployment Step

An export of a specific set of information (Configuration or Data).

一组特定信息(配置或数据)的导出。

Deployment Plan

A batch Export that executes multiple deployment steps.

执行多个部署步骤的批处理导出。

Orchar Core Glossary词汇表的更多相关文章

  1. USD词汇表(USD Glossary)

    这篇文章是在学习USD的过程中龟速写成的,目的是将USD的核心设计.相关概念的说明.以及配套API整理出来,为后续进行的USD开发工作提供中文资料支持. 实际上也只有充分理解了USD设计中的每一个知识 ...

  2. Paip.语义分析----情绪情感词汇表总结

    Paip.语义分析----情绪情感词汇表总结 以下词语是按感情色彩共分为十四类: 作者Attilax  艾龙,  EMAIL:1466519819@qq.com  来源:attilax的专栏 地址:h ...

  3. CSS Vocabulary – CSS 词汇表,你都掌握了吗?

    CSS 是前端开发必备技能,入门容易,深入难.比如像 Pseudo-class.Pseudo-element.Media query.Media type 以及 Vendor prefix 的概念,很 ...

  4. .Net词汇表中常见缩略语汇总

    .Net中存在大量的专业词汇(详细列表,请参考:Visual Studio 和 .NET Framework 词汇表),其中很多词汇常常采用缩略语的形式被大量使用. 在阅读.Net书籍或网络资料时,便 ...

  5. 腾讯互动课堂(Tencent Interact Class,TIC)SDK 词汇表

    词汇表 https://cloud.tencent.com/document/product/266/11732 封装格式 封装格式(Format)是将已经编码压缩好的视频流和音频流按照一定的格式规范 ...

  6. IT词汇表

    本人采集到了数十万篇中文技术类博客,进行分词后根据出现的词频手工整理了一份IT词汇表,共计12000个,基本囊括了常见的中英文IT词汇,欢迎各位提出交流意见. 点此 下载

  7. Advanced R之词汇表

    转载请注明出处:http://www.cnblogs.com/lizichao/p/4800513.html 词汇表 想要玩得转R,重要的一点是有一个好的工作词汇表.以下是我认为的一个好的词汇表.你不 ...

  8. ASP.NET Core Razor 编辑表单 - ASP.NET Core 基础教程 - 简单教程,简单编程

    原文:ASP.NET Core Razor 编辑表单 - ASP.NET Core 基础教程 - 简单教程,简单编程 ASP.NET Core Razor 编辑表单 上一章节我们介绍了标签助手和 HT ...

  9. GTest翻译词汇表

    版本号:v_0.1 词汇表 Assertion: 断言. Bug: 不翻译. Caveat: 警告. Error bound: 误差范围. Exception: 异常. Flag: 标志位. Floa ...

随机推荐

  1. 10分钟了解微服务、容器和Kubernetes

    什么是微服务? 什么是微服务?你应该使用微服务吗?微服务与容器和 Kubernetes 有什么关系?如果这些问题在您的日常生活中不断出现,那么这篇文章适合您. 从根本上说,微服务只是一个运行在服务器或 ...

  2. Python语言系列-04-高阶函数

    闭包 #!/usr/bin/env python3 # author:Alnk(李成果) # 什么是闭包 # 1,闭包存在于函数中 # 2,闭包就是内层函数对外层函数(非全局变量)的引用 # 3,最内 ...

  3. Java:导出Excel大批量数据的优化过程

    背景 团队目前在做一个用户数据看板(下面简称看板),基本覆盖用户的所有行为数据,并生成分析报表,用户行为由多个数据来源组成(餐饮.生活日用.充值消费.交通出行.通讯物流.交通出行.医疗保健.住房物业. ...

  4. 【vue3】封装自定义全局插件

    [vue3]封装自定义全局插件 原vue2方法 main.js import Vue from 'vue' import App from './App.vue' import router from ...

  5. noip9

    T1 本次考试最水的一道题,然而我sb,前一个小时,找了一大堆跟题目无关的性质,干脆打了个20pts的表,然后就走了,最后几分钟才看出来,匆匆码出来,结果段错误,然后考试就结束了. 好吧,段错误是UB ...

  6. Seata–分布式事务

    10.1 分布式事务基础 10.1.1 事务 事务指的就是一个操作单元,在这个操作单元中的所有操作最终要保持一致的行为,要么所有操作都成功,要么所有的操作都被撤销.简单地说,事务提供一种"要 ...

  7. 使用dom4j工具:获得文本内容(四)

    package dom4j_read; import java.io.File; import org.dom4j.Document; import org.dom4j.Element; import ...

  8. opencv入门系列教学(四)处理鼠标事件

    一.鼠标事件的简单演示 opencv中的鼠标事件,值得是任何与鼠标相关的任何事物,例如左键按下,左键按下,左键双击等.我们先来看看鼠标事件有哪些,在python中执行下面代码: import cv2 ...

  9. SpringMVC IO 文件上传

    1 public class FileUtil { 2 3 4 /** 5 * 读取文件内容,作为字符串返回 6 */ 7 public static String readFileAsString( ...

  10. 多源最短路径,一文搞懂Floyd算法

    前言 在图论中,在寻路最短路径中除了Dijkstra算法以外,还有Floyd算法也是非常经典,然而两种算法还是有区别的,Floyd主要计算多源最短路径. 在单源正权值最短路径,我们会用Dijkstra ...