diff --git a/components/settings/email-settings.tsx b/components/settings/email-settings.tsx index 6bd31dea..9de84bfa 100644 --- a/components/settings/email-settings.tsx +++ b/components/settings/email-settings.tsx @@ -249,6 +249,7 @@ export function EmailSettings() { value={emailsPerPage.toString()} onChange={(value) => updateSetting('emailsPerPage', parseInt(value))} options={[ + { value: '10', label: t('emails_per_page.10') }, { value: '25', label: t('emails_per_page.25') }, { value: '50', label: t('emails_per_page.50') }, { value: '100', label: t('emails_per_page.100') }, diff --git a/locales/de/common.json b/locales/de/common.json index 810f9138..8d526f22 100644 --- a/locales/de/common.json +++ b/locales/de/common.json @@ -774,6 +774,7 @@ "below-header": "Unter dem Header" }, "emails_per_page": { + "10": "10 E-Mails", "25": "25 E-Mails", "50": "50 E-Mails", "100": "100 E-Mails", diff --git a/locales/en/common.json b/locales/en/common.json index 0c7a8262..20743605 100644 --- a/locales/en/common.json +++ b/locales/en/common.json @@ -774,6 +774,7 @@ "below-header": "Below header" }, "emails_per_page": { + "10": "10 emails", "25": "25 emails", "50": "50 emails", "100": "100 emails", diff --git a/locales/es/common.json b/locales/es/common.json index 607d0b97..6df96461 100644 --- a/locales/es/common.json +++ b/locales/es/common.json @@ -774,6 +774,7 @@ "below-header": "Debajo del encabezado" }, "emails_per_page": { + "10": "10 correos", "25": "25 correos", "50": "50 correos", "100": "100 correos", diff --git a/locales/fr/common.json b/locales/fr/common.json index 518c219f..d951cb38 100644 --- a/locales/fr/common.json +++ b/locales/fr/common.json @@ -774,6 +774,7 @@ "below-header": "Sous l'en-tête" }, "emails_per_page": { + "10": "10 emails", "25": "25 emails", "50": "50 emails", "100": "100 emails", diff --git a/locales/it/common.json b/locales/it/common.json index 3a204e69..223575e0 100644 --- a/locales/it/common.json +++ b/locales/it/common.json @@ -774,6 +774,7 @@ "below-header": "Sotto l'intestazione" }, "emails_per_page": { + "10": "10 messaggi", "25": "25 messaggi", "50": "50 messaggi", "100": "100 messaggi", diff --git a/locales/ja/common.json b/locales/ja/common.json index 5834dd51..1bdce3fd 100644 --- a/locales/ja/common.json +++ b/locales/ja/common.json @@ -774,6 +774,7 @@ "below-header": "ヘッダーの下" }, "emails_per_page": { + "10": "10件", "25": "25件", "50": "50件", "100": "100件", diff --git a/locales/nl/common.json b/locales/nl/common.json index edd39f68..531f0af6 100644 --- a/locales/nl/common.json +++ b/locales/nl/common.json @@ -774,6 +774,7 @@ "below-header": "Onder de kop" }, "emails_per_page": { + "10": "10 e-mails", "25": "25 e-mails", "50": "50 e-mails", "100": "100 e-mails", diff --git a/locales/pt/common.json b/locales/pt/common.json index c7f0e5e4..79d3445f 100644 --- a/locales/pt/common.json +++ b/locales/pt/common.json @@ -774,6 +774,7 @@ "below-header": "Abaixo do cabeçalho" }, "emails_per_page": { + "10": "10 e-mails", "25": "25 e-mails", "50": "50 e-mails", "100": "100 e-mails",