From 198019d62dda6f02ead02082baa83610c343d064 Mon Sep 17 00:00:00 2001 From: Matthieu Petit Date: Sat, 30 Dec 2023 16:37:03 +0100 Subject: [PATCH] fix(i18n): add missing translations --- src/i18n/locales/en-GB/members.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/i18n/locales/en-GB/members.json b/src/i18n/locales/en-GB/members.json index 99278a9..285f3b6 100644 --- a/src/i18n/locales/en-GB/members.json +++ b/src/i18n/locales/en-GB/members.json @@ -21,6 +21,9 @@ "suffix": "day | single day | days", "value": "{amount} out of the last 30 days" }, + "onFetch": { + "fail": "Unable to fetch member's attendance" + }, "period": { "allTime": "All time", "last6Months": "Last 6 months" @@ -53,6 +56,9 @@ "add": "Add a subscription", "days": "{count} day | {count} day | {count} days", "more": "More", + "onFetch": { + "fail": "Unable to fetch member's subscriptions" + }, "period": "from {startDate} to {endDate}", "purchased": "Ordered on {date}", "title": "Subscriptions" @@ -61,6 +67,9 @@ "add": "Add tickets", "amount": "{count} ticket | {count} ticket | {count} tickets", "more": "More", + "onFetch": { + "fail": "Unable to fetch member's ticket orders" + }, "overconsumed": "1 overconsumed | {count} overconsumed", "purchased": "Ordered on {date}", "remaining": "None available | {count} remaining | {count} remaining",