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:
@@ -677,11 +677,11 @@
|
||||
"points_after": "Punkte danach:",
|
||||
"search_to_process": "Suchen Sie einen Kunden, um eine Transaktion zu verarbeiten",
|
||||
"recent_transactions": "Letzte Transaktionen an diesem Standort",
|
||||
"table_time": "Zeit",
|
||||
"table_customer": "Kunde",
|
||||
"table_type": "Typ",
|
||||
"table_points": "Punkte",
|
||||
"table_notes": "Notizen",
|
||||
"col_time": "Zeit",
|
||||
"col_customer": "Kunde",
|
||||
"col_type": "Typ",
|
||||
"col_points": "Punkte",
|
||||
"col_notes": "Notizen",
|
||||
"no_recent_transactions": "Keine aktuellen Transaktionen",
|
||||
"enter_staff_pin": "Mitarbeiter-PIN eingeben",
|
||||
"pin_authorize": "Geben Sie Ihren Mitarbeiter-PIN ein, um diese Transaktion zu autorisieren.",
|
||||
@@ -707,12 +707,12 @@
|
||||
"total_points_balance": "Gesamtpunktestand",
|
||||
"search_placeholder": "Nach Name, E-Mail, Telefon oder Karte suchen...",
|
||||
"all_status": "Alle Status",
|
||||
"table_member": "Mitglied",
|
||||
"table_card_number": "Kartennummer",
|
||||
"table_points_balance": "Punktestand",
|
||||
"table_last_activity": "Letzte Aktivität",
|
||||
"table_status": "Status",
|
||||
"table_actions": "Aktionen",
|
||||
"col_member": "Mitglied",
|
||||
"col_card_number": "Kartennummer",
|
||||
"col_points_balance": "Punktestand",
|
||||
"col_last_activity": "Letzte Aktivität",
|
||||
"col_status": "Status",
|
||||
"col_actions": "Aktionen",
|
||||
"no_members": "Keine Mitglieder gefunden",
|
||||
"adjust_search": "Versuchen Sie, Ihre Suche anzupassen",
|
||||
"enroll_first": "Melden Sie Ihren ersten Kunden an"
|
||||
@@ -736,11 +736,11 @@
|
||||
"last_activity": "Letzte Aktivität",
|
||||
"enrolled_at": "Angemeldet am",
|
||||
"transaction_history": "Transaktionsverlauf",
|
||||
"table_date": "Datum",
|
||||
"table_type": "Typ",
|
||||
"table_points": "Punkte",
|
||||
"table_location": "Standort",
|
||||
"table_notes": "Notizen",
|
||||
"col_date": "Datum",
|
||||
"col_type": "Typ",
|
||||
"col_points": "Punkte",
|
||||
"col_location": "Standort",
|
||||
"col_notes": "Notizen",
|
||||
"no_transactions": "Noch keine Transaktionen"
|
||||
},
|
||||
"enroll": {
|
||||
|
||||
Reference in New Issue
Block a user