jmix-projects / jmix-translations

DEPRECATED. Use https://github.com/jmix-framework/jmix
https://www.jmix.io
1 stars 11 forks source link

Translate message keys for SnapshotDiffViewer fragment to German #41

Open Flaurite opened 2 years ago

Flaurite commented 2 years ago

Description

The following keys from content/io/jmix/audit/messages.properties:

io.jmix.audit.snapshot.model/EntitySnapshotModel=Entity snapshot
io.jmix.audit.snapshot.model/EntitySnapshotModel.authorUsername=Author
io.jmix.audit.snapshot.model/EntitySnapshotModel.changeDate=Change Date
io.jmix.audit.snapshot.model/EntitySnapshotModel.fetchPlanXml=Fetch plan XML
io.jmix.audit.snapshot.model/EntitySnapshotModel.snapshotXml=Snapshot XML
io.jmix.audit.snapshot.model/EntitySnapshotModel.snapshotDate=Snapshot date
io.jmix.audit.snapshot.model/EntitySnapshotModel.entityId=Entity id
io.jmix.audit.snapshot.model/EntitySnapshotModel.label=Label
io.jmix.audit.snapshot.model/EntitySnapshotModel.sysTenantId=Tenant id

io.jmix.audit.snapshot.model/EntityPropertyDifferenceModel.name = Field
io.jmix.audit.snapshot.model/EntityPropertyDifferenceModel.label = Change
io.jmix.audit.snapshot.model/EntityPropertyDifferenceModel.beforeString = Previous value
io.jmix.audit.snapshot.model/EntityPropertyDifferenceModel.afterString = New value
io.jmix.audit.snapshot.model/EntityPropertyDifferenceModel.itemState = State
io.jmix.audit.snapshot.model/EntityPropertyDifferenceModel.beforeCaption = Previous value
io.jmix.audit.snapshot.model/EntityPropertyDifferenceModel.afterCaption = New value

io.jmix.audit.snapshot.model/EntityPropertyDifferenceModel$ItemState.Normal = Not changed
io.jmix.audit.snapshot.model/EntityPropertyDifferenceModel$ItemState.Modified = Modified
io.jmix.audit.snapshot.model/EntityPropertyDifferenceModel$ItemState.Added = Added
io.jmix.audit.snapshot.model/EntityPropertyDifferenceModel$ItemState.Removed = Removed