sc-portal/app/src/assets/i18n/en.json
Dragos 069afd02b1 TRIX-26 affinity rule editor
also renamed all occurrences of "instance" to "machine" because there were many inconsistencies
2021-06-01 10:55:41 +03:00

71 lines
1.2 KiB
JSON

{
"navbar":
{
"menu":
{
"dashboard": "Dashboard",
"machines": "Machines",
"volumes": "Volumes",
"images": "Images",
"networks": "Networks",
"virtualNetworks": "Virtual Networks",
"firewallRules": "Firewall rules",
"security": "Security",
"account": "Account",
"help": "Help"
}
},
"account":
{
"title": "Account",
"subTitle": "Configure your account's parameters"
},
"catalog":
{
"images":
{
"title": "Images",
"subTitle": ""
}
},
"dashboard":
{
"title": "Dashboard",
"subTitle": ""
},
"machines":
{
"title": "Machines",
"subTitle": ""
},
"networks":
{
"title": "Networks",
"subTitle": "Manage your VLANs and their networks"
},
"volumes":
{
"title": "Volumes",
"subTitle": ""
},
"virtualNetworks":
{
"title": "Virtual Networks",
"subTitle": "Manage your virtual networks"
},
"firewall":
{
"title": "Firewall",
"subTitle": "Configure your firewall rules"
},
"security":
{
"title": "Security",
"subTitle": "Manage your users, roles and security policies"
},
"help":
{
"title": "Help"
}
}