2021-01-17 22:22:54 -09:00
{
"404" : {
"page-not-found" : "404 Page Not Found" ,
"take-me-home" : "Take me Home"
} ,
"new-recipe" : {
"from-url" : "From URL" ,
"recipe-url" : "Recipe URL" ,
"error-message" : "Looks like there was an error parsing the URL. Check the log and debug/last_recipe.json to see what went wrong." ,
"bulk-add" : "Bulk Add" ,
"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"
} ,
"general" : {
2021-02-08 09:47:40 -09:00
"upload" : "Upload" ,
2021-01-17 22:22:54 -09:00
"submit" : "Submit" ,
"name" : "Name" ,
"settings" : "Settings" ,
"close" : "Close" ,
"save" : "Save" ,
"image-file" : "Image File" ,
"update" : "Update" ,
"edit" : "Edit" ,
"delete" : "Delete" ,
"select" : "Select" ,
"random" : "Random" ,
"new" : "New" ,
"create" : "Create" ,
"cancel" : "Cancel" ,
"ok" : "OK" ,
"enabled" : "Enabled" ,
"download" : "Download" ,
"import" : "Import" ,
2021-02-08 09:47:40 -09:00
"options" : "Options" ,
"templates" : "Templates" ,
"recipes" : "Recipes" ,
"themes" : "Themes" ,
"confirm" : "Confirm"
2021-01-17 22:22:54 -09:00
} ,
"login" : {
"stay-logged-in" : "Stay logged in?" ,
"email" : "Email" ,
"password" : "Password" ,
"sign-in" : "Sign in" ,
"sign-up" : "Sign up"
} ,
"meal-plan" : {
"dinner-this-week" : "Dinner This Week" ,
"dinner-today" : "Dinner Today" ,
"planner" : "Planner" ,
"edit-meal-plan" : "Edit Meal Plan" ,
"meal-plans" : "Meal Plans" ,
"create-a-new-meal-plan" : "Create a New Meal Plan" ,
"start-date" : "Start Date" ,
"end-date" : "End Date"
} ,
"recipe" : {
"description" : "Description" ,
"ingredients" : "Ingredients" ,
"categories" : "Categories" ,
"tags" : "Tags" ,
"instructions" : "Instructions" ,
"step-index" : "Step: {step}" ,
"recipe-name" : "Recipe Name" ,
"servings" : "Servings" ,
"ingredient" : "Ingredient" ,
"notes" : "Notes" ,
"note" : "Note" ,
2021-02-08 09:47:40 -09:00
"original-url" : "Original URL" ,
"view-recipe" : "View Recipe" ,
"title" : "Title" ,
"total-time" : "Total Time" ,
"prep-time" : "Prep Time" ,
"perform-time" : "Cook Time" ,
"api-extras" : "API Extras" ,
"object-key" : "Object Key" ,
"object-value" : "Object Value" ,
"new-key-name" : "New Key Name" ,
"add-key" : "Add Key" ,
"key-name-required" : "Key Name Required" ,
"no-white-space-allowed" : "No White Space Allowed" ,
"delete-recipe" : "Delete Recipe" ,
"delete-confirmation" : "Are you sure you want to delete this recipe?"
2021-01-17 22:22:54 -09:00
} ,
"search" : {
2021-02-08 09:47:40 -09:00
"search-mealie" : "Search Mealie"
2021-01-17 22:22:54 -09:00
} ,
"settings" : {
2021-02-08 09:47:40 -09:00
"general-settings" : "General Settings" ,
"local-api" : "Local API" ,
"language" : "Language" ,
2021-01-17 22:22:54 -09:00
"add-a-new-theme" : "Add a New Theme" ,
"set-new-time" : "Set New Time" ,
"current" : "Version:" ,
"latest" : "Latest" ,
"explore-the-docs" : "Explore the Docs" ,
"contribute" : "Contribute" ,
2021-02-08 09:47:40 -09:00
"backup-and-exports" : "Backups" ,
2021-01-17 22:22:54 -09:00
"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." ,
2021-02-08 09:47:40 -09:00
"available-backups" : "Available Backups" ,
2021-01-17 22:22:54 -09:00
"theme" : {
2021-02-08 09:47:40 -09:00
"theme-name" : "Theme Name" ,
2021-01-17 22:22:54 -09:00
"theme-settings" : "Theme Settings" ,
"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." ,
"dark-mode" : "Dark Mode" ,
"theme-is-required" : "Theme is required" ,
"primary" : "Primary" ,
"secondary" : "Secondary" ,
"accent" : "Accent" ,
"success" : "Success" ,
"info" : "Info" ,
"warning" : "Warning" ,
"error" : "Error" ,
2021-02-08 09:47:40 -09:00
"default-to-system" : "Default to system" ,
2021-01-17 22:22:54 -09:00
"light" : "Light" ,
"dark" : "Dark" ,
"theme" : "Theme" ,
"saved-color-theme" : "Saved Color Theme" ,
"delete-theme" : "Delete Theme" ,
"are-you-sure-you-want-to-delete-this-theme" : "Are you sure you want to delete this theme?" ,
2021-02-08 09:47:40 -09:00
"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." ,
"theme-name-is-required" : "Theme Name is required."
2021-01-17 22:22:54 -09:00
} ,
"webhooks" : {
"meal-planner-webhooks" : "Meal Planner Webhooks" ,
2021-02-08 09:47:40 -09:00
"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" ,
2021-01-17 22:22:54 -09:00
"test-webhooks" : "Test Webhooks" ,
2021-02-08 09:47:40 -09:00
"webhook-url" : "Webhook URL"
2021-01-17 22:22:54 -09:00
} ,
2021-02-08 09:47:40 -09:00
"new-version-available" : "A New Version of Mealie is Available, <a {aContents}> Visit the Repo </a>" ,
2021-01-17 22:22:54 -09:00
"backup" : {
"import-recipes" : "Import Recipes" ,
"import-themes" : "Import Themes" ,
2021-02-08 09:47:40 -09:00
"import-settings" : "Import Settings" ,
"create-heading" : "Create a Backup" ,
"backup-tag" : "Backup Tag" ,
"full-backup" : "Full Backup" ,
"partial-backup" : "Partial Backup" ,
"backup-restore-report" : "Backup Restore Report" ,
"successfully-imported" : "Successfully Imported" ,
"failed-imports" : "Failed Imports"
2021-01-17 22:22:54 -09:00
}
} ,
"migration" : {
"recipe-migration" : "Recipe Migration" ,
"failed-imports" : "Failed Imports" ,
2021-02-08 09:47:40 -09:00
"migration-report" : "Migration Report" ,
"successful-imports" : "Successful Imports" ,
"no-migration-data-available" : "No Migration Data Avaiable" ,
"nextcloud" : {
"title" : "Nextcloud Cookbook" ,
"description" : "Migrate data from a Nextcloud Cookbook intance"
} ,
"chowdown" : {
"title" : "Chowdown" ,
"description" : "Migrate data from Chowdown"
}
2021-01-17 22:22:54 -09:00
}
}