Skip to content

Commit

Permalink
Merge pull request #200 from dreautall/l10n
Browse files Browse the repository at this point in the history
[l10n] Crowdin Translation update

[skip ci]
  • Loading branch information
dreautall authored Nov 3, 2023
2 parents 4953e07 + 64ed2bd commit 3df4358
Show file tree
Hide file tree
Showing 2 changed files with 870 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,22 @@
}
}
},
"homeMainBudgetIntervalSingle": " ({from} bis {to})",
"@homeMainBudgetIntervalSingle": {
"description": "Budget interval ranging from 'from' to 'to', without a specified period.",
"placeholders": {
"from": {
"type": "DateTime",
"format": "MMMd",
"example": "May 13"
},
"to": {
"type": "DateTime",
"format": "MMMd",
"example": "May 17"
}
}
},
"homeMainBudgetSum": "{current} {status, select, over{über} other{bis}} {available}",
"@homeMainBudgetSum": {
"description": "Budget has 'current' money over/left from ('status') of total budget 'available' money.",
Expand Down
Loading

0 comments on commit 3df4358

Please sign in to comment.