"...src/main/resources/static/css/accounts.css" did not exist on "765129b6d33257a54168736162a0de415031f6be"
Newer
Older
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>h2 1.4.197<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 3.3.1<br>materialize 1.0.0<br>fontawesome 5.0.10<br>Google Material Icons<br>Spectrum Colorpicker 1.8.0<br>SortableJS 1.8.1<br>jlibs 2.0.5<br>itextpdf 5.5.13<br>mousetrap 1.6.1<br>plotly 1.48.3<br>momentjs 2.24.0<br>codemirror 5.45.0
folder=Deadlocker/BudgetMaster
roadmap.url=https://roadmaps.thecodelabs.de/roadmap/2
github.url=https://github.com/deadlocker8/BudgetMaster
# ERRORPAGES
errorpages.home=To Homepage
errorpages.400=Bad request.
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.
error.title.database.import=Import Error
error.text.database.import=An error occurred while importing the file.<br>Details:<br>{0}
error.database.import.invalid.json=The uploaded JSON File is invalid.
error.database.import.unknown.version=The uploaded JSON File does not contain a valid BudgetMaster database definition.
# TITLE
title.incomes=Incomes
title.income=Income

Robert Goldmann
committed
title.expenditures=Expenditures
title.expenditure=Expenditure
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.transaction.edit=Edit {0}
title.transaction.new=New {0}

Robert Goldmann
committed
title.transaction.new.short=New
title.transaction.new.normal=Transaction
title.transaction.new.repeating=Recurring
title.transaction.new.repeating.long=Recurring Transaction
title.transaction.new.transfer=Transfer
title.datepicker.year=Choose year
title.datepicker.month=Choose month
title.account.new=New Account
title.account.edit=Edit Account

Robert Goldmann
committed
title.filter=Filter
title.chart.new=New Chart
title.chart.edit=Edit Chart
# 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
placeholder.seems.empty=It's pretty empty here...
placeholder.advice=Get started by adding {0}

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.category.delete.move=Move to
info.text.category.delete.move=In which category should all related transactions be moved?
info.title.account.delete=Delete Account

Robert Goldmann
committed
info.text.account.delete=Do you really want to delete the account "{0}"? This can''t be undone.<br>Note: There are {1} transactions associated with this account. Deleting this account will delete all releated transactions too!
info.button.account.delete=Delete Account and Transactions
info.title.transaction.delete=Delete Entry
info.text.transaction.delete=Do you really want to delete the entry "{0}"? This can''t be undone.
info.text.transaction.repeating.delete=Do you really want to delete the entry "{0}"? This can''t be undone.<br>Note: This transaction is a repeating transaction. Deleting this transaction will delete all related occurrences too!
info.title.chart.delete=Delete Chart
info.text.chart.delete=Do you really want to delete the chart "{0}"?

Robert Goldmann
committed
info.title.database.delete=Delete Database
info.header.text.database.delete=Do you really want to delete the database? This can''t be undone.<br>Note: Deleting the database will delete all transactions, categories and accounts permanently.
info.text.database.delete=Please enter the following code for verification:\t{0}
info.title.database.import.dialog=Import database
info.subtitle.database.import=Assign accounts

Robert Goldmann
committed
info.database.import.source=Import transactions from
info.database.import.destination=to
info.database.import.or=or
info.text.update=An update for BudgetMaster is available<br><br>Installed: v{0}<br>Available: {1}<br><br>Would you like to update now?<br><br>Note: The update may take a while depending on your internet connection. The BudgetMaster server will be restarted automatically. Please do not make any changes to accounts, transactions, categories, etc. after starting the update.
info.title.backup.reminder=Time for a backup
info.text.backup.reminder=Have you ever thought about a backup?<br>You should back up your BudgetMaster database regularly.<br>This can be donee on the settings page.<br><br>(You don''t want to see this reminder every month? Disable the backup reminder in the settings.)
info.button.backup.reminder=To the settings
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.

Robert Goldmann
committed
warning.empty.transaction.name=The field for the name can not be empty.
warning.transaction.amount=Please enter a valid number in the amount field.
warning.transaction.number=Please enter a valid number greater than 0.
warning.empty.transaction.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.
warning.empty.chart.name=Please insert a name.
warning.empty.chart.script=Please insert a script.

Robert Goldmann
committed
menu.transactions=Transactions
menu.categories=Categories
menu.charts=Charts
menu.reports=Reports
menu.settings=Settings
menu.settings.database=Database

Robert Goldmann
committed
menu.accounts=Accounts

Robert Goldmann
committed
menu.update=Update available
categories.usages=Usages
categories.actions=Actions

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.backupReminder=Backup reminder
settings.backupReminder.deactivated=Off
settings.backupReminder.activated=On
settings.updates=Updates
settings.updates.automatic=Automatic Update Search
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.update.start=Update
settings.database.import=Import
settings.database.export=Export
settings.database.delete=Delete
settings.database.delete.verification=Verification Code
settings.search.itemsPerPage=Number of search results per page
account.new.label.name=Name
account.default.name=Default Account
account.all=All Accounts
account.tooltip.default=Set as default account

Robert Goldmann
committed
transaction.new.label.name=Name
transaction.new.label.amount=Amount
transaction.new.label.category=Category
transaction.new.label.date=Date
transaction.new.label.description=Description
transaction.new.label.tags=Tags
transaction.new.label.account=Account
transaction.new.label.transfer.account=Destination Account

Robert Goldmann
committed
transaction.new.label.repeating=Repeating
transaction.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
search=Search
search.submit=Search
search.placeholder=No matching transactions found
search.in.name=Name
search.in.description=Description
search.in.category=Category
search.in.tags=Tags
# 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:
report.settings=Settings
report.columns=Select columns
report.columns.advice=Note: You can change the order of the columns by drag&drop.
report.checkbox.include.budget=Include budget calculation
report.checkbox.split.tables=Split incomes and payments into separate tables
report.checkbox.inclue.categorybudgets=Include consumption by categories
report.button.generate=Create Report
report.position=No.
report.date=Date
report.repeating=Repeating
report.category=Category
report.name=Name
report.description=Description
report.tags=Tags
report.account=Account
report.rating=+/-
report.amount=Amount
report.headline=Month Report - {0}
report.headline.transactions.overview=Transactions Overview
report.sum.total=Incomes: {0} / Expenditures: {1}
report.sum=Total: {0}
report.footer.left=BudgetMaster Month Report
report.footer.center=Page {0}
report.repeating.yes=Yes
report.repeating.no=No
report.initial.filename={0}_{1} - BudgetMaster Month Report - {2}.pdf
report.budget=Budget
report.incomes=Incomes:
report.budget.rest=Remaining Budget:

Robert Goldmann
committed
# filter
filter.active=Filter active
filter.type=Type
filter.type.income=Income
filter.type.expenditure=Expenditure
filter.repeating=Repeating
filter.repeating.false=not repeating
filter.repeating.true=repeating
filter.categories=Categories
filter.categories.button.all=All
filter.categories.button.none=None
filter.name=Name
filter.name.contains=Name contains
filter.tags=Tags
filter.tags.button.all=All
filter.tags.button.none=None

Robert Goldmann
committed
home.menu.accounts=Accounts allow you to group multiple transactions. You can create as many accounts as you want.

Robert Goldmann
committed
home.menu.accounts.action.manage=Manage accounts
home.menu.accounts.action.new=Create an account
home.menu.transactions=Transactions 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.

Robert Goldmann
committed
home.menu.transactions.action.manage=Manage transactions
home.menu.transactions.action.new=Create a transaction
home.menu.charts=Visualize your data by using charts. You can choose an included default chart or define your own.
home.menu.charts.action.manage=Manage charts
home.menu.charts.action.show=Show chart

Robert Goldmann
committed
home.menu.reports=Create configurable month reports in PDF format for printing and archiving. You can filter the content of the reports and, for example, list them separately to incomes and expenditures.

Robert Goldmann
committed
home.menu.reports.action.new=Create a report
home.menu.categories=Categories can be assigned to transactions 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.

Robert Goldmann
committed
home.menu.categories.action.manage=Manage Categories
home.menu.categories.action.new=Create a category
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.

Robert Goldmann
committed
home.menu.settings.action.manage=Settings
# hotkeys
hotkeys.transactions.new.normal=Create a transaction
hotkeys.transactions.new.normal.key=n
hotkeys.transactions.new.repeating=Create a recuring transaction
hotkeys.transactions.new.repeating.key=r
hotkeys.transactions.new.transfer=Create a transfer
hotkeys.transactions.new.transfer.key=t
hotkeys.transactions.filter=Filter
hotkeys.transactions.filter.key=f
hotkeys.search=Search
hotkeys.search.key=s
charts.default.accountSumPerDay=Account sum per day
charts.default.accountSumPerDay.localization='{"axisY": "Sum in "'}
charts.default.categories=Incomes/Expenditures per category
charts.default.incomesAndExpendituresPerMonthBar=Incomes/Expenditures per month (Bar chart)
charts.default.incomesAndExpendituresPerMonthBar.localization='{"axisY": "Sum in ", "traceName1": "Incomes", "traceName2": "Expenditures"'}
charts.default.incomesAndExpendituresPerMonthLine=Incomes/Expenditures per month (Line chart)
charts.default.incomesAndExpendituresPerMonthLine.localization='{"axisY": "Sum in ", "traceName1": "Incomes", "traceName2": "Expenditures"'}
charts.default.incomesAndExpendituresByCategoryBar=Incomes/Expenditures by categories (Bar chart)
charts.default.incomesAndExpendituresByCategoryBar.localization='{"label1": "Expenditures", "label2": "Incomes"'}
charts.default.incomesAndExpendituresByCategoryPie=Incomes/Expenditures by categories (Pie chart)
charts.default.incomesAndExpendituresByCategoryPie.localization='{"label1": "Expenditures", "label2": "Incomes"'}

Robert Goldmann
committed
charts.default.incomesAndExpendituresPerMonthByCategories=Incomes/Expenditures per month (By categories)
charts.default.incomesAndExpendituresPerMonthByCategories.localization='{"label1": "Expenditures", "label2": "Incomes"'}
charts.default.restPerMonth=Rest per month
charts.default.restPerMonth.localization='{"label1": "Rest in "'}
chart.new.label.script=Script
chart.new.info.default=This default chart can''t be overwritten but you can have a look on how it''s implemented.
chart.new.info.wiki=Tutorial: <a target="_blank" hhref="https://github.com/deadlocker8/BudgetMaster/wiki/How-to-create-custom-charts">https://github.com/deadlocker8/BudgetMaster/wiki/How-to-create-custom-charts</a>
chart.steps.first.step=Step 1:
chart.steps.first=Choose a chart
chart.steps.second.step=Step 2:
chart.steps.second=Choose a date range
chart.steps.second.label.start=Start date
chart.steps.second.label.end=End date
chart.steps.third.step=Step 3:
chart.steps.third=Apply filters (optional)
chart.quick.this.week=This week
chart.quick.this.month=This month
chart.quick.this.year=This year
chart.quick.last.week.days=Last 7 days
chart.quick.last.month.days=Last 30 days
chart.quick.last.year.days=Last 365 days
chart.quick.until.today=Until today