2024-11-04 21:06:07 +00:00
|
|
|
[abrechenbarkeit]
|
2024-11-06 17:31:21 +00:00
|
|
|
about.desc=Abrechenbarkeit is a simple trust-based ledger for keeping track of money spent on product.
|
|
|
|
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.
|
|
|
|
about.title=About Abrechenbarkeit
|
2024-11-04 17:12:10 +00:00
|
|
|
about=About
|
2024-11-06 17:31:21 +00:00
|
|
|
appname=Abrechenbarkeit
|
2024-11-04 17:12:10 +00:00
|
|
|
field.amount=Amount
|
|
|
|
field.barcode=Barcode
|
|
|
|
field.comment=Comment
|
|
|
|
field.count=Count
|
|
|
|
field.name=Name
|
|
|
|
field.price=Price
|
2024-11-04 23:29:54 +00:00
|
|
|
field.time=Time
|
2024-11-04 17:12:10 +00:00
|
|
|
field.upstream_price=Upstream Price
|
2024-11-06 17:31:21 +00:00
|
|
|
field.user=User
|
2024-11-04 17:12:10 +00:00
|
|
|
field.username=Username
|
|
|
|
index.form.create_user.submit=Continue
|
|
|
|
index.form.create_user=User Creation
|
|
|
|
log.actions.revert=Revert
|
|
|
|
log.actions=Actions
|
|
|
|
log=Log
|
|
|
|
products.form.add=Add Product
|
2024-11-09 01:13:49 +00:00
|
|
|
products.form.add.submit=Add
|
2024-11-04 17:12:10 +00:00
|
|
|
products.form.remove=Remove Product
|
2024-11-09 01:13:49 +00:00
|
|
|
products.form.remove.submit=Remove
|
2024-11-04 17:12:10 +00:00
|
|
|
products.form.title=Product List
|
2024-11-06 17:31:21 +00:00
|
|
|
products.title=Product List
|
2024-11-04 17:12:10 +00:00
|
|
|
products=Products
|
|
|
|
time.day=day
|
|
|
|
time.days=days
|
2024-11-04 23:29:54 +00:00
|
|
|
time.delta_past={n} {unit} ago
|
2024-11-04 17:12:10 +00:00
|
|
|
time.hour=hour
|
|
|
|
time.hours=hours
|
|
|
|
time.minute=minute
|
|
|
|
time.minutes=minutes
|
|
|
|
time.second=second
|
|
|
|
time.seconds=seconds
|
2024-11-04 21:16:06 +00:00
|
|
|
user.balance=Current balance
|
2024-11-04 17:12:10 +00:00
|
|
|
user.form.buy.submit=Buy
|
|
|
|
user.form.buy=Buy Product
|
|
|
|
user.form.restock.submit=Restock
|
|
|
|
user.form.restock=Restock Product
|
|
|
|
user.form.transaction.submit=Update
|
2024-11-06 17:31:21 +00:00
|
|
|
user.form.transaction.success=Transaction successful
|
2024-11-04 17:12:10 +00:00
|
|
|
user.form.transaction=Create Transaction
|
2024-11-04 21:16:06 +00:00
|
|
|
user.last_txn=Last transaction added {time}.
|
2024-11-04 19:05:04 +00:00
|
|
|
user.lazy_creation=This user account does not exist yet. It will only be created after the first transaction.
|
2024-11-06 17:31:21 +00:00
|
|
|
user.view_log=View user log
|
2024-11-06 19:48:09 +00:00
|
|
|
price.amount={sign}{amount}{unit}
|
2024-11-08 23:35:52 +00:00
|
|
|
user.form.transaction.success=Transaction successful
|
|
|
|
spus=SPUs
|
|
|
|
users=Users
|
|
|
|
user.special=This is a special user.
|
2024-11-10 19:58:55 +00:00
|
|
|
error.unknown_product=Unknown product
|
|
|
|
error.invalid_amount=Amount invalid
|
|
|
|
error.invalid_comment=Comment invalid
|
|
|
|
error.invalid_user_src=Source user invalid
|
|
|
|
error.invalid_user_dst=Destination user invalid
|
|
|
|
error.invalid_user=Username invalid
|
|
|
|
error.open_log=Failed to open log file
|
|
|
|
error.invalid_barcode=Barcode invalid
|
|
|
|
error.open_new_products=Failed to open new products file
|
|
|
|
error.invalid_price=Price invalid
|
|
|
|
error.invalid_name=Name invalid
|
|
|
|
error.open_products=Failed to open products file
|
|
|
|
error.no_path=No path
|