Skip to content

Commit

Permalink
docs: fix zh component group name (NG-ZORRO#3280)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie authored Apr 16, 2019
1 parent 9f947fe commit 0a88406
Show file tree
Hide file tree
Showing 61 changed files with 108 additions and 95 deletions.
2 changes: 1 addition & 1 deletion components/affix/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 固钉
type: Navigation
type: 导航
title: Affix
---

Expand Down
2 changes: 1 addition & 1 deletion components/alert/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 警告提示
type: Feedback
type: 反馈
title: Alert
---

Expand Down
2 changes: 1 addition & 1 deletion components/anchor/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 锚点
type: Other
type: 其他
title: Anchor
---

Expand Down
2 changes: 1 addition & 1 deletion components/auto-complete/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Components
type: Data Entry
type: 数据录入
title: Autocomplete
subtitle: 自动完成
---
Expand Down
2 changes: 1 addition & 1 deletion components/avatar/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 头像
type: Data Display
type: 数据展示
title: Avatar
---

Expand Down
2 changes: 1 addition & 1 deletion components/back-top/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 回到顶部
type: Other
type: 其他
title: BackTop
---

Expand Down
2 changes: 1 addition & 1 deletion components/badge/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 徽标数
type: Data Display
type: 数据展示
title: Badge
---

Expand Down
2 changes: 1 addition & 1 deletion components/breadcrumb/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 面包屑
type: Navigation
type: 导航
title: Breadcrumb
---

Expand Down
2 changes: 1 addition & 1 deletion components/button/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Components
type: General
type: 通用
title: Button
subtitle: 按钮
---
Expand Down
2 changes: 1 addition & 1 deletion components/calendar/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Components
type: Data Display
type: 数据展示
subtitle: 日历
cols: 1
title: Calendar
Expand Down
2 changes: 1 addition & 1 deletion components/card/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Components
type: Data Display
type: 数据展示
title: Card
subtitle: 卡片
cols: 1
Expand Down
2 changes: 1 addition & 1 deletion components/carousel/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Components
type: Data Display
type: 数据展示
title: Carousel
subtitle: 走马灯
---
Expand Down
2 changes: 1 addition & 1 deletion components/cascader/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Components
type: Data Entry
type: 数据录入
title: Cascader
subtitle: 级联选择
---
Expand Down
2 changes: 1 addition & 1 deletion components/checkbox/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 多选框
type: Data Entry
type: 数据录入
title: Checkbox
---

Expand Down
2 changes: 1 addition & 1 deletion components/collapse/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Components
type: Data Display
type: 数据展示
title: Collapse
subtitle: 折叠面板
cols: 1
Expand Down
2 changes: 1 addition & 1 deletion components/comment/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Components
type: Data Display
type: 数据展示
title: Comment
subtitle: 评论
cols: 1
Expand Down
4 changes: 2 additions & 2 deletions components/date-picker/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Components
type: Data Entry
type: 数据录入
title: DatePicker
subtitle: 日期选择框
---
Expand All @@ -15,7 +15,7 @@ subtitle: 日期选择框

**注意:**nz-date-picker 的部分 locale 来自于 Angular 自身的[国际化支持](https://angular.io/guide/i18n),需要在 `app.module.ts` 文件中 引入相应的 Angular 语言包。
例如:
```typescript
```typescript
import { registerLocaleData } from '@angular/common';
import zh from '@angular/common/locales/zh';
registerLocaleData(zh);
Expand Down
2 changes: 1 addition & 1 deletion components/divider/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Components
type: Other
type: 其他
title: Divider
subtitle: 分割线
---
Expand Down
2 changes: 1 addition & 1 deletion components/drawer/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
type: Feedback
type: 反馈
category: Components
subtitle: 抽屉
title: Drawer
Expand Down
2 changes: 1 addition & 1 deletion components/dropdown/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 下拉菜单
type: Navigation
type: 导航
title: Dropdown
---

Expand Down
2 changes: 1 addition & 1 deletion components/empty/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Components
type: Data Display
type: 数据展示
subtitle: 空状态
title: Empty
cols: 1
Expand Down
2 changes: 1 addition & 1 deletion components/form/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 表单
type: Data Entry
type: 数据录入
cols: 1
title: Form
---
Expand Down
2 changes: 1 addition & 1 deletion components/grid/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 栅格
type: Layout
type: 布局
cols: 1
title: Grid
---
Expand Down
2 changes: 1 addition & 1 deletion components/icon/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 图标
type: General
type: 通用
title: Icon
hasPageDemo: true
---
Expand Down
2 changes: 1 addition & 1 deletion components/input-number/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 数字输入框
type: Data Entry
type: 数据录入
title: InputNumber
---

Expand Down
2 changes: 1 addition & 1 deletion components/input/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 输入框
type: Data Entry
type: 数据录入
title: Input
---

Expand Down
2 changes: 1 addition & 1 deletion components/layout/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 布局
type: Layout
type: 布局
cols: 1
title: Layout
---
Expand Down
2 changes: 1 addition & 1 deletion components/list/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 列表
type: Data Display
type: 数据展示
title: List
cols: 1
---
Expand Down
2 changes: 1 addition & 1 deletion components/mention/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 提及
type: Data Entry
type: 数据录入
title: Mention
---

Expand Down
2 changes: 1 addition & 1 deletion components/menu/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
cols: 1
type: Navigation
type: 导航
title: Menu
subtitle: 导航菜单
---
Expand Down
2 changes: 1 addition & 1 deletion components/message/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 全局提示
type: Feedback
type: 反馈
noinstant: true
title: Message
---
Expand Down
2 changes: 1 addition & 1 deletion components/modal/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
type: Feedback
type: 反馈
category: Components
subtitle: 对话框
title: Modal
Expand Down
2 changes: 1 addition & 1 deletion components/notification/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Components
type: Feedback
type: 反馈
noinstant: true
title: Notification
subtitle: 通知提醒框
Expand Down
2 changes: 1 addition & 1 deletion components/page-header/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Components
type: Navigation
type: 导航
title: PageHeader
cols: 1
subtitle: 页头
Expand Down
2 changes: 1 addition & 1 deletion components/pagination/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 分页
type: Navigation
type: 导航
title: Pagination
cols: 1
---
Expand Down
2 changes: 1 addition & 1 deletion components/popconfirm/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 气泡确认框
type: Feedback
type: 反馈
title: Popconfirm
---

Expand Down
2 changes: 1 addition & 1 deletion components/popover/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 气泡卡片
type: Data Display
type: 数据展示
title: Popover
---

Expand Down
2 changes: 1 addition & 1 deletion components/progress/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 进度条
type: Feedback
type: 反馈
title: Progress
---

Expand Down
2 changes: 1 addition & 1 deletion components/radio/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 单选框
type: Data Entry
type: 数据录入
title: Radio
---

Expand Down
2 changes: 1 addition & 1 deletion components/rate/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 评分
type: Data Entry
type: 数据录入
title: Rate
---

Expand Down
2 changes: 1 addition & 1 deletion components/select/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 选择器
type: Data Entry
type: 数据录入
title: Select
---

Expand Down
2 changes: 1 addition & 1 deletion components/skeleton/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 加载占位图
type: Feedback
type: 反馈
title: Skeleton
cols: 1
---
Expand Down
2 changes: 1 addition & 1 deletion components/slider/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 滑动输入条
type: Data Entry
type: 数据录入
title: Slider
---

Expand Down
2 changes: 1 addition & 1 deletion components/spin/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Components
type: Feedback
type: 反馈
title: Spin
subtitle: 加载中
---
Expand Down
2 changes: 1 addition & 1 deletion components/statistic/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
category: Components
title: Statistic
subtitle: 统计
type: Data Display
type: 数据展示
---

展示统计数字。
Expand Down
Loading

0 comments on commit 0a88406

Please sign in to comment.