diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-05 00:29:54 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-05 00:30:40 +0100 |
commit | 28e9e15e424df69b7f33f12d95fd1a6d795a08f1 (patch) | |
tree | b82dc78cf759052bff97ec1216a785bcb63069cb /locale | |
parent | 2d116f15bbe4033182cba5bb03243bf94ce8b017 (diff) | |
download | abrechenbarkeit-28e9e15e424df69b7f33f12d95fd1a6d795a08f1.tar abrechenbarkeit-28e9e15e424df69b7f33f12d95fd1a6d795a08f1.tar.bz2 abrechenbarkeit-28e9e15e424df69b7f33f12d95fd1a6d795a08f1.tar.zst |
great refactor and new transaction scheme
Diffstat (limited to 'locale')
-rw-r--r-- | locale/de.ini | 8 | ||||
-rw-r--r-- | locale/en.ini | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/locale/de.ini b/locale/de.ini index babbbd9..584baf7 100644 --- a/locale/de.ini +++ b/locale/de.ini @@ -20,19 +20,19 @@ products.form.title=Produkt Liste products=Produkte time.day=Tag time.days=Tage -time.delta_past=vor %d %s +time.delta_past=vor {n} {unit} time.hour=Stunde time.hours=Stunden time.minute=Minute time.minutes=Minuten time.second=Sekunde time.seconds=Sekunden -user.balance=Kontostand: +user.balance=Kontostand user.form.buy.submit=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.last_txn=Letzte Transaktion %s. -user.view_log=User Abrechnung +user.last_txn=Letzte Transaktion {time}. +user.view_log=Benutzerprotokoll einsehen diff --git a/locale/en.ini b/locale/en.ini index a178e9b..df4d70b 100644 --- a/locale/en.ini +++ b/locale/en.ini @@ -7,9 +7,15 @@ field.comment=Comment field.count=Count field.name=Name field.price=Price +field.time=Time field.upstream_price=Upstream Price field.username=Username index.form.create_user.submit=Continue +about.desc=Abrechenbarkeit is a simple trust-based ledger for keeping track of money spent on product. +about.title=About Abrechenbarkeit +about.license=Abrechenbarkeit is free software. It is licensed exclusively GNU Affero General Public License Version 3 only. +about.source=The source code is published on {codeberg}Codeberg{ae}. This is also where {issues}issues with this software{ae} should be reported. +about.thanks=Thanks for choosing Abrechenbarkeit. index.form.create_user=User Creation log.actions.revert=Revert log.actions=Actions @@ -20,7 +26,7 @@ products.form.title=Product List products=Products time.day=day time.days=days -time.delta_past=%d %s ago +time.delta_past={n} {unit} ago time.hour=hour time.hours=hours time.minute=minute @@ -37,3 +43,4 @@ user.form.transaction=Create Transaction user.last_txn=Last transaction added {time}. user.view_log=View user log user.lazy_creation=This user account does not exist yet. It will only be created after the first transaction. +user.form.transaction.success=Transaction successful |