Skip to content

Commit

Permalink
Minor translation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Nov 29, 2024
1 parent 23a2655 commit 31b1dda
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Organization/Subscription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Subscription = () => {
<>
<SubscriptionModal isOpen={isOpen} onClose={onClose} title={t('pricing.title')} />
<Button onClick={onOpen} alignSelf='end'>
View Plans & Pricing
<Trans i18nKey='view_plans_and_pricing'>View Plans & Pricing</Trans>
</Button>
<SubscriptionList />
</>
Expand Down Expand Up @@ -68,7 +68,7 @@ export const SubscriptionList = () => {
{subscription.plan.name} ({subscription.plan.organization.memberships} members)
</Td>
<Td>
<Tag>undefined</Tag>
<Tag>{subscription.plan.startingPrice}</Tag>
</Td>
<Td>
<Tag>{new Date(subscription.subscriptionDetails.startDate).toLocaleDateString()}</Tag>
Expand Down
2 changes: 2 additions & 0 deletions src/i18n/locales/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,7 @@
},
"total_votes_submitted": "Total Votes Submitted",
"update": "Update",
"upgrade": "Amplia-ho",
"upload": "Upload",
"uploader": {
"click_or_drag_and_drop": "<p1>Puja o arrossega i deixa anar aquí la llista de votants</p1><p2>(Formats permesos: CSV, XLSX i ODS)</p2>",
Expand Down Expand Up @@ -1130,6 +1131,7 @@
"verifying_subtitle": "Await until we verify your email address. You will be redirect on success.",
"verifying_title": "Verifying {{ email }}"
},
"view_plans_and_pricing": "Veure Plans i Preus",
"view_pricing": "View Pricing",
"view_pricing_plan": "View Pricing Plan",
"view_pricing_plans": "View Pricing Plans",
Expand Down
2 changes: 2 additions & 0 deletions src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,7 @@
},
"total_votes_submitted": "Total Votes Submitted",
"update": "Update",
"upgrade": "Upgrade",
"upload": "Upload",
"uploader": {
"click_or_drag_and_drop": "<p1>Upload or drag and drop the voter list here</p1><p2>(Allowed formats: CSV, XLSX, and ODS)</p2>",
Expand Down Expand Up @@ -1117,6 +1118,7 @@
"verifying_subtitle": "Await until we verify your email address. You will be redirect on success.",
"verifying_title": "Verifying {{ email }}"
},
"view_plans_and_pricing": "View Plans & Pricing",
"view_pricing": "View Pricing",
"view_pricing_plan": "View Pricing Plan",
"view_pricing_plans": "View Pricing Plans",
Expand Down
2 changes: 2 additions & 0 deletions src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,7 @@
},
"total_votes_submitted": "Total Votes Submitted",
"update": "Update",
"upgrade": "Amplíalo",
"upload": "Upload",
"uploader": {
"click_or_drag_and_drop": "<p1>Sube o arrastra y suelta aqui la lista de votantes</p1><p2>(Formap permitidos: CSV, XLSX y ODS)</p2>",
Expand Down Expand Up @@ -1130,6 +1131,7 @@
"verifying_subtitle": "Await until we verify your email address. You will be redirect on success.",
"verifying_title": "Verifying {{ email }}"
},
"view_plans_and_pricing": "Ver Planes y Precios",
"view_pricing": "View Pricing",
"view_pricing_plan": "View Pricing Plan",
"view_pricing_plans": "View Pricing Plans",
Expand Down

0 comments on commit 31b1dda

Please sign in to comment.