mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-26 06:10:43 +01:00
Merge commit 'f1c2b2be04da4201458d0ad7d525c946e28502f8' into v4.x
This commit is contained in:
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@@ -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
|
||||
|
||||
62
CHANGELOG.md
62
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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -34,7 +34,7 @@ services:
|
||||
- redis
|
||||
|
||||
postgres:
|
||||
image: postgres:17.2-alpine
|
||||
image: postgres:17.4-alpine
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_USER: nodebb
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -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\")",
|
||||
|
||||
@@ -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": "<strong>لا توجد مواضيع في هذه القسم</strong>لم لا تحاول إنشاء موضوع؟<br />",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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). Но с цел тестване, можете да го включите и тук."
|
||||
|
||||
@@ -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": "Заглавие на началната страница (по подразбиране: „Начало“)",
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"category": "Категория",
|
||||
"subcategories": "Подкатегории",
|
||||
"uncategorized": "Без категория",
|
||||
"uncategorized.description": "Теми, които не пасват на никоя конкретна категория",
|
||||
"new-topic-button": "Нова тема",
|
||||
"guest-login-post": "Впишете се, за да можете да публикувате",
|
||||
"no-topics": "<strong>Все още няма теми в тази категория.</strong><br />Защо не създадете някоя?",
|
||||
|
||||
@@ -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": "Публичният ключ не може да бъде разпознат, така че потвърждението на данните не може да бъде извършено.",
|
||||
|
||||
@@ -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": "Включване на прозорците за разговори"
|
||||
}
|
||||
@@ -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."
|
||||
|
||||
@@ -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\")",
|
||||
|
||||
@@ -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": "<strong>এই বিভাগে কোন আলোচনা নেই! </strong><br /> আপনি চাইলে নতুন আলোচনা শুরু করতে পারেন।",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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."
|
||||
|
||||
@@ -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ů”)",
|
||||
|
||||
@@ -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": "<strong>V této kategorii zatím nejsou žádné příspěvky.</strong><br />Můžeš být první.",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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."
|
||||
|
||||
@@ -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\")",
|
||||
|
||||
@@ -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": "<strong>Der er ikke nogen nye emner i denne kategori.</strong><br /> Hvorfor prøver du ikke at lave et?",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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."
|
||||
|
||||
@@ -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\")",
|
||||
|
||||
@@ -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": "<strong>Es gibt noch keine Themen in dieser Kategorie.</strong><br />Warum beginnst du nicht eins?",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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."
|
||||
|
||||
@@ -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\")",
|
||||
|
||||
@@ -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": "<strong>Δεν υπάρχουν θέματα σε αυτή την κατηγορία.</strong><br />Γιατί δεν δοκιμάζεις να δημοσιεύσεις ένα εσύ;",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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."
|
||||
|
||||
@@ -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\")",
|
||||
|
||||
@@ -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": "<strong>There are no topics in this category.</strong><br />Why don't you try posting one?",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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."
|
||||
|
||||
@@ -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\")",
|
||||
|
||||
@@ -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": "<strong>Thar be no topics in 'tis category.</strong><br />Why don't ye give a go' postin' one?",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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."
|
||||
|
||||
@@ -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\")",
|
||||
|
||||
@@ -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": "<strong>No hay temas en esta categoría.</strong><br />¿Por qué no te animas y publicas uno?",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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."
|
||||
|
||||
@@ -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\")",
|
||||
|
||||
@@ -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": "<strong>Kahjuks ei leidu siin kategoorias ühtegi teemat.</strong><br />Soovid postitada?",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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."
|
||||
|
||||
@@ -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\")",
|
||||
|
||||
@@ -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": "<strong>هیچ تاپیکی در این دستهبندی نیست.</strong><br />چرا شما یکی نمیفرستید؟",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": "فعال کردن پنجره کوچک برای چت "
|
||||
}
|
||||
@@ -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."
|
||||
|
||||
@@ -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\")",
|
||||
|
||||
@@ -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": "<strong>Kategoriassa ei ole aiheita.</strong><br />Jospa aloittaisit sellaisen?",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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."
|
||||
|
||||
@@ -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\")",
|
||||
|
||||
@@ -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": "<strong>Il n'y a aucun sujet dans cette catégorie.</strong><br />Pourquoi ne pas en créer un ?",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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."
|
||||
|
||||
@@ -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\")",
|
||||
|
||||
@@ -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": "<strong>Non hai temas nesta categoría.</strong><br />Por que non abres un?",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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. עבור אתר אינטרנט מרובה תנועה בייצור, הדרך הטובה ביותר להפעיל דחיסה היא ליישם אותו ברמת פרוקסי הפוך. אתה יכול להפעיל אותו כאן למטרות בדיקה."
|
||||
|
||||
@@ -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": "כותרת דף הבית (ברירת מחדל \"דף הבית\")",
|
||||
|
||||
@@ -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": "<strong>קטגוריה זו ריקה מנושאים.</strong><br />למה שלא תנסה להוסיף נושא חדש?",
|
||||
"guest-login-post": "התחברו כדי לפרסם",
|
||||
"no-topics": "<strong>קטגוריה זו ריקה מנושאים.</strong><br />למה שלא תנסו להוסיף נושא חדש?",
|
||||
"browsing": "צופים בנושא זה כעת",
|
||||
"no-replies": "אין תגובות",
|
||||
"no-new-posts": "אין פוסטים חדשים.",
|
||||
@@ -13,7 +15,7 @@
|
||||
"tracking": "מעקב",
|
||||
"not-watching": "לא עוקב",
|
||||
"ignoring": "מתעלם",
|
||||
"watching.description": "הודע לי על נושאים חדשים.<br/>הצג נושאים שלא נקראו ואחרונים",
|
||||
"watching.description": "עדכן אותי על נושאים חדשים.<br/>הצג נושאים שלא נקראו ואחרונים",
|
||||
"tracking.description": "מציג נושאים שלא נקראו ואחרונים",
|
||||
"not-watching.description": "הסתר בנושאים שלא נקראו, הצג בנושאים אחרונים",
|
||||
"ignoring.description": "אל תציג נושאים שלא נקראו ואחרונים",
|
||||
|
||||
@@ -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": "לא ניתן לפתור מפתח ציבורי, ולכן לא ניתן לבצע אימות מטען.",
|
||||
|
||||
@@ -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 מופעל"
|
||||
}
|
||||
@@ -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": "<strong>%1</strong>, <strong>%2</strong> ו<strong>%3</strong> אחרים מקלידים...",
|
||||
"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": "חפשו משתמשים כאן. כאשר משתמש נבחר, הוא יצורף לצ'אט. המשתמש החדש לא יוכל לראות הודעות שנכתבו לפני הצטרפותו. רק מנהלי החדר (<i class=\"fa fa-star text-warning\"></i>) יכולים להסיר משתמשים מהצ'אט.",
|
||||
"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 צורף לחדר <span class=\"timeago\" title=\"%2\"></span>",
|
||||
@@ -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": "אין לכם טיוטות",
|
||||
|
||||
@@ -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": "הפעלת צ'אט בחלונית מוקטנת"
|
||||
}
|
||||
@@ -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": "נושאים שאתם עוקבים אחריהם",
|
||||
|
||||
@@ -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": "הצגת כותרת קבוצה",
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -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\")",
|
||||
|
||||
@@ -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": "<strong>Nema tema u ovoj kategoriji. </strong><br />Zašto ne probate napisati novu?",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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."
|
||||
|
||||
@@ -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\")",
|
||||
|
||||
@@ -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": "<strong>Nincs témakör a kategóriában.</strong>Miért nem próbálsz létrehozni egyet?",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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": "արտադրություն, սեղմումը տեղադրելու լավագույն միջոցը այն իրականացնելն է հակառակ պրոքսի մակարդակով: Դուք կարող եք այն միացնել այստեղ՝ թեստավորման նպատակով:"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user