diff --git a/assets/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCFPrEVIT9d0c-dYA.woff2 b/assets/fonts/cyrillic-ext/raleway-800.woff2
similarity index 100%
rename from assets/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCFPrEVIT9d0c-dYA.woff2
rename to assets/fonts/cyrillic-ext/raleway-800.woff2
diff --git a/assets/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCMPrEVIT9d0c-dYA.woff2 b/assets/fonts/cyrillic/raleway-800.woff2
similarity index 100%
rename from assets/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCMPrEVIT9d0c-dYA.woff2
rename to assets/fonts/cyrillic/raleway-800.woff2
diff --git a/assets/fonts/pxiByp8kv8JHgFVrLFj_Z11lFd2JQEl8qw.woff2 b/assets/fonts/devanagari/poppins-200.woff2
similarity index 100%
rename from assets/fonts/pxiByp8kv8JHgFVrLFj_Z11lFd2JQEl8qw.woff2
rename to assets/fonts/devanagari/poppins-200.woff2
diff --git a/assets/fonts/pxiByp8kv8JHgFVrLGT9Z11lFd2JQEl8qw.woff2 b/assets/fonts/devanagari/poppins-500.woff2
similarity index 100%
rename from assets/fonts/pxiByp8kv8JHgFVrLGT9Z11lFd2JQEl8qw.woff2
rename to assets/fonts/devanagari/poppins-500.woff2
diff --git a/assets/fonts/farsi/yekan-regular.eot b/assets/fonts/farsi/yekan-regular.eot
new file mode 100644
index 0000000..05acfc6
Binary files /dev/null and b/assets/fonts/farsi/yekan-regular.eot differ
diff --git a/assets/fonts/farsi/yekan-regular.ttf b/assets/fonts/farsi/yekan-regular.ttf
new file mode 100644
index 0000000..e6386b2
Binary files /dev/null and b/assets/fonts/farsi/yekan-regular.ttf differ
diff --git a/assets/fonts/farsi/yekan-regular.woff b/assets/fonts/farsi/yekan-regular.woff
new file mode 100644
index 0000000..590b3fc
Binary files /dev/null and b/assets/fonts/farsi/yekan-regular.woff differ
diff --git a/assets/fonts/farsi/yekan.eot b/assets/fonts/farsi/yekan.eot
new file mode 100644
index 0000000..3313370
Binary files /dev/null and b/assets/fonts/farsi/yekan.eot differ
diff --git a/assets/fonts/farsi/yekan.ttf b/assets/fonts/farsi/yekan.ttf
new file mode 100644
index 0000000..e7aae76
Binary files /dev/null and b/assets/fonts/farsi/yekan.ttf differ
diff --git a/assets/fonts/farsi/yekan.woff b/assets/fonts/farsi/yekan.woff
new file mode 100644
index 0000000..590b3fc
Binary files /dev/null and b/assets/fonts/farsi/yekan.woff differ
diff --git a/assets/fonts/font-face.css b/assets/fonts/font-face.css
new file mode 100644
index 0000000..de5de64
--- /dev/null
+++ b/assets/fonts/font-face.css
@@ -0,0 +1,145 @@
+/* cyrillic */
+@font-face {
+ font-family: "Raleway";
+ font-style: normal;
+ font-weight: 800;
+ font-display: swap;
+ src: url(fonts/cyrillic/raleway-800.woff2)
+ format("woff2");
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
+}
+
+/* cyrillic-ext */
+@font-face {
+ font-family: "Raleway";
+ font-style: normal;
+ font-weight: 800;
+ font-display: swap;
+ src: url(fonts/cyrillic-ext/raleway-800.woff2)
+ format("woff2");
+ unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
+ U+FE2E-FE2F;
+}
+
+/* devanagari */
+@font-face {
+ font-family: "Poppins";
+ font-style: normal;
+ font-weight: 200;
+ font-display: swap;
+ src: url(fonts/devanagari/poppins-200.woff2) format("woff2");
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0,
+ U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
+}
+@font-face {
+ font-family: "Poppins";
+ font-style: normal;
+ font-weight: 500;
+ font-display: swap;
+ src: url(fonts/devanagari/poppins-500.woff2) format("woff2");
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0,
+ U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
+}
+
+/* farsi */
+@font-face {
+ font-family: "Yekan";
+ font-style: bold;
+ font-weight: 800;
+ font-display: swap;
+ src: url(fonts/farsi/yekan.eot);
+ src: url(fonts/farsi/yekan.eot?#iefix) format("embedded-opentype"),
+ url('farsi/Yekan.woff') format("woff"),
+ url('farsi/Yekan.ttf') format("truetype");
+ unicode-range: U+0600-U+06FF;
+}
+@font-face {
+ font-family: "Yekan";
+ font-style: normal;
+ font-weight: 500;
+ font-display: swap;
+ src: url(fonts/farsi/yekan-regular.eot);
+ src: url(fonts/farsi/yekan-regular.eot?#iefix) format('embedded-opentype'),
+ url(fonts/farsi/yekan-regular.woff) format("woff"),
+ url(fonts/farsi/yekan-regular.ttf) format("truetype");
+ unicode-range: U+0600-U+06FF;
+}
+
+/* latin */
+@font-face {
+ font-family: "Poppins";
+ font-style: normal;
+ font-weight: 200;
+ font-display: swap;
+ src: url(fonts/latin/poppins-200.woff2) format("woff2");
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
+ U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
+ U+2212, U+2215, U+FEFF, U+FFFD;
+}
+@font-face {
+ font-family: "Poppins";
+ font-style: normal;
+ font-weight: 500;
+ font-display: swap;
+ src: url(fonts/latin/poppins-500.woff2) format("woff2");
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
+ U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
+ U+2212, U+2215, U+FEFF, U+FFFD;
+}
+@font-face {
+ font-family: "Raleway";
+ font-style: normal;
+ font-weight: 800;
+ font-display: swap;
+ src: url(fonts/latin/raleway-800.woff2)
+ format("woff2");
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
+ U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
+ U+2212, U+2215, U+FEFF, U+FFFD;
+}
+
+/* latin-ext */
+@font-face {
+ font-family: "Poppins";
+ font-style: normal;
+ font-weight: 200;
+ font-display: swap;
+ src: url(fonts/latin-ext/poppins-200.woff2) format("woff2");
+ unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
+ U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
+ U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
+}
+@font-face {
+ font-family: "Poppins";
+ font-style: normal;
+ font-weight: 500;
+ font-display: swap;
+ src: url(fonts/latin-ext/poppins-500.woff2) format("woff2");
+ unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
+ U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
+ U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
+}
+@font-face {
+ font-family: "Raleway";
+ font-style: normal;
+ font-weight: 800;
+ font-display: swap;
+ src: url(fonts/latin-ext/raleway-800.woff2)
+ format("woff2");
+ unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
+ U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
+ U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
+}
+
+/* vietnamese */
+@font-face {
+ font-family: "Raleway";
+ font-style: normal;
+ font-weight: 800;
+ font-display: swap;
+ src: url(fonts/vietnamese/raleway-800.woff2)
+ format("woff2");
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
+ U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
+ U+1EA0-1EF9, U+20AB;
+}
diff --git a/assets/fonts/pxiByp8kv8JHgFVrLFj_Z1JlFd2JQEl8qw.woff2 b/assets/fonts/latin-ext/poppins-200.woff2
similarity index 100%
rename from assets/fonts/pxiByp8kv8JHgFVrLFj_Z1JlFd2JQEl8qw.woff2
rename to assets/fonts/latin-ext/poppins-200.woff2
diff --git a/assets/fonts/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2 b/assets/fonts/latin-ext/poppins-500.woff2
similarity index 100%
rename from assets/fonts/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2
rename to assets/fonts/latin-ext/poppins-500.woff2
diff --git a/assets/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCGPrEVIT9d0c-dYA.woff2 b/assets/fonts/latin-ext/raleway-800.woff2
similarity index 100%
rename from assets/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCGPrEVIT9d0c-dYA.woff2
rename to assets/fonts/latin-ext/raleway-800.woff2
diff --git a/assets/fonts/pxiByp8kv8JHgFVrLFj_Z1xlFd2JQEk.woff2 b/assets/fonts/latin/poppins-200.woff2
similarity index 100%
rename from assets/fonts/pxiByp8kv8JHgFVrLFj_Z1xlFd2JQEk.woff2
rename to assets/fonts/latin/poppins-200.woff2
diff --git a/assets/fonts/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2 b/assets/fonts/latin/poppins-500.woff2
similarity index 100%
rename from assets/fonts/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2
rename to assets/fonts/latin/poppins-500.woff2
diff --git a/assets/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCIPrEVIT9d0c8.woff2 b/assets/fonts/latin/raleway-800.woff2
similarity index 100%
rename from assets/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCIPrEVIT9d0c8.woff2
rename to assets/fonts/latin/raleway-800.woff2
diff --git a/assets/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCHPrEVIT9d0c-dYA.woff2 b/assets/fonts/vietnamese/raleway-800.woff2
similarity index 100%
rename from assets/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCHPrEVIT9d0c-dYA.woff2
rename to assets/fonts/vietnamese/raleway-800.woff2
diff --git a/assets/script.js b/assets/script.js
index f59d727..d237c3f 100644
--- a/assets/script.js
+++ b/assets/script.js
@@ -1,6 +1,6 @@
// script.js
-let languages = ["en", "de", "fr", "es"]
+let languages = ["en", "de", "fr", "es", "fa"]
let currentLanguage = localStorage.getItem("language")
if (!currentLanguage) {
currentLanguage = window.navigator.language.slice(0, 2)
diff --git a/assets/style.css b/assets/style.css
index aa565a6..2981e15 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -1,124 +1,7 @@
-/* devanagari */
-@font-face {
- font-family: "Poppins";
- font-style: normal;
- font-weight: 200;
- font-display: swap;
- src: url(fonts/pxiByp8kv8JHgFVrLFj_Z11lFd2JQEl8qw.woff2) format("woff2");
- unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0,
- U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
-}
-/* latin-ext */
-@font-face {
- font-family: "Poppins";
- font-style: normal;
- font-weight: 200;
- font-display: swap;
- src: url(fonts/pxiByp8kv8JHgFVrLFj_Z1JlFd2JQEl8qw.woff2) format("woff2");
- unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
- U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
- U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
-}
-/* latin */
-@font-face {
- font-family: "Poppins";
- font-style: normal;
- font-weight: 200;
- font-display: swap;
- src: url(fonts/pxiByp8kv8JHgFVrLFj_Z1xlFd2JQEk.woff2) format("woff2");
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
- U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
- U+2212, U+2215, U+FEFF, U+FFFD;
-}
-/* devanagari */
-@font-face {
- font-family: "Poppins";
- font-style: normal;
- font-weight: 500;
- font-display: swap;
- src: url(fonts/pxiByp8kv8JHgFVrLGT9Z11lFd2JQEl8qw.woff2) format("woff2");
- unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0,
- U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
-}
-/* latin-ext */
-@font-face {
- font-family: "Poppins";
- font-style: normal;
- font-weight: 500;
- font-display: swap;
- src: url(fonts/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2) format("woff2");
- unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
- U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
- U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
-}
-/* latin */
-@font-face {
- font-family: "Poppins";
- font-style: normal;
- font-weight: 500;
- font-display: swap;
- src: url(fonts/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2) format("woff2");
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
- U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
- U+2212, U+2215, U+FEFF, U+FFFD;
-}
-/* cyrillic-ext */
-@font-face {
- font-family: "Raleway";
- font-style: normal;
- font-weight: 800;
- font-display: swap;
- src: url(fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCFPrEVIT9d0c-dYA.woff2)
- format("woff2");
- unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
- U+FE2E-FE2F;
-}
-/* cyrillic */
-@font-face {
- font-family: "Raleway";
- font-style: normal;
- font-weight: 800;
- font-display: swap;
- src: url(fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCMPrEVIT9d0c-dYA.woff2)
- format("woff2");
- unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
-}
-/* vietnamese */
-@font-face {
- font-family: "Raleway";
- font-style: normal;
- font-weight: 800;
- font-display: swap;
- src: url(fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCHPrEVIT9d0c-dYA.woff2)
- format("woff2");
- unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
- U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
- U+1EA0-1EF9, U+20AB;
-}
-/* latin-ext */
-@font-face {
- font-family: "Raleway";
- font-style: normal;
- font-weight: 800;
- font-display: swap;
- src: url(fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCGPrEVIT9d0c-dYA.woff2)
- format("woff2");
- unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
- U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
- U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
-}
-/* latin */
-@font-face {
- font-family: "Raleway";
- font-style: normal;
- font-weight: 800;
- font-display: swap;
- src: url(fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCIPrEVIT9d0c8.woff2)
- format("woff2");
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
- U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
- U+2212, U+2215, U+FEFF, U+FFFD;
-}
+/*
+fontfaces are defined in assets/fonts/font-face.css
+let style.css be dedicated to the website's design
+*/
:root {
--color-monero-orange: #ff6b00;
diff --git a/i18n/fa/fa.json b/i18n/fa/fa.json
new file mode 100644
index 0000000..b762d0e
--- /dev/null
+++ b/i18n/fa/fa.json
@@ -0,0 +1,74 @@
+{
+ "pdf": {
+ "page1": {
+ "why_monero_title": "چرا مونرو (XMR)",
+ "features": {
+ "private": "شخصی تمام تراکنشها کاملاً شخصی هستن، هیچ تاریخچه عمومیای ازشون وجود نداره.",
+ "low_fees": "کارمزد کم به لطف کارمزد ناچیز تراکنشها، مونرو حتی برای پرداختهای کوچیک هم به صرفه هست",
+ "secure": امن رمزنگاری قوی از امنیت سرمایه و اطلاعات تو محافظت میکنه",
+ "unblockable": "غیرقابل مسدود کردن تمام سکهها یکسان هستن، هیچ تاریخچهای از «لکهدار شدن» یا ثبت سکهای در یک لیست سیاه وجود نداره.",
+ "distributed": "توزیع شده هیچ قدرت مرکزیای کنترل شبکه رو در اختیار نداره، ویژگیای که موجب ارائه آزادی مالی واقعی به کاربر میشه."
+ },
+ "slogan1": "گوشی هوشمند + کیف پول = داشتن مونرو",
+ "slogan2": "راهی صلحآمیز، امن و مؤثر برای مقابله با هر حکومت تمامیتخواه",
+ "slogan3": "تنها پول حقیقی",
+ "slogan4": "از مونرو استفاده کن",
+ "slogan5": "آزادی مالی کسب کن",
+ "website": "www.usexmr.com"
+ },
+ "page2": {
+ "change_fiat_title": "تبدیل ریال/افغانی به مونرو",
+ "steps": {
+ "step1": "قدم اول: نرمافزار Cake Wallet یا Monero.com رو دانلود و نصب کن",
+ "step2": "قدم دوم: کیف پولت رو بساز، کلمات بازیابی نمایش داده شده رو با دقت روی کاغذ یادداشت کن و کاغذ رو جای شخصی و امنی نگه دار!",
+ "step3": "قدم سوم: اگر در یک صرافی متمرکز حساب کاربری داری، ریال یا افغانی رو در اون صرافی به مونرو تبدیل کن و سپس به کیف پولی که ساختی منتقل کن. اگر صرافیت از مونرو پشتیبانی نمیکنه یا دوست نداری در هیچ صرافی متمرکزی حساب کاربری داشته باشی، در گروه تلگرامی فارسی مونرو میتونی راهنماییهای لازم برای تبدیل ریال یا افغانی به مونرو بدون استفاده از صرافی رو پیدا کنی. آیدی گروه: @MoneroFarsi"
+ },
+ "slogan1": "پرداختها امن و تغییر ناپذیر هستن!",
+ "advantages_title": "مزایای تو به عنوان کاربر",
+ "advantages": {
+ "privacy": "حریم شخصی: تمام پرداختها به صورت پیشفرض شخصی هستن. با مونرو مثل پول نقد پرداخت میکنی!",
+ "low_fees": "کارمزد کم: کارمزد تراکنشها ناچیزه، حتی اگر مبلغ قابل توجهی ارسال کنی!",
+ "no_chargebacks": "بدون برگشت وجه: وقتی یک تراکنش مونرو روی زنجیره بلوکی تأیید شده باشه، دیگه نمیتونه معکوس بشه."
+ },
+ "slogan2": "قدم اول رو همین امروز بردار!",
+ "call_to_action1": "امروز کنترل آینده مالی خودت رو با مونرو به دست بگیز!",
+ "call_to_action2": "با مونرو نمیشه جلوت رو گرفت، میتونی تقریباً بدون هزینه و بدون اینکه کسی بفهمه، به هر جای دنیا پول بفرستی!",
+ "call_to_action3": "الآن وقت دست به کار شدنه!",
+ "website": "www.usexmr.com"
+ }
+ },
+ "website": {
+ "page_language": "فارسی",
+ "page_title": "از مونرو استفاده کن - آزادی مالی کسب کن",
+ "page_description": "مونرو یک رمزارز امن، شخصی و غیرقابل ردیابیست.",
+ "page_keywords": "مونرو ,رمزارز ,ارز دیجیتال ,پول دیجیتال ,تراکنش امن ,آزادی مالی ,خصوصی ,شخصی ,کارمزد کم ,تعویض پذیر ,غیرمتمرکز ,نامتمرکز",
+ "title": "از مونرو
استفاده کن",
+ "subtitle": "آزادی
مالی
کسب کن",
+ "download-light-pdf": "دانلود PDF روشن",
+ "download-dark-pdf": "دانلود PDF تیره",
+ "title-advantages": "مزایای
تو به عنوان کاربر",
+ "advantage-privacy": "حریم شخصی: تمام پرداختها به صورت پیشفرض شخصی هستن. با مونرو مثل پول نقد پرداخت میکنی!",
+ "advantage-low-fees": "کارمزد کم: کارمزد تراکنشها ناچیزه، حتی اگر مبلغ قابل توجهی ارسال کنی!",
+ "advantage-no-chargebacks": "",
+ مسبا بدون برگشت وجه: وقتی یک تراکنش مونرو روی زنجیره بلوکی تأیید شده باشه، دیگه نمیتونه معکوس بشه.
+ "fiat-into-monero-title": "تبدیل ریال به مونرو",
+ "fiat-into-monero-step1": "
نصب نرمافزار Cake Wallet یا Monero.com.
", + "fiat-into-monero-step2": "کیف پولت رو بساز، کلمات بازیابی نمایش داده شده رو با دقت روی کاغذ یادداشت کن و کاغذ رو جای شخصی و امنی نگه دار!
", + "fiat-into-monero-step3": "اگر در یک “صرافی متمرکز ” حساب کاربری داری، ریال یا افغانی رو در اون صرافی به مونرو تبدیل کن و سپس به کیف پولی که ساختی منتقل کن.
اگر صرافیت از مونرو پشتیبانی نمیکنه یا دوست نداری در هیچ صرافی متمرکزی حساب کاربری داشته باشی، میتونی در گروه تلگرام فارسی مونرو، راهنماییهای لازم برای تبدیل ریال یا افغانی به مونرو بدون استفاده از صرافی رو پیدا کنی.
", + "fiat-into-monero-conclusion": "پرداختها امن و تغییر ناپذیر هستن!", + "monero-into-fiat-title": "تبدیل مونرو به ریال", + "sort-by": "مرتبسازی بر اساس", + "sort-by-comfort": "راحتی", + "sort-by-best-privacy": "بهترین حریم شخصی", + "centralized-exchanges": "صرافیهای متمرکز", + "decentralized-exchanges": "صرافیهای نامتمرکز", + "glossary": "فرهنگ واژگان", + "know-your-customer": "شناخت مشتری، به ذخیره مدارک هویتی مشتریان توسط شرکتها جهت تحت نظارت قرار دادن آنان گفته میشود.", + "dont-know-your-customer": "عدم شناخت مشتری، به عدم ذخیره مدارک هویتی مشتری توسط شرکتها گفته میشود.", + "know-your-customer-light": "شناخت ملایم مشتری، به عدم ذخیره اطلاعات هویتی اضافی مشتری توسط شرکت گفته میشود.", + "fiat": "ارز فیات، مانند یورو، دلار امریکا، فرانک سوییس، ریال ایران و غیره.", + "cex": "صرافی متمرکز، صرافیای که توسط یک شرکت کار میکند و مشتریانش ملزم به احراز هویت هستند.", + "dex": "صرافی نامتمرکز، صرافیای که توسط شبکهای از کاربرانش کار میکند و مشتریانش ملزم به احراز هویت خود نیستند.", + "copyright": "پروژه اجتماع مونرو