chore: fix typos (#8789)

This commit is contained in:
JimmFly
2024-11-12 08:36:19 +00:00
parent a8d664a03e
commit 68573aa35e
2 changed files with 1 additions and 7 deletions

View File

@@ -9,7 +9,6 @@ import * as style from './style.css';
type WorkspaceStatus = type WorkspaceStatus =
| 'local' | 'local'
| 'syncCloud' | 'syncCloud'
| 'syncDocker'
| 'selfHosted' | 'selfHosted'
| 'joinedWorkspace' | 'joinedWorkspace'
| 'availableOffline' | 'availableOffline'
@@ -60,10 +59,6 @@ const getLabelMap = (t: ReturnType<typeof useI18n>): LabelMap => ({
value: t['com.affine.settings.workspace.state.sync-affine-cloud'](), value: t['com.affine.settings.workspace.state.sync-affine-cloud'](),
background: 'var(--affine-tag-blue)', background: 'var(--affine-tag-blue)',
}, },
syncDocker: {
value: t['com.affine.settings.workspace.state.sync-affine-docker'](),
background: 'var(--affine-tag-green)',
},
selfHosted: { selfHosted: {
value: t['com.affine.settings.workspace.state.self-hosted'](), value: t['com.affine.settings.workspace.state.self-hosted'](),
background: 'var(--affine-tag-purple)', background: 'var(--affine-tag-purple)',

View File

@@ -1215,7 +1215,7 @@
"com.affine.settings.workspace.experimental-features.enable-emoji-folder-icon.name": "Emoji Folder Icon", "com.affine.settings.workspace.experimental-features.enable-emoji-folder-icon.name": "Emoji Folder Icon",
"com.affine.settings.workspace.experimental-features.enable-emoji-folder-icon.description": "Once enabled, you can use an emoji as the folder icon. When the first character of the folder name is an emoji, it will be extracted and used as its icon.", "com.affine.settings.workspace.experimental-features.enable-emoji-folder-icon.description": "Once enabled, you can use an emoji as the folder icon. When the first character of the folder name is an emoji, it will be extracted and used as its icon.",
"com.affine.settings.workspace.experimental-features.enable-emoji-doc-icon.name": "Emoji Doc Icon", "com.affine.settings.workspace.experimental-features.enable-emoji-doc-icon.name": "Emoji Doc Icon",
"com.affine.settings.workspace.experimental-features.enable-emoji-doc-icon.description": "Once enabled, you can use an emoji as the page icon. When the first character of the folder name is an emoji, it will be extracted and used as its icon.", "com.affine.settings.workspace.experimental-features.enable-emoji-doc-icon.description": "Once enabled, you can use an emoji as the doc icon. When the first character of the doc name is an emoji, it will be extracted and used as its icon.",
"com.affine.settings.workspace.experimental-features.enable-editor-settings.name": "Editor Settings", "com.affine.settings.workspace.experimental-features.enable-editor-settings.name": "Editor Settings",
"com.affine.settings.workspace.experimental-features.enable-editor-settings.description": "Enables editor settings.", "com.affine.settings.workspace.experimental-features.enable-editor-settings.description": "Enables editor settings.",
"com.affine.settings.workspace.experimental-features.enable-offline-mode.name": "Offline Mode", "com.affine.settings.workspace.experimental-features.enable-offline-mode.name": "Offline Mode",
@@ -1236,7 +1236,6 @@
"com.affine.settings.workspace.preferences": "Preference", "com.affine.settings.workspace.preferences": "Preference",
"com.affine.settings.workspace.state.local": "Local", "com.affine.settings.workspace.state.local": "Local",
"com.affine.settings.workspace.state.sync-affine-cloud": "Sync with AFFiNE Cloud", "com.affine.settings.workspace.state.sync-affine-cloud": "Sync with AFFiNE Cloud",
"com.affine.settings.workspace.state.sync-affine-docker": "Sync with AFFiNE Docker",
"com.affine.settings.workspace.state.self-hosted": "Self-Hosted Server", "com.affine.settings.workspace.state.self-hosted": "Self-Hosted Server",
"com.affine.settings.workspace.state.joined": "Joined Workspace", "com.affine.settings.workspace.state.joined": "Joined Workspace",
"com.affine.settings.workspace.state.available-offline": "Available Offline", "com.affine.settings.workspace.state.available-offline": "Available Offline",