Files
2025-09-10 00:07:52 +08:00

34 lines
1.2 KiB
Plaintext

{
"appTitle": "AI Novel Assistant",
"homeTitle": "My Novels",
"createNovel": "Create New Novel",
"importNovel": "Import Novel",
"editNovel": "Edit",
"deleteNovel": "Delete",
"deleteConfirmation": "Are you sure you want to delete '{title}'? This action cannot be undone.",
"cancel": "Cancel",
"confirm": "Confirm",
"novelTitle": "Novel Title",
"novelTitleHint": "Enter novel title",
"seriesName": "Series Name (Optional)",
"seriesNameHint": "If part of a series, enter series name",
"create": "Create",
"lastEdited": "Last edited: {date}",
"wordCount": "{count} words",
"completionPercentage": "Completion: {percentage}%",
"noNovels": "No novels yet. Click the button in the bottom right to create one.",
"retry": "Retry",
"loadingError": "Loading failed: {message}",
"unknownState": "Unknown state",
"save": "Save",
"saved": "Saved",
"editorSettings": "Editor Settings",
"startWriting": "Start writing...",
"wordCountTitle": "Word Count",
"charactersWithSpaces": "Characters (with spaces)",
"charactersNoSpaces": "Characters (no spaces)",
"paragraphs": "Paragraphs",
"readTime": "Estimated reading time",
"minutes": "minutes",
"close": "Close"
}