Skip to content

Commit e35caa0

Browse files
authored
FEAT(webui): add localstorage management for model deploy configuration (#4739)
1 parent 510a694 commit e35caa0

5 files changed

Lines changed: 351 additions & 42 deletions

File tree

xinference/ui/web/ui/src/locales/en.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@
7777
"noVirtualEnvironmentsForNow": "No virtual environments for now!",
7878
"noPackagesInstalled": "No packages installed",
7979
"lastConfig": "Last Config",
80+
"configCache": "Config Cache",
81+
"noConfigCache": "No config cache for now!",
82+
"loadCache": "Load",
83+
"deleteCache": "Delete Cache",
84+
"lastUpdated": "Last Updated",
85+
"defaultConfig": "Default Config",
86+
"confirmDeleteConfigCache": "Delete this cached configuration? This action is irreversible.",
87+
"invalidConfigCache": "The model engine required by this cached configuration is unavailable.",
8088
"commandLineParsing": "Command Line Argument Parsing",
8189
"copyToCommandLine": "Copy as Command Line Command",
8290
"modelEngine": "Model Engine",

xinference/ui/web/ui/src/locales/ja.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@
7575
"noVirtualEnvironmentsForNow": "현재 가상환경이 없습니다!",
7676
"noPackagesInstalled": "설치된 패키지가 없습니다",
7777
"lastConfig": "最終設定",
78+
"configCache": "設定キャッシュ",
79+
"noConfigCache": "設定キャッシュはありません。",
80+
"loadCache": "読み込む",
81+
"deleteCache": "キャッシュを削除",
82+
"lastUpdated": "最終更新",
83+
"defaultConfig": "デフォルト設定",
84+
"confirmDeleteConfigCache": "この設定キャッシュを削除しますか?この操作は元に戻せません。",
85+
"invalidConfigCache": "この設定キャッシュに必要なモデルエンジンは現在利用できません。",
7886
"commandLineParsing": "コマンドライン引数解析",
7987
"copyToCommandLine": "コマンドラインコマンドとしてコピー",
8088
"modelEngine": "モデルエンジン",

xinference/ui/web/ui/src/locales/ko.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@
7575
"noVirtualEnvironmentsForNow": "현재 가상환경이 없습니다!",
7676
"noPackagesInstalled": "설치된 패키지가 없습니다",
7777
"lastConfig": "마지막 설정",
78+
"configCache": "구성 캐시",
79+
"noConfigCache": "현재 구성 캐시가 없습니다!",
80+
"loadCache": "불러오기",
81+
"deleteCache": "캐시 삭제",
82+
"lastUpdated": "마지막 업데이트",
83+
"defaultConfig": "기본 구성",
84+
"confirmDeleteConfigCache": "이 구성 캐시를 삭제하시겠습니까? 이 작업은 되돌릴 수 없습니다.",
85+
"invalidConfigCache": "이 구성 캐시에 필요한 모델 엔진을 현재 사용할 수 없습니다.",
7886
"commandLineParsing": "명령줄 인수 파싱",
7987
"copyToCommandLine": "명령줄 명령으로 복사",
8088
"modelEngine": "모델 엔진",

xinference/ui/web/ui/src/locales/zh.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@
7575
"noVirtualEnvironmentsForNow": "当前没有虚拟环境!",
7676
"noPackagesInstalled": "未安装任何包",
7777
"lastConfig": "最后配置",
78+
"configCache": "配置缓存",
79+
"noConfigCache": "当前没有配置缓存!",
80+
"loadCache": "加载",
81+
"deleteCache": "删除缓存",
82+
"lastUpdated": "最后更新",
83+
"defaultConfig": "默认配置",
84+
"confirmDeleteConfigCache": "确认删除这条配置缓存吗?此操作无法恢复。",
85+
"invalidConfigCache": "这条配置缓存对应的模型引擎当前不可用。",
7886
"commandLineParsing": "解析命令行参数",
7987
"copyToCommandLine": "复制为命令行指令",
8088
"modelEngine": "模型引擎",

0 commit comments

Comments
 (0)