Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(i18n): add missing translations #53

Merged
merged 1 commit into from
Dec 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/i18n/locales/en-GB/members.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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",
Expand Down