You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? `Can't auto-match receipt due to broken bank connection which ${email} needs to fix`
6659
-
: "Can't auto-match receipt due to broken bank connection which you need to fix";
6657
+
returnisAdmin ? `Can't auto-match receipt due to broken bank connection which ${email} needs to fix` : "Can't auto-match receipt due to broken bank connection";
6660
6658
}
6661
6659
if(!isTransactionOlderThan7Days){
6662
6660
returnisAdmin ? `Ask ${member} to mark as a cash or wait 7 days and try again` : 'Awaiting merge with card transaction.';
? `Impossible de faire correspondre automatiquement le reçu en raison d'une connexion bancaire défectueuse que ${email} doit corriger.`
6705
-
: "Impossible de faire correspondre automatiquement le reçu en raison d'une connexion bancaire défectueuse que vous devez réparer.";
6705
+
: "Impossible de faire correspondre automatiquement le reçu en raison d'une connexion bancaire défectueuse.";
6706
6706
}
6707
6707
if(!isTransactionOlderThan7Days){
6708
6708
returnisAdmin ? `Demandez à ${member} de marquer comme espèce ou attendez 7 jours et réessayez` : 'En attente de fusion avec la transaction par carte.';
? `Impossibile abbinare automaticamente la ricevuta a causa di una connessione bancaria interrotta che ${email} deve risolvere.`
6708
-
: 'Impossibile abbinare automaticamente la ricevuta a causa di una connessione bancaria interrotta che devi risolvere.';
6708
+
: 'Impossibile associare automaticamente la ricevuta a causa di una connessione bancaria interrotta.';
6709
6709
}
6710
6710
if(!isTransactionOlderThan7Days){
6711
6711
returnisAdmin ? `Chiedi a ${member} di contrassegnarlo come contante o attendi 7 giorni e riprova` : 'In attesa di unione con la transazione della carta.';
Copy file name to clipboardExpand all lines: src/languages/nl.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6690,7 +6690,7 @@ const translations = {
6690
6690
if (brokenBankConnection || rterType === CONST.RTER_VIOLATION_TYPES.BROKEN_CARD_CONNECTION) {
6691
6691
return isAdmin
6692
6692
? `Kan ontvangst niet automatisch koppelen vanwege een verbroken bankverbinding die ${email} moet herstellen.`
6693
-
: 'Kan bon niet automatisch koppelen vanwege een verbroken bankverbinding die je moet herstellen.';
6693
+
: 'Kan bon niet automatisch koppelen vanwege verbroken bankverbinding.';
6694
6694
}
6695
6695
if (!isTransactionOlderThan7Days) {
6696
6696
return isAdmin ? `Vraag ${member} om het als contant te markeren of wacht 7 dagen en probeer het opnieuw.` : 'In afwachting van samenvoeging met kaarttransactie.';
Copy file name to clipboardExpand all lines: src/languages/pl.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6677,7 +6677,7 @@ const translations = {
6677
6677
if (brokenBankConnection || rterType === CONST.RTER_VIOLATION_TYPES.BROKEN_CARD_CONNECTION) {
6678
6678
return isAdmin
6679
6679
? `Nie można automatycznie dopasować paragonu z powodu zerwanego połączenia z bankiem, które ${email} musi naprawić.`
6680
-
: 'Nie można automatycznie dopasować paragonu z powodu przerwanego połączenia z bankiem, które musisz naprawić.';
6680
+
: 'Nie można automatycznie dopasować paragonu z powodu przerwanego połączenia z bankiem.';
6681
6681
}
6682
6682
if (!isTransactionOlderThan7Days) {
6683
6683
return isAdmin ? `Poproś ${member}, aby oznaczył jako gotówkę lub poczekaj 7 dni i spróbuj ponownie.` : 'Oczekiwanie na połączenie z transakcją kartową.';
0 commit comments