diff --git a/web/src/lib/i18n/en.json b/web/src/lib/i18n/en.json index a4747ea9c6..02c1f3e2bb 100644 --- a/web/src/lib/i18n/en.json +++ b/web/src/lib/i18n/en.json @@ -316,7 +316,7 @@ "advanced": "Advanced", "age_months": "Age {months, plural, one {# month} other {# months}}", "age_year_months": "Age 1 year, {months, plural, one {# month} other {# months}}", - "age_years": "Age {years}", + "age_years": "{years, plural, other {Age #}}", "album_added": "Album added", "album_added_notification_setting_description": "Receive an email notification when you are added to a shared album", "album_cover_updated": "Album cover updated", @@ -798,7 +798,6 @@ "ok": "Ok", "oldest_first": "Oldest first", "onboarding": "Onboarding", - "onboarding_storage_template_description": "When enabled, this feature will auto-organize files based on a user-defined template. Due to stability issues the feature has been turned off by default. For more information, please see the [documentation].", "onboarding_theme_description": "Choose a color theme for your instance. You can change this later in your settings.", "onboarding_welcome_description": "Let's get your instance set up with some common settings.", "onboarding_welcome_user": "Welcome, {user}", @@ -900,7 +899,7 @@ "removed_api_key": "Removed API Key: {name}", "removed_from_archive": "Removed from archive", "removed_from_favorites": "Removed from favorites", - "removed_from_favorites_count": "Removed {count} from favorites", + "removed_from_favorites_count": "{count, plural, other {Removed #}} from favorites", "rename": "Rename", "repair": "Repair", "repair_no_results_message": "Untracked and missing files will show up here",