From 5668fc1a39857e78b14eea6e6f717e94c5d28bcf Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 21 Jun 2022 14:12:24 +0200 Subject: [PATCH] add missing locales --- frontend/src/locales/de.json | 4 ++-- frontend/src/locales/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 5d96e428a..285940fd0 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -41,7 +41,7 @@ "Starting_block_decay": "Startblock Vergänglichkeit", "total": "Gesamt", "types": { - "created": "Geschöpft", + "creation": "Geschöpft", "noDecay": "Keine Vergänglichkeit", "receive": "Empfangen", "send": "Gesendet" @@ -260,7 +260,7 @@ "minutes": "Minuten", "months": "Monate", "seconds": "Sekunden", - "year": "Jahre" + "years": "Jahr" }, "transaction": { "gdd-text": "Gradido Transaktionen", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index c297ec176..4133ddeaa 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -41,7 +41,7 @@ "Starting_block_decay": "Starting Block Decay", "total": "Total", "types": { - "created": "Created", + "creation": "Created", "noDecay": "No Decay", "receive": "Received", "send": "Sent" @@ -260,7 +260,7 @@ "minutes": "Minutes", "months": "Months", "seconds": "Seconds", - "year": "Years" + "years": "Year" }, "transaction": { "gdd-text": "Gradido Transactions",