mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-06 08:50:50 +08:00
feat(ios): cleanup ui (#15535)
This commit is contained in:
@@ -2786,11 +2786,15 @@ export function useAFFiNEI18N(): {
|
||||
*/
|
||||
["com.affine.journal.updated-today"](): string;
|
||||
/**
|
||||
* `No Journal`
|
||||
* `No journal for this day`
|
||||
*/
|
||||
["com.affine.journal.placeholder.title"](): string;
|
||||
/**
|
||||
* `Create Daily Journal`
|
||||
* `Create one to start writing.`
|
||||
*/
|
||||
["com.affine.journal.placeholder.description"](): string;
|
||||
/**
|
||||
* `Create journal`
|
||||
*/
|
||||
["com.affine.journal.placeholder.create"](): string;
|
||||
/**
|
||||
@@ -3104,23 +3108,23 @@ export function useAFFiNEI18N(): {
|
||||
*/
|
||||
["com.affine.mobile.setting.danger-zone.title"](): string;
|
||||
/**
|
||||
* `Collaborate seamlessly with AFFiNE team, available in Cloud and Self-Hosted versions.`
|
||||
* `Plans`
|
||||
*/
|
||||
["com.affine.mobile.setting.plans.title"](): string;
|
||||
/**
|
||||
* `Collaborate in Cloud or Self-Hosted.`
|
||||
*/
|
||||
["com.affine.mobile.setting.promo.description"](): string;
|
||||
/**
|
||||
* `AFFiNE for team and more`
|
||||
* `AFFiNE for teams`
|
||||
*/
|
||||
["com.affine.mobile.setting.promo.title"](): string;
|
||||
/**
|
||||
* `Go Pro`
|
||||
*/
|
||||
["com.affine.mobile.setting.subscription.button"](): string;
|
||||
/**
|
||||
* `Unlimited space for your notes and boards.`
|
||||
* `More cloud storage and advanced features.`
|
||||
*/
|
||||
["com.affine.mobile.setting.subscription.description"](): string;
|
||||
/**
|
||||
* `Unlock Pro Features`
|
||||
* `AFFiNE Pro`
|
||||
*/
|
||||
["com.affine.mobile.setting.subscription.title"](): string;
|
||||
/**
|
||||
|
||||
@@ -688,8 +688,9 @@
|
||||
"com.affine.journal.daily-count-created-empty-tips": "You haven't created anything yet",
|
||||
"com.affine.journal.daily-count-updated-empty-tips": "You haven't updated anything yet",
|
||||
"com.affine.journal.updated-today": "Updated",
|
||||
"com.affine.journal.placeholder.title": "No Journal",
|
||||
"com.affine.journal.placeholder.create": "Create Daily Journal",
|
||||
"com.affine.journal.placeholder.title": "No journal for this day",
|
||||
"com.affine.journal.placeholder.description": "Create one to start writing.",
|
||||
"com.affine.journal.placeholder.create": "Create journal",
|
||||
"com.affine.just-now": "Just now",
|
||||
"com.affine.keyboardShortcuts.alignCenter": "Align center",
|
||||
"com.affine.keyboardShortcuts.alignLeft": "Align left",
|
||||
@@ -767,11 +768,11 @@
|
||||
"com.affine.mobile.setting.others.website": "Official website",
|
||||
"com.affine.mobile.setting.others.delete-account": "Delete Account",
|
||||
"com.affine.mobile.setting.danger-zone.title": "Danger Zone",
|
||||
"com.affine.mobile.setting.promo.description": "Collaborate seamlessly with AFFiNE team, available in Cloud and Self-Hosted versions.",
|
||||
"com.affine.mobile.setting.promo.title": "AFFiNE for team and more",
|
||||
"com.affine.mobile.setting.subscription.button": "Go Pro",
|
||||
"com.affine.mobile.setting.subscription.description": "Unlimited space for your notes and boards.",
|
||||
"com.affine.mobile.setting.subscription.title": "Unlock Pro Features",
|
||||
"com.affine.mobile.setting.plans.title": "Plans",
|
||||
"com.affine.mobile.setting.promo.description": "Collaborate in Cloud or Self-Hosted.",
|
||||
"com.affine.mobile.setting.promo.title": "AFFiNE for teams",
|
||||
"com.affine.mobile.setting.subscription.description": "More cloud storage and advanced features.",
|
||||
"com.affine.mobile.setting.subscription.title": "AFFiNE Pro",
|
||||
"com.affine.mobile.setting.support.invite": "Invite a friend",
|
||||
"com.affine.mobile.setting.support.invite-message": "Check out AFFiNE for notes, whiteboards, docs, and AI.",
|
||||
"com.affine.mobile.setting.support.rate": "Rate AFFiNE",
|
||||
|
||||
Reference in New Issue
Block a user