Skip to content

Commit

Permalink
Uniformly use [...] to replace the phrase [More]. (#2115)
Browse files Browse the repository at this point in the history
Co-authored-by: Logic <zqr10159@dromara.org>
  • Loading branch information
kerwin612 and zqr10159 authored Jun 21, 2024
1 parent 957cce9 commit 41c3bf5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
</button>

<button nz-button nz-dropdown [nzDropdownMenu]="more_menu">
{{ 'common.button.operation.more' | i18n }}
<span nz-icon nzType="down"></span>
<span nz-icon nzType="ellipsis"></span>
</button>
<nz-dropdown-menu #more_menu="nzDropdownMenu">
<ul nz-menu>
Expand Down
1 change: 0 additions & 1 deletion web-app/src/assets/i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@
"common.button.setting": "Setting",
"common.button.delete": "Delete",
"common.button.detect": "Detect",
"common.button.operation.more": "More",
"common.week.7": "Sunday",
"common.week.1": "Monday",
"common.week.2": "Tuesday",
Expand Down
1 change: 0 additions & 1 deletion web-app/src/assets/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@
"common.button.edit": "编辑",
"common.button.setting": "配置",
"common.button.delete": "删除",
"common.button.operation.more": "更多操作",
"common.week.7": "星期日",
"common.week.1": "星期一",
"common.week.2": "星期二",
Expand Down
1 change: 0 additions & 1 deletion web-app/src/assets/i18n/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@
"common.button.edit": "編輯",
"common.button.setting": "配置",
"common.button.delete": "刪除",
"common.button.operation.more": "更多操作",
"common.time.unit.second": "",
"app.theme.default": "淺色主題",
"app.theme.dark": "深色主題",
Expand Down

0 comments on commit 41c3bf5

Please sign in to comment.