mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-20 19:36:08 +00:00
feat: add emoji support to knowledge bases and pipelines (#1935)
* feat: add emoji support to knowledge bases and pipelines * feat: add optional emoji property to ExternalKBCardVO for enhanced knowledge base representation
This commit is contained in:
committed by
GitHub
parent
d6e1e79f07
commit
b73847f1a6
@@ -37,6 +37,7 @@ const enUS = {
|
||||
enable: 'Enable',
|
||||
name: 'Name',
|
||||
description: 'Description',
|
||||
icon: 'Icon',
|
||||
close: 'Close',
|
||||
deleteSuccess: 'Deleted successfully',
|
||||
deleteError: 'Delete failed: ',
|
||||
|
||||
@@ -38,6 +38,7 @@ const jaJP = {
|
||||
enable: '有効にする',
|
||||
name: '名前',
|
||||
description: '説明',
|
||||
icon: 'アイコン',
|
||||
close: '閉じる',
|
||||
deleteSuccess: '削除に成功しました',
|
||||
deleteError: '削除に失敗しました:',
|
||||
|
||||
@@ -37,6 +37,7 @@ const zhHans = {
|
||||
enable: '是否启用',
|
||||
name: '名称',
|
||||
description: '描述',
|
||||
icon: '图标',
|
||||
close: '关闭',
|
||||
deleteSuccess: '删除成功',
|
||||
deleteError: '删除失败:',
|
||||
|
||||
@@ -37,6 +37,7 @@ const zhHant = {
|
||||
enable: '是否啟用',
|
||||
name: '名稱',
|
||||
description: '描述',
|
||||
icon: '圖標',
|
||||
close: '關閉',
|
||||
deleteSuccess: '刪除成功',
|
||||
deleteError: '刪除失敗:',
|
||||
|
||||
Reference in New Issue
Block a user