mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 11:34:13 +00:00
* Add localization for onboarding goals across multiple languages * Add password requirements localization for multiple languages * Refactor localization keys for authentication messages * Add `oidc` localization key for multiple languages * Add OIDC account localization for multiple languages * Add localization for trial and profile setup across multiple languages * Refactor OIDC button label fallback to prioritize label presence over localization key * Refactor onboarding tests to use I18n for text assertions and button labels * Linter * Last test fix?!? * We keep both `oidc` and `openid_connect` due to contatenation issues --------- Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
20 lines
604 B
YAML
20 lines
604 B
YAML
---
|
||
tr:
|
||
sessions:
|
||
create:
|
||
invalid_credentials: Geçersiz e-posta veya şifre.
|
||
destroy:
|
||
logout_successful: Başarıyla çıkış yaptınız.
|
||
openid_connect:
|
||
failed: OpenID Connect ile kimlik doğrulaması yapılamadı.
|
||
new:
|
||
email: E-posta adresi
|
||
email_placeholder: ornek@eposta.com
|
||
forgot_password: Şifrenizi mi unuttunuz?
|
||
password: Şifre
|
||
submit: Giriş yap
|
||
title: Hesabınıza giriş yapın
|
||
password_placeholder: Şifrenizi girin
|
||
openid_connect: OpenID Connect ile giriş yap
|
||
oidc: OpenID Connect ile giriş yap
|