Skip to content

Commit 66b196d

Browse files
committed
Refine monthly spending stats visuals
1 parent 3579ffb commit 66b196d

8 files changed

Lines changed: 3133 additions & 184 deletions

File tree

messages/en-US.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,20 +318,35 @@
318318
"description": "Spending by month and category.",
319319
"rangeLabel": "Range",
320320
"groupingLabel": "Category grouping",
321+
"chartTypeLabel": "Chart type",
321322
"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",
324331
"income": "Income",
325332
"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+
},
326341
"RangeOptions": {
327342
"three": "3 months",
328343
"six": "6 months",
329344
"twelve": "12 months",
330345
"all": "All"
331346
},
332347
"GroupingOptions": {
333-
"categoryGroup": "Category groups",
334-
"category": "Detailed categories"
348+
"categoryGroup": "Categories",
349+
"category": "Detailed"
335350
}
336351
}
337352
},

0 commit comments

Comments
 (0)