From c0155c3a5bbfe7b1e0e751b998e783fdbd94c6a7 Mon Sep 17 00:00:00 2001 From: VenkateshSircilla123 <113850972+VenkateshSircilla123@users.noreply.github.com> Date: Sun, 5 May 2024 09:05:18 +0530 Subject: [PATCH 1/4] added by proceeding --- apps/web/public/static/locales/en/common.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index f96bd6d2bf6a6c..9294b95c6fd991 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -2364,6 +2364,7 @@ "organization_price_per_user_month":"$37 per user per month (30 seats minimum)", "privacy_organization_description": "Manage privacy settings for your organization", "privacy": "Privacy", + "policy": "Policy", "team_will_be_under_org": "New teams will be under your organization", "add_group_name": "Add group name", "group_name": "Group Name", @@ -2430,5 +2431,7 @@ "lowest_rated_members": "Members with lowest rated meetings", "csat_score": "CSAT Score", "lockedSMS": "Locked SMS", - "ADD_NEW_STRINGS_ABOVE_THIS_LINE_TO_PREVENT_MERGE_CONFLICTS": "↑↑↑↑↑↑↑↑↑↑↑↑↑ Add your new strings above here ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑" + "ADD_NEW_STRINGS_ABOVE_THIS_LINE_TO_PREVENT_MERGE_CONFLICTS": "↑↑↑↑↑↑↑↑↑↑↑↑↑ Add your new strings above here ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑", + "terms": "Terms", + "by_proceeding_you_agree_to_our": "By proceeding, you agree to our" } From 83b5d05b7a573c914f9971690d858d037dcfe643 Mon Sep 17 00:00:00 2001 From: VenkateshSircilla123 <113850972+VenkateshSircilla123@users.noreply.github.com> Date: Sun, 5 May 2024 09:25:58 +0530 Subject: [PATCH 2/4] translated by proceeding --- apps/web/pages/signup.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/pages/signup.tsx b/apps/web/pages/signup.tsx index 9c182c06088bf8..e9a180f0bbcb3c 100644 --- a/apps/web/pages/signup.tsx +++ b/apps/web/pages/signup.tsx @@ -517,19 +517,19 @@ export default function Signup({
- By proceeding, you agree to our{" "} + {t("by_proceeding_you_agree_to_our ")} - Terms + {t("terms")} {" "} - and{" "} + {t("and ")} - Privacy Policy + {t("privacy_policy")} . From 40d52f3425e45e73b63e0cdda231d5fc967e647d Mon Sep 17 00:00:00 2001 From: VenkateshSircilla123 <113850972+VenkateshSircilla123@users.noreply.github.com> Date: Sun, 5 May 2024 09:44:17 +0530 Subject: [PATCH 3/4] translated by proceeding --- .../Booker/components/BookEventForm/BookEventForm.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.tsx b/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.tsx index 9f933762781ca5..ca5b652259605f 100644 --- a/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.tsx +++ b/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.tsx @@ -115,13 +115,12 @@ export const BookEventForm = ({ {!isPlatform && IS_CALCOM && (
- By proceeding, you agree to our{" "} + {t("by_proceeding_you_agree_to_our ")} - Terms - {" "} - and{" "} + {t("terms")} + {t(" and ")} - Privacy Policy + {t("privacy_policy")} . From 7f667b2483b7d7387b8dfc0563bee47734f19897 Mon Sep 17 00:00:00 2001 From: VenkateshSircilla123 <113850972+VenkateshSircilla123@users.noreply.github.com> Date: Sun, 5 May 2024 09:46:53 +0530 Subject: [PATCH 4/4] added by proceeding --- apps/web/public/static/locales/en/common.json | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index 9294b95c6fd991..9f4d7e137c8862 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -2364,7 +2364,6 @@ "organization_price_per_user_month":"$37 per user per month (30 seats minimum)", "privacy_organization_description": "Manage privacy settings for your organization", "privacy": "Privacy", - "policy": "Policy", "team_will_be_under_org": "New teams will be under your organization", "add_group_name": "Add group name", "group_name": "Group Name",