diff --git a/public/locales/cs/common.json b/public/locales/cs/common.json index 176c777e..e0a33942 100644 --- a/public/locales/cs/common.json +++ b/public/locales/cs/common.json @@ -382,6 +382,7 @@ "get": "dostane", "lent": "půjčil/a", "owe": "dluží", + "owe_to_you": "dluží Vám", "paid": "zaplatil/a", "pay": "platí", "received": "dostal/a" diff --git a/public/locales/de/common.json b/public/locales/de/common.json index 4768537a..12faa7e0 100644 --- a/public/locales/de/common.json +++ b/public/locales/de/common.json @@ -415,6 +415,7 @@ "get": "bekommt", "lent": "hat ausgegeben", "owe": "schuldet", + "owe_to_you": "schuldet Dir", "paid": "hat bezahlt", "pay": "bezahlt", "received": "hat erhalten" diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 590275bc..77e16667 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -412,6 +412,7 @@ "get": "gets", "lent": "lent", "owe": "owes", + "owe_to_you": "owes you", "paid": "paid", "pay": "pays", "received": "received" diff --git a/public/locales/es-AR/common.json b/public/locales/es-AR/common.json index acb3038f..c3c9dfaa 100644 --- a/public/locales/es-AR/common.json +++ b/public/locales/es-AR/common.json @@ -386,6 +386,7 @@ "get": "recibe", "lent": "prestó", "owe": "debe", + "owe_to_you": "debe A vos", "paid": "pagó", "pay": "paga", "received": "recibió" diff --git a/public/locales/es-MX/common.json b/public/locales/es-MX/common.json index f85f66b0..c4eb941a 100644 --- a/public/locales/es-MX/common.json +++ b/public/locales/es-MX/common.json @@ -385,6 +385,7 @@ "get": "recibe", "lent": "prestó", "owe": "debe", + "owe_to_you": "debe A ti", "paid": "pagó", "pay": "paga", "received": "recibió" diff --git a/public/locales/es/common.json b/public/locales/es/common.json index 720c3488..c2c595a2 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -382,6 +382,7 @@ "get": "recibe", "lent": "prestó", "owe": "debe", + "owe_to_you": "debe A ti", "paid": "pagó", "pay": "paga", "received": "recibió" diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index b0b63553..401de25c 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -412,6 +412,7 @@ "get": "reçoit", "lent": "a avancé", "owe": "doit", + "owe_to_you": "te doit", "paid": "a payé", "pay": "doit", "received": "a reçu" diff --git a/public/locales/hu/common.json b/public/locales/hu/common.json index e7621bc0..066bdf0f 100644 --- a/public/locales/hu/common.json +++ b/public/locales/hu/common.json @@ -412,6 +412,7 @@ "get": "kap", "lent": "adott", "owe": "tartozik", + "owe_to_you": "tartozik Neked", "paid": "fizetett", "pay": "fizet", "received": "kapott" diff --git a/public/locales/it/common.json b/public/locales/it/common.json index 81c79e90..17dc699e 100644 --- a/public/locales/it/common.json +++ b/public/locales/it/common.json @@ -387,6 +387,7 @@ "get": "riceve", "lent": "ha prestato", "owe": "deve", + "owe_to_you": "deve Te", "paid": "ha pagato", "pay": "paga", "received": "ha ricevuto" diff --git a/public/locales/ne/common.json b/public/locales/ne/common.json index 89a5bc85..f6647969 100644 --- a/public/locales/ne/common.json +++ b/public/locales/ne/common.json @@ -407,6 +407,7 @@ "get": "पाउनु पर्ने", "lent": "सापटी दिए", "owe": "तिर्नु पर्ने", + "owe_to_you": "तिर्नु पर्ने तपाईंका लागि", "paid": "तिरे", "pay": "तिर्नुहोस्", "received": "प्राप्त गरे" diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json index d1c92162..e57892cf 100644 --- a/public/locales/nl/common.json +++ b/public/locales/nl/common.json @@ -412,6 +412,7 @@ "get": "krijgt", "lent": "heeft geleend", "owe": "is verschuldigd", + "owe_to_you": "is verschuldigd Jou", "paid": "betaalde", "pay": "betaalt", "received": "ontving" diff --git a/public/locales/pl/common.json b/public/locales/pl/common.json index 20c70102..a0e47c4a 100644 --- a/public/locales/pl/common.json +++ b/public/locales/pl/common.json @@ -394,6 +394,7 @@ "get": "dostaje", "lent": "odzyskuje", "owe": "ma do oddania", + "owe_to_you": "ma do oddania Ciebie", "paid": "płaci", "pay": "płaci", "received": "dostaje" diff --git a/public/locales/pt-BR/common.json b/public/locales/pt-BR/common.json index 8302ea67..01aca4ea 100644 --- a/public/locales/pt-BR/common.json +++ b/public/locales/pt-BR/common.json @@ -412,6 +412,7 @@ "get": "recebe", "lent": "emprestou", "owe": "deve", + "owe_to_you": "deve Você", "paid": "pagou", "pay": "paga", "received": "recebeu" diff --git a/public/locales/pt-PT/common.json b/public/locales/pt-PT/common.json index 5e5fc98a..db2d4bbb 100644 --- a/public/locales/pt-PT/common.json +++ b/public/locales/pt-PT/common.json @@ -386,6 +386,7 @@ "get": "recebe", "lent": "emprestou", "owe": "deve", + "owe_to_you": "deve Tu", "paid": "pagou", "pay": "paga", "received": "recebeu" diff --git a/public/locales/sk/common.json b/public/locales/sk/common.json index e775b9af..ec086489 100644 --- a/public/locales/sk/common.json +++ b/public/locales/sk/common.json @@ -382,6 +382,7 @@ "get": "dostane", "lent": "požičal", "owe": "dlhuje", + "owe_to_you": "dlhuje Tebe", "paid": "zaplatil", "pay": "platí", "received": "prijaté" diff --git a/public/locales/sv/common.json b/public/locales/sv/common.json index daf1314a..a9d43a3b 100644 --- a/public/locales/sv/common.json +++ b/public/locales/sv/common.json @@ -412,6 +412,7 @@ "get": "får", "lent": "lånade ut", "owe": "är skyldig", + "owe_to_you": "är skyldig Dig", "paid": "betalade", "pay": "betalar", "received": "fick" diff --git a/src/components/group/GroupMyBalance.tsx b/src/components/group/GroupMyBalance.tsx index bbcb4929..ba0716fd 100644 --- a/src/components/group/GroupMyBalance.tsx +++ b/src/components/group/GroupMyBalance.tsx @@ -81,7 +81,7 @@ const GroupMyBalance: React.FC = ({ {Object.entries(balances).map(([currency, amount]) => (
{0 < amount - ? `${friend?.name} ${t('ui.expense.user.owe')} ${t('actors.you_dativus').toLowerCase()}` + ? `${friend?.name} ${t('ui.expense.user.owe_to_you')}` : `${t('actors.you')} ${t('ui.expense.you.owe')} ${friend?.name}`}{' '} {getCurrencyHelpersCached(currency).toUIString(amount)}