mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-24 02:33:55 +03:00
chore(i18n): add new key for empty trash page (#4829)
This commit is contained in:
parent
97db941749
commit
788c445f2b
@ -46,7 +46,7 @@ export const EmptyPageList = ({
|
||||
);
|
||||
}
|
||||
if (type === 'trash') {
|
||||
return t['emptyTrash']();
|
||||
return t['com.affine.workspaceSubPath.trash.empty-description']();
|
||||
}
|
||||
if (type === 'shared') {
|
||||
return t['emptySharedPages']();
|
||||
|
@ -772,5 +772,6 @@
|
||||
"com.affine.other-page.nav.open-affine": "Open AFFiNE",
|
||||
"com.affine.payment.member.description": "Manage members here. {{planName}} Users can invite up to {{memberLimit}}",
|
||||
"com.affine.cmdk.affine.switch-state.on": "ON",
|
||||
"com.affine.cmdk.affine.switch-state.off": "OFF"
|
||||
"com.affine.cmdk.affine.switch-state.off": "OFF",
|
||||
"com.affine.workspaceSubPath.trash.empty-description": "Deleted pages will appear here."
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user