mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-24 16:29:51 +01:00
36 lines
3.0 KiB
JSON
36 lines
3.0 KiB
JSON
{
|
|
"intro-lead": "Mikä on federaatio?",
|
|
"intro-body": "NodeBB pystyy yhdistämään muihin NodeBB instansseihin, jotka tukevat tätä ominaisuutta. Tämä on toteutettu<a href=\"https://activitypub.rocks/\">ActivityPub</a> protokollaa käyttäen ja, jos se on aktivoitu, NodeBB pystyy yhdistämään myös toisten sovellusten ja sivustojen kanssa jotka tukevat ActivityPub Protokollaa( esim. Mastodon, Peertube jne.) ",
|
|
"general": "Yleinen",
|
|
"pruning": "Sisällön karsiminen",
|
|
"content-pruning": "Days to keep remote content",
|
|
"content-pruning-help": "Note that remote content that has received engagement (a reply or a upvote/downvote) will be preserved. (0 for disabled)",
|
|
"user-pruning": "Days to cache remote user accounts",
|
|
"user-pruning-help": "Remote user accounts will only be pruned if they have no posts. Otherwise they will be re-retrieved. (0 for disabled)",
|
|
"enabled": "Ota federointi käyttöön",
|
|
"enabled-help": "If enabled, will allow this NodeBB will be able to communicate with all Activitypub-enabled clients on the wider fediverse.",
|
|
"allowLoopback": "Allow loopback processing",
|
|
"allowLoopback-help": "Useful for debugging purposes only. You should probably leave this disabled.",
|
|
|
|
"probe": "Avaa sovelluksessa",
|
|
"probe-enabled": "Try to open ActivityPub-enabled resources in NodeBB",
|
|
"probe-enabled-help": "If enabled, NodeBB will check every external link for an ActivityPub equivalent, and load it in NodeBB instead.",
|
|
"probe-timeout": "Lookup Timeout (milliseconds)",
|
|
"probe-timeout-help": "(Default: 2000) If the lookup query does not receive a response within the set timeframe, will send the user to the link directly instead. Adjust this number higher if sites are responding slowly and you wish to give extra time.",
|
|
|
|
"rules": "Categorization",
|
|
"rules-intro": "Content discovered via ActivityPub can be automatically categorized based on certain rules (e.g. hashtag)",
|
|
"rules.modal.title": "How it works",
|
|
"rules.modal.instructions": "Any incoming content is checked against these categorization rules, and matching content is automatically moved into the category of choice.<br /><br /><strong>N.B.</strong> Content that is already categorized (i.e. in a remote category) will not pass through these rules.",
|
|
"rules.modal.values-multiple": "To match multiple values, separate entries with a comma (e.g. <code>one,two,three</code>)",
|
|
"rules.add": "Add New Rule",
|
|
"rules.type": "Type",
|
|
"rules.value": "Value",
|
|
"rules.cid": "Category",
|
|
|
|
"server-filtering": "Filtering",
|
|
"count": "This NodeBB is currently aware of <strong>%1</strong> server(s)",
|
|
"server.filter-help": "Specify servers you would like to bar from federating with your NodeBB. Alternatively, you may opt to selectively <em>allow</em> federation with specific servers, instead. Both options are supported, although they are mutually exclusive.",
|
|
"server.filter-help-hostname": "Enter just the instance hostname below (e.g. <code>example.org</code>), separated by line breaks.",
|
|
"server.filter-allow-list": "Use this as an Allow List instead"
|
|
} |