diff --git a/templates/config/locales/models.tr.yml b/templates/config/locales/models.tr.yml index 7a4cab6..da00992 100644 --- a/templates/config/locales/models.tr.yml +++ b/templates/config/locales/models.tr.yml @@ -7,6 +7,10 @@ tr: users: Kullanıcılar admin: Yönetici admins: Yöneticiler + country: Ülke + countries: Ülkeler + city: Şehir + cities: Şehirler attributes: user: id: ID @@ -54,4 +58,16 @@ tr: surname: Soyisim is_active: Aktif mi? created_at: Oluşturulma tarihi + updated_at: Güncellenme tarihi + country: + id: Id + name: Ülke ismi + created_at: Oluşturulma tarihi + updated_at: Güncellenme tarihi + city: + id: Id + name: Şehir ismi + country: Ülke + country_id: Ülke + created_at: Oluşturulma tarihi updated_at: Güncellenme tarihi \ No newline at end of file