aboutsummaryrefslogtreecommitdiff
path: root/files/fa/glossary
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
commit1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch)
tree0dd8b084480983cf9f9680e8aedb92782a921b13 /files/fa/glossary
parent4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff)
downloadtranslated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip
initial commit
Diffstat (limited to 'files/fa/glossary')
-rw-r--r--files/fa/glossary/element/index.html18
-rw-r--r--files/fa/glossary/index.html45
-rw-r--r--files/fa/glossary/loop/index.html18
-rw-r--r--files/fa/glossary/protocol/index.html25
-rw-r--r--files/fa/glossary/prototype-based_programming/index.html16
5 files changed, 122 insertions, 0 deletions
diff --git a/files/fa/glossary/element/index.html b/files/fa/glossary/element/index.html
new file mode 100644
index 0000000000..ac3e104ed2
--- /dev/null
+++ b/files/fa/glossary/element/index.html
@@ -0,0 +1,18 @@
+---
+title: Element
+slug: Glossary/Element
+translation_of: Glossary/Element
+---
+<p dir="rtl">هر اِلِمِنت(<strong>element</strong>) بخشی از یک صفحه‌ی وب است. در <a class="glossaryLink" href="/en-US/docs/Glossary/XML" title="XML: eXtensible Markup Language (XML) is a generic markup language specified by the W3C. The information technology (IT) industry uses many languages based on XML as data-description languages.">XML</a> و <a class="glossaryLink" href="/en-US/docs/Glossary/HTML" title="HTML: HTML (HyperText Markup Language) is a descriptive language that specifies webpage structure.">HTML</a> هر المنت می‌تواند حاوی نوعی data، یا چند خط متن، یا یک تصویر، یا حتی خالی باشد. یک المنت در حالت عادی با یک تگ آغازین(opening tag) و چند صفت(<a class="glossaryLink" href="/en-US/docs/Glossary/attribute" title="attributes: An attribute extends a tag, changing its behavior or providing metadata.">attribute</a>) شروع می‌شود، متنی را در خود جای داده و سپس با تگ پایانی بسته(closing tag) می‌شود.</p>
+
+<p dir="rtl"><img alt="مثال: در &lt;p class=&quot;nice&quot;>Hello world!&lt;/p>، '&lt;p class=&quot;nice&quot;>' همان تگ آغازین می‌باشد. 'class=&quot;nice&quot;' یک صفت به همراه مقدار مخصوص به خود است. 'Hello world!' محتوای متنی این المنت است که داخل تگ آغازین و پایانی محصور شده. '&lt;/p>' تگ پایانی می‌باشد." src="https://media.prod.mdn.mozit.cloud/attachments/2020/08/29/17378/9f32289c970c81ca84ca4104b9a3e258/anatomy-of-an-html-element-fa.png" style="height: 181px; width: 609px;"></p>
+
+<p dir="rtl">المنت و تگ(<a class="glossaryLink" href="/en-US/docs/Glossary/tag" title="tags: In HTML a tag is used for creating an element.  The name of an HTML element is the name used in angle brackets such as &lt;p> for paragraph.  Note that the end tag's name is preceded by a slash character, &quot;&lt;/p>&quot;, and that in empty elements the end tag is neither required nor allowed. If attributes are not mentioned, default values are used in each case.">tag</a>) به دو مفهوم مجزا اشاره می‌کنند و کاملاً با هم متفاوتند. تگ‌ها، شروع و پایان هر المنت را نشان می‌دهند، در حالی که هر المنت بخشی از <a class="glossaryLink" href="/en-US/docs/Glossary/DOM" title="DOM: The DOM (Document Object Model) is an API that represents and interacts with any HTML or XML document. The DOM is a document model loaded in the browser and representing the document as a node tree, where each node represents part of the document (e.g. an element, text string, or comment).">DOM</a> (مجموعه‌ای از تمام المنت‌ها که <a class="glossaryLink" href="/en-US/docs/Glossary/browser" title="browser: A Web browser or browser is a program that retrieves and displays pages from the Web, and lets users access further pages through hyperlinks. A browser is the most familiar type of user agent.">browser</a>ها برای نمایش سایت از آن استفاده می‌کنند) می‌باشد.</p>
+
+<h2 dir="rtl" id="مطالب_مرتبط">مطالب مرتبط</h2>
+
+<ul dir="rtl">
+ <li><a href="/en-US/docs/Learn/HTML/Introduction_to_HTML/Getting_started">شروع کار با HTML</a></li>
+ <li><a href="/en-US/docs/Web/Web_Components/Using_custom_elements">تعریف المنت دلخواه</a></li>
+ <li>کلاس المنت({{domxref("Element")}})، نماینده‌ی المنت‌های داخل DOM.</li>
+</ul>
diff --git a/files/fa/glossary/index.html b/files/fa/glossary/index.html
new file mode 100644
index 0000000000..8e1c81312d
--- /dev/null
+++ b/files/fa/glossary/index.html
@@ -0,0 +1,45 @@
+---
+title: Glossary
+slug: Glossary
+tags:
+ - Beginner
+ - Glossary
+ - Index
+ - Landing
+ - NeedsTranslation
+ - TopicStub
+translation_of: Glossary
+---
+<div style="width: 44%; float: right; margin: 4px 0 .5em 1em; line-height: 1.4;">{{LearnBox({"title":"Learn a new term:"})}}</div>
+
+<p class="summary" style="padding-top: 0; border-top-width: 0;"><span class="seoSummary">Web technologies contain long lists of jargon and abbreviations that are used in documentation and coding. This glossary provides definitions of words and abbreviations you need to know to successfully understand and build for the web.</span></p>
+
+<h2 id="Glossary_of_Terms"><strong>Glossary of Terms</strong></h2>
+
+<p>{{GlossaryList({"split": "h3", "css": "multiColumnList"})}}</p>
+
+<h2 id="Contribute_to_the_glossary">Contribute to the glossary</h2>
+
+<p>This glossary is a never ending work in progress. You can help improving it by <a href="/en-US/docs/MDN/Contribute/Howto/Write_a_new_entry_in_the_Glossary">writing new entries</a> or by making the existing ones better. The easiest way to start is to hit the following link or to pick one of the suggested terms below.</p>
+
+<p><strong><a href="/en-US/docs/new?parent=4391">Add a new entry to the glossary</a></strong></p>
+
+<p>{{GlossaryList({"terms":["at-rule", "ALPN", "Attack", "Byte-Order Mark", "client", "Character set", "cryptosystem", "debug", "digital signature", "execution", "flex-direction", "GLSL", "Interface", "Library", "Memory management", "routers", "Self-Executing Anonymous Function", "Stylesheet", "Vector image"], "filter": "notdefined", "css": "multiColumnList"})}}</p>
+
+<p>If you want to know more on how to contribute to the glossary, check out <a href="/en-US/docs/MDN/Doc_status/Glossary">the glossary documentation status page</a>.</p>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li><a href="/en-US/docs/MDN/Community">Join the MDN community</a></li>
+</ul>
+
+<div class="hidden">
+<h2 id="Subnav">Subnav</h2>
+
+<section id="Quick_Links">
+<ol>
+ <li><strong><a href="/en-US/docs/Glossary">MDN Web Docs Glossary</a></strong>{{ListSubpagesForSidebar("/en-us/docs/Glossary", 1)}}</li>
+</ol>
+</section>
+</div>
diff --git a/files/fa/glossary/loop/index.html b/files/fa/glossary/loop/index.html
new file mode 100644
index 0000000000..5dd5de8f9a
--- /dev/null
+++ b/files/fa/glossary/loop/index.html
@@ -0,0 +1,18 @@
+---
+title: حلقه
+slug: Glossary/loop
+tags:
+ - حلقه
+translation_of: Glossary/loop
+---
+<p dir="rtl">حلقه در اصطلاح {{Glossary("برنامه نویسی کامپیوتر")}}، عبارت از سلسله دستوراتی است که به طور مداوم تکرار شده تا به یک قید یا شرط مشخص برسد. به طور مثال، مراحل گرفتن مقداری از داده ها و تغییر دادن آن، و سپس مطمئن شدن از اینکه قید یا {{Glossary("شرط")}} مشخص شده بررسی شده باشد، برای نمونه، وقتی یک شمارشگر به شماره تعیین شده برسد. </p>
+
+<h2 id="بیشتر_بدانید">بیشتر بدانید</h2>
+
+<h3 id="معلومات_عمومی">معلومات عمومی</h3>
+
+<ul>
+ <li>{{interwiki("wikipedia", "Control_flow#Loops","Control flow")}} on Wikipedia</li>
+</ul>
+
+<h3 id="sect1"> </h3>
diff --git a/files/fa/glossary/protocol/index.html b/files/fa/glossary/protocol/index.html
new file mode 100644
index 0000000000..d3e1723ac9
--- /dev/null
+++ b/files/fa/glossary/protocol/index.html
@@ -0,0 +1,25 @@
+---
+title: پروتکل
+slug: Glossary/Protocol
+translation_of: Glossary/Protocol
+---
+<p id="Summary">پروتکل</p>
+
+<p> </p>
+
+<p>.مجموعه ای از قوانینی که چگونگی ارتباط بین داده ها با کامپیوترها را تعریف میکند.</p>
+
+<p>        ارتباط میان دستگاه های ارتباطی زمانی صورت میگیرد که فرمت داده ها ی منتقل شده برای هر یک از این دستگاه ها قابل قبول باشد و مجموعه ی این قوانین پروتکل نام دارد</p>
+
+<p> </p>
+
+<p>Learn more</p>
+
+<h3 id="General_Knowledge">General Knowledge</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Communications protocol")}} on Wikipedia</li>
+ <li><a href="http://www.rfc-editor.org/search/standards.php">RFC Official Internet Protocol Standards</a></li>
+</ul>
+
+<p> </p>
diff --git a/files/fa/glossary/prototype-based_programming/index.html b/files/fa/glossary/prototype-based_programming/index.html
new file mode 100644
index 0000000000..49c5a5a5b0
--- /dev/null
+++ b/files/fa/glossary/prototype-based_programming/index.html
@@ -0,0 +1,16 @@
+---
+title: Prototype-based programming
+slug: Glossary/Prototype-based_programming
+translation_of: Glossary/Prototype-based_programming
+---
+<p><strong>Prototype-based programming</strong> نوعی از  {{Glossary("OOP", "برنامه نویسی شی گرایی")}} که در آن {{Glossary('Class', 'کلاسها')}} به صراحت تعریف نشده اند, <span class="tlid-translation translation" lang="fa"><span title=""> بلکه با افزودن ویژگی ها و روش ها به نمونه ای از کلاس دیگر یا ، حتی با اضافه کردن آنها به یک شیء خالی مشتق می شوند.</span></span><br>
+ <br>
+ به زبان ساده تر: این نوع از سبک اجازه میدهد {{Glossary('object', 'شی')}} ایجاد شود، بدون تعریف {{Glossary('Class', 'کلاس')}}.</p>
+
+<h2 id="Learn_More">Learn More</h2>
+
+<h3 id="General_knowledge">General knowledge</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Prototype-based programming", "Prototype-based programming")}} on Wikipedia</li>
+</ul>