docs: localize navigation tabs and groups for supported locales (#15811)
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"tabs": {
|
||||
"userGuide": {
|
||||
"label": "User Guide",
|
||||
"groups": {
|
||||
"gettingStarted": {
|
||||
"label": "Getting Started"
|
||||
},
|
||||
"dataModel": {
|
||||
"label": "Data Model"
|
||||
},
|
||||
"crmEssentials": {
|
||||
"label": "CRM Essentials"
|
||||
},
|
||||
"views": {
|
||||
"label": "Views"
|
||||
},
|
||||
"workflows": {
|
||||
"label": "Workflows"
|
||||
},
|
||||
"collaboration": {
|
||||
"label": "Collaboration"
|
||||
},
|
||||
"integrationsApi": {
|
||||
"label": "Integrations & API"
|
||||
},
|
||||
"reporting": {
|
||||
"label": "Reporting"
|
||||
},
|
||||
"settings": {
|
||||
"label": "Settings"
|
||||
},
|
||||
"pricing": {
|
||||
"label": "Pricing"
|
||||
},
|
||||
"resources": {
|
||||
"label": "Resources"
|
||||
}
|
||||
}
|
||||
},
|
||||
"developers": {
|
||||
"label": "Developers",
|
||||
"groups": {
|
||||
"developersGroup": {
|
||||
"label": "Developers"
|
||||
},
|
||||
"devGettingStarted": {
|
||||
"label": "Getting Started",
|
||||
"groups": {
|
||||
"selfHosting": {
|
||||
"label": "Self-Hosting"
|
||||
},
|
||||
"apiAndWebhooks": {
|
||||
"label": "API and Webhooks"
|
||||
}
|
||||
}
|
||||
},
|
||||
"contributing": {
|
||||
"label": "Contributing",
|
||||
"groups": {
|
||||
"frontendDevelopment": {
|
||||
"label": "Frontend Development",
|
||||
"groups": {
|
||||
"twentyUi": {
|
||||
"label": "Twenty UI",
|
||||
"groups": {
|
||||
"display": {
|
||||
"label": "Display"
|
||||
},
|
||||
"feedback": {
|
||||
"label": "Feedback"
|
||||
},
|
||||
"input": {
|
||||
"label": "Input"
|
||||
},
|
||||
"navigation": {
|
||||
"label": "Navigation"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"backendDevelopment": {
|
||||
"label": "Backend Development"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user