From a8e9c5aaf2070649e2833a2310a8c0fb443bd080 Mon Sep 17 00:00:00 2001 From: guysoft Date: Sun, 31 Aug 2014 13:28:16 +0300 Subject: [PATCH 1/3] Initial creation of Hebrew translation --- .../translations/he/LC_MESSAGES/messages.po | 1253 +++++++++++++++++ 1 file changed, 1253 insertions(+) create mode 100644 src/octoprint/translations/he/LC_MESSAGES/messages.po diff --git a/src/octoprint/translations/he/LC_MESSAGES/messages.po b/src/octoprint/translations/he/LC_MESSAGES/messages.po new file mode 100644 index 00000000..1928f328 --- /dev/null +++ b/src/octoprint/translations/he/LC_MESSAGES/messages.po @@ -0,0 +1,1253 @@ +# Hebrew translations for OctoPrint. +# Copyright (C) 2014 The OctoPrint Project +# This file is distributed under the same license as the OctoPrint project. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: OctoPrint 1.2.0-dev-131-g854387b\n" +"Report-Msgid-Bugs-To: i18n@octoprint.org\n" +"POT-Creation-Date: 2014-08-31 12:52+0300\n" +"PO-Revision-Date: 2014-08-31 13:24+0300\n" +"Last-Translator: FULL NAME \n" +"Language-Team: he \n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" + +#: src/octoprint/static/js/app/dataupdater.js:43 +msgid "" +"The server appears to be offline, at least I'm not getting any response " +"from it. I'll try to reconnect automatically over the next couple" +" of minutes, however you are welcome to try a manual reconnect " +"anytime using the button below." +msgstr "" + +#: src/octoprint/static/js/app/dataupdater.js:58 +msgid "" +"The server appears to be offline, at least I'm not getting any response " +"from it. I could not reconnect automatically, but you " +"may try a manual reconnect using the button below." +msgstr "" + +#: src/octoprint/static/js/app/dataupdater.js:125 +msgid "Rendering timelapse" +msgstr "" + +#: src/octoprint/static/js/app/dataupdater.js:125 +#, python-format +msgid "Now rendering timelapse %(movie_basename)s" +msgstr "" + +#: src/octoprint/static/js/app/dataupdater.js:127 +msgid "Timelapse ready" +msgstr "" + +#: src/octoprint/static/js/app/dataupdater.js:127 +#, python-format +msgid "New timelapse %(movie_basename)s is done rendering." +msgstr "" + +#: src/octoprint/static/js/app/dataupdater.js:130 +#, python-format +msgid "" +"Rendering of timelapse %(movie_basename)s failedwith return code " +"%(returncode)s" +msgstr "" + +#: src/octoprint/static/js/app/dataupdater.js:132 +msgid "Rendering failed" +msgstr "" + +#: src/octoprint/static/js/app/dataupdater.js:136 +msgid "Slicing ..." +msgstr "" + +#: src/octoprint/static/js/app/dataupdater.js:141 +msgid "Slicing done" +msgstr "" + +#: src/octoprint/static/js/app/dataupdater.js:141 +#, python-format +msgid "Sliced %(stl)s to %(gcode)s, took %(time).2f seconds" +msgstr "" + +#: src/octoprint/static/js/app/dataupdater.js:148 +#, python-format +msgid "Could not slice %(stl)s to %(gcode)s: %(reason)s" +msgstr "" + +#: src/octoprint/static/js/app/dataupdater.js:149 +msgid "Slicing failed" +msgstr "" + +#: src/octoprint/static/js/app/dataupdater.js:153 +msgid "Streaming ..." +msgstr "" + +#: src/octoprint/static/js/app/dataupdater.js:158 +msgid "Streaming done" +msgstr "" + +#: src/octoprint/static/js/app/dataupdater.js:158 +#, python-format +msgid "Streamed %(local)s to %(remote)s on SD, took %(time).2f seconds" +msgstr "" + +#: src/octoprint/static/js/app/helpers.js:324 +#, python-format +msgid "%(hour)02d:%(minute)02d:%(second)02d" +msgstr "" + +#: src/octoprint/static/js/app/helpers.js:329 +msgid "YYYY-MM-DD HH:mm" +msgstr "" + +#: src/octoprint/static/js/app/helpers.js:347 +#: src/octoprint/static/js/app/helpers.js:352 +msgid "off" +msgstr "" + +#: src/octoprint/static/js/app/main.js:14 +msgid "Offline" +msgstr "" + +#: src/octoprint/static/js/app/main.js:15 +msgid "Opening serial port" +msgstr "" + +#: src/octoprint/static/js/app/main.js:16 +msgid "Detecting serial port" +msgstr "" + +#: src/octoprint/static/js/app/main.js:17 +msgid "Detecting baudrate" +msgstr "" + +#: src/octoprint/static/js/app/main.js:18 +msgid "Connecting" +msgstr "" + +#: src/octoprint/static/js/app/main.js:19 +msgid "Operational" +msgstr "" + +#: src/octoprint/static/js/app/main.js:20 +msgid "Printing from SD" +msgstr "" + +#: src/octoprint/static/js/app/main.js:21 +msgid "Sending file to SD" +msgstr "" + +#: src/octoprint/static/js/app/main.js:22 +msgid "Printing" +msgstr "" + +#: src/octoprint/static/js/app/main.js:23 +msgid "Paused" +msgstr "" + +#: src/octoprint/static/js/app/main.js:24 +msgid "Closed" +msgstr "" + +#: src/octoprint/static/js/app/main.js:25 +msgid "Transfering file to SD" +msgstr "" + +#: src/octoprint/static/js/app/main.js:121 +msgid "" +"Could not upload the file. Make sure that it is a GCODE file and has the " +"extension \".gcode\" or \".gco\" or that it is an STL file with the " +"extension \".stl\" and slicing support is enabled and configured." +msgstr "" + +#: src/octoprint/static/js/app/main.js:137 +msgid "Uploading ..." +msgstr "" + +#: src/octoprint/static/js/app/main.js:140 +msgid "Saving ..." +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/appearance.js:9 +#: src/octoprint/static/js/app/viewmodels/appearance.js:11 +#: src/octoprint/static/js/app/viewmodels/appearance.js:16 +#: src/octoprint/static/js/app/viewmodels/appearance.js:18 +msgid "OctoPrint" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/connection.js:24 +#: src/octoprint/templates/index.jinja2:117 +msgid "Connect" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/connection.js:26 +msgid "Disconnect" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/control.js:37 +#: src/octoprint/static/js/app/viewmodels/files.js:281 +#: src/octoprint/static/js/app/viewmodels/gcode.js:330 +#: src/octoprint/static/js/app/viewmodels/gcode.js:361 +#: src/octoprint/static/js/app/viewmodels/printerstate.js:137 +#: src/octoprint/static/js/app/viewmodels/temperature.js:54 +msgid "Tool" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/control.js:43 +#: src/octoprint/static/js/app/viewmodels/temperature.js:65 +msgid "Hotend" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/files.js:276 +#: src/octoprint/static/js/app/viewmodels/files.js:281 +msgid "Filament" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/files.js:285 +msgid "Estimated Print Time" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/files.js:288 +msgid "Last Printed" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/files.js:290 +msgid "Last Print Time" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/firstrun.js:37 +msgid "" +"If you disable Access Control and your OctoPrint " +"installation is accessible from the internet, your printer will " +"be accessible by everyone - that also includes the bad guys!" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/gcode.js:13 +msgid "Loading..." +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/gcode.js:17 +msgid "Analyzing..." +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/gcode.js:21 +msgid "Analyzed" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/gcode.js:325 +msgid "Model size" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/gcode.js:327 +#: src/octoprint/static/js/app/viewmodels/gcode.js:330 +msgid "Total filament used" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/gcode.js:327 +#: src/octoprint/static/js/app/viewmodels/gcode.js:330 +#: src/octoprint/static/js/app/viewmodels/gcode.js:334 +msgid "mm" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/gcode.js:333 +msgid "Estimated print time" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/gcode.js:334 +msgid "Estimated layer height" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/gcode.js:335 +msgid "Layer count" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/gcode.js:335 +msgid "visited" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/gcode.js:354 +msgid "Layer number" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/gcode.js:355 +msgid "Layer height" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/gcode.js:356 +msgid "GCODE commands in layer" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/gcode.js:358 +#: src/octoprint/static/js/app/viewmodels/gcode.js:361 +msgid "Filament used by layer" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/gcode.js:364 +msgid "Print time for layer" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/loginstate.js:15 +#: src/octoprint/templates/index.jinja2:74 +#: src/octoprint/templates/index.jinja2:85 +msgid "Login" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/loginstate.js:70 +msgid "Login successful" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/loginstate.js:70 +#, python-format +msgid "You are now logged in as \"%(username)s\"" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/loginstate.js:74 +msgid "Login failed" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/loginstate.js:74 +msgid "User unknown or wrong password" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/loginstate.js:84 +msgid "Logout successful" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/loginstate.js:84 +msgid "You are now logged out" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/navigation.js:17 +#, python-format +msgid "The command \"%(command)s\" executed successfully" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/navigation.js:20 +#, python-format +msgid "The command \"%(command)s\" could not be executed." +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/navigation.js:22 +msgid "Error" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/printerstate.js:66 +msgid "Continue" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/printerstate.js:68 +#: src/octoprint/templates/index.jinja2:144 +msgid "Pause" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/printerstate.js:79 +#: src/octoprint/templates/index.jinja2:524 +msgid "On Z Change" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/printerstate.js:81 +#: src/octoprint/templates/index.jinja2:525 +msgid "Timed" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/printerstate.js:81 +#: src/octoprint/templates/index.jinja2:531 +#: src/octoprint/templates/index.jinja2:538 +msgid "sec" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/printerstate.js:166 +msgid "This will restart the print job from the beginning." +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/settings.js:15 +#: src/octoprint/static/js/app/viewmodels/settings.js:41 +msgid "default" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/settings.js:16 +#: src/octoprint/static/js/app/viewmodels/settings.js:27 +msgid "red" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/settings.js:17 +#: src/octoprint/static/js/app/viewmodels/settings.js:29 +msgid "orange" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/settings.js:18 +#: src/octoprint/static/js/app/viewmodels/settings.js:31 +msgid "yellow" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/settings.js:19 +#: src/octoprint/static/js/app/viewmodels/settings.js:33 +msgid "green" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/settings.js:20 +#: src/octoprint/static/js/app/viewmodels/settings.js:35 +msgid "blue" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/settings.js:21 +#: src/octoprint/static/js/app/viewmodels/settings.js:37 +msgid "violet" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/settings.js:22 +#: src/octoprint/static/js/app/viewmodels/settings.js:39 +msgid "black" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/temperature.js:22 +#: src/octoprint/static/js/app/viewmodels/temperature.js:70 +#: src/octoprint/templates/settings.jinja2:347 +msgid "Bed" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/temperature.js:101 +msgid "just now" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/temperature.js:103 +msgid "min" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/temperature.js:241 +#: src/octoprint/templates/index.jinja2:262 +msgid "Actual" +msgstr "" + +#: src/octoprint/static/js/app/viewmodels/temperature.js:246 +#: src/octoprint/templates/index.jinja2:263 +msgid "Target" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:6 +msgid "Server is offline" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:9 +msgid "Attempt to reconnect" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:20 +msgid "Upload locally" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:22 +#: src/octoprint/templates/index.jinja2:218 +msgid "Upload to SD" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:22 +msgid "SD not initialized" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:25 +#: src/octoprint/templates/index.jinja2:213 +#: src/octoprint/templates/index.jinja2:224 +msgid "Upload" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:34 +msgid "Are you sure?" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:38 +msgid "Are you sure you want to proceed?" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:41 +#: src/octoprint/templates/index.jinja2:145 +#: src/octoprint/templates/settings.jinja2:676 +msgid "Cancel" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:42 +msgid "Proceed" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:48 +msgid "Configure Access Control" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:51 +msgid "" +"

\n" +" Please read the following, it is very important for " +"your printer's health!\n" +"

\n" +"

\n" +" OctoPrint by default now ships with Access Control enabled, " +"meaning you won't be able to do anything with the\n" +" printer unless you login first as a configured user. This is " +"to prevent strangers - possibly with\n" +" malicious intent - to gain access to your printer " +"via the internet or another untrustworthy network\n" +" and using it in such a way that it is damaged or worse (i.e. " +"causes a fire).\n" +"

\n" +"

\n" +" It looks like you haven't configured access control yet. " +"Please set up an username and password for the\n" +" initial administrator account who will have full access to " +"both the printer and OctoPrint's settings, then click\n" +" on \"Keep Access Control Enabled\":\n" +"

" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:67 +#: src/octoprint/templates/index.jinja2:78 +#: src/octoprint/templates/index.jinja2:79 +#: src/octoprint/templates/settings.jinja2:510 +msgid "Username" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:73 +#: src/octoprint/templates/index.jinja2:80 +#: src/octoprint/templates/index.jinja2:81 +#: src/octoprint/templates/settings.jinja2:516 +msgid "Password" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:79 +msgid "Confirm Password" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:82 +#: src/octoprint/templates/settings.jinja2:525 +#: src/octoprint/templates/settings.jinja2:596 +msgid "Passwords do not match" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:86 +msgid "" +"

\n" +" Note: In case that your OctoPrint " +"installation is only accessible from within a trustworthy network and you" +" don't\n" +" need Access Control for other reasons, you may alternatively " +"disable Access Control. You should only\n" +" do this if you are absolutely certain that only people you " +"know and trust will be able to connect to it.\n" +"

\n" +"

\n" +" Do NOT underestimate the risk of an unsecured access " +"from the internet to your printer!\n" +"

" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:96 +msgid "Disable Access Control" +msgstr "" + +#: src/octoprint/templates/dialogs.jinja2:97 +msgid "Keep Access Control Enabled" +msgstr "" + +#: src/octoprint/templates/index.jinja2:57 +msgid "Settings" +msgstr "" + +#: src/octoprint/templates/index.jinja2:63 +msgid "System" +msgstr "" + +#: src/octoprint/templates/index.jinja2:83 +msgid "Remember me" +msgstr "" + +#: src/octoprint/templates/index.jinja2:88 +msgid "Change Password" +msgstr "" + +#: src/octoprint/templates/index.jinja2:89 +msgid "Logout" +msgstr "" + +#: src/octoprint/templates/index.jinja2:103 +msgid "Connection" +msgstr "" + +#: src/octoprint/templates/index.jinja2:107 +#: src/octoprint/templates/settings.jinja2:30 +msgid "Serial Port" +msgstr "" + +#: src/octoprint/templates/index.jinja2:109 +#: src/octoprint/templates/settings.jinja2:36 +msgid "Baudrate" +msgstr "" + +#: src/octoprint/templates/index.jinja2:112 +msgid "Save connection settings" +msgstr "" + +#: src/octoprint/templates/index.jinja2:115 +msgid "Auto-connect on server startup" +msgstr "" + +#: src/octoprint/templates/index.jinja2:123 +msgid "State" +msgstr "" + +#: src/octoprint/templates/index.jinja2:127 +msgid "Machine State" +msgstr "" + +#: src/octoprint/templates/index.jinja2:128 +msgid "File" +msgstr "" + +#: src/octoprint/templates/index.jinja2:129 +#: src/octoprint/templates/index.jinja2:247 +msgid "Timelapse" +msgstr "" + +#: src/octoprint/templates/index.jinja2:133 +msgid "Approx. Total Print Time" +msgstr "" + +#: src/octoprint/templates/index.jinja2:134 +msgid "Print Time" +msgstr "" + +#: src/octoprint/templates/index.jinja2:135 +msgid "Print Time Left" +msgstr "" + +#: src/octoprint/templates/index.jinja2:136 +msgid "Printed" +msgstr "" + +#: src/octoprint/templates/index.jinja2:143 +msgid "Restart" +msgstr "" + +#: src/octoprint/templates/index.jinja2:143 +msgid "Print" +msgstr "" + +#: src/octoprint/templates/index.jinja2:152 +msgid "Files" +msgstr "" + +#: src/octoprint/templates/index.jinja2:159 +msgid "Sort by name" +msgstr "" + +#: src/octoprint/templates/index.jinja2:159 +#: src/octoprint/templates/index.jinja2:556 +#: src/octoprint/templates/settings.jinja2:630 +msgid "ascending" +msgstr "" + +#: src/octoprint/templates/index.jinja2:160 +msgid "Sort by upload date" +msgstr "" + +#: src/octoprint/templates/index.jinja2:160 +#: src/octoprint/templates/index.jinja2:161 +#: src/octoprint/templates/index.jinja2:556 +#: src/octoprint/templates/settings.jinja2:630 +msgid "descending" +msgstr "" + +#: src/octoprint/templates/index.jinja2:161 +msgid "Sort by file size" +msgstr "" + +#: src/octoprint/templates/index.jinja2:164 +msgid "Only show files stored locally" +msgstr "" + +#: src/octoprint/templates/index.jinja2:165 +msgid "Only show files stored on SD" +msgstr "" + +#: src/octoprint/templates/index.jinja2:168 +msgid "Hide successfully printed files" +msgstr "" + +#: src/octoprint/templates/index.jinja2:178 +msgid "Initialize SD card" +msgstr "" + +#: src/octoprint/templates/index.jinja2:179 +msgid "Refresh SD files" +msgstr "" + +#: src/octoprint/templates/index.jinja2:180 +msgid "Release SD card" +msgstr "" + +#: src/octoprint/templates/index.jinja2:188 +msgid "Search..." +msgstr "" + +#: src/octoprint/templates/index.jinja2:193 +msgid "Uploaded" +msgstr "" + +#: src/octoprint/templates/index.jinja2:194 +#: src/octoprint/templates/index.jinja2:556 +#: src/octoprint/templates/index.jinja2:562 +#: src/octoprint/templates/settings.jinja2:630 +#: src/octoprint/templates/settings.jinja2:637 +msgid "Size" +msgstr "" + +#: src/octoprint/templates/index.jinja2:198 +msgid "Download" +msgstr "" + +#: src/octoprint/templates/index.jinja2:199 +msgid "Remove" +msgstr "" + +#: src/octoprint/templates/index.jinja2:200 +msgid "Load" +msgstr "" + +#: src/octoprint/templates/index.jinja2:201 +msgid "Load and Print" +msgstr "" + +#: src/octoprint/templates/index.jinja2:206 +msgid "Free" +msgstr "" + +#: src/octoprint/templates/index.jinja2:233 +msgid "Hint: You can also drag and drop files on this page to upload them." +msgstr "" + +#: src/octoprint/templates/index.jinja2:243 +msgid "Temperature" +msgstr "" + +#: src/octoprint/templates/index.jinja2:244 +msgid "Control" +msgstr "" + +#: src/octoprint/templates/index.jinja2:245 +msgid "GCode Viewer" +msgstr "" + +#: src/octoprint/templates/index.jinja2:246 +msgid "Terminal" +msgstr "" + +#: src/octoprint/templates/index.jinja2:264 +msgid "Offset" +msgstr "" + +#: src/octoprint/templates/index.jinja2:280 +#: src/octoprint/templates/index.jinja2:302 +msgid "Set" +msgstr "" + +#: src/octoprint/templates/index.jinja2:292 +#: src/octoprint/templates/index.jinja2:523 +msgid "Off" +msgstr "" + +#: src/octoprint/templates/index.jinja2:360 +msgid "Select Tool..." +msgstr "" + +#: src/octoprint/templates/index.jinja2:371 +msgid "Extrude" +msgstr "" + +#: src/octoprint/templates/index.jinja2:372 +msgid "Retract" +msgstr "" + +#: src/octoprint/templates/index.jinja2:377 +msgid "General" +msgstr "" + +#: src/octoprint/templates/index.jinja2:379 +msgid "Motors off" +msgstr "" + +#: src/octoprint/templates/index.jinja2:380 +msgid "Fans on" +msgstr "" + +#: src/octoprint/templates/index.jinja2:381 +msgid "Fans off" +msgstr "" + +#: src/octoprint/templates/index.jinja2:445 +msgid "Sync with job progress" +msgstr "" + +#: src/octoprint/templates/index.jinja2:450 +msgid "Center viewport on model" +msgstr "" + +#: src/octoprint/templates/index.jinja2:453 +msgid "Zoom in on model" +msgstr "" + +#: src/octoprint/templates/index.jinja2:459 +msgid "Show moves" +msgstr "" + +#: src/octoprint/templates/index.jinja2:462 +msgid "Show retracts" +msgstr "" + +#: src/octoprint/templates/index.jinja2:468 +msgid "Also show previous layer" +msgstr "" + +#: src/octoprint/templates/index.jinja2:471 +msgid "Also show next layer" +msgstr "" + +#: src/octoprint/templates/index.jinja2:476 +msgid "Reload" +msgstr "" + +#: src/octoprint/templates/index.jinja2:503 +msgid "Autoscroll" +msgstr "" + +#: src/octoprint/templates/index.jinja2:513 +msgid "Send" +msgstr "" + +#: src/octoprint/templates/index.jinja2:519 +msgid "Timelapse Configuration" +msgstr "" + +#: src/octoprint/templates/index.jinja2:521 +msgid "Timelapse Mode" +msgstr "" + +#: src/octoprint/templates/index.jinja2:528 +msgid "Timelapse post roll (in rendered seconds)" +msgstr "" + +#: src/octoprint/templates/index.jinja2:535 +msgid "Interval" +msgstr "" + +#: src/octoprint/templates/index.jinja2:544 +msgid "Save as default" +msgstr "" + +#: src/octoprint/templates/index.jinja2:549 +msgid "Save config" +msgstr "" + +#: src/octoprint/templates/index.jinja2:553 +msgid "Finished Timelapses" +msgstr "" + +#: src/octoprint/templates/index.jinja2:556 +#: src/octoprint/templates/settings.jinja2:630 +msgid "Sort by" +msgstr "" + +#: src/octoprint/templates/index.jinja2:556 +#: src/octoprint/templates/index.jinja2:561 +#: src/octoprint/templates/settings.jinja2:377 +#: src/octoprint/templates/settings.jinja2:469 +#: src/octoprint/templates/settings.jinja2:630 +#: src/octoprint/templates/settings.jinja2:636 +msgid "Name" +msgstr "" + +#: src/octoprint/templates/index.jinja2:556 +msgid "Creation date" +msgstr "" + +#: src/octoprint/templates/index.jinja2:563 +#: src/octoprint/templates/settings.jinja2:472 +#: src/octoprint/templates/settings.jinja2:639 +msgid "Action" +msgstr "" + +#: src/octoprint/templates/index.jinja2:592 +msgid "Version" +msgstr "" + +#: src/octoprint/templates/index.jinja2:595 +msgid "Homepage" +msgstr "" + +#: src/octoprint/templates/index.jinja2:596 +msgid "Sourcecode" +msgstr "" + +#: src/octoprint/templates/index.jinja2:597 +msgid "Documentation" +msgstr "" + +#: src/octoprint/templates/index.jinja2:598 +msgid "Bugs and Requests" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:4 +msgid "OctoPrint Settings" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:9 +msgid "Printer" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:10 +msgid "Serial Connection" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:11 +msgid "Printer Parameters" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:12 +msgid "Temperatures" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:13 +msgid "Terminal filters" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:14 +#: src/octoprint/templates/settings.jinja2:15 +msgid "Features" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:16 +msgid "Webcam" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:17 +msgid "Cura" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:18 +msgid "Access Control" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:19 +msgid "API" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:21 +msgid "Folders" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:22 +msgid "Appearance" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:23 +#: src/octoprint/templates/settings.jinja2:626 +msgid "Logs" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:44 +msgid "Auto-connect to printer on server start" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:49 +msgid "Communication timeout" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:58 +msgid "Temperature timeout" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:67 +msgid "SD status timeout" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:76 +msgid "Connection timeout" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:85 +msgid "Autodetection timeout" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:96 +msgid "Log communication to serial.log (might negatively impact performance)" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:96 +msgid "Warning" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:105 +msgid "Axis" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:107 +#: src/octoprint/templates/settings.jinja2:176 +msgid "X" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:113 +#: src/octoprint/templates/settings.jinja2:123 +#: src/octoprint/templates/settings.jinja2:133 +msgid "Invert control" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:117 +#: src/octoprint/templates/settings.jinja2:181 +msgid "Y" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:127 +msgid "Z" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:137 +msgid "E" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:145 +msgid "Default extrusion length" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:151 +msgid "Number of Extruders" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:157 +msgid "Extruder Offsets" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:174 +msgid "Bed Size" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:188 +msgid "Radius" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:196 +msgid "Circular" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:205 +msgid "Stream URL" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:211 +msgid "Snapshot URL" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:217 +msgid "Path to FFMPEG" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:223 +msgid "Timelapse bitrate" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:231 +msgid "Enable OctoPrint watermark in timelapse movies" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:238 +msgid "Flip webcam horizontally" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:243 +msgid "Flip webcam vertically" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:254 +msgid "Enable Temperature Graph" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:261 +msgid "Enable GCode Visualizer" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:268 +msgid "Enable SD support" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:275 +msgid "Always assume SD card is present" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:275 +#: src/octoprint/templates/settings.jinja2:289 +#: src/octoprint/templates/settings.jinja2:296 +msgid "Repetier" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:282 +msgid "Wait for start on connect" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:289 +msgid "Send a checksum with every command" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:296 +#, python-format +msgid "" +"Support TargetExtr%%n/TargetBed target " +"temperature format" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:303 +msgid "Swallow the first \"ok\" after a resend response" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:312 +msgid "Upload Folder" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:318 +msgid "Timelapse Folder" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:324 +msgid "Timelapse Temp Folder" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:330 +msgid "Logs Folder" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:336 +msgid "Watched Folder" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:346 +msgid "Extruder" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:378 +msgid "RegExp" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:403 +msgid "Title" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:409 +msgid "Color" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:420 +msgid "Enable slicing via Cura" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:426 +msgid "Path to Cura" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:432 +msgid "Path to Cura config" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:444 +msgid "Enable" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:451 +#, python-format +msgid "Allow Cross Origin Resource Sharing (CORS)" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:456 +#: src/octoprint/templates/settings.jinja2:477 +msgid "API Key" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:470 +#: src/octoprint/templates/settings.jinja2:531 +#: src/octoprint/templates/settings.jinja2:560 +msgid "Active" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:471 +#: src/octoprint/templates/settings.jinja2:538 +#: src/octoprint/templates/settings.jinja2:567 +msgid "Admin" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:481 +msgid "Update User" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:481 +msgid "Change password" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:481 +msgid "Delete user" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:498 +#: src/octoprint/templates/settings.jinja2:505 +msgid "Add user" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:522 +#: src/octoprint/templates/settings.jinja2:593 +msgid "Repeat Password" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:545 +#: src/octoprint/templates/settings.jinja2:574 +#: src/octoprint/templates/settings.jinja2:616 +msgid "Abort" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:546 +#: src/octoprint/templates/settings.jinja2:575 +#: src/octoprint/templates/settings.jinja2:617 +msgid "Confirm" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:553 +#, python-format +msgid "Edit user \"%(user)s\"" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:582 +#, python-format +msgid "Change password for user \"%(user)s\"" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:587 +msgid "New Password" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:602 +msgid "Current API Key" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:605 +msgid "N/A" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:630 +msgid "Modification date" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:638 +msgid "Date" +msgstr "" + +#: src/octoprint/templates/settings.jinja2:677 +msgid "Save" +msgstr "" + From c229dc15480c8adbc1bfbf1afbb11002138110cc Mon Sep 17 00:00:00 2001 From: guysoft Date: Sun, 31 Aug 2014 18:46:48 +0300 Subject: [PATCH 2/3] Adding Hebrew strings to translation --- .../translations/he/LC_MESSAGES/messages.po | 636 ++++++++++-------- 1 file changed, 343 insertions(+), 293 deletions(-) diff --git a/src/octoprint/translations/he/LC_MESSAGES/messages.po b/src/octoprint/translations/he/LC_MESSAGES/messages.po index 1928f328..07b8e587 100644 --- a/src/octoprint/translations/he/LC_MESSAGES/messages.po +++ b/src/octoprint/translations/he/LC_MESSAGES/messages.po @@ -8,47 +8,55 @@ msgstr "" "Project-Id-Version: OctoPrint 1.2.0-dev-131-g854387b\n" "Report-Msgid-Bugs-To: i18n@octoprint.org\n" "POT-Creation-Date: 2014-08-31 12:52+0300\n" -"PO-Revision-Date: 2014-08-31 13:24+0300\n" -"Last-Translator: FULL NAME \n" -"Language-Team: he \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"PO-Revision-Date: 2014-08-31 18:44+0200\n" +"Last-Translator: Guy Sheffer \n" +"Language-Team: he \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" +"X-Generator: Poedit 1.5.4\n" +"Language: Hebrew\n" #: src/octoprint/static/js/app/dataupdater.js:43 msgid "" -"The server appears to be offline, at least I'm not getting any response " -"from it. I'll try to reconnect automatically over the next couple" -" of minutes, however you are welcome to try a manual reconnect " -"anytime using the button below." +"The server appears to be offline, at least I'm not getting any response from " +"it. I'll try to reconnect automatically over the next couple of " +"minutes, however you are welcome to try a manual reconnect anytime " +"using the button below." msgstr "" +"נראה שהשרת לא מחובר, או לפחות אני לא מצליח לקבל כל תגובה ממנו. אנסה להתחבר " +"מחדש אוטומטית בעוד מספר דקות, אבל ניתן גם לנסות להתחבר מחדש " +"עם הכפתור להלן." #: src/octoprint/static/js/app/dataupdater.js:58 msgid "" -"The server appears to be offline, at least I'm not getting any response " -"from it. I could not reconnect automatically, but you " -"may try a manual reconnect using the button below." +"The server appears to be offline, at least I'm not getting any response from " +"it. I could not reconnect automatically, but you may try a " +"manual reconnect using the button below." msgstr "" +"נראה שהשרת לא מחורב, או לפחות אני לא מצליח לקבל כל תגובה ממנו. " +"החיבור האוטומאטי נכשל, אבל ניתן גם לנסות להתחבר מחדש עם " +"הכפתור להלן." #: src/octoprint/static/js/app/dataupdater.js:125 msgid "Rendering timelapse" -msgstr "" +msgstr "מרנדר timelapse" #: src/octoprint/static/js/app/dataupdater.js:125 #, python-format msgid "Now rendering timelapse %(movie_basename)s" -msgstr "" +msgstr "כעת מרנדר timelapse %(movie_basename)s" #: src/octoprint/static/js/app/dataupdater.js:127 msgid "Timelapse ready" -msgstr "" +msgstr "Timelapse מוכן" #: src/octoprint/static/js/app/dataupdater.js:127 #, python-format msgid "New timelapse %(movie_basename)s is done rendering." -msgstr "" +msgstr "סיים לרנדר את ה-timelapse %(movie_basename)s" #: src/octoprint/static/js/app/dataupdater.js:130 #, python-format @@ -56,107 +64,108 @@ msgid "" "Rendering of timelapse %(movie_basename)s failedwith return code " "%(returncode)s" msgstr "" +"מרנדר timelapse %(movie_basename)s הסתיים בשגיאה בעלת קוד מספר %(returncode)s" #: src/octoprint/static/js/app/dataupdater.js:132 msgid "Rendering failed" -msgstr "" +msgstr "רינדור נכשל" #: src/octoprint/static/js/app/dataupdater.js:136 msgid "Slicing ..." -msgstr "" +msgstr "פורס..." #: src/octoprint/static/js/app/dataupdater.js:141 msgid "Slicing done" -msgstr "" +msgstr "פריסה הושלמה" #: src/octoprint/static/js/app/dataupdater.js:141 #, python-format msgid "Sliced %(stl)s to %(gcode)s, took %(time).2f seconds" -msgstr "" +msgstr "פריסה של %(stl)s אל %(gcode)s, לקח %(time).2f שניות" #: src/octoprint/static/js/app/dataupdater.js:148 #, python-format msgid "Could not slice %(stl)s to %(gcode)s: %(reason)s" -msgstr "" +msgstr "לא היה ניתן לפרוס %(stl)s אל %(gcode)s: %(reason)s" #: src/octoprint/static/js/app/dataupdater.js:149 msgid "Slicing failed" -msgstr "" +msgstr "פריסה נכשלה" #: src/octoprint/static/js/app/dataupdater.js:153 msgid "Streaming ..." -msgstr "" +msgstr "משדר ..." #: src/octoprint/static/js/app/dataupdater.js:158 msgid "Streaming done" -msgstr "" +msgstr "השידור הסתיים" #: src/octoprint/static/js/app/dataupdater.js:158 #, python-format msgid "Streamed %(local)s to %(remote)s on SD, took %(time).2f seconds" -msgstr "" +msgstr "שודר %(local)s אל%(remote)s על SD, לקח %(time).2f שניות" #: src/octoprint/static/js/app/helpers.js:324 #, python-format msgid "%(hour)02d:%(minute)02d:%(second)02d" -msgstr "" +msgstr "%(hour)02d:%(minute)02d:%(second)02d" #: src/octoprint/static/js/app/helpers.js:329 msgid "YYYY-MM-DD HH:mm" -msgstr "" +msgstr "YYYY-MM-DD HH:mm" #: src/octoprint/static/js/app/helpers.js:347 #: src/octoprint/static/js/app/helpers.js:352 msgid "off" -msgstr "" +msgstr "כיבוי" #: src/octoprint/static/js/app/main.js:14 msgid "Offline" -msgstr "" +msgstr "לא מחובר" #: src/octoprint/static/js/app/main.js:15 msgid "Opening serial port" -msgstr "" +msgstr "פותח יצירה טורית" #: src/octoprint/static/js/app/main.js:16 msgid "Detecting serial port" -msgstr "" +msgstr "מאתר יצירה טורית" #: src/octoprint/static/js/app/main.js:17 msgid "Detecting baudrate" -msgstr "" +msgstr "מאתר מהירות העברה" #: src/octoprint/static/js/app/main.js:18 msgid "Connecting" -msgstr "" +msgstr "מתחבר" #: src/octoprint/static/js/app/main.js:19 msgid "Operational" -msgstr "" +msgstr "אופציונלי" #: src/octoprint/static/js/app/main.js:20 msgid "Printing from SD" -msgstr "" +msgstr "הדפסה מ-SD" #: src/octoprint/static/js/app/main.js:21 msgid "Sending file to SD" -msgstr "" +msgstr "שולח קובץ אל SD" #: src/octoprint/static/js/app/main.js:22 msgid "Printing" -msgstr "" +msgstr "מדפיס" #: src/octoprint/static/js/app/main.js:23 msgid "Paused" -msgstr "" +msgstr "בהפסקה" #: src/octoprint/static/js/app/main.js:24 msgid "Closed" -msgstr "" +msgstr "סגור" #: src/octoprint/static/js/app/main.js:25 msgid "Transfering file to SD" -msgstr "" +msgstr "מעביר קובץ ל-SD" #: src/octoprint/static/js/app/main.js:121 msgid "" @@ -164,30 +173,33 @@ msgid "" "extension \".gcode\" or \".gco\" or that it is an STL file with the " "extension \".stl\" and slicing support is enabled and configured." msgstr "" +"לא היה ניתן להעלות קובץ. יש וודא שזה הוא קובץ GCODE ושסיומת הקובץ היא \"." +"gcode\" או \".gco\". או שהקובץ הוא STL עם הסיומת \".stl\" כאשר פריסה מתמכת, " +"מופעלת ומוגדרת." #: src/octoprint/static/js/app/main.js:137 msgid "Uploading ..." -msgstr "" +msgstr "מעלה ..." #: src/octoprint/static/js/app/main.js:140 msgid "Saving ..." -msgstr "" +msgstr "שומר ..." #: src/octoprint/static/js/app/viewmodels/appearance.js:9 #: src/octoprint/static/js/app/viewmodels/appearance.js:11 #: src/octoprint/static/js/app/viewmodels/appearance.js:16 #: src/octoprint/static/js/app/viewmodels/appearance.js:18 msgid "OctoPrint" -msgstr "" +msgstr "אוקטופרינט" #: src/octoprint/static/js/app/viewmodels/connection.js:24 #: src/octoprint/templates/index.jinja2:117 msgid "Connect" -msgstr "" +msgstr "התחבר" #: src/octoprint/static/js/app/viewmodels/connection.js:26 msgid "Disconnect" -msgstr "" +msgstr "התנתק" #: src/octoprint/static/js/app/viewmodels/control.js:37 #: src/octoprint/static/js/app/viewmodels/files.js:281 @@ -196,505 +208,540 @@ msgstr "" #: src/octoprint/static/js/app/viewmodels/printerstate.js:137 #: src/octoprint/static/js/app/viewmodels/temperature.js:54 msgid "Tool" -msgstr "" +msgstr "כלי" #: src/octoprint/static/js/app/viewmodels/control.js:43 #: src/octoprint/static/js/app/viewmodels/temperature.js:65 msgid "Hotend" -msgstr "" +msgstr "קצה חם" #: src/octoprint/static/js/app/viewmodels/files.js:276 #: src/octoprint/static/js/app/viewmodels/files.js:281 msgid "Filament" -msgstr "" +msgstr "סיב חומר" #: src/octoprint/static/js/app/viewmodels/files.js:285 msgid "Estimated Print Time" -msgstr "" +msgstr "זמן הדפסה מוערך" #: src/octoprint/static/js/app/viewmodels/files.js:288 msgid "Last Printed" -msgstr "" +msgstr "הודפס לאחרונה" #: src/octoprint/static/js/app/viewmodels/files.js:290 msgid "Last Print Time" -msgstr "" +msgstr "זמן הדפסה אחרון" #: src/octoprint/static/js/app/viewmodels/firstrun.js:37 msgid "" "If you disable Access Control and your OctoPrint " -"installation is accessible from the internet, your printer will " -"be accessible by everyone - that also includes the bad guys!" +"installation is accessible from the internet, your printer will be " +"accessible by everyone - that also includes the bad guys!" msgstr "" +"אם ברצוך לבטל את ההרשאות גישה וגם ההתקנה של אוקטופרינט " +"ניתנת לגישה דרך האינטרנט, אז כל אחד יוכל לשלוט על המדפסת שלך, זה " +"כולל אנשים רעים!" #: src/octoprint/static/js/app/viewmodels/gcode.js:13 msgid "Loading..." -msgstr "" +msgstr "טוען" #: src/octoprint/static/js/app/viewmodels/gcode.js:17 msgid "Analyzing..." -msgstr "" +msgstr "מנתח נתונים ..." #: src/octoprint/static/js/app/viewmodels/gcode.js:21 msgid "Analyzed" -msgstr "" +msgstr "נתונים נותחו" #: src/octoprint/static/js/app/viewmodels/gcode.js:325 msgid "Model size" -msgstr "" +msgstr "גודל מודל" #: src/octoprint/static/js/app/viewmodels/gcode.js:327 #: src/octoprint/static/js/app/viewmodels/gcode.js:330 msgid "Total filament used" -msgstr "" +msgstr "סך הכל סיב חומר שנדרש" #: src/octoprint/static/js/app/viewmodels/gcode.js:327 #: src/octoprint/static/js/app/viewmodels/gcode.js:330 #: src/octoprint/static/js/app/viewmodels/gcode.js:334 msgid "mm" -msgstr "" +msgstr "מ\"מ" #: src/octoprint/static/js/app/viewmodels/gcode.js:333 msgid "Estimated print time" -msgstr "" +msgstr "זמן הדפסה משוער" #: src/octoprint/static/js/app/viewmodels/gcode.js:334 msgid "Estimated layer height" -msgstr "" +msgstr "גובה שכבות משוער" #: src/octoprint/static/js/app/viewmodels/gcode.js:335 msgid "Layer count" -msgstr "" +msgstr "מספר שכבות" #: src/octoprint/static/js/app/viewmodels/gcode.js:335 msgid "visited" -msgstr "" +msgstr "בִּקֵּר" #: src/octoprint/static/js/app/viewmodels/gcode.js:354 msgid "Layer number" -msgstr "" +msgstr "שכבה מספר" #: src/octoprint/static/js/app/viewmodels/gcode.js:355 msgid "Layer height" -msgstr "" +msgstr "גובה שכבה" #: src/octoprint/static/js/app/viewmodels/gcode.js:356 msgid "GCODE commands in layer" -msgstr "" +msgstr "פקודות GCODE בשכבה" #: src/octoprint/static/js/app/viewmodels/gcode.js:358 #: src/octoprint/static/js/app/viewmodels/gcode.js:361 msgid "Filament used by layer" -msgstr "" +msgstr "סיב חומר שנדש בשכבה" #: src/octoprint/static/js/app/viewmodels/gcode.js:364 msgid "Print time for layer" -msgstr "" +msgstr "זמן הדפסה עבור שכבה" #: src/octoprint/static/js/app/viewmodels/loginstate.js:15 #: src/octoprint/templates/index.jinja2:74 #: src/octoprint/templates/index.jinja2:85 msgid "Login" -msgstr "" +msgstr "כניסה" #: src/octoprint/static/js/app/viewmodels/loginstate.js:70 msgid "Login successful" -msgstr "" +msgstr "כניסה למערכת התבצעה בהצלחה" #: src/octoprint/static/js/app/viewmodels/loginstate.js:70 #, python-format msgid "You are now logged in as \"%(username)s\"" -msgstr "" +msgstr "מחובר כעת בתור \"%(username)s\"" #: src/octoprint/static/js/app/viewmodels/loginstate.js:74 msgid "Login failed" -msgstr "" +msgstr "כניסה למערכת נכשלה" #: src/octoprint/static/js/app/viewmodels/loginstate.js:74 msgid "User unknown or wrong password" -msgstr "" +msgstr "שם משתמש לא מוכר, או שגיאה בסיסמה" #: src/octoprint/static/js/app/viewmodels/loginstate.js:84 msgid "Logout successful" -msgstr "" +msgstr "כניסה התבצעה בהצלחה" #: src/octoprint/static/js/app/viewmodels/loginstate.js:84 msgid "You are now logged out" -msgstr "" +msgstr "התנתקת מהמערכת" #: src/octoprint/static/js/app/viewmodels/navigation.js:17 #, python-format msgid "The command \"%(command)s\" executed successfully" -msgstr "" +msgstr "הפקודה \"%(command)s\" התבצעה בהצלחה" #: src/octoprint/static/js/app/viewmodels/navigation.js:20 #, python-format msgid "The command \"%(command)s\" could not be executed." -msgstr "" +msgstr "לא ניתן לבצע את הפקודה \"%(command)s\"." #: src/octoprint/static/js/app/viewmodels/navigation.js:22 msgid "Error" -msgstr "" +msgstr "שגיאה" #: src/octoprint/static/js/app/viewmodels/printerstate.js:66 msgid "Continue" -msgstr "" +msgstr "המשך" #: src/octoprint/static/js/app/viewmodels/printerstate.js:68 #: src/octoprint/templates/index.jinja2:144 msgid "Pause" -msgstr "" +msgstr "הפסק" #: src/octoprint/static/js/app/viewmodels/printerstate.js:79 #: src/octoprint/templates/index.jinja2:524 msgid "On Z Change" -msgstr "" +msgstr "שינוי ציר Z" #: src/octoprint/static/js/app/viewmodels/printerstate.js:81 #: src/octoprint/templates/index.jinja2:525 msgid "Timed" -msgstr "" +msgstr "מתוזמן" #: src/octoprint/static/js/app/viewmodels/printerstate.js:81 #: src/octoprint/templates/index.jinja2:531 #: src/octoprint/templates/index.jinja2:538 msgid "sec" -msgstr "" +msgstr "שנ'" #: src/octoprint/static/js/app/viewmodels/printerstate.js:166 msgid "This will restart the print job from the beginning." -msgstr "" +msgstr "פעולה זו תתחיל מחדש את ההדפסה מהתחלה" #: src/octoprint/static/js/app/viewmodels/settings.js:15 #: src/octoprint/static/js/app/viewmodels/settings.js:41 msgid "default" -msgstr "" +msgstr "ברית מחדל" #: src/octoprint/static/js/app/viewmodels/settings.js:16 #: src/octoprint/static/js/app/viewmodels/settings.js:27 msgid "red" -msgstr "" +msgstr "אדום" #: src/octoprint/static/js/app/viewmodels/settings.js:17 #: src/octoprint/static/js/app/viewmodels/settings.js:29 msgid "orange" -msgstr "" +msgstr "כתום" #: src/octoprint/static/js/app/viewmodels/settings.js:18 #: src/octoprint/static/js/app/viewmodels/settings.js:31 msgid "yellow" -msgstr "" +msgstr "צהוב" #: src/octoprint/static/js/app/viewmodels/settings.js:19 #: src/octoprint/static/js/app/viewmodels/settings.js:33 msgid "green" -msgstr "" +msgstr "ירוק" #: src/octoprint/static/js/app/viewmodels/settings.js:20 #: src/octoprint/static/js/app/viewmodels/settings.js:35 msgid "blue" -msgstr "" +msgstr "כחול" #: src/octoprint/static/js/app/viewmodels/settings.js:21 #: src/octoprint/static/js/app/viewmodels/settings.js:37 msgid "violet" -msgstr "" +msgstr "סגול" #: src/octoprint/static/js/app/viewmodels/settings.js:22 #: src/octoprint/static/js/app/viewmodels/settings.js:39 msgid "black" -msgstr "" +msgstr "שחור" #: src/octoprint/static/js/app/viewmodels/temperature.js:22 #: src/octoprint/static/js/app/viewmodels/temperature.js:70 #: src/octoprint/templates/settings.jinja2:347 msgid "Bed" -msgstr "" +msgstr "מיטה" #: src/octoprint/static/js/app/viewmodels/temperature.js:101 msgid "just now" -msgstr "" +msgstr "זה הרגע" #: src/octoprint/static/js/app/viewmodels/temperature.js:103 msgid "min" -msgstr "" +msgstr "דקו'" #: src/octoprint/static/js/app/viewmodels/temperature.js:241 #: src/octoprint/templates/index.jinja2:262 msgid "Actual" -msgstr "" +msgstr "נוכחי" #: src/octoprint/static/js/app/viewmodels/temperature.js:246 #: src/octoprint/templates/index.jinja2:263 msgid "Target" -msgstr "" +msgstr "מטרה" #: src/octoprint/templates/dialogs.jinja2:6 msgid "Server is offline" -msgstr "" +msgstr "שרת לא מחובר" #: src/octoprint/templates/dialogs.jinja2:9 msgid "Attempt to reconnect" -msgstr "" +msgstr "נסיון חיבור מחדש" #: src/octoprint/templates/dialogs.jinja2:20 msgid "Upload locally" -msgstr "" +msgstr "העלאה מקומית" #: src/octoprint/templates/dialogs.jinja2:22 #: src/octoprint/templates/index.jinja2:218 msgid "Upload to SD" -msgstr "" +msgstr "העלאה לכרטיס SD" #: src/octoprint/templates/dialogs.jinja2:22 msgid "SD not initialized" -msgstr "" +msgstr "SD לא מאותחל" #: src/octoprint/templates/dialogs.jinja2:25 #: src/octoprint/templates/index.jinja2:213 #: src/octoprint/templates/index.jinja2:224 msgid "Upload" -msgstr "" +msgstr "העלאה" #: src/octoprint/templates/dialogs.jinja2:34 msgid "Are you sure?" -msgstr "" +msgstr "האם את/ה בטוח?" #: src/octoprint/templates/dialogs.jinja2:38 msgid "Are you sure you want to proceed?" -msgstr "" +msgstr "האם באמת להמשיך?" #: src/octoprint/templates/dialogs.jinja2:41 #: src/octoprint/templates/index.jinja2:145 #: src/octoprint/templates/settings.jinja2:676 msgid "Cancel" -msgstr "" +msgstr "ביטול" #: src/octoprint/templates/dialogs.jinja2:42 msgid "Proceed" -msgstr "" +msgstr "המשך" #: src/octoprint/templates/dialogs.jinja2:48 msgid "Configure Access Control" -msgstr "" +msgstr "הגדרות לוח בקרה" #: src/octoprint/templates/dialogs.jinja2:51 msgid "" "

\n" -" Please read the following, it is very important for " -"your printer's health!\n" +" Please read the following, it is very important for your " +"printer's health!\n" "

\n" "

\n" " OctoPrint by default now ships with Access Control enabled, " "meaning you won't be able to do anything with the\n" -" printer unless you login first as a configured user. This is " -"to prevent strangers - possibly with\n" -" malicious intent - to gain access to your printer " -"via the internet or another untrustworthy network\n" +" printer unless you login first as a configured user. This is to " +"prevent strangers - possibly with\n" +" malicious intent - to gain access to your printer via " +"the internet or another untrustworthy network\n" " and using it in such a way that it is damaged or worse (i.e. " "causes a fire).\n" "

\n" "

\n" -" It looks like you haven't configured access control yet. " -"Please set up an username and password for the\n" -" initial administrator account who will have full access to " -"both the printer and OctoPrint's settings, then click\n" +" It looks like you haven't configured access control yet. Please " +"set up an username and password for the\n" +" initial administrator account who will have full access to both " +"the printer and OctoPrint's settings, then click\n" " on \"Keep Access Control Enabled\":\n" "

" msgstr "" +"

\n" +" יש לקרוא את המידה הבא, הוא חשוב לבריאות המדפסת שלך!\n" +"

\n" +"

\n" +" אוקטופרינט בברית מחדל מגיע הם בקרת גישה מופעלת, כלומר לא יהיה " +"ניתן לבצע דבר עם המדפסת\n" +" אלה אם הכניסה הראשונית מוגדרת עם המשתמש. זאת כדי למנוע " +"מאנשים זרים - ככל הנראה עם\n" +" מטרות זדון - לשיג גישה למדפסת שלך דרך האינטרנט או רשת " +"לא מאובטחת\n" +" ושימוש במדפסת בדרך שתגרום נזק למדפסת, או גרוע מכך (למשל, גרמה של " +"שריפה)..\n" +"

\n" +"

\n" +" נראה שעדין לא הוגדרה בקרת גישה. אנא הגדר שם משתמש " +"וסיסמה עבור\n" +" מנהל המערכת הראשון שיהיה בעל גישה למדפסת וההגדרות של " +"אוקטופרינט,\n" +" לאחר מכן יש ללחוץ על \"שמור על לוח בקרה מופעל\":\n" +"

" #: src/octoprint/templates/dialogs.jinja2:67 #: src/octoprint/templates/index.jinja2:78 #: src/octoprint/templates/index.jinja2:79 #: src/octoprint/templates/settings.jinja2:510 msgid "Username" -msgstr "" +msgstr "שם משתמש" #: src/octoprint/templates/dialogs.jinja2:73 #: src/octoprint/templates/index.jinja2:80 #: src/octoprint/templates/index.jinja2:81 #: src/octoprint/templates/settings.jinja2:516 msgid "Password" -msgstr "" +msgstr "סיסמה" #: src/octoprint/templates/dialogs.jinja2:79 msgid "Confirm Password" -msgstr "" +msgstr "אישור סיסמה" #: src/octoprint/templates/dialogs.jinja2:82 #: src/octoprint/templates/settings.jinja2:525 #: src/octoprint/templates/settings.jinja2:596 msgid "Passwords do not match" -msgstr "" +msgstr "סיסמאות לא תואמות" #: src/octoprint/templates/dialogs.jinja2:86 msgid "" "

\n" -" Note: In case that your OctoPrint " -"installation is only accessible from within a trustworthy network and you" -" don't\n" +" Note: In case that your OctoPrint installation " +"is only accessible from within a trustworthy network and you don't\n" " need Access Control for other reasons, you may alternatively " "disable Access Control. You should only\n" -" do this if you are absolutely certain that only people you " -"know and trust will be able to connect to it.\n" +" do this if you are absolutely certain that only people you know " +"and trust will be able to connect to it.\n" "

\n" "

\n" " Do NOT underestimate the risk of an unsecured access " "from the internet to your printer!\n" "

" msgstr "" +"

\n" +" הערה: במקרה שההתקנה של אוקטופרינט ניתנת לגישה " +"מתוך רשת לא מאובטחת, ואין צורך\n" +" בניהול הרשאות גישה מסיבות אחרות, ניתן לבטל את ההשאות ניהול " +"הגישה. אבל יש לעשות זאת רק\n" +" אם בטוח לחלוטין שרק אנשים שמכירים וסומכים עליהם יהיו בעלי יכולת " +"להתחבר למדפסת.\n" +"

\n" +"

\n" +" נא לא לזלזל בסיכון של רשתות לא מאובטחות מהאינטרנט למדפסת " +"שלך!!\n" +"

" #: src/octoprint/templates/dialogs.jinja2:96 msgid "Disable Access Control" -msgstr "" +msgstr "ביטול לוח בקרה" #: src/octoprint/templates/dialogs.jinja2:97 msgid "Keep Access Control Enabled" -msgstr "" +msgstr "שמור על לוח בקרה מופעל" #: src/octoprint/templates/index.jinja2:57 msgid "Settings" -msgstr "" +msgstr "הגדרות" #: src/octoprint/templates/index.jinja2:63 msgid "System" -msgstr "" +msgstr "מערכת" #: src/octoprint/templates/index.jinja2:83 msgid "Remember me" -msgstr "" +msgstr "זכור אותי" #: src/octoprint/templates/index.jinja2:88 msgid "Change Password" -msgstr "" +msgstr "החלף סיסמה" #: src/octoprint/templates/index.jinja2:89 msgid "Logout" -msgstr "" +msgstr "התנתקות" #: src/octoprint/templates/index.jinja2:103 msgid "Connection" -msgstr "" +msgstr "חיבור" #: src/octoprint/templates/index.jinja2:107 #: src/octoprint/templates/settings.jinja2:30 msgid "Serial Port" -msgstr "" +msgstr "יציאה טורית" #: src/octoprint/templates/index.jinja2:109 #: src/octoprint/templates/settings.jinja2:36 msgid "Baudrate" -msgstr "" +msgstr "קצב באוד (Baudrate)" #: src/octoprint/templates/index.jinja2:112 msgid "Save connection settings" -msgstr "" +msgstr "שמור הגדרות חיבור" #: src/octoprint/templates/index.jinja2:115 msgid "Auto-connect on server startup" -msgstr "" +msgstr "חיבור מחדש עם עליית השרת" #: src/octoprint/templates/index.jinja2:123 msgid "State" -msgstr "" +msgstr "מצב" #: src/octoprint/templates/index.jinja2:127 msgid "Machine State" -msgstr "" +msgstr "מצב מכונה" #: src/octoprint/templates/index.jinja2:128 msgid "File" -msgstr "" +msgstr "קובץ" #: src/octoprint/templates/index.jinja2:129 #: src/octoprint/templates/index.jinja2:247 msgid "Timelapse" -msgstr "" +msgstr "Timelapse" #: src/octoprint/templates/index.jinja2:133 msgid "Approx. Total Print Time" -msgstr "" +msgstr "זמן הדפסה סופי מוערך" #: src/octoprint/templates/index.jinja2:134 msgid "Print Time" -msgstr "" +msgstr "זמן הדפסה" #: src/octoprint/templates/index.jinja2:135 msgid "Print Time Left" -msgstr "" +msgstr "זמן הדפסה נותר" #: src/octoprint/templates/index.jinja2:136 msgid "Printed" -msgstr "" +msgstr "הודפס" #: src/octoprint/templates/index.jinja2:143 msgid "Restart" -msgstr "" +msgstr "אתחול" #: src/octoprint/templates/index.jinja2:143 msgid "Print" -msgstr "" +msgstr "הדפסה" #: src/octoprint/templates/index.jinja2:152 msgid "Files" -msgstr "" +msgstr "קבצים" #: src/octoprint/templates/index.jinja2:159 msgid "Sort by name" -msgstr "" +msgstr "מיין לפי שם" #: src/octoprint/templates/index.jinja2:159 #: src/octoprint/templates/index.jinja2:556 #: src/octoprint/templates/settings.jinja2:630 msgid "ascending" -msgstr "" +msgstr "סדר עולה" #: src/octoprint/templates/index.jinja2:160 msgid "Sort by upload date" -msgstr "" +msgstr "מיין לפי זמן העלאה" #: src/octoprint/templates/index.jinja2:160 #: src/octoprint/templates/index.jinja2:161 #: src/octoprint/templates/index.jinja2:556 #: src/octoprint/templates/settings.jinja2:630 msgid "descending" -msgstr "" +msgstr "סדר יורד" #: src/octoprint/templates/index.jinja2:161 msgid "Sort by file size" -msgstr "" +msgstr "מיין לפי גודל קובץ" #: src/octoprint/templates/index.jinja2:164 msgid "Only show files stored locally" -msgstr "" +msgstr "הצג רק קבצים השמורים מקומית" #: src/octoprint/templates/index.jinja2:165 msgid "Only show files stored on SD" -msgstr "" +msgstr "הצג רק קבצים השמורים על SD" #: src/octoprint/templates/index.jinja2:168 msgid "Hide successfully printed files" -msgstr "" +msgstr "הסתר קבצים שהודפסו בהצלחה" #: src/octoprint/templates/index.jinja2:178 msgid "Initialize SD card" -msgstr "" +msgstr "מאתכל כרטיס SD" #: src/octoprint/templates/index.jinja2:179 msgid "Refresh SD files" -msgstr "" +msgstr "מרענן קבצי SD" #: src/octoprint/templates/index.jinja2:180 msgid "Release SD card" -msgstr "" +msgstr "משחזר כרטיס SD" #: src/octoprint/templates/index.jinja2:188 msgid "Search..." -msgstr "" +msgstr "חיפוש..." #: src/octoprint/templates/index.jinja2:193 msgid "Uploaded" -msgstr "" +msgstr "הועלה" #: src/octoprint/templates/index.jinja2:194 #: src/octoprint/templates/index.jinja2:556 @@ -702,162 +749,162 @@ msgstr "" #: src/octoprint/templates/settings.jinja2:630 #: src/octoprint/templates/settings.jinja2:637 msgid "Size" -msgstr "" +msgstr "גודל" #: src/octoprint/templates/index.jinja2:198 msgid "Download" -msgstr "" +msgstr "הורד" #: src/octoprint/templates/index.jinja2:199 msgid "Remove" -msgstr "" +msgstr "הסר" #: src/octoprint/templates/index.jinja2:200 msgid "Load" -msgstr "" +msgstr "טעינה" #: src/octoprint/templates/index.jinja2:201 msgid "Load and Print" -msgstr "" +msgstr "טען והדפס" #: src/octoprint/templates/index.jinja2:206 msgid "Free" -msgstr "" +msgstr "פנוי" #: src/octoprint/templates/index.jinja2:233 msgid "Hint: You can also drag and drop files on this page to upload them." -msgstr "" +msgstr "טיפ: ניתן לגרור קבצים אל דף זה כדי להעלות אותם" #: src/octoprint/templates/index.jinja2:243 msgid "Temperature" -msgstr "" +msgstr "טמפרטורה" #: src/octoprint/templates/index.jinja2:244 msgid "Control" -msgstr "" +msgstr "שליטה" #: src/octoprint/templates/index.jinja2:245 msgid "GCode Viewer" -msgstr "" +msgstr "מציג Gcode" #: src/octoprint/templates/index.jinja2:246 msgid "Terminal" -msgstr "" +msgstr "מסוף" #: src/octoprint/templates/index.jinja2:264 msgid "Offset" -msgstr "" +msgstr "הסט" #: src/octoprint/templates/index.jinja2:280 #: src/octoprint/templates/index.jinja2:302 msgid "Set" -msgstr "" +msgstr "קבע" #: src/octoprint/templates/index.jinja2:292 #: src/octoprint/templates/index.jinja2:523 msgid "Off" -msgstr "" +msgstr "כבוי" #: src/octoprint/templates/index.jinja2:360 msgid "Select Tool..." -msgstr "" +msgstr "כלי בחירה" #: src/octoprint/templates/index.jinja2:371 msgid "Extrude" -msgstr "" +msgstr "הוצא סיב חומר" #: src/octoprint/templates/index.jinja2:372 msgid "Retract" -msgstr "" +msgstr "נסוג" #: src/octoprint/templates/index.jinja2:377 msgid "General" -msgstr "" +msgstr "כללי" #: src/octoprint/templates/index.jinja2:379 msgid "Motors off" -msgstr "" +msgstr "כבה מנועים" #: src/octoprint/templates/index.jinja2:380 msgid "Fans on" -msgstr "" +msgstr "מאוורר דלוק" #: src/octoprint/templates/index.jinja2:381 msgid "Fans off" -msgstr "" +msgstr "מאוורר כבוי" #: src/octoprint/templates/index.jinja2:445 msgid "Sync with job progress" -msgstr "" +msgstr "סנכרן עם העבודה" #: src/octoprint/templates/index.jinja2:450 msgid "Center viewport on model" -msgstr "" +msgstr "מרכז תצוגה על מודל" #: src/octoprint/templates/index.jinja2:453 msgid "Zoom in on model" -msgstr "" +msgstr "זום לתוך מודל" #: src/octoprint/templates/index.jinja2:459 msgid "Show moves" -msgstr "" +msgstr "הצג תזוזות" #: src/octoprint/templates/index.jinja2:462 msgid "Show retracts" -msgstr "" +msgstr "הצג נסיגות" #: src/octoprint/templates/index.jinja2:468 msgid "Also show previous layer" -msgstr "" +msgstr "אפשר הצגה של שכבה קודמת" #: src/octoprint/templates/index.jinja2:471 msgid "Also show next layer" -msgstr "" +msgstr "אפשר הצגה של שכבה הבאה" #: src/octoprint/templates/index.jinja2:476 msgid "Reload" -msgstr "" +msgstr "רענן" #: src/octoprint/templates/index.jinja2:503 msgid "Autoscroll" -msgstr "" +msgstr "גלילה אוטומאטית" #: src/octoprint/templates/index.jinja2:513 msgid "Send" -msgstr "" +msgstr "שלח" #: src/octoprint/templates/index.jinja2:519 msgid "Timelapse Configuration" -msgstr "" +msgstr "הגדרות timelapse" #: src/octoprint/templates/index.jinja2:521 msgid "Timelapse Mode" -msgstr "" +msgstr "מצב timelapse" #: src/octoprint/templates/index.jinja2:528 msgid "Timelapse post roll (in rendered seconds)" -msgstr "" +msgstr "עיבוד Timelapse (בשניות שרונדרו)" #: src/octoprint/templates/index.jinja2:535 msgid "Interval" -msgstr "" +msgstr "אינטרוול" #: src/octoprint/templates/index.jinja2:544 msgid "Save as default" -msgstr "" +msgstr "שמור כברית מחדל" #: src/octoprint/templates/index.jinja2:549 msgid "Save config" -msgstr "" +msgstr "שמור הגדרות" #: src/octoprint/templates/index.jinja2:553 msgid "Finished Timelapses" -msgstr "" +msgstr "Timelapses שהסתיימו" #: src/octoprint/templates/index.jinja2:556 #: src/octoprint/templates/settings.jinja2:630 msgid "Sort by" -msgstr "" +msgstr "מיין לפי" #: src/octoprint/templates/index.jinja2:556 #: src/octoprint/templates/index.jinja2:561 @@ -866,388 +913,391 @@ msgstr "" #: src/octoprint/templates/settings.jinja2:630 #: src/octoprint/templates/settings.jinja2:636 msgid "Name" -msgstr "" +msgstr "שם" #: src/octoprint/templates/index.jinja2:556 msgid "Creation date" -msgstr "" +msgstr "תאריך יצירה" #: src/octoprint/templates/index.jinja2:563 #: src/octoprint/templates/settings.jinja2:472 #: src/octoprint/templates/settings.jinja2:639 msgid "Action" -msgstr "" +msgstr "פעולה" #: src/octoprint/templates/index.jinja2:592 msgid "Version" -msgstr "" +msgstr "גירסה" #: src/octoprint/templates/index.jinja2:595 msgid "Homepage" -msgstr "" +msgstr "דף בית" #: src/octoprint/templates/index.jinja2:596 msgid "Sourcecode" -msgstr "" +msgstr "קוד מקור" #: src/octoprint/templates/index.jinja2:597 msgid "Documentation" -msgstr "" +msgstr "תיעוד" #: src/octoprint/templates/index.jinja2:598 msgid "Bugs and Requests" -msgstr "" +msgstr "באגים ובקשות" #: src/octoprint/templates/settings.jinja2:4 msgid "OctoPrint Settings" -msgstr "" +msgstr "הגדרות אוקטופרינט" #: src/octoprint/templates/settings.jinja2:9 msgid "Printer" -msgstr "" +msgstr "מדפסת" #: src/octoprint/templates/settings.jinja2:10 msgid "Serial Connection" -msgstr "" +msgstr "חיבור טורי" #: src/octoprint/templates/settings.jinja2:11 msgid "Printer Parameters" -msgstr "" +msgstr "פרמטרים של המדפסת" #: src/octoprint/templates/settings.jinja2:12 msgid "Temperatures" -msgstr "" +msgstr "טמפרטורות" #: src/octoprint/templates/settings.jinja2:13 msgid "Terminal filters" -msgstr "" +msgstr "פילטרי מסוף" #: src/octoprint/templates/settings.jinja2:14 #: src/octoprint/templates/settings.jinja2:15 msgid "Features" -msgstr "" +msgstr "פיצ'רים" #: src/octoprint/templates/settings.jinja2:16 msgid "Webcam" -msgstr "" +msgstr "מצלמת רשת" #: src/octoprint/templates/settings.jinja2:17 msgid "Cura" -msgstr "" +msgstr "Cura" #: src/octoprint/templates/settings.jinja2:18 msgid "Access Control" -msgstr "" +msgstr "בקרת גישה" #: src/octoprint/templates/settings.jinja2:19 msgid "API" -msgstr "" +msgstr "API" #: src/octoprint/templates/settings.jinja2:21 msgid "Folders" -msgstr "" +msgstr "תיקיות" #: src/octoprint/templates/settings.jinja2:22 msgid "Appearance" -msgstr "" +msgstr "מראה" #: src/octoprint/templates/settings.jinja2:23 #: src/octoprint/templates/settings.jinja2:626 msgid "Logs" -msgstr "" +msgstr "לוגים" #: src/octoprint/templates/settings.jinja2:44 msgid "Auto-connect to printer on server start" -msgstr "" +msgstr "התחבר מחדש למדפסת עם העלייה של השרת" #: src/octoprint/templates/settings.jinja2:49 msgid "Communication timeout" -msgstr "" +msgstr "חיבור לא עובד עקב timeout" #: src/octoprint/templates/settings.jinja2:58 msgid "Temperature timeout" -msgstr "" +msgstr "טמפרטורה timeout" #: src/octoprint/templates/settings.jinja2:67 msgid "SD status timeout" -msgstr "" +msgstr "מצב SD ב-timeout" #: src/octoprint/templates/settings.jinja2:76 msgid "Connection timeout" -msgstr "" +msgstr "חישוב פסק, timeout" #: src/octoprint/templates/settings.jinja2:85 msgid "Autodetection timeout" -msgstr "" +msgstr "זהוי timeout אוטמטי" #: src/octoprint/templates/settings.jinja2:96 msgid "Log communication to serial.log (might negatively impact performance)" msgstr "" +"שמור יומן תקשורת על serial.log (פעולה זו עלולה להשפיע בצורה שלילית על " +"ביצועים)" #: src/octoprint/templates/settings.jinja2:96 msgid "Warning" -msgstr "" +msgstr "אזהרה" #: src/octoprint/templates/settings.jinja2:105 msgid "Axis" -msgstr "" +msgstr "צירים" #: src/octoprint/templates/settings.jinja2:107 #: src/octoprint/templates/settings.jinja2:176 msgid "X" -msgstr "" +msgstr "X" #: src/octoprint/templates/settings.jinja2:113 #: src/octoprint/templates/settings.jinja2:123 #: src/octoprint/templates/settings.jinja2:133 msgid "Invert control" -msgstr "" +msgstr "הפוך שליטה" #: src/octoprint/templates/settings.jinja2:117 #: src/octoprint/templates/settings.jinja2:181 msgid "Y" -msgstr "" +msgstr "Y" #: src/octoprint/templates/settings.jinja2:127 msgid "Z" -msgstr "" +msgstr "Z" #: src/octoprint/templates/settings.jinja2:137 msgid "E" -msgstr "" +msgstr "E" #: src/octoprint/templates/settings.jinja2:145 msgid "Default extrusion length" -msgstr "" +msgstr "אורך ברית מחדל של הוצאת סיב חומר" #: src/octoprint/templates/settings.jinja2:151 msgid "Number of Extruders" -msgstr "" +msgstr "מספר אקסטרודרים" #: src/octoprint/templates/settings.jinja2:157 msgid "Extruder Offsets" -msgstr "" +msgstr "הסט אקסטרודר" #: src/octoprint/templates/settings.jinja2:174 msgid "Bed Size" -msgstr "" +msgstr "גודל מיטה" #: src/octoprint/templates/settings.jinja2:188 msgid "Radius" -msgstr "" +msgstr "רדיוס" #: src/octoprint/templates/settings.jinja2:196 msgid "Circular" -msgstr "" +msgstr "מעגלי" #: src/octoprint/templates/settings.jinja2:205 msgid "Stream URL" -msgstr "" +msgstr "כתובת שידור וידאו" #: src/octoprint/templates/settings.jinja2:211 msgid "Snapshot URL" -msgstr "" +msgstr "כתובת שידור תמונה" #: src/octoprint/templates/settings.jinja2:217 msgid "Path to FFMPEG" -msgstr "" +msgstr "נתיב עבור FFMPEG" #: src/octoprint/templates/settings.jinja2:223 msgid "Timelapse bitrate" -msgstr "" +msgstr "איכות timelapse" #: src/octoprint/templates/settings.jinja2:231 msgid "Enable OctoPrint watermark in timelapse movies" -msgstr "" +msgstr "הוסף סימן מים של אוקטופרינט עבור סרטונים" #: src/octoprint/templates/settings.jinja2:238 msgid "Flip webcam horizontally" -msgstr "" +msgstr "הפוך תמונת מצלמה אופקית" #: src/octoprint/templates/settings.jinja2:243 msgid "Flip webcam vertically" -msgstr "" +msgstr "הפוך תמונת מצלמה אנכית" #: src/octoprint/templates/settings.jinja2:254 msgid "Enable Temperature Graph" -msgstr "" +msgstr "הפעל גרף טמפרטורה" #: src/octoprint/templates/settings.jinja2:261 msgid "Enable GCode Visualizer" -msgstr "" +msgstr "הפעל ויזואליזציה של GCode" #: src/octoprint/templates/settings.jinja2:268 msgid "Enable SD support" -msgstr "" +msgstr "הפעל תמיכה ב-SD" #: src/octoprint/templates/settings.jinja2:275 msgid "Always assume SD card is present" -msgstr "" +msgstr "תמיד תניח שכרטיס SD נמצא" #: src/octoprint/templates/settings.jinja2:275 #: src/octoprint/templates/settings.jinja2:289 #: src/octoprint/templates/settings.jinja2:296 msgid "Repetier" -msgstr "" +msgstr "Repetier" #: src/octoprint/templates/settings.jinja2:282 msgid "Wait for start on connect" -msgstr "" +msgstr "המתן עבור start בחיבור" #: src/octoprint/templates/settings.jinja2:289 msgid "Send a checksum with every command" -msgstr "" +msgstr "המתן עבור סיכום ביקורת (checksum) עבור כל פקודה" #: src/octoprint/templates/settings.jinja2:296 #, python-format msgid "" -"Support TargetExtr%%n/TargetBed target " -"temperature format" +"Support TargetExtr%%n/TargetBed target temperature " +"format" msgstr "" +"תמוך עבור TargetExtr%%n/TargetBed פורמט טמפרטורת " +"ייעד" #: src/octoprint/templates/settings.jinja2:303 msgid "Swallow the first \"ok\" after a resend response" -msgstr "" +msgstr "לבלוע את ה-\"ok\" הראשון אחרי שנשלחה מחדשה תגובה" #: src/octoprint/templates/settings.jinja2:312 msgid "Upload Folder" -msgstr "" +msgstr "תקיית העלאה" #: src/octoprint/templates/settings.jinja2:318 msgid "Timelapse Folder" -msgstr "" +msgstr "תקיית timelapse" #: src/octoprint/templates/settings.jinja2:324 msgid "Timelapse Temp Folder" -msgstr "" +msgstr "תקייה זמנית ל-timelapse" #: src/octoprint/templates/settings.jinja2:330 msgid "Logs Folder" -msgstr "" +msgstr "תקיית לוגים" #: src/octoprint/templates/settings.jinja2:336 msgid "Watched Folder" -msgstr "" +msgstr "תקייה שנצפתה" #: src/octoprint/templates/settings.jinja2:346 msgid "Extruder" -msgstr "" +msgstr "אקסטרודר" #: src/octoprint/templates/settings.jinja2:378 msgid "RegExp" -msgstr "" +msgstr "ביטוי רגולרי" #: src/octoprint/templates/settings.jinja2:403 msgid "Title" -msgstr "" +msgstr "כותרת" #: src/octoprint/templates/settings.jinja2:409 msgid "Color" -msgstr "" +msgstr "צבע" #: src/octoprint/templates/settings.jinja2:420 msgid "Enable slicing via Cura" -msgstr "" +msgstr "הפעל פריסה באמצעות Cura" #: src/octoprint/templates/settings.jinja2:426 msgid "Path to Cura" -msgstr "" +msgstr "נתיב ל-Cura" #: src/octoprint/templates/settings.jinja2:432 msgid "Path to Cura config" -msgstr "" +msgstr "נתיב להגדרות של Cura" #: src/octoprint/templates/settings.jinja2:444 msgid "Enable" -msgstr "" +msgstr "אפשר" #: src/octoprint/templates/settings.jinja2:451 #, python-format msgid "Allow Cross Origin Resource Sharing (CORS)" -msgstr "" +msgstr "אפשר Cross Origin Resource Sharing (CORS)" #: src/octoprint/templates/settings.jinja2:456 #: src/octoprint/templates/settings.jinja2:477 msgid "API Key" -msgstr "" +msgstr "מפתח API" #: src/octoprint/templates/settings.jinja2:470 #: src/octoprint/templates/settings.jinja2:531 #: src/octoprint/templates/settings.jinja2:560 msgid "Active" -msgstr "" +msgstr "פעיל" #: src/octoprint/templates/settings.jinja2:471 #: src/octoprint/templates/settings.jinja2:538 #: src/octoprint/templates/settings.jinja2:567 msgid "Admin" -msgstr "" +msgstr "מנהל" #: src/octoprint/templates/settings.jinja2:481 msgid "Update User" -msgstr "" +msgstr "עדכן משתמש" #: src/octoprint/templates/settings.jinja2:481 msgid "Change password" -msgstr "" +msgstr "שינוי סיסמה" #: src/octoprint/templates/settings.jinja2:481 msgid "Delete user" -msgstr "" +msgstr "מחק משתמש" #: src/octoprint/templates/settings.jinja2:498 #: src/octoprint/templates/settings.jinja2:505 msgid "Add user" -msgstr "" +msgstr "הוסף משתמש" #: src/octoprint/templates/settings.jinja2:522 #: src/octoprint/templates/settings.jinja2:593 msgid "Repeat Password" -msgstr "" +msgstr "חזור על סיסמה" #: src/octoprint/templates/settings.jinja2:545 #: src/octoprint/templates/settings.jinja2:574 #: src/octoprint/templates/settings.jinja2:616 msgid "Abort" -msgstr "" +msgstr "ביטול" #: src/octoprint/templates/settings.jinja2:546 #: src/octoprint/templates/settings.jinja2:575 #: src/octoprint/templates/settings.jinja2:617 msgid "Confirm" -msgstr "" +msgstr "אישור" #: src/octoprint/templates/settings.jinja2:553 #, python-format msgid "Edit user \"%(user)s\"" -msgstr "" +msgstr "ערוך משתמש \"%(user)s\"" #: src/octoprint/templates/settings.jinja2:582 #, python-format msgid "Change password for user \"%(user)s\"" -msgstr "" +msgstr "החלף סיסמה עבור משתמש \"%(user)s\"" #: src/octoprint/templates/settings.jinja2:587 msgid "New Password" -msgstr "" +msgstr "סיסמה חדשה" #: src/octoprint/templates/settings.jinja2:602 msgid "Current API Key" -msgstr "" +msgstr "מפתח API נוכחי" #: src/octoprint/templates/settings.jinja2:605 msgid "N/A" -msgstr "" +msgstr "לא זמין" #: src/octoprint/templates/settings.jinja2:630 msgid "Modification date" -msgstr "" +msgstr "תאריך שינוי" #: src/octoprint/templates/settings.jinja2:638 msgid "Date" -msgstr "" +msgstr "תאריך" #: src/octoprint/templates/settings.jinja2:677 msgid "Save" -msgstr "" - +msgstr "שמור" From 425f6f7c0b82ba7bf4bf01c276a15d024c519800 Mon Sep 17 00:00:00 2001 From: guysoft Date: Sun, 31 Aug 2014 18:51:11 +0300 Subject: [PATCH 3/3] Add Hebrew compiled translation --- src/octoprint/static/js/i18n/he.js | 1 + .../translations/he/LC_MESSAGES/messages.mo | Bin 0 -> 20656 bytes 2 files changed, 1 insertion(+) create mode 100644 src/octoprint/static/js/i18n/he.js create mode 100644 src/octoprint/translations/he/LC_MESSAGES/messages.mo diff --git a/src/octoprint/static/js/i18n/he.js b/src/octoprint/static/js/i18n/he.js new file mode 100644 index 00000000..0f31f583 --- /dev/null +++ b/src/octoprint/static/js/i18n/he.js @@ -0,0 +1 @@ +window.BABEL_TO_LOAD_he = {"locale": "he", "domain": "messages", "plural_expr": "(n != 1)", "messages": {"": "Project-Id-Version: OctoPrint 1.2.0-dev-131-g854387b\nReport-Msgid-Bugs-To: i18n@octoprint.org\nPOT-Creation-Date: 2014-08-31 12:52+0300\nPO-Revision-Date: 2014-08-31 18:44+0200\nLast-Translator: Guy Sheffer \nLanguage-Team: he \nPlural-Forms: nplurals=2; plural=(n != 1)\nMIME-Version: 1.0\nContent-Type: text/plain; charset=utf-8\nContent-Transfer-Encoding: 8bit\nGenerated-By: Babel 1.3\n", "Print Time Left": "\u05d6\u05de\u05df \u05d4\u05d3\u05e4\u05e1\u05d4 \u05e0\u05d5\u05ea\u05e8", "Proceed": "\u05d4\u05de\u05e9\u05da", "Timelapse Temp Folder": "\u05ea\u05e7\u05d9\u05d9\u05d4 \u05d6\u05de\u05e0\u05d9\u05ea \u05dc-timelapse", "Title": "\u05db\u05d5\u05ea\u05e8\u05ea", "Only show files stored locally": "\u05d4\u05e6\u05d2 \u05e8\u05e7 \u05e7\u05d1\u05e6\u05d9\u05dd \u05d4\u05e9\u05de\u05d5\u05e8\u05d9\u05dd \u05de\u05e7\u05d5\u05de\u05d9\u05ea", "yellow": "\u05e6\u05d4\u05d5\u05d1", "Path to Cura": "\u05e0\u05ea\u05d9\u05d1 \u05dc-Cura", "Action": "\u05e4\u05e2\u05d5\u05dc\u05d4", "Passwords do not match": "\u05e1\u05d9\u05e1\u05de\u05d0\u05d5\u05ea \u05dc\u05d0 \u05ea\u05d5\u05d0\u05de\u05d5\u05ea", "Sort by name": "\u05de\u05d9\u05d9\u05df \u05dc\u05e4\u05d9 \u05e9\u05dd", "Save connection settings": "\u05e9\u05de\u05d5\u05e8 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d7\u05d9\u05d1\u05d5\u05e8", "Rendering timelapse": "\u05de\u05e8\u05e0\u05d3\u05e8 timelapse", "Cura": "Cura", "Files": "\u05e7\u05d1\u05e6\u05d9\u05dd", "Bed Size": "\u05d2\u05d5\u05d3\u05dc \u05de\u05d9\u05d8\u05d4", "Always assume SD card is present": "\u05ea\u05de\u05d9\u05d3 \u05ea\u05e0\u05d9\u05d7 \u05e9\u05db\u05e8\u05d8\u05d9\u05e1 SD \u05e0\u05de\u05e6\u05d0", "Load and Print": "\u05d8\u05e2\u05df \u05d5\u05d4\u05d3\u05e4\u05e1", "Sending file to SD": "\u05e9\u05d5\u05dc\u05d7 \u05e7\u05d5\u05d1\u05e5 \u05d0\u05dc SD", "Number of Extruders": "\u05de\u05e1\u05e4\u05e8 \u05d0\u05e7\u05e1\u05d8\u05e8\u05d5\u05d3\u05e8\u05d9\u05dd", "black": "\u05e9\u05d7\u05d5\u05e8", "Last Printed": "\u05d4\u05d5\u05d3\u05e4\u05e1 \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4", "Sourcecode": "\u05e7\u05d5\u05d3 \u05de\u05e7\u05d5\u05e8", "Estimated layer height": "\u05d2\u05d5\u05d1\u05d4 \u05e9\u05db\u05d1\u05d5\u05ea \u05de\u05e9\u05d5\u05e2\u05e8", "You are now logged out": "\u05d4\u05ea\u05e0\u05ea\u05e7\u05ea \u05de\u05d4\u05de\u05e2\u05e8\u05db\u05ea", "Uploaded": "\u05d4\u05d5\u05e2\u05dc\u05d4", "Opening serial port": "\u05e4\u05d5\u05ea\u05d7 \u05d9\u05e6\u05d9\u05e8\u05d4 \u05d8\u05d5\u05e8\u05d9\u05ea", "New timelapse %(movie_basename)s is done rendering.": "\u05e1\u05d9\u05d9\u05dd \u05dc\u05e8\u05e0\u05d3\u05e8 \u05d0\u05ea \u05d4-timelapse %(movie_basename)s", "Invert control": "\u05d4\u05e4\u05d5\u05da \u05e9\u05dc\u05d9\u05d8\u05d4", "Webcam": "\u05de\u05e6\u05dc\u05de\u05ea \u05e8\u05e9\u05ea", "Remember me": "\u05d6\u05db\u05d5\u05e8 \u05d0\u05d5\u05ea\u05d9", "Enable GCode Visualizer": "\u05d4\u05e4\u05e2\u05dc \u05d5\u05d9\u05d6\u05d5\u05d0\u05dc\u05d9\u05d6\u05e6\u05d9\u05d4 \u05e9\u05dc GCode", "The server appears to be offline, at least I'm not getting any response from it. I'll try to reconnect automatically over the next couple of minutes, however you are welcome to try a manual reconnect anytime using the button below.": "\u05e0\u05e8\u05d0\u05d4 \u05e9\u05d4\u05e9\u05e8\u05ea \u05dc\u05d0 \u05de\u05d7\u05d5\u05d1\u05e8, \u05d0\u05d5 \u05dc\u05e4\u05d7\u05d5\u05ea \u05d0\u05e0\u05d9 \u05dc\u05d0 \u05de\u05e6\u05dc\u05d9\u05d7 \u05dc\u05e7\u05d1\u05dc \u05db\u05dc \u05ea\u05d2\u05d5\u05d1\u05d4 \u05de\u05de\u05e0\u05d5. \u05d0\u05e0\u05e1\u05d4 \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05de\u05d7\u05d3\u05e9 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05d1\u05e2\u05d5\u05d3 \u05de\u05e1\u05e4\u05e8 \u05d3\u05e7\u05d5\u05ea, \u05d0\u05d1\u05dc \u05e0\u05d9\u05ea\u05df \u05d2\u05dd \u05dc\u05e0\u05e1\u05d5\u05ea \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05de\u05d7\u05d3\u05e9 \u05e2\u05dd \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05dc\u05d4\u05dc\u05df.", "Rendering failed": "\u05e8\u05d9\u05e0\u05d3\u05d5\u05e8 \u05e0\u05db\u05e9\u05dc", "Upload Folder": "\u05ea\u05e7\u05d9\u05d9\u05ea \u05d4\u05e2\u05dc\u05d0\u05d4", "descending": "\u05e1\u05d3\u05e8 \u05d9\u05d5\u05e8\u05d3", "X": "X", "Add user": "\u05d4\u05d5\u05e1\u05e3 \u05de\u05e9\u05ea\u05de\u05e9", "GCODE commands in layer": "\u05e4\u05e7\u05d5\u05d3\u05d5\u05ea GCODE \u05d1\u05e9\u05db\u05d1\u05d4", "Estimated print time": "\u05d6\u05de\u05df \u05d4\u05d3\u05e4\u05e1\u05d4 \u05de\u05e9\u05d5\u05e2\u05e8", "Serial Connection": "\u05d7\u05d9\u05d1\u05d5\u05e8 \u05d8\u05d5\u05e8\u05d9", "Control": "\u05e9\u05dc\u05d9\u05d8\u05d4", "Password": "\u05e1\u05d9\u05e1\u05de\u05d4", "Also show next layer": "\u05d0\u05e4\u05e9\u05e8 \u05d4\u05e6\u05d2\u05d4 \u05e9\u05dc \u05e9\u05db\u05d1\u05d4 \u05d4\u05d1\u05d0\u05d4", "Print Time": "\u05d6\u05de\u05df \u05d4\u05d3\u05e4\u05e1\u05d4", "Sort by file size": "\u05de\u05d9\u05d9\u05df \u05dc\u05e4\u05d9 \u05d2\u05d5\u05d3\u05dc \u05e7\u05d5\u05d1\u05e5", "Machine State": "\u05de\u05e6\u05d1 \u05de\u05db\u05d5\u05e0\u05d4", "default": "\u05d1\u05e8\u05d9\u05ea \u05de\u05d7\u05d3\u05dc", "API": "API", "Printing from SD": "\u05d4\u05d3\u05e4\u05e1\u05d4 \u05de-SD", "Terminal filters": "\u05e4\u05d9\u05dc\u05d8\u05e8\u05d9 \u05de\u05e1\u05d5\u05e3", "Change password for user \"%(user)s\"": "\u05d4\u05d7\u05dc\u05e3 \u05e1\u05d9\u05e1\u05de\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05de\u05e9\u05ea\u05de\u05e9 \"%(user)s\"", "Enable Temperature Graph": "\u05d4\u05e4\u05e2\u05dc \u05d2\u05e8\u05e3 \u05d8\u05de\u05e4\u05e8\u05d8\u05d5\u05e8\u05d4", "Delete user": "\u05de\u05d7\u05e7 \u05de\u05e9\u05ea\u05de\u05e9", "Confirm Password": "\u05d0\u05d9\u05e9\u05d5\u05e8 \u05e1\u05d9\u05e1\u05de\u05d4", "Disconnect": "\u05d4\u05ea\u05e0\u05ea\u05e7", "Slicing done": "\u05e4\u05e8\u05d9\u05e1\u05d4 \u05d4\u05d5\u05e9\u05dc\u05de\u05d4", "Initialize SD card": "\u05de\u05d0\u05ea\u05db\u05dc \u05db\u05e8\u05d8\u05d9\u05e1 SD", "System": "\u05de\u05e2\u05e8\u05db\u05ea", "Send": "\u05e9\u05dc\u05d7", "State": "\u05de\u05e6\u05d1", "Version": "\u05d2\u05d9\u05e8\u05e1\u05d4", "YYYY-MM-DD HH:mm": "YYYY-MM-DD HH:mm", "Attempt to reconnect": "\u05e0\u05e1\u05d9\u05d5\u05df \u05d7\u05d9\u05d1\u05d5\u05e8 \u05de\u05d7\u05d3\u05e9", "Streaming done": "\u05d4\u05e9\u05d9\u05d3\u05d5\u05e8 \u05d4\u05e1\u05ea\u05d9\u05d9\u05dd", "violet": "\u05e1\u05d2\u05d5\u05dc", "Print": "\u05d4\u05d3\u05e4\u05e1\u05d4", "Layer count": "\u05de\u05e1\u05e4\u05e8 \u05e9\u05db\u05d1\u05d5\u05ea", "OctoPrint Settings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d0\u05d5\u05e7\u05d8\u05d5\u05e4\u05e8\u05d9\u05e0\u05d8", "Are you sure?": "\u05d4\u05d0\u05dd \u05d0\u05ea/\u05d4 \u05d1\u05d8\u05d5\u05d7?", "blue": "\u05db\u05d7\u05d5\u05dc", "Printer": "\u05de\u05d3\u05e4\u05e1\u05ea", "Tool": "\u05db\u05dc\u05d9", "Settings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea", "Path to FFMPEG": "\u05e0\u05ea\u05d9\u05d1 \u05e2\u05d1\u05d5\u05e8 FFMPEG", "Upload to SD": "\u05d4\u05e2\u05dc\u05d0\u05d4 \u05dc\u05db\u05e8\u05d8\u05d9\u05e1 SD", "The command \"%(command)s\" could not be executed.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05e6\u05e2 \u05d0\u05ea \u05d4\u05e4\u05e7\u05d5\u05d3\u05d4 \"%(command)s\".", "Printed": "\u05d4\u05d5\u05d3\u05e4\u05e1", "Layer number": "\u05e9\u05db\u05d1\u05d4 \u05de\u05e1\u05e4\u05e8", "Sync with job progress": "\u05e1\u05e0\u05db\u05e8\u05df \u05e2\u05dd \u05d4\u05e2\u05d1\u05d5\u05d3\u05d4", "Circular": "\u05de\u05e2\u05d2\u05dc\u05d9", "Total filament used": "\u05e1\u05da \u05d4\u05db\u05dc \u05e1\u05d9\u05d1 \u05d7\u05d5\u05de\u05e8 \u05e9\u05e0\u05d3\u05e8\u05e9", "red": "\u05d0\u05d3\u05d5\u05dd", "Save as default": "\u05e9\u05de\u05d5\u05e8 \u05db\u05d1\u05e8\u05d9\u05ea \u05de\u05d7\u05d3\u05dc", "Slicing ...": "\u05e4\u05d5\u05e8\u05e1...", "Last Print Time": "\u05d6\u05de\u05df \u05d4\u05d3\u05e4\u05e1\u05d4 \u05d0\u05d7\u05e8\u05d5\u05df", "Target": "\u05de\u05d8\u05e8\u05d4", "Streaming ...": "\u05de\u05e9\u05d3\u05e8 ...", "Logout successful": "\u05db\u05e0\u05d9\u05e1\u05d4 \u05d4\u05ea\u05d1\u05e6\u05e2\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "Now rendering timelapse %(movie_basename)s": "\u05db\u05e2\u05ea \u05de\u05e8\u05e0\u05d3\u05e8 timelapse %(movie_basename)s", "Documentation": "\u05ea\u05d9\u05e2\u05d5\u05d3", "%(hour)02d:%(minute)02d:%(second)02d": "%(hour)02d:%(minute)02d:%(second)02d", "Upload": "\u05d4\u05e2\u05dc\u05d0\u05d4", "ascending": "\u05e1\u05d3\u05e8 \u05e2\u05d5\u05dc\u05d4", "Model size": "\u05d2\u05d5\u05d3\u05dc \u05de\u05d5\u05d3\u05dc", "Temperatures": "\u05d8\u05de\u05e4\u05e8\u05d8\u05d5\u05e8\u05d5\u05ea", "visited": "\u05d1\u05bc\u05b4\u05e7\u05bc\u05b5\u05e8", "Timed": "\u05de\u05ea\u05d5\u05d6\u05de\u05df", "Edit user \"%(user)s\"": "\u05e2\u05e8\u05d5\u05da \u05de\u05e9\u05ea\u05de\u05e9 \"%(user)s\"", "Snapshot URL": "\u05db\u05ea\u05d5\u05d1\u05ea \u05e9\u05d9\u05d3\u05d5\u05e8 \u05ea\u05de\u05d5\u05e0\u05d4", "Release SD card": "\u05de\u05e9\u05d7\u05d6\u05e8 \u05db\u05e8\u05d8\u05d9\u05e1 SD", "Server is offline": "\u05e9\u05e8\u05ea \u05dc\u05d0 \u05de\u05d7\u05d5\u05d1\u05e8", "Log communication to serial.log (might negatively impact performance)": "\u05e9\u05de\u05d5\u05e8 \u05d9\u05d5\u05de\u05df \u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05e2\u05dc serial.log (\u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5 \u05e2\u05dc\u05d5\u05dc\u05d4 \u05dc\u05d4\u05e9\u05e4\u05d9\u05e2 \u05d1\u05e6\u05d5\u05e8\u05d4 \u05e9\u05dc\u05d9\u05dc\u05d9\u05ea \u05e2\u05dc \u05d1\u05d9\u05e6\u05d5\u05e2\u05d9\u05dd)", "Sort by upload date": "\u05de\u05d9\u05d9\u05df \u05dc\u05e4\u05d9 \u05d6\u05de\u05df \u05d4\u05e2\u05dc\u05d0\u05d4", "RegExp": "\u05d1\u05d9\u05d8\u05d5\u05d9 \u05e8\u05d2\u05d5\u05dc\u05e8\u05d9", "Change Password": "\u05d4\u05d7\u05dc\u05e3 \u05e1\u05d9\u05e1\u05de\u05d4", "Logs": "\u05dc\u05d5\u05d2\u05d9\u05dd", "Hotend": "\u05e7\u05e6\u05d4 \u05d7\u05dd", "Show retracts": "\u05d4\u05e6\u05d2 \u05e0\u05e1\u05d9\u05d2\u05d5\u05ea", "Keep Access Control Enabled": "\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8\u05d4 \u05de\u05d5\u05e4\u05e2\u05dc", "Upload locally": "\u05d4\u05e2\u05dc\u05d0\u05d4 \u05de\u05e7\u05d5\u05de\u05d9\u05ea", "Select Tool...": "\u05db\u05dc\u05d9 \u05d1\u05d7\u05d9\u05e8\u05d4", "Paused": "\u05d1\u05d4\u05e4\u05e1\u05e7\u05d4", "Continue": "\u05d4\u05de\u05e9\u05da", "Radius": "\u05e8\u05d3\u05d9\u05d5\u05e1", "The command \"%(command)s\" executed successfully": "\u05d4\u05e4\u05e7\u05d5\u05d3\u05d4 \"%(command)s\" \u05d4\u05ea\u05d1\u05e6\u05e2\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "Features": "\u05e4\u05d9\u05e6'\u05e8\u05d9\u05dd", "Download": "\u05d4\u05d5\u05e8\u05d3", "GCode Viewer": "\u05de\u05e6\u05d9\u05d2 Gcode", "Also show previous layer": "\u05d0\u05e4\u05e9\u05e8 \u05d4\u05e6\u05d2\u05d4 \u05e9\u05dc \u05e9\u05db\u05d1\u05d4 \u05e7\u05d5\u05d3\u05de\u05ea", "Enable OctoPrint watermark in timelapse movies": "\u05d4\u05d5\u05e1\u05e3 \u05e1\u05d9\u05de\u05df \u05de\u05d9\u05dd \u05e9\u05dc \u05d0\u05d5\u05e7\u05d8\u05d5\u05e4\u05e8\u05d9\u05e0\u05d8 \u05e2\u05d1\u05d5\u05e8 \u05e1\u05e8\u05d8\u05d5\u05e0\u05d9\u05dd", "Repetier": "Repetier", "Login successful": "\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05de\u05e2\u05e8\u05db\u05ea \u05d4\u05ea\u05d1\u05e6\u05e2\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "Finished Timelapses": "Timelapses \u05e9\u05d4\u05e1\u05ea\u05d9\u05d9\u05de\u05d5", "Rendering of timelapse %(movie_basename)s failedwith return code %(returncode)s": "\u05de\u05e8\u05e0\u05d3\u05e8 timelapse %(movie_basename)s \u05d4\u05e1\u05ea\u05d9\u05d9\u05dd \u05d1\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05dc\u05ea \u05e7\u05d5\u05d3 \u05de\u05e1\u05e4\u05e8 %(returncode)s", "Pause": "\u05d4\u05e4\u05e1\u05e7", "Temperature": "\u05d8\u05de\u05e4\u05e8\u05d8\u05d5\u05e8\u05d4", "Enable slicing via Cura": "\u05d4\u05e4\u05e2\u05dc \u05e4\u05e8\u05d9\u05e1\u05d4 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea Cura", "Access Control": "\u05d1\u05e7\u05e8\u05ea \u05d2\u05d9\u05e9\u05d4", "Analyzing...": "\u05de\u05e0\u05ea\u05d7 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd ...", "just now": "\u05d6\u05d4 \u05d4\u05e8\u05d2\u05e2", "Operational": "\u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9", "Send a checksum with every command": "\u05d4\u05de\u05ea\u05df \u05e2\u05d1\u05d5\u05e8 \u05e1\u05d9\u05db\u05d5\u05dd \u05d1\u05d9\u05e7\u05d5\u05e8\u05ea (checksum) \u05e2\u05d1\u05d5\u05e8 \u05db\u05dc \u05e4\u05e7\u05d5\u05d3\u05d4", "Autodetection timeout": "\u05d6\u05d4\u05d5\u05d9 timeout \u05d0\u05d5\u05d8\u05de\u05d8\u05d9", "Connecting": "\u05de\u05ea\u05d7\u05d1\u05e8", "Free": "\u05e4\u05e0\u05d5\u05d9", "Closed": "\u05e1\u05d2\u05d5\u05e8", "Refresh SD files": "\u05de\u05e8\u05e2\u05e0\u05df \u05e7\u05d1\u05e6\u05d9 SD", "Flip webcam vertically": "\u05d4\u05e4\u05d5\u05da \u05ea\u05de\u05d5\u05e0\u05ea \u05de\u05e6\u05dc\u05de\u05d4 \u05d0\u05e0\u05db\u05d9\u05ea", "Path to Cura config": "\u05e0\u05ea\u05d9\u05d1 \u05dc\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e9\u05dc Cura", "Filament": "\u05e1\u05d9\u05d1 \u05d7\u05d5\u05de\u05e8", "Could not slice %(stl)s to %(gcode)s: %(reason)s": "\u05dc\u05d0 \u05d4\u05d9\u05d4 \u05e0\u05d9\u05ea\u05df \u05dc\u05e4\u05e8\u05d5\u05e1 %(stl)s \u05d0\u05dc %(gcode)s: %(reason)s", "Baudrate": "\u05e7\u05e6\u05d1 \u05d1\u05d0\u05d5\u05d3 (Baudrate)", "Detecting baudrate": "\u05de\u05d0\u05ea\u05e8 \u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05d4\u05e2\u05d1\u05e8\u05d4", "Date": "\u05ea\u05d0\u05e8\u05d9\u05da", "Streamed %(local)s to %(remote)s on SD, took %(time).2f seconds": "\u05e9\u05d5\u05d3\u05e8 %(local)s \u05d0\u05dc%(remote)s \u05e2\u05dc SD, \u05dc\u05e7\u05d7 %(time).2f \u05e9\u05e0\u05d9\u05d5\u05ea", "Show moves": "\u05d4\u05e6\u05d2 \u05ea\u05d6\u05d5\u05d6\u05d5\u05ea", "Motors off": "\u05db\u05d1\u05d4 \u05de\u05e0\u05d5\u05e2\u05d9\u05dd", "Detecting serial port": "\u05de\u05d0\u05ea\u05e8 \u05d9\u05e6\u05d9\u05e8\u05d4 \u05d8\u05d5\u05e8\u05d9\u05ea", "New Password": "\u05e1\u05d9\u05e1\u05de\u05d4 \u05d7\u05d3\u05e9\u05d4", "Logout": "\u05d4\u05ea\u05e0\u05ea\u05e7\u05d5\u05ea", "Offset": "\u05d4\u05e1\u05d8", "Analyzed": "\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e0\u05d5\u05ea\u05d7\u05d5", "Auto-connect on server startup": "\u05d7\u05d9\u05d1\u05d5\u05e8 \u05de\u05d7\u05d3\u05e9 \u05e2\u05dd \u05e2\u05dc\u05d9\u05d9\u05ea \u05d4\u05e9\u05e8\u05ea", "Printer Parameters": "\u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd \u05e9\u05dc \u05d4\u05de\u05d3\u05e4\u05e1\u05ea", "E": "E", "Restart": "\u05d0\u05ea\u05d7\u05d5\u05dc", "Search...": "\u05d7\u05d9\u05e4\u05d5\u05e9...", "Slicing failed": "\u05e4\u05e8\u05d9\u05e1\u05d4 \u05e0\u05db\u05e9\u05dc\u05d4", "Actual": "\u05e0\u05d5\u05db\u05d7\u05d9", "Active": "\u05e4\u05e2\u05d9\u05dc", "Creation date": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05e6\u05d9\u05e8\u05d4", "Hint: You can also drag and drop files on this page to upload them.": "\u05d8\u05d9\u05e4: \u05e0\u05d9\u05ea\u05df \u05dc\u05d2\u05e8\u05d5\u05e8 \u05e7\u05d1\u05e6\u05d9\u05dd \u05d0\u05dc \u05d3\u05e3 \u05d6\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05d0\u05d5\u05ea\u05dd", "Interval": "\u05d0\u05d9\u05e0\u05d8\u05e8\u05d5\u05d5\u05dc", "Admin": "\u05de\u05e0\u05d4\u05dc", "N/A": "\u05dc\u05d0 \u05d6\u05de\u05d9\u05df", "Bed": "\u05de\u05d9\u05d8\u05d4", "Auto-connect to printer on server start": "\u05d4\u05ea\u05d7\u05d1\u05e8 \u05de\u05d7\u05d3\u05e9 \u05dc\u05de\u05d3\u05e4\u05e1\u05ea \u05e2\u05dd \u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05e9\u05dc \u05d4\u05e9\u05e8\u05ea", "orange": "\u05db\u05ea\u05d5\u05dd", "Connection": "\u05d7\u05d9\u05d1\u05d5\u05e8", "Error": "\u05e9\u05d2\u05d9\u05d0\u05d4", "On Z Change": "\u05e9\u05d9\u05e0\u05d5\u05d9 \u05e6\u05d9\u05e8 Z", "Timelapse post roll (in rendered seconds)": "\u05e2\u05d9\u05d1\u05d5\u05d3 Timelapse (\u05d1\u05e9\u05e0\u05d9\u05d5\u05ea \u05e9\u05e8\u05d5\u05e0\u05d3\u05e8\u05d5)", "Z": "Z", "Are you sure you want to proceed?": "\u05d4\u05d0\u05dd \u05d1\u05d0\u05de\u05ea \u05dc\u05d4\u05de\u05e9\u05d9\u05da?", "If you disable Access Control and your OctoPrint installation is accessible from the internet, your printer will be accessible by everyone - that also includes the bad guys!": "\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05da \u05dc\u05d1\u05d8\u05dc \u05d0\u05ea \u05d4\u05d4\u05e8\u05e9\u05d0\u05d5\u05ea \u05d2\u05d9\u05e9\u05d4 \u05d5\u05d2\u05dd \u05d4\u05d4\u05ea\u05e7\u05e0\u05d4 \u05e9\u05dc \u05d0\u05d5\u05e7\u05d8\u05d5\u05e4\u05e8\u05d9\u05e0\u05d8 \u05e0\u05d9\u05ea\u05e0\u05ea \u05dc\u05d2\u05d9\u05e9\u05d4 \u05d3\u05e8\u05da \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8, \u05d0\u05d6 \u05db\u05dc \u05d0\u05d7\u05d3 \u05d9\u05d5\u05db\u05dc \u05dc\u05e9\u05dc\u05d5\u05d8 \u05e2\u05dc \u05d4\u05de\u05d3\u05e4\u05e1\u05ea \u05e9\u05dc\u05da, \u05d6\u05d4 \u05db\u05d5\u05dc\u05dc \u05d0\u05e0\u05e9\u05d9\u05dd \u05e8\u05e2\u05d9\u05dd!", "Load": "\u05d8\u05e2\u05d9\u05e0\u05d4", "Set": "\u05e7\u05d1\u05e2", "The server appears to be offline, at least I'm not getting any response from it. I could not reconnect automatically, but you may try a manual reconnect using the button below.": "\u05e0\u05e8\u05d0\u05d4 \u05e9\u05d4\u05e9\u05e8\u05ea \u05dc\u05d0 \u05de\u05d7\u05d5\u05e8\u05d1, \u05d0\u05d5 \u05dc\u05e4\u05d7\u05d5\u05ea \u05d0\u05e0\u05d9 \u05dc\u05d0 \u05de\u05e6\u05dc\u05d9\u05d7 \u05dc\u05e7\u05d1\u05dc \u05db\u05dc \u05ea\u05d2\u05d5\u05d1\u05d4 \u05de\u05de\u05e0\u05d5. \u05d4\u05d7\u05d9\u05d1\u05d5\u05e8 \u05d4\u05d0\u05d5\u05d8\u05d5\u05de\u05d0\u05d8\u05d9 \u05e0\u05db\u05e9\u05dc, \u05d0\u05d1\u05dc \u05e0\u05d9\u05ea\u05df \u05d2\u05dd \u05dc\u05e0\u05e1\u05d5\u05ea \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05de\u05d7\u05d3\u05e9 \u05e2\u05dd \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05dc\u05d4\u05dc\u05df.", "Zoom in on model": "\u05d6\u05d5\u05dd \u05dc\u05ea\u05d5\u05da \u05de\u05d5\u05d3\u05dc", "mm": "\u05de\"\u05de", "Saving ...": "\u05e9\u05d5\u05de\u05e8 ...", "General": "\u05db\u05dc\u05dc\u05d9", "Temperature timeout": "\u05d8\u05de\u05e4\u05e8\u05d8\u05d5\u05e8\u05d4 timeout", "Color": "\u05e6\u05d1\u05e2", "Fans on": "\u05de\u05d0\u05d5\u05d5\u05e8\u05e8 \u05d3\u05dc\u05d5\u05e7", "Swallow the first \"ok\" after a resend response": "\u05dc\u05d1\u05dc\u05d5\u05e2 \u05d0\u05ea \u05d4-\"ok\" \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05d0\u05d7\u05e8\u05d9 \u05e9\u05e0\u05e9\u05dc\u05d7\u05d4 \u05de\u05d7\u05d3\u05e9\u05d4 \u05ea\u05d2\u05d5\u05d1\u05d4", "Enable SD support": "\u05d4\u05e4\u05e2\u05dc \u05ea\u05de\u05d9\u05db\u05d4 \u05d1-SD", "Connect": "\u05d4\u05ea\u05d7\u05d1\u05e8", "Cancel": "\u05d1\u05d9\u05d8\u05d5\u05dc", "sec": "\u05e9\u05e0'", "Warning": "\u05d0\u05d6\u05d4\u05e8\u05d4", "Loading...": "\u05d8\u05d5\u05e2\u05df", "Current API Key": "\u05de\u05e4\u05ea\u05d7 API \u05e0\u05d5\u05db\u05d7\u05d9", "Size": "\u05d2\u05d5\u05d3\u05dc", "Communication timeout": "\u05d7\u05d9\u05d1\u05d5\u05e8 \u05dc\u05d0 \u05e2\u05d5\u05d1\u05d3 \u05e2\u05e7\u05d1 timeout", "Modification date": "\u05ea\u05d0\u05e8\u05d9\u05da \u05e9\u05d9\u05e0\u05d5\u05d9", "Change password": "\u05e9\u05d9\u05e0\u05d5\u05d9 \u05e1\u05d9\u05e1\u05de\u05d4", "This will restart the print job from the beginning.": "\u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5 \u05ea\u05ea\u05d7\u05d9\u05dc \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05d4\u05d3\u05e4\u05e1\u05d4 \u05de\u05d4\u05ea\u05d7\u05dc\u05d4", "Stream URL": "\u05db\u05ea\u05d5\u05d1\u05ea \u05e9\u05d9\u05d3\u05d5\u05e8 \u05d5\u05d9\u05d3\u05d0\u05d5", "Sort by": "\u05de\u05d9\u05d9\u05df \u05dc\u05e4\u05d9", "Login failed": "\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05de\u05e2\u05e8\u05db\u05ea \u05e0\u05db\u05e9\u05dc\u05d4", "Abort": "\u05d1\u05d9\u05d8\u05d5\u05dc", "Confirm": "\u05d0\u05d9\u05e9\u05d5\u05e8", "Repeat Password": "\u05d7\u05d6\u05d5\u05e8 \u05e2\u05dc \u05e1\u05d9\u05e1\u05de\u05d4", "Terminal": "\u05de\u05e1\u05d5\u05e3", "Autoscroll": "\u05d2\u05dc\u05d9\u05dc\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d0\u05d8\u05d9\u05ea", "Print time for layer": "\u05d6\u05de\u05df \u05d4\u05d3\u05e4\u05e1\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05e9\u05db\u05d1\u05d4", "Disable Access Control": "\u05d1\u05d9\u05d8\u05d5\u05dc \u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8\u05d4", "Configure Access Control": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8\u05d4", "Timelapse Configuration": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea timelapse", "Retract": "\u05e0\u05e1\u05d5\u05d2", "Timelapse bitrate": "\u05d0\u05d9\u05db\u05d5\u05ea timelapse", "Offline": "\u05dc\u05d0 \u05de\u05d7\u05d5\u05d1\u05e8", "API Key": "\u05de\u05e4\u05ea\u05d7 API", "Homepage": "\u05d3\u05e3 \u05d1\u05d9\u05ea", "Estimated Print Time": "\u05d6\u05de\u05df \u05d4\u05d3\u05e4\u05e1\u05d4 \u05de\u05d5\u05e2\u05e8\u05da", "Folders": "\u05ea\u05d9\u05e7\u05d9\u05d5\u05ea", "Bugs and Requests": "\u05d1\u05d0\u05d2\u05d9\u05dd \u05d5\u05d1\u05e7\u05e9\u05d5\u05ea", "Save": "\u05e9\u05de\u05d5\u05e8", "Default extrusion length": "\u05d0\u05d5\u05e8\u05da \u05d1\u05e8\u05d9\u05ea \u05de\u05d7\u05d3\u05dc \u05e9\u05dc \u05d4\u05d5\u05e6\u05d0\u05ea \u05e1\u05d9\u05d1 \u05d7\u05d5\u05de\u05e8", "min": "\u05d3\u05e7\u05d5'", "Support TargetExtr%%n/TargetBed target temperature format": "\u05ea\u05de\u05d5\u05da \u05e2\u05d1\u05d5\u05e8 TargetExtr%%n/TargetBed \u05e4\u05d5\u05e8\u05de\u05d8 \u05d8\u05de\u05e4\u05e8\u05d8\u05d5\u05e8\u05ea \u05d9\u05d9\u05e2\u05d3", "Connection timeout": "\u05d7\u05d9\u05e9\u05d5\u05d1 \u05e4\u05e1\u05e7, timeout", "Save config": "\u05e9\u05de\u05d5\u05e8 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea", "Center viewport on model": "\u05de\u05e8\u05db\u05d6 \u05ea\u05e6\u05d5\u05d2\u05d4 \u05e2\u05dc \u05de\u05d5\u05d3\u05dc", "User unknown or wrong password": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05dc\u05d0 \u05de\u05d5\u05db\u05e8, \u05d0\u05d5 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e1\u05d9\u05e1\u05de\u05d4", "Allow Cross Origin Resource Sharing (CORS)": "\u05d0\u05e4\u05e9\u05e8 Cross Origin Resource Sharing (CORS)", "Appearance": "\u05de\u05e8\u05d0\u05d4", "Enable": "\u05d0\u05e4\u05e9\u05e8", "Uploading ...": "\u05de\u05e2\u05dc\u05d4 ...", "Logs Folder": "\u05ea\u05e7\u05d9\u05d9\u05ea \u05dc\u05d5\u05d2\u05d9\u05dd", "

\n Please read the following, it is very important for your printer's health!\n

\n

\n OctoPrint by default now ships with Access Control enabled, meaning you won't be able to do anything with the\n printer unless you login first as a configured user. This is to prevent strangers - possibly with\n malicious intent - to gain access to your printer via the internet or another untrustworthy network\n and using it in such a way that it is damaged or worse (i.e. causes a fire).\n

\n

\n It looks like you haven't configured access control yet. Please set up an username and password for the\n initial administrator account who will have full access to both the printer and OctoPrint's settings, then click\n on \"Keep Access Control Enabled\":\n

": "

\n \u05d9\u05e9 \u05dc\u05e7\u05e8\u05d5\u05d0 \u05d0\u05ea \u05d4\u05de\u05d9\u05d3\u05d4 \u05d4\u05d1\u05d0, \u05d4\u05d5\u05d0 \u05d7\u05e9\u05d5\u05d1 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05de\u05d3\u05e4\u05e1\u05ea \u05e9\u05dc\u05da!\n

\n

\n \u05d0\u05d5\u05e7\u05d8\u05d5\u05e4\u05e8\u05d9\u05e0\u05d8 \u05d1\u05d1\u05e8\u05d9\u05ea \u05de\u05d7\u05d3\u05dc \u05de\u05d2\u05d9\u05e2 \u05d4\u05dd \u05d1\u05e7\u05e8\u05ea \u05d2\u05d9\u05e9\u05d4 \u05de\u05d5\u05e4\u05e2\u05dc\u05ea, \u05db\u05dc\u05d5\u05de\u05e8 \u05dc\u05d0 \u05d9\u05d4\u05d9\u05d4 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05e6\u05e2 \u05d3\u05d1\u05e8 \u05e2\u05dd \u05d4\u05de\u05d3\u05e4\u05e1\u05ea\n \u05d0\u05dc\u05d4 \u05d0\u05dd \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05ea \u05de\u05d5\u05d2\u05d3\u05e8\u05ea \u05e2\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9. \u05d6\u05d0\u05ea \u05db\u05d3\u05d9 \u05dc\u05de\u05e0\u05d5\u05e2 \u05de\u05d0\u05e0\u05e9\u05d9\u05dd \u05d6\u05e8\u05d9\u05dd - \u05db\u05db\u05dc \u05d4\u05e0\u05e8\u05d0\u05d4 \u05e2\u05dd\n \u05de\u05d8\u05e8\u05d5\u05ea \u05d6\u05d3\u05d5\u05df - \u05dc\u05e9\u05d9\u05d2 \u05d2\u05d9\u05e9\u05d4 \u05dc\u05de\u05d3\u05e4\u05e1\u05ea \u05e9\u05dc\u05da \u05d3\u05e8\u05da \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05d0\u05d5 \u05e8\u05e9\u05ea \u05dc\u05d0 \u05de\u05d0\u05d5\u05d1\u05d8\u05d7\u05ea\n \u05d5\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05de\u05d3\u05e4\u05e1\u05ea \u05d1\u05d3\u05e8\u05da \u05e9\u05ea\u05d2\u05e8\u05d5\u05dd \u05e0\u05d6\u05e7 \u05dc\u05de\u05d3\u05e4\u05e1\u05ea, \u05d0\u05d5 \u05d2\u05e8\u05d5\u05e2 \u05de\u05db\u05da (\u05dc\u05de\u05e9\u05dc, \u05d2\u05e8\u05de\u05d4 \u05e9\u05dc \u05e9\u05e8\u05d9\u05e4\u05d4)..\n

\n

\n \u05e0\u05e8\u05d0\u05d4 \u05e9\u05e2\u05d3\u05d9\u05df \u05dc\u05d0 \u05d4\u05d5\u05d2\u05d3\u05e8\u05d4 \u05d1\u05e7\u05e8\u05ea \u05d2\u05d9\u05e9\u05d4. \u05d0\u05e0\u05d0 \u05d4\u05d2\u05d3\u05e8 \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05d5\u05e1\u05d9\u05e1\u05de\u05d4 \u05e2\u05d1\u05d5\u05e8\n \u05de\u05e0\u05d4\u05dc \u05d4\u05de\u05e2\u05e8\u05db\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05e9\u05d9\u05d4\u05d9\u05d4 \u05d1\u05e2\u05dc \u05d2\u05d9\u05e9\u05d4 \u05dc\u05de\u05d3\u05e4\u05e1\u05ea \u05d5\u05d4\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e9\u05dc \u05d0\u05d5\u05e7\u05d8\u05d5\u05e4\u05e8\u05d9\u05e0\u05d8,\n \u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df \u05d9\u05e9 \u05dc\u05dc\u05d7\u05d5\u05e5 \u05e2\u05dc \"\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8\u05d4 \u05de\u05d5\u05e4\u05e2\u05dc\":\n

", "Hide successfully printed files": "\u05d4\u05e1\u05ea\u05e8 \u05e7\u05d1\u05e6\u05d9\u05dd \u05e9\u05d4\u05d5\u05d3\u05e4\u05e1\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "Username": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9", "Off": "\u05db\u05d1\u05d5\u05d9", "Name": "\u05e9\u05dd", "Extruder Offsets": "\u05d4\u05e1\u05d8 \u05d0\u05e7\u05e1\u05d8\u05e8\u05d5\u05d3\u05e8", "Approx. Total Print Time": "\u05d6\u05de\u05df \u05d4\u05d3\u05e4\u05e1\u05d4 \u05e1\u05d5\u05e4\u05d9 \u05de\u05d5\u05e2\u05e8\u05da", "

\n Note: In case that your OctoPrint installation is only accessible from within a trustworthy network and you don't\n need Access Control for other reasons, you may alternatively disable Access Control. You should only\n do this if you are absolutely certain that only people you know and trust will be able to connect to it.\n

\n

\n Do NOT underestimate the risk of an unsecured access from the internet to your printer!\n

": "

\n \u05d4\u05e2\u05e8\u05d4: \u05d1\u05de\u05e7\u05e8\u05d4 \u05e9\u05d4\u05d4\u05ea\u05e7\u05e0\u05d4 \u05e9\u05dc \u05d0\u05d5\u05e7\u05d8\u05d5\u05e4\u05e8\u05d9\u05e0\u05d8 \u05e0\u05d9\u05ea\u05e0\u05ea \u05dc\u05d2\u05d9\u05e9\u05d4 \u05de\u05ea\u05d5\u05da \u05e8\u05e9\u05ea \u05dc\u05d0 \u05de\u05d0\u05d5\u05d1\u05d8\u05d7\u05ea, \u05d5\u05d0\u05d9\u05df \u05e6\u05d5\u05e8\u05da\n \u05d1\u05e0\u05d9\u05d4\u05d5\u05dc \u05d4\u05e8\u05e9\u05d0\u05d5\u05ea \u05d2\u05d9\u05e9\u05d4 \u05de\u05e1\u05d9\u05d1\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05ea, \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d0\u05ea \u05d4\u05d4\u05e9\u05d0\u05d5\u05ea \u05e0\u05d9\u05d4\u05d5\u05dc \u05d4\u05d2\u05d9\u05e9\u05d4. \u05d0\u05d1\u05dc \u05d9\u05e9 \u05dc\u05e2\u05e9\u05d5\u05ea \u05d6\u05d0\u05ea \u05e8\u05e7\n \u05d0\u05dd \u05d1\u05d8\u05d5\u05d7 \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df \u05e9\u05e8\u05e7 \u05d0\u05e0\u05e9\u05d9\u05dd \u05e9\u05de\u05db\u05d9\u05e8\u05d9\u05dd \u05d5\u05e1\u05d5\u05de\u05db\u05d9\u05dd \u05e2\u05dc\u05d9\u05d4\u05dd \u05d9\u05d4\u05d9\u05d5 \u05d1\u05e2\u05dc\u05d9 \u05d9\u05db\u05d5\u05dc\u05ea \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05dc\u05de\u05d3\u05e4\u05e1\u05ea.\n

\n

\n \u05e0\u05d0 \u05dc\u05d0 \u05dc\u05d6\u05dc\u05d6\u05dc \u05d1\u05e1\u05d9\u05db\u05d5\u05df \u05e9\u05dc \u05e8\u05e9\u05ea\u05d5\u05ea \u05dc\u05d0 \u05de\u05d0\u05d5\u05d1\u05d8\u05d7\u05d5\u05ea \u05de\u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05dc\u05de\u05d3\u05e4\u05e1\u05ea \u05e9\u05dc\u05da!!\n

", "Timelapse": "Timelapse", "Remove": "\u05d4\u05e1\u05e8", "Reload": "\u05e8\u05e2\u05e0\u05df", "Printing": "\u05de\u05d3\u05e4\u05d9\u05e1", "Only show files stored on SD": "\u05d4\u05e6\u05d2 \u05e8\u05e7 \u05e7\u05d1\u05e6\u05d9\u05dd \u05d4\u05e9\u05de\u05d5\u05e8\u05d9\u05dd \u05e2\u05dc SD", "Y": "Y", "Fans off": "\u05de\u05d0\u05d5\u05d5\u05e8\u05e8 \u05db\u05d1\u05d5\u05d9", "Login": "\u05db\u05e0\u05d9\u05e1\u05d4", "Timelapse ready": "Timelapse \u05de\u05d5\u05db\u05df", "Timelapse Mode": "\u05de\u05e6\u05d1 timelapse", "Timelapse Folder": "\u05ea\u05e7\u05d9\u05d9\u05ea timelapse", "Extruder": "\u05d0\u05e7\u05e1\u05d8\u05e8\u05d5\u05d3\u05e8", "Could not upload the file. Make sure that it is a GCODE file and has the extension \".gcode\" or \".gco\" or that it is an STL file with the extension \".stl\" and slicing support is enabled and configured.": "\u05dc\u05d0 \u05d4\u05d9\u05d4 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5. \u05d9\u05e9 \u05d5\u05d5\u05d3\u05d0 \u05e9\u05d6\u05d4 \u05d4\u05d5\u05d0 \u05e7\u05d5\u05d1\u05e5 GCODE \u05d5\u05e9\u05e1\u05d9\u05d5\u05de\u05ea \u05d4\u05e7\u05d5\u05d1\u05e5 \u05d4\u05d9\u05d0 \".gcode\" \u05d0\u05d5 \".gco\". \u05d0\u05d5 \u05e9\u05d4\u05e7\u05d5\u05d1\u05e5 \u05d4\u05d5\u05d0 STL \u05e2\u05dd \u05d4\u05e1\u05d9\u05d5\u05de\u05ea \".stl\" \u05db\u05d0\u05e9\u05e8 \u05e4\u05e8\u05d9\u05e1\u05d4 \u05de\u05ea\u05de\u05db\u05ea, \u05de\u05d5\u05e4\u05e2\u05dc\u05ea \u05d5\u05de\u05d5\u05d2\u05d3\u05e8\u05ea.", "SD status timeout": "\u05de\u05e6\u05d1 SD \u05d1-timeout", "SD not initialized": "SD \u05dc\u05d0 \u05de\u05d0\u05d5\u05ea\u05d7\u05dc", "Update User": "\u05e2\u05d3\u05db\u05df \u05de\u05e9\u05ea\u05de\u05e9", "off": "\u05db\u05d9\u05d1\u05d5\u05d9", "Serial Port": "\u05d9\u05e6\u05d9\u05d0\u05d4 \u05d8\u05d5\u05e8\u05d9\u05ea", "Flip webcam horizontally": "\u05d4\u05e4\u05d5\u05da \u05ea\u05de\u05d5\u05e0\u05ea \u05de\u05e6\u05dc\u05de\u05d4 \u05d0\u05d5\u05e4\u05e7\u05d9\u05ea", "Wait for start on connect": "\u05d4\u05de\u05ea\u05df \u05e2\u05d1\u05d5\u05e8 start \u05d1\u05d7\u05d9\u05d1\u05d5\u05e8", "Transfering file to SD": "\u05de\u05e2\u05d1\u05d9\u05e8 \u05e7\u05d5\u05d1\u05e5 \u05dc-SD", "OctoPrint": "\u05d0\u05d5\u05e7\u05d8\u05d5\u05e4\u05e8\u05d9\u05e0\u05d8", "Layer height": "\u05d2\u05d5\u05d1\u05d4 \u05e9\u05db\u05d1\u05d4", "Sliced %(stl)s to %(gcode)s, took %(time).2f seconds": "\u05e4\u05e8\u05d9\u05e1\u05d4 \u05e9\u05dc %(stl)s \u05d0\u05dc %(gcode)s, \u05dc\u05e7\u05d7 %(time).2f \u05e9\u05e0\u05d9\u05d5\u05ea", "Extrude": "\u05d4\u05d5\u05e6\u05d0 \u05e1\u05d9\u05d1 \u05d7\u05d5\u05de\u05e8", "green": "\u05d9\u05e8\u05d5\u05e7", "File": "\u05e7\u05d5\u05d1\u05e5", "You are now logged in as \"%(username)s\"": "\u05de\u05d7\u05d5\u05d1\u05e8 \u05db\u05e2\u05ea \u05d1\u05ea\u05d5\u05e8 \"%(username)s\"", "Axis": "\u05e6\u05d9\u05e8\u05d9\u05dd", "Watched Folder": "\u05ea\u05e7\u05d9\u05d9\u05d4 \u05e9\u05e0\u05e6\u05e4\u05ea\u05d4", "Filament used by layer": "\u05e1\u05d9\u05d1 \u05d7\u05d5\u05de\u05e8 \u05e9\u05e0\u05d3\u05e9 \u05d1\u05e9\u05db\u05d1\u05d4"}} ; \ No newline at end of file diff --git a/src/octoprint/translations/he/LC_MESSAGES/messages.mo b/src/octoprint/translations/he/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..795da0364e8c5c282e0ef6e080e648e93defbfcd GIT binary patch literal 20656 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

%~8}%ErwZca-vY|=8vvVa0#LjCrKSV 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 literal 0 HcmV?d00001