Make it work with English translations
This commit is contained in:
parent
8f966a7122
commit
56d85654b1
2 changed files with 4 additions and 2 deletions
|
@ -61,8 +61,8 @@
|
||||||
|
|
||||||
<table style="width:100%;text-align: left;">
|
<table style="width:100%;text-align: left;">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Instance</th>
|
<th>{{ $t("about.mrf.simple.instance") }}</th>
|
||||||
<th>Reason</th>
|
<th>{{ $t("about.mrf.simple.reason") }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr
|
<tr
|
||||||
v-for="entry in quarantineInstances"
|
v-for="entry in quarantineInstances"
|
||||||
|
|
|
@ -13,6 +13,8 @@
|
||||||
"mrf_policies_desc": "MRF policies manipulate the federation behaviour of the instance. The following policies are enabled:",
|
"mrf_policies_desc": "MRF policies manipulate the federation behaviour of the instance. The following policies are enabled:",
|
||||||
"simple": {
|
"simple": {
|
||||||
"simple_policies": "Instance-specific Policies",
|
"simple_policies": "Instance-specific Policies",
|
||||||
|
"instance": "Instance",
|
||||||
|
"reason": "Reason",
|
||||||
"accept": "Accept",
|
"accept": "Accept",
|
||||||
"accept_desc": "This instance only accepts messages from the following instances:",
|
"accept_desc": "This instance only accepts messages from the following instances:",
|
||||||
"reject": "Reject",
|
"reject": "Reject",
|
||||||
|
|
Loading…
Add table
Reference in a new issue