برای اطلاعات بیشتر برای اجرا از [اینجا](https://asciinema.org/a/46601) میتوانید استفاده کنید. برای گرفتن اطلاعات بیشتر توسعه میشود به [راهنمای](https://github.com/sqlmapproject/sqlmap/wiki/Usage) `sqlmap` سر بزنید.
From 4ad0079c060320a2ce5a85b3aeacbb13ae4a78b2 Mon Sep 17 00:00:00 2001
From: elias <30974335+elias8702@users.noreply.github.com>
Date: Sat, 1 Feb 2020 16:11:02 +0330
Subject: [PATCH 5/9] Update README-fa-FA.md
---
doc/translations/README-fa-FA.md | 28 +++++++++++++++++++++++++++-
1 file changed, 27 insertions(+), 1 deletion(-)
diff --git a/doc/translations/README-fa-FA.md b/doc/translations/README-fa-FA.md
index ec5dab8ea39..0c28a3af17a 100644
--- a/doc/translations/README-fa-FA.md
+++ b/doc/translations/README-fa-FA.md
@@ -31,7 +31,7 @@
نصب
----
-برای دانلود اخرین نسخه tarball، با کلیک در اینجا یا دانلود اخرین نسخه zipball با کلیک در اینجا میتوانید این کار را انجام دهید.
+برای دانلود اخرین نسخه tarball، با کلیک در [اینجا](https://github.com/sqlmapproject/sqlmap/tarball/master) یا دانلود اخرین نسخه zipball با کلیک در [اینجا](https://github.com/sqlmapproject/sqlmap/zipball/master) میتوانید این کار را انجام دهید.
طرز استفاده
@@ -85,3 +85,29 @@
* رسانه: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos)
* عکسها: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots
+
+
+ترجمهها
+----
+
+
+
+* [بلغاری](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-bg-BG.md)
+* [چینی](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-zh-CN.md)
+* [کرواتی](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-hr-HR.md)
+* [فرانسه](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fr-FR.md)
+* [المانی](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-de-GER.md)
+* [یونانی](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-gr-GR.md)
+* [اندونزی](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-id-ID.md)
+* [ایتالیایی](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-it-IT.md)
+* [ژاپنی](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ja-JP.md)
+* [کره](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ko-KR.md)
+* [لهستانی](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pl-PL.md)
+* [پرتغالی](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pt-BR.md)
+* [روسی](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ru-RUS.md)
+* [اسپانیایی](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md)
+* [ترکی](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-tr-TR.md)
+* [اوکراینی](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-uk-UA.md)
+* [اوکراینی](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-uk-UA.md)
+* [فارسی](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fa-FA.md)
+
From 3d76389072dc1282de5896298b8fb7657f11a3c2 Mon Sep 17 00:00:00 2001
From: elias <30974335+elias8702@users.noreply.github.com>
Date: Sat, 1 Feb 2020 16:16:09 +0330
Subject: [PATCH 6/9] add to persian translations
HI
please add to persian translations
regard: elias rohani
---
doc/translations/README-fa-FA.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/translations/README-fa-FA.md b/doc/translations/README-fa-FA.md
index 0c28a3af17a..2dd57219a63 100644
--- a/doc/translations/README-fa-FA.md
+++ b/doc/translations/README-fa-FA.md
@@ -13,9 +13,11 @@
**پروژه sqlmap درحال خاضر به دنبال اسپانسرها است.**
+
عکس
----
+
From ce141c1e4bb26562bf29012a35dcf90a6217c8b8 Mon Sep 17 00:00:00 2001
From: elias <30974335+elias8702@users.noreply.github.com>
Date: Sat, 1 Feb 2020 16:31:45 +0330
Subject: [PATCH 7/9] Add link of persian
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 1a01b80c7a6..c2180d971c2 100644
--- a/README.md
+++ b/README.md
@@ -70,3 +70,6 @@ Translations
* [Spanish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md)
* [Turkish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-tr-TR.md)
* [Ukrainian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-uk-UA.md)
+* [Persian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fa-FA.md)
+
+
From 53189ce23390069bc7097e4d263b4c7bb68299b0 Mon Sep 17 00:00:00 2001
From: elias <30974335+elias8702@users.noreply.github.com>
Date: Sat, 1 Feb 2020 16:33:35 +0330
Subject: [PATCH 8/9] Revert "Add link of persian"
---
README.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/README.md b/README.md
index c2180d971c2..1a01b80c7a6 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,3 @@ Translations
* [Spanish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md)
* [Turkish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-tr-TR.md)
* [Ukrainian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-uk-UA.md)
-* [Persian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fa-FA.md)
-
-
From 6cc7a355d0e0ab39edb8ff144246abfa2ddb5df5 Mon Sep 17 00:00:00 2001
From: elias <30974335+elias8702@users.noreply.github.com>
Date: Sat, 1 Feb 2020 16:35:55 +0330
Subject: [PATCH 9/9] Revert "Add link of persian"
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 1a01b80c7a6..c2180d971c2 100644
--- a/README.md
+++ b/README.md
@@ -70,3 +70,6 @@ Translations
* [Spanish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md)
* [Turkish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-tr-TR.md)
* [Ukrainian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-uk-UA.md)
+* [Persian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fa-FA.md)
+
+