mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-29 01:06:36 +01:00 
			
		
		
		
	chore(i18n): refine error message for DB migration
This commit is contained in:
		| @@ -276,7 +276,7 @@ | |||||||
|   "migration": { |   "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.", |     "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}}", |     "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": { |   "modals": { | ||||||
|     "error_title": "Error" |     "error_title": "Error" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user