mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 07:03:53 +08:00
Merge pull request #3227 from xinnan-tech/update-theme
feat: 完成字典管理页面样式改造
This commit is contained in:
@@ -593,6 +593,7 @@ export default {
|
||||
|
||||
// Dictionary management page text
|
||||
'dictManagement.pageTitle': 'Wörterbuchverwaltung',
|
||||
'dictManagement.dictTypeCategory': 'Wörterbuchkategorie',
|
||||
'dictManagement.searchPlaceholder': 'Bitte Wörterbuchwert-Label zur Suche eingeben',
|
||||
'dictManagement.search': 'Suchen',
|
||||
'dictManagement.dictTypeName': 'WDT-Name',
|
||||
|
||||
@@ -593,6 +593,7 @@ export default {
|
||||
|
||||
// Dictionary management page text
|
||||
'dictManagement.pageTitle': 'Dictionary Management',
|
||||
'dictManagement.dictTypeCategory': 'Dict Category',
|
||||
'dictManagement.searchPlaceholder': 'Please enter dict value label to search',
|
||||
'dictManagement.search': 'Search',
|
||||
'dictManagement.dictTypeName': 'Dict Type Name',
|
||||
|
||||
@@ -593,6 +593,7 @@ export default {
|
||||
|
||||
// Página de gerenciamento de dicionário
|
||||
'dictManagement.pageTitle': 'Gerenciamento de Dicionário',
|
||||
'dictManagement.dictTypeCategory': 'Categoria do Dicionário',
|
||||
'dictManagement.searchPlaceholder': 'Por favor, insira o rótulo do dicionário para pesquisar',
|
||||
'dictManagement.search': 'Pesquisar',
|
||||
'dictManagement.dictTypeName': 'Nome do Tipo de Dicionário',
|
||||
|
||||
@@ -593,6 +593,7 @@ export default {
|
||||
|
||||
// Dictionary management page text
|
||||
'dictManagement.pageTitle': 'Quản lý từ điển',
|
||||
'dictManagement.dictTypeCategory': 'Danh mục từ điển',
|
||||
'dictManagement.searchPlaceholder': 'Vui lòng nhập nhãn giá trị từ điển để tìm kiếm',
|
||||
'dictManagement.search': 'Tìm kiếm',
|
||||
'dictManagement.dictTypeName': 'Tên loại từ điển',
|
||||
|
||||
@@ -593,6 +593,7 @@ export default {
|
||||
|
||||
// 字典管理页面文本
|
||||
'dictManagement.pageTitle': '字典管理',
|
||||
'dictManagement.dictTypeCategory': '字典分类',
|
||||
'dictManagement.searchPlaceholder': '请输入字典值标签查询',
|
||||
'dictManagement.search': '搜索',
|
||||
'dictManagement.dictTypeName': '字典类型名称',
|
||||
|
||||
@@ -593,6 +593,7 @@ export default {
|
||||
|
||||
// 字典管理頁面文本
|
||||
'dictManagement.pageTitle': '字典管理',
|
||||
'dictManagement.dictTypeCategory': '字典分類',
|
||||
'dictManagement.searchPlaceholder': '請輸入字典值標籤查詢',
|
||||
'dictManagement.search': '搜索',
|
||||
'dictManagement.dictTypeName': '字典類型名稱',
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<!-- 左侧字典类型列表 -->
|
||||
<div class="dict-type-panel">
|
||||
<div class="dict-type-header">
|
||||
<h4 class="dict-type-title">字典分类</h4>
|
||||
<h4 class="dict-type-title">{{ $t('dictManagement.dictTypeCategory') }}</h4>
|
||||
<div>
|
||||
<el-button icon="el-icon-plus" size="mini" @click="showAddDictTypeDialog" />
|
||||
<el-button icon="el-icon-delete" size="mini" @click="batchDeleteDictType" />
|
||||
|
||||
Reference in New Issue
Block a user