Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dreautall committed Feb 24, 2024
2 parents 1f2a69b + da2e55c commit 64f3303
Showing 1 changed file with 23 additions and 11 deletions.
34 changes: 23 additions & 11 deletions lib/l10n/app_de.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": "Gruppe",
"@billsLayoutGroupTitle": {
"description": "Title text for group layout option"
},
"billsLayoutGroupSubtitle": "Rechnungen werden in ihrer Gruppe angezeigt.",
"@billsLayoutGroupSubtitle": {
"description": "Subtitle text for group layout option"
},
"billsLayoutListTitle": "Liste",
"@billsLayoutListTitle": {
"description": "Title text for list layout option"
"billsLayoutGroupTitle": "Gruppe",
"@billsLayoutGroupTitle": {
"description": "Title text for group layout option"
},
"billsLayoutListSubtitle": "Rechnungen werden sortiert in einer Liste angezeigt.",
"@billsLayoutListSubtitle": {
"description": "Subtitle text for list layout option"
},
"billsLayoutListTitle": "Liste",
"@billsLayoutListTitle": {
"description": "Title text for list layout option"
},
"billsListEmpty": "Diese Liste ist momentan leer.",
"@billsListEmpty": {
"description": "Describes that the list is empty"
Expand Down Expand Up @@ -217,10 +217,6 @@
"@billsSortByTimePeriod": {
"description": "Text for frequency sort type"
},
"billsSortFrequency": "Häufigkeit",
"@billsSortFrequency": {
"description": "Text for sort by frequency"
},
"billsSortDirection": "{sortDirection, select, ascending{Aufsteigend} descending{Absteigend} other{Unbekannt}}",
"@billsSortDirection": {
"description": "Bill sort direction",
Expand All @@ -231,6 +227,10 @@
}
}
},
"billsSortFrequency": "Häufigkeit",
"@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": "In Monatssumme einbeziehen",
"@categoryFormLabelIncludeInSum": {
"description": "Category Add/Edit Form: Label for toggle field to include value in monthly sum"
},
"categoryFormLabelName": "Kategoriename",
"@categoryFormLabelName": {
"description": "Category Add/Edit Form: Label for name field"
},
"categoryMonthNext": "Nächster Monat",
"@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": "ausgenommen",
"@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": "Kategorie hinzufügen",
"@categoryTitleAdd": {
"description": "Title for Dialog: Add Category"
Expand Down

0 comments on commit 64f3303

Please sign in to comment.