chore(i18n): refine error message for DB migration

This commit is contained in:
Elian Doran 2025-02-25 20:18:23 +02:00
parent c935cb65a0
commit ea04457c06
No known key found for this signature in database

View File

@ -276,7 +276,7 @@
"migration": {
"old_version": "Direct migration from your current version is not supported. Please upgrade to the latest v0.60.4 first and only then to this version.",
"error_message": "Error during migration to version {{version}}: {{stack}}",
"wrong_db_version": "Current DB version {{version}} is newer than the current DB version {{targetVersion}}, which means that it was created by a newer and incompatible version of Trilium. Upgrade to the latest version of Trilium to resolve this issue."
"wrong_db_version": "The version of the database ({{version}}) is newer than what the application expects ({{targetVersion}}), which means that it was created by a newer and incompatible version of Trilium. Upgrade to the latest version of Trilium to resolve this issue."
},
"modals": {
"error_title": "Error"