177 lines
5.9 KiB
TypeScript
177 lines
5.9 KiB
TypeScript
// const menuTranslationTr = {
|
||
// "/definitions/identifications/people": "Kişiler",
|
||
// "/definitions/identifications/users": "Kullanıcılar",
|
||
|
||
// "/definitions/building/parts": "Daireler",
|
||
// "/definitions/building/areas": "Bina Alanları",
|
||
|
||
// "/building/accounts/managment/accounts": "Bina Hesapları",
|
||
// "/building/accounts/managment/budgets": "Bina Bütçesi",
|
||
// "/building/accounts/parts/accounts": "Daire Hesapları",
|
||
// "/building/accounts/parts/budgets": "Daire Bütçesi",
|
||
|
||
// "/building/meetings/regular/actions": "Düzenli Toplantı Eylemleri",
|
||
// "/building/meetings/regular/accounts": "Düzenli Toplantı Accounts",
|
||
// "/building/meetings/ergunt/actions": "Ergunt Toplantı Eylemleri",
|
||
// "/building/meetings/ergunt/accounts": "Ergunt Toplantı Accounts",
|
||
// "/building/meetings/invited/attendance": "Toplantı Davetli Katılımlar",
|
||
// };
|
||
|
||
const menuTranslationTr = {
|
||
// New menu
|
||
"/dashboard": [
|
||
{ value: "Panel", key: "dashboard" },
|
||
{ value: "Panel", key: "dashboard" },
|
||
{ value: "Panel", key: "dashboard" },
|
||
],
|
||
"/individual": [
|
||
{ value: "Bireysel", key: "individual" },
|
||
{ value: "Bireysel", key: "individual" },
|
||
{ value: "Bireysel", key: "individual" },
|
||
],
|
||
"/user": [
|
||
{ value: "Kullanıcı", key: "user" },
|
||
{ value: "Kullanıcı", key: "user" },
|
||
{ value: "Kullanıcı", key: "user" },
|
||
],
|
||
"/build": [
|
||
{ value: "Bina", key: "build" },
|
||
{ value: "Bina", key: "build" },
|
||
{ value: "Binalar", key: "build" },
|
||
],
|
||
"/build/parts": [
|
||
{ value: "Bina", key: "build" },
|
||
{ value: "Daireler", key: "parts" },
|
||
{ value: "Daireler", key: "build" },
|
||
],
|
||
"/management/budget/actions": [
|
||
{ value: "Yönetim", key: "management" },
|
||
{ value: "Bütçe", key: "budget" },
|
||
{ value: "Eylemler", key: "actions" },
|
||
],
|
||
"/management/budget": [
|
||
{ value: "Yönetim", key: "management" },
|
||
{ value: "Bütçe", key: "budget" },
|
||
{ value: "Bütçe", key: "budget" },
|
||
],
|
||
"/annual/meeting/close": [
|
||
{ value: "Yıllık", key: "annual" },
|
||
{ value: "Toplantı", key: "meeting" },
|
||
{ value: "Kapat", key: "close" },
|
||
],
|
||
"/emergency/meeting": [
|
||
{ value: "Acil", key: "emergency" },
|
||
{ value: "Toplantı", key: "meeting" },
|
||
{ value: "Toplantı", key: "meeting" },
|
||
],
|
||
"/emergency/meeting/close": [
|
||
{ value: "Acil", key: "emergency" },
|
||
{ value: "Toplantı", key: "meeting" },
|
||
{ value: "Kapat", key: "close" },
|
||
],
|
||
"/tenant/accounting": [
|
||
{ value: "Müşteri", key: "tenant" },
|
||
{ value: "Hesap", key: "accounting" },
|
||
{ value: "Hesap", key: "accounting" },
|
||
],
|
||
"/meeting/participation": [
|
||
{ value: "Toplantı", key: "meeting" },
|
||
{ value: "Katılım", key: "participation" },
|
||
{ value: "Katılım", key: "participation" },
|
||
],
|
||
"/tenant/messageToBM": [
|
||
{ value: "Müşteri", key: "tenant" },
|
||
{ value: "BM Mesajı", key: "messageToBM" },
|
||
{ value: "BM Mesajı", key: "messageToBM" },
|
||
],
|
||
"/tenant/messageToOwner": [
|
||
{ value: "Müşteri", key: "tenant" },
|
||
{ value: "Müdür Mesajı", key: "messageToOwner" },
|
||
{ value: "Müdür Mesajı", key: "messageToOwner" },
|
||
],
|
||
"/management/accounting": [
|
||
{ value: "Yönetim", key: "management" },
|
||
{ value: "Hesap", key: "accounting" },
|
||
{ value: "Hesap", key: "accounting" },
|
||
],
|
||
"/build/area": [
|
||
{ value: "Bina", key: "build" },
|
||
{ value: "Alan", key: "area" },
|
||
{ value: "Alan", key: "area" },
|
||
],
|
||
"/management/budget/status": [
|
||
{ value: "Yönetim", key: "management" },
|
||
{ value: "Bütçe", key: "budget" },
|
||
{ value: "Durum", key: "status" },
|
||
],
|
||
|
||
// Early menu
|
||
"/definitions/identifications/people": [
|
||
{ value: "Tanımlamalar", key: "definitions" },
|
||
{ value: "Tanımlamalar", key: "identifications" },
|
||
{ value: "Kişiler", key: "people" },
|
||
],
|
||
"/definitions/identifications/users": [
|
||
{ value: "Tanımlamalar", key: "definitions" },
|
||
{ value: "Tanımlamalar", key: "identifications" },
|
||
{ value: "Kullanıcılar", key: "users" },
|
||
],
|
||
"/definitions/building/parts": [
|
||
{ value: "Tanımlamalar", key: "definitions" },
|
||
{ value: "Bina", key: "building" },
|
||
{ value: "Daireler", key: "parts" },
|
||
],
|
||
"/definitions/building/areas": [
|
||
{ value: "Tanımlamalar", key: "definitions" },
|
||
{ value: "Bina", key: "building" },
|
||
{ value: "Bina Alanları", key: "areas" },
|
||
],
|
||
"/building/accounts/managment/accounts": [
|
||
{ value: "Bina", key: "building" },
|
||
{ value: "Hesap Eylemleri", key: "accounts" },
|
||
{ value: "Yönetim", key: "managment" },
|
||
],
|
||
"/building/accounts/managment/budgets": [
|
||
{ value: "Bina", key: "building" },
|
||
{ value: "Hesap Eylemleri", key: "accounts" },
|
||
{ value: "Yönetim", key: "managment" },
|
||
],
|
||
"/building/accounts/parts/accounts": [
|
||
{ value: "Bina", key: "building" },
|
||
{ value: "Hesap Eylemleri", key: "accounts" },
|
||
{ value: "Daireler", key: "parts" },
|
||
],
|
||
"/building/accounts/parts/budgets": [
|
||
{ value: "Bina", key: "building" },
|
||
{ value: "Hesap Eylemleri", key: "accounts" },
|
||
{ value: "Daireler", key: "parts" },
|
||
],
|
||
"/building/meetings/regular/actions": [
|
||
{ value: "Bina", key: "building" },
|
||
{ value: "Toplantılar", key: "meetings" },
|
||
{ value: "Düzenli", key: "regular" },
|
||
],
|
||
"/building/meetings/regular/accounts": [
|
||
{ value: "Bina", key: "building" },
|
||
{ value: "Toplantılar", key: "meetings" },
|
||
{ value: "Düzenli", key: "regular" },
|
||
],
|
||
"/building/meetings/ergunt/actions": [
|
||
{ value: "Bina", key: "building" },
|
||
{ value: "Toplantılar", key: "meetings" },
|
||
{ value: "Acil", key: "ergunt" },
|
||
],
|
||
"/building/meetings/ergunt/accounts": [
|
||
{ value: "Bina", key: "building" },
|
||
{ value: "Toplantılar", key: "meetings" },
|
||
{ value: "Acil", key: "ergunt" },
|
||
],
|
||
"/building/meetings/invited/attendance": [
|
||
{ value: "Bina", key: "building" },
|
||
{ value: "Toplantılar", key: "meetings" },
|
||
{ value: "Davetli", key: "invited" },
|
||
],
|
||
};
|
||
|
||
export { menuTranslationTr };
|