cookbook/l10n/zh_TW.js

61 строка
2.2 KiB
JavaScript

OC.L10N.register(
"cookbook",
{
"No image with the matching MIME type was found on the server." : "在伺服器上找不到符合 MIME 類型的影像。",
"Recipe with ID %d was not found in database." : "在資料庫中沒有找到 ID 為 %d 的食譜。",
"Recipes" : "食譜",
"in %s" : "在 %s",
"Cookbook" : "食譜",
"All recipes" : "全部食譜",
"None" : "無",
"Page not found" : "找不到頁面",
"Edit" : "編輯",
"Save" : "儲存",
"Search" : "搜尋",
"Filter" : "過濾",
"Print recipe" : "列印食譜",
"Delete recipe" : "刪除食譜",
"Category" : "分類",
"Tags" : "標籤",
"Are you sure you want to delete this recipe?" : "您確定要刪除此食譜?",
"Delete failed" : "刪除失敗",
"Create recipe" : "新增食譜",
"Categories" : "分類",
"Rename" : "重新命名",
"Pick a local image" : "從本機選取圖片",
"Delete entry" : "刪除項目",
"Add" : "新增",
"Name" : "名稱",
"Creation date" : "建立時間",
"Recipe folder" : "食譜夾",
"Please pick a folder" : "請選取一個資料夾",
"Preparation time" : "準備時間",
"Cooking time" : "烹調時間",
"Total time" : "總時間",
"Tools" : "工具",
"Could not set recipe update interval to {interval}" : "無法將食譜更新時間更改為 {interval}",
"Could not set recipe folder to {path}" : "無法將食譜資料夾設定為 {path}",
"Dismiss" : "取消",
"Cancel" : "取消",
"OK" : "確定",
"Description" : "描述",
"URL" : "網址",
"Image" : "圖片",
"Keywords" : "關鍵字",
"Servings" : "份",
"Ingredients" : "配料",
"Instructions" : "說明",
"You have unsaved changes! Do you still want to leave?" : "您有未儲存的變更!您仍然想離開嗎?",
"Calories" : "卡路里",
"Cooking time is up!" : "烹調時間到了!",
"Date created" : "建立日期",
"Last modified" : "上次修改",
"Source" : "來源",
"Loading…" : "載入中…",
"Order" : "順序",
"Search term" : "搜尋字詞",
"Clear" : "清除",
"Apply" : "套用"
},
"nplurals=1; plural=0;");