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 after:",
"search_to_process": "Search for a customer to process a transaction",
"recent_transactions": "Recent Transactions at This Location",
"table_time": "Time",
"table_customer": "Customer",
"table_type": "Type",
"table_points": "Points",
"table_notes": "Notes",
"col_time": "Time",
"col_customer": "Customer",
"col_type": "Type",
"col_points": "Points",
"col_notes": "Notes",
"no_recent_transactions": "No recent transactions",
"enter_staff_pin": "Enter Staff PIN",
"pin_authorize": "Enter your staff PIN to authorize this transaction.",
@@ -707,12 +707,12 @@
"total_points_balance": "Total Points Balance",
"search_placeholder": "Search by name, email, phone, or card...",
"all_status": "All Status",
"table_member": "Member",
"table_card_number": "Card Number",
"table_points_balance": "Points Balance",
"table_last_activity": "Last Activity",
"table_status": "Status",
"table_actions": "Actions",
"col_member": "Member",
"col_card_number": "Card Number",
"col_points_balance": "Points Balance",
"col_last_activity": "Last Activity",
"col_status": "Status",
"col_actions": "Actions",
"no_members": "No members found",
"adjust_search": "Try adjusting your search",
"enroll_first": "Enroll your first customer to get started"
@@ -736,11 +736,11 @@
"last_activity": "Last Activity",
"enrolled_at": "Enrolled At",
"transaction_history": "Transaction History",
"table_date": "Date",
"table_type": "Type",
"table_points": "Points",
"table_location": "Location",
"table_notes": "Notes",
"col_date": "Date",
"col_type": "Type",
"col_points": "Points",
"col_location": "Location",
"col_notes": "Notes",
"no_transactions": "No transactions yet"
},
"enroll": {