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
Copy file name to clipboardExpand all lines: src/languages/de.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2218,6 +2218,8 @@ ${amount} für ${merchant} – ${date}`,
2218
2218
freezeDescription: 'Eine gesperrte Karte kann nicht für Käufe und Transaktionen verwendet werden. Du kannst sie jederzeit entsperren.',
2219
2219
unfreezeDescription:
2220
2220
'Durch das Entsperren dieser Karte werden Käufe und Transaktionen wieder zugelassen. Fahre nur fort, wenn du sicher bist, dass die Karte sicher verwendet werden kann.',
2221
+
youFroze: ({date}: {date: string}) => `Du hast diese Karte am ${date} gesperrt.`,
2222
+
frozenBy: ({person, date}: {person: string; date: string}) => `${person} hat diese Karte am ${date} gesperrt.`,
Copy file name to clipboardExpand all lines: src/languages/en.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2230,6 +2230,8 @@ const translations = {
2230
2230
unfreezeCard: 'Unfreeze card',
2231
2231
freezeDescription: 'A frozen card cannot be used for purchases and transactions. You can unfreeze it at any time.',
2232
2232
unfreezeDescription: "Unfreezing this card will start allowing purchases and transactions again. Only proceed if you're sure the card is safe to use.",
2233
+
youFroze: ({date}: {date: string}) => `You froze this card on ${date}.`,
2234
+
frozenBy: ({person, date}: {person: string; date: string}) => `${person} froze this card on ${date}.`,
Copy file name to clipboardExpand all lines: src/languages/es.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2052,6 +2052,8 @@ ${amount} para ${merchant} - ${date}`,
2052
2052
unfreezeCard: 'Descongelar tarjeta',
2053
2053
freezeDescription: 'Una tarjeta congelada no se puede usar para compras ni transacciones. Puedes descongelarla en cualquier momento.',
2054
2054
unfreezeDescription: 'Al descongelar esta tarjeta se volverán a permitir compras y transacciones. Continúa solo si estás seguro de que la tarjeta es segura para usar.',
2055
+
youFroze: ({date}: {date: string}) => `Congelaste esta tarjeta el ${date}.`,
2056
+
frozenBy: ({person, date}: {person: string; date: string}) => `${person} congeló esta tarjeta el ${date}.`,
Copy file name to clipboardExpand all lines: src/languages/fr.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2223,6 +2223,8 @@ ${amount} pour ${merchant} - ${date}`,
2223
2223
freezeDescription: 'Une carte gelée ne peut pas être utilisée pour des achats ni des transactions. Vous pouvez la dégeler à tout moment.',
2224
2224
unfreezeDescription:
2225
2225
'Dégeler cette carte permettra à nouveau les achats et les transactions. Continuez uniquement si vous êtes sûr(e) que la carte peut être utilisée en toute sécurité.',
2226
+
youFroze: ({date}: {date: string}) => `Vous avez gelé cette carte le ${date}.`,
2227
+
frozenBy: ({person, date}: {person: string; date: string}) => `${person} a gelé cette carte le ${date}.`,
Copy file name to clipboardExpand all lines: src/languages/it.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2212,6 +2212,8 @@ ${amount} per ${merchant} - ${date}`,
2212
2212
unfreezeCard: 'Sblocca carta',
2213
2213
freezeDescription: 'Una carta bloccata non può essere usata per acquisti e transazioni. Puoi sbloccarla in qualsiasi momento.',
2214
2214
unfreezeDescription: 'Sbloccando questa carta torneranno ad essere consentiti acquisti e transazioni. Procedi solo se sei sicuro che la carta sia sicura da usare.',
2215
+
youFroze: ({date}: {date: string}) => `Hai bloccato questa carta il ${date}.`,
2216
+
frozenBy: ({person, date}: {person: string; date: string}) => `${person} ha bloccato questa carta il ${date}.`,
Copy file name to clipboardExpand all lines: src/languages/nl.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2212,6 +2212,8 @@ ${amount} voor ${merchant} - ${date}`,
2212
2212
unfreezeCard: 'Kaart deblokkeren',
2213
2213
freezeDescription: 'Een geblokkeerde kaart kan niet worden gebruikt voor aankopen en transacties. Je kunt deze op elk moment deblokkeren.',
2214
2214
unfreezeDescription: 'Door deze kaart te deblokkeren worden aankopen en transacties weer toegestaan. Ga alleen verder als je zeker weet dat de kaart veilig is om te gebruiken.',
2215
+
youFroze: ({date}: {date: string}) => `Je hebt deze kaart op ${date} geblokkeerd.`,
2216
+
frozenBy: ({person, date}: {person: string; date: string}) => `${person} heeft deze kaart op ${date} geblokkeerd.`,
Copy file name to clipboardExpand all lines: src/languages/pl.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2206,6 +2206,8 @@ ${amount} dla ${merchant} - ${date}`,
2206
2206
unfreezeCard: 'Odmroź kartę',
2207
2207
freezeDescription: 'Zamrożonej karty nie można używać do zakupów i transakcji. Możesz ją odmrozić w dowolnym momencie.',
2208
2208
unfreezeDescription: 'Odmrożenie tej karty ponownie umożliwi zakupy i transakcje. Kontynuuj tylko wtedy, gdy masz pewność, że korzystanie z karty jest bezpieczne.',
2209
+
youFroze: ({date}: {date: string}) => `Zamroziłeś tę kartę ${date}.`,
0 commit comments