2020-04-04 06:22:13 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"cookbook",
|
|
|
|
{
|
2020-05-13 06:18:30 +03:00
|
|
|
"Could not set recipe update interval to {interval}" : "无法将菜谱更新间隔设置为 {interval}",
|
|
|
|
"Are you sure you want to delete this recipe?" : "您确定要删除此菜谱吗?",
|
|
|
|
"Could not rebuild recipe index." : "无法重建菜谱索引",
|
|
|
|
"All recipes" : "所有菜谱",
|
|
|
|
"No category" : "没有分类",
|
|
|
|
"Cookbook" : "烹调书",
|
2020-04-04 06:22:13 +03:00
|
|
|
"Edit" : "编辑",
|
|
|
|
"Cancel" : "取消",
|
|
|
|
"Description" : "描述",
|
2020-04-19 06:18:15 +03:00
|
|
|
"URL" : "URL",
|
2020-05-13 06:18:30 +03:00
|
|
|
"Cooking time" : "烹调时间",
|
|
|
|
"Servings" : "份数",
|
|
|
|
"Tools" : "工具",
|
|
|
|
"Ingredients" : "原料",
|
|
|
|
"Instructions" : "说明",
|
|
|
|
"Edit recipe" : "编辑菜谱",
|
|
|
|
"Delete recipe" : "删除菜谱",
|
|
|
|
"Source" : "来源",
|
2020-04-19 06:18:15 +03:00
|
|
|
"Search" : "搜索",
|
2020-05-13 06:18:30 +03:00
|
|
|
"Tag" : "Tag",
|
|
|
|
"No results" : "无结果",
|
|
|
|
"This page doesn't exist." : "此页面不存在。",
|
|
|
|
"Create recipe" : "创建菜谱",
|
|
|
|
"Download recipe" : "下载菜谱",
|
|
|
|
"Settings" : "设置",
|
|
|
|
"Rescan library" : "重新扫描书库",
|
|
|
|
"Update interval in minutes" : "以分钟计的更新间隔"
|
2020-04-04 06:22:13 +03:00
|
|
|
},
|
|
|
|
"nplurals=1; plural=0;");
|