diff --git a/docs/examples-docs/en-US/cell-swipe.md b/docs/examples-docs/en-US/cell-swipe.md
index c5313a6d2..3b0cc1073 100644
--- a/docs/examples-docs/en-US/cell-swipe.md
+++ b/docs/examples-docs/en-US/cell-swipe.md
@@ -14,11 +14,11 @@ Vue.component(CellSwipe.name, CellSwipe);
:::demo Basic Usage
```html
- 选择
+ Select
-
+
- 删除
+ Delete/span>
```
:::
@@ -27,13 +27,13 @@ Vue.component(CellSwipe.name, CellSwipe);
| Attribute | Description | Type | Default | Accepted Values |
|-----------|-----------|-----------|-------------|-------------|
-| left-width | 左侧滑动区域宽度 | `Number` | `0` | - |
-| right-width | 右侧滑动区域宽度 | `Number` | `0` | - |
+| left-width | Width of the left scrollable area | `Number` | `0` | - |
+| right-width | Width of the right scrollable area | `Number` | `0` | - |
### Slot
| name | Description |
|-----------|-----------|
-| - | 自定义显示内容 |
-| left | 左侧滑动内容 |
-| right | 右侧滑动内容 |
+| - | custom content |
+| left | content of left scrollable area |
+| right | content of right scrollabe area |
diff --git a/docs/examples-docs/en-US/switch-cell.md b/docs/examples-docs/en-US/switch-cell.md
index 24a872f72..cc7f20362 100644
--- a/docs/examples-docs/en-US/switch-cell.md
+++ b/docs/examples-docs/en-US/switch-cell.md
@@ -1,6 +1,6 @@
## SwitchCell
-`SwitchCell`组件是对`Switch`和`Cell`组件的封装
+`SwitchCell` component is an encapsulation of `Switch` and `Cell`.