chore: title support i18n (#212)

This commit is contained in:
Joel
2023-05-25 22:13:43 +08:00
committed by GitHub
parent fb7f509e5c
commit 66782ef19c
7 changed files with 10 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
const translation = {
title: 'Apps',
createApp: 'Create new App',
modes: {
completion: 'Text Generator',

View File

@@ -1,4 +1,5 @@
const translation = {
title: '应用',
createApp: '创建应用',
modes: {
completion: '文本生成型',

View File

@@ -1,4 +1,5 @@
const translation = {
title: 'My Apps',
sidebar: {
discovery: 'Discovery',
workspace: 'Workspace',

View File

@@ -1,4 +1,5 @@
const translation = {
title: '我的应用',
sidebar: {
discovery: '发现',
workspace: '工作区',