Skip to content

Commit

Permalink
Update translation files and add body.md
Browse files Browse the repository at this point in the history
  • Loading branch information
h4h13 committed Jan 13, 2025
1 parent 86dca19 commit 7976a06
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 26 deletions.
48 changes: 48 additions & 0 deletions localization/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1586,5 +1586,53 @@
"@topTags": {
"description": "Text shown on the home page section title",
"type": "text"
},
"filter": "Filter",
"@filter": {
"description": "Text shown on the overview page",
"type": "text"
},
"selectDateRange": "Select Date Range",
"@selectDateRange": {
"description": "Text shown on the overview page",
"type": "text"
},
"dateRange": "{start} - {end}",
"@dateRange": {
"description": "Text shown on the overview page",
"type": "text",
"placeholders": {
"start": {
"type": "String"
},
"end": {
"type": "String"
}
}
},
"apply": "Apply",
"@apply": {
"description": "Text shown on the overview page",
"type": "text"
},
"selectedDays": "{days} days",
"@selectedDays": {
"description": "Text shown on the overview page",
"type": "text",
"placeholders": {
"days": {
"type": "int"
}
}
},
"accountDetails": "Account Details",
"@accountDetails": {
"description": "Text shown on the account details page",
"type": "text"
},
"spending": "Spending",
"@spending": {
"description": "Text shown on the account details page",
"type": "text"
}
}
Loading

0 comments on commit 7976a06

Please sign in to comment.