fix(frontend): add missing confirmation translations
All checks were successful
Docker Build and Publish / build-and-push (push) Successful in 35s
All checks were successful
Docker Build and Publish / build-and-push (push) Successful in 35s
This commit is contained in:
@@ -56,6 +56,8 @@ export const translations = {
|
|||||||
'list.header.actions': 'Actions',
|
'list.header.actions': 'Actions',
|
||||||
'list.banked': 'Banked',
|
'list.banked': 'Banked',
|
||||||
'list.paid_out': 'Paid Out',
|
'list.paid_out': 'Paid Out',
|
||||||
|
'list.confirm_delete': 'Are you sure you want to delete this entry?',
|
||||||
|
'list.delete': 'Delete',
|
||||||
|
|
||||||
// Balance & Redeem
|
// Balance & Redeem
|
||||||
'balance.title': 'Banked Hours',
|
'balance.title': 'Banked Hours',
|
||||||
@@ -140,6 +142,8 @@ export const translations = {
|
|||||||
'list.header.actions': 'Actions',
|
'list.header.actions': 'Actions',
|
||||||
'list.banked': 'Stocké',
|
'list.banked': 'Stocké',
|
||||||
'list.paid_out': 'Payé',
|
'list.paid_out': 'Payé',
|
||||||
|
'list.confirm_delete': 'Êtes-vous sûr de vouloir supprimer cette entrée ?',
|
||||||
|
'list.delete': 'Supprimer',
|
||||||
|
|
||||||
// Balance & Redeem
|
// Balance & Redeem
|
||||||
'balance.title': 'Heures stockées',
|
'balance.title': 'Heures stockées',
|
||||||
|
|||||||
Reference in New Issue
Block a user