UNPKG

14.6 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 'Forgot 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 'Forgot 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 to your account': 'Iniciar sesíon',
127 'Loading...': 'Cargando...',
128 'Confirmation Code': 'Codigo de confirmación',
129 'Sign In': 'Iniciar sesíon',
130 'Sign Up': 'Regístrase',
131 'Sign Out': 'Desconectar',
132 'Forgot Password': 'Se te olvidó la contraseña?',
133 Username: 'Nombre de usuario',
134 Password: 'Contraseña',
135 'Change Password': 'Cambia la contraseña',
136 'New Password': 'Nueva contraseña',
137 Email: 'Email',
138 'Phone Number': 'Número de teléfono',
139 'Resend Code': 'Mandar codigo otra vez',
140 'Create a new account': 'Crear una cuenta nueva',
141 'Confirm a Code': 'Confirmar un código',
142 'Confirm Sign In': 'Confirmar inicio de sesión',
143 'Confirm Sign Up': 'Confirmar Registración',
144 'Back to Sign In': 'Iniciar sesión',
145 'Send Code': 'Enviar código',
146 Confirm: 'Confirmar',
147 'Resend a Code': 'Reenviar un código',
148 Submit: 'Enviar',
149 Skip: 'Omitir',
150 Verify: 'Verificar',
151 'Verify Contact': 'Verificar contacto',
152 Code: 'Código',
153 'Account recovery requires verified contact information': 'La recuperación de la cuenta requiere información de contacto verificada',
154 'Username cannot be empty': 'El campo de usuario no puede estar vacido',
155 'User does not exist': 'El usuario no existe',
156 'User already exists': 'El usuario ya existe',
157 'Incorrect username or password': 'Nombre de usuario o contraseña incorrecta',
158 'Invalid password format': 'Formato de contraseña inválido',
159 'Invalid phone number format': 'Formato de n\xFAmero de tel\xE9fono inv\xE1lido.\nUtilice el formato de n\xFAmero de tel\xE9fono +12345678900',
160 },
161 it: {
162 'Account recovery requires verified contact information': 'Ripristino del conto richiede un account verificati',
163 'An account with the given email already exists.': 'Un account con questa email esiste già.',
164 'Back to Sign In': 'Torna alla Accesso',
165 'Change Password': 'Cambia la password',
166 Code: 'Codice',
167 Confirm: 'Conferma',
168 'Confirm Sign In': 'Conferma di applicazione',
169 'Confirm Sign Up': 'Registrazione Conferma',
170 'Confirm a Code': 'Codice Conferma',
171 'Confirmation Code': 'Codice di verifica',
172 'Create Account': 'Crea account',
173 'Create a new account': 'Creare un nuovo account',
174 'Create account': 'Registrati',
175 Email: 'E-mail',
176 'Enter your password': 'Inserire la password',
177 'Enter your username': 'Inserisci il tuo nome utente',
178 'Forgot your password?': 'Password dimenticata?',
179 'Forgot Password': 'Password dimenticata',
180 'Have an account? ': 'Già registrato?',
181 'Incorrect username or password': 'Nome utente o password errati',
182 'Invalid password format': 'Formato della password non valido',
183 'Invalid phone number format': 'Utilizzo non valido Telefonummern formattare un numero nel formato :. 12.345.678,9 mille',
184 'Lost your code?': 'Perso codice?',
185 'New Password': 'Nuova password',
186 'No account? ': 'Nessun account?',
187 Password: 'Password',
188 'Password attempts exceeded': 'Il numero massimo di tentativi di accesso falliti è stato raggiunto',
189 'Phone Number': 'Numero di telefono',
190 'Resend Code': 'Codice Rispedisci',
191 'Reset password': 'Ripristina password',
192 'Reset your password': 'Resetta password',
193 'Send Code': 'Invia codice',
194 'Sign In': 'Accesso',
195 'Sign Out': 'Esci',
196 'Sign Up': 'Iscriviti',
197 'Sign in': 'Accesso',
198 'Sign in to your account': 'Accedi con il tuo account a',
199 Skip: 'Salta',
200 Submit: 'Sottoscrivi',
201 'User already exists': 'Questo utente esiste già',
202 'User does not exist': 'Questo utente non esiste',
203 Username: 'Nome utente',
204 'Username cannot be empty': 'Nome utente non può essere vuoto',
205 Verify: 'Verifica',
206 'Verify Contact': 'Contatto verifica',
207 },
208 zh: {
209 'Sign In': '登录',
210 'Sign Up': '注册',
211 'Sign Out': '退出',
212 'Forgot Password': '忘记密码',
213 Username: '用户名',
214 Password: '密码',
215 'Change Password': '改变密码',
216 'New Password': '新密码',
217 Email: '邮箱',
218 'Phone Number': '电话',
219 'Confirm a Code': '确认码',
220 'Confirm Sign In': '确认登录',
221 'Confirm Sign Up': '确认注册',
222 'Back to Sign In': '回到登录',
223 'Send Code': '发送确认码',
224 Confirm: '确认',
225 'Resend a Code': '重发确认码',
226 Submit: '提交',
227 Skip: '跳过',
228 Verify: '验证',
229 'Verify Contact': '验证联系方式',
230 Code: '确认码',
231 'Account recovery requires verified contact information': '账户恢复需要验证过的联系方式',
232 'User does not exist': '用户不存在',
233 'User already exists': '用户已经存在',
234 'Incorrect username or password': '用户名或密码错误',
235 'Invalid password format': '密码格式错误',
236 'Invalid phone number format': '电话格式错误,请使用格式 +12345678900',
237 },
238 ja: {
239 'Sign In': 'サインイン ',
240 'Sign Up': '登録 ',
241 'Sign Out': 'サインアウト ',
242 'Sign in to your account': 'アカウントにサインイン ',
243 Username: 'ユーザー名 ',
244 Password: 'パスワード ',
245 'Enter your username': 'ユーザー名を入力 ',
246 'Enter your password': 'パスワードを入力 ',
247 'No account? ': 'アカウントが無いとき ',
248 'Forgot your password? ': 'パスワードを忘れましたか? ',
249 'Reset password': 'パスワードをリセット ',
250 'User does not exist': 'ユーザーが存在しません ',
251 'User already exists': '既にユーザーが存在しています ',
252 'Incorrect username or password': 'ユーザー名かパスワードが異なります ',
253 'Invalid password format': 'パスワードの形式が無効です ',
254 'Create account': 'アカウントを作る ',
255 'Forgot Password': 'パスワードを忘れた ',
256 'Change Password': 'パスワードを変える ',
257 'New Password': '新しいパスワード',
258 Email: 'メールアドレス',
259 'Phone Number': '電話番号',
260 'Confirm a Code': 'コードを確認',
261 'Confirm Sign In': 'サインインする',
262 'Confirm Sign Up': '登録する',
263 'Back to Sign In': 'サインインに戻る',
264 'Send Code': 'コードを送信',
265 Confirm: '確定',
266 'Resend Code': 'コードを再送信',
267 Submit: '送信',
268 Skip: 'スキップ',
269 Verify: '確認',
270 'Verify Contact': '連絡先を確認',
271 Code: 'コード',
272 'Confirmation Code': '確認コード',
273 'Lost your code? ': 'コードを失くしましたか?',
274 'Account recovery requires verified contact information': 'アカウントの復旧には確認済みの連絡先が必要です',
275 'Invalid phone number format': '不正な電話番号の形式です。\n+12345678900 の形式で入力してください',
276 'Create Account': 'アカウントを作る',
277 'Have an account? ': 'アカウントを持っていますか?',
278 'Sign in': 'サインイン',
279 'Create a new account': '新しいアカウントを作る',
280 'Reset your password': 'パスワードをリセットする',
281 'An account with the given email already exists.': '入力されたメールアドレスのアカウントが既に存在します',
282 'Username cannot be empty': 'ユーザー名は入力必須です',
283 'Password attempts exceeded': 'サインインの試行回数が上限に達しました',
284 'Sign In with Google': 'Googleでサインイン',
285 'Sign In with Facebook': 'Facebookでサインイン',
286 },
287};
288//# sourceMappingURL=AmplifyI18n.js.map
\No newline at end of file