diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-06 18:31:21 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-06 18:31:21 +0100 |
commit | 51bc73ae4dbc1710b0011fcb2e2d1da7c0c4dac8 (patch) | |
tree | 1fb40ed51c0d258fa102763f9bf807bdb40aa7a9 /locale/en.ini | |
parent | 2fe75952b88c64c89ee8487b33b497a3447f4880 (diff) | |
download | abrechenbarkeit-51bc73ae4dbc1710b0011fcb2e2d1da7c0c4dac8.tar abrechenbarkeit-51bc73ae4dbc1710b0011fcb2e2d1da7c0c4dac8.tar.bz2 abrechenbarkeit-51bc73ae4dbc1710b0011fcb2e2d1da7c0c4dac8.tar.zst |
reuse field translations
Diffstat (limited to 'locale/en.ini')
-rw-r--r-- | locale/en.ini | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/locale/en.ini b/locale/en.ini index df4d70b..3171b9b 100644 --- a/locale/en.ini +++ b/locale/en.ini @@ -1,6 +1,11 @@ [abrechenbarkeit] -appname=Abrechenbarkeit +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 about=About +appname=Abrechenbarkeit field.amount=Amount field.barcode=Barcode field.comment=Comment @@ -9,13 +14,9 @@ field.name=Name field.price=Price field.time=Time field.upstream_price=Upstream Price +field.user=User 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 @@ -23,6 +24,7 @@ log=Log products.form.add=Add Product products.form.remove=Remove Product products.form.title=Product List +products.title=Product List products=Products time.day=day time.days=days @@ -39,8 +41,8 @@ user.form.buy=Buy Product user.form.restock.submit=Restock user.form.restock=Restock Product user.form.transaction.submit=Update +user.form.transaction.success=Transaction successful 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 +user.view_log=View user log |