Commit 8b9bb6ebb2f9338c50a8fb51a90ba59ebd66e385
Committed by
Andrew Shvayka
1 parent
e66afcd2
Add translate login
Showing
9 changed files
with
32 additions
and
14 deletions
... | ... | @@ -1149,7 +1149,7 @@ |
1149 | 1149 | "total": "Gesamt" |
1150 | 1150 | }, |
1151 | 1151 | "login": { |
1152 | - "login": "Login", | |
1152 | + "login": "Anmelden", | |
1153 | 1153 | "request-password-reset": "Passwortzurücksetzung anfordern", |
1154 | 1154 | "reset-password": "Passwort zurücksetzen", |
1155 | 1155 | "create-password": "Passwort erstellen", |
... | ... | @@ -1163,7 +1163,9 @@ |
1163 | 1163 | "new-password": "Neues Passwort", |
1164 | 1164 | "new-password-again": "Neues Passwort wiederholen", |
1165 | 1165 | "password-link-sent-message": "Der Link zum Zurücksetzen des Passworts wurde erfolgreich versendet!", |
1166 | - "email": "E-Mail" | |
1166 | + "email": "E-Mail", | |
1167 | + "login-with": "Mit {{name}} anmelden", | |
1168 | + "or": "oder" | |
1167 | 1169 | }, |
1168 | 1170 | "position": { |
1169 | 1171 | "top": "Oben", | ... | ... |
... | ... | @@ -1705,7 +1705,9 @@ |
1705 | 1705 | "password-link-sent-message": "Ο σύνδεσμος επαναφοράς κωδικού πρόσβασης στάλθηκε με επιτυχία!", |
1706 | 1706 | "email": "Email", |
1707 | 1707 | "no-account": "Δεν έχετε λογαριασμό;", |
1708 | - "create-account": "Δημιουργία λογαριασμού" | |
1708 | + "create-account": "Δημιουργία λογαριασμού", | |
1709 | + "login-with": "Σύνδεση μέσω {{name}}", | |
1710 | + "or": "ή" | |
1709 | 1711 | }, |
1710 | 1712 | "signup": { |
1711 | 1713 | "firstname": "Όνομα", | ... | ... |
... | ... | @@ -1229,7 +1229,9 @@ |
1229 | 1229 | "new-password": "Nueva contraseña", |
1230 | 1230 | "new-password-again": "Repita la nueva contraseña", |
1231 | 1231 | "password-link-sent-message": "¡El enlace para el restablecer la contraseña fue enviado correctamente!", |
1232 | - "email": "Correo electrónico" | |
1232 | + "email": "Correo electrónico", | |
1233 | + "login-with": "Iniciar sesión con {{name}}", | |
1234 | + "or": "o" | |
1233 | 1235 | }, |
1234 | 1236 | "position": { |
1235 | 1237 | "top": "Superior", | ... | ... |
... | ... | @@ -1197,7 +1197,7 @@ |
1197 | 1197 | "create-password": "Créer un mot de passe", |
1198 | 1198 | "email": "Email", |
1199 | 1199 | "forgot-password": "Mot de passe oublié?", |
1200 | - "login": "Login", | |
1200 | + "login": "Connexion", | |
1201 | 1201 | "new-password": "Nouveau mot de passe", |
1202 | 1202 | "new-password-again": "nouveau mot de passe", |
1203 | 1203 | "password-again": "Mot de passe à nouveau", |
... | ... | @@ -1208,7 +1208,9 @@ |
1208 | 1208 | "request-password-reset": "Demander la réinitialisation du mot de passe", |
1209 | 1209 | "reset-password": "Réinitialiser le mot de passe", |
1210 | 1210 | "sign-in": "Veuillez vous connecter", |
1211 | - "username": "Nom d'utilisateur (courriel)" | |
1211 | + "username": "Nom d'utilisateur (courriel)", | |
1212 | + "login-with": "Se connecter avec {{name}}", | |
1213 | + "or": "ou" | |
1212 | 1214 | }, |
1213 | 1215 | "position": { |
1214 | 1216 | "bottom": "Bas", | ... | ... |
... | ... | @@ -1160,7 +1160,7 @@ |
1160 | 1160 | "total": "totale" |
1161 | 1161 | }, |
1162 | 1162 | "login": { |
1163 | - "login": "Login", | |
1163 | + "login": "Accedi", | |
1164 | 1164 | "request-password-reset": "Richiesta reset password", |
1165 | 1165 | "reset-password": "Reset Password", |
1166 | 1166 | "create-password": "Crea Password", |
... | ... | @@ -1174,7 +1174,9 @@ |
1174 | 1174 | "new-password": "Nuova password", |
1175 | 1175 | "new-password-again": "Ripeti nuova password", |
1176 | 1176 | "password-link-sent-message": "Link reset password inviato con successo!", |
1177 | - "email": "Email" | |
1177 | + "email": "Email", | |
1178 | + "login-with": "Accedi con {{name}}", | |
1179 | + "or": "o" | |
1178 | 1180 | }, |
1179 | 1181 | "position": { |
1180 | 1182 | "top": "Alto", | ... | ... |
... | ... | @@ -1024,7 +1024,9 @@ |
1024 | 1024 | "new-password": "新しいパスワード", |
1025 | 1025 | "new-password-again": "新しいパスワードを再入力", |
1026 | 1026 | "password-link-sent-message": "パスワードリセットリンクが正常に送信されました!", |
1027 | - "email": "Eメール" | |
1027 | + "email": "Eメール", | |
1028 | + "login-with": "{{name}}でログイン", | |
1029 | + "or": "または" | |
1028 | 1030 | }, |
1029 | 1031 | "position": { |
1030 | 1032 | "top": "上", | ... | ... |
... | ... | @@ -934,7 +934,9 @@ |
934 | 934 | "new-password": "새 비밀번호", |
935 | 935 | "new-password-again": "새 비밀번호 확인", |
936 | 936 | "password-link-sent-message": "비밀번호 재설정 링크가 성공적으로 전송되었습니다!", |
937 | - "email": "이메일" | |
937 | + "email": "이메일", | |
938 | + "login-with": "{{name}}으로 로그인", | |
939 | + "or": "또는" | |
938 | 940 | }, |
939 | 941 | "position": { |
940 | 942 | "top": "상단", | ... | ... |
... | ... | @@ -1230,7 +1230,7 @@ |
1230 | 1230 | } |
1231 | 1231 | }, |
1232 | 1232 | "login": { |
1233 | - "login": "Intră în Cont", | |
1233 | + "login": "Conectare", | |
1234 | 1234 | "request-password-reset": "Solicită Resetarea Parolei", |
1235 | 1235 | "reset-password": "Resetează Parolă", |
1236 | 1236 | "create-password": "Creează Parolă", |
... | ... | @@ -1245,7 +1245,9 @@ |
1245 | 1245 | "new-password": "Parolă nouă", |
1246 | 1246 | "new-password-again": "Verificare parolă nouă", |
1247 | 1247 | "password-link-sent-message": "Ți-am trimis pe eMail un link pentru resetarea parolei", |
1248 | - "email": "eMail" | |
1248 | + "email": "eMail", | |
1249 | + "login-with": "Conectare cu {{name}}", | |
1250 | + "or": "sau" | |
1249 | 1251 | }, |
1250 | 1252 | "position": { |
1251 | 1253 | "top": "Sus", | ... | ... |
... | ... | @@ -1090,7 +1090,7 @@ |
1090 | 1090 | "total": "toplam" |
1091 | 1091 | }, |
1092 | 1092 | "login": { |
1093 | - "login": "Oturum aç", | |
1093 | + "login": "Giriş Yap", | |
1094 | 1094 | "request-password-reset": "Parola Sıfırlama İsteği Gönder", |
1095 | 1095 | "reset-password": "Parola Sıfırla", |
1096 | 1096 | "create-password": "Parola Oluştur", |
... | ... | @@ -1104,7 +1104,9 @@ |
1104 | 1104 | "new-password": "Yeni parola", |
1105 | 1105 | "new-password-again": "Yeni parola tekrarı", |
1106 | 1106 | "password-link-sent-message": "Parola sıfırlama e-postası başarıyla gönderildi!", |
1107 | - "email": "E-posta" | |
1107 | + "email": "E-posta", | |
1108 | + "login-with": "{{name}} ile Giriş Yap", | |
1109 | + "or": "ya da" | |
1108 | 1110 | }, |
1109 | 1111 | "position": { |
1110 | 1112 | "top": "Üst", | ... | ... |