mirror of
https://github.com/we-promise/sure.git
synced 2026-06-01 08:49:01 +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>
31 lines
1.0 KiB
YAML
31 lines
1.0 KiB
YAML
---
|
||
tr:
|
||
helpers:
|
||
label:
|
||
user:
|
||
invite_code: Davet Kodu
|
||
submit:
|
||
user:
|
||
create: Devam Et
|
||
registrations:
|
||
closed: Kayıtlar şu anda kapalı.
|
||
create:
|
||
failure: Kayıt olurken bir sorun oluştu.
|
||
invalid_invite_code: Geçersiz davet kodu, lütfen tekrar deneyin.
|
||
success: Başarıyla kaydoldunuz.
|
||
new:
|
||
invitation_message: "%{inviter}, sizi %{role} olarak katılmaya davet etti"
|
||
join_family_title: "%{family} ailesine katıl"
|
||
role_admin: yönetici
|
||
role_member: üye
|
||
submit: Hesap oluştur
|
||
title: Hesabınızı oluşturun
|
||
welcome_body: Başlamak için yeni bir hesap oluşturmalısınız. Daha sonra uygulama içinde ek ayarları yapılandırabileceksiniz.
|
||
welcome_title: Self Hosted %{product_name}'ye Hoş Geldiniz!
|
||
password_placeholder: Şifrenizi girin
|
||
password_requirements:
|
||
length: En az 8 karakter
|
||
case: Büyük ve küçük harfler
|
||
number: Bir rakam (0-9)
|
||
special: "Bir özel karakter (!, @, #, $, %, etc)"
|