mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-31 03:40:16 +01:00
37 lines
2.8 KiB
JSON
37 lines
2.8 KiB
JSON
{
|
|
"reputation": "Ustawienia reputacji",
|
|
"disable": "Wyłącz system reputacji",
|
|
"disable-down-voting": "Wyłącz system głosów przeciw",
|
|
"votes-are-public": "Wszystkie głosy są publiczne",
|
|
"thresholds": "Progi aktywności",
|
|
"min-rep-upvote": "Minimum reputation to upvote posts",
|
|
"upvotes-per-day": "Upvotes per day (set to 0 for unlimited upvotes)",
|
|
"upvotes-per-user-per-day": "Upvotes per user per day (set to 0 for unlimited upvotes)",
|
|
"min-rep-downvote": "Minimalna reputacja pozwalająca głosować przeciw",
|
|
"downvotes-per-day": "Ilość głosów przeciw na dzień (ustaw na 0 by były nielimitowane)",
|
|
"downvotes-per-user-per-day": "Ilość głosów przeciw na użytkownika na dzień (ustaw na 0 by były nielimitowane)",
|
|
"min-rep-chat": "Minimum reputation to send chat messages",
|
|
"min-rep-post-links": "Minimum reputation to post links",
|
|
"min-rep-flag": "Minimalna reputacja pozwalająca flagować posty",
|
|
"min-rep-website": "Minimalna reputacja pozwalająca wypełnić sekcję „Strona WWW” w profilu użytkownika",
|
|
"min-rep-aboutme": "Minimalna reputacja pozwalająca wypełnić sekcję „O mnie” w profilu użytkownika",
|
|
"min-rep-signature": "Minimalna reputacja pozwalająca wypełnić sekcję „Sygnatura” w profilu użytkownika",
|
|
"min-rep-profile-picture": "Minimalny poziom uprawnień, by dodać \"Zdjęcie profilowe\" w profilu użytkownika",
|
|
"min-rep-cover-picture": "Minimalny poziom uprawnień, by dodać \"Zdjęcie w tle\" w profilu użytkownika",
|
|
|
|
"flags": "Ustawienia flag",
|
|
"flags.limit-per-target": "Maksymalna ilość razy coś może być oflagowane",
|
|
"flags.limit-per-target-placeholder": "Domyślnie: 0",
|
|
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
|
|
"flags.limit-post-flags-per-day": "Maximum number of times a user can flag posts in a day",
|
|
"flags.limit-post-flags-per-day-help": "Set to 0 to disable, (default: 10)",
|
|
"flags.limit-user-flags-per-day": "Maximum number of times a user can flag users in a day",
|
|
"flags.limit-user-flags-per-day-help": "Set to 0 to disable, (default: 10)",
|
|
"flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts",
|
|
"flags.auto-flag-on-downvote-threshold-help": "Set to 0 to disable, (default: 0)",
|
|
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned",
|
|
"flags.action-on-resolve": "Do the following when a flag is resolved",
|
|
"flags.action-on-reject": "Do the following when a flag is rejected",
|
|
"flags.action.nothing": "Do nothing",
|
|
"flags.action.rescind": "Rescind the notification sent to moderators/administrators"
|
|
} |