mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 19:02:23 +08:00
feat(core): migration for created by and updated by fields (#12171)
This commit is contained in:
@@ -7846,6 +7846,24 @@ export function useAFFiNEI18N(): {
|
||||
* `Stop`
|
||||
*/
|
||||
["com.affine.recording.stop"](): string;
|
||||
/**
|
||||
* `All docs data needs to be migrated in order to fully utilize its features.`
|
||||
*/
|
||||
["com.affine.migration-all-docs-notification.title"](): string;
|
||||
/**
|
||||
* `We upgraded the data format, requiring local data migration to utilize features. Created by and Updated by info is now stored locally. Without the update, you will see the actual status. Perform the upgrade under better network conditions.`
|
||||
*/
|
||||
["com.affine.migration-all-docs-notification.content"](): string;
|
||||
/**
|
||||
* `Migration failed: {{errorMessage}}`
|
||||
*/
|
||||
["com.affine.migration-all-docs-notification.error"](options: {
|
||||
readonly errorMessage: string;
|
||||
}): string;
|
||||
/**
|
||||
* `Migrate data`
|
||||
*/
|
||||
["com.affine.migration-all-docs-notification.button"](): string;
|
||||
/**
|
||||
* `An internal error occurred.`
|
||||
*/
|
||||
|
||||
@@ -1965,6 +1965,10 @@
|
||||
"com.affine.recording.start": "Start",
|
||||
"com.affine.recording.dismiss": "Dismiss",
|
||||
"com.affine.recording.stop": "Stop",
|
||||
"com.affine.migration-all-docs-notification.title": "All docs data needs to be migrated in order to fully utilize its features.",
|
||||
"com.affine.migration-all-docs-notification.content": "We upgraded the data format, requiring local data migration to utilize features. Created by and Updated by info is now stored locally. Without the update, you will see the actual status. Perform the upgrade under better network conditions.",
|
||||
"com.affine.migration-all-docs-notification.error": "Migration failed: {{errorMessage}}",
|
||||
"com.affine.migration-all-docs-notification.button": "Migrate data",
|
||||
"error.INTERNAL_SERVER_ERROR": "An internal error occurred.",
|
||||
"error.NETWORK_ERROR": "Network error.",
|
||||
"error.TOO_MANY_REQUEST": "Too many requests.",
|
||||
|
||||
Reference in New Issue
Block a user