feat: add region and terms to intro

This commit is contained in:
problematicconsumer
2023-09-17 14:55:46 +03:30
parent e6eab038ce
commit bb2e1a2625
8 changed files with 123 additions and 4 deletions

View File

@@ -10,6 +10,7 @@
"sortBy": "Sort by"
},
"intro": {
"termsAndPolicyCaution(rich)": "by continuing you agree with ${tap(@:about.termsAndConditions)}",
"start": "Start"
},
"home": {
@@ -104,10 +105,17 @@
},
"settings": {
"pageTitle": "Settings",
"requiresRestartMsg": "for this to take effect restart the app",
"requiresRestartMsg": "For this to take effect restart the app",
"general": {
"sectionTitle": "General",
"locale": "Language",
"region": "Region",
"regionMsg": "Helps set default options to bypass domestic addresses",
"regions": {
"ir": "Iran (ir)",
"cn": "China (cn)",
"other": "Other"
},
"themeMode": "Theme Mode",
"themeModes": {
"system": "Follow system theme",
@@ -182,7 +190,9 @@
"version": "Version",
"sourceCode": "Source Code",
"telegramChannel": "Telegram Channel",
"checkForUpdate": "Check for update"
"checkForUpdate": "Check for update",
"privacyPolicy": "Privacy policy",
"termsAndConditions": "Terms and conditions"
},
"appUpdate": {
"dialogTitle": "Update Available",

View File

@@ -10,6 +10,7 @@
"sortBy": "مرتب‌سازی براساس"
},
"intro": {
"termsAndPolicyCaution(rich)": "در صورت ادامه با ${tap(@:about.termsAndConditions)} موافقت میکنید",
"start": "شروع"
},
"home": {
@@ -108,6 +109,13 @@
"general": {
"sectionTitle": "اصلی",
"locale": "زبان",
"region": "منطقه",
"regionMsg": "به انتخاب تنظیمات پیش‌فرض برای دورزدن آدرس‌های داخلی کمک میکند",
"regions": {
"ir": "ایران (ir)",
"cn": "چین (cn)",
"other": "سایر"
},
"themeMode": "تم مود",
"themeModes": {
"system": "پیروی از تم دستگاه",
@@ -182,7 +190,9 @@
"version": "ورژن",
"sourceCode": "سورس کد",
"telegramChannel": "کانال تلگرام",
"checkForUpdate": "بررسی آپدیت جدید"
"checkForUpdate": "بررسی آپدیت جدید",
"privacyPolicy": "سیاست حفظ حریم خصوصی",
"termsAndConditions": "شرایط و ضوابط استفاده"
},
"appUpdate": {
"dialogTitle": "نسخه جدید موجود است",