diff --git a/frontend/lang/messages/en-GB.json b/frontend/lang/messages/en-GB.json index 8297076d2e0..2ef519a6910 100644 --- a/frontend/lang/messages/en-GB.json +++ b/frontend/lang/messages/en-GB.json @@ -8,6 +8,7 @@ "database-type": "Database Type", "database-url": "Database URL", "default-group": "Default Group", + "default-household": "Default Household", "demo": "Demo", "demo-status": "Demo Status", "development": "Development", @@ -238,7 +239,7 @@ "keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later." }, "manage-members": "Manage Members", - "manage-members-description": "Manage the permissions of the members in your groups. {manage} allows the user to access the data-management page {invite} allows the user to generate invitation links for other users. Group owners cannot change their own permissions.", + "manage-members-description": "Manage the permissions of the members in your household. {manage} allows the user to access the data-management page, and {invite} allows the user to generate invitation links for other users. Group owners cannot change their own permissions.", "manage": "Manage", "invite": "Invite", "looking-to-update-your-profile": "Looking to Update Your Profile?", @@ -246,7 +247,7 @@ "default-recipe-preferences": "Default Recipe Preferences", "group-preferences": "Group Preferences", "private-group": "Private Group", - "private-group-description": "Setting your group to private will default all public view options to default. This overrides an individual recipes public view settings.", + "private-group-description": "Setting your group to private will default all public view options to default. This overrides any individual households or recipes public view settings.", "enable-public-access": "Enable Public Access", "enable-public-access-description": "Make group recipes public by default, and allow visitors to view recipes without logging-in", "allow-users-outside-of-your-group-to-see-your-recipes": "Allow users outside of your group to see your recipes", @@ -260,7 +261,7 @@ "disable-users-from-commenting-on-recipes": "Disable users from commenting on recipes", "disable-users-from-commenting-on-recipes-description": "Hides the comment section on the recipe page and disables commenting", "disable-organizing-recipe-ingredients-by-units-and-food": "Disable organizing recipe ingredients by units and food", - "disable-organizing-recipe-ingredients-by-units-and-food-description": "Hides the Food, Unit, and Amount fields for ingredients and treats ingredients as plain text fields.", + "disable-organizing-recipe-ingredients-by-units-and-food-description": "Hides the Food, Unit, and Amount fields for ingredients and treats ingredients as plain text fields", "general-preferences": "General Preferences", "group-recipe-preferences": "Group Recipe Preferences", "report": "Report", @@ -268,7 +269,28 @@ "group-management": "Group Management", "admin-group-management": "Admin Group Management", "admin-group-management-text": "Changes to this group will be reflected immediately.", - "group-id-value": "Group ID: {0}" + "group-id-value": "Group ID: {0}", + "total-households": "Total Households" + }, + "household": { + "household": "Household", + "households": "Households", + "user-household": "User Household", + "create-household": "Create Household", + "household-name": "Household Name", + "household-group": "Household Group", + "household-management": "Household Management", + "manage-households": "Manage Households", + "admin-household-management": "Admin Household Management", + "admin-household-management-text": "Changes to this household will be reflected immediately.", + "household-id-value": "Household Id: {0}", + "private-household": "Private Household", + "private-household-description": "Setting your household to private will default all public view options to default. This overrides any individual recipes public view settings.", + "household-recipe-preferences": "Household Recipe Preferences", + "default-recipe-preferences-description": "These are the default settings when a new recipe is created in your household. These can be changed for individual recipes in the recipe settings menu.", + "allow-users-outside-of-your-household-to-see-your-recipes": "Allow users outside of your household to see your recipes", + "allow-users-outside-of-your-household-to-see-your-recipes-description": "When enabled you can use a public share link to share specific recipes without authorizing the user. When disabled, you can only share recipes with users who are in your household or with a pre-generated private link", + "household-preferences": "Household Preferences" }, "meal-plan": { "create-a-new-meal-plan": "Create a New Meal Plan", @@ -1230,6 +1252,8 @@ "account-summary-description": "Here's a summary of your group's information.", "group-statistics": "Group Statistics", "group-statistics-description": "Your Group Statistics provide some insight how you're using Mealie.", + "household-statistics": "Household Statistics", + "household-statistics-description": "Your Household Statistics provide some insight how you're using Mealie.", "storage-capacity": "Storage Capacity", "storage-capacity-description": "Your storage capacity is a calculation of the images and assets you have uploaded.", "personal": "Personal", @@ -1239,10 +1263,13 @@ "api-tokens-description": "Manage your API Tokens for access from external applications.", "group-description": "These items are shared within your group. Editing one of them will change it for the whole group!", "group-settings": "Group Settings", - "group-settings-description": "Manage your common group settings like mealplan and privacy settings.", + "group-settings-description": "Manage your common group settings, like privacy settings.", + "household-description": "These items are shared within your household. Editing one of them will change it for the whole household!", + "household-settings": "Household Settings", + "household-settings-description": "Manage your household settings, like mealplan and privacy settings.", "cookbooks-description": "Manage a collection of recipe categories and generate pages for them.", "members": "Members", - "members-description": "See who's in your group and manage their permissions.", + "members-description": "See who's in your household and manage their permissions.", "webhooks-description": "Setup webhooks that trigger on days that you have have mealplan scheduled.", "notifiers": "Notifiers", "notifiers-description": "Setup email and push notifications that trigger on specific events.", @@ -1277,6 +1304,7 @@ "require-all-tools": "Require All Tools", "cookbook-name": "Cookbook Name", "cookbook-with-name": "Cookbook {0}", + "household-cookbook-name": "{0} Cookbook {1}", "create-a-cookbook": "Create a Cookbook", "cookbook": "Cookbook" }