cookbook/l10n/he.js

48 строки
3.0 KiB
JavaScript

OC.L10N.register(
"cookbook",
{
"Cookbook" : "ספר בישול",
"An integrated cookbook using schema.org JSON files as recipes" : "ספר בישול מובנה באמצעות קובצי JSON מסוג schema.org כמתכונים",
"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." : "ספרייה לכל המתכונים שלך. היא משתמשים בקובצי JSON לפי תקן המתכונים של schema.org. כדי להוסיף מתכון לאוסף, ניתן להדביק את כתובת המתכון והאתר שסופק ינותח ויימשך על ידי המערכת לאיזו תיקייה שבחרת בהגדרות היישומון.",
"Home" : "בית",
"All recipes" : "כל המתכונים",
"Filter" : "מסנן",
"Search" : "חיפוש",
"Edit recipe" : "עריכת מתכון",
"New recipe" : "מתכון חדש",
"Save changes" : "שמירת השינויים",
"Print recipe" : "הדפסת מתכון",
"Delete recipe" : "מחיקת מתכון",
"Loading…" : "בטעינה…",
"Page not found" : "העמוד לא נמצא",
"Category" : "קטגוריה",
"Are you sure you want to delete this recipe?" : "למחוק את המתכון הזה?",
"Path to your recipe collection" : "הנתיב לאוסף המתכונים שלך",
"Create recipe" : "יצירת מתכון",
"Failed to fetch categories" : "משיכת הקטגוריות נכשלה",
"Rescan library" : "סריקת הספרייה מחדש",
"Recipe folder" : "תיקיית מתכונים",
"Please pick a folder" : "נא לבחור תיקייה",
"Update interval in minutes" : "הפרש בין עדכונים בדקות",
"Print image with recipe" : "הדפסת תמונה עם המתכון",
"Could not set preference for image printing" : "לא ניתן להגדיר העדפה להדפסת תמונות",
"Could not set recipe update interval to {interval}" : "לא ניתן להגדיר את ההפרש בין עדכוני המתכון לכדי {interval}",
"Could not set recipe folder to {path}" : "לא ניתן להגדיר את תיקיית המתכונים לכדי {path}",
"Pick a local image" : "נא לבחור תמונה מקומית",
"Add" : "הוספה",
"Name" : "שם",
"Description" : "תיאור",
"URL" : "כתובת",
"Image" : "תמונה",
"Preparation time" : "משך הכנה",
"Cooking time" : "זמן בישול",
"Total time" : "זמן כולל",
"Servings" : "מנות",
"Tools" : "כלים",
"Ingredients" : "רכיבים",
"Instructions" : "הנחיות",
"Cooking time is up!" : "זמן הבישול תם!",
"Source" : "מקור"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");