Use "everyone" in the expense card if it was paid for all participants (#398)

This commit is contained in:
Peter Smit
2025-09-04 20:15:00 +02:00
committed by GitHub
parent a21f0646b5
commit 86a20d6b23
4 changed files with 30 additions and 9 deletions

View File

@@ -43,6 +43,7 @@
},
"ExpenseCard": {
"paidBy": "Paid by <strong>{paidBy}</strong> for <paidFor></paidFor>",
"everyone": "everyone",
"receivedBy": "Received by <strong>{paidBy}</strong> for <paidFor></paidFor>",
"yourBalance": "Your balance:",
"notInvolved": "You are not involved"

View File

@@ -43,6 +43,7 @@
},
"ExpenseCard": {
"paidBy": "Betaald door <strong>{paidBy}</strong> voor <paidFor></paidFor>",
"everyone": "iedereen",
"receivedBy": "Ontvangen door <strong>{paidBy}</strong> voor <paidFor></paidFor>",
"yourBalance": "Jouw balans:"
},