diff options
author | Riley L. <riley@e926.de> | 2025-05-01 22:02:39 +0200 |
---|---|---|
committer | Riley L. <riley@e926.de> | 2025-05-01 22:02:39 +0200 |
commit | bc069cecc48cfd52f3bb6eff22852fb49f814d5a (patch) | |
tree | 6147d8bee831ae40e9ae352c4aedef5619071fb7 /locale | |
parent | e5b5022b481fcc006d9793c5d1d37382c6092ecc (diff) | |
download | abrechenbarkeit-bc069cecc48cfd52f3bb6eff22852fb49f814d5a.tar abrechenbarkeit-bc069cecc48cfd52f3bb6eff22852fb49f814d5a.tar.bz2 abrechenbarkeit-bc069cecc48cfd52f3bb6eff22852fb49f814d5a.tar.zst |
fix localisation on user page
Diffstat (limited to 'locale')
-rw-r--r-- | locale/de.ini | 5 | ||||
-rw-r--r-- | locale/en.ini | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/locale/de.ini b/locale/de.ini index 04c58f4..ac89608 100644 --- a/locale/de.ini +++ b/locale/de.ini @@ -1,6 +1,7 @@ [abrechenbarkeit] appname=Abrechenbarkeit about=Über +field.destination=Ziel field.amount=Menge field.barcode=Barcode field.comment=Kommentar @@ -29,12 +30,12 @@ time.second=Sekunde time.seconds=Sekunden user.balance=Kontostand user.form.buy.submit=Kaufen -user.form.buy=Produkt Kaufen +user.form.buy=Produkt kaufen user.form.restock.submit=Wiederauffüllen user.form.restock=Produkt wiederauffüllen user.form.transaction.submit=Aktualisieren user.form.transaction=Transaktion erstellen -user.form.transfer=Geld Überweisen +user.form.transfer=Geld überweisen user.form.transfer.submit=Senden user.last_txn=Letzte Transaktion {time}. user.view_log=Benutzerprotokoll einsehen diff --git a/locale/en.ini b/locale/en.ini index a292be5..a2cdb16 100644 --- a/locale/en.ini +++ b/locale/en.ini @@ -6,11 +6,11 @@ about.thanks=Thanks for choosing Abrechenbarkeit. about.title=About Abrechenbarkeit about=About appname=Abrechenbarkeit -field.amount=Amount -field.barcode=Barcode +field.destination=Destination +field.amount=Amount (ct) field.comment=Comment field.count=Count -field.name=Name +field.barcode=Barcode field.price=Price field.time=Time field.upstream_price=Upstream Price |