mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 18:41:52 +08:00
@@ -1337,8 +1337,6 @@
|
||||
"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.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.description": "Stop Connecting to the Internet. Even with AFFiNE Cloud, enabling this toggle stops internet connection and keeps everything local, but syncing will be disabled.",
|
||||
"com.affine.settings.workspace.experimental-features.enable-theme-editor.name": "Theme Editor",
|
||||
"com.affine.settings.workspace.experimental-features.enable-theme-editor.description": "Enables theme editor.",
|
||||
"com.affine.settings.workspace.experimental-features.enable-local-workspace.name": "Allow create local workspace",
|
||||
@@ -1745,6 +1743,7 @@
|
||||
"error.INTERNAL_SERVER_ERROR": "An internal error occurred.",
|
||||
"error.TOO_MANY_REQUEST": "Too many requests.",
|
||||
"error.NOT_FOUND": "Resource not found.",
|
||||
"error.BAD_REQUEST": "Bad request.",
|
||||
"error.QUERY_TOO_LONG": "Query is too long, max length is {{max}}.",
|
||||
"error.USER_NOT_FOUND": "User not found.",
|
||||
"error.USER_AVATAR_NOT_FOUND": "User avatar not found.",
|
||||
@@ -1820,6 +1819,10 @@
|
||||
"error.COPILOT_PROMPT_NOT_FOUND": "Copilot prompt {{name}} not found.",
|
||||
"error.COPILOT_PROMPT_INVALID": "Copilot prompt is invalid.",
|
||||
"error.COPILOT_PROVIDER_SIDE_ERROR": "Provider {{provider}} failed with {{kind}} error: {{message}}",
|
||||
"error.COPILOT_INVALID_CONTEXT": "Invalid copilot context {{contextId}}.",
|
||||
"error.COPILOT_CONTEXT_FILE_NOT_SUPPORTED": "File {{fileName}} is not supported to use as context: {{message}}",
|
||||
"error.COPILOT_FAILED_TO_MODIFY_CONTEXT": "Failed to modify context {{contextId}}: {{message}}",
|
||||
"error.COPILOT_FAILED_TO_MATCH_CONTEXT": "Failed to match context {{contextId}} with \"%7B%7Bcontent%7D%7D\": {{message}}",
|
||||
"error.BLOB_QUOTA_EXCEEDED": "You have exceeded your blob storage quota.",
|
||||
"error.MEMBER_QUOTA_EXCEEDED": "You have exceeded your workspace member quota.",
|
||||
"error.COPILOT_QUOTA_EXCEEDED": "You have reached the limit of actions in this workspace, please upgrade your plan.",
|
||||
|
||||
Reference in New Issue
Block a user