diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 8a3f0df422..724a49d584 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -192,7 +192,7 @@ jobs:
run: npm run coverage
- name: Test coverage
- uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
+ uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
if: matrix.coverage
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -206,7 +206,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
- uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
+ uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 34402b38c9..273e8de4c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,65 @@
+#### v4.0.6 (2025-02-27)
+
+##### Chores
+
+* up dbsearch (9e1a0a13)
+* add sourceContent to schema (b2cdd5fd)
+* up harmony (f94cf5ce)
+* up deps (a9563d75)
+* up harmony (08014e7c)
+* up harmony (8385d4ae)
+* up harmony (0a9d28d5)
+* up harmony (c920836a)
+* up esbuild (2ab6a368)
+* up widgets (02a8d9b6)
+* up harmony (05bbefd1)
+* incrementing version number - v4.0.5 (1792a62b)
+* update changelog for v4.0.5 (f84b9fc7)
+* incrementing version number - v4.0.4 (b1125cce)
+* incrementing version number - v4.0.3 (2b65c735)
+* incrementing version number - v4.0.2 (73fe5fcf)
+* incrementing version number - v4.0.1 (a461b758)
+* incrementing version number - v4.0.0 (c1eaee45)
+
+##### New Features
+
+* match events and parent style (e38d1531)
+* merge consecutive share events (9153f8cf)
+* **config:** add `acpPluginInstallDisabled` option (#13189) (577eee2f)
+
+##### Bug Fixes
+
+* add missing file (04d5edbb)
+* #13202, private note assertion failure when cc property is missing (c65e1ebb)
+* tests for public and private note assertion, failing test for private note assertion with missing cc prop (efb27ce0)
+* closes #13206, truncate long usernames (51872d54)
+* closes #13207, add localComments (13a13e1d)
+* handle multiple types in remote actor payload (d91b80d2)
+* don't send validation email for pending emails (07957e82)
+* missing db (52b23313)
+* #13198, use email from confirmObj (b4dfc48b)
+* summary post parse (e9d4c7b9)
+* add sourceContent to getPostSummaryByPids (ad92e931)
+* #13193, add lang strings (2c830567)
+* #13194, dont notify about cid=-1 (b8c8ae09)
+* old upgrade script so it doesn't create settings objects (fe980688)
+* escape confirm email in acp manage users (9bfa8853)
+* add missing await on filter:user.logout (c6b8256f)
+* relaxing strict allowedTags configuration for incoming AP content (allowing picture, source, and additional attributes for img) (2ad48f17)
+
+##### Other Changes
+
+* fix (ec11b0c2)
+
+##### Refactors
+
+* use sortedSetRemoveBulk (349084d8)
+* don't make db request if there is no code (53a2be9d)
+
+##### Tests
+
+* remove extra .only, add basic tests for public note assertion (64267f7d)
+
#### v4.0.5 (2025-02-20)
##### Chores
diff --git a/docker-compose-pgsql.yml b/docker-compose-pgsql.yml
index 115cb94e37..e7af970bf5 100644
--- a/docker-compose-pgsql.yml
+++ b/docker-compose-pgsql.yml
@@ -14,7 +14,7 @@ services:
- ./install/docker/setup.json:/usr/src/app/setup.json
postgres:
- image: postgres:17.2-alpine
+ image: postgres:17.4-alpine
restart: unless-stopped
environment:
POSTGRES_USER: nodebb
diff --git a/docker-compose.yml b/docker-compose.yml
index 13dfc20d72..7877582680 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -34,7 +34,7 @@ services:
- redis
postgres:
- image: postgres:17.2-alpine
+ image: postgres:17.4-alpine
restart: unless-stopped
environment:
POSTGRES_USER: nodebb
diff --git a/install/package.json b/install/package.json
index d04cda689c..fdbea1d17c 100644
--- a/install/package.json
+++ b/install/package.json
@@ -39,11 +39,11 @@
"@textcomplete/contenteditable": "0.1.13",
"@textcomplete/core": "0.1.13",
"@textcomplete/textarea": "0.1.13",
- "ace-builds": "1.38.0",
+ "ace-builds": "1.39.0",
"archiver": "7.0.1",
"async": "3.2.6",
"autoprefixer": "10.4.20",
- "bcryptjs": "2.4.3",
+ "bcryptjs": "3.0.2",
"benchpressjs": "2.5.3",
"body-parser": "1.20.3",
"bootbox": "6.0.0",
@@ -63,7 +63,7 @@
"connect-pg-simple": "10.0.0",
"connect-redis": "8.0.1",
"cookie-parser": "1.4.7",
- "cron": "3.5.0",
+ "cron": "4.0.0",
"cropperjs": "1.6.2",
"csrf-sync": "4.0.3",
"daemon": "1.1.0",
@@ -129,7 +129,7 @@
"rss": "1.2.2",
"rtlcss": "4.3.0",
"sanitize-html": "2.14.0",
- "sass": "1.85.0",
+ "sass": "1.85.1",
"satori": "0.12.1",
"semver": "7.7.1",
"serve-favicon": "2.5.0",
@@ -153,14 +153,14 @@
"winston": "3.17.0",
"workerpool": "9.2.0",
"xml": "1.0.1",
- "xregexp": "5.1.1",
+ "xregexp": "5.1.2",
"yargs": "17.7.2",
"zxcvbn": "4.4.2"
},
"devDependencies": {
"@apidevtools/swagger-parser": "10.1.0",
- "@commitlint/cli": "19.6.1",
- "@commitlint/config-angular": "19.7.0",
+ "@commitlint/cli": "19.7.1",
+ "@commitlint/config-angular": "19.7.1",
"coveralls": "3.1.1",
"eslint": "8.57.1",
"eslint-config-nodebb": "0.2.1",
@@ -169,15 +169,15 @@
"grunt-contrib-watch": "1.1.0",
"husky": "8.0.3",
"jsdom": "26.0.0",
- "lint-staged": "15.4.0",
- "mocha": "11.0.1",
+ "lint-staged": "15.4.3",
+ "mocha": "11.1.0",
"mocha-lcov-reporter": "1.3.0",
"mockdate": "3.0.5",
"nyc": "17.1.0",
"smtp-server": "3.13.6"
},
"optionalDependencies": {
- "sass-embedded": "1.83.4"
+ "sass-embedded": "1.85.1"
},
"resolutions": {
"*/jquery": "3.7.1"
diff --git a/public/language/ar/admin/settings/advanced.json b/public/language/ar/admin/settings/advanced.json
index 982eaa2f64..fa1abbad0f 100644
--- a/public/language/ar/admin/settings/advanced.json
+++ b/public/language/ar/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/ar/admin/settings/general.json b/public/language/ar/admin/settings/general.json
index 5009685c7e..43e7f5a38c 100644
--- a/public/language/ar/admin/settings/general.json
+++ b/public/language/ar/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Title Layout",
"title-layout-help": "Define how the browser title will be structured ie. {pageTitle} | {browserTitle}",
"description.placeholder": "A short description about your community",
- "description": "Choose what page is shown when users navigate to the root URL of your forum.",
+ "description": "Site Description",
"keywords": "الكلمات الدليله للموقع",
"keywords-placeholder": "Keywords describing your community, comma-separated",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "Home Page",
"home-page-route": "Home Page Route",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")",
diff --git a/public/language/ar/category.json b/public/language/ar/category.json
index 24a54025a1..a936ead4b5 100644
--- a/public/language/ar/category.json
+++ b/public/language/ar/category.json
@@ -1,6 +1,8 @@
{
"category": "قسم",
"subcategories": "قسم فرعي",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "موضوع جديد",
"guest-login-post": "سجل الدخول للمشاركة",
"no-topics": "لا توجد مواضيع في هذه القسملم لا تحاول إنشاء موضوع؟
",
diff --git a/public/language/ar/error.json b/public/language/ar/error.json
index addd07fd9c..cc38794512 100644
--- a/public/language/ar/error.json
+++ b/public/language/ar/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/ar/themes/harmony.json b/public/language/ar/themes/harmony.json
index e3ba514912..727a1b0553 100644
--- a/public/language/ar/themes/harmony.json
+++ b/public/language/ar/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/bg/admin/settings/advanced.json b/public/language/bg/admin/settings/advanced.json
index 7992505008..c82011bfa0 100644
--- a/public/language/bg/admin/settings/advanced.json
+++ b/public/language/bg/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "По подразбиране: %1",
"sockets.delay": "Забавяне при повторно свързване",
- "analytics.settings": "Настройки за анализите",
- "analytics.max-cache": "Макс. стойност на кеша за анализите",
- "analytics.max-cache-help": "При инсталации с натоварен трафик, кешът може да бъде изразходен, ако има повече едновременни потребители, от колкото е максималната стойност на кеша. (Изисква рестартиране)",
"compression.settings": "Настройки за компресирането",
"compression.enable": "Включване на компресирането",
"compression.help": "Тази настройка включва компресирането чрез „gzip“. За натоварени уеб сайтове най-добрият начин за използване на компресия е тя да се случва на нивото на обратния сървър-посредник (reverse proxy). Но с цел тестване, можете да го включите и тук."
diff --git a/public/language/bg/admin/settings/general.json b/public/language/bg/admin/settings/general.json
index 65e1e54448..9c84b5413d 100644
--- a/public/language/bg/admin/settings/general.json
+++ b/public/language/bg/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Разположение на заглавието",
"title-layout-help": "Определете как ще бъде структурирано заглавието на браузъра, например: {pageTitle} | {browserTitle}",
"description.placeholder": "Кратко описание на общността Ви",
- "description": "Изберете коя страница да бъде показана, когато потребителите отидат на главния адрес на форума.",
+ "description": "Описание на уеб сайта",
"keywords": "Ключови думи на уеб сайта",
"keywords-placeholder": "Ключови думи, описващи общността Ви. Трябва да бъдат разделени със запетаи.",
"logo-and-icons": "Лого и иконки на уеб сайта",
@@ -51,6 +51,7 @@
"topic-tools": "Инструменти за темите",
"home-page": "Начална страница",
"home-page-route": "Път на началната страница",
+ "home-page-description": "Изберете коя страница да бъде показана, когато потребителите отидат на главния адрес на форума.",
"custom-route": "Персонализиран път",
"allow-user-home-pages": "Разрешаване на потребителските начални страници",
"home-page-title": "Заглавие на началната страница (по подразбиране: „Начало“)",
diff --git a/public/language/bg/category.json b/public/language/bg/category.json
index 2d28ec9299..69de6b55ec 100644
--- a/public/language/bg/category.json
+++ b/public/language/bg/category.json
@@ -1,6 +1,8 @@
{
"category": "Категория",
"subcategories": "Подкатегории",
+ "uncategorized": "Без категория",
+ "uncategorized.description": "Теми, които не пасват на никоя конкретна категория",
"new-topic-button": "Нова тема",
"guest-login-post": "Впишете се, за да можете да публикувате",
"no-topics": "Все още няма теми в тази категория.
Защо не създадете някоя?",
diff --git a/public/language/bg/error.json b/public/language/bg/error.json
index 30952b74ec..61fce25ea4 100644
--- a/public/language/bg/error.json
+++ b/public/language/bg/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "В момента сървърът е недостъпен. Натиснете тук, за да опитате отново, или опитайте пак по-късно.",
"invalid-plugin-id": "Грешен идентификатор на добавка",
"plugin-not-whitelisted": "Добавката не може да бъде инсталирана – само добавки, одобрени от пакетния мениджър на NodeBB могат да бъдат инсталирани чрез ACP",
+ "plugin-installation-via-acp-disabled": "Инсталирането на добавки чрез ACP е изключено",
"plugins-set-in-configuration": "Не можете да променяте състоянието на добавката, тъй като то се определя по време на работата ѝ (чрез config.json, променливи на средата или аргументи при изпълнение). Вместо това може да промените конфигурацията.",
"theme-not-set-in-configuration": "Когато определяте активните добавки в конфигурацията, промяната на темите изисква да се добави новата тема към активните добавки, преди актуализирането ѝ в ACP",
"topic-event-unrecognized": "Събитието „%1“ на темата е неизвестно",
@@ -249,7 +250,7 @@
"api.501": "Пътят, който се опитвате да извикате, все още не съществува. Моля, опитайте отново утре.",
"api.503": "Пътят, който се опитвате да извикате, в момента не е достъпен, поради настройките на сървъра.",
"api.reauth-required": "Ресурсът, който се опитвате да достъпите, изисква (повторно) удостоверяване.",
- "activitypub.not-enabled": "Federation is not enabled on this server",
+ "activitypub.not-enabled": "Федерирането не е включено на този сървър",
"activitypub.invalid-id": "Входният идентификатор не може да бъде разпознат – може да е неправилен.",
"activitypub.get-failed": "Посоченият материал не може да бъде получен.",
"activitypub.pubKey-not-found": "Публичният ключ не може да бъде разпознат, така че потвърждението на данните не може да бъде извършено.",
diff --git a/public/language/bg/themes/harmony.json b/public/language/bg/themes/harmony.json
index 0aa61b4924..ea6809c9b5 100644
--- a/public/language/bg/themes/harmony.json
+++ b/public/language/bg/themes/harmony.json
@@ -13,10 +13,11 @@
"settings.mobileTopicTeasers": "Показване на резюмета на темите на мобилни устройства",
"settings.stickyToolbar": "Статична лента с инструменти",
"settings.stickyToolbar.help": "Лентата с инструменти в страниците с теми и категории ще стои винаги в горния край на страницата",
- "settings.topicSidebarTools": "Topic sidebar tools",
- "settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Автоматично скриване на долната лента",
- "settings.autohideBottombar.help": "В изгледа за мобилни устройства долната лента ще се скрива, когато страницата се превърта надолу",
+ "settings.topicSidebarTools": "Странична лента с инструменти за темите",
+ "settings.topicSidebarTools.help": "Тази настройка ще премести инструментите за темите в страничната лента, когато се ползва настолната версия на уеб сайта",
+ "settings.autohideBottombar": "Автоматично скриване на лентата за навигация за мобилни устройства",
+ "settings.autohideBottombar.help": "Лентата за мобилни устройства ще се скрива, когато страницата бъде превъртяна надолу",
+ "settings.topMobilebar": "Преместване на лентата за навигация за мобилни устройства в горната част",
"settings.openSidebars": "Отваряне на страничните ленти",
"settings.chatModals": "Включване на прозорците за разговори"
}
\ No newline at end of file
diff --git a/public/language/bn/admin/settings/advanced.json b/public/language/bn/admin/settings/advanced.json
index 982eaa2f64..fa1abbad0f 100644
--- a/public/language/bn/admin/settings/advanced.json
+++ b/public/language/bn/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/bn/admin/settings/general.json b/public/language/bn/admin/settings/general.json
index 6848747e86..d56c819745 100644
--- a/public/language/bn/admin/settings/general.json
+++ b/public/language/bn/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Title Layout",
"title-layout-help": "Define how the browser title will be structured ie. {pageTitle} | {browserTitle}",
"description.placeholder": "A short description about your community",
- "description": "Choose what page is shown when users navigate to the root URL of your forum.",
+ "description": "Site Description",
"keywords": "Site Keywords",
"keywords-placeholder": "Keywords describing your community, comma-separated",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "Home Page",
"home-page-route": "Home Page Route",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")",
diff --git a/public/language/bn/category.json b/public/language/bn/category.json
index 259bf0e7d6..7bf90a4440 100644
--- a/public/language/bn/category.json
+++ b/public/language/bn/category.json
@@ -1,6 +1,8 @@
{
"category": "বিভাগ",
"subcategories": "উপবিভাগ",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "নতুন টপিক",
"guest-login-post": "উত্তর দিতে লগিন করুন",
"no-topics": "এই বিভাগে কোন আলোচনা নেই!
আপনি চাইলে নতুন আলোচনা শুরু করতে পারেন।",
diff --git a/public/language/bn/error.json b/public/language/bn/error.json
index 4509d0dba3..d458e34b40 100644
--- a/public/language/bn/error.json
+++ b/public/language/bn/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/bn/themes/harmony.json b/public/language/bn/themes/harmony.json
index e3ba514912..727a1b0553 100644
--- a/public/language/bn/themes/harmony.json
+++ b/public/language/bn/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/cs/admin/settings/advanced.json b/public/language/cs/admin/settings/advanced.json
index bc10146c76..6f65a2bc45 100644
--- a/public/language/cs/admin/settings/advanced.json
+++ b/public/language/cs/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/cs/admin/settings/general.json b/public/language/cs/admin/settings/general.json
index fae5a99573..78c991a4f9 100644
--- a/public/language/cs/admin/settings/general.json
+++ b/public/language/cs/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Vzhled názvu",
"title-layout-help": "Určete jak název prohlížeče má být sestaven, tj. {pageTitle} | {browserTitle}",
"description.placeholder": "Zkrácený popis vaší komunity",
- "description": "Vyberte, kterou stránku chcete zobrazit, jakmile uživatel přejde na výchozí URL vašeho fóra.",
+ "description": "Site Description",
"keywords": "Klíčová slova pro stránky",
"keywords-placeholder": "Klíčová slova popisující vaši komunitu, odděleno čárkou",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "Domovská stránka",
"home-page-route": "Cesta k domovské stránce",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Upravit cestu",
"allow-user-home-pages": "Povolit uživatelům domovské stránky",
"home-page-title": "Titulka domovské stránky (výchozí „Domů”)",
diff --git a/public/language/cs/category.json b/public/language/cs/category.json
index eb98a2b514..224b2b3351 100644
--- a/public/language/cs/category.json
+++ b/public/language/cs/category.json
@@ -1,6 +1,8 @@
{
"category": "Kategorie",
"subcategories": "Podkategorie",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Nové téma",
"guest-login-post": "Přihlásit se pro přispívání",
"no-topics": "V této kategorii zatím nejsou žádné příspěvky.
Můžeš být první.",
diff --git a/public/language/cs/error.json b/public/language/cs/error.json
index 0f33bfcd0d..ba7e5906f2 100644
--- a/public/language/cs/error.json
+++ b/public/language/cs/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/cs/themes/harmony.json b/public/language/cs/themes/harmony.json
index e3ba514912..727a1b0553 100644
--- a/public/language/cs/themes/harmony.json
+++ b/public/language/cs/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/da/admin/settings/advanced.json b/public/language/da/admin/settings/advanced.json
index 982eaa2f64..fa1abbad0f 100644
--- a/public/language/da/admin/settings/advanced.json
+++ b/public/language/da/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/da/admin/settings/general.json b/public/language/da/admin/settings/general.json
index 6848747e86..d56c819745 100644
--- a/public/language/da/admin/settings/general.json
+++ b/public/language/da/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Title Layout",
"title-layout-help": "Define how the browser title will be structured ie. {pageTitle} | {browserTitle}",
"description.placeholder": "A short description about your community",
- "description": "Choose what page is shown when users navigate to the root URL of your forum.",
+ "description": "Site Description",
"keywords": "Site Keywords",
"keywords-placeholder": "Keywords describing your community, comma-separated",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "Home Page",
"home-page-route": "Home Page Route",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")",
diff --git a/public/language/da/category.json b/public/language/da/category.json
index 3c8ed6132d..b817d7d2a4 100644
--- a/public/language/da/category.json
+++ b/public/language/da/category.json
@@ -1,6 +1,8 @@
{
"category": "Kategori",
"subcategories": "Underkategorier",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Nyt emne",
"guest-login-post": "Log ind",
"no-topics": "Der er ikke nogen nye emner i denne kategori.
Hvorfor prøver du ikke at lave et?",
diff --git a/public/language/da/error.json b/public/language/da/error.json
index ea4d8cd145..fe7366fe7a 100644
--- a/public/language/da/error.json
+++ b/public/language/da/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/da/themes/harmony.json b/public/language/da/themes/harmony.json
index e3ba514912..727a1b0553 100644
--- a/public/language/da/themes/harmony.json
+++ b/public/language/da/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/de/admin/settings/advanced.json b/public/language/de/admin/settings/advanced.json
index 9310b773b2..472cc8e05e 100644
--- a/public/language/de/admin/settings/advanced.json
+++ b/public/language/de/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Standard: %1",
"sockets.delay": "Wiederverbindungsverzögerung",
- "analytics.settings": "Analytik-Einstellungen",
- "analytics.max-cache": "Analytik-Cache Max-Wert",
- "analytics.max-cache-help": "Bei Installationen mit hohem Datenverkehr kann der Cache kontinuierlich erschöpft werden, wenn die Anzahl der gleichzeitig aktiven Benutzer den Wert für \"Max Cache\" überschreitet. (Neustart erforderlich)",
"compression.settings": "Komprimierungseinstellungen",
"compression.enable": "Komprimierung einschalten",
"compression.help": "Diese Einstellung aktiviert die gzip-Komprimierung. Für eine produktive Website mit hohem Datenverkehr ist es am besten, die Komprimierung auf der Ebene des Reverse-Proxys zu implementieren. Sie können sie hier zu Testzwecken aktivieren."
diff --git a/public/language/de/admin/settings/general.json b/public/language/de/admin/settings/general.json
index 795070f128..4ea6834bda 100644
--- a/public/language/de/admin/settings/general.json
+++ b/public/language/de/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Titel Layout",
"title-layout-help": "Definiert wie der Browser Titel gebildet wird, z.B. {pageTitle} | {browserTitle}",
"description.placeholder": "Eine kurze Beschreibung der Community",
- "description": "Wähle, welche Seite angezeigt wird, wenn Benutzer zur Stamm-URL deines Forums navigieren.",
+ "description": "Site Description",
"keywords": "Forum Schlüsselworte",
"keywords-placeholder": "Schlüsselworte, die ihre Community beschreiben, mit Komma getrennt",
"logo-and-icons": "Website-Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Themen-Tools",
"home-page": "Startseite",
"home-page-route": "Startseiten Route",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Benutzerdefinierte Route",
"allow-user-home-pages": "Benutzer-Startseiten zulassen",
"home-page-title": "Titel der Startseite (Standardmäßig \"Home\")",
diff --git a/public/language/de/category.json b/public/language/de/category.json
index 1078ba6e54..71d782cdff 100644
--- a/public/language/de/category.json
+++ b/public/language/de/category.json
@@ -1,6 +1,8 @@
{
"category": "Kategorie",
"subcategories": "Unterkategorien",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Neues Thema",
"guest-login-post": "Melde dich an, um einen Beitrag zu erstellen",
"no-topics": "Es gibt noch keine Themen in dieser Kategorie.
Warum beginnst du nicht eins?",
diff --git a/public/language/de/error.json b/public/language/de/error.json
index 2cdb346ff6..1ec4c0df92 100644
--- a/public/language/de/error.json
+++ b/public/language/de/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Der Server kann zurzeit nicht erreicht werden. Klicken Sie hier, um es erneut zu versuchen, oder versuchen Sie es später erneut",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Plugin kann nicht installiert werden – nur Plugins, die vom NodeBB Package Manager in die Whitelist aufgenommen wurden, können über den ACP installiert werden",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "Du darfst den Status der Plugins nicht ändern, da sie zur Laufzeit definiert werden (config.json, Umgebungsvariablen oder Terminalargumente). Bitte ändere stattdessen die Konfiguration.",
"theme-not-set-in-configuration": "Wenn in der Konfiguration aktive Plugins definiert werden, muss bei einem Themenwechsel das neue Thema zur Liste der aktiven Plugins hinzugefügt werden, bevor es im ACP aktualisiert wird.",
"topic-event-unrecognized": "Themenereignis „%1“ nicht erkannt",
diff --git a/public/language/de/themes/harmony.json b/public/language/de/themes/harmony.json
index b6f021d6cb..dc403bdec3 100644
--- a/public/language/de/themes/harmony.json
+++ b/public/language/de/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "Die Toolbar auf Themen- und Kategorieseiten bleibt oben an der Seite kleben",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Fußzeile automatisch verbergen",
- "settings.autohideBottombar.help": "Die Fußzeile wird auf Mobilgeräten versteckt, sobald nach unten gescrollt wird",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Seitennavigation öffnen",
"settings.chatModals": "Chatfenster aktivieren"
}
\ No newline at end of file
diff --git a/public/language/el/admin/settings/advanced.json b/public/language/el/admin/settings/advanced.json
index 982eaa2f64..fa1abbad0f 100644
--- a/public/language/el/admin/settings/advanced.json
+++ b/public/language/el/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/el/admin/settings/general.json b/public/language/el/admin/settings/general.json
index 6848747e86..d56c819745 100644
--- a/public/language/el/admin/settings/general.json
+++ b/public/language/el/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Title Layout",
"title-layout-help": "Define how the browser title will be structured ie. {pageTitle} | {browserTitle}",
"description.placeholder": "A short description about your community",
- "description": "Choose what page is shown when users navigate to the root URL of your forum.",
+ "description": "Site Description",
"keywords": "Site Keywords",
"keywords-placeholder": "Keywords describing your community, comma-separated",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "Home Page",
"home-page-route": "Home Page Route",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")",
diff --git a/public/language/el/category.json b/public/language/el/category.json
index 52cb9e2f8a..bc454a3a1f 100644
--- a/public/language/el/category.json
+++ b/public/language/el/category.json
@@ -1,6 +1,8 @@
{
"category": "Κατηγορία",
"subcategories": "Υποκατηγορίες",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Νέο Θέμα",
"guest-login-post": "Συνδέσου για να δημοσιεύσεις",
"no-topics": "Δεν υπάρχουν θέματα σε αυτή την κατηγορία.
Γιατί δεν δοκιμάζεις να δημοσιεύσεις ένα εσύ;",
diff --git a/public/language/el/error.json b/public/language/el/error.json
index 280e7c9a92..ea67f20c41 100644
--- a/public/language/el/error.json
+++ b/public/language/el/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/el/themes/harmony.json b/public/language/el/themes/harmony.json
index e3ba514912..727a1b0553 100644
--- a/public/language/el/themes/harmony.json
+++ b/public/language/el/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/en-US/admin/settings/advanced.json b/public/language/en-US/admin/settings/advanced.json
index 982eaa2f64..fa1abbad0f 100644
--- a/public/language/en-US/admin/settings/advanced.json
+++ b/public/language/en-US/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/en-US/admin/settings/general.json b/public/language/en-US/admin/settings/general.json
index 6848747e86..d56c819745 100644
--- a/public/language/en-US/admin/settings/general.json
+++ b/public/language/en-US/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Title Layout",
"title-layout-help": "Define how the browser title will be structured ie. {pageTitle} | {browserTitle}",
"description.placeholder": "A short description about your community",
- "description": "Choose what page is shown when users navigate to the root URL of your forum.",
+ "description": "Site Description",
"keywords": "Site Keywords",
"keywords-placeholder": "Keywords describing your community, comma-separated",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "Home Page",
"home-page-route": "Home Page Route",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")",
diff --git a/public/language/en-US/category.json b/public/language/en-US/category.json
index 8b1e83e8b3..322e54b1a7 100644
--- a/public/language/en-US/category.json
+++ b/public/language/en-US/category.json
@@ -1,6 +1,8 @@
{
"category": "Category",
"subcategories": "Subcategories",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "New Topic",
"guest-login-post": "Log in to post",
"no-topics": "There are no topics in this category.
Why don't you try posting one?",
diff --git a/public/language/en-US/error.json b/public/language/en-US/error.json
index e6757200f1..f2c5fa7a39 100644
--- a/public/language/en-US/error.json
+++ b/public/language/en-US/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/en-US/themes/harmony.json b/public/language/en-US/themes/harmony.json
index e3ba514912..727a1b0553 100644
--- a/public/language/en-US/themes/harmony.json
+++ b/public/language/en-US/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/en-x-pirate/admin/settings/advanced.json b/public/language/en-x-pirate/admin/settings/advanced.json
index 982eaa2f64..fa1abbad0f 100644
--- a/public/language/en-x-pirate/admin/settings/advanced.json
+++ b/public/language/en-x-pirate/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/en-x-pirate/admin/settings/general.json b/public/language/en-x-pirate/admin/settings/general.json
index 6848747e86..d56c819745 100644
--- a/public/language/en-x-pirate/admin/settings/general.json
+++ b/public/language/en-x-pirate/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Title Layout",
"title-layout-help": "Define how the browser title will be structured ie. {pageTitle} | {browserTitle}",
"description.placeholder": "A short description about your community",
- "description": "Choose what page is shown when users navigate to the root URL of your forum.",
+ "description": "Site Description",
"keywords": "Site Keywords",
"keywords-placeholder": "Keywords describing your community, comma-separated",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "Home Page",
"home-page-route": "Home Page Route",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")",
diff --git a/public/language/en-x-pirate/category.json b/public/language/en-x-pirate/category.json
index 3ee2e842f9..1d54301312 100644
--- a/public/language/en-x-pirate/category.json
+++ b/public/language/en-x-pirate/category.json
@@ -1,6 +1,8 @@
{
"category": "Category",
"subcategories": "Subcategories",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "New Topic",
"guest-login-post": "Log in to post",
"no-topics": "Thar be no topics in 'tis category.
Why don't ye give a go' postin' one?",
diff --git a/public/language/en-x-pirate/error.json b/public/language/en-x-pirate/error.json
index e6757200f1..f2c5fa7a39 100644
--- a/public/language/en-x-pirate/error.json
+++ b/public/language/en-x-pirate/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/en-x-pirate/themes/harmony.json b/public/language/en-x-pirate/themes/harmony.json
index e3ba514912..727a1b0553 100644
--- a/public/language/en-x-pirate/themes/harmony.json
+++ b/public/language/en-x-pirate/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/es/admin/settings/advanced.json b/public/language/es/admin/settings/advanced.json
index 4c912b4d14..8fe86a5412 100644
--- a/public/language/es/admin/settings/advanced.json
+++ b/public/language/es/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/es/admin/settings/general.json b/public/language/es/admin/settings/general.json
index 8548ae4d0c..09a6c8295f 100644
--- a/public/language/es/admin/settings/general.json
+++ b/public/language/es/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Plantilla del Sitio",
"title-layout-help": "Define cómo el se estructurará el título del explorador. Por ejemplo: {TítulodelaPágina} | {TítulodelExplorador}\n",
"description.placeholder": "Una descripción corta de tu comunidad",
- "description": "Escoge que pagina se muestra cuando los usuarios navegan en la raíz del foro.",
+ "description": "Site Description",
"keywords": "Palabras Clave (keywords) del Sitio",
"keywords-placeholder": "Palabras Clave (keywords) que describen tu comunidad, separadas por comas",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "Página Principal",
"home-page-route": "Ruta de la Pagina Principal",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Ruta Personalizada",
"allow-user-home-pages": "Permitir Pagina de Perfil del Usuario",
"home-page-title": "Título de la página de inicio (por defecto, \"Home\" o \"Inicio\")",
diff --git a/public/language/es/category.json b/public/language/es/category.json
index d4ebd7cb64..a32720e450 100644
--- a/public/language/es/category.json
+++ b/public/language/es/category.json
@@ -1,6 +1,8 @@
{
"category": "Categoría",
"subcategories": "Subcategorías",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Nuevo tema",
"guest-login-post": "Accede para escribir",
"no-topics": "No hay temas en esta categoría.
¿Por qué no te animas y publicas uno?",
diff --git a/public/language/es/error.json b/public/language/es/error.json
index 242383ea1f..eb1db32c9b 100644
--- a/public/language/es/error.json
+++ b/public/language/es/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/es/themes/harmony.json b/public/language/es/themes/harmony.json
index e3ba514912..727a1b0553 100644
--- a/public/language/es/themes/harmony.json
+++ b/public/language/es/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/et/admin/settings/advanced.json b/public/language/et/admin/settings/advanced.json
index 982eaa2f64..fa1abbad0f 100644
--- a/public/language/et/admin/settings/advanced.json
+++ b/public/language/et/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/et/admin/settings/general.json b/public/language/et/admin/settings/general.json
index 6848747e86..d56c819745 100644
--- a/public/language/et/admin/settings/general.json
+++ b/public/language/et/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Title Layout",
"title-layout-help": "Define how the browser title will be structured ie. {pageTitle} | {browserTitle}",
"description.placeholder": "A short description about your community",
- "description": "Choose what page is shown when users navigate to the root URL of your forum.",
+ "description": "Site Description",
"keywords": "Site Keywords",
"keywords-placeholder": "Keywords describing your community, comma-separated",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "Home Page",
"home-page-route": "Home Page Route",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")",
diff --git a/public/language/et/category.json b/public/language/et/category.json
index c7ca3a30d0..1dab6f32f1 100644
--- a/public/language/et/category.json
+++ b/public/language/et/category.json
@@ -1,6 +1,8 @@
{
"category": "Kategooria",
"subcategories": "Alamkategooriad",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Uus teema",
"guest-login-post": "Postitamiseks logi sisse",
"no-topics": "Kahjuks ei leidu siin kategoorias ühtegi teemat.
Soovid postitada?",
diff --git a/public/language/et/error.json b/public/language/et/error.json
index cb54921c35..3dac3d12f4 100644
--- a/public/language/et/error.json
+++ b/public/language/et/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/et/themes/harmony.json b/public/language/et/themes/harmony.json
index e3ba514912..727a1b0553 100644
--- a/public/language/et/themes/harmony.json
+++ b/public/language/et/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/fa-IR/admin/settings/advanced.json b/public/language/fa-IR/admin/settings/advanced.json
index 982eaa2f64..fa1abbad0f 100644
--- a/public/language/fa-IR/admin/settings/advanced.json
+++ b/public/language/fa-IR/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/fa-IR/admin/settings/general.json b/public/language/fa-IR/admin/settings/general.json
index 6465a4a2c4..e8b37f08e5 100644
--- a/public/language/fa-IR/admin/settings/general.json
+++ b/public/language/fa-IR/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Title Layout",
"title-layout-help": "Define how the browser title will be structured ie. {pageTitle} | {browserTitle}",
"description.placeholder": "A short description about your community",
- "description": "Choose what page is shown when users navigate to the root URL of your forum.",
+ "description": "Site Description",
"keywords": "Site Keywords",
"keywords-placeholder": "Keywords describing your community, comma-separated",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "Home Page",
"home-page-route": "Home Page Route",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")",
diff --git a/public/language/fa-IR/category.json b/public/language/fa-IR/category.json
index 78734b05d5..11a89d9102 100644
--- a/public/language/fa-IR/category.json
+++ b/public/language/fa-IR/category.json
@@ -1,6 +1,8 @@
{
"category": "دستهبندی",
"subcategories": "زیر دستهبندی",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "تاپیک جدید",
"guest-login-post": "برای ارسال پست وارد شوید",
"no-topics": "هیچ تاپیکی در این دستهبندی نیست.
چرا شما یکی نمیفرستید؟",
diff --git a/public/language/fa-IR/error.json b/public/language/fa-IR/error.json
index 58ced215dd..cd26a5d8c1 100644
--- a/public/language/fa-IR/error.json
+++ b/public/language/fa-IR/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/fa-IR/themes/harmony.json b/public/language/fa-IR/themes/harmony.json
index 69dfb3e60f..414e4ecb51 100644
--- a/public/language/fa-IR/themes/harmony.json
+++ b/public/language/fa-IR/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "نوار ابزار در تاپیک و صفحه دسته بدی ها در بالای صفحه ثابت میماند",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "مخفی کردن اتوماتیک منوی پایینی ",
- "settings.autohideBottombar.help": "وقتی صفحه به پایین اسکرول می شود، منوی پایین در نمایش گوشی مخفی خواهد شد ",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "فعال کردن پنجره کوچک برای چت "
}
\ No newline at end of file
diff --git a/public/language/fi/admin/settings/advanced.json b/public/language/fi/admin/settings/advanced.json
index e5ccf69f20..c4310bcb46 100644
--- a/public/language/fi/admin/settings/advanced.json
+++ b/public/language/fi/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Oletus: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/fi/admin/settings/general.json b/public/language/fi/admin/settings/general.json
index bb130934b1..58d803f7ee 100644
--- a/public/language/fi/admin/settings/general.json
+++ b/public/language/fi/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Title Layout",
"title-layout-help": "Define how the browser title will be structured ie. {pageTitle} | {browserTitle}",
"description.placeholder": "A short description about your community",
- "description": "Choose what page is shown when users navigate to the root URL of your forum.",
+ "description": "Site Description",
"keywords": "Site Keywords",
"keywords-placeholder": "Keywords describing your community, comma-separated",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Aihetyökalut",
"home-page": "Aloitussivu",
"home-page-route": "Aloitussivun polku",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Mukautettu polku",
"allow-user-home-pages": "Salli käyttäjäkohtaiset aloitussivut",
"home-page-title": "Aloitussivun otsikko (oletus on \"Aloitus\")",
diff --git a/public/language/fi/category.json b/public/language/fi/category.json
index 8b5f6fbd40..66570f55eb 100644
--- a/public/language/fi/category.json
+++ b/public/language/fi/category.json
@@ -1,6 +1,8 @@
{
"category": "Kategoria",
"subcategories": "Alikategoria",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Uusi aihe",
"guest-login-post": "Kirjaudu sisään julkastaksesi",
"no-topics": "Kategoriassa ei ole aiheita.
Jospa aloittaisit sellaisen?",
diff --git a/public/language/fi/error.json b/public/language/fi/error.json
index 50e10c40f4..82e6c6d83c 100644
--- a/public/language/fi/error.json
+++ b/public/language/fi/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/fi/themes/harmony.json b/public/language/fi/themes/harmony.json
index 9d2db8a733..971ee1ad91 100644
--- a/public/language/fi/themes/harmony.json
+++ b/public/language/fi/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "Aihe- ja kategoriasivujen työkalupalkki näytetään yläreunassa aina.",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Piilota alapalkki automaattisesti",
- "settings.autohideBottombar.help": "Mobiilinäykymän alapalkki piilotetaan kun sivua vieritetään alaspäin.",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Avaa sivupalkit",
"settings.chatModals": "Käytä keskusteluruutuja"
}
\ No newline at end of file
diff --git a/public/language/fr/admin/settings/advanced.json b/public/language/fr/admin/settings/advanced.json
index d63cdbc243..d7a2e675ee 100644
--- a/public/language/fr/admin/settings/advanced.json
+++ b/public/language/fr/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Défaut : %1",
"sockets.delay": "Délai de reconnexion",
- "analytics.settings": "Paramètres d'analytique",
- "analytics.max-cache": "Valeur maximale du cache Analytique",
- "analytics.max-cache-help": "Sur les installations à fort trafic, le cache peut être utilisé en permanence s'il y a plus d'utilisateurs actifs simultanément que la valeur Max Cache. (Redémarrage requis)",
"compression.settings": "Paramètres de compression",
"compression.enable": "Activer la compression",
"compression.help": "Ce paramètre active la compression gzip. Pour un site Web à fort trafic en production, la meilleure façon de mettre en place la compression est de l'implémenter au niveau du reverse proxy. Vous pouvez l'activer ici à des fins de test."
diff --git a/public/language/fr/admin/settings/general.json b/public/language/fr/admin/settings/general.json
index 62af1f018b..d4b6872288 100644
--- a/public/language/fr/admin/settings/general.json
+++ b/public/language/fr/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Disposition du titre",
"title-layout-help": "Définir la manière dont le titre est structuré dans le navigateur ex : {pageTitle} | {browserTitle}",
"description.placeholder": "Une courte description de votre communauté",
- "description": "Choisir la page affichée lorsque les utilisateurs naviguent à la racine de votre forum.",
+ "description": "Site Description",
"keywords": "Mots-clés du site",
"keywords-placeholder": "Mots-clés décrivant votre communauté, séparés par des virgules",
"logo-and-icons": "Logo & Icônes du site",
@@ -51,6 +51,7 @@
"topic-tools": "Outils pour les sujets",
"home-page": "Page d'accueil",
"home-page-route": "Route de la page d'accueil",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Route personnalisée",
"allow-user-home-pages": "Permettre aux utilisateurs de choisir une page d'accueil personnalisée",
"home-page-title": "Titre de la page d'accueil (par défaut \"Accueil\")",
diff --git a/public/language/fr/category.json b/public/language/fr/category.json
index f005ed6d19..feb05ac150 100644
--- a/public/language/fr/category.json
+++ b/public/language/fr/category.json
@@ -1,6 +1,8 @@
{
"category": "Catégorie",
"subcategories": "Sous-catégories",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Nouveau sujet",
"guest-login-post": "Se connecter pour poster",
"no-topics": "Il n'y a aucun sujet dans cette catégorie.
Pourquoi ne pas en créer un ?",
diff --git a/public/language/fr/error.json b/public/language/fr/error.json
index 575a3dd190..cfabd20297 100644
--- a/public/language/fr/error.json
+++ b/public/language/fr/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Serveur inaccessible pour le moment. Cliquez ici pour réessayer ou réessayez plus tard",
"invalid-plugin-id": "ID de plugin invalide",
"plugin-not-whitelisted": "Impossible d'installer le plugin, seuls les plugins mis en liste blanche dans le gestionnaire de packages NodeBB peuvent être installés via l'ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "Vous n'êtes pas autorisé à modifier l'état des plugins car ils sont définis au moment de l'exécution (config.json, variables d'environnement ou arguments de terminal), veuillez plutôt modifier la configuration.",
"theme-not-set-in-configuration": "Lors de la définition des plugins actifs, le changement de thème nécessite d'ajouter le nouveau thème à la liste des plugins actifs avant de le mettre à jour dans l'ACP",
"topic-event-unrecognized": "Événement du sujet '%1' non reconnu",
diff --git a/public/language/fr/themes/harmony.json b/public/language/fr/themes/harmony.json
index d58d85cad7..bd02a12b57 100644
--- a/public/language/fr/themes/harmony.json
+++ b/public/language/fr/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "La barre d'outils sur les pages de sujets et de catégories restera en haut de la page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Masquer automatiquement la barre inférieure",
- "settings.autohideBottombar.help": "La barre inférieure sur mobile sera masquée lorsque la page défilera vers le bas",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Barres latérales ouvertes",
"settings.chatModals": "Activer les discussions"
}
\ No newline at end of file
diff --git a/public/language/gl/admin/settings/advanced.json b/public/language/gl/admin/settings/advanced.json
index 982eaa2f64..fa1abbad0f 100644
--- a/public/language/gl/admin/settings/advanced.json
+++ b/public/language/gl/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/gl/admin/settings/general.json b/public/language/gl/admin/settings/general.json
index e4f6ecf827..23438c4828 100644
--- a/public/language/gl/admin/settings/general.json
+++ b/public/language/gl/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Title Layout",
"title-layout-help": "Define how the browser title will be structured ie. {pageTitle} | {browserTitle}",
"description.placeholder": "A short description about your community",
- "description": "Choose what page is shown when users navigate to the root URL of your forum.",
+ "description": "Site Description",
"keywords": "Site Keywords",
"keywords-placeholder": "Keywords describing your community, comma-separated",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "Home Page",
"home-page-route": "Home Page Route",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")",
diff --git a/public/language/gl/category.json b/public/language/gl/category.json
index ed21644e65..25ea0c1dc3 100644
--- a/public/language/gl/category.json
+++ b/public/language/gl/category.json
@@ -1,6 +1,8 @@
{
"category": "Categoría",
"subcategories": "Subcategoría",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Novo tema",
"guest-login-post": "Inicia sesión para poder escribir mensaxes",
"no-topics": "Non hai temas nesta categoría.
Por que non abres un?",
diff --git a/public/language/gl/error.json b/public/language/gl/error.json
index b94bdb5900..d4723dafe3 100644
--- a/public/language/gl/error.json
+++ b/public/language/gl/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/gl/themes/harmony.json b/public/language/gl/themes/harmony.json
index e3ba514912..727a1b0553 100644
--- a/public/language/gl/themes/harmony.json
+++ b/public/language/gl/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/he/admin/settings/advanced.json b/public/language/he/admin/settings/advanced.json
index d29f7f3560..e862f6dfdb 100644
--- a/public/language/he/admin/settings/advanced.json
+++ b/public/language/he/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "ברירת מחדל: %1",
"sockets.delay": "זמן השעייה בן נסיונות חיבור מחדש",
- "analytics.settings": "הגדרות אנליטיקס",
- "analytics.max-cache": "גודל מקסימלי של מטמון Analytics",
- "analytics.max-cache-help": "בהתקנות עם תעבורה גבוהה, המטמון עלול להתרוקן ברציפות אם יש יותר משתמשים פעילים במקביל מערך המטמון המקסימלי. (הפעלה מחדש נדרשת)",
"compression.settings": "הגדרות דחיסה",
"compression.enable": "הפעלת דחיסה",
"compression.help": "הגדרה זו מפעילה דחיסת gzip. עבור אתר אינטרנט מרובה תנועה בייצור, הדרך הטובה ביותר להפעיל דחיסה היא ליישם אותו ברמת פרוקסי הפוך. אתה יכול להפעיל אותו כאן למטרות בדיקה."
diff --git a/public/language/he/admin/settings/general.json b/public/language/he/admin/settings/general.json
index 90ff9787d7..3d0cfbd4ba 100644
--- a/public/language/he/admin/settings/general.json
+++ b/public/language/he/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "פריסת כותרת",
"title-layout-help": "הגדרה כיצד כותרת הדפדפן תהיה מובנית לדוגמא. {pageTitle} | {browserTitle}",
"description.placeholder": "תיאור קצר על הקהילה שלך",
- "description": "בחר איזה דף יוצג כאשר מנווטים לכתובת ה-URL הראשית של הפורום.",
+ "description": "תיאור האתר",
"keywords": "מילות מפתח של האתר",
"keywords-placeholder": "מילות מפתח המתארות את הקהילה שלך, מופרדות באמצעות פסיקים",
"logo-and-icons": "לוגו אתר ואייקונים",
@@ -51,6 +51,7 @@
"topic-tools": "כלי נושא",
"home-page": "דף הבית",
"home-page-route": "נתיב דף הבית",
+ "home-page-description": "בחרו איזה דף יוצג כאשר משתמשים ינווטו לכתובת הראשי של הפורום שלכם.",
"custom-route": "נתיב מותאם אישית",
"allow-user-home-pages": "אפשר בחירת דף הבית בהגדרות המשתמשים להתאמה אישית",
"home-page-title": "כותרת דף הבית (ברירת מחדל \"דף הבית\")",
diff --git a/public/language/he/category.json b/public/language/he/category.json
index 17abd2c13f..9b27df0cb5 100644
--- a/public/language/he/category.json
+++ b/public/language/he/category.json
@@ -1,9 +1,11 @@
{
"category": "קטגוריה",
"subcategories": "קטגוריות משנה",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "נושא חדש",
- "guest-login-post": "התחבר כדי לפרסם",
- "no-topics": "קטגוריה זו ריקה מנושאים.
למה שלא תנסה להוסיף נושא חדש?",
+ "guest-login-post": "התחברו כדי לפרסם",
+ "no-topics": "קטגוריה זו ריקה מנושאים.
למה שלא תנסו להוסיף נושא חדש?",
"browsing": "צופים בנושא זה כעת",
"no-replies": "אין תגובות",
"no-new-posts": "אין פוסטים חדשים.",
@@ -13,7 +15,7 @@
"tracking": "מעקב",
"not-watching": "לא עוקב",
"ignoring": "מתעלם",
- "watching.description": "הודע לי על נושאים חדשים.
הצג נושאים שלא נקראו ואחרונים",
+ "watching.description": "עדכן אותי על נושאים חדשים.
הצג נושאים שלא נקראו ואחרונים",
"tracking.description": "מציג נושאים שלא נקראו ואחרונים",
"not-watching.description": "הסתר בנושאים שלא נקראו, הצג בנושאים אחרונים",
"ignoring.description": "אל תציג נושאים שלא נקראו ואחרונים",
diff --git a/public/language/he/error.json b/public/language/he/error.json
index 2041b227e1..a57d396600 100644
--- a/public/language/he/error.json
+++ b/public/language/he/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "לא ניתן להגיע לשרת בשלב זה. לחצו כאן כדי לנסות שוב, או נסו שוב במועד מאוחר יותר",
"invalid-plugin-id": "מזהה תוסף לא תקין",
"plugin-not-whitelisted": "לא ניתן להתקין את התוסף – ניתן להתקין דרך הניהול רק תוספים שנמצאים ברשימה הלבנה של מנהל החבילות של NodeBB.",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "אינך רשאי לשנות את מצב הפלאגין כפי שהם מוגדרים בזמן ריצה (config.json, משתני סביבה או ארגומנטים של מסוף), אנא שנה את התצורה במקום זאת.",
"theme-not-set-in-configuration": "כאשר מגדירים תוספים פעילים בתצורה, שינוי ערכות נושא מחייב הוספת ערכת הנושא החדשה לרשימת התוספים הפעילים לפני עדכון שלו ב-ACP",
"topic-event-unrecognized": "אירוע הנושא '%1' לא מזוהה",
@@ -249,7 +250,7 @@
"api.501": "הנתיב אליו אתם מנסים לתקשר עדיין לא מיושם, אנא נסו שוב מחר",
"api.503": "הנתיב אליו אתם מנסים לתקשר אינו זמין כעת עקב תצורת שרת",
"api.reauth-required": "המשאב שאליו אתה מנסה לגשת דורש אימות (מחודש).",
- "activitypub.not-enabled": "Federation is not enabled on this server",
+ "activitypub.not-enabled": "הפדרציה אינה מופעלת בשרת זה",
"activitypub.invalid-id": "לא ניתן לפתור את מזהה הקלט, ככל הנראה מכיוון שהוא פגום.",
"activitypub.get-failed": "לא ניתן לאחזר את המשאב שצוין.",
"activitypub.pubKey-not-found": "לא ניתן לפתור מפתח ציבורי, ולכן לא ניתן לבצע אימות מטען.",
diff --git a/public/language/he/login.json b/public/language/he/login.json
index 69ab89cb01..6760e96517 100644
--- a/public/language/he/login.json
+++ b/public/language/he/login.json
@@ -7,6 +7,6 @@
"failed-login-attempt": "ההתחברות נכשלה",
"login-successful": "התחברת בהצלחה!",
"dont-have-account": "אין לך חשבון עדיין?",
- "logged-out-due-to-inactivity": "התנתקת מפאנל הניהול בעקבות חוסר פעילות",
+ "logged-out-due-to-inactivity": "התנתקתם מפאנל הניהול בעקבות חוסר פעילות",
"caps-lock-enabled": "Caps Lock מופעל"
}
\ No newline at end of file
diff --git a/public/language/he/modules.json b/public/language/he/modules.json
index 3cd835e583..fb546965c1 100644
--- a/public/language/he/modules.json
+++ b/public/language/he/modules.json
@@ -4,7 +4,7 @@
"chat.placeholder": "כתבו את תוכן הפוסט כאן. ניתן לגרור ולשחרר כאן תמונות.",
"chat.placeholder.mobile": "הקלידו הודעת צ'אט",
"chat.placeholder.message-room": "הודעה #%1",
- "chat.scroll-up-alert": "עבור להודעה האחרונה",
+ "chat.scroll-up-alert": "מעבר להודעה האחרונה",
"chat.usernames-and-x-others": "%1 ו-%2 אחרים",
"chat.chat-with-usernames": "צ'אט עם %1",
"chat.chat-with-usernames-and-x-others": "צ'אט עם %1 ו-%2 אחרים",
@@ -16,8 +16,8 @@
"chat.user-typing-n": "%1, %2 ו%3 אחרים מקלידים...",
"chat.user-has-messaged-you": "ל%1 יש הודעה עבורכם.",
"chat.replying-to": "מגיב ל%1",
- "chat.see-all": "צפו בכל הצ'אטים",
- "chat.mark-all-read": "סמנו את כל הצ'אטים כ'נקראו'",
+ "chat.see-all": "צפייה בכל הצ'אטים",
+ "chat.mark-all-read": "סימון כל הצ'אטים כ'נקראו'",
"chat.no-messages": "בחרו משתמש על מנת לראות את שיחות הצ'אט ביניכם",
"chat.no-users-in-room": "אין משתמשים בחדר הזה",
"chat.recent-chats": "צ'אטים אחרונים",
@@ -25,34 +25,34 @@
"chat.message-history": "היסטוריית הודעות",
"chat.message-deleted": "ההודעה נמחקה",
"chat.options": "אפשרויות צ'אט",
- "chat.pop-out": "מזעור חלונית צ'אט",
- "chat.minimize": "צמצום",
+ "chat.pop-out": "הגדלת חלונית צ'אט",
+ "chat.minimize": "מזעור",
"chat.maximize": "הרחבה",
"chat.seven-days": "7 ימים",
"chat.thirty-days": "30 ימים",
"chat.three-months": "3 חודשים",
"chat.delete-message-confirm": "האם למחוק הודעה זו?",
"chat.retrieving-users": "מאחזר משתמשים...",
- "chat.view-users-list": "הצג רשימת משתמשים",
+ "chat.view-users-list": "הצגת רשימת משתמשים",
"chat.pinned-messages": "הודעות מוצמדות",
"chat.no-pinned-messages": "אין הודעות מוצמדות",
- "chat.pin-message": "הצמד הודעה",
- "chat.unpin-message": "בטל את הצמדת ההודעה",
+ "chat.pin-message": "הצמדת הודעה",
+ "chat.unpin-message": "ביטול הצמדת הודעה",
"chat.public-rooms": "חדרים ציבוריים (%1)",
"chat.private-rooms": "חדרים פרטיים (%1)",
- "chat.create-room": "צור חדר צ'אט",
+ "chat.create-room": "יצירת חדר צ'אט",
"chat.private.option": "פרטי (גלוי רק למשתמשים שנוספו לחדר)",
"chat.public.option": "ציבורי (גלוי לכל משתמש בקבוצות שנבחרו)",
- "chat.public.groups-help": "כדי ליצור חדר צ'אט הגלוי לכל המשתמשים בחר \"משתמשים רשומים\" מרשימת הקבוצות.",
+ "chat.public.groups-help": "כדי ליצור חדר צ'אט הגלוי לכל המשתמשים בחרו ב\"משתמשים רשומים\" מרשימת הקבוצות.",
"chat.manage-room": "ניהול חדר צ'אט",
- "chat.add-user": "הוסף משתמש",
+ "chat.add-user": "הוספת משתמש",
"chat.notification-settings": "הגדרות התראות",
"chat.default-notification-setting": "הגדרת ברירת מחדל להתראות",
"chat.notification-setting-room-default": "ברירת המחדל של החדר",
"chat.notification-setting-none": "ללא התראות",
"chat.notification-setting-at-mention-only": "@אזכור בלבד",
"chat.notification-setting-all-messages": "כל ההודעות",
- "chat.select-groups": "בחר קבוצות",
+ "chat.select-groups": "בחירת קבוצות",
"chat.add-user-help": "חפשו משתמשים כאן. כאשר משתמש נבחר, הוא יצורף לצ'אט. המשתמש החדש לא יוכל לראות הודעות שנכתבו לפני הצטרפותו. רק מנהלי החדר () יכולים להסיר משתמשים מהצ'אט.",
"chat.confirm-chat-with-dnd-user": "משתמש זה שינה את הסטטוס שלו ל'לא להפריע'. אתם עדיין מעוניין לשוחח איתו?",
"chat.room-name-optional": "שם חדר (אופציונלי)",
@@ -60,17 +60,17 @@
"chat.rename-placeholder": "הזינו את שם החדר שלכם כאן",
"chat.rename-help": "שם החדר המוגדר כאן יהיה זמין לכל המשתתפים בחדר.",
"chat.leave": "יציאה",
- "chat.leave-room": "עזוב חדר",
- "chat.leave-prompt": "האם לעזוב שיחה זו?",
- "chat.leave-help": "עזיבת שיחה, תסיר אתכם מהתכתבות עתידית בצ'אט זה. אם תצטרפו מחדש בעתיד, לא תראו את היסטוריית הצ'אט שלפני הצטרפותכם מחדש.",
+ "chat.leave-room": "יציאה מהחדר",
+ "chat.leave-prompt": "האם לצאת משיחה זו?",
+ "chat.leave-help": "יציאה משיחה, תסיר אתכם מהתכתבות עתידית בצ'אט זה. אם תצטרפו מחדש בעתיד, לא תראו את היסטוריית הצ'אט שלפני הצטרפותכם מחדש.",
"chat.delete": "מחיקה",
- "chat.delete-room": "מחק חדר",
+ "chat.delete-room": "מחיקת חדר",
"chat.delete-prompt": "האם אתם בטוחים שברצונכם למחוק את חדר הצ'אט הזה?",
"chat.in-room": "בתוך חדר זה",
"chat.kick": "הוצאה",
- "chat.show-ip": "הצג IP",
- "chat.copy-text": "העתק טקסט",
- "chat.copy-link": "העתק קישור",
+ "chat.show-ip": "הצגת IP",
+ "chat.copy-text": "העתקת טקסט",
+ "chat.copy-link": "העתקת קישור",
"chat.owner": "מנהלי החדר",
"chat.grant-rescind-ownership": "הענקת/ביטול בעלות",
"chat.system.user-join": "%1 צורף לחדר ",
@@ -84,7 +84,7 @@
"composer.user-said": "%1 כתב:",
"composer.discard": "האם לבטל את השינויים שנעשו בפוסט זה?",
"composer.submit-and-lock": "אשרו ונעלו",
- "composer.toggle-dropdown": "הדליקו / כבו את התפריט הנפתח",
+ "composer.toggle-dropdown": "הצגת תפריט הנפתח",
"composer.uploading": "העלאה %1",
"composer.formatting.bold": "מודגש",
"composer.formatting.italic": "נטוי",
@@ -96,7 +96,7 @@
"composer.formatting.heading5": "כותרת 5",
"composer.formatting.heading6": "כותרת 6",
"composer.formatting.list": "רשימה",
- "composer.formatting.strikethrough": "קו פוסל",
+ "composer.formatting.strikethrough": "קו חוצה",
"composer.formatting.code": "קוד",
"composer.formatting.link": "קישור",
"composer.formatting.picture": "קישור תמונה",
@@ -110,7 +110,7 @@
"composer.schedule-date": "תאריך",
"composer.schedule-time": "שעה",
"composer.cancel-scheduling": "ביטול תזמון",
- "composer.change-schedule-date": "שנה תאריך",
+ "composer.change-schedule-date": "שינוי תאריך",
"composer.set-schedule-date": "הגדרת תאריך",
"composer.discard-all-drafts": "מחיקת כל הטיוטות",
"composer.no-drafts": "אין לכם טיוטות",
diff --git a/public/language/he/themes/harmony.json b/public/language/he/themes/harmony.json
index 500a923904..f71d306f16 100644
--- a/public/language/he/themes/harmony.json
+++ b/public/language/he/themes/harmony.json
@@ -13,10 +13,11 @@
"settings.mobileTopicTeasers": "הצגת טיזרים של נושאים בנייד",
"settings.stickyToolbar": "הצמד את סרגל הכלים בעת גלילה",
"settings.stickyToolbar.help": "סרגל הכלים בדפי נושאים וקטגוריות ייצמד לראש העמוד בעת גלילה",
- "settings.topicSidebarTools": "Topic sidebar tools",
- "settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "הסתרה אוטומטית של סרגל תחתון",
- "settings.autohideBottombar.help": "הסרגל התחתון בתצוגת הנייד יוסתר כאשר הדף ייגלל מטה",
+ "settings.topicSidebarTools": "כלי סרגל הצד",
+ "settings.topicSidebarTools.help": "אפשרות זו תעביר את כלי הנושא לסרגל הצד במחשבים שולחניים",
+ "settings.autohideBottombar": "הסתרה אוטומטי של סרגל ניווט בנייד",
+ "settings.autohideBottombar.help": "הסרגל בתצוגת הנייד יוסתר כאשר הדף ייגלל מטה",
+ "settings.topMobilebar": "העברת סרגל הניווט בנייד לראש הדף",
"settings.openSidebars": "פתח סרגלי צד",
"settings.chatModals": "הפעלת צ'אט בחלונית מוקטנת"
}
\ No newline at end of file
diff --git a/public/language/he/unread.json b/public/language/he/unread.json
index f18e70d7fd..6a05076592 100644
--- a/public/language/he/unread.json
+++ b/public/language/he/unread.json
@@ -1,13 +1,13 @@
{
"title": "לא נקרא",
- "no-unread-topics": "אין נושאים שלא נקראו",
+ "no-unread-topics": "אין נושאים שלא נקראו.",
"load-more": "טען עוד",
"mark-as-read": "סמן כנקרא",
"mark-as-unread": "סימון כלא נקרא",
"selected": "נבחר",
"all": "הכל",
"all-categories": "כל הקטגוריות",
- "topics-marked-as-read.success": "הנושאים שבחרת סומנו כנקרא!",
+ "topics-marked-as-read.success": "הנושאים שבחרת סומנו כנקראו!",
"all-topics": "כל הנושאים",
"new-topics": "נושאים חדשים",
"watched-topics": "נושאים שאתם עוקבים אחריהם",
diff --git a/public/language/he/user.json b/public/language/he/user.json
index c850298326..a45f411cd0 100644
--- a/public/language/he/user.json
+++ b/public/language/he/user.json
@@ -10,10 +10,10 @@
"joindate": "תאריך הצטרפות",
"postcount": "כמות פוסטים",
"email": "כתובת אימייל",
- "confirm-email": "אשר מייל",
+ "confirm-email": "אישור מייל",
"account-info": "פרטי חשבון",
"admin-actions-label": "פעולות ניהול",
- "ban-account": "הרחק חשבון",
+ "ban-account": "הרחקת חשבון",
"ban-account-confirm": "האם אתהם בטוחים שאתם רוצים להרחיק משתמש זה?",
"unban-account": "ביטול הרחקת חשבון",
"mute-account": "השתקת חשבון",
@@ -40,7 +40,7 @@
"bookmarks": "מועדפים",
"watched-categories": "קטגוריות במעקב",
"watched-tags": "תגיות במעקב",
- "change-all": "שנה הכל",
+ "change-all": "שינוי הכל",
"watched": "נצפה",
"ignored": "התעלם",
"read": "נקרא",
@@ -61,7 +61,7 @@
"new-chat-with": "התחלת צ'אט עם %1",
"flag-profile": "דיווח על משתמש",
"profile-flagged": "דווח כבר",
- "follow": "עקוב",
+ "follow": "מעקב",
"unfollow": "הפסקת מעקב",
"cancel-follow": "ביטול בקשת המעקב",
"more": "עוד",
@@ -147,8 +147,8 @@
"topic-search-help": "החיפוש בתוך הנושא יעקוף את שיטת החיפוש של הדפדפן, ויאפשר לכם לחפש בכל הנושא - ולא רק במה שמוצג על המסך, עם זאת בלחיצה נוספת על Ctrl+F ייפתח לכם החיפוש הרגיל של הדפדפן",
"update-url-with-post-index": "עדכון כתובת ה-URL עם אינדקס הפוסט בעת גלישה בנושאים",
"scroll-to-my-post": "הצג את הפוסט לאחר פרסום התגובה",
- "follow-topics-you-reply-to": "עקוב אחר נושאים שהגבת עליהם",
- "follow-topics-you-create": "עקוב אחר נושאים שייצרת",
+ "follow-topics-you-reply-to": "מעקב אחר נושאים שהגבת עליהם",
+ "follow-topics-you-create": "מעקב אחר נושאים שייצרת",
"grouptitle": "כותרת הקבוצה",
"group-order-help": "בחרו קבוצה והשתמשו בחיצים על מנת לסדר כותרות",
"show-group-title": "הצגת כותרת קבוצה",
diff --git a/public/language/hr/admin/settings/advanced.json b/public/language/hr/admin/settings/advanced.json
index cdf6f454c4..ccb4ec6805 100644
--- a/public/language/hr/admin/settings/advanced.json
+++ b/public/language/hr/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/hr/admin/settings/general.json b/public/language/hr/admin/settings/general.json
index f01ec43454..d21861149a 100644
--- a/public/language/hr/admin/settings/general.json
+++ b/public/language/hr/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Raspored naslova",
"title-layout-help": "Definiraj kako će naslov pretraživača biti strukturiran npr.: {pageTitle} | {browserTitle}",
"description.placeholder": "Kratak opis zajednice",
- "description": "Izaberi koja stranica će se prikazivati kada korisnici navigiraju u root URL Vašeg foruma",
+ "description": "Site Description",
"keywords": "Ključne riječi",
"keywords-placeholder": "Ključne riječi koje opisuju Vašu zajednicu, odvojeni zarezom",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "Naslovnica",
"home-page-route": "Putanja naslovnice",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Uobičajna putanja",
"allow-user-home-pages": "Dozvoli korisničke naslovnice",
"home-page-title": "Title of the home page (default \"Home\")",
diff --git a/public/language/hr/category.json b/public/language/hr/category.json
index 73726a84c7..bd475858e5 100644
--- a/public/language/hr/category.json
+++ b/public/language/hr/category.json
@@ -1,6 +1,8 @@
{
"category": "Kategorija",
"subcategories": "Podkategorije",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Nova Tema",
"guest-login-post": "Prijavi se za objavu",
"no-topics": "Nema tema u ovoj kategoriji.
Zašto ne probate napisati novu?",
diff --git a/public/language/hr/error.json b/public/language/hr/error.json
index 44bf70e78d..63580480e0 100644
--- a/public/language/hr/error.json
+++ b/public/language/hr/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/hr/themes/harmony.json b/public/language/hr/themes/harmony.json
index e3ba514912..727a1b0553 100644
--- a/public/language/hr/themes/harmony.json
+++ b/public/language/hr/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/hu/admin/settings/advanced.json b/public/language/hu/admin/settings/advanced.json
index 7548677a97..74ec70c79e 100644
--- a/public/language/hu/admin/settings/advanced.json
+++ b/public/language/hu/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Alapértelmezett: %1",
"sockets.delay": "Újracsatlakozási késleltetés",
- "analytics.settings": "Analitikai beállítások",
- "analytics.max-cache": "Analitikai gyorsítótár maximális értéke",
- "analytics.max-cache-help": "Nagy forgalmú telepítéseknél ez a gyorsítótár hamar megtelik, ha az oldalt egyszerrre használó felhasználók száma nagyobb mint a gyorsítótár maximális értéke. (Újraindítás szükséges)",
"compression.settings": "Tömörítési beállítások",
"compression.enable": "Tömörítés bekapcsolása",
"compression.help": "Ez a beállítás engedélyezi a gzip tömörítést. Magas forgalmú weboldal esetén éles környezetbe a legjobb megoldás, ha a reverse proxy szintjén történik ez meg. Bekapcsolhatod kipróbálási céllal."
diff --git a/public/language/hu/admin/settings/general.json b/public/language/hu/admin/settings/general.json
index 7a9226f00a..29839979b5 100644
--- a/public/language/hu/admin/settings/general.json
+++ b/public/language/hu/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Cím formátuma",
"title-layout-help": "Add meg, hogy a böngésző cím hogyan épüljön fel. Pl.: {pageTitle} | {browserTitle}",
"description.placeholder": "A közösséged rövid leírása",
- "description": "Válaszd ki milyen oldal jelenjen meg, amikor a felhasználók fórumod gyökér URL címéhez navigálnak.",
+ "description": "Site Description",
"keywords": "Weboldal kulcsszavak",
"keywords-placeholder": "A közösségedet leíró kulcsszavak, vesszővel elválasztva",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Témakör eszközök",
"home-page": "Főoldal",
"home-page-route": "Főoldal útvonala",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Egyéni útvonal",
"allow-user-home-pages": "Felhasználói főoldalak engedélyezése",
"home-page-title": "A főoldal címe (alapértelmezés \"Kezdőlap\")",
diff --git a/public/language/hu/category.json b/public/language/hu/category.json
index 9779cff0aa..6069635538 100644
--- a/public/language/hu/category.json
+++ b/public/language/hu/category.json
@@ -1,6 +1,8 @@
{
"category": "Kategória",
"subcategories": "Alkategóriák",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Új témakör",
"guest-login-post": "Lépj be a hozzászóláshoz",
"no-topics": "Nincs témakör a kategóriában.Miért nem próbálsz létrehozni egyet?",
diff --git a/public/language/hu/error.json b/public/language/hu/error.json
index 8916a02e0d..a1fb8bde9a 100644
--- a/public/language/hu/error.json
+++ b/public/language/hu/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Nem lehet elérni a szervert. Kattints ide az újra próbáláshoz vagy várj egy kicsit",
"invalid-plugin-id": "Érvénytelen plugin ID",
"plugin-not-whitelisted": "Ez a bővítmény nem telepíthető – csak olyan bővítmények telepíthetőek amiket a NodeBB Package Manager az ACP-n keresztül tud telepíteni",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Témakör esemény '%1' ismeretlen",
diff --git a/public/language/hu/themes/harmony.json b/public/language/hu/themes/harmony.json
index c6d48ad76a..3be806d84e 100644
--- a/public/language/hu/themes/harmony.json
+++ b/public/language/hu/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Oldalsáv nyitása",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/hy/admin/settings/advanced.json b/public/language/hy/admin/settings/advanced.json
index 0afd476609..6858f7f6f9 100644
--- a/public/language/hy/admin/settings/advanced.json
+++ b/public/language/hy/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Վերլուծության կարգավորումներ",
- "analytics.max-cache": "Վերլուծության քեշի առավելագույն արժեքը",
- "analytics.max-cache-help": "Մեծ թրաֆիկի տեղադրումների դեպքում քեշը կարող է շարունակաբար սպառվել, եթե միաժամանակ ակտիվ օգտագործողներն ավելի շատ լինեն, քան Max Cache արժեքը: (Պահանջվում է վերագործարկել)",
"compression.settings": "Սեղմման կարգավորումներ",
"compression.enable": "Միացնել սեղմումը",
"compression.help": "արտադրություն, սեղմումը տեղադրելու լավագույն միջոցը այն իրականացնելն է հակառակ պրոքսի մակարդակով: Դուք կարող եք այն միացնել այստեղ՝ թեստավորման նպատակով:"
diff --git a/public/language/hy/admin/settings/general.json b/public/language/hy/admin/settings/general.json
index 51ddc35d49..ba5240156d 100644
--- a/public/language/hy/admin/settings/general.json
+++ b/public/language/hy/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Վերնագրի դասավորություն",
"title-layout-help": "Սահմանեք, թե ինչպես է կառուցված բրաուզերի վերնագիրը, այսինքն. {էջի վերնագիր} | {browserTitle}",
"description.placeholder": "Ձեր համայնքի մասին կարճ նկարագրություն",
- "description": "Ընտրեք, թե որ էջը կցուցադրվի, երբ օգտվողները անցնեն դեպի ձեր ֆորումի արմատային URL-ը:",
+ "description": "Site Description",
"keywords": "Կայքի հիմնաբառեր",
"keywords-placeholder": "Ձեր համայնքը նկարագրող հիմնաբառեր՝ բաժանված ստորակետերով",
"logo-and-icons": "Կայքի Լոգո և պատկերանշաններ",
@@ -51,6 +51,7 @@
"topic-tools": "Թեմայի գործիքներ",
"home-page": "Գլխավոր էջ",
"home-page-route": "Գլխավոր Էջի ուղեգիծ",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Հատուկ ուղեգիծ",
"allow-user-home-pages": "Թույլատրել օգտատիրոջ գլխավոր էջերը",
"home-page-title": "Գլխավոր էջի անվանումը (կանխադրված «Գլխավոր»)",
diff --git a/public/language/hy/category.json b/public/language/hy/category.json
index 5a35ddd815..ec1aec6bae 100644
--- a/public/language/hy/category.json
+++ b/public/language/hy/category.json
@@ -1,6 +1,8 @@
{
"category": "Կատեգորիա",
"subcategories": "Ենթակատեգորիաներ",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Նոր թեմա",
"guest-login-post": "Մուտք գործեք՝ գրառում կատարելու համար",
"no-topics": "Այս բաժնում ոչ մի թեմա չկա։
Գուցե հենց Դո՞ւք ստեղծեք մեկը։",
diff --git a/public/language/hy/error.json b/public/language/hy/error.json
index 49a58a8222..9605a7f3b1 100644
--- a/public/language/hy/error.json
+++ b/public/language/hy/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Այս պահին հնարավոր չէ միանալ սերվերին: Սեղմեք այստեղ՝ նորից փորձելու համար, կամ ավելի ուշ նորից փորձեք",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Հնարավոր չէ տեղադրել plugin – ACP-ի միջոցով կարող են տեղադրվել միայն NodeBB Package Manager-ի կողմից սպիտակ ցուցակում ներառված պլագինները",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "Ձեզ չի թույլատրվում փոխել plugin-ի վիճակը, քանի որ դրանք սահմանված են գործարկման ժամանակ (config.json, շրջակա միջավայրի փոփոխականներ կամ տերմինալի արգումենտներ), փոխարենը փոխեք կազմաձևը:",
"theme-not-set-in-configuration": "Կազմաձևում ակտիվ պլագիններ սահմանելիս, թեմաները փոխելիս անհրաժեշտ է ավելացնել նոր թեման ակտիվ հավելումների ցանկում՝ նախքան այն թարմացնելը ACP-ում:",
"topic-event-unrecognized": "Թեմայի իրադարձությունը «% 1» անհայտ է",
diff --git a/public/language/hy/themes/harmony.json b/public/language/hy/themes/harmony.json
index 787a8d7ed5..6bd179fbba 100644
--- a/public/language/hy/themes/harmony.json
+++ b/public/language/hy/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "Թեմայի և կատեգորիայի էջերի գործիքագոտին կմնա էջի վերևում",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Ավտոմատ թաքցնել ներքևի բարը",
- "settings.autohideBottombar.help": "Բջջային դիտման ներքևի տողը կթաքցվի, երբ էջը ներքև իջացնեք",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Բացել կողքի տողերը",
"settings.chatModals": "Միացնել զրույցի ռեժիմները"
}
\ No newline at end of file
diff --git a/public/language/id/admin/settings/advanced.json b/public/language/id/admin/settings/advanced.json
index 982eaa2f64..fa1abbad0f 100644
--- a/public/language/id/admin/settings/advanced.json
+++ b/public/language/id/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/id/admin/settings/general.json b/public/language/id/admin/settings/general.json
index 6848747e86..d56c819745 100644
--- a/public/language/id/admin/settings/general.json
+++ b/public/language/id/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Title Layout",
"title-layout-help": "Define how the browser title will be structured ie. {pageTitle} | {browserTitle}",
"description.placeholder": "A short description about your community",
- "description": "Choose what page is shown when users navigate to the root URL of your forum.",
+ "description": "Site Description",
"keywords": "Site Keywords",
"keywords-placeholder": "Keywords describing your community, comma-separated",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "Home Page",
"home-page-route": "Home Page Route",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")",
diff --git a/public/language/id/category.json b/public/language/id/category.json
index 3acd7c111e..10ad65a691 100644
--- a/public/language/id/category.json
+++ b/public/language/id/category.json
@@ -1,6 +1,8 @@
{
"category": "Kategori",
"subcategories": "Subkategori",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Topik Baru",
"guest-login-post": "Masuk untuk memposting",
"no-topics": "Tidak ada topik dikategori ini
Mengapa anda tidak mencoba membuat yang baru?",
diff --git a/public/language/id/error.json b/public/language/id/error.json
index 48c708f31a..7b31b66311 100644
--- a/public/language/id/error.json
+++ b/public/language/id/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/id/themes/harmony.json b/public/language/id/themes/harmony.json
index e3ba514912..727a1b0553 100644
--- a/public/language/id/themes/harmony.json
+++ b/public/language/id/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/it/admin/settings/advanced.json b/public/language/it/admin/settings/advanced.json
index 2948f4fe4f..6b780c5747 100644
--- a/public/language/it/admin/settings/advanced.json
+++ b/public/language/it/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Predefinito: %1",
"sockets.delay": "Ritardo di riconnessione",
- "analytics.settings": "Impostazioni di analisi",
- "analytics.max-cache": "Analisi valore massimo cache",
- "analytics.max-cache-help": "Nelle installazioni ad alto traffico, la cache potrebbe esaurirsi continuamente se ci sono più utenti attivi contemporanei rispetto al valore Max Cache. (Riavvio richiesto)",
"compression.settings": "Impostazioni compressione",
"compression.enable": "Abilita compressione",
"compression.help": "Questa impostazione abilita la compressione gzip. Per un sito Web ad alto traffico in produzione, il modo migliore per implementare la compressione a livello di proxy inverso. È possibile abilitarlo qui a scopo di test."
diff --git a/public/language/it/admin/settings/general.json b/public/language/it/admin/settings/general.json
index 32cb5f7f82..f0a5c1ed0d 100644
--- a/public/language/it/admin/settings/general.json
+++ b/public/language/it/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Layout del Titolo",
"title-layout-help": "Definire come sarà strutturato il titolo del browser, ad es. {pageTitle} | {browserTitle}",
"description.placeholder": "Una breve descrizione della tua comunità",
- "description": "Scegliere quale pagina visualizzare quando gli utenti navigano all'URL principale del forum.",
+ "description": "Site Description",
"keywords": "Parole chiave del sito",
"keywords-placeholder": "Parole chiave che descrivono la vostra comunità, separate da virgole",
"logo-and-icons": "Logo e icone del sito",
@@ -51,6 +51,7 @@
"topic-tools": "Strumenti discussione",
"home-page": "Pagina Iniziale",
"home-page-route": "Percorso Pagina Iniziale",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Percorso personalizzato",
"allow-user-home-pages": "Consenti Pagina Iniziale Utente",
"home-page-title": "Titolo della pagina iniziale (impostazione predefinita \"Home\")",
diff --git a/public/language/it/category.json b/public/language/it/category.json
index 0cb69d20c9..d0a935a983 100644
--- a/public/language/it/category.json
+++ b/public/language/it/category.json
@@ -1,6 +1,8 @@
{
"category": "Categoria",
"subcategories": "Sottocategorie",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Nuova Discussione",
"guest-login-post": "Accedi per postare",
"no-topics": "Non ci sono discussioni in questa categoria.
Perché non ne posti una?",
diff --git a/public/language/it/error.json b/public/language/it/error.json
index d24d4b0cc3..e40a94c23d 100644
--- a/public/language/it/error.json
+++ b/public/language/it/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Impossibile raggiungere il server al momento. Clicca qui per riprovare o riprova in un secondo momento",
"invalid-plugin-id": "ID plugin non valido",
"plugin-not-whitelisted": "Impossibile installare il plug-in & solo i plugin nella whitelist del Gestione Pacchetti di NodeBB possono essere installati tramite ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "Non è possibile modificare lo stato dei plugin, poiché sono definiti in fase di esecuzione. (config.json, variabili ambientali o argomenti del terminale); modificare invece la configurazione.",
"theme-not-set-in-configuration": "Quando si definiscono i plugin attivi nella configurazione, la modifica dei temi richiede l'aggiunta del nuovo tema all'elenco dei plugin attivi prima di aggiornarlo nell'ACP",
"topic-event-unrecognized": "Evento discussione '%1' non riconosciuto",
diff --git a/public/language/it/pages.json b/public/language/it/pages.json
index 5038b2f486..351226874b 100644
--- a/public/language/it/pages.json
+++ b/public/language/it/pages.json
@@ -36,7 +36,7 @@
"chat": "In chat con %1",
"flags": "Segnalazioni",
"flag-details": "Dettagli segnalazione %1",
- "world": "World",
+ "world": "Mondo",
"account/edit": "Modifica di \"%1\"",
"account/edit/password": "Modificando la password di \"%1\"",
"account/edit/username": "Modificando il nome utente di \"%1\"",
@@ -63,7 +63,7 @@
"account/blocks": "Utenti bloccati per %1",
"account/uploads": "Inviati da %1",
"account/sessions": "Sessioni di accesso",
- "account/shares": "Topics shared by %1",
+ "account/shares": "Discussioni condivise da %1",
"confirm": "Email Confermata",
"maintenance.text": "%1è attualmente in fase di manutenzione.
Per favore torna un'altra volta.",
"maintenance.messageIntro": "Inoltre, l'amministratore ha lasciato questo messaggio:",
diff --git a/public/language/it/recent.json b/public/language/it/recent.json
index 810038d872..2ff5b581b5 100644
--- a/public/language/it/recent.json
+++ b/public/language/it/recent.json
@@ -8,6 +8,6 @@
"no-recent-topics": "Non ci sono discussioni recenti.",
"no-popular-topics": "Non ci sono discussioni popolari.",
"load-new-posts": "Carica nuovi post",
- "uncategorized.title": "All known topics",
+ "uncategorized.title": "Tutte le discussioni note",
"uncategorized.intro": "This page shows a chronological listing of every topic that this forum has received.
The views and opinions expressed in the topics below are not moderated and may not represent the views and opinions of this website."
}
\ No newline at end of file
diff --git a/public/language/it/themes/harmony.json b/public/language/it/themes/harmony.json
index f52afb85ec..8ce6b71e02 100644
--- a/public/language/it/themes/harmony.json
+++ b/public/language/it/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "La barra degli strumenti nelle pagine delle discussioni e delle categorie si attacca alla parte superiore della pagina.",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Nascondi automaticamente la barra inferiore",
- "settings.autohideBottombar.help": "La barra inferiore nella visualizzazione mobile sarà nascosta quando la pagina viene fatta scorrere verso il basso.",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Apri le barre laterali",
"settings.chatModals": "Abilita i modali della chat"
}
\ No newline at end of file
diff --git a/public/language/it/user.json b/public/language/it/user.json
index f44e508d07..d33709d1ac 100644
--- a/public/language/it/user.json
+++ b/public/language/it/user.json
@@ -47,7 +47,7 @@
"default-category-watch-state": "Stato di controllo della categoria predefinita",
"followers": "Da chi è seguito",
"following": "Chi segue",
- "shares": "Shares",
+ "shares": "Condivisioni",
"blocks": "Blocchi",
"blocked-users": "Utenti bloccati",
"block-toggle": "Gestisci blocco",
@@ -60,10 +60,10 @@
"chat-with": "Continua la chat con %1",
"new-chat-with": "Inizia una nuova chat con %1",
"flag-profile": "Segnala Profilo",
- "profile-flagged": "Already flagged",
+ "profile-flagged": "Già segnalato",
"follow": "Segui",
"unfollow": "Smetti di seguire",
- "cancel-follow": "Cancel follow request",
+ "cancel-follow": "Annulla richiesta di segui",
"more": "Altro",
"profile-update-success": "Profilo aggiornato correttamente!",
"change-picture": "Cambia Foto",
@@ -123,7 +123,7 @@
"has-no-downvoted-posts": "Questo utente non ha ancora votato negativamente alcun post",
"has-no-controversial-posts": "Questo utente non ha ancora nessun post votato negativamente.",
"has-no-blocks": "Non hai bloccato utenti.",
- "has-no-shares": "This user has not shared any topics.",
+ "has-no-shares": "Questo utente non ha condiviso alcuna discussioni.",
"email-hidden": "Email Nascosta",
"hidden": "nascosta",
"paginate-description": "Impagina discussioni e post invece di utilizzare lo scorrimento infinito",
diff --git a/public/language/ja/admin/settings/advanced.json b/public/language/ja/admin/settings/advanced.json
index 72ad0891bf..7aafbb94f0 100644
--- a/public/language/ja/admin/settings/advanced.json
+++ b/public/language/ja/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/ja/admin/settings/general.json b/public/language/ja/admin/settings/general.json
index a7d62d281c..2d79a2bc35 100644
--- a/public/language/ja/admin/settings/general.json
+++ b/public/language/ja/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "タイトル配置",
"title-layout-help": "ブラウザのタイトルがどのように構成されるかを定義します。{pageTitle} | {browserTitle}",
"description.placeholder": "あなたのコミュニティについての簡単な説明",
- "description": "ユーザーがあなたのフォーラムのルートURLに移動するときに表示されるページを選択します。",
+ "description": "Site Description",
"keywords": "サイトのキーワード",
"keywords-placeholder": "あなたのコミュニティを記述するキーワード、カンマ区切り",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "ホームページ",
"home-page-route": "ホームページのルート",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "カスタムルート",
"allow-user-home-pages": "ユーザーホームページを有効にする",
"home-page-title": "Title of the home page (default \"Home\")",
diff --git a/public/language/ja/category.json b/public/language/ja/category.json
index 320ff70d34..84639c650e 100644
--- a/public/language/ja/category.json
+++ b/public/language/ja/category.json
@@ -1,6 +1,8 @@
{
"category": "カテゴリ",
"subcategories": "サブカテゴリ",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "新規スレッド",
"guest-login-post": "投稿するにはログインしてください",
"no-topics": "まだスレッドはありません
最初のスレッドを書いてみませんか?",
diff --git a/public/language/ja/error.json b/public/language/ja/error.json
index 71927aed4c..00ff74b1cc 100644
--- a/public/language/ja/error.json
+++ b/public/language/ja/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/ja/themes/harmony.json b/public/language/ja/themes/harmony.json
index e3ba514912..727a1b0553 100644
--- a/public/language/ja/themes/harmony.json
+++ b/public/language/ja/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/ko/admin/settings/advanced.json b/public/language/ko/admin/settings/advanced.json
index 6f030d4aaa..6b49fdd2fe 100644
--- a/public/language/ko/admin/settings/advanced.json
+++ b/public/language/ko/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "기본값: %1",
"sockets.delay": "재연결 지연",
- "analytics.settings": "분석 설정",
- "analytics.max-cache": "분석 캐시 최대 값",
- "analytics.max-cache-help": "높은 트래픽 상황에서 동시에 활성 사용자 수가 최대 캐시 값보다 많으면 캐시가 지속적으로 고갈될 수 있습니다. (다시 시작 필요)",
"compression.settings": "압축 설정",
"compression.enable": "압축 사용",
"compression.help": "이 설정은 gzip 압축을 활성화합니다. 운영 중인 높은 트래픽 웹 사이트의 경우 최상의 방법은 역방향 프록시 수준에서 압축을 구현하는 것입니다. 여기에서 테스트 목적으로 활성화할 수 있습니다."
diff --git a/public/language/ko/admin/settings/general.json b/public/language/ko/admin/settings/general.json
index c489bc7ba1..0756494d50 100644
--- a/public/language/ko/admin/settings/general.json
+++ b/public/language/ko/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "제목 레이아웃",
"title-layout-help": "브라우저 제목을 구성할 방식을 정의합니다. 예를 들어, {pageTitle} | {browserTitle} 형식으로 구성됩니다.",
"description.placeholder": "커뮤니티에 대한 간단한 설명",
- "description": "사용자가 포럼의 루트 URL로 이동할 때 표시되는 페이지를 선택합니다.",
+ "description": "Site Description",
"keywords": "사이트 키워드",
"keywords-placeholder": "커뮤니티를 설명하는 키워드, 쉼표로 구분",
"logo-and-icons": "사이트 로고 & 아이콘",
@@ -51,6 +51,7 @@
"topic-tools": "토픽 도구",
"home-page": "홈 페이지",
"home-page-route": "홈 페이지 경로",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "사용자 정의 경로",
"allow-user-home-pages": "사용자 홈 페이지 허용",
"home-page-title": "홈 페이지 제목 (default \"Home\")",
diff --git a/public/language/ko/category.json b/public/language/ko/category.json
index f50c4e9ace..f23eb362e4 100644
--- a/public/language/ko/category.json
+++ b/public/language/ko/category.json
@@ -1,6 +1,8 @@
{
"category": "카테고리",
"subcategories": "하위 카테고리",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "새 토픽",
"guest-login-post": "게시물을 작성하려면 로그인하세요.",
"no-topics": "이 카테고리에는 토픽이 없습니다.
한 가지 올려보는 건 어떨까요?",
diff --git a/public/language/ko/error.json b/public/language/ko/error.json
index 8f7c42ca71..cd92a20de1 100644
--- a/public/language/ko/error.json
+++ b/public/language/ko/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "현재 서버에 연결할 수 없습니다. 여기를 클릭 후 다시 시도하거나 나중에 다시 시도하세요",
"invalid-plugin-id": "잘못된 플러그인 ID",
"plugin-not-whitelisted": "플러그인을 설치할 수 없습니다 - NodeBB 패키지 관리자에서 허용목록에 등록된 플러그인만 ACP를 통해 설치할 수 있습니다",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "실행 중에 정의된 플러그인 상태를 변경할 수 없습니다 (config.json, 환경 변수 또는 터미널 인수). 대신 구성을 수정하세요.",
"theme-not-set-in-configuration": "구성에서 활성 플러그인을 정의할 때 새 테마를 추가하기 전에 ACP에서 테마를 업데이트해야 합니다",
"topic-event-unrecognized": "토픽 이벤트 '%1' 인식되지 않았습니다",
diff --git a/public/language/ko/themes/harmony.json b/public/language/ko/themes/harmony.json
index a8d98525b6..d5ba1daaee 100644
--- a/public/language/ko/themes/harmony.json
+++ b/public/language/ko/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "토픽 및 카테고리 페이지의 툴바가 페이지 상단에 고정됩니다.",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "하단 바 자동 숨기기",
- "settings.autohideBottombar.help": "모바일 뷰에서 페이지가 아래로 스크롤될 때 하단 막대가 숨겨집니다.",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "사이드바 열기",
"settings.chatModals": "채팅 모달 활성화"
}
\ No newline at end of file
diff --git a/public/language/lt/admin/settings/advanced.json b/public/language/lt/admin/settings/advanced.json
index 982eaa2f64..fa1abbad0f 100644
--- a/public/language/lt/admin/settings/advanced.json
+++ b/public/language/lt/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/lt/admin/settings/general.json b/public/language/lt/admin/settings/general.json
index 6848747e86..d56c819745 100644
--- a/public/language/lt/admin/settings/general.json
+++ b/public/language/lt/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Title Layout",
"title-layout-help": "Define how the browser title will be structured ie. {pageTitle} | {browserTitle}",
"description.placeholder": "A short description about your community",
- "description": "Choose what page is shown when users navigate to the root URL of your forum.",
+ "description": "Site Description",
"keywords": "Site Keywords",
"keywords-placeholder": "Keywords describing your community, comma-separated",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "Home Page",
"home-page-route": "Home Page Route",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")",
diff --git a/public/language/lt/category.json b/public/language/lt/category.json
index 2955e922c4..2438050680 100644
--- a/public/language/lt/category.json
+++ b/public/language/lt/category.json
@@ -1,6 +1,8 @@
{
"category": "Kategorija",
"subcategories": "Subkategorijos",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Nauja tema",
"guest-login-post": "Prisijungti įrašų paskelbimui",
"no-topics": "Šioje kategorijoje temų nėra.
Kodėl gi jums nesukūrus naujos?",
diff --git a/public/language/lt/error.json b/public/language/lt/error.json
index f9c57c0052..5251f16d0f 100644
--- a/public/language/lt/error.json
+++ b/public/language/lt/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/lt/themes/harmony.json b/public/language/lt/themes/harmony.json
index e3ba514912..727a1b0553 100644
--- a/public/language/lt/themes/harmony.json
+++ b/public/language/lt/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/lv/admin/settings/advanced.json b/public/language/lv/admin/settings/advanced.json
index 1899c0dd8f..3ab713e0b4 100644
--- a/public/language/lv/admin/settings/advanced.json
+++ b/public/language/lv/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/lv/admin/settings/general.json b/public/language/lv/admin/settings/general.json
index eaef60c569..fabfbb824e 100644
--- a/public/language/lv/admin/settings/general.json
+++ b/public/language/lv/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Virsraksta izkārtojums",
"title-layout-help": "Noteikt, kā virsraksts pārlūkā tiks izkārtots, t.i., {pageTitle} | {browserTitle}",
"description.placeholder": "Īss foruma apraksts",
- "description": "Izvēlies, kādu lapu rādīt, kad lietotājs izvēlas foruma saknes URL.",
+ "description": "Site Description",
"keywords": "Foruma atslēgvārdi",
"keywords-placeholder": "Atslēgvārdi, kas apraksta forumu, atdalīti ar komatu",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "Sākums",
"home-page-route": "Sākumlapas ceļš",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Pielāgotais ceļš",
"allow-user-home-pages": "Atļaut lietotājiem savas mājaslapas",
"home-page-title": "Sākumlapas titulis (pēc noklusējuma \"Sākums\")",
diff --git a/public/language/lv/category.json b/public/language/lv/category.json
index c13c0a2508..31f18e247d 100644
--- a/public/language/lv/category.json
+++ b/public/language/lv/category.json
@@ -1,6 +1,8 @@
{
"category": "Kategorija",
"subcategories": "Apakškategorijas",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Izveidot jaunu tematu",
"guest-login-post": "Ielogojies lai rakstītu",
"no-topics": "Šinī kategorijā nav rakstu.
Vēlies izveidot kādu rakstu?",
diff --git a/public/language/lv/error.json b/public/language/lv/error.json
index 6c23706ed0..ee00b5faac 100644
--- a/public/language/lv/error.json
+++ b/public/language/lv/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/lv/themes/harmony.json b/public/language/lv/themes/harmony.json
index e3ba514912..727a1b0553 100644
--- a/public/language/lv/themes/harmony.json
+++ b/public/language/lv/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/ms/admin/settings/advanced.json b/public/language/ms/admin/settings/advanced.json
index 982eaa2f64..fa1abbad0f 100644
--- a/public/language/ms/admin/settings/advanced.json
+++ b/public/language/ms/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/ms/admin/settings/general.json b/public/language/ms/admin/settings/general.json
index 6848747e86..d56c819745 100644
--- a/public/language/ms/admin/settings/general.json
+++ b/public/language/ms/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Title Layout",
"title-layout-help": "Define how the browser title will be structured ie. {pageTitle} | {browserTitle}",
"description.placeholder": "A short description about your community",
- "description": "Choose what page is shown when users navigate to the root URL of your forum.",
+ "description": "Site Description",
"keywords": "Site Keywords",
"keywords-placeholder": "Keywords describing your community, comma-separated",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "Home Page",
"home-page-route": "Home Page Route",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")",
diff --git a/public/language/ms/category.json b/public/language/ms/category.json
index d967bca72c..b5270c1c75 100644
--- a/public/language/ms/category.json
+++ b/public/language/ms/category.json
@@ -1,6 +1,8 @@
{
"category": "Kategori",
"subcategories": "Subkategori",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Topik Baru",
"guest-login-post": "Log masuk untuk kirim",
"no-topics": "Tiada topik dalam kategori ini.
Cuba hantar topik yang baru?",
diff --git a/public/language/ms/error.json b/public/language/ms/error.json
index a27c91df3e..a88b269748 100644
--- a/public/language/ms/error.json
+++ b/public/language/ms/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/ms/themes/harmony.json b/public/language/ms/themes/harmony.json
index e3ba514912..727a1b0553 100644
--- a/public/language/ms/themes/harmony.json
+++ b/public/language/ms/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/nb/admin/manage/categories.json b/public/language/nb/admin/manage/categories.json
index 17d6c8267d..fadadac3ba 100644
--- a/public/language/nb/admin/manage/categories.json
+++ b/public/language/nb/admin/manage/categories.json
@@ -7,7 +7,7 @@
"privileges": "Rettigheter",
"back-to-categories": "Tilbake til kategorier",
"name": "Kategorinavn",
- "handle": "Category Handle",
+ "handle": "Kategoristi",
"handle.help": "Your category handle is used as a representation of this category across other networks, similar to a username. A category handle must not match an existing username or user group.",
"description": "Kategoribeskrivelse",
"bg-color": "Bakgrunnsfarge",
@@ -39,7 +39,7 @@
"disable": "Deaktiver",
"edit": "Rediger",
"analytics": "Analyser",
- "federation": "Federation",
+ "federation": "Føderasjon",
"view-category": "Vis kategori",
"set-order": "Sett rekkefølge",
@@ -82,18 +82,18 @@
"federation.title": "Federation settings for \"%1\" category",
"federation.disabled": "Federation is disabled site-wide, so category federation settings are currently unavailable.",
"federation.disabled-cta": "Federation Settings →",
- "federation.syncing-header": "Synchronization",
+ "federation.syncing-header": "Synkronisering",
"federation.syncing-intro": "A category can follow a \"Group Actor\" via the ActivityPub protocol. If content is received from one of the actors listed below, it will be automatically added to this category.",
"federation.syncing-caveat": "N.B. Setting up syncing here establishes a one-way synchronization. NodeBB attempts to subscribe/follow the actor, but the reverse cannot be assumed.",
"federation.syncing-none": "This category is not currently following anybody.",
- "federation.syncing-add": "Synchronize with...",
- "federation.syncing-actorUri": "Actor",
- "federation.syncing-follow": "Follow",
- "federation.syncing-unfollow": "Unfollow",
+ "federation.syncing-add": "Synkroniser med...",
+ "federation.syncing-actorUri": "Aktør",
+ "federation.syncing-follow": "Følg",
+ "federation.syncing-unfollow": "Avfølg",
"federation.followers": "Remote users following this category",
"federation.followers-handle": "Handle",
"federation.followers-id": "ID",
- "federation.followers-none": "No followers.",
+ "federation.followers-none": "Ingen følgere",
"alert.created": "Opprettet",
"alert.create-success": "Kategori opprettet!",
diff --git a/public/language/nb/admin/menu.json b/public/language/nb/admin/menu.json
index ebf15d0d34..6c51ad8ccf 100644
--- a/public/language/nb/admin/menu.json
+++ b/public/language/nb/admin/menu.json
@@ -38,7 +38,7 @@
"settings/tags": "Emneord",
"settings/notifications": "Varsler",
"settings/api": "API-tilgang",
- "settings/activitypub": "Federation (ActivityPub)",
+ "settings/activitypub": "Føderasjon (ActivityPub)",
"settings/sounds": "Lyder",
"settings/social": "Sosialt",
"settings/cookies": "Informasjonskapsler",
diff --git a/public/language/nb/admin/settings/activitypub.json b/public/language/nb/admin/settings/activitypub.json
index 94f9ad7822..5ad03708e4 100644
--- a/public/language/nb/admin/settings/activitypub.json
+++ b/public/language/nb/admin/settings/activitypub.json
@@ -12,13 +12,13 @@
"allowLoopback": "Allow loopback processing",
"allowLoopback-help": "Useful for debugging purposes only. You should probably leave this disabled.",
- "probe": "Open in App",
+ "probe": "Åpne i app",
"probe-enabled": "Try to open ActivityPub-enabled resources in NodeBB",
"probe-enabled-help": "If enabled, NodeBB will check every external link for an ActivityPub equivalent, and load it in NodeBB instead.",
"probe-timeout": "Lookup Timeout (milliseconds)",
"probe-timeout-help": "(Default: 2000) If the lookup query does not receive a response within the set timeframe, will send the user to the link directly instead. Adjust this number higher if sites are responding slowly and you wish to give extra time.",
- "server-filtering": "Filtering",
+ "server-filtering": "Filtrering",
"count": "This NodeBB is currently aware of %1 server(s)",
"server.filter-help": "Specify servers you would like to bar from federating with your NodeBB. Alternatively, you may opt to selectively allow federation with specific servers, instead. Both options are supported, although they are mutually exclusive.",
"server.filter-help-hostname": "Enter just the instance hostname below (e.g. example.org), separated by line breaks.",
diff --git a/public/language/nb/admin/settings/advanced.json b/public/language/nb/admin/settings/advanced.json
index f1be4b2bff..ab1578ac7d 100644
--- a/public/language/nb/admin/settings/advanced.json
+++ b/public/language/nb/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Standard: %1",
"sockets.delay": "Forsinkelse ved tilkobling på nytt",
- "analytics.settings": "Innstillinger for analyse",
- "analytics.max-cache": "Maksimal verdi for analysedatahurtigbuffer",
- "analytics.max-cache-help": "På installasjoner med høy trafikk kan hurtigbufferen bli kontinuerlig brukt opp hvis det er flere aktive brukere samtidig enn den maksimale hurtigbufferen tillater. (Omstart kreves)",
"compression.settings": "Innstillinger for komprimering",
"compression.enable": "Aktiver komprimering",
"compression.help": "Denne innstillingen aktiverer gzip-komprimering. For nettsteder med høy trafikk anbefales det å implementere komprimering på omvendt proxy-nivå. Du kan aktivere det her for testformål."
diff --git a/public/language/nb/admin/settings/general.json b/public/language/nb/admin/settings/general.json
index c8960ad53a..17d717b787 100644
--- a/public/language/nb/admin/settings/general.json
+++ b/public/language/nb/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Tittellayout",
"title-layout-help": "Definer hvordan nettlesertittelen skal struktureres, f.eks. {pageTitle} | {browserTitle}",
"description.placeholder": "En kort beskrivelse av fellesskapet ditt",
- "description": "Velg hvilken side som vises når brukere navigerer til rot-URL-en for forumet ditt.",
+ "description": "Site Description",
"keywords": "Nøkkelord for nettstedet",
"keywords-placeholder": "Nøkkelord som beskriver fellesskapet ditt, kommaseparert",
"logo-and-icons": "Logo og ikoner for nettstedet",
@@ -51,6 +51,7 @@
"topic-tools": "Verktøy for emner",
"home-page": "Hjemmeside",
"home-page-route": "Rute for hjemmeside",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Egendefinert rute",
"allow-user-home-pages": "Tillat brukerspesifikke hjemmesider",
"home-page-title": "Tittel på hjemmesiden (standard: \"Hjem\")",
diff --git a/public/language/nb/category.json b/public/language/nb/category.json
index 91e5e13598..011cbe99fc 100644
--- a/public/language/nb/category.json
+++ b/public/language/nb/category.json
@@ -1,6 +1,8 @@
{
"category": "Kategori",
"subcategories": "Underkategorier",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Nytt emne",
"guest-login-post": "Logg inn for å publisere innlegg",
"no-topics": "Denne kategorien er foreløpig tom.
Har du noe å dele? Opprett et innlegg her!",
diff --git a/public/language/nb/error.json b/public/language/nb/error.json
index e9d3700379..560fdc0b6a 100644
--- a/public/language/nb/error.json
+++ b/public/language/nb/error.json
@@ -232,10 +232,11 @@
"socket-reconnect-failed": "Får ikke tilgang til serveren for øyeblikket. Klikk her for å prøve igjen, eller prøv igjen senere",
"invalid-plugin-id": "Ugyldig innstikk-ID",
"plugin-not-whitelisted": "Ute av stand til å installere tillegget – bare tillegg som er hvitelistet av NodeBB sin pakkebehandler kan bli installert via administratorkontrollpanelet",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "Du har ikke tillatelse til å endre plugin-status da de er definert under kjøring (config.json, miljøvariabler eller terminalargumenter)Vennligst endre konfigurasjonen i stedet.",
"theme-not-set-in-configuration": "Når aktive plugins er definert i konfigurasjonen, krever endring av tema at det nye temaet legges til i listen over aktive plugins før det oppdateres i ACP.",
"topic-event-unrecognized": "Trådhendelse '%1' er ukjent",
- "category.handle-taken": "Category handle is already taken, please choose another.",
+ "category.handle-taken": "Kategoristi er allerede tatt, velg noe annet.",
"cant-set-child-as-parent": "Kan ikke sette underkategori til hovedkategori",
"cant-set-self-as-parent": "Kan ikke sette denne som hovedkategori",
"api.master-token-no-uid": "Et master token ble mottatt uten korresponderende `_uid` i request body",
@@ -249,10 +250,10 @@
"api.501": "Ruten du prøver å kalle er ikke implementert enda. Prøv igjen i morgen",
"api.503": "Ruten du prøver å kalle er for øyeblikket ikke tilgjengelig grunnet innstilling på serveren",
"api.reauth-required": "Ressursen du prøver å få tilgang til krever (re-)autentisering.",
- "activitypub.not-enabled": "Federation is not enabled on this server",
- "activitypub.invalid-id": "Unable to resolve the input id, likely as it is malformed.",
- "activitypub.get-failed": "Unable to retrieve the specified resource.",
- "activitypub.pubKey-not-found": "Unable to resolve public key, so payload verification cannot take place.",
+ "activitypub.not-enabled": "Føderasjon er ikke aktivert på denne serveren",
+ "activitypub.invalid-id": "Kan ikke løse opp input-ID-en, sannsynligvis fordi den er ugyldig.",
+ "activitypub.get-failed": "Kan ikke hente den angitte ressursen.",
+ "activitypub.pubKey-not-found": "Kan ikke løse opp offentlig nøkkel, så verifisering av nyttelasten kan ikke gjennomføres.",
"activitypub.origin-mismatch": "The received object's origin does not match the sender's origin",
"activitypub.actor-mismatch": "The received activity is being carried out by an actor that is different from expected.",
"activitypub.not-implemented": "The request was denied because it or an aspect of it is not implemented by the recipient server"
diff --git a/public/language/nb/global.json b/public/language/nb/global.json
index 1e79477472..86a0654284 100644
--- a/public/language/nb/global.json
+++ b/public/language/nb/global.json
@@ -50,7 +50,7 @@
"header.navigation": "Navigasjon",
"header.manage": "Administrer",
"header.drafts": "Utkast",
- "header.world": "World",
+ "header.world": "Verden",
"notifications.loading": "Laster varsler",
"chats.loading": "Laster samtaler",
"drafts.loading": "Laster utkast",
@@ -111,7 +111,7 @@
"dnd": "Ikke forstyrr",
"invisible": "Usynlig",
"offline": "Frakoblet",
- "remote-user": "This user is from outside of this forum",
+ "remote-user": "Denne brukeren er fra utsiden av dette forumet.",
"email": "E-post",
"language": "Språk",
"guest": "Gjest",
diff --git a/public/language/nb/modules.json b/public/language/nb/modules.json
index e11a03e664..0ed1b210cf 100644
--- a/public/language/nb/modules.json
+++ b/public/language/nb/modules.json
@@ -115,8 +115,8 @@
"composer.discard-all-drafts": "Forkast alle utkast",
"composer.no-drafts": "Du har ingen utkast",
"composer.discard-draft-confirm": "Vil du forkaste dette utkastet?",
- "composer.remote-pid-editing": "Editing a remote post",
- "composer.remote-pid-content-immutable": "The content of remote posts cannot be edited. However, you are able change the topic title and tags.",
+ "composer.remote-pid-editing": "Redigerer et eksternt innlegg",
+ "composer.remote-pid-content-immutable": "Innholdet i eksterne innlegg kan ikke redigeres. Du kan imidlertid endre emnetittel og merkelapper.",
"bootbox.ok": "OK",
"bootbox.cancel": "Avbryt",
"bootbox.confirm": "Bekreft",
diff --git a/public/language/nb/notifications.json b/public/language/nb/notifications.json
index 115879e8ec..eb518f1378 100644
--- a/public/language/nb/notifications.json
+++ b/public/language/nb/notifications.json
@@ -99,8 +99,8 @@
"notificationType-new-post-flag": "Når ett nytt innlegg er flagget",
"notificationType-new-user-flag": "Når en bruker er flagget",
"notificationType-new-reward": "Når du får en ny tildelning",
- "activitypub.announce": "%1 shared your post in %2 to their followers.",
- "activitypub.announce-dual": "%1 and %2 shared your post in %3 to their followers.",
- "activitypub.announce-triple": "%1, %2 and %3 shared your post in %4 to their followers.",
- "activitypub.announce-multiple": "%1, %2 and %3 others shared your post in %4 to their followers."
+ "activitypub.announce": "%1 delte din post i %2 til sine følgere.",
+ "activitypub.announce-dual": "%1 og %2 delte din post i %3 til sine følgere.",
+ "activitypub.announce-triple": "%1, %2 og %3 delte din post i %4 til sine følgere.",
+ "activitypub.announce-multiple": "%1, %2 og %3 andre delte din post i %4 til sine følgere."
}
\ No newline at end of file
diff --git a/public/language/nb/pages.json b/public/language/nb/pages.json
index bfeaece7e9..cda6874860 100644
--- a/public/language/nb/pages.json
+++ b/public/language/nb/pages.json
@@ -36,7 +36,7 @@
"chat": "Samtale med %1",
"flags": "Flagg",
"flag-details": "Flagg %1 detaljer",
- "world": "World",
+ "world": "Verden",
"account/edit": "Endrer \"%1\"",
"account/edit/password": "Redigeringspassord for \"%1\"",
"account/edit/username": "Rediger brukernavnet til \"%1\"",
@@ -63,7 +63,7 @@
"account/blocks": "Brukere blokkert av %1",
"account/uploads": "Opplastninger av %1",
"account/sessions": "Påloggingsøkter",
- "account/shares": "Topics shared by %1",
+ "account/shares": "Emner delt av %1",
"confirm": "E-post bekreftet",
"maintenance.text": "%1 er for øyeblikket under vedlikehold.
Vennligst kom tilbake en annen gang.",
"maintenance.messageIntro": "I tillegg har administratoren skrevet denne meldingen:",
diff --git a/public/language/nb/recent.json b/public/language/nb/recent.json
index c3a05198b5..e8ec1af77b 100644
--- a/public/language/nb/recent.json
+++ b/public/language/nb/recent.json
@@ -8,6 +8,6 @@
"no-recent-topics": "Det er ingen nye emner.",
"no-popular-topics": "Det er ingen populære emner.",
"load-new-posts": "Last inn nye innlegg",
- "uncategorized.title": "All known topics",
- "uncategorized.intro": "This page shows a chronological listing of every topic that this forum has received.
The views and opinions expressed in the topics below are not moderated and may not represent the views and opinions of this website."
+ "uncategorized.title": "Alle kjente emner",
+ "uncategorized.intro": "Denne siden viser en kronologisk liste over alle emner som dette forumet har mottatt.
Meningene og synspunktene som uttrykkes i emnene nedenfor, er ikke moderert og representerer kanskje ikke meningene og synspunktene til denne nettsiden."
}
\ No newline at end of file
diff --git a/public/language/nb/themes/harmony.json b/public/language/nb/themes/harmony.json
index bd6204cb1a..f9c66e050b 100644
--- a/public/language/nb/themes/harmony.json
+++ b/public/language/nb/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "Verktøylinjen på emne- og kategorisider vil feste seg til toppen av siden",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Skjul bunnlinjen automatisk",
- "settings.autohideBottombar.help": "Bunnlinjen i mobilvisning skjules automatisk når siden rulles ned",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Åpne sidepaneler",
"settings.chatModals": "Aktiver chat-modaler"
}
\ No newline at end of file
diff --git a/public/language/nb/topic.json b/public/language/nb/topic.json
index 21646ac420..0ff7f17abf 100644
--- a/public/language/nb/topic.json
+++ b/public/language/nb/topic.json
@@ -61,8 +61,8 @@
"user-restored-topic-on": "%1 gjenopprettet dette menet på %2",
"user-moved-topic-from-ago": "%1 flyttet dette emnet fra %2 %3",
"user-moved-topic-from-on": "%1 flyttet dette emnet fra %2 på %3",
- "user-shared-topic-ago": "%1 shared this topic %2",
- "user-shared-topic-on": "%1 shared this topic on %2",
+ "user-shared-topic-ago": "%1 delte dette emnet %2",
+ "user-shared-topic-on": "%1 delte dette emnet på %2",
"user-queued-post-ago": "%1 i kø post til godkjenning %3",
"user-queued-post-on": "%1 i køpost til godkjenning %3",
"user-referenced-topic-ago": "%1 refererte dette emnet %3",
@@ -137,7 +137,7 @@
"bookmarks": "Bokmerker",
"bookmarks.has-no-bookmarks": "Du har ikke bokmerket noen innlegg ennå.",
"copy-permalink": "Kopier permanent lenke",
- "go-to-original": "View Original Post",
+ "go-to-original": "Vis innlegg",
"loading-more-posts": "Laster flere innlegg",
"move-topic": "Flytt tråd",
"move-topics": "Flytt tråder",
@@ -223,6 +223,6 @@
"post-tools": "Innleggsverktøy",
"unread-posts-link": "Lenke til uleste innlegg",
"thumb-image": "Miniatyrbilde for emne",
- "announcers": "Shares",
- "announcers-x": "Shares (%1)"
+ "announcers": "Delinger",
+ "announcers-x": "Delinger (%1)"
}
\ No newline at end of file
diff --git a/public/language/nb/user.json b/public/language/nb/user.json
index da9b6365ff..9c22c99c1b 100644
--- a/public/language/nb/user.json
+++ b/public/language/nb/user.json
@@ -47,7 +47,7 @@
"default-category-watch-state": "Standard følgesstatus for kategorier",
"followers": "Følgere",
"following": "Følger",
- "shares": "Shares",
+ "shares": "Delinger",
"blocks": "Blokkeringer",
"blocked-users": "Blokkerte brukere",
"block-toggle": "Endre blokkering",
@@ -60,10 +60,10 @@
"chat-with": "Fortsett å chatte med %1",
"new-chat-with": "Start ny chat med %1",
"flag-profile": "Rapporter profil",
- "profile-flagged": "Already flagged",
+ "profile-flagged": "Allerede flagget",
"follow": "Følg",
"unfollow": "Avfølg",
- "cancel-follow": "Cancel follow request",
+ "cancel-follow": "Avbryt forespørsel om å følge",
"more": "Mer",
"profile-update-success": "Profilen ble oppdatert!",
"change-picture": "Bytt bilde",
@@ -75,7 +75,7 @@
"edit-profile": "Rediger profil",
"default-picture": "Standardikonet",
"uploaded-picture": "Opplastet bilde",
- "upload-new-picture": "Last opp nytt bidle",
+ "upload-new-picture": "Last opp nytt bilde",
"upload-new-picture-from-url": "Last opp nytt bilde fra URL",
"current-password": "Gjeldende passord",
"new-password": "Nytt passord",
@@ -123,7 +123,7 @@
"has-no-downvoted-posts": "Denne brukeren har ikke stemt ned noen innlegg ennå.",
"has-no-controversial-posts": "Denne brukeren har ikke noen nedstemte innlegg ennå.",
"has-no-blocks": "Du har ingen blokkerte brukere.",
- "has-no-shares": "This user has not shared any topics.",
+ "has-no-shares": "Denne brukeren har ikke delt noen tråder enda.",
"email-hidden": "E-post skjult",
"hidden": "skjult",
"paginate-description": "Bruk sidevelger for tråder og innlegg istedet for uendelig scrolling",
diff --git a/public/language/nb/world.json b/public/language/nb/world.json
index 3753335278..54ab26f15e 100644
--- a/public/language/nb/world.json
+++ b/public/language/nb/world.json
@@ -1,17 +1,17 @@
{
- "name": "World",
- "popular": "Popular topics",
- "recent": "All topics",
- "help": "Help",
+ "name": "Verden",
+ "popular": "Populære tema",
+ "recent": "Alle tema",
+ "help": "Hjelp",
- "help.title": "What is this page?",
+ "help.title": "Hva er denne siden?",
"help.intro": "Welcome to your corner of the fediverse.",
"help.fediverse": "The \"fediverse\" is a network of interconnected applications and websites that all talk to one another and whose users can see each other. This forum is federated, and can interact with that social web (or \"fediverse\"). This page is your corner of the fediverse. It consists solely of topics created by — and shared from — users you follow.",
"help.build": "There might not be a lot of topics here to start; that's normal. You will start to see more content here over time when you start following other users.",
"help.federating": "Likewise, if users from outside of this forum start following you, then your posts will start appearing on those apps and websites as well.",
"help.next-generation": "This is the next generation of social media, start contributing today!",
- "onboard.title": "Your window to the fediverse...",
+ "onboard.title": "Ditt vindu til fødiverset...",
"onboard.what": "This is your personalized category made up of only content found outside of this forum. Whether something shows up in this page depends on whether you follow them, or whether that post was shared by someone you follow.",
"onboard.why": "There's a lot that goes on outside of this forum, and not all of it is relevant to your interests. That's why following people is the best way to signal that you want to see more from someone.",
"onboard.how": "In the meantime, you can click on the shortcut buttons at the top to see what else this forum knows about, and start discovering some new content!"
diff --git a/public/language/nl/admin/settings/advanced.json b/public/language/nl/admin/settings/advanced.json
index 982eaa2f64..fa1abbad0f 100644
--- a/public/language/nl/admin/settings/advanced.json
+++ b/public/language/nl/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Default: %1",
"sockets.delay": "Reconnection Delay",
- "analytics.settings": "Analytics Settings",
- "analytics.max-cache": "Analytics Cache Max Value",
- "analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"compression.enable": "Enable Compression",
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
diff --git a/public/language/nl/admin/settings/general.json b/public/language/nl/admin/settings/general.json
index 051d022488..a5828eaa84 100644
--- a/public/language/nl/admin/settings/general.json
+++ b/public/language/nl/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Titel Lay-out",
"title-layout-help": "Defineer hoe de browser titel gestructureerd word. bijv: {paginaTitel} | {browserTitel}",
"description.placeholder": "Een korte beschrijving van uw gemeenschap",
- "description": "Choose what page is shown when users navigate to the root URL of your forum.",
+ "description": "Site Description",
"keywords": "Site Trefwoorden",
"keywords-placeholder": "Trefwoorden die uw community beschrijven, kommagescheiden",
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
"topic-tools": "Topic Tools",
"home-page": "Home Page",
"home-page-route": "Home Page Route",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")",
diff --git a/public/language/nl/category.json b/public/language/nl/category.json
index 4efaa05ad3..c745ec8690 100644
--- a/public/language/nl/category.json
+++ b/public/language/nl/category.json
@@ -1,6 +1,8 @@
{
"category": "Categorie",
"subcategories": "Subcategorieën",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Nieuw onderwerp",
"guest-login-post": "Log in om een reactie te plaatsen",
"no-topics": "Er zijn geen onderwerpen in deze categorie.
Waarom maak je er niet een aan?",
diff --git a/public/language/nl/error.json b/public/language/nl/error.json
index 26e8cb387a..1b9fd1883b 100644
--- a/public/language/nl/error.json
+++ b/public/language/nl/error.json
@@ -232,6 +232,7 @@
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
"plugin-not-whitelisted": "Kan plugin niet installeren – alleen plugins toegestaan door de NodeBB Package Manager kunnen via de ACP geinstalleerd worden",
+ "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
diff --git a/public/language/nl/themes/harmony.json b/public/language/nl/themes/harmony.json
index e3ba514912..727a1b0553 100644
--- a/public/language/nl/themes/harmony.json
+++ b/public/language/nl/themes/harmony.json
@@ -15,8 +15,9 @@
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
"settings.topicSidebarTools": "Topic sidebar tools",
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
- "settings.autohideBottombar": "Auto hide bottom bar",
- "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
+ "settings.autohideBottombar": "Auto hide mobile navigation bar",
+ "settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
+ "settings.topMobilebar": "Move the mobile navigation bar to the top",
"settings.openSidebars": "Open sidebars",
"settings.chatModals": "Enable chat modals"
}
\ No newline at end of file
diff --git a/public/language/nn-NO/admin/dashboard.json b/public/language/nn-NO/admin/dashboard.json
index fc6a1f9ae9..6d874339a4 100644
--- a/public/language/nn-NO/admin/dashboard.json
+++ b/public/language/nn-NO/admin/dashboard.json
@@ -12,8 +12,8 @@
"page-views-custom": "Tilpassa sidevisningar",
"page-views-custom-start": "Startdato",
"page-views-custom-end": "Sluttdato",
- "page-views-custom-help": "Vel eit tidsintervall for å sjå sidevisningar.",
- "page-views-custom-error": "Ugyldig tidsintervall.",
+ "page-views-custom-help": "Vel eit tidsintervall på datoformat YYYY-MM-DD for å sjå sidevisningar. ",
+ "page-views-custom-error": "Ugyldig tidsintervall. Bruk format YYYY-MM-DD",
"stats.yesterday": "I går",
"stats.today": "I dag",
@@ -24,11 +24,11 @@
"stats.all": "Alle",
"updates": "Oppdateringar",
- "running-version": "Køyrer versjon",
+ "running-version": "Køyrer NodeBB versjon %1 .",
"keep-updated": "Hald oppdatert",
- "up-to-date": "Oppdatert",
- "upgrade-available": "Oppgradering tilgjengeleg",
- "prerelease-upgrade-available": "Førehandsutgåveoppgradering tilgjengeleg",
+ "up-to-date": "Oppdatert ",
+ "upgrade-available": "Oppgradering tilgjengeleg. Vurder å oppgradere din versjon av NodeBB.",
+ "prerelease-upgrade-available": "Førehandsutgåveoppgradering tilgjengeleg. Vurder å oppgradere din versjon av NodeBB.",
"prerelease-warning": "Ver varsam når du oppgraderer til førehandsutgåver, dei kan innehalde feil.",
"fallback-emailer-not-found": "Fann ikkje tilbakefallse-postar",
"running-in-development": "Køyrer i utviklingsmodus",
diff --git a/public/language/nn-NO/admin/development/logger.json b/public/language/nn-NO/admin/development/logger.json
index f1109a6cca..c25ddc3d61 100644
--- a/public/language/nn-NO/admin/development/logger.json
+++ b/public/language/nn-NO/admin/development/logger.json
@@ -1,12 +1,12 @@
{
"logger": "Loggførar",
"logger-settings": "Innstillingar loggførar ",
- "description": "Konfigurer loggførarinnstillingar for å overvake aktivitetar og førespurnader i NodeBB.",
+ "description": "Ved å aktivere avkrysningsboksane vil du få loggar til terminalen din. Dersom du spesifiserer ein sti, vil loggane bli lagra i ei fil i staden. HTTP-logging er nyttig for å samle statistikk om kven, når og kva folk har tilgang til på forumet ditt. I tillegg til å logge HTTP-forespurningar, kan vi òg logge socket.io-hendingar. Socket.io-logging, i kombinasjon med redis-cli monitor, kan vere svært nyttig for å forstå NodeBB sitt indre system.",
"explanation": "Aktiver loggføring av HTTP- og WebSocket-aktivitet for feilsøking og overvaking.",
"enable-http": "Aktiver HTTP-loggføring",
"enable-socket": "Aktiver WebSocket-loggføring",
"file-path": "Filsti",
- "file-path-placeholder": "Skriv inn stien til loggføringsfila",
+ "file-path-placeholder": "/path/to/log/file.log ::: la stå tom for å logge til terminalen din",
"control-panel": "Kontrollpanel loggførar",
"update-settings": "Oppdater loggførar innstillingar"
diff --git a/public/language/nn-NO/admin/extend/plugins.json b/public/language/nn-NO/admin/extend/plugins.json
index ad23225ed6..dc4e69aa33 100644
--- a/public/language/nn-NO/admin/extend/plugins.json
+++ b/public/language/nn-NO/admin/extend/plugins.json
@@ -17,8 +17,8 @@
"dev-interested": "Er du ein utviklar?",
"docs-info": "Dokumentasjon for utvikling av innstikk kan du sjå i NodeBB Docs Portal.",
- "order.description": "Du kan dra og sleppe pluginar for å endre rekkjefølgja",
- "order.explanation": "Rekkjefølgja kan påverke korleis pluginar fungerer saman",
+ "order.description": "Visse innstikk fungerer best når dei blir initierte før/etter andre innstikk.",
+ "order.explanation": "Innstikk blir lasta inn i rekkjefølgja som er spesifisert her, frå topp til botn.",
"plugin-item.themes": "Tema",
"plugin-item.deactivate": "Deaktiver",
@@ -33,26 +33,26 @@
"plugin-item.unknown": "Ukjent",
"plugin-item.unknown-explanation": "Vi kunne ikkje finne informasjon om denne pluginen",
"plugin-item.compatible": "Innstikk er kompatibelt med NodeBB %1",
- "plugin-item.not-compatible": "Ikkje kompatibel",
+ "plugin-item.not-compatible": "Dette innstikket har ingen kompatibilitetsdata, sørg for at det fungerer før du installerer det i produksjonsmiljøet ditt.",
- "alert.enabled": "Plugin aktivert",
- "alert.disabled": "Plugin deaktivert",
- "alert.upgraded": "Plugin oppgradert",
- "alert.installed": "Plugin installert",
- "alert.uninstalled": "Plugin avinstallert",
- "alert.activate-success": "Plugin vart aktivert med suksess",
- "alert.deactivate-success": "Plugin vart deaktivert med suksess",
- "alert.upgrade-success": "Plugin vart oppgradert med suksess",
- "alert.install-success": "Plugin vart installert med suksess",
+ "alert.enabled": "Innstikk aktivert",
+ "alert.disabled": "Innstikk deaktivert",
+ "alert.upgraded": "Innstikk oppgradert",
+ "alert.installed": "Innstikk installert",
+ "alert.uninstalled": "Innstikk avinstallert",
+ "alert.activate-success": "Ver venleg å bygg og start NodeBB på nytt for å fullt ut aktivere dette innstikket.",
+ "alert.deactivate-success": "Innstikk vart deaktivert med suksess",
+ "alert.upgrade-success": "Ver venleg å bygg og start NodeBB på nytt for å fullt ut aktivere dette innstikket.",
+ "alert.install-success": "Innstikk vart installert med suksess",
"alert.uninstall-success": "Plugin vart avinstallert med suksess",
- "alert.suggest-error": "Vi kan ikkje foreslå pluginar for augneblinken",
- "alert.package-manager-unreachable": "Pakkehåndteraren er ikkje tilgjengeleg for augneblinken",
- "alert.incompatible": "Denne pluginen er ikkje kompatibel med din versjon av NodeBB",
- "alert.possibly-incompatible": "Denne pluginen kan vere inkompatibel med din versjon av NodeBB",
+ "alert.suggest-error": "
NodeBB kunne ikkje nå pakkebehandlaren. Vil du halde fram med installasjonen av siste versjon?
Pakkehåndteraren er ikkje tilgjengeleg for NodeBB for augneblinken.
", + "alert.incompatible": "Versjonen din av NodeBB (v%1) er berre godkjend for oppgradering til v%2 av dette innstikket. Oppdater NodeBB dersom du ønskjer å installere ein nyare versjon av dette innstikket..
", + "alert.possibly-incompatible": "Ingen kompatibilitetsinformasjon funnen
Dette innstikket spesifiserte ikkje ein spesifikk versjon for installasjon med tanke på din NodeBB-versjon. Full kompatibilitet kan ikkje garanterast, og det kan føre til at NodeBB ikkje startar som det skal.
Dersom NodeBB ikkje kan starte som det skal:
$ ./nodebb reset plugin=\"%1\"Vil du halde fram med installasjonen av siste versjon av dette innstikket?
", "alert.reorder": "Pluginar omorganisert", "alert.reorder-success": "Rekkjefølgja av pluginar vart oppdatert med suksess", "license.title": "Lisens", - "license.intro": "Les lisensavtalen før du installerer eller brukar denne pluginen.", + "license.intro": "Innstikket %1 er lisensiert under %2. Les og forstå lisensvilkåra før du aktiverer dette innstikket.", "license.cta": "Godta og fortset" } diff --git a/public/language/nn-NO/admin/extend/rewards.json b/public/language/nn-NO/admin/extend/rewards.json index 6cd3e5f719..866e7a5138 100644 --- a/public/language/nn-NO/admin/extend/rewards.json +++ b/public/language/nn-NO/admin/extend/rewards.json @@ -2,7 +2,7 @@ "rewards": "Utmerkingar", "add-reward": "Legg til utmerking", "condition-if-users": "Vilkår: Om brukarar", - "condition-is": "er", + "condition-is": "er:", "condition-then": "Då", "max-claims": "Maks krav", "zero-infinite": "0 for uendeleg", diff --git a/public/language/nn-NO/admin/extend/widgets.json b/public/language/nn-NO/admin/extend/widgets.json index 10856e53f3..67cf922d1c 100644 --- a/public/language/nn-NO/admin/extend/widgets.json +++ b/public/language/nn-NO/admin/extend/widgets.json @@ -2,7 +2,7 @@ "widgets": "Widgetar", "available": "Tilgjengelege", "explanation": "Dra og slepp widgetar for å tilpasse forumet.", - "none-installed": "Ingen widgetar installert", + "none-installed": "Ingen widgetar funne! Aktiver innstikket for widget-essensialar i innstikk kontrollpanelet.", "clone-from": "Klon frå", "containers.available": "Tilgjengelege konteinarar", "containers.explanation": "Konteinarar fungerer som behaldarar for widgetar.", diff --git a/public/language/nn-NO/admin/manage/categories.json b/public/language/nn-NO/admin/manage/categories.json index 93e824e599..32374d39e7 100644 --- a/public/language/nn-NO/admin/manage/categories.json +++ b/public/language/nn-NO/admin/manage/categories.json @@ -7,8 +7,8 @@ "privileges": "Rettar", "back-to-categories": "Tilbake til kategoriar", "name": "Namn", - "handle": "Category Handle", - "handle.help": "Your category handle is used as a representation of this category across other networks, similar to a username. A category handle must not match an existing username or user group.", + "handle": "Kategori-sti", + "handle.help": " Kategori-stien din blir brukt som ein representasjon av denne kategorien på andre nettverk, liknande eit brukarnamn. Ein kategori-sti må ikkje samsvare med eit eksisterande brukarnamn eller ei brukargruppe.", "description": "Skildring", "bg-color": "Bakgrunnsfarge", "text-color": "Tekstfarge", @@ -39,7 +39,7 @@ "disable": "Deaktiver", "edit": "Rediger", "analytics": "Analyse", - "federation": "Federation", + "federation": "Føderasjon", "view-category": "Vis kategori", "set-order": "Set rekkjefølgje", @@ -79,21 +79,21 @@ "analytics.topics-daily": "Emne per dag", "analytics.posts-daily": "Innlegg per dag", - "federation.title": "Federation settings for \"%1\" category", - "federation.disabled": "Federation is disabled site-wide, so category federation settings are currently unavailable.", - "federation.disabled-cta": "Federation Settings →", - "federation.syncing-header": "Synchronization", - "federation.syncing-intro": "A category can follow a \"Group Actor\" via the ActivityPub protocol. If content is received from one of the actors listed below, it will be automatically added to this category.", - "federation.syncing-caveat": "N.B. Setting up syncing here establishes a one-way synchronization. NodeBB attempts to subscribe/follow the actor, but the reverse cannot be assumed.", - "federation.syncing-none": "This category is not currently following anybody.", - "federation.syncing-add": "Synchronize with...", - "federation.syncing-actorUri": "Actor", - "federation.syncing-follow": "Follow", - "federation.syncing-unfollow": "Unfollow", - "federation.followers": "Remote users following this category", - "federation.followers-handle": "Handle", + "federation.title": "Føderasjonsinnstillingar for kategorien \"%1\"", + "federation.disabled": "Føderasjon er deaktivert for heile nettstaden, så innstillingar for kategori-føderasjon er for tida ikkje tilgjengelege.", + "federation.disabled-cta": "Føderasjonsinnstillingar →", + "federation.syncing-header": "Synkronisering", + "federation.syncing-intro": "Ein kategori kan følgje ein “Gruppeaktør” via ActivityPub-protokollen. Dersom innhald blir mottatt frå ein av aktørane som er lista opp nedanfor, vil det automatisk bli lagt til i denne kategorien.", + "federation.syncing-caveat": " Merk: Å konfigurere synkronisering her opprettar ein einvegs synkronisering. NodeBB prøver å abonnere på/følgje aktøren, men det motsette kan ikkje føresetjast.", + "federation.syncing-none": "Denne kategorien følgjer for tida ingen.", + "federation.syncing-add": "Synkronser med...", + "federation.syncing-actorUri": "Aktør", + "federation.syncing-follow": "Følg", + "federation.syncing-unfollow": "Avfølg", + "federation.followers": "Eksterne brukarar som følgjer denne kategorien", + "federation.followers-handle": "Sti", "federation.followers-id": "ID", - "federation.followers-none": "No followers.", + "federation.followers-none": "Ingen følgjarar.", "alert.created": "Oppretta", "alert.create-success": "Kategori oppretta med suksess", diff --git a/public/language/nn-NO/admin/menu.json b/public/language/nn-NO/admin/menu.json index 8ab19ed3c7..828f60842b 100644 --- a/public/language/nn-NO/admin/menu.json +++ b/public/language/nn-NO/admin/menu.json @@ -38,7 +38,7 @@ "settings/tags": "Emneord", "settings/notifications": "Varsel", "settings/api": "API-tilgang", - "settings/activitypub": "Federation (ActivityPub)", + "settings/activitypub": "Føderasjon (ActivityPub)", "settings/sounds": "Lydar", "settings/social": "Sosial", "settings/cookies": "Informasjonskapslar", diff --git a/public/language/nn-NO/admin/settings/activitypub.json b/public/language/nn-NO/admin/settings/activitypub.json index 94f9ad7822..96d0526ecc 100644 --- a/public/language/nn-NO/admin/settings/activitypub.json +++ b/public/language/nn-NO/admin/settings/activitypub.json @@ -1,26 +1,26 @@ { - "intro-lead": "What is Federation?", - "intro-body": "NodeBB is able to communicate with other NodeBB instances that support it. This is achieved through a protocol called ActivityPub. If enabled, NodeBB will also be able to communicate with other apps and websites that use ActivityPub (e.g. Mastodon, Peertube, etc.)", - "general": "General", - "pruning": "Content Pruning", - "content-pruning": "Days to keep remote content", - "content-pruning-help": "Note that remote content that has received engagement (a reply or a upvote/downvote) will be preserved. (0 for disabled)", - "user-pruning": "Days to cache remote user accounts", - "user-pruning-help": "Remote user accounts will only be pruned if they have no posts. Otherwise they will be re-retrieved. (0 for disabled)", - "enabled": "Enable Federation", - "enabled-help": "If enabled, will allow this NodeBB will be able to communicate with all Activitypub-enabled clients on the wider fediverse.", - "allowLoopback": "Allow loopback processing", - "allowLoopback-help": "Useful for debugging purposes only. You should probably leave this disabled.", + "intro-lead": "Kva er føderering?", + "intro-body": "NodeBB kan kommunisere med andre NodeBB-instansar som støttar det. Dette blir oppnådd gjennom ein protokoll kalla ActivityPub. Dersom aktivert, vil NodeBB òg kunne kommunisere med andre appar og nettsider som brukar ActivityPub (t.d. Mastodon, Peertube, osb.).", + "general": "Generelt", + "pruning": "Innhaldsbeskjæring", + "content-pruning": "Dagar å behalde eksternt innhald", + "content-pruning-help": " Merk at eksternt innhald som har fått engasjement (eit svar eller ei opp-/nedstemming) vil bli bevart. (0 for deaktivert)", + "user-pruning": "Dagar å mellomlagre eksterne brukarkontoar", + "user-pruning-help": "Eksterne brukarkontoar vil berre bli fjerna dersom dei ikkje har innlegg. Elles vil dei bli henta på nytt. (0 for deaktivert)", + "enabled": "Aktiver føderering", + "enabled-help": "Dersom aktivert, vil dette gjere at NodeBB kan kommunisere med alle ActivityPub-aktiverte klientar i det større fødiverset.", + "allowLoopback": "Tillat loopback-prosessering", + "allowLoopback-help": "Nyttig berre for feilsøking. Du bør sannsynlegvis la dette vere deaktivert.", - "probe": "Open in App", - "probe-enabled": "Try to open ActivityPub-enabled resources in NodeBB", - "probe-enabled-help": "If enabled, NodeBB will check every external link for an ActivityPub equivalent, and load it in NodeBB instead.", - "probe-timeout": "Lookup Timeout (milliseconds)", - "probe-timeout-help": "(Default: 2000) If the lookup query does not receive a response within the set timeframe, will send the user to the link directly instead. Adjust this number higher if sites are responding slowly and you wish to give extra time.", + "probe": "Opne i app", + "probe-enabled": "Forsøk å opne ActivityPub-aktiverte ressursar i NodeBB", + "probe-enabled-help": "Dersom aktivert, vil NodeBB sjekke kvar ekstern lenkje for ein ActivityPub-ekvivalent og laste den inn i NodeBB i staden.", + "probe-timeout": "Oppslagstimeout (millisekund)", + "probe-timeout-help": "(Standard: 2000) Dersom oppslagsførespurnaden ikkje får eit svar innan den angitte tidsramma, vil brukaren bli sendt direkte til lenkja i staden. Juster dette talet oppover dersom nettsider responderer sakte, og du ønskjer å gi ekstra tid.", - "server-filtering": "Filtering", - "count": "This NodeBB is currently aware of %1 server(s)", - "server.filter-help": "Specify servers you would like to bar from federating with your NodeBB. Alternatively, you may opt to selectively allow federation with specific servers, instead. Both options are supported, although they are mutually exclusive.", - "server.filter-help-hostname": "Enter just the instance hostname below (e.g.example.org), separated by line breaks.",
- "server.filter-allow-list": "Use this as an Allow List instead"
+ "server-filtering": "Filtrer etter",
+ "count": "Denne NodeBB-en er for tida klar over %1 server(ar)",
+ "server.filter-help": "Spesifiser serverar du ønskjer å hindre frå å føderere med din NodeBB. Alternativt kan du velje å tillate føderasjon berre med spesifikke serverar. Begge alternativ er støtta, men dei er gjensidig utelukkande.",
+ "server.filter-help-hostname": "Skriv berre inn vertsnamnet for instansen nedanfor (t.d. døme.no), separert med linjeskift.",
+ "server.filter-allow-list": "Bruk dette som ei tillatingsliste i staden"
}
\ No newline at end of file
diff --git a/public/language/nn-NO/admin/settings/advanced.json b/public/language/nn-NO/admin/settings/advanced.json
index 70504c5cd8..c3baf4992c 100644
--- a/public/language/nn-NO/admin/settings/advanced.json
+++ b/public/language/nn-NO/admin/settings/advanced.json
@@ -41,9 +41,6 @@
"sockets.default-placeholder": "Standardverdi",
"sockets.delay": "Forseinking",
- "analytics.settings": "Analyseinnstillingar",
- "analytics.max-cache": "Maksimal cache for analyse",
- "analytics.max-cache-help": "Angi kor mykje cache som skal lagrast for analyseformål.",
"compression.settings": "Kompresjonsinnstillingar",
"compression.enable": "Aktiver kompresjon",
"compression.help": "Konfigurer om forumet skal komprimere data for å redusere overføringsstorleiken."
diff --git a/public/language/nn-NO/admin/settings/general.json b/public/language/nn-NO/admin/settings/general.json
index 85a1a62132..f14f5c6598 100644
--- a/public/language/nn-NO/admin/settings/general.json
+++ b/public/language/nn-NO/admin/settings/general.json
@@ -15,7 +15,7 @@
"title-layout": "Titteloppsett",
"title-layout-help": "Vel korleis tittelen skal visast på forumet.",
"description.placeholder": "Skriv inn ei kort skildring av nettstaden",
- "description": "Konfigurer forumets heimeside og tilpass ruta for brukarane.",
+ "description": "Site Description",
"keywords": "Nøkkelord",
"keywords-placeholder": "Skriv inn nøkkelord, skilde med komma",
"logo-and-icons": "Logo og ikon",
@@ -51,6 +51,7 @@
"topic-tools": "Emneverktøy",
"home-page": "Startside",
"home-page-route": "Startsiderute",
+ "home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
"custom-route": "Tilpassa rute",
"allow-user-home-pages": "Tillat brukarar å setje eigne heimesider",
"home-page-title": "Startsidetittel",
diff --git a/public/language/nn-NO/admin/settings/uploads.json b/public/language/nn-NO/admin/settings/uploads.json
index 4986849ef3..c729541aff 100644
--- a/public/language/nn-NO/admin/settings/uploads.json
+++ b/public/language/nn-NO/admin/settings/uploads.json
@@ -12,7 +12,7 @@
"resize-image-width-threshold-help": "( i pixels, standard er 2000 pixler, angi 0 for å avvise) ",
"resize-image-width": "Endre bilete breidde",
"resize-image-width-help": "Angi ny breidde for bilete som vert endra ved opplasting.",
- "resize-image-keep-original": "Keep original image after resize",
+ "resize-image-keep-original": "Behald originalbiletet etter endring av storleik",
"resize-image-quality": "Biletekvalitet ved endring",
"resize-image-quality-help": "Angi kvaliteten for bilete som vert endra ved opplasting.",
"max-file-size": "Maks filstorleik",
diff --git a/public/language/nn-NO/aria.json b/public/language/nn-NO/aria.json
index 54e2f61bc4..a89012d5a8 100644
--- a/public/language/nn-NO/aria.json
+++ b/public/language/nn-NO/aria.json
@@ -2,7 +2,7 @@
"post-sort-option": "Val for innleggssortering, %1",
"topic-sort-option": "Val for emnessortering, %1",
"user-avatar-for": "Brukar ikon for %1",
- "profile-page-for": "Profile page for user %1",
+ "profile-page-for": "Profilside for brukar %1",
"user-watched-tags": "Emneord følgt av brukar",
"delete-upload-button": "Slett opplasting-knapp",
"group-page-link-for": "Gruppeside-lenkje for, %1"
diff --git a/public/language/nn-NO/category.json b/public/language/nn-NO/category.json
index 7287400455..406245319e 100644
--- a/public/language/nn-NO/category.json
+++ b/public/language/nn-NO/category.json
@@ -1,6 +1,8 @@
{
"category": "Kategori",
"subcategories": "Underkategoriar",
+ "uncategorized": "Uncategorized",
+ "uncategorized.description": "Topics that do not strictly fit in with any existing categories",
"new-topic-button": "Nytt emne",
"guest-login-post": "Logg inn for å legge inn innlegg",
"no-topics": "Denne kategorien er foreløpig tom.0 cho nửa đêm, 17 cho 5:00 chiều). Hãy nhớ rằng đây là giờ theo chính máy chủ và có thể không khớp chính xác với đồng hồ hệ thống của bạn. pdf,xls,doc )并将其用于自定义。为空则表示允许所有扩展名。",
"resize-image-width-threshold": "如果图像宽度超过指定大小,则对图像进行缩放",
- "resize-image-width-threshold-help": "(in pixels, default: 2000 pixels, set to 0 to disable)",
+ "resize-image-width-threshold-help": "(单位:像素,默认值:2000 px,设为 0 则禁用)",
"resize-image-width": "缩小图片到指定宽度",
"resize-image-width-help": "(像素单位,默认 760 px,设置为0以禁用)",
- "resize-image-keep-original": "Keep original image after resize",
+ "resize-image-keep-original": "调整大小后保留原始图片",
"resize-image-quality": "调整图像大小时使用的质量",
"resize-image-quality-help": "使用较低质量的设置来减小调整过大小的图像的文件大小",
"max-file-size": "最大文件尺寸(单位 KiB)",
diff --git a/public/language/zh-CN/aria.json b/public/language/zh-CN/aria.json
index d7840769e3..9df98227c1 100644
--- a/public/language/zh-CN/aria.json
+++ b/public/language/zh-CN/aria.json
@@ -2,7 +2,7 @@
"post-sort-option": "帖子分类选项,%1",
"topic-sort-option": "主题分类选项,%1",
"user-avatar-for": "用户头像%1",
- "profile-page-for": "Profile page for user %1",
+ "profile-page-for": "用户 %1 的资料页面",
"user-watched-tags": "用户关注标签",
"delete-upload-button": "删除上传按钮",
"group-page-link-for": "群组页面链接%1"
diff --git a/public/language/zh-CN/category.json b/public/language/zh-CN/category.json
index 5b8301fcf6..4da3067d0b 100644
--- a/public/language/zh-CN/category.json
+++ b/public/language/zh-CN/category.json
@@ -1,6 +1,8 @@
{
"category": "版块",
"subcategories": "子版块",
+ "uncategorized": "未分类的",
+ "uncategorized.description": "不完全符合任何现有类别的主题",
"new-topic-button": "发表主题",
"guest-login-post": "登录以发布",
"no-topics": "此版块还没有任何内容。