Browse Source
feat: implement multi-language support and core marriage matchmaking workflow including question flows and request management
front-test-2
feat: implement multi-language support and core marriage matchmaking workflow including question flows and request management
front-test-2
60 changed files with 3186 additions and 404 deletions
-
7AGENTS.md
-
4src/app/[lang]/layout.tsx
-
2src/app/[lang]/questions-list/[slug]/page.tsx
-
2src/app/candidate-contact/page.tsx
-
4src/app/finding-match/page.tsx
-
4src/app/intro/page.tsx
-
2src/app/new-match/page.tsx
-
4src/app/new-match/profile/page.tsx
-
4src/app/questions-list/[slug]/page.tsx
-
32src/app/questions-list/[slug]/question-detail-client.tsx
-
4src/app/questions-list/page.tsx
-
4src/app/request-accepted/page.tsx
-
2src/app/request-sent/page.tsx
-
4src/components/questions/question-card.tsx
-
40src/components/questions/question-date.tsx
-
2src/components/questions/question-number.tsx
-
2src/components/questions/required-steps-card.tsx
-
2src/components/questions/test-loading-screen.tsx
-
4src/components/questions/test-questions-flow.tsx
-
4src/components/sliders/slider-page.tsx
-
4src/components/ui/button.tsx
-
2src/components/ui/call-result-sheet.tsx
-
2src/components/ui/dismiss-reason-sheet.tsx
-
2src/components/ui/female-consent-sheet.tsx
-
2src/components/ui/information-sheet.tsx
-
4src/components/ui/language-switcher.tsx
-
2src/components/ui/navigation-button.tsx
-
34src/components/ui/report-actions-sheet.tsx
-
6src/data/question-data.ts
-
0src/data/questions/en.json
-
0src/data/questions/fa.json
-
31src/i18n/config.ts
-
279src/i18n/dictionaries.ts
-
68src/translations/config.ts
-
59src/translations/dictionaries.ts
-
123src/translations/locales/ar.json
-
123src/translations/locales/az.json
-
123src/translations/locales/bn.json
-
123src/translations/locales/da.json
-
123src/translations/locales/de.json
-
123src/translations/locales/en.json
-
123src/translations/locales/es.json
-
123src/translations/locales/fa.json
-
123src/translations/locales/fr.json
-
123src/translations/locales/gu.json
-
123src/translations/locales/ha.json
-
123src/translations/locales/he.json
-
123src/translations/locales/hi.json
-
123src/translations/locales/id.json
-
123src/translations/locales/ks.json
-
123src/translations/locales/pt.json
-
123src/translations/locales/ru.json
-
123src/translations/locales/sw.json
-
123src/translations/locales/tg.json
-
123src/translations/locales/tr.json
-
123src/translations/locales/ul.json
-
123src/translations/locales/ur.json
-
123src/translations/locales/uz.json
-
123src/translations/locales/zh.json
-
10src/translations/provider.tsx
@ -1,31 +0,0 @@ |
|||
export const locales = ["en", "fa"] as const; |
|||
|
|||
export type Locale = (typeof locales)[number]; |
|||
|
|||
export const defaultLocale: Locale = "en"; |
|||
|
|||
export const localeLabels: Record<Locale, string> = { |
|||
en: "English", |
|||
fa: "فارسی", |
|||
}; |
|||
|
|||
export const localeDirections: Record<Locale, "ltr" | "rtl"> = { |
|||
en: "ltr", |
|||
fa: "rtl", |
|||
}; |
|||
|
|||
export function isLocale(value: string | undefined): value is Locale { |
|||
return Boolean(value && locales.includes(value as Locale)); |
|||
} |
|||
|
|||
export function stripLocale(pathname: string) { |
|||
const segments = pathname.split("/"); |
|||
return isLocale(segments[1]) ? `/${segments.slice(2).join("/")}` : pathname; |
|||
} |
|||
|
|||
export function localizePath(pathname: string, locale: Locale) { |
|||
const normalizedPath = stripLocale(pathname); |
|||
const suffix = normalizedPath === "/" ? "" : normalizedPath; |
|||
|
|||
return `/${locale}${suffix}`; |
|||
} |
|||
@ -1,279 +0,0 @@ |
|||
import type { Locale } from "@/i18n/config"; |
|||
|
|||
export const dictionaries = { |
|||
en: { |
|||
common: { |
|||
appName: "Habib Marriage", |
|||
submit: "Submit", |
|||
decline: "Decline", |
|||
continue: "Continue", |
|||
cancel: "Cancel", |
|||
confirm: "Confirm", |
|||
support: "Support", |
|||
back: "Back", |
|||
required: "Required", |
|||
estimateTime: "Estimate time", |
|||
rangeError: "The value entered seems incorrect. Please provide a realistic value.", |
|||
}, |
|||
intro: { |
|||
imageAlt: "heavenly marriage", |
|||
title: "A Path to Heavenly Marriage", |
|||
description: |
|||
'We have come together with the goal of creating a secure and confidential path for "permanent marriage" among Muslims', |
|||
userProfile: "user profile", |
|||
matches: "matches", |
|||
marriage: "marriage", |
|||
videoAlt: "video", |
|||
playAlt: "play", |
|||
}, |
|||
questions: { |
|||
profileRegistration: "Profile registration", |
|||
closeQuestionsList: "Close questions list", |
|||
requiredSteps: "Required Steps", |
|||
requiredStepsDescription: |
|||
"Please complete the required information so we can find suitable matches for you", |
|||
requiredStepsDescriptionCompleted: |
|||
"You can now submit your request so we can start finding the right match for you", |
|||
requiredStepsProgress: "{completed} of {total} required steps completed", |
|||
findMatches: "Find Matches", |
|||
findingMatch: "Submit for Finding Match", |
|||
optionalInfoPromptTitle: "Important Note", |
|||
optionalInfoPromptDescription: |
|||
"You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
completeNecessaryForms: "(Complete Required Forms)", |
|||
openQuestion: "Open {title}", |
|||
answerAtYourOwnPace: "Answer at Your Own Pace", |
|||
answerAtYourOwnPaceDescription: |
|||
"You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
testIntroDisclaimer: |
|||
"All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
testIntroStart: "Start", |
|||
testIntroEstimateLabel: "Estimate time", |
|||
testIntroBullets: { |
|||
personality: [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
'Do you operate based on superficial behavioral adaptations, or are you aware of the deep "source traits" that fundamentally control your decision-making processes?', |
|||
], |
|||
glasser: [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships.", |
|||
], |
|||
}, |
|||
}, |
|||
match: { |
|||
title: "New Match", |
|||
goBack: "Go back", |
|||
acceptProfile: "Accept Profile", |
|||
requestProceedTitle: "Request to Proceed", |
|||
requestProceedDescription: |
|||
"With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
acceptDescription: |
|||
"Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
fields: { |
|||
birthYear: "Year of birth", |
|||
nationality: "Nationality", |
|||
residence: "City and country of residence", |
|||
futureResidence: "City and country of future residence", |
|||
religion: "Religion", |
|||
countryCity: "Country / city", |
|||
currentlyLivingIn: "(currently living in)", |
|||
education: "Education", |
|||
occupation: "Occupation", |
|||
}, |
|||
values: { |
|||
iranian: "Iranian", |
|||
iran: "Iran", |
|||
tehran: "Tehran", |
|||
muslim: "Muslim", |
|||
education: "Bachelor's degree in architecture", |
|||
occupation: "Interior designer", |
|||
}, |
|||
}, |
|||
requestAccepted: { |
|||
imageAlt: "Request accepted", |
|||
title: "Request Accepted", |
|||
description: |
|||
"You can now view their family's contact details and arrange further steps.", |
|||
viewContact: "View Contact", |
|||
penalty: |
|||
"Please note: Failure to contact within 2 days may result in a penalty", |
|||
profileLocked: "Profile is locked", |
|||
lockedDescription: |
|||
"You can't edit your profile while we're searching for matches", |
|||
}, |
|||
findingMatch: { |
|||
title: "Finding Match ...", |
|||
description: |
|||
"We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
advisorTitle: "Get an advisor", |
|||
advisorDescription: |
|||
"Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
getAdvisor: "Get Advisor", |
|||
editProfile: "Edit Profile", |
|||
}, |
|||
candidateContact: { |
|||
imageAlt: "Selected candidate contact status", |
|||
title: "The selected candidate will be in touch with your family shortly.", |
|||
contacted: "contacted", |
|||
noContactYet: "no contact yet ?", |
|||
afterTwoDays: "(after 2 days)", |
|||
}, |
|||
sheets: { |
|||
informationSheet: "Information sheet", |
|||
callResult: "Call result", |
|||
selectCallResult: "Select call result", |
|||
callOptions: [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons", |
|||
], |
|||
dismissReasons: "Dismiss reasons", |
|||
dismissDescription: |
|||
"Please provide the full reason for rejecting the submitted item", |
|||
dismissPlaceholder: "Your explanatory text ...", |
|||
}, |
|||
}, |
|||
fa: { |
|||
common: { |
|||
appName: "ازدواج حبیب", |
|||
submit: "ثبت", |
|||
decline: "رد", |
|||
continue: "ادامه", |
|||
cancel: "لغو", |
|||
confirm: "تایید", |
|||
support: "پشتیبانی", |
|||
back: "بازگشت", |
|||
required: "ضروری", |
|||
estimateTime: "زمان تقریبی", |
|||
rangeError: "مقدار وارد شده صحیح به نظر نمیرسد. لطفاً یک عدد واقعی وارد کنید.", |
|||
}, |
|||
intro: { |
|||
imageAlt: "ازدواج آسمانی", |
|||
title: "مسیری برای ازدواج آسمانی", |
|||
description: |
|||
"ما با هدف ایجاد مسیری امن و محرمانه برای ازدواج دائم میان مسلمانان کنار هم آمدهایم", |
|||
userProfile: "پروفایل کاربر", |
|||
matches: "معرفیها", |
|||
marriage: "ازدواج", |
|||
videoAlt: "ویدیو", |
|||
playAlt: "پخش", |
|||
}, |
|||
questions: { |
|||
profileRegistration: "ثبت اطلاعات پروفایل", |
|||
closeQuestionsList: "بستن فهرست سوالات", |
|||
requiredSteps: "مراحل ضروری", |
|||
requiredStepsDescription: |
|||
"لطفا اطلاعات ضروری را کامل کنید تا بتوانیم گزینههای مناسب را پیدا کنیم", |
|||
requiredStepsDescriptionCompleted: |
|||
"اکنون میتوانید درخواست خود را ثبت کنید تا بتوانیم فرآیند یافتن گزینههای مناسب را شروع کنیم", |
|||
requiredStepsProgress: "{completed} از {total} مرحله ضروری کامل شده است", |
|||
findMatches: "یافتن گزینهها", |
|||
findingMatch: "ثبت اطلاعات و یافتن همسر", |
|||
optionalInfoPromptTitle: "نکته مهم", |
|||
optionalInfoPromptDescription: |
|||
"شما تمام بخشهای ضروری را تکمیل کردهاید. با این حال، تکمیل تمام بخشها به ما کمک میکند تا گزینههای بهتری برای شما پیدا کنیم", |
|||
completeNecessaryForms: "(تکمیل فرمهای ضروری)", |
|||
openQuestion: "باز کردن {title}", |
|||
answerAtYourOwnPace: "با آرامش پاسخ دهید", |
|||
answerAtYourOwnPaceDescription: |
|||
"هر زمان خواستید میتوانید فرم را متوقف کنید و بعدا ادامه دهید. پیشرفت شما خودکار ذخیره میشود.", |
|||
testIntroDisclaimer: |
|||
"تمام اطلاعات ارائه شده کاملاً محرمانه نگهداری شده و به اشخاص ثالث افشا نمیشود. این دادهها صرفاً برای اطمینان از دقت بهینه تطابقیابی استفاده میشوند. بنابراین، ضروری است که این ارزیابی با نهایت دقت، صحت و صداقت تکمیل شود.", |
|||
testIntroStart: "شروع", |
|||
testIntroEstimateLabel: "زمان تقریبی", |
|||
testIntroBullets: { |
|||
personality: [ |
|||
"آیا در درک محرکهای روانشناختی زیربنایی که ارتباطات بینفردی و موانع ارتباطی شما را تعیین میکنند، مشکل دارید؟", |
|||
"انجام این تست اجباری نیست، اما به شما کمک میکند تا بهتر همسر مناسب را پیدا کنید. تست شخصیتشناسی آزمونی برای خودشناسی و درک بهتر همسر شماست.", |
|||
'آیا بر اساس سازگاریهای رفتاری سطحی عمل میکنید، یا از "ویژگیهای منبع" عمیقی که اساساً فرآیندهای تصمیمگیری شما را کنترل میکنند، آگاه هستید؟', |
|||
], |
|||
glasser: [ |
|||
"درک پنج نیاز اساسی شما به شما کمک میکند تا بشناسید چه چیزی واقعاً رفتار شما را در روابط هدایت میکند.", |
|||
"انجام این تست اجباری نیست، اما به شما کمک میکند اولویتهای خود را بهتر بشناسید و همسر سازگارتری پیدا کنید.", |
|||
"با شناسایی قویترین نیازهای خود، میتوانید انتظارات خود را بهتر بیان کنید و روابط سالمتری بسازید.", |
|||
], |
|||
}, |
|||
}, |
|||
match: { |
|||
title: "گزینه جدید", |
|||
goBack: "بازگشت", |
|||
acceptProfile: "پذیرش پروفایل", |
|||
acceptDescription: |
|||
"آیا مطمئن هستید پروفایل را کامل بررسی کردهاید و آماده ادامه هستید؟", |
|||
fields: { |
|||
birthYear: "سال تولد", |
|||
nationality: "ملیت", |
|||
residence: "شهر و کشور محل سکونت", |
|||
futureResidence: "شهر و کشور محل سکونت آینده", |
|||
religion: "دین", |
|||
countryCity: "کشور / شهر", |
|||
currentlyLivingIn: "(محل سکونت فعلی)", |
|||
education: "تحصیلات", |
|||
occupation: "شغل", |
|||
}, |
|||
values: { |
|||
iranian: "ایرانی", |
|||
iran: "ایران", |
|||
tehran: "تهران", |
|||
muslim: "مسلمان", |
|||
education: "کارشناسی معماری", |
|||
occupation: "طراح داخلی", |
|||
}, |
|||
}, |
|||
requestAccepted: { |
|||
imageAlt: "درخواست پذیرفته شد", |
|||
title: "درخواست پذیرفته شد", |
|||
description: |
|||
"اکنون میتوانید اطلاعات تماس خانواده ایشان را ببینید و مراحل بعدی را هماهنگ کنید.", |
|||
viewContact: "مشاهده تماس", |
|||
penalty: "توجه: اگر تا ۲ روز تماس برقرار نکنید، ممکن است جریمه اعمال شود", |
|||
profileLocked: "پروفایل قفل است", |
|||
lockedDescription: |
|||
"تا زمانی که در حال یافتن گزینه هستیم، امکان ویرایش پروفایل وجود ندارد", |
|||
}, |
|||
findingMatch: { |
|||
title: "در حال یافتن گزینه ...", |
|||
description: |
|||
"ما بر اساس ترجیحات شما گزینههای مناسب را جستجو میکنیم. وقتی گزینهای پیدا شود، پروفایل او را به شما نشان میدهیم. اگر تایید کنید، از طرف شما مراحل را ادامه میدهیم", |
|||
advisorTitle: "دریافت مشاور", |
|||
advisorDescription: |
|||
"نمیدانید قدم بعدی چیست؟ بخش روانشناسی ما در هر مرحله شما را راهنمایی میکند.", |
|||
getAdvisor: "دریافت مشاور", |
|||
editProfile: "ویرایش پروفایل", |
|||
}, |
|||
candidateContact: { |
|||
imageAlt: "وضعیت تماس گزینه انتخابشده", |
|||
title: "گزینه انتخابشده بهزودی با خانواده شما تماس میگیرد.", |
|||
contacted: "تماس گرفته شد", |
|||
noContactYet: "هنوز تماس نگرفته؟", |
|||
afterTwoDays: "(بعد از ۲ روز)", |
|||
}, |
|||
sheets: { |
|||
informationSheet: "پنل اطلاعات", |
|||
callResult: "نتیجه تماس", |
|||
selectCallResult: "انتخاب نتیجه تماس", |
|||
callOptions: [ |
|||
"تناسب شخصی کافی نبود", |
|||
"تمایل دوطرفه وجود نداشت", |
|||
"انتظارات متفاوت بود", |
|||
"ارتباط شکل نگرفت", |
|||
"موقعیت مکانی مناسب نبود", |
|||
"دلایل دیگر", |
|||
], |
|||
dismissReasons: "دلایل رد کردن", |
|||
dismissDescription: "لطفا دلیل کامل رد کردن مورد ارسالشده را بنویسید", |
|||
dismissPlaceholder: "متن توضیحی شما ...", |
|||
}, |
|||
}, |
|||
} as const; |
|||
|
|||
export type Dictionary = (typeof dictionaries)[Locale]; |
|||
|
|||
export function getDictionary(locale: Locale): Dictionary { |
|||
return dictionaries[locale]; |
|||
} |
|||
@ -0,0 +1,68 @@ |
|||
// Map of all 24 supported languages from backend (apps.marriage.translation_utils.LANGUAGE_MAP)
|
|||
export const LANGUAGE_MAP = { |
|||
ar: "Arabic", |
|||
az: "Azerbaijani", |
|||
bn: "Bengali", |
|||
zh: "Chinese", |
|||
da: "Danish", |
|||
de: "German", |
|||
en: "English", |
|||
es: "Spanish", |
|||
fa: "Persian (Farsi)", |
|||
fr: "French", |
|||
gu: "Gujarati", |
|||
ha: "Hausa", |
|||
he: "Hebrew", |
|||
hi: "Hindi", |
|||
id: "Indonesian", |
|||
ks: "Kashmiri", |
|||
pt: "Portuguese", |
|||
ru: "Russian", |
|||
sw: "Swahili", |
|||
tg: "Tajik", |
|||
tr: "Turkish", |
|||
ul: "Urdu Roman (Latin)", |
|||
ur: "Urdu", |
|||
uz: "Uzbek", |
|||
} as const; |
|||
|
|||
export type LanguageCode = keyof typeof LANGUAGE_MAP; |
|||
|
|||
export const locales = Object.keys(LANGUAGE_MAP) as LanguageCode[]; |
|||
|
|||
export type Locale = string; |
|||
|
|||
export const defaultLocale: Locale = "en"; |
|||
|
|||
export const localeLabels: Record<string, string> = { |
|||
...LANGUAGE_MAP, |
|||
fa: "فارسی", |
|||
}; |
|||
|
|||
export const rtlLanguages = ["ar", "fa", "he", "ks", "ur"]; |
|||
|
|||
export const localeDirections: Record<string, "ltr" | "rtl"> = Object.keys( |
|||
LANGUAGE_MAP, |
|||
).reduce( |
|||
(acc, code) => { |
|||
acc[code] = rtlLanguages.includes(code) ? "rtl" : "ltr"; |
|||
return acc; |
|||
}, |
|||
{} as Record<string, "ltr" | "rtl">, |
|||
); |
|||
|
|||
export function isLocale(value: string | undefined): value is Locale { |
|||
return Boolean(value && value in LANGUAGE_MAP); |
|||
} |
|||
|
|||
export function stripLocale(pathname: string) { |
|||
const segments = pathname.split("/"); |
|||
return isLocale(segments[1]) ? `/${segments.slice(2).join("/")}` : pathname; |
|||
} |
|||
|
|||
export function localizePath(pathname: string, locale: Locale) { |
|||
const normalizedPath = stripLocale(pathname); |
|||
const suffix = normalizedPath === "/" ? "" : normalizedPath; |
|||
|
|||
return `/${locale}${suffix}`; |
|||
} |
|||
@ -0,0 +1,59 @@ |
|||
import type { Locale } from "@/translations/config"; |
|||
|
|||
import ar from "@/translations/locales/ar.json"; |
|||
import az from "@/translations/locales/az.json"; |
|||
import bn from "@/translations/locales/bn.json"; |
|||
import da from "@/translations/locales/da.json"; |
|||
import de from "@/translations/locales/de.json"; |
|||
import en from "@/translations/locales/en.json"; |
|||
import es from "@/translations/locales/es.json"; |
|||
import fa from "@/translations/locales/fa.json"; |
|||
import fr from "@/translations/locales/fr.json"; |
|||
import gu from "@/translations/locales/gu.json"; |
|||
import ha from "@/translations/locales/ha.json"; |
|||
import he from "@/translations/locales/he.json"; |
|||
import hi from "@/translations/locales/hi.json"; |
|||
import id from "@/translations/locales/id.json"; |
|||
import ks from "@/translations/locales/ks.json"; |
|||
import pt from "@/translations/locales/pt.json"; |
|||
import ru from "@/translations/locales/ru.json"; |
|||
import sw from "@/translations/locales/sw.json"; |
|||
import tg from "@/translations/locales/tg.json"; |
|||
import tr from "@/translations/locales/tr.json"; |
|||
import ul from "@/translations/locales/ul.json"; |
|||
import ur from "@/translations/locales/ur.json"; |
|||
import uz from "@/translations/locales/uz.json"; |
|||
import zh from "@/translations/locales/zh.json"; |
|||
|
|||
export const dictionaries = { |
|||
ar, |
|||
az, |
|||
bn, |
|||
da, |
|||
de, |
|||
en, |
|||
es, |
|||
fa, |
|||
fr, |
|||
gu, |
|||
ha, |
|||
he, |
|||
hi, |
|||
id, |
|||
ks, |
|||
pt, |
|||
ru, |
|||
sw, |
|||
tg, |
|||
tr, |
|||
ul, |
|||
ur, |
|||
uz, |
|||
zh, |
|||
} as const; |
|||
|
|||
export type Dictionary = typeof dictionaries.en; |
|||
|
|||
export function getDictionary(locale: Locale): Dictionary { |
|||
return (dictionaries as Record<string, Dictionary>)[locale] ?? dictionaries.en; |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "ازدواج حبیب", |
|||
"submit": "ثبت", |
|||
"decline": "رد", |
|||
"continue": "ادامه", |
|||
"cancel": "لغو", |
|||
"confirm": "تایید", |
|||
"support": "پشتیبانی", |
|||
"back": "بازگشت", |
|||
"required": "ضروری", |
|||
"estimateTime": "زمان تقریبی", |
|||
"rangeError": "مقدار وارد شده صحیح به نظر نمیرسد. لطفاً یک عدد واقعی وارد کنید." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "ازدواج آسمانی", |
|||
"title": "مسیری برای ازدواج آسمانی", |
|||
"description": "ما با هدف ایجاد مسیری امن و محرمانه برای ازدواج دائم میان مسلمانان کنار هم آمدهایم", |
|||
"userProfile": "پروفایل کاربر", |
|||
"matches": "معرفیها", |
|||
"marriage": "ازدواج", |
|||
"videoAlt": "ویدیو", |
|||
"playAlt": "پخش" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "ثبت اطلاعات پروفایل", |
|||
"closeQuestionsList": "بستن فهرست سوالات", |
|||
"requiredSteps": "مراحل ضروری", |
|||
"requiredStepsDescription": "لطفا اطلاعات ضروری را کامل کنید تا بتوانیم گزینههای مناسب را پیدا کنیم", |
|||
"requiredStepsDescriptionCompleted": "اکنون میتوانید درخواست خود را ثبت کنید تا بتوانیم فرآیند یافتن گزینههای مناسب را شروع کنیم", |
|||
"requiredStepsProgress": "{completed} از {total} مرحله ضروری کامل شده است", |
|||
"findMatches": "یافتن گزینهها", |
|||
"findingMatch": "ثبت اطلاعات و یافتن همسر", |
|||
"optionalInfoPromptTitle": "نکته مهم", |
|||
"optionalInfoPromptDescription": "شما تمام بخشهای ضروری را تکمیل کردهاید. با این حال، تکمیل تمام بخشها به ما کمک میکند تا گزینههای بهتری برای شما پیدا کنیم", |
|||
"completeNecessaryForms": "(تکمیل فرمهای ضروری)", |
|||
"openQuestion": "باز کردن {title}", |
|||
"answerAtYourOwnPace": "با آرامش پاسخ دهید", |
|||
"answerAtYourOwnPaceDescription": "هر زمان خواستید میتوانید فرم را متوقف کنید و بعدا ادامه دهید. پیشرفت شما خودکار ذخیره میشود.", |
|||
"testIntroDisclaimer": "تمام اطلاعات ارائه شده کاملاً محرمانه نگهداری شده و به اشخاص ثالث افشا نمیشود. این دادهها صرفاً برای اطمینان از دقت بهینه تطابقیابی استفاده میشوند. بنابراین، ضروری است که این ارزیابی با نهایت دقت، صحت و صداقت تکمیل شود.", |
|||
"testIntroStart": "شروع", |
|||
"testIntroEstimateLabel": "زمان تقریبی", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"آیا در درک محرکهای روانشناختی زیربنایی که ارتباطات بینفردی و موانع ارتباطی شما را تعیین میکنند، مشکل دارید؟", |
|||
"انجام این تست اجباری نیست، اما به شما کمک میکند تا بهتر همسر مناسب را پیدا کنید. تست شخصیتشناسی آزمونی برای خودشناسی و درک بهتر همسر شماست.", |
|||
"آیا بر اساس سازگاریهای رفتاری سطحی عمل میکنید، یا از \"ویژگیهای منبع\" عمیقی که اساساً فرآیندهای تصمیمگیری شما را کنترل میکنند، آگاه هستید؟" |
|||
], |
|||
"glasser": [ |
|||
"درک پنج نیاز اساسی شما به شما کمک میکند تا بشناسید چه چیزی واقعاً رفتار شما را در روابط هدایت میکند.", |
|||
"انجام این تست اجباری نیست، اما به شما کمک میکند اولویتهای خود را بهتر بشناسید و همسر سازگارتری پیدا کنید.", |
|||
"با شناسایی قویترین نیازهای خود، میتوانید انتظارات خود را بهتر بیان کنید و روابط سالمتری بسازید." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "گزینه جدید", |
|||
"goBack": "بازگشت", |
|||
"acceptProfile": "پذیرش پروفایل", |
|||
"requestProceedTitle": "درخواست اقدام", |
|||
"requestProceedDescription": "با تایید شما، از طرف شما با خانواده ایشان جهت خواستگاری تماس میگیریم. پس از موافقت خانواده ایشان، برای آشنایی بیشتر معرفی خواهید شد.", |
|||
"acceptDescription": "آیا مطمئن هستید پروفایل را کامل بررسی کردهاید و آماده ادامه هستید؟", |
|||
"fields": { |
|||
"birthYear": "سال تولد", |
|||
"nationality": "ملیت", |
|||
"residence": "شهر و کشور محل سکونت", |
|||
"futureResidence": "شهر و کشور محل سکونت آینده", |
|||
"religion": "دین", |
|||
"countryCity": "کشور / شهر", |
|||
"currentlyLivingIn": "(محل سکونت فعلی)", |
|||
"education": "تحصیلات", |
|||
"occupation": "شغل" |
|||
}, |
|||
"values": { |
|||
"iranian": "ایرانی", |
|||
"iran": "ایران", |
|||
"tehran": "تهران", |
|||
"muslim": "مسلمان", |
|||
"education": "کارشناسی معماری", |
|||
"occupation": "طراح داخلی" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "درخواست پذیرفته شد", |
|||
"title": "درخواست پذیرفته شد", |
|||
"description": "اکنون میتوانید اطلاعات تماس خانواده ایشان را ببینید و مراحل بعدی را هماهنگ کنید.", |
|||
"viewContact": "مشاهده تماس", |
|||
"penalty": "توجه: اگر تا ۲ روز تماس برقرار نکنید، ممکن است جریمه اعمال شود", |
|||
"profileLocked": "پروفایل قفل است", |
|||
"lockedDescription": "تا زمانی که در حال یافتن گزینه هستیم، امکان ویرایش پروفایل وجود ندارد" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "در حال یافتن گزینه ...", |
|||
"description": "ما بر اساس ترجیحات شما گزینههای مناسب را جستجو میکنیم. وقتی گزینهای پیدا شود، پروفایل او را به شما نشان میدهیم. اگر تایید کنید، از طرف شما مراحل را ادامه میدهیم", |
|||
"advisorTitle": "دریافت مشاور", |
|||
"advisorDescription": "نمیدانید قدم بعدی چیست؟ بخش روانشناسی ما در هر مرحله شما را راهنمایی میکند.", |
|||
"getAdvisor": "دریافت مشاور", |
|||
"editProfile": "ویرایش پروفایل" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "وضعیت تماس گزینه انتخابشده", |
|||
"title": "گزینه انتخابشده بهزودی با خانواده شما تماس میگیرد.", |
|||
"contacted": "تماس گرفته شد", |
|||
"noContactYet": "هنوز تماس نگرفته؟", |
|||
"afterTwoDays": "(بعد از ۲ روز)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "پنل اطلاعات", |
|||
"callResult": "نتیجه تماس", |
|||
"selectCallResult": "انتخاب نتیجه تماس", |
|||
"callOptions": [ |
|||
"تناسب شخصی کافی نبود", |
|||
"تمایل دوطرفه وجود نداشت", |
|||
"انتظارات متفاوت بود", |
|||
"ارتباط شکل نگرفت", |
|||
"موقعیت مکانی مناسب نبود", |
|||
"دلایل دیگر" |
|||
], |
|||
"dismissReasons": "دلایل رد کردن", |
|||
"dismissDescription": "لطفا دلیل کامل رد کردن مورد ارسالشده را بنویسید", |
|||
"dismissPlaceholder": "متن توضیحی شما ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
@ -0,0 +1,123 @@ |
|||
{ |
|||
"common": { |
|||
"appName": "Habib Marriage", |
|||
"submit": "Submit", |
|||
"decline": "Decline", |
|||
"continue": "Continue", |
|||
"cancel": "Cancel", |
|||
"confirm": "Confirm", |
|||
"support": "Support", |
|||
"back": "Back", |
|||
"required": "Required", |
|||
"estimateTime": "Estimate time", |
|||
"rangeError": "The value entered seems incorrect. Please provide a realistic value." |
|||
}, |
|||
"intro": { |
|||
"imageAlt": "heavenly marriage", |
|||
"title": "A Path to Heavenly Marriage", |
|||
"description": "We have come together with the goal of creating a secure and confidential path for \"permanent marriage\" among Muslims", |
|||
"userProfile": "user profile", |
|||
"matches": "matches", |
|||
"marriage": "marriage", |
|||
"videoAlt": "video", |
|||
"playAlt": "play" |
|||
}, |
|||
"questions": { |
|||
"profileRegistration": "Profile registration", |
|||
"closeQuestionsList": "Close questions list", |
|||
"requiredSteps": "Required Steps", |
|||
"requiredStepsDescription": "Please complete the required information so we can find suitable matches for you", |
|||
"requiredStepsDescriptionCompleted": "You can now submit your request so we can start finding the right match for you", |
|||
"requiredStepsProgress": "{completed} of {total} required steps completed", |
|||
"findMatches": "Find Matches", |
|||
"findingMatch": "Submit for Finding Match", |
|||
"optionalInfoPromptTitle": "Important Note", |
|||
"optionalInfoPromptDescription": "You've completed all required fields. However, filling in all sections will help us find better matches for you", |
|||
"completeNecessaryForms": "(Complete Required Forms)", |
|||
"openQuestion": "Open {title}", |
|||
"answerAtYourOwnPace": "Answer at Your Own Pace", |
|||
"answerAtYourOwnPaceDescription": "You can pause the survey anytime and resume later. Your progress is saved automatically.", |
|||
"testIntroDisclaimer": "All provided information is held in strict confidence and will not be disclosed to third parties. This data is utilized exclusively to ensure optimal matchmaking accuracy. Consequently, it is imperative that this assessment be completed with the utmost diligence, precision, and integrity.", |
|||
"testIntroStart": "Start", |
|||
"testIntroEstimateLabel": "Estimate time", |
|||
"testIntroBullets": { |
|||
"personality": [ |
|||
"Do you struggle to understand the underlying psychological drivers that dictate your interpersonal connections and communication barriers?", |
|||
"Taking this test is not mandatory, but it will help you better search for a spouse. The Personality test is a test for self-knowledge and better understanding of your spouse.", |
|||
"Do you operate based on superficial behavioral adaptations, or are you aware of the deep \"source traits\" that fundamentally control your decision-making processes?" |
|||
], |
|||
"glasser": [ |
|||
"Understanding your five basic needs helps you recognize what truly drives your behavior in relationships.", |
|||
"Taking this test is not mandatory, but it will help you better understand your priorities and find a more compatible spouse.", |
|||
"By identifying your strongest needs, you can better communicate your expectations and build healthier relationships." |
|||
] |
|||
} |
|||
}, |
|||
"match": { |
|||
"title": "New Match", |
|||
"goBack": "Go back", |
|||
"acceptProfile": "Accept Profile", |
|||
"requestProceedTitle": "Request to Proceed", |
|||
"requestProceedDescription": "With your approval, we will approach their family on your behalf to propose marriage. After their family agrees, you will be introduced to each other for further acquaintance.", |
|||
"acceptDescription": "Are you sure you've fully reviewed the profile and are ready to proceed?", |
|||
"fields": { |
|||
"birthYear": "Year of birth", |
|||
"nationality": "Nationality", |
|||
"residence": "City and country of residence", |
|||
"futureResidence": "City and country of future residence", |
|||
"religion": "Religion", |
|||
"countryCity": "Country / city", |
|||
"currentlyLivingIn": "(currently living in)", |
|||
"education": "Education", |
|||
"occupation": "Occupation" |
|||
}, |
|||
"values": { |
|||
"iranian": "Iranian", |
|||
"iran": "Iran", |
|||
"tehran": "Tehran", |
|||
"muslim": "Muslim", |
|||
"education": "Bachelor's degree in architecture", |
|||
"occupation": "Interior designer" |
|||
} |
|||
}, |
|||
"requestAccepted": { |
|||
"imageAlt": "Request accepted", |
|||
"title": "Request Accepted", |
|||
"description": "You can now view their family's contact details and arrange further steps.", |
|||
"viewContact": "View Contact", |
|||
"penalty": "Please note: Failure to contact within 2 days may result in a penalty", |
|||
"profileLocked": "Profile is locked", |
|||
"lockedDescription": "You can't edit your profile while we're searching for matches" |
|||
}, |
|||
"findingMatch": { |
|||
"title": "Finding Match ...", |
|||
"description": "We will search for suitable matches based on your preferences. Once we find one, we'll show you their profile. If you approve, we will proceed on your behalf", |
|||
"advisorTitle": "Get an advisor", |
|||
"advisorDescription": "Not sure what to do next? Our psychology section is here to guide you at every step.", |
|||
"getAdvisor": "Get Advisor", |
|||
"editProfile": "Edit Profile" |
|||
}, |
|||
"candidateContact": { |
|||
"imageAlt": "Selected candidate contact status", |
|||
"title": "The selected candidate will be in touch with your family shortly.", |
|||
"contacted": "contacted", |
|||
"noContactYet": "no contact yet ?", |
|||
"afterTwoDays": "(after 2 days)" |
|||
}, |
|||
"sheets": { |
|||
"informationSheet": "Information sheet", |
|||
"callResult": "Call result", |
|||
"selectCallResult": "Select call result", |
|||
"callOptions": [ |
|||
"Not a good personal fit", |
|||
"No mutual interest", |
|||
"Different expectations", |
|||
"No connection felt", |
|||
"Location not suitable", |
|||
"Other reasons" |
|||
], |
|||
"dismissReasons": "Dismiss reasons", |
|||
"dismissDescription": "Please provide the full reason for rejecting the submitted item", |
|||
"dismissPlaceholder": "Your explanatory text ..." |
|||
} |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue