Skip to content
Snippets Groups Projects
_en.properties 8.75 KiB
Newer Older
  • Learn to ignore specific revisions
  • Robert Goldmann's avatar
    Robert Goldmann committed
    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>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 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
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    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.
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    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
    
    title.expenditures=Expenditures
    title.expenditure=Expenditure
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    title.rest=Rest
    
    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 Transaction
    title.transaction.new=New Transaction
    
    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
    
    save=Save
    
    tagfield.placeholder=Enter Tag here
    
    placeholder=No data available
    
    # 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} 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=o 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.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
    
    info.database.import.source=Import transactions from
    
    info.database.import.destination=to
    info.database.import.or=or
    
    info.title.update=Update available
    info.text.update=An update for BudgetMaster is available<br><br>Installed: {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.
    
    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.
    
    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.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.
    
    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.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
    
    menu.about=About
    menu.logout=Logout
    
    category.new.label.name=Name
    
    settings.password=Password
    
    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.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
    
    settings.update.start=Update
    
    
    account.new.label.name=Name
    account.default.name=Default Account
    
    account.all=All Accounts
    
    account.budget.asof=as of
    
    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.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
    
    # ABOUT
    about=About {0}
    about.roadmap.link=Open Roadmap
    about.version=Version:
    about.date=Date:
    about.author=Author:
    about.roadmap=Roadmap:
    about.sourcecode=Sourcecode:
    
    home.menu.accounts=Accounts allow you to group multiple transactions. You can create as many accounts as you want. Create, update and delete them by clicking here.
    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. 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 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. 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.