templates/config/locales/models.tr.yml in cybele-1.9.2 vs templates/config/locales/models.tr.yml in cybele-2.0.0

- old
+ new

@@ -1,22 +1,20 @@ ---- tr: + timestamp_fields: &timestamp + created_at: Oluşturulma tarihi + updated_at: Güncellenme tarihi activerecord: models: schemamigration: Schemamigration - user: Kullanıcı - users: Kullanıcılar admin: Yönetici admins: Yöneticiler - country: Ülke - countries: Ülkeler - city: Şehir - cities: Şehirler + user: Kullanıcı + users: Kullanıcılar audit: İşlem Geçmişi audits: İşlem Geçmişleri attributes: - user: + admin: id: ID email: E-posta password: Parola current_password: Şu anki parolanız password_confirmation: Parola tekrarı @@ -33,14 +31,12 @@ last_sign_in_ip: Son giriş işlemine ait IP authentication_token: Giriş token'ı name: İsim surname: Soyisim is_active: Aktif mi? - time_zone: Zaman bölgesi - created_at: Oluşturulma tarihi - updated_at: Güncellenme tarihi - admin: + <<: *timestamp + user: id: ID email: E-posta password: Parola current_password: Şu anki parolanız password_confirmation: Parola tekrarı @@ -57,24 +53,12 @@ last_sign_in_ip: Son giriş işlemine ait IP authentication_token: Giriş token'ı name: İsim 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 + time_zone: Zaman bölgesi + <<: *timestamp audits: id: ID user_type: İşlemi yapan kullanıcı tipi user: İşlemi yapan kullanıcı type: Tip @@ -82,6 +66,6 @@ action: İşlem user_id: İşlemi yapan auditable_type: İşlem yapılan auditable_id: İşlem yapılan ID action: İşlem Türü - created_at: Oluşturulma tarihi + <<: *timestamp \ No newline at end of file