add pwa app

This commit is contained in:
Amir Mohamadi
2021-01-31 20:47:26 +03:30
parent faa0d48d87
commit 534fe02b3a
23 changed files with 1541 additions and 929 deletions
+44 -2
View File
@@ -114,7 +114,17 @@ export const state = () => ({
t1: 'نرم افزار محاسبه وزن گریتینگ',
t2: 'نرم افزار طراحی شده در این بخش، با انجام محاسبات دقیق، آنالیز وزن و مقاومتی گریتینگ را ارائه می کند، با استفاده از این ابزار انتخاب محصول برای شما آسان تر خواهد بود.',
link1: 'ماژول محاسبات',
link2: 'دانلود نرم افزار'
link2: 'نصب نرم افزار',
t3: 'آموزش نصب در Android',
t4: 'برای نصب نرم افزار اراک ریل در گوشی های اندرویدی ابتدا با مرورگر گوگل کروم وارد سایت اراک ریل شوید و مطابق تصویر زیر دکمه منو را بزنید:',
t5: 'سپس گزینه install app را بزنید و برنامه روی گوشی شما نصب میشود.',
t6: 'آموزش نصب در iOS',
t7: 'برای نصب نرم افزار اراک ریل در گوشی های آیفون ابتدا با مرورگر خود گوشی وارد سایت اراک ریل شوید و مطابق تصویر زیر دکمه اشتراک گزاری را بزنید:',
t8: 'سپس گزینه add to home screen را بزنید و برنامه روی گوشی شما نصب میشود.',
t9: 'آموزش نصب در کامپیوتر',
t10: 'برای نصب نرم افزار اراک ریل در کامپیوتر (Windows,Mac,Linux) ابتدا با مرورگر گوگل کروم وارد سایت اراک ریل شوید و مطابق تصویر زیر دکمه نصب موجود در نوار آدرس را بزنید:',
t11: 'سپس گزینه install را بزنید و برنامه روی کامپیوتر شما نصب میشود.',
t12: 'متوجه شدم'
}
},
en: {
@@ -165,7 +175,17 @@ export const state = () => ({
t1: 'Grating weight calculation software',
t2: "The software designed in this section, by performing accurate calculations, provides weight analysis and grating resistance, using this tool, product selection will be easier for you.",
link1: 'Calculation Module',
link2: 'Download App'
link2: 'Install App',
t3: 'Android installation tutorial',
t4: 'To install Arak Rail software on Android phones, first enter the Arak Rail site with Google Chrome browser and click the menu button according to the image below:',
t5: 'Then click install app and the app will be installed on your phone.',
t6: 'iOS installation tutorial',
t7: 'To install Arak Rail software on iPhones, first enter the Arak Rail site with your phone browser and click the share button as shown below:',
t8: 'Then click the add to home screen option and the app will be installed on your phone.',
t9: 'Computer installation tutorial',
t10: 'To install Arak Rail software on a computer (Windows, Mac, Linux), first enter the Arak Rail site with Google Chrome browser and according to the image below, click the installation button in the address bar:',
t11: 'Then click install and the program will be installed on your computer.',
t12: 'Got it!'
}
}
},
@@ -905,6 +925,28 @@ export const state = () => ({
}
}
}
},
pwa: {
fa: {
title: '',
connection: 'اتصال اینترنت خود را بررسی نمایید.',
t1: 'بدلیل این که وزن گریتینگ ها به واسطه مواردی همچون مشخصات فنی یا همان دیتیل ساخت از جمله نوع گریتینگ،جنس تسمه و اندازه چشمه ها متغیر است،بدین منظور جهت راحتی و سهولت در انجام کار شما مشتری گرامی، شرکت اراک ریل نرم افزار محاسبه وزن و میزان بار قابل تحمل را برای گریتینگ طراحی و در این صفحه قرار داده است.که با داشتن مشخصات فنی گریتینگ مورد نظر خود می‌توانید وزن گریتینگ خود را همراه با گالوانیزه و یا بدون گالوانیزه محاسبه کنید.',
t2: 'توجه داشته باشید که برای بدست آوردن نتایج صحیح محاسبات داخل سرور اصلی اراک ریل انجام میشود و برای محاسبات نیاز به اینترنت دارید.',
t3: 'برای اطلاعات بیشتر راجب گریتینگ و تماس با متخصصین شرکت اراک ریل میتوانید به سایت ',
t4: ' مراجعه فرمایید. ',
t5: 'طراحی و ساخت برنامه توسط نگاره',
t6: 'وزن و مقاومت گریتینگ'
},
en: {
title: '',
connection: 'Check your internet connection.',
t1: 'Due to the fact that the weight of the gratings varies due to items such as technical specifications or construction details such as the type of grating, the type of belt and the size of the springs, for the convenience and ease of your work, dear customer, Arak Rail Company And has designed the amount of tolerable load for the grating and placed it on this page. Having the technical specifications of the grating you want, you can calculate the weight of your grating with or without galvanizing.',
t2: 'Note that in order to get the correct results, the calculations are done inside the main server of Arak Rail and you need internet for the calculations.',
t3: 'For more information about Grating and contacting the experts of Arak Rail Company, you can visit the site ',
t4: '',
t5: 'Design and Develop by Negareh',
t6: 'Grating weight and strength'
}
}
})