# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-05-17 00:31-0400\n" "PO-Revision-Date: 2013-05-13 18:46+0200\n" "Last-Translator: Larry \n" "Language-Team: LANGUAGE \n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" #. TRANS: "name" option from activity.info file #, fuzzy msgid "TurtleBlocks" msgstr "בלוקי צב" #. TRANS: "summary" option from activity.info file #. TRANS: "description" option from activity.info file msgid "" "A Logo-inspired turtle that draws colorful pictures with snap-together " "visual programming blocks" msgstr "" #: TurtleArt/tabasics.py:119 msgid "Palette of turtle commands" msgstr "לוח פקודות-צב" #: TurtleArt/tabasics.py:124 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:740 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:751 msgid "forward" msgstr "קדימה" #: TurtleArt/tabasics.py:128 msgid "moves turtle forward" msgstr "מזיז את הצב קדימה" #: TurtleArt/tabasics.py:135 msgid "back" msgstr "אחורה" #: TurtleArt/tabasics.py:139 msgid "moves turtle backward" msgstr "מזיז את הצב אחורה" #: TurtleArt/tabasics.py:147 msgid "clean" msgstr "נקה" #: TurtleArt/tabasics.py:150 msgid "clears the screen and reset the turtle" msgstr "מנקה את המסך ומחזיר את הצב למצב התחלתי" #: TurtleArt/tabasics.py:158 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:871 msgid "left" msgstr "שמאלה" #: TurtleArt/tabasics.py:162 msgid "turns turtle counterclockwise (angle in degrees)" msgstr "מסובב את הצב נגד כיוון השעון (זווית במעלות)" #: TurtleArt/tabasics.py:170 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:895 msgid "right" msgstr "ימינה" #: TurtleArt/tabasics.py:174 msgid "turns turtle clockwise (angle in degrees)" msgstr "מסובב את הצב עם כיוון השעון (זווית במעלות)" #: TurtleArt/tabasics.py:182 msgid "arc" msgstr "קשת" #: TurtleArt/tabasics.py:182 msgid "angle" msgstr "זווית" #: TurtleArt/tabasics.py:182 msgid "radius" msgstr "רדיוס" #: TurtleArt/tabasics.py:186 msgid "moves turtle along an arc" msgstr "מזיז את הצב לאורך קשת" #: TurtleArt/tabasics.py:195 TurtleArt/tabasics.py:261 msgid "set xy" msgstr "קבע ערך XY" #: TurtleArt/tabasics.py:195 TurtleArt/tabasics.py:261 msgid "x" msgstr "x" #: TurtleArt/tabasics.py:195 TurtleArt/tabasics.py:261 msgid "y" msgstr "y" #: TurtleArt/tabasics.py:199 TurtleArt/tabasics.py:265 msgid "" "moves turtle to position xcor, ycor; (0, 0) is in the center of the screen." msgstr "מזיז את הצב למיקום xcor,ycor;(0,0) הוא מיקום מרכז המסך." #: TurtleArt/tabasics.py:209 msgid "set heading" msgstr "קבע אזימוט (כיוון)" #: TurtleArt/tabasics.py:213 msgid "sets the heading of the turtle (0 is towards the top of the screen.)" msgstr "קובע ערך לכיוון (אזימוט) של הצב (0 הוא הכיוון של חלקו העליון של המסך)." #: TurtleArt/tabasics.py:221 TurtleArt/tawindow.py:4105 msgid "xcor" msgstr "xcor" #: TurtleArt/tabasics.py:222 msgid "" "holds current x-coordinate value of the turtle (can be used in place of a " "number block)" msgstr "מכיל את קוארדינטת x הנוכחית של הצב (יכול לשמש במקום בלוק מסוג מספר)" #: TurtleArt/tabasics.py:232 TurtleArt/tawindow.py:4106 msgid "ycor" msgstr "ycor" #: TurtleArt/tabasics.py:233 msgid "" "holds current y-coordinate value of the turtle (can be used in place of a " "number block)" msgstr "מכיל את קוארדינטת y הנוכחית של הצב (יכול לשמש במקום בלוק מסוג מספר)" #: TurtleArt/tabasics.py:243 TurtleArt/tawindow.py:4106 msgid "heading" msgstr "כיוון (אזימוט)" #: TurtleArt/tabasics.py:244 msgid "" "holds current heading value of the turtle (can be used in place of a number " "block)" msgstr "" "מכיל את הערך הנוכחי של כיוון (אזימוט) הצב (יכול לשמש במקום בלוק מסוג מספר)" #: TurtleArt/tabasics.py:278 msgid "Palette of pen commands" msgstr "לוח פקודות עט" #: TurtleArt/tabasics.py:283 TurtleArt/tabasics.py:294 msgid "fill screen" msgstr "מלא מסך" #: TurtleArt/tabasics.py:283 TurtleArt/tabasics.py:294 #: TurtleArt/tabasics.py:344 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1197 msgid "color" msgstr "צבע" #: TurtleArt/tabasics.py:283 TurtleArt/tabasics.py:295 #: TurtleArt/tabasics.py:354 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1193 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1198 msgid "shade" msgstr "גוון צבע" #: TurtleArt/tabasics.py:287 TurtleArt/tabasics.py:299 msgid "fills the background with (color, shade)" msgstr "מלא את הרקע עם (צבע, גוון)" #: TurtleArt/tabasics.py:295 TurtleArt/tabasics.py:363 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1194 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1199 msgid "gray" msgstr "אפור" #: TurtleArt/tabasics.py:309 msgid "set color" msgstr "קבע צבע" #: TurtleArt/tabasics.py:313 msgid "sets color of the line drawn by the turtle" msgstr "קבע את צבע הקו שמצייר הצב" #: TurtleArt/tabasics.py:321 msgid "set shade" msgstr "קבע גוון" #: TurtleArt/tabasics.py:325 msgid "sets shade of the line drawn by the turtle" msgstr "קובע את הגוון לצבע הקו שמצייר הצב" #: TurtleArt/tabasics.py:333 msgid "set gray" msgstr "קבע אפור" #: TurtleArt/tabasics.py:336 msgid "sets gray level of the line drawn by the turtle" msgstr "קובע את גוון האפור של הקו שמצייר הצב" #: TurtleArt/tabasics.py:345 msgid "holds current pen color (can be used in place of a number block)" msgstr "מכיל את הערך הנוכחי של צבע העט (יכול לשמש במקום בלוק מסוג מספר)" #: TurtleArt/tabasics.py:355 msgid "holds current pen shade" msgstr "מכיל את הערך הנוכחי של גוון הצבע של העט" #: TurtleArt/tabasics.py:364 msgid "holds current gray level (can be used in place of a number block)" msgstr "מכיל את הערך הנוכחי של גוון האפור (יכול לשמש במקום בלוק מסוג מספר)" #: TurtleArt/tabasics.py:372 msgid "pen up" msgstr "הרם עט" #: TurtleArt/tabasics.py:375 msgid "Turtle will not draw when moved." msgstr "מסלול הצב כאשר הוא נע יהיה מוסתר." #: TurtleArt/tabasics.py:381 msgid "pen down" msgstr "הורד עט" #: TurtleArt/tabasics.py:384 msgid "Turtle will draw when moved." msgstr "מסלול הצב כאשר הוא נע ייראה על המסך." #: TurtleArt/tabasics.py:390 msgid "set pen size" msgstr "קבע עובי עט" #: TurtleArt/tabasics.py:394 msgid "sets size of the line drawn by the turtle" msgstr "קבע את עובי הקו שהצב יצייר" #: TurtleArt/tabasics.py:404 msgid "start fill" msgstr "התחל מילוי" #: TurtleArt/tabasics.py:406 msgid "starts filled polygon (used with end fill block)" msgstr "התחל מצולע עם מילוי-צבע (משמש יחד עם בלוק סיים מצולע עם מילוי-צבע)" #: TurtleArt/tabasics.py:413 msgid "end fill" msgstr "סיים מילוי" #: TurtleArt/tabasics.py:415 msgid "completes filled polygon (used with start fill block)" msgstr "משלים מצולע עם מילוי-צבע (משמש יחד עם בלוק התחל מצולע עם מילוי-צבע)" #: TurtleArt/tabasics.py:422 msgid "pen size" msgstr "עובי עט" #: TurtleArt/tabasics.py:423 msgid "holds current pen size (can be used in place of a number block)" msgstr "מכיל את הערך הנוכחי של עובי העט (יכול לשמש במקום בלוק מסוג מספר)" #: TurtleArt/tabasics.py:437 msgid "Palette of pen colors" msgstr "לוח צבעי עט" #: TurtleArt/tabasics.py:439 msgid "red" msgstr "אדום" #: TurtleArt/tabasics.py:440 msgid "orange" msgstr "כתום" #: TurtleArt/tabasics.py:442 msgid "yellow" msgstr "צהוב" #: TurtleArt/tabasics.py:444 msgid "green" msgstr "ירוק" #: TurtleArt/tabasics.py:445 msgid "cyan" msgstr "ציאן" #: TurtleArt/tabasics.py:446 msgid "blue" msgstr "כחול" #: TurtleArt/tabasics.py:447 msgid "purple" msgstr "סגול" #: TurtleArt/tabasics.py:449 msgid "white" msgstr "לבן" #: TurtleArt/tabasics.py:450 msgid "black" msgstr "שחור" #: TurtleArt/tabasics.py:456 msgid "set text color" msgstr "קבע צבע טקסט (מלל)" #: TurtleArt/tabasics.py:459 msgid "sets color of text drawn by the turtle" msgstr "קבע את בצע הטקסט (מלל) שיצייר הצב" #: TurtleArt/tabasics.py:467 msgid "set text size" msgstr "קבע גודל טקסט (מלל)" #: TurtleArt/tabasics.py:470 msgid "sets size of text drawn by the turtle" msgstr "קובע את גודל הטקסט (מלל) שיצייר הצב" #: TurtleArt/tabasics.py:553 msgid "Palette of numeric operators" msgstr "לוח פעולות חשבון" #: TurtleArt/tabasics.py:559 msgid "plus" msgstr "פלוס" #: TurtleArt/tabasics.py:563 msgid "adds two alphanumeric inputs" msgstr "סכום שתי כניסות אלפא-נומריות" #: TurtleArt/tabasics.py:571 msgid "minus" msgstr "מינוס" #: TurtleArt/tabasics.py:574 msgid "subtracts bottom numeric input from top numeric input" msgstr "מחסיר ערך מספרי של כניסה תחתונה מערך מספרי של כניסה עליונה" #: TurtleArt/tabasics.py:585 msgid "multiply" msgstr "כפל" #: TurtleArt/tabasics.py:588 msgid "multiplies two numeric inputs" msgstr "מכפיל שתי כניסות מספריות" #: TurtleArt/tabasics.py:597 msgid "divide" msgstr "חילוק" #: TurtleArt/tabasics.py:600 msgid "" "divides top numeric input (numerator) by bottom numeric input (denominator)" msgstr "" "מחלק את הערך המספרי של הכניסה העליונה (מונה) בזו של הכניסה התחתונה (מכנה)" #: TurtleArt/tabasics.py:610 msgid "identity" msgstr "זהות (יחידה)" #: TurtleArt/tabasics.py:612 msgid "identity operator used for extending blocks" msgstr "אופרטור זהות (יחידה) משמש להרחבת פונקציונליות של בלוקים" #: TurtleArt/tabasics.py:620 TurtleArt/tabasics.py:621 msgid "mod" msgstr "מודולו" #: TurtleArt/tabasics.py:624 msgid "modular (remainder) operator" msgstr "אופרטור מודולו (שארית)" #: TurtleArt/tabasics.py:631 msgid "√" msgstr "√" #: TurtleArt/tabasics.py:632 msgid "square root" msgstr "שורש ריבועי" #: TurtleArt/tabasics.py:635 msgid "calculates square root" msgstr "חשב שורש ריבועי" #: TurtleArt/tabasics.py:642 msgid "random" msgstr "מספר אקראי" #: TurtleArt/tabasics.py:642 msgid "min" msgstr "מינימום" #: TurtleArt/tabasics.py:642 msgid "max" msgstr "מקסימום" #: TurtleArt/tabasics.py:646 msgid "returns random number between minimum (top) and maximum (bottom) values" msgstr "" "החזר מספר אקראי בין ערך מינימום (כניסה עליונה) לערך מקסימום (כניסה תחתונה)" #: TurtleArt/tabasics.py:658 msgid "number" msgstr "מספר" #: TurtleArt/tabasics.py:659 msgid "used as numeric input in mathematic operators" msgstr "משמש כערך מספרי בכניסה לפעולות חשבון" #: TurtleArt/tabasics.py:667 msgid "greater than" msgstr "גדול מ" #: TurtleArt/tabasics.py:670 msgid "logical greater-than operator" msgstr "גדול מ (אופרטור לוגי)" #: TurtleArt/tabasics.py:679 msgid "less than" msgstr "קטן מ" #: TurtleArt/tabasics.py:683 msgid "logical less-than operator" msgstr "קטן מ (אופרטור לוגי)" #: TurtleArt/tabasics.py:691 msgid "equal" msgstr "שווה" #: TurtleArt/tabasics.py:695 msgid "logical equal-to operator" msgstr "שווה (אופרטור לוגי)" #: TurtleArt/tabasics.py:701 msgid "not" msgstr "לא" #: TurtleArt/tabasics.py:704 msgid "logical NOT operator" msgstr "אופרטור לוגי NOT (~)" #: TurtleArt/tabasics.py:710 TurtleArt/tabasics.py:713 msgid "and" msgstr "and" #: TurtleArt/tabasics.py:714 msgid "logical AND operator" msgstr "אופרטור לוגי AND (&&)" #: TurtleArt/tabasics.py:721 TurtleArt/tabasics.py:724 msgid "or" msgstr "or" #: TurtleArt/tabasics.py:725 msgid "logical OR operator" msgstr "אופרטור לוגי OR (||)" #: TurtleArt/tabasics.py:734 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:104 msgid "Palette of flow operators" msgstr "לוח פעולות בקרת זרימה" #: TurtleArt/tabasics.py:739 msgid "wait" msgstr "המתן" #: TurtleArt/tabasics.py:743 msgid "pauses program execution a specified number of seconds" msgstr "משהה את ריצת התוכנית למספר השניות הנקוב" #: TurtleArt/tabasics.py:750 msgid "forever" msgstr "בלי-סוף" #: TurtleArt/tabasics.py:754 msgid "loops forever" msgstr "חוזר על פעולות הלולאה בלי-סוף" #: TurtleArt/tabasics.py:761 TurtleArt/tabasics.py:765 msgid "repeat" msgstr "חזור" #: TurtleArt/tabasics.py:766 msgid "loops specified number of times" msgstr "חוזר על ביצוע הלולאה מספר נקוב של פעמים" #: TurtleArt/tabasics.py:772 TurtleArt/tabasics.py:785 msgid "if" msgstr "אם" #: TurtleArt/tabasics.py:772 TurtleArt/tabasics.py:785 msgid "then" msgstr "אז" #: TurtleArt/tabasics.py:775 msgid "if then" msgstr "אם-אז" #: TurtleArt/tabasics.py:777 msgid "if-then operator that uses boolean operators from Numbers palette" msgstr "אופרטור אם\\אז שמשתמש בבלוקים של אופרטורים בוליאניים מלוח פעולות מספריות" #: TurtleArt/tabasics.py:785 msgid "else" msgstr "ואם לא" # אחרת ואם לא will be understood more easily by children is more formal, but #: TurtleArt/tabasics.py:789 TurtleArt/tabasics.py:797 msgid "if then else" msgstr "אם-אז-ואם לא" #: TurtleArt/tabasics.py:790 TurtleArt/tabasics.py:798 msgid "if-then-else operator that uses boolean operators from Numbers palette" msgstr "" "אופרטור אם-אז-אחרת שמשתמש בבלוקים של אופרטורים בוליאניים מלוח פעולות מספריות" #: TurtleArt/tabasics.py:807 msgid "horizontal space" msgstr "רווח אופקי" #: TurtleArt/tabasics.py:808 msgid "jogs stack right" msgstr "מסיט את המחסנית ימינה" #: TurtleArt/tabasics.py:815 msgid "vertical space" msgstr "רווח אנכי" #: TurtleArt/tabasics.py:816 msgid "jogs stack down" msgstr "מסיט את המחסנית מטה" #: TurtleArt/tabasics.py:822 msgid "stop action" msgstr "עצור פעולה" #: TurtleArt/tabasics.py:825 msgid "stops current action" msgstr "עוצר את הפעולה הנוכחית" #: TurtleArt/tabasics.py:834 msgid "Palette of variable blocks" msgstr "לוח של בלוקי משתנים" #: TurtleArt/tabasics.py:839 pysamples/grecord.py:213 msgid "start" msgstr "התחל" #: TurtleArt/tabasics.py:842 msgid "connects action to toolbar run buttons" msgstr "מחבר את הפעולה לכפתורי ריצה בסרגל-כלים" #: TurtleArt/tabasics.py:849 TurtleArt/tabasics.py:850 #: TurtleArt/tabasics.py:851 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:192 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:193 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:194 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:201 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:214 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:229 msgid "text" msgstr "טקסט (מלל)" #: TurtleArt/tabasics.py:852 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:195 msgid "string value" msgstr "ערך מחרוזת" #: TurtleArt/tabasics.py:856 TurtleArt/tabasics.py:859 #: TurtleArt/tabasics.py:867 TurtleArt/tabasics.py:871 #: TurtleArt/tawindow.py:1351 TurtleArt/tawindow.py:1448 #: TurtleArt/tawindow.py:1461 TurtleArt/tawindow.py:2077 #: TurtleArt/tawindow.py:4363 msgid "action" msgstr "פעולה" #: TurtleArt/tabasics.py:861 msgid "top of nameable action stack" msgstr "ראש מחסנית פעולות" #: TurtleArt/tabasics.py:872 TurtleArt/tawindow.py:4377 msgid "invokes named action stack" msgstr "קורא למחסנית פעולות עם שם" #: TurtleArt/tabasics.py:879 msgid "store in box 1" msgstr "שמור בקופסה 1" #: TurtleArt/tabasics.py:884 msgid "stores numeric value in Variable 1" msgstr "שומר את הערך המספרי במשתנה 1" #: TurtleArt/tabasics.py:892 msgid "store in box 2" msgstr "שמור בקופסה 2" #: TurtleArt/tabasics.py:897 msgid "stores numeric value in Variable 2" msgstr "שומר את הערך המספרי במשתנה 2" #: TurtleArt/tabasics.py:905 msgid "box 1" msgstr "תיבה 1" #: TurtleArt/tabasics.py:908 msgid "Variable 1 (numeric value)" msgstr "משתנה 1 (ערך מספרי)" #: TurtleArt/tabasics.py:915 msgid "box 2" msgstr "תיבה 2" #: TurtleArt/tabasics.py:918 msgid "Variable 2 (numeric value)" msgstr "משתנה 2 (ערך מספרי)" #: TurtleArt/tabasics.py:924 TurtleArt/tawindow.py:4427 msgid "store in" msgstr "שמור ב" #: TurtleArt/tabasics.py:924 TurtleArt/tabasics.py:939 msgid "box" msgstr "תיבה" #: TurtleArt/tabasics.py:924 TurtleArt/tawindow.py:4427 msgid "value" msgstr "ערך" #: TurtleArt/tabasics.py:928 TurtleArt/tabasics.py:942 #: TurtleArt/tawindow.py:1355 TurtleArt/tawindow.py:1486 #: TurtleArt/tawindow.py:2081 TurtleArt/tawindow.py:4390 #: TurtleArt/tawindow.py:4418 msgid "my box" msgstr "התיבה שלי" #: TurtleArt/tabasics.py:929 TurtleArt/tawindow.py:4432 msgid "stores numeric value in named variable" msgstr "שומר את הערך המספרי במשתנה עם שם" #: TurtleArt/tabasics.py:945 TurtleArt/tawindow.py:4404 msgid "named variable (numeric value)" msgstr "משתנה עם שם (ערך מספרי)" #: TurtleArt/tabasics.py:952 TurtleArt/tabasics.py:971 msgid "action 1" msgstr "פעולה 1" #: TurtleArt/tabasics.py:955 msgid "top of Action 1 stack" msgstr "ראש מחסנית פעולה 1" #: TurtleArt/tabasics.py:961 TurtleArt/tabasics.py:981 msgid "action 2" msgstr "פעולה 2" #: TurtleArt/tabasics.py:964 msgid "top of Action 2 stack" msgstr "ראש מחסנית פעולה 2" #: TurtleArt/tabasics.py:974 msgid "invokes Action 1 stack" msgstr "קורא למחסנית פעולות 1" #: TurtleArt/tabasics.py:984 msgid "invokes Action 2 stack" msgstr "קורא למחסנית פעולות 2" #: TurtleArt/tabasics.py:992 msgid "trash" msgstr "פח-אשפה" #: TurtleArt/tabasics.py:996 msgid "empty trash" msgstr "רוקן פח-אשפה" #: TurtleArt/tabasics.py:997 msgid "permanently deletes items in trash" msgstr "מחק סופית את כל הפריטים מפח האשפה" #: TurtleArt/tabasics.py:1001 msgid "restore all" msgstr "שחזר הכל" #: TurtleArt/tabasics.py:1002 msgid "restore all blocks from trash" msgstr "שחזר את כל הבלוקים מפח האשפה" #: TurtleArt/tabasics.py:1006 msgid "clear all" msgstr "נקה הכל" #: TurtleArt/tabasics.py:1007 msgid "move all blocks to trash" msgstr "העבר את כל הבלוקים לפח האשפה" #: TurtleArt/tacollaboration.py:152 TurtleArt/tawindow.py:2055 #: TurtleArtActivity.py:751 msgid "Share selected blocks" msgstr "" #: TurtleArt/taconstants.py:209 TurtleArt/taconstants.py:231 #: TurtleArt/taconstants.py:252 TurtleArt/taconstants.py:294 #: TurtleArt/taconstants.py:336 TurtleArt/taconstants.py:378 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:980 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:995 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1010 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1025 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1040 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1055 msgid "Title" msgstr "כותרת" #: TurtleArt/talogo.py:370 TurtleArtActivity.py:731 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1538 msgid "Stop turtle" msgstr "עצור צב" #: TurtleArt/talogo.py:380 TurtleArtActivity.py:360 TurtleArtActivity.py:732 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1529 msgid "Show blocks" msgstr "הראה בלוקים" #: TurtleArt/talogo.py:384 TurtleArtActivity.py:364 TurtleArtActivity.py:996 msgid "Hide blocks" msgstr "הסתר בלוקים" #: TurtleArt/talogo.py:508 msgid "did not output to" msgstr "נכשל נסיון שליחת הפלט ל" #: TurtleArt/talogo.py:567 msgid "I don't know how to" msgstr "אני לא יודע איך לבצע" #: TurtleArt/talogo.py:623 msgid "doesn't like" msgstr "לא מחבב" #: TurtleArt/talogo.py:623 msgid "as input" msgstr "כקלט (כניסה)" #: TurtleArt/tapalette.py:97 msgid "displays next palette" msgstr "מציג את הלוח הבא" #: TurtleArt/tapalette.py:98 msgid "changes the orientation of the palette of blocks" msgstr "משנה את האוריינטציה של לוח הבלוקים" #: TurtleArt/tautils.py:295 msgid "Load..." msgstr "פתח..." #: TurtleArt/tautils.py:305 msgid "Save..." msgstr "שמור..." #: TurtleArt/tautils.py:586 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:730 msgid "click to open" msgstr "הקלק כדי לפתוח" #: TurtleArt/tawindow.py:1033 TurtleArt/tawindow.py:1034 msgid "orientation" msgstr "אוריינטציה" #: TurtleArt/tawindow.py:1044 TurtleArt/tawindow.py:1644 msgid "next" msgstr "הבא" #: TurtleArt/tawindow.py:1063 TurtleArt/tawindow.py:1664 msgid "shift" msgstr "" #: TurtleArt/tawindow.py:1316 msgid "" "Please hit the Stop Button before making changes to your Turtle Blocks " "program" msgstr "" #: TurtleArt/tawindow.py:1369 msgid "Select blocks to share" msgstr "" #: TurtleArt/tawindow.py:1530 TurtleArtActivity.py:632 #: TurtleArtActivity.py:781 turtleblocks.py:397 msgid "Save stack" msgstr "" #: TurtleArt/tawindow.py:1531 TurtleArt/tawindow.py:1546 msgid "Really overwrite stack?" msgstr "" #: TurtleArt/tawindow.py:1534 TurtleArt/tawindow.py:1574 #: gnome_plugins/uploader_plugin.py:144 msgid "Cancel" msgstr "ביטול" #: TurtleArt/tawindow.py:1538 TurtleArt/tawindow.py:1549 msgid "Overwrite stack" msgstr "" #: TurtleArt/tawindow.py:1570 TurtleArt/tawindow.py:1578 #: TurtleArt/tawindow.py:1588 TurtleArtActivity.py:634 turtleblocks.py:399 msgid "Delete stack" msgstr "" #: TurtleArt/tawindow.py:1571 TurtleArt/tawindow.py:1585 msgid "Really delete stack?" msgstr "" #: TurtleArt/tawindow.py:4215 msgid "image" msgstr "תמונה" #: TurtleArtActivity.py:188 TurtleArtActivity.py:757 TurtleArtActivity.py:925 #: TurtleArtActivity.py:955 turtleblocks.py:371 msgid "Save as Logo" msgstr "שמור כ-LOGO" #: TurtleArtActivity.py:235 TurtleArtActivity.py:756 TurtleArtActivity.py:922 #: TurtleArtActivity.py:952 turtleblocks.py:369 msgid "Save as image" msgstr "שמור כתמונה" #: TurtleArtActivity.py:243 msgid "snapshot" msgstr "לכידת-מסך" #: TurtleArtActivity.py:251 TurtleArtActivity.py:691 TurtleArtActivity.py:733 #: TurtleArtActivity.py:931 TurtleArtActivity.py:958 msgid "Save snapshot" msgstr "שמור לכידת-מסך" #: TurtleArtActivity.py:296 TurtleArtActivity.py:657 TurtleArtActivity.py:808 msgid "Turn off hover help" msgstr "" #: TurtleArtActivity.py:303 turtleblocks.py:390 msgid "Turn on hover help" msgstr "" #: TurtleArtActivity.py:312 turtleblocks.py:404 msgid "Show palette" msgstr "הראה לוח" #: TurtleArtActivity.py:318 TurtleArtActivity.py:984 turtleblocks.py:406 msgid "Hide palette" msgstr "הסתר לוח" #: TurtleArtActivity.py:485 msgid "Rescale coordinates down" msgstr "הקטן קנה-מידה של קוארדינטות" #: TurtleArtActivity.py:489 TurtleArtActivity.py:648 TurtleArtActivity.py:804 msgid "Rescale coordinates up" msgstr "הגדל קנה-מידה של קוארדינטות" #: TurtleArtActivity.py:579 TurtleArtActivity.py:615 TurtleArtActivity.py:725 #: TurtleArtActivity.py:778 turtleblocks.py:401 msgid "Edit" msgstr "עריכה" #: TurtleArtActivity.py:584 TurtleArtActivity.py:613 TurtleArtActivity.py:726 #: TurtleArtActivity.py:796 turtleblocks.py:392 msgid "View" msgstr "תצוגה" #: TurtleArtActivity.py:611 TurtleArtActivity.py:727 msgid "Project" msgstr "פרוייקט" #: TurtleArtActivity.py:617 TurtleArtActivity.py:724 TurtleArtActivity.py:753 #: TurtleArtActivity.py:755 TurtleArtActivity.py:917 msgid "Save/Load" msgstr "" #: TurtleArtActivity.py:625 TurtleArtActivity.py:779 turtleblocks.py:395 msgid "Copy" msgstr "העתק" #: TurtleArtActivity.py:627 TurtleArtActivity.py:780 turtleblocks.py:396 msgid "Paste" msgstr "הדבק" #: TurtleArtActivity.py:629 #, fuzzy msgid "Restore blocks from trash" msgstr "שחזר את כל הבלוקים מפח האשפה" #: TurtleArtActivity.py:637 TurtleArtActivity.py:797 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:806 msgid "Fullscreen" msgstr "מסך מלא" #: TurtleArtActivity.py:640 TurtleArtActivity.py:798 turtleblocks.py:377 msgid "Cartesian coordinates" msgstr "קוארדינטות קרטזיות" #: TurtleArtActivity.py:642 TurtleArtActivity.py:800 turtleblocks.py:379 msgid "Polar coordinates" msgstr "קוארדינטות פולריות" #: TurtleArtActivity.py:645 TurtleArtActivity.py:802 msgid "Metric coordinates" msgstr "קוארדינטות מטריות" #: TurtleArtActivity.py:651 TurtleArtActivity.py:806 turtleblocks.py:383 msgid "Grow blocks" msgstr "הגדל בלוקים" #: TurtleArtActivity.py:654 TurtleArtActivity.py:807 turtleblocks.py:385 msgid "Shrink blocks" msgstr "הקטן בלוקים" #: TurtleArtActivity.py:678 TurtleArtActivity.py:695 TurtleArtActivity.py:734 #: TurtleArtActivity.py:934 msgid "Load example" msgstr "פתח דוגמא" #: TurtleArtActivity.py:728 TurtleArtActivity.py:990 turtleblocks.py:413 msgid "Clean" msgstr "נקה" #: TurtleArtActivity.py:729 TurtleArtActivity.py:992 turtleblocks.py:414 msgid "Run" msgstr "רוץ!" #: TurtleArtActivity.py:730 TurtleArtActivity.py:994 turtleblocks.py:415 msgid "Step" msgstr "צעד" #: TurtleArtActivity.py:735 turtleblocks.py:422 util/helpbutton.py:45 msgid "Help" msgstr "עזרה" #: TurtleArtActivity.py:736 turtleblocks.py:417 msgid "Stop" msgstr "עצור" #: TurtleArtActivity.py:758 TurtleArtActivity.py:938 TurtleArtActivity.py:960 msgid "Load project" msgstr "" #: TurtleArtActivity.py:761 TurtleArtActivity.py:943 TurtleArtActivity.py:965 msgid "Load plugin" msgstr "" #: TurtleArtActivity.py:762 TurtleArtActivity.py:946 TurtleArtActivity.py:968 msgid "Load Python block" msgstr "טען בלוק פייתון (Python)" #: TurtleArtActivity.py:895 msgid "Palettes" msgstr "" #: TurtleArtActivity.py:912 msgid "Sharing blocks disabled" msgstr "" #: TurtleArtActivity.py:985 msgid "p" msgstr "" #: TurtleArtActivity.py:990 msgid "e" msgstr "" #: TurtleArtActivity.py:992 msgid "r" msgstr "" #: TurtleArtActivity.py:994 msgid "w" msgstr "" #: TurtleArtActivity.py:997 msgid "s" msgstr "" #: TurtleArtActivity.py:1152 TurtleArtActivity.py:1157 #: TurtleArtActivity.py:1238 msgid "Plugin could not be installed." msgstr "" #: TurtleArtActivity.py:1234 msgid "Please restart Turtle Art in order to use the plugin." msgstr "" #: TurtleArtActivity.py:1252 #, python-format msgid "Plugin %s already installed." msgstr "" #: TurtleArtActivity.py:1253 #, python-format msgid "Do you want to reinstall %s?" msgstr "" #: gnome_plugins/collaboration_plugin.py:67 msgid "My Turtle Art session" msgstr "פעילות ציורי-צב שלי" #: gnome_plugins/collaboration_plugin.py:115 msgid "Enable collaboration" msgstr "אפשר שיתוף-פעולה" #: gnome_plugins/collaboration_plugin.py:120 msgid "Activities" msgstr "פעילויות" #: gnome_plugins/collaboration_plugin.py:125 msgid "Buddies" msgstr "חברים" #: gnome_plugins/collaboration_plugin.py:128 msgid "Share" msgstr "שתף" #: gnome_plugins/collaboration_plugin.py:129 msgid "Configuration" msgstr "קונפיגורציה" #: gnome_plugins/collaboration_plugin.py:132 msgid "Neighborhood" msgstr "שכונה" #: gnome_plugins/collaboration_plugin.py:292 msgid "Nickname" msgstr "כינוי" #: gnome_plugins/collaboration_plugin.py:294 msgid "Account ID" msgstr "שם משתמש בחשבון" #: gnome_plugins/collaboration_plugin.py:296 msgid "Server" msgstr "שרת" #: gnome_plugins/collaboration_plugin.py:298 msgid "Port" msgstr "פורט" #: gnome_plugins/collaboration_plugin.py:300 msgid "Password" msgstr "סיסמה" #: gnome_plugins/collaboration_plugin.py:302 msgid "Register" msgstr "הירשם" #: gnome_plugins/collaboration_plugin.py:304 msgid "Colors" msgstr "צבעים" #: gnome_plugins/fb_plugin.py:82 gnome_plugins/fb_plugin.py:83 #: gnome_plugins/fb_plugin.py:92 gnome_plugins/uploader_plugin.py:63 #: gnome_plugins/uploader_plugin.py:64 gnome_plugins/uploader_plugin.py:73 msgid "Upload" msgstr "העלאה" #: gnome_plugins/fb_plugin.py:87 msgid "Facebook wall post" msgstr "" #: gnome_plugins/uploader_plugin.py:68 msgid "Upload to Web" msgstr "העלה לאינטרנט" #: gnome_plugins/uploader_plugin.py:90 msgid "" "You must have an account at http://turtleartsite.sugarlabs.org to upload " "your project." msgstr "" "את\\ה צריכ\\ה לפתוח חשבון באתר http://turtleartsite.sugarlabs.org לפני שתוכל\\י " "להעלות את הפרוייקט לאתר." #: gnome_plugins/uploader_plugin.py:99 msgid "Username:" msgstr "שם משתמש:" #: gnome_plugins/uploader_plugin.py:109 msgid "Password:" msgstr "סיסמה:" #: gnome_plugins/uploader_plugin.py:120 msgid "Title:" msgstr "כותרת:" #: gnome_plugins/uploader_plugin.py:130 msgid "Description:" msgstr "תיאור:" #: gnome_plugins/uploader_plugin.py:140 msgid "Submit to Web" msgstr "שלח לאינטרנט" #: gnome_plugins/uploader_plugin.py:166 msgid "Login failed" msgstr "נסיון הכניסה למערכת נכשל" #: gnome_plugins/uploader_plugin.py:203 msgid "Failed to upload!" msgstr "נסיון ההעלאה נכשל!" #: plugins/accelerometer/accelerometer.py:49 #: plugins/audio_sensors/audio_sensors.py:75 #: plugins/camera_sensor/camera_sensor.py:63 #: plugins/light_sensor/light_sensor.py:49 plugins/rfid/rfid.py:86 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:336 msgid "Palette of sensor blocks" msgstr "לוח של בלוקי חיישנים" #: plugins/accelerometer/accelerometer.py:56 #: plugins/accelerometer/accelerometer.py:63 msgid "acceleration" msgstr "תאוצה" #: plugins/accelerometer/accelerometer.py:58 #: plugins/accelerometer/accelerometer.py:65 msgid "push acceleration in x, y, z to heap" msgstr "שמור את התאוצה בx, y, z במחסנית LIFO" #: plugins/audio_sensors/audio_sensors.py:83 #: plugins/audio_sensors/audio_sensors.py:98 pysamples/grecord.py:205 msgid "sound" msgstr "צליל" #: plugins/audio_sensors/audio_sensors.py:84 #: plugins/audio_sensors/audio_sensors.py:99 msgid "raw microphone input signal" msgstr "אות כניסה ישיר מהמיקרופון" #: plugins/audio_sensors/audio_sensors.py:90 #: plugins/audio_sensors/audio_sensors.py:105 msgid "loudness" msgstr "עוצמת קול" #: plugins/audio_sensors/audio_sensors.py:91 #: plugins/audio_sensors/audio_sensors.py:106 msgid "microphone input volume" msgstr "עוצמת קול של כניסת מיקרופון" #: plugins/audio_sensors/audio_sensors.py:119 #: plugins/audio_sensors/audio_sensors.py:127 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:322 msgid "pitch" msgstr "גובה צליל" #: plugins/audio_sensors/audio_sensors.py:120 #: plugins/audio_sensors/audio_sensors.py:128 msgid "microphone input pitch" msgstr "גובה צליל מכניסת מיקרופון" #: plugins/audio_sensors/audio_sensors.py:151 #: plugins/audio_sensors/audio_sensors.py:165 #: plugins/audio_sensors/audio_sensors.py:179 #: plugins/audio_sensors/audio_sensors.py:193 msgid "resistance" msgstr "התנגדות" #: plugins/audio_sensors/audio_sensors.py:152 #: plugins/audio_sensors/audio_sensors.py:166 #: plugins/audio_sensors/audio_sensors.py:180 #: plugins/audio_sensors/audio_sensors.py:194 msgid "microphone input resistance" msgstr "התנגדות כניסה של המיקרופון" #: plugins/audio_sensors/audio_sensors.py:157 #: plugins/audio_sensors/audio_sensors.py:171 #: plugins/audio_sensors/audio_sensors.py:185 #: plugins/audio_sensors/audio_sensors.py:199 msgid "voltage" msgstr "רמת מתח" #: plugins/audio_sensors/audio_sensors.py:158 #: plugins/audio_sensors/audio_sensors.py:172 #: plugins/audio_sensors/audio_sensors.py:186 #: plugins/audio_sensors/audio_sensors.py:200 msgid "microphone input voltage" msgstr "רמת מתח של כניסת מיקרופון" #: plugins/camera_sensor/camera_sensor.py:67 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:139 msgid "Palette of media objects" msgstr "לוח של בלוקי מדיה" #: plugins/camera_sensor/camera_sensor.py:80 #: plugins/camera_sensor/camera_sensor.py:93 #: plugins/camera_sensor/camera_sensor.py:128 #: plugins/camera_sensor/camera_sensor.py:141 #: plugins/light_sensor/light_sensor.py:56 #: plugins/light_sensor/light_sensor.py:63 msgid "brightness" msgstr "בהירות" #: plugins/camera_sensor/camera_sensor.py:82 #: plugins/camera_sensor/camera_sensor.py:130 msgid "light level detected by camera" msgstr "עוצמת אור שנמדדה ע\"י המצלמה" #: plugins/camera_sensor/camera_sensor.py:95 #: plugins/camera_sensor/camera_sensor.py:143 msgid "Average RGB color from camera is pushed to the stack" msgstr "צבע RGB ממוצע מהמצלמה יישמר למחסנית" #: plugins/camera_sensor/camera_sensor.py:106 #: plugins/camera_sensor/camera_sensor.py:113 #: plugins/camera_sensor/camera_sensor.py:121 #: plugins/camera_sensor/camera_sensor.py:155 #: plugins/camera_sensor/camera_sensor.py:163 msgid "camera output" msgstr "אות היציאה מהמצלמה" #: plugins/light_sensor/light_sensor.py:58 #: plugins/light_sensor/light_sensor.py:65 msgid "light level detected by light sensor" msgstr "עוצמת אור שנמדדה ע\"י חיישן האור" #: plugins/rfid/rfid.py:92 plugins/rfid/rfid.py:100 msgid "RFID" msgstr "תג-רדיו (RFID)" #: plugins/rfid/rfid.py:93 plugins/rfid/rfid.py:101 msgid "read value from RFID device" msgstr "קרא ערך מהתקן RFID" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:109 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:112 msgid "while" msgstr "כל-עוד" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:113 msgid "do-while-True operator that uses boolean operators from Numbers palette" msgstr "אופרטור כל-עוד-אמת שמשתמש באופרטורים בוליאניים מלוח פעולות חשבוניות" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:119 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:122 msgid "until" msgstr "עד_ש" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:123 msgid "do-until-True operator that uses boolean operators from Numbers palette" msgstr "אופרטור עד-ש-אמת שמשתמש באופרטורים בוליאניים מלוח פעולות חשבוניות" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:130 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:732 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:903 msgid "top" msgstr "ראש" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:132 msgid "top of a collapsible stack" msgstr "ראש של מחסנית ניתנת לצמצום" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:146 msgid "journal" msgstr "יומן" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:147 msgid "Sugar Journal media object" msgstr "אובייקט מדיה של יומן Sugar" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:157 msgid "audio" msgstr "צליל" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:159 msgid "Sugar Journal audio object" msgstr "אובייקט צליל של יומן Sugar" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:169 msgid "video" msgstr "וידאו" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:171 msgid "Sugar Journal video object" msgstr "אובייקט וידאו של יומן Sugar" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:181 msgid "description" msgstr "תיאור" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:183 msgid "Sugar Journal description field" msgstr "שדה תיאור של יומן Sugar" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:200 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:228 msgid "show" msgstr "הצג" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:204 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:217 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:232 msgid "draws text or show media from the Journal" msgstr "מצייר טקסט (מלל) או מראה מדיה מהיומן" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:213 msgid "show aligned" msgstr "הצג עם יישור" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:240 msgid "set scale" msgstr "קבע קנה מידה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:244 msgid "sets the scale of media" msgstr "קובע את קנה המידה של המדיה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:251 msgid "save picture" msgstr "שמור תמונה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:253 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:264 msgid "picture name" msgstr "שם התמונה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:254 msgid "saves a picture to the Sugar Journal" msgstr "שמור את התמונה ליומן Sugar" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:262 msgid "save SVG" msgstr "שמור SVG" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:265 msgid "saves turtle graphics as an SVG file in the Sugar Journal" msgstr "שומר ציור-צב בפורמט SVG ביומן Sugar" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:272 msgid "scale" msgstr "קנה-מידה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:276 msgid "holds current scale value" msgstr "מכיל את הערך הנוכחי של קנה המידה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:281 msgid "media wait" msgstr "מתן למדיה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:283 msgid "wait for current video or audio to complete" msgstr "ממתין עד סיום הוידאו או הצליל הנוכחי" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:289 msgid "media stop" msgstr "הפסק מדיה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:291 msgid "stop video or audio" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:296 msgid "media pause" msgstr "עצור מדיה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:298 msgid "pause video or audio" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:303 msgid "media resume" msgstr "המשך מדיה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:305 msgid "resume playing video or audio" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:311 msgid "speak" msgstr "דבר" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:313 msgid "hello" msgstr "שלום" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:314 msgid "speaks text" msgstr "אומר את הטקסט (מלל) הנתון" #. TRANS: pitch, duration, amplitude #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:322 msgid "sinewave" msgstr "גל סינוס" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:323 msgid "amplitude" msgstr "עוצמה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:323 msgid "duration" msgstr "משך זמן" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:326 msgid "plays a sinewave at frequency, amplitude, and duration (in seconds)" msgstr "משמיע צליל סינוס בתדירות, עוצמה ומשך זמן (בשניות) נתונים" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:343 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:354 msgid "button down" msgstr "כפתור לחוץ" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:346 msgid "returns 1 if mouse button is pressed" msgstr "מחזיר 1 אם המשתמש לוחץ כעת על כפתור העכבר" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:357 #, fuzzy msgid "returns True if mouse button is pressed" msgstr "מחזיר 1 אם המשתמש לוחץ כעת על כפתור העכבר" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:364 msgid "mouse x" msgstr "עכבר-x" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:367 msgid "returns mouse x coordinate" msgstr "מחזיר את הערך הנוכחי של קוארדינטת x של העכבר" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:374 msgid "mouse y" msgstr "עכבר-y" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:377 msgid "returns mouse y coordinate" msgstr "מחזיר את הערך הנוכחי של קוארדינטת y של העכבר" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:385 msgid "query keyboard" msgstr "קלט מקלדת" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:387 msgid "query for keyboard input (results stored in keyboard block)" msgstr "מבקש קלט מהמקלדת (התוצאה נשמרת בבלוק מקלדת)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:394 msgid "keyboard" msgstr "מקלדת" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:398 #, fuzzy msgid "holds results of query-keyboard block as ASCII" msgstr "מחזיק את תוצאת הבלוק קלט מקלדת" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:430 msgid "read pixel" msgstr "קרא פיקסל" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:433 msgid "RGB color under the turtle is pushed to the stack" msgstr "ערך RGB של הפיקסל שנמצא תחת הצב נשמר במחסנית" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:441 msgid "turtle sees" msgstr "צב רואה צבע" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:443 msgid "returns the color that the turtle \"sees\"" msgstr "מחזיר את הצבע שהצב \"רואה\"" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:451 msgid "time" msgstr "זמן" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:454 msgid "elapsed time (in seconds) since program started" msgstr "זמן שחלף (בשניות) מאז הפעלת התוכנה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:463 msgid "Palette of extra options" msgstr "לוח של אפשרויות נוספות" #. TRANS: push adds a new item to the program stack #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:470 msgid "push" msgstr "דחוף\\שמור ערך" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:473 msgid "pushes value onto FILO (first-in last-out heap)" msgstr "שומר ערך במחסנית FILO (ראשון-בפנים אחרון-בחוץ)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:483 msgid "show heap" msgstr "הצג מחסנית FILO" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:486 msgid "shows values in FILO (first-in last-out heap)" msgstr "מציג את הערכים השמורים במחסנית FILO (ראשון-בפנים אחרון-בחוץ)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:496 msgid "empty heap" msgstr "רוקן מחסנית FILO" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:499 msgid "emptys FILO (first-in-last-out heap)" msgstr "מרוקן את מחסנית הFILO" #. TRANS: pop removes a new item from the program stack #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:510 msgid "pop" msgstr "שלוף\\טען ערך" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:514 msgid "pops value off FILO (first-in last-out heap)" msgstr "שולף ערך ממחסנית LIFO (ראשון-בפנים אחרון-בחוץ)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:525 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:535 #, fuzzy msgid "empty heap?" msgstr "רוקן מחסנית FILO" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:528 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:538 msgid "returns True if heap is empty" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:545 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:547 msgid "comment" msgstr "הערה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:549 msgid "places a comment in your code" msgstr "מציב הערה בקוד שלך" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:555 msgid "print" msgstr "הודעה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:559 msgid "prints value in status block at bottom of the screen" msgstr "מציג ערך בבלוק סטטוס בתחתית המסך" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:569 msgid "Python chr operator" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:578 msgid "Python int operator" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:585 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:598 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:612 msgid "Python" msgstr "פייתון (Python)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:589 msgid "" "a programmable block: used to add advanced single-variable math equations, e." "g., sin(x)" msgstr "בלוק ניתן לתכנות: משמש להוספת משוואות מתמטיות במשתנה אחד, לדוגמה sin(x)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:602 msgid "" "a programmable block: used to add advanced multi-variable math equations, e." "g., sqrt(x*x+y*y)" msgstr "" "בלוק ניתן לתכנות: משמש להוספת משוואות מתמטיות במספר משתנים, לדוגמה " "sqrt(x*x+y*y)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:616 msgid "" "a programmable block: used to add advanced multi-variable math equations, e." "g., sin(x+y+z)" msgstr "" "בלוק ניתן לתכנות: משמש להוספת משוואות מתמטיות במספר משתנים, לדוגמה " "sin(x+y+z)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:628 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:644 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:659 msgid "Python block" msgstr "בלוק פייתון (Python)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:630 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:646 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:662 msgid "runs code found in the tamyblock.py module found in the Journal" msgstr "מריץ קוד שנמצא במודול tamyblock.py ביומן" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:675 msgid "Cartesian" msgstr "קרטזיאני" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:677 msgid "displays Cartesian coordinates" msgstr "הצג קוארדינטות קרטזיאניות" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:683 msgid "polar" msgstr "פולרי" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:685 msgid "displays polar coordinates" msgstr "הצג קוארדינטות פולריות" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:691 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:773 msgid "turtle" msgstr "צב" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:695 msgid "chooses which turtle to command" msgstr "בחר באיזה צב להשתמש" #. TRANS: pop removes a new item from the program stack #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:703 msgid "active turtle" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:706 msgid "the name of the active turtle" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:715 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724 msgid "turtle shell" msgstr "שריון צב" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:717 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:725 msgid "put a custom 'shell' on the turtle" msgstr "התאם אישית את השריון שעל הצב" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:733 msgid "top of a collapsed stack" msgstr "ראש המחסנית המצומצמת" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:738 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:748 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:759 msgid "load" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:741 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:752 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:763 msgid "loads a block" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:762 #, fuzzy msgid "setxy" msgstr "קבע ערך XY" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:771 msgid "palette" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774 msgid "selects a palette" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:782 msgid "Palette of presentation templates" msgstr "לוח של דוגמאות-בסיס למצגת" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:789 msgid "hide blocks" msgstr "הסתר בלוקים" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:791 msgid "declutters canvas by hiding blocks" msgstr "מסיר בלוקים מיותרים מהיריעה ע\"מ להקל על אי-סדר" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:798 msgid "show blocks" msgstr "הראה בלוקים" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:800 msgid "restores hidden blocks" msgstr "הצג בלוקים מוסתרים" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:808 msgid "hides the Sugar toolbars" msgstr "הסתר סרגלי כלים של Sugar" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:817 msgid "list" msgstr "רשימה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:821 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1056 msgid "presentation bulleted list" msgstr "רשימת פריטים עם סימון למצגת" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:829 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1058 msgid "presentation template: list of bullets" msgstr "דוגמת-בסיס למצגת - רשימת פריטים עם סימן" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:836 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:998 msgid "presentation template: select Journal object (no description)" msgstr "דוגמת-בסיס למצגת - בחר אובייקט מהיומן (בלי תיאור)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:843 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:983 msgid "presentation template: select Journal object (with description)" msgstr "דוגמת-בסיס למצגת - בחר אובייקט מהיומן (עם תיאור)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:850 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1043 msgid "presentation template: select four Journal objects" msgstr "דוגמת-בסיס למצגת - בחר ארבעה אובייקטים מהיומן" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:857 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:864 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1013 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1028 msgid "presentation template: select two Journal objects" msgstr "דוגמת-בסיס למצגת - בחר שני אובייקטים מהיומן" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:874 msgid "xcor of left of screen" msgstr "קוארדינטת X של צידו השמאלי של המסך" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:879 msgid "bottom" msgstr "תחתית" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:882 msgid "ycor of bottom of screen" msgstr "קוארדינטת Y של צידו התחתון של המסך" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:887 msgid "width" msgstr "רוחב" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:890 msgid "the canvas width" msgstr "רוחב היריעה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:898 msgid "xcor of right of screen" msgstr "קוארדינטת X של צידו הימני של המסך" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:906 msgid "ycor of top of screen" msgstr "קוארדינטת Y של צידו העליון של המסך" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:911 msgid "height" msgstr "גובה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:914 msgid "the canvas height" msgstr "גובה היריעה" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:921 msgid "title x" msgstr "כותרת X" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:930 msgid "title y" msgstr "כותרת Y" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:939 msgid "left x" msgstr "שמאל X" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:948 msgid "top y" msgstr "מעלה Y" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:957 msgid "right x" msgstr "ימין X" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:966 msgid "bottom y" msgstr "תחתית Y" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:981 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:996 msgid "presentation 1x1" msgstr "מצגת 1x1" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1011 msgid "presentation 2x1" msgstr "מצגת 2x1" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1026 msgid "presentation 1x2" msgstr "מצגת 1x2" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1041 msgid "presentation 2x2" msgstr "מצגת 2x2" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1073 msgid "Palette of user-defined operators" msgstr "" #: pysamples/brain.py:43 msgid "Please install the Speak Activity and try again." msgstr "" #: pysamples/brain.py:54 msgid "Spanish" msgstr "" #: pysamples/brain.py:58 pysamples/brain.py:72 pysamples/brain.py:74 #: pysamples/brain.py:80 msgid "English" msgstr "" #: pysamples/brain.py:91 msgid "Sorry, I can't understand what you are asking about." msgstr "" #: pysamples/brain.py:100 msgid "" "Sorry, there is no free memory to load my brain. Close other activities and " "try once more." msgstr "" #: pysamples/forward_push.py:45 msgid "push destination rgb value to heap" msgstr "" #: pysamples/grecord.py:215 msgid "stop" msgstr "הפסק" #: pysamples/grecord.py:217 msgid "play" msgstr "נגן" #: pysamples/grecord.py:219 msgid "save" msgstr "שמור" #: pysamples/journal-stats.py:78 msgid "other" msgstr "" #: pysamples/uturn.py:24 msgid "uturn" msgstr "פניית-פרסה" #: pysamples/uturn.py:26 msgid "make a uturn" msgstr "בצע פניית-פרסה" #: turtleblocks.py:89 msgid "usage is" msgstr "" #: turtleblocks.py:250 msgid "No option action:" msgstr "" #: turtleblocks.py:265 msgid "File not found" msgstr "הקובץ לא נמצא" #: turtleblocks.py:289 #, python-format msgid "Configuration directory not writable: %s" msgstr "אין הרשאה לכתיבה בספריית קונפיגורציה: %s" #: turtleblocks.py:365 msgid "New" msgstr "חדש" #: turtleblocks.py:366 msgid "Open" msgstr "פתח" #: turtleblocks.py:367 msgid "Save" msgstr "שמור" #: turtleblocks.py:368 msgid "Save as" msgstr "שמור בשם" #: turtleblocks.py:373 msgid "Quit" msgstr "יציאה" #: turtleblocks.py:374 msgid "File" msgstr "קובץ" #: turtleblocks.py:381 msgid "Rescale coordinates" msgstr "שנה קנה מידה של קוארדינטות" #: turtleblocks.py:387 msgid "Reset block size" msgstr "שנה גודל בלוקים לברירת מחדל" #: turtleblocks.py:408 msgid "Show/hide blocks" msgstr "הצג\\הסתר בלוקים" #: turtleblocks.py:410 msgid "Tools" msgstr "כלים" #: turtleblocks.py:416 msgid "Debug" msgstr "נפה שגיאות" #: turtleblocks.py:418 msgid "Turtle" msgstr "צב" #: turtleblocks.py:421 msgid "About..." msgstr "" #: turtleblocks.py:461 msgid "You have unsaved work. Would you like to save before quitting?" msgstr "יש לך עבודה שטרם נשמרה. האם תרצה לשמור אותה לפני יציאה מהתוכנית?" #: turtleblocks.py:462 msgid "Save project?" msgstr "לשמור פרוייקט?" #~ msgid "Turtle Art" #~ msgstr "ציורי צב" #~ msgid "Turtle Art Mini" #~ msgstr "מיני ציור-צב" #~ msgid "Turtle Confusion" #~ msgstr "בלבול צב" #~ msgid "Select a challenge" #~ msgstr "בחר אתגר" #, fuzzy #~ msgid "adjust LED intensity between 0 and 255" #~ msgstr "קבע את עוצמת נורית הLED בין 0 ל255." #, fuzzy #~ msgid "returns the object gray level as a number between 0 and 1023" #~ msgstr "מחזיר את הערך הנוכחי של עוצמת אור הרקע כמספר בין 0 ל1023." #, fuzzy #~ msgid "returns 1 when the button is press and 0 otherwise" #~ msgstr "מחזיר 1 כאשר הכפתור לחוץ, 0 אחרת." #, fuzzy #~ msgid "returns the ambient light level as a number between 0 and 1023" #~ msgstr "מחזיר את הערך הנוכחי של עוצמת אור הרקע כמספר בין 0 ל1023." #, fuzzy #~ msgid "returns the ambient temperature as a number between 0 and 255" #~ msgstr "מחזיר את הערך הנוכחי של טמפרטורת החדר כמספר בין 0 ל255." #, fuzzy #~ msgid "" #~ "returns the distance from the object in front of the sensor as a number " #~ "between 0 and 255" #~ msgstr "" #~ "מחזיר את הערך הנוכחי של מדידת המרחק מהאובייקט שמול החיישן כמספר בין 0 ל 255." #, fuzzy #~ msgid "returns 0 or 1 depending on the sensor inclination" #~ msgstr "מחזיר 0 או 1 ע\"פ הטיית החיישן." #, fuzzy #~ msgid "returns 1 when the sensors detects a magnetic field, 0 otherwise" #~ msgstr "מחזיר 1 כאשר החיישן מזהה שדה מגנטי, 0 אחרת." #, fuzzy #~ msgid "switches from 0 to 1, the frequency depends on the vibration" #~ msgstr "מתחלף בין 0 ל-1 בתדירות שנקבעת ע\"פ הרעדה." #~ msgid "LED" #~ msgstr "נורית LED" #~ msgid "grayscale" #~ msgstr "גווני אפור" #~ msgid "ambient light" #~ msgstr "אור-רקע" #~ msgid "temperature" #~ msgstr "טמפרטורה" #~ msgid "distance" #~ msgstr "מרחק" #~ msgid "tilt" #~ msgstr "הטייה" #~ msgid "magnetic induction" #~ msgstr "השראה מגנטית" #~ msgid "vibration" #~ msgstr "רעד" #~ msgid "Butia Robot" #~ msgstr "רובוט Butia" #, fuzzy #~ msgid "returns the battery charge as a number between 0 and 255" #~ msgstr "מחזיר את הערך הנוכחי של טמפרטורת החדר כמספר בין 0 ל255." #, fuzzy #~ msgid "Error on initialization of the camera" #~ msgstr "שגיאה באתחול המצלמה." #~ msgid "FollowMe" #~ msgstr "עקוב-אחרי" #~ msgid "update information" #~ msgstr "עדכן מידע" #, fuzzy #~ msgid "update information from the server" #~ msgstr "מעדכן מידע מהשרת." #~ msgid "Palette of physics blocks" #~ msgstr "לוח של בלוקי פיזיקה" #~ msgid "start polygon" #~ msgstr "התחל מצולע" #~ msgid "Begin defining a new polygon based on the current Turtle xy position." #~ msgstr "התחל להגדיר מצולע בהתבסס על מיקומו הנוכחי של הצב." #~ msgid "add point" #~ msgstr "הוסף נקודה" #~ msgid "" #~ "Add a new point to the current polygon based on the current Turtle xy " #~ "position." #~ msgstr "הוסף נקודה חדשה למצולע הנוכחי בהתבסס על מיקומו הנוכחי של הצב." #~ msgid "end polygon" #~ msgstr "סיים מצולע" #~ msgid "Define a new polygon." #~ msgstr "הגדר מצולע חדש." #~ msgid "end filled polygon" #~ msgstr "סיים מצולע עם מילוי" #~ msgid "Not a simple polygon" #~ msgstr "זהו אינו מצולע פשוט" #~ msgid "Define a new filled polygon." #~ msgstr "הגדר מצולע חדש עם מילוי." #~ msgid "triangle" #~ msgstr "משולש" #~ msgid "base" #~ msgstr "בסיס" #~ msgid "Add a triangle object to the project." #~ msgstr "הוסף אובייקט משולש לפרוייקט." #~ msgid "circle" #~ msgstr "עיגול" #~ msgid "Add a circle object to the project." #~ msgstr "הוסף אובייקט עיגול לפרוייקט." #~ msgid "rectangle" #~ msgstr "מרובע" #~ msgid "Add a rectangle object to the project." #~ msgstr "הוסף אובייקט מרובע לפרוייקט." #~ msgid "reset" #~ msgstr "אתחל" #~ msgid "Reset the project; clear the object list." #~ msgstr "אתחל את הפרוייקט. נקה את רשימת האובייקטים." #~ msgid "motor" #~ msgstr "מנוע" #~ msgid "torque" #~ msgstr "מומנט-סיבוב" #~ msgid "speed" #~ msgstr "מהירות" #~ msgid "" #~ "Join two objects together (the most recent object created and the object at " #~ "point x, y)." #~ msgstr "צרף שני אובייקטים (האובייקט האחרון שנוצר והאובייקט בנקודה x,y)." #~ msgid "Save the project to the Journal as a Physics activity." #~ msgstr "שמור את הפרוייקט ביומן כפעילות פיזיקה." #, fuzzy #~ msgid "Add a gear object to the project." #~ msgstr "הוסף אובייקט עיגול לפרוייקט." #~ msgid "density" #~ msgstr "צפיפות" #~ msgid "" #~ "Set the density property for objects (density can be any positive number)." #~ msgstr "קבע ערך לתכונת הצפיפות של אובייקטים (מספר חיובי)." #~ msgid "friction" #~ msgstr "חיכוך" #~ msgid "" #~ "Set the friction property for objects (value from 0 to 1, where 0 turns " #~ "friction off and 1 is strong friction)." #~ msgstr "" #~ "קבע ערך לתכונת החיכוך של אובייקטים (ערכים בין 0 ל-1, 0 משמעו ללא חיכוך, 1 " #~ "משמעו חיכוך רב)." #~ msgid "bounciness" #~ msgstr "מקדם תקומה" #~ msgid "" #~ "Set the bounciness property for objects (a value from 0 to 1, where 0 means " #~ "no bounce and 1 is very bouncy)." #~ msgstr "" #~ "קבע ערך למקדם התקומה של אובייקטים (ערכים בין 0 ל-1, 0 משמעו ללא קיפוץ, 1 " #~ "משמעו נטייה חזקה לקיפוץ)." #~ msgid "dynamic" #~ msgstr "דינאמי" #~ msgid "" #~ "If dynamic = 1, the object can move; if dynamic = 0, it is fixed in position." #~ msgstr "אם דינאמי=1 , האובייקט מסוגל לזוז. אם דינאמי=0, האובייקט רתוק למקומו." #, fuzzy #~ msgid "Palette of WeDo blocks" #~ msgstr "לוח של בלוקי חיישנים" #, fuzzy #~ msgid "light" #~ msgstr "ימינה" #, fuzzy #~ msgid "grey" #~ msgstr "gray" #, fuzzy #~ msgid "port" #~ msgstr "פורט" #, fuzzy #~ msgid "read" #~ msgstr "אדום" #, fuzzy #~ msgid "mode" #~ msgstr "מודולו" #, fuzzy #~ msgid "Palette of Expeyes blocks" #~ msgstr "לוח של בלוקי חיישנים" #, fuzzy #~ msgid "display Butia" #~ msgstr "השהה Butia" #~ msgid "follow a RGB color" #~ msgstr "עקוב אחר צבע RGB" #, fuzzy #~ msgid "Palette of Arduino blocks" #~ msgstr "לוח של בלוקי חיישנים" #~ msgid "delay Butia" #~ msgstr "השהה Butia" #~ msgid "The camera was not found." #~ msgstr "המצלמה לא אותרה." #~ msgid "then else" #~ msgstr "אחרת-אז" #~ msgid "bottom of a collapsible stack" #~ msgstr "תחתית מחסנית ניתנת לצמצום" #~ msgid "bottom block in a collapsed stack: click to open" #~ msgstr "הבלוק התחתון שמחסנית מצומצת, הקלק בכדי לפתוח" #~ msgid "top of stack" #~ msgstr "ראש המחסנית" #~ msgid "label" #~ msgstr "תווית" #~ msgid "Save as HTML" #~ msgstr "שמור כHTML" #~ msgid "Palette of US currencies" #~ msgstr "לוח של יחידות כסף (ארצות-הברית)" #~ msgid "presentation" #~ msgstr "מצגת" #~ msgid "follow a turtle color" #~ msgstr "עקוב אחרי צבע צב" #~ msgid "calibrate a color to follow" #~ msgstr "בצע קליברציה (התאמה) של הצבע אחריו יש לעקוב" #~ msgid "Move the cursor over the orange palette for help." #~ msgstr "הזז את הסמן אל מעל ללוח הכתום כדי לראות תיאור של הפקודות." #, fuzzy #~ msgid "Turtle Art Butia" #~ msgstr "מיני ציור-צב" #~ msgid "pushbutton" #~ msgstr "כפתור-לחיצה" #, fuzzy #~ msgid "" #~ "returns the object gray level encountered him as a number between 0 and 1023" #~ msgstr "" #~ "מחזיר את הערך הנוכחי של גוון האפור של האובייקט שזיהה החיישן כמספר בין 0 ל " #~ "1024." #~ msgid "activity count" #~ msgstr "מספר פעילויות" #~ msgid "Import/Export" #~ msgstr "ייבא\\ייצא" #~ msgid "Import project from the Journal" #~ msgstr "ייבא פרוייקט מהיומן"