From fed98c83e0a850d9106eefcab0248f3c522ba63f Mon Sep 17 00:00:00 2001 From: david-loe <56305409+david-loe@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:57:15 +0100 Subject: [PATCH] Show date of last modification in Card Fixes #119 --- common/locales/de.json | 5 +++-- common/locales/en.json | 5 +++-- frontend/src/components/elements/CardElement.vue | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/common/locales/de.json b/common/locales/de.json index 481c06ac..f420033c 100755 --- a/common/locales/de.json +++ b/common/locales/de.json @@ -58,8 +58,8 @@ "deleteApprovedTravelAfterXDaysUnused": "Um keine automatische Löschung durchzuführen 0 eingeben", "deleteInWorkReportsAfterXDaysUnused": "Um keine automatische Löschung durchzuführen 0 eingeben", "deleteRefundedAfterXDays": "Um keine automatische Löschung durchzuführen 0 eingeben", - "mailXDaysBeforeDeletion": "Um keine Hinweismail zu versenden 0 eingeben", - "keyFullIdentifier": "Der Schlüssel ist der komplette Identifier z.B.: {\"labels.new\": \"NEU\"}" + "keyFullIdentifier": "Der Schlüssel ist der komplette Identifier z.B.: {\"labels.new\": \"NEU\"}", + "mailXDaysBeforeDeletion": "Um keine Hinweismail zu versenden 0 eingeben" }, "distanceRefundTypes": { "car": "Auto 🚗", @@ -242,6 +242,7 @@ "none": "gar nicht", "note": "Bemerkung", "object": "Objekt", + "on": "am", "optional": "optional", "organisation": "Organisation", "organisations": "Organisationen", diff --git a/common/locales/en.json b/common/locales/en.json index db5222fd..7cc99492 100755 --- a/common/locales/en.json +++ b/common/locales/en.json @@ -58,8 +58,8 @@ "deleteApprovedTravelAfterXDaysUnused": "Enter 0 to prevent automatic deletion", "deleteInWorkReportsAfterXDaysUnused": "Enter 0 to prevent automatic deletion", "deleteRefundedAfterXDays": "Enter 0 to prevent automatic deletion", - "mailXDaysBeforeDeletion": "Enter 0 to prevent reminder email", - "keyFullIdentifier": "The key is the complete identifier, e.g: {\"labels.new\": \"NEW\"}" + "keyFullIdentifier": "The key is the complete identifier, e.g: {\"labels.new\": \"NEW\"}", + "mailXDaysBeforeDeletion": "Enter 0 to prevent reminder email" }, "distanceRefundTypes": { "car": "Car 🚗", @@ -242,6 +242,7 @@ "none": "not at all", "note": "Note", "object": "Object", + "on": "on", "optional": "optional", "organisation": "Organisation", "organisations": "Organisations", diff --git a/frontend/src/components/elements/CardElement.vue b/frontend/src/components/elements/CardElement.vue index d6f8c1f0..70d00e3e 100644 --- a/frontend/src/components/elements/CardElement.vue +++ b/frontend/src/components/elements/CardElement.vue @@ -38,7 +38,7 @@