aws-amplify-react
Version:
AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.
120 lines (112 loc) • 4.82 kB
JavaScript
/*
* Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0/
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
const dict = {
'fr': {
'Sign In': "Se connecter",
'Sign Up': "S'inscrire",
'Sign Out': "Déconnexion",
'Forgot Password': "Mot de passe oublié",
'Username': "Nom d'utilisateur",
'Password': "Mot de passe",
'Change Password': "Changer le mot de passe",
'New Password': "nouveau mot de passe",
'Email': "Email",
'Phone Number': "Numéro de téléphone",
'Confirm a Code': "Confirmer un code",
'Confirm Sign In': "Confirmer la connexion",
'Confirm Sign Up': "Confirmer l'inscription",
'Back to Sign In': "Retour à la connexion",
'Send Code': "Envoyer le code",
'Confirm': "Confirmer",
'Resend a Code': "Renvoyer un code",
'Submit': "Soumettre",
'Skip': "Sauter",
'Verify': "Vérifier",
'Verify Contact': "Vérifier le contact",
'Code': "Code",
'Account recovery requires verified contact information':
"La récupération du compte nécessite des informations de contact vérifiées",
'User does not exist': "L'utilisateur n'existe pas",
'User already exists': "L'utilisateur existe déjà",
'Incorrect username or password': "identifiant ou mot de passe incorrect",
'Invalid password format': "format de mot de passe invalide",
'Invalid phone number format':
`Format de numéro de téléphone invalide.
Veuillez utiliser un format de numéro de téléphone du +12345678900`
},
'es': {
'Sign In': "Registrarse",
'Sign Up': "Regístrate",
'Sign Out': "Desconectar",
'Forgot Password': "Se te olvidó tu contraseña",
'Username': "Nombre de usuario",
'Password': "Contraseña",
'Change Password': "Cambia la contraseña",
'New Password': "Nueva contraseña",
'Email': "Email",
'Phone Number': "Número de teléfono",
'Confirm a Code': "Confirmar un código",
'Confirm Sign In': "Confirmar inicio de sesión",
'Confirm Sign Up': "Confirmar Registrarse",
'Back to Sign In': "Volver a Iniciar sesión",
'Send Code': "Enviar código",
'Confirm': "Confirmar",
'Resend a Code': "Reenviar un código",
'Submit': "Enviar",
'Skip': "Omitir",
'Verify': "Verificar",
'Verify Contact': "Verificar contacto",
'Code': "Código",
'Account recovery requires verified contact information':
"La recuperación de la cuenta requiere información de contacto verificada",
'User does not exist': "el usuario no existe",
'User already exists': "El usuario ya existe",
'Incorrect username or password': "Nombre de usuario o contraseña incorrecta",
'Invalid password format': "Formato de contraseña inválido",
'Invalid phone number format':
`Formato de número de teléfono inválido.
Utilice el formato de número de teléfono +12345678900`
},
'zh': {
'Sign In': "登录",
'Sign Up': "注册",
'Sign Out': "退出",
'Forgot Password': "忘记密码",
'Username': "用户名",
'Password': "密码",
'Change Password': "改变密码",
'New Password': "新密码",
'Email': "邮箱",
'Phone Number': "电话",
'Confirm a Code': "确认码",
'Confirm Sign In': "确认登录",
'Confirm Sign Up': "确认注册",
'Back to Sign In': "回到登录",
'Send Code': "发送确认码",
'Confirm': "确认",
'Resend a Code': "重发确认码",
'Submit': "提交",
'Skip': "跳过",
'Verify': "验证",
'Verify Contact': "验证联系方式",
'Code': "确认码",
'Account recovery requires verified contact information':
"账户恢复需要验证过的联系方式",
'User does not exist': "用户不存在",
'User already exists': "用户已经存在",
'Incorrect username or password': "用户名或密码错误",
'Invalid password format': "密码格式错误",
'Invalid phone number format': "电话格式错误,请使用格式 +12345678900"
}
};
export default dict;