flutter_application_1/lib/l10n/app_en.arb

36 lines
1.9 KiB
Plaintext
Raw Normal View History

{
"title": "Compound interest calculator",
"language_english": "English",
"language_german": "German",
"choose_language": "Choose language",
"initial_capital": "Initial capital",
"initial_capital_tooltiptext": "The initial capital is the amount you have at the start of your investment.",
"currency": "$",
"amount": "${value}",
"monthly_savings_rate": "Monthly savings rate",
"monthly_savings_rate_tooltiptext": "The monthly savings rate is the amount you add to your investment each month.",
"interest_rate": "Annual interest rate",
"interest_rate_tooltiptext": "The annual interest rate is the percentage at which your invested capital grows each year.",
"investment_period": "Investment period",
"investment_period_tooltiptext": "The investment period is the length of time for which you plan to invest your money.",
"years": "Years",
"yearly": "yearly",
"monthly": "monthly",
"calculate": "Calculate",
"invalid_input": "Invalid input",
"milestone_text1": "Smartphone\nPrice: ",
"milestone_text2": "eBike\nPrice: ",
"milestone_text3": "World Travel\nPrice: ",
"milestone_text4": "Sports car\nPrice: ",
"milestone_text5": "150sqm single family house\nPrice: ",
"final_capital": "Final capital",
"deposits": "Deposits",
"interest_received": "Interest received",
"result_text": "If you invest ${monthly_savings_rate} per month over a period of {investment_period} years at an interest rate of {interest_rate}%, you will end up with a final capital of ${final_capital}. This consists of deposits of ${invested_money} and interest or capital gains of ${compound_interest}.",
"graphic": "Graphic",
"milestones": "Milestones",
"payout_interval": "Payout interval",
"payout_interval_tooltiptext": "The payout interval refers to how often the income from your investment is distributed.",
"year": "Year",
"currency_written_out": "Dollar"
}