🌏i18n: Siderbar Playground
This commit is contained in:
@@ -249,7 +249,7 @@ const SiderBar = () => {
|
|||||||
const chatMenuItems = useMemo(
|
const chatMenuItems = useMemo(
|
||||||
() => [
|
() => [
|
||||||
{
|
{
|
||||||
text: 'Playground',
|
text: t('操练场'),
|
||||||
itemKey: 'playground',
|
itemKey: 'playground',
|
||||||
to: '/playground',
|
to: '/playground',
|
||||||
icon: <IconTerminal />,
|
icon: <IconTerminal />,
|
||||||
|
|||||||
@@ -1531,5 +1531,6 @@
|
|||||||
"关闭公告": "Close Notice",
|
"关闭公告": "Close Notice",
|
||||||
"搜索条件": "Search Conditions",
|
"搜索条件": "Search Conditions",
|
||||||
"加载中...": "Loading...",
|
"加载中...": "Loading...",
|
||||||
"暂无公告": "No Notice"
|
"暂无公告": "No Notice",
|
||||||
|
"操练场": "Playground"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user