mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 09:21:24 +08:00
@@ -1666,5 +1666,91 @@
|
||||
"com.affine.settings.workspace.storage.unused-blobs.empty": "No unused blobs",
|
||||
"com.affine.settings.workspace.storage.unused-blobs.selected": "Selected",
|
||||
"com.affine.settings.workspace.storage.unused-blobs.delete.title": "Delete blob files",
|
||||
"com.affine.settings.workspace.storage.unused-blobs.delete.warning": "Are you sure you want to delete these blob files? This action cannot be undone. Make sure you no longer need them before proceeding."
|
||||
"com.affine.settings.workspace.storage.unused-blobs.delete.warning": "Are you sure you want to delete these blob files? This action cannot be undone. Make sure you no longer need them before proceeding.",
|
||||
"error.INTERNAL_SERVER_ERROR": "An internal error occurred.",
|
||||
"error.TOO_MANY_REQUEST": "Too many requests.",
|
||||
"error.NOT_FOUND": "Resource not found.",
|
||||
"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.",
|
||||
"error.EMAIL_ALREADY_USED": "This email has already been registered.",
|
||||
"error.SAME_EMAIL_PROVIDED": "You are trying to update your account email to the same as the old one.",
|
||||
"error.WRONG_SIGN_IN_CREDENTIALS": "Wrong user email or password: {{email}}",
|
||||
"error.UNKNOWN_OAUTH_PROVIDER": "Unknown authentication provider {{name}}.",
|
||||
"error.OAUTH_STATE_EXPIRED": "OAuth state expired, please try again.",
|
||||
"error.INVALID_OAUTH_CALLBACK_STATE": "Invalid callback state parameter.",
|
||||
"error.MISSING_OAUTH_QUERY_PARAMETER": "Missing query parameter `{{name}}`.",
|
||||
"error.OAUTH_ACCOUNT_ALREADY_CONNECTED": "The third-party account has already been connected to another user.",
|
||||
"error.INVALID_EMAIL": "An invalid email provided: {{email}}",
|
||||
"error.INVALID_PASSWORD_LENGTH": "Password must be between {{min}} and {{max}} characters",
|
||||
"error.PASSWORD_REQUIRED": "Password is required.",
|
||||
"error.WRONG_SIGN_IN_METHOD": "You are trying to sign in by a different method than you signed up with.",
|
||||
"error.EARLY_ACCESS_REQUIRED": "You don't have early access permission. Visit https://community.affine.pro/c/insider-general/ for more information.",
|
||||
"error.SIGN_UP_FORBIDDEN": "You are not allowed to sign up.",
|
||||
"error.EMAIL_TOKEN_NOT_FOUND": "The email token provided is not found.",
|
||||
"error.INVALID_EMAIL_TOKEN": "An invalid email token provided.",
|
||||
"error.LINK_EXPIRED": "The link has expired.",
|
||||
"error.AUTHENTICATION_REQUIRED": "You must sign in first to access this resource.",
|
||||
"error.ACTION_FORBIDDEN": "You are not allowed to perform this action.",
|
||||
"error.ACCESS_DENIED": "You do not have permission to access this resource.",
|
||||
"error.EMAIL_VERIFICATION_REQUIRED": "You must verify your email before accessing this resource.",
|
||||
"error.SPACE_NOT_FOUND": "Space {{spaceId}} not found.",
|
||||
"error.MEMBER_NOT_FOUND_IN_SPACE": "Member not found in Space {{spaceId}}.",
|
||||
"error.NOT_IN_SPACE": "You should join in Space {{spaceId}} before broadcasting messages.",
|
||||
"error.ALREADY_IN_SPACE": "You have already joined in Space {{spaceId}}.",
|
||||
"error.SPACE_ACCESS_DENIED": "You do not have permission to access Space {{spaceId}}.",
|
||||
"error.SPACE_OWNER_NOT_FOUND": "Owner of Space {{spaceId}} not found.",
|
||||
"error.DOC_NOT_FOUND": "Doc {{docId}} under Space {{spaceId}} not found.",
|
||||
"error.DOC_ACCESS_DENIED": "You do not have permission to access doc {{docId}} under Space {{spaceId}}.",
|
||||
"error.VERSION_REJECTED": "Your client with version {{version}} is rejected by remote sync server. Please upgrade to {{serverVersion}}.",
|
||||
"error.INVALID_HISTORY_TIMESTAMP": "Invalid doc history timestamp provided.",
|
||||
"error.DOC_HISTORY_NOT_FOUND": "History of {{docId}} at {{timestamp}} under Space {{spaceId}}.",
|
||||
"error.BLOB_NOT_FOUND": "Blob {{blobId}} not found in Space {{spaceId}}.",
|
||||
"error.EXPECT_TO_PUBLISH_PAGE": "Expected to publish a page, not a Space.",
|
||||
"error.EXPECT_TO_REVOKE_PUBLIC_PAGE": "Expected to revoke a public page, not a Space.",
|
||||
"error.PAGE_IS_NOT_PUBLIC": "Page is not public.",
|
||||
"error.FAILED_TO_SAVE_UPDATES": "Failed to store doc updates.",
|
||||
"error.FAILED_TO_UPSERT_SNAPSHOT": "Failed to store doc snapshot.",
|
||||
"error.UNSUPPORTED_SUBSCRIPTION_PLAN": "Unsupported subscription plan: {{plan}}.",
|
||||
"error.FAILED_TO_CHECKOUT": "Failed to create checkout session.",
|
||||
"error.INVALID_CHECKOUT_PARAMETERS": "Invalid checkout parameters provided.",
|
||||
"error.SUBSCRIPTION_ALREADY_EXISTS": "You have already subscribed to the {{plan}} plan.",
|
||||
"error.INVALID_SUBSCRIPTION_PARAMETERS": "Invalid subscription parameters provided.",
|
||||
"error.SUBSCRIPTION_NOT_EXISTS": "You didn't subscribe to the {{plan}} plan.",
|
||||
"error.SUBSCRIPTION_HAS_BEEN_CANCELED": "Your subscription has already been canceled.",
|
||||
"error.SUBSCRIPTION_HAS_NOT_BEEN_CANCELED": "Your subscription has not been canceled.",
|
||||
"error.SUBSCRIPTION_EXPIRED": "Your subscription has expired.",
|
||||
"error.SAME_SUBSCRIPTION_RECURRING": "Your subscription has already been in {{recurring}} recurring state.",
|
||||
"error.CUSTOMER_PORTAL_CREATE_FAILED": "Failed to create customer portal session.",
|
||||
"error.SUBSCRIPTION_PLAN_NOT_FOUND": "You are trying to access a unknown subscription plan.",
|
||||
"error.CANT_UPDATE_ONETIME_PAYMENT_SUBSCRIPTION": "You cannot update an onetime payment subscription.",
|
||||
"error.WORKSPACE_ID_REQUIRED_FOR_TEAM_SUBSCRIPTION": "A workspace is required to checkout for team subscription.",
|
||||
"error.WORKSPACE_ID_REQUIRED_TO_UPDATE_TEAM_SUBSCRIPTION": "Workspace id is required to update team subscription.",
|
||||
"error.COPILOT_SESSION_NOT_FOUND": "Copilot session not found.",
|
||||
"error.COPILOT_SESSION_DELETED": "Copilot session has been deleted.",
|
||||
"error.NO_COPILOT_PROVIDER_AVAILABLE": "No copilot provider available.",
|
||||
"error.COPILOT_FAILED_TO_GENERATE_TEXT": "Failed to generate text.",
|
||||
"error.COPILOT_FAILED_TO_CREATE_MESSAGE": "Failed to create chat message.",
|
||||
"error.UNSPLASH_IS_NOT_CONFIGURED": "Unsplash is not configured.",
|
||||
"error.COPILOT_ACTION_TAKEN": "Action has been taken, no more messages allowed.",
|
||||
"error.COPILOT_MESSAGE_NOT_FOUND": "Copilot message {{messageId}} not found.",
|
||||
"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.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.",
|
||||
"error.RUNTIME_CONFIG_NOT_FOUND": "Runtime config {{key}} not found.",
|
||||
"error.INVALID_RUNTIME_CONFIG_TYPE": "Invalid runtime config type for '{{key}}', want '{{want}}', but get {{get}}.",
|
||||
"error.MAILER_SERVICE_IS_NOT_CONFIGURED": "Mailer service is not configured.",
|
||||
"error.CANNOT_DELETE_ALL_ADMIN_ACCOUNT": "Cannot delete all admin accounts.",
|
||||
"error.CANNOT_DELETE_OWN_ACCOUNT": "Cannot delete own account.",
|
||||
"error.CAPTCHA_VERIFICATION_FAILED": "Captcha verification failed.",
|
||||
"error.INVALID_LICENSE_SESSION_ID": "Invalid session id to generate license key.",
|
||||
"error.LICENSE_REVEALED": "License key has been revealed. Please check your mail box of the one provided during checkout.",
|
||||
"error.WORKSPACE_LICENSE_ALREADY_EXISTS": "Workspace already has a license applied.",
|
||||
"error.LICENSE_NOT_FOUND": "License not found.",
|
||||
"error.INVALID_LICENSE_TO_ACTIVATE": "Invalid license to activate.",
|
||||
"error.INVALID_LICENSE_UPDATE_PARAMS": "Invalid license update params. {{reason}}",
|
||||
"error.WORKSPACE_MEMBERS_EXCEED_LIMIT_TO_DOWNGRADE": "You cannot downgrade the workspace from team workspace because there are more than {{limit}} members that are currently active."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user