fix/ 补充memoir页面的i18n

This commit is contained in:
Kevin
2026-03-19 01:17:28 +08:00
parent b4f4369b7d
commit 1d0f295169
2 changed files with 48 additions and 4 deletions

View File

@@ -1,8 +1,30 @@
{
"chapterLabel": "Chapter {{index}}",
"chapterReading": {
"back": "Back",
"backgroundColor": "Background",
"bgPureWhite": "White",
"bgSepia": "Sepia",
"chapterNotFound": "Chapter not found",
"settings": "Settings"
"close": "Close",
"fontSans": "Sans",
"fontSerif": "Serif",
"fontSize": "Font Size",
"fontSizeDefault": "Medium",
"fontSizeLarge": "Large",
"fontSizeSmall": "Small",
"readingSettings": "Reading Settings",
"settings": "Settings",
"typography": "Typography"
},
"pageTitle": "Memoir"
"continueWriting": "Continue Writing",
"emptySubtitle": "Chat with Echo to record your stories",
"emptyTitle": "No memoir yet",
"pageTitle": "Memoir",
"readMemory": "Read Memory",
"startChapter": "Start Writing",
"statusDrafting": "Drafting",
"statusLocked": "Locked",
"statusPending": "Pending",
"wordsCount": "{{count}} words"
}

View File

@@ -1,8 +1,30 @@
{
"chapterLabel": "第 {{index}} 章",
"chapterReading": {
"back": "返回",
"backgroundColor": "背景色",
"bgPureWhite": "白色",
"bgSepia": "护眼",
"chapterNotFound": "章节未找到",
"settings": "设置"
"close": "关闭",
"fontSans": "无衬线",
"fontSerif": "衬线",
"fontSize": "字号",
"fontSizeDefault": "中",
"fontSizeLarge": "大",
"fontSizeSmall": "小",
"readingSettings": "阅读设置",
"settings": "设置",
"typography": "字体"
},
"pageTitle": "回忆录"
"continueWriting": "继续写作",
"emptySubtitle": "与 Echo 聊天,记录你的故事",
"emptyTitle": "还没有回忆录",
"pageTitle": "回忆录",
"readMemory": "阅读回忆",
"startChapter": "开始写作",
"statusDrafting": "撰写中",
"statusLocked": "已锁定",
"statusPending": "待解锁",
"wordsCount": "{{count}} 字"
}