Skip to content

Commit

Permalink
fix: lost some index config i18n text.
Browse files Browse the repository at this point in the history
riccox committed Oct 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 849c662 commit 5acddfd
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion src/locales/en/index.json
Original file line number Diff line number Diff line change
@@ -21,5 +21,13 @@
"label": "Delete This Index"
},
"primaryKey": "Primary Key",
"not_found": "Index Not Found"
"not_found": "Index Not Found",
"setting": {
"index": {
"config": {
"label": "Index Configuration"
},
"danger_zone": "Danger Zone"
}
}
}
10 changes: 9 additions & 1 deletion src/locales/zh/index.json
Original file line number Diff line number Diff line change
@@ -21,5 +21,13 @@
"label": "删除所有文档"
},
"primaryKey": "主键",
"not_found": "未找到索引"
"not_found": "未找到索引",
"setting": {
"index": {
"config": {
"label": "索引配置"
},
"danger_zone": "危险区"
}
}
}

0 comments on commit 5acddfd

Please sign in to comment.