feat(frontend): Improve version comparison
This commit is contained in:
@@ -95,7 +95,22 @@
|
||||
"optionsAdded": "Optionen hinzugefügt ({count})",
|
||||
"optionsRemoved": "Optionen entfernt ({count})",
|
||||
"optionsModified": "Optionen geändert ({count})",
|
||||
"noChanges": "Keine Unterschiede gefunden"
|
||||
"noChanges": "Keine Unterschiede gefunden",
|
||||
"changesSummary": "{count} Änderungen seit dieser Version",
|
||||
"changesCount": "{count} Änderung | {count} Änderungen",
|
||||
"before": "Vorher",
|
||||
"after": "Jetzt",
|
||||
"noValue": "Keine Angabe",
|
||||
"newAnswer": "Neu beantwortet",
|
||||
"changedAnswer": "Geändert",
|
||||
"clearedAnswer": "Gelöscht",
|
||||
"tableRowsAdded": "hinzugefügt",
|
||||
"tableRowsRemoved": "entfernt",
|
||||
"tableRowsModified": "geändert",
|
||||
"tableStatus": "Status",
|
||||
"rowAdded": "Neu",
|
||||
"rowRemoved": "Entfernt",
|
||||
"rowModified": "Geändert"
|
||||
},
|
||||
"comments": {
|
||||
"title": "Kommentare",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user