From 53a5f9691ceb663783b37f08a7a871308d2a21dd Mon Sep 17 00:00:00 2001 From: amir hosein gorji Date: Wed, 1 Jun 2022 19:59:26 +0430 Subject: [PATCH] update 6 files --- src/views/QR/SubjectsDropdown/index.js | 2 +- src/views/QR/index.js | 2 +- src/views/QRScan/index.js | 2 +- src/views/Sample/index.js | 8 ++++---- src/views/Support/Upload/index.js | 4 ++-- src/views/Support/index.js | 11 +++++++---- 6 files changed, 16 insertions(+), 13 deletions(-) diff --git a/src/views/QR/SubjectsDropdown/index.js b/src/views/QR/SubjectsDropdown/index.js index 295bdbb..b12eac9 100644 --- a/src/views/QR/SubjectsDropdown/index.js +++ b/src/views/QR/SubjectsDropdown/index.js @@ -33,7 +33,7 @@ export default function Dropdown(props) { onClick={() => setDropdown(!dropdown)} >

- مشاهده فهرست موضوعی کتاب + {window.t("مشاهده فهرست موضوعی کتاب")}{" "}

{dropdown ? ( diff --git a/src/views/QR/index.js b/src/views/QR/index.js index 615a0f0..faf069d 100644 --- a/src/views/QR/index.js +++ b/src/views/QR/index.js @@ -264,7 +264,7 @@ class QR extends Component {
) : (
-

محتوایی برای این صفحه در دسترس نیست.!

+

{window.q("محتوایی برای این صفحه در دسترس نیست.!")}

{window.t("بازگشت")}
diff --git a/src/views/QRScan/index.js b/src/views/QRScan/index.js index 81d07bc..d83dcca 100644 --- a/src/views/QRScan/index.js +++ b/src/views/QRScan/index.js @@ -138,7 +138,7 @@ class QRScan extends Component { )} {localStorage.getItem("latestQr") ? (
-

آخرین مشاهدات

+

{window.t("آخرین مشاهدات")}

{data.map((item, i) => (

- صفجه {pageNumber} از {numPages} + {window.t("صفجه")} {pageNumber} {window.t("از")} {numPages}

setPageNumber(Math.max(1, pageNumber - 1))} > - قبل + {window.t("قبل")}
- بعد + {window.t("بعد")}
); diff --git a/src/views/Support/Upload/index.js b/src/views/Support/Upload/index.js index 6642506..3ead372 100644 --- a/src/views/Support/Upload/index.js +++ b/src/views/Support/Upload/index.js @@ -41,7 +41,7 @@ export default function Document(props) { ) : ( - در صورت نیاز تصویر مرتبط را انتخاب کنید. + {window.t("در صورت نیاز تصویر مرتبط را انتخاب کنید.")}{" "} )} @@ -75,7 +75,7 @@ export default function Document(props) { margin: "auto", }} > - در صورت نیاز تصویر مرتبط را انتخاب کنید. + {window.t("در صورت نیاز تصویر مرتبط را انتخاب کنید.")}{" "} )} diff --git a/src/views/Support/index.js b/src/views/Support/index.js index 54f2be3..3e2aaa5 100644 --- a/src/views/Support/index.js +++ b/src/views/Support/index.js @@ -93,10 +93,13 @@ class Support extends Component {
-

پشتیبانی

+

+ {window.t("پشتیبانی")} +

- برای ارتباط با دنیای شگفت انگیز دانوین از فرم زیر استفاده کنید و - پس از انتخاب دپارتمان مد نظر پیام خود را ارسال کنید. + {window.t( + "برای ارتباط با دنیای شگفت انگیز دانوین از فرم زیر استفاده کنید و پس از انتخاب دپارتمان مد نظر پیام خود را ارسال کنید." + )}{" "}

{status ? null : ( <> @@ -156,7 +159,7 @@ class Support extends Component { name="file" /> - +