feat(frontend): Improve version comparison

This commit is contained in:
2025-12-30 16:23:50 +01:00
parent dbf68fb4df
commit 551c2b8922
6 changed files with 735 additions and 254 deletions

View File

@@ -95,7 +95,22 @@
"optionsAdded": "Options added ({count})",
"optionsRemoved": "Options removed ({count})",
"optionsModified": "Options modified ({count})",
"noChanges": "No differences found"
"noChanges": "No differences found",
"changesSummary": "{count} changes since this version",
"changesCount": "{count} change | {count} changes",
"before": "Before",
"after": "Now",
"noValue": "No value",
"newAnswer": "Newly answered",
"changedAnswer": "Changed",
"clearedAnswer": "Cleared",
"tableRowsAdded": "added",
"tableRowsRemoved": "removed",
"tableRowsModified": "modified",
"tableStatus": "Status",
"rowAdded": "New",
"rowRemoved": "Removed",
"rowModified": "Modified"
},
"comments": {
"title": "Comments",