Improve transaltion
* I chose a better label for the N/A * I added Dutch translations, I don't feel comfortable enough for other languages
This commit is contained in:
parent
a5fac743f2
commit
dddfadacd1
3 changed files with 10 additions and 7 deletions
|
@ -42,7 +42,7 @@
|
|||
>
|
||||
<td>{{ entry.instance }}</td>
|
||||
<td v-if="entry.reason === ''">
|
||||
{{ $t("about.mrf.simple.no_reason_available") }}
|
||||
{{ $t("about.mrf.simple.not_applicable") }}
|
||||
</td>
|
||||
<td v-else>
|
||||
{{ entry.reason }}
|
||||
|
@ -67,7 +67,7 @@
|
|||
>
|
||||
<td>{{ entry.instance }}</td>
|
||||
<td v-if="entry.reason === ''">
|
||||
{{ $t("about.mrf.simple.no_reason_available") }}
|
||||
{{ $t("about.mrf.simple.not_applicable") }}
|
||||
</td>
|
||||
<td v-else>
|
||||
{{ entry.reason }}
|
||||
|
@ -92,7 +92,7 @@
|
|||
>
|
||||
<td>{{ entry.instance }}</td>
|
||||
<td v-if="entry.reason === ''">
|
||||
{{ $t("about.mrf.simple.no_reason_available") }}
|
||||
{{ $t("about.mrf.simple.not_applicable") }}
|
||||
</td>
|
||||
<td v-else>
|
||||
{{ entry.reason }}
|
||||
|
@ -117,7 +117,7 @@
|
|||
>
|
||||
<td>{{ entry.instance }}</td>
|
||||
<td v-if="entry.reason === ''">
|
||||
{{ $t("about.mrf.simple.no_reason_available") }}
|
||||
{{ $t("about.mrf.simple.not_applicable") }}
|
||||
</td>
|
||||
<td v-else>
|
||||
{{ entry.reason }}
|
||||
|
@ -142,7 +142,7 @@
|
|||
>
|
||||
<td>{{ entry.instance }}</td>
|
||||
<td v-if="entry.reason === ''">
|
||||
{{ $t("about.mrf.simple.no_reason_available") }}
|
||||
{{ $t("about.mrf.simple.not_applicable") }}
|
||||
</td>
|
||||
<td v-else>
|
||||
{{ entry.reason }}
|
||||
|
@ -167,7 +167,7 @@
|
|||
>
|
||||
<td>{{ entry.instance }}</td>
|
||||
<td v-if="entry.reason === ''">
|
||||
{{ $t("about.mrf.simple.no_reason_available") }}
|
||||
{{ $t("about.mrf.simple.not_applicable") }}
|
||||
</td>
|
||||
<td v-else>
|
||||
{{ entry.reason }}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"simple_policies": "Instance-specific Policies",
|
||||
"instance": "Instance",
|
||||
"reason": "Reason",
|
||||
"no_reason_available": "N/A",
|
||||
"not_applicable": "N/A",
|
||||
"accept": "Accept",
|
||||
"accept_desc": "This instance only accepts messages from the following instances:",
|
||||
"reject": "Reject",
|
||||
|
|
|
@ -592,6 +592,9 @@
|
|||
"mrf_policies": "Ingeschakelde MRF Regels",
|
||||
"simple": {
|
||||
"simple_policies": "Instantie-specifieke Regels",
|
||||
"instance": "Instantie",
|
||||
"reason": "Reden",
|
||||
"not_applicable": "n.v.t.",
|
||||
"accept": "Accepteren",
|
||||
"accept_desc": "Deze instantie accepteert alleen berichten van de volgende instanties:",
|
||||
"reject": "Afwijzen",
|
||||
|
|
Loading…
Reference in a new issue