fix(loyalty): rename table_* locale keys to col_* matching template references

Store templates (cards, card-detail, terminal) reference col_member,
col_date etc. but locale files had table_member, table_date. Renamed
16 keys across all 4 locale files (en/fr/de/lb) to match.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-23 18:15:20 +01:00
parent edd55cd2fd
commit 33f823aba0
4 changed files with 64 additions and 64 deletions

View File

@@ -677,11 +677,11 @@
"points_after": "Points après :",
"search_to_process": "Recherchez un client pour traiter une transaction",
"recent_transactions": "Transactions récentes dans ce point de vente",
"table_time": "Heure",
"table_customer": "Client",
"table_type": "Type",
"table_points": "Points",
"table_notes": "Notes",
"col_time": "Heure",
"col_customer": "Client",
"col_type": "Type",
"col_points": "Points",
"col_notes": "Notes",
"no_recent_transactions": "Aucune transaction récente",
"enter_staff_pin": "Saisir le PIN du personnel",
"pin_authorize": "Saisissez votre PIN personnel pour autoriser cette transaction.",
@@ -707,12 +707,12 @@
"total_points_balance": "Solde total de points",
"search_placeholder": "Rechercher par nom, e-mail, téléphone ou carte...",
"all_status": "Tous les statuts",
"table_member": "Membre",
"table_card_number": "Numéro de carte",
"table_points_balance": "Solde de points",
"table_last_activity": "Dernière activité",
"table_status": "Statut",
"table_actions": "Actions",
"col_member": "Membre",
"col_card_number": "Numéro de carte",
"col_points_balance": "Solde de points",
"col_last_activity": "Dernière activité",
"col_status": "Statut",
"col_actions": "Actions",
"no_members": "Aucun membre trouvé",
"adjust_search": "Essayez d'ajuster votre recherche",
"enroll_first": "Inscrivez votre premier client pour commencer"
@@ -736,11 +736,11 @@
"last_activity": "Dernière activité",
"enrolled_at": "Inscrit le",
"transaction_history": "Historique des transactions",
"table_date": "Date",
"table_type": "Type",
"table_points": "Points",
"table_location": "Point de vente",
"table_notes": "Notes",
"col_date": "Date",
"col_type": "Type",
"col_points": "Points",
"col_location": "Point de vente",
"col_notes": "Notes",
"no_transactions": "Aucune transaction"
},
"enroll": {