"tos": {
"title": "Terms of Service",
"fundamentals": {
"1": {
"title": "Service Availability and Quality 1",
"body": "Some text 1"
},
"2": {
"title": "Service Availability and Quality 2",
"body": "Another text 2."
}
}
},
t(`tos.fundamentals`)
<div>
<h3>{{ t(`tos.fundamentals.['1'].title`) }}</h3>
<p>{{ t(`tos.fundamentals.['1'].body`) }}</p>
</div>