diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index b8635f44a..a5357e6d9 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -89,6 +89,8 @@ "decay_introduced": "Die Vergänglichkeit wurde eingeführt am:", "decay_since_last_transaction": "Vergänglichkeit seit der letzten Transaktion", "last_transaction": "Letzte Transaktion", + "new_balance": "Neuer Kontostand", + "old_balance": "Vorheriger Kontostand", "past_time": "Vergangene Zeit", "Starting_block_decay": "Startblock Vergänglichkeit", "total": "Gesamt", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 15449a208..42f22f709 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -89,6 +89,8 @@ "decay_introduced": "Decay was introduced on:", "decay_since_last_transaction": "Decay since the last transaction", "last_transaction": "Last transaction:", + "new_balance": "New balance", + "old_balance": "Previous balance", "past_time": "Time passed", "Starting_block_decay": "Starting Block Decay", "total": "Total",