aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-11-08 00:49:15 +0000
committerMDN <actions@users.noreply.github.com>2021-11-08 00:49:15 +0000
commit497f01fc724eb5849dc8d304c0355e30ce68a68d (patch)
tree1bf1750790a35bdfedbeb329f06747f260ee46dd /files/zh-cn
parentb8411e69dbd90d499f9fe2f485c22511cf8b6505 (diff)
downloadtranslated-content-497f01fc724eb5849dc8d304c0355e30ce68a68d.tar.gz
translated-content-497f01fc724eb5849dc8d304c0355e30ce68a68d.tar.bz2
translated-content-497f01fc724eb5849dc8d304c0355e30ce68a68d.zip
[CRON] sync translated content
Diffstat (limited to 'files/zh-cn')
-rw-r--r--files/zh-cn/_redirects.txt3
-rw-r--r--files/zh-cn/_wikihistory.json18
-rw-r--r--files/zh-cn/web/css/css_counter_styles/using_css_counters/index.html (renamed from files/zh-cn/web/css/css_lists_and_counters/using_css_counters/index.html)4
3 files changed, 13 insertions, 12 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt
index 10b9b036cc..c556ba1986 100644
--- a/files/zh-cn/_redirects.txt
+++ b/files/zh-cn/_redirects.txt
@@ -1722,6 +1722,7 @@
/zh-CN/docs/Web/CSS/CSS_Flow_Layout/在Flow中和Flow之外 /zh-CN/docs/Web/CSS/CSS_Flow_Layout/In_Flow_and_Out_of_Flow
/zh-CN/docs/Web/CSS/CSS_Grid_Layout/CSS_Grid,_Logical_Values_and_Writing_Modes /zh-CN/docs/Web/CSS/CSS_Grid_Layout/CSS_Grid_Logical_Values_and_Writing_Modes
/zh-CN/docs/Web/CSS/CSS_Grid_Layout/利用CSS网格布局实现常用布局 /zh-CN/docs/Web/CSS/CSS_Grid_Layout/Realizing_common_layouts_using_CSS_Grid_Layout
+/zh-CN/docs/Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters /zh-CN/docs/Web/CSS/CSS_Counter_Styles/Using_CSS_counters
/zh-CN/docs/Web/CSS/CSS_Logical_Properties/Basic_conceptsjie /zh-CN/docs/Web/CSS/CSS_Logical_Properties/Basic_concepts
/zh-CN/docs/Web/CSS/CSS_Logical_Properties/浮动和定位 /zh-CN/docs/Web/CSS/CSS_Logical_Properties/Floating_and_positioning
/zh-CN/docs/Web/CSS/CSS_Selectors/Comparison_with_XPath /zh-CN/docs/Web/XPath/Comparison_with_CSS_selectors
@@ -1892,7 +1893,7 @@
/zh-CN/docs/Web/Guide/CSS /zh-CN/docs/Learn/CSS
/zh-CN/docs/Web/Guide/CSS/CSS_Image_Sprites /zh-CN/docs/Web/CSS/CSS_Images/Implementing_image_sprites_in_CSS
/zh-CN/docs/Web/Guide/CSS/Consistent_list_indentation /zh-CN/docs/Web/CSS/CSS_Lists_and_Counters/Consistent_list_indentation
-/zh-CN/docs/Web/Guide/CSS/Counters /zh-CN/docs/Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters
+/zh-CN/docs/Web/Guide/CSS/Counters /zh-CN/docs/Web/CSS/CSS_Counter_Styles/Using_CSS_counters
/zh-CN/docs/Web/Guide/CSS/Getting_started/Content /zh-CN/docs/Learn/CSS/Howto/Generated_content
/zh-CN/docs/Web/Guide/CSS/Getting_started/Media /zh-CN/docs/conflicting/Web/CSS/Media_Queries/Using_media_queries
/zh-CN/docs/Web/Guide/CSS/Getting_started/SVG_and_CSS /zh-CN/docs/Web/SVG/Tutorial/SVG_and_CSS
diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json
index d2967ecaa6..f3ae0618d0 100644
--- a/files/zh-cn/_wikihistory.json
+++ b/files/zh-cn/_wikihistory.json
@@ -26172,6 +26172,15 @@
"ZZES_REN"
]
},
+ "Web/CSS/CSS_Counter_Styles/Using_CSS_counters": {
+ "modified": "2019-03-23T23:28:24.261Z",
+ "contributors": [
+ "Ende93",
+ "Jiang-Xuan",
+ "Jiasm",
+ "Nightingale"
+ ]
+ },
"Web/CSS/CSS_Flexible_Box_Layout": {
"modified": "2019-09-20T14:46:03.892Z",
"contributors": [
@@ -26511,15 +26520,6 @@
"Wenbin"
]
},
- "Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters": {
- "modified": "2019-03-23T23:28:24.261Z",
- "contributors": [
- "Ende93",
- "Jiang-Xuan",
- "Jiasm",
- "Nightingale"
- ]
- },
"Web/CSS/CSS_Logical_Properties": {
"modified": "2020-10-12T22:45:52.532Z",
"contributors": [
diff --git a/files/zh-cn/web/css/css_lists_and_counters/using_css_counters/index.html b/files/zh-cn/web/css/css_counter_styles/using_css_counters/index.html
index 3ae54b4940..6406f44ffd 100644
--- a/files/zh-cn/web/css/css_lists_and_counters/using_css_counters/index.html
+++ b/files/zh-cn/web/css/css_counter_styles/using_css_counters/index.html
@@ -1,6 +1,6 @@
---
title: 使用CSS计数器
-slug: Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters
+slug: Web/CSS/CSS_Counter_Styles/Using_CSS_counters
tags:
- CSS
- CSS List
@@ -8,7 +8,7 @@ tags:
- counter
- 教程
translation_of: Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters
-original_slug: Web/Guide/CSS/Counters
+original_slug: Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters
---
<div>{{CSSRef}}</div>