|
318 | 318 | "description": "Spending by month and category.", |
319 | 319 | "rangeLabel": "Range", |
320 | 320 | "groupingLabel": "Category grouping", |
| 321 | + "chartTypeLabel": "Chart type", |
321 | 322 | "stackedTitle": "Monthly categories", |
322 | | - "breakdownTitle": "{month} category breakdown", |
323 | | - "trendTitle": "Monthly total", |
| 323 | + "breakdownTitle": "{range} category breakdown", |
| 324 | + "balanceTimelineTitle": "Balance timeline", |
| 325 | + "categoryMarkers": "Category markers", |
| 326 | + "isOwedMoney": "Is owed money", |
| 327 | + "owesMoney": "Owes money", |
| 328 | + "payment": "Reimbursement", |
| 329 | + "roundAmountsLabel": "Round amounts", |
| 330 | + "stackOrderLabel": "Stack order", |
324 | 331 | "income": "Income", |
325 | 332 | "noData": "No spending data yet.", |
| 333 | + "ChartTypes": { |
| 334 | + "bars": "Stacked bars", |
| 335 | + "columns": "Stacked columns" |
| 336 | + }, |
| 337 | + "StackOrders": { |
| 338 | + "smallInside": "Smaller debt inside", |
| 339 | + "smallOutside": "Smaller debt outside" |
| 340 | + }, |
326 | 341 | "RangeOptions": { |
327 | 342 | "three": "3 months", |
328 | 343 | "six": "6 months", |
329 | 344 | "twelve": "12 months", |
330 | 345 | "all": "All" |
331 | 346 | }, |
332 | 347 | "GroupingOptions": { |
333 | | - "categoryGroup": "Category groups", |
334 | | - "category": "Detailed categories" |
| 348 | + "categoryGroup": "Categories", |
| 349 | + "category": "Detailed" |
335 | 350 | } |
336 | 351 | } |
337 | 352 | }, |
|
0 commit comments