feat(api-keys): rename User Name column to Creator and move before Created

Rename the api-keys list column from User Name to Creator for clarity and reorder it to sit immediately before the Created column. Add the common.table.creator locale key across all supported languages.
This commit is contained in:
gitlawr
2026-06-01 19:13:44 +08:00
committed by jialin
parent 4ce975562e
commit 65ea65e9ae
6 changed files with 16 additions and 11 deletions
+1
View File
@@ -55,6 +55,7 @@ export default {
'common.button.viewevent': 'Просмотр событий',
'common.button.recreate': 'Пересоздать',
'common.table.operation': 'Действия',
'common.table.creator': 'Создатель',
'common.table.createTime': 'Создано',
'common.table.updateTime': 'Обновлено',
'common.table.description': 'Описание',