diff options
| author | Ilja <pleroma@spectraltheorem.be> | 2021-12-03 18:14:32 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-12-03 18:14:32 +0000 |
| commit | b4cfda4a20bdf2e5534de7f249d6a477043f75bf (patch) | |
| tree | a89d44aa32d70adfb5259e1d28d289e5f995e10f /src/i18n | |
| parent | 425919a0d292b79869ebefd2a4d52ed4db45d319 (diff) | |
Simple policy reasons for instance specific policies
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 3 | ||||
| -rw-r--r-- | src/i18n/nl.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index b31e4880..23a059c5 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -13,6 +13,9 @@ "mrf_policies_desc": "MRF policies manipulate the federation behaviour of the instance. The following policies are enabled:", "simple": { "simple_policies": "Instance-specific policies", + "instance": "Instance", + "reason": "Reason", + "not_applicable": "N/A", "accept": "Accept", "accept_desc": "This instance only accepts messages from the following instances:", "reject": "Reject", diff --git a/src/i18n/nl.json b/src/i18n/nl.json index 85794fed..c8a35bcc 100644 --- a/src/i18n/nl.json +++ b/src/i18n/nl.json @@ -670,6 +670,9 @@ "mrf_policies": "Ingeschakelde MRF-regels", "simple": { "simple_policies": "Instantiespecifieke 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", |
