{
	"app.name": "ubud",
	"app.shortName": "ubud",
	"app.description": "ubud is a simple and self-hosted budgeting software.",
	"app.developerName": "Sebastian Pekarek",
	"app.developerUrl": "https://ubud.club",
	"notFound.headline": "Page not found",
	"notFound.message": "Sorry, but the page you were looking for wasn't found.",
	"autoNumeric": {
		"percentage": "percentageUS2dec"
	},
	"account": {
		"type": {
			"checking": "Checking",
			"savings": "Savings",
			"creditCard": "Credit Card",
			"cash": "Cash",
			"mortgage": "Mortgage",
			"asset": "Asset",
			"loan": "Loan"
		}
	},
	"tips": {
		"budgetedLastMonth": {
			"title": "Budget from last month",
			"description": "Takes over the amount you already budgeted for {{month}}."
		},
		"spentLastMonth": {
			"title": "Last month's expenses",
			"description": "Budgets the amount you spent {{month}}."
		},
		"budgetedAverage": {
			"title": "Budgeted on average",
			"description": "Budgets the amount you have budgeted on average."
		},
		"spentAverage": {
			"title": "Average Spent",
			"description": "Budgets the amount spent last year on average."
		}
	},
	"plugins": {
		"label": {
			"apiKey": "API Key",
			"accounts": "Accounts",
			"email": "Email Address",
			"username": "Username",
			"password": "Password",
			"iban": "IBAN",
			"bic": "BIC"
		}
	},
	"error": {
		"labels": {
			"error": "Error",
			"stacktrace": "Stacktrace",
			"reference": "Reference"
		},
		"default": {
			"headline": "An error has occurred...",
			"message": "Unfortunately an unexpected error occurred. Please try again."
		}
	},
	"login": {
		"title": "Sign in",
		"email": {
			"placeholder": "Email"
		},
		"password": {
			"placeholder": "Password"
		},
		"submit": {
			"text": "Sign in"
		},
		"continue": {
			"text": "Continue"
		},
		"forgotPassword": {
			"url": "https://dude-where-is-my.money/en/help/forgot-password",
			"text": "Forgot Password?"
		},
		"website": {
			"url": "https://dude-where-is-my.money/en/",
			"text": "ubud"
		},
		"help": {
			"url": "https://dude-where-is-my.money/en/help/",
			"text": "Help me!"
		},
		"pawned": "The entered password does not seem to be secure, we found it in <a href=\"https://haveibeenpwned.com/Passwords\">some password leaks</a>. <br />Please use a secure password or use a password manager.",
		"terms": {
			"content": "I have read and agree to the <a href=\"{{tos}}\" target=\"_blank\",>General Terms and Conditions</a> and the <a href=\"{{privacy}}\" target=\"_blank\">Privacy Policy</a>."
		}
	},
	"firstSetup": {
		"title": "Setup login credentials",
		"email-1": {
			"placeholder": "Your Email"
		},
		"email-2": {
			"placeholder": "Your Email (repeat)"
		},
		"password-1": {
			"placeholder": "Your password"
		},
		"password-2": {
			"placeholder": "Your password (repeat)"
		},
		"submit": {
			"text": "Save login credentials"
		}
	},
	"header": {
		"settings": {
			"title": "Settings",
			"document": {
				"headline": "Budget",
				"noDocument": "No budget selected",
				"general": "General Settings",
				"accounts": "Accounts",
				"plugins": "Plugins",
				"permissions": "Permissions",
				"notifications": "Notifications"
			},
			"instance": {
				"headline": "Administration",
				"general": "My instance",
				"updates": "Updates",
				"users": "Users",
				"plugins": "Plugins",
				"backups": "Backups"
			},
			"account": {
				"headline": "Account",
				"devices": "My Devices",
				"authentication": "Change Password",
				"logout": "Log out"
			}
		},
		"documents": {
			"title": "My Documents",
			"new": {
				"prompt": "What name should the document have?",
				"unnamed": "Unnamed document"
			},
			"tasks": {
				"negative": "budgeted {{amount}} to much",
				"positive": "{{amount}} to budget",
				"zero": "looks fine"
			},
            "newDocument": {
                "name": "My first document",
                "language": "en-GB",
                "accounts": {
                    "wallet": "Wallet",
                    "pillow": "Under my pillow"
                },
                "default": {
                    "name": "1. Everyday",
                    "default": "Other",
                    "lostCash": "Lost Coins",
                    "clothing": "Clothing",
                    "food": "Food"
                },
                "monthly": {
                    "name": "2. Monthly",
                    "rent": "Rent",
                    "power": "Electricity",
                    "water": "Water",
                    "heating": "Heating",
                    "internet": "Internet"
                },
                "insurance": {
                    "name": "3. Insurances",
                    "liability": "Liability Insurance",
                    "health": "Health Insurance"
                },
                "rainyDays": {
                    "name": "4. Rainy Days",
                    "birthdays": "Birthdays",
                    "christmas": "Christmas"
                },
                "goals": {
                    "name": "5. Goals",
                    "example": "become a billionaire",
                    "value": "100000000"
                }
            }
		},
		"connection": {
			"disconnected": "Connection lost",
			"connecting": "Connecting…",
			"connected": "Connected",
			"authenticating": "Authenticating",
			"ready": "Connected"
		},
		"status": {
			"initialize": "Initializing connection to server {{endpoint}}",
			"connected": "Connected to server",
			"disconnect": "Connection to server lost",
			"error": "Connection Error: {{error}}",
			"timeout": "Connection Timeout",
			"authenticating": {
				"login": "Authenticating with login credentials",
				"token": "Authenticating with existing token",
				"ok": "Authentication complete, welcome!",
				"error": "Authentication Error: {{error}}"
			},
			"logout": "Logout complete, bye bye!",
			"autoLogout": "Logout due to server response"
		},
		"version": {
			"info": "ubud {{server}} with client {{client}}",
			"server": "Update to ubud {{available}} available. Please pull new Docker container and recreate container",
			"client": "Client Update installed, click here to apply update"
		}
	},
	"sidebar": {
		"budget": {
			"title": "open budget",
			"name": "Budget"
		},
		"reports": {
			"title": "open reports",
			"name": "Reports"
		},
		"transactions": {
			"title": "open transactions",
			"name": "Transactions"
		},
		"settings": {
			"title": "open document settings",
			"name": "Settings"
		},
		"add": {
			"title": "add a new transaction"
		}
	},
	"documentSettings": {
		"headline": "Document Settings",
		"general": {
			"headline": "General Settings",
			"description": "Change name of document and currency used, delete document"
		},
		"accounts": {
			"headline": "Accounts",
			"description": "Add and remove bank accounts, credit cards and other assets"
		},
		"plugins": {
			"headline": "Plugins",
			"description": "List of plugins activated in this document"
		},
		"permissions": {
			"admin": {
				"headline": "Permissions",
				"description": "Manages permissions for this document so others can work with you on it"
			},
			"user": {
				"headline": "Access",
				"description": "See your permissions for this document or leave the document"
			}
		}
	},
	"documentSettingsGeneral": {
		"headline": "General Document Settings",
		"labels": {
			"name": "Document Name",
			"currency": "Currency used",
			"budgets": "Budgets"
		},
		"currency": {
			"euro": "Euro (€)",
			"dollar": "Dollar ($)"
		},
		"budgets": {
			"showHidden": "Show hidden budgets",
			"hideHidden": "Hide hidden budgets again",
			"addCategory": "Add category",
			"newCategory": "New category",
			"addBudget": "Add budget",
			"newBudget": "New budget"
		},
		"delete": {
			"title": "Delete document",
			"message": "If you delete this document, all plugins in it will be removed and all data related to the document (e.g. transactions and budgets) will be deleted.",
			"button": "Delete document now",
			"confirm": "If you delete this document, all plugins in it will be removed and all data related to the document (e.g. transactions and budgets) will be deleted.\n\nAre you sure you want to delete this document? This action cannot be undone!"
		}
	},
	"categoryEditor": {
		"title": "Edit category",
		"labels": {
			"name": "Name",
			"category": "Category"
		},
		"delete": {
			"title": "Delete category",
			"move": {
				"message": "You can only delete this category when there are no more budgets in it. However, you can move all contained budgets to another category and then delete the category.",
				"button": "Move & Delete"
			},
			"message": "This category no longer contains budgets, so it can be easily deleted.",
			"button": "Delete category"
		},
		"done": "Fertig"
	},
	"budgetEditor": {
		"title": "Edit budget",
		"labels": {
			"name": "Name",
			"category": "Category",
			"goal": "Goal"
		},
		"hide": "Hide budget",
		"show": "Show budget again",
		"remove": "Delete budget",
		"done": "Done"
	},
	"documentSettingsAccount": {
		"headline": "Account Settings",
		"empty": "No accounts are currently defined in this document.",
		"add": "Add account"
	},
	"budget": {
		"title": "Budget",
		"stats": {
			"available": {
				"negative": "Overbudgeted",
				"positive": "To budget"
			},
			"income": "Income",
			"budgeted": "Budgeted",
			"outflow": "Outflow",
			"balance": "Balance"
		},
		"goal": {
			"left": "{{left}} left"
		}
	},
	"transactions": {
		"title": "Transactions",
		"budget": {
			"income": "Income for {{month}}",
			"noBudget": "no budget selected"
		},
		"add": "+ Add Transaction",
		"reconcile": "Reconcile accounts",
		"import": {
			"headline": "Drop file",
			"message": "Pull your export files from your online banking here to import them into ubud"
		},
		"empty": "No transactions found. Install a plugin for your bank or enter transactions manually."
	},
	"transactionDetails": {
		"labels": {
			"time": "Date and time",
			"payee": "Payee",
			"account": "Account",
			"amount": "Amount",
			"memo": "Notes"
		},
		"headlines": {
			"budgeting": "Budgeting",
			"original": "Original bank import",
			"income": "Income",
			"transfer": "Transfer"
		},
		"placeholders": {
			"memo": "Notes (optional)"
		},
		"budget": {
			"income": "Income for {{month}}",
            "transfer": "Transfer from"
		},
		"original": {
			"payeeFallback": "(no payee)",
			"memoFallback": "(no notes)"
		},
		"reconciling": "This transaction was inserted automatically, since the account balance in ubud and the account balance in the bank's history was different. Now everything should fit again. If you often find such transactions, this could be an indication that something is wrong with the synchronization.",
		"remove": "Remove transaction",
		"cancel": "Cancel",
		"save": "Save"
	},
	"transactionImport": {
		"headline": "Import transactions",
		"multipleFiles": "You can currently only import one file at a time. Sorry...",
		"labels": {
			"file": "File",
			"account": "Account"
		},
		"import": "Import",
		"cancel": "Cancel"
	},
	"reconcile": {
		"prefix": "The account currently holds",
		"negative": "Oh, you probably forgot to put something in there. To compensate this, a new transaction of {{amount}} is created.",
		"positive": "Congratulations, you actually have more money in your account than you registered. A new transaction of {{amount}} is created to add this.",
		"saveAndNext": "Save & Next",
		"save": "Done",
		"cancel": "Cancel"
	},
	"documentSettingsAccountDetails": {
		"headline": "Edit account",
		"labels": {
			"name": "Name",
			"type": "Typ"
		},
		"delete": {
			"title": "Konto löschen",
			"message": "You can delete this account. All transactions contained in this account will be deleted. This will change your budget. This action cannot be undone.",
			"button": "Konto löschen"
		},
		"unlink": {
			"title": "Disconnect account",
			"message": "You can disconnect this account from the plugin. This will allow you to edit it manually, add transactions or delete the account. This action cannot be undone.",
			"button": "Disconnect account from plugin"
		},
		"done": "Done"
	},
	"documentSettingsPlugin": {
		"headline": "Plugins",
		"empty": "Currently there are no plugins installed.",
		"add": "Install plugin",
		"status": {
			"initializing": "Starting",
			"configuration": "Waiting for configuration",
			"ready":  "Ready",
			"shutdown": "Stopping",
			"error":  "Error"
		}
	},
	"documentSettingsPluginDetails": {
		"headline": "Configure plugin",
		"uninstall": {
			"title": "Uninstall plugin",
			"message": "You can uninstall this plugin at any time. Data created by this plugin will be retained.",
			"button": "Uninstall"
		},
		"error": {
			"getConfig": "Unable go get plugin configuration:",
			"getSupported": "Unable to check plugin's features:",
			"getAccounts": "Unable to sync bank accounts:",
			"getTransactions": "Unable to sync bank transactions:",
			"getMetadata": "Unable to get a transaction's metadata:",
			"getGoals": "Unable to sync goals:"
		},
		"done": "Done"
	},
	"documentSettingsPermissions": {
		"headline": "Permissions",
		"admin": "Admin",
		"infoText": "You have full access to the document \"{{document}}\". If you want to invite other people to this document, please contact your administrator.",
		"leave": {
			"headline": "Leave document",
			"message": "If you don't want to have access to this document anymore you can leave it here. If you want to access the document again, you have to be invited again first.",
			"button": "Leave document"
		}
	},
	"documentSettingsAccountAdd": {
		"headline": "Add Account",
		"cancel": "Cancel",
		"checking": {
			"title": "Current Account",
			"description": "e.g. current account or credit card"
		},
		"cash": {
			"title": "Cash",
			"description": "e.g. your wallet or the secret money supply behind the pillow"
		},
		"other": {
			"title": "Other",
			"description": "e.g. a mortgage or other assets"
		}
	},
	"documentSettingsAccountAddManual": {
		"headline": "Add Account",
		"name": "Account name",
		"defaultName": "My great new account",
		"type": "Account Type",
		"balance": "Current amount",
		"balanceInfo": "The amount is inserted as a transaction and can be changed later in the list of all transactions. Negative amounts are of course possible (e.g. for mortgages).",
		"save": "Create Account",
		"back": "Back",
		"memo": "Created account"
	},
	"documentSettingsPluginAdd": {
		"account": {
			"headline": "Search account plugin",
			"label": "Bank name",
			"info": "If the name of the bank does not work, you can alternatively try your BIC.",
			"box": {
				"empty": "No plugin found for your bank",
				"filled": "No plugin in?",
				"message": "We're very sorry about that. You can add the account manually and then keep it up to date by exporting files from your bank.",
				"button": "Add account manually"
			}
		},
		"default": {
			"headline": "Search plugin",
			"label": "Search",
			"info": "You can search for the name of the plugin, a supported online store, a URL or a bank.",
			"box": {
				"empty": "No plugin found",
				"filled": "No plugin in?",
				"message": "We're very sorry about that. If you have tried to find a bank plugin, you can add the account manually and then keep it up to date by exporting files from your bank.",
				"button": "Add account manually"
			}
		},
		"back": "Zurück",
		"install": "Install"
	},
	"documentSettingsPluginAddDetails": {
		"headline": "Install plugin",
		"meta": {
			"installations": "Installations",
			"issues": "open Issues",
			"satisfaction": "Satisfaction",
			"version": "Version"
		},
		"info": {
			"header": "Information",
			"author": "Developer",
			"size": "Size",
			"version": "Version",
			"license": "License",
			"website": "Website",
			"issues": "Issues",
			"npm": "npmjs.org"
		},
		"compatibility": {
			"header": "Compatibility",
			"server": "ubud Server",
			"node": "node.js",
			"npm": "npm",
			"os": "OS",
			"cpu": "CPU",
			"given": {
				"prefix": " (is ",
				"suffix": ")"
			}
		},
		"responsibilities": {
			"header": "Support",
			"account": "Sync Accounts",
			"goal": "Sync Goals",
			"metadata": "Enrich Transactions",
			"webhook": "Realtime Sync"
		},
		"warning": {
			"default": "Plugins are foreign code that is executed on your ubud instance and may cause damage. Therefore, install only trusted plugins and make sure that the plugins do not have the ability to make changes to your account."
		},
		"install": "Install Plugin",
		"back": "Back",
		"terms": "The general terms and conditions as well as the data protection regulations apply."
	},
	"documentSettingsPluginAddSetup": {
		"headline": "Setup plugin",
		"save": "Apply",
		"loader": {
			"initialize": "Initialize Plugin",
			"configure": "Configure Plugin",
			"accounts": "Sync accounts",
			"goals": "Sync saving goals"
		}
	},
	"termsNotification": {
		"headline": "The terms have changed...",
		"message": "There are updated {{tos}} and {{privacy}}. Do you agree with these?",
		"tos": "terms",
		"privacy": "data protection provisions",
		"accept": "Accept",
		"reject": "Remind later"
	},
    "transactionAdd": {
        "outflow": {
            "pre": "I spent",
            "post": ""
        },
        "income": {
            "pre": "I earned",
            "post": ""
        },
        "transfer": {
            "pre": "I moved",
            "post": "",
            "from": "From",
            "to": "To"
        },
        "cancel": "Cancel",
        "save": "Save"
    }
}
