updated frontend and auth backend service

This commit is contained in:
2025-07-31 17:20:49 +03:00
parent 0ce522d04a
commit 924b538559
55 changed files with 1711 additions and 286 deletions

View File

@@ -16,5 +16,31 @@
},
"LocaleLayout": {
"title": "Next.js i18n Application"
},
"Select": {
"title": "Select Your Option",
"description": "Please select one of the following options to continue",
"employee": "Employee",
"staff": "Staff",
"uuid": "UUID",
"department": "Department",
"name": "Name",
"code": "Code",
"company": "Company",
"occupant": "Occupant",
"occupant_code": "Occupant Code",
"building": "Building",
"type": "Type",
"part_details": "Part Details",
"no": "No",
"level": "Level",
"status": "Status",
"livable": "Livable",
"not_livable": "Not Livable",
"selection": "Selection",
"id": "ID",
"processing": "Processing...",
"continue": "Continue",
"select_option": "Select an option to continue"
}
}

View File

@@ -16,5 +16,31 @@
},
"LocaleLayout": {
"title": "Next.js i18n Uygulaması"
},
"Select": {
"title": "Seçeneğinizi Seçin",
"description": "Devam etmek için lütfen aşağıdaki seçeneklerden birini seçin",
"employee": "Çalışan",
"staff": "Personel",
"uuid": "UUID",
"department": "Departman",
"name": "İsim",
"code": "Kod",
"company": "Şirket",
"occupant": "Oturak",
"occupant_code": "Oturak Kodu",
"building": "Bina",
"type": "Tip",
"part_details": "Parça Detayları",
"no": "No",
"level": "Seviye",
"status": "Durum",
"livable": "Yaşanabilir",
"not_livable": "Yaşanamaz",
"selection": "Seçim",
"id": "ID",
"processing": "İşleniyor...",
"continue": "Devam Et",
"select_option": "Devam etmek için bir seçenek seçin"
}
}