cookbook/l10n/en_GB.js

250 строки
19 KiB
JavaScript
Исходник Постоянная ссылка Обычный вид История

2020-06-15 06:16:12 +03:00
OC.L10N.register(
"cookbook",
{
"No image with the matching MIME type was found on the server." : "No image with the matching MIME type was found on the server.",
"Recipe with ID %d was not found in database." : "Recipe with ID %d was not found in database.",
"Downloading of a file failed returned the following error message: %s" : "Downloading of a file failed returned the following error message: %s",
"No content encoding was detected in the content." : "No content encoding was detected in the content.",
"The given image for the recipe %s cannot be parsed. Aborting and skipping it." : "The given image for the recipe %s cannot be parsed. Aborting and skipping it.",
"No valid recipe was left after heuristics of recipe %s." : "No valid recipe was left after heuristics of recipe %s.",
"Heuristics failed for image extraction of recipe %s." : "Heuristics failed for image extraction of recipe %s.",
"Could not guess image URL as no recipe URL was found." : "Could not guess image URL as no recipe URL was found.",
"Could not guess image URL scheme from recipe URL %s" : "Could not guess image URL scheme from recipe URL %s",
"Could not parse recipe ingredients. It is no array." : "Could not parse recipe ingredients. It is no array.",
"Could not parse recipe instructions as they are no array." : "Could not parse recipe instructions as they are no array.",
"Cannot parse recipe: Unknown object found during flattening of instructions." : "Cannot parse recipe: Unknown object found during flattening of instructions.",
"Did not find any p or li entries in the raw string of the instructions." : "Did not find any p or li entries in the raw string of the instructions.",
"Could not parse the keywords for recipe {recipe}." : "Could not parse the keywords for recipe {recipe}.",
"Could not parse the nutrition information successfully for recipe {name}." : "Could not parse the nutrition information successfully for recipe {name}.",
"Using heuristics to parse the \"recipeYield\" field representing the number of servings of recipe {name}." : "Using heuristics to parse the \"recipeYield\" field representing the number of servings of recipe {name}.",
"_Only a single number was found in the \"recipeYield\" field. Using it as number of servings._::_There are %n numbers found in the \"recipeYield\" field. Using the highest number found as number of servings._" : ["Only a single number was found in the \"recipeYield\" field. Using it as number of servings.","There are %n numbers found in the \"recipeYield\" field. Using the highest number found as number of servings."],
"Could not parse \"recipeYield\" field. Falling back to 1 serving." : "Could not parse \"recipeYield\" field. Falling back to 1 serving.",
"Could not parse recipe tools. Expected array or string." : "Could not parse recipe tools. Expected array or string.",
"Could not find recipe in HTML code." : "Could not find recipe in HTML code.",
"JSON cannot be decoded." : "JSON cannot be decoded.",
"No recipe was found." : "No recipe was found.",
"Parsing of HTML failed." : "Parsing of HTML failed.",
"Unsupported error level during parsing of XML output." : "Unsupported error level during parsing of XML output.",
"_Warning %u occurred while parsing %s._::_Warning %u occurred %n times while parsing %s._" : ["Warning %u occurred while parsing %s.","Warning %u occurred %n times while parsing %s."],
"_Error %u occurred while parsing %s._::_Error %u occurred %n times while parsing %s._" : ["Error %u occurred while parsing %s.","Error %u occurred %n times while parsing %s."],
"_Fatal error %u occurred while parsing %s._::_Fatal error %u occurred %n times while parsing %s._" : ["Fatal error %u occurred while parsing %s.","Fatal error %u occurred %n times while parsing %s."],
"First time it occurred in line %u and column %u" : "First time it occurred in line %u and column %u",
"Could not parse duration {duration}" : "Could not parse duration {duration}",
"The recipe has already an image file. Cannot create a new one." : "The recipe has already an image file. Cannot create a new one.",
"There is no primary image for the recipe present." : "There is no primary image for the recipe present.",
"Cannot parse non-POST multipart encoding. This is a bug." : "Cannot parse non-POST multipart encoding. This is a bug.",
"Cannot detect type of transmitted data. This is a bug, please report it." : "Cannot detect type of transmitted data. This is a bug, please report it.",
"Invalid URL-encoded string found. Please report a bug." : "Invalid URL-encoded string found. Please report a bug.",
"Could not parse timestamp {timestamp}" : "Could not parse timestamp {timestamp}",
"The user is not logged in. No user configuration can be obtained." : "The user is not logged in. No user configuration can be obtained.",
2020-09-26 05:25:40 +03:00
"Recipes" : "Recipes",
"The user folder cannot be created due to missing permissions." : "The user folder cannot be created due to missing permissions.",
"The configured user folder is a file." : "The configured user folder is a file.",
"User cannot create recipe folder" : "User cannot create recipe folder",
"in %s" : "in %s",
"The JSON file in the folder with ID %d does not have a valid name." : "The JSON file in the folder with ID %d does not have a valid name.",
"Could not parse URL" : "Could not parse URL",
"Exception while downloading recipe from %s." : "Exception while downloading recipe from %s.",
"Download from %s failed as HTTP status code %d is not in expected range." : "Download from %s failed as HTTP status code %d is not in expected range.",
"Could not find a valid encoding when parsing %s." : "Could not find a valid encoding when parsing %s.",
"No parser found for the given import." : "No parser found for the given import.",
"No recipe name was given. A unique name is required to store the recipe." : "No recipe name was given. A unique name is required to store the recipe.",
"Another recipe with that name already exists" : "Another recipe with that name already exists",
"No recipe data found. This is a bug" : "No recipe data found. This is a bug",
"Recipe with ID %d not found." : "Recipe with ID %d not found.",
"Image size \"%s\" is not recognized." : "Image size \"%s\" is not recognised.",
"The full-sized image is not a thumbnail." : "The full-sized image is not a thumbnail.",
"The thumbnail type %d is not known." : "The thumbnail type %d is not known.",
2020-09-26 05:25:40 +03:00
"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.",
"Editing recipe" : "Editing recipe",
"Viewing recipe" : "Viewing recipe",
2020-09-26 05:25:40 +03:00
"All recipes" : "All recipes",
"None" : "None",
"Loading app" : "Loading app",
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",
"Creating new recipe" : "Creating new recipe",
"Edit" : "Edit",
"Save" : "Save",
2021-02-24 05:31:53 +03:00
"Search" : "Search",
"Filter" : "Filter",
"Reload recipe" : "Reload recipe",
"Abort editing" : "Abort editing",
"Print recipe" : "Print recipe",
"Clone recipe" : "Clone recipe",
"Delete recipe" : "Delete recipe",
2020-06-15 06:16:12 +03:00
"Category" : "Category",
2020-09-26 05:25:40 +03:00
"Recipe name" : "Recipe name",
2020-11-26 05:27:17 +03:00
"Tags" : "Tags",
2020-09-26 05:25:40 +03:00
"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",
"Cannot access recipe folder." : "Cannot access recipe folder.",
"Select recipe folder" : "Select recipe folder",
2021-02-15 05:28:37 +03:00
"Path to your recipe collection" : "Path to your recipe collection",
"You are logged in with a guest account. Therefore, you are not allowed to generate arbitrary files and folders on this Nextcloud instance. To be able to use the Cookbook app as a guest, you need to specify a folder where all recipes are stored. You will need write permission to this folder." : "You are logged in with a guest account. Therefore, you are not allowed to generate arbitrary files and folders on this Nextcloud instance. To be able to use the Cookbook app as a guest, you need to specify a folder where all recipes are stored. You will need write permission to this folder.",
2020-09-26 05:25:40 +03:00
"Create recipe" : "Create recipe",
"Download recipe from URL" : "Download recipe from URL",
2020-11-26 05:27:17 +03:00
"Uncategorized recipes" : "Uncategorised recipes",
"Categories" : "Categories",
"Rename" : "Rename",
"Enter new category name" : "Enter new category name",
"Cookbook settings" : "Cookbook settings",
2021-02-07 05:29:09 +03:00
"Failed to load category {category} recipes" : "Failed to load category {category} recipes",
"Failed to update name of category \"{category}\"" : "Failed to update name of category \"{category}\"",
"The server reported an error. Please check." : "The server reported an error. Please check.",
"Could not query the server. This might be a network problem." : "Could not query the server. This might be a network problem.",
2021-02-07 05:29:09 +03:00
"Loading category recipes …" : "Loading category recipes …",
"Failed to fetch categories" : "Failed to fetch categories",
"Enter URL or select from your Nextcloud instance on the right" : "Enter URL or select from your Nextcloud instance on the right",
2020-09-26 05:25:40 +03:00
"Pick a local image" : "Pick a local image",
"Path to your recipe image" : "Path to your recipe image",
"Move entry up" : "Move entry up",
"Move entry down" : "Move entry down",
"Insert entry above" : "Insert entry above",
"Delete entry" : "Delete entry",
2020-06-15 06:16:12 +03:00
"Add" : "Add",
"Select option" : "Select option",
"No recipes created or imported." : "No recipes created or imported.",
"To get started, you may use the text box in the left navigation bar to import a new recipe. Click below to create a recipe from scratch." : "To get started, you may use the text box in the left navigation bar to import a new recipe. Click below to create a recipe from scratch.",
"No recipes" : "No recipes",
"Create new recipe!" : "Create new recipe!",
"Select order" : "Select order",
2020-06-15 06:16:12 +03:00
"Name" : "Name",
"Creation date" : "Creation date",
"Modification date" : "Modification date",
"Toggle keyword" : "Toggle keyword",
"Keyword not contained in visible recipes" : "Keyword not contained in visible recipes",
"Toggle keyword area size" : "Toggle keyword area size",
"Order keywords by number of recipes" : "Order keywords by number of recipes",
"Order keywords alphabetically" : "Order keywords alphabetically",
"Recipe folder" : "Recipe folder",
"Rescan library" : "Rescan library",
"Please pick a folder" : "Please pick a folder",
"Update interval in minutes" : "Update interval in minutes",
"Recipe display settings" : "Recipe display settings",
"Print image with recipe" : "Print image with recipe",
"Show keyword cloud in recipe lists" : "Show keyword cloud in recipe lists",
"Info blocks" : "Info blocks",
"Control which blocks of information are shown in the recipe view. If you do not use some features and find them distracting, you may hide them." : "Control which blocks of information are shown in the recipe view. If you do not use some features and find them distracting, you may hide them.",
"Preparation time" : "Preparation time",
"Cooking time" : "Cooking time",
"Total time" : "Total time",
"Nutrition information" : "Nutrition information",
"Tools" : "Tools",
"Frontend debug settings" : "Frontend debug settings",
"This allows to temporarily enable logging in the browser console in case of problems. You will not need these settings by default." : "This allows to temporarily enable logging in the browser console in case of problems. You will not need these settings by default.",
"Enable debugging" : "Enable debugging",
"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}",
"Could not save visible info blocks" : "Could not save visible info blocks",
"Could not set recipe folder to {path}" : "Could not set recipe folder to {path}",
"Dismiss" : "Dismiss",
"Cancel" : "Cancel",
"OK" : "OK",
"The page was not found" : "The page was not found",
2020-06-15 06:16:12 +03:00
"Description" : "Description",
"URL" : "Url",
2020-09-26 05:25:40 +03:00
"Image" : "Image",
"Preparation time (hours:minutes)" : "Preparation time (hours:minutes)",
"Cooking time (hours:minutes)" : "Cooking time (hours:minutes)",
"Total time (hours:minutes)" : "Total time (hours:minutes)",
"Choose category" : "Choose category",
"Keywords" : "Keywords",
"Choose keywords" : "Choose keywords",
2020-09-26 05:25:40 +03:00
"Servings" : "Servings",
"Toggle if the number of servings is present" : "Toggle if the number of servings is present",
"Nutrition Information" : "Nutrition Information",
"Pick option" : "Pick option",
2020-09-26 05:25:40 +03:00
"Ingredients" : "Ingredients",
"Instructions" : "Instructions",
"You have unsaved changes! Do you still want to leave?" : "You have unsaved changes! Do you still want to leave?",
"Calories" : "Calories",
"E.g.: 450 kcal (amount & unit)" : "E.g.: 450 kcal (amount & unit)",
"Carbohydrate content" : "Carbohydrate content",
"E.g.: 2 g (amount & unit)" : "E.g.: 2 g (amount & unit)",
"Cholesterol content" : "Cholesterol content",
"Fat content" : "Fat content",
"Fiber content" : "Fiber content",
"Protein content" : "Protein content",
"Saturated-fat content" : "Saturated-fat content",
"Serving size" : "Serving size",
"Enter serving size (volume or mass)" : "Enter serving size (volume or mass)",
"Sodium content" : "Sodium content",
"Sugar content" : "Sugar content",
"Trans-fat content" : "Trans-fat content",
"Unsaturated-fat content" : "Unsaturated-fat content",
"Failed to fetch keywords" : "Failed to fetch keywords",
"Unknown answer returned from server. See logs." : "Unknown answer returned from server. See logs.",
"No answer for request was received." : "No answer for request was received.",
"Could not start request to save recipe." : "Could not start request to save recipe.",
"Clone of {name}" : "Clone of {name}",
"Loading recipe failed" : "Loading recipe failed",
"Recipe image" : "Recipe image",
2020-09-26 05:25:40 +03:00
"Cooking time is up!" : "Cooking time is up!",
"Search recipes with this keyword" : "Search recipes with this keyword",
"Date created" : "Date created",
"Last modified" : "Last modified",
"Source" : "Source",
"Preparation time (H:MM)" : "Preparation time (H:MM)",
"Cooking time (H:MM)" : "Cooking time (H:MM)",
"Total time (H:MM)" : "Total time (H:MM)",
"Copy ingredients" : "Copy ingredients",
"Serving Size" : "Serving Size",
"Energy" : "Energy",
"Sugar" : "Sugar",
"Carbohydrate" : "Carbohydrate",
"Cholesterol" : "Cholesterol",
"Fiber" : "Fiber",
"Protein" : "Protein",
"Sodium" : "Sodium",
"Fat total" : "Fat total",
"Saturated Fat" : "Saturated Fat",
"Unsaturated Fat" : "Unsaturated Fat",
"Trans Fat" : "Trans Fat",
"Loading…" : "Loading…",
"The ingredient cannot be recalculated due to incorrect syntax. Please change it to this syntax: amount unit ingredient. Examples: 200 g carrots or 1 pinch of salt" : "The ingredient cannot be recalculated due to incorrect syntax. Please change it to this syntax: amount unit ingredient. Examples: 200 g carrots or 1 pinch of salt",
"Failed to load recipes with keywords: {tags}" : "Failed to load recipes with keywords: {tags}",
"Failed to load search results" : "Failed to load search results",
"Cannot read content of JSON file %s" : "Cannot read content of JSON file %s",
"Cannot download image using curl" : "Cannot download image using curl",
"Filter current recipes" : "Filter current recipes",
"Search recipes" : "Search recipes",
"Delete nutrition item" : "Delete nutrition item",
"Please select option first." : "Please select option first.",
"Show settings for filtering recipe list" : "Show settings for filtering recipe list",
"Order" : "Order",
"Show filter settings" : "Show filter settings",
"Filter name" : "Filter name",
"Search term" : "Search term",
"All categories" : "All categories",
"Show recipes containing any selected category" : "Show recipes containing any selected category",
"Show recipes containing all selected categories" : "Show recipes containing all selected categories",
"All keywords" : "All keywords",
"Show recipes containing any selected keyword" : "Show recipes containing any selected keyword",
"Show recipes containing all selected keywords" : "Show recipes containing all selected keywords",
"Clear" : "Clear",
"Recipe filters" : "Recipe filters",
"Matching all selected categories" : "Matching all selected categories",
"Matching any selected category" : "Matching any selected category",
"Matching all selected keywords" : "Matching all selected keywords",
"Matching any selected keyword" : "Matching any selected keyword",
"Apply" : "Apply",
"Show filters and sorting in recipe lists" : "Show filters and sorting in recipe lists",
"Preparation time (hours:minutes:seconds)" : "Preparation time (hours:minutes:seconds)",
"Cooking time (hours:minutes:seconds)" : "Cooking time (hours:minutes:seconds)",
"Total time (hours:minutes:seconds)" : "Total time (hours:minutes:seconds)",
"_{hours}h_::_{hours}h_" : ["{hours}h","{hours}h"],
"_{minutes}m_::_{minutes}m_" : ["{minutes}m","{minutes}m"],
"_{seconds}s_::_{seconds}s_" : ["{seconds}s","{seconds}s"],
"Copy ingredients to the clipboard" : "Copy ingredients to the clipboard",
"{item} copied to clipboard" : "{item} copied to clipboard",
"Copying {item} to clipboard failed" : "Copying {item} to clipboard failed",
"ingredients" : "ingredients",
"The ingredient cannot be recalculated due to incorrect syntax. Please ensure the syntax follows this format: amount unit ingredient and that a specific number of portions is set for this function to work correctly. Examples: 200 g carrots or 1 pinch of salt." : "The ingredient cannot be recalculated due to incorrect syntax. Please ensure the syntax follows this format: amount unit ingredient and that a specific number of portions is set for this function to work correctly. Examples: 200 g carrots or 1 pinch of salt."
2020-06-15 06:16:12 +03:00
},
"nplurals=2; plural=(n != 1);");