mirror of
https://github.com/yeban8090/book-smith.git
synced 2026-07-22 05:46:23 +00:00
继续优化国际化
This commit is contained in:
parent
a80eabd74c
commit
62f258765c
3 changed files with 3 additions and 3 deletions
|
|
@ -103,7 +103,7 @@ the developer via the "Donate" button in the Writing Toolbox.`,
|
|||
|
||||
// 空状态提示
|
||||
WELCOME_MESSAGE: '👋 Welcome to BookSmith',
|
||||
EMPTY_STATE_HINT: 'Click "New Book" above to create a work, or use the "Switch" button to select an existing book'
|
||||
EMPTY_STATE_HINT: 'Click "New" above to create a work, or use the "Switch" button to select an existing book'
|
||||
};
|
||||
|
||||
// 工具箱视图翻译
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ const bookSmithViewTranslation: BookSmithViewTranslation = {
|
|||
|
||||
// 空状态提示
|
||||
WELCOME_MESSAGE: '👋 欢迎使用 BookSmith',
|
||||
EMPTY_STATE_HINT: '点击上方的"新建书籍"创建作品,或使用"切换"按钮选择已有书籍'
|
||||
EMPTY_STATE_HINT: '点击上方的"新建"创建作品,或使用"切换"按钮选择已有书籍'
|
||||
};
|
||||
|
||||
// 工具箱视图翻译
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ export const DEFAULT_SETTINGS: BookSmithSettings = {
|
|||
default: 'default', // 修改为使用 standard 作为默认模板
|
||||
custom: {
|
||||
'default': {
|
||||
name: '默认模板',
|
||||
name: 'default',
|
||||
description: '包含前言、大纲、正文卷章和后记的标准结构',
|
||||
structure: defaultTemplate,
|
||||
isBuiltin: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue