@@ -163,7 +190,7 @@ const UpgradeDialog = ({
;
+ workspaceId?: InputMaybe;
}>;
export type CancelSubscriptionMutation = {
@@ -2256,6 +2257,7 @@ export type RemoveAvatarMutation = {
export type ResumeSubscriptionMutationVariables = Exact<{
plan?: InputMaybe;
+ workspaceId?: InputMaybe;
}>;
export type ResumeSubscriptionMutation = {
@@ -2467,6 +2469,7 @@ export type UpdateServerRuntimeConfigsMutation = {
export type UpdateSubscriptionMutationVariables = Exact<{
plan?: InputMaybe;
recurring: SubscriptionRecurring;
+ workspaceId?: InputMaybe;
}>;
export type UpdateSubscriptionMutation = {
diff --git a/packages/frontend/i18n/src/i18n-completenesses.json b/packages/frontend/i18n/src/i18n-completenesses.json
index be151c0f1d..65b5bddf3c 100644
--- a/packages/frontend/i18n/src/i18n-completenesses.json
+++ b/packages/frontend/i18n/src/i18n-completenesses.json
@@ -1,5 +1,5 @@
{
- "ar": 69,
+ "ar": 68,
"ca": 5,
"da": 5,
"de": 26,
@@ -12,13 +12,13 @@
"hi": 2,
"it-IT": 1,
"it": 1,
- "ja": 92,
+ "ja": 91,
"ko": 73,
"pl": 0,
- "pt-BR": 79,
+ "pt-BR": 78,
"ru": 67,
"sv-SE": 4,
"ur": 2,
"zh-Hans": 92,
- "zh-Hant": 92
+ "zh-Hant": 91
}
\ No newline at end of file
diff --git a/packages/frontend/i18n/src/resources/en.json b/packages/frontend/i18n/src/resources/en.json
index c0c0cb5e23..c35e36f9ad 100644
--- a/packages/frontend/i18n/src/resources/en.json
+++ b/packages/frontend/i18n/src/resources/en.json
@@ -982,12 +982,17 @@
"com.affine.payment.member.team.assign.confirm.description-4": "To confirm this transfer, please type the workspace name",
"com.affine.payment.member.team.assign.confirm.placeholder": "Type workspace name to confirm",
"com.affine.payment.member.team.assign.confirm.button": "Transfer Ownership",
+ "com.affine.payment.member.team.remove.confirm.title": "Remove member from workspace?",
+ "com.affine.payment.member.team.remove.confirm.description": "This action will revoke their access to all workspace resources immediately.",
+ "com.affine.payment.member.team.remove.confirm.confirm-button": "Remove Member",
+ "com.affine.payment.member.team.remove.confirm.cancel": "Cancel",
"com.affine.payment.modal.change.cancel": "Cancel",
"com.affine.payment.modal.change.confirm": "Change",
"com.affine.payment.modal.change.title": "Change your subscription",
"com.affine.payment.modal.downgrade.cancel": "Cancel subscription",
"com.affine.payment.modal.downgrade.caption": "You can still use AFFiNE Cloud Pro until the end of this billing period :)",
"com.affine.payment.modal.downgrade.confirm": "Keep AFFiNE Cloud Pro",
+ "com.affine.payment.modal.downgrade.team-confirm": "Keep Team plan",
"com.affine.payment.modal.downgrade.content": "We're sorry to see you go, but we're always working to improve, and your feedback is welcome. We hope to see you return in the future.",
"com.affine.payment.modal.downgrade.title": "Are you sure?",
"com.affine.payment.modal.resume.cancel": "Cancel",