diff --git a/oxlint.json b/oxlint.json index e60ab934f..27117edfc 100644 --- a/oxlint.json +++ b/oxlint.json @@ -29,6 +29,7 @@ "**/*.d.ts", "tools/cli/src/webpack/error-handler.js", "packages/backend/native/index.d.ts", + "packages/backend/server/src/__tests__/__snapshots__", "packages/frontend/native/index.d.ts", "packages/frontend/native/index.js", "packages/frontend/graphql/src/graphql/index.ts", diff --git a/packages/frontend/i18n/src/i18n.gen.ts b/packages/frontend/i18n/src/i18n.gen.ts index dd79ad814..b982422cc 100644 --- a/packages/frontend/i18n/src/i18n.gen.ts +++ b/packages/frontend/i18n/src/i18n.gen.ts @@ -5360,7 +5360,7 @@ export function useAFFiNEI18N(): { */ ["com.affine.settings.workspace.preferences"](): string; /** - * `Billing` + * `Team's Billing` */ ["com.affine.settings.workspace.billing"](): string; /** @@ -5471,6 +5471,10 @@ export function useAFFiNEI18N(): { * `Unused` */ ["com.affine.settings.workspace.properties.unused"](): string; + /** + * `You can view current workspace's storage and files here.` + */ + ["com.affine.settings.workspace.storage.subtitle"](): string; /** * `Enable AFFiNE Cloud to publish this workspace` */ diff --git a/packages/frontend/i18n/src/resources/ar.json b/packages/frontend/i18n/src/resources/ar.json index 28715c133..fa50bf654 100644 --- a/packages/frontend/i18n/src/resources/ar.json +++ b/packages/frontend/i18n/src/resources/ar.json @@ -1326,7 +1326,6 @@ "com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description": "بمجرد التمكين، يمكنك معاينة PDF في عرض التضمين.", "com.affine.settings.workspace.not-owner": "فقط المالك يمكنه تعديل صورة الرمزية واسم مساحة العمل. ستظهر التغييرات للجميع.", "com.affine.settings.workspace.preferences": "تفضيلات", - "com.affine.settings.workspace.billing": "الفوترة", "com.affine.settings.workspace.billing.team-workspace": "مساحة العمل الفريقية", "com.affine.settings.workspace.billing.team-workspace.description.free-trail": "مساحة عملك في فترة تجريبية مجانية.", "com.affine.settings.workspace.billing.team-workspace.description.billed.annually": "يتم فوترة مساحة عملك سنويًا.", diff --git a/packages/frontend/i18n/src/resources/de.json b/packages/frontend/i18n/src/resources/de.json index eda9aff92..f6929af74 100644 --- a/packages/frontend/i18n/src/resources/de.json +++ b/packages/frontend/i18n/src/resources/de.json @@ -1326,7 +1326,6 @@ "com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description": "Sobald diese Option aktiviert ist, kannst du in der eingebetteten Ansicht eine PDF-Vorschau anzeigen.", "com.affine.settings.workspace.not-owner": "Nur ein Besitzer kann den Workspace-Avatar und den Namen bearbeiten. Änderungen werden für alle angezeigt.", "com.affine.settings.workspace.preferences": "Einstellung", - "com.affine.settings.workspace.billing": "Abrechnung", "com.affine.settings.workspace.billing.team-workspace": "Team-Workspace", "com.affine.settings.workspace.billing.team-workspace.description.free-trail": "Dein Workspace befindet sich in einer kostenlosen Testphase.", "com.affine.settings.workspace.billing.team-workspace.description.billed.annually": "Dein Workspace wird jährlich abgerechnet.", diff --git a/packages/frontend/i18n/src/resources/el-GR.json b/packages/frontend/i18n/src/resources/el-GR.json index e4d034e65..d46e0a978 100644 --- a/packages/frontend/i18n/src/resources/el-GR.json +++ b/packages/frontend/i18n/src/resources/el-GR.json @@ -1326,7 +1326,6 @@ "com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description": "Μόλις ενεργοποιηθεί, μπορείτε να κάνετε προεπισκόπηση του PDF σε ενσωματωμένη προβολή.", "com.affine.settings.workspace.not-owner": "Μόνο ο ιδιοκτήτης μπορεί να επεξεργαστεί το avatar και το όνομα του χώρου εργασίας. Οι αλλαγές θα εμφανίζονται σε όλους.", "com.affine.settings.workspace.preferences": "Προτίμηση", - "com.affine.settings.workspace.billing": "Χρέωση", "com.affine.settings.workspace.billing.team-workspace": "Ομάδα Χώρου Εργασίας", "com.affine.settings.workspace.billing.team-workspace.description.free-trail": "Ο χώρος εργασίας σας βρίσκεται σε περίοδο δωρεάν δοκιμής.", "com.affine.settings.workspace.billing.team-workspace.description.billed.annually": "Ο χώρος εργασίας σας χρεώνεται ετησίως.", diff --git a/packages/frontend/i18n/src/resources/es.json b/packages/frontend/i18n/src/resources/es.json index 3a93c3bd4..fdba78a65 100644 --- a/packages/frontend/i18n/src/resources/es.json +++ b/packages/frontend/i18n/src/resources/es.json @@ -1326,7 +1326,6 @@ "com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description": "Una vez habilitado, puede previsualizar PDF en vista incrustada.", "com.affine.settings.workspace.not-owner": "Solo un propietario puede editar el avatar y el nombre del espacio de trabajo. Los cambios se mostrarán para todos.", "com.affine.settings.workspace.preferences": "Preferencia", - "com.affine.settings.workspace.billing": "Facturación", "com.affine.settings.workspace.billing.team-workspace": "Espacio de trabajo de equipo", "com.affine.settings.workspace.billing.team-workspace.description.free-trail": "Tu espacio de trabajo está en un período de prueba gratuita.", "com.affine.settings.workspace.billing.team-workspace.description.billed.annually": "Tu espacio de trabajo se factura anualmente.", diff --git a/packages/frontend/i18n/src/resources/fa.json b/packages/frontend/i18n/src/resources/fa.json index d96523742..c9e6c6bd3 100644 --- a/packages/frontend/i18n/src/resources/fa.json +++ b/packages/frontend/i18n/src/resources/fa.json @@ -1326,7 +1326,6 @@ "com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description": "پس از فعال‌سازی، می‌توانید PDF را در نمای جاسازی شده پیش‌نمایش کنید.", "com.affine.settings.workspace.not-owner": "فقط یک مالک می‌تواند آواتار و نام فضای کاری را ویرایش کند. تغییرات برای همه نمایش داده خواهد شد.", "com.affine.settings.workspace.preferences": "ترجیحات", - "com.affine.settings.workspace.billing": "صورتحساب", "com.affine.settings.workspace.billing.team-workspace": "فضای کاری تیم", "com.affine.settings.workspace.billing.team-workspace.description.free-trail": "فضای کاری شما در دوره آزمایشی رایگان است.", "com.affine.settings.workspace.billing.team-workspace.description.billed.annually": "فضای کاری شما به صورت سالانه صورتحساب می‌شود.", diff --git a/packages/frontend/i18n/src/resources/fr.json b/packages/frontend/i18n/src/resources/fr.json index 85f793817..0d0d5dd7d 100644 --- a/packages/frontend/i18n/src/resources/fr.json +++ b/packages/frontend/i18n/src/resources/fr.json @@ -1326,7 +1326,6 @@ "com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description": "Une fois activé, vous pouvez prévisualiser le PDF en vue intégrée.", "com.affine.settings.workspace.not-owner": "L'icône et le nom peuvent seulement être modifiés par le propriétaire de l'Espace de groupe. Les modifications seront visibles par tous", "com.affine.settings.workspace.preferences": "Préférences", - "com.affine.settings.workspace.billing": "Facturation", "com.affine.settings.workspace.billing.team-workspace": "Espace de travail d'équipe", "com.affine.settings.workspace.billing.team-workspace.description.free-trail": "Votre espace de travail est en période d'essai gratuit.", "com.affine.settings.workspace.billing.team-workspace.description.billed.annually": "Votre espace de travail est facturé annuellement.", diff --git a/packages/frontend/i18n/src/resources/it-IT.json b/packages/frontend/i18n/src/resources/it-IT.json index e77e8d2da..7eb55d826 100644 --- a/packages/frontend/i18n/src/resources/it-IT.json +++ b/packages/frontend/i18n/src/resources/it-IT.json @@ -1326,7 +1326,6 @@ "com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description": "Una volta abilitata, puoi visualizzare l'anteprima dei PDF in modalità incorporata.", "com.affine.settings.workspace.not-owner": "Solo un proprietario può modificare l'avatar e il nome dello spazio di lavoro. Le modifiche saranno visibili a tutti.", "com.affine.settings.workspace.preferences": "Preferenza", - "com.affine.settings.workspace.billing": "Fatturazione", "com.affine.settings.workspace.billing.team-workspace": "Spazio di Lavoro di Squadra", "com.affine.settings.workspace.billing.team-workspace.description.free-trail": "Il tuo spazio di lavoro è in un periodo di prova gratuita.", "com.affine.settings.workspace.billing.team-workspace.description.billed.annually": "Il tuo spazio di lavoro è fatturato annualmente.", diff --git a/packages/frontend/i18n/src/resources/ja.json b/packages/frontend/i18n/src/resources/ja.json index a7574ac59..0c1ad9355 100644 --- a/packages/frontend/i18n/src/resources/ja.json +++ b/packages/frontend/i18n/src/resources/ja.json @@ -1326,7 +1326,6 @@ "com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description": "有効にすると、埋め込みビューでPDFをプレビューできます。", "com.affine.settings.workspace.not-owner": "オーナーのみがワークスペースのアバターと名前を編集できます。変更は全員に表示されます。", "com.affine.settings.workspace.preferences": "優先順位", - "com.affine.settings.workspace.billing": "請求", "com.affine.settings.workspace.billing.team-workspace": "チームワークスペース", "com.affine.settings.workspace.billing.team-workspace.description.free-trail": "ワークスペースは無料トライアル期間中です。", "com.affine.settings.workspace.billing.team-workspace.description.billed.annually": "ワークスペースは年単位で請求されます。", diff --git a/packages/frontend/i18n/src/resources/pl.json b/packages/frontend/i18n/src/resources/pl.json index f653e423d..6b0ad73bd 100644 --- a/packages/frontend/i18n/src/resources/pl.json +++ b/packages/frontend/i18n/src/resources/pl.json @@ -1326,7 +1326,6 @@ "com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description": "Po włączeniu możesz wyświetlić podgląd PDF w widoku osadzonym.", "com.affine.settings.workspace.not-owner": "Tylko właściciel może edytować awatar i nazwę przestrzeni roboczej. Zmiany będą widoczne dla wszystkich.", "com.affine.settings.workspace.preferences": "Preferencje", - "com.affine.settings.workspace.billing": "Rozliczenia", "com.affine.settings.workspace.billing.team-workspace": "Przestrzeń Robocza Zespołu", "com.affine.settings.workspace.billing.team-workspace.description.free-trail": "Twoja przestrzeń robocza jest w okresie bezpłatnego testowania.", "com.affine.settings.workspace.billing.team-workspace.description.billed.annually": "Twoja przestrzeń robocza jest rozliczana rocznie.", diff --git a/packages/frontend/i18n/src/resources/pt-BR.json b/packages/frontend/i18n/src/resources/pt-BR.json index f9be75e18..3c28f6273 100644 --- a/packages/frontend/i18n/src/resources/pt-BR.json +++ b/packages/frontend/i18n/src/resources/pt-BR.json @@ -1326,7 +1326,6 @@ "com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description": "Uma vez habilitado, você pode visualizar PDF na visão incorporada.", "com.affine.settings.workspace.not-owner": "Apenas um proprietário pode editar o avatar e o nome do workspace. As alterações serão mostradas para todos.", "com.affine.settings.workspace.preferences": "Preferência", - "com.affine.settings.workspace.billing": "Faturamento", "com.affine.settings.workspace.billing.team-workspace": "Workspace de Equipe", "com.affine.settings.workspace.billing.team-workspace.description.free-trail": "Seu workspace está em um período de teste gratuito.", "com.affine.settings.workspace.billing.team-workspace.description.billed.annually": "Seu workspace é faturado anualmente.", diff --git a/packages/frontend/i18n/src/resources/ru.json b/packages/frontend/i18n/src/resources/ru.json index 578e688d4..5c6832457 100644 --- a/packages/frontend/i18n/src/resources/ru.json +++ b/packages/frontend/i18n/src/resources/ru.json @@ -1326,7 +1326,6 @@ "com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description": "После включения вы сможете просматривать PDF во встроенном виде.", "com.affine.settings.workspace.not-owner": "Только владелец может редактировать аватар и название рабочего пространства. Изменения будут отображаться для всех.", "com.affine.settings.workspace.preferences": "Настройки", - "com.affine.settings.workspace.billing": "Выставление счёта", "com.affine.settings.workspace.billing.team-workspace": "Командное рабочее пространство", "com.affine.settings.workspace.billing.team-workspace.description.free-trail": "Ваше рабочее пространство находится в бесплатном пробном периоде.", "com.affine.settings.workspace.billing.team-workspace.description.billed.annually": "Ваше рабочее пространство оплачивается ежегодно.", diff --git a/packages/frontend/i18n/src/resources/sv-SE.json b/packages/frontend/i18n/src/resources/sv-SE.json index a946cf8c6..b4f6cbc8d 100644 --- a/packages/frontend/i18n/src/resources/sv-SE.json +++ b/packages/frontend/i18n/src/resources/sv-SE.json @@ -1326,7 +1326,6 @@ "com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description": "När den är aktiverad kan du förhandsgranska PDF i inbäddad vy.", "com.affine.settings.workspace.not-owner": "Endast en ägare kan redigera arbetsytans avatar och namn. Ändringar kommer att visas för alla.", "com.affine.settings.workspace.preferences": "Inställning", - "com.affine.settings.workspace.billing": "Fakturering", "com.affine.settings.workspace.billing.team-workspace": "Teamarbetsyta", "com.affine.settings.workspace.billing.team-workspace.description.free-trail": "Din arbetsyta är i en gratis provperiod.", "com.affine.settings.workspace.billing.team-workspace.description.billed.annually": "Din arbetsyta faktureras årligen.", diff --git a/packages/frontend/i18n/src/resources/uk.json b/packages/frontend/i18n/src/resources/uk.json index 0a7f1d3aa..9a79b3c54 100644 --- a/packages/frontend/i18n/src/resources/uk.json +++ b/packages/frontend/i18n/src/resources/uk.json @@ -1326,7 +1326,6 @@ "com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description": "Після ввімкнення ви зможете переглянути PDF у вбудованому вигляді.", "com.affine.settings.workspace.not-owner": "Тільки власник може редагувати аватар та назву робочого простору. Зміни будуть показані всім.", "com.affine.settings.workspace.preferences": "Налаштування", - "com.affine.settings.workspace.billing": "Рахунки", "com.affine.settings.workspace.billing.team-workspace": "Робочий простір команди", "com.affine.settings.workspace.billing.team-workspace.description.free-trail": "Ваш робочий простір перебуває на безкоштовному випробувальному періоді.", "com.affine.settings.workspace.billing.team-workspace.description.billed.annually": "Ваш робочий простір оплачується щорічно.", diff --git a/packages/frontend/i18n/src/resources/zh-Hans.json b/packages/frontend/i18n/src/resources/zh-Hans.json index cda1957a1..6d7459cd1 100644 --- a/packages/frontend/i18n/src/resources/zh-Hans.json +++ b/packages/frontend/i18n/src/resources/zh-Hans.json @@ -1326,7 +1326,6 @@ "com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description": "一旦启用,您可以在嵌入视图中预览 PDF。", "com.affine.settings.workspace.not-owner": "只有所有者才能编辑工作区头像和名称。更改将向所有人显示。", "com.affine.settings.workspace.preferences": "偏好设置", - "com.affine.settings.workspace.billing": "计费", "com.affine.settings.workspace.billing.team-workspace": "团队空间", "com.affine.settings.workspace.billing.team-workspace.description.free-trail": "您的工作区正处于免费试用期。", "com.affine.settings.workspace.billing.team-workspace.description.billed.annually": "您的工作空间将按年计费。", diff --git a/packages/frontend/i18n/src/resources/zh-Hant.json b/packages/frontend/i18n/src/resources/zh-Hant.json index 3deb91887..5564d9f2a 100644 --- a/packages/frontend/i18n/src/resources/zh-Hant.json +++ b/packages/frontend/i18n/src/resources/zh-Hant.json @@ -1326,7 +1326,6 @@ "com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description": "一旦啟用,您可以在嵌入視圖中預覽 PDF。", "com.affine.settings.workspace.not-owner": "只有擁有者才能編輯 Workspace 頭像與名稱。 更改將向所有人顯示。", "com.affine.settings.workspace.preferences": "偏好", - "com.affine.settings.workspace.billing": "計費", "com.affine.settings.workspace.billing.team-workspace": "團隊工作區", "com.affine.settings.workspace.billing.team-workspace.description.free-trail": "您的工作區正處於免費試用期。", "com.affine.settings.workspace.billing.team-workspace.description.billed.annually": "您的工作空間將按年計費。",