mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 09:55:47 +01:00
Latest translations and fallbacks
This commit is contained in:
@@ -68,5 +68,6 @@
|
||||
"graphs.unique-visitors": "Unique Visitors",
|
||||
"graphs.registered-users": "Registered Users",
|
||||
"graphs.anonymous-users": "Anonymous Users",
|
||||
"last-restarted-by": "Last restarted by"
|
||||
"last-restarted-by": "Last restarted by",
|
||||
"no-users-browsing": "No users browsing"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"handles": "Guest Handles",
|
||||
"handles.enabled": "Allow guest handles",
|
||||
"handles.enabled-help": "This option exposes a new field that allows guests to pick a name to associate with each post they make. If disabled, they will simply be called \"Guest\"",
|
||||
"privileges": "Guest Privileges",
|
||||
"privileges.can-search": "Allow guests to search without logging in",
|
||||
"privileges.can-search-users": "Allow guests to search users without logging in"
|
||||
"handles.enabled-help": "This option exposes a new field that allows guests to pick a name to associate with each post they make. If disabled, they will simply be called \"Guest\""
|
||||
}
|
||||
@@ -8,5 +8,7 @@
|
||||
"min-rep-flag": "Minimum reputation to flag posts",
|
||||
"min-rep-website": "Minimum reputation to add \"Website\" to user profile",
|
||||
"min-rep-aboutme": "Minimum reputation to add \"About me\" to user profile",
|
||||
"min-rep-signature": "Minimum reputation to add \"Signature\" to user profile"
|
||||
"min-rep-signature": "Minimum reputation to add \"Signature\" to user profile",
|
||||
"min-rep-profile-picture": "Minimum reputation to add \"Profile Picture\" to user profile",
|
||||
"min-rep-cover-picture": "Minimum reputation to add \"Cover Picture\" to user profile"
|
||||
}
|
||||
@@ -127,6 +127,8 @@
|
||||
"not-enough-reputation-min-rep-website": "Немате довољно велики углед да бисте додали веб сајт",
|
||||
"not-enough-reputation-min-rep-aboutme": "Немате довољно велики углед да бисте додали информације",
|
||||
"not-enough-reputation-min-rep-signature": "Немате довољно велики углед да бисте додали потпис",
|
||||
"not-enough-reputation-min-rep-profile-picture": "You do not have enough reputation to add a profile picture",
|
||||
"not-enough-reputation-min-rep-cover-picture": "You do not have enough reputation to add a cover picture",
|
||||
"already-flagged": "Већ сте означили заставицом ову поруку",
|
||||
"self-vote": "Не можете гласати за своју поруку",
|
||||
"reload-failed": "NodeBB је наишао на проблем док се поново учитавао: \"%1\". NodeBB ће наставити да опслужује постојећа клијентска средства , иако би требало да опозовете оно што сте урадили пре поновног учитавања.",
|
||||
@@ -148,5 +150,6 @@
|
||||
"no-topics-selected": "Нема одабраних тема!",
|
||||
"cant-move-to-same-topic": "Није могуће преместити поруку у исту тему!",
|
||||
"cannot-block-self": "Не можете блокирати себе!",
|
||||
"cannot-block-privileged": "Не можете блокирати администраторе или глобалне модераторе"
|
||||
"cannot-block-privileged": "Не можете блокирати администраторе или глобалне модераторе",
|
||||
"no-connection": "There seems to be a problem with your internet connection"
|
||||
}
|
||||
@@ -32,6 +32,7 @@
|
||||
"chat.leave-help": "Напуштање овог ћаскања ће вас уклонити из будућих преписки у овом ћаскању. Ако будете поново додани у будућности, нећете видети историју ћаскања од пре вашег поновног придруживања.",
|
||||
"chat.in-room": "У овој соби",
|
||||
"chat.kick": "Избаци",
|
||||
"chat.show-ip": "Show IP",
|
||||
"composer.compose": "Писање поруке",
|
||||
"composer.show_preview": "Прикажи преглед",
|
||||
"composer.hide_preview": "Сакриј преглед",
|
||||
|
||||
Reference in New Issue
Block a user