From f7ae9a1f4836019eb355eea9d587b86f72666afb Mon Sep 17 00:00:00 2001 From: Sourav Date: Tue, 9 Jan 2024 23:59:17 +0530 Subject: [PATCH 1/3] fix signup issue --- translations/locales/be/translations.json | 3 ++- translations/locales/en-US/translations.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/translations/locales/be/translations.json b/translations/locales/be/translations.json index a3ecb8f1f4..021207adf7 100644 --- a/translations/locales/be/translations.json +++ b/translations/locales/be/translations.json @@ -359,7 +359,8 @@ "Description": "নিবন্ধন করুন", "Or": "অথবা", "AlreadyHave": "ইতিমধ্যে একটি অ্যাকাউন্ট আছে?", - "Login": "লগ ইন" + "Login": "লগ ইন", + "Warning":"আপনি p5.js সম্পাদকের <0>ব্যবহারের শর্তাবলী এবং <1>গোপনীয়তা নীতিতে সম্মত হবেন|" }, "EmailVerificationView": { "Title": "p5.js ওয়েব এডিটর | ইমেল যাচাই", diff --git a/translations/locales/en-US/translations.json b/translations/locales/en-US/translations.json index 7f33febd97..c02ad10836 100644 --- a/translations/locales/en-US/translations.json +++ b/translations/locales/en-US/translations.json @@ -367,7 +367,7 @@ "Or": "Or", "AlreadyHave": "Already have an account?", "Login": "Log In", - "Warning": "By signing up, you agree to the p5.js Editor's <0>Terms of Use and <1>Privacy Policy." + "Warning": " you agree to the p5.js Editor's <0>Terms of Use and <1>Privacy Policy." }, "EmailVerificationView": { "Title": "p5.js Web Editor | Email Verification", From 1216d2b45380228278ecacde8073aee5a92d2098 Mon Sep 17 00:00:00 2001 From: Sourav Date: Sat, 27 Jan 2024 11:46:44 +0530 Subject: [PATCH 2/3] fixed signup translaton issue --- translations/locales/be/translations.json | 2 +- translations/locales/en-US/translations.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/locales/be/translations.json b/translations/locales/be/translations.json index 021207adf7..14f495b712 100644 --- a/translations/locales/be/translations.json +++ b/translations/locales/be/translations.json @@ -360,7 +360,7 @@ "Or": "অথবা", "AlreadyHave": "ইতিমধ্যে একটি অ্যাকাউন্ট আছে?", "Login": "লগ ইন", - "Warning":"আপনি p5.js সম্পাদকের <0>ব্যবহারের শর্তাবলী এবং <1>গোপনীয়তা নীতিতে সম্মত হবেন|" + "Warning":"সাইন আপ করে , আপনি p5.js সম্পাদকের <0>ব্যবহারের শর্তাবলী এবং <1>গোপনীয়তা নীতিতে সম্মত হবেন|" }, "EmailVerificationView": { "Title": "p5.js ওয়েব এডিটর | ইমেল যাচাই", diff --git a/translations/locales/en-US/translations.json b/translations/locales/en-US/translations.json index c02ad10836..b97fafdb9e 100644 --- a/translations/locales/en-US/translations.json +++ b/translations/locales/en-US/translations.json @@ -367,7 +367,7 @@ "Or": "Or", "AlreadyHave": "Already have an account?", "Login": "Log In", - "Warning": " you agree to the p5.js Editor's <0>Terms of Use and <1>Privacy Policy." + "Warning": "By Signing up, you agree to the p5.js Editor's <0>Terms of Use and <1>Privacy Policy." }, "EmailVerificationView": { "Title": "p5.js Web Editor | Email Verification", From b652759a8edbabf4f573b8fd3103ed257cffec62 Mon Sep 17 00:00:00 2001 From: raclim Date: Thu, 28 Mar 2024 13:07:11 -0400 Subject: [PATCH 3/3] make 's' in 'signing' lowercase --- translations/locales/en-US/translations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/locales/en-US/translations.json b/translations/locales/en-US/translations.json index ab167a0797..45afb19bed 100644 --- a/translations/locales/en-US/translations.json +++ b/translations/locales/en-US/translations.json @@ -370,7 +370,7 @@ "Or": "Or", "AlreadyHave": "Already have an account?", "Login": "Log In", - "Warning": "By Signing up, you agree to the p5.js Editor's <0>Terms of Use and <1>Privacy Policy." + "Warning": "By signing up, you agree to the p5.js Editor's <0>Terms of Use and <1>Privacy Policy." }, "EmailVerificationView": { "Title": "p5.js Web Editor | Email Verification",