diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-12-03 18:14:32 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-12-03 18:14:32 +0000 |
| commit | a20f1794d0d63497f701d8db91b1b0691fd06d54 (patch) | |
| tree | f873cb64dd5f5ebe88c6afd7e67568f59ef4af29 /src/i18n | |
| parent | ea0887a15ebc8e1563aa9a2fb90f2f1f2d7a93b1 (diff) | |
| parent | b4cfda4a20bdf2e5534de7f249d6a477043f75bf (diff) | |
Merge branch 'simplePolicy_reasons_for_instance_specific_policies' into 'develop'
Simple policy reasons for instance specific policies
See merge request pleroma/pleroma-fe!1263
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 6afc9ecb..0dac0fa3 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", |
