43 lines
1.4 KiB
Python
43 lines
1.4 KiB
Python
CrudCollectionLanguageModel = dict(
|
|
tr={
|
|
"id": "ID",
|
|
"uu_id": "UUID",
|
|
"ref_id": "Referans ID",
|
|
"created_at": "Oluşturulma Tarihi",
|
|
"updated_at": "Güncellenme Tarihi",
|
|
"cryp_uu_id": "Şifreli ID",
|
|
"created_by": "Oluşturan",
|
|
"created_by_id": "Oluşturan ID",
|
|
"updated_by": "Güncelleyen",
|
|
"updated_by_id": "Güncelleyen ID",
|
|
"confirmed_by": "Onaylayan",
|
|
"confirmed_by_id": "Onaylayan ID",
|
|
"is_confirmed": "Onay Durumu",
|
|
"replication_id": "Replikasyon ID",
|
|
"deleted": "Silindi",
|
|
"active": "Aktif",
|
|
"is_notification_send": "Bildirim Gönderildi",
|
|
"is_email_send": "E-posta Gönderildi",
|
|
},
|
|
en={
|
|
"id": "Identity",
|
|
"uu_id": "UUID",
|
|
"ref_id": "Reference Identity",
|
|
"created_at": "Created At",
|
|
"updated_at": "Updated At",
|
|
"cryp_uu_id": "Encrypted Identity",
|
|
"created_by": "Created By",
|
|
"created_by_id": "Created By Identity",
|
|
"updated_by": "Updated By",
|
|
"updated_by_id": "Updated By Identity",
|
|
"confirmed_by": "Confirmed By",
|
|
"confirmed_by_id": "Confirmed By Identity",
|
|
"is_confirmed": "Confirmation Status",
|
|
"replication_id": "Replication Identity",
|
|
"deleted": "Deleted",
|
|
"active": "Active",
|
|
"is_notification_send": "Notification Sent",
|
|
"is_email_send": "Email Sent",
|
|
},
|
|
)
|