diff --git a/src/translations/src/cboard.json b/src/translations/src/cboard.json index 18bdc0dfd..6e3afc4ee 100644 --- a/src/translations/src/cboard.json +++ b/src/translations/src/cboard.json @@ -5,6 +5,8 @@ "cboard.components.WelcomeScreen.google": "Sign in with Google", "cboard.components.WelcomeScreen.facebook": "Sign in with Facebook", "cboard.components.WelcomeScreen.googleLoginErrorAndroid": "Sorry. An error occurred during authenticate process. Please try it again", + "cboard.components.WelcomeScreen.terms": "Terms", + "cboard.components.WelcomeScreen.privacy": "Privacy Policy", "cboard.components.WelcomeScreenInformation.heading": "Welcome to Cboard", "cboard.components.WelcomeScreenInformation.text": "Cboard helps users with speech and language impairments to communicate with symbols and text-to-speech.", "cboard.components.AuthScreenInformation.heading": "Cboard", @@ -22,6 +24,9 @@ "cboard.components.SignUp.confirmYourPassword": "Confirm your password", "cboard.components.SignUp.cancel": "Cancel", "cboard.components.SignUp.signMeUp": "Sign me up", + "cboard.components.SignUp.agreement": "I agree with the {terms} and the {privacy}", + "cboard.components.SignUp.termsAndConditions": "Terms", + "cboard.components.SignUp.privacy": "Privacy Policy", "cboard.components.ChangePassword.password": "New Password", "cboard.components.ChangePassword.passwordRepeat": "Repeat New Password", "cboard.components.ChangePassword.send": "Send",