cookbook/l10n/en_GB.js

68 строки
3.4 KiB
JavaScript
Исходник Обычный вид История

2020-06-15 06:16:12 +03:00
OC.L10N.register(
"cookbook",
{
2020-09-26 05:25:40 +03:00
"Recipes" : "Recipes",
"Cookbook" : "Cookbook",
"An integrated cookbook using schema.org JSON files as recipes" : "An integrated cookbook using schema.org JSON files as recipes",
"A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings." : "A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings.",
"Open navigation" : "Open navigation",
2020-06-15 06:16:12 +03:00
"Home" : "Home",
2020-09-26 05:25:40 +03:00
"All recipes" : "All recipes",
2020-06-15 06:16:12 +03:00
"Search" : "Search",
2020-09-26 05:25:40 +03:00
"Edit recipe" : "Edit recipe",
"Reload recipe" : "Reload recipe",
"New recipe" : "New recipe",
2020-06-15 06:16:12 +03:00
"Save changes" : "Save changes",
2020-09-26 05:25:40 +03:00
"Print recipe" : "Print recipe",
"Delete recipe" : "Delete recipe",
"App is loading" : "App is loading",
2020-08-12 05:24:55 +03:00
"Loading…" : "Loading…",
2020-09-26 05:25:40 +03:00
"Loading recipe" : "Loading recipe",
"Recipe not found" : "Recipe not found",
2020-06-15 06:16:12 +03:00
"Page not found" : "Page not found",
"Category" : "Category",
2020-09-26 05:25:40 +03:00
"Recipe name" : "Recipe name",
"Tag" : "Tag",
"Search for recipes" : "Search for recipes",
"Are you sure you want to delete this recipe?" : "Are you sure you want to delete this recipe?",
"Delete failed" : "Deletion failed",
"Hide navigation" : "Hide navigation",
"Create recipe" : "Create recipe",
"Download recipe from URL" : "Download recipe from URL",
"Rescan library" : "Rescan library",
"Recipe folder" : "Recipe folder",
"Please pick a folder" : "Please pick a folder",
"Update interval in minutes" : "Update interval in minutes",
"Last update: " : "Last update: ",
"Print image with recipe" : "Print image with recipe",
"Could not set preference for image printing" : "Could not set preference for image printing",
"Could not set recipe update interval to {interval}" : "Could not set recipe update interval to {interval}",
"Loading config failed" : "Loading configuration failed",
"Failed to load category " : "Failed to load category ",
"Loading category recipes..." : "Loading category recipes...",
"Failed to fetch categories" : "Failed to fetch categories",
"Path to your recipe collection" : "Path to your recipe collection",
"Could not set recipe folder to {path}" : "Could not set recipe folder to {path}",
"Pick a local image" : "Pick a local image",
"Path to your recipe image" : "Path to your recipe image",
2020-06-15 06:16:12 +03:00
"Add" : "Add",
2020-09-26 05:25:40 +03:00
"The page was not found" : "The page was not found",
2020-06-15 06:16:12 +03:00
"Name" : "Name",
"Description" : "Description",
"URL" : "Url",
2020-09-26 05:25:40 +03:00
"Image" : "Image",
"Preparation time" : "Preparation time",
"Cooking time" : "Cooking time",
"Total time" : "Total time",
"Keywords (comma separated)" : "Keywords (comma separated)",
"Servings" : "Servings",
"Tools" : "Tools",
"Ingredients" : "Ingredients",
"Instructions" : "Instructions",
"Loading recipe failed" : "Loading recipe failed",
"Recipe could not be saved" : "Recipe could not be saved",
"Cooking time is up!" : "Cooking time is up!",
"Source" : "Source"
2020-06-15 06:16:12 +03:00
},
"nplurals=2; plural=(n != 1);");