feat: modify frontend

This commit is contained in:
WangCham
2026-05-04 17:50:19 +08:00
parent 58ec377413
commit 3b3deec080
12 changed files with 462 additions and 271 deletions

View File

@@ -628,6 +628,14 @@ const enUS = {
deprecated: 'Deprecated',
deprecatedTooltip:
'Please install the corresponding Knowledge Engine plugin.',
filters: {
allFormats: 'All Formats',
more: 'More',
advancedTitle: 'Advanced Filters',
advancedDescription: 'Filter by extension type',
technicalType: 'Technical Type',
},
allExtensions: 'All Extensions',
tags: {
filterByTags: 'Filter by Tags',
selected: 'selected',

View File

@@ -641,6 +641,14 @@ const esES = {
deprecated: 'Obsoleto',
deprecatedTooltip:
'Por favor, instala el plugin de motor de conocimiento correspondiente.',
filters: {
allFormats: 'Todos los formatos',
more: 'Más',
advancedTitle: 'Filtros avanzados',
advancedDescription: 'Filtrar por tipo de extensión',
technicalType: 'Tipo técnico',
},
allExtensions: 'Todas las extensiones',
tags: {
filterByTags: 'Filtrar por etiquetas',
selected: 'seleccionadas',

View File

@@ -636,6 +636,14 @@ const jaJP = {
clearAll: 'クリア',
noTags: 'タグがありません',
},
filters: {
allFormats: 'すべての形式',
more: 'もっと',
advancedTitle: '高度なフィルター',
advancedDescription: '拡張子タイプでフィルター',
technicalType: '技術タイプ',
},
allExtensions: 'すべての拡張機能',
viewDetails: '詳細を表示',
deprecated: '非推奨',
deprecatedTooltip:

View File

@@ -638,6 +638,14 @@ const ruRU = {
deprecated: 'Устаревший',
deprecatedTooltip:
'Пожалуйста, установите соответствующий плагин движка знаний.',
filters: {
allFormats: 'Все форматы',
more: 'Ещё',
advancedTitle: 'Расширенные фильтры',
advancedDescription: 'Фильтр по типу расширения',
technicalType: 'Технический тип',
},
allExtensions: 'Все расширения',
tags: {
filterByTags: 'Фильтр по тегам',
selected: 'выбрано',

View File

@@ -619,6 +619,14 @@ const thTH = {
viewDetails: 'ดูรายละเอียด',
deprecated: 'เลิกใช้แล้ว',
deprecatedTooltip: 'กรุณาติดตั้งปลั๊กอินเครื่องมือความรู้ที่เกี่ยวข้อง',
filters: {
allFormats: 'ทุกรูปแบบ',
more: 'เพิ่มเติม',
advancedTitle: 'ตัวกรองขั้นสูง',
advancedDescription: 'กรองตามประเภทส่วนขยาย',
technicalType: 'ประเภทเทคนิค',
},
allExtensions: 'ส่วนขยายทั้งหมด',
tags: {
filterByTags: 'กรองตามแท็ก',
selected: 'เลือกแล้ว',

View File

@@ -631,6 +631,14 @@ const viVN = {
viewDetails: 'Xem chi tiết',
deprecated: 'Không còn hỗ trợ',
deprecatedTooltip: 'Vui lòng cài đặt plugin Công cụ tri thức tương ứng.',
filters: {
allFormats: 'Tất cả định dạng',
more: 'Thêm',
advancedTitle: 'Bộ lọc nâng cao',
advancedDescription: 'Lọc theo loại phần mở rộng',
technicalType: 'Loại kỹ thuật',
},
allExtensions: 'Tất cả phần mở rộng',
tags: {
filterByTags: 'Lọc theo thẻ',
selected: 'đã chọn',

View File

@@ -604,6 +604,14 @@ const zhHans = {
clearAll: '清空',
noTags: '暂无标签',
},
filters: {
allFormats: '全部格式',
more: '更多',
advancedTitle: '高级筛选',
advancedDescription: '按扩展类型筛选',
technicalType: '技术类型',
},
allExtensions: '全部扩展',
viewDetails: '查看详情',
deprecated: '已弃用',
deprecatedTooltip: '请安装对应「知识引擎」插件',

View File

@@ -604,6 +604,14 @@ const zhHant = {
clearAll: '清空',
noTags: '暫無標籤',
},
filters: {
allFormats: '全部格式',
more: '更多',
advancedTitle: '高級篩選',
advancedDescription: '按擴展類型篩選',
technicalType: '技術類型',
},
allExtensions: '全部擴展',
viewDetails: '查看詳情',
deprecated: '已棄用',
deprecatedTooltip: '請安裝對應「知識引擎」插件',