mirror of
https://github.com/we-promise/sure.git
synced 2026-04-21 13:04:18 +00:00
Complete Turkish Language Support (#4)
* Turkish language files added Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Juan José Mata <jjmata@jjmata.com> --------- Signed-off-by: Juan José Mata <jjmata@jjmata.com> Co-authored-by: Juan José Mata <jjmata@jjmata.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
20
config/locales/models/user/tr.yml
Normal file
20
config/locales/models/user/tr.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
tr:
|
||||
activerecord:
|
||||
attributes:
|
||||
user:
|
||||
email: E-posta
|
||||
family: Aile
|
||||
family_id: Aile
|
||||
first_name: Ad
|
||||
last_name: Soyad
|
||||
password: Şifre
|
||||
password_confirmation: Şifre Onayı
|
||||
errors:
|
||||
models:
|
||||
user:
|
||||
attributes:
|
||||
base:
|
||||
cannot_deactivate_admin_with_other_users: Diğer kullanıcılar varken yönetici hesabı silinemez. Lütfen önce tüm üyeleri silin.
|
||||
profile_image:
|
||||
invalid_file_size: dosya boyutu %{max_megabytes}MB'den küçük olmalıdır
|
||||
Reference in New Issue
Block a user