feat(core): add sync paused dialog (#9135)

close AF-1932 AF-1954 AF-1953 AF-1955

Add a pop-up reminder when the workspace capacity exceeds the limit or the number of members exceeds the limit.
This commit is contained in:
JimmFly
2024-12-17 05:55:41 +00:00
parent ffa0231cf5
commit 95d1a4a27d
15 changed files with 275 additions and 37 deletions

View File

@@ -5,20 +5,20 @@
"de": 26,
"el-GR": 0,
"en": 100,
"es-AR": 13,
"es-AR": 12,
"es-CL": 14,
"es": 12,
"fr": 61,
"fr": 60,
"hi": 2,
"it-IT": 1,
"it": 1,
"ja": 91,
"ko": 73,
"ja": 90,
"ko": 72,
"pl": 0,
"pt-BR": 78,
"ru": 67,
"ru": 66,
"sv-SE": 4,
"ur": 2,
"zh-Hans": 91,
"zh-Hant": 91
"zh-Hant": 90
}

View File

@@ -1600,5 +1600,20 @@
"com.affine.upgrade-to-team-page.no-workspace-available": "No workspace available",
"com.affine.workspace.storage": "Workspace storage",
"com.affine.cmdk.affine.category.affine.journal": "Journal",
"com.affine.cmdk.affine.category.affine.date-picker": "Select a specific date"
"com.affine.cmdk.affine.category.affine.date-picker": "Select a specific date",
"com.affine.payment.sync-paused.owner.title": "[Action Required] Workspace sync paused",
"com.affine.payment.sync-paused.owner.both.description": "Your workspace has exceeded both storage and member limits, causing synchronization to pause. To resume syncing, please either:",
"com.affine.payment.sync-paused.owner.both.tips-1": "Reduce storage usage and remove some team members",
"com.affine.payment.sync-paused.owner.both.tips-2": "Upgrade your plan for increased capacity",
"com.affine.payment.sync-paused.owner.storage.description": "Your workspace has exceeded its storage limit and synchronization has been paused. To resume syncing, please either:",
"com.affine.payment.sync-paused.owner.storage.tips-1": "Remove unnecessary files or content to reduce storage usage",
"com.affine.payment.sync-paused.owner.storage.tips-2": "Upgrade your plan for increased storage capacity",
"com.affine.payment.sync-paused.owner.member.description": "Your workspace has reached its maximum member capacity and synchronization has been paused. To resume syncing, you can either",
"com.affine.payment.sync-paused.owner.member.tips-1": "Remove some team members from the workspace",
"com.affine.payment.sync-paused.owner.member.tips-2": "Upgrade your plan to accommodate more members",
"com.affine.payment.sync-paused.member.title": "Workspace sync paused",
"com.affine.payment.sync-paused.member.both.description": "This workspace has exceeded both storage and member limits, causing synchronization to pause. Please contact your workspace owner to address these limits and resume syncing.",
"com.affine.payment.sync-paused.member.storage.description": "This workspace has exceeded its storage limit and synchronization has been paused. Please contact your workspace owner to either reduce storage usage or upgrade the plan to resume syncing.",
"com.affine.payment.sync-paused.member.member.description": "This workspace has reached its maximum member capacity and synchronization has been paused. Please contact your workspace owner to either adjust team membership or upgrade the plan to resume syncing.",
"com.affine.payment.sync-paused.member.member.confirm": "Got It"
}