Newer
Older
# DEFAULT
app.name=BudgetMaster
author=Robert Goldmann
credits=Fonts used: Roboto<br>Libraries used:<br>spring-boot-starter-parent 1.5.13<br>spring-boot-devtools 1.5.13<br>spring-boot-starter-web 1.5.13<br>spring-boot-starter-test 1.5.13<br>spring-boot-starter-data-jpa 1.5.13<br>spring-boot-starter-security 1.5.13<br>tools 1.0.0<br>mysql-connector-java 5.1.46<br>joda-time 2.9.9<br>usertype.core 5.0.0.GA<br>maven-surefire-plugin 2.12<br>launch4j-maven-plugin 1.7.21<br>gson 2.8.1<br>jquery 2.1.1<br>materialize 0.100.2<br>fontawesome 5.0.10<br>Google Material Icons<br>Spectrum Colorpicker 1.8.0
folder=Deadlocker/BudgetMaster
roadmap.url=https://roadmaps.thecodelabs.de/php/index.php?id=2
github.url=https://github.com/deadlocker8/BudgetMaster
# ERRORPAGES
errorpages.home=To Homepage
errorpages.403=Access denied.
errorpages.404=The requested page doesn''t exist.
errorpages.418=I''m a teapot.
errorpages.418.credits=Teapot icon made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>
errorpages.500=An internal server error occurred.
# TITLE
title.incomes=Incomes
title.income=Income
title.payments=Payments
title.payment=Payment
title.category=Category
title.amount=Amount
title.info=Information
title.warning=Warning
title.error=Error
title.category.new=New Category
title.category.edit=Edit Category
title.payment.edit=Edit Payment
title.payment.new=New Payment
title.datepicker=Choose date
title.account.new=New Account
title.account.edit=Edit Account
# MISC
category.none=No Category
category.rest=Rest
ok=OK
cancel=Cancel

Robert Goldmann
committed
today=Today
tagfield.placeholder=Enter Tag here
placeholder=No data available

Robert Goldmann
committed
# WEEK DAYS
monday=Monday
tuesday=Tuesday
wednesday=Wednesday
thursday=Thursday
friday=Friday
saturday=Saturday
sunday=Sunday
# MONTH
month.january=January
month.february=February
month.march=March
month.april=April
month.may=May
month.june=June
month.july=July
month.august=August
month.september=September
month.october=October
month.november=November
month.december=December
# INFO
info.title.category.delete=Delete Category
info.text.category.delete=Do you really want to delete the category "{0}"? This can''t be undone.
info.title.account.delete=Delete Account
info.text.account.delete=Do you really want to delete the account "{0}"? This can''t be undone.<br>Note: There are {1} payments associated with this account. Deleting this account will delete all releated payments too!
info.button.account.delete=Delete Account and Payments
info.title.payment.delete=Delete Entry
info.text.payment.delete=Do you really want to delete the entry "{0}"? This can''t be undone.
info.title.database.delete=Delete Database
info.header.text.database.delete=Do you really want to delete the database? This can''t be undone.
info.text.database.delete=Please enter the following code for verification:\t{0}
# WARNING
warning.text.account.delete=The account "{0}" could not be deleted, because at least one account must exist at all time. You have to create a new account in order to delete this one.

Robert Goldmann
committed
warning.empty.category.name=Please insert a name.
warning.empty.account.name=Please insert a name.
warning.duplicate.account.name=An account with this name is already existing.
warning.empty.category.color=The category color should not be empty.
warning.empty.payment.name=The field for the name can not be empty.
warning.payment.amount=Please enter a valid number in the amount field.
warning.payment.number=Please enter a valid number greater than 0.
warning.empty.payment.date=Please select a date.
warning.wrong.password=The password is not correct.
warning.settings.password.empty=Please enter a password.
warning.settings.password.length=The password must be at least three characters long.

Robert Goldmann
committed
warning.settings.password.confirmation.empty=Please enter your password again for confirmation.
warning.settings.password.confirmation.wrong=Password and password confirmation do not match.
menu.home=Home
menu.payments=Payments
menu.categories=Categories
menu.charts=Charts
menu.charts.chartCategories=Income/Payments per Category
menu.charts.chartMonth=Income/Payments per Month
menu.charts.chartTags=Income/Payments per Tag
menu.charts.chartCategoryBudget=Consumption by categories
menu.charts.chartHistogram=Histogram
menu.reports=Reports
menu.settings=Settings
menu.settings.database=Database

Robert Goldmann
committed
menu.accounts=Accounts

Robert Goldmann
committed
settings.password.confirmation=Password Confirmation
settings.currency=Currency
settings.rest=Rest
settings.rest.deactivated=Off
settings.rest.activated=On
settings.darkTheme=Theme
settings.darkTheme.deactivated=Light
settings.darkTheme.activated=Dark
settings.language=Language
settings.updates=Automatic Updates
settings.updates.automatic.deactivated=Off
settings.updates.automatic.activated=On
settings.updates.search=Search
settings.updates.current.version=Installed:
settings.updates.latest.version=Available:
settings.database.import=Import
settings.database.export=Export
settings.database.delete=Delete
settings.database.delete.verification=Verification Code
account.new.label.name=Name
account.default.name=Default Account
payment.new.label.name=Name
payment.new.label.amount=Amount
payment.new.label.category=Category
payment.new.label.date=Date
payment.new.label.description=Description
payment.new.label.tags=Tags
payment.new.label.account=Account
payment.new.label.repeating=Repeating
payment.new.label.repeating.all=Every
repeating.modifier.days=Days
repeating.modifier.months=Months
repeating.modifier.years=Years
repeating.end.key.never = never
repeating.end.key.afterXTimes = afterXTimes
repeating.end.key.date = date
repeating.end=Ends
repeating.end.never=never
repeating.end.afterXTimes.A=after
repeating.end.afterXTimes.B=times
repeating.end.date=on
login.password=Password
login.button=Login
logout.success=Successfully logged out.
datepicker.label.month=Month:
datepicker.label.year=Year:
datepicker.button.confirm=Apply
# ABOUT
about=About {0}
about.roadmap.link=Open Roadmap
about.version=Version:
about.date=Date:
about.author=Author:
about.roadmap=Roadmap:
about.sourcecode=Sourcecode:
about.credits=Credits:
# home menu
home.menu.accounts=Accounts allow you to group multiple payments. You can create as many accounts as you want. Create, update and delete them by clicking here.
home.menu.payments=Payments are the key element of BudgetMaster. Give them a name and description, assign a category and account to them, configure them as recurring, and mark them with tags. You can create, edit and delete them by clicking here.
home.menu.charts=This feature will be available in an upcoming release.
home.menu.reports=This feature will be available in an upcoming release.
home.menu.categories=Categories can be assigned to payments in order to mark them as belonging together. They consists of a name an a color. Latter can be chosen from a predefined color palette or by using a custom color picker. Create, update and delete categories by clicking here.
home.menu.settings=Manage general settings such as login password, your preferred language and how to handle updates. This section also offers the possibility to export or delete your data or importing an existing database.