UNPKG

14.3 kBJavaScriptView Raw
1/*
2 * Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
5 * the License. A copy of the License is located at
6 *
7 * http://aws.amazon.com/apache2.0/
8 *
9 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
10 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
11 * and limitations under the License.
12 */
13export var dict = {
14 de: {
15 'Sign In': 'Anmelden',
16 'Sign Up': 'Registrieren',
17 'Sign Out': 'Abmelden',
18 'Sign in to your account': 'Melden Sie sich mit Ihrem Account an',
19 Username: 'Benutzername',
20 Password: 'Passwort',
21 'Enter your username': 'Geben Sie Ihren Benutzernamen ein',
22 'Enter your password': 'Geben Sie Ihr Passwort ein',
23 'No account? ': 'Kein Account? ',
24 'Forget your password? ': 'Passwort vergessen? ',
25 'Reset password': 'Passwort zurücksetzen',
26 'User does not exist': 'Dieser Benutzer existiert nicht',
27 'User already exists': 'Dieser Benutzer existiert bereits',
28 'Incorrect username or password': 'Falscher Benutzername oder falsches Passwort',
29 'Invalid password format': 'Ungültiges Passwort-Format',
30 'Create account': 'Hier registrieren',
31 'Forgot Password': 'Passwort vergessen',
32 'Change Password': 'Passwort ändern',
33 'New Password': 'Neues Passwort',
34 Email: 'Email',
35 'Phone Number': 'Telefonnummer',
36 'Confirm a Code': 'Code bestätigen',
37 'Confirm Sign In': 'Anmeldung bestätigen',
38 'Confirm Sign Up': 'Registrierung bestätigen',
39 'Back to Sign In': 'Zurück zur Anmeldung',
40 'Send Code': 'Code senden',
41 Confirm: 'Bestätigen',
42 'Resend Code': 'Code erneut senden',
43 Submit: 'Abschicken',
44 Skip: 'Überspringen',
45 Verify: 'Verifizieren',
46 'Verify Contact': 'Kontakt verifizieren',
47 Code: 'Code',
48 'Confirmation Code': 'Bestätigungs-Code',
49 'Lost your code? ': 'Code verloren? ',
50 'Account recovery requires verified contact information': 'Zurücksetzen des Account benötigt einen verifizierten Account',
51 'Invalid phone number format': "Ung\u00FCltiges Telefonummern-Format.\n Benutze eine Nummer im Format: +12345678900",
52 'Create Account': 'Account erstellen',
53 'Have an account? ': 'Schon registriert? ',
54 'Sign in': 'Anmelden',
55 'Create a new account': 'Erstelle einen neuen Account',
56 'Reset your password': 'Zurücksetzen des Passworts',
57 'An account with the given email already exists.': 'Ein Account mit dieser Email existiert bereits.',
58 'Username cannot be empty': 'Benutzername darf nicht leer sein',
59 'Password attempts exceeded': 'Die maximale Anzahl der fehlerhaften Anmeldeversuche wurde erreicht',
60 },
61 fr: {
62 Hello: 'Bonjour',
63 'Loading...': 'Chargement...',
64 'Sign In': 'Se connecter',
65 'Sign In with Amazon': 'Se connecter avec Amazon',
66 'Sign In with Facebook': 'Se connecter avec Facebook',
67 'Sign In with Google': 'Se connecter avec Google',
68 'Sign in with AWS': 'Se connecter avec AWS',
69 'Sign Up': "S'inscrire",
70 'Sign Out': 'Déconnexion',
71 'Forgot Password': 'Mot de passe oublié',
72 Username: "Nom d'utilisateur",
73 Password: 'Mot de passe',
74 'Change Password': 'Modifier le mot de passe',
75 Change: 'Modifier',
76 'New Password': 'Nouveau mot de passe',
77 Email: 'Email',
78 'Phone Number': 'Numéro de téléphone',
79 'Confirm a Code': 'Confirmer un code',
80 'Confirm Sign In': 'Confirmer la connexion',
81 'Confirm Sign Up': "Confirmer l'inscription",
82 'Back to Sign In': 'Retour à la connexion',
83 Send: 'Envoyer',
84 'Send Code': "M'envoyer un code",
85 Confirm: 'Confirmer',
86 SMS: 'SMS',
87 'Confirm SMS Code': 'Confirmer le code SMS',
88 'Confirm TOTP Code': 'Confirmer le code TOTP',
89 'Resend a Code': 'Renvoyer un code',
90 Submit: 'Soumettre',
91 Skip: 'Passer',
92 Verify: 'Vérifier',
93 'Verify Contact': 'Vérifier le contact',
94 Code: 'Code',
95 'Confirmation Code': 'Code de confirmation',
96 'Account recovery requires verified contact information': 'La récupération du compte nécessite des informations de contact vérifiées',
97 'User does not exist': "L'utilisateur n'existe pas",
98 'User already exists': "L'utilisateur existe déjà",
99 'Incorrect username or password': 'Identifiant ou mot de passe incorrect',
100 'Invalid password format': 'Format de mot de passe invalide',
101 'Invalid phone number format': "Format de num\u00E9ro de t\u00E9l\u00E9phone invalide. Veuillez utiliser un format +12345678900",
102 'Username/client id combination not found.': "L'utilisateur n'existe pas",
103 'Network error': 'Erreur réseau',
104 'Sign in to your account': 'Connexion à votre compte',
105 'Forget your password? ': 'Mot de passe oublié ? ',
106 'Reset password': 'Réinitialisez votre mot de passe',
107 'No account? ': 'Pas de compte ? ',
108 'Create account': 'Créer un compte',
109 'Create Account': 'Créer un compte',
110 'Have an account? ': 'Déjà un compte ? ',
111 'Sign in': 'Se connecter',
112 'Create a new account': 'Créer un nouveau compte',
113 'Reset your password': 'Réinitialisez votre mot de passe',
114 'Enter your username': "Saisissez votre nom d'utilisateur",
115 'Enter your password': 'Saisissez votre mot de passe',
116 'Enter your phone number': 'Saisissez votre numéro de téléphone',
117 'Enter your email': 'Saisissez votre adresse email',
118 'Enter your code': 'Saisissez cotre code de confirmation',
119 'Lost your code? ': 'Vous avez perdu votre code ? ',
120 'Resend Code': 'Renvoyer le code',
121 or: 'ou',
122 'An account with the given email already exists.': 'Un utilisateur avec cette adresse email existe déjà.',
123 'Username cannot be empty': "Le nom d'utilisateur doit être renseigné",
124 },
125 es: {
126 'Sign In': 'Registrarse',
127 'Sign Up': 'Regístrate',
128 'Sign Out': 'Desconectar',
129 'Forgot Password': 'Se te olvidó tu contraseña',
130 Username: 'Nombre de usuario',
131 Password: 'Contraseña',
132 'Change Password': 'Cambia la contraseña',
133 'New Password': 'Nueva contraseña',
134 Email: 'Email',
135 'Phone Number': 'Número de teléfono',
136 'Confirm a Code': 'Confirmar un código',
137 'Confirm Sign In': 'Confirmar inicio de sesión',
138 'Confirm Sign Up': 'Confirmar Registrarse',
139 'Back to Sign In': 'Volver a Iniciar sesión',
140 'Send Code': 'Enviar código',
141 Confirm: 'Confirmar',
142 'Resend a Code': 'Reenviar un código',
143 Submit: 'Enviar',
144 Skip: 'Omitir',
145 Verify: 'Verificar',
146 'Verify Contact': 'Verificar contacto',
147 Code: 'Código',
148 'Account recovery requires verified contact information': 'La recuperación de la cuenta requiere información de contacto verificada',
149 'User does not exist': 'el usuario no existe',
150 'User already exists': 'El usuario ya existe',
151 'Incorrect username or password': 'Nombre de usuario o contraseña incorrecta',
152 'Invalid password format': 'Formato de contraseña inválido',
153 'Invalid phone number format': "Formato de n\u00FAmero de tel\u00E9fono inv\u00E1lido.\nUtilice el formato de n\u00FAmero de tel\u00E9fono +12345678900",
154 },
155 it: {
156 'Account recovery requires verified contact information': 'Ripristino del conto richiede un account verificati',
157 'An account with the given email already exists.': 'Un account con questa email esiste già.',
158 'Back to Sign In': 'Torna alla Accesso',
159 'Change Password': 'Cambia la password',
160 Code: 'Codice',
161 Confirm: 'Conferma',
162 'Confirm Sign In': 'Conferma di applicazione',
163 'Confirm Sign Up': 'Registrazione Conferma',
164 'Confirm a Code': 'Codice Conferma',
165 'Confirmation Code': 'Codice di verifica',
166 'Create Account': 'Crea account',
167 'Create a new account': 'Creare un nuovo account',
168 'Create account': 'Registrati',
169 Email: 'E-mail',
170 'Enter your password': 'Inserire la password',
171 'Enter your username': 'Inserisci il tuo nome utente',
172 'Forget your password?': 'Password dimenticata?',
173 'Forgot Password': 'Password dimenticata',
174 'Have an account? ': 'Già registrato?',
175 'Incorrect username or password': 'Nome utente o password errati',
176 'Invalid password format': 'Formato della password non valido',
177 'Invalid phone number format': 'Utilizzo non valido Telefonummern formattare un numero nel formato :. 12.345.678,9 mille',
178 'Lost your code?': 'Perso codice?',
179 'New Password': 'Nuova password',
180 'No account? ': 'Nessun account?',
181 Password: 'Password',
182 'Password attempts exceeded': 'Il numero massimo di tentativi di accesso falliti è stato raggiunto',
183 'Phone Number': 'Numero di telefono',
184 'Resend Code': 'Codice Rispedisci',
185 'Reset password': 'Ripristina password',
186 'Reset your password': 'Resetta password',
187 'Send Code': 'Invia codice',
188 'Sign In': 'Accesso',
189 'Sign Out': 'Esci',
190 'Sign Up': 'Iscriviti',
191 'Sign in': 'Accesso',
192 'Sign in to your account': 'Accedi con il tuo account a',
193 Skip: 'Salta',
194 Submit: 'Sottoscrivi',
195 'User already exists': 'Questo utente esiste già',
196 'User does not exist': 'Questo utente non esiste',
197 Username: 'Nome utente',
198 'Username cannot be empty': 'Nome utente non può essere vuoto',
199 Verify: 'Verifica',
200 'Verify Contact': 'Contatto verifica',
201 },
202 zh: {
203 'Sign In': '登录',
204 'Sign Up': '注册',
205 'Sign Out': '退出',
206 'Forgot Password': '忘记密码',
207 Username: '用户名',
208 Password: '密码',
209 'Change Password': '改变密码',
210 'New Password': '新密码',
211 Email: '邮箱',
212 'Phone Number': '电话',
213 'Confirm a Code': '确认码',
214 'Confirm Sign In': '确认登录',
215 'Confirm Sign Up': '确认注册',
216 'Back to Sign In': '回到登录',
217 'Send Code': '发送确认码',
218 Confirm: '确认',
219 'Resend a Code': '重发确认码',
220 Submit: '提交',
221 Skip: '跳过',
222 Verify: '验证',
223 'Verify Contact': '验证联系方式',
224 Code: '确认码',
225 'Account recovery requires verified contact information': '账户恢复需要验证过的联系方式',
226 'User does not exist': '用户不存在',
227 'User already exists': '用户已经存在',
228 'Incorrect username or password': '用户名或密码错误',
229 'Invalid password format': '密码格式错误',
230 'Invalid phone number format': '电话格式错误,请使用格式 +12345678900',
231 },
232 ja: {
233 'Sign In': 'サインイン ',
234 'Sign Up': '登録 ',
235 'Sign Out': 'サインアウト ',
236 'Sign in to your account': 'アカウントにサインイン ',
237 Username: 'ユーザー名 ',
238 Password: 'パスワード ',
239 'Enter your username': 'ユーザー名を入力 ',
240 'Enter your password': 'パスワードを入力 ',
241 'No account? ': 'アカウントが無いとき ',
242 'Forget your password? ': 'パスワードを忘れましたか? ',
243 'Reset password': 'パスワードをリセット ',
244 'User does not exist': 'ユーザーが存在しません ',
245 'User already exists': '既にユーザーが存在しています ',
246 'Incorrect username or password': 'ユーザー名かパスワードが異なります ',
247 'Invalid password format': 'パスワードの形式が無効です ',
248 'Create account': 'アカウントを作る ',
249 'Forgot Password': 'パスワードを忘れた ',
250 'Change Password': 'パスワードを変える ',
251 'New Password': '新しいパスワード',
252 Email: 'メールアドレス',
253 'Phone Number': '電話番号',
254 'Confirm a Code': 'コードを確認',
255 'Confirm Sign In': 'サインインする',
256 'Confirm Sign Up': '登録する',
257 'Back to Sign In': 'サインインに戻る',
258 'Send Code': 'コードを送信',
259 Confirm: '確定',
260 'Resend Code': 'コードを再送信',
261 Submit: '送信',
262 Skip: 'スキップ',
263 Verify: '確認',
264 'Verify Contact': '連絡先を確認',
265 Code: 'コード',
266 'Confirmation Code': '確認コード',
267 'Lost your code? ': 'コードを失くしましたか?',
268 'Account recovery requires verified contact information': 'アカウントの復旧には確認済みの連絡先が必要です',
269 'Invalid phone number format': '不正な電話番号の形式です。\n+12345678900 の形式で入力してください',
270 'Create Account': 'アカウントを作る',
271 'Have an account? ': 'アカウントを持っていますか?',
272 'Sign in': 'サインイン',
273 'Create a new account': '新しいアカウントを作る',
274 'Reset your password': 'パスワードをリセットする',
275 'An account with the given email already exists.': '入力されたメールアドレスのアカウントが既に存在します',
276 'Username cannot be empty': 'ユーザー名は入力必須です',
277 'Password attempts exceeded': 'サインインの試行回数が上限に達しました',
278 'Sign In with Google': 'Googleでサインイン',
279 'Sign In with Facebook': 'Facebookでサインイン',
280 },
281};
282//# sourceMappingURL=AmplifyI18n.js.map
\No newline at end of file