From 6b7438b52fdaabe46cb298af1b325c3d8ece1af4 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 29 Jan 2016 13:48:12 -0300 Subject: PLT-7: Refactoring frontend (chunk 6) - Authorize - Signup Team Confirm - Footer --- web/static/i18n/en.json | 6 ++++-- web/static/i18n/es.json | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'web/static') diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json index 1a82660fd..45000a890 100644 --- a/web/static/i18n/en.json +++ b/web/static/i18n/en.json @@ -397,8 +397,8 @@ "admin.user_item.makeInactive": "Make Inactive", "admin.user_item.resetPwd": "Reset Password", "authorize.title": "An application would like to connect to your {teamName} account", - "authorize.app": "The app {appName} would like the ability to access and modify your basic information.", - "authorize.access": "Allow {appName} access?", + "authorize.app": "The app {appName} would like the ability to access and modify your basic information.", + "authorize.access": "Allow {appName} access?", "authorize.deny": "Deny", "authorize.allow": "Allow", "claim.account.noEmail": "No email specified", @@ -470,6 +470,8 @@ "password_send.description": "To reset your password, enter the email address you used to sign up for {teamName}.", "password_send.reset": "Reset my password", "signup_team_complete.completed": "You've already completed the signup process for this invitation or this invitation has expired.", + "signup_team_confirm.title": "Sign up Complete", + "signup_team_confirm.checkEmail": "Please check your email: {email}
Your email contains a link to set up your team", "signup_team.noTeams": "There are no teams include in the Team Directory and team creation has been disabled.", "signup_team.choose": "Choose a Team", "signup_team.createTeam": "Or Create a Team", diff --git a/web/static/i18n/es.json b/web/static/i18n/es.json index d54c99535..48412510d 100644 --- a/web/static/i18n/es.json +++ b/web/static/i18n/es.json @@ -484,6 +484,8 @@ "signup_team.noTeams": "No hay equipos en el Directorio de Equipos y la creación de equipos ha sido deshabilitada.", "signup_team.none": "No se ha habilitado ningún método para creación de equipos. Por favor contacta a un administrador de sistema para solicitar acceso.", "signup_team_complete.completed": "Ya haz completado el proceso de entrada para esta invitación, o esta invitación ya ha expirado.", + "signup_team_confirm.checkEmail": "Por favor revisa tu correo electrónico: {email}
Se ha enviado un correo con un enlace para configurar tu equipo", + "signup_team_confirm.title": "Registro Completado", "signup_user_completed.choosePwd": "Escoge tu contraseña", "signup_user_completed.chooseUser": "Escoge tu nombre de usuario", "signup_user_completed.create": "Crea una Cuenta", -- cgit v1.2.3-1-g7c22