diff --git a/public/language/ar/admin/general/dashboard.json b/public/language/ar/admin/general/dashboard.json index ce874de813..0a0ab4740d 100644 --- a/public/language/ar/admin/general/dashboard.json +++ b/public/language/ar/admin/general/dashboard.json @@ -68,5 +68,6 @@ "graphs.unique-visitors": "زوار فريدين", "graphs.registered-users": "مستخدمين مسجلين", "graphs.anonymous-users": "مستخدمين مجهولين", - "last-restarted-by": "Last restarted by" + "last-restarted-by": "Last restarted by", + "no-users-browsing": "No users browsing" } diff --git a/public/language/ar/admin/settings/guest.json b/public/language/ar/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/ar/admin/settings/guest.json +++ b/public/language/ar/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/ar/admin/settings/reputation.json b/public/language/ar/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/ar/admin/settings/reputation.json +++ b/public/language/ar/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/ar/error.json b/public/language/ar/error.json index 1d9ce1dbf4..8000a23023 100644 --- a/public/language/ar/error.json +++ b/public/language/ar/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "You cannot vote on your own post", "reload-failed": "المنتدى واجه مشكلة أثناء إعادة التحميل: \"%1\". سيواصل المنتدى خدمة العملاء السابقين لكن يجب عليك إلغاء أي تغيير قمت به قبل إعادة التحميل.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/ar/modules.json b/public/language/ar/modules.json index 92b1fdc001..99aa95c0cf 100644 --- a/public/language/ar/modules.json +++ b/public/language/ar/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "اكتب", "composer.show_preview": "عرض المعاينة", "composer.hide_preview": "إخفاء المعاينة", diff --git a/public/language/bg/admin/general/dashboard.json b/public/language/bg/admin/general/dashboard.json index b9a9ee4dcf..1200c416f9 100644 --- a/public/language/bg/admin/general/dashboard.json +++ b/public/language/bg/admin/general/dashboard.json @@ -68,5 +68,6 @@ "graphs.unique-visitors": "Уникални посетители", "graphs.registered-users": "Регистрирани потребители", "graphs.anonymous-users": "Анонимни потребители", - "last-restarted-by": "Последно рестартиране от" + "last-restarted-by": "Последно рестартиране от", + "no-users-browsing": "Няма разглеждащи потребители" } diff --git a/public/language/bg/admin/settings/guest.json b/public/language/bg/admin/settings/guest.json index 739586938b..ef92b67ceb 100644 --- a/public/language/bg/admin/settings/guest.json +++ b/public/language/bg/admin/settings/guest.json @@ -1,8 +1,5 @@ { "handles": "Имена за гостите", "handles.enabled": "Позволяване на имената за гостите", - "handles.enabled-help": "Тази възможност предоставя ново поле, което позволява на гостите да си изберат име, което да се използва за всяка публикация, която правят. Ако е изключено, всички те просто ще имат името „Гост“.", - "privileges": "Правомощия за гостите", - "privileges.can-search": "Позволяване на гостите да търсят без да се вписват", - "privileges.can-search-users": "Позволяване на гостите да търсят потребители без да има нужда да се вписват в системата." + "handles.enabled-help": "Тази възможност предоставя ново поле, което позволява на гостите да си изберат име, което да се използва за всяка публикация, която правят. Ако е изключено, всички те просто ще имат името „Гост“." } \ No newline at end of file diff --git a/public/language/bg/admin/settings/reputation.json b/public/language/bg/admin/settings/reputation.json index 7a75a46352..519d44493f 100644 --- a/public/language/bg/admin/settings/reputation.json +++ b/public/language/bg/admin/settings/reputation.json @@ -8,5 +8,7 @@ "min-rep-flag": "Минимална репутация, необходима за докладване на публикации", "min-rep-website": "Минимална репутация, необходима за добавяне на полето „Уебсайт“ към профила на потребителя", "min-rep-aboutme": "Минимална репутация, необходима за добавяне на полето „За мен“ към профила на потребителя", - "min-rep-signature": "Минимална репутация, необходима за добавяне на полето „Подпис“ към профила на потребителя" + "min-rep-signature": "Минимална репутация, необходима за добавяне на полето „Подпис“ към профила на потребителя", + "min-rep-profile-picture": "Минимална репутация, необходима за добавяне на профилна снимка към профила на потребителя", + "min-rep-cover-picture": "Минимална репутация, необходима за добавяне на снимка на корицата към профила на потребителя" } \ No newline at end of file diff --git a/public/language/bg/error.json b/public/language/bg/error.json index d564540396..370076d8e7 100644 --- a/public/language/bg/error.json +++ b/public/language/bg/error.json @@ -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": "Нямате достатъчно репутация, за да добавите снимка на профила си", + "not-enough-reputation-min-rep-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": "Изглежда има проблем с връзката Ви с Интернет" } \ No newline at end of file diff --git a/public/language/bg/modules.json b/public/language/bg/modules.json index 70e5bed283..c3cf10545d 100644 --- a/public/language/bg/modules.json +++ b/public/language/bg/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Ако напуснете този разговор, няма да виждате следващите съобщения в него. Ако бъдете добавен(а) отново, няма да виждате историята на разговора отпреди добавянето Ви.", "chat.in-room": "В тази стая", "chat.kick": "Изгонване", + "chat.show-ip": "Показване на IP адреса", "composer.compose": "Писане", "composer.show_preview": "Показване на прегледа", "composer.hide_preview": "Скриване на прегледа", diff --git a/public/language/bn/admin/general/dashboard.json b/public/language/bn/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/bn/admin/general/dashboard.json +++ b/public/language/bn/admin/general/dashboard.json @@ -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" } diff --git a/public/language/bn/admin/settings/guest.json b/public/language/bn/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/bn/admin/settings/guest.json +++ b/public/language/bn/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/bn/admin/settings/reputation.json b/public/language/bn/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/bn/admin/settings/reputation.json +++ b/public/language/bn/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/bn/error.json b/public/language/bn/error.json index 72439f797b..686c827147 100644 --- a/public/language/bn/error.json +++ b/public/language/bn/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "You have already flagged this post", "self-vote": "You cannot vote on your own post", "reload-failed": "\"%1\" রিলোড করতে সমস্যা হয়েছে। রিলোডের পূর্বে যা করা হয়েছিল সেটি আনডু করা সমীচীন। ", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/bn/modules.json b/public/language/bn/modules.json index fd83bb11a6..45c0a60a5a 100644 --- a/public/language/bn/modules.json +++ b/public/language/bn/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", diff --git a/public/language/cs/admin/general/dashboard.json b/public/language/cs/admin/general/dashboard.json index eb7ac2dde2..bf287cef43 100644 --- a/public/language/cs/admin/general/dashboard.json +++ b/public/language/cs/admin/general/dashboard.json @@ -68,5 +68,6 @@ "graphs.unique-visitors": "Jedineční návštěvníci", "graphs.registered-users": "Registrovaní uživatelé", "graphs.anonymous-users": "Anonymní uživatelé", - "last-restarted-by": "Poslední restart od" + "last-restarted-by": "Poslední restart od", + "no-users-browsing": "No users browsing" } diff --git a/public/language/cs/admin/settings/guest.json b/public/language/cs/admin/settings/guest.json index f9178c69c9..58827b9205 100644 --- a/public/language/cs/admin/settings/guest.json +++ b/public/language/cs/admin/settings/guest.json @@ -1,8 +1,5 @@ { "handles": "Zacházení s hosty", "handles.enabled": "Povolit upravení zacházení s hosty", - "handles.enabled-help": "Tato možnost odkryje nové pole, které umožňuje hostům vybrat jméno, které se připojí ke každému příspěvku, který vytvoří. Bude-li zakázáno, budou jednoduše nazýváni „Host”", - "privileges": "Oprávnění hostů", - "privileges.can-search": "Povolit hostům bez přihlášení používat hledání", - "privileges.can-search-users": "Povolit hostům bez přihlášení hledat uživatele" + "handles.enabled-help": "Tato možnost odkryje nové pole, které umožňuje hostům vybrat jméno, které se připojí ke každému příspěvku, který vytvoří. Bude-li zakázáno, budou jednoduše nazýváni „Host”" } \ No newline at end of file diff --git a/public/language/cs/admin/settings/reputation.json b/public/language/cs/admin/settings/reputation.json index a72f32ad00..7d84a963a3 100644 --- a/public/language/cs/admin/settings/reputation.json +++ b/public/language/cs/admin/settings/reputation.json @@ -8,5 +8,7 @@ "min-rep-flag": "Minimální reputace pro označení příspěvků", "min-rep-website": "Minimální reputace pro přidání „Webové stránky” do uživatelského profilu", "min-rep-aboutme": "Minimální reputace pro přidání „O mně” do uživatelského profilu", - "min-rep-signature": "Minimální reputace pro přidání „Podpisu” do uživatelského profilu" + "min-rep-signature": "Minimální reputace pro přidání „Podpisu” do uživatelského profilu", + "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" } \ No newline at end of file diff --git a/public/language/cs/error.json b/public/language/cs/error.json index d5326559e9..dc7b7e7ca9 100644 --- a/public/language/cs/error.json +++ b/public/language/cs/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "Pro přidání webové stránky nemáte dostatek reputace", "not-enough-reputation-min-rep-aboutme": "Pro přidání „O mně” nemáte dostatek reputace", "not-enough-reputation-min-rep-signature": "Pro přidání podpisu nemáte dostatek reputace", + "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": "Tento příspěvek jste již označil", "self-vote": "U svého vlastního příspěvku nemůžete hlasovat", "reload-failed": "Vyskytla se chyba v NodeBB při znovu načtení: \"%1\". NodeBB bude pokračovat v běhu na straně klienta, nicméně byste měl/a přenastavit zpět to, co jste udělal/a před opětovným načtením.", @@ -148,5 +150,6 @@ "no-topics-selected": "Žádná vybraná témata.", "cant-move-to-same-topic": "Není možné přesunout příspěvek do stejného tématu!", "cannot-block-self": "Nemůžete zablokovat sebe sama!", - "cannot-block-privileged": "Nemůžete zablokovat správce nebo hlavní moderátory" + "cannot-block-privileged": "Nemůžete zablokovat správce nebo hlavní moderátory", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/cs/modules.json b/public/language/cs/modules.json index c7a756dacb..87d762b1f4 100644 --- a/public/language/cs/modules.json +++ b/public/language/cs/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Ukončením této konverzace budete vyjmuti z budoucí možné komunikace v této konverzaci. Následně budete-li znovu přidán/a, neuvidíte historii komunikace od Vašeho odchodu.", "chat.in-room": "V této místnosti", "chat.kick": "Vykopnout", + "chat.show-ip": "Show IP", "composer.compose": "Napsat", "composer.show_preview": "Ukázat náhled", "composer.hide_preview": "Skrýt náhled", diff --git a/public/language/da/admin/general/dashboard.json b/public/language/da/admin/general/dashboard.json index a73d93dbcb..65f9fb19e1 100644 --- a/public/language/da/admin/general/dashboard.json +++ b/public/language/da/admin/general/dashboard.json @@ -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" } diff --git a/public/language/da/admin/settings/guest.json b/public/language/da/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/da/admin/settings/guest.json +++ b/public/language/da/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/da/admin/settings/reputation.json b/public/language/da/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/da/admin/settings/reputation.json +++ b/public/language/da/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/da/error.json b/public/language/da/error.json index 60688b4c1d..8b62fb0f6c 100644 --- a/public/language/da/error.json +++ b/public/language/da/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "Du har allerede vurderet dette indlæg", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB stødte på et problem under genindlæsningen : \"%1\". NodeBB vil fortsætte med en ældre version, og det er nok god ide at genoptage fra lige før du genindlæste siden.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/da/modules.json b/public/language/da/modules.json index e3f85a87d0..469bd13d2f 100644 --- a/public/language/da/modules.json +++ b/public/language/da/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Skriv", "composer.show_preview": "Vis forhåndsvisning", "composer.hide_preview": "Fjern forhåndsvisning", diff --git a/public/language/de/admin/general/dashboard.json b/public/language/de/admin/general/dashboard.json index cfc55839e9..e545a692d0 100644 --- a/public/language/de/admin/general/dashboard.json +++ b/public/language/de/admin/general/dashboard.json @@ -68,5 +68,6 @@ "graphs.unique-visitors": "Verschiedene Besucher", "graphs.registered-users": "Registrierte Benutzer", "graphs.anonymous-users": "Anonyme Benutzer", - "last-restarted-by": "Zuletzt Neugestartet von: " + "last-restarted-by": "Zuletzt Neugestartet von: ", + "no-users-browsing": "No users browsing" } diff --git a/public/language/de/admin/settings/guest.json b/public/language/de/admin/settings/guest.json index d3189508fd..bd7db2473a 100644 --- a/public/language/de/admin/settings/guest.json +++ b/public/language/de/admin/settings/guest.json @@ -1,8 +1,5 @@ { "handles": "Gastzugang", "handles.enabled": "Gastzugänge erlauben", - "handles.enabled-help": "Diese Option offenbart ein neues Feld, welches Gästen erlaubt einen Nutzernamen zu wählen, welcher sie mit jedem Beitrag assoziiert den sie erstellen. Wenn diese Option deaktiviert ist, werden sie einfach \"Gast\" genannt", - "privileges": "Gast-Berechtigungen", - "privileges.can-search": "Gästen erlauben das Forum zu durchsuchen ohne eingeloggt zu sein", - "privileges.can-search-users": "Gästen erlauben nach Benutzern zu suchen ohne eingeloggt zu sein" + "handles.enabled-help": "Diese Option offenbart ein neues Feld, welches Gästen erlaubt einen Nutzernamen zu wählen, welcher sie mit jedem Beitrag assoziiert den sie erstellen. Wenn diese Option deaktiviert ist, werden sie einfach \"Gast\" genannt" } \ No newline at end of file diff --git a/public/language/de/admin/settings/reputation.json b/public/language/de/admin/settings/reputation.json index 4f0a54cae6..3005a6e28a 100644 --- a/public/language/de/admin/settings/reputation.json +++ b/public/language/de/admin/settings/reputation.json @@ -8,5 +8,7 @@ "min-rep-flag": "Minimales Ansehen und Beiträge zu melden", "min-rep-website": "Erforderliche Reputation um eine \"Website\" zum Benutzerprofil hinzuzufügen", "min-rep-aboutme": "Erforderliche Reputation um eine \"Über mich\"-Sektion zum Benutzerprofil hinzuzufügen", - "min-rep-signature": "Erforderliche Reputation um eine \"Signatur\" zum Benutzerprofil hinzuzufügen" + "min-rep-signature": "Erforderliche Reputation um eine \"Signatur\" zum Benutzerprofil hinzuzufügen", + "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" } \ No newline at end of file diff --git a/public/language/de/error.json b/public/language/de/error.json index 8fbcd559e1..62cb680c2b 100644 --- a/public/language/de/error.json +++ b/public/language/de/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "Deine Reputation um eine \"Website\" zum Benutzerprofil hinzuzufügen ist zu niedrig", "not-enough-reputation-min-rep-aboutme": "Deine Reputation um eine \"Über mich\"-Sektion zum Benutzerprofil hinzuzufügen ist zu niedrig", "not-enough-reputation-min-rep-signature": "Deine Reputation um eine \"Signatur\" zum Benutzerprofil hinzuzufügen ist zu niedrig", + "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": "Du hast diesen Beitrag bereits gemeldet", "self-vote": "Du kannst deine eigenen Beiträge nicht bewerten", "reload-failed": "Es ist ein Problem während des Reloads von NodeBB aufgetreten: \"%1\". NodeBB wird weiterhin clientseitige Assets bereitstellen, allerdings solltest du das, was du vor dem Reload gemacht hast, rückgängig machen.", @@ -148,5 +150,6 @@ "no-topics-selected": "Keine Beiträge ausgewählt!", "cant-move-to-same-topic": "Du kannst den Beitrag nicht in das selbe Thema schieben!", "cannot-block-self": "Du kannst dich nicht selbst blocken!", - "cannot-block-privileged": "Du kannst keine Administratoren bzw. Globale Moderatoren blocken." + "cannot-block-privileged": "Du kannst keine Administratoren bzw. Globale Moderatoren blocken.", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/de/modules.json b/public/language/de/modules.json index 23940679f3..1128104333 100644 --- a/public/language/de/modules.json +++ b/public/language/de/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Den Chat zu verlassen wird dich von weiterem Schriftverkehr in diesem Chat entfernen. Solltest du in der Zukunft wieder hinzugefügt werden, würdest du keinen Chatverlauf sehen können, der in der Zwischenzeit geschrieben wurde.", "chat.in-room": "In diesem Chat-Room", "chat.kick": "Rauswerfen", + "chat.show-ip": "Show IP", "composer.compose": "Verfassen", "composer.show_preview": "Vorschau zeigen", "composer.hide_preview": "Vorschau ausblenden", diff --git a/public/language/el/admin/general/dashboard.json b/public/language/el/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/el/admin/general/dashboard.json +++ b/public/language/el/admin/general/dashboard.json @@ -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" } diff --git a/public/language/el/admin/settings/guest.json b/public/language/el/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/el/admin/settings/guest.json +++ b/public/language/el/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/el/admin/settings/reputation.json b/public/language/el/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/el/admin/settings/reputation.json +++ b/public/language/el/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/el/error.json b/public/language/el/error.json index fbcf2bf827..10aa9ce05d 100644 --- a/public/language/el/error.json +++ b/public/language/el/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "You have already flagged this post", "self-vote": "You cannot vote on your own post", "reload-failed": "Το NodeBB συνάντησε ένα πρόβλημα καθώς γινόταν η ανανέωση: \"%1\". Το NodeBB θα συνεχίσει να προσφέρει τα στοιχεία του χρήστη, αν και θα ήταν καλή ιδέα να επαναφέρεις ότι έκανες πριν την ανανέωση.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/el/modules.json b/public/language/el/modules.json index 0823efd4a4..667f037894 100644 --- a/public/language/el/modules.json +++ b/public/language/el/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", diff --git a/public/language/en-US/admin/general/dashboard.json b/public/language/en-US/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/en-US/admin/general/dashboard.json +++ b/public/language/en-US/admin/general/dashboard.json @@ -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" } diff --git a/public/language/en-US/admin/settings/guest.json b/public/language/en-US/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/en-US/admin/settings/guest.json +++ b/public/language/en-US/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/en-US/admin/settings/reputation.json b/public/language/en-US/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/en-US/admin/settings/reputation.json +++ b/public/language/en-US/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/en-US/error.json b/public/language/en-US/error.json index be08aa5033..d0980ccf18 100644 --- a/public/language/en-US/error.json +++ b/public/language/en-US/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "You have already flagged this post", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/en-US/modules.json b/public/language/en-US/modules.json index 0823efd4a4..667f037894 100644 --- a/public/language/en-US/modules.json +++ b/public/language/en-US/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", diff --git a/public/language/en-x-pirate/admin/general/dashboard.json b/public/language/en-x-pirate/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/en-x-pirate/admin/general/dashboard.json +++ b/public/language/en-x-pirate/admin/general/dashboard.json @@ -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" } diff --git a/public/language/en-x-pirate/admin/settings/guest.json b/public/language/en-x-pirate/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/en-x-pirate/admin/settings/guest.json +++ b/public/language/en-x-pirate/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/en-x-pirate/admin/settings/reputation.json b/public/language/en-x-pirate/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/en-x-pirate/admin/settings/reputation.json +++ b/public/language/en-x-pirate/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/en-x-pirate/error.json b/public/language/en-x-pirate/error.json index be08aa5033..d0980ccf18 100644 --- a/public/language/en-x-pirate/error.json +++ b/public/language/en-x-pirate/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "You have already flagged this post", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/en-x-pirate/modules.json b/public/language/en-x-pirate/modules.json index bdae97ffd3..589c0826a2 100644 --- a/public/language/en-x-pirate/modules.json +++ b/public/language/en-x-pirate/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", diff --git a/public/language/es/admin/general/dashboard.json b/public/language/es/admin/general/dashboard.json index 134f606e17..58aca7ce44 100644 --- a/public/language/es/admin/general/dashboard.json +++ b/public/language/es/admin/general/dashboard.json @@ -68,5 +68,6 @@ "graphs.unique-visitors": "Visitantes Unicos", "graphs.registered-users": "Usuarios Registrados", "graphs.anonymous-users": "Usuarios Anónimos", - "last-restarted-by": "Last restarted by" + "last-restarted-by": "Last restarted by", + "no-users-browsing": "No users browsing" } diff --git a/public/language/es/admin/settings/guest.json b/public/language/es/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/es/admin/settings/guest.json +++ b/public/language/es/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/es/admin/settings/reputation.json b/public/language/es/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/es/admin/settings/reputation.json +++ b/public/language/es/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/es/error.json b/public/language/es/error.json index 108ff10c75..d857af7ec7 100644 --- a/public/language/es/error.json +++ b/public/language/es/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "Ya reportaste este mensaje anteriormente", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB encontró un problema al refrescar: \"%1\". NodeBB intentará cargar el resto de contenido, aunque deberías deshacer lo que hiciste justo antes.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/es/modules.json b/public/language/es/modules.json index 0df0a03a76..87b30c65fb 100644 --- a/public/language/es/modules.json +++ b/public/language/es/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Crear", "composer.show_preview": "Ver Previsualización", "composer.hide_preview": "Ocultar Previsualización", diff --git a/public/language/et/admin/general/dashboard.json b/public/language/et/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/et/admin/general/dashboard.json +++ b/public/language/et/admin/general/dashboard.json @@ -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" } diff --git a/public/language/et/admin/settings/guest.json b/public/language/et/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/et/admin/settings/guest.json +++ b/public/language/et/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/et/admin/settings/reputation.json b/public/language/et/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/et/admin/settings/reputation.json +++ b/public/language/et/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/et/error.json b/public/language/et/error.json index 989097557b..d7dc1898a2 100644 --- a/public/language/et/error.json +++ b/public/language/et/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "Te juba teatasite sellest postitusest.", "self-vote": "You cannot vote on your own post", "reload-failed": "\"%1\" värskendamisel tekkis süsteemne viga. Foorum ei lakka töötamast, kuid peaksid kindlasti eemaldama enne värskendamist tehtud muudatused.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/et/modules.json b/public/language/et/modules.json index 86de1f9845..29f30644c4 100644 --- a/public/language/et/modules.json +++ b/public/language/et/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Koosta", "composer.show_preview": "Kuva eelvaadet", "composer.hide_preview": "Peida eelvaade", diff --git a/public/language/fa-IR/admin/general/dashboard.json b/public/language/fa-IR/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/fa-IR/admin/general/dashboard.json +++ b/public/language/fa-IR/admin/general/dashboard.json @@ -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" } diff --git a/public/language/fa-IR/admin/settings/guest.json b/public/language/fa-IR/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/fa-IR/admin/settings/guest.json +++ b/public/language/fa-IR/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/fa-IR/admin/settings/reputation.json b/public/language/fa-IR/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/fa-IR/admin/settings/reputation.json +++ b/public/language/fa-IR/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/fa-IR/error.json b/public/language/fa-IR/error.json index aa1cb1e1b9..df47e6442f 100644 --- a/public/language/fa-IR/error.json +++ b/public/language/fa-IR/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/fa-IR/modules.json b/public/language/fa-IR/modules.json index e57935a3a0..7445d4ab18 100644 --- a/public/language/fa-IR/modules.json +++ b/public/language/fa-IR/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "ارسال", "composer.show_preview": "نمایش پیش‌نمایش", "composer.hide_preview": "مخفی کردن پیش‌نمایش", diff --git a/public/language/fi/admin/general/dashboard.json b/public/language/fi/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/fi/admin/general/dashboard.json +++ b/public/language/fi/admin/general/dashboard.json @@ -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" } diff --git a/public/language/fi/admin/settings/guest.json b/public/language/fi/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/fi/admin/settings/guest.json +++ b/public/language/fi/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/fi/admin/settings/reputation.json b/public/language/fi/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/fi/admin/settings/reputation.json +++ b/public/language/fi/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/fi/error.json b/public/language/fi/error.json index 9742e03bd7..7531825a6b 100644 --- a/public/language/fi/error.json +++ b/public/language/fi/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "You have already flagged this post", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/fi/modules.json b/public/language/fi/modules.json index 23080a09b7..3e05a6a075 100644 --- a/public/language/fi/modules.json +++ b/public/language/fi/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", diff --git a/public/language/fr/admin/general/dashboard.json b/public/language/fr/admin/general/dashboard.json index 5536af5c49..8dbbf6edec 100644 --- a/public/language/fr/admin/general/dashboard.json +++ b/public/language/fr/admin/general/dashboard.json @@ -68,5 +68,6 @@ "graphs.unique-visitors": "Visiteurs uniques", "graphs.registered-users": "Utilisateurs enregistrés", "graphs.anonymous-users": "Utilisateurs anonymes", - "last-restarted-by": "Redémarré par" + "last-restarted-by": "Redémarré par", + "no-users-browsing": "No users browsing" } diff --git a/public/language/fr/admin/settings/guest.json b/public/language/fr/admin/settings/guest.json index 7824006bf6..18f0926773 100644 --- a/public/language/fr/admin/settings/guest.json +++ b/public/language/fr/admin/settings/guest.json @@ -1,8 +1,5 @@ { "handles": "Gestion des invités", "handles.enabled": "Autoriser les invités à poster", - "handles.enabled-help": "Cette option affiche un nouveau champ qui permet aux invités de choisir un nom qui sera associé à chaque message qu'ils rédigent. Si désactivé, il seront simplement nommés \"Invité\".", - "privileges": "Privilèges des invités", - "privileges.can-search": "Autoriser les invités à faire des recherches sans se connecter.", - "privileges.can-search-users": "Autoriser les invités à rechercher un utilisateur sans se connecter." + "handles.enabled-help": "Cette option affiche un nouveau champ qui permet aux invités de choisir un nom qui sera associé à chaque message qu'ils rédigent. Si désactivé, il seront simplement nommés \"Invité\"." } \ No newline at end of file diff --git a/public/language/fr/admin/settings/reputation.json b/public/language/fr/admin/settings/reputation.json index 9206382add..53353831dd 100644 --- a/public/language/fr/admin/settings/reputation.json +++ b/public/language/fr/admin/settings/reputation.json @@ -8,5 +8,7 @@ "min-rep-flag": "Réputation minimum pour signaler un message", "min-rep-website": "Réputation minimum pour ajouter \"Site internet\" au profil utilisateur", "min-rep-aboutme": "Réputation minimum pour ajouter \"À propos\" au profil utilisateur", - "min-rep-signature": "Réputation minimum pour ajouter \"Signature\" au profil utilisateur" + "min-rep-signature": "Réputation minimum pour ajouter \"Signature\" au profil utilisateur", + "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" } \ No newline at end of file diff --git a/public/language/fr/error.json b/public/language/fr/error.json index 122a45382a..127f35fcf6 100644 --- a/public/language/fr/error.json +++ b/public/language/fr/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "Vous n'avez pas une réputation assez élevée pour ajouter un site internet", "not-enough-reputation-min-rep-aboutme": "Vous n'avez pas une réputation assez élevée pour ajouter un à propos", "not-enough-reputation-min-rep-signature": "Vous n'avez pas une réputation assez élevée pour ajouter une 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": "Vous avez déjà signalé ce message", "self-vote": "Vous ne pouvez pas voter sur votre propre message", "reload-failed": "NodeBB a rencontré un problème lors du rechargement : \"%1\" . NodeBB continuera de fonctionner côté client, même si vous devriez annuler ce que vous avez fait juste avant de recharger.", @@ -148,5 +150,6 @@ "no-topics-selected": "Aucun sujet sélectionné !", "cant-move-to-same-topic": "Impossible de déplacer le message dans le même sujet !", "cannot-block-self": "Vous ne pouvez pas vous bloquer !", - "cannot-block-privileged": "Vous ne pouvez pas bloquer les administrateurs ou les modérateurs global" + "cannot-block-privileged": "Vous ne pouvez pas bloquer les administrateurs ou les modérateurs global", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/fr/modules.json b/public/language/fr/modules.json index 20246c53c6..f02a72c53a 100644 --- a/public/language/fr/modules.json +++ b/public/language/fr/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Si vous quittez vous ne pourrez plus suivre la discussion. Si vous êtes de nouveau ajouté, vous ne verrez aucun historique de la discussion avant votre réintégration.", "chat.in-room": "Dans cet espace de discussion", "chat.kick": "Exclure", + "chat.show-ip": "Show IP", "composer.compose": "Écrire", "composer.show_preview": "Afficher l'aperçu", "composer.hide_preview": "Masquer l'aperçu", diff --git a/public/language/gl/admin/general/dashboard.json b/public/language/gl/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/gl/admin/general/dashboard.json +++ b/public/language/gl/admin/general/dashboard.json @@ -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" } diff --git a/public/language/gl/admin/settings/guest.json b/public/language/gl/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/gl/admin/settings/guest.json +++ b/public/language/gl/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/gl/admin/settings/reputation.json b/public/language/gl/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/gl/admin/settings/reputation.json +++ b/public/language/gl/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/gl/error.json b/public/language/gl/error.json index 82f2b16670..52853bdf69 100644 --- a/public/language/gl/error.json +++ b/public/language/gl/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "Xa reportache-la mensaxe.", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB atopou un erro mentras recargaba: \"%1\". NodeBB seguirá a servir os activos dos clientes aínda que se deberá desfacer o que se fixo antes da descarga.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/gl/modules.json b/public/language/gl/modules.json index 22d26fb7b6..3d4ff3647c 100644 --- a/public/language/gl/modules.json +++ b/public/language/gl/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Elaborar", "composer.show_preview": "Amosar vista previa", "composer.hide_preview": "Agochar vista previa", diff --git a/public/language/he/admin/general/dashboard.json b/public/language/he/admin/general/dashboard.json index 681ae34b62..6308453f26 100644 --- a/public/language/he/admin/general/dashboard.json +++ b/public/language/he/admin/general/dashboard.json @@ -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" } diff --git a/public/language/he/admin/settings/guest.json b/public/language/he/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/he/admin/settings/guest.json +++ b/public/language/he/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/he/admin/settings/reputation.json b/public/language/he/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/he/admin/settings/reputation.json +++ b/public/language/he/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/he/error.json b/public/language/he/error.json index 29ebc26bd2..8e93e70ccd 100644 --- a/public/language/he/error.json +++ b/public/language/he/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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\". המערכת תמשיך להגיש דפים קיימים, אבל כדאי שתשחזר את הפעולות שלך מהפעם האחרונה שהמערכת עבדה כראוי.", @@ -148,5 +150,6 @@ "no-topics-selected": "לא נבחרו נושאים!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/he/modules.json b/public/language/he/modules.json index e3c594996e..494421f225 100644 --- a/public/language/he/modules.json +++ b/public/language/he/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "עזיבת צ'אט זה תסיר אותך מהתכתבות עתידית בצ'אט זה. אם תתווסף מחדש בעתיד, לא תראה כל היסטוריית צ'אט שלפני הצטרפותך מחדש.", "chat.in-room": "בתוך החדר הזה", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "צור", "composer.show_preview": "הצג תצוגה מקדימה", "composer.hide_preview": "הסתר תצוגה מקדימה", diff --git a/public/language/hr/admin/general/dashboard.json b/public/language/hr/admin/general/dashboard.json index 975eae9765..b70c319243 100644 --- a/public/language/hr/admin/general/dashboard.json +++ b/public/language/hr/admin/general/dashboard.json @@ -68,5 +68,6 @@ "graphs.unique-visitors": "Jedninstveni posjetitelji", "graphs.registered-users": "Registrirani korisnici", "graphs.anonymous-users": "Anonimni korisnici", - "last-restarted-by": "Last restarted by" + "last-restarted-by": "Last restarted by", + "no-users-browsing": "No users browsing" } diff --git a/public/language/hr/admin/settings/guest.json b/public/language/hr/admin/settings/guest.json index 8cc284acb4..1980845173 100644 --- a/public/language/hr/admin/settings/guest.json +++ b/public/language/hr/admin/settings/guest.json @@ -1,8 +1,5 @@ { "handles": "Upravljanje gostima", "handles.enabled": "Dozvoli upravljanje gostima", - "handles.enabled-help": "Ova opcija omogućava gostima da izaberi ime za svaku objavu koju naprave.Ako je onemogućena gosti će se zvati \"gost\".", - "privileges": "Privilegije gosta", - "privileges.can-search": "Dozvoli gostima pretragu bez prijave", - "privileges.can-search-users": "Dopusti gostima pretragu korisnika bez prijave" + "handles.enabled-help": "Ova opcija omogućava gostima da izaberi ime za svaku objavu koju naprave.Ako je onemogućena gosti će se zvati \"gost\"." } \ No newline at end of file diff --git a/public/language/hr/admin/settings/reputation.json b/public/language/hr/admin/settings/reputation.json index 4aa5d92059..f6c044619a 100644 --- a/public/language/hr/admin/settings/reputation.json +++ b/public/language/hr/admin/settings/reputation.json @@ -8,5 +8,7 @@ "min-rep-flag": "Minimalna reputacija za označavanje objava", "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" } \ No newline at end of file diff --git a/public/language/hr/error.json b/public/language/hr/error.json index 3df32e37f3..224ad276b0 100644 --- a/public/language/hr/error.json +++ b/public/language/hr/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "Već ste označili zastavicom ovu objavu", "self-vote": "You cannot vote on your own post", "reload-failed": "Problem kod ponovnog podizanja: \"%1\" will continue to serve the existing client-side assets.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/hr/modules.json b/public/language/hr/modules.json index 329a52eb43..9087b681eb 100644 --- a/public/language/hr/modules.json +++ b/public/language/hr/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Sastavi", "composer.show_preview": "Prikaz", "composer.hide_preview": "Sakrij prikaz", diff --git a/public/language/hu/admin/general/dashboard.json b/public/language/hu/admin/general/dashboard.json index cb3be86c8d..57e73e66c7 100644 --- a/public/language/hu/admin/general/dashboard.json +++ b/public/language/hu/admin/general/dashboard.json @@ -68,5 +68,6 @@ "graphs.unique-visitors": "Egyedi látogatók", "graphs.registered-users": "Regisztrált felhasználók", "graphs.anonymous-users": "Névtelen felhasználók", - "last-restarted-by": "Utoljára újraindította:" + "last-restarted-by": "Utoljára újraindította:", + "no-users-browsing": "No users browsing" } diff --git a/public/language/hu/admin/settings/guest.json b/public/language/hu/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/hu/admin/settings/guest.json +++ b/public/language/hu/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/hu/admin/settings/reputation.json b/public/language/hu/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/hu/admin/settings/reputation.json +++ b/public/language/hu/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/hu/error.json b/public/language/hu/error.json index f7e7b76086..21f34a819a 100644 --- a/public/language/hu/error.json +++ b/public/language/hu/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "You have already flagged this post", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB egy hibát észlelt újratöltés közben: \"%1\". A fórum továbbra is kiszolgálja a kliens-oldali eszközöket, bár vissza kellene csinálnod amit az újratöltés előtt elállítottál.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/hu/modules.json b/public/language/hu/modules.json index 91fa577362..7cd087a675 100644 --- a/public/language/hu/modules.json +++ b/public/language/hu/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Üzenetírás", "composer.show_preview": "Előnézet megjelenítése", "composer.hide_preview": "Előnézet elrejtése", diff --git a/public/language/id/admin/general/dashboard.json b/public/language/id/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/id/admin/general/dashboard.json +++ b/public/language/id/admin/general/dashboard.json @@ -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" } diff --git a/public/language/id/admin/settings/guest.json b/public/language/id/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/id/admin/settings/guest.json +++ b/public/language/id/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/id/admin/settings/reputation.json b/public/language/id/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/id/admin/settings/reputation.json +++ b/public/language/id/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/id/error.json b/public/language/id/error.json index 912cc9052b..f76d344c43 100644 --- a/public/language/id/error.json +++ b/public/language/id/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "You have already flagged this post", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB mengalami masalah saat memuat \"%1\". NodeBB akan melanjutkan pemuatan, kamu harus membatalkan tindakanmu sebelum pemuatan kembali dilakukan.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/id/modules.json b/public/language/id/modules.json index d34c8521b7..eb14bbb5d4 100644 --- a/public/language/id/modules.json +++ b/public/language/id/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", diff --git a/public/language/it/admin/general/dashboard.json b/public/language/it/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/it/admin/general/dashboard.json +++ b/public/language/it/admin/general/dashboard.json @@ -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" } diff --git a/public/language/it/admin/settings/guest.json b/public/language/it/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/it/admin/settings/guest.json +++ b/public/language/it/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/it/admin/settings/reputation.json b/public/language/it/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/it/admin/settings/reputation.json +++ b/public/language/it/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/it/error.json b/public/language/it/error.json index 69c88b10f5..e0e280fee1 100644 --- a/public/language/it/error.json +++ b/public/language/it/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "Hai già messo marcato questo post", "self-vote": "Non puoi votare la tua stessa discussione", "reload-failed": "NodeBB ha incontrato un problema durante il ricaricamento: \"%1\". NodeBB continuerà a servire gli assets esistenti lato client, così puoi annullare quello che hai fatto prima di ricaricare.", @@ -148,5 +150,6 @@ "no-topics-selected": "Nessuna discussione selezionata!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/it/modules.json b/public/language/it/modules.json index 00fe4feb8c..1941bb8a61 100644 --- a/public/language/it/modules.json +++ b/public/language/it/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Componi", "composer.show_preview": "Visualizza Anteprima", "composer.hide_preview": "Nascondi Anteprima", diff --git a/public/language/ja/admin/general/dashboard.json b/public/language/ja/admin/general/dashboard.json index 263c6f3e3d..f4b71f7cd3 100644 --- a/public/language/ja/admin/general/dashboard.json +++ b/public/language/ja/admin/general/dashboard.json @@ -68,5 +68,6 @@ "graphs.unique-visitors": "ユニークな訪問者", "graphs.registered-users": "登録したユーザー", "graphs.anonymous-users": "匿名ユーザー", - "last-restarted-by": "Last restarted by" + "last-restarted-by": "Last restarted by", + "no-users-browsing": "No users browsing" } diff --git a/public/language/ja/admin/settings/guest.json b/public/language/ja/admin/settings/guest.json index 4e15d68ba5..21a6b2c79d 100644 --- a/public/language/ja/admin/settings/guest.json +++ b/public/language/ja/admin/settings/guest.json @@ -1,8 +1,5 @@ { "handles": "ゲストハンドル", "handles.enabled": "ゲストハンドルを有効にする", - "handles.enabled-help": "このオプションでは新しい投稿が表示される時に、ゲストは自分が投稿する各投稿に関連付ける名前を選択できます。無効にすると、単に「ゲスト」と呼ばれます。", - "privileges": "ゲスト特典", - "privileges.can-search": "ゲストがログインせずに検索できるようにする", - "privileges.can-search-users": "ゲストがログインせずにユーザーを検索できるようにする" + "handles.enabled-help": "このオプションでは新しい投稿が表示される時に、ゲストは自分が投稿する各投稿に関連付ける名前を選択できます。無効にすると、単に「ゲスト」と呼ばれます。" } \ No newline at end of file diff --git a/public/language/ja/admin/settings/reputation.json b/public/language/ja/admin/settings/reputation.json index 05cd26486b..aad5283080 100644 --- a/public/language/ja/admin/settings/reputation.json +++ b/public/language/ja/admin/settings/reputation.json @@ -8,5 +8,7 @@ "min-rep-flag": "フラグの投稿に低評価", "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" } \ No newline at end of file diff --git a/public/language/ja/error.json b/public/language/ja/error.json index 2da4a52ea6..abd981e9f3 100644 --- a/public/language/ja/error.json +++ b/public/language/ja/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "You have already flagged this post", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/ja/modules.json b/public/language/ja/modules.json index 3d6b36351f..371006a1a2 100644 --- a/public/language/ja/modules.json +++ b/public/language/ja/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "構成", "composer.show_preview": "プレビュー表示", "composer.hide_preview": "プレビュー非表示", diff --git a/public/language/ko/admin/general/dashboard.json b/public/language/ko/admin/general/dashboard.json index e8d95f0287..03a391b7e8 100644 --- a/public/language/ko/admin/general/dashboard.json +++ b/public/language/ko/admin/general/dashboard.json @@ -68,5 +68,6 @@ "graphs.unique-visitors": "고유 방문자", "graphs.registered-users": "등록된 사용자", "graphs.anonymous-users": "익명의 사용자", - "last-restarted-by": "마지막으로 재시작" + "last-restarted-by": "마지막으로 재시작", + "no-users-browsing": "No users browsing" } diff --git a/public/language/ko/admin/settings/guest.json b/public/language/ko/admin/settings/guest.json index 48bae6788e..17b95f1189 100644 --- a/public/language/ko/admin/settings/guest.json +++ b/public/language/ko/admin/settings/guest.json @@ -1,8 +1,5 @@ { "handles": "게스트 처리", "handles.enabled": "미가입 사용자 닉네임 설정 허가", - "handles.enabled-help": "이 옵션은 게스트들이 포스트를 작성할 때 이름을 적는 공간을 제공합니다. 이 옵션이 비활성화 돼있다면 \"Guest\" 라고 표시될 것입니다.", - "privileges": "게스트 권한", - "privileges.can-search": "로그인 없이 검색 허용", - "privileges.can-search-users": "로그인 없이 사용자 검색 허용" + "handles.enabled-help": "이 옵션은 게스트들이 포스트를 작성할 때 이름을 적는 공간을 제공합니다. 이 옵션이 비활성화 돼있다면 \"Guest\" 라고 표시될 것입니다." } \ No newline at end of file diff --git a/public/language/ko/admin/settings/reputation.json b/public/language/ko/admin/settings/reputation.json index 763ca5ed83..278bc58dcc 100644 --- a/public/language/ko/admin/settings/reputation.json +++ b/public/language/ko/admin/settings/reputation.json @@ -8,5 +8,7 @@ "min-rep-flag": "평판이 낮아 이 게시물을 신고할 수 없습니다.", "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" } \ No newline at end of file diff --git a/public/language/ko/error.json b/public/language/ko/error.json index d41fe16dba..6ee5d5e815 100644 --- a/public/language/ko/error.json +++ b/public/language/ko/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "You cannot vote on your own post", "reload-failed": "NodeBB 서버를 다시 읽어들이는 중 다음과 같은 문제가 발생했으나 사용자측은 지속적으로 자원을 제공받습니다. 오류 문구: \"%1\" 문제를 해결하시려면 다시 읽어들이기 전의 수정사항을 원래대로 되돌려주세요. ", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/ko/modules.json b/public/language/ko/modules.json index 074a5f6293..288b79222f 100644 --- a/public/language/ko/modules.json +++ b/public/language/ko/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "작성", "composer.show_preview": "미리보기", "composer.hide_preview": "미리보기 숨김", diff --git a/public/language/lt/admin/general/dashboard.json b/public/language/lt/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/lt/admin/general/dashboard.json +++ b/public/language/lt/admin/general/dashboard.json @@ -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" } diff --git a/public/language/lt/admin/settings/guest.json b/public/language/lt/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/lt/admin/settings/guest.json +++ b/public/language/lt/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/lt/admin/settings/reputation.json b/public/language/lt/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/lt/admin/settings/reputation.json +++ b/public/language/lt/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/lt/error.json b/public/language/lt/error.json index 3ea8b69a1c..920e956490 100644 --- a/public/language/lt/error.json +++ b/public/language/lt/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "Jūs jau pranešėte apie šį pranešimą", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB susidūrė su problema persikraunant: \"%1\", NodeBB pratęs veikti su šiuo klientu. bet jums reiktu patikrinti ką jūs darėte prieš perkraunant NodeBB", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/lt/modules.json b/public/language/lt/modules.json index fdf96a2371..b99cd9c0e9 100644 --- a/public/language/lt/modules.json +++ b/public/language/lt/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Sukomponuoti", "composer.show_preview": "Rodyti pavyzdį", "composer.hide_preview": "Slėpti pavyzdį", diff --git a/public/language/ms/admin/general/dashboard.json b/public/language/ms/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/ms/admin/general/dashboard.json +++ b/public/language/ms/admin/general/dashboard.json @@ -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" } diff --git a/public/language/ms/admin/settings/guest.json b/public/language/ms/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/ms/admin/settings/guest.json +++ b/public/language/ms/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/ms/admin/settings/reputation.json b/public/language/ms/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/ms/admin/settings/reputation.json +++ b/public/language/ms/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/ms/error.json b/public/language/ms/error.json index 37d555017f..2d79e9a046 100644 --- a/public/language/ms/error.json +++ b/public/language/ms/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "Anda telah menanda kiriman ini", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB menemui masalah ketika muat semula: \"%1\". NodeBB akan terus melayan aset pelanggan sedia ada, tapi anda seharusnya undur perbuatan yang dilakukan sebelum muat semula.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/ms/modules.json b/public/language/ms/modules.json index c355af268d..4ad5a1e975 100644 --- a/public/language/ms/modules.json +++ b/public/language/ms/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Tulis", "composer.show_preview": "Pra-lihat", "composer.hide_preview": "Sorok pra-lihat", diff --git a/public/language/nb/admin/general/dashboard.json b/public/language/nb/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/nb/admin/general/dashboard.json +++ b/public/language/nb/admin/general/dashboard.json @@ -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" } diff --git a/public/language/nb/admin/settings/guest.json b/public/language/nb/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/nb/admin/settings/guest.json +++ b/public/language/nb/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/nb/admin/settings/reputation.json b/public/language/nb/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/nb/admin/settings/reputation.json +++ b/public/language/nb/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/nb/error.json b/public/language/nb/error.json index 1d6055edfe..644506cc3f 100644 --- a/public/language/nb/error.json +++ b/public/language/nb/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "Du har allerede flagget dette innlegget", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB støtte på et problem under lasting på nytt: \"%1\". NodeBB vil fortsette å servere eksisterende klientside ressurser, selv om du burde angre endringene du gjorde før du lastet på nytt.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/nb/modules.json b/public/language/nb/modules.json index e3150d18e1..9e20c1a8eb 100644 --- a/public/language/nb/modules.json +++ b/public/language/nb/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Komponer", "composer.show_preview": "Vis forhåndsvisning", "composer.hide_preview": "Skjul forhåndsvisning", diff --git a/public/language/nl/admin/general/dashboard.json b/public/language/nl/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/nl/admin/general/dashboard.json +++ b/public/language/nl/admin/general/dashboard.json @@ -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" } diff --git a/public/language/nl/admin/settings/guest.json b/public/language/nl/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/nl/admin/settings/guest.json +++ b/public/language/nl/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/nl/admin/settings/reputation.json b/public/language/nl/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/nl/admin/settings/reputation.json +++ b/public/language/nl/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/nl/error.json b/public/language/nl/error.json index dc7a69b1cb..a819a6d8c1 100644 --- a/public/language/nl/error.json +++ b/public/language/nl/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "Je hebt onvoldoende reputatie om een website toe te mogen voegen", "not-enough-reputation-min-rep-aboutme": "Je hebt onvoldoende reputatie om een \"Over mij\" toe te mogen voegen", "not-enough-reputation-min-rep-signature": "Je hebt onvoldoende reputatie om een handtekening toe te mogen voegen", + "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": "Je hebt deze post al gerapporteerd", "self-vote": "Het is niet mogelijk om op je eigen bericht te stemmen", "reload-failed": "Tijdens het herladen van \"%1\" is NodeBB een fout of probleem tegengekomen. NodeBB blijft operationeel. Echter het is verstandig om de oorzaak te onderzoeken en wellicht de vorige actie, voor het herladen, ongedaan te maken.", @@ -148,5 +150,6 @@ "no-topics-selected": "Geen onderwerpen geselecteerd!", "cant-move-to-same-topic": "Een bericht kan niet naar hetzelfde onderwerp worden verplaatst!", "cannot-block-self": "Je kan jezelf niet blokkeren!", - "cannot-block-privileged": "Je kan geen administrators of global moderators blokkeren" + "cannot-block-privileged": "Je kan geen administrators of global moderators blokkeren", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/nl/modules.json b/public/language/nl/modules.json index ea72fc1772..2c52d42c98 100644 --- a/public/language/nl/modules.json +++ b/public/language/nl/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Als je de chat verlaat zul je toekomstige correspondentie in de chat niet meer zien. Als je later weer wordt toegevoegd, dan kun je de chat geschiedenis tot de hertoevoeging niet zien.", "chat.in-room": "In deze chat room", "chat.kick": "Schop", + "chat.show-ip": "Show IP", "composer.compose": "Samenstellen", "composer.show_preview": "Voorbeeldweergave", "composer.hide_preview": "Verberg voorbeeld", diff --git a/public/language/pl/admin/general/dashboard.json b/public/language/pl/admin/general/dashboard.json index 56383d1e17..b62c0e9470 100644 --- a/public/language/pl/admin/general/dashboard.json +++ b/public/language/pl/admin/general/dashboard.json @@ -68,5 +68,6 @@ "graphs.unique-visitors": "Unikalni użytkownicy", "graphs.registered-users": "Zarejestrowani użytkownicy", "graphs.anonymous-users": "Anonimowi użytkownicy", - "last-restarted-by": "Ostatnio restartowany przez" + "last-restarted-by": "Ostatnio restartowany przez", + "no-users-browsing": "No users browsing" } diff --git a/public/language/pl/admin/settings/guest.json b/public/language/pl/admin/settings/guest.json index 35919d6b4d..0770a199f1 100644 --- a/public/language/pl/admin/settings/guest.json +++ b/public/language/pl/admin/settings/guest.json @@ -1,8 +1,5 @@ { "handles": "Podpisywanie się gości", "handles.enabled": "Zezwalaj gościom na podpisywanie się", - "handles.enabled-help": "Opcja ta udostępnia gościom nowe pole, w którym mogą wybrać nazwę, pod jaką będą publikować posty. Jeśli opcja jest wyłączona, stosowana będzie po prostu nazwa „Gość”", - "privileges": "Uprawnienia gości", - "privileges.can-search": "Zezwalaj gościom na szukanie bez logowania", - "privileges.can-search-users": "Zezwalaj gościom na szukanie użytkowników bez logowania" + "handles.enabled-help": "Opcja ta udostępnia gościom nowe pole, w którym mogą wybrać nazwę, pod jaką będą publikować posty. Jeśli opcja jest wyłączona, stosowana będzie po prostu nazwa „Gość”" } \ No newline at end of file diff --git a/public/language/pl/admin/settings/reputation.json b/public/language/pl/admin/settings/reputation.json index da918dbefb..208c512190 100644 --- a/public/language/pl/admin/settings/reputation.json +++ b/public/language/pl/admin/settings/reputation.json @@ -8,5 +8,7 @@ "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-signature": "Minimalna reputacja pozwalająca wypełnić sekcję „Sygnatura” w profilu użytkownika", + "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" } \ No newline at end of file diff --git a/public/language/pl/error.json b/public/language/pl/error.json index 12595e5582..6486fe5a17 100644 --- a/public/language/pl/error.json +++ b/public/language/pl/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "Masz zbyt niską reputację, aby dodać stronę", "not-enough-reputation-min-rep-aboutme": "Masz zbyt niską reputację, aby dodać tekst „O mnie”", "not-enough-reputation-min-rep-signature": "Masz zbyt niską reputację, aby dodać sygnaturę.", + "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": "Ten post został już przez Ciebie oflagowany", "self-vote": "Nie możesz głosować na swój własny wpis.", "reload-failed": "NodeBB napotkało problem w czasie przeładowywania \"%1\". Forum będzie nadal dostarczać istniejące zasoby strony klienta, jednak powinieneś cofnąć ostatnią akcję.", @@ -148,5 +150,6 @@ "no-topics-selected": "Nie wybrano tematów.", "cant-move-to-same-topic": "Nie można przenieść wpisu do tego samego tematu!", "cannot-block-self": "Nie możesz zablokować samego siebie!", - "cannot-block-privileged": "Nie możesz blokować administratorów ani globalnych moderatorów" + "cannot-block-privileged": "Nie możesz blokować administratorów ani globalnych moderatorów", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/pl/modules.json b/public/language/pl/modules.json index 741cdfac9f..8557617dc1 100644 --- a/public/language/pl/modules.json +++ b/public/language/pl/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Opuszczając czat, tracisz dostęp do dalszej rozmowy na czacie. Jeśli w przyszłości zostaniesz znów dodany, nie zobaczysz historii czatu sprzed ponownego dołączenia.", "chat.in-room": "W tym pokoju", "chat.kick": "Wyrzuć", + "chat.show-ip": "Show IP", "composer.compose": "Napisz", "composer.show_preview": "Pokaż podgląd", "composer.hide_preview": "Ukryj podgląd", diff --git a/public/language/pt-BR/admin/general/dashboard.json b/public/language/pt-BR/admin/general/dashboard.json index 991dd6d3e9..2bfdca1bc3 100644 --- a/public/language/pt-BR/admin/general/dashboard.json +++ b/public/language/pt-BR/admin/general/dashboard.json @@ -68,5 +68,6 @@ "graphs.unique-visitors": "Visitantes Únicos", "graphs.registered-users": "Usuários Registrados", "graphs.anonymous-users": "Usuários Anônimos", - "last-restarted-by": "Last restarted by" + "last-restarted-by": "Last restarted by", + "no-users-browsing": "No users browsing" } diff --git a/public/language/pt-BR/admin/settings/guest.json b/public/language/pt-BR/admin/settings/guest.json index 2c4d0d4565..de7c93ac34 100644 --- a/public/language/pt-BR/admin/settings/guest.json +++ b/public/language/pt-BR/admin/settings/guest.json @@ -1,8 +1,5 @@ { "handles": "Apelidos para Visitantes", "handles.enabled": "Permitir handles de visitantes", - "handles.enabled-help": "Esta opção mostra um novo campo que permite visitantes de escolher um nome para associar à cada post que eles fizerem. Se desabilitado, eles serão simplesmente chamados de \"Visitante\".", - "privileges": "Privilégios de Visitantes", - "privileges.can-search": "Permitir convidados de pesquisar sem logarem-se", - "privileges.can-search-users": "Permitir visitantes de pesquisar por usuários sem logar" + "handles.enabled-help": "Esta opção mostra um novo campo que permite visitantes de escolher um nome para associar à cada post que eles fizerem. Se desabilitado, eles serão simplesmente chamados de \"Visitante\"." } \ No newline at end of file diff --git a/public/language/pt-BR/admin/settings/reputation.json b/public/language/pt-BR/admin/settings/reputation.json index d90317f1c8..1c8e40cef5 100644 --- a/public/language/pt-BR/admin/settings/reputation.json +++ b/public/language/pt-BR/admin/settings/reputation.json @@ -8,5 +8,7 @@ "min-rep-flag": "Reputação mínima para sinalizar 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" } \ No newline at end of file diff --git a/public/language/pt-BR/error.json b/public/language/pt-BR/error.json index 441c6371d5..d8e87a3432 100644 --- a/public/language/pt-BR/error.json +++ b/public/language/pt-BR/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "Você não possui reputação suficiente para adicionar um site", "not-enough-reputation-min-rep-aboutme": "Você não possui reputação suficiente para adicionar um sobre mim", "not-enough-reputation-min-rep-signature": "Você não possui reputação suficiente para adicionar uma assinatura", + "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": "Você já sinalizou esse post", "self-vote": "Você não pode votar no seu próprio post", "reload-failed": "O NodeBB encontrou um problema ao recarregar: \"%1\". O NodeBB continuará a servir os assets existentes no lado do cliente, apesar de que você deve desfazer o que você fez antes de recarregar.", @@ -148,5 +150,6 @@ "no-topics-selected": "Nenhum tópico selecionado!", "cant-move-to-same-topic": "Não é possível mover um post para o mesmo tópico!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/pt-BR/modules.json b/public/language/pt-BR/modules.json index 0c5275a7a4..f7edfa2723 100644 --- a/public/language/pt-BR/modules.json +++ b/public/language/pt-BR/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Ao sair desta conversa você não recebera mais informações sobre o mesmo. Se você for adicionado novamente no futuro, você não poderá visualizar o histórico da conversa antes de sua re-entrada.", "chat.in-room": "Nesta sala", "chat.kick": "Expulsar", + "chat.show-ip": "Show IP", "composer.compose": "Compor", "composer.show_preview": "Exibir Pré-visualização", "composer.hide_preview": "Esconder Pré-visualização", diff --git a/public/language/pt-PT/admin/general/dashboard.json b/public/language/pt-PT/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/pt-PT/admin/general/dashboard.json +++ b/public/language/pt-PT/admin/general/dashboard.json @@ -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" } diff --git a/public/language/pt-PT/admin/settings/guest.json b/public/language/pt-PT/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/pt-PT/admin/settings/guest.json +++ b/public/language/pt-PT/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/pt-PT/admin/settings/reputation.json b/public/language/pt-PT/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/pt-PT/admin/settings/reputation.json +++ b/public/language/pt-PT/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/pt-PT/error.json b/public/language/pt-PT/error.json index 30971ba5de..cba099adda 100644 --- a/public/language/pt-PT/error.json +++ b/public/language/pt-PT/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "Já sinalizaste esta publicação", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB encontrou um erro enquanto recarregava: \"%1\". NodeBB irá continuar a servir os ativos existentes do lado do utilizador. No entanto deverias desfazer o que fizeste mesmo antes de teres voltado a recarregar.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/pt-PT/modules.json b/public/language/pt-PT/modules.json index 40e5968fbe..096b0ef76b 100644 --- a/public/language/pt-PT/modules.json +++ b/public/language/pt-PT/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Compor", "composer.show_preview": "Mostrar pré-visualização", "composer.hide_preview": "Ocultar pré-visualização", diff --git a/public/language/ro/admin/general/dashboard.json b/public/language/ro/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/ro/admin/general/dashboard.json +++ b/public/language/ro/admin/general/dashboard.json @@ -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" } diff --git a/public/language/ro/admin/settings/guest.json b/public/language/ro/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/ro/admin/settings/guest.json +++ b/public/language/ro/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/ro/admin/settings/reputation.json b/public/language/ro/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/ro/admin/settings/reputation.json +++ b/public/language/ro/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/ro/error.json b/public/language/ro/error.json index 3e43554277..e313ea9dc2 100644 --- a/public/language/ro/error.json +++ b/public/language/ro/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "You have already flagged this post", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB a întâmpinat o problemă la reîncarcare: \"%1\". NodeBB va continua să servească fișierele existente pentru partea-client, dar tu va trebuie să refaci modificările pe care le-ai facut înainte de reîncarcare.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/ro/modules.json b/public/language/ro/modules.json index f66c75ad06..6cf852af4b 100644 --- a/public/language/ro/modules.json +++ b/public/language/ro/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Scrie", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", diff --git a/public/language/ru/admin/general/dashboard.json b/public/language/ru/admin/general/dashboard.json index 7e673ca1b8..e81b92c458 100644 --- a/public/language/ru/admin/general/dashboard.json +++ b/public/language/ru/admin/general/dashboard.json @@ -68,5 +68,6 @@ "graphs.unique-visitors": "Уникальных пользователей", "graphs.registered-users": "Зарегистрированных пользователей", "graphs.anonymous-users": "Анонимных пользователей", - "last-restarted-by": "Last restarted by" + "last-restarted-by": "Last restarted by", + "no-users-browsing": "No users browsing" } diff --git a/public/language/ru/admin/settings/guest.json b/public/language/ru/admin/settings/guest.json index 6f0b598787..a8b9d458f0 100644 --- a/public/language/ru/admin/settings/guest.json +++ b/public/language/ru/admin/settings/guest.json @@ -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": "Гостевые Привилегии", - "privileges.can-search": "Разрешить гостям выполнять поиск без входа в систему", - "privileges.can-search-users": "Разрешить гостям искать пользователей без входа в систему" + "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\"" } \ No newline at end of file diff --git a/public/language/ru/admin/settings/reputation.json b/public/language/ru/admin/settings/reputation.json index 59ec80ddf1..40dd159132 100644 --- a/public/language/ru/admin/settings/reputation.json +++ b/public/language/ru/admin/settings/reputation.json @@ -8,5 +8,7 @@ "min-rep-flag": "Minimum reputation to flag posts", "min-rep-website": "Минимальная репутация для добавления «Веб-сайта» в профиль пользователя", "min-rep-aboutme": "Минимальная репутация, чтобы добавить «Обо мне» в профиль пользователя", - "min-rep-signature": "Минимальная репутация для добавления «Подписи» в профиль пользователя" + "min-rep-signature": "Минимальная репутация для добавления «Подписи» в профиль пользователя", + "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" } \ No newline at end of file diff --git a/public/language/ru/error.json b/public/language/ru/error.json index 48a8d5393c..52853780a0 100644 --- a/public/language/ru/error.json +++ b/public/language/ru/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "You cannot vote on your own post", "reload-failed": "NodeBB обнаружил проблему при перезагрузке: \"%1\". NodeBB продолжит работать с существующими ресурсами клиента, но вы должны отменить то, что сделали перед перезагрузкой.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/ru/modules.json b/public/language/ru/modules.json index 45197c647d..c7b62e9aef 100644 --- a/public/language/ru/modules.json +++ b/public/language/ru/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Редактор сообщений", "composer.show_preview": "Показать предпросмотр сообщения", "composer.hide_preview": "Скрыть предпросмотр", diff --git a/public/language/rw/admin/general/dashboard.json b/public/language/rw/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/rw/admin/general/dashboard.json +++ b/public/language/rw/admin/general/dashboard.json @@ -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" } diff --git a/public/language/rw/admin/settings/guest.json b/public/language/rw/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/rw/admin/settings/guest.json +++ b/public/language/rw/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/rw/admin/settings/reputation.json b/public/language/rw/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/rw/admin/settings/reputation.json +++ b/public/language/rw/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/rw/error.json b/public/language/rw/error.json index 1fc954da84..5f8d1ee1e9 100644 --- a/public/language/rw/error.json +++ b/public/language/rw/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "Wari waramaze gutambikana ibi", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB yahuye n'ingorane mu gihe cy'ipakira: \"%1\". NodeBB irakomeza kuzana ibyo yari ifite ku ruhande rw'imbere nubwo ufite kuba wasubira inyuma ugafata ibyo wari wakoze mbere yo gupakira. ", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/rw/modules.json b/public/language/rw/modules.json index 0ee19fd23d..9c57d2cc10 100644 --- a/public/language/rw/modules.json +++ b/public/language/rw/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Andika", "composer.show_preview": "Bona Uko Biza Gusa", "composer.hide_preview": "Hisha Uko Biza Gusa", diff --git a/public/language/sc/admin/general/dashboard.json b/public/language/sc/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/sc/admin/general/dashboard.json +++ b/public/language/sc/admin/general/dashboard.json @@ -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" } diff --git a/public/language/sc/admin/settings/guest.json b/public/language/sc/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/sc/admin/settings/guest.json +++ b/public/language/sc/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/sc/admin/settings/reputation.json b/public/language/sc/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/sc/admin/settings/reputation.json +++ b/public/language/sc/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/sc/error.json b/public/language/sc/error.json index be08aa5033..d0980ccf18 100644 --- a/public/language/sc/error.json +++ b/public/language/sc/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "You have already flagged this post", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/sc/modules.json b/public/language/sc/modules.json index 75a41a0317..8eb8decda0 100644 --- a/public/language/sc/modules.json +++ b/public/language/sc/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", diff --git a/public/language/sk/admin/general/dashboard.json b/public/language/sk/admin/general/dashboard.json index f8c697c479..ff8019f0dc 100644 --- a/public/language/sk/admin/general/dashboard.json +++ b/public/language/sk/admin/general/dashboard.json @@ -68,5 +68,6 @@ "graphs.unique-visitors": "Unikátny navštevníci", "graphs.registered-users": "Zarestrovaný užívatelia", "graphs.anonymous-users": "Neznámy užívatelia", - "last-restarted-by": "Posledná obnova od" + "last-restarted-by": "Posledná obnova od", + "no-users-browsing": "No users browsing" } diff --git a/public/language/sk/admin/settings/guest.json b/public/language/sk/admin/settings/guest.json index 69b4c07bc9..4594a30231 100644 --- a/public/language/sk/admin/settings/guest.json +++ b/public/language/sk/admin/settings/guest.json @@ -1,8 +1,5 @@ { "handles": "Zaobchádzanie s hosťami", "handles.enabled": "Povoliť upravovanie zaobchádzania s hosťami", - "handles.enabled-help": "Táto možnosť odkryje nové pole, ktoré umožňuje hosťom vybrať meno, ktoré sa pripojí ku každému príspevku, ktorý vytvorí. Ak bude zakázané, budú jednoducho nazývaní 'Hosť'", - "privileges": "Oprávnenie hostí", - "privileges.can-search": "Povoliť hosťom bez prihlásenia používať hľadanie", - "privileges.can-search-users": "Povoliť hosťom bez prihlásenia hľadať používateľov" + "handles.enabled-help": "Táto možnosť odkryje nové pole, ktoré umožňuje hosťom vybrať meno, ktoré sa pripojí ku každému príspevku, ktorý vytvorí. Ak bude zakázané, budú jednoducho nazývaní 'Hosť'" } \ No newline at end of file diff --git a/public/language/sk/admin/settings/reputation.json b/public/language/sk/admin/settings/reputation.json index 3d160eb908..ef09189d94 100644 --- a/public/language/sk/admin/settings/reputation.json +++ b/public/language/sk/admin/settings/reputation.json @@ -8,5 +8,7 @@ "min-rep-flag": "Minimálna reputácia pre označenie príspevku", "min-rep-website": "Minimálna reputácia pre pridanie „Webovej stránky” do používateľského profilu", "min-rep-aboutme": "Minimálna reputácia pre pridanie „O mne” do používateľského profilu", - "min-rep-signature": "Minimálna reputácia pre pridanie „Podpisu” do používateľského profilu" + "min-rep-signature": "Minimálna reputácia pre pridanie „Podpisu” do používateľského profilu", + "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" } \ No newline at end of file diff --git a/public/language/sk/error.json b/public/language/sk/error.json index 44f6e2773b..67890160b3 100644 --- a/public/language/sk/error.json +++ b/public/language/sk/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "Pre pridanie webovej stránky nemáte dostatok reputácie", "not-enough-reputation-min-rep-aboutme": "Pre pridanie „O mne“ nemáte dostatok reputácie", "not-enough-reputation-min-rep-signature": "Pre pridanie podpisu nemáte dostatok reputácie", + "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": "Už ste označili tento príspevok", "self-vote": "Za svoj vlastný príspevok nemôžete hlasovať", "reload-failed": "NodeBB narazil na problém pri načítaní: \"%1\". NodeBB bude pokračovať v službe existujúcej aktívnej klientskej strane, aj keď by ste mali vrátiť to, čo ste spravili tesne pred znovu načítaním.", @@ -148,5 +150,6 @@ "no-topics-selected": "Žiadne vybrané témy.", "cant-move-to-same-topic": "Nie je možné presunúť príspevok do rovnakej témy!", "cannot-block-self": "Nemôžete zablokovať seba samého!", - "cannot-block-privileged": "Nemôžete zablokovať správcov alebo hlavných moderátorov" + "cannot-block-privileged": "Nemôžete zablokovať správcov alebo hlavných moderátorov", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/sk/modules.json b/public/language/sk/modules.json index ab20f03e3b..0322713e9a 100644 --- a/public/language/sk/modules.json +++ b/public/language/sk/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Ukončením tejto konverzácie budete odstránený z budúcej komunikácie v tejto konverzácií. Ak budete následne znovu pridaný, neuvidíte históriu komunikácie od Vášho odchodu.", "chat.in-room": "V tejto miestnosti", "chat.kick": "Vykopnúť", + "chat.show-ip": "Show IP", "composer.compose": "Napísať", "composer.show_preview": "Zobraziť náhľad", "composer.hide_preview": "Skryť náhľad", diff --git a/public/language/sl/admin/general/dashboard.json b/public/language/sl/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/sl/admin/general/dashboard.json +++ b/public/language/sl/admin/general/dashboard.json @@ -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" } diff --git a/public/language/sl/admin/settings/guest.json b/public/language/sl/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/sl/admin/settings/guest.json +++ b/public/language/sl/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/sl/admin/settings/reputation.json b/public/language/sl/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/sl/admin/settings/reputation.json +++ b/public/language/sl/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/sl/error.json b/public/language/sl/error.json index a4be6374e4..ff7076fc31 100644 --- a/public/language/sl/error.json +++ b/public/language/sl/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "To objavo ste že prijavili.", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB je zaznal težavo pri osveževanju: ", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/sl/modules.json b/public/language/sl/modules.json index ffeac0323a..c42be27c71 100644 --- a/public/language/sl/modules.json +++ b/public/language/sl/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Sestavljanje", "composer.show_preview": "Pokaži predogled", "composer.hide_preview": "Skrij predogled", diff --git a/public/language/sr/admin/general/dashboard.json b/public/language/sr/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/sr/admin/general/dashboard.json +++ b/public/language/sr/admin/general/dashboard.json @@ -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" } diff --git a/public/language/sr/admin/settings/guest.json b/public/language/sr/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/sr/admin/settings/guest.json +++ b/public/language/sr/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/sr/admin/settings/reputation.json b/public/language/sr/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/sr/admin/settings/reputation.json +++ b/public/language/sr/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/sr/error.json b/public/language/sr/error.json index a86113e3ba..7edd161545 100644 --- a/public/language/sr/error.json +++ b/public/language/sr/error.json @@ -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" } \ No newline at end of file diff --git a/public/language/sr/modules.json b/public/language/sr/modules.json index 7eb784c3dd..d3538a5904 100644 --- a/public/language/sr/modules.json +++ b/public/language/sr/modules.json @@ -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": "Сакриј преглед", diff --git a/public/language/sv/admin/general/dashboard.json b/public/language/sv/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/sv/admin/general/dashboard.json +++ b/public/language/sv/admin/general/dashboard.json @@ -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" } diff --git a/public/language/sv/admin/settings/guest.json b/public/language/sv/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/sv/admin/settings/guest.json +++ b/public/language/sv/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/sv/admin/settings/reputation.json b/public/language/sv/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/sv/admin/settings/reputation.json +++ b/public/language/sv/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/sv/error.json b/public/language/sv/error.json index 607f21b774..4c873192f3 100644 --- a/public/language/sv/error.json +++ b/public/language/sv/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "Du har redan flaggat det här inlägget", "self-vote": "You cannot vote on your own post", "reload-failed": "NodeBB stötte på problem med att ladda om: \"%1\". NodeBB kommer fortsätta servera befintliga resurser till klienten, men du borde återställa det du gjorde innan du försökte ladda om.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/sv/modules.json b/public/language/sv/modules.json index d35b13cb7c..866ffb804f 100644 --- a/public/language/sv/modules.json +++ b/public/language/sv/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Komponera", "composer.show_preview": "Visa förhandsgranskning", "composer.hide_preview": "Dölj förhandsgranskning", diff --git a/public/language/th/admin/general/dashboard.json b/public/language/th/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/th/admin/general/dashboard.json +++ b/public/language/th/admin/general/dashboard.json @@ -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" } diff --git a/public/language/th/admin/settings/guest.json b/public/language/th/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/th/admin/settings/guest.json +++ b/public/language/th/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/th/admin/settings/reputation.json b/public/language/th/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/th/admin/settings/reputation.json +++ b/public/language/th/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/th/error.json b/public/language/th/error.json index 95b5a7465e..11eaabfbe1 100644 --- a/public/language/th/error.json +++ b/public/language/th/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "You cannot vote on your own post", "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/th/modules.json b/public/language/th/modules.json index 2d27e02e5f..0235d4882c 100644 --- a/public/language/th/modules.json +++ b/public/language/th/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "การออกจากการแชทนี้จะเป็นการลบคุณออกจากการติดต่อในอนาคตในการแชทนี้ หากคุณถูกเพิ่มเข้ามาใหม่ในอนาคตคุณจะไม่เห็นประวัติการแชทก่อนที่จะเข้าร่วมใหม่", "chat.in-room": "ในห้องนี้", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "เขียน", "composer.show_preview": "แสดงพรีวิว", "composer.hide_preview": "ซ่อนพรีวิว", diff --git a/public/language/tr/admin/general/dashboard.json b/public/language/tr/admin/general/dashboard.json index a9cc732109..5d7215a90d 100644 --- a/public/language/tr/admin/general/dashboard.json +++ b/public/language/tr/admin/general/dashboard.json @@ -68,5 +68,6 @@ "graphs.unique-visitors": "Benzersiz Ziyaretçiler", "graphs.registered-users": "Kayıtlı Kullanıcılar", "graphs.anonymous-users": "Anonim Kullanıcılar", - "last-restarted-by": "Son olarak yeniden başlatıldı" + "last-restarted-by": "Son olarak yeniden başlatıldı", + "no-users-browsing": "No users browsing" } diff --git a/public/language/tr/admin/settings/guest.json b/public/language/tr/admin/settings/guest.json index c58905db4b..e7a52f7767 100644 --- a/public/language/tr/admin/settings/guest.json +++ b/public/language/tr/admin/settings/guest.json @@ -1,8 +1,5 @@ { "handles": "Ziyaretçi Kolları", "handles.enabled": "Misafir üyelere izin ver", - "handles.enabled-help": "Bu seçenek, misafirlerin yaptıkları her gönderiyle ilişkilendirebilecekleri bir isim alanı sunar. Devre dışı bırakılırsa, gönderenin ismi basitçe \"Misafir\" olarak adlandırılacaktır.", - "privileges": "Misafir Kullanıcı Yetkileri", - "privileges.can-search": "Misafirlerin giriş yapmadan arama yapmasına izin ver", - "privileges.can-search-users": "Misafirlerin giriş yapmadan kullanıcıları aramalarına izin ver" + "handles.enabled-help": "Bu seçenek, misafirlerin yaptıkları her gönderiyle ilişkilendirebilecekleri bir isim alanı sunar. Devre dışı bırakılırsa, gönderenin ismi basitçe \"Misafir\" olarak adlandırılacaktır." } \ No newline at end of file diff --git a/public/language/tr/admin/settings/reputation.json b/public/language/tr/admin/settings/reputation.json index e7246efa90..ac662e26f5 100644 --- a/public/language/tr/admin/settings/reputation.json +++ b/public/language/tr/admin/settings/reputation.json @@ -8,5 +8,7 @@ "min-rep-flag": "Bayraklı iletiler için minimum itibar", "min-rep-website": "Kullanıcı profiline \"Web Sitesi\" eklemek için gerekli asgari itibar", "min-rep-aboutme": "Kullanıcı profiline \"Hakkımda\" eklemek için gereken asgari itibar", - "min-rep-signature": "Kullanıcı profiline \"İmza\" eklemek için gerekli asgari itibar" + "min-rep-signature": "Kullanıcı profiline \"İmza\" eklemek için gerekli asgari itibar", + "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" } \ No newline at end of file diff --git a/public/language/tr/error.json b/public/language/tr/error.json index 34dff3dd50..1f28da25ca 100644 --- a/public/language/tr/error.json +++ b/public/language/tr/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "Bir website eklemek için yeterli saygınlığa sahip değilsin", "not-enough-reputation-min-rep-aboutme": "Hakkında kısmını doldurabilmek için yeterli saygınlığa sahip değilsin", "not-enough-reputation-min-rep-signature": "İmza eklemek için yeterli saygınlığa sahip değilsin", + "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": "Bu iletiyi zaten bayrakladınız", "self-vote": "Kendi iletinize oy veremezsiniz", "reload-failed": "NodeBB tekrar yüklenirken bir sorunla karşılaştı: “%1“. NodeBB varolan dosyaları servis etmeye devam edecek.", @@ -148,5 +150,6 @@ "no-topics-selected": "Hiçbir başlık seçilmedi!", "cant-move-to-same-topic": "İletiyi aynı başlığa taşıyamazsın!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/tr/modules.json b/public/language/tr/modules.json index 2f3d5263c7..fdf666dd78 100644 --- a/public/language/tr/modules.json +++ b/public/language/tr/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Bu sohbetten ayrılmak, bu sohbetteki gelecekteki yazışmalardan sizi silecektir. Gelecekte tekrar eklendiyseniz, yeniden katılmadan önce herhangi bir sohbet geçmişi görmezsiniz.", "chat.in-room": "Bu odada", "chat.kick": "Dışarı At", + "chat.show-ip": "Show IP", "composer.compose": "Yaz", "composer.show_preview": "Önizleme Göster", "composer.hide_preview": "Önizleme Sakla", diff --git a/public/language/uk/admin/general/dashboard.json b/public/language/uk/admin/general/dashboard.json index 5c04827959..06a7396f6c 100644 --- a/public/language/uk/admin/general/dashboard.json +++ b/public/language/uk/admin/general/dashboard.json @@ -68,5 +68,6 @@ "graphs.unique-visitors": "Унікальні відвідувачі", "graphs.registered-users": "Зареєстровані користувачі", "graphs.anonymous-users": "Анонімні користувачі", - "last-restarted-by": "Last restarted by" + "last-restarted-by": "Last restarted by", + "no-users-browsing": "No users browsing" } diff --git a/public/language/uk/admin/settings/guest.json b/public/language/uk/admin/settings/guest.json index 4de7ce14dd..fbd6685913 100644 --- a/public/language/uk/admin/settings/guest.json +++ b/public/language/uk/admin/settings/guest.json @@ -1,8 +1,5 @@ { "handles": "Гостьові імена", "handles.enabled": "Дозволити гостьові імена", - "handles.enabled-help": "Ця опція надає додаткове поле, що дозволяє гостям обрати собі ім'я для кожного посту. Якщо вимкнено, вони будуть просто зватися \"Гість\"", - "privileges": "Привілеї гостей", - "privileges.can-search": "Дозволити гостьовий пошук без входу", - "privileges.can-search-users": "Дозволити гостям пошук по користувачам без входу" + "handles.enabled-help": "Ця опція надає додаткове поле, що дозволяє гостям обрати собі ім'я для кожного посту. Якщо вимкнено, вони будуть просто зватися \"Гість\"" } \ No newline at end of file diff --git a/public/language/uk/admin/settings/reputation.json b/public/language/uk/admin/settings/reputation.json index 039ba2c10f..069eb774fa 100644 --- a/public/language/uk/admin/settings/reputation.json +++ b/public/language/uk/admin/settings/reputation.json @@ -8,5 +8,7 @@ "min-rep-flag": "Мінімальна репутація для подання скарг на пости", "min-rep-website": "Мінімальна репутація для додавання \"Веб-сайту\" до профілю користувача", "min-rep-aboutme": "Мінімальна репутація для додавання \"Про мене\" до профілю користувача", - "min-rep-signature": "Мінімальна репутація для додавання \"Підпис\" до профілю користувача" + "min-rep-signature": "Мінімальна репутація для додавання \"Підпис\" до профілю користувача", + "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" } \ No newline at end of file diff --git a/public/language/uk/error.json b/public/language/uk/error.json index 94a8873c5d..4bbd8b1016 100644 --- a/public/language/uk/error.json +++ b/public/language/uk/error.json @@ -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": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/uk/modules.json b/public/language/uk/modules.json index 6ca40cf307..e603297329 100644 --- a/public/language/uk/modules.json +++ b/public/language/uk/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Залишивши цей чат, ви видалите вас із майбутньої кореспонденції у цьому чаті. Якщо ви знову будете додані в майбутньому, ви не побачите жодної історії чату перед тим, як знову приєднатися.", "chat.in-room": "У цій кімнаті", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Редактор повідомлень", "composer.show_preview": "Показати попередній перегляд", "composer.hide_preview": "Сховати попередній перегляд", diff --git a/public/language/vi/admin/general/dashboard.json b/public/language/vi/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/vi/admin/general/dashboard.json +++ b/public/language/vi/admin/general/dashboard.json @@ -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" } diff --git a/public/language/vi/admin/settings/guest.json b/public/language/vi/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/vi/admin/settings/guest.json +++ b/public/language/vi/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/vi/admin/settings/reputation.json b/public/language/vi/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/vi/admin/settings/reputation.json +++ b/public/language/vi/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/vi/error.json b/public/language/vi/error.json index d57107ead1..313c909daa 100644 --- a/public/language/vi/error.json +++ b/public/language/vi/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "Bạn đã gắn cờ cho bài viết này", "self-vote": "Bạn không thể tự bầu cho bài đăng của mình", "reload-failed": "NodeBB gặp lỗi trong khi tải lại: \"%1\". NodeBB sẽ tiếp tục hoạt động với dữ liệu trước đó, tuy nhiên bạn nên tháo gỡ những gì bạn vừa thực hiện trước khi tải lại.", @@ -148,5 +150,6 @@ "no-topics-selected": "Không có chủ đề nào đang được chọn!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/vi/modules.json b/public/language/vi/modules.json index 2556db742e..1a9aa08406 100644 --- a/public/language/vi/modules.json +++ b/public/language/vi/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "Soạn thảo", "composer.show_preview": "Hiện Xem trước", "composer.hide_preview": "Ẩn Xem trước", diff --git a/public/language/zh-CN/admin/general/dashboard.json b/public/language/zh-CN/admin/general/dashboard.json index bafac36149..4acc825363 100644 --- a/public/language/zh-CN/admin/general/dashboard.json +++ b/public/language/zh-CN/admin/general/dashboard.json @@ -68,5 +68,6 @@ "graphs.unique-visitors": "单一访客", "graphs.registered-users": "已注册用户", "graphs.anonymous-users": "匿名用户", - "last-restarted-by": "上次重启管理员/时间" + "last-restarted-by": "上次重启管理员/时间", + "no-users-browsing": "No users browsing" } diff --git a/public/language/zh-CN/admin/settings/guest.json b/public/language/zh-CN/admin/settings/guest.json index 8cf23e04aa..885f432ad2 100644 --- a/public/language/zh-CN/admin/settings/guest.json +++ b/public/language/zh-CN/admin/settings/guest.json @@ -1,8 +1,5 @@ { "handles": "游客用户名", "handles.enabled": "允许游客用户名", - "handles.enabled-help": "这个选项将允许游客使用一个额外的输入框来设置发帖时的用户名,如果被禁用,仅会统一显示为“游客”", - "privileges": "游客权限", - "privileges.can-search": "允许未登录的游客使用搜索", - "privileges.can-search-users": "允许未登录的游客查找用户" + "handles.enabled-help": "这个选项将允许游客使用一个额外的输入框来设置发帖时的用户名,如果被禁用,仅会统一显示为“游客”" } \ No newline at end of file diff --git a/public/language/zh-CN/admin/settings/reputation.json b/public/language/zh-CN/admin/settings/reputation.json index 775c975840..fd08ed5cfa 100644 --- a/public/language/zh-CN/admin/settings/reputation.json +++ b/public/language/zh-CN/admin/settings/reputation.json @@ -8,5 +8,7 @@ "min-rep-flag": "举报帖子需要的最小声望", "min-rep-website": "设置网站所需要的最小声望", "min-rep-aboutme": "设置关于我所需要的最小声望", - "min-rep-signature": "设置签名档所需要的最小声望" + "min-rep-signature": "设置签名档所需要的最小声望", + "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" } \ No newline at end of file diff --git a/public/language/zh-CN/error.json b/public/language/zh-CN/error.json index af9da36d02..e887a2cb7c 100644 --- a/public/language/zh-CN/error.json +++ b/public/language/zh-CN/error.json @@ -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" } \ No newline at end of file diff --git a/public/language/zh-CN/modules.json b/public/language/zh-CN/modules.json index c416aac176..5f0a681c9c 100644 --- a/public/language/zh-CN/modules.json +++ b/public/language/zh-CN/modules.json @@ -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": "隐藏预览", diff --git a/public/language/zh-TW/admin/general/dashboard.json b/public/language/zh-TW/admin/general/dashboard.json index ed74742f32..282b7409e8 100644 --- a/public/language/zh-TW/admin/general/dashboard.json +++ b/public/language/zh-TW/admin/general/dashboard.json @@ -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" } diff --git a/public/language/zh-TW/admin/settings/guest.json b/public/language/zh-TW/admin/settings/guest.json index 6b2ac2c8b2..a8b9d458f0 100644 --- a/public/language/zh-TW/admin/settings/guest.json +++ b/public/language/zh-TW/admin/settings/guest.json @@ -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\"" } \ No newline at end of file diff --git a/public/language/zh-TW/admin/settings/reputation.json b/public/language/zh-TW/admin/settings/reputation.json index c698592cff..910909ff65 100644 --- a/public/language/zh-TW/admin/settings/reputation.json +++ b/public/language/zh-TW/admin/settings/reputation.json @@ -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" } \ No newline at end of file diff --git a/public/language/zh-TW/error.json b/public/language/zh-TW/error.json index 0fc0b4fee2..504d8e418a 100644 --- a/public/language/zh-TW/error.json +++ b/public/language/zh-TW/error.json @@ -127,6 +127,8 @@ "not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website", "not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me", "not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a 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": "You cannot vote on your own post", "reload-failed": "NodeBB重載\"%1\"時遇到了問題。 NodeBB將繼續提供現有的客戶端資源,但請你撤消重載前的動作。", @@ -148,5 +150,6 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", "cannot-block-self": "You cannot block yourself!", - "cannot-block-privileged": "You cannot block administrators or global moderators" + "cannot-block-privileged": "You cannot block administrators or global moderators", + "no-connection": "There seems to be a problem with your internet connection" } \ No newline at end of file diff --git a/public/language/zh-TW/modules.json b/public/language/zh-TW/modules.json index 2f21de608e..78df5d5ccf 100644 --- a/public/language/zh-TW/modules.json +++ b/public/language/zh-TW/modules.json @@ -32,6 +32,7 @@ "chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.", "chat.in-room": "In this room", "chat.kick": "Kick", + "chat.show-ip": "Show IP", "composer.compose": "撰寫", "composer.show_preview": "顯示預覽", "composer.hide_preview": "隱藏預覽",