Skip to content

Commit

Permalink
chore: Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Mar 30, 2023
1 parent 3b02c3a commit f79b1d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/hint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const Loading = ({ delayMs = 1000 }: { delayMs?: number }) => {
{variant === "long" && (
<Typography>
<Trans id="hint.loading.data.large.datasets">
May take more than 30 seconds for large datasets.
It may take more than 30 seconds for large datasets.
</Trans>
</Typography>
)}
Expand Down
2 changes: 1 addition & 1 deletion app/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ msgstr "Loading data..."

#: app/components/hint.tsx
msgid "hint.loading.data.large.datasets"
msgstr "May take more than 30 seconds for large datasets."
msgstr "It may take more than 30 seconds for large datasets."

#: app/configurator/components/chart-type-selector.tsx
msgid "hint.no.visualization.with.dataset"
Expand Down
2 changes: 1 addition & 1 deletion app/locales/fr/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ msgstr "Chargement des données..."

#: app/components/hint.tsx
msgid "hint.loading.data.large.datasets"
msgstr "Peut prendre plus de 30 secondes pour les grands ensembles de données."
msgstr "Cela peut prendre plus de 30 secondes pour les grands ensembles de données."

#: app/configurator/components/chart-type-selector.tsx
msgid "hint.no.visualization.with.dataset"
Expand Down

0 comments on commit f79b1d8

Please sign in to comment.