Skip to content

Commit

Permalink
Update source file app_en.arb
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
dreautall committed Feb 23, 2024
1 parent ba060e5 commit 99e90c7
Showing 1 changed file with 23 additions and 11 deletions.
34 changes: 23 additions & 11 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -162,22 +162,22 @@
"@billsIsActive": {
"description": "Text: the bill is active"
},
"billsLayoutGroupTitle": "Group",
"@billsLayoutGroupTitle": {
"description": "Title text for group layout option"
},
"billsLayoutGroupSubtitle": "Bills displayed in their assigned groups.",
"@billsLayoutGroupSubtitle": {
"description": "Subtitle text for group layout option"
},
"billsLayoutListTitle": "List",
"@billsLayoutListTitle": {
"description": "Title text for list layout option"
"billsLayoutGroupTitle": "Group",
"@billsLayoutGroupTitle": {
"description": "Title text for group layout option"
},
"billsLayoutListSubtitle": "Bills displayed in a list sorted by certain criteria.",
"@billsLayoutListSubtitle": {
"description": "Subtitle text for list layout option"
},
"billsLayoutListTitle": "List",
"@billsLayoutListTitle": {
"description": "Title text for list layout option"
},
"billsListEmpty": "The list is currently empty.",
"@billsListEmpty": {
"description": "Describes that the list is empty"
Expand Down Expand Up @@ -217,10 +217,6 @@
"@billsSortByTimePeriod": {
"description": "Text for frequency sort type"
},
"billsSortFrequency": "Frequency",
"@billsSortFrequency": {
"description": "Text for sort by frequency"
},
"billsSortDirection": "{sortDirection, select, ascending{Ascending} descending{Descending} other{Unknown}}",
"@billsSortDirection": {
"description": "Bill sort direction",
Expand All @@ -231,6 +227,10 @@
}
}
},
"billsSortFrequency": "Frequency",
"@billsSortFrequency": {
"description": "Text for sort by frequency"
},
"billsSortName": "Name",
"@billsSortName": {
"description": "Text for sort by name"
Expand All @@ -247,6 +247,14 @@
"@categoryErrorLoading": {
"description": "Generic error message when categories can't be loaded (shouldn't occur)"
},
"categoryFormLabelIncludeInSum": "Include in monthly sum",
"@categoryFormLabelIncludeInSum": {
"description": "Category Add/Edit Form: Label for toggle field to include value in monthly sum"
},
"categoryFormLabelName": "Category Name",
"@categoryFormLabelName": {
"description": "Category Add/Edit Form: Label for name field"
},
"categoryMonthNext": "Next Month",
"@categoryMonthNext": {
"description": "Button title to view overview for next month"
Expand All @@ -255,6 +263,10 @@
"@categoryMonthPrev": {
"description": "Button title to view overview for previous month"
},
"categorySumExcluded": "excluded",
"@categorySumExcluded": {
"description": "Label that the category is excluded from the monthly sum. The label will be shown in the place where usually the monthly percentage share is shown. Should be a single word if possible."
},
"categoryTitleAdd": "Add Category",
"@categoryTitleAdd": {
"description": "Title for Dialog: Add Category"
Expand Down

0 comments on commit 99e90c7

Please sign in to comment.