From f0a46d8f20c4977280b8d597aa9d0f334c02c777 Mon Sep 17 00:00:00 2001 From: Kris Forbes Date: Sun, 11 Jan 2026 20:34:56 -0500 Subject: [PATCH] fix(frontend): add missing confirmation translations --- frontend/src/locales/translations.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/locales/translations.js b/frontend/src/locales/translations.js index c984e37..3b18ed2 100644 --- a/frontend/src/locales/translations.js +++ b/frontend/src/locales/translations.js @@ -56,6 +56,8 @@ export const translations = { 'list.header.actions': 'Actions', 'list.banked': 'Banked', 'list.paid_out': 'Paid Out', + 'list.confirm_delete': 'Are you sure you want to delete this entry?', + 'list.delete': 'Delete', // Balance & Redeem 'balance.title': 'Banked Hours', @@ -140,6 +142,8 @@ export const translations = { 'list.header.actions': 'Actions', 'list.banked': 'Stocké', 'list.paid_out': 'Payé', + 'list.confirm_delete': 'Êtes-vous sûr de vouloir supprimer cette entrée ?', + 'list.delete': 'Supprimer', // Balance & Redeem 'balance.title': 'Heures stockées',