aboutsummaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorRiley L. <riley@e926.de>2025-07-29 23:39:51 +0200
committerRiley L. <riley@e926.de>2025-07-29 23:39:51 +0200
commite433181494e1145ba99a85da1896ca771b80ff20 (patch)
tree1e039774b047ad8e41e5adb3d8c9357a728927ea /locale
parentf3562cf44ec056281488ccadb78d87f86dbcfce5 (diff)
downloadabrechenbarkeit-e433181494e1145ba99a85da1896ca771b80ff20.tar
abrechenbarkeit-e433181494e1145ba99a85da1896ca771b80ff20.tar.bz2
abrechenbarkeit-e433181494e1145ba99a85da1896ca771b80ff20.tar.zst
add warning at low balances
Diffstat (limited to 'locale')
-rw-r--r--locale/de.ini3
-rw-r--r--locale/en.ini4
2 files changed, 6 insertions, 1 deletions
diff --git a/locale/de.ini b/locale/de.ini
index ad2068e..13c84d8 100644
--- a/locale/de.ini
+++ b/locale/de.ini
@@ -29,6 +29,9 @@ time.minutes=Minuten
time.second=Sekunde
time.seconds=Sekunden
user.balance=Kontostand
+user.balance.warning=Warnung:
+dein Kontostand ist unter {threshold}. Du wirst unter {threshold2} nichts mehr kaufen können.
+user.form.transaction.funds=Fehler: diese Transaktion würde dein Konto unter {threshold} bringen, sie wurde nicht durchgeführt. ( {balance} ).
user.shortcuts=Schnellzugriff
user.form.buy.submit=Kaufen
user.form.buy=Produkt kaufen
diff --git a/locale/en.ini b/locale/en.ini
index 03651b7..33f1516 100644
--- a/locale/en.ini
+++ b/locale/en.ini
@@ -61,6 +61,8 @@ time.minutes=minutes
time.second=second
time.seconds=seconds
user.balance=Current balance
+user.balance.warning=Warning: your balance is below {threshold}. You are not able to purchase anything, if it will lower your balance bellow {threshold2}.
+user.form.transaction.funds=Error: this transaction would push you bellow {threshold}, it was not applied ( {balance} ).
user.form.buy.submit=Buy
user.form.buy=Buy Product
user.form.restock.submit=Restock
@@ -79,4 +81,4 @@ user.view_log=View user log
users.embezzlement=A total of {amount} are currently under embezzlement.
users.filter=Filter
users.inactive_list=Inactive Users
-users=Users \ No newline at end of file
+users=Users