mirror of
https://github.com/mousebomb/obsidian-diary-ics.git
synced 2026-07-22 05:49:47 +00:00
文案修改:Avoid "settings" in settings headings
This commit is contained in:
parent
becac348f4
commit
fee0a6e5a4
2 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "diary-ics",
|
||||
"name": "Diary ICS",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Sync diary entries to system calendar via ICS feed.",
|
||||
"author": "Mousebomb",
|
||||
|
|
|
|||
|
|
@ -73,24 +73,24 @@ const en: LanguageStrings = {
|
|||
copyIcsUrlCommand: "Copy ICS subscription link",
|
||||
|
||||
// 设置页面
|
||||
settingsTitle: "Diary ICS Settings",
|
||||
settingsTitle: "Diary ICS",
|
||||
portSetting: "HTTP Server Port",
|
||||
portDesc: "Port used by the local HTTP server",
|
||||
applyButton: "Apply",
|
||||
portApplied: "Port applied, server restarted",
|
||||
contentSettingsTitle: "Content Settings",
|
||||
contentSettingsTitle: "Content",
|
||||
headingLevelSetting: "Heading Level",
|
||||
headingLevelDesc: "Which level of headings to extract from diary as calendar entries",
|
||||
h1Option: "Level 1 Heading (#)",
|
||||
h2Option: "Level 2 Heading (##)",
|
||||
includeSubheadingsSetting: "Include Subheadings",
|
||||
includeSubheadingsDesc: "Include subheadings under the heading in the calendar event description",
|
||||
diarySettingsTitle: "Diary Settings",
|
||||
diarySettingsTitle: "Diary",
|
||||
diaryFormatSetting: "Diary Naming Format",
|
||||
diaryFormatDesc: "The naming format of diary files, e.g., YYYY-MM-DD",
|
||||
diaryFolderSetting: "Diary Folder",
|
||||
diaryFolderDesc: "The folder path where diary files are located, leave empty for root directory",
|
||||
frontmatterSettingsTitle: "Frontmatter Settings",
|
||||
frontmatterSettingsTitle: "Frontmatter",
|
||||
includeFrontmatterSetting: "Include Frontmatter",
|
||||
includeFrontmatterDesc: "Include the frontmatter content of diary files as separate calendar events",
|
||||
frontmatterTitleSetting: "Frontmatter Title Template",
|
||||
|
|
|
|||
Loading…
Reference in a new issue