|
| 1 | +# Copyright (C) Weimin Wang |
| 2 | +# This file is distributed under the same license as the PyWebIO package. |
| 3 | +# |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, 2022. |
| 5 | +# Pikhosh <pikhosh@gmail.com>, 2022. |
| 6 | +msgid "" |
| 7 | +msgstr "" |
| 8 | +"Project-Id-Version: PyWebIO 1.5.2\n" |
| 9 | +"Report-Msgid-Bugs-To: \n" |
| 10 | +"POT-Creation-Date: 2022-02-26 16:35+0330\n" |
| 11 | +"PO-Revision-Date: 2022-02-26 20:27+0330\n" |
| 12 | +"Last-Translator: Pikhosh <pikhosh@gmail.com>\n" |
| 13 | +"Language-Team: Persian <>\n" |
| 14 | +"MIME-Version: 1.0\n" |
| 15 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 16 | +"Content-Transfer-Encoding: 8bit\n" |
| 17 | +"Generated-By: Babel 2.9.1\n" |
| 18 | +"Language: fa\n" |
| 19 | +"Plural-Forms: nplurals=1; plural=0;\n" |
| 20 | +"X-Generator: Lokalize 21.12.2\n" |
| 21 | + |
| 22 | +#: ../../FAQ.rst:2 |
| 23 | +msgid "FAQ" |
| 24 | +msgstr "سوالات متداول" |
| 25 | + |
| 26 | +#: ../../FAQ.rst:8 |
| 27 | +msgid "" |
| 28 | +"How to make the input form not disappear after submission, and can " |
| 29 | +"continue to receive input?" |
| 30 | +msgstr "" |
| 31 | +"چجوری فرم ورودی رو طوری کنیم که بعد از ارسال ناپدید نشه، و بتونه " |
| 32 | +"به دریافت ورودی ادامه بده؟" |
| 33 | + |
| 34 | +#: ../../FAQ.rst:10 |
| 35 | +msgid "" |
| 36 | +"You can consider the :doc:`pin <./pin>` module. It achieves persistent " |
| 37 | +"input by pinning input widgets to the page." |
| 38 | +msgstr "" |
| 39 | +"شما می توانید ماژول :doc:`pin <./pin>` را در نظر بگیرید. اون به ورودی " |
| 40 | +"مداوم با پین کردن ویجت های ورودی به صفحه دست پیدا می کند." |
| 41 | + |
| 42 | +#: ../../FAQ.rst:14 |
| 43 | +msgid "How to output an input widget such as a search bar?" |
| 44 | +msgstr "چجوری یک ویجت ورودی رو به عنوان خروجی نشون بدم مثل یه نوار جست جو؟" |
| 45 | + |
| 46 | +#: ../../FAQ.rst:16 |
| 47 | +msgid "You can consider the :doc:`pin <./pin>` module." |
| 48 | +msgstr "شما می توانید ماژول :doc:`pin <./pin>` را در نظر بگیرید." |
| 49 | + |
| 50 | +#: ../../FAQ.rst:20 |
| 51 | +msgid "Why the callback of ``put_buttons()`` does not work?" |
| 52 | +msgstr "چرا فراخوانی ``put_buttons()`` کار نمی کنه؟" |
| 53 | + |
| 54 | +#: ../../FAQ.rst:22 |
| 55 | +msgid "" |
| 56 | +"You might use the old version of PyWebIO, upgrade it to the latest " |
| 57 | +"version or see `the old document " |
| 58 | +"<https://pywebio.readthedocs.io/en/v1.3.3/FAQ.html>`_" |
| 59 | +msgstr "" |
| 60 | +"شما ممکن است از نسخه قدیمی PyWebIO استفاده کنید، به آخرین " |
| 61 | +"نسخه ارتقا اش دهید یا `the old document " |
| 62 | +"<https://pywebio.readthedocs.io/en/v1.3.3/FAQ.html>`_را ببینید" |
| 63 | + |
| 64 | +#: ../../FAQ.rst:25 |
| 65 | +msgid "Why I cannot download the file using ``put_file()``?" |
| 66 | +msgstr "چرا من نمی تونم با استفاده از ``put_file()`` فایل رو دانلود کنم؟" |
| 67 | + |
| 68 | +#: ../../FAQ.rst:27 |
| 69 | +msgid "The reason is the same as above." |
| 70 | +msgstr "دلیل مشابه بالاست." |
| 71 | + |
0 commit comments