(function($){ var __translations = gbst.namespace("gbst.loan.app.budgetplannercalculator.translations"); __translations.en = { "colors": { "primaryColor": "#EE3224", "secondaryColor": "#333333", "titleColor": "#FFFFFF", "subtitleColor": "#FFFFFF", "subtitleBgColor": "#EE3224", "textColor": "" }, "number": { "currency": { "format": { "unit": "$", "format": "%u%n", "htmlFormat": "%u%n" } }, "format": { "delimiter": ",", "separator": "." } }, "labels": { "budgetPlannerCalculator": { "calculatorTitle": "Budget Planner", "disclaimer": "" }, "budgetPlannerControlsView": { "frequencyLabel": "", "amountLabel": "Amount", "annualAmountLabel": "Annual amount", "totalSurplusLabel": "Total annual surplus" }, "resultsView": { "resultsHeader": "Summary", "weeklyHeader": "Weekly", "fortnightlyHeader": "Fortnightly", "monthlyHeader": "Monthly", "annuallyHeader": "Annually", "totalExpenses": "Total expenses", "totalSurplus": "Surplus", "yourResultsHeader": "Your results" }, "infoBox": { "title": "Calculator Information", "content": "

The Budget planner provides you with a detailed breakdown of your finances. Move through the planner by clicking the tabs relating to the area of interest. None of the fields entered are compulsory so you can use some or all of it.

You can print your records.

" } }, "defaults": { "values": { "element": "", "amount": 0, "type": "Net", "frequency": "month", "annualAmount": 0, "hasPoweredBy": true, "hasSaveFeature": true }, "controls": { "amount": { "min": 0, "max": 1000000, "step": 1, "keyboard": false, "maxlength": 9 }, "frequency": [ { "label": "Annually", "value": "annual" }, { "label": "Quarterly", "value": "quarter" }, { "label": "Monthly", "value": "month" }, { "label": "Fortnightly", "value": "fortnight" }, { "label": "Weekly", "value": "week" } ], "tax": [ { "label": "Gross", "value": "gross" }, { "label": "Net", "value": "net" } ] }, "panelGroupDetails": { "panels": [ { "panelTitle": "Income details", "summaryTitle": "Total income", "hideResults": true, "panelItems": [ { "itemTitle": "Salary", "frequency": "fortnight", "type": "net" }, { "itemTitle": "Bonuses", "frequency": "month", "type": "net" }, { "itemTitle": "Investment income", "frequency": "month", "type": "net" }, { "itemTitle": "Allowances", "frequency": "month", "type": "net" }, { "itemTitle": "Other income", "frequency": "month", "type": "net" } ] }, { "panelTitle": "Living expenses", "summaryTitle": "Total living expenses", "panelItems": [ { "itemTitle": "Rent", "frequency": "week" }, { "itemTitle": "Rates (council, water)", "frequency": "quarter" }, { "itemTitle": "Utilities (electricity, gas, etc)", "frequency": "quarter" }, { "itemTitle": "Phones and internet", "frequency": "month" }, { "itemTitle": "Home maintenance", "frequency": "month" }, { "itemTitle": "Groceries", "frequency": "month" }, { "itemTitle": "Medical and pharmaceutical", "frequency": "month" }, { "itemTitle": "Clothes and shoes", "frequency": "month" }, { "itemTitle": "Education (fees, childcare)", "frequency": "month" }, { "itemTitle": "Pets", "frequency": "month" }, { "itemTitle": "Other expenses", "frequency": "month" } ] }, { "panelTitle": "Insurance and superannuation", "summaryTitle": "Total insurance and superannuation", "panelItems": [ { "itemTitle": "Life", "frequency": "month" }, { "itemTitle": "Income protection", "frequency": "month" }, { "itemTitle": "Health", "frequency": "month" }, { "itemTitle": "Superannuation", "frequency": "month" }, { "itemTitle": "Home and contents", "frequency": "month" }, { "itemTitle": "Car", "frequency": "month" }, { "itemTitle": "Business", "frequency": "month" }, { "itemTitle": "Other (boat, caravan, trailer)", "frequency": "month" } ] }, { "panelTitle": "Loans and credit cards", "summaryTitle": "Total loans and credit cards", "panelItems": [ { "itemTitle": "Mortgage", "frequency": "month" }, { "itemTitle": "Personal loan repayments", "frequency": "month" }, { "itemTitle": "Credit card #1 repayments", "frequency": "month" }, { "itemTitle": "Credit card #2 repayments", "frequency": "month" }, { "itemTitle": "Credit card #3 repayments", "frequency": "month" }, { "itemTitle": "Store card repayments", "frequency": "month" }, { "itemTitle": "Other loan repayments", "frequency": "month" } ] }, { "panelTitle": "Transport", "summaryTitle": "Total transport and motor vehicle", "panelItems": [ { "itemTitle": "Vehicle", "frequency": "month" }, { "itemTitle": "Maintenance", "frequency": "month" }, { "itemTitle": "Petrol", "frequency": "month" }, { "itemTitle": "Parking", "frequency": "month" }, { "itemTitle": "Public transport", "frequency": "month" }, { "itemTitle": "Other", "frequency": "month" } ] }, { "panelTitle": "Leisure and entertainment", "summaryTitle": "Total leisure and entertainment", "panelItems": [ { "itemTitle": "Holidays", "frequency": "month" }, { "itemTitle": "Restaurants and takeaway", "frequency": "month" }, { "itemTitle": "Sport, hobbies and memberships", "frequency": "month" }, { "itemTitle": "Newspapers, magazines and books", "frequency": "month" }, { "itemTitle": "Gifts (Christmas, birthdays)", "frequency": "month" }, { "itemTitle": "Other", "frequency": "month" } ] } ] } } }; }(jQuery));