2021-04-21 16:53:20 +00:00
{
"404" : {
"page-not-found" : "404 Page Not Found" ,
"take-me-home" : "Take me Home"
} ,
2021-04-25 21:46:22 +00:00
"about" : {
"about-mealie" : "About Mealie" ,
"api-docs" : "API Docs" ,
"api-port" : "API Port" ,
"application-mode" : "Application Mode" ,
"database-type" : "Database Type" ,
"default-group" : "Default Group" ,
"demo" : "Demo" ,
"demo-status" : "Demo Status" ,
"development" : "Development" ,
"not-demo" : "Not Demo" ,
"production" : "Production" ,
"sqlite-file" : "SQLite File" ,
"version" : "Version"
2021-04-21 16:53:20 +00:00
} ,
"general" : {
2021-04-25 21:46:22 +00:00
"apply" : "Apply" ,
"cancel" : "Cancel" ,
2021-04-21 16:53:20 +00:00
"close" : "Close" ,
2021-04-25 21:46:22 +00:00
"confirm" : "Confirm" ,
2021-04-21 16:53:20 +00:00
"create" : "Create" ,
2021-04-25 21:46:22 +00:00
"current-parenthesis" : "(Current)" ,
"delete" : "Delete" ,
"disabled" : "Disabled" ,
2021-04-21 16:53:20 +00:00
"download" : "Download" ,
2021-04-25 21:46:22 +00:00
"edit" : "Edit" ,
"enabled" : "Enabled" ,
"field-required" : "Field Required" ,
"filter" : "Filter" ,
"friday" : "Friday" ,
"get" : "Get" ,
"groups" : "Groups" ,
2021-04-21 16:53:20 +00:00
"import" : "Import" ,
2021-04-25 21:46:22 +00:00
"monday" : "Monday" ,
"name" : "Name" ,
"no" : "No" ,
"ok" : "OK" ,
2021-04-21 16:53:20 +00:00
"options" : "Options" ,
2021-04-25 21:46:22 +00:00
"random" : "Random" ,
"recent" : "Recent" ,
2021-04-21 16:53:20 +00:00
"recipes" : "Recipes" ,
2021-04-25 21:46:22 +00:00
"reset" : "Reset" ,
"saturday" : "Saturday" ,
"save" : "Save" ,
"settings" : "Settings" ,
2021-04-21 16:53:20 +00:00
"sort" : "Sort" ,
"sort-alphabetically" : "A-Z" ,
2021-04-25 21:46:22 +00:00
"submit" : "Submit" ,
2021-04-21 16:53:20 +00:00
"sunday" : "Sunday" ,
2021-04-25 21:46:22 +00:00
"templates" : "Templates" ,
"themes" : "Themes" ,
2021-04-21 16:53:20 +00:00
"thursday" : "Thursday" ,
2021-04-25 21:46:22 +00:00
"token" : "Token" ,
"tuesday" : "Tuesday" ,
"update" : "Update" ,
"upload" : "Upload" ,
"url" : "URL" ,
2021-04-21 16:53:20 +00:00
"users" : "Users" ,
2021-04-25 21:46:22 +00:00
"wednesday" : "Wednesday" ,
"yes" : "Yes"
2021-04-21 16:53:20 +00:00
} ,
"meal-plan" : {
2021-04-25 21:46:22 +00:00
"create-a-new-meal-plan" : "Create a New Meal Plan" ,
2021-04-21 16:53:20 +00:00
"dinner-this-week" : "Dinner This Week" ,
"dinner-today" : "Dinner Today" ,
"edit-meal-plan" : "Edit Meal Plan" ,
"end-date" : "End Date" ,
2021-04-25 21:46:22 +00:00
"group" : "Group (Beta)" ,
"meal-planner" : "Meal Planner" ,
"meal-plans" : "Meal Plans" ,
2021-04-23 06:15:43 +00:00
"only-recipes-with-these-categories-will-be-used-in-meal-plans" : "Only recipes with these categories will be used in Meal Plans" ,
2021-04-25 21:46:22 +00:00
"planner" : "Planner" ,
2021-04-23 06:15:43 +00:00
"quick-week" : "Quick Week" ,
2021-04-25 21:46:22 +00:00
"shopping-list" : "Shopping List" ,
"start-date" : "Start Date"
} ,
"migration" : {
"chowdown" : {
"description" : "Migrate data from Chowdown" ,
"title" : "Chowdown"
} ,
"nextcloud" : {
"description" : "Migrate data from a Nextcloud Cookbook intance" ,
"title" : "Nextcloud Cookbook"
} ,
"no-migration-data-available" : "No Migration Data Avaiable" ,
"recipe-migration" : "Recipe Migration"
} ,
"new-recipe" : {
"bulk-add" : "Bulk Add" ,
"error-message" : "Looks like there was an error parsing the URL. Check the log and debug/last_recipe.json to see what went wrong." ,
"from-url" : "Import a Recipe" ,
"paste-in-your-recipe-data-each-line-will-be-treated-as-an-item-in-a-list" : "Paste in your recipe data. Each line will be treated as an item in a list" ,
"recipe-url" : "Recipe URL" ,
"url-form-hint" : "Copy and paste a link from your favorite recipe website"
} ,
"page" : {
"all-recipes" : "All Recipes" ,
"home-page" : "Home Page" ,
"recent" : "Recent"
2021-04-21 16:53:20 +00:00
} ,
"recipe" : {
2021-04-29 04:58:24 +00:00
"assets" : "Assets" ,
2021-04-25 21:46:22 +00:00
"add-key" : "Add Key" ,
"api-extras" : "API Extras" ,
"calories" : "Calories" ,
"calories-suffix" : "calories" ,
"categories" : "Categories" ,
"delete-confirmation" : "Are you sure you want to delete this recipe?" ,
"delete-recipe" : "Delete Recipe" ,
2021-04-21 16:53:20 +00:00
"description" : "Description" ,
2021-04-29 04:58:24 +00:00
"fat-content" : "Fat" ,
"fiber-content" : "Fiber" ,
"carbohydrate-content" : "Carbohydrate" ,
2021-04-25 21:46:22 +00:00
"grams" : "grams" ,
"image" : "Image" ,
"ingredient" : "Ingredient" ,
2021-04-21 16:53:20 +00:00
"ingredients" : "Ingredients" ,
"instructions" : "Instructions" ,
"key-name-required" : "Key Name Required" ,
2021-04-25 21:46:22 +00:00
"milligrams" : "milligrams" ,
"new-key-name" : "New Key Name" ,
2021-04-21 16:53:20 +00:00
"no-white-space-allowed" : "No White Space Allowed" ,
2021-04-25 21:46:22 +00:00
"note" : "Note" ,
"notes" : "Notes" ,
2021-04-23 06:15:43 +00:00
"nutrition" : "Nutrition" ,
2021-04-25 21:46:22 +00:00
"object-key" : "Object Key" ,
"object-value" : "Object Value" ,
"original-url" : "Original URL" ,
"perform-time" : "Cook Time" ,
"prep-time" : "Prep Time" ,
2021-04-29 04:58:24 +00:00
"protein-content" : "Protein" ,
2021-04-25 21:46:22 +00:00
"recipe-image" : "Recipe Image" ,
"recipe-name" : "Recipe Name" ,
"servings" : "Servings" ,
2021-04-29 04:58:24 +00:00
"sodium-content" : "Sodium" ,
2021-04-25 21:46:22 +00:00
"step-index" : "Step: {step}" ,
2021-04-29 04:58:24 +00:00
"sugar-content" : "Sugar" ,
2021-04-25 21:46:22 +00:00
"tags" : "Tags" ,
"title" : "Title" ,
"total-time" : "Total Time" ,
"view-recipe" : "View Recipe"
2021-04-21 16:53:20 +00:00
} ,
"search" : {
2021-04-26 16:32:49 +00:00
"search-mealie" : "Search Mealie (press /)" ,
"search-placeholder" : "Search..." ,
"max-results" : "Max Results" ,
2021-04-21 16:53:20 +00:00
"category-filter" : "Category Filter" ,
"exclude" : "Exclude" ,
2021-04-25 21:46:22 +00:00
"include" : "Include" ,
2021-04-21 16:53:20 +00:00
"or" : "Or" ,
2021-04-27 19:21:47 +00:00
"and" : "and" ,
2021-04-25 21:46:22 +00:00
"search" : "Search" ,
"tag-filter" : "Tag Filter"
2021-04-21 16:53:20 +00:00
} ,
"settings" : {
"add-a-new-theme" : "Add a New Theme" ,
2021-04-25 21:46:22 +00:00
"admin-settings" : "Admin Settings" ,
2021-04-21 16:53:20 +00:00
"available-backups" : "Available Backups" ,
"backup" : {
"backup-tag" : "Backup Tag" ,
2021-04-25 21:46:22 +00:00
"create-heading" : "Create a Backup" ,
2021-04-21 16:53:20 +00:00
"full-backup" : "Full Backup" ,
2021-04-25 21:46:22 +00:00
"partial-backup" : "Partial Backup"
2021-04-21 16:53:20 +00:00
} ,
2021-04-25 21:46:22 +00:00
"backup-and-exports" : "Backups" ,
"backup-info" : "Backups are exported in standard JSON format along with all the images stored on the file system. In your backup folder you'll find a .zip file that contains all of the recipe JSON and images from the database. Additionally, if you selected a markdown file, those will also be stored in the .zip file. To import a backup, it must be located in your backups folder. Automated backups are done each day at 3:00 AM." ,
"change-password" : "Change Password" ,
"current" : "Version:" ,
"custom-pages" : "Custom Pages" ,
"edit-page" : "Edit Page" ,
"first-day-of-week" : "First day of the week" ,
2021-04-21 16:53:20 +00:00
"homepage" : {
2021-04-25 21:46:22 +00:00
"all-categories" : "All Categories" ,
2021-04-21 16:53:20 +00:00
"card-per-section" : "Card Per Section" ,
"home-page" : "Home Page" ,
2021-04-25 21:46:22 +00:00
"home-page-sections" : "Home Page Sections" ,
"show-recent" : "Show Recent"
2021-04-21 16:53:20 +00:00
} ,
2021-04-25 21:46:22 +00:00
"language" : "Language" ,
"latest" : "Latest" ,
"local-api" : "Local API" ,
"locale-settings" : "Locale settings" ,
2021-04-21 16:53:20 +00:00
"manage-users" : "Manage Users" ,
"migrations" : "Migrations" ,
"new-page" : "New Page" ,
2021-04-23 06:15:43 +00:00
"page-name" : "Page Name" ,
2021-04-25 21:46:22 +00:00
"profile" : "Profile" ,
"remove-existing-entries-matching-imported-entries" : "Remove existing entries matching imported entries" ,
"set-new-time" : "Set New Time" ,
"site-settings" : "Site Settings" ,
"theme" : {
"accent" : "Accent" ,
"are-you-sure-you-want-to-delete-this-theme" : "Are you sure you want to delete this theme?" ,
"choose-how-mealie-looks-to-you-set-your-theme-preference-to-follow-your-system-settings-or-choose-to-use-the-light-or-dark-theme" : "Choose how Mealie looks to you. Set your theme preference to follow your system settings, or choose to use the light or dark theme." ,
"dark" : "Dark" ,
"dark-mode" : "Dark Mode" ,
"default-to-system" : "Default to system" ,
"delete-theme" : "Delete Theme" ,
"error" : "Error" ,
"info" : "Info" ,
"light" : "Light" ,
"primary" : "Primary" ,
"secondary" : "Secondary" ,
"select-a-theme-from-the-dropdown-or-create-a-new-theme-note-that-the-default-theme-will-be-served-to-all-users-who-have-not-set-a-theme-preference" : "Select a theme from the dropdown or create a new theme. Note that the default theme will be served to all users who have not set a theme preference." ,
"success" : "Success" ,
"theme" : "Theme" ,
"theme-name" : "Theme Name" ,
"theme-name-is-required" : "Theme Name is required." ,
"theme-settings" : "Theme Settings" ,
"warning" : "Warning"
2021-04-21 16:53:20 +00:00
} ,
2021-04-25 21:46:22 +00:00
"webhooks" : {
"meal-planner-webhooks" : "Meal Planner Webhooks" ,
"test-webhooks" : "Test Webhooks" ,
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at" : "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at" ,
"webhook-url" : "Webhook URL"
2021-04-27 19:21:47 +00:00
} ,
"toolbox" : {
"toolbox" : "Toolbox" ,
"new-name" : "New Name" ,
"recipes-effected" : "Recipes Effected" ,
"title-case-all" : "Title Case All" ,
"no-unused-items" : "No Unused Items" ,
"remove-unused" : "Remove Unused" ,
"assign-all" : "Assign All" ,
"bulk-assign" : "Bulk Assign"
2021-04-21 16:53:20 +00:00
}
2021-04-25 21:46:22 +00:00
} ,
"user" : {
"admin" : "Admin" ,
"are-you-sure-you-want-to-delete-the-group" : "Are you sure you want to delete <b>{groupName}<b/>?" ,
"are-you-sure-you-want-to-delete-the-link" : "Are you sure you want to delete the link <b>{link}<b/>?" ,
"are-you-sure-you-want-to-delete-the-user" : "Are you sure you want to delete the user <b>{activeName} ID: {activeId}<b/>?" ,
"confirm-group-deletion" : "Confirm Group Deletion" ,
"confirm-link-deletion" : "Confirm Link Deletion" ,
"confirm-password" : "Confirm Password" ,
"confirm-user-deletion" : "Confirm User Deletion" ,
"could-not-validate-credentials" : "Could Not Validate Credentials" ,
"create-group" : "Create Group" ,
"create-link" : "Create Link" ,
"create-user" : "Create User" ,
"current-password" : "Current Password" ,
"e-mail-must-be-valid" : "E-mail must be valid" ,
"edit-user" : "Edit User" ,
"email" : "Email" ,
"full-name" : "Full Name" ,
"group" : "Group" ,
"group-id-with-value" : "Group ID: {groupID}" ,
"group-name" : "Group Name" ,
"groups" : "Groups" ,
"groups-can-only-be-set-by-administrators" : "Groups can only be set by administrators" ,
"link-id" : "Link ID" ,
"link-name" : "Link Name" ,
"login" : "Login" ,
"logout" : "Logout" ,
"new-password" : "New Password" ,
"new-user" : "New User" ,
"password" : "Password" ,
"password-must-match" : "Password must match" ,
"reset-password" : "Reset Password" ,
"sign-in" : "Sign in" ,
"sign-up-links" : "Sign Up Links" ,
"total-mealplans" : "Total MealPlans" ,
"total-users" : "Total Users" ,
"upload-photo" : "Upload Photo" ,
"use-8-characters-or-more-for-your-password" : "Use 8 characters or more for your password" ,
"user-group" : "User Group" ,
"user-id" : "User ID" ,
"user-id-with-value" : "User ID: {id}" ,
"user-password" : "User Password" ,
"users" : "Users" ,
"webhook-time" : "Webhook Time" ,
"webhooks-enabled" : "Webhooks Enabled"
2021-04-21 16:53:20 +00:00
}
2021-04-26 16:32:49 +00:00
}